@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240602.0 → 0.0.0-nightly-20240604.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/build/track-changes.js +1 -1
- package/dist/index.js +1 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/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 +1 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +1 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2ce55e=_0x3b21;(function(_0x2402b2,_0x58e2d8){const _0x4935f2=_0x3b21,_0x4c68a5=_0x2402b2();while(!![]){try{const _0x850e52=parseInt(_0x4935f2(0x1bd))/0x1+-parseInt(_0x4935f2(0x1c1))/0x2+parseInt(_0x4935f2(0x1bf))/0x3*(parseInt(_0x4935f2(0x1c6))/0x4)+-parseInt(_0x4935f2(0x1ba))/0x5*(parseInt(_0x4935f2(0x1be))/0x6)+parseInt(_0x4935f2(0x1b6))/0x7*(parseInt(_0x4935f2(0x1cc))/0x8)+parseInt(_0x4935f2(0x1c3))/0x9*(parseInt(_0x4935f2(0x1bc))/0xa)+parseInt(_0x4935f2(0x1c8))/0xb*(parseInt(_0x4935f2(0x1cb))/0xc);if(_0x850e52===_0x58e2d8)break;else _0x4c68a5['push'](_0x4c68a5['shift']());}catch(_0x4ecf88){_0x4c68a5['push'](_0x4c68a5['shift']());}}}(_0x358c,0xb0a4f));function _0x3b21(_0x4363db,_0x16723b){const _0x358cc7=_0x358c();return _0x3b21=function(_0x3b210b,_0x2635f1){_0x3b210b=_0x3b210b-0x1b3;let _0x123c1c=_0x358cc7[_0x3b210b];return _0x123c1c;},_0x3b21(_0x4363db,_0x16723b);}import{Plugin as _0x55fdda}from'ckeditor5/src/core.js';export default class kt extends _0x55fdda{[_0x2ce55e(0x1c0)](){const _0x531041=_0x2ce55e,_0x1568cb=this[_0x531041(0x1bb)];if(!_0x1568cb[_0x531041(0x1b3)][_0x531041(0x1c7)](_0x531041(0x1ce)))return;const _0x350b07=_0x1568cb[_0x531041(0x1b3)][_0x531041(0x1c2)](_0x531041(0x1c5));_0x350b07[_0x531041(0x1cf)](_0x531041(0x1b9)),_0x350b07[_0x531041(0x1cf)](_0x531041(0x1ca));const _0x43d1ae=_0x1568cb[_0x531041(0x1b3)][_0x531041(0x1c2)](_0x531041(0x1ce));_0x43d1ae[_0x531041(0x1cf)](_0x531041(0x1b7)),_0x43d1ae[_0x531041(0x1cf)](_0x531041(0x1b4)),_0x43d1ae[_0x531041(0x1cf)](_0x531041(0x1c9)),_0x43d1ae[_0x531041(0x1cf)](_0x531041(0x1c4)),_0x43d1ae[_0x531041(0x1cf)](_0x531041(0x1b8)),_0x43d1ae[_0x531041(0x1cf)](_0x531041(0x1cd)),_0x43d1ae[_0x531041(0x1cf)](_0x531041(0x1b5));}}function _0x358c(){const _0x21f44c=['discardAllSuggestions','goToPreviousRestrictedEditingException','151070wSPDMs','editor','4088190RHiYwW','211558PSWwXl','156btNlGm','1145379TgAWuW','afterInit','2503116RKVerE','get','9juKUcf','acceptAllSuggestions','TrackChangesEditing','4KTpuex','has','15564923pqJbjS','discardSuggestion','goToNextRestrictedEditingException','12Urctld','144nQwBVS','acceptSelectedSuggestions','RestrictedEditingModeEditing','enableCommand','plugins','acceptSuggestion','discardSelectedSuggestions','133581WGKLWD','trackChanges'];_0x358c=function(){return _0x21f44c;};return _0x358c();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1ba0d3=_0x5be4;(function(_0x1c4f60,_0x34ba8e){const _0x4a55a5=_0x5be4,_0x3e26da=_0x1c4f60();while(!![]){try{const _0x4ca476=parseInt(_0x4a55a5(0x1fe))/0x1*(-parseInt(_0x4a55a5(0x1f6))/0x2)+-parseInt(_0x4a55a5(0x205))/0x3*(-parseInt(_0x4a55a5(0x21d))/0x4)+parseInt(_0x4a55a5(0x219))/0x5*(-parseInt(_0x4a55a5(0x20f))/0x6)+parseInt(_0x4a55a5(0x221))/0x7*(parseInt(_0x4a55a5(0x1f3))/0x8)+-parseInt(_0x4a55a5(0x1fb))/0x9*(-parseInt(_0x4a55a5(0x20d))/0xa)+-parseInt(_0x4a55a5(0x223))/0xb*(-parseInt(_0x4a55a5(0x215))/0xc)+parseInt(_0x4a55a5(0x203))/0xd*(-parseInt(_0x4a55a5(0x20a))/0xe);if(_0x4ca476===_0x34ba8e)break;else _0x3e26da['push'](_0x3e26da['shift']());}catch(_0x149508){_0x3e26da['push'](_0x3e26da['shift']());}}}(_0x3355,0x9e3bc));import{Plugin as _0x3e98f4}from'ckeditor5/src/core.js';import{ShiftEnter as _0x1bef07}from'ckeditor5/src/enter.js';function _0x5be4(_0xc497ec,_0xf51f64){const _0x3355a3=_0x3355();return _0x5be4=function(_0x5be498,_0x13d80b){_0x5be498=_0x5be498-0x1f1;let _0x3b8b5c=_0x3355a3[_0x5be498];return _0x3b8b5c;},_0x5be4(_0xc497ec,_0xf51f64);}import{getTranslation as _0x5eaeef}from'../utils/common-translations.js';function _0x3355(){const _0x166986=['model','downcastDispatcher','120052MJAYlp','getItems','span','enableCommand','split','133640zMTeqZ','activeMarkers','723hgcZrW','ELEMENT_LINE_BREAK','requires','mapper','editor','2086WLSowJ','test','writer','790PhndRr','markerRange','128178mXXfHH','addClass','options','shiftEnter','descriptionFactory','consumable','359928zOMWhs','locale','init','addMarker:suggestion','20tdGdZv','markerName','high','toViewPosition','20948swckuP','merge','registerElementLabel','element','546vSdZHI','insert','88vsxyVR','get','addMarker:suggestion:deletion','ck-suggestion-marker--active','addMarker:suggestion:insertion','ck-suggestion-marker-','editing','deletion','name','bindElementToMarker','createPositionBefore','data','9680bAPVUr','createUIElement','showSuggestionHighlights','8AVPwqm','includes','TrackChangesEditing','plugins','softBreak','130905fczvxm'];_0x3355=function(){return _0x166986;};return _0x3355();}export default class bt extends _0x3e98f4{static get[_0x1ba0d3(0x207)](){return[_0x1bef07];}[_0x1ba0d3(0x217)](){const _0x56dfc1=_0x1ba0d3,_0x5692c5=this[_0x56dfc1(0x209)],_0x57be13=_0x5692c5[_0x56dfc1(0x1f9)][_0x56dfc1(0x224)](_0x56dfc1(0x1f8));_0x57be13[_0x56dfc1(0x201)](_0x56dfc1(0x212)),_0x5692c5[_0x56dfc1(0x229)][_0x56dfc1(0x1fd)]['on'](_0x56dfc1(0x227),de(_0x5692c5),{'priority':_0x56dfc1(0x21b)}),_0x5692c5[_0x56dfc1(0x229)][_0x56dfc1(0x1fd)]['on'](_0x56dfc1(0x225),de(_0x5692c5),{'priority':_0x56dfc1(0x21b)}),_0x5692c5[_0x56dfc1(0x1f2)][_0x56dfc1(0x1fd)]['on'](_0x56dfc1(0x218),(_0x50f5fc,_0x3bed00,_0x4892ef)=>{const _0x2c05de=_0x56dfc1;_0x4892ef[_0x2c05de(0x211)][_0x2c05de(0x1f5)]&&de(_0x5692c5,{'showActiveMarker':!0x1})(_0x50f5fc,_0x3bed00,_0x4892ef);}),_0x57be13[_0x56dfc1(0x213)][_0x56dfc1(0x21f)](_0x56dfc1(0x1fa),_0x2dbd6e=>_0x5eaeef(_0x5692c5[_0x56dfc1(0x216)],_0x56dfc1(0x206),_0x2dbd6e));}}function de(_0x1eb0b5,{showActiveMarker:_0x28722e=!0x0}={}){return(_0x31610e,_0x2d33f6,_0x29bae0)=>{const _0x54dbc0=_0x5be4,_0x3501b6=_0x1eb0b5[_0x54dbc0(0x1f9)][_0x54dbc0(0x224)](_0x54dbc0(0x1f8));if(!_0x29bae0[_0x54dbc0(0x214)][_0x54dbc0(0x20b)](_0x2d33f6[_0x54dbc0(0x20e)],_0x31610e[_0x54dbc0(0x22b)]))return;const _0x4a8fe7=_0x1eb0b5[_0x54dbc0(0x1fc)];for(const _0x11ea53 of _0x2d33f6[_0x54dbc0(0x20e)][_0x54dbc0(0x1ff)]()){if(!_0x11ea53['is'](_0x54dbc0(0x220),_0x54dbc0(0x1fa)))continue;const _0x5ed020=_0x54dbc0(0x22a)==_0x2d33f6[_0x54dbc0(0x21a)][_0x54dbc0(0x202)](':')[0x1]?_0x54dbc0(0x21e):_0x54dbc0(0x202),_0x46968c=_0x29bae0[_0x54dbc0(0x20c)][_0x54dbc0(0x1f4)](_0x54dbc0(0x200),{'class':_0x54dbc0(0x228)+_0x5ed020}),_0x38bed6=_0x29bae0[_0x54dbc0(0x208)][_0x54dbc0(0x21c)](_0x4a8fe7[_0x54dbc0(0x1f1)](_0x11ea53));_0x28722e&&_0x3501b6[_0x54dbc0(0x204)][_0x54dbc0(0x1f7)](_0x2d33f6[_0x54dbc0(0x21a)])&&_0x29bae0[_0x54dbc0(0x20c)][_0x54dbc0(0x210)](_0x54dbc0(0x226),_0x46968c),_0x29bae0[_0x54dbc0(0x20c)][_0x54dbc0(0x222)](_0x38bed6,_0x46968c),_0x29bae0[_0x54dbc0(0x208)][_0x54dbc0(0x22c)](_0x46968c,_0x2d33f6[_0x54dbc0(0x21a)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x522d8e=_0x4788;function _0x4265(){const _0x29af1e=['commands','markInlineFormat','editor','commandName','1387776CKvnUV','formatInline','802512JJtoha','1665wMfpBd','28KbXYug','isCollapsed','descriptionFactory','formatBlock','getRanges','value','get','format','enableCommand','registerDescriptionCallback','has','from','locale','6BGOqWR','FORMAT_RESTRICTED_ENABLED','forceValue','StandardEditingModeEditing','7388gPsNvy','FORMAT_RESTRICTED_DISABLED','583yAaiuZ','document','357690iLathb','afterInit','777008ejTiNF','selection','7058628apOImO','change','TrackChangesEditing','2215295ITyVxl','plugins','type','restrictedEditingException','model','commandParams'];_0x4265=function(){return _0x29af1e;};return _0x4265();}function _0x4788(_0x537b48,_0x5a8207){const _0x4265f7=_0x4265();return _0x4788=function(_0x4788a4,_0x3885de){_0x4788a4=_0x4788a4-0x157;let _0x15e645=_0x4265f7[_0x4788a4];return _0x15e645;},_0x4788(_0x537b48,_0x5a8207);}(function(_0x59e672,_0x17d244){const _0x425d36=_0x4788,_0x44dc32=_0x59e672();while(!![]){try{const _0x459789=-parseInt(_0x425d36(0x15c))/0x1+-parseInt(_0x425d36(0x15e))/0x2+-parseInt(_0x425d36(0x15f))/0x3*(parseInt(_0x425d36(0x171))/0x4)+parseInt(_0x425d36(0x17c))/0x5*(parseInt(_0x425d36(0x16d))/0x6)+parseInt(_0x425d36(0x160))/0x7*(parseInt(_0x425d36(0x177))/0x8)+parseInt(_0x425d36(0x179))/0x9+-parseInt(_0x425d36(0x175))/0xa*(-parseInt(_0x425d36(0x173))/0xb);if(_0x459789===_0x17d244)break;else _0x44dc32['push'](_0x44dc32['shift']());}catch(_0x57847f){_0x44dc32['push'](_0x44dc32['shift']());}}}(_0x4265,0xaa497));import{Plugin as _0x3f6901}from'ckeditor5/src/core.js';import{getRangesWithAttribute as _0x34ff1a}from'./utils.js';import{getTranslation as _0x40961f}from'../utils/common-translations.js';export default class wt extends _0x3f6901{[_0x522d8e(0x176)](){const _0x332663=_0x522d8e,_0x28783e=this[_0x332663(0x15a)],_0x2d34fc=_0x28783e[_0x332663(0x180)],_0x104c83=_0x28783e[_0x332663(0x16c)];if(!_0x28783e[_0x332663(0x17d)][_0x332663(0x16a)](_0x332663(0x170)))return;const _0x1f9311=_0x28783e[_0x332663(0x17d)][_0x332663(0x166)](_0x332663(0x17b)),_0x124ed6=_0x332663(0x17f),_0x18394d=_0x28783e[_0x332663(0x158)][_0x332663(0x166)](_0x124ed6);_0x1f9311[_0x332663(0x168)](_0x124ed6,(_0x5d4b5a,_0x411020={})=>{const _0x1efaa4=_0x332663,_0x18a003=_0x2d34fc[_0x1efaa4(0x174)][_0x1efaa4(0x178)];if(_0x18a003[_0x1efaa4(0x161)])return void _0x5d4b5a(_0x411020);const _0x3672c5=void 0x0!==_0x411020[_0x1efaa4(0x16f)]?_0x411020[_0x1efaa4(0x16f)]:!_0x18394d[_0x1efaa4(0x165)];_0x2d34fc[_0x1efaa4(0x17a)](()=>{const _0x425aca=_0x1efaa4,_0x2c52b9=Array[_0x425aca(0x16b)](_0x18a003[_0x425aca(0x164)]());for(const _0x5791c5 of _0x2c52b9){const _0x570876=_0x3672c5?[_0x5791c5]:_0x34ff1a(_0x124ed6,_0x5791c5,_0x2d34fc);for(const _0x132bc2 of _0x570876)_0x1f9311[_0x425aca(0x159)](_0x132bc2,{'commandName':_0x124ed6,'commandParams':[{'forceValue':_0x3672c5}]});}});}),_0x1f9311[_0x332663(0x162)][_0x332663(0x169)](_0x4db6ea=>{const _0x55b5e4=_0x332663;if(_0x55b5e4(0x163)!=_0x4db6ea[_0x55b5e4(0x17e)]&&_0x55b5e4(0x15d)!=_0x4db6ea[_0x55b5e4(0x17e)])return;const {data:_0x2ac3cf}=_0x4db6ea;return _0x2ac3cf&&_0x2ac3cf[_0x55b5e4(0x15b)]==_0x124ed6?_0x2ac3cf[_0x55b5e4(0x157)][0x0][_0x55b5e4(0x16f)]?{'type':_0x55b5e4(0x167),'content':_0x40961f(_0x104c83,_0x55b5e4(0x16e))}:{'type':_0x55b5e4(0x167),'content':_0x40961f(_0x104c83,_0x55b5e4(0x172))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x48d872=_0x18df;(function(_0x4fbdb7,_0x5ae1d2){const _0x3b00c5=_0x18df,_0x2ef4aa=_0x4fbdb7();while(!![]){try{const _0x3e99c9=parseInt(_0x3b00c5(0xd0))/0x1*(parseInt(_0x3b00c5(0xcb))/0x2)+-parseInt(_0x3b00c5(0xf8))/0x3+parseInt(_0x3b00c5(0xf0))/0x4*(parseInt(_0x3b00c5(0xe7))/0x5)+parseInt(_0x3b00c5(0xd8))/0x6+-parseInt(_0x3b00c5(0xf5))/0x7*(-parseInt(_0x3b00c5(0xf7))/0x8)+parseInt(_0x3b00c5(0xe1))/0x9*(-parseInt(_0x3b00c5(0xda))/0xa)+-parseInt(_0x3b00c5(0xd9))/0xb;if(_0x3e99c9===_0x5ae1d2)break;else _0x2ef4aa['push'](_0x2ef4aa['shift']());}catch(_0xfb5b98){_0x2ef4aa['push'](_0x2ef4aa['shift']());}}}(_0xc6e3,0x9c59b));import{Plugin as _0x31cdf6}from'ckeditor5/src/core.js';function _0x18df(_0x56a9ae,_0x965c8d){const _0xc6e3aa=_0xc6e3();return _0x18df=function(_0x18df46,_0x1b6bb5){_0x18df46=_0x18df46-0xcb;let _0x5b8aa7=_0xc6e3aa[_0x18df46];return _0x5b8aa7;},_0x18df(_0x56a9ae,_0x965c8d);}import{getTranslation as _0x217d43}from'../utils/common-translations.js';export default class yt extends _0x31cdf6{[_0x48d872(0xe5)](){const _0x14e057=_0x48d872,_0x5b5f09=this[_0x14e057(0xfb)];if(!_0x5b5f09[_0x14e057(0xed)][_0x14e057(0xf6)](_0x14e057(0xf3))||!_0x5b5f09[_0x14e057(0xed)][_0x14e057(0xf6)](_0x14e057(0xf9)))return;const _0x5ad87c=_0x5b5f09[_0x14e057(0xed)][_0x14e057(0xd4)](_0x14e057(0xd6)),_0x41f708=_0x5b5f09[_0x14e057(0xdd)],_0x546313=_0x5b5f09[_0x14e057(0xe9)][_0x14e057(0xd4)](_0x14e057(0xf1))||{},_0x434c11=_0x5b5f09[_0x14e057(0xed)][_0x14e057(0xd4)](_0x14e057(0xfc)),_0x57ff69=_0x5b5f09[_0x14e057(0xed)][_0x14e057(0xd4)](_0x14e057(0xe3))[_0x14e057(0xd5)](_0x5b5f09[_0x14e057(0xed)][_0x14e057(0xd4)](_0x14e057(0xf9)),_0x546313[_0x14e057(0xd1)]);_0x5ad87c[_0x14e057(0xfa)](_0x14e057(0xf1));const _0xf3aff3=new Set();for(const _0x51000f of _0x57ff69[_0x14e057(0xe4)]){const _0xf460a5=_0x434c11[_0x14e057(0xe6)](_0x51000f[_0x14e057(0xdf)]);_0xf3aff3[_0x14e057(0xe0)](_0xf460a5);}const _0x4114e5=new Set();for(const _0x453750 of _0x57ff69[_0x14e057(0xdb)]){const _0x2b2c21=_0x434c11[_0x14e057(0xe6)](_0x453750[_0x14e057(0xdf)]);_0x4114e5[_0x14e057(0xe0)](_0x2b2c21);for(const _0x271962 of _0x453750[_0x14e057(0xeb)])_0x4114e5[_0x14e057(0xe0)](_0x271962);}for(const _0x582e24 of _0xf3aff3)_0x5ad87c[_0x14e057(0xd3)](_0x582e24),_0x5ad87c[_0x14e057(0xfd)][_0x14e057(0xef)](_0x582e24,_0x217d43(_0x41f708,_0x14e057(0xf2)));for(const _0x200822 of _0x4114e5)_0x5ad87c[_0x14e057(0xea)](_0x200822),_0x5ad87c[_0x14e057(0xfd)][_0x14e057(0xef)](_0x200822,_0x217d43(_0x41f708,_0x14e057(0xf2)));this[_0x14e057(0xde)]();}[_0x48d872(0xde)](){const _0x55bfb8=_0x48d872,_0x44d749=this[_0x55bfb8(0xfb)],_0x5d0e51=_0x44d749[_0x55bfb8(0xdd)];_0x44d749[_0x55bfb8(0xed)][_0x55bfb8(0xd4)](_0x55bfb8(0xd6))[_0x55bfb8(0xfd)][_0x55bfb8(0xcd)](_0x498f21=>{const _0x3d6aa7=_0x55bfb8;if(_0x3d6aa7(0xe8)!=_0x498f21[_0x3d6aa7(0xe2)]&&_0x3d6aa7(0xee)!=_0x498f21[_0x3d6aa7(0xe2)])return;const {data:_0x5d35f1}=_0x498f21;return _0x5d35f1&&_0x3d6aa7(0xf1)===_0x5d35f1[_0x3d6aa7(0xcf)]?_0x5d35f1[_0x3d6aa7(0xcc)][0x0][_0x3d6aa7(0xce)]?{'type':_0x3d6aa7(0xd7),'content':_0x217d43(_0x5d0e51,_0x3d6aa7(0xec),_0x5d35f1[_0x3d6aa7(0xcc)][0x0][_0x3d6aa7(0xf4)][_0x3d6aa7(0xdc)]())}:{'type':_0x3d6aa7(0xd7),'content':_0x217d43(_0x5d0e51,_0x3d6aa7(0xd2),_0x5d35f1[_0x3d6aa7(0xcc)][0x0][_0x3d6aa7(0xf4)][_0x3d6aa7(0xdc)]())}:void 0x0;});}}function _0xc6e3(){const _0x553708=['DataSchema','enableDefaultAttributesIntegration','editor','GeneralHtmlSupport','descriptionFactory','1953256GlkXaR','commandParams','registerDescriptionCallback','forceValue','commandName','1zuQVFl','definitions','*Remove\x20format:*\x20%0','registerBlockAttribute','get','normalizeConfig','TrackChangesEditing','format','3604752iiaToh','19449925BaZlQe','6190YhJynj','inline','toLowerCase','locale','_registerLegacyDescription','element','add','17271gZGHEU','type','StyleUtils','block','afterInit','getGhsAttributeNameForElement','5xlIkNo','formatBlock','config','registerInlineAttribute','ghsAttributes','*Set\x20format:*\x20%0','plugins','formatInline','registerAttributeLabel','3792092aGzOsv','style','FORMAT_STYLE','Style','styleName','266JVOEHo','has','251792Aeemiw','375024nTqXXU'];_0xc6e3=function(){return _0x553708;};return _0xc6e3();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x1c24(_0x19e5c4,_0x4f8b78){const _0x14b16c=_0x14b1();return _0x1c24=function(_0x1c24ed,_0x5564da){_0x1c24ed=_0x1c24ed-0x9d;let _0x5c25d1=_0x14b16c[_0x1c24ed];return _0x5c25d1;},_0x1c24(_0x19e5c4,_0x4f8b78);}const _0x5a25b7=_0x1c24;(function(_0x4b15d2,_0x533830){const _0x4c81b1=_0x1c24,_0x3509c6=_0x4b15d2();while(!![]){try{const _0x4bfd8e=-parseInt(_0x4c81b1(0xd8))/0x1+parseInt(_0x4c81b1(0xc0))/0x2*(-parseInt(_0x4c81b1(0xde))/0x3)+-parseInt(_0x4c81b1(0x100))/0x4+-parseInt(_0x4c81b1(0x10e))/0x5*(-parseInt(_0x4c81b1(0xc3))/0x6)+-parseInt(_0x4c81b1(0x13a))/0x7*(-parseInt(_0x4c81b1(0xb2))/0x8)+-parseInt(_0x4c81b1(0xcb))/0x9*(parseInt(_0x4c81b1(0xbc))/0xa)+-parseInt(_0x4c81b1(0xaa))/0xb*(-parseInt(_0x4c81b1(0xa7))/0xc);if(_0x4bfd8e===_0x533830)break;else _0x3509c6['push'](_0x3509c6['shift']());}catch(_0x243198){_0x3509c6['push'](_0x3509c6['shift']());}}}(_0x14b1,0xc74b0));import{Plugin as _0x46840f}from'ckeditor5/src/core.js';import{LiveRange as _0x26ef83}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x2f81de}from'ckeditor5/src/widget.js';function _0x14b1(){const _0x2af105=['addClass','oldRange','left','substr','_setupColumnsRowsFixing','_suggestionFactory','change','removeClass','subType','insert','getChanges','getSelectionAffectedTableCells','downcastDispatcher','end','422264afMxPE','minRow','_tablePostFixingSubtypes','$textProxy','insertTableRowBelow','above','isArray','findAncestor','ELEMENT_TABLE_WITH_TEXT','accept','map','name','element','isInContent','2448995Nanvvp','registerElementLabel','ELEMENT_TABLE','item','colspan','startsWith','*Insert:*\x20%0','includes','position','insertTableRowAbove','change:data','fromRange','afterInit','insertion','every','getRowIndexes','low','isTouching','_getCoordsForCells','addRange','toViewElement','length','mapper','removeTableColumn','min','TrackChangesEditing','join','showSuggestionHighlights','nodeAfter','classes','values','get','refresh','addMarker:suggestion','detach','_getSuggestionCoords','isEqual','last','getChildren','root','batch','maxRow','insertTableColumnLeft','minColumn','3594682xYWcjx','insertTableColumnRight','_splitMarkerName','type','getItems','*Remove:*\x20%0','push','table','getColumnIndexes','tableRow','ELEMENT_TABLE_COLUMN','selectTableColumn','registerDescriptionCallback','$graveyard','getAttribute','differ','descriptionFactory','1774320WtaxXd','data','start','66QcVrSS','selectTableRow','nodeBefore','maxColumn','has','selection','locale','rootName','8ayHSKa','TableEditing','getContainedElement','rowspan','discard','registerCustomCallback','document','order','execute','getRanges','278490jxvRgE','max','highest','markMultiRangeDeletion','124cimtUe','from','some','18EEKFnE','createRangeOn','TableUtils','getFirstRange','toLowerCase','removeTableRow','model','plugins','243mScoji','ELEMENT_TABLE_COLUMN_WITH_TEXT','add','createPositionAt','editor','registerPostFixer','MAX_SAFE_INTEGER','insertTable','span','getCellLocation','_tableSuggestions','setSelection','options','695268gZdcbS','tableColumn','ELEMENT_TABLE_ROW','deletion','ELEMENT_TABLE_ROW_WITH_TEXT','getChangedMarkers','24243EmYlpO','markMultiRangeInsertion','forceValue','_acceptFormatSuggestionCallbackFactory','enableCommand','MIN_SAFE_INTEGER','commands','enqueueChange','suggestion','first','createRangeIn','filter','isIntersectingWithRange','hasAttribute','tablePaste','tableCell','getSuggestion','createTableWalker','cell','writer'];_0x14b1=function(){return _0x2af105;};return _0x14b1();}import{getTranslation as _0x326444}from'../utils/common-translations.js';export default class jt extends _0x46840f{constructor(_0xf695e1){const _0x29ccba=_0x1c24;super(_0xf695e1),this[_0x29ccba(0x102)]=[_0x29ccba(0x9f),_0x29ccba(0xd9)],this[_0x29ccba(0xd5)]=new Set();}[_0x5a25b7(0x11a)](){const _0x49bda4=_0x5a25b7,_0x4d8fcf=this[_0x49bda4(0xcf)],_0x2475ab=_0x4d8fcf[_0x49bda4(0xc9)][_0x49bda4(0xb8)][_0x49bda4(0xaf)];if(!_0x4d8fcf[_0x49bda4(0xca)][_0x49bda4(0xae)](_0x49bda4(0xb3)))return;const _0x47502f=_0x4d8fcf[_0x49bda4(0xb0)],_0x5ab452=_0x4d8fcf[_0x49bda4(0xca)][_0x49bda4(0x12d)](_0x49bda4(0x127)),_0x23cc6b=_0x4d8fcf[_0x49bda4(0xca)][_0x49bda4(0x12d)](_0x49bda4(0xc5));_0x5ab452[_0x49bda4(0xa6)][_0x49bda4(0x10f)](_0x49bda4(0x9d),_0x38a999=>_0x326444(_0x47502f,_0x49bda4(0x110),_0x38a999)),this[_0x49bda4(0xf6)](),_0x5ab452[_0x49bda4(0xe2)](_0x49bda4(0xd2)),_0x5ab452[_0x49bda4(0xe2)](_0x49bda4(0xab)),_0x5ab452[_0x49bda4(0xe2)](_0x49bda4(0xa1));for(const _0x5daf1e of[_0x49bda4(0x117),_0x49bda4(0x104)]){const _0x2f8ff0=_0x4d8fcf[_0x49bda4(0xe4)][_0x49bda4(0x12d)](_0x5daf1e);_0x5ab452[_0x49bda4(0xe2)](_0x5daf1e,_0x507997=>{const _0x5c2b4d=_0x49bda4;_0x4d8fcf[_0x5c2b4d(0xc9)][_0x5c2b4d(0xf8)](_0x52bf85=>{const _0x3c3b90=_0x5c2b4d;_0x507997();const _0x2cae93=_0x3c3b90(0x105)===_0x2f8ff0[_0x3c3b90(0xb9)],_0x50ce27=_0x23cc6b[_0x3c3b90(0xfd)](_0x2475ab),_0x517d76=_0x23cc6b[_0x3c3b90(0x11d)](_0x50ce27),_0x183388=_0x2cae93?_0x517d76[_0x3c3b90(0xe7)]-0x1:_0x517d76[_0x3c3b90(0x133)]+0x1,_0x40671f=_0x50ce27[0x0][_0x3c3b90(0x107)](_0x3c3b90(0x9d)),_0x3be78d=_0x23cc6b[_0x3c3b90(0xef)](_0x40671f,{'startRow':_0x183388,'endRow':_0x183388}),_0x16755a=Array[_0x3c3b90(0xc1)](_0x3be78d)[_0x3c3b90(0x10a)](_0x2ac44c=>_0x52bf85[_0x3c3b90(0xc4)](_0x2ac44c[_0x3c3b90(0xf0)]));_0x5ab452[_0x3c3b90(0xdf)](_0x16755a,_0x3c3b90(0x9f));});});}for(const _0x5a7b23 of[_0x49bda4(0x138),_0x49bda4(0x13b)]){const _0x3e22d7=_0x4d8fcf[_0x49bda4(0xe4)][_0x49bda4(0x12d)](_0x5a7b23);_0x5ab452[_0x49bda4(0xe2)](_0x5a7b23,_0x5186b8=>{const _0x5b2fcd=_0x49bda4;_0x4d8fcf[_0x5b2fcd(0xc9)][_0x5b2fcd(0xf8)](_0x5202a8=>{const _0x5d7947=_0x5b2fcd;_0x5186b8();const _0x2876b2=_0x5d7947(0xf4)===_0x3e22d7[_0x5d7947(0xb9)],_0xccc128=_0x23cc6b[_0x5d7947(0xfd)](_0x2475ab),_0x3e0a1e=_0x23cc6b[_0x5d7947(0x9e)](_0xccc128),_0x425118=_0x2876b2?_0x3e0a1e[_0x5d7947(0xe7)]-0x1:_0x3e0a1e[_0x5d7947(0x133)]+0x1,_0x346e4d=_0xccc128[0x0][_0x5d7947(0x107)](_0x5d7947(0x9d)),_0x1ad758=_0x23cc6b[_0x5d7947(0xef)](_0x346e4d,{'startRow':0x0,'column':_0x425118,'includeAllSlots':!0x1}),_0x2fd9ac=Array[_0x5d7947(0xc1)](_0x1ad758)[_0x5d7947(0x10a)](_0x2f0928=>_0x5202a8[_0x5d7947(0xc4)](_0x2f0928[_0x5d7947(0xf0)]));_0x5ab452[_0x5d7947(0xdf)](_0x2fd9ac,_0x5d7947(0xd9));});});}for(const _0x2984a3 of[_0x49bda4(0xc8),_0x49bda4(0x125)]){const _0x16456e=_0x2984a3[_0x49bda4(0xf5)](0xb),_0x380022=_0x16456e[_0x49bda4(0xc7)](),_0x3f6850=_0x380022[_0x49bda4(0xf5)](0x0,0x3)+_0x49bda4(0xd3),_0x1cd204=_0x49bda4(0x9d)+_0x16456e,_0x2aafb4=_0x49bda4(0x126)+_0x16456e,_0x38c1c6=_0x49bda4(0xbd)+_0x16456e;_0x5ab452[_0x49bda4(0xe2)](_0x2984a3,()=>{const _0x55800e=_0x49bda4;_0x4d8fcf[_0x55800e(0xc9)][_0x55800e(0xf8)](_0x548050=>{const _0x4365a0=_0x55800e,_0x37f2a7=_0x23cc6b[_0x4365a0(0xfd)](_0x2475ab),_0x4c6c66=_0x37f2a7[0x0][_0x4365a0(0x107)](_0x4365a0(0x9d));let _0x80b058;if(_0x4365a0(0xc8)==_0x2984a3){const _0xb099b8=_0x23cc6b[_0x4365a0(0x11d)](_0x37f2a7);_0x80b058={'startRow':_0xb099b8[_0x4365a0(0xe7)],'endRow':_0xb099b8[_0x4365a0(0x133)],'includeAllSlots':!0x0};}else{const _0x8f2972=_0x23cc6b[_0x4365a0(0x9e)](_0x37f2a7);_0x80b058={'startColumn':_0x8f2972[_0x4365a0(0xe7)],'endColumn':_0x8f2972[_0x4365a0(0x133)],'includeAllSlots':!0x0};}const _0x453b0a=_0x23cc6b[_0x4365a0(0xef)](_0x4c6c66,_0x80b058),_0x2f8204=Array[_0x4365a0(0xc1)](_0x453b0a)[_0x4365a0(0x10a)](({cell:_0xc15754})=>_0xc15754),_0x1c7281=Ee(_0x2f8204[_0x4365a0(0xe9)](_0x2e2b37=>_0x2e2b37[_0x4365a0(0xeb)](_0x3f6850))),_0x580a1a=Ee(_0x2f8204[_0x4365a0(0xe9)](_0x1d38f5=>!_0x1d38f5[_0x4365a0(0xeb)](_0x3f6850)))[_0x4365a0(0x10a)](_0x30dd47=>_0x548050[_0x4365a0(0xc4)](_0x30dd47)),_0x40e9f0=_0x5ab452[_0x4365a0(0xbf)](_0x580a1a,_0x1cd204);if(_0x40e9f0&&(_0x4365a0(0x9f)==_0x40e9f0[_0x4365a0(0xfa)]||_0x4365a0(0xd9)==_0x40e9f0[_0x4365a0(0xfa)])){const _0x4cefa8=this[_0x4365a0(0x131)](_0x40e9f0);for(const _0x39f243 of _0x1c7281){const _0x422a72=_0x548050[_0x4365a0(0xc4)](_0x39f243),_0x2ed2a6=_0x23cc6b[_0x4365a0(0xd4)](_0x39f243),_0x970e0f=_0x39f243[_0x4365a0(0xa4)](_0x3f6850)-0x1,_0x2d9afb=_0x4cefa8[_0x2aafb4],_0x24cf9e=_0x4cefa8[_0x38c1c6];_0x2d9afb<=_0x2ed2a6[_0x380022]&&_0x2ed2a6[_0x380022]+_0x970e0f<=_0x24cf9e&&_0x40e9f0[_0x4365a0(0x121)](_0x422a72);}}});});}function _0x5d1d51(_0x4b4d66){const _0x14840a=_0x49bda4,_0x584511=Array[_0x14840a(0xc1)](_0x2475ab[_0x14840a(0xbb)]())[_0x14840a(0x10a)](_0x437f50=>_0x26ef83[_0x14840a(0x119)](_0x437f50));_0x4d8fcf[_0x14840a(0xc9)][_0x14840a(0xf8)](_0x3cd3b9=>{const _0x53b5e6=_0x14840a,_0x4168f2=_0x3cd3b9[_0x53b5e6(0x136)];_0x4b4d66=_0x4b4d66[_0x53b5e6(0xe9)](_0x4c199f=>_0x53b5e6(0xa3)!=_0x4c199f[_0x53b5e6(0x135)][_0x53b5e6(0xb1)]),_0x3cd3b9[_0x53b5e6(0xd6)](_0x4b4d66),_0x4d8fcf[_0x53b5e6(0xe4)][_0x53b5e6(0x12d)](_0x53b5e6(0xc8))[_0x53b5e6(0x12e)](),_0x4d8fcf[_0x53b5e6(0xba)](_0x53b5e6(0xc8),{'forceDefaultExecution':!0x0}),_0x4d8fcf[_0x53b5e6(0xc9)][_0x53b5e6(0xe5)](()=>{const _0x1c2ff1=_0x53b5e6;_0x4d8fcf[_0x1c2ff1(0xc9)][_0x1c2ff1(0xe5)](_0x4168f2,_0x1dde93=>{const _0x555d80=_0x1c2ff1,_0xf705cf=_0x584511[_0x555d80(0xe9)](_0xced1aa=>_0x555d80(0xa3)!=_0xced1aa[_0x555d80(0x135)][_0x555d80(0xb1)]);_0xf705cf[_0x555d80(0x123)]>0x0&&_0x1dde93[_0x555d80(0xd6)](_0xf705cf);for(const _0x578167 of _0x584511)_0x578167[_0x555d80(0x130)]();});});});}function _0x52225e(_0x558f10){const _0x173a33=_0x49bda4;_0x4d8fcf[_0x173a33(0xc9)][_0x173a33(0xf8)](_0x3dda18=>{const _0x21a15e=_0x173a33,_0x242dc8=Array[_0x21a15e(0xc1)](_0x2475ab[_0x21a15e(0xbb)]())[_0x21a15e(0x10a)](_0x491b97=>_0x26ef83[_0x21a15e(0x119)](_0x491b97)),_0x5510fa=[];for(const _0x5b5f04 of _0x558f10)for(const _0xb25992 of _0x5b5f04[_0x21a15e(0x13e)]({'shallow':!0x0}))_0x5510fa[_0x21a15e(0x140)](_0xb25992);for(const _0x26417c of _0x5510fa)_0x21a15e(0xa3)!=_0x26417c[_0x21a15e(0x135)][_0x21a15e(0xb1)]&&(_0x3dda18[_0x21a15e(0xd6)](_0x3dda18[_0x21a15e(0xce)](_0x26417c,0x0)),_0x4d8fcf[_0x21a15e(0xe4)][_0x21a15e(0x12d)](_0x21a15e(0x125))[_0x21a15e(0x12e)](),_0x4d8fcf[_0x21a15e(0xba)](_0x21a15e(0x125),{'forceDefaultExecution':!0x0}));const _0x16b2f2=_0x242dc8[_0x21a15e(0xe9)](_0x510186=>_0x21a15e(0xa3)!=_0x510186[_0x21a15e(0x135)][_0x21a15e(0xb1)]);_0x16b2f2[_0x21a15e(0x123)]>0x0&&_0x3dda18[_0x21a15e(0xd6)](_0x16b2f2);for(const _0x5d45c2 of _0x242dc8)_0x5d45c2[_0x21a15e(0x130)]();});}function _0x337835(_0x45e45a,_0x5c23e1){const _0x482219=_0x49bda4;return _0x5c23e1[_0x482219(0x11c)](_0x1e9141=>_0x45e45a[_0x482219(0xc2)](_0x2c52ee=>_0x2c52ee[_0x482219(0xff)][_0x482219(0x132)](_0x1e9141[_0x482219(0xa9)])||_0x1e9141[_0x482219(0xff)][_0x482219(0x132)](_0x2c52ee[_0x482219(0xa9)])));}function _0x1ed3da(_0x44b2d3,_0x29364a){const _0x34fb4a=_0x49bda4;return _0x44b2d3[_0x34fb4a(0xc2)](_0xcd8fd4=>_0x29364a[_0x34fb4a(0xc2)](_0x148bf6=>_0xcd8fd4[_0x34fb4a(0xff)][_0x34fb4a(0x11f)](_0x148bf6[_0x34fb4a(0xa9)])));}_0x4d8fcf[_0x49bda4(0xa8)][_0x49bda4(0xfe)]['on'](_0x49bda4(0x12f),(_0x581c43,_0x15e90e,_0x5e8934)=>{const _0x7822d6=_0x49bda4;if(!_0x5e8934[_0x7822d6(0xd7)][_0x7822d6(0x129)])return;const _0x4924d0=_0x15e90e[_0x7822d6(0x111)];if(!_0x4924d0)return;const _0x3f2a6b=_0x5e8934[_0x7822d6(0x124)][_0x7822d6(0x122)](_0x4924d0);function _0x486fc7(_0xf61291){const _0x1789a5=_0x7822d6;return Array[_0x1789a5(0x106)](_0xf61291)?_0xf61291:[_0xf61291];}_0x3f2a6b&&_0x7822d6(0xed)===_0x4924d0[_0x7822d6(0x10b)]&&_0x2f81de(_0x3f2a6b,_0x5e8934[_0x7822d6(0xf1)],(_0x3edada,_0x54bc2f,_0x56a497)=>_0x56a497[_0x7822d6(0xf2)](_0x486fc7(_0x54bc2f[_0x7822d6(0x12b)]),_0x3edada),(_0x291474,_0x4ea96d,_0xf0b6bd)=>_0xf0b6bd[_0x7822d6(0xf9)](_0x486fc7(_0x4ea96d[_0x7822d6(0x12b)]),_0x291474));},{'priority':_0x49bda4(0xbe)}),_0x5ab452[_0x49bda4(0xa6)][_0x49bda4(0xa2)](_0x4cb5e1=>{const _0x10228b=_0x49bda4;if(_0x10228b(0x11b)!=_0x4cb5e1[_0x10228b(0x13d)]&&_0x10228b(0xdb)!=_0x4cb5e1[_0x10228b(0x13d)])return;const _0x52d9e1=_0x4cb5e1[_0x10228b(0xb4)]();if(null!=_0x52d9e1&&_0x52d9e1['is'](_0x10228b(0x10c),_0x10228b(0x9d))){if(_0x10228b(0x11b)==_0x4cb5e1[_0x10228b(0x13d)]){const _0x382253=_0x4cb5e1[_0x10228b(0x13e)]()[_0x10228b(0xe9)](_0x208f1f=>_0x208f1f['is'](_0x10228b(0x103)))[_0x10228b(0x10a)](_0x15587b=>_0x15587b[_0x10228b(0xa8)]);if(_0x382253[_0x10228b(0x123)])return{'type':_0x10228b(0x11b),'content':_0x326444(_0x47502f,_0x10228b(0x114),_0x326444(_0x47502f,_0x10228b(0x108),'\x22'+_0x382253[_0x10228b(0x128)]('\x20')+'\x22'))};}if(_0x10228b(0xdb)==_0x4cb5e1[_0x10228b(0x13d)]){const _0x27abcf=_0x4cb5e1[_0x10228b(0x13e)]()[_0x10228b(0xe9)](_0x17388a=>_0x17388a['is'](_0x10228b(0x103)))[_0x10228b(0x10a)](_0x1b110b=>_0x1b110b[_0x10228b(0xa8)]);if(_0x27abcf[_0x10228b(0x123)])return{'type':_0x10228b(0xdb),'content':_0x326444(_0x47502f,_0x10228b(0x13f),_0x326444(_0x47502f,_0x10228b(0x108),'\x22'+_0x27abcf[_0x10228b(0x128)]('\x20')+'\x22'))};}}}),_0x5ab452[_0x49bda4(0xa6)][_0x49bda4(0xa2)](_0xab25b4=>{const _0x5dcab7=_0x49bda4;if(_0x5dcab7(0x9f)==_0xab25b4[_0x5dcab7(0xfa)]){const _0x2ae642=_0xab25b4[_0x5dcab7(0x13e)]()[_0x5dcab7(0xe9)](_0x584ead=>_0x584ead['is'](_0x5dcab7(0x103)))[_0x5dcab7(0x10a)](_0x2365d2=>_0x2365d2[_0x5dcab7(0xa8)]),_0x5e8551=this[_0x5dcab7(0x131)](_0xab25b4),_0x4c5067=_0x5e8551[_0x5dcab7(0x137)]-_0x5e8551[_0x5dcab7(0x101)]+0x1;if(_0x5dcab7(0x11b)==_0xab25b4[_0x5dcab7(0x13d)])return _0x2ae642[_0x5dcab7(0x123)]?{'type':_0x5dcab7(0x11b),'content':_0x326444(_0x47502f,_0x5dcab7(0x114),_0x326444(_0x47502f,_0x5dcab7(0xdc),[_0x4c5067,'\x22'+_0x2ae642[_0x5dcab7(0x128)]('\x20')+'\x22']))}:{'type':_0x5dcab7(0x11b),'content':_0x326444(_0x47502f,_0x5dcab7(0x114),_0x326444(_0x47502f,_0x5dcab7(0xda),_0x4c5067))};if(_0x5dcab7(0xdb)==_0xab25b4[_0x5dcab7(0x13d)])return _0x2ae642[_0x5dcab7(0x123)]?{'type':_0x5dcab7(0xdb),'content':_0x326444(_0x47502f,_0x5dcab7(0x13f),_0x326444(_0x47502f,_0x5dcab7(0xdc),[_0x4c5067,'\x22'+_0x2ae642[_0x5dcab7(0x128)]('\x20')+'\x22']))}:{'type':_0x5dcab7(0xdb),'content':_0x326444(_0x47502f,_0x5dcab7(0x13f),_0x326444(_0x47502f,_0x5dcab7(0xda),_0x4c5067))};}if(_0x5dcab7(0xd9)==_0xab25b4[_0x5dcab7(0xfa)]){const _0x6d4503=_0xab25b4[_0x5dcab7(0x13e)]()[_0x5dcab7(0xe9)](_0x53796b=>_0x53796b['is'](_0x5dcab7(0x103)))[_0x5dcab7(0x10a)](_0x3f7c5d=>_0x3f7c5d[_0x5dcab7(0xa8)]),_0x2a178f=this[_0x5dcab7(0x131)](_0xab25b4),_0x2158ab=_0x2a178f[_0x5dcab7(0xad)]-_0x2a178f[_0x5dcab7(0x139)]+0x1;if(_0x5dcab7(0x11b)==_0xab25b4[_0x5dcab7(0x13d)])return _0x6d4503[_0x5dcab7(0x123)]?{'type':_0x5dcab7(0x11b),'content':_0x326444(_0x47502f,_0x5dcab7(0x114),_0x326444(_0x47502f,_0x5dcab7(0xcc),[_0x2158ab,'\x22'+_0x6d4503[_0x5dcab7(0x128)]('\x20')+'\x22']))}:{'type':_0x5dcab7(0x11b),'content':_0x326444(_0x47502f,_0x5dcab7(0x114),_0x326444(_0x47502f,_0x5dcab7(0xa0),_0x2158ab))};if(_0x5dcab7(0xdb)==_0xab25b4[_0x5dcab7(0x13d)])return _0x6d4503[_0x5dcab7(0x123)]?{'type':_0x5dcab7(0xdb),'content':_0x326444(_0x47502f,_0x5dcab7(0x13f),_0x326444(_0x47502f,_0x5dcab7(0xcc),[_0x2158ab,'\x22'+_0x6d4503[_0x5dcab7(0x128)]('\x20')+'\x22']))}:{'type':_0x5dcab7(0xdb),'content':_0x326444(_0x47502f,_0x5dcab7(0x13f),_0x326444(_0x47502f,_0x5dcab7(0xa0),_0x2158ab))};}}),_0x5ab452[_0x49bda4(0xf7)][_0x49bda4(0xb7)](_0x49bda4(0x11b),_0x49bda4(0x9f),_0x49bda4(0xb6),_0x5d1d51),_0x5ab452[_0x49bda4(0xf7)][_0x49bda4(0xb7)](_0x49bda4(0xdb),_0x49bda4(0x9f),_0x49bda4(0x109),_0x5d1d51),_0x5ab452[_0x49bda4(0xf7)][_0x49bda4(0xb7)](_0x49bda4(0x11b),_0x49bda4(0xd9),_0x49bda4(0xb6),_0x52225e),_0x5ab452[_0x49bda4(0xf7)][_0x49bda4(0xb7)](_0x49bda4(0xdb),_0x49bda4(0xd9),_0x49bda4(0x109),_0x52225e),_0x5ab452[_0x49bda4(0xf7)][_0x49bda4(0xb7)](_0x49bda4(0x11b),_0x49bda4(0xd9),_0x49bda4(0x128),_0x337835),_0x5ab452[_0x49bda4(0xf7)][_0x49bda4(0xb7)](_0x49bda4(0xdb),_0x49bda4(0xd9),_0x49bda4(0x128),_0x337835),_0x5ab452[_0x49bda4(0xf7)][_0x49bda4(0xb7)](_0x49bda4(0x11b),_0x49bda4(0x9f),_0x49bda4(0x128),_0x1ed3da),_0x5ab452[_0x49bda4(0xf7)][_0x49bda4(0xb7)](_0x49bda4(0xdb),_0x49bda4(0x9f),_0x49bda4(0x128),_0x1ed3da);}[_0x5a25b7(0xe1)](){const _0x3947c9=_0x5a25b7,_0x351f35=this[_0x3947c9(0xcf)],_0x48ff87=_0x351f35[_0x3947c9(0xc9)][_0x3947c9(0xb8)][_0x3947c9(0xaf)];return(_0x45da2e,_0x4c3fc7)=>{const _0xc43c62=_0x3947c9;_0x351f35[_0xc43c62(0xc9)][_0xc43c62(0xf8)](_0x9d3060=>{const _0x581922=_0xc43c62,{commandName:_0x40df4d,commandParams:_0x5d97a7}=_0x4c3fc7;let _0x38bce7=_0x45da2e[0x0][_0x581922(0xff)][_0x581922(0xac)];_0x5d97a7&&_0x5d97a7[0x0]&&!0x1===_0x5d97a7[0x0][_0x581922(0xe0)]&&(_0x38bce7=_0x45da2e[0x0][_0x581922(0xa9)][_0x581922(0x12a)]);const _0x60e7f5=_0x9d3060[_0x581922(0xe8)](_0x38bce7);if(_0x581922(0xa3)==_0x60e7f5[_0x581922(0x135)][_0x581922(0xb1)])return;const _0x2f7967=Array[_0x581922(0xc1)](_0x48ff87[_0x581922(0xbb)]())[_0x581922(0x10a)](_0x5e38c8=>_0x26ef83[_0x581922(0x119)](_0x5e38c8));_0x9d3060[_0x581922(0xd6)](_0x60e7f5),_0x351f35[_0x581922(0xe4)][_0x581922(0x12d)](_0x40df4d)[_0x581922(0x12e)](),_0x5d97a7[_0x581922(0x140)]({'forceDefaultExecution':!0x0}),_0x351f35[_0x581922(0xba)](_0x40df4d,..._0x5d97a7);const _0x1d466c=_0x2f7967[_0x581922(0xe9)](_0x58baeb=>_0x581922(0xa3)!=_0x58baeb[_0x581922(0x135)][_0x581922(0xb1)]);_0x1d466c[_0x581922(0x123)]>0x0&&_0x9d3060[_0x581922(0xd6)](_0x1d466c);for(const _0xfcfe63 of _0x2f7967)_0xfcfe63[_0x581922(0x130)]();});};}[_0x5a25b7(0x120)](_0x36dde6){const _0x32a5c8=_0x5a25b7,_0x5f68d8=this[_0x32a5c8(0xcf)][_0x32a5c8(0xca)][_0x32a5c8(0x12d)](_0x32a5c8(0xc5));let _0x5b3f3a=Number[_0x32a5c8(0xd1)],_0x540e92=Number[_0x32a5c8(0xe3)],_0x924278=Number[_0x32a5c8(0xd1)],_0x6ba96b=Number[_0x32a5c8(0xe3)];for(const _0x361760 of _0x36dde6){if(_0x32a5c8(0xa3)==_0x361760[_0x32a5c8(0x135)][_0x32a5c8(0xb1)])continue;const {row:_0x1997d3,column:_0x51a4b7}=_0x5f68d8[_0x32a5c8(0xd4)](_0x361760),_0xd06916=_0x361760[_0x32a5c8(0xeb)](_0x32a5c8(0xb5))?_0x361760[_0x32a5c8(0xa4)](_0x32a5c8(0xb5))-0x1:0x0,_0x56b863=_0x361760[_0x32a5c8(0xeb)](_0x32a5c8(0x112))?_0x361760[_0x32a5c8(0xa4)](_0x32a5c8(0x112))-0x1:0x0;_0x5b3f3a=_0x1997d3<_0x5b3f3a?_0x1997d3:_0x5b3f3a,_0x540e92=_0x1997d3+_0xd06916>_0x540e92?_0x1997d3+_0xd06916:_0x540e92,_0x924278=_0x51a4b7<_0x924278?_0x51a4b7:_0x924278,_0x6ba96b=_0x51a4b7+_0x56b863>_0x6ba96b?_0x51a4b7+_0x56b863:_0x6ba96b;}return{'minRow':_0x5b3f3a,'maxRow':_0x540e92,'minColumn':_0x924278,'maxColumn':_0x6ba96b};}[_0x5a25b7(0xf6)](){const _0x3c1f0b=_0x5a25b7,_0xcca1ce=this[_0x3c1f0b(0xcf)],_0x596475=_0xcca1ce[_0x3c1f0b(0xca)][_0x3c1f0b(0x12d)](_0x3c1f0b(0x127)),_0x18bd07=_0xcca1ce[_0x3c1f0b(0xca)][_0x3c1f0b(0x12d)](_0x3c1f0b(0xc5));_0xcca1ce[_0x3c1f0b(0xc9)][_0x3c1f0b(0xb8)]['on'](_0x3c1f0b(0x118),()=>{const _0x429786=_0x3c1f0b,_0x24c22d=Array[_0x429786(0xc1)](_0xcca1ce[_0x429786(0xc9)][_0x429786(0xb8)][_0x429786(0xa5)][_0x429786(0xdd)]());for(const {name:_0x1b5014,data:_0x1bfd2e}of _0x24c22d){const {group:_0x4ee678,id:_0x185cbc,subType:_0x2def93}=_0x596475[_0x429786(0x13c)](_0x1b5014);if(_0x429786(0xe6)!=_0x4ee678)continue;if(null!=_0x1bfd2e[_0x429786(0xf3)])continue;const _0x8eb919=_0x596475[_0x429786(0xee)](_0x185cbc);this[_0x429786(0x102)][_0x429786(0x115)](_0x2def93)&&this[_0x429786(0xd5)][_0x429786(0xcd)](_0x8eb919);}},{'priority':_0x3c1f0b(0x11e)});const _0x5a879a=(_0xcde037,_0x5b6087)=>{const _0x57945f=_0x3c1f0b;let _0x36a0d3=!0x1;const _0x3b94f0=_0x5b6087[_0x57945f(0xc4)](_0xcde037),_0x3e85f0=_0xcde037[_0x57945f(0x107)](_0x57945f(0x9d)),_0x5c8998=_0x18bd07[_0x57945f(0xd4)](_0xcde037);for(const _0x55a284 of this[_0x57945f(0xd5)]){const _0x567629=_0x55a284[_0x57945f(0xfa)],_0x3ba1df=_0x567629[_0x57945f(0x113)](_0x57945f(0xec)),_0x3d567a=_0x567629[_0x57945f(0xf5)](_0x3ba1df?0xa:0x5),_0x3662d1=_0x3d567a[_0x57945f(0xc7)](),_0x59ed62=_0x3662d1[_0x57945f(0xf5)](0x0,0x3)+_0x57945f(0xd3),_0x302f76=_0x57945f(0x126)+_0x3d567a,_0x289776=_0x57945f(0xbd)+_0x3d567a;if(!_0x55a284[_0x57945f(0x10d)])continue;if(_0x3e85f0!=_0x55a284[_0x57945f(0xc6)]()[_0x57945f(0xa9)][_0x57945f(0x107)](_0x57945f(0x9d)))continue;if(_0x55a284[_0x57945f(0xea)](_0x3b94f0))continue;const _0x4b3b7a=_0xcde037[_0x57945f(0xeb)](_0x59ed62)?_0xcde037[_0x57945f(0xa4)](_0x59ed62)-0x1:0x0,_0x5e2157=this[_0x57945f(0x131)](_0x55a284),_0x5bf04f=_0x5e2157[_0x302f76],_0x1422eb=_0x5e2157[_0x289776];_0x5bf04f<=_0x5c8998[_0x3662d1]&&_0x5c8998[_0x3662d1]+_0x4b3b7a<=_0x1422eb&&(_0x55a284[_0x57945f(0x121)](_0x3b94f0),_0x36a0d3=!0x0);}return _0x36a0d3;};_0xcca1ce[_0x3c1f0b(0xc9)][_0x3c1f0b(0xb8)][_0x3c1f0b(0xd0)](_0x45318b=>{const _0x2535c7=_0x3c1f0b;let _0x44f5ea=!0x1;for(const _0x1029d3 of _0xcca1ce[_0x2535c7(0xc9)][_0x2535c7(0xb8)][_0x2535c7(0xa5)][_0x2535c7(0xfc)]())if(_0x2535c7(0xfb)==_0x1029d3[_0x2535c7(0x13d)]){if(_0x2535c7(0x9f)==_0x1029d3[_0x2535c7(0x10b)]){for(const _0x102203 of _0x1029d3[_0x2535c7(0x116)][_0x2535c7(0x12a)][_0x2535c7(0x134)]())_0x44f5ea=_0x44f5ea||_0x5a879a(_0x102203,_0x45318b);}else _0x2535c7(0xed)==_0x1029d3[_0x2535c7(0x10b)]&&(_0x44f5ea=_0x44f5ea||_0x5a879a(_0x1029d3[_0x2535c7(0x116)][_0x2535c7(0x12a)],_0x45318b));}return _0x44f5ea;});}[_0x5a25b7(0x131)](_0x53568c){const _0x4ee8ae=_0x5a25b7;return this[_0x4ee8ae(0x120)](_0x53568c[_0x4ee8ae(0xbb)]()[_0x4ee8ae(0x10a)](_0x211e24=>_0x211e24[_0x4ee8ae(0xa9)][_0x4ee8ae(0x12a)]));}}function Ee(_0x5a63eb){const _0x1d3cf0=_0x5a25b7;return Array[_0x1d3cf0(0xc1)](new Set(_0x5a63eb)[_0x1d3cf0(0x12c)]());}
|
|
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)]());}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x9f1028=_0x1622;function _0x4fa1(){const _0x537491=['152496iofKyw','91338uHPzZQ','4870nHUEdG','get','editor','plugins','2FrFmVW','TrackChangesEditing','296hbgjoM','114713FQmYUY','toggleTableCaption','requires','24HXRItG','918999QmLjBp','1348370CEAKiu','afterInit','enableCommand','39193KPPEgR','has','TableCaptionEditing'];_0x4fa1=function(){return _0x537491;};return _0x4fa1();}(function(_0xbac3ff,_0x4fc9b8){const _0x14cc65=_0x1622,_0x2ad0e8=_0xbac3ff();while(!![]){try{const _0x4a6704=parseInt(_0x14cc65(0x15d))/0x1*(parseInt(_0x14cc65(0x15a))/0x2)+parseInt(_0x14cc65(0x155))/0x3+parseInt(_0x14cc65(0x15c))/0x4*(-parseInt(_0x14cc65(0x156))/0x5)+-parseInt(_0x14cc65(0x160))/0x6*(parseInt(_0x14cc65(0x165))/0x7)+parseInt(_0x14cc65(0x154))/0x8+-parseInt(_0x14cc65(0x161))/0x9+parseInt(_0x14cc65(0x162))/0xa;if(_0x4a6704===_0x4fc9b8)break;else _0x2ad0e8['push'](_0x2ad0e8['shift']());}catch(_0x14b9f1){_0x2ad0e8['push'](_0x2ad0e8['shift']());}}}(_0x4fa1,0x1904b));import{Plugin as _0x155d26}from'ckeditor5/src/core.js';function _0x1622(_0x5e8156,_0x50aea9){const _0x4fa112=_0x4fa1();return _0x1622=function(_0x16227c,_0x11b085){_0x16227c=_0x16227c-0x153;let _0x344c63=_0x4fa112[_0x16227c];return _0x344c63;},_0x1622(_0x5e8156,_0x50aea9);}import _0x1b59a3 from'./table.js';export default class Mt extends _0x155d26{static get[_0x9f1028(0x15f)](){return[_0x1b59a3];}[_0x9f1028(0x163)](){const _0x1d531b=_0x9f1028,_0x548705=this[_0x1d531b(0x158)];if(!_0x548705[_0x1d531b(0x159)][_0x1d531b(0x166)](_0x1d531b(0x153)))return;_0x548705[_0x1d531b(0x159)][_0x1d531b(0x157)](_0x1d531b(0x15b))[_0x1d531b(0x164)](_0x1d531b(0x15e));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x2a306a=_0xf1ef;(function(_0x4a6b9c,_0x12f694){const _0x3d0651=_0xf1ef,_0x20e3b3=_0x4a6b9c();while(!![]){try{const _0x4c0134=parseInt(_0x3d0651(0x140))/0x1+parseInt(_0x3d0651(0x191))/0x2+-parseInt(_0x3d0651(0xf6))/0x3+parseInt(_0x3d0651(0x138))/0x4+-parseInt(_0x3d0651(0x177))/0x5*(-parseInt(_0x3d0651(0x179))/0x6)+parseInt(_0x3d0651(0x176))/0x7+-parseInt(_0x3d0651(0x12a))/0x8*(parseInt(_0x3d0651(0x189))/0x9);if(_0x4c0134===_0x12f694)break;else _0x20e3b3['push'](_0x20e3b3['shift']());}catch(_0x27dfe3){_0x20e3b3['push'](_0x20e3b3['shift']());}}}(_0x4c89,0xae1bd));import{getTranslation as _0x379227}from'../utils/common-translations.js';function _0xf1ef(_0x5cf17d,_0x352b16){const _0x4c8934=_0x4c89();return _0xf1ef=function(_0xf1ef4,_0x53e31f){_0xf1ef4=_0xf1ef4-0xdd;let _0x181380=_0x4c8934[_0xf1ef4];return _0x181380;},_0xf1ef(_0x5cf17d,_0x352b16);}import{Plugin as _0x5309df}from'ckeditor5/src/core.js';import{LiveRange as _0x17c050}from'ckeditor5/src/engine.js';import{uid as _0x3bd37d,priorities as _0x4cacc4}from'ckeditor5/src/utils.js';import _0x838188 from'./table.js';const ge=[_0x2a306a(0xe1),_0x2a306a(0x14e),_0x2a306a(0x1a8),_0x2a306a(0x133),_0x2a306a(0x168),_0x2a306a(0x14b),_0x2a306a(0x131)],Ce=Object[_0x2a306a(0x19d)](ge[_0x2a306a(0x145)](_0x43db2f=>[_0x43db2f,null]));export default class It extends _0x5309df{static get[_0x2a306a(0x16e)](){return[_0x838188];}[_0x2a306a(0xff)](){const _0x3a5f11=_0x2a306a,_0x255f43=this[_0x3a5f11(0xe7)];if(!_0x255f43[_0x3a5f11(0x115)][_0x3a5f11(0x122)](_0x3a5f11(0x159)))return;const _0x1a2126=_0x255f43[_0x3a5f11(0x115)][_0x3a5f11(0x170)](_0x3a5f11(0x128)),_0x40b737=_0x255f43[_0x3a5f11(0x115)][_0x3a5f11(0x170)](_0x3a5f11(0x149)),_0x5bbd18=_0x255f43[_0x3a5f11(0x115)][_0x3a5f11(0x170)](_0x838188),_0x2181ac=_0x255f43[_0x3a5f11(0x115)][_0x3a5f11(0x170)](_0x3a5f11(0x159));_0x5bbd18[_0x3a5f11(0x158)][_0x3a5f11(0x192)](_0x3a5f11(0x163),_0x3a5f11(0x13a)),_0x255f43[_0x3a5f11(0x107)][_0x3a5f11(0x16d)][_0x3a5f11(0x116)](_0x3a5f11(0x16f),{'allowIn':_0x3a5f11(0x11c),'allowContentOf':_0x3a5f11(0x11c),'isLimit':!0x0}),_0x255f43[_0x3a5f11(0x18e)][_0x3a5f11(0x18d)]({'model':_0x3a5f11(0x16f),'view':_0x3a5f11(0x166)});let _0x50a1a9=null;_0x255f43[_0x3a5f11(0x107)]['on'](_0x3a5f11(0x17c),(_0x38d964,_0x55c7b1)=>{const _0x2b15d4=_0x3a5f11,[_0x1e1577,_0x588644]=_0x55c7b1,_0x17245d=_0x55c7b1[_0x55c7b1[_0x2b15d4(0x139)]-0x1];_0x17245d&&_0x17245d[_0x2b15d4(0x173)]||_0x1a2126[_0x2b15d4(0x144)]||this[_0x2b15d4(0xe7)][_0x2b15d4(0x143)][_0x2b15d4(0x170)](_0x2b15d4(0xe0))[_0x2b15d4(0xe3)]&&function(_0x2e5462,_0x405a5c,_0xc4f00a,_0x586e15,_0x2893b5){const _0x562b51=_0x2b15d4;if(_0x405a5c&&!_0x405a5c['is'](_0x562b51(0x169)))return!0x1;const _0x4a2078=_0x2893b5[_0x562b51(0x14a)](_0x2e5462,_0xc4f00a);if(!_0x4a2078||!he(_0x4a2078,void 0x0,_0x586e15))return!0x1;const _0x5687db=_0x586e15[_0x562b51(0x15c)](_0xc4f00a[_0x562b51(0x188)][_0x562b51(0xdd)]);if(!_0x5687db[_0x562b51(0x139)])return!0x1;const _0x447398=_0x5687db[0x0][_0x562b51(0x157)](_0x562b51(0xfd)),_0x1e4875=_0x586e15[_0x562b51(0xf7)](_0x5687db),_0x2ba4b1=_0x586e15[_0x562b51(0x10c)](_0x5687db),_0x255d34={'startRow':_0x1e4875[_0x562b51(0x19a)],'endRow':_0x1e4875[_0x562b51(0x125)],'startColumn':_0x2ba4b1[_0x562b51(0x19a)],'endColumn':_0x2ba4b1[_0x562b51(0x125)]};return 0x1==_0x5687db[_0x562b51(0x139)]&&(_0x255d34[_0x562b51(0x117)]+=_0x586e15[_0x562b51(0x165)](_0x4a2078)-0x1,_0x255d34[_0x562b51(0x196)]+=_0x586e15[_0x562b51(0x18b)](_0x4a2078)-0x1),he(_0x447398,_0x255d34,_0x586e15);}(_0x1e1577,_0x588644,_0x255f43[_0x2b15d4(0x107)],_0x40b737,_0x2181ac)&&(_0x38d964[_0x2b15d4(0x129)](),_0x50a1a9={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x255f43[_0x2b15d4(0x107)][_0x2b15d4(0x12b)](()=>{const _0x1a9152=_0x2b15d4;_0x255f43[_0x1a9152(0x107)][_0x1a9152(0x17c)](_0x55c7b1[0x0],_0x55c7b1[0x1],_0x55c7b1[0x2],{'forceDefaultExecution':!0x0});const _0x5caaa0=_0x3bd37d(),{rowInsertionRanges:_0x9b317f,columnInsertionRanges:_0x29e821,insertionRanges:_0x3f0892,deletionRanges:_0x54e8c8,cells:_0x413229}=_0x50a1a9;_0x9b317f[_0x1a9152(0x139)]&&_0x1a2126[_0x1a9152(0x136)](_0x9b317f,_0x1a9152(0x163),{'tablePasteChainId':_0x5caaa0}),_0x29e821[_0x1a9152(0x139)]&&_0x1a2126[_0x1a9152(0x136)](_0x29e821,_0x1a9152(0x13a),{'tablePasteChainId':_0x5caaa0}),_0x3f0892[_0x1a9152(0x139)]&&(_0x1a2126[_0x1a9152(0x136)](_0x3f0892,_0x1a9152(0x167),{'tablePasteChainId':_0x5caaa0,'skipNestingCheck':!0x0}),_0x3f0892[_0x1a9152(0x10f)](_0x3105ea=>{const _0x2bc459=_0x1a9152;var _0x555ba8;return null===(_0x555ba8=_0x3105ea[_0x2bc459(0x155)])||void 0x0===_0x555ba8?void 0x0:_0x555ba8[_0x2bc459(0x16a)](_0x3105ea);})),_0x54e8c8[_0x1a9152(0x139)]&&(_0x1a2126[_0x1a9152(0x141)](_0x54e8c8,_0x1a9152(0x167),{'tablePasteChainId':_0x5caaa0,'skipNestingCheck':!0x0}),_0x54e8c8[_0x1a9152(0x10f)](_0x4e5fea=>{const _0x21ccc5=_0x1a9152;var _0xf9fbc3;return null===(_0xf9fbc3=_0x4e5fea[_0x21ccc5(0x155)])||void 0x0===_0xf9fbc3?void 0x0:_0xf9fbc3[_0x21ccc5(0x16a)](_0x4e5fea);}));const _0x314818=_0x1a2126[_0x1a9152(0x156)](_0x413229[_0x1a9152(0x145)](({element:_0x2b6747})=>_0x2b6747),{'formatGroupId':_0x3bd37d()},[],_0x1a9152(0xec),{'tablePasteChainId':_0x5caaa0});if(_0x314818){const _0x2788e3=_0x314818[_0x1a9152(0x1a4)](),_0x303ba8=[];for(const {element:_0x4bc4f0,attributes:_0x1987ad}of _0x413229){if(!_0x1987ad)continue;const _0x64a908=_0x255f43[_0x1a9152(0x107)][_0x1a9152(0x113)](_0x4bc4f0),_0x4c8c2c=_0x2788e3[_0x1a9152(0x13c)](_0x42cd75=>_0x42cd75[_0x1a9152(0x104)]()[_0x1a9152(0x184)](_0x64a908));_0x4c8c2c&&_0x303ba8[_0x1a9152(0x192)]([_0x4c8c2c[_0x1a9152(0x17a)],_0x1987ad]);}_0x303ba8[_0x1a9152(0x139)]&&_0x314818[_0x1a9152(0x154)](_0x1a9152(0x121),Object[_0x1a9152(0x19d)](_0x303ba8));}_0x50a1a9=null;}));},{'priority':_0x4cacc4[_0x3a5f11(0x127)]+0xa}),_0x255f43[_0x3a5f11(0x115)][_0x3a5f11(0x170)](_0x3a5f11(0x159))['on'](_0x3a5f11(0x13b),(_0x4b128f,_0x103297)=>{const _0xf338b3=_0x3a5f11,[_0x59a9c9,_0x4d64bd,,_0x59cd60]=_0x103297;if(!_0x50a1a9)return;_0x4b128f[_0xf338b3(0x129)]();const _0x38238f=_0x59a9c9[_0xf338b3(0x111)],_0x1ca4c4=_0x4d64bd,_0x4f9359=Pe(_0x38238f),_0x59f02f=Pe(_0x1ca4c4);_0x4b128f[_0xf338b3(0x164)]=_0x38238f;let _0x192b79=null,_0x43fbc8=null;if(_0x59f02f||_0x4f9359){if(_0x4f9359&&!_0x59f02f){_0x59cd60[_0xf338b3(0x120)](_0x38238f[_0xf338b3(0xea)](0x0));for(const _0x2eeb71 of Array[_0xf338b3(0x194)](_0x1ca4c4[_0xf338b3(0x16c)]()))_0x59cd60[_0xf338b3(0x119)](_0x2eeb71,_0x38238f,_0xf338b3(0x10b));const _0x13f6ee=_0x50a1a9[_0xf338b3(0x134)][_0xf338b3(0xe9)](_0x59a9c9[_0xf338b3(0x198)]),_0x58422c=_0x50a1a9[_0xf338b3(0x12d)][_0xf338b3(0xe9)](_0x59a9c9[_0xf338b3(0x16b)]);_0x13f6ee||_0x58422c||(_0x192b79=_0x17c050[_0xf338b3(0x17f)](_0x59cd60[_0xf338b3(0x19c)](_0x38238f)));}else _0x59f02f&&!_0x4f9359&&(_0x43fbc8=_0x59cd60[_0xf338b3(0x19c)](_0x38238f));}else{const _0xbe23d5=_0x59cd60[_0xf338b3(0xe5)](_0xf338b3(0x16f)),_0x1d3e4d=_0x59cd60[_0xf338b3(0xe5)](_0xf338b3(0x16f));_0x59cd60[_0xf338b3(0x15d)](_0x59cd60[_0xf338b3(0x19c)](_0x38238f),_0x1d3e4d),_0x59cd60[_0xf338b3(0x119)](_0xbe23d5,_0x38238f,0x0);for(const _0x145075 of Array[_0xf338b3(0x194)](_0x1ca4c4[_0xf338b3(0x16c)]()))_0x59cd60[_0xf338b3(0x119)](_0x145075,_0xbe23d5,_0xf338b3(0x10b));_0x192b79=_0x17c050[_0xf338b3(0x17f)](_0x59cd60[_0xf338b3(0x113)](_0xbe23d5)),_0x43fbc8=_0x17c050[_0xf338b3(0x17f)](_0x59cd60[_0xf338b3(0x113)](_0x1d3e4d));}const _0x3940a0=Array[_0xf338b3(0x194)](_0x1ca4c4[_0xf338b3(0x15e)]())[_0xf338b3(0x17d)](([_0x2f5a59])=>ge[_0xf338b3(0xe9)](_0x2f5a59));_0x50a1a9[_0xf338b3(0x199)][_0xf338b3(0x192)]({'element':_0x38238f,'attributes':_0x3940a0[_0xf338b3(0x139)]?Object[_0xf338b3(0x19d)](_0x3940a0):null}),_0x192b79&&_0x50a1a9[_0xf338b3(0x1a6)][_0xf338b3(0x192)](_0x192b79),_0x43fbc8&&_0x50a1a9[_0xf338b3(0x12f)][_0xf338b3(0x192)](_0x43fbc8);},{'priority':_0x3a5f11(0x127)}),_0x40b737['on'](_0x3a5f11(0x186),(_0x419135,_0x36409c)=>{const _0x2f66c7=_0x3a5f11,[_0x3714be,_0x5e6238={}]=_0x36409c;if(!_0x50a1a9)return;const _0x296314=_0x5e6238['at']||0x0,_0x157c27=_0x5e6238[_0x2f66c7(0xee)]||0x1;_0x50a1a9[_0x2f66c7(0x12d)]=new Array(_0x157c27)[_0x2f66c7(0x1a5)](_0x296314)[_0x2f66c7(0x145)]((_0x424cb4,_0x4e4b02)=>_0x424cb4+_0x4e4b02);for(const {cell:_0x5958ad}of _0x40b737[_0x2f66c7(0x1a1)](_0x3714be,{'startColumn':_0x296314,'endColumn':_0x296314+_0x157c27-0x1}))_0x50a1a9[_0x2f66c7(0x182)][_0x2f66c7(0x192)](_0x255f43[_0x2f66c7(0x107)][_0x2f66c7(0x113)](_0x5958ad));},{'priority':_0x3a5f11(0xe8)}),_0x40b737['on'](_0x3a5f11(0x195),(_0x2aa057,_0x2b9088)=>{const _0x271ba0=_0x3a5f11,[_0x58b9bd,_0x364409={}]=_0x2b9088;if(!_0x50a1a9)return;const _0x34dcd9=_0x364409['at']||0x0,_0xa4f5ce=_0x364409[_0x271ba0(0x101)]||0x1;_0x50a1a9[_0x271ba0(0x134)]=new Array(_0xa4f5ce)[_0x271ba0(0x1a5)](_0x34dcd9)[_0x271ba0(0x145)]((_0x24f753,_0x3f72d0)=>_0x24f753+_0x3f72d0);for(const {cell:_0x359a26}of _0x40b737[_0x271ba0(0x1a1)](_0x58b9bd,{'startRow':_0x34dcd9,'endRow':_0x34dcd9+_0xa4f5ce-0x1}))_0x50a1a9[_0x271ba0(0x174)][_0x271ba0(0x192)](_0x255f43[_0x271ba0(0x107)][_0x271ba0(0x113)](_0x359a26));},{'priority':_0x3a5f11(0xe8)}),_0x1a2126[_0x3a5f11(0xf2)][_0x3a5f11(0x175)](_0xa3ecfe=>{const _0x56e44b=_0x3a5f11;if(_0xa3ecfe[_0x56e44b(0x14c)]&&_0xa3ecfe[_0x56e44b(0x14c)][_0x56e44b(0x178)](_0x56e44b(0x167)))return _0xa3ecfe[_0x56e44b(0xeb)]?{}:{'type':_0x56e44b(0xf4),'content':_0x379227(_0x255f43[_0x56e44b(0x13f)],_0x56e44b(0xef))};});const _0x4a6001=()=>!0x1;for(const _0xde7e41 of[_0x3a5f11(0x167),_0x3a5f11(0x13a),_0x3a5f11(0x163),_0x3a5f11(0xec)])_0x1a2126[_0x3a5f11(0xdf)][_0x3a5f11(0x172)](_0x3a5f11(0xf4),_0xde7e41,_0x3a5f11(0xf9),_0x4a6001),_0x1a2126[_0x3a5f11(0xdf)][_0x3a5f11(0x172)](_0x3a5f11(0x17b),_0xde7e41,_0x3a5f11(0xf9),_0x4a6001),_0x1a2126[_0x3a5f11(0xdf)][_0x3a5f11(0x172)](_0x3a5f11(0x153),_0xde7e41,_0x3a5f11(0xf9),_0x4a6001);_0x1a2126[_0x3a5f11(0xdf)][_0x3a5f11(0x172)](_0x3a5f11(0x153),_0x3a5f11(0xec),_0x3a5f11(0x19b),_0x4a6001),_0x1a2126[_0x3a5f11(0xdf)][_0x3a5f11(0x172)](_0x3a5f11(0x153),_0x3a5f11(0xec),_0x3a5f11(0x161),(_0x44ced1,_0x666655,_0x117a40)=>{const _0x2acf12=_0x3a5f11,_0x1ab3db=_0x44ced1[_0x2acf12(0x145)](_0x32acaf=>_0x32acaf[_0x2acf12(0x148)]())[_0x2acf12(0x17d)](_0x44860f=>_0x44860f),_0x3dd8e0=new Map(_0x1ab3db[_0x2acf12(0x145)](_0x4d5415=>[_0x4d5415,null]));if(_0x50a1a9){for(const {element:_0x27b739,attributes:_0x55b98b}of _0x50a1a9[_0x2acf12(0x199)])_0x55b98b&&_0x3dd8e0[_0x2acf12(0x13e)](_0x27b739,_0x55b98b);}else{if(_0x117a40&&_0x117a40[_0x2acf12(0x121)])for(const [_0x542bd8,_0x524aa1]of Object[_0x2acf12(0x15a)](_0x117a40[_0x2acf12(0x121)])){const _0x4ad8b1=_0x255f43[_0x2acf12(0x107)][_0x2acf12(0x15b)][_0x2acf12(0x170)](_0x542bd8),_0x3ac66d=_0x4ad8b1?_0x4ad8b1[_0x2acf12(0x104)]()[_0x2acf12(0x148)]():null;_0x3ac66d&&_0x3dd8e0[_0x2acf12(0x13e)](_0x3ac66d,_0x524aa1);}}_0x255f43[_0x2acf12(0x107)][_0x2acf12(0x12b)](_0x55096c=>{const _0x34a7f2=_0x2acf12;for(const [_0x56dd95,_0x1e6a01]of _0x3dd8e0)_0x55096c[_0x34a7f2(0x106)]({...Ce,..._0x1e6a01},_0x56dd95);});});const _0x2fcf31=(_0x1ef56b,_0x2ab743)=>{const _0x3c1076=_0x3a5f11;_0x1a2126[_0x3c1076(0xdf)][_0x3c1076(0x172)](_0x1ef56b,_0x3c1076(0x167),_0x2ab743,(_0x44f6e6,_0x92fa5f,_0x5d13a6)=>{const _0x28c870=_0x3c1076;_0x255f43[_0x28c870(0x107)][_0x28c870(0x12b)](_0x4bd039=>{const _0x25e965=_0x28c870,_0xe6aa90=[];for(const _0x1e284d of _0x44f6e6){const _0x49bf26=_0x1e284d[_0x25e965(0x181)][_0x25e965(0x152)];_0x49bf26['is'](_0x25e965(0xfa),_0x25e965(0x16f))&&_0xe6aa90[_0x25e965(0x192)](_0x49bf26);}_0x1a2126[_0x25e965(0xdf)][_0x25e965(0xe2)](_0x1ef56b,null,_0x2ab743)(_0x44f6e6,_0x92fa5f,_0x5d13a6);for(const _0x2be4c8 of _0xe6aa90)_0x25e965(0x126)!=_0x2be4c8[_0x25e965(0x10d)][_0x25e965(0x171)]&&_0x4bd039[_0x25e965(0x185)](_0x2be4c8);});});};_0x2fcf31(_0x3a5f11(0xf4),_0x3a5f11(0x161)),_0x2fcf31(_0x3a5f11(0xf4),_0x3a5f11(0x19b)),_0x2fcf31(_0x3a5f11(0x17b),_0x3a5f11(0x161)),_0x2fcf31(_0x3a5f11(0x17b),_0x3a5f11(0x19b)),_0x1a2126[_0x3a5f11(0xdf)][_0x3a5f11(0x172)](_0x3a5f11(0xf4),_0x3a5f11(0x163),_0x3a5f11(0x19b),_0x319e87=>{const _0x3d1389=_0x3a5f11,_0x375f12=_0x319e87[_0x3d1389(0x145)](_0x5bcb6e=>_0x5bcb6e[_0x3d1389(0x148)]()),_0x465c4f=_0x375f12[0x0][_0x3d1389(0x157)](_0x3d1389(0xfd)),{minRow:_0x4f2697,maxRow:_0x112fd9}=_0x5bbd18[_0x3d1389(0x103)](_0x375f12);_0x40b737[_0x3d1389(0x137)](_0x465c4f,{'at':_0x4f2697,'rows':_0x112fd9-_0x4f2697+0x1});}),_0x1a2126[_0x3a5f11(0xdf)][_0x3a5f11(0x172)](_0x3a5f11(0xf4),_0x3a5f11(0x13a),_0x3a5f11(0x19b),_0x6b870b=>{const _0x206a7d=_0x3a5f11,_0x4ae3d=_0x6b870b[_0x206a7d(0x145)](_0x4dedc8=>_0x4dedc8[_0x206a7d(0x148)]()),_0x2ad30e=_0x4ae3d[0x0][_0x206a7d(0x157)](_0x206a7d(0xfd)),{minColumn:_0x1f0c5b,maxColumn:_0x627ed6}=_0x5bbd18[_0x206a7d(0x103)](_0x4ae3d);_0x40b737[_0x206a7d(0x132)](_0x2ad30e,{'at':_0x1f0c5b,'columns':_0x627ed6-_0x1f0c5b+0x1});});const _0x4d76b6=(_0x50f8fa,_0x51f40c)=>{const _0x39dcd2=_0x3a5f11;if(!_0x51f40c[_0x39dcd2(0x14c)]||!_0x51f40c[_0x39dcd2(0x14c)][_0x39dcd2(0x178)](_0x39dcd2(0x167)))return;const _0x5b9bd1=_0x51f40c[_0x39dcd2(0x19f)][_0x39dcd2(0x1a7)],_0x216074=_0x1a2126[_0x39dcd2(0x162)]()[_0x39dcd2(0x17d)](_0xe71ddb=>_0xe71ddb[_0x39dcd2(0x1a2)]&&_0xe71ddb[_0x39dcd2(0x19f)]&&_0xe71ddb[_0x39dcd2(0x19f)][_0x39dcd2(0x1a7)]==_0x5b9bd1);_0x216074[_0x39dcd2(0x139)]&&_0x51f40c[_0x39dcd2(0x19e)]()[_0x39dcd2(0x139)]!=_0x216074[_0x39dcd2(0x139)]&&_0x216074[_0x39dcd2(0x193)]((_0x3e7935,_0x5cdf1f)=>(_0x3e7935[_0x39dcd2(0x142)]=_0x5cdf1f,_0x5cdf1f[_0x39dcd2(0xeb)]=_0x3e7935,_0x5cdf1f));};function _0x54f80b(_0x4d34fb,_0x5f55b4=!0x0){const _0x16acaa=_0x3a5f11,{id:_0x3283ab}=_0x1a2126[_0x16acaa(0x118)](_0x4d34fb[_0x16acaa(0x190)]),_0x306245=[_0x16acaa(0xf1),_0x16acaa(0x14d)],_0x17e4d0=_0x1a2126[_0x16acaa(0x109)][_0x16acaa(0xe9)](_0x4d34fb[_0x16acaa(0x190)]);return _0x17e4d0&&_0x306245[_0x16acaa(0x192)](_0x16acaa(0x123)),{'classes':_0x306245,'attributes':{'data-suggestion':_0x3283ab},'priority':_0x17e4d0&&_0x5f55b4?0xbc2:0xbb8};}_0x1a2126['on'](_0x3a5f11(0x110),_0x4d76b6,{'priority':_0x3a5f11(0x127)}),_0x1a2126['on'](_0x3a5f11(0x100),_0x4d76b6,{'priority':_0x3a5f11(0x127)}),_0x255f43[_0x3a5f11(0x107)][_0x3a5f11(0x188)][_0x3a5f11(0x18f)](()=>{const _0x5d266c=_0x3a5f11;let _0x1a2a09=!0x1;const _0x4153e7=Array[_0x5d266c(0x194)](_0x255f43[_0x5d266c(0x107)][_0x5d266c(0x188)][_0x5d266c(0xfb)][_0x5d266c(0x12e)]());for(const {name:_0x1343f2,data:_0x2b6ad8}of _0x4153e7){const {group:_0x12fb92,type:_0x585cd6,id:_0xccbdd2}=_0x1a2126[_0x5d266c(0x118)](_0x1343f2);if(_0x5d266c(0x102)!=_0x12fb92||_0x5d266c(0x17b)!=_0x585cd6||_0x2b6ad8[_0x5d266c(0x112)])continue;if(!_0x1a2126[_0x5d266c(0x1a0)](_0xccbdd2))continue;const _0x57c807=_0x1a2126[_0x5d266c(0x160)](_0xccbdd2)[_0x5d266c(0x146)](),_0x2ff35f=_0x255f43[_0x5d266c(0x115)][_0x5d266c(0x170)](_0x5d266c(0x11b))['me'];for(const _0x559003 of _0x1a2126[_0x5d266c(0x162)]()){if(!_0x559003[_0x5d266c(0x1a2)]||_0x559003[_0x5d266c(0x187)]!=_0x2ff35f)continue;if(_0x5d266c(0x153)!=_0x559003[_0x5d266c(0x12c)]||_0x5d266c(0xec)!=_0x559003[_0x5d266c(0x14c)])continue;if(_0x559003[_0x5d266c(0x146)]()[_0x5d266c(0x18a)](_0x47bb6a=>_0x57c807[_0x5d266c(0x124)](_0x40a504=>_0x40a504[_0x5d266c(0x10a)](_0x47bb6a,!0x0)))){for(const _0x5a597b of _0x559003[_0x5d266c(0x19e)]())_0x5a597b[_0x5d266c(0x1a2)]&&(_0x5a597b[_0x5d266c(0x19b)](),_0x1a2a09=!0x0);}}}return _0x1a2a09;}),_0x255f43[_0x3a5f11(0x107)][_0x3a5f11(0x188)][_0x3a5f11(0x18f)](_0x42e0cc=>{const _0x139780=_0x3a5f11,_0x3e93c9=_0x255f43[_0x139780(0x143)][_0x139780(0x170)](_0x139780(0x11d));if(!_0x3e93c9||!_0x3e93c9[_0x139780(0xde)][_0x139780(0x122)](_0x42e0cc[_0x139780(0x147)]))return!0x1;let _0x746118=!0x1;const _0x163bd7=_0x255f43[_0x139780(0x115)][_0x139780(0x170)](_0x139780(0x11b))['me'],_0x42071f=_0x255f43[_0x139780(0x107)][_0x139780(0x188)][_0x139780(0xfb)][_0x139780(0x11a)](),_0x14c7e2=Array[_0x139780(0x194)](_0x255f43[_0x139780(0x107)][_0x139780(0x188)][_0x139780(0xfb)][_0x139780(0x12e)]())[_0x139780(0x17d)](({name:_0x54bc80,data:_0x442ea9})=>{const _0x42b366=_0x139780,{group:_0x124128,subType:_0x37f032,authorId:_0x3cedf7}=_0x1a2126[_0x42b366(0x118)](_0x54bc80);return _0x42b366(0x102)==_0x124128&&_0x42b366(0x167)==_0x37f032&&_0x3cedf7==_0x163bd7['id']&&!_0x442ea9[_0x42b366(0x112)];});for(const _0x34d66d of _0x42071f){if(_0x139780(0x119)!=_0x34d66d[_0x139780(0x12c)]||_0x139780(0x16f)!=_0x34d66d[_0x139780(0x17a)]||0x1!=_0x34d66d[_0x139780(0x139)])continue;const _0x4122e1=_0x42e0cc[_0x139780(0x105)](_0x34d66d[_0x139780(0x15f)],_0x34d66d[_0x139780(0x15f)][_0x139780(0x14f)](0x1));if(!_0x14c7e2[_0x139780(0x13c)](({data:_0x20f970})=>_0x20f970[_0x139780(0xf5)][_0x139780(0x184)](_0x4122e1))){for(const {name:_0x5302c2,data:_0x3226d8}of _0x14c7e2)if(_0x4122e1[_0x139780(0x10a)](_0x3226d8[_0x139780(0xf5)])){_0x42e0cc[_0x139780(0x108)](_0x5302c2,{'range':_0x4122e1}),_0x746118=!0x0;break;}}}return _0x746118;}),_0x255f43[_0x3a5f11(0x107)][_0x3a5f11(0x188)][_0x3a5f11(0x18f)](_0x5e1f64=>{const _0x22ad77=_0x3a5f11;let _0x540ccb=!0x1;const _0xe5014a=_0x255f43[_0x22ad77(0x115)][_0x22ad77(0x170)](_0x22ad77(0x11b))['me'],_0x215997=_0x1a2126[_0x22ad77(0x162)]()[_0x22ad77(0x17d)](_0x513414=>_0x513414[_0x22ad77(0x1a2)]&&_0x513414[_0x22ad77(0x187)]==_0xe5014a),_0x326bb6=new Set(),_0x2ea413=new Set();for(const _0x165da6 of _0x215997)if(_0x22ad77(0x167)==_0x165da6[_0x22ad77(0x14c)])for(const _0x30ecce of _0x165da6[_0x22ad77(0x1a4)]()){const _0x4fdea2=_0x30ecce[_0x22ad77(0x104)]()[_0x22ad77(0x148)]();if(_0x4fdea2){if(_0x4fdea2['is'](_0x22ad77(0xfa),_0x22ad77(0x16f))&&Pe(_0x4fdea2)){_0x165da6[_0x22ad77(0xf0)](_0x30ecce[_0x22ad77(0x17a)]),_0x326bb6[_0x22ad77(0x1a3)](_0x4fdea2),_0x540ccb=!0x0;const _0x10ed22=_0x4fdea2[_0x22ad77(0x135)],_0x15e7aa=_0x4fdea2[_0x22ad77(0x18c)],_0x5f5901=_0x10ed22&&_0x10ed22['is'](_0x22ad77(0xfa),_0x22ad77(0x16f)),_0xa8b6e=_0x15e7aa&&_0x15e7aa['is'](_0x22ad77(0xfa),_0x22ad77(0x16f));_0x5f5901&&!_0x326bb6[_0x22ad77(0x122)](_0x10ed22)&&_0x2ea413[_0x22ad77(0x1a3)](_0x10ed22),_0xa8b6e&&!_0x326bb6[_0x22ad77(0x122)](_0x15e7aa)&&_0x2ea413[_0x22ad77(0x1a3)](_0x15e7aa);}else _0x4fdea2['is'](_0x22ad77(0xfa),_0x22ad77(0x180))&&_0x4fdea2[_0x22ad77(0xfe)]&&(_0x165da6[_0x22ad77(0xf0)](_0x30ecce[_0x22ad77(0x17a)]),_0x540ccb=!0x0);}}else{if(_0x22ad77(0xec)==_0x165da6[_0x22ad77(0x14c)]){if(!_0x165da6[_0x22ad77(0x19f)]||!_0x165da6[_0x22ad77(0x19f)][_0x22ad77(0x1a7)])continue;const _0x430c89=_0x165da6[_0x22ad77(0x19f)][_0x22ad77(0x121)];if(_0x430c89&&Object[_0x22ad77(0xfc)](_0x430c89)[_0x22ad77(0x139)])continue;const _0x468d53=_0x165da6[_0x22ad77(0x19f)][_0x22ad77(0x1a7)];let _0x4a38fc=!0x0,_0x58a4b0=!0x0;for(const _0x40bd5b of _0x215997)if(_0x40bd5b[_0x22ad77(0x14c)]&&_0x40bd5b[_0x22ad77(0x14c)][_0x22ad77(0x178)](_0x22ad77(0x167))){if(!_0x40bd5b[_0x22ad77(0x19f)][_0x22ad77(0x1a7)]){_0x58a4b0=!0x1;break;}if(_0x40bd5b['id']!=_0x165da6['id']&&_0x40bd5b[_0x22ad77(0x19f)][_0x22ad77(0x1a7)]==_0x468d53){_0x4a38fc=!0x1;break;}}_0x58a4b0&&_0x4a38fc&&(_0x165da6[_0x22ad77(0x130)](),_0x540ccb=!0x0);}}for(const _0x335ab8 of _0x326bb6)_0x5e1f64[_0x22ad77(0x120)](_0x335ab8);for(const _0x3b8a62 of _0x2ea413)_0x5e1f64[_0x22ad77(0x185)](_0x3b8a62);return _0x540ccb;}),_0x255f43[_0x3a5f11(0x18e)][_0x3a5f11(0x11f)](_0x3a5f11(0x197))[_0x3a5f11(0x114)]({'model':_0x3a5f11(0xe6),'view':(_0x355c36,_0x162dd0)=>_0x54f80b(_0x355c36),'converterPriority':_0x3a5f11(0x127)}),_0x255f43[_0x3a5f11(0x18e)][_0x3a5f11(0x11f)](_0x3a5f11(0xf3))[_0x3a5f11(0x114)]({'model':_0x3a5f11(0xe6),'view':(_0x349bdf,_0x1ebe75)=>_0x1ebe75[_0x3a5f11(0x13d)][_0x3a5f11(0x10e)]?_0x54f80b(_0x349bdf,!0x1):null,'converterPriority':_0x3a5f11(0x127)});const _0x1050e1=_0x255f43[_0x3a5f11(0x11e)][_0x3a5f11(0xed)];this[_0x3a5f11(0x183)](_0x1050e1[_0x3a5f11(0x188)],_0x3a5f11(0x17e),(_0x49c347,_0xdfa318)=>{const _0x4bc67e=_0x3a5f11,_0x396838=[];for(const _0xa6e4a5 of _0x1050e1[_0x4bc67e(0x19c)](_0xdfa318[_0x4bc67e(0x151)])[_0x4bc67e(0xe4)]())_0xa6e4a5['is'](_0x4bc67e(0xfa),_0x4bc67e(0x166))&&_0x396838[_0x4bc67e(0x192)](_0xa6e4a5);_0x1050e1[_0x4bc67e(0x12b)](_0x4f00d2=>{const _0x438550=_0x4bc67e;for(const _0x321807 of _0x396838)_0x4f00d2[_0x438550(0xf8)](_0x4f00d2[_0x438550(0x19c)](_0x321807),_0x4f00d2[_0x438550(0x150)](_0x321807)),_0x4f00d2[_0x438550(0x120)](_0x321807);});});}}function Pe(_0xdbfe9){const _0x17e71a=_0x2a306a;if(_0xdbfe9[_0x17e71a(0xfe)])return!0x0;const _0x2b5236=_0xdbfe9[_0x17e71a(0xea)](0x0);return _0x2b5236['is'](_0x17e71a(0xfa),_0x17e71a(0x180))&&_0x2b5236[_0x17e71a(0xfe)];}function _0x4c89(){const _0x6a820a=['getRange','createRange','setAttributes','model','updateMarker','activeMarkers','containsRange','end','getColumnIndexes','root','showSuggestionHighlights','forEach','suggestionLoaded','cell','oldRange','createRangeOn','markerToHighlight','plugins','register','endRow','_splitMarkerName','insert','getChanges','Users','tableCell','redo','editing','for','remove','markerAttributes','has','ck-suggestion-marker--active','some','last','$graveyard','high','TrackChangesEditing','stop','8Xvqslt','change','type','columnInsertionIndexes','getChangedMarkers','deletionRanges','removeMarkers','tableCellPadding','removeColumns','tableCellHorizontalAlignment','rowInsertionIndexes','nextSibling','markMultiRangeInsertion','removeRows','701340Yfwqdp','length','tablePasteColumn','_replaceTableSlotCell','find','options','set','locale','110967rjlMrG','markMultiRangeDeletion','next','commands','_isForcedDefaultExecutionBlock','map','getRanges','batch','getContainedElement','TableUtils','getTableIfOnlyTableInContent','tableCellBackgroundColor','subType','ck-suggestion-marker-insertion','tableCellBorderColor','getShiftedBy','createPositionBefore','content','nodeAfter','formatBlock','setAttribute','detach','markMultiRangeBlockFormat','findAncestor','_tablePostFixingSubtypes','TableClipboard','entries','markers','getSelectionAffectedTableCells','wrap','getAttributes','position','getSuggestion','accept','getSuggestions','tablePasteRow','return','getRows','suggestion-td','tablePaste','tableCellVerticalAlignment','documentSelection','call','column','getChildren','schema','requires','tableCellSuggestion','get','rootName','registerCustomCallback','forceDefaultExecution','rowInsertionRanges','registerDescriptionCallback','5027771RWxuJV','220535pjNfNG','startsWith','102YmiKbK','name','deletion','insertContent','filter','clipboardOutput','fromRange','paragraph','start','columnInsertionRanges','listenTo','isEqual','unwrap','insertColumns','author','document','11087379Cpykmt','every','getColumns','previousSibling','elementToElement','conversion','registerPostFixer','markerName','2556690VRIaJS','push','reduce','from','insertRows','endColumn','editingDowncast','row','cells','first','discard','createRangeIn','fromEntries','getAllAdjacentSuggestions','attributes','hasSuggestion','createTableWalker','isInContent','add','getMarkers','fill','insertionRanges','tablePasteChainId','tableCellBorderStyle','selection','_createdBatches','_suggestionFactory','trackChanges','tableCellBorderWidth','getSuggestionCallback','value','getItems','createElement','suggestion:formatBlock:tablePasteCell','editor','low','includes','getChild','previous','tablePasteCell','view','columns','*Replace\x20table\x20cells*','removeMarker','ck-suggestion-marker','descriptionFactory','dataDowncast','insertion','newRange','3262917NdQrJE','getRowIndexes','move','join','element','differ','keys','table','isEmpty','afterInit','suggestionUnloaded','rows','suggestion','_getCoordsForCells'];_0x4c89=function(){return _0x6a820a;};return _0x4c89();}function he(_0xfb4e85,_0x10baf2={},_0x3d856f){const _0x5af49d=_0x2a306a;for(const {isAnchor:_0x34a401,cellHeight:_0x2c2112,cellWidth:_0x278dc7}of _0x3d856f[_0x5af49d(0x1a1)](_0xfb4e85,{'includeAllSlots':!0x0,..._0x10baf2}))if(!_0x34a401||0x1!=_0x2c2112||0x1!=_0x278dc7)return!0x1;return!0x0;}
|
|
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;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x5d20(_0xf9581f,_0x43e999){const _0x1bf854=_0x1bf8();return _0x5d20=function(_0x5d20f7,_0x5e2b5a){_0x5d20f7=_0x5d20f7-0x14a;let _0x3637e3=_0x1bf854[_0x5d20f7];return _0x3637e3;},_0x5d20(_0xf9581f,_0x43e999);}const _0x139380=_0x5d20;(function(_0x278f30,_0x1d74e3){const _0x5ef70b=_0x5d20,_0x1c4fd3=_0x278f30();while(!![]){try{const _0x1bfecc=parseInt(_0x5ef70b(0x170))/0x1*(parseInt(_0x5ef70b(0x160))/0x2)+parseInt(_0x5ef70b(0x169))/0x3+parseInt(_0x5ef70b(0x17a))/0x4*(-parseInt(_0x5ef70b(0x175))/0x5)+parseInt(_0x5ef70b(0x154))/0x6*(-parseInt(_0x5ef70b(0x172))/0x7)+-parseInt(_0x5ef70b(0x17f))/0x8+-parseInt(_0x5ef70b(0x16b))/0x9+parseInt(_0x5ef70b(0x165))/0xa;if(_0x1bfecc===_0x1d74e3)break;else _0x1c4fd3['push'](_0x1c4fd3['shift']());}catch(_0x360075){_0x1c4fd3['push'](_0x1c4fd3['shift']());}}}(_0x1bf8,0xbc4c1));import{Plugin as _0x2ac521}from'ckeditor5/src/core.js';function _0x1bf8(){const _0x23df37=['registerDescriptionCallback','bind','21648tidjeZ','get','getSelectedElement','table','afterInit','1324432CZFFde','TrackChangesEditing','TableColumnResizeEditing','markBlockFormat','plugins','getContainedElement','document','getTableColumnsWidths','subType','discard','locale','getAttribute','formatBlock','278310VwNOWv','handleResizeTableWidthCommand','getSuggestionCallback','change','resizeTable','tableWidth','registerCustomCallback','columnWidths','formatInline','author','type','editor','12406QklhZe','formatGroupId','_suggestionFactory','getSuggestions','format','8244730ykIBYn','commandParams','Users','*Format:*\x20resize\x20table','3068139dtThzL','has','2328741Xqiivb','enableCommand','data','selection','model','219kEbPvL','accept','189jwIYqv','handleSuggestionDescription','resizeTableWidth','700szBhuh','descriptionFactory','getColumnGroupElement'];_0x1bf8=function(){return _0x23df37;};return _0x1bf8();}import{getTranslation as _0x1d6611}from'../utils/common-translations.js';export default class vt extends _0x2ac521{[_0x139380(0x17e)](){const _0x27b746=_0x139380;if(!this[_0x27b746(0x15f)][_0x27b746(0x14b)][_0x27b746(0x16a)](_0x27b746(0x181)))return;const _0x57f35c=this[_0x27b746(0x15f)][_0x27b746(0x14b)][_0x27b746(0x17b)](_0x27b746(0x180));_0x57f35c[_0x27b746(0x16c)](_0x27b746(0x174),this[_0x27b746(0x155)][_0x27b746(0x179)](this)),_0x57f35c[_0x27b746(0x162)][_0x27b746(0x15a)](_0x27b746(0x153),_0x27b746(0x158),_0x27b746(0x171),_0x57f35c[_0x27b746(0x162)][_0x27b746(0x156)](_0x27b746(0x153),null,_0x27b746(0x150))),_0x57f35c[_0x27b746(0x162)][_0x27b746(0x15a)](_0x27b746(0x153),_0x27b746(0x158),_0x27b746(0x150),_0x57f35c[_0x27b746(0x162)][_0x27b746(0x156)](_0x27b746(0x153),null,_0x27b746(0x171))),_0x57f35c[_0x27b746(0x176)][_0x27b746(0x178)](this[_0x27b746(0x173)][_0x27b746(0x179)](this));}[_0x139380(0x155)](_0x1f3ea6,_0x5f0487){const _0x362aaa=_0x139380,_0x301f32=this[_0x362aaa(0x15f)][_0x362aaa(0x14b)][_0x362aaa(0x17b)](_0x362aaa(0x180)),_0x31b26f=this[_0x362aaa(0x15f)][_0x362aaa(0x14b)][_0x362aaa(0x17b)](_0x362aaa(0x181)),_0x357974=_0x5f0487[_0x362aaa(0x17d)]||this[_0x362aaa(0x15f)][_0x362aaa(0x16f)][_0x362aaa(0x14d)][_0x362aaa(0x16e)][_0x362aaa(0x17c)]();this[_0x362aaa(0x15f)][_0x362aaa(0x16f)][_0x362aaa(0x157)](()=>{const _0xcb2d83=_0x362aaa,_0x4f4080=_0x31b26f[_0xcb2d83(0x177)](_0x357974);let _0x159723=_0x4f4080?_0x31b26f[_0xcb2d83(0x14e)](_0x4f4080):null,_0x3608f1=_0x357974[_0xcb2d83(0x152)](_0xcb2d83(0x159))||null;const _0x40bf88=_0x5f0487[_0xcb2d83(0x159)]||_0x3608f1,_0x471b1a=_0x5f0487[_0xcb2d83(0x15b)]||_0x159723,_0x471db1=this[_0xcb2d83(0x15f)][_0xcb2d83(0x14b)][_0xcb2d83(0x17b)](_0xcb2d83(0x167))['me'];for(const _0x3fc4d8 of _0x301f32[_0xcb2d83(0x163)]()){const _0x35c33d=_0x3fc4d8[_0xcb2d83(0x14c)]();if(_0xcb2d83(0x158)===_0x3fc4d8[_0xcb2d83(0x14f)]&&_0x35c33d===_0x357974){_0x3fc4d8[_0xcb2d83(0x15d)]!==_0x471db1&&_0x3fc4d8[_0xcb2d83(0x150)]();const _0x3c68b8=_0x3fc4d8[_0xcb2d83(0x16d)][_0xcb2d83(0x166)];_0x3608f1=_0x3c68b8[0x0][_0xcb2d83(0x159)],_0x159723=_0x3c68b8[0x0][_0xcb2d83(0x15b)];break;}}_0x1f3ea6({'table':_0x357974,'tableWidth':_0x40bf88,'columnWidths':_0x471b1a}),_0x301f32[_0xcb2d83(0x14a)](_0x357974,{'commandName':_0xcb2d83(0x174),'commandParams':[{'tableWidth':_0x3608f1,'columnWidths':_0x159723}],'formatGroupId':_0xcb2d83(0x158)},[],_0xcb2d83(0x158));});}[_0x139380(0x173)](_0x18976f){const _0x3ed5bb=_0x139380;if(_0x3ed5bb(0x153)!=_0x18976f[_0x3ed5bb(0x15e)]&&_0x3ed5bb(0x15c)!=_0x18976f[_0x3ed5bb(0x15e)])return;const {data:_0x31a521}=_0x18976f;if(_0x31a521&&_0x3ed5bb(0x158)===_0x31a521[_0x3ed5bb(0x161)]){const _0x3cd984=_0x3ed5bb(0x168);return{'type':_0x3ed5bb(0x164),'content':_0x1d6611(this[_0x3ed5bb(0x15f)][_0x3ed5bb(0x151)],_0x3cd984)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x4e18(_0xf8e822,_0x1107a2){const _0x3eeb4a=_0x3eeb();return _0x4e18=function(_0x4e1876,_0x9fd376){_0x4e1876=_0x4e1876-0x1b0;let _0x503439=_0x3eeb4a[_0x4e1876];return _0x503439;},_0x4e18(_0xf8e822,_0x1107a2);}const _0x1c09a5=_0x4e18;(function(_0x579776,_0x804782){const _0x4a4595=_0x4e18,_0x2e9838=_0x579776();while(!![]){try{const _0x1690e3=-parseInt(_0x4a4595(0x1b1))/0x1+parseInt(_0x4a4595(0x1fd))/0x2+-parseInt(_0x4a4595(0x1cd))/0x3+-parseInt(_0x4a4595(0x1dc))/0x4*(parseInt(_0x4a4595(0x1de))/0x5)+parseInt(_0x4a4595(0x1d9))/0x6*(parseInt(_0x4a4595(0x202))/0x7)+parseInt(_0x4a4595(0x1d8))/0x8*(-parseInt(_0x4a4595(0x1d7))/0x9)+parseInt(_0x4a4595(0x1e6))/0xa;if(_0x1690e3===_0x804782)break;else _0x2e9838['push'](_0x2e9838['shift']());}catch(_0x559e44){_0x2e9838['push'](_0x2e9838['shift']());}}}(_0x3eeb,0xc743b));import{Plugin as _0x17740f}from'ckeditor5/src/core.js';import _0x44422d from'./table.js';import{getTranslation as _0x4ff252}from'../utils/common-translations.js';function _0x3eeb(){const _0x44d3ef=['unbindElementFromMarkerName','forceValue','getCellLocation','removeMarker:suggestion','activeMarkers','parent','afterInit','cell','highest','has','stop','get','4488711OxOcgD','showSuggestionHighlights','TrackChangesEditing','toViewElement','commandName','end','options','enableDefaultAttributesIntegration','plugins','markerRange','6219ytPYDn','16312MeXEDc','2603814DozkAX','ck-suggestion-marker-','registerDescriptionCallback','174340eArBfx','TableUtils','95dmUugc','data','markerNameToElements','ck-suggestion-marker--active','FORMAT_HEADER_ROW','consume','editor','TableEditing','34166590WWWsSZ','editing','locale','downcastDispatcher','registerAttributeLabel','descriptionFactory','setAttribute','item','addClass','setTableColumnHeader','_handleLegacySuggestions','_splitMarkerName','addMarker:suggestion','markerName','type','includes','registerBlockAttribute','formatBlock','removeAttribute','FORMAT_REGULAR_COLUMN','_suggestionFactory','*Format:*\x20%0','commandParams','1221358PMhCLR','FORMAT_HEADER_COLUMN','headingRows','nodeAfter','removeClass','14vwEjhg','_registerLegacyDescription','writer','accept','start','345788BrPhkT','FORMAT_REGULAR_ROW','requires','format','setTableRowHeader','data-suggestion','consumable','bindElementToMarker','_acceptFormatSuggestionCallbackFactory','createTableWalker','getSuggestion','nodeBefore','headingColumns','registerCustomCallback','mapper','name'];_0x3eeb=function(){return _0x44d3ef;};return _0x3eeb();}export default class At extends _0x17740f{static get[_0x1c09a5(0x1b3)](){return[_0x44422d];}[_0x1c09a5(0x1c7)](){const _0x3d9aa5=_0x1c09a5,_0xa6e731=this[_0x3d9aa5(0x1e4)];if(!_0xa6e731[_0x3d9aa5(0x1d5)][_0x3d9aa5(0x1ca)](_0x3d9aa5(0x1e5)))return;const _0x31d1ea=_0xa6e731[_0x3d9aa5(0x1e8)],_0x14c8b5=_0xa6e731[_0x3d9aa5(0x1d5)][_0x3d9aa5(0x1cc)](_0x3d9aa5(0x1cf));_0x14c8b5[_0x3d9aa5(0x1d4)](_0x3d9aa5(0x1b5)),_0x14c8b5[_0x3d9aa5(0x1d4)](_0x3d9aa5(0x1ef)),_0x14c8b5[_0x3d9aa5(0x1f6)](_0x3d9aa5(0x1ff)),_0x14c8b5[_0x3d9aa5(0x1f6)](_0x3d9aa5(0x1bd)),_0x14c8b5[_0x3d9aa5(0x1eb)][_0x3d9aa5(0x1ea)](_0x3d9aa5(0x1ff),_0x4ff252(_0x31d1ea,_0x3d9aa5(0x1e2))),_0x14c8b5[_0x3d9aa5(0x1eb)][_0x3d9aa5(0x1ea)](_0x3d9aa5(0x1bd),_0x4ff252(_0x31d1ea,_0x3d9aa5(0x1fe))),this[_0x3d9aa5(0x1f0)]();}[_0x1c09a5(0x1f0)](){const _0x51d1fd=_0x1c09a5,_0x55513e=this[_0x51d1fd(0x1e4)][_0x51d1fd(0x1d5)][_0x51d1fd(0x1cc)](_0x51d1fd(0x1cf)),_0x2a7f09=this[_0x51d1fd(0x1e4)][_0x51d1fd(0x1d5)][_0x51d1fd(0x1cc)](_0x51d1fd(0x1dd)),_0x71a9c3=this[_0x51d1fd(0x1e4)][_0x51d1fd(0x1d5)][_0x51d1fd(0x1cc)](_0x44422d)[_0x51d1fd(0x1b9)]();function _0x1ee42d({showActiveMarker:_0xe1cff4=!0x0,setDataAttribute:_0x3c45ec=!0x0}={}){return(_0x1078c2,_0xee9a20,_0x4c1ffc)=>{const _0x2f865c=_0x4e18,{type:_0x18c9fa,id:_0x49907e}=_0x55513e[_0x2f865c(0x1f1)](_0xee9a20[_0x2f865c(0x1f3)]),_0x1372db=_0x55513e[_0x2f865c(0x1bb)](_0x49907e),_0x3626ec=_0x1372db[_0x2f865c(0x1df)];if(_0x2f865c(0x1f7)!=_0x1372db[_0x2f865c(0x1f4)]||!_0x3626ec||_0x2f865c(0x1ef)!=_0x3626ec[_0x2f865c(0x1d1)])return;if(_0xee9a20[_0x2f865c(0x1ed)])return void _0x1078c2[_0x2f865c(0x1cb)]();if(!_0x4c1ffc[_0x2f865c(0x1b7)][_0x2f865c(0x1e3)](_0xee9a20[_0x2f865c(0x1d6)],_0x1078c2[_0x2f865c(0x1c0)]))return;const _0x19e8d7=_0xee9a20[_0x2f865c(0x1d6)][_0x2f865c(0x1b0)][_0x2f865c(0x200)],_0x3a03e4=_0xee9a20[_0x2f865c(0x1d6)][_0x2f865c(0x1d2)][_0x2f865c(0x1bc)],_0x2b2999=_0x19e8d7[_0x2f865c(0x1c6)][_0x2f865c(0x1c6)],{column:_0x519d3a}=_0x2a7f09[_0x2f865c(0x1c3)](_0x19e8d7),{column:_0x1fcdd1}=_0x2a7f09[_0x2f865c(0x1c3)](_0x3a03e4);for(let _0x51c226=_0x519d3a;_0x51c226<=_0x1fcdd1;_0x51c226++){const _0x2a5f70=_0x2a7f09[_0x2f865c(0x1ba)](_0x2b2999,{'column':_0x51c226,'includeAllSlots':!0x1});for(const _0x532b8a of _0x2a5f70){const _0x461b2c=_0x532b8a[_0x2f865c(0x1c8)],_0x50c5a7=_0x4c1ffc[_0x2f865c(0x1bf)][_0x2f865c(0x1d0)](_0x461b2c);_0x4c1ffc[_0x2f865c(0x204)][_0x2f865c(0x1ee)](_0x2f865c(0x1da)+_0x18c9fa,_0x50c5a7),_0x3c45ec&&_0x4c1ffc[_0x2f865c(0x204)][_0x2f865c(0x1ec)](_0x2f865c(0x1b6),_0x49907e,_0x50c5a7),_0x4c1ffc[_0x2f865c(0x1bf)][_0x2f865c(0x1b8)](_0x50c5a7,_0xee9a20[_0x2f865c(0x1f3)]),_0xe1cff4&&(_0x55513e[_0x2f865c(0x1c5)][_0x2f865c(0x1f5)](_0xee9a20[_0x2f865c(0x1f3)])?_0x4c1ffc[_0x2f865c(0x204)][_0x2f865c(0x1ee)](_0x2f865c(0x1e1),_0x50c5a7):_0x4c1ffc[_0x2f865c(0x204)][_0x2f865c(0x201)](_0x2f865c(0x1e1),_0x50c5a7));}}};}_0x55513e[_0x51d1fd(0x1fa)][_0x51d1fd(0x1be)](_0x51d1fd(0x1f7),_0x51d1fd(0x1b5),_0x51d1fd(0x205),_0x71a9c3),_0x55513e[_0x51d1fd(0x1fa)][_0x51d1fd(0x1be)](_0x51d1fd(0x1f7),_0x51d1fd(0x1ef),_0x51d1fd(0x205),_0x71a9c3),this[_0x51d1fd(0x1e4)][_0x51d1fd(0x1e7)][_0x51d1fd(0x1e9)]['on'](_0x51d1fd(0x1f2),_0x1ee42d(),{'priority':_0x51d1fd(0x1c9)}),this[_0x51d1fd(0x1e4)][_0x51d1fd(0x1df)][_0x51d1fd(0x1e9)]['on'](_0x51d1fd(0x1f2),(_0x447b1f,_0x217e32,_0x44fa08)=>{const _0x3231fa=_0x51d1fd;_0x44fa08[_0x3231fa(0x1d3)][_0x3231fa(0x1ce)]&&_0x1ee42d({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x447b1f,_0x217e32,_0x44fa08);},{'priority':_0x51d1fd(0x1c9)}),this[_0x51d1fd(0x1e4)][_0x51d1fd(0x1e7)][_0x51d1fd(0x1e9)]['on'](_0x51d1fd(0x1c4),(_0x533903,_0x57766e,_0xc94afb)=>{const _0x9a057d=_0x51d1fd,{type:_0x358b27,id:_0x2b7295}=_0x55513e[_0x9a057d(0x1f1)](_0x57766e[_0x9a057d(0x1f3)]),_0x5d9a86=_0x55513e[_0x9a057d(0x1bb)](_0x2b7295),_0x13fad5=_0x5d9a86[_0x9a057d(0x1df)];if(_0x9a057d(0x1f7)!=_0x5d9a86[_0x9a057d(0x1f4)]||!_0x13fad5||_0x9a057d(0x1ef)!=_0x13fad5[_0x9a057d(0x1d1)])return;const _0x237a60=_0xc94afb[_0x9a057d(0x1bf)][_0x9a057d(0x1e0)](_0x57766e[_0x9a057d(0x1f3)]);if(_0x237a60){for(const _0xb021eb of _0x237a60)_0xc94afb[_0x9a057d(0x204)][_0x9a057d(0x201)](_0x9a057d(0x1da)+_0x358b27,_0xb021eb),_0xc94afb[_0x9a057d(0x204)][_0x9a057d(0x201)](_0x9a057d(0x1e1),_0xb021eb),_0xc94afb[_0x9a057d(0x204)][_0x9a057d(0x1f8)](_0x9a057d(0x1b6),_0xb021eb),_0xc94afb[_0x9a057d(0x1bf)][_0x9a057d(0x1c1)](_0xb021eb,_0x57766e[_0x9a057d(0x1f3)]);}},{'priority':_0x51d1fd(0x1c9)}),this[_0x51d1fd(0x203)]();}[_0x1c09a5(0x203)](){const _0x311c83=_0x1c09a5,_0x3cd958=this[_0x311c83(0x1e4)],_0x353899=_0x3cd958[_0x311c83(0x1e8)];function _0x2a3c3e(_0xb56576){const _0x49814b=_0x311c83;return{'type':_0x49814b(0x1b4),'content':_0x4ff252(_0x353899,_0x49814b(0x1fb),_0xb56576)};}_0x3cd958[_0x311c83(0x1d5)][_0x311c83(0x1cc)](_0x311c83(0x1cf))[_0x311c83(0x1eb)][_0x311c83(0x1db)](_0x425d8d=>{const _0x115cca=_0x311c83;if(_0x115cca(0x1f7)!=_0x425d8d[_0x115cca(0x1f4)])return;const {data:_0x44dd05}=_0x425d8d;if(_0x44dd05){if(_0x115cca(0x1b5)==_0x44dd05[_0x115cca(0x1d1)]){const _0x46b85b=_0x44dd05[_0x115cca(0x1fc)][0x0][_0x115cca(0x1c2)];return _0x2a3c3e(_0x4ff252(_0x353899,_0x46b85b?_0x115cca(0x1e2):_0x115cca(0x1b2)));}if(_0x115cca(0x1ef)==_0x44dd05[_0x115cca(0x1d1)]){const _0x45997f=_0x44dd05[_0x115cca(0x1fc)][0x0][_0x115cca(0x1c2)];return _0x2a3c3e(_0x4ff252(_0x353899,_0x45997f?_0x115cca(0x1fe):_0x115cca(0x1f9)));}}});}}
|