@ckeditor/ckeditor5-track-changes 41.3.0-alpha.2 → 41.3.0-alpha.3

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.
Files changed (115) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/translations/ar.js +1 -1
  3. package/dist/translations/az.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/ca.js +1 -1
  7. package/dist/translations/cs.js +1 -1
  8. package/dist/translations/da.js +1 -1
  9. package/dist/translations/de.js +1 -1
  10. package/dist/translations/el.js +1 -1
  11. package/dist/translations/en-au.js +1 -1
  12. package/dist/translations/es.js +1 -1
  13. package/dist/translations/et.js +1 -1
  14. package/dist/translations/fi.js +1 -1
  15. package/dist/translations/fr.js +1 -1
  16. package/dist/translations/gl.js +1 -1
  17. package/dist/translations/he.js +1 -1
  18. package/dist/translations/hi.js +1 -1
  19. package/dist/translations/hr.js +1 -1
  20. package/dist/translations/hu.js +1 -1
  21. package/dist/translations/id.js +1 -1
  22. package/dist/translations/it.js +1 -1
  23. package/dist/translations/ja.js +1 -1
  24. package/dist/translations/ko.js +1 -1
  25. package/dist/translations/lt.js +1 -1
  26. package/dist/translations/lv.js +1 -1
  27. package/dist/translations/ms.js +1 -1
  28. package/dist/translations/nl.js +1 -1
  29. package/dist/translations/no.js +1 -1
  30. package/dist/translations/pl.js +1 -1
  31. package/dist/translations/pt-br.js +1 -1
  32. package/dist/translations/pt.js +1 -1
  33. package/dist/translations/ro.js +1 -1
  34. package/dist/translations/ru.js +1 -1
  35. package/dist/translations/sk.js +1 -1
  36. package/dist/translations/sq.js +1 -1
  37. package/dist/translations/sr-latn.js +1 -1
  38. package/dist/translations/sr.js +1 -1
  39. package/dist/translations/sv.js +1 -1
  40. package/dist/translations/th.js +1 -1
  41. package/dist/translations/tk.js +1 -1
  42. package/dist/translations/tr.js +1 -1
  43. package/dist/translations/tt.js +1 -1
  44. package/dist/translations/uk.js +1 -1
  45. package/dist/translations/ur.js +1 -1
  46. package/dist/translations/vi.js +1 -1
  47. package/dist/translations/zh-cn.js +1 -1
  48. package/dist/translations/zh.js +1 -1
  49. package/package.json +3 -3
  50. package/src/commands/acceptsuggestioncommand.js +1 -1
  51. package/src/commands/discardsuggestioncommand.js +1 -1
  52. package/src/commands/executeonallsuggestionscommand.js +1 -1
  53. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  54. package/src/commands/trackchangescommand.js +1 -1
  55. package/src/index.js +1 -1
  56. package/src/integrations/aiassistant.js +1 -1
  57. package/src/integrations/alignment.js +1 -1
  58. package/src/integrations/basicstyles.js +1 -1
  59. package/src/integrations/blockquote.js +1 -1
  60. package/src/integrations/casechange.js +1 -1
  61. package/src/integrations/ckbox.js +1 -1
  62. package/src/integrations/codeblock.js +1 -1
  63. package/src/integrations/comments.js +1 -1
  64. package/src/integrations/deletecommand.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/imagestyle.js +1 -1
  76. package/src/integrations/importword.js +1 -1
  77. package/src/integrations/indent.js +1 -1
  78. package/src/integrations/inputcommand.js +1 -1
  79. package/src/integrations/legacylist.js +1 -1
  80. package/src/integrations/legacylistproperties.js +1 -1
  81. package/src/integrations/link.js +1 -1
  82. package/src/integrations/list.js +1 -1
  83. package/src/integrations/listproperties.js +1 -1
  84. package/src/integrations/mediaembed.js +1 -1
  85. package/src/integrations/mention.js +1 -1
  86. package/src/integrations/pagebreak.js +1 -1
  87. package/src/integrations/paragraph.js +1 -1
  88. package/src/integrations/removeformat.js +1 -1
  89. package/src/integrations/restrictededitingmode.js +1 -1
  90. package/src/integrations/shiftentercommand.js +1 -1
  91. package/src/integrations/standardeditingmode.js +1 -1
  92. package/src/integrations/style.js +1 -1
  93. package/src/integrations/table.js +1 -1
  94. package/src/integrations/tablecaption.js +1 -1
  95. package/src/integrations/tableclipboard.js +1 -1
  96. package/src/integrations/tablecolumnresize.js +1 -1
  97. package/src/integrations/tableheadings.js +1 -1
  98. package/src/integrations/tablemergesplit.js +1 -1
  99. package/src/integrations/tableofcontents.js +1 -1
  100. package/src/integrations/tableproperties.js +1 -1
  101. package/src/integrations/template.js +1 -1
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.js +1 -1
  104. package/src/integrations/utils.js +1 -1
  105. package/src/suggestion.js +1 -1
  106. package/src/suggestiondescriptionfactory.js +1 -1
  107. package/src/trackchanges.js +1 -1
  108. package/src/trackchangesdata.js +1 -1
  109. package/src/trackchangesediting.js +1 -1
  110. package/src/trackchangesui.js +1 -1
  111. package/src/ui/suggestioncontroller.js +1 -1
  112. package/src/ui/view/basesuggestionthreadview.js +1 -1
  113. package/src/ui/view/suggestionthreadview.js +1 -1
  114. package/src/utils/common-translations.js +1 -1
  115. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e4b2a=_0x43e1;function _0x43e1(_0x4c14a8,_0x338cfc){const _0x5c92d4=_0x5c92();return _0x43e1=function(_0x43e1f4,_0x5bfb32){_0x43e1f4=_0x43e1f4-0xd0;let _0x30531c=_0x5c92d4[_0x43e1f4];return _0x30531c;},_0x43e1(_0x4c14a8,_0x338cfc);}(function(_0x51dcb3,_0xf80712){const _0x2331c4=_0x43e1,_0x1558c4=_0x51dcb3();while(!![]){try{const _0x36493b=-parseInt(_0x2331c4(0x159))/0x1+-parseInt(_0x2331c4(0xe7))/0x2+-parseInt(_0x2331c4(0x137))/0x3+-parseInt(_0x2331c4(0xd8))/0x4*(parseInt(_0x2331c4(0xe6))/0x5)+-parseInt(_0x2331c4(0x15a))/0x6*(parseInt(_0x2331c4(0x168))/0x7)+parseInt(_0x2331c4(0x12f))/0x8+parseInt(_0x2331c4(0x14c))/0x9*(parseInt(_0x2331c4(0xf6))/0xa);if(_0x36493b===_0xf80712)break;else _0x1558c4['push'](_0x1558c4['shift']());}catch(_0x182c72){_0x1558c4['push'](_0x1558c4['shift']());}}}(_0x5c92,0xc5223));import{Plugin as _0x4c33f2}from'ckeditor5/src/core.js';import{LiveRange as _0x38e615}from'ckeditor5/src/engine.js';function _0x5c92(){const _0x5f40f1=['insert','createRangeOn','highest','discard','downcastDispatcher','tableCell','deletion','commands','isTouching','fromRange','markMultiRangeDeletion','insertTableColumnLeft','push','colspan','registerPostFixer','12456GIyhTY','ELEMENT_TABLE_COLUMN_WITH_TEXT','data','span','add','rootName','item','root','minColumn','_splitMarkerName','insertTableRowAbove','min','low','100050TzWNOL','395040QiHBLU','insertTable','createTableWalker','execute','position','last','left','getContainedElement','tableColumn','showSuggestionHighlights','model','TableUtils','_acceptFormatSuggestionCallbackFactory','join','77Mzwtxb','startsWith','selectTableRow','_descriptionFactory','getSelectionAffectedTableCells','getRanges','end','getSuggestion','length','getItems','isEqual','toLowerCase','TableEditing','maxColumn','above','editor','suggestion','element','227024tsbquU','enableCommand','ELEMENT_TABLE_ROW_WITH_TEXT','nodeBefore','insertTableColumnRight','refresh','getChanges','max','options','writer','classes','createRangeIn','minRow','findAncestor','130sLPtAW','657060JuPPlz','MIN_SAFE_INTEGER','maxRow','cell','$graveyard','rowspan','_getSuggestionCoords','registerElementLabel','_tablePostFixingSubtypes','isInContent','change:data','_suggestionFactory','first','setSelection','from','29170oNMuwh','forceValue','oldRange','addClass','selection','table','subType','differ','addMarker:suggestion','tablePaste','insertion','removeClass','type','removeTableRow','_tableSuggestions','getChildren','_setupColumnsRowsFixing','getColumnIndexes','toViewElement','start','_getCoordsForCells','insertTableRowBelow','addRange','get','createPositionAt','markMultiRangeInsertion','every','nodeAfter','batch','removeTableColumn','getRowIndexes','isIntersectingWithRange','MAX_SAFE_INTEGER','getAttribute','enqueueChange','substr','getChangedMarkers','some','TrackChangesEditing','$textProxy','accept','ELEMENT_TABLE_COLUMN','selectTableColumn','detach','includes','has','values','locale','document','map','getCellLocation','ELEMENT_TABLE_WITH_TEXT','plugins','name','getFirstRange','afterInit','isArray','3380432TSMYRu','filter','*Insert:*\x20%0','mapper','ELEMENT_TABLE_ROW','tableRow','registerCustomCallback','*Remove:*\x20%0','3071241tMPjpJ','order','change','ELEMENT_TABLE','registerDescriptionCallback','hasAttribute'];_0x5c92=function(){return _0x5f40f1;};return _0x5c92();}import{setHighlightHandling as _0x3d2e35}from'ckeditor5/src/widget.js';import{getTranslation as _0x1ced4a}from'../utils/common-translations.js';export default class yt extends _0x4c33f2{constructor(_0x8c3348){const _0x55b729=_0x43e1;super(_0x8c3348),this[_0x55b729(0xef)]=[_0x55b729(0x134),_0x55b729(0x162)],this[_0x55b729(0x104)]=new Set();}[_0x2e4b2a(0x12d)](){const _0x71342b=_0x2e4b2a,_0x5950a2=this[_0x71342b(0xd5)],_0x175913=_0x5950a2[_0x71342b(0x164)][_0x71342b(0x126)][_0x71342b(0xfa)];if(!_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x123)](_0x71342b(0xd2)))return;const _0x6cc0ba=_0x5950a2[_0x71342b(0x125)],_0x5e23bd=_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x10d)](_0x71342b(0x11c)),_0x1a601f=_0x5950a2[_0x71342b(0x12a)][_0x71342b(0x10d)](_0x71342b(0x165));_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0xee)](_0x71342b(0xfb),_0x1ca6cc=>_0x1ced4a(_0x6cc0ba,_0x71342b(0x13a),_0x1ca6cc)),this[_0x71342b(0x106)](),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x15b)),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x16a)),_0x5e23bd[_0x71342b(0xd9)](_0x71342b(0x120));for(const _0xbb59fe of[_0x71342b(0x156),_0x71342b(0x10b)]){const _0x37df63=_0x5950a2[_0x71342b(0x144)][_0x71342b(0x10d)](_0xbb59fe);_0x5e23bd[_0x71342b(0xd9)](_0xbb59fe,_0x123328=>{const _0x38931a=_0x71342b;_0x5950a2[_0x38931a(0x164)][_0x38931a(0x139)](_0x49e8e8=>{const _0x433639=_0x38931a;_0x123328();const _0x5522e4=_0x433639(0xd4)===_0x37df63[_0x433639(0x138)],_0x46dba5=_0x1a601f[_0x433639(0x16c)](_0x175913),_0x6cef52=_0x1a601f[_0x433639(0x114)](_0x46dba5),_0x1153c3=_0x5522e4?_0x6cef52[_0x433639(0xf3)]-0x1:_0x6cef52[_0x433639(0x15f)]+0x1,_0xf8c870=_0x46dba5[0x0][_0x433639(0xe5)](_0x433639(0xfb)),_0x4c8784=_0x1a601f[_0x433639(0x15c)](_0xf8c870,{'startRow':_0x1153c3,'endRow':_0x1153c3}),_0x5c8f8d=Array[_0x433639(0xf5)](_0x4c8784)[_0x433639(0x127)](_0x47fb22=>_0x49e8e8[_0x433639(0x13e)](_0x47fb22[_0x433639(0xea)]));_0x5e23bd[_0x433639(0x10f)](_0x5c8f8d,_0x433639(0x134));});});}for(const _0x5ae651 of[_0x71342b(0x148),_0x71342b(0xdc)]){const _0x65d149=_0x5950a2[_0x71342b(0x144)][_0x71342b(0x10d)](_0x5ae651);_0x5e23bd[_0x71342b(0xd9)](_0x5ae651,_0x4d9c21=>{const _0x4446aa=_0x71342b;_0x5950a2[_0x4446aa(0x164)][_0x4446aa(0x139)](_0x47a114=>{const _0x14f14f=_0x4446aa;_0x4d9c21();const _0xc74130=_0x14f14f(0x160)===_0x65d149[_0x14f14f(0x138)],_0xe824e0=_0x1a601f[_0x14f14f(0x16c)](_0x175913),_0x333588=_0x1a601f[_0x14f14f(0x107)](_0xe824e0),_0x552127=_0xc74130?_0x333588[_0x14f14f(0xf3)]-0x1:_0x333588[_0x14f14f(0x15f)]+0x1,_0x577c42=_0xe824e0[0x0][_0x14f14f(0xe5)](_0x14f14f(0xfb)),_0x560b03=_0x1a601f[_0x14f14f(0x15c)](_0x577c42,{'startRow':0x0,'column':_0x552127,'includeAllSlots':!0x1}),_0x3770c7=Array[_0x14f14f(0xf5)](_0x560b03)[_0x14f14f(0x127)](_0x365dc8=>_0x47a114[_0x14f14f(0x13e)](_0x365dc8[_0x14f14f(0xea)]));_0x5e23bd[_0x14f14f(0x10f)](_0x3770c7,_0x14f14f(0x162));});});}for(const _0x52d6ab of[_0x71342b(0x103),_0x71342b(0x113)]){const _0x506957=_0x52d6ab[_0x71342b(0x119)](0xb),_0x35a993=_0x506957[_0x71342b(0xd1)](),_0x5d748e=_0x35a993[_0x71342b(0x119)](0x0,0x3)+_0x71342b(0x14f),_0x27b936=_0x71342b(0xfb)+_0x506957,_0x3250ba=_0x71342b(0x157)+_0x506957,_0x347fac=_0x71342b(0xdf)+_0x506957;_0x5e23bd[_0x71342b(0xd9)](_0x52d6ab,()=>{const _0x8a8db6=_0x71342b;_0x5950a2[_0x8a8db6(0x164)][_0x8a8db6(0x139)](_0x2c4175=>{const _0x5ab7e1=_0x8a8db6,_0xccf22c=_0x1a601f[_0x5ab7e1(0x16c)](_0x175913),_0x333641=_0xccf22c[0x0][_0x5ab7e1(0xe5)](_0x5ab7e1(0xfb));let _0x2c0f3e;if(_0x5ab7e1(0x103)==_0x52d6ab){const _0x362622=_0x1a601f[_0x5ab7e1(0x114)](_0xccf22c);_0x2c0f3e={'startRow':_0x362622[_0x5ab7e1(0xf3)],'endRow':_0x362622[_0x5ab7e1(0x15f)],'includeAllSlots':!0x0};}else{const _0x3bd5c2=_0x1a601f[_0x5ab7e1(0x107)](_0xccf22c);_0x2c0f3e={'startColumn':_0x3bd5c2[_0x5ab7e1(0xf3)],'endColumn':_0x3bd5c2[_0x5ab7e1(0x15f)],'includeAllSlots':!0x0};}const _0x1aa656=_0x1a601f[_0x5ab7e1(0x15c)](_0x333641,_0x2c0f3e),_0x530a9c=Array[_0x5ab7e1(0xf5)](_0x1aa656)[_0x5ab7e1(0x127)](({cell:_0x56bb2b})=>_0x56bb2b),_0x36029=ue(_0x530a9c[_0x5ab7e1(0x130)](_0xbe4548=>_0xbe4548[_0x5ab7e1(0x13c)](_0x5d748e))),_0x3b3471=ue(_0x530a9c[_0x5ab7e1(0x130)](_0x72ffa=>!_0x72ffa[_0x5ab7e1(0x13c)](_0x5d748e)))[_0x5ab7e1(0x127)](_0x20c0a6=>_0x2c4175[_0x5ab7e1(0x13e)](_0x20c0a6)),_0x7e75be=_0x5e23bd[_0x5ab7e1(0x147)](_0x3b3471,_0x27b936);if(_0x7e75be&&(_0x5ab7e1(0x134)==_0x7e75be[_0x5ab7e1(0xfc)]||_0x5ab7e1(0x162)==_0x7e75be[_0x5ab7e1(0xfc)])){const _0x5e12af=this[_0x5ab7e1(0xed)](_0x7e75be);for(const _0x399cf4 of _0x36029){const _0x159cc8=_0x2c4175[_0x5ab7e1(0x13e)](_0x399cf4),_0xffc57f=_0x1a601f[_0x5ab7e1(0x128)](_0x399cf4),_0x506638=_0x399cf4[_0x5ab7e1(0x117)](_0x5d748e)-0x1,_0x55bda2=_0x5e12af[_0x3250ba],_0x35921d=_0x5e12af[_0x347fac];_0x55bda2<=_0xffc57f[_0x35a993]&&_0xffc57f[_0x35a993]+_0x506638<=_0x35921d&&_0x7e75be[_0x5ab7e1(0x10c)](_0x159cc8);}}});});}function _0xd01164(_0x63933c){const _0x454ed6=_0x71342b,_0xd5d306=Array[_0x454ed6(0xf5)](_0x175913[_0x454ed6(0x16d)]())[_0x454ed6(0x127)](_0x191fe1=>_0x38e615[_0x454ed6(0x146)](_0x191fe1));_0x5950a2[_0x454ed6(0x164)][_0x454ed6(0x139)](_0x389bc3=>{const _0x1334cc=_0x454ed6,_0x277570=_0x389bc3[_0x1334cc(0x112)];_0x63933c=_0x63933c[_0x1334cc(0x130)](_0x92aaa3=>_0x1334cc(0xeb)!=_0x92aaa3[_0x1334cc(0x153)][_0x1334cc(0x151)]),_0x389bc3[_0x1334cc(0xf4)](_0x63933c),_0x5950a2[_0x1334cc(0x144)][_0x1334cc(0x10d)](_0x1334cc(0x103))[_0x1334cc(0xdd)](),_0x5950a2[_0x1334cc(0x15d)](_0x1334cc(0x103),{'forceDefaultExecution':!0x0}),_0x5950a2[_0x1334cc(0x164)][_0x1334cc(0x118)](()=>{const _0x4290fe=_0x1334cc;_0x5950a2[_0x4290fe(0x164)][_0x4290fe(0x118)](_0x277570,_0x432b3a=>{const _0x455e87=_0x4290fe,_0x47488c=_0xd5d306[_0x455e87(0x130)](_0x5b9f5c=>_0x455e87(0xeb)!=_0x5b9f5c[_0x455e87(0x153)][_0x455e87(0x151)]);_0x47488c[_0x455e87(0x170)]>0x0&&_0x432b3a[_0x455e87(0xf4)](_0x47488c);for(const _0x4036ed of _0xd5d306)_0x4036ed[_0x455e87(0x121)]();});});});}function _0x56d028(_0x2cd0ce){const _0x4d8c9a=_0x71342b;_0x5950a2[_0x4d8c9a(0x164)][_0x4d8c9a(0x139)](_0x4e54aa=>{const _0x2cfbff=_0x4d8c9a,_0x375314=Array[_0x2cfbff(0xf5)](_0x175913[_0x2cfbff(0x16d)]())[_0x2cfbff(0x127)](_0x230380=>_0x38e615[_0x2cfbff(0x146)](_0x230380)),_0x167a59=[];for(const _0x334213 of _0x2cd0ce)for(const _0x5ed0c4 of _0x334213[_0x2cfbff(0x171)]({'shallow':!0x0}))_0x167a59[_0x2cfbff(0x149)](_0x5ed0c4);for(const _0x4522ce of _0x167a59)_0x2cfbff(0xeb)!=_0x4522ce[_0x2cfbff(0x153)][_0x2cfbff(0x151)]&&(_0x4e54aa[_0x2cfbff(0xf4)](_0x4e54aa[_0x2cfbff(0x10e)](_0x4522ce,0x0)),_0x5950a2[_0x2cfbff(0x144)][_0x2cfbff(0x10d)](_0x2cfbff(0x113))[_0x2cfbff(0xdd)](),_0x5950a2[_0x2cfbff(0x15d)](_0x2cfbff(0x113),{'forceDefaultExecution':!0x0}));const _0x4557b8=_0x375314[_0x2cfbff(0x130)](_0x355cc8=>_0x2cfbff(0xeb)!=_0x355cc8[_0x2cfbff(0x153)][_0x2cfbff(0x151)]);_0x4557b8[_0x2cfbff(0x170)]>0x0&&_0x4e54aa[_0x2cfbff(0xf4)](_0x4557b8);for(const _0x118a88 of _0x375314)_0x118a88[_0x2cfbff(0x121)]();});}function _0x5487a0(_0x527fff,_0x12a1ed){const _0x20e9b8=_0x71342b;return _0x12a1ed[_0x20e9b8(0x110)](_0x5c8635=>_0x527fff[_0x20e9b8(0x11b)](_0x4ee6ba=>_0x4ee6ba[_0x20e9b8(0x16e)][_0x20e9b8(0xd0)](_0x5c8635[_0x20e9b8(0x109)])||_0x5c8635[_0x20e9b8(0x16e)][_0x20e9b8(0xd0)](_0x4ee6ba[_0x20e9b8(0x109)])));}function _0xfddcd0(_0x2d9b87,_0x5461e5){const _0xaa5632=_0x71342b;return _0x2d9b87[_0xaa5632(0x11b)](_0x887a04=>_0x5461e5[_0xaa5632(0x11b)](_0x545424=>_0x887a04[_0xaa5632(0x16e)][_0xaa5632(0x145)](_0x545424[_0xaa5632(0x109)])));}_0x5950a2[_0x71342b(0x14e)][_0x71342b(0x141)]['on'](_0x71342b(0xfe),(_0x40fbc9,_0x20f8ad,_0x12f6cf)=>{const _0x30ae40=_0x71342b;if(!_0x12f6cf[_0x30ae40(0xe0)][_0x30ae40(0x163)])return;const _0x14bd23=_0x20f8ad[_0x30ae40(0x152)];if(!_0x14bd23)return;const _0x4ae696=_0x12f6cf[_0x30ae40(0x132)][_0x30ae40(0x108)](_0x14bd23);function _0x116994(_0x43d760){const _0x894a8=_0x30ae40;return Array[_0x894a8(0x12e)](_0x43d760)?_0x43d760:[_0x43d760];}_0x4ae696&&_0x30ae40(0x142)===_0x14bd23[_0x30ae40(0x12b)]&&_0x3d2e35(_0x4ae696,_0x12f6cf[_0x30ae40(0xe1)],(_0x216897,_0x108d86,_0x2b4e00)=>_0x2b4e00[_0x30ae40(0xf9)](_0x116994(_0x108d86[_0x30ae40(0xe2)]),_0x216897),(_0x1dcf5f,_0xe20237,_0x12dde5)=>_0x12dde5[_0x30ae40(0x101)](_0x116994(_0xe20237[_0x30ae40(0xe2)]),_0x1dcf5f));},{'priority':_0x71342b(0x13f)}),_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0x13b)](_0x2c3bd6=>{const _0x434f16=_0x71342b;if(_0x434f16(0x100)!=_0x2c3bd6[_0x434f16(0x102)]&&_0x434f16(0x143)!=_0x2c3bd6[_0x434f16(0x102)])return;const _0x32e2f4=_0x2c3bd6[_0x434f16(0x161)]();if(null!=_0x32e2f4&&_0x32e2f4['is'](_0x434f16(0xd7),_0x434f16(0xfb))){if(_0x434f16(0x100)==_0x2c3bd6[_0x434f16(0x102)]){const _0x21bce1=_0x2c3bd6[_0x434f16(0x171)]()[_0x434f16(0x130)](_0x5ceb00=>_0x5ceb00['is'](_0x434f16(0x11d)))[_0x434f16(0x127)](_0x3cc921=>_0x3cc921[_0x434f16(0x14e)]);if(_0x21bce1[_0x434f16(0x170)])return{'type':_0x434f16(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x434f16(0x131),_0x1ced4a(_0x6cc0ba,_0x434f16(0x129),'\x22'+_0x21bce1[_0x434f16(0x167)]('\x20')+'\x22'))};}if(_0x434f16(0x143)==_0x2c3bd6[_0x434f16(0x102)]){const _0x4f3ee0=_0x2c3bd6[_0x434f16(0x171)]()[_0x434f16(0x130)](_0x468c75=>_0x468c75['is'](_0x434f16(0x11d)))[_0x434f16(0x127)](_0x140586=>_0x140586[_0x434f16(0x14e)]);if(_0x4f3ee0[_0x434f16(0x170)])return{'type':_0x434f16(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x434f16(0x136),_0x1ced4a(_0x6cc0ba,_0x434f16(0x129),'\x22'+_0x4f3ee0[_0x434f16(0x167)]('\x20')+'\x22'))};}}}),_0x5e23bd[_0x71342b(0x16b)][_0x71342b(0x13b)](_0x515c1f=>{const _0x3ad6c2=_0x71342b;if(_0x3ad6c2(0x134)==_0x515c1f[_0x3ad6c2(0xfc)]){const _0x2cc58c=_0x515c1f[_0x3ad6c2(0x171)]()[_0x3ad6c2(0x130)](_0x53710e=>_0x53710e['is'](_0x3ad6c2(0x11d)))[_0x3ad6c2(0x127)](_0x16045c=>_0x16045c[_0x3ad6c2(0x14e)]),_0x2691e3=this[_0x3ad6c2(0xed)](_0x515c1f),_0x20a87c=_0x2691e3[_0x3ad6c2(0xe9)]-_0x2691e3[_0x3ad6c2(0xe4)]+0x1;if(_0x3ad6c2(0x100)==_0x515c1f[_0x3ad6c2(0x102)])return _0x2cc58c[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0xda),[_0x20a87c,'\x22'+_0x2cc58c[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x133),_0x20a87c))};if(_0x3ad6c2(0x143)==_0x515c1f[_0x3ad6c2(0x102)])return _0x2cc58c[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0xda),[_0x20a87c,'\x22'+_0x2cc58c[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x133),_0x20a87c))};}if(_0x3ad6c2(0x162)==_0x515c1f[_0x3ad6c2(0xfc)]){const _0x3c40ce=_0x515c1f[_0x3ad6c2(0x171)]()[_0x3ad6c2(0x130)](_0x514ba5=>_0x514ba5['is'](_0x3ad6c2(0x11d)))[_0x3ad6c2(0x127)](_0x25a256=>_0x25a256[_0x3ad6c2(0x14e)]),_0x2bb601=this[_0x3ad6c2(0xed)](_0x515c1f),_0x402787=_0x2bb601[_0x3ad6c2(0xd3)]-_0x2bb601[_0x3ad6c2(0x154)]+0x1;if(_0x3ad6c2(0x100)==_0x515c1f[_0x3ad6c2(0x102)])return _0x3c40ce[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x14d),[_0x402787,'\x22'+_0x3c40ce[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x100),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x131),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x11f),_0x402787))};if(_0x3ad6c2(0x143)==_0x515c1f[_0x3ad6c2(0x102)])return _0x3c40ce[_0x3ad6c2(0x170)]?{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x14d),[_0x402787,'\x22'+_0x3c40ce[_0x3ad6c2(0x167)]('\x20')+'\x22']))}:{'type':_0x3ad6c2(0x143),'content':_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x136),_0x1ced4a(_0x6cc0ba,_0x3ad6c2(0x11f),_0x402787))};}}),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x134),_0x71342b(0x140),_0xd01164),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x134),_0x71342b(0x11e),_0xd01164),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x162),_0x71342b(0x140),_0x56d028),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x162),_0x71342b(0x11e),_0x56d028),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x162),_0x71342b(0x167),_0x5487a0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x162),_0x71342b(0x167),_0x5487a0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x100),_0x71342b(0x134),_0x71342b(0x167),_0xfddcd0),_0x5e23bd[_0x71342b(0xf2)][_0x71342b(0x135)](_0x71342b(0x143),_0x71342b(0x134),_0x71342b(0x167),_0xfddcd0);}[_0x2e4b2a(0x166)](){const _0x24a42a=_0x2e4b2a,_0x2d245c=this[_0x24a42a(0xd5)],_0x148f5b=_0x2d245c[_0x24a42a(0x164)][_0x24a42a(0x126)][_0x24a42a(0xfa)];return(_0x83a9c9,_0x4fe885)=>{const _0x33a1bd=_0x24a42a;_0x2d245c[_0x33a1bd(0x164)][_0x33a1bd(0x139)](_0x50e6c5=>{const _0xe959bf=_0x33a1bd,{commandName:_0x592047,commandParams:_0x2db1c5}=_0x4fe885;let _0x2c4b28=_0x83a9c9[0x0][_0xe959bf(0x16e)][_0xe959bf(0xdb)];_0x2db1c5&&_0x2db1c5[0x0]&&!0x1===_0x2db1c5[0x0][_0xe959bf(0xf7)]&&(_0x2c4b28=_0x83a9c9[0x0][_0xe959bf(0x109)][_0xe959bf(0x111)]);const _0x4c08a8=_0x50e6c5[_0xe959bf(0xe3)](_0x2c4b28);if(_0xe959bf(0xeb)==_0x4c08a8[_0xe959bf(0x153)][_0xe959bf(0x151)])return;const _0x54b202=Array[_0xe959bf(0xf5)](_0x148f5b[_0xe959bf(0x16d)]())[_0xe959bf(0x127)](_0x5df22a=>_0x38e615[_0xe959bf(0x146)](_0x5df22a));_0x50e6c5[_0xe959bf(0xf4)](_0x4c08a8),_0x2d245c[_0xe959bf(0x144)][_0xe959bf(0x10d)](_0x592047)[_0xe959bf(0xdd)](),_0x2db1c5[_0xe959bf(0x149)]({'forceDefaultExecution':!0x0}),_0x2d245c[_0xe959bf(0x15d)](_0x592047,..._0x2db1c5);const _0x21d0b8=_0x54b202[_0xe959bf(0x130)](_0x24e27a=>_0xe959bf(0xeb)!=_0x24e27a[_0xe959bf(0x153)][_0xe959bf(0x151)]);_0x21d0b8[_0xe959bf(0x170)]>0x0&&_0x50e6c5[_0xe959bf(0xf4)](_0x21d0b8);for(const _0x6c621b of _0x54b202)_0x6c621b[_0xe959bf(0x121)]();});};}[_0x2e4b2a(0x10a)](_0x3ace84){const _0x18776b=_0x2e4b2a,_0x3707a9=this[_0x18776b(0xd5)][_0x18776b(0x12a)][_0x18776b(0x10d)](_0x18776b(0x165));let _0x106705=Number[_0x18776b(0x116)],_0x3db82d=Number[_0x18776b(0xe8)],_0x57849b=Number[_0x18776b(0x116)],_0x7d8126=Number[_0x18776b(0xe8)];for(const _0x537353 of _0x3ace84){if(_0x18776b(0xeb)==_0x537353[_0x18776b(0x153)][_0x18776b(0x151)])continue;const {row:_0x56874a,column:_0x132cdc}=_0x3707a9[_0x18776b(0x128)](_0x537353),_0x25860b=_0x537353[_0x18776b(0x13c)](_0x18776b(0xec))?_0x537353[_0x18776b(0x117)](_0x18776b(0xec))-0x1:0x0,_0x3eb90e=_0x537353[_0x18776b(0x13c)](_0x18776b(0x14a))?_0x537353[_0x18776b(0x117)](_0x18776b(0x14a))-0x1:0x0;_0x106705=_0x56874a<_0x106705?_0x56874a:_0x106705,_0x3db82d=_0x56874a+_0x25860b>_0x3db82d?_0x56874a+_0x25860b:_0x3db82d,_0x57849b=_0x132cdc<_0x57849b?_0x132cdc:_0x57849b,_0x7d8126=_0x132cdc+_0x3eb90e>_0x7d8126?_0x132cdc+_0x3eb90e:_0x7d8126;}return{'minRow':_0x106705,'maxRow':_0x3db82d,'minColumn':_0x57849b,'maxColumn':_0x7d8126};}[_0x2e4b2a(0x106)](){const _0x34abdf=_0x2e4b2a,_0x26fec0=this[_0x34abdf(0xd5)],_0xb7f36e=_0x26fec0[_0x34abdf(0x12a)][_0x34abdf(0x10d)](_0x34abdf(0x11c)),_0xcc7a25=_0x26fec0[_0x34abdf(0x12a)][_0x34abdf(0x10d)](_0x34abdf(0x165));_0x26fec0[_0x34abdf(0x164)][_0x34abdf(0x126)]['on'](_0x34abdf(0xf1),()=>{const _0x42e291=_0x34abdf,_0x511861=Array[_0x42e291(0xf5)](_0x26fec0[_0x42e291(0x164)][_0x42e291(0x126)][_0x42e291(0xfd)][_0x42e291(0x11a)]());for(const {name:_0x2b6ccd,data:_0x2b4e0f}of _0x511861){const {group:_0x28b7c3,id:_0x332bf5,subType:_0x588563}=_0xb7f36e[_0x42e291(0x155)](_0x2b6ccd);if(_0x42e291(0xd6)!=_0x28b7c3)continue;if(null!=_0x2b4e0f[_0x42e291(0xf8)])continue;const _0x10939d=_0xb7f36e[_0x42e291(0x16f)](_0x332bf5);this[_0x42e291(0xef)][_0x42e291(0x122)](_0x588563)&&this[_0x42e291(0x104)][_0x42e291(0x150)](_0x10939d);}},{'priority':_0x34abdf(0x158)});const _0x5e074f=(_0xc40642,_0x5a12af)=>{const _0x1028dd=_0x34abdf;let _0x39e6c7=!0x1;const _0x46ad32=_0x5a12af[_0x1028dd(0x13e)](_0xc40642),_0x23568b=_0xc40642[_0x1028dd(0xe5)](_0x1028dd(0xfb)),_0x875432=_0xcc7a25[_0x1028dd(0x128)](_0xc40642);for(const _0x446267 of this[_0x1028dd(0x104)]){const _0x25ae2b=_0x446267[_0x1028dd(0xfc)],_0x131325=_0x25ae2b[_0x1028dd(0x169)](_0x1028dd(0xff)),_0x191be9=_0x25ae2b[_0x1028dd(0x119)](_0x131325?0xa:0x5),_0x6e803=_0x191be9[_0x1028dd(0xd1)](),_0x208749=_0x6e803[_0x1028dd(0x119)](0x0,0x3)+_0x1028dd(0x14f),_0x30913e=_0x1028dd(0x157)+_0x191be9,_0xbf91a8=_0x1028dd(0xdf)+_0x191be9;if(!_0x446267[_0x1028dd(0xf0)])continue;if(_0x23568b!=_0x446267[_0x1028dd(0x12c)]()[_0x1028dd(0x109)][_0x1028dd(0xe5)](_0x1028dd(0xfb)))continue;if(_0x446267[_0x1028dd(0x115)](_0x46ad32))continue;const _0x30335c=_0xc40642[_0x1028dd(0x13c)](_0x208749)?_0xc40642[_0x1028dd(0x117)](_0x208749)-0x1:0x0,_0x47386e=this[_0x1028dd(0xed)](_0x446267),_0x3534ee=_0x47386e[_0x30913e],_0x2e32f4=_0x47386e[_0xbf91a8];_0x3534ee<=_0x875432[_0x6e803]&&_0x875432[_0x6e803]+_0x30335c<=_0x2e32f4&&(_0x446267[_0x1028dd(0x10c)](_0x46ad32),_0x39e6c7=!0x0);}return _0x39e6c7;};_0x26fec0[_0x34abdf(0x164)][_0x34abdf(0x126)][_0x34abdf(0x14b)](_0x1c1d00=>{const _0x378793=_0x34abdf;let _0x4b0762=!0x1;for(const _0x38e33c of _0x26fec0[_0x378793(0x164)][_0x378793(0x126)][_0x378793(0xfd)][_0x378793(0xde)]())if(_0x378793(0x13d)==_0x38e33c[_0x378793(0x102)]){if(_0x378793(0x134)==_0x38e33c[_0x378793(0x12b)]){for(const _0x4389d6 of _0x38e33c[_0x378793(0x15e)][_0x378793(0x111)][_0x378793(0x105)]())_0x4b0762=_0x4b0762||_0x5e074f(_0x4389d6,_0x1c1d00);}else _0x378793(0x142)==_0x38e33c[_0x378793(0x12b)]&&(_0x4b0762=_0x4b0762||_0x5e074f(_0x38e33c[_0x378793(0x15e)][_0x378793(0x111)],_0x1c1d00));}return _0x4b0762;});}[_0x2e4b2a(0xed)](_0x1aa9ac){const _0x3181cb=_0x2e4b2a;return this[_0x3181cb(0x10a)](_0x1aa9ac[_0x3181cb(0x16d)]()[_0x3181cb(0x127)](_0x3fff32=>_0x3fff32[_0x3181cb(0x109)][_0x3181cb(0x111)]));}}function ue(_0x84c494){const _0x22eb0b=_0x2e4b2a;return Array[_0x22eb0b(0xf5)](new Set(_0x84c494)[_0x22eb0b(0x124)]());}
23
+ const _0x459a34=_0x3c2c;(function(_0x414cf8,_0xe55f5c){const _0x488904=_0x3c2c,_0x26cff3=_0x414cf8();while(!![]){try{const _0x38e8cd=parseInt(_0x488904(0x15c))/0x1*(-parseInt(_0x488904(0x182))/0x2)+-parseInt(_0x488904(0x172))/0x3+parseInt(_0x488904(0x18f))/0x4+parseInt(_0x488904(0x18a))/0x5*(parseInt(_0x488904(0x1d3))/0x6)+-parseInt(_0x488904(0x1cb))/0x7+parseInt(_0x488904(0x1f8))/0x8*(parseInt(_0x488904(0x1a5))/0x9)+-parseInt(_0x488904(0x1ae))/0xa*(-parseInt(_0x488904(0x1da))/0xb);if(_0x38e8cd===_0xe55f5c)break;else _0x26cff3['push'](_0x26cff3['shift']());}catch(_0x1c0996){_0x26cff3['push'](_0x26cff3['shift']());}}}(_0x59f5,0x26a18));import{Plugin as _0x2ff87e}from'ckeditor5/src/core.js';import{LiveRange as _0x49d688}from'ckeditor5/src/engine.js';function _0x59f5(){const _0x54d662=['insertTableRowAbove','values','isArray','maxColumn','isIntersectingWithRange','type','getAttribute','get','classes','options','name','_splitMarkerName','document','selection','commands','selectTableRow','differ','enableCommand','registerElementLabel','removeTableRow','*Remove:*\x20%0','639249shcSAt','toLowerCase','_getCoordsForCells','getChangedMarkers','ELEMENT_TABLE_COLUMN_WITH_TEXT','TrackChangesEditing','batch','execute','tableColumn','MIN_SAFE_INTEGER','createRangeIn','removeClass','position','join','insert','insertTableRowBelow','4pMdPzG','getRanges','highest','mapper','nodeAfter','maxRow','span','insertion','5nZmdOJ','editor','push','createPositionAt','above','286500uRBIhW','getSuggestion','downcastDispatcher','deletion','refresh','markMultiRangeInsertion','selectTableColumn','data','ELEMENT_TABLE','root','forceValue','$graveyard','TableEditing','includes','ELEMENT_TABLE_ROW_WITH_TEXT','getChildren','table','_getSuggestionCoords','accept','markMultiRangeDeletion','start','item','9bKxYId','colspan','setSelection','change:data','first','tableRow','suggestion','length','showSuggestionHighlights','22670HdvMIo','$textProxy','rootName','toViewElement','oldRange','getChanges','getItems','getRowIndexes','model','addClass','getSelectionAffectedTableCells','minRow','tableCell','startsWith','registerDescriptionCallback','element','discard','createTableWalker','afterInit','*Insert:*\x20%0','nodeBefore','enqueueChange','insertTable','ELEMENT_TABLE_COLUMN','detach','registerPostFixer','max','TableUtils','removeTableColumn','424179FuEXnW','addRange','min','substr','_tableSuggestions','ELEMENT_TABLE_WITH_TEXT','_acceptFormatSuggestionCallbackFactory','end','1211154wCoFcc','registerCustomCallback','last','_setupColumnsRowsFixing','order','writer','isEqual','1793rwcyfZ','findAncestor','from','plugins','_descriptionFactory','hasAttribute','getFirstRange','map','getCellLocation','filter','low','every','subType','tablePaste','change','add','isTouching','insertTableColumnLeft','getColumnIndexes','locale','some','MAX_SAFE_INTEGER','_tablePostFixingSubtypes','cell','createRangeOn','_suggestionFactory','ELEMENT_TABLE_ROW','has','fromRange','getContainedElement','628120WokdVu','isInContent','minColumn','left','addMarker:suggestion','rowspan','insertTableColumnRight','144804KJvueS'];_0x59f5=function(){return _0x54d662;};return _0x59f5();}function _0x3c2c(_0x512e07,_0x2d388d){const _0x59f5b3=_0x59f5();return _0x3c2c=function(_0x3c2cb3,_0x125809){_0x3c2cb3=_0x3c2cb3-0x15a;let _0x50c90b=_0x59f5b3[_0x3c2cb3];return _0x50c90b;},_0x3c2c(_0x512e07,_0x2d388d);}import{setHighlightHandling as _0x143342}from'ckeditor5/src/widget.js';import{getTranslation as _0x95493}from'../utils/common-translations.js';export default class yt extends _0x2ff87e{constructor(_0x11deea){const _0x419bdc=_0x3c2c;super(_0x11deea),this[_0x419bdc(0x1f0)]=[_0x419bdc(0x1aa),_0x419bdc(0x17a)],this[_0x419bdc(0x1cf)]=new Set();}[_0x459a34(0x1c0)](){const _0x2ee748=_0x459a34,_0x390e4d=this[_0x2ee748(0x18b)],_0x5e950d=_0x390e4d[_0x2ee748(0x1b6)][_0x2ee748(0x169)][_0x2ee748(0x16a)];if(!_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x1f5)](_0x2ee748(0x19b)))return;const _0xb232a1=_0x390e4d[_0x2ee748(0x1ed)],_0x24ca74=_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x164)](_0x2ee748(0x177)),_0x1fc28f=_0x390e4d[_0x2ee748(0x1dd)][_0x2ee748(0x164)](_0x2ee748(0x1c9));_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x16f)](_0x2ee748(0x19f),_0x375234=>_0x95493(_0xb232a1,_0x2ee748(0x197),_0x375234)),this[_0x2ee748(0x1d6)](),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x1c4)),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x16c)),_0x24ca74[_0x2ee748(0x16e)](_0x2ee748(0x195));for(const _0x238349 of[_0x2ee748(0x15d),_0x2ee748(0x181)]){const _0x1de119=_0x390e4d[_0x2ee748(0x16b)][_0x2ee748(0x164)](_0x238349);_0x24ca74[_0x2ee748(0x16e)](_0x238349,_0x350fd1=>{const _0x469646=_0x2ee748;_0x390e4d[_0x469646(0x1b6)][_0x469646(0x1e8)](_0x52046c=>{const _0x149681=_0x469646;_0x350fd1();const _0x30bf2a=_0x149681(0x18e)===_0x1de119[_0x149681(0x1d7)],_0x4b68b3=_0x1fc28f[_0x149681(0x1b8)](_0x5e950d),_0x2f5610=_0x1fc28f[_0x149681(0x1b5)](_0x4b68b3),_0x32b627=_0x30bf2a?_0x2f5610[_0x149681(0x1a9)]-0x1:_0x2f5610[_0x149681(0x1d5)]+0x1,_0x2bc3d8=_0x4b68b3[0x0][_0x149681(0x1db)](_0x149681(0x19f)),_0x42396e=_0x1fc28f[_0x149681(0x1bf)](_0x2bc3d8,{'startRow':_0x32b627,'endRow':_0x32b627}),_0x21c5ac=Array[_0x149681(0x1dc)](_0x42396e)[_0x149681(0x1e1)](_0x5965a5=>_0x52046c[_0x149681(0x1f2)](_0x5965a5[_0x149681(0x1f1)]));_0x24ca74[_0x149681(0x194)](_0x21c5ac,_0x149681(0x1aa));});});}for(const _0x57b80b of[_0x2ee748(0x1eb),_0x2ee748(0x15b)]){const _0x3d7e38=_0x390e4d[_0x2ee748(0x16b)][_0x2ee748(0x164)](_0x57b80b);_0x24ca74[_0x2ee748(0x16e)](_0x57b80b,_0x1533a2=>{const _0x3c59b6=_0x2ee748;_0x390e4d[_0x3c59b6(0x1b6)][_0x3c59b6(0x1e8)](_0x2ab450=>{const _0x358e9e=_0x3c59b6;_0x1533a2();const _0x55140e=_0x358e9e(0x1fb)===_0x3d7e38[_0x358e9e(0x1d7)],_0x5c1a35=_0x1fc28f[_0x358e9e(0x1b8)](_0x5e950d),_0x14f50b=_0x1fc28f[_0x358e9e(0x1ec)](_0x5c1a35),_0x2c4a30=_0x55140e?_0x14f50b[_0x358e9e(0x1a9)]-0x1:_0x14f50b[_0x358e9e(0x1d5)]+0x1,_0x4c59dc=_0x5c1a35[0x0][_0x358e9e(0x1db)](_0x358e9e(0x19f)),_0x39d1ca=_0x1fc28f[_0x358e9e(0x1bf)](_0x4c59dc,{'startRow':0x0,'column':_0x2c4a30,'includeAllSlots':!0x1}),_0x36fddd=Array[_0x358e9e(0x1dc)](_0x39d1ca)[_0x358e9e(0x1e1)](_0x5c06f4=>_0x2ab450[_0x358e9e(0x1f2)](_0x5c06f4[_0x358e9e(0x1f1)]));_0x24ca74[_0x358e9e(0x194)](_0x36fddd,_0x358e9e(0x17a));});});}for(const _0x2d05ad of[_0x2ee748(0x170),_0x2ee748(0x1ca)]){const _0x37acfb=_0x2d05ad[_0x2ee748(0x1ce)](0xb),_0x34cb9c=_0x37acfb[_0x2ee748(0x173)](),_0x3bf8ba=_0x34cb9c[_0x2ee748(0x1ce)](0x0,0x3)+_0x2ee748(0x188),_0x51cf81=_0x2ee748(0x19f)+_0x37acfb,_0x3e6637=_0x2ee748(0x1cd)+_0x37acfb,_0x298f5=_0x2ee748(0x1c8)+_0x37acfb;_0x24ca74[_0x2ee748(0x16e)](_0x2d05ad,()=>{const _0x24eee6=_0x2ee748;_0x390e4d[_0x24eee6(0x1b6)][_0x24eee6(0x1e8)](_0x401808=>{const _0x55e383=_0x24eee6,_0x11ef1d=_0x1fc28f[_0x55e383(0x1b8)](_0x5e950d),_0x6e7be7=_0x11ef1d[0x0][_0x55e383(0x1db)](_0x55e383(0x19f));let _0x157f5a;if(_0x55e383(0x170)==_0x2d05ad){const _0x164adf=_0x1fc28f[_0x55e383(0x1b5)](_0x11ef1d);_0x157f5a={'startRow':_0x164adf[_0x55e383(0x1a9)],'endRow':_0x164adf[_0x55e383(0x1d5)],'includeAllSlots':!0x0};}else{const _0x54403d=_0x1fc28f[_0x55e383(0x1ec)](_0x11ef1d);_0x157f5a={'startColumn':_0x54403d[_0x55e383(0x1a9)],'endColumn':_0x54403d[_0x55e383(0x1d5)],'includeAllSlots':!0x0};}const _0x54a277=_0x1fc28f[_0x55e383(0x1bf)](_0x6e7be7,_0x157f5a),_0x3813d3=Array[_0x55e383(0x1dc)](_0x54a277)[_0x55e383(0x1e1)](({cell:_0x1b9e7a})=>_0x1b9e7a),_0x4d1391=ue(_0x3813d3[_0x55e383(0x1e3)](_0x4afc9a=>_0x4afc9a[_0x55e383(0x1df)](_0x3bf8ba))),_0x17ae07=ue(_0x3813d3[_0x55e383(0x1e3)](_0x472312=>!_0x472312[_0x55e383(0x1df)](_0x3bf8ba)))[_0x55e383(0x1e1)](_0x481097=>_0x401808[_0x55e383(0x1f2)](_0x481097)),_0x155171=_0x24ca74[_0x55e383(0x1a2)](_0x17ae07,_0x51cf81);if(_0x155171&&(_0x55e383(0x1aa)==_0x155171[_0x55e383(0x1e6)]||_0x55e383(0x17a)==_0x155171[_0x55e383(0x1e6)])){const _0x2228ba=this[_0x55e383(0x1a0)](_0x155171);for(const _0x5ae13e of _0x4d1391){const _0x28a74e=_0x401808[_0x55e383(0x1f2)](_0x5ae13e),_0x14ca1e=_0x1fc28f[_0x55e383(0x1e2)](_0x5ae13e),_0x47475a=_0x5ae13e[_0x55e383(0x163)](_0x3bf8ba)-0x1,_0x3e789d=_0x2228ba[_0x3e6637],_0x5ee7b7=_0x2228ba[_0x298f5];_0x3e789d<=_0x14ca1e[_0x34cb9c]&&_0x14ca1e[_0x34cb9c]+_0x47475a<=_0x5ee7b7&&_0x155171[_0x55e383(0x1cc)](_0x28a74e);}}});});}function _0x2fd31e(_0x35a466){const _0x24fe5a=_0x2ee748,_0x4120c5=Array[_0x24fe5a(0x1dc)](_0x5e950d[_0x24fe5a(0x183)]())[_0x24fe5a(0x1e1)](_0x116d02=>_0x49d688[_0x24fe5a(0x1f6)](_0x116d02));_0x390e4d[_0x24fe5a(0x1b6)][_0x24fe5a(0x1e8)](_0x3daa74=>{const _0xb026a5=_0x24fe5a,_0x21c8c2=_0x3daa74[_0xb026a5(0x178)];_0x35a466=_0x35a466[_0xb026a5(0x1e3)](_0x5dd590=>_0xb026a5(0x19a)!=_0x5dd590[_0xb026a5(0x198)][_0xb026a5(0x1b0)]),_0x3daa74[_0xb026a5(0x1a7)](_0x35a466),_0x390e4d[_0xb026a5(0x16b)][_0xb026a5(0x164)](_0xb026a5(0x170))[_0xb026a5(0x193)](),_0x390e4d[_0xb026a5(0x179)](_0xb026a5(0x170),{'forceDefaultExecution':!0x0}),_0x390e4d[_0xb026a5(0x1b6)][_0xb026a5(0x1c3)](()=>{const _0x258f90=_0xb026a5;_0x390e4d[_0x258f90(0x1b6)][_0x258f90(0x1c3)](_0x21c8c2,_0x4bf54a=>{const _0xca00a7=_0x258f90,_0x2e18d8=_0x4120c5[_0xca00a7(0x1e3)](_0x19a381=>_0xca00a7(0x19a)!=_0x19a381[_0xca00a7(0x198)][_0xca00a7(0x1b0)]);_0x2e18d8[_0xca00a7(0x1ac)]>0x0&&_0x4bf54a[_0xca00a7(0x1a7)](_0x2e18d8);for(const _0x52a32b of _0x4120c5)_0x52a32b[_0xca00a7(0x1c6)]();});});});}function _0x17e1dc(_0x9c462d){const _0x442cf9=_0x2ee748;_0x390e4d[_0x442cf9(0x1b6)][_0x442cf9(0x1e8)](_0x398ec6=>{const _0x57af5f=_0x442cf9,_0x23227e=Array[_0x57af5f(0x1dc)](_0x5e950d[_0x57af5f(0x183)]())[_0x57af5f(0x1e1)](_0x43411d=>_0x49d688[_0x57af5f(0x1f6)](_0x43411d)),_0x255fa2=[];for(const _0x4c5bb0 of _0x9c462d)for(const _0x4f2f02 of _0x4c5bb0[_0x57af5f(0x1b4)]({'shallow':!0x0}))_0x255fa2[_0x57af5f(0x18c)](_0x4f2f02);for(const _0x48346c of _0x255fa2)_0x57af5f(0x19a)!=_0x48346c[_0x57af5f(0x198)][_0x57af5f(0x1b0)]&&(_0x398ec6[_0x57af5f(0x1a7)](_0x398ec6[_0x57af5f(0x18d)](_0x48346c,0x0)),_0x390e4d[_0x57af5f(0x16b)][_0x57af5f(0x164)](_0x57af5f(0x1ca))[_0x57af5f(0x193)](),_0x390e4d[_0x57af5f(0x179)](_0x57af5f(0x1ca),{'forceDefaultExecution':!0x0}));const _0x487735=_0x23227e[_0x57af5f(0x1e3)](_0x185d67=>_0x57af5f(0x19a)!=_0x185d67[_0x57af5f(0x198)][_0x57af5f(0x1b0)]);_0x487735[_0x57af5f(0x1ac)]>0x0&&_0x398ec6[_0x57af5f(0x1a7)](_0x487735);for(const _0x265057 of _0x23227e)_0x265057[_0x57af5f(0x1c6)]();});}function _0x48716c(_0x5102cc,_0x5b2d32){const _0x4b0c8f=_0x2ee748;return _0x5b2d32[_0x4b0c8f(0x1e5)](_0x3eba9d=>_0x5102cc[_0x4b0c8f(0x1ee)](_0x18f2a5=>_0x18f2a5[_0x4b0c8f(0x1d2)][_0x4b0c8f(0x1d9)](_0x3eba9d[_0x4b0c8f(0x1a3)])||_0x3eba9d[_0x4b0c8f(0x1d2)][_0x4b0c8f(0x1d9)](_0x18f2a5[_0x4b0c8f(0x1a3)])));}function _0x54a5da(_0x2df1c9,_0x443821){const _0x308f9b=_0x2ee748;return _0x2df1c9[_0x308f9b(0x1ee)](_0x80e831=>_0x443821[_0x308f9b(0x1ee)](_0x6f8ebd=>_0x80e831[_0x308f9b(0x1d2)][_0x308f9b(0x1ea)](_0x6f8ebd[_0x308f9b(0x1a3)])));}_0x390e4d[_0x2ee748(0x196)][_0x2ee748(0x191)]['on'](_0x2ee748(0x1fc),(_0x6296ac,_0x45eda2,_0x58ca67)=>{const _0x1a5bb0=_0x2ee748;if(!_0x58ca67[_0x1a5bb0(0x166)][_0x1a5bb0(0x1ad)])return;const _0x218ff0=_0x45eda2[_0x1a5bb0(0x1a4)];if(!_0x218ff0)return;const _0x2e2290=_0x58ca67[_0x1a5bb0(0x185)][_0x1a5bb0(0x1b1)](_0x218ff0);function _0xbcadde(_0x7681af){const _0x2bcf6e=_0x1a5bb0;return Array[_0x2bcf6e(0x15f)](_0x7681af)?_0x7681af:[_0x7681af];}_0x2e2290&&_0x1a5bb0(0x1ba)===_0x218ff0[_0x1a5bb0(0x167)]&&_0x143342(_0x2e2290,_0x58ca67[_0x1a5bb0(0x1d8)],(_0x549da6,_0x138b47,_0x83c33e)=>_0x83c33e[_0x1a5bb0(0x1b7)](_0xbcadde(_0x138b47[_0x1a5bb0(0x165)]),_0x549da6),(_0x46911a,_0x5f4290,_0x784681)=>_0x784681[_0x1a5bb0(0x17d)](_0xbcadde(_0x5f4290[_0x1a5bb0(0x165)]),_0x46911a));},{'priority':_0x2ee748(0x184)}),_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x1bc)](_0x4b1692=>{const _0x4ae6ac=_0x2ee748;if(_0x4ae6ac(0x189)!=_0x4b1692[_0x4ae6ac(0x162)]&&_0x4ae6ac(0x192)!=_0x4b1692[_0x4ae6ac(0x162)])return;const _0x306617=_0x4b1692[_0x4ae6ac(0x1f7)]();if(null!=_0x306617&&_0x306617['is'](_0x4ae6ac(0x1bd),_0x4ae6ac(0x19f))){if(_0x4ae6ac(0x189)==_0x4b1692[_0x4ae6ac(0x162)]){const _0x413342=_0x4b1692[_0x4ae6ac(0x1b4)]()[_0x4ae6ac(0x1e3)](_0x4047e3=>_0x4047e3['is'](_0x4ae6ac(0x1af)))[_0x4ae6ac(0x1e1)](_0x1c4ab9=>_0x1c4ab9[_0x4ae6ac(0x196)]);if(_0x413342[_0x4ae6ac(0x1ac)])return{'type':_0x4ae6ac(0x189),'content':_0x95493(_0xb232a1,_0x4ae6ac(0x1c1),_0x95493(_0xb232a1,_0x4ae6ac(0x1d0),'\x22'+_0x413342[_0x4ae6ac(0x17f)]('\x20')+'\x22'))};}if(_0x4ae6ac(0x192)==_0x4b1692[_0x4ae6ac(0x162)]){const _0x5e0d1a=_0x4b1692[_0x4ae6ac(0x1b4)]()[_0x4ae6ac(0x1e3)](_0x40c451=>_0x40c451['is'](_0x4ae6ac(0x1af)))[_0x4ae6ac(0x1e1)](_0x453ab9=>_0x453ab9[_0x4ae6ac(0x196)]);if(_0x5e0d1a[_0x4ae6ac(0x1ac)])return{'type':_0x4ae6ac(0x192),'content':_0x95493(_0xb232a1,_0x4ae6ac(0x171),_0x95493(_0xb232a1,_0x4ae6ac(0x1d0),'\x22'+_0x5e0d1a[_0x4ae6ac(0x17f)]('\x20')+'\x22'))};}}}),_0x24ca74[_0x2ee748(0x1de)][_0x2ee748(0x1bc)](_0x348b0b=>{const _0x36c67c=_0x2ee748;if(_0x36c67c(0x1aa)==_0x348b0b[_0x36c67c(0x1e6)]){const _0x2b90d5=_0x348b0b[_0x36c67c(0x1b4)]()[_0x36c67c(0x1e3)](_0x4283b6=>_0x4283b6['is'](_0x36c67c(0x1af)))[_0x36c67c(0x1e1)](_0x4198ca=>_0x4198ca[_0x36c67c(0x196)]),_0x22ddc2=this[_0x36c67c(0x1a0)](_0x348b0b),_0x4433bd=_0x22ddc2[_0x36c67c(0x187)]-_0x22ddc2[_0x36c67c(0x1b9)]+0x1;if(_0x36c67c(0x189)==_0x348b0b[_0x36c67c(0x162)])return _0x2b90d5[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x19d),[_0x4433bd,'\x22'+_0x2b90d5[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x1f4),_0x4433bd))};if(_0x36c67c(0x192)==_0x348b0b[_0x36c67c(0x162)])return _0x2b90d5[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x19d),[_0x4433bd,'\x22'+_0x2b90d5[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x1f4),_0x4433bd))};}if(_0x36c67c(0x17a)==_0x348b0b[_0x36c67c(0x1e6)]){const _0x40833d=_0x348b0b[_0x36c67c(0x1b4)]()[_0x36c67c(0x1e3)](_0xd8373f=>_0xd8373f['is'](_0x36c67c(0x1af)))[_0x36c67c(0x1e1)](_0x347d4b=>_0x347d4b[_0x36c67c(0x196)]),_0x3e7526=this[_0x36c67c(0x1a0)](_0x348b0b),_0xfd7351=_0x3e7526[_0x36c67c(0x160)]-_0x3e7526[_0x36c67c(0x1fa)]+0x1;if(_0x36c67c(0x189)==_0x348b0b[_0x36c67c(0x162)])return _0x40833d[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x176),[_0xfd7351,'\x22'+_0x40833d[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x189),'content':_0x95493(_0xb232a1,_0x36c67c(0x1c1),_0x95493(_0xb232a1,_0x36c67c(0x1c5),_0xfd7351))};if(_0x36c67c(0x192)==_0x348b0b[_0x36c67c(0x162)])return _0x40833d[_0x36c67c(0x1ac)]?{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x176),[_0xfd7351,'\x22'+_0x40833d[_0x36c67c(0x17f)]('\x20')+'\x22']))}:{'type':_0x36c67c(0x192),'content':_0x95493(_0xb232a1,_0x36c67c(0x171),_0x95493(_0xb232a1,_0x36c67c(0x1c5),_0xfd7351))};}}),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x1aa),_0x2ee748(0x1be),_0x2fd31e),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x1aa),_0x2ee748(0x1a1),_0x2fd31e),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x17a),_0x2ee748(0x1be),_0x17e1dc),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x17a),_0x2ee748(0x1a1),_0x17e1dc),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x17a),_0x2ee748(0x17f),_0x48716c),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x17a),_0x2ee748(0x17f),_0x48716c),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x189),_0x2ee748(0x1aa),_0x2ee748(0x17f),_0x54a5da),_0x24ca74[_0x2ee748(0x1f3)][_0x2ee748(0x1d4)](_0x2ee748(0x192),_0x2ee748(0x1aa),_0x2ee748(0x17f),_0x54a5da);}[_0x459a34(0x1d1)](){const _0x1a413a=_0x459a34,_0x106797=this[_0x1a413a(0x18b)],_0x276106=_0x106797[_0x1a413a(0x1b6)][_0x1a413a(0x169)][_0x1a413a(0x16a)];return(_0x2869e9,_0x3aa302)=>{const _0x22e53d=_0x1a413a;_0x106797[_0x22e53d(0x1b6)][_0x22e53d(0x1e8)](_0x85a7ba=>{const _0x33e3eb=_0x22e53d,{commandName:_0x4b549c,commandParams:_0x39640e}=_0x3aa302;let _0x516841=_0x2869e9[0x0][_0x33e3eb(0x1d2)][_0x33e3eb(0x1c2)];_0x39640e&&_0x39640e[0x0]&&!0x1===_0x39640e[0x0][_0x33e3eb(0x199)]&&(_0x516841=_0x2869e9[0x0][_0x33e3eb(0x1a3)][_0x33e3eb(0x186)]);const _0x3b8552=_0x85a7ba[_0x33e3eb(0x17c)](_0x516841);if(_0x33e3eb(0x19a)==_0x3b8552[_0x33e3eb(0x198)][_0x33e3eb(0x1b0)])return;const _0xb3b667=Array[_0x33e3eb(0x1dc)](_0x276106[_0x33e3eb(0x183)]())[_0x33e3eb(0x1e1)](_0x1e936e=>_0x49d688[_0x33e3eb(0x1f6)](_0x1e936e));_0x85a7ba[_0x33e3eb(0x1a7)](_0x3b8552),_0x106797[_0x33e3eb(0x16b)][_0x33e3eb(0x164)](_0x4b549c)[_0x33e3eb(0x193)](),_0x39640e[_0x33e3eb(0x18c)]({'forceDefaultExecution':!0x0}),_0x106797[_0x33e3eb(0x179)](_0x4b549c,..._0x39640e);const _0x1cf46c=_0xb3b667[_0x33e3eb(0x1e3)](_0x4c045b=>_0x33e3eb(0x19a)!=_0x4c045b[_0x33e3eb(0x198)][_0x33e3eb(0x1b0)]);_0x1cf46c[_0x33e3eb(0x1ac)]>0x0&&_0x85a7ba[_0x33e3eb(0x1a7)](_0x1cf46c);for(const _0x318580 of _0xb3b667)_0x318580[_0x33e3eb(0x1c6)]();});};}[_0x459a34(0x174)](_0x5e8c5b){const _0x342b4d=_0x459a34,_0x11661c=this[_0x342b4d(0x18b)][_0x342b4d(0x1dd)][_0x342b4d(0x164)](_0x342b4d(0x1c9));let _0xf9b835=Number[_0x342b4d(0x1ef)],_0x42aec1=Number[_0x342b4d(0x17b)],_0x34d93b=Number[_0x342b4d(0x1ef)],_0x2e56b5=Number[_0x342b4d(0x17b)];for(const _0x333732 of _0x5e8c5b){if(_0x342b4d(0x19a)==_0x333732[_0x342b4d(0x198)][_0x342b4d(0x1b0)])continue;const {row:_0x6e06ff,column:_0x5157b5}=_0x11661c[_0x342b4d(0x1e2)](_0x333732),_0x58803e=_0x333732[_0x342b4d(0x1df)](_0x342b4d(0x15a))?_0x333732[_0x342b4d(0x163)](_0x342b4d(0x15a))-0x1:0x0,_0x4fb4bc=_0x333732[_0x342b4d(0x1df)](_0x342b4d(0x1a6))?_0x333732[_0x342b4d(0x163)](_0x342b4d(0x1a6))-0x1:0x0;_0xf9b835=_0x6e06ff<_0xf9b835?_0x6e06ff:_0xf9b835,_0x42aec1=_0x6e06ff+_0x58803e>_0x42aec1?_0x6e06ff+_0x58803e:_0x42aec1,_0x34d93b=_0x5157b5<_0x34d93b?_0x5157b5:_0x34d93b,_0x2e56b5=_0x5157b5+_0x4fb4bc>_0x2e56b5?_0x5157b5+_0x4fb4bc:_0x2e56b5;}return{'minRow':_0xf9b835,'maxRow':_0x42aec1,'minColumn':_0x34d93b,'maxColumn':_0x2e56b5};}[_0x459a34(0x1d6)](){const _0x165c13=_0x459a34,_0x3c179c=this[_0x165c13(0x18b)],_0x4b1f4e=_0x3c179c[_0x165c13(0x1dd)][_0x165c13(0x164)](_0x165c13(0x177)),_0xca01f4=_0x3c179c[_0x165c13(0x1dd)][_0x165c13(0x164)](_0x165c13(0x1c9));_0x3c179c[_0x165c13(0x1b6)][_0x165c13(0x169)]['on'](_0x165c13(0x1a8),()=>{const _0x535061=_0x165c13,_0x5473ea=Array[_0x535061(0x1dc)](_0x3c179c[_0x535061(0x1b6)][_0x535061(0x169)][_0x535061(0x16d)][_0x535061(0x175)]());for(const {name:_0x33a9f3,data:_0x473c90}of _0x5473ea){const {group:_0x35d8f8,id:_0x216c05,subType:_0x2b5701}=_0x4b1f4e[_0x535061(0x168)](_0x33a9f3);if(_0x535061(0x1ab)!=_0x35d8f8)continue;if(null!=_0x473c90[_0x535061(0x1b2)])continue;const _0x20babf=_0x4b1f4e[_0x535061(0x190)](_0x216c05);this[_0x535061(0x1f0)][_0x535061(0x19c)](_0x2b5701)&&this[_0x535061(0x1cf)][_0x535061(0x1e9)](_0x20babf);}},{'priority':_0x165c13(0x1e4)});const _0x12351e=(_0x35268a,_0x1b7110)=>{const _0x1a9a4c=_0x165c13;let _0x286388=!0x1;const _0x532921=_0x1b7110[_0x1a9a4c(0x1f2)](_0x35268a),_0x53234f=_0x35268a[_0x1a9a4c(0x1db)](_0x1a9a4c(0x19f)),_0x566eb0=_0xca01f4[_0x1a9a4c(0x1e2)](_0x35268a);for(const _0x299c45 of this[_0x1a9a4c(0x1cf)]){const _0x16dcbb=_0x299c45[_0x1a9a4c(0x1e6)],_0x28bc2e=_0x16dcbb[_0x1a9a4c(0x1bb)](_0x1a9a4c(0x1e7)),_0x4448ac=_0x16dcbb[_0x1a9a4c(0x1ce)](_0x28bc2e?0xa:0x5),_0x5946cb=_0x4448ac[_0x1a9a4c(0x173)](),_0x37cc96=_0x5946cb[_0x1a9a4c(0x1ce)](0x0,0x3)+_0x1a9a4c(0x188),_0x550be3=_0x1a9a4c(0x1cd)+_0x4448ac,_0x138330=_0x1a9a4c(0x1c8)+_0x4448ac;if(!_0x299c45[_0x1a9a4c(0x1f9)])continue;if(_0x53234f!=_0x299c45[_0x1a9a4c(0x1e0)]()[_0x1a9a4c(0x1a3)][_0x1a9a4c(0x1db)](_0x1a9a4c(0x19f)))continue;if(_0x299c45[_0x1a9a4c(0x161)](_0x532921))continue;const _0x662e59=_0x35268a[_0x1a9a4c(0x1df)](_0x37cc96)?_0x35268a[_0x1a9a4c(0x163)](_0x37cc96)-0x1:0x0,_0x280db7=this[_0x1a9a4c(0x1a0)](_0x299c45),_0xfc151d=_0x280db7[_0x550be3],_0x2575d1=_0x280db7[_0x138330];_0xfc151d<=_0x566eb0[_0x5946cb]&&_0x566eb0[_0x5946cb]+_0x662e59<=_0x2575d1&&(_0x299c45[_0x1a9a4c(0x1cc)](_0x532921),_0x286388=!0x0);}return _0x286388;};_0x3c179c[_0x165c13(0x1b6)][_0x165c13(0x169)][_0x165c13(0x1c7)](_0x1a3498=>{const _0x8dd363=_0x165c13;let _0x3bbe14=!0x1;for(const _0x5024ad of _0x3c179c[_0x8dd363(0x1b6)][_0x8dd363(0x169)][_0x8dd363(0x16d)][_0x8dd363(0x1b3)]())if(_0x8dd363(0x180)==_0x5024ad[_0x8dd363(0x162)]){if(_0x8dd363(0x1aa)==_0x5024ad[_0x8dd363(0x167)]){for(const _0x3b12fb of _0x5024ad[_0x8dd363(0x17e)][_0x8dd363(0x186)][_0x8dd363(0x19e)]())_0x3bbe14=_0x3bbe14||_0x12351e(_0x3b12fb,_0x1a3498);}else _0x8dd363(0x1ba)==_0x5024ad[_0x8dd363(0x167)]&&(_0x3bbe14=_0x3bbe14||_0x12351e(_0x5024ad[_0x8dd363(0x17e)][_0x8dd363(0x186)],_0x1a3498));}return _0x3bbe14;});}[_0x459a34(0x1a0)](_0x3676ad){const _0x5542ad=_0x459a34;return this[_0x5542ad(0x174)](_0x3676ad[_0x5542ad(0x183)]()[_0x5542ad(0x1e1)](_0x8748bc=>_0x8748bc[_0x5542ad(0x1a3)][_0x5542ad(0x186)]));}}function ue(_0x23e177){const _0x585b43=_0x459a34;return Array[_0x585b43(0x1dc)](new Set(_0x23e177)[_0x585b43(0x15e)]());}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x15ea7b=_0x5560;(function(_0x65dd23,_0x4d11a5){const _0x2eb3a5=_0x5560,_0x3b385f=_0x65dd23();while(!![]){try{const _0x48ad74=parseInt(_0x2eb3a5(0xb2))/0x1+parseInt(_0x2eb3a5(0xb4))/0x2*(parseInt(_0x2eb3a5(0xb7))/0x3)+parseInt(_0x2eb3a5(0xb1))/0x4*(-parseInt(_0x2eb3a5(0xac))/0x5)+-parseInt(_0x2eb3a5(0xbd))/0x6*(parseInt(_0x2eb3a5(0xbb))/0x7)+-parseInt(_0x2eb3a5(0xbc))/0x8+-parseInt(_0x2eb3a5(0xba))/0x9*(-parseInt(_0x2eb3a5(0xae))/0xa)+parseInt(_0x2eb3a5(0xad))/0xb;if(_0x48ad74===_0x4d11a5)break;else _0x3b385f['push'](_0x3b385f['shift']());}catch(_0x15a9d1){_0x3b385f['push'](_0x3b385f['shift']());}}}(_0xa7f8,0xd760d));import{Plugin as _0x24175c}from'ckeditor5/src/core.js';import _0x46dc1e from'./table.js';function _0x5560(_0x2bae6c,_0x573d8b){const _0xa7f82c=_0xa7f8();return _0x5560=function(_0x5560a2,_0x25f142){_0x5560a2=_0x5560a2-0xab;let _0x170a25=_0xa7f82c[_0x5560a2];return _0x170a25;},_0x5560(_0x2bae6c,_0x573d8b);}function _0xa7f8(){const _0x28b38a=['2vEtUKc','toggleTableCaption','has','2046711ouwqOP','editor','enableCommand','14949EhRZqS','291347xtMfle','4825656pEamwQ','174dujjgW','TableCaptionEditing','get','plugins','5245zSfwNx','12908874YbyCCs','3370NXZKDT','requires','TrackChangesEditing','2588XhTiYC','955580ExNBNF','afterInit'];_0xa7f8=function(){return _0x28b38a;};return _0xa7f8();}export default class Nt extends _0x24175c{static get[_0x15ea7b(0xaf)](){return[_0x46dc1e];}[_0x15ea7b(0xb3)](){const _0x3a4a07=_0x15ea7b,_0x1109ce=this[_0x3a4a07(0xb8)];if(!_0x1109ce[_0x3a4a07(0xab)][_0x3a4a07(0xb6)](_0x3a4a07(0xbe)))return;_0x1109ce[_0x3a4a07(0xab)][_0x3a4a07(0xbf)](_0x3a4a07(0xb0))[_0x3a4a07(0xb9)](_0x3a4a07(0xb5));}}
23
+ function _0xaef6(){const _0x51de5d=['15rZFewn','6396vJmUPF','433536zjmWzZ','928860FkjjBI','editor','requires','8416AWNoHG','plugins','TrackChangesEditing','enableCommand','get','13312917gxgXoW','TableCaptionEditing','1159146vmxwdw','2548fQEZqb','46196msBgLJ','has','afterInit','toggleTableCaption'];_0xaef6=function(){return _0x51de5d;};return _0xaef6();}const _0x6f1d79=_0xa6a9;function _0xa6a9(_0x46cc76,_0x427d98){const _0xaef686=_0xaef6();return _0xa6a9=function(_0xa6a9b4,_0xb81c02){_0xa6a9b4=_0xa6a9b4-0x193;let _0x586d39=_0xaef686[_0xa6a9b4];return _0x586d39;},_0xa6a9(_0x46cc76,_0x427d98);}(function(_0x210116,_0x514be6){const _0x26f930=_0xa6a9,_0x1ac65e=_0x210116();while(!![]){try{const _0x3b334b=-parseInt(_0x26f930(0x1a0))/0x1+-parseInt(_0x26f930(0x194))/0x2+-parseInt(_0x26f930(0x19e))/0x3+parseInt(_0x26f930(0x197))/0x4*(-parseInt(_0x26f930(0x1a4))/0x5)+-parseInt(_0x26f930(0x1a5))/0x6*(parseInt(_0x26f930(0x19f))/0x7)+parseInt(_0x26f930(0x193))/0x8+parseInt(_0x26f930(0x19c))/0x9;if(_0x3b334b===_0x514be6)break;else _0x1ac65e['push'](_0x1ac65e['shift']());}catch(_0x37782d){_0x1ac65e['push'](_0x1ac65e['shift']());}}}(_0xaef6,0x3b18d));import{Plugin as _0x2dc15e}from'ckeditor5/src/core.js';import _0x3b17ad from'./table.js';export default class Nt extends _0x2dc15e{static get[_0x6f1d79(0x196)](){return[_0x3b17ad];}[_0x6f1d79(0x1a2)](){const _0x2b362a=_0x6f1d79,_0x2c164c=this[_0x2b362a(0x195)];if(!_0x2c164c[_0x2b362a(0x198)][_0x2b362a(0x1a1)](_0x2b362a(0x19d)))return;_0x2c164c[_0x2b362a(0x198)][_0x2b362a(0x19b)](_0x2b362a(0x199))[_0x2b362a(0x19a)](_0x2b362a(0x1a3));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xfa8785=_0x5c03;function _0x2857(){const _0x43e921=['endColumn','$graveyard','schema','forceDefaultExecution','documentSelection','createRangeOn','tableCellSuggestion','insertion','discard','TableClipboard','tablePasteCell','updateMarker','batch','tableCellVerticalAlignment','deletion','cell','remove','rootName','unwrap','oldRange','type','markers','editingDowncast','*Replace\x20table\x20cells*','options','tableCell','removeRows','map','next','getRange','markMultiRangeDeletion','getChanges','setAttributes','getAllAdjacentSuggestions','131810ztaeDs','newRange','hasSuggestion','move','content','rows','markerAttributes','afterInit','high','redo','tablePasteChainId','rowInsertionRanges','getMarkers','fromRange','insertColumns','getChangedMarkers','conversion','low','suggestionUnloaded','suggestion:formatBlock:tablePasteCell','start','TableUtils','getColumns','editor','cells','activeMarkers','selection','setAttribute','subType','return','previous','containsRange','176658tXUewt','deletionRanges','column','isEmpty','markMultiRangeInsertion','author','262yxDXcj','position','tablePasteColumn','entries','change','trackChanges','wrap','TrackChangesEditing','getSuggestionCallback','from','root','getChildren','every','tableCellBorderColor','filter','tableCellHorizontalAlignment','get','registerPostFixer','columnInsertionRanges','registerDescriptionCallback','columns','getTableIfOnlyTableInContent','accept','3775072TGVMlE','locale','element','forEach','213186lIjTFY','differ','elementToElement','tableCellBorderStyle','10629ouceRH','last','_getCoordsForCells','removeMarker','fromEntries','end','getItems','getAttributes','isEqual','dataDowncast','startsWith','set','plugins','showSuggestionHighlights','insert','ck-suggestion-marker-insertion','getColumnIndexes','has','getShiftedBy','view','createPositionBefore','tableCellPadding','previousSibling','nextSibling','tablePaste','613432uiWePb','paragraph','row','value','tableCellBorderWidth','nodeAfter','push','getSuggestion','_tablePostFixingSubtypes','createRangeIn','removeColumns','tableCellBackgroundColor','some','endRow','add','fill','keys','_descriptionFactory','model','isInContent','341ZqBqAS','markMultiRangeBlockFormat','getSuggestions','clipboardOutput','1854628AcQaaH','find','5zOpnqg','ck-suggestion-marker--active','includes','requires','rowInsertionIndexes','36HGJtrA','for','createTableWalker','getSelectionAffectedTableCells','tablePasteRow','markerToHighlight','getRows','createRange','columnInsertionIndexes','suggestion-td','getRanges','insertRows','attributes','first','_createdBatches','name','join','_splitMarkerName','register','table','length','insertionRanges','insertContent','reduce','createElement','suggestion','findAncestor','_isForcedDefaultExecutionBlock','registerCustomCallback','detach','listenTo','editing','document','getChild','getRowIndexes','commands','_replaceTableSlotCell','stop','getContainedElement','call','formatBlock','removeMarkers','ck-suggestion-marker','_suggestionFactory','Users','markerName','suggestionLoaded'];_0x2857=function(){return _0x43e921;};return _0x2857();}(function(_0x2b9db7,_0xbb7ca4){const _0x30c855=_0x5c03,_0x17ea19=_0x2b9db7();while(!![]){try{const _0x1424d3=-parseInt(_0x30c855(0x214))/0x1+-parseInt(_0x30c855(0x1f9))/0x2*(-parseInt(_0x30c855(0x218))/0x3)+-parseInt(_0x30c855(0x249))/0x4+-parseInt(_0x30c855(0x24b))/0x5*(parseInt(_0x30c855(0x1f3))/0x6)+parseInt(_0x30c855(0x210))/0x7+parseInt(_0x30c855(0x231))/0x8*(-parseInt(_0x30c855(0x250))/0x9)+parseInt(_0x30c855(0x1d3))/0xa*(parseInt(_0x30c855(0x245))/0xb);if(_0x1424d3===_0xbb7ca4)break;else _0x17ea19['push'](_0x17ea19['shift']());}catch(_0x41b372){_0x17ea19['push'](_0x17ea19['shift']());}}}(_0x2857,0x616be));import{getTranslation as _0x178c08}from'../utils/common-translations.js';import{Plugin as _0x140e9c}from'ckeditor5/src/core.js';import{LiveRange as _0x341152}from'ckeditor5/src/engine.js';import{uid as _0x43a4fe,priorities as _0x98d709}from'ckeditor5/src/utils.js';import _0xe48eb2 from'./table.js';const be=[_0xfa8785(0x235),_0xfa8785(0x206),_0xfa8785(0x217),_0xfa8785(0x208),_0xfa8785(0x1be),_0xfa8785(0x23c),_0xfa8785(0x22d)],de=Object[_0xfa8785(0x21c)](be[_0xfa8785(0x1cc)](_0x3ae27a=>[_0x3ae27a,null]));function _0x5c03(_0x4c9f34,_0x514375){const _0x285757=_0x2857();return _0x5c03=function(_0x5c0392,_0x4a139c){_0x5c0392=_0x5c0392-0x192;let _0x3e7f43=_0x285757[_0x5c0392];return _0x3e7f43;},_0x5c03(_0x4c9f34,_0x514375);}export default class At extends _0x140e9c{static get[_0xfa8785(0x24e)](){return[_0xe48eb2];}[_0xfa8785(0x1da)](){const _0x2b75c9=_0xfa8785,_0x2d5ab4=this[_0x2b75c9(0x1ea)];if(!_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x229)](_0x2b75c9(0x1ba)))return;const _0x28f0d4=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x200)),_0x2ee810=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1e8)),_0x14f815=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0xe48eb2),_0x7b0ee7=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1ba));_0x14f815[_0x2b75c9(0x239)][_0x2b75c9(0x237)](_0x2b75c9(0x254),_0x2b75c9(0x1fb)),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1b3)][_0x2b75c9(0x194)](_0x2b75c9(0x1b7),{'allowIn':_0x2b75c9(0x1ca),'allowContentOf':_0x2b75c9(0x1ca),'isLimit':!0x0}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x216)]({'model':_0x2b75c9(0x1b7),'view':_0x2b75c9(0x259)});let _0x21e28b=null;_0x2d5ab4[_0x2b75c9(0x243)]['on'](_0x2b75c9(0x198),(_0x24e921,_0x1ed080)=>{const _0xa124f2=_0x2b75c9,[_0x1d4c48,_0x142f5b]=_0x1ed080,_0x124a96=_0x1ed080[_0x1ed080[_0xa124f2(0x196)]-0x1];_0x124a96&&_0x124a96[_0xa124f2(0x1b4)]||_0x28f0d4[_0xa124f2(0x19d)]||this[_0xa124f2(0x1ea)][_0xa124f2(0x1a5)][_0xa124f2(0x209)](_0xa124f2(0x1fe))[_0xa124f2(0x234)]&&function(_0x526d50,_0x21f390,_0x29a9df,_0x45cbe8,_0x5a8651){const _0x446f7a=_0xa124f2;if(_0x21f390&&!_0x21f390['is'](_0x446f7a(0x1b5)))return!0x1;const _0xa690bb=_0x5a8651[_0x446f7a(0x20e)](_0x526d50,_0x29a9df);if(!_0xa690bb||!me(_0xa690bb,void 0x0,_0x45cbe8))return!0x1;const _0x51fdea=_0x45cbe8[_0x446f7a(0x253)](_0x29a9df[_0x446f7a(0x1a2)][_0x446f7a(0x1ed)]);if(!_0x51fdea[_0x446f7a(0x196)])return!0x1;const _0x45ead4=_0x51fdea[0x0][_0x446f7a(0x19c)](_0x446f7a(0x195)),_0x417475=_0x45cbe8[_0x446f7a(0x1a4)](_0x51fdea),_0x5e7117=_0x45cbe8[_0x446f7a(0x228)](_0x51fdea),_0x2e03aa={'startRow':_0x417475[_0x446f7a(0x25d)],'endRow':_0x417475[_0x446f7a(0x219)],'startColumn':_0x5e7117[_0x446f7a(0x25d)],'endColumn':_0x5e7117[_0x446f7a(0x219)]};return 0x1==_0x51fdea[_0x446f7a(0x196)]&&(_0x2e03aa[_0x446f7a(0x23e)]+=_0x45cbe8[_0x446f7a(0x256)](_0xa690bb)-0x1,_0x2e03aa[_0x446f7a(0x1b1)]+=_0x45cbe8[_0x446f7a(0x1e9)](_0xa690bb)-0x1),me(_0x45ead4,_0x2e03aa,_0x45cbe8);}(_0x1d4c48,_0x142f5b,_0x2d5ab4[_0xa124f2(0x243)],_0x2ee810,_0x7b0ee7)&&(_0x24e921[_0xa124f2(0x1a7)](),_0x21e28b={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2d5ab4[_0xa124f2(0x243)][_0xa124f2(0x1fd)](()=>{const _0x494118=_0xa124f2;_0x2d5ab4[_0x494118(0x243)][_0x494118(0x198)](_0x1ed080[0x0],_0x1ed080[0x1],_0x1ed080[0x2],{'forceDefaultExecution':!0x0});const _0x8c9af6=_0x43a4fe(),{rowInsertionRanges:_0x1a6b9e,columnInsertionRanges:_0x42aa22,insertionRanges:_0x88508f,deletionRanges:_0x18cd45,cells:_0x4d6371}=_0x21e28b;_0x1a6b9e[_0x494118(0x196)]&&_0x28f0d4[_0x494118(0x1f7)](_0x1a6b9e,_0x494118(0x254),{'tablePasteChainId':_0x8c9af6}),_0x42aa22[_0x494118(0x196)]&&_0x28f0d4[_0x494118(0x1f7)](_0x42aa22,_0x494118(0x1fb),{'tablePasteChainId':_0x8c9af6}),_0x88508f[_0x494118(0x196)]&&(_0x28f0d4[_0x494118(0x1f7)](_0x88508f,_0x494118(0x230),{'tablePasteChainId':_0x8c9af6,'skipNestingCheck':!0x0}),_0x88508f[_0x494118(0x213)](_0x21b6cf=>{const _0x6e9fab=_0x494118;var _0x3d221d;return null===(_0x3d221d=_0x21b6cf[_0x6e9fab(0x19f)])||void 0x0===_0x3d221d?void 0x0:_0x3d221d[_0x6e9fab(0x1a9)](_0x21b6cf);})),_0x18cd45[_0x494118(0x196)]&&(_0x28f0d4[_0x494118(0x1cf)](_0x18cd45,_0x494118(0x230),{'tablePasteChainId':_0x8c9af6,'skipNestingCheck':!0x0}),_0x18cd45[_0x494118(0x213)](_0x529289=>{const _0x1986ba=_0x494118;var _0x564ced;return null===(_0x564ced=_0x529289[_0x1986ba(0x19f)])||void 0x0===_0x564ced?void 0x0:_0x564ced[_0x1986ba(0x1a9)](_0x529289);}));const _0x5b5341=_0x28f0d4[_0x494118(0x246)](_0x4d6371[_0x494118(0x1cc)](({element:_0x382901})=>_0x382901),{'formatGroupId':_0x43a4fe()},[],_0x494118(0x1bb),{'tablePasteChainId':_0x8c9af6});if(_0x5b5341){const _0x1d3082=_0x5b5341[_0x494118(0x1df)](),_0x5db108=[];for(const {element:_0x5c2157,attributes:_0x4064e2}of _0x4d6371){if(!_0x4064e2)continue;const _0x593055=_0x2d5ab4[_0x494118(0x243)][_0x494118(0x1b6)](_0x5c2157),_0xc9e694=_0x1d3082[_0x494118(0x24a)](_0x10e55c=>_0x10e55c[_0x494118(0x1ce)]()[_0x494118(0x220)](_0x593055));_0xc9e694&&_0x5db108[_0x494118(0x237)]([_0xc9e694[_0x494118(0x25f)],_0x4064e2]);}_0x5db108[_0x494118(0x196)]&&_0x5b5341[_0x494118(0x1ee)](_0x494118(0x1d9),Object[_0x494118(0x21c)](_0x5db108));}_0x21e28b=null;}));},{'priority':_0x98d709[_0x2b75c9(0x1db)]+0xa}),_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1ba))['on'](_0x2b75c9(0x1a6),(_0x52c0f6,_0x327941)=>{const _0xe39f60=_0x2b75c9,[_0x23402c,_0x57c8e0,,_0x193a8f]=_0x327941;if(!_0x21e28b)return;_0x52c0f6[_0xe39f60(0x1a7)]();const _0x2155e7=_0x23402c[_0xe39f60(0x1c0)],_0x32e014=_0x57c8e0,_0x16cee8=ge(_0x2155e7),_0x4fe36e=ge(_0x32e014);_0x52c0f6[_0xe39f60(0x1f0)]=_0x2155e7;let _0x24763b=null,_0xce3edf=null;if(_0x4fe36e||_0x16cee8){if(_0x16cee8&&!_0x4fe36e){_0x193a8f[_0xe39f60(0x1c1)](_0x2155e7[_0xe39f60(0x1a3)](0x0));for(const _0x55a21f of Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x204)]()))_0x193a8f[_0xe39f60(0x226)](_0x55a21f,_0x2155e7,_0xe39f60(0x21d));const _0x43f19c=_0x21e28b[_0xe39f60(0x24f)][_0xe39f60(0x24d)](_0x23402c[_0xe39f60(0x233)]),_0x1acdee=_0x21e28b[_0xe39f60(0x258)][_0xe39f60(0x24d)](_0x23402c[_0xe39f60(0x1f5)]);_0x43f19c||_0x1acdee||(_0x24763b=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x23a)](_0x2155e7)));}else _0x4fe36e&&!_0x16cee8&&(_0xce3edf=_0x193a8f[_0xe39f60(0x23a)](_0x2155e7));}else{const _0x2d255c=_0x193a8f[_0xe39f60(0x19a)](_0xe39f60(0x1b7)),_0x4222f6=_0x193a8f[_0xe39f60(0x19a)](_0xe39f60(0x1b7));_0x193a8f[_0xe39f60(0x1ff)](_0x193a8f[_0xe39f60(0x23a)](_0x2155e7),_0x4222f6),_0x193a8f[_0xe39f60(0x226)](_0x2d255c,_0x2155e7,0x0);for(const _0x5a21fe of Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x204)]()))_0x193a8f[_0xe39f60(0x226)](_0x5a21fe,_0x2d255c,_0xe39f60(0x21d));_0x24763b=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x1b6)](_0x2d255c)),_0xce3edf=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x1b6)](_0x4222f6));}const _0x50484c=Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x21f)]())[_0xe39f60(0x207)](([_0x2b5606])=>be[_0xe39f60(0x24d)](_0x2b5606));_0x21e28b[_0xe39f60(0x1eb)][_0xe39f60(0x237)]({'element':_0x2155e7,'attributes':_0x50484c[_0xe39f60(0x196)]?Object[_0xe39f60(0x21c)](_0x50484c):null}),_0x24763b&&_0x21e28b[_0xe39f60(0x197)][_0xe39f60(0x237)](_0x24763b),_0xce3edf&&_0x21e28b[_0xe39f60(0x1f4)][_0xe39f60(0x237)](_0xce3edf);},{'priority':_0x2b75c9(0x1db)}),_0x2ee810['on'](_0x2b75c9(0x1e1),(_0x14d4ee,_0x410546)=>{const _0x166e6e=_0x2b75c9,[_0x19c1e5,_0x2d7f2b={}]=_0x410546;if(!_0x21e28b)return;const _0x4383cb=_0x2d7f2b['at']||0x0,_0x23f15d=_0x2d7f2b[_0x166e6e(0x20d)]||0x1;_0x21e28b[_0x166e6e(0x258)]=new Array(_0x23f15d)[_0x166e6e(0x240)](_0x4383cb)[_0x166e6e(0x1cc)]((_0x4f37b7,_0x30973c)=>_0x4f37b7+_0x30973c);for(const {cell:_0x56aff7}of _0x2ee810[_0x166e6e(0x252)](_0x19c1e5,{'startColumn':_0x4383cb,'endColumn':_0x4383cb+_0x23f15d-0x1}))_0x21e28b[_0x166e6e(0x20b)][_0x166e6e(0x237)](_0x2d5ab4[_0x166e6e(0x243)][_0x166e6e(0x1b6)](_0x56aff7));},{'priority':_0x2b75c9(0x1e4)}),_0x2ee810['on'](_0x2b75c9(0x25b),(_0x197fd8,_0x3451b2)=>{const _0x17bfc0=_0x2b75c9,[_0x24dfc0,_0x19bfc3={}]=_0x3451b2;if(!_0x21e28b)return;const _0x1a1471=_0x19bfc3['at']||0x0,_0x53637d=_0x19bfc3[_0x17bfc0(0x1d8)]||0x1;_0x21e28b[_0x17bfc0(0x24f)]=new Array(_0x53637d)[_0x17bfc0(0x240)](_0x1a1471)[_0x17bfc0(0x1cc)]((_0x41bd82,_0x164652)=>_0x41bd82+_0x164652);for(const {cell:_0x5a1514}of _0x2ee810[_0x17bfc0(0x252)](_0x24dfc0,{'startRow':_0x1a1471,'endRow':_0x1a1471+_0x53637d-0x1}))_0x21e28b[_0x17bfc0(0x1de)][_0x17bfc0(0x237)](_0x2d5ab4[_0x17bfc0(0x243)][_0x17bfc0(0x1b6)](_0x5a1514));},{'priority':_0x2b75c9(0x1e4)}),_0x28f0d4[_0x2b75c9(0x242)][_0x2b75c9(0x20c)](_0x77209f=>{const _0x368e71=_0x2b75c9;if(_0x77209f[_0x368e71(0x1ef)]&&_0x77209f[_0x368e71(0x1ef)][_0x368e71(0x222)](_0x368e71(0x230)))return _0x77209f[_0x368e71(0x1f1)]?{}:{'type':_0x368e71(0x1b8),'content':_0x178c08(_0x2d5ab4[_0x368e71(0x211)],_0x368e71(0x1c8))};});const _0x876633=()=>!0x1;for(const _0x36569d of[_0x2b75c9(0x230),_0x2b75c9(0x1fb),_0x2b75c9(0x254),_0x2b75c9(0x1bb)])_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x36569d,_0x2b75c9(0x192),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1bf),_0x36569d,_0x2b75c9(0x192),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x36569d,_0x2b75c9(0x192),_0x876633);_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x2b75c9(0x1bb),_0x2b75c9(0x1b9),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x2b75c9(0x1bb),_0x2b75c9(0x20f),(_0x1baad7,_0x2f56fa,_0x562472)=>{const _0x3477dd=_0x2b75c9,_0x2f7193=_0x1baad7[_0x3477dd(0x1cc)](_0x4c895e=>_0x4c895e[_0x3477dd(0x1a8)]())[_0x3477dd(0x207)](_0x3ddf19=>_0x3ddf19),_0x4c8428=new Map(_0x2f7193[_0x3477dd(0x1cc)](_0x4bea12=>[_0x4bea12,null]));if(_0x21e28b){for(const {element:_0x428471,attributes:_0x11c719}of _0x21e28b[_0x3477dd(0x1eb)])_0x11c719&&_0x4c8428[_0x3477dd(0x223)](_0x428471,_0x11c719);}else{if(_0x562472&&_0x562472[_0x3477dd(0x1d9)])for(const [_0x3e7f44,_0x432c15]of Object[_0x3477dd(0x1fc)](_0x562472[_0x3477dd(0x1d9)])){const _0xa82178=_0x2d5ab4[_0x3477dd(0x243)][_0x3477dd(0x1c6)][_0x3477dd(0x209)](_0x3e7f44),_0x4edd3d=_0xa82178?_0xa82178[_0x3477dd(0x1ce)]()[_0x3477dd(0x1a8)]():null;_0x4edd3d&&_0x4c8428[_0x3477dd(0x223)](_0x4edd3d,_0x432c15);}}_0x2d5ab4[_0x3477dd(0x243)][_0x3477dd(0x1fd)](_0x4e9b4f=>{const _0x482868=_0x3477dd;for(const [_0x44f114,_0x5c6fe]of _0x4c8428)_0x4e9b4f[_0x482868(0x1d1)]({...de,..._0x5c6fe},_0x44f114);});});const _0x3d4c2d=(_0x598202,_0x48cb54)=>{const _0x5c0e11=_0x2b75c9;_0x28f0d4[_0x5c0e11(0x1ad)][_0x5c0e11(0x19e)](_0x598202,_0x5c0e11(0x230),_0x48cb54,(_0x4eae8e,_0x42cd2d,_0x206ccb)=>{const _0x5c0165=_0x5c0e11;_0x2d5ab4[_0x5c0165(0x243)][_0x5c0165(0x1fd)](_0x1f30c1=>{const _0x561315=_0x5c0165,_0x2834e4=[];for(const _0x50b798 of _0x4eae8e){const _0x4576e1=_0x50b798[_0x561315(0x1e7)][_0x561315(0x236)];_0x4576e1['is'](_0x561315(0x212),_0x561315(0x1b7))&&_0x2834e4[_0x561315(0x237)](_0x4576e1);}_0x28f0d4[_0x561315(0x1ad)][_0x561315(0x201)](_0x598202,null,_0x48cb54)(_0x4eae8e,_0x42cd2d,_0x206ccb);for(const _0x5c3a76 of _0x2834e4)_0x561315(0x1b2)!=_0x5c3a76[_0x561315(0x203)][_0x561315(0x1c2)]&&_0x1f30c1[_0x561315(0x1c3)](_0x5c3a76);});});};_0x3d4c2d(_0x2b75c9(0x1b8),_0x2b75c9(0x20f)),_0x3d4c2d(_0x2b75c9(0x1b8),_0x2b75c9(0x1b9)),_0x3d4c2d(_0x2b75c9(0x1bf),_0x2b75c9(0x20f)),_0x3d4c2d(_0x2b75c9(0x1bf),_0x2b75c9(0x1b9)),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x2b75c9(0x254),_0x2b75c9(0x1b9),_0x3ec271=>{const _0x1145a3=_0x2b75c9,_0x65c7c4=_0x3ec271[_0x1145a3(0x1cc)](_0x4ec648=>_0x4ec648[_0x1145a3(0x1a8)]()),_0x3d5416=_0x65c7c4[0x0][_0x1145a3(0x19c)](_0x1145a3(0x195)),{minRow:_0x18294a,maxRow:_0x3d3037}=_0x14f815[_0x1145a3(0x21a)](_0x65c7c4);_0x2ee810[_0x1145a3(0x1cb)](_0x3d5416,{'at':_0x18294a,'rows':_0x3d3037-_0x18294a+0x1});}),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x2b75c9(0x1fb),_0x2b75c9(0x1b9),_0x14714a=>{const _0x1d4d8c=_0x2b75c9,_0x1a69e8=_0x14714a[_0x1d4d8c(0x1cc)](_0x272a4e=>_0x272a4e[_0x1d4d8c(0x1a8)]()),_0xc03f35=_0x1a69e8[0x0][_0x1d4d8c(0x19c)](_0x1d4d8c(0x195)),{minColumn:_0x27351a,maxColumn:_0x297e4c}=_0x14f815[_0x1d4d8c(0x21a)](_0x1a69e8);_0x2ee810[_0x1d4d8c(0x23b)](_0xc03f35,{'at':_0x27351a,'columns':_0x297e4c-_0x27351a+0x1});});const _0x519f6e=(_0x5b8e1e,_0x1003e3)=>{const _0x7b0ac9=_0x2b75c9;if(!_0x1003e3[_0x7b0ac9(0x1ef)]||!_0x1003e3[_0x7b0ac9(0x1ef)][_0x7b0ac9(0x222)](_0x7b0ac9(0x230)))return;const _0x30d4a6=_0x1003e3[_0x7b0ac9(0x25c)][_0x7b0ac9(0x1dd)],_0x3c4ed5=_0x28f0d4[_0x7b0ac9(0x247)]()[_0x7b0ac9(0x207)](_0x576fc5=>_0x576fc5[_0x7b0ac9(0x244)]&&_0x576fc5[_0x7b0ac9(0x25c)]&&_0x576fc5[_0x7b0ac9(0x25c)][_0x7b0ac9(0x1dd)]==_0x30d4a6);_0x3c4ed5[_0x7b0ac9(0x196)]&&_0x1003e3[_0x7b0ac9(0x1d2)]()[_0x7b0ac9(0x196)]!=_0x3c4ed5[_0x7b0ac9(0x196)]&&_0x3c4ed5[_0x7b0ac9(0x199)]((_0x3ab388,_0x10327b)=>(_0x3ab388[_0x7b0ac9(0x1cd)]=_0x10327b,_0x10327b[_0x7b0ac9(0x1f1)]=_0x3ab388,_0x10327b));};function _0x25f0b5(_0x3b30d5,_0xb58c9a=!0x0){const _0x25b0ea=_0x2b75c9,{id:_0x38dc0}=_0x28f0d4[_0x25b0ea(0x193)](_0x3b30d5[_0x25b0ea(0x1af)]),_0x140523=[_0x25b0ea(0x1ac),_0x25b0ea(0x227)],_0x3929b7=_0x28f0d4[_0x25b0ea(0x1ec)][_0x25b0ea(0x24d)](_0x3b30d5[_0x25b0ea(0x1af)]);return _0x3929b7&&_0x140523[_0x25b0ea(0x237)](_0x25b0ea(0x24c)),{'classes':_0x140523,'attributes':{'data-suggestion':_0x38dc0},'priority':_0x3929b7&&_0xb58c9a?0xbc2:0xbb8};}_0x28f0d4['on'](_0x2b75c9(0x1b0),_0x519f6e,{'priority':_0x2b75c9(0x1db)}),_0x28f0d4['on'](_0x2b75c9(0x1e5),_0x519f6e,{'priority':_0x2b75c9(0x1db)}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](()=>{const _0xabdffc=_0x2b75c9;let _0x5a0f7d=!0x1;const _0x541b50=Array[_0xabdffc(0x202)](_0x2d5ab4[_0xabdffc(0x243)][_0xabdffc(0x1a2)][_0xabdffc(0x215)][_0xabdffc(0x1e2)]());for(const {name:_0x1b7657,data:_0x4038e3}of _0x541b50){const {group:_0x19c0b5,type:_0x462875,id:_0x3fc3db}=_0x28f0d4[_0xabdffc(0x193)](_0x1b7657);if(_0xabdffc(0x19b)!=_0x19c0b5||_0xabdffc(0x1bf)!=_0x462875||_0x4038e3[_0xabdffc(0x1c4)])continue;if(!_0x28f0d4[_0xabdffc(0x1d5)](_0x3fc3db))continue;const _0x346520=_0x28f0d4[_0xabdffc(0x238)](_0x3fc3db)[_0xabdffc(0x25a)](),_0x2c79ac=_0x2d5ab4[_0xabdffc(0x224)][_0xabdffc(0x209)](_0xabdffc(0x1ae))['me'];for(const _0x434faf of _0x28f0d4[_0xabdffc(0x247)]()){if(!_0x434faf[_0xabdffc(0x244)]||_0x434faf[_0xabdffc(0x1f8)]!=_0x2c79ac)continue;if(_0xabdffc(0x1aa)!=_0x434faf[_0xabdffc(0x1c5)]||_0xabdffc(0x1bb)!=_0x434faf[_0xabdffc(0x1ef)])continue;if(_0x434faf[_0xabdffc(0x25a)]()[_0xabdffc(0x205)](_0xd43ae5=>_0x346520[_0xabdffc(0x23d)](_0x147b80=>_0x147b80[_0xabdffc(0x1f2)](_0xd43ae5,!0x0)))){for(const _0x2566b5 of _0x434faf[_0xabdffc(0x1d2)]())_0x2566b5[_0xabdffc(0x244)]&&(_0x2566b5[_0xabdffc(0x1b9)](),_0x5a0f7d=!0x0);}}}return _0x5a0f7d;}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](_0x1bc782=>{const _0xe07441=_0x2b75c9,_0x196ef7=_0x2d5ab4[_0xe07441(0x1a5)][_0xe07441(0x209)](_0xe07441(0x1dc));if(!_0x196ef7||!_0x196ef7[_0xe07441(0x25e)][_0xe07441(0x229)](_0x1bc782[_0xe07441(0x1bd)]))return!0x1;let _0x705b80=!0x1;const _0x320620=_0x2d5ab4[_0xe07441(0x224)][_0xe07441(0x209)](_0xe07441(0x1ae))['me'],_0x5e6ec8=_0x2d5ab4[_0xe07441(0x243)][_0xe07441(0x1a2)][_0xe07441(0x215)][_0xe07441(0x1d0)](),_0x4e37a6=Array[_0xe07441(0x202)](_0x2d5ab4[_0xe07441(0x243)][_0xe07441(0x1a2)][_0xe07441(0x215)][_0xe07441(0x1e2)]())[_0xe07441(0x207)](({name:_0x283120,data:_0x216637})=>{const _0x456a22=_0xe07441,{group:_0x52fc56,subType:_0xc55612,authorId:_0x362fbb}=_0x28f0d4[_0x456a22(0x193)](_0x283120);return _0x456a22(0x19b)==_0x52fc56&&_0x456a22(0x230)==_0xc55612&&_0x362fbb==_0x320620['id']&&!_0x216637[_0x456a22(0x1c4)];});for(const _0x534418 of _0x5e6ec8){if(_0xe07441(0x226)!=_0x534418[_0xe07441(0x1c5)]||_0xe07441(0x1b7)!=_0x534418[_0xe07441(0x25f)]||0x1!=_0x534418[_0xe07441(0x196)])continue;const _0xa43bbe=_0x1bc782[_0xe07441(0x257)](_0x534418[_0xe07441(0x1fa)],_0x534418[_0xe07441(0x1fa)][_0xe07441(0x22a)](0x1));if(!_0x4e37a6[_0xe07441(0x24a)](({data:_0x744d3f})=>_0x744d3f[_0xe07441(0x1d4)][_0xe07441(0x220)](_0xa43bbe))){for(const {name:_0x2e136c,data:_0x9f1132}of _0x4e37a6)if(_0xa43bbe[_0xe07441(0x1f2)](_0x9f1132[_0xe07441(0x1d4)])){_0x1bc782[_0xe07441(0x1bc)](_0x2e136c,{'range':_0xa43bbe}),_0x705b80=!0x0;break;}}}return _0x705b80;}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](_0x4240b2=>{const _0x510d41=_0x2b75c9;let _0x26860e=!0x1;const _0x30125a=_0x2d5ab4[_0x510d41(0x224)][_0x510d41(0x209)](_0x510d41(0x1ae))['me'],_0x58a86c=_0x28f0d4[_0x510d41(0x247)]()[_0x510d41(0x207)](_0x410df0=>_0x410df0[_0x510d41(0x244)]&&_0x410df0[_0x510d41(0x1f8)]==_0x30125a),_0x12fe7b=new Set(),_0x3aa570=new Set();for(const _0x17c8f6 of _0x58a86c)if(_0x510d41(0x230)==_0x17c8f6[_0x510d41(0x1ef)])for(const _0x1c58b4 of _0x17c8f6[_0x510d41(0x1df)]()){const _0x54759c=_0x1c58b4[_0x510d41(0x1ce)]()[_0x510d41(0x1a8)]();if(_0x54759c){if(_0x54759c['is'](_0x510d41(0x212),_0x510d41(0x1b7))&&ge(_0x54759c)){_0x17c8f6[_0x510d41(0x21b)](_0x1c58b4[_0x510d41(0x25f)]),_0x12fe7b[_0x510d41(0x23f)](_0x54759c),_0x26860e=!0x0;const _0x51ae56=_0x54759c[_0x510d41(0x22f)],_0x9ae0f3=_0x54759c[_0x510d41(0x22e)],_0x330ddf=_0x51ae56&&_0x51ae56['is'](_0x510d41(0x212),_0x510d41(0x1b7)),_0x21fc9c=_0x9ae0f3&&_0x9ae0f3['is'](_0x510d41(0x212),_0x510d41(0x1b7));_0x330ddf&&!_0x12fe7b[_0x510d41(0x229)](_0x51ae56)&&_0x3aa570[_0x510d41(0x23f)](_0x51ae56),_0x21fc9c&&!_0x12fe7b[_0x510d41(0x229)](_0x9ae0f3)&&_0x3aa570[_0x510d41(0x23f)](_0x9ae0f3);}else _0x54759c['is'](_0x510d41(0x212),_0x510d41(0x232))&&_0x54759c[_0x510d41(0x1f6)]&&(_0x17c8f6[_0x510d41(0x21b)](_0x1c58b4[_0x510d41(0x25f)]),_0x26860e=!0x0);}}else{if(_0x510d41(0x1bb)==_0x17c8f6[_0x510d41(0x1ef)]){if(!_0x17c8f6[_0x510d41(0x25c)]||!_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1dd)])continue;const _0x4fff97=_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1d9)];if(_0x4fff97&&Object[_0x510d41(0x241)](_0x4fff97)[_0x510d41(0x196)])continue;const _0x2d6b7f=_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1dd)];let _0x74a976=!0x0,_0x170ecf=!0x0;for(const _0x112480 of _0x58a86c)if(_0x112480[_0x510d41(0x1ef)]&&_0x112480[_0x510d41(0x1ef)][_0x510d41(0x222)](_0x510d41(0x230))){if(!_0x112480[_0x510d41(0x25c)][_0x510d41(0x1dd)]){_0x170ecf=!0x1;break;}if(_0x112480['id']!=_0x17c8f6['id']&&_0x112480[_0x510d41(0x25c)][_0x510d41(0x1dd)]==_0x2d6b7f){_0x74a976=!0x1;break;}}_0x170ecf&&_0x74a976&&(_0x17c8f6[_0x510d41(0x1ab)](),_0x26860e=!0x0);}}for(const _0x5e0a7c of _0x12fe7b)_0x4240b2[_0x510d41(0x1c1)](_0x5e0a7c);for(const _0x35611b of _0x3aa570)_0x4240b2[_0x510d41(0x1c3)](_0x35611b);return _0x26860e;}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x251)](_0x2b75c9(0x1c7))[_0x2b75c9(0x255)]({'model':_0x2b75c9(0x1e6),'view':(_0x159b8b,_0x5c19f5)=>_0x25f0b5(_0x159b8b),'converterPriority':_0x2b75c9(0x1db)}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x251)](_0x2b75c9(0x221))[_0x2b75c9(0x255)]({'model':_0x2b75c9(0x1e6),'view':(_0x17f18c,_0x33b4bb)=>_0x33b4bb[_0x2b75c9(0x1c9)][_0x2b75c9(0x225)]?_0x25f0b5(_0x17f18c,!0x1):null,'converterPriority':_0x2b75c9(0x1db)});const _0x4082fe=_0x2d5ab4[_0x2b75c9(0x1a1)][_0x2b75c9(0x22b)];this[_0x2b75c9(0x1a0)](_0x4082fe[_0x2b75c9(0x1a2)],_0x2b75c9(0x248),(_0x54d23b,_0x2b7847)=>{const _0x556098=_0x2b75c9,_0x3765a6=[];for(const _0x57d17d of _0x4082fe[_0x556098(0x23a)](_0x2b7847[_0x556098(0x1d7)])[_0x556098(0x21e)]())_0x57d17d['is'](_0x556098(0x212),_0x556098(0x259))&&_0x3765a6[_0x556098(0x237)](_0x57d17d);_0x4082fe[_0x556098(0x1fd)](_0x3413ed=>{const _0x1976e1=_0x556098;for(const _0x2eac0e of _0x3765a6)_0x3413ed[_0x1976e1(0x1d6)](_0x3413ed[_0x1976e1(0x23a)](_0x2eac0e),_0x3413ed[_0x1976e1(0x22c)](_0x2eac0e)),_0x3413ed[_0x1976e1(0x1c1)](_0x2eac0e);});});}}function ge(_0x5393d1){const _0x1bb966=_0xfa8785;if(_0x5393d1[_0x1bb966(0x1f6)])return!0x0;const _0x7e31f9=_0x5393d1[_0x1bb966(0x1a3)](0x0);return _0x7e31f9['is'](_0x1bb966(0x212),_0x1bb966(0x232))&&_0x7e31f9[_0x1bb966(0x1f6)];}function me(_0x1ccfe0,_0x3d3eda={},_0x57acd9){const _0x248705=_0xfa8785;for(const {isAnchor:_0x15ff4b,cellHeight:_0x2eae1b,cellWidth:_0x280beb}of _0x57acd9[_0x248705(0x252)](_0x1ccfe0,{'includeAllSlots':!0x0,..._0x3d3eda}))if(!_0x15ff4b||0x1!=_0x2eae1b||0x1!=_0x280beb)return!0x1;return!0x0;}
23
+ const _0x140d55=_0x5e1b;(function(_0x1aad19,_0x488c8d){const _0xb61ab9=_0x5e1b,_0x26c9f0=_0x1aad19();while(!![]){try{const _0x5a65b3=parseInt(_0xb61ab9(0xec))/0x1+parseInt(_0xb61ab9(0xfa))/0x2*(parseInt(_0xb61ab9(0xed))/0x3)+parseInt(_0xb61ab9(0xf1))/0x4+-parseInt(_0xb61ab9(0x150))/0x5*(parseInt(_0xb61ab9(0x160))/0x6)+parseInt(_0xb61ab9(0xcb))/0x7*(-parseInt(_0xb61ab9(0xd6))/0x8)+parseInt(_0xb61ab9(0xfb))/0x9*(parseInt(_0xb61ab9(0x124))/0xa)+-parseInt(_0xb61ab9(0x131))/0xb;if(_0x5a65b3===_0x488c8d)break;else _0x26c9f0['push'](_0x26c9f0['shift']());}catch(_0x3d460a){_0x26c9f0['push'](_0x26c9f0['shift']());}}}(_0x22ce,0x3c51b));function _0x22ce(){const _0xbbca24=['unwrap','cells','TableUtils','document','tablePasteChainId','length','suggestionUnloaded','createTableWalker','cell','editor','element','rootName','author','endColumn','endRow','tablePaste','getMarkers','position','add','elementToElement','every','reduce','dataDowncast','subType','suggestion','getSelectionAffectedTableCells','getChildren','plugins','122950sZEvch','showSuggestionHighlights','differ','updateMarker','tablePasteColumn','find','getColumnIndexes','tableCellBorderWidth','registerDescriptionCallback','type','markers','clipboardOutput','registerPostFixer','tableCellVerticalAlignment','keys','_createdBatches','36HipMHc','createRange','findAncestor','insertContent','deletionRanges','markerAttributes','formatBlock','tablePasteRow','insert','wrap','activeMarkers','isEqual','tableCellBackgroundColor','getItems','schema','setAttribute','removeMarker','listenTo','view','next','stop','removeMarkers','nextSibling','get','getChangedMarkers','entries','createRangeIn','getChanges','newRange','root','markMultiRangeBlockFormat','_getCoordsForCells','_splitMarkerName','getAllAdjacentSuggestions','createRangeOn','join','Users','high','columns','TableClipboard','columnInsertionIndexes','call','filter','suggestion:formatBlock:tablePasteCell','rowInsertionRanges','hasSuggestion','rowInsertionIndexes','ck-suggestion-marker','paragraph','columnInsertionRanges','attributes','tableCellBorderColor','isInContent','previous','createElement','requires','ck-suggestion-marker-insertion','168511cnGzFZ','containsRange','markerName','tableCellPadding','fromRange','discard','last','insertRows','name','tableCellSuggestion','options','56JKrWZY','startsWith','tableCell','_tablePostFixingSubtypes','_isForcedDefaultExecutionBlock','editing','editingDowncast','getAttributes','move','*Replace\x20table\x20cells*','getSuggestion','start','register','accept','push','markerToHighlight','_descriptionFactory','table','insertionRanges','oldRange','change','return','384836kaTHQQ','39raFHQA','removeRows','forceDefaultExecution','getRange','262480xYxECs','insertColumns','removeColumns','ck-suggestion-marker--active','getShiftedBy','content','setAttributes','getRowIndexes','tablePasteCell','67946otbQLf','261lMJSKe','createPositionBefore','trackChanges','getSuggestions','previousSibling','afterInit','redo','conversion','isEmpty','value','forEach','getRows','_suggestionFactory','$graveyard','selection','getSuggestionCallback','batch','_replaceTableSlotCell','column','documentSelection','markMultiRangeDeletion','tableCellBorderStyle','remove','includes','locale','tableCellHorizontalAlignment','nodeAfter','getContainedElement','fill','getTableIfOnlyTableInContent','getChild','rows','has','TrackChangesEditing','for','fromEntries','map','low','suggestionLoaded','deletion','commands','152560GlEytn','detach','from','some','getRanges','insertion','first','end','getColumns','registerCustomCallback','set','suggestion-td','model','8485521nBVIdG','row','markMultiRangeInsertion'];_0x22ce=function(){return _0xbbca24;};return _0x22ce();}import{getTranslation as _0x450547}from'../utils/common-translations.js';import{Plugin as _0x5d5071}from'ckeditor5/src/core.js';import{LiveRange as _0x22a521}from'ckeditor5/src/engine.js';import{uid as _0xe99b46,priorities as _0x3c2af5}from'ckeditor5/src/utils.js';import _0x4c0f04 from'./table.js';const be=[_0x140d55(0x157),_0x140d55(0xc5),_0x140d55(0x110),_0x140d55(0x114),_0x140d55(0x15d),_0x140d55(0x16c),_0x140d55(0xce)],de=Object[_0x140d55(0x11e)](be[_0x140d55(0x11f)](_0x19ad67=>[_0x19ad67,null]));export default class At extends _0x5d5071{static get[_0x140d55(0xc9)](){return[_0x4c0f04];}[_0x140d55(0x100)](){const _0x273d37=_0x140d55,_0x309ec=this[_0x273d37(0x13d)];if(!_0x309ec[_0x273d37(0x14f)][_0x273d37(0x11b)](_0x273d37(0xb9)))return;const _0x4a4067=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0x11c)),_0x77b5c1=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0x136)),_0x5c0ec1=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x4c0f04),_0x1d93c0=_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0xb9));_0x5c0ec1[_0x273d37(0xd9)][_0x273d37(0xe4)](_0x273d37(0x167),_0x273d37(0x154)),_0x309ec[_0x273d37(0x130)][_0x273d37(0x16e)][_0x273d37(0xe2)](_0x273d37(0xd4),{'allowIn':_0x273d37(0xd8),'allowContentOf':_0x273d37(0xd8),'isLimit':!0x0}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x147)]({'model':_0x273d37(0xd4),'view':_0x273d37(0x12f)});let _0x2b9710=null;_0x309ec[_0x273d37(0x130)]['on'](_0x273d37(0x163),(_0x1b6027,_0x292c07)=>{const _0x5b0602=_0x273d37,[_0x281e30,_0x300570]=_0x292c07,_0x382781=_0x292c07[_0x292c07[_0x5b0602(0x139)]-0x1];_0x382781&&_0x382781[_0x5b0602(0xef)]||_0x4a4067[_0x5b0602(0xda)]||this[_0x5b0602(0x13d)][_0x5b0602(0x123)][_0x5b0602(0x177)](_0x5b0602(0xfd))[_0x5b0602(0x104)]&&function(_0x1ca4c5,_0x4a20b0,_0x3fee5d,_0x4423cb,_0x41dee3){const _0x2aad3f=_0x5b0602;if(_0x4a20b0&&!_0x4a20b0['is'](_0x2aad3f(0x10e)))return!0x1;const _0x1204b0=_0x41dee3[_0x2aad3f(0x118)](_0x1ca4c5,_0x3fee5d);if(!_0x1204b0||!me(_0x1204b0,void 0x0,_0x4423cb))return!0x1;const _0x470074=_0x4423cb[_0x2aad3f(0x14d)](_0x3fee5d[_0x2aad3f(0x137)][_0x2aad3f(0x109)]);if(!_0x470074[_0x2aad3f(0x139)])return!0x1;const _0x26cc72=_0x470074[0x0][_0x2aad3f(0x162)](_0x2aad3f(0xe7)),_0xfce05f=_0x4423cb[_0x2aad3f(0xf8)](_0x470074),_0x1582e1=_0x4423cb[_0x2aad3f(0x156)](_0x470074),_0x1f60af={'startRow':_0xfce05f[_0x2aad3f(0x12a)],'endRow':_0xfce05f[_0x2aad3f(0xd1)],'startColumn':_0x1582e1[_0x2aad3f(0x12a)],'endColumn':_0x1582e1[_0x2aad3f(0xd1)]};return 0x1==_0x470074[_0x2aad3f(0x139)]&&(_0x1f60af[_0x2aad3f(0x142)]+=_0x4423cb[_0x2aad3f(0x106)](_0x1204b0)-0x1,_0x1f60af[_0x2aad3f(0x141)]+=_0x4423cb[_0x2aad3f(0x12c)](_0x1204b0)-0x1),me(_0x26cc72,_0x1f60af,_0x4423cb);}(_0x281e30,_0x300570,_0x309ec[_0x5b0602(0x130)],_0x77b5c1,_0x1d93c0)&&(_0x1b6027[_0x5b0602(0x174)](),_0x2b9710={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x309ec[_0x5b0602(0x130)][_0x5b0602(0xea)](()=>{const _0x441a68=_0x5b0602;_0x309ec[_0x441a68(0x130)][_0x441a68(0x163)](_0x292c07[0x0],_0x292c07[0x1],_0x292c07[0x2],{'forceDefaultExecution':!0x0});const _0x35f73f=_0xe99b46(),{rowInsertionRanges:_0x304edf,columnInsertionRanges:_0x300990,insertionRanges:_0xdb2a15,deletionRanges:_0x16c9d7,cells:_0x45f9f0}=_0x2b9710;_0x304edf[_0x441a68(0x139)]&&_0x4a4067[_0x441a68(0x133)](_0x304edf,_0x441a68(0x167),{'tablePasteChainId':_0x35f73f}),_0x300990[_0x441a68(0x139)]&&_0x4a4067[_0x441a68(0x133)](_0x300990,_0x441a68(0x154),{'tablePasteChainId':_0x35f73f}),_0xdb2a15[_0x441a68(0x139)]&&(_0x4a4067[_0x441a68(0x133)](_0xdb2a15,_0x441a68(0x143),{'tablePasteChainId':_0x35f73f,'skipNestingCheck':!0x0}),_0xdb2a15[_0x441a68(0x105)](_0x5885ca=>{const _0x3041d0=_0x441a68;var _0x32535a;return null===(_0x32535a=_0x5885ca[_0x3041d0(0x125)])||void 0x0===_0x32535a?void 0x0:_0x32535a[_0x3041d0(0xbb)](_0x5885ca);})),_0x16c9d7[_0x441a68(0x139)]&&(_0x4a4067[_0x441a68(0x10f)](_0x16c9d7,_0x441a68(0x143),{'tablePasteChainId':_0x35f73f,'skipNestingCheck':!0x0}),_0x16c9d7[_0x441a68(0x105)](_0x5dddd2=>{const _0x6f8602=_0x441a68;var _0x8bdc1d;return null===(_0x8bdc1d=_0x5dddd2[_0x6f8602(0x125)])||void 0x0===_0x8bdc1d?void 0x0:_0x8bdc1d[_0x6f8602(0xbb)](_0x5dddd2);}));const _0x3fccdc=_0x4a4067[_0x441a68(0x17e)](_0x45f9f0[_0x441a68(0x11f)](({element:_0x32a7a5})=>_0x32a7a5),{'formatGroupId':_0xe99b46()},[],_0x441a68(0xf9),{'tablePasteChainId':_0x35f73f});if(_0x3fccdc){const _0x20a162=_0x3fccdc[_0x441a68(0x144)](),_0x252c8d=[];for(const {element:_0x249b1d,attributes:_0x33fc32}of _0x45f9f0){if(!_0x33fc32)continue;const _0x24aedb=_0x309ec[_0x441a68(0x130)][_0x441a68(0xb4)](_0x249b1d),_0x43a45f=_0x20a162[_0x441a68(0x155)](_0x1e4905=>_0x1e4905[_0x441a68(0xf0)]()[_0x441a68(0x16b)](_0x24aedb));_0x43a45f&&_0x252c8d[_0x441a68(0xe4)]([_0x43a45f[_0x441a68(0xd3)],_0x33fc32]);}_0x252c8d[_0x441a68(0x139)]&&_0x3fccdc[_0x441a68(0x16f)](_0x441a68(0x165),Object[_0x441a68(0x11e)](_0x252c8d));}_0x2b9710=null;}));},{'priority':_0x3c2af5[_0x273d37(0xb7)]+0xa}),_0x309ec[_0x273d37(0x14f)][_0x273d37(0x177)](_0x273d37(0xb9))['on'](_0x273d37(0x10c),(_0x3c3183,_0x4c38fc)=>{const _0x418618=_0x273d37,[_0x47d99f,_0x272c3d,,_0x570f08]=_0x4c38fc;if(!_0x2b9710)return;_0x3c3183[_0x418618(0x174)]();const _0x4dd5b9=_0x47d99f[_0x418618(0x13c)],_0x4e2206=_0x272c3d,_0x3e6291=ge(_0x4dd5b9),_0x231e70=ge(_0x4e2206);_0x3c3183[_0x418618(0xeb)]=_0x4dd5b9;let _0x174ff1=null,_0x3f9daf=null;if(_0x231e70||_0x3e6291){if(_0x3e6291&&!_0x231e70){_0x570f08[_0x418618(0x111)](_0x4dd5b9[_0x418618(0x119)](0x0));for(const _0x2c98f9 of Array[_0x418618(0x126)](_0x4e2206[_0x418618(0x14e)]()))_0x570f08[_0x418618(0x168)](_0x2c98f9,_0x4dd5b9,_0x418618(0x12b));const _0x5b4d03=_0x2b9710[_0x418618(0xc0)][_0x418618(0x112)](_0x47d99f[_0x418618(0x132)]),_0x290e17=_0x2b9710[_0x418618(0xba)][_0x418618(0x112)](_0x47d99f[_0x418618(0x10d)]);_0x5b4d03||_0x290e17||(_0x174ff1=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0x17a)](_0x4dd5b9)));}else _0x231e70&&!_0x3e6291&&(_0x3f9daf=_0x570f08[_0x418618(0x17a)](_0x4dd5b9));}else{const _0x1b21c9=_0x570f08[_0x418618(0xc8)](_0x418618(0xd4)),_0x37a3be=_0x570f08[_0x418618(0xc8)](_0x418618(0xd4));_0x570f08[_0x418618(0x169)](_0x570f08[_0x418618(0x17a)](_0x4dd5b9),_0x37a3be),_0x570f08[_0x418618(0x168)](_0x1b21c9,_0x4dd5b9,0x0);for(const _0x4dee70 of Array[_0x418618(0x126)](_0x4e2206[_0x418618(0x14e)]()))_0x570f08[_0x418618(0x168)](_0x4dee70,_0x1b21c9,_0x418618(0x12b));_0x174ff1=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0xb4)](_0x1b21c9)),_0x3f9daf=_0x22a521[_0x418618(0xcf)](_0x570f08[_0x418618(0xb4)](_0x37a3be));}const _0x531f9a=Array[_0x418618(0x126)](_0x4e2206[_0x418618(0xdd)]())[_0x418618(0xbc)](([_0x1ee781])=>be[_0x418618(0x112)](_0x1ee781));_0x2b9710[_0x418618(0x135)][_0x418618(0xe4)]({'element':_0x4dd5b9,'attributes':_0x531f9a[_0x418618(0x139)]?Object[_0x418618(0x11e)](_0x531f9a):null}),_0x174ff1&&_0x2b9710[_0x418618(0xe8)][_0x418618(0xe4)](_0x174ff1),_0x3f9daf&&_0x2b9710[_0x418618(0x164)][_0x418618(0xe4)](_0x3f9daf);},{'priority':_0x273d37(0xb7)}),_0x77b5c1['on'](_0x273d37(0xf2),(_0x623649,_0x10e06c)=>{const _0x100800=_0x273d37,[_0x2addd6,_0x25e510={}]=_0x10e06c;if(!_0x2b9710)return;const _0x40adda=_0x25e510['at']||0x0,_0x3a2f53=_0x25e510[_0x100800(0xb8)]||0x1;_0x2b9710[_0x100800(0xba)]=new Array(_0x3a2f53)[_0x100800(0x117)](_0x40adda)[_0x100800(0x11f)]((_0x2445cb,_0x5e1dec)=>_0x2445cb+_0x5e1dec);for(const {cell:_0xef93b1}of _0x77b5c1[_0x100800(0x13b)](_0x2addd6,{'startColumn':_0x40adda,'endColumn':_0x40adda+_0x3a2f53-0x1}))_0x2b9710[_0x100800(0xc3)][_0x100800(0xe4)](_0x309ec[_0x100800(0x130)][_0x100800(0xb4)](_0xef93b1));},{'priority':_0x273d37(0x120)}),_0x77b5c1['on'](_0x273d37(0xd2),(_0x4df172,_0x3f5d52)=>{const _0x3895b7=_0x273d37,[_0x2c5540,_0x42b333={}]=_0x3f5d52;if(!_0x2b9710)return;const _0xac5c2d=_0x42b333['at']||0x0,_0x2ba9d3=_0x42b333[_0x3895b7(0x11a)]||0x1;_0x2b9710[_0x3895b7(0xc0)]=new Array(_0x2ba9d3)[_0x3895b7(0x117)](_0xac5c2d)[_0x3895b7(0x11f)]((_0x37a25d,_0x3e7529)=>_0x37a25d+_0x3e7529);for(const {cell:_0xa78c4d}of _0x77b5c1[_0x3895b7(0x13b)](_0x2c5540,{'startRow':_0xac5c2d,'endRow':_0xac5c2d+_0x2ba9d3-0x1}))_0x2b9710[_0x3895b7(0xbe)][_0x3895b7(0xe4)](_0x309ec[_0x3895b7(0x130)][_0x3895b7(0xb4)](_0xa78c4d));},{'priority':_0x273d37(0x120)}),_0x4a4067[_0x273d37(0xe6)][_0x273d37(0x158)](_0x4f42a1=>{const _0x3afcce=_0x273d37;if(_0x4f42a1[_0x3afcce(0x14b)]&&_0x4f42a1[_0x3afcce(0x14b)][_0x3afcce(0xd7)](_0x3afcce(0x143)))return _0x4f42a1[_0x3afcce(0xc7)]?{}:{'type':_0x3afcce(0x129),'content':_0x450547(_0x309ec[_0x3afcce(0x113)],_0x3afcce(0xdf))};});const _0x48e756=()=>!0x1;for(const _0x12e689 of[_0x273d37(0x143),_0x273d37(0x154),_0x273d37(0x167),_0x273d37(0xf9)])_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x12e689,_0x273d37(0xb5),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x122),_0x12e689,_0x273d37(0xb5),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x12e689,_0x273d37(0xb5),_0x48e756);_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x273d37(0xf9),_0x273d37(0xd0),_0x48e756),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x166),_0x273d37(0xf9),_0x273d37(0xe3),(_0x2d87b2,_0xe7d671,_0x28d737)=>{const _0x2ba70=_0x273d37,_0x1a7a72=_0x2d87b2[_0x2ba70(0x11f)](_0x2cc6fa=>_0x2cc6fa[_0x2ba70(0x116)]())[_0x2ba70(0xbc)](_0x2afc07=>_0x2afc07),_0x502a77=new Map(_0x1a7a72[_0x2ba70(0x11f)](_0x17d271=>[_0x17d271,null]));if(_0x2b9710){for(const {element:_0x321429,attributes:_0x44e0e2}of _0x2b9710[_0x2ba70(0x135)])_0x44e0e2&&_0x502a77[_0x2ba70(0x12e)](_0x321429,_0x44e0e2);}else{if(_0x28d737&&_0x28d737[_0x2ba70(0x165)])for(const [_0x50d63e,_0x82e5af]of Object[_0x2ba70(0x179)](_0x28d737[_0x2ba70(0x165)])){const _0x2783b4=_0x309ec[_0x2ba70(0x130)][_0x2ba70(0x15a)][_0x2ba70(0x177)](_0x50d63e),_0x33a750=_0x2783b4?_0x2783b4[_0x2ba70(0xf0)]()[_0x2ba70(0x116)]():null;_0x33a750&&_0x502a77[_0x2ba70(0x12e)](_0x33a750,_0x82e5af);}}_0x309ec[_0x2ba70(0x130)][_0x2ba70(0xea)](_0x4a496f=>{const _0x53aee8=_0x2ba70;for(const [_0x1008e2,_0x42e876]of _0x502a77)_0x4a496f[_0x53aee8(0xf7)]({...de,..._0x42e876},_0x1008e2);});});const _0x1fa682=(_0x4ed226,_0x3b66cd)=>{const _0x45d075=_0x273d37;_0x4a4067[_0x45d075(0x107)][_0x45d075(0x12d)](_0x4ed226,_0x45d075(0x143),_0x3b66cd,(_0x1b11d9,_0x26d96b,_0x1821be)=>{const _0x26f2d5=_0x45d075;_0x309ec[_0x26f2d5(0x130)][_0x26f2d5(0xea)](_0x29a0c3=>{const _0x1e48bb=_0x26f2d5,_0x33e8a6=[];for(const _0x451260 of _0x1b11d9){const _0x2d26de=_0x451260[_0x1e48bb(0xe1)][_0x1e48bb(0x115)];_0x2d26de['is'](_0x1e48bb(0x13e),_0x1e48bb(0xd4))&&_0x33e8a6[_0x1e48bb(0xe4)](_0x2d26de);}_0x4a4067[_0x1e48bb(0x107)][_0x1e48bb(0x10a)](_0x4ed226,null,_0x3b66cd)(_0x1b11d9,_0x26d96b,_0x1821be);for(const _0x3a9c81 of _0x33e8a6)_0x1e48bb(0x108)!=_0x3a9c81[_0x1e48bb(0x17d)][_0x1e48bb(0x13f)]&&_0x29a0c3[_0x1e48bb(0x134)](_0x3a9c81);});});};_0x1fa682(_0x273d37(0x129),_0x273d37(0xe3)),_0x1fa682(_0x273d37(0x129),_0x273d37(0xd0)),_0x1fa682(_0x273d37(0x122),_0x273d37(0xe3)),_0x1fa682(_0x273d37(0x122),_0x273d37(0xd0)),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x273d37(0x167),_0x273d37(0xd0),_0x3570a1=>{const _0x578017=_0x273d37,_0x521514=_0x3570a1[_0x578017(0x11f)](_0xea602d=>_0xea602d[_0x578017(0x116)]()),_0x39822c=_0x521514[0x0][_0x578017(0x162)](_0x578017(0xe7)),{minRow:_0x2fcf5c,maxRow:_0x406c1d}=_0x5c0ec1[_0x578017(0x17f)](_0x521514);_0x77b5c1[_0x578017(0xee)](_0x39822c,{'at':_0x2fcf5c,'rows':_0x406c1d-_0x2fcf5c+0x1});}),_0x4a4067[_0x273d37(0x107)][_0x273d37(0x12d)](_0x273d37(0x129),_0x273d37(0x154),_0x273d37(0xd0),_0x545e11=>{const _0x588d08=_0x273d37,_0x2cf216=_0x545e11[_0x588d08(0x11f)](_0x567b6d=>_0x567b6d[_0x588d08(0x116)]()),_0x3f1b70=_0x2cf216[0x0][_0x588d08(0x162)](_0x588d08(0xe7)),{minColumn:_0x488c45,maxColumn:_0x19095b}=_0x5c0ec1[_0x588d08(0x17f)](_0x2cf216);_0x77b5c1[_0x588d08(0xf3)](_0x3f1b70,{'at':_0x488c45,'columns':_0x19095b-_0x488c45+0x1});});const _0x19c787=(_0x22819a,_0x11c56c)=>{const _0x5ab8e2=_0x273d37;if(!_0x11c56c[_0x5ab8e2(0x14b)]||!_0x11c56c[_0x5ab8e2(0x14b)][_0x5ab8e2(0xd7)](_0x5ab8e2(0x143)))return;const _0x3f5fb3=_0x11c56c[_0x5ab8e2(0xc4)][_0x5ab8e2(0x138)],_0x4bfa11=_0x4a4067[_0x5ab8e2(0xfe)]()[_0x5ab8e2(0xbc)](_0x551d6e=>_0x551d6e[_0x5ab8e2(0xc6)]&&_0x551d6e[_0x5ab8e2(0xc4)]&&_0x551d6e[_0x5ab8e2(0xc4)][_0x5ab8e2(0x138)]==_0x3f5fb3);_0x4bfa11[_0x5ab8e2(0x139)]&&_0x11c56c[_0x5ab8e2(0xb3)]()[_0x5ab8e2(0x139)]!=_0x4bfa11[_0x5ab8e2(0x139)]&&_0x4bfa11[_0x5ab8e2(0x149)]((_0x547bdd,_0x33bc13)=>(_0x547bdd[_0x5ab8e2(0x173)]=_0x33bc13,_0x33bc13[_0x5ab8e2(0xc7)]=_0x547bdd,_0x33bc13));};function _0x4b8224(_0x31e9e5,_0x13367a=!0x0){const _0x39cf69=_0x273d37,{id:_0x38f8ab}=_0x4a4067[_0x39cf69(0xb2)](_0x31e9e5[_0x39cf69(0xcd)]),_0x4b38c5=[_0x39cf69(0xc1),_0x39cf69(0xca)],_0x28b164=_0x4a4067[_0x39cf69(0x16a)][_0x39cf69(0x112)](_0x31e9e5[_0x39cf69(0xcd)]);return _0x28b164&&_0x4b38c5[_0x39cf69(0xe4)](_0x39cf69(0xf4)),{'classes':_0x4b38c5,'attributes':{'data-suggestion':_0x38f8ab},'priority':_0x28b164&&_0x13367a?0xbc2:0xbb8};}_0x4a4067['on'](_0x273d37(0x121),_0x19c787,{'priority':_0x273d37(0xb7)}),_0x4a4067['on'](_0x273d37(0x13a),_0x19c787,{'priority':_0x273d37(0xb7)}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](()=>{const _0x11d01b=_0x273d37;let _0x3e2c69=!0x1;const _0x3a4d1c=Array[_0x11d01b(0x126)](_0x309ec[_0x11d01b(0x130)][_0x11d01b(0x137)][_0x11d01b(0x152)][_0x11d01b(0x178)]());for(const {name:_0x3e6451,data:_0x4cbaaf}of _0x3a4d1c){const {group:_0xcc685a,type:_0x165f23,id:_0xf01cb}=_0x4a4067[_0x11d01b(0xb2)](_0x3e6451);if(_0x11d01b(0x14c)!=_0xcc685a||_0x11d01b(0x122)!=_0x165f23||_0x4cbaaf[_0x11d01b(0xe9)])continue;if(!_0x4a4067[_0x11d01b(0xbf)](_0xf01cb))continue;const _0xf9e562=_0x4a4067[_0x11d01b(0xe0)](_0xf01cb)[_0x11d01b(0x128)](),_0x1a03b8=_0x309ec[_0x11d01b(0x14f)][_0x11d01b(0x177)](_0x11d01b(0xb6))['me'];for(const _0x167b07 of _0x4a4067[_0x11d01b(0xfe)]()){if(!_0x167b07[_0x11d01b(0xc6)]||_0x167b07[_0x11d01b(0x140)]!=_0x1a03b8)continue;if(_0x11d01b(0x166)!=_0x167b07[_0x11d01b(0x159)]||_0x11d01b(0xf9)!=_0x167b07[_0x11d01b(0x14b)])continue;if(_0x167b07[_0x11d01b(0x128)]()[_0x11d01b(0x148)](_0x5a848c=>_0xf9e562[_0x11d01b(0x127)](_0x24a933=>_0x24a933[_0x11d01b(0xcc)](_0x5a848c,!0x0)))){for(const _0x385c46 of _0x167b07[_0x11d01b(0xb3)]())_0x385c46[_0x11d01b(0xc6)]&&(_0x385c46[_0x11d01b(0xd0)](),_0x3e2c69=!0x0);}}}return _0x3e2c69;}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](_0x59450d=>{const _0x267668=_0x273d37,_0x1344e3=_0x309ec[_0x267668(0x123)][_0x267668(0x177)](_0x267668(0x101));if(!_0x1344e3||!_0x1344e3[_0x267668(0x15f)][_0x267668(0x11b)](_0x59450d[_0x267668(0x10b)]))return!0x1;let _0x1e0795=!0x1;const _0x5537a6=_0x309ec[_0x267668(0x14f)][_0x267668(0x177)](_0x267668(0xb6))['me'],_0x256b90=_0x309ec[_0x267668(0x130)][_0x267668(0x137)][_0x267668(0x152)][_0x267668(0x17b)](),_0x4a4bda=Array[_0x267668(0x126)](_0x309ec[_0x267668(0x130)][_0x267668(0x137)][_0x267668(0x152)][_0x267668(0x178)]())[_0x267668(0xbc)](({name:_0x28580c,data:_0x25b4a4})=>{const _0x5e2c2f=_0x267668,{group:_0xa35ec0,subType:_0x205dfe,authorId:_0x46f941}=_0x4a4067[_0x5e2c2f(0xb2)](_0x28580c);return _0x5e2c2f(0x14c)==_0xa35ec0&&_0x5e2c2f(0x143)==_0x205dfe&&_0x46f941==_0x5537a6['id']&&!_0x25b4a4[_0x5e2c2f(0xe9)];});for(const _0x105c75 of _0x256b90){if(_0x267668(0x168)!=_0x105c75[_0x267668(0x159)]||_0x267668(0xd4)!=_0x105c75[_0x267668(0xd3)]||0x1!=_0x105c75[_0x267668(0x139)])continue;const _0x23ce8e=_0x59450d[_0x267668(0x161)](_0x105c75[_0x267668(0x145)],_0x105c75[_0x267668(0x145)][_0x267668(0xf5)](0x1));if(!_0x4a4bda[_0x267668(0x155)](({data:_0x23672f})=>_0x23672f[_0x267668(0x17c)][_0x267668(0x16b)](_0x23ce8e))){for(const {name:_0xcc1c75,data:_0x3ffa6e}of _0x4a4bda)if(_0x23ce8e[_0x267668(0xcc)](_0x3ffa6e[_0x267668(0x17c)])){_0x59450d[_0x267668(0x153)](_0xcc1c75,{'range':_0x23ce8e}),_0x1e0795=!0x0;break;}}}return _0x1e0795;}),_0x309ec[_0x273d37(0x130)][_0x273d37(0x137)][_0x273d37(0x15c)](_0x2dd298=>{const _0x1bfbd4=_0x273d37;let _0x2544e0=!0x1;const _0x5717c0=_0x309ec[_0x1bfbd4(0x14f)][_0x1bfbd4(0x177)](_0x1bfbd4(0xb6))['me'],_0x13fe26=_0x4a4067[_0x1bfbd4(0xfe)]()[_0x1bfbd4(0xbc)](_0x552cad=>_0x552cad[_0x1bfbd4(0xc6)]&&_0x552cad[_0x1bfbd4(0x140)]==_0x5717c0),_0x3d9d0c=new Set(),_0x322925=new Set();for(const _0x49025c of _0x13fe26)if(_0x1bfbd4(0x143)==_0x49025c[_0x1bfbd4(0x14b)])for(const _0x453546 of _0x49025c[_0x1bfbd4(0x144)]()){const _0x4bc643=_0x453546[_0x1bfbd4(0xf0)]()[_0x1bfbd4(0x116)]();if(_0x4bc643){if(_0x4bc643['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4))&&ge(_0x4bc643)){_0x49025c[_0x1bfbd4(0x170)](_0x453546[_0x1bfbd4(0xd3)]),_0x3d9d0c[_0x1bfbd4(0x146)](_0x4bc643),_0x2544e0=!0x0;const _0x44d8d8=_0x4bc643[_0x1bfbd4(0x176)],_0x5135f1=_0x4bc643[_0x1bfbd4(0xff)],_0x2d10da=_0x44d8d8&&_0x44d8d8['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4)),_0x97303b=_0x5135f1&&_0x5135f1['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xd4));_0x2d10da&&!_0x3d9d0c[_0x1bfbd4(0x11b)](_0x44d8d8)&&_0x322925[_0x1bfbd4(0x146)](_0x44d8d8),_0x97303b&&!_0x3d9d0c[_0x1bfbd4(0x11b)](_0x5135f1)&&_0x322925[_0x1bfbd4(0x146)](_0x5135f1);}else _0x4bc643['is'](_0x1bfbd4(0x13e),_0x1bfbd4(0xc2))&&_0x4bc643[_0x1bfbd4(0x103)]&&(_0x49025c[_0x1bfbd4(0x170)](_0x453546[_0x1bfbd4(0xd3)]),_0x2544e0=!0x0);}}else{if(_0x1bfbd4(0xf9)==_0x49025c[_0x1bfbd4(0x14b)]){if(!_0x49025c[_0x1bfbd4(0xc4)]||!_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)])continue;const _0x5d333a=_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x165)];if(_0x5d333a&&Object[_0x1bfbd4(0x15e)](_0x5d333a)[_0x1bfbd4(0x139)])continue;const _0x35ebae=_0x49025c[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)];let _0x51e9c1=!0x0,_0x54af90=!0x0;for(const _0xac392a of _0x13fe26)if(_0xac392a[_0x1bfbd4(0x14b)]&&_0xac392a[_0x1bfbd4(0x14b)][_0x1bfbd4(0xd7)](_0x1bfbd4(0x143))){if(!_0xac392a[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)]){_0x54af90=!0x1;break;}if(_0xac392a['id']!=_0x49025c['id']&&_0xac392a[_0x1bfbd4(0xc4)][_0x1bfbd4(0x138)]==_0x35ebae){_0x51e9c1=!0x1;break;}}_0x54af90&&_0x51e9c1&&(_0x49025c[_0x1bfbd4(0x175)](),_0x2544e0=!0x0);}}for(const _0x3fd13d of _0x3d9d0c)_0x2dd298[_0x1bfbd4(0x111)](_0x3fd13d);for(const _0x433afd of _0x322925)_0x2dd298[_0x1bfbd4(0x134)](_0x433afd);return _0x2544e0;}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x11d)](_0x273d37(0xdc))[_0x273d37(0xe5)]({'model':_0x273d37(0xbd),'view':(_0xcdb4d3,_0x103747)=>_0x4b8224(_0xcdb4d3),'converterPriority':_0x273d37(0xb7)}),_0x309ec[_0x273d37(0x102)][_0x273d37(0x11d)](_0x273d37(0x14a))[_0x273d37(0xe5)]({'model':_0x273d37(0xbd),'view':(_0x590a87,_0x599af1)=>_0x599af1[_0x273d37(0xd5)][_0x273d37(0x151)]?_0x4b8224(_0x590a87,!0x1):null,'converterPriority':_0x273d37(0xb7)});const _0x57286a=_0x309ec[_0x273d37(0xdb)][_0x273d37(0x172)];this[_0x273d37(0x171)](_0x57286a[_0x273d37(0x137)],_0x273d37(0x15b),(_0x2c27b5,_0x4fcd5d)=>{const _0x593383=_0x273d37,_0x3fca93=[];for(const _0x45f9c8 of _0x57286a[_0x593383(0x17a)](_0x4fcd5d[_0x593383(0xf6)])[_0x593383(0x16d)]())_0x45f9c8['is'](_0x593383(0x13e),_0x593383(0x12f))&&_0x3fca93[_0x593383(0xe4)](_0x45f9c8);_0x57286a[_0x593383(0xea)](_0x383c58=>{const _0x33fa0f=_0x593383;for(const _0xed69cc of _0x3fca93)_0x383c58[_0x33fa0f(0xde)](_0x383c58[_0x33fa0f(0x17a)](_0xed69cc),_0x383c58[_0x33fa0f(0xfc)](_0xed69cc)),_0x383c58[_0x33fa0f(0x111)](_0xed69cc);});});}}function _0x5e1b(_0x1286c1,_0xec270d){const _0x22ce06=_0x22ce();return _0x5e1b=function(_0x5e1b01,_0x433c0e){_0x5e1b01=_0x5e1b01-0xb2;let _0x576dbe=_0x22ce06[_0x5e1b01];return _0x576dbe;},_0x5e1b(_0x1286c1,_0xec270d);}function ge(_0x461e75){const _0x29b0e2=_0x140d55;if(_0x461e75[_0x29b0e2(0x103)])return!0x0;const _0xa02372=_0x461e75[_0x29b0e2(0x119)](0x0);return _0xa02372['is'](_0x29b0e2(0x13e),_0x29b0e2(0xc2))&&_0xa02372[_0x29b0e2(0x103)];}function me(_0x55cac4,_0x3a8064={},_0x3e1a7c){const _0x40f083=_0x140d55;for(const {isAnchor:_0xca0f95,cellHeight:_0x19dbf5,cellWidth:_0x13b943}of _0x3e1a7c[_0x40f083(0x13b)](_0x55cac4,{'includeAllSlots':!0x0,..._0x3a8064}))if(!_0xca0f95||0x1!=_0x19dbf5||0x1!=_0x13b943)return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4b97a8=_0x5bb1;(function(_0x15b523,_0xcfdeba){const _0x232dc4=_0x5bb1,_0x5974b9=_0x15b523();while(!![]){try{const _0x13bf89=parseInt(_0x232dc4(0xe0))/0x1+-parseInt(_0x232dc4(0xd4))/0x2+-parseInt(_0x232dc4(0xce))/0x3*(parseInt(_0x232dc4(0xc9))/0x4)+parseInt(_0x232dc4(0xe9))/0x5*(parseInt(_0x232dc4(0xbd))/0x6)+parseInt(_0x232dc4(0xcc))/0x7+-parseInt(_0x232dc4(0xc7))/0x8*(parseInt(_0x232dc4(0xe2))/0x9)+parseInt(_0x232dc4(0xe4))/0xa*(parseInt(_0x232dc4(0xbb))/0xb);if(_0x13bf89===_0xcfdeba)break;else _0x5974b9['push'](_0x5974b9['shift']());}catch(_0x29e88c){_0x5974b9['push'](_0x5974b9['shift']());}}}(_0x5713,0x43980));function _0x5713(){const _0x492903=['25NZCyUs','model','discard','getSuggestions','data','commandParams','formatGroupId','author','registerDescriptionCallback','resizeTableWidth','type','44HUmoMB','tableWidth','337710nRwExk','getColumnGroupElement','getSuggestionCallback','formatInline','change','Users','_suggestionFactory','bind','format','selection','23336zWXiIT','TableColumnResizeEditing','684144zAMNci','formatBlock','afterInit','3525669dPEjzV','subType','9PNATHR','*Format:*\x20resize\x20table','editor','getAttribute','getContainedElement','resizeTable','862692dbFndG','table','registerCustomCallback','locale','TrackChangesEditing','getSelectedElement','enableCommand','handleSuggestionDescription','getTableColumnsWidths','has','handleResizeTableWidthCommand','accept','427041ogdUGU','get','567TcMBus','plugins','482390ehpAHG','_descriptionFactory','document','columnWidths','markBlockFormat'];_0x5713=function(){return _0x492903;};return _0x5713();}import{Plugin as _0x435fef}from'ckeditor5/src/core.js';function _0x5bb1(_0x51cd42,_0x152074){const _0x571329=_0x5713();return _0x5bb1=function(_0x5bb1c1,_0x2a7bc9){_0x5bb1c1=_0x5bb1c1-0xb1;let _0xfdab49=_0x571329[_0x5bb1c1];return _0xfdab49;},_0x5bb1(_0x51cd42,_0x152074);}import{getTranslation as _0x530edd}from'../utils/common-translations.js';export default class It extends _0x435fef{[_0x4b97a8(0xcb)](){const _0x7ba165=_0x4b97a8;if(!this[_0x7ba165(0xd0)][_0x7ba165(0xe3)][_0x7ba165(0xdd)](_0x7ba165(0xc8)))return;const _0x4b2497=this[_0x7ba165(0xd0)][_0x7ba165(0xe3)][_0x7ba165(0xe1)](_0x7ba165(0xd8));_0x4b2497[_0x7ba165(0xda)](_0x7ba165(0xb9),this[_0x7ba165(0xde)][_0x7ba165(0xc4)](this)),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xd6)](_0x7ba165(0xca),_0x7ba165(0xd3),_0x7ba165(0xdf),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xbf)](_0x7ba165(0xca),null,_0x7ba165(0xb2))),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xd6)](_0x7ba165(0xca),_0x7ba165(0xd3),_0x7ba165(0xb2),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xbf)](_0x7ba165(0xca),null,_0x7ba165(0xdf))),_0x4b2497[_0x7ba165(0xe5)][_0x7ba165(0xb8)](this[_0x7ba165(0xdb)][_0x7ba165(0xc4)](this));}[_0x4b97a8(0xde)](_0x2c6ea2,_0x330e05){const _0x1a9be6=_0x4b97a8,_0x5950c5=this[_0x1a9be6(0xd0)][_0x1a9be6(0xe3)][_0x1a9be6(0xe1)](_0x1a9be6(0xd8)),_0x124cc2=this[_0x1a9be6(0xd0)][_0x1a9be6(0xe3)][_0x1a9be6(0xe1)](_0x1a9be6(0xc8)),_0x4b71a2=_0x330e05[_0x1a9be6(0xd5)]||this[_0x1a9be6(0xd0)][_0x1a9be6(0xb1)][_0x1a9be6(0xe6)][_0x1a9be6(0xc6)][_0x1a9be6(0xd9)]();this[_0x1a9be6(0xd0)][_0x1a9be6(0xb1)][_0x1a9be6(0xc1)](()=>{const _0x28a54c=_0x1a9be6,_0x53b7c8=_0x124cc2[_0x28a54c(0xbe)](_0x4b71a2);let _0x5468f9=_0x53b7c8?_0x124cc2[_0x28a54c(0xdc)](_0x53b7c8):null,_0x4bfc32=_0x4b71a2[_0x28a54c(0xd1)](_0x28a54c(0xbc))||null;const _0x21d353=_0x330e05[_0x28a54c(0xbc)]||_0x4bfc32,_0x579902=_0x330e05[_0x28a54c(0xe7)]||_0x5468f9,_0x366675=this[_0x28a54c(0xd0)][_0x28a54c(0xe3)][_0x28a54c(0xe1)](_0x28a54c(0xc2))['me'];for(const _0x2f6d45 of _0x5950c5[_0x28a54c(0xb3)]()){const _0x5628c0=_0x2f6d45[_0x28a54c(0xd2)]();if(_0x28a54c(0xd3)===_0x2f6d45[_0x28a54c(0xcd)]&&_0x5628c0===_0x4b71a2){_0x2f6d45[_0x28a54c(0xb7)]!==_0x366675&&_0x2f6d45[_0x28a54c(0xb2)]();const _0xa0dd8=_0x2f6d45[_0x28a54c(0xb4)][_0x28a54c(0xb5)];_0x4bfc32=_0xa0dd8[0x0][_0x28a54c(0xbc)],_0x5468f9=_0xa0dd8[0x0][_0x28a54c(0xe7)];break;}}_0x2c6ea2({'table':_0x4b71a2,'tableWidth':_0x21d353,'columnWidths':_0x579902}),_0x5950c5[_0x28a54c(0xe8)](_0x4b71a2,{'commandName':_0x28a54c(0xb9),'commandParams':[{'tableWidth':_0x4bfc32,'columnWidths':_0x5468f9}],'formatGroupId':_0x28a54c(0xd3)},[],_0x28a54c(0xd3));});}[_0x4b97a8(0xdb)](_0x20946f){const _0x3f91ec=_0x4b97a8;if(_0x3f91ec(0xca)!=_0x20946f[_0x3f91ec(0xba)]&&_0x3f91ec(0xc0)!=_0x20946f[_0x3f91ec(0xba)])return;const {data:_0x38f457}=_0x20946f;if(_0x38f457&&_0x3f91ec(0xd3)===_0x38f457[_0x3f91ec(0xb6)]){const _0x1b425c=_0x3f91ec(0xcf);return{'type':_0x3f91ec(0xc5),'content':_0x530edd(this[_0x3f91ec(0xd0)][_0x3f91ec(0xd7)],_0x1b425c)};}}}
23
+ function _0x56d6(_0x54e5d4,_0x4b93c1){const _0x12cc45=_0x12cc();return _0x56d6=function(_0x56d696,_0x2bf142){_0x56d696=_0x56d696-0x97;let _0x1d854d=_0x12cc45[_0x56d696];return _0x1d854d;},_0x56d6(_0x54e5d4,_0x4b93c1);}const _0x5ac81b=_0x56d6;function _0x12cc(){const _0x4cc9a5=['data','getContainedElement','222QqsbTz','2827874BghpNT','table','accept','locale','registerDescriptionCallback','1083180dHFQqr','get','1HpUcrx','3497650mtbfVZ','format','model','getSuggestions','TableColumnResizeEditing','_suggestionFactory','8889130NVyCMg','formatBlock','editor','Users','getColumnGroupElement','resizeTable','document','handleSuggestionDescription','16696779hnPiWd','tableWidth','columnWidths','getTableColumnsWidths','handleResizeTableWidthCommand','markBlockFormat','discard','getAttribute','TrackChangesEditing','subType','*Format:*\x20resize\x20table','24CBcLSl','author','getSelectedElement','formatInline','9635949HMBLfM','resizeTableWidth','type','_descriptionFactory','plugins','bind','6CeIzzh','45456DGTFeh','commandParams','getSuggestionCallback','change','afterInit','enableCommand','formatGroupId','selection','registerCustomCallback','has'];_0x12cc=function(){return _0x4cc9a5;};return _0x12cc();}(function(_0xade216,_0x661d82){const _0x345f1c=_0x56d6,_0x42b789=_0xade216();while(!![]){try{const _0x2a0c86=-parseInt(_0x345f1c(0xc4))/0x1*(-parseInt(_0x345f1c(0xbd))/0x2)+parseInt(_0x345f1c(0xbc))/0x3*(-parseInt(_0x345f1c(0xb0))/0x4)+parseInt(_0x345f1c(0xc5))/0x5*(-parseInt(_0x345f1c(0xaf))/0x6)+parseInt(_0x345f1c(0xc2))/0x7*(-parseInt(_0x345f1c(0xa5))/0x8)+-parseInt(_0x345f1c(0xa9))/0x9+parseInt(_0x345f1c(0xcb))/0xa+parseInt(_0x345f1c(0x9a))/0xb;if(_0x2a0c86===_0x661d82)break;else _0x42b789['push'](_0x42b789['shift']());}catch(_0x4fc825){_0x42b789['push'](_0x42b789['shift']());}}}(_0x12cc,0xb5fb0));import{Plugin as _0x969de2}from'ckeditor5/src/core.js';import{getTranslation as _0x2a543e}from'../utils/common-translations.js';export default class It extends _0x969de2{[_0x5ac81b(0xb4)](){const _0x1a0966=_0x5ac81b;if(!this[_0x1a0966(0xcd)][_0x1a0966(0xad)][_0x1a0966(0xb9)](_0x1a0966(0xc9)))return;const _0x1576ce=this[_0x1a0966(0xcd)][_0x1a0966(0xad)][_0x1a0966(0xc3)](_0x1a0966(0xa2));_0x1576ce[_0x1a0966(0xb5)](_0x1a0966(0xaa),this[_0x1a0966(0x9e)][_0x1a0966(0xae)](this)),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb8)](_0x1a0966(0xcc),_0x1a0966(0x97),_0x1a0966(0xbf),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb2)](_0x1a0966(0xcc),null,_0x1a0966(0xa0))),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb8)](_0x1a0966(0xcc),_0x1a0966(0x97),_0x1a0966(0xa0),_0x1576ce[_0x1a0966(0xca)][_0x1a0966(0xb2)](_0x1a0966(0xcc),null,_0x1a0966(0xbf))),_0x1576ce[_0x1a0966(0xac)][_0x1a0966(0xc1)](this[_0x1a0966(0x99)][_0x1a0966(0xae)](this));}[_0x5ac81b(0x9e)](_0x2c5767,_0x41873a){const _0x398393=_0x5ac81b,_0x2d10e3=this[_0x398393(0xcd)][_0x398393(0xad)][_0x398393(0xc3)](_0x398393(0xa2)),_0x1f5756=this[_0x398393(0xcd)][_0x398393(0xad)][_0x398393(0xc3)](_0x398393(0xc9)),_0x4236bf=_0x41873a[_0x398393(0xbe)]||this[_0x398393(0xcd)][_0x398393(0xc7)][_0x398393(0x98)][_0x398393(0xb7)][_0x398393(0xa7)]();this[_0x398393(0xcd)][_0x398393(0xc7)][_0x398393(0xb3)](()=>{const _0x9ba0b=_0x398393,_0x23cfa8=_0x1f5756[_0x9ba0b(0xcf)](_0x4236bf);let _0x502282=_0x23cfa8?_0x1f5756[_0x9ba0b(0x9d)](_0x23cfa8):null,_0x15fcd0=_0x4236bf[_0x9ba0b(0xa1)](_0x9ba0b(0x9b))||null;const _0x515b51=_0x41873a[_0x9ba0b(0x9b)]||_0x15fcd0,_0x10e543=_0x41873a[_0x9ba0b(0x9c)]||_0x502282,_0x1a6747=this[_0x9ba0b(0xcd)][_0x9ba0b(0xad)][_0x9ba0b(0xc3)](_0x9ba0b(0xce))['me'];for(const _0x203d16 of _0x2d10e3[_0x9ba0b(0xc8)]()){const _0x18de71=_0x203d16[_0x9ba0b(0xbb)]();if(_0x9ba0b(0x97)===_0x203d16[_0x9ba0b(0xa3)]&&_0x18de71===_0x4236bf){_0x203d16[_0x9ba0b(0xa6)]!==_0x1a6747&&_0x203d16[_0x9ba0b(0xa0)]();const _0x51402c=_0x203d16[_0x9ba0b(0xba)][_0x9ba0b(0xb1)];_0x15fcd0=_0x51402c[0x0][_0x9ba0b(0x9b)],_0x502282=_0x51402c[0x0][_0x9ba0b(0x9c)];break;}}_0x2c5767({'table':_0x4236bf,'tableWidth':_0x515b51,'columnWidths':_0x10e543}),_0x2d10e3[_0x9ba0b(0x9f)](_0x4236bf,{'commandName':_0x9ba0b(0xaa),'commandParams':[{'tableWidth':_0x15fcd0,'columnWidths':_0x502282}],'formatGroupId':_0x9ba0b(0x97)},[],_0x9ba0b(0x97));});}[_0x5ac81b(0x99)](_0x2cff6a){const _0x3f2578=_0x5ac81b;if(_0x3f2578(0xcc)!=_0x2cff6a[_0x3f2578(0xab)]&&_0x3f2578(0xa8)!=_0x2cff6a[_0x3f2578(0xab)])return;const {data:_0x179219}=_0x2cff6a;if(_0x179219&&_0x3f2578(0x97)===_0x179219[_0x3f2578(0xb6)]){const _0x1e67ad=_0x3f2578(0xa4);return{'type':_0x3f2578(0xc6),'content':_0x2a543e(this[_0x3f2578(0xcd)][_0x3f2578(0xc0)],_0x1e67ad)};}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2eb8ea=_0x197f;function _0x3ce4(){const _0x5aa8c4=['FORMAT_REGULAR_COLUMN','_descriptionFactory','editing','registerCustomCallback','FORMAT_REGULAR_ROW','consumable','227660kXSXVl','parent','_enableDefaultAttributesIntegration','includes','setTableRowHeader','writer','getCellLocation','3855432EHDwPH','FORMAT_HEADER_COLUMN','addMarker:suggestion','_splitMarkerName','markerName','setAttribute','6545133MdfFcy','7RIEujF','commandParams','editor','markerNameToElements','accept','removeAttribute','format','activeMarkers','consume','type','ck-suggestion-marker--active','TrackChangesEditing','headingRows','requires','setTableColumnHeader','getSuggestion','22510OiYdSv','942614nJCNFI','mapper','highest','headingColumns','end','commandName','locale','removeMarker:suggestion','start','registerAttributeLabel','ck-suggestion-marker-','209famNfG','item','nodeAfter','toViewElement','data-suggestion','data','addClass','unbindElementFromMarkerName','nodeBefore','36LHMIlv','get','TableUtils','_acceptFormatSuggestionCallbackFactory','options','cell','_handleLegacySuggestions','5499064BymlPC','*Format:*\x20%0','TableEditing','removeClass','bindElementToMarker','plugins','registerDescriptionCallback','createTableWalker','showSuggestionHighlights','FORMAT_HEADER_ROW','stop','_registerLegacyDescription','forceValue','has','436QWBDVO','afterInit','downcastDispatcher','markerRange','formatBlock','178257RGDVPu','name','_suggestionFactory'];_0x3ce4=function(){return _0x5aa8c4;};return _0x3ce4();}(function(_0x2c5bc6,_0x578d1b){const _0xf61ab1=_0x197f,_0x3da184=_0x2c5bc6();while(!![]){try{const _0x3021b8=-parseInt(_0xf61ab1(0x1bd))/0x1+-parseInt(_0xf61ab1(0x1d1))/0x2*(-parseInt(_0xf61ab1(0x1eb))/0x3)+parseInt(_0xf61ab1(0x1e6))/0x4*(-parseInt(_0xf61ab1(0x1bc))/0x5)+parseInt(_0xf61ab1(0x1fb))/0x6+-parseInt(_0xf61ab1(0x202))/0x7*(-parseInt(_0xf61ab1(0x1d8))/0x8)+-parseInt(_0xf61ab1(0x201))/0x9+parseInt(_0xf61ab1(0x1f4))/0xa*(parseInt(_0xf61ab1(0x1c8))/0xb);if(_0x3021b8===_0x578d1b)break;else _0x3da184['push'](_0x3da184['shift']());}catch(_0x13e593){_0x3da184['push'](_0x3da184['shift']());}}}(_0x3ce4,0xa3efa));function _0x197f(_0x170444,_0x3fd2a6){const _0x3ce49a=_0x3ce4();return _0x197f=function(_0x197f9f,_0x103092){_0x197f9f=_0x197f9f-0x1bb;let _0x46f01f=_0x3ce49a[_0x197f9f];return _0x46f01f;},_0x197f(_0x170444,_0x3fd2a6);}import{Plugin as _0x3e9201}from'ckeditor5/src/core.js';import _0x31e9dd from'./table.js';import{getTranslation as _0x28f46c}from'../utils/common-translations.js';export default class St extends _0x3e9201{static get[_0x2eb8ea(0x20f)](){return[_0x31e9dd];}[_0x2eb8ea(0x1e7)](){const _0x3af1bb=_0x2eb8ea,_0x8aea34=this[_0x3af1bb(0x204)];if(!_0x8aea34[_0x3af1bb(0x1dd)][_0x3af1bb(0x1e5)](_0x3af1bb(0x1da)))return;const _0x593028=_0x8aea34[_0x3af1bb(0x1c3)],_0x1cc58b=_0x8aea34[_0x3af1bb(0x1dd)][_0x3af1bb(0x1d2)](_0x3af1bb(0x20d));_0x1cc58b[_0x3af1bb(0x1f6)](_0x3af1bb(0x1f8),[],[_0x3af1bb(0x20e)]),_0x1cc58b[_0x3af1bb(0x1f6)](_0x3af1bb(0x210),[],[_0x3af1bb(0x1c0)]),_0x1cc58b[_0x3af1bb(0x1ef)][_0x3af1bb(0x1c6)](_0x3af1bb(0x20e),_0x28f46c(_0x593028,_0x3af1bb(0x1e1))),_0x1cc58b[_0x3af1bb(0x1ef)][_0x3af1bb(0x1c6)](_0x3af1bb(0x1c0),_0x28f46c(_0x593028,_0x3af1bb(0x1fc))),this[_0x3af1bb(0x1d7)]();}[_0x2eb8ea(0x1d7)](){const _0x58fa92=_0x2eb8ea,_0x49ca52=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x58fa92(0x20d)),_0x20dfaf=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x58fa92(0x1d3)),_0xbae372=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x31e9dd)[_0x58fa92(0x1d4)]();function _0x450ad5({showActiveMarker:_0x3acfb8=!0x0,setDataAttribute:_0x45b917=!0x0}={}){return(_0x492263,_0x4b6d37,_0x13da20)=>{const _0x3560ac=_0x197f,{type:_0x3d4605,id:_0x3b43fd}=_0x49ca52[_0x3560ac(0x1fe)](_0x4b6d37[_0x3560ac(0x1ff)]),_0x678fe4=_0x49ca52[_0x3560ac(0x1bb)](_0x3b43fd),_0x36d669=_0x678fe4[_0x3560ac(0x1cd)];if(_0x3560ac(0x1ea)!=_0x678fe4[_0x3560ac(0x20b)]||!_0x36d669||_0x3560ac(0x210)!=_0x36d669[_0x3560ac(0x1c2)])return;if(_0x4b6d37[_0x3560ac(0x1c9)])return void _0x492263[_0x3560ac(0x1e2)]();if(!_0x13da20[_0x3560ac(0x1f3)][_0x3560ac(0x20a)](_0x4b6d37[_0x3560ac(0x1e9)],_0x492263[_0x3560ac(0x1ec)]))return;const _0x2c9e21=_0x4b6d37[_0x3560ac(0x1e9)][_0x3560ac(0x1c5)][_0x3560ac(0x1ca)],_0x1005db=_0x4b6d37[_0x3560ac(0x1e9)][_0x3560ac(0x1c1)][_0x3560ac(0x1d0)],_0xeea910=_0x2c9e21[_0x3560ac(0x1f5)][_0x3560ac(0x1f5)],{column:_0x327e6b}=_0x20dfaf[_0x3560ac(0x1fa)](_0x2c9e21),{column:_0x22da24}=_0x20dfaf[_0x3560ac(0x1fa)](_0x1005db);for(let _0x20938f=_0x327e6b;_0x20938f<=_0x22da24;_0x20938f++){const _0x3fa1af=_0x20dfaf[_0x3560ac(0x1df)](_0xeea910,{'column':_0x20938f,'includeAllSlots':!0x1});for(const _0x1641e1 of _0x3fa1af){const _0x82039b=_0x1641e1[_0x3560ac(0x1d6)],_0x3c6dcf=_0x13da20[_0x3560ac(0x1be)][_0x3560ac(0x1cb)](_0x82039b);_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1ce)](_0x3560ac(0x1c7)+_0x3d4605,_0x3c6dcf),_0x45b917&&_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x200)](_0x3560ac(0x1cc),_0x3b43fd,_0x3c6dcf),_0x13da20[_0x3560ac(0x1be)][_0x3560ac(0x1dc)](_0x3c6dcf,_0x4b6d37[_0x3560ac(0x1ff)]),_0x3acfb8&&(_0x49ca52[_0x3560ac(0x209)][_0x3560ac(0x1f7)](_0x4b6d37[_0x3560ac(0x1ff)])?_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1ce)](_0x3560ac(0x20c),_0x3c6dcf):_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1db)](_0x3560ac(0x20c),_0x3c6dcf));}}};}_0x49ca52[_0x58fa92(0x1ed)][_0x58fa92(0x1f1)](_0x58fa92(0x1ea),_0x58fa92(0x1f8),_0x58fa92(0x206),_0xbae372),_0x49ca52[_0x58fa92(0x1ed)][_0x58fa92(0x1f1)](_0x58fa92(0x1ea),_0x58fa92(0x210),_0x58fa92(0x206),_0xbae372),this[_0x58fa92(0x204)][_0x58fa92(0x1f0)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1fd),_0x450ad5(),{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x204)][_0x58fa92(0x1cd)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1fd),(_0x109e5c,_0x3a2e37,_0x40dc0c)=>{const _0x3499a2=_0x58fa92;_0x40dc0c[_0x3499a2(0x1d5)][_0x3499a2(0x1e0)]&&_0x450ad5({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x109e5c,_0x3a2e37,_0x40dc0c);},{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x204)][_0x58fa92(0x1f0)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1c4),(_0x195374,_0x2eb196,_0x34c897)=>{const _0x40f965=_0x58fa92,{type:_0x53ff68,id:_0x1f4648}=_0x49ca52[_0x40f965(0x1fe)](_0x2eb196[_0x40f965(0x1ff)]),_0x2157cb=_0x49ca52[_0x40f965(0x1bb)](_0x1f4648),_0x307a98=_0x2157cb[_0x40f965(0x1cd)];if(_0x40f965(0x1ea)!=_0x2157cb[_0x40f965(0x20b)]||!_0x307a98||_0x40f965(0x210)!=_0x307a98[_0x40f965(0x1c2)])return;const _0x5983c3=_0x34c897[_0x40f965(0x1be)][_0x40f965(0x205)](_0x2eb196[_0x40f965(0x1ff)]);if(_0x5983c3){for(const _0x336193 of _0x5983c3)_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x1db)](_0x40f965(0x1c7)+_0x53ff68,_0x336193),_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x1db)](_0x40f965(0x20c),_0x336193),_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x207)](_0x40f965(0x1cc),_0x336193),_0x34c897[_0x40f965(0x1be)][_0x40f965(0x1cf)](_0x336193,_0x2eb196[_0x40f965(0x1ff)]);}},{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x1e3)]();}[_0x2eb8ea(0x1e3)](){const _0x4807d8=_0x2eb8ea,_0x4ca239=this[_0x4807d8(0x204)],_0x520506=_0x4ca239[_0x4807d8(0x1c3)];function _0x668c15(_0x572060){const _0x4b019d=_0x4807d8;return{'type':_0x4b019d(0x208),'content':_0x28f46c(_0x520506,_0x4b019d(0x1d9),_0x572060)};}_0x4ca239[_0x4807d8(0x1dd)][_0x4807d8(0x1d2)](_0x4807d8(0x20d))[_0x4807d8(0x1ef)][_0x4807d8(0x1de)](_0x3dc712=>{const _0x5d6c75=_0x4807d8;if(_0x5d6c75(0x1ea)!=_0x3dc712[_0x5d6c75(0x20b)])return;const {data:_0x5e7db7}=_0x3dc712;if(_0x5e7db7){if(_0x5d6c75(0x1f8)==_0x5e7db7[_0x5d6c75(0x1c2)]){const _0x27f379=_0x5e7db7[_0x5d6c75(0x203)][0x0][_0x5d6c75(0x1e4)];return _0x668c15(_0x28f46c(_0x520506,_0x27f379?_0x5d6c75(0x1e1):_0x5d6c75(0x1f2)));}if(_0x5d6c75(0x210)==_0x5e7db7[_0x5d6c75(0x1c2)]){const _0x1dbc28=_0x5e7db7[_0x5d6c75(0x203)][0x0][_0x5d6c75(0x1e4)];return _0x668c15(_0x28f46c(_0x520506,_0x1dbc28?_0x5d6c75(0x1fc):_0x5d6c75(0x1ee)));}}});}}
23
+ const _0xb3f725=_0x5823;(function(_0x5202f0,_0x472423){const _0x2f2e22=_0x5823,_0x182df5=_0x5202f0();while(!![]){try{const _0x91dbf6=-parseInt(_0x2f2e22(0xf0))/0x1+-parseInt(_0x2f2e22(0x100))/0x2*(-parseInt(_0x2f2e22(0xfd))/0x3)+-parseInt(_0x2f2e22(0xfa))/0x4+-parseInt(_0x2f2e22(0xd9))/0x5*(-parseInt(_0x2f2e22(0xce))/0x6)+-parseInt(_0x2f2e22(0xd6))/0x7*(-parseInt(_0x2f2e22(0xc8))/0x8)+-parseInt(_0x2f2e22(0x111))/0x9+parseInt(_0x2f2e22(0xc3))/0xa;if(_0x91dbf6===_0x472423)break;else _0x182df5['push'](_0x182df5['shift']());}catch(_0x21519b){_0x182df5['push'](_0x182df5['shift']());}}}(_0x1345,0x99867));function _0x1345(){const _0x230eed=['309630YqzehI','FORMAT_HEADER_ROW','TableEditing','writer','registerCustomCallback','markerRange','ck-suggestion-marker--active','data-suggestion','markerNameToElements','showSuggestionHighlights','3119148ZJsnqe','registerDescriptionCallback','createTableWalker','44508MqWLuy','commandName','consume','162gCiVde','downcastDispatcher','name','addClass','format','getSuggestion','registerAttributeLabel','includes','headingColumns','activeMarkers','requires','commandParams','editor','_descriptionFactory','editing','toViewElement','get','4205736edYhRu','setAttribute','TrackChangesEditing','highest','headingRows','ck-suggestion-marker-','bindElementToMarker','5693360zLwxln','FORMAT_HEADER_COLUMN','*Format:*\x20%0','end','removeAttribute','133096wGZMVA','accept','plugins','mapper','forceValue','_splitMarkerName','60sSNmkT','unbindElementFromMarkerName','_registerLegacyDescription','start','formatBlock','afterInit','item','consumable','28nOQLzi','cell','removeClass','173980egkHsx','setTableColumnHeader','setTableRowHeader','nodeBefore','TableUtils','locale','markerName','getCellLocation','_handleLegacySuggestions','_enableDefaultAttributesIntegration','options','FORMAT_REGULAR_ROW','addMarker:suggestion','FORMAT_REGULAR_COLUMN','_acceptFormatSuggestionCallbackFactory','removeMarker:suggestion','parent','data','has','type','stop','nodeAfter','_suggestionFactory'];_0x1345=function(){return _0x230eed;};return _0x1345();}import{Plugin as _0x5cb657}from'ckeditor5/src/core.js';import _0x21db65 from'./table.js';function _0x5823(_0x2ff257,_0x1535d6){const _0x13451c=_0x1345();return _0x5823=function(_0x582331,_0x1fe722){_0x582331=_0x582331-0xc1;let _0x49d364=_0x13451c[_0x582331];return _0x49d364;},_0x5823(_0x2ff257,_0x1535d6);}import{getTranslation as _0x992356}from'../utils/common-translations.js';export default class St extends _0x5cb657{static get[_0xb3f725(0x10a)](){return[_0x21db65];}[_0xb3f725(0xd3)](){const _0x16614e=_0xb3f725,_0x1a3295=this[_0x16614e(0x10c)];if(!_0x1a3295[_0x16614e(0xca)][_0x16614e(0xeb)](_0x16614e(0xf2)))return;const _0x4bc816=_0x1a3295[_0x16614e(0xde)],_0x432b7c=_0x1a3295[_0x16614e(0xca)][_0x16614e(0x110)](_0x16614e(0x113));_0x432b7c[_0x16614e(0xe2)](_0x16614e(0xdb),[],[_0x16614e(0x115)]),_0x432b7c[_0x16614e(0xe2)](_0x16614e(0xda),[],[_0x16614e(0x108)]),_0x432b7c[_0x16614e(0x10d)][_0x16614e(0x106)](_0x16614e(0x115),_0x992356(_0x4bc816,_0x16614e(0xf1))),_0x432b7c[_0x16614e(0x10d)][_0x16614e(0x106)](_0x16614e(0x108),_0x992356(_0x4bc816,_0x16614e(0xc4))),this[_0x16614e(0xe1)]();}[_0xb3f725(0xe1)](){const _0x332a21=_0xb3f725,_0x3865e6=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x332a21(0x113)),_0x88a89b=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x332a21(0xdd)),_0x281d7a=this[_0x332a21(0x10c)][_0x332a21(0xca)][_0x332a21(0x110)](_0x21db65)[_0x332a21(0xe7)]();function _0x4a46d2({showActiveMarker:_0x11f9e6=!0x0,setDataAttribute:_0x24fc2b=!0x0}={}){return(_0x54fe27,_0x58e717,_0x1e436b)=>{const _0x307230=_0x5823,{type:_0x127540,id:_0x458f1f}=_0x3865e6[_0x307230(0xcd)](_0x58e717[_0x307230(0xdf)]),_0x27bf1a=_0x3865e6[_0x307230(0x105)](_0x458f1f),_0x8a441=_0x27bf1a[_0x307230(0xea)];if(_0x307230(0xd2)!=_0x27bf1a[_0x307230(0xec)]||!_0x8a441||_0x307230(0xda)!=_0x8a441[_0x307230(0xfe)])return;if(_0x58e717[_0x307230(0xd4)])return void _0x54fe27[_0x307230(0xed)]();if(!_0x1e436b[_0x307230(0xd5)][_0x307230(0xff)](_0x58e717[_0x307230(0xf5)],_0x54fe27[_0x307230(0x102)]))return;const _0x4b1dd7=_0x58e717[_0x307230(0xf5)][_0x307230(0xd1)][_0x307230(0xee)],_0x39ba00=_0x58e717[_0x307230(0xf5)][_0x307230(0xc6)][_0x307230(0xdc)],_0x586049=_0x4b1dd7[_0x307230(0xe9)][_0x307230(0xe9)],{column:_0x24eac4}=_0x88a89b[_0x307230(0xe0)](_0x4b1dd7),{column:_0x1e448e}=_0x88a89b[_0x307230(0xe0)](_0x39ba00);for(let _0x3ed2fc=_0x24eac4;_0x3ed2fc<=_0x1e448e;_0x3ed2fc++){const _0x4961d8=_0x88a89b[_0x307230(0xfc)](_0x586049,{'column':_0x3ed2fc,'includeAllSlots':!0x1});for(const _0x41889e of _0x4961d8){const _0x49d887=_0x41889e[_0x307230(0xd7)],_0x4c56ee=_0x1e436b[_0x307230(0xcb)][_0x307230(0x10f)](_0x49d887);_0x1e436b[_0x307230(0xf3)][_0x307230(0x103)](_0x307230(0xc1)+_0x127540,_0x4c56ee),_0x24fc2b&&_0x1e436b[_0x307230(0xf3)][_0x307230(0x112)](_0x307230(0xf7),_0x458f1f,_0x4c56ee),_0x1e436b[_0x307230(0xcb)][_0x307230(0xc2)](_0x4c56ee,_0x58e717[_0x307230(0xdf)]),_0x11f9e6&&(_0x3865e6[_0x307230(0x109)][_0x307230(0x107)](_0x58e717[_0x307230(0xdf)])?_0x1e436b[_0x307230(0xf3)][_0x307230(0x103)](_0x307230(0xf6),_0x4c56ee):_0x1e436b[_0x307230(0xf3)][_0x307230(0xd8)](_0x307230(0xf6),_0x4c56ee));}}};}_0x3865e6[_0x332a21(0xef)][_0x332a21(0xf4)](_0x332a21(0xd2),_0x332a21(0xdb),_0x332a21(0xc9),_0x281d7a),_0x3865e6[_0x332a21(0xef)][_0x332a21(0xf4)](_0x332a21(0xd2),_0x332a21(0xda),_0x332a21(0xc9),_0x281d7a),this[_0x332a21(0x10c)][_0x332a21(0x10e)][_0x332a21(0x101)]['on'](_0x332a21(0xe5),_0x4a46d2(),{'priority':_0x332a21(0x114)}),this[_0x332a21(0x10c)][_0x332a21(0xea)][_0x332a21(0x101)]['on'](_0x332a21(0xe5),(_0x24bdef,_0x3b4cea,_0x20f784)=>{const _0x400cd9=_0x332a21;_0x20f784[_0x400cd9(0xe3)][_0x400cd9(0xf9)]&&_0x4a46d2({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x24bdef,_0x3b4cea,_0x20f784);},{'priority':_0x332a21(0x114)}),this[_0x332a21(0x10c)][_0x332a21(0x10e)][_0x332a21(0x101)]['on'](_0x332a21(0xe8),(_0x462093,_0x406b63,_0x5b4e02)=>{const _0x198656=_0x332a21,{type:_0x51c27d,id:_0x237111}=_0x3865e6[_0x198656(0xcd)](_0x406b63[_0x198656(0xdf)]),_0x269191=_0x3865e6[_0x198656(0x105)](_0x237111),_0x5c92d4=_0x269191[_0x198656(0xea)];if(_0x198656(0xd2)!=_0x269191[_0x198656(0xec)]||!_0x5c92d4||_0x198656(0xda)!=_0x5c92d4[_0x198656(0xfe)])return;const _0x3a35c6=_0x5b4e02[_0x198656(0xcb)][_0x198656(0xf8)](_0x406b63[_0x198656(0xdf)]);if(_0x3a35c6){for(const _0x170f68 of _0x3a35c6)_0x5b4e02[_0x198656(0xf3)][_0x198656(0xd8)](_0x198656(0xc1)+_0x51c27d,_0x170f68),_0x5b4e02[_0x198656(0xf3)][_0x198656(0xd8)](_0x198656(0xf6),_0x170f68),_0x5b4e02[_0x198656(0xf3)][_0x198656(0xc7)](_0x198656(0xf7),_0x170f68),_0x5b4e02[_0x198656(0xcb)][_0x198656(0xcf)](_0x170f68,_0x406b63[_0x198656(0xdf)]);}},{'priority':_0x332a21(0x114)}),this[_0x332a21(0xd0)]();}[_0xb3f725(0xd0)](){const _0x44ca37=_0xb3f725,_0x3d453e=this[_0x44ca37(0x10c)],_0x2daba4=_0x3d453e[_0x44ca37(0xde)];function _0x18990c(_0x503ab2){const _0x408b4b=_0x44ca37;return{'type':_0x408b4b(0x104),'content':_0x992356(_0x2daba4,_0x408b4b(0xc5),_0x503ab2)};}_0x3d453e[_0x44ca37(0xca)][_0x44ca37(0x110)](_0x44ca37(0x113))[_0x44ca37(0x10d)][_0x44ca37(0xfb)](_0x283e3c=>{const _0x1b2e0e=_0x44ca37;if(_0x1b2e0e(0xd2)!=_0x283e3c[_0x1b2e0e(0xec)])return;const {data:_0x4a9f8d}=_0x283e3c;if(_0x4a9f8d){if(_0x1b2e0e(0xdb)==_0x4a9f8d[_0x1b2e0e(0xfe)]){const _0x12ed78=_0x4a9f8d[_0x1b2e0e(0x10b)][0x0][_0x1b2e0e(0xcc)];return _0x18990c(_0x992356(_0x2daba4,_0x12ed78?_0x1b2e0e(0xf1):_0x1b2e0e(0xe4)));}if(_0x1b2e0e(0xda)==_0x4a9f8d[_0x1b2e0e(0xfe)]){const _0x5f3e2a=_0x4a9f8d[_0x1b2e0e(0x10b)][0x0][_0x1b2e0e(0xcc)];return _0x18990c(_0x992356(_0x2daba4,_0x5f3e2a?_0x1b2e0e(0xc4):_0x1b2e0e(0xe6)));}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1f5f28=_0x5eef;function _0x7c20(){const _0x20384f=['commandName','selection','mergeTableCellUp','root','change','_tablePostFixingSubtypes','4112087tiTqJs','highest','type','formatInline','_isForcedDefaultExecutionBlock','1675605kCcHxy','registerCustomCallback','plugins','createRangeOn','getSuggestions','796144KMUJbL','$graveyard','detach','subType','direction','splitTableCellHorizontally','getRanges','low','mergeTableCellRight','size','has','set:isEnabled','refresh','_acceptFormatSuggestionCallbackFactory','tableCell','mergeTableCellDown','rootName','cell','registerDescriptionCallback','requires','deletion','enableCommand','format','locale','*Split\x20cell:*\x20horizontally','filter','getCellLocation','document','getFirstPosition','value','getAncestors','_areSelectedCellsMergable','mergeTableCells','forceDefaultExecution','map','getSelectionAffectedTableCells','632skOwmj','setSelection','get','return','markBlockFormat','_suggestionFactory','fromRange','TrackChangesEditing','insertion','find','12xkhljp','accept','editor','model','*Merge\x20cells*','TableUtils','length','execute','table','author','_areMergableCells','722766zRqUIy','10TgNTfL','TableEditing','8xzpqHN','splitTableCellVertically','from','commands','element','horizontally','stop','isEnabled','_descriptionFactory','add','2754024OQimjo','findAncestor','createTableWalker','trackChanges','containsRange','markMultiRangeBlockFormat','formatBlock','afterInit','2917ISLthJ','*Split\x20cell:*\x20vertically','isInContent','mergeTableCellLeft','push','1635759npELCq'];_0x7c20=function(){return _0x20384f;};return _0x7c20();}(function(_0x1f8052,_0x68c42){const _0x42d5c1=_0x5eef,_0x236e08=_0x1f8052();while(!![]){try{const _0x4739c0=-parseInt(_0x42d5c1(0x1da))/0x1*(parseInt(_0x42d5c1(0x1b0))/0x2)+-parseInt(_0x42d5c1(0x1ba))/0x3*(-parseInt(_0x42d5c1(0x1f0))/0x4)+parseInt(_0x42d5c1(0x1eb))/0x5+-parseInt(_0x42d5c1(0x1d2))/0x6+parseInt(_0x42d5c1(0x1e6))/0x7*(parseInt(_0x42d5c1(0x1c8))/0x8)+-parseInt(_0x42d5c1(0x1df))/0x9*(-parseInt(_0x42d5c1(0x1c6))/0xa)+parseInt(_0x42d5c1(0x1c5))/0xb;if(_0x4739c0===_0x68c42)break;else _0x236e08['push'](_0x236e08['shift']());}catch(_0x103f39){_0x236e08['push'](_0x236e08['shift']());}}}(_0x7c20,0x8eeab));import{Plugin as _0x1d6d59}from'ckeditor5/src/core.js';import _0x43f23d from'./table.js';import{LiveRange as _0x3985bc}from'ckeditor5/src/engine.js';import{getTranslation as _0x576f3d}from'../utils/common-translations.js';function _0x5eef(_0x58f9f6,_0x52727a){const _0x7c20d5=_0x7c20();return _0x5eef=function(_0x5eef13,_0x110bcc){_0x5eef13=_0x5eef13-0x192;let _0x2c6937=_0x7c20d5[_0x5eef13];return _0x2c6937;},_0x5eef(_0x58f9f6,_0x52727a);}export default class jt extends _0x1d6d59{static get[_0x1f5f28(0x19f)](){return[_0x43f23d];}[_0x1f5f28(0x1d9)](){const _0x46e5c0=_0x1f5f28,_0x15662c=this[_0x46e5c0(0x1bc)],_0x19ee63=_0x15662c[_0x46e5c0(0x1bd)][_0x46e5c0(0x1a7)][_0x46e5c0(0x1e1)],_0x35ecad=_0x15662c[_0x46e5c0(0x1a3)];if(!_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x196)](_0x46e5c0(0x1c7)))return;const _0x2bcce3=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1b7)),_0x2f25c4=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1bf)),_0x4bc7b5=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x43f23d);_0x4bc7b5[_0x46e5c0(0x1e5)][_0x46e5c0(0x1de)](_0x46e5c0(0x1ac)),_0x2bcce3[_0x46e5c0(0x1a1)](_0x46e5c0(0x1ac),()=>{const _0x49ddcc=_0x46e5c0,_0xb2644a=_0x2f25c4[_0x49ddcc(0x1af)](_0x15662c[_0x49ddcc(0x1bd)][_0x49ddcc(0x1a7)][_0x49ddcc(0x1e1)]);_0x15662c[_0x49ddcc(0x1bd)][_0x49ddcc(0x1e4)](()=>{const _0x1967e5=_0x49ddcc;_0x2bcce3[_0x1967e5(0x1d7)](_0xb2644a,{'commandName':_0x1967e5(0x1ac),'commandParams':[]},[],_0x1967e5(0x1ac));});}),_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1ac))['on'](_0x46e5c0(0x1c1),(_0x4e2636,_0x401d1f)=>{const _0x496b65=_0x46e5c0;_0x15662c[_0x496b65(0x1cb)][_0x496b65(0x1b2)](_0x496b65(0x1d5))[_0x496b65(0x1a9)]&&(_0x401d1f[_0x496b65(0x1c0)]>0x0&&_0x401d1f[_0x401d1f[_0x496b65(0x1c0)]-0x1]&&_0x401d1f[_0x401d1f[_0x496b65(0x1c0)]-0x1][_0x496b65(0x1ad)]||_0x2bcce3[_0x496b65(0x1ea)]||this[_0x496b65(0x1ab)]()||_0x4e2636[_0x496b65(0x1ce)]());},{'priority':_0x46e5c0(0x1e7)});for(const _0x49bc00 of[_0x46e5c0(0x1e2),_0x46e5c0(0x194),_0x46e5c0(0x19b),_0x46e5c0(0x1dd)]){const _0x2d9429=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x49bc00);_0x2bcce3[_0x46e5c0(0x1a1)](_0x49bc00,()=>{const _0x1d5352=_0x46e5c0,_0x4b5e7d=_0x15662c[_0x1d5352(0x1bd)][_0x1d5352(0x1a7)][_0x1d5352(0x1e1)][_0x1d5352(0x1a8)]()[_0x1d5352(0x1aa)]()[_0x1d5352(0x1b9)](_0x3444d4=>_0x3444d4['is'](_0x1d5352(0x1cc),_0x1d5352(0x19a))),_0x4b18d8=_0x2d9429[_0x1d5352(0x1a9)];_0x15662c[_0x1d5352(0x1bd)][_0x1d5352(0x1e4)](()=>{const _0x51ceab=_0x1d5352;_0x2bcce3[_0x51ceab(0x1d7)]([_0x4b5e7d,_0x4b18d8],{'commandName':_0x51ceab(0x1ac),'commandParams':[]},[],_0x51ceab(0x1ac));});});}for(const _0x4da760 of[_0x46e5c0(0x1c9),_0x46e5c0(0x1f5)]){const _0x2ce5f9=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x4da760);_0x2bcce3[_0x46e5c0(0x1a1)](_0x4da760,()=>{const _0x228004=_0x46e5c0,_0x32b21c=_0x2f25c4[_0x228004(0x1af)](_0x15662c[_0x228004(0x1bd)][_0x228004(0x1a7)][_0x228004(0x1e1)])[0x0],_0x52d65c=_0x32b21c[_0x228004(0x1d3)](_0x228004(0x1c2)),{column:_0x4b59fa,row:_0x59ebf3}=_0x2f25c4[_0x228004(0x1a6)](_0x32b21c);let _0x420921=[];if(_0x228004(0x1cd)==_0x2ce5f9[_0x228004(0x1f4)]){const _0x1dade2=_0x2f25c4[_0x228004(0x1d4)](_0x52d65c,{'startRow':_0x59ebf3,'endRow':_0x59ebf3,'includeAllSlots':!0x0});_0x420921=Array[_0x228004(0x1ca)](_0x1dade2)[_0x228004(0x1ae)](_0x444369=>_0x444369[_0x228004(0x19d)]);}else{const _0x5ad34f=_0x2f25c4[_0x228004(0x1d4)](_0x52d65c,{'column':_0x4b59fa,'includeAllSlots':!0x0});_0x420921=Array[_0x228004(0x1ca)](_0x5ad34f)[_0x228004(0x1ae)](_0x3c188c=>_0x3c188c[_0x228004(0x19d)]);}_0x15662c[_0x228004(0x1bd)][_0x228004(0x1e4)](_0x455789=>{const _0x582b73=_0x228004;_0x2bcce3[_0x582b73(0x1b4)](_0x455789[_0x582b73(0x1ee)](_0x32b21c),{'commandName':_0x4da760,'commandParams':[]},_0x420921,_0x4da760);});});}_0x2bcce3[_0x46e5c0(0x1d0)][_0x46e5c0(0x19e)](_0xc55bc6=>{const _0x1242a5=_0x46e5c0;if(_0x1242a5(0x1d8)!=_0xc55bc6[_0x1242a5(0x1e8)]&&_0x1242a5(0x1e9)!=_0xc55bc6[_0x1242a5(0x1e8)])return;const {data:_0x674312}=_0xc55bc6;return _0x674312&&_0x1242a5(0x1ac)==_0x674312[_0x1242a5(0x1e0)]?{'type':_0x1242a5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x1242a5(0x1be))}:void 0x0;}),_0x2bcce3[_0x46e5c0(0x1d0)][_0x46e5c0(0x19e)](_0x1287d3=>{const _0x4722b5=_0x46e5c0;if(_0x4722b5(0x1d8)!=_0x1287d3[_0x4722b5(0x1e8)]&&_0x4722b5(0x1e9)!=_0x1287d3[_0x4722b5(0x1e8)])return;const {data:_0x27c433}=_0x1287d3;return _0x27c433?_0x4722b5(0x1c9)==_0x27c433[_0x4722b5(0x1e0)]?{'type':_0x4722b5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x4722b5(0x1db))}:_0x4722b5(0x1f5)==_0x27c433[_0x4722b5(0x1e0)]?{'type':_0x4722b5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x4722b5(0x1a4))}:void 0x0:void 0x0;});const _0xf8eb6=_0x4bc7b5[_0x46e5c0(0x199)]();for(const _0x5b5402 of[_0x46e5c0(0x1e2),_0x46e5c0(0x194),_0x46e5c0(0x19b),_0x46e5c0(0x1dd)])_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x5b5402,_0x46e5c0(0x1bb),_0xf8eb6);for(const _0x39f800 of[_0x46e5c0(0x1c9),_0x46e5c0(0x1f5)])_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x39f800,_0x46e5c0(0x1bb),_0xf8eb6);_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x46e5c0(0x1ac),_0x46e5c0(0x1bb),_0x2f64e4=>{const _0x44953c=_0x46e5c0;_0x15662c[_0x44953c(0x1bd)][_0x44953c(0x1e4)](_0x23ae67=>{const _0x5c7d5c=_0x44953c,_0x2f5aec=Array[_0x5c7d5c(0x1ca)](_0x19ee63[_0x5c7d5c(0x192)]())[_0x5c7d5c(0x1ae)](_0x3cfe84=>_0x3985bc[_0x5c7d5c(0x1b6)](_0x3cfe84));_0x23ae67[_0x5c7d5c(0x1b1)](_0x2f64e4),_0x15662c[_0x5c7d5c(0x1cb)][_0x5c7d5c(0x1b2)](_0x5c7d5c(0x1ac))[_0x5c7d5c(0x198)](),_0x15662c[_0x5c7d5c(0x1c1)](_0x5c7d5c(0x1ac),{'forceDefaultExecution':!0x0});const _0x3157c3=_0x2f5aec[_0x5c7d5c(0x1a5)](_0x127bbe=>_0x5c7d5c(0x1f1)!=_0x127bbe[_0x5c7d5c(0x1e3)][_0x5c7d5c(0x19c)]);_0x3157c3[_0x5c7d5c(0x1c0)]>0x0&&_0x23ae67[_0x5c7d5c(0x1b1)](_0x3157c3);for(const _0x5a6e85 of _0x2f5aec)_0x5a6e85[_0x5c7d5c(0x1f2)]();});});for(const _0x74f3e5 of[_0x46e5c0(0x1e2),_0x46e5c0(0x19b),_0x46e5c0(0x1dd),_0x46e5c0(0x194)]){const _0x3b8a55=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x74f3e5);_0x3b8a55['on'](_0x46e5c0(0x197),(_0x51ec67,_0x5e0a93,_0x3b458c)=>{const _0x33bd26=_0x46e5c0;if(_0x3b458c){const _0x1ebe20=_0x15662c[_0x33bd26(0x1bd)][_0x33bd26(0x1a7)][_0x33bd26(0x1e1)][_0x33bd26(0x1a8)]()[_0x33bd26(0x1aa)]()[_0x33bd26(0x1b9)](_0x5f4363=>_0x5f4363['is'](_0x33bd26(0x1cc),_0x33bd26(0x19a)));this[_0x33bd26(0x1c4)](_0x3b8a55[_0x33bd26(0x1a9)],_0x1ebe20)||(_0x51ec67[_0x33bd26(0x1b3)]=!0x1,_0x51ec67[_0x33bd26(0x1ce)]());}},{'priority':_0x46e5c0(0x193)});}}[_0x1f5f28(0x1ab)](){const _0x3dd7f2=_0x1f5f28,_0x51c34a=this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1cb)][_0x3dd7f2(0x1b2)](_0x3dd7f2(0x1ac)),_0x452343=this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1ed)][_0x3dd7f2(0x1b2)](_0x3dd7f2(0x1bf));if(!_0x51c34a[_0x3dd7f2(0x1cf)])return!0x1;const _0x30dc77=_0x452343[_0x3dd7f2(0x1af)](this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1bd)][_0x3dd7f2(0x1a7)][_0x3dd7f2(0x1e1)]);for(const _0x578dbb of _0x30dc77)for(const _0x366402 of _0x30dc77)if(_0x578dbb!=_0x366402&&!this[_0x3dd7f2(0x1c4)](_0x578dbb,_0x366402))return!0x1;return!0x0;}[_0x1f5f28(0x1c4)](_0x1acd57,_0x2bd4eb){const _0x3fd558=_0x1f5f28,_0x20a1ce=this[_0x3fd558(0x1bc)][_0x3fd558(0x1ed)][_0x3fd558(0x1b2)](_0x3fd558(0x1b7)),_0x2849ad=this[_0x3fd558(0x1bc)][_0x3fd558(0x1bd)][_0x3fd558(0x1ee)](_0x1acd57),_0x447492=this[_0x3fd558(0x1bc)][_0x3fd558(0x1bd)][_0x3fd558(0x1ee)](_0x2bd4eb),_0x599b3d=new Set(),_0x2dc412=new Set();for(const _0x37d39d of _0x20a1ce[_0x3fd558(0x1ef)]())if((_0x3fd558(0x1b8)==_0x37d39d[_0x3fd558(0x1e8)]||_0x3fd558(0x1a0)==_0x37d39d[_0x3fd558(0x1e8)]||_0x3fd558(0x1ac)==_0x37d39d[_0x3fd558(0x1f3)])&&_0x37d39d[_0x3fd558(0x1dc)]){for(const _0x1bc886 of _0x37d39d[_0x3fd558(0x192)]())_0x1bc886[_0x3fd558(0x1d6)](_0x2849ad,!0x0)&&_0x599b3d[_0x3fd558(0x1d1)](_0x37d39d[_0x3fd558(0x1e8)]+':'+_0x37d39d[_0x3fd558(0x1c3)]['id']),_0x1bc886[_0x3fd558(0x1d6)](_0x447492,!0x0)&&_0x2dc412[_0x3fd558(0x1d1)](_0x37d39d[_0x3fd558(0x1e8)]+':'+_0x37d39d[_0x3fd558(0x1c3)]['id']);}if(_0x599b3d[_0x3fd558(0x195)]!=_0x2dc412[_0x3fd558(0x195)])return!0x1;for(const _0x413c7e of _0x599b3d)if(!_0x2dc412[_0x3fd558(0x196)](_0x413c7e))return!0x1;return!0x0;}}
23
+ const _0x33b73e=_0x18e7;(function(_0x304bd9,_0x3a3cf5){const _0x5d5b5e=_0x18e7,_0x4218fc=_0x304bd9();while(!![]){try{const _0x389f62=parseInt(_0x5d5b5e(0xfd))/0x1+-parseInt(_0x5d5b5e(0x13f))/0x2*(parseInt(_0x5d5b5e(0x106))/0x3)+-parseInt(_0x5d5b5e(0xf4))/0x4*(parseInt(_0x5d5b5e(0x120))/0x5)+parseInt(_0x5d5b5e(0x13b))/0x6*(parseInt(_0x5d5b5e(0x117))/0x7)+-parseInt(_0x5d5b5e(0x128))/0x8+parseInt(_0x5d5b5e(0x102))/0x9+-parseInt(_0x5d5b5e(0x125))/0xa*(-parseInt(_0x5d5b5e(0xed))/0xb);if(_0x389f62===_0x3a3cf5)break;else _0x4218fc['push'](_0x4218fc['shift']());}catch(_0x2b1884){_0x4218fc['push'](_0x4218fc['shift']());}}}(_0x26bd,0xdc13c));function _0x26bd(){const _0x418c04=['deletion','30iWljDX','TableEditing','_areSelectedCellsMergable','13486128UcLowW','getSuggestions','highest','isInContent','stop','registerCustomCallback','value','enableCommand','root','document','_areMergableCells','markBlockFormat','TableUtils','tableCell','locale','getSelectionAffectedTableCells','commandName','registerDescriptionCallback','_isForcedDefaultExecutionBlock','45300wiyBcI','get','createTableWalker','markMultiRangeBlockFormat','2VAKBjT','set:isEnabled','size','afterInit','has','requires','subType','$graveyard','author','filter','_tablePostFixingSubtypes','TrackChangesEditing','add','findAncestor','createRangeOn','setSelection','cell','refresh','9665821bgWEUJ','_acceptFormatSuggestionCallbackFactory','table','map','from','change','editor','4252DQXjlZ','return','find','plugins','*Split\x20cell:*\x20vertically','formatInline','element','mergeTableCells','insertion','916306FwCDFG','accept','forceDefaultExecution','getRanges','rootName','1259010PTAMRP','getFirstPosition','splitTableCellHorizontally','_suggestionFactory','3002928dUfoMI','selection','commands','mergeTableCellLeft','_descriptionFactory','length','mergeTableCellUp','type','getCellLocation','getAncestors','fromRange','mergeTableCellDown','detach','*Split\x20cell:*\x20horizontally','trackChanges','low','isEnabled','1162gzqfSm','direction','splitTableCellVertically','model','execute','containsRange','format','horizontally','push','6385YvZFPj','mergeTableCellRight','formatBlock','*Merge\x20cells*'];_0x26bd=function(){return _0x418c04;};return _0x26bd();}import{Plugin as _0x3805d1}from'ckeditor5/src/core.js';function _0x18e7(_0x2da205,_0x50745d){const _0x26bda3=_0x26bd();return _0x18e7=function(_0x18e7f0,_0x48e3df){_0x18e7f0=_0x18e7f0-0xe7;let _0x11f749=_0x26bda3[_0x18e7f0];return _0x11f749;},_0x18e7(_0x2da205,_0x50745d);}import _0x3365c1 from'./table.js';import{LiveRange as _0x3617d8}from'ckeditor5/src/engine.js';import{getTranslation as _0x2c6b92}from'../utils/common-translations.js';export default class jt extends _0x3805d1{static get[_0x33b73e(0x144)](){return[_0x3365c1];}[_0x33b73e(0x142)](){const _0x330541=_0x33b73e,_0x59bd89=this[_0x330541(0xf3)],_0x1b99a1=_0x59bd89[_0x330541(0x11a)][_0x330541(0x131)][_0x330541(0x107)],_0x415479=_0x59bd89[_0x330541(0x136)];if(!_0x59bd89[_0x330541(0xf7)][_0x330541(0x143)](_0x330541(0x126)))return;const _0x282184=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x330541(0x14a)),_0x354f82=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x330541(0x134)),_0x4fa06a=_0x59bd89[_0x330541(0xf7)][_0x330541(0x13c)](_0x3365c1);_0x4fa06a[_0x330541(0x149)][_0x330541(0x11f)](_0x330541(0xfb)),_0x282184[_0x330541(0x12f)](_0x330541(0xfb),()=>{const _0xd122cd=_0x330541,_0xf285b3=_0x354f82[_0xd122cd(0x137)](_0x59bd89[_0xd122cd(0x11a)][_0xd122cd(0x131)][_0xd122cd(0x107)]);_0x59bd89[_0xd122cd(0x11a)][_0xd122cd(0xf2)](()=>{const _0x2775ad=_0xd122cd;_0x282184[_0x2775ad(0x13e)](_0xf285b3,{'commandName':_0x2775ad(0xfb),'commandParams':[]},[],_0x2775ad(0xfb));});}),_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x330541(0xfb))['on'](_0x330541(0x11b),(_0x426b40,_0x5b656b)=>{const _0x2e3cc8=_0x330541;_0x59bd89[_0x2e3cc8(0x108)][_0x2e3cc8(0x13c)](_0x2e3cc8(0x114))[_0x2e3cc8(0x12e)]&&(_0x5b656b[_0x2e3cc8(0x10b)]>0x0&&_0x5b656b[_0x5b656b[_0x2e3cc8(0x10b)]-0x1]&&_0x5b656b[_0x5b656b[_0x2e3cc8(0x10b)]-0x1][_0x2e3cc8(0xff)]||_0x282184[_0x2e3cc8(0x13a)]||this[_0x2e3cc8(0x127)]()||_0x426b40[_0x2e3cc8(0x12c)]());},{'priority':_0x330541(0x12a)});for(const _0x116854 of[_0x330541(0x10c),_0x330541(0x121),_0x330541(0x111),_0x330541(0x109)]){const _0x85dd6b=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x116854);_0x282184[_0x330541(0x12f)](_0x116854,()=>{const _0x14e3c8=_0x330541,_0x9f022=_0x59bd89[_0x14e3c8(0x11a)][_0x14e3c8(0x131)][_0x14e3c8(0x107)][_0x14e3c8(0x103)]()[_0x14e3c8(0x10f)]()[_0x14e3c8(0xf6)](_0x13c3bd=>_0x13c3bd['is'](_0x14e3c8(0xfa),_0x14e3c8(0x135))),_0x543592=_0x85dd6b[_0x14e3c8(0x12e)];_0x59bd89[_0x14e3c8(0x11a)][_0x14e3c8(0xf2)](()=>{const _0x2d918f=_0x14e3c8;_0x282184[_0x2d918f(0x13e)]([_0x9f022,_0x543592],{'commandName':_0x2d918f(0xfb),'commandParams':[]},[],_0x2d918f(0xfb));});});}for(const _0x333bf6 of[_0x330541(0x119),_0x330541(0x104)]){const _0x47709b=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x333bf6);_0x282184[_0x330541(0x12f)](_0x333bf6,()=>{const _0x263499=_0x330541,_0x45957f=_0x354f82[_0x263499(0x137)](_0x59bd89[_0x263499(0x11a)][_0x263499(0x131)][_0x263499(0x107)])[0x0],_0x506cf1=_0x45957f[_0x263499(0xe8)](_0x263499(0xef)),{column:_0x294715,row:_0x45e539}=_0x354f82[_0x263499(0x10e)](_0x45957f);let _0x2624d9=[];if(_0x263499(0x11e)==_0x47709b[_0x263499(0x118)]){const _0x2e08c1=_0x354f82[_0x263499(0x13d)](_0x506cf1,{'startRow':_0x45e539,'endRow':_0x45e539,'includeAllSlots':!0x0});_0x2624d9=Array[_0x263499(0xf1)](_0x2e08c1)[_0x263499(0xf0)](_0x242c5b=>_0x242c5b[_0x263499(0xeb)]);}else{const _0x21f305=_0x354f82[_0x263499(0x13d)](_0x506cf1,{'column':_0x294715,'includeAllSlots':!0x0});_0x2624d9=Array[_0x263499(0xf1)](_0x21f305)[_0x263499(0xf0)](_0x1cd36b=>_0x1cd36b[_0x263499(0xeb)]);}_0x59bd89[_0x263499(0x11a)][_0x263499(0xf2)](_0x586e23=>{const _0x2b6877=_0x263499;_0x282184[_0x2b6877(0x133)](_0x586e23[_0x2b6877(0xe9)](_0x45957f),{'commandName':_0x333bf6,'commandParams':[]},_0x2624d9,_0x333bf6);});});}_0x282184[_0x330541(0x10a)][_0x330541(0x139)](_0x579781=>{const _0x5b2c4c=_0x330541;if(_0x5b2c4c(0x122)!=_0x579781[_0x5b2c4c(0x10d)]&&_0x5b2c4c(0xf9)!=_0x579781[_0x5b2c4c(0x10d)])return;const {data:_0x1cace1}=_0x579781;return _0x1cace1&&_0x5b2c4c(0xfb)==_0x1cace1[_0x5b2c4c(0x138)]?{'type':_0x5b2c4c(0x11d),'content':_0x2c6b92(_0x415479,_0x5b2c4c(0x123))}:void 0x0;}),_0x282184[_0x330541(0x10a)][_0x330541(0x139)](_0x246b53=>{const _0x47e5a4=_0x330541;if(_0x47e5a4(0x122)!=_0x246b53[_0x47e5a4(0x10d)]&&_0x47e5a4(0xf9)!=_0x246b53[_0x47e5a4(0x10d)])return;const {data:_0x4affdb}=_0x246b53;return _0x4affdb?_0x47e5a4(0x119)==_0x4affdb[_0x47e5a4(0x138)]?{'type':_0x47e5a4(0x11d),'content':_0x2c6b92(_0x415479,_0x47e5a4(0xf8))}:_0x47e5a4(0x104)==_0x4affdb[_0x47e5a4(0x138)]?{'type':_0x47e5a4(0x11d),'content':_0x2c6b92(_0x415479,_0x47e5a4(0x113))}:void 0x0:void 0x0;});const _0x43d266=_0x4fa06a[_0x330541(0xee)]();for(const _0x311d4a of[_0x330541(0x10c),_0x330541(0x121),_0x330541(0x111),_0x330541(0x109)])_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0x311d4a,_0x330541(0xfe),_0x43d266);for(const _0xf7e43f of[_0x330541(0x119),_0x330541(0x104)])_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0xf7e43f,_0x330541(0xfe),_0x43d266);_0x282184[_0x330541(0x105)][_0x330541(0x12d)](_0x330541(0x122),_0x330541(0xfb),_0x330541(0xfe),_0x5e770f=>{const _0x15742a=_0x330541;_0x59bd89[_0x15742a(0x11a)][_0x15742a(0xf2)](_0x322c05=>{const _0x5216ed=_0x15742a,_0x4fd03a=Array[_0x5216ed(0xf1)](_0x1b99a1[_0x5216ed(0x100)]())[_0x5216ed(0xf0)](_0x3d66bd=>_0x3617d8[_0x5216ed(0x110)](_0x3d66bd));_0x322c05[_0x5216ed(0xea)](_0x5e770f),_0x59bd89[_0x5216ed(0x108)][_0x5216ed(0x13c)](_0x5216ed(0xfb))[_0x5216ed(0xec)](),_0x59bd89[_0x5216ed(0x11b)](_0x5216ed(0xfb),{'forceDefaultExecution':!0x0});const _0x28741a=_0x4fd03a[_0x5216ed(0x148)](_0x496f9c=>_0x5216ed(0x146)!=_0x496f9c[_0x5216ed(0x130)][_0x5216ed(0x101)]);_0x28741a[_0x5216ed(0x10b)]>0x0&&_0x322c05[_0x5216ed(0xea)](_0x28741a);for(const _0x2d0412 of _0x4fd03a)_0x2d0412[_0x5216ed(0x112)]();});});for(const _0x407854 of[_0x330541(0x10c),_0x330541(0x111),_0x330541(0x109),_0x330541(0x121)]){const _0x232df9=_0x59bd89[_0x330541(0x108)][_0x330541(0x13c)](_0x407854);_0x232df9['on'](_0x330541(0x140),(_0x33963f,_0x533c63,_0x2d1890)=>{const _0x1f71af=_0x330541;if(_0x2d1890){const _0xaa9961=_0x59bd89[_0x1f71af(0x11a)][_0x1f71af(0x131)][_0x1f71af(0x107)][_0x1f71af(0x103)]()[_0x1f71af(0x10f)]()[_0x1f71af(0xf6)](_0x4ca40d=>_0x4ca40d['is'](_0x1f71af(0xfa),_0x1f71af(0x135)));this[_0x1f71af(0x132)](_0x232df9[_0x1f71af(0x12e)],_0xaa9961)||(_0x33963f[_0x1f71af(0xf5)]=!0x1,_0x33963f[_0x1f71af(0x12c)]());}},{'priority':_0x330541(0x115)});}}[_0x33b73e(0x127)](){const _0x3d9d1b=_0x33b73e,_0x43f571=this[_0x3d9d1b(0xf3)][_0x3d9d1b(0x108)][_0x3d9d1b(0x13c)](_0x3d9d1b(0xfb)),_0x21f174=this[_0x3d9d1b(0xf3)][_0x3d9d1b(0xf7)][_0x3d9d1b(0x13c)](_0x3d9d1b(0x134));if(!_0x43f571[_0x3d9d1b(0x116)])return!0x1;const _0x5bc667=_0x21f174[_0x3d9d1b(0x137)](this[_0x3d9d1b(0xf3)][_0x3d9d1b(0x11a)][_0x3d9d1b(0x131)][_0x3d9d1b(0x107)]);for(const _0x35a2fb of _0x5bc667)for(const _0x45431a of _0x5bc667)if(_0x35a2fb!=_0x45431a&&!this[_0x3d9d1b(0x132)](_0x35a2fb,_0x45431a))return!0x1;return!0x0;}[_0x33b73e(0x132)](_0x90af85,_0x595689){const _0x4ba1bb=_0x33b73e,_0x4cb011=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0xf7)][_0x4ba1bb(0x13c)](_0x4ba1bb(0x14a)),_0x1824d1=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0x11a)][_0x4ba1bb(0xe9)](_0x90af85),_0x233701=this[_0x4ba1bb(0xf3)][_0x4ba1bb(0x11a)][_0x4ba1bb(0xe9)](_0x595689),_0x5a64b4=new Set(),_0x216524=new Set();for(const _0x40e213 of _0x4cb011[_0x4ba1bb(0x129)]())if((_0x4ba1bb(0xfc)==_0x40e213[_0x4ba1bb(0x10d)]||_0x4ba1bb(0x124)==_0x40e213[_0x4ba1bb(0x10d)]||_0x4ba1bb(0xfb)==_0x40e213[_0x4ba1bb(0x145)])&&_0x40e213[_0x4ba1bb(0x12b)]){for(const _0x4a363e of _0x40e213[_0x4ba1bb(0x100)]())_0x4a363e[_0x4ba1bb(0x11c)](_0x1824d1,!0x0)&&_0x5a64b4[_0x4ba1bb(0xe7)](_0x40e213[_0x4ba1bb(0x10d)]+':'+_0x40e213[_0x4ba1bb(0x147)]['id']),_0x4a363e[_0x4ba1bb(0x11c)](_0x233701,!0x0)&&_0x216524[_0x4ba1bb(0xe7)](_0x40e213[_0x4ba1bb(0x10d)]+':'+_0x40e213[_0x4ba1bb(0x147)]['id']);}if(_0x5a64b4[_0x4ba1bb(0x141)]!=_0x216524[_0x4ba1bb(0x141)])return!0x1;for(const _0x58f6bf of _0x5a64b4)if(!_0x216524[_0x4ba1bb(0x143)](_0x58f6bf))return!0x1;return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x55e304=_0x2b5b;function _0x2b5b(_0x2a5b0b,_0x1e378c){const _0x406a96=_0x406a();return _0x2b5b=function(_0x2b5bac,_0x45d0f0){_0x2b5bac=_0x2b5bac-0xe4;let _0x68141c=_0x406a96[_0x2b5bac];return _0x68141c;},_0x2b5b(_0x2a5b0b,_0x1e378c);}function _0x406a(){const _0x267bf9=['commands','117639ilHzYD','110881guBmHy','get','540183pdJrsa','_descriptionFactory','insertTableOfContents','1473075TssNxM','593640EvlGHn','ELEMENT_TABLE_OF_CONTENTS','editor','registerElementLabel','6TJhNNg','TrackChangesEditing','16356OdsQfT','plugins','enableCommand','afterInit','locale','11352850GWYqmv','tableOfContents','110XMxPYj','264PifWju'];_0x406a=function(){return _0x267bf9;};return _0x406a();}(function(_0x5853c5,_0x43ff84){const _0x5205cc=_0x2b5b,_0x82d13e=_0x5853c5();while(!![]){try{const _0x16db05=-parseInt(_0x5205cc(0xee))/0x1*(-parseInt(_0x5205cc(0xf8))/0x2)+-parseInt(_0x5205cc(0xf3))/0x3+-parseInt(_0x5205cc(0xf4))/0x4+parseInt(_0x5205cc(0xea))/0x5*(-parseInt(_0x5205cc(0xfa))/0x6)+-parseInt(_0x5205cc(0xf0))/0x7+parseInt(_0x5205cc(0xeb))/0x8*(-parseInt(_0x5205cc(0xed))/0x9)+parseInt(_0x5205cc(0xe8))/0xa;if(_0x16db05===_0x43ff84)break;else _0x82d13e['push'](_0x82d13e['shift']());}catch(_0x155b8f){_0x82d13e['push'](_0x82d13e['shift']());}}}(_0x406a,0x3f7a9));import{Plugin as _0x4b6123}from'ckeditor5/src/core.js';import{getTranslation as _0x3004b3}from'../utils/common-translations.js';export default class _t extends _0x4b6123{[_0x55e304(0xe6)](){const _0x43b4b4=_0x55e304,_0x160db6=this[_0x43b4b4(0xf6)];if(!_0x160db6[_0x43b4b4(0xec)][_0x43b4b4(0xef)](_0x43b4b4(0xf2)))return;_0x160db6[_0x43b4b4(0xe4)][_0x43b4b4(0xef)](_0x43b4b4(0xf9))[_0x43b4b4(0xe5)](_0x43b4b4(0xf2));const _0x5a59d4=_0x160db6[_0x43b4b4(0xe4)][_0x43b4b4(0xef)](_0x43b4b4(0xf9)),_0x2cb575=_0x160db6[_0x43b4b4(0xe7)];_0x5a59d4[_0x43b4b4(0xf1)][_0x43b4b4(0xf7)](_0x43b4b4(0xe9),_0xeffa63=>_0x3004b3(_0x2cb575,_0x43b4b4(0xf5),_0xeffa63));}}
23
+ function _0x5a55(_0x3aecec,_0x57f8ef){const _0x126290=_0x1262();return _0x5a55=function(_0x5a555e,_0x165687){_0x5a555e=_0x5a555e-0x1d4;let _0x2c56e2=_0x126290[_0x5a555e];return _0x2c56e2;},_0x5a55(_0x3aecec,_0x57f8ef);}const _0x46aa1d=_0x5a55;function _0x1262(){const _0x47a3f9=['20OdKutv','commands','TrackChangesEditing','3102932jwwOIS','plugins','enableCommand','433389rwuBUv','_descriptionFactory','get','tableOfContents','ELEMENT_TABLE_OF_CONTENTS','7092232QDpeBH','registerElementLabel','afterInit','locale','editor','4850556eAjRBo','1489LADgvm','insertTableOfContents','4754808pHuoRS','562nkeGVH','989580csAGsZ'];_0x1262=function(){return _0x47a3f9;};return _0x1262();}(function(_0x5d9138,_0x10ce9d){const _0x62e6e2=_0x5a55,_0x1315a8=_0x5d9138();while(!![]){try{const _0x4f721f=-parseInt(_0x62e6e2(0x1e8))/0x1*(parseInt(_0x62e6e2(0x1d5))/0x2)+parseInt(_0x62e6e2(0x1dd))/0x3+-parseInt(_0x62e6e2(0x1d7))/0x4*(parseInt(_0x62e6e2(0x1d6))/0x5)+parseInt(_0x62e6e2(0x1e7))/0x6+-parseInt(_0x62e6e2(0x1da))/0x7+parseInt(_0x62e6e2(0x1e2))/0x8+parseInt(_0x62e6e2(0x1d4))/0x9;if(_0x4f721f===_0x10ce9d)break;else _0x1315a8['push'](_0x1315a8['shift']());}catch(_0x1070e3){_0x1315a8['push'](_0x1315a8['shift']());}}}(_0x1262,0x7e171));import{Plugin as _0x5ceaf0}from'ckeditor5/src/core.js';import{getTranslation as _0x236d7b}from'../utils/common-translations.js';export default class _t extends _0x5ceaf0{[_0x46aa1d(0x1e4)](){const _0x27e5cc=_0x46aa1d,_0x22ee75=this[_0x27e5cc(0x1e6)];if(!_0x22ee75[_0x27e5cc(0x1d8)][_0x27e5cc(0x1df)](_0x27e5cc(0x1e9)))return;_0x22ee75[_0x27e5cc(0x1db)][_0x27e5cc(0x1df)](_0x27e5cc(0x1d9))[_0x27e5cc(0x1dc)](_0x27e5cc(0x1e9));const _0x3739b4=_0x22ee75[_0x27e5cc(0x1db)][_0x27e5cc(0x1df)](_0x27e5cc(0x1d9)),_0x342a6a=_0x22ee75[_0x27e5cc(0x1e5)];_0x3739b4[_0x27e5cc(0x1de)][_0x27e5cc(0x1e3)](_0x27e5cc(0x1e0),_0x5ec6b3=>_0x236d7b(_0x342a6a,_0x27e5cc(0x1e1),_0x5ec6b3));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x43f735=_0x3346;(function(_0x4f2acb,_0x2937ec){const _0x47118b=_0x3346,_0x33d3d9=_0x4f2acb();while(!![]){try{const _0x1360dc=parseInt(_0x47118b(0x229))/0x1+parseInt(_0x47118b(0x225))/0x2*(-parseInt(_0x47118b(0x1e8))/0x3)+parseInt(_0x47118b(0x208))/0x4*(-parseInt(_0x47118b(0x224))/0x5)+-parseInt(_0x47118b(0x200))/0x6*(-parseInt(_0x47118b(0x1f6))/0x7)+parseInt(_0x47118b(0x202))/0x8*(-parseInt(_0x47118b(0x222))/0x9)+parseInt(_0x47118b(0x205))/0xa*(-parseInt(_0x47118b(0x1f0))/0xb)+parseInt(_0x47118b(0x1fe))/0xc;if(_0x1360dc===_0x2937ec)break;else _0x33d3d9['push'](_0x33d3d9['shift']());}catch(_0x359975){_0x33d3d9['push'](_0x33d3d9['shift']());}}}(_0x65cc,0x6a569));import{Plugin as _0x24a2f7}from'ckeditor5/src/core.js';import{getTranslation as _0x336c28}from'../utils/common-translations.js';export default class Mt extends _0x24a2f7{constructor(_0x4552d1){const _0x5d5c52=_0x3346;super(_0x4552d1),this[_0x5d5c52(0x1f2)]=[_0x5d5c52(0x1de),_0x5d5c52(0x21f),_0x5d5c52(0x1fd),_0x5d5c52(0x1e6),_0x5d5c52(0x22c),_0x5d5c52(0x228),_0x5d5c52(0x1ea)],this[_0x5d5c52(0x1fc)]=[_0x5d5c52(0x1ff),_0x5d5c52(0x21c),_0x5d5c52(0x213),_0x5d5c52(0x210),_0x5d5c52(0x209),_0x5d5c52(0x1f8),_0x5d5c52(0x212),_0x5d5c52(0x1e7),_0x5d5c52(0x1eb)];}static get[_0x43f735(0x1e4)](){const _0x534f00=_0x43f735;return _0x534f00(0x1f1);}[_0x43f735(0x1f7)](){const _0x2a1881=_0x43f735,_0x11a11b=this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x216)](_0x2a1881(0x1e2));if(this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x1e9)](_0x2a1881(0x227))){for(const _0x50eb4f of this[_0x2a1881(0x1f2)])_0x11a11b[_0x2a1881(0x207)](_0x50eb4f,(_0x1940f3,_0x4385e6)=>{const _0x1f232b=_0x2a1881,_0x16075e=this[_0x1f232b(0x1e1)][_0x1f232b(0x20a)][_0x1f232b(0x223)][_0x1f232b(0x1ef)][_0x1f232b(0x203)]()[_0x1f232b(0x1f5)](_0x1f232b(0x1ed));this[_0x1f232b(0x20d)](_0x50eb4f,[_0x16075e],this[_0x1f232b(0x1f2)],_0x1f232b(0x1f2),_0x1940f3,_0x4385e6);});_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x21e),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x1fb)](_0x2a1881(0x22b),null,_0x2a1881(0x20b))),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x20b),(_0x592700,_0x1a4d47)=>this[_0x2a1881(0x201)](this[_0x2a1881(0x1f2)],_0x592700,_0x1a4d47)),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x20c),()=>!0x1);}if(this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x1e9)](_0x2a1881(0x21d))){for(const _0x5b887f of this[_0x2a1881(0x1fc)])_0x11a11b[_0x2a1881(0x207)](_0x5b887f,(_0x289f80,_0x4fa1c1)=>{const _0x2609ff=_0x2a1881,_0x27fefa=this[_0x2609ff(0x1e1)][_0x2609ff(0x1e5)][_0x2609ff(0x216)](_0x2609ff(0x1e3))[_0x2609ff(0x1dd)](this[_0x2609ff(0x1e1)][_0x2609ff(0x20a)][_0x2609ff(0x223)][_0x2609ff(0x1ef)]);this[_0x2609ff(0x20d)](_0x5b887f,_0x27fefa,this[_0x2609ff(0x1fc)],_0x2609ff(0x1fc),_0x289f80,_0x4fa1c1);});_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x21e),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x1fb)](_0x2a1881(0x22b),null,_0x2a1881(0x20b))),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x20b),(_0x1a5632,_0x2ed23b)=>this[_0x2a1881(0x201)](this[_0x2a1881(0x1fc)],_0x1a5632,_0x2ed23b)),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x20c),()=>!0x1);}_0x11a11b[_0x2a1881(0x218)][_0x2a1881(0x217)](_0x29059d=>this[_0x2a1881(0x20e)](_0x29059d));}[_0x43f735(0x20d)](_0x43e559,_0x2fc672,_0x5ce42a,_0x407a89,_0xe2ff0d,_0x223ca9){const _0x177783=_0x43f735,_0x566451=this[_0x177783(0x1e1)][_0x177783(0x1e5)][_0x177783(0x216)](_0x177783(0x1e2));this[_0x177783(0x1e1)][_0x177783(0x20a)][_0x177783(0x1ee)](_0x223ca9[_0x177783(0x221)],()=>{const _0x3d8468=_0x177783;for(const _0x5e589a of _0x2fc672){if(this[_0x3d8468(0x1fa)](_0x5e589a,_0x407a89))_0xe2ff0d(_0x223ca9);else{const _0x45cdf6={};for(const _0x5639f9 of _0x5ce42a){const _0x3917e7=_0x5e589a[_0x3d8468(0x20f)](_0x5639f9);void 0x0!==_0x3917e7&&(_0x45cdf6[_0x5639f9]=_0x3917e7);}_0xe2ff0d(_0x223ca9),_0x566451[_0x3d8468(0x226)](_0x5e589a,{'commandParams':[_0x45cdf6]},[],_0x407a89);}}});}[_0x43f735(0x201)](_0x108f20,_0x50cb71,_0x38b2bd){const _0x2d0a40=_0x43f735,_0x4a679e=_0x50cb71[0x0][_0x2d0a40(0x21a)][_0x2d0a40(0x215)],_0x1836db=_0x38b2bd[_0x2d0a40(0x1f3)][0x0];this[_0x2d0a40(0x1e1)][_0x2d0a40(0x20a)][_0x2d0a40(0x219)](_0x3cafc0=>{const _0x89a152=_0x2d0a40;for(const _0x462f46 of _0x108f20)void 0x0!==_0x1836db[_0x462f46]?_0x3cafc0[_0x89a152(0x220)](_0x462f46,_0x1836db[_0x462f46],_0x4a679e):_0x3cafc0[_0x89a152(0x22a)](_0x462f46,_0x4a679e);});}[_0x43f735(0x20e)](_0x2dea30){const _0x571731=_0x43f735;if(_0x2dea30[_0x571731(0x206)])switch(_0x2dea30[_0x571731(0x211)]){case _0x571731(0x1f2):return{'type':_0x571731(0x1df),'content':_0x336c28(this[_0x571731(0x1e1)][_0x571731(0x1f9)],_0x571731(0x1ec))};case _0x571731(0x1fc):return{'type':_0x571731(0x1df),'content':_0x336c28(this[_0x571731(0x1e1)][_0x571731(0x1f9)],_0x571731(0x1e0))};}}[_0x43f735(0x1fa)](_0x1433d0,_0x4ee97d){const _0x591ebf=_0x43f735,_0x4f3942=this[_0x591ebf(0x1e1)][_0x591ebf(0x1e5)][_0x591ebf(0x216)](_0x591ebf(0x1e2));for(const _0x46c8fe of _0x4f3942[_0x591ebf(0x1f4)]({'skipNotAttached':!0x0})){const _0x222026=_0x46c8fe[_0x591ebf(0x204)]();if(_0x46c8fe[_0x591ebf(0x211)]===_0x4ee97d&&_0x222026===_0x1433d0)return _0x46c8fe;}return null;}}function _0x3346(_0x1f6eee,_0x179dc4){const _0x65ccdf=_0x65cc();return _0x3346=function(_0x33467d,_0x1620b8){_0x33467d=_0x33467d-0x1dd;let _0x57953f=_0x65ccdf[_0x33467d];return _0x57953f;},_0x3346(_0x1f6eee,_0x179dc4);}function _0x65cc(){const _0x32d058=['handleDiscardAction','248ysMuDl','getFirstPosition','getContainedElement','20IWoerl','data','enableCommand','4faHtZc','tableCellWidth','model','discard','join','_handlePropertyChange','handleSuggestionDescription','getAttribute','tableCellPadding','subType','tableCellBackgroundColor','tableCellBorderWidth','registerCustomCallback','nodeAfter','get','registerDescriptionCallback','_descriptionFactory','change','start','_suggestionFactory','tableCellBorderStyle','TableCellPropertiesEditing','accept','tableBorderStyle','setAttribute','batch','216936XsqSTH','document','1836365mwPzEu','310346BDfnNs','markBlockFormat','TablePropertiesEditing','tableHeight','770823xukxat','removeAttribute','formatBlock','tableWidth','getSelectionAffectedTableCells','tableBorderColor','format','*Format:*\x20change\x20table\x20cell\x20properties','editor','TrackChangesEditing','TableUtils','pluginName','plugins','tableAlignment','tableCellHorizontalAlignment','6zRYsKD','has','tableBackgroundColor','tableCellVerticalAlignment','*Format:*\x20change\x20table\x20properties','table','enqueueChange','selection','2645346hRGHjY','TrackChangesTableProperties','tableProperties','commandParams','getSuggestions','findAncestor','7343zdfUaS','afterInit','tableCellHeight','locale','_getSuggestion','getSuggestionCallback','tableCellProperties','tableBorderWidth','14478600wCjuCR','tableCellBorderColor','2082wzubUd'];_0x65cc=function(){return _0x32d058;};return _0x65cc();}
23
+ const _0x28106e=_0x1809;(function(_0x133053,_0x4adac2){const _0x2b1178=_0x1809,_0x14ad63=_0x133053();while(!![]){try{const _0x269585=parseInt(_0x2b1178(0x125))/0x1*(-parseInt(_0x2b1178(0x112))/0x2)+parseInt(_0x2b1178(0x12d))/0x3*(-parseInt(_0x2b1178(0x117))/0x4)+parseInt(_0x2b1178(0xfe))/0x5*(parseInt(_0x2b1178(0x11e))/0x6)+-parseInt(_0x2b1178(0x13c))/0x7*(-parseInt(_0x2b1178(0x121))/0x8)+parseInt(_0x2b1178(0xfd))/0x9*(-parseInt(_0x2b1178(0x13b))/0xa)+-parseInt(_0x2b1178(0x13d))/0xb+-parseInt(_0x2b1178(0x140))/0xc*(-parseInt(_0x2b1178(0x10a))/0xd);if(_0x269585===_0x4adac2)break;else _0x14ad63['push'](_0x14ad63['shift']());}catch(_0x2f8d43){_0x14ad63['push'](_0x14ad63['shift']());}}}(_0xf21a,0x1e2ba));function _0xf21a(){const _0x308cf5=['registerDescriptionCallback','16913RDxSWK','afterInit','_getSuggestion','tableHeight','removeAttribute','get','locale','plugins','530XWcTvA','has','getContainedElement','tableCellBorderColor','registerCustomCallback','8RNFdPB','start','document','join','formatBlock','tableCellHeight','handleDiscardAction','66pJJkzr','tableCellWidth','tableCellBorderStyle','72992miwnRY','enqueueChange','accept','editor','362eGMnZl','setAttribute','commandParams','getSelectionAffectedTableCells','tableWidth','getSuggestions','nodeAfter','TrackChangesTableProperties','237846eXLCJv','pluginName','tableBackgroundColor','TableUtils','tableCellHorizontalAlignment','getSuggestionCallback','format','markBlockFormat','model','discard','getAttribute','tableCellPadding','tableCellBackgroundColor','*Format:*\x20change\x20table\x20properties','14680DVwTkh','161THldmV','932910LzURmf','batch','_suggestionFactory','1524sTxvhy','enableCommand','tableBorderStyle','tableBorderWidth','getFirstPosition','data','_descriptionFactory','subType','tableCellProperties','_handlePropertyChange','table','tableCellVerticalAlignment','tableProperties','change','909kdvnPF','107305LqPYFO','*Format:*\x20change\x20table\x20cell\x20properties','tableCellBorderWidth','tableBorderColor','TablePropertiesEditing','selection','handleSuggestionDescription','TableCellPropertiesEditing','TrackChangesEditing','findAncestor','tableAlignment'];_0xf21a=function(){return _0x308cf5;};return _0xf21a();}import{Plugin as _0x58f18b}from'ckeditor5/src/core.js';function _0x1809(_0x49b279,_0x3a99d6){const _0xf21acb=_0xf21a();return _0x1809=function(_0x1809a5,_0x4808ea){_0x1809a5=_0x1809a5-0xf7;let _0x21721a=_0xf21acb[_0x1809a5];return _0x21721a;},_0x1809(_0x49b279,_0x3a99d6);}import{getTranslation as _0x2cc91b}from'../utils/common-translations.js';export default class Mt extends _0x58f18b{constructor(_0x2eb44f){const _0x33dcec=_0x1809;super(_0x2eb44f),this[_0x33dcec(0xfb)]=[_0x33dcec(0x101),_0x33dcec(0x142),_0x33dcec(0x143),_0x33dcec(0x108),_0x33dcec(0x129),_0x33dcec(0x10d),_0x33dcec(0x12f)],this[_0x33dcec(0xf7)]=[_0x33dcec(0x115),_0x33dcec(0x120),_0x33dcec(0x100),_0x33dcec(0x138),_0x33dcec(0x11f),_0x33dcec(0x11c),_0x33dcec(0x139),_0x33dcec(0x131),_0x33dcec(0xfa)];}static get[_0x28106e(0x12e)](){const _0x48062c=_0x28106e;return _0x48062c(0x12c);}[_0x28106e(0x10b)](){const _0x33fc0f=_0x28106e,_0x53c4df=this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x10f)](_0x33fc0f(0x106));if(this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x113)](_0x33fc0f(0x102))){for(const _0x5a0acf of this[_0x33fc0f(0xfb)])_0x53c4df[_0x33fc0f(0x141)](_0x5a0acf,(_0x168f40,_0x58e344)=>{const _0xbdc0b1=_0x33fc0f,_0x4d57f1=this[_0xbdc0b1(0x124)][_0xbdc0b1(0x135)][_0xbdc0b1(0x119)][_0xbdc0b1(0x103)][_0xbdc0b1(0x144)]()[_0xbdc0b1(0x107)](_0xbdc0b1(0xf9));this[_0xbdc0b1(0xf8)](_0x5a0acf,[_0x4d57f1],this[_0xbdc0b1(0xfb)],_0xbdc0b1(0xfb),_0x168f40,_0x58e344);});_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x123),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x132)](_0x33fc0f(0x11b),null,_0x33fc0f(0x136))),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x136),(_0x315091,_0x4031c1)=>this[_0x33fc0f(0x11d)](this[_0x33fc0f(0xfb)],_0x315091,_0x4031c1)),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xfb),_0x33fc0f(0x11a),()=>!0x1);}if(this[_0x33fc0f(0x124)][_0x33fc0f(0x111)][_0x33fc0f(0x113)](_0x33fc0f(0x105))){for(const _0x165b98 of this[_0x33fc0f(0xf7)])_0x53c4df[_0x33fc0f(0x141)](_0x165b98,(_0xd18cab,_0xc901ff)=>{const _0x399b03=_0x33fc0f,_0x162dd4=this[_0x399b03(0x124)][_0x399b03(0x111)][_0x399b03(0x10f)](_0x399b03(0x130))[_0x399b03(0x128)](this[_0x399b03(0x124)][_0x399b03(0x135)][_0x399b03(0x119)][_0x399b03(0x103)]);this[_0x399b03(0xf8)](_0x165b98,_0x162dd4,this[_0x399b03(0xf7)],_0x399b03(0xf7),_0xd18cab,_0xc901ff);});_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x123),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x132)](_0x33fc0f(0x11b),null,_0x33fc0f(0x136))),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x136),(_0x3ae499,_0x115bf5)=>this[_0x33fc0f(0x11d)](this[_0x33fc0f(0xf7)],_0x3ae499,_0x115bf5)),_0x53c4df[_0x33fc0f(0x13f)][_0x33fc0f(0x116)](_0x33fc0f(0x11b),_0x33fc0f(0xf7),_0x33fc0f(0x11a),()=>!0x1);}_0x53c4df[_0x33fc0f(0x146)][_0x33fc0f(0x109)](_0x70f022=>this[_0x33fc0f(0x104)](_0x70f022));}[_0x28106e(0xf8)](_0x150058,_0x1d8ce5,_0x19af48,_0xdaed0e,_0x1aad03,_0x431fb2){const _0x4224c2=_0x28106e,_0x8dc169=this[_0x4224c2(0x124)][_0x4224c2(0x111)][_0x4224c2(0x10f)](_0x4224c2(0x106));this[_0x4224c2(0x124)][_0x4224c2(0x135)][_0x4224c2(0x122)](_0x431fb2[_0x4224c2(0x13e)],()=>{const _0x596362=_0x4224c2;for(const _0x494db4 of _0x1d8ce5){if(this[_0x596362(0x10c)](_0x494db4,_0xdaed0e))_0x1aad03(_0x431fb2);else{const _0x116b9b={};for(const _0xa9ae5f of _0x19af48){const _0x1e129c=_0x494db4[_0x596362(0x137)](_0xa9ae5f);void 0x0!==_0x1e129c&&(_0x116b9b[_0xa9ae5f]=_0x1e129c);}_0x1aad03(_0x431fb2),_0x8dc169[_0x596362(0x134)](_0x494db4,{'commandParams':[_0x116b9b]},[],_0xdaed0e);}}});}[_0x28106e(0x11d)](_0x4a9970,_0x3d3867,_0x27642d){const _0xd6ec89=_0x28106e,_0x14a665=_0x3d3867[0x0][_0xd6ec89(0x118)][_0xd6ec89(0x12b)],_0x1861be=_0x27642d[_0xd6ec89(0x127)][0x0];this[_0xd6ec89(0x124)][_0xd6ec89(0x135)][_0xd6ec89(0xfc)](_0x3d5dc1=>{const _0x406f10=_0xd6ec89;for(const _0x396547 of _0x4a9970)void 0x0!==_0x1861be[_0x396547]?_0x3d5dc1[_0x406f10(0x126)](_0x396547,_0x1861be[_0x396547],_0x14a665):_0x3d5dc1[_0x406f10(0x10e)](_0x396547,_0x14a665);});}[_0x28106e(0x104)](_0x59735a){const _0x4260ed=_0x28106e;if(_0x59735a[_0x4260ed(0x145)])switch(_0x59735a[_0x4260ed(0x147)]){case _0x4260ed(0xfb):return{'type':_0x4260ed(0x133),'content':_0x2cc91b(this[_0x4260ed(0x124)][_0x4260ed(0x110)],_0x4260ed(0x13a))};case _0x4260ed(0xf7):return{'type':_0x4260ed(0x133),'content':_0x2cc91b(this[_0x4260ed(0x124)][_0x4260ed(0x110)],_0x4260ed(0xff))};}}[_0x28106e(0x10c)](_0x73676,_0x261b8c){const _0x400c52=_0x28106e,_0x7e97c6=this[_0x400c52(0x124)][_0x400c52(0x111)][_0x400c52(0x10f)](_0x400c52(0x106));for(const _0xebbce6 of _0x7e97c6[_0x400c52(0x12a)]({'skipNotAttached':!0x0})){const _0x127d19=_0xebbce6[_0x400c52(0x114)]();if(_0xebbce6[_0x400c52(0x147)]===_0x261b8c&&_0x127d19===_0x73676)return _0xebbce6;}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a9121=_0x3fb5;function _0x3fb5(_0x174696,_0x442264){const _0x585824=_0x5858();return _0x3fb5=function(_0x3fb51a,_0x38ac9d){_0x3fb51a=_0x3fb51a-0x1b6;let _0xca545d=_0x585824[_0x3fb51a];return _0xca545d;},_0x3fb5(_0x174696,_0x442264);}(function(_0x3a2494,_0x170f24){const _0xd20b44=_0x3fb5,_0x34dd8d=_0x3a2494();while(!![]){try{const _0x1664cc=parseInt(_0xd20b44(0x1bd))/0x1*(parseInt(_0xd20b44(0x1b9))/0x2)+-parseInt(_0xd20b44(0x1b6))/0x3+-parseInt(_0xd20b44(0x1c8))/0x4+-parseInt(_0xd20b44(0x1c7))/0x5+-parseInt(_0xd20b44(0x1c2))/0x6+-parseInt(_0xd20b44(0x1b8))/0x7*(parseInt(_0xd20b44(0x1c5))/0x8)+parseInt(_0xd20b44(0x1c6))/0x9*(parseInt(_0xd20b44(0x1bf))/0xa);if(_0x1664cc===_0x170f24)break;else _0x34dd8d['push'](_0x34dd8d['shift']());}catch(_0xa7df0f){_0x34dd8d['push'](_0x34dd8d['shift']());}}}(_0x5858,0x5294e));import{Plugin as _0x1c47ad}from'ckeditor5/src/core.js';export default class vt extends _0x1c47ad{[_0x4a9121(0x1c3)](){const _0x53a01b=_0x4a9121,_0x277954=this[_0x53a01b(0x1c1)];_0x277954[_0x53a01b(0x1bc)][_0x53a01b(0x1be)](_0x53a01b(0x1ba))&&_0x277954[_0x53a01b(0x1bc)][_0x53a01b(0x1c0)](_0x53a01b(0x1c4))[_0x53a01b(0x1bb)](_0x53a01b(0x1b7));}}function _0x5858(){const _0x4c4a5a=['887yydCmr','has','10uLZHLk','get','editor','3161220OgyEdp','afterInit','TrackChangesEditing','1387096ssnCwI','21328533ERcQYG','772315NgVgoC','2334124mrNtnK','1262496LxBOZd','insertTemplate','14fqTHzn','2WeKTPv','Template','enableCommand','plugins'];_0x5858=function(){return _0x4c4a5a;};return _0x5858();}
23
+ const _0x3f922a=_0x3815;function _0x3815(_0x5182df,_0x3224fd){const _0x33f0ad=_0x33f0();return _0x3815=function(_0x38158e,_0x48c832){_0x38158e=_0x38158e-0x17e;let _0x3ddc7a=_0x33f0ad[_0x38158e];return _0x3ddc7a;},_0x3815(_0x5182df,_0x3224fd);}(function(_0x50758f,_0x13f508){const _0x2c4117=_0x3815,_0x451a3c=_0x50758f();while(!![]){try{const _0x3cc02e=parseInt(_0x2c4117(0x18c))/0x1+-parseInt(_0x2c4117(0x17e))/0x2+parseInt(_0x2c4117(0x186))/0x3+-parseInt(_0x2c4117(0x181))/0x4*(-parseInt(_0x2c4117(0x184))/0x5)+-parseInt(_0x2c4117(0x18a))/0x6+parseInt(_0x2c4117(0x183))/0x7*(-parseInt(_0x2c4117(0x189))/0x8)+parseInt(_0x2c4117(0x18f))/0x9;if(_0x3cc02e===_0x13f508)break;else _0x451a3c['push'](_0x451a3c['shift']());}catch(_0x15391b){_0x451a3c['push'](_0x451a3c['shift']());}}}(_0x33f0,0x75959));import{Plugin as _0x593e2d}from'ckeditor5/src/core.js';function _0x33f0(){const _0x136ebe=['afterInit','insertTemplate','31112vggYpB','3871368fBzogW','editor','396603PZreAK','TrackChangesEditing','has','5150331kvsxiE','1527312oeXURy','plugins','get','512612SpHogs','enableCommand','98nrUqTG','15AoHwQx','Template','1774902azqrmc'];_0x33f0=function(){return _0x136ebe;};return _0x33f0();}export default class vt extends _0x593e2d{[_0x3f922a(0x187)](){const _0x432cab=_0x3f922a,_0x2b3d47=this[_0x432cab(0x18b)];_0x2b3d47[_0x432cab(0x17f)][_0x432cab(0x18e)](_0x432cab(0x185))&&_0x2b3d47[_0x432cab(0x17f)][_0x432cab(0x180)](_0x432cab(0x18d))[_0x432cab(0x182)](_0x432cab(0x188));}}