@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240403.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +4 -0
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -3
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/src/integrations/multilevellist.d.ts +24 -0
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x392539=_0x12bc;(function(_0x5c04e4,_0x41b8bd){const _0x3f0c2a=_0x12bc,_0x9b8b91=_0x5c04e4();while(!![]){try{const _0x106ced=parseInt(_0x3f0c2a(0x19f))/0x1*(-parseInt(_0x3f0c2a(0x1b9))/0x2)+-parseInt(_0x3f0c2a(0x134))/0x3*(-parseInt(_0x3f0c2a(0x130))/0x4)+parseInt(_0x3f0c2a(0x18d))/0x5+parseInt(_0x3f0c2a(0x187))/0x6*(-parseInt(_0x3f0c2a(0x153))/0x7)+parseInt(_0x3f0c2a(0x1cf))/0x8+-parseInt(_0x3f0c2a(0x181))/0x9+parseInt(_0x3f0c2a(0x175))/0xa*(-parseInt(_0x3f0c2a(0x1b0))/0xb);if(_0x106ced===_0x41b8bd)break;else _0x9b8b91['push'](_0x9b8b91['shift']());}catch(_0x45c72b){_0x9b8b91['push'](_0x9b8b91['shift']());}}}(_0x7e9d,0xa60bc));function _0x12bc(_0x5edf2c,_0xa515a8){const _0x7e9da3=_0x7e9d();return _0x12bc=function(_0x12bca8,_0x42e732){_0x12bca8=_0x12bca8-0x130;let _0x393234=_0x7e9da3[_0x12bca8];return _0x393234;},_0x12bc(_0x5edf2c,_0xa515a8);}import{Plugin as _0x39e165}from'ckeditor5/src/core.js';import{LiveRange as _0x1953b4}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x595dca}from'ckeditor5/src/widget.js';import{getTranslation as _0x5960af}from'../utils/common-translations.js';export default class yt extends _0x39e165{constructor(_0xd94ff1){const _0x3c25dd=_0x12bc;super(_0xd94ff1),this[_0x3c25dd(0x16c)]=[_0x3c25dd(0x16f),_0x3c25dd(0x170)],this[_0x3c25dd(0x1a1)]=new Set();}[_0x392539(0x161)](){const _0x47c862=_0x392539,_0x4f4131=this[_0x47c862(0x14c)],_0x45a71b=_0x4f4131[_0x47c862(0x185)][_0x47c862(0x1bc)][_0x47c862(0x1a6)];if(!_0x4f4131[_0x47c862(0x199)][_0x47c862(0x188)](_0x47c862(0x19a)))return;const _0x3b93ce=_0x4f4131[_0x47c862(0x17a)],_0x345124=_0x4f4131[_0x47c862(0x199)][_0x47c862(0x166)](_0x47c862(0x194)),_0x4b731b=_0x4f4131[_0x47c862(0x199)][_0x47c862(0x166)](_0x47c862(0x13a));_0x345124[_0x47c862(0x1a9)][_0x47c862(0x157)](_0x47c862(0x1c8),_0x119e8d=>_0x5960af(_0x3b93ce,_0x47c862(0x146),_0x119e8d)),this[_0x47c862(0x158)](),_0x345124[_0x47c862(0x15c)](_0x47c862(0x1a2)),_0x345124[_0x47c862(0x15c)](_0x47c862(0x179)),_0x345124[_0x47c862(0x15c)](_0x47c862(0x159));for(const _0x33ec24 of[_0x47c862(0x174),_0x47c862(0x176)]){const _0x247b5b=_0x4f4131[_0x47c862(0x1bf)][_0x47c862(0x166)](_0x33ec24);_0x345124[_0x47c862(0x15c)](_0x33ec24,_0x2457d2=>{const _0x22022a=_0x47c862;_0x4f4131[_0x22022a(0x185)][_0x22022a(0x1b2)](_0x110b8f=>{const _0x4d0c76=_0x22022a;_0x2457d2();const _0x215ef0=_0x4d0c76(0x173)===_0x247b5b[_0x4d0c76(0x144)],_0x5a3365=_0x4b731b[_0x4d0c76(0x14d)](_0x45a71b),_0xc166c7=_0x4b731b[_0x4d0c76(0x164)](_0x5a3365),_0x32f937=_0x215ef0?_0xc166c7[_0x4d0c76(0x19c)]-0x1:_0xc166c7[_0x4d0c76(0x156)]+0x1,_0x3681ba=_0x5a3365[0x0][_0x4d0c76(0x1d2)](_0x4d0c76(0x1c8)),_0xb34803=_0x4b731b[_0x4d0c76(0x132)](_0x3681ba,{'startRow':_0x32f937,'endRow':_0x32f937}),_0x4ca7dd=Array[_0x4d0c76(0x15a)](_0xb34803)[_0x4d0c76(0x1a8)](_0x383683=>_0x110b8f[_0x4d0c76(0x139)](_0x383683[_0x4d0c76(0x1ca)]));_0x345124[_0x4d0c76(0x1b5)](_0x4ca7dd,_0x4d0c76(0x16f));});});}for(const _0x478b1b of[_0x47c862(0x15b),_0x47c862(0x160)]){const _0x12f58f=_0x4f4131[_0x47c862(0x1bf)][_0x47c862(0x166)](_0x478b1b);_0x345124[_0x47c862(0x15c)](_0x478b1b,_0x3fc787=>{const _0x2b0986=_0x47c862;_0x4f4131[_0x2b0986(0x185)][_0x2b0986(0x1b2)](_0x1c7859=>{const _0xbb52bc=_0x2b0986;_0x3fc787();const _0x22d168=_0xbb52bc(0x172)===_0x12f58f[_0xbb52bc(0x144)],_0x1a3b33=_0x4b731b[_0xbb52bc(0x14d)](_0x45a71b),_0x78415a=_0x4b731b[_0xbb52bc(0x1ce)](_0x1a3b33),_0x3556fe=_0x22d168?_0x78415a[_0xbb52bc(0x19c)]-0x1:_0x78415a[_0xbb52bc(0x156)]+0x1,_0x36eb9c=_0x1a3b33[0x0][_0xbb52bc(0x1d2)](_0xbb52bc(0x1c8)),_0xb46195=_0x4b731b[_0xbb52bc(0x132)](_0x36eb9c,{'startRow':0x0,'column':_0x3556fe,'includeAllSlots':!0x1}),_0x297fc4=Array[_0xbb52bc(0x15a)](_0xb46195)[_0xbb52bc(0x1a8)](_0x1ca903=>_0x1c7859[_0xbb52bc(0x139)](_0x1ca903[_0xbb52bc(0x1ca)]));_0x345124[_0xbb52bc(0x1b5)](_0x297fc4,_0xbb52bc(0x170));});});}for(const _0xd0c9d8 of[_0x47c862(0x133),_0x47c862(0x16b)]){const _0x2b7f0e=_0xd0c9d8[_0x47c862(0x1a4)](0xb),_0xe1ad07=_0x2b7f0e[_0x47c862(0x17b)](),_0x292232=_0xe1ad07[_0x47c862(0x1a4)](0x0,0x3)+_0x47c862(0x1c2),_0x4fa483=_0x47c862(0x1c8)+_0x2b7f0e,_0x4d88b6=_0x47c862(0x1b6)+_0x2b7f0e,_0x17fb56=_0x47c862(0x15d)+_0x2b7f0e;_0x345124[_0x47c862(0x15c)](_0xd0c9d8,()=>{const _0x5f15a9=_0x47c862;_0x4f4131[_0x5f15a9(0x185)][_0x5f15a9(0x1b2)](_0x29ed24=>{const _0x553eb4=_0x5f15a9,_0x3729de=_0x4b731b[_0x553eb4(0x14d)](_0x45a71b),_0x243e60=_0x3729de[0x0][_0x553eb4(0x1d2)](_0x553eb4(0x1c8));let _0x44e61d;if(_0x553eb4(0x133)==_0xd0c9d8){const _0x2a586c=_0x4b731b[_0x553eb4(0x164)](_0x3729de);_0x44e61d={'startRow':_0x2a586c[_0x553eb4(0x19c)],'endRow':_0x2a586c[_0x553eb4(0x156)],'includeAllSlots':!0x0};}else{const _0x23b104=_0x4b731b[_0x553eb4(0x1ce)](_0x3729de);_0x44e61d={'startColumn':_0x23b104[_0x553eb4(0x19c)],'endColumn':_0x23b104[_0x553eb4(0x156)],'includeAllSlots':!0x0};}const _0x173bef=_0x4b731b[_0x553eb4(0x132)](_0x243e60,_0x44e61d),_0xbd02c7=Array[_0x553eb4(0x15a)](_0x173bef)[_0x553eb4(0x1a8)](({cell:_0x42bb25})=>_0x42bb25),_0x319085=ue(_0xbd02c7[_0x553eb4(0x191)](_0x5a64aa=>_0x5a64aa[_0x553eb4(0x1d0)](_0x292232))),_0x550318=ue(_0xbd02c7[_0x553eb4(0x191)](_0x201fee=>!_0x201fee[_0x553eb4(0x1d0)](_0x292232)))[_0x553eb4(0x1a8)](_0x4682e3=>_0x29ed24[_0x553eb4(0x139)](_0x4682e3)),_0x26fedb=_0x345124[_0x553eb4(0x18e)](_0x550318,_0x4fa483);if(_0x26fedb&&(_0x553eb4(0x16f)==_0x26fedb[_0x553eb4(0x1b8)]||_0x553eb4(0x170)==_0x26fedb[_0x553eb4(0x1b8)])){const _0x525b0b=this[_0x553eb4(0x17d)](_0x26fedb);for(const _0x1c9407 of _0x319085){const _0x40e1e8=_0x29ed24[_0x553eb4(0x139)](_0x1c9407),_0x3ba1a1=_0x4b731b[_0x553eb4(0x15e)](_0x1c9407),_0x372afc=_0x1c9407[_0x553eb4(0x193)](_0x292232)-0x1,_0x38039f=_0x525b0b[_0x4d88b6],_0x1775b9=_0x525b0b[_0x17fb56];_0x38039f<=_0x3ba1a1[_0xe1ad07]&&_0x3ba1a1[_0xe1ad07]+_0x372afc<=_0x1775b9&&_0x26fedb[_0x553eb4(0x1c0)](_0x40e1e8);}}});});}function _0x4a5624(_0x47d09b){const _0x1d6abb=_0x47c862,_0x3461e0=Array[_0x1d6abb(0x15a)](_0x45a71b[_0x1d6abb(0x183)]())[_0x1d6abb(0x1a8)](_0x4beab2=>_0x1953b4[_0x1d6abb(0x140)](_0x4beab2));_0x4f4131[_0x1d6abb(0x185)][_0x1d6abb(0x1b2)](_0x2865ba=>{const _0x3de73e=_0x1d6abb,_0x39e295=_0x2865ba[_0x3de73e(0x137)];_0x47d09b=_0x47d09b[_0x3de73e(0x191)](_0x4ee9ec=>_0x3de73e(0x142)!=_0x4ee9ec[_0x3de73e(0x1ac)][_0x3de73e(0x1be)]),_0x2865ba[_0x3de73e(0x16d)](_0x47d09b),_0x4f4131[_0x3de73e(0x1bf)][_0x3de73e(0x166)](_0x3de73e(0x133))[_0x3de73e(0x178)](),_0x4f4131[_0x3de73e(0x196)](_0x3de73e(0x133),{'forceDefaultExecution':!0x0}),_0x4f4131[_0x3de73e(0x185)][_0x3de73e(0x1b1)](()=>{const _0xb186b4=_0x3de73e;_0x4f4131[_0xb186b4(0x185)][_0xb186b4(0x1b1)](_0x39e295,_0x423126=>{const _0x4e9cbf=_0xb186b4,_0x1b24ab=_0x3461e0[_0x4e9cbf(0x191)](_0x54a393=>_0x4e9cbf(0x142)!=_0x54a393[_0x4e9cbf(0x1ac)][_0x4e9cbf(0x1be)]);_0x1b24ab[_0x4e9cbf(0x169)]>0x0&&_0x423126[_0x4e9cbf(0x16d)](_0x1b24ab);for(const _0x5157ea of _0x3461e0)_0x5157ea[_0x4e9cbf(0x149)]();});});});}function _0x482fed(_0x8e114c){const _0x2789aa=_0x47c862;_0x4f4131[_0x2789aa(0x185)][_0x2789aa(0x1b2)](_0x43f2af=>{const _0x7f06ad=_0x2789aa,_0xb1983=Array[_0x7f06ad(0x15a)](_0x45a71b[_0x7f06ad(0x183)]())[_0x7f06ad(0x1a8)](_0x386476=>_0x1953b4[_0x7f06ad(0x140)](_0x386476)),_0xbb5b27=[];for(const _0x9c1adc of _0x8e114c)for(const _0x2a1d13 of _0x9c1adc[_0x7f06ad(0x13f)]({'shallow':!0x0}))_0xbb5b27[_0x7f06ad(0x1c4)](_0x2a1d13);for(const _0x166b70 of _0xbb5b27)_0x7f06ad(0x142)!=_0x166b70[_0x7f06ad(0x1ac)][_0x7f06ad(0x1be)]&&(_0x43f2af[_0x7f06ad(0x16d)](_0x43f2af[_0x7f06ad(0x15f)](_0x166b70,0x0)),_0x4f4131[_0x7f06ad(0x1bf)][_0x7f06ad(0x166)](_0x7f06ad(0x16b))[_0x7f06ad(0x178)](),_0x4f4131[_0x7f06ad(0x196)](_0x7f06ad(0x16b),{'forceDefaultExecution':!0x0}));const _0x257d86=_0xb1983[_0x7f06ad(0x191)](_0x2a4e7e=>_0x7f06ad(0x142)!=_0x2a4e7e[_0x7f06ad(0x1ac)][_0x7f06ad(0x1be)]);_0x257d86[_0x7f06ad(0x169)]>0x0&&_0x43f2af[_0x7f06ad(0x16d)](_0x257d86);for(const _0x3e5dda of _0xb1983)_0x3e5dda[_0x7f06ad(0x149)]();});}function _0x4f5e2f(_0x385269,_0x3c8505){const _0x3d92b0=_0x47c862;return _0x3c8505[_0x3d92b0(0x143)](_0x2022bd=>_0x385269[_0x3d92b0(0x1c7)](_0x234223=>_0x234223[_0x3d92b0(0x190)][_0x3d92b0(0x1aa)](_0x2022bd[_0x3d92b0(0x197)])||_0x2022bd[_0x3d92b0(0x190)][_0x3d92b0(0x1aa)](_0x234223[_0x3d92b0(0x197)])));}function _0x172b80(_0x358289,_0x40bab8){const _0x2992dd=_0x47c862;return _0x358289[_0x2992dd(0x1c7)](_0x4cf654=>_0x40bab8[_0x2992dd(0x1c7)](_0xfe6d4b=>_0x4cf654[_0x2992dd(0x190)][_0x2992dd(0x198)](_0xfe6d4b[_0x2992dd(0x197)])));}_0x4f4131[_0x47c862(0x14a)][_0x47c862(0x1b4)]['on'](_0x47c862(0x16e),(_0x2766f2,_0x500928,_0x3ebba1)=>{const _0x41c567=_0x47c862;if(!_0x3ebba1[_0x41c567(0x16a)][_0x41c567(0x163)])return;const _0x10923d=_0x500928[_0x41c567(0x19e)];if(!_0x10923d)return;const _0x48afd2=_0x3ebba1[_0x41c567(0x1cc)][_0x41c567(0x147)](_0x10923d);function _0x5c4377(_0x15eb93){const _0xfae463=_0x41c567;return Array[_0xfae463(0x1bd)](_0x15eb93)?_0x15eb93:[_0x15eb93];}_0x48afd2&&_0x41c567(0x18f)===_0x10923d[_0x41c567(0x177)]&&_0x595dca(_0x48afd2,_0x3ebba1[_0x41c567(0x148)],(_0x33c61d,_0x253a44,_0x30f4cf)=>_0x30f4cf[_0x41c567(0x131)](_0x5c4377(_0x253a44[_0x41c567(0x135)]),_0x33c61d),(_0x2118e6,_0x164068,_0x48ce76)=>_0x48ce76[_0x41c567(0x195)](_0x5c4377(_0x164068[_0x41c567(0x135)]),_0x2118e6));},{'priority':_0x47c862(0x186)}),_0x345124[_0x47c862(0x1a9)][_0x47c862(0x13c)](_0x589bfb=>{const _0x5170c7=_0x47c862;if(_0x5170c7(0x1b3)!=_0x589bfb[_0x5170c7(0x1c3)]&&_0x5170c7(0x1c5)!=_0x589bfb[_0x5170c7(0x1c3)])return;const _0x4fe51a=_0x589bfb[_0x5170c7(0x167)]();if(null!=_0x4fe51a&&_0x4fe51a['is'](_0x5170c7(0x180),_0x5170c7(0x1c8))){if(_0x5170c7(0x1b3)==_0x589bfb[_0x5170c7(0x1c3)]){const _0x3eac0d=_0x589bfb[_0x5170c7(0x13f)]()[_0x5170c7(0x191)](_0x4f4fd4=>_0x4f4fd4['is'](_0x5170c7(0x18a)))[_0x5170c7(0x1a8)](_0x3b3bff=>_0x3b3bff[_0x5170c7(0x14a)]);if(_0x3eac0d[_0x5170c7(0x169)])return{'type':_0x5170c7(0x1b3),'content':_0x5960af(_0x3b93ce,_0x5170c7(0x18c),_0x5960af(_0x3b93ce,_0x5170c7(0x189),'\x22'+_0x3eac0d[_0x5170c7(0x162)]('\x20')+'\x22'))};}if(_0x5170c7(0x1c5)==_0x589bfb[_0x5170c7(0x1c3)]){const _0x4fd2e3=_0x589bfb[_0x5170c7(0x13f)]()[_0x5170c7(0x191)](_0x473e16=>_0x473e16['is'](_0x5170c7(0x18a)))[_0x5170c7(0x1a8)](_0x4d260e=>_0x4d260e[_0x5170c7(0x14a)]);if(_0x4fd2e3[_0x5170c7(0x169)])return{'type':_0x5170c7(0x1c5),'content':_0x5960af(_0x3b93ce,_0x5170c7(0x1ab),_0x5960af(_0x3b93ce,_0x5170c7(0x189),'\x22'+_0x4fd2e3[_0x5170c7(0x162)]('\x20')+'\x22'))};}}}),_0x345124[_0x47c862(0x1a9)][_0x47c862(0x13c)](_0x43da24=>{const _0x1ed4f5=_0x47c862;if(_0x1ed4f5(0x16f)==_0x43da24[_0x1ed4f5(0x1b8)]){const _0x401e6b=_0x43da24[_0x1ed4f5(0x13f)]()[_0x1ed4f5(0x191)](_0x387d28=>_0x387d28['is'](_0x1ed4f5(0x18a)))[_0x1ed4f5(0x1a8)](_0xa719ee=>_0xa719ee[_0x1ed4f5(0x14a)]),_0x4f2a61=this[_0x1ed4f5(0x17d)](_0x43da24),_0x112e68=_0x4f2a61[_0x1ed4f5(0x1af)]-_0x4f2a61[_0x1ed4f5(0x1a7)]+0x1;if(_0x1ed4f5(0x1b3)==_0x43da24[_0x1ed4f5(0x1c3)])return _0x401e6b[_0x1ed4f5(0x169)]?{'type':_0x1ed4f5(0x1b3),'content':_0x5960af(_0x3b93ce,_0x1ed4f5(0x18c),_0x5960af(_0x3b93ce,_0x1ed4f5(0x14b),[_0x112e68,'\x22'+_0x401e6b[_0x1ed4f5(0x162)]('\x20')+'\x22']))}:{'type':_0x1ed4f5(0x1b3),'content':_0x5960af(_0x3b93ce,_0x1ed4f5(0x18c),_0x5960af(_0x3b93ce,_0x1ed4f5(0x1cd),_0x112e68))};if(_0x1ed4f5(0x1c5)==_0x43da24[_0x1ed4f5(0x1c3)])return _0x401e6b[_0x1ed4f5(0x169)]?{'type':_0x1ed4f5(0x1c5),'content':_0x5960af(_0x3b93ce,_0x1ed4f5(0x1ab),_0x5960af(_0x3b93ce,_0x1ed4f5(0x14b),[_0x112e68,'\x22'+_0x401e6b[_0x1ed4f5(0x162)]('\x20')+'\x22']))}:{'type':_0x1ed4f5(0x1c5),'content':_0x5960af(_0x3b93ce,_0x1ed4f5(0x1ab),_0x5960af(_0x3b93ce,_0x1ed4f5(0x1cd),_0x112e68))};}if(_0x1ed4f5(0x170)==_0x43da24[_0x1ed4f5(0x1b8)]){const _0x4467be=_0x43da24[_0x1ed4f5(0x13f)]()[_0x1ed4f5(0x191)](_0x5c2fda=>_0x5c2fda['is'](_0x1ed4f5(0x18a)))[_0x1ed4f5(0x1a8)](_0x2ac7d6=>_0x2ac7d6[_0x1ed4f5(0x14a)]),_0x378bde=this[_0x1ed4f5(0x17d)](_0x43da24),_0x536b4d=_0x378bde[_0x1ed4f5(0x171)]-_0x378bde[_0x1ed4f5(0x1bb)]+0x1;if(_0x1ed4f5(0x1b3)==_0x43da24[_0x1ed4f5(0x1c3)])return _0x4467be[_0x1ed4f5(0x169)]?{'type':_0x1ed4f5(0x1b3),'content':_0x5960af(_0x3b93ce,_0x1ed4f5(0x18c),_0x5960af(_0x3b93ce,_0x1ed4f5(0x19b),[_0x536b4d,'\x22'+_0x4467be[_0x1ed4f5(0x162)]('\x20')+'\x22']))}:{'type':_0x1ed4f5(0x1b3),'content':_0x5960af(_0x3b93ce,_0x1ed4f5(0x18c),_0x5960af(_0x3b93ce,_0x1ed4f5(0x155),_0x536b4d))};if(_0x1ed4f5(0x1c5)==_0x43da24[_0x1ed4f5(0x1c3)])return _0x4467be[_0x1ed4f5(0x169)]?{'type':_0x1ed4f5(0x1c5),'content':_0x5960af(_0x3b93ce,_0x1ed4f5(0x1ab),_0x5960af(_0x3b93ce,_0x1ed4f5(0x19b),[_0x536b4d,'\x22'+_0x4467be[_0x1ed4f5(0x162)]('\x20')+'\x22']))}:{'type':_0x1ed4f5(0x1c5),'content':_0x5960af(_0x3b93ce,_0x1ed4f5(0x1ab),_0x5960af(_0x3b93ce,_0x1ed4f5(0x155),_0x536b4d))};}}),_0x345124[_0x47c862(0x151)][_0x47c862(0x192)](_0x47c862(0x1b3),_0x47c862(0x16f),_0x47c862(0x1ae),_0x4a5624),_0x345124[_0x47c862(0x151)][_0x47c862(0x192)](_0x47c862(0x1c5),_0x47c862(0x16f),_0x47c862(0x168),_0x4a5624),_0x345124[_0x47c862(0x151)][_0x47c862(0x192)](_0x47c862(0x1b3),_0x47c862(0x170),_0x47c862(0x1ae),_0x482fed),_0x345124[_0x47c862(0x151)][_0x47c862(0x192)](_0x47c862(0x1c5),_0x47c862(0x170),_0x47c862(0x168),_0x482fed),_0x345124[_0x47c862(0x151)][_0x47c862(0x192)](_0x47c862(0x1b3),_0x47c862(0x170),_0x47c862(0x162),_0x4f5e2f),_0x345124[_0x47c862(0x151)][_0x47c862(0x192)](_0x47c862(0x1c5),_0x47c862(0x170),_0x47c862(0x162),_0x4f5e2f),_0x345124[_0x47c862(0x151)][_0x47c862(0x192)](_0x47c862(0x1b3),_0x47c862(0x16f),_0x47c862(0x162),_0x172b80),_0x345124[_0x47c862(0x151)][_0x47c862(0x192)](_0x47c862(0x1c5),_0x47c862(0x16f),_0x47c862(0x162),_0x172b80);}[_0x392539(0x154)](){const _0x575b3c=_0x392539,_0x4ab732=this[_0x575b3c(0x14c)],_0xa8f4b4=_0x4ab732[_0x575b3c(0x185)][_0x575b3c(0x1bc)][_0x575b3c(0x1a6)];return(_0x4ae4fd,_0x5c90f7)=>{const _0x25a81f=_0x575b3c;_0x4ab732[_0x25a81f(0x185)][_0x25a81f(0x1b2)](_0x66272c=>{const _0x412be8=_0x25a81f,{commandName:_0x2dc68a,commandParams:_0x1406b1}=_0x5c90f7;let _0x29c75d=_0x4ae4fd[0x0][_0x412be8(0x190)][_0x412be8(0x150)];_0x1406b1&&_0x1406b1[0x0]&&!0x1===_0x1406b1[0x0][_0x412be8(0x184)]&&(_0x29c75d=_0x4ae4fd[0x0][_0x412be8(0x197)][_0x412be8(0x182)]);const _0x1de119=_0x66272c[_0x412be8(0x14f)](_0x29c75d);if(_0x412be8(0x142)==_0x1de119[_0x412be8(0x1ac)][_0x412be8(0x1be)])return;const _0x3a934c=Array[_0x412be8(0x15a)](_0xa8f4b4[_0x412be8(0x183)]())[_0x412be8(0x1a8)](_0x3aff55=>_0x1953b4[_0x412be8(0x140)](_0x3aff55));_0x66272c[_0x412be8(0x16d)](_0x1de119),_0x4ab732[_0x412be8(0x1bf)][_0x412be8(0x166)](_0x2dc68a)[_0x412be8(0x178)](),_0x1406b1[_0x412be8(0x1c4)]({'forceDefaultExecution':!0x0}),_0x4ab732[_0x412be8(0x196)](_0x2dc68a,..._0x1406b1);const _0x43ce23=_0x3a934c[_0x412be8(0x191)](_0x2bc2a0=>_0x412be8(0x142)!=_0x2bc2a0[_0x412be8(0x1ac)][_0x412be8(0x1be)]);_0x43ce23[_0x412be8(0x169)]>0x0&&_0x66272c[_0x412be8(0x16d)](_0x43ce23);for(const _0x5ee9de of _0x3a934c)_0x5ee9de[_0x412be8(0x149)]();});};}[_0x392539(0x1ad)](_0x4c7de1){const _0x50fb9e=_0x392539,_0x258240=this[_0x50fb9e(0x14c)][_0x50fb9e(0x199)][_0x50fb9e(0x166)](_0x50fb9e(0x13a));let _0x206065=Number[_0x50fb9e(0x17c)],_0xd12a8b=Number[_0x50fb9e(0x13e)],_0xe068d5=Number[_0x50fb9e(0x17c)],_0x2fd09e=Number[_0x50fb9e(0x13e)];for(const _0xedf3ec of _0x4c7de1){if(_0x50fb9e(0x142)==_0xedf3ec[_0x50fb9e(0x1ac)][_0x50fb9e(0x1be)])continue;const {row:_0x4a6284,column:_0x106a36}=_0x258240[_0x50fb9e(0x15e)](_0xedf3ec),_0x11fdf7=_0xedf3ec[_0x50fb9e(0x1d0)](_0x50fb9e(0x19d))?_0xedf3ec[_0x50fb9e(0x193)](_0x50fb9e(0x19d))-0x1:0x0,_0x254235=_0xedf3ec[_0x50fb9e(0x1d0)](_0x50fb9e(0x138))?_0xedf3ec[_0x50fb9e(0x193)](_0x50fb9e(0x138))-0x1:0x0;_0x206065=_0x4a6284<_0x206065?_0x4a6284:_0x206065,_0xd12a8b=_0x4a6284+_0x11fdf7>_0xd12a8b?_0x4a6284+_0x11fdf7:_0xd12a8b,_0xe068d5=_0x106a36<_0xe068d5?_0x106a36:_0xe068d5,_0x2fd09e=_0x106a36+_0x254235>_0x2fd09e?_0x106a36+_0x254235:_0x2fd09e;}return{'minRow':_0x206065,'maxRow':_0xd12a8b,'minColumn':_0xe068d5,'maxColumn':_0x2fd09e};}[_0x392539(0x158)](){const _0x1a93bb=_0x392539,_0x1045db=this[_0x1a93bb(0x14c)],_0x3d1709=_0x1045db[_0x1a93bb(0x199)][_0x1a93bb(0x166)](_0x1a93bb(0x194)),_0x380a18=_0x1045db[_0x1a93bb(0x199)][_0x1a93bb(0x166)](_0x1a93bb(0x13a));_0x1045db[_0x1a93bb(0x185)][_0x1a93bb(0x1bc)]['on'](_0x1a93bb(0x14e),()=>{const _0x210a28=_0x1a93bb,_0x4fec60=Array[_0x210a28(0x15a)](_0x1045db[_0x210a28(0x185)][_0x210a28(0x1bc)][_0x210a28(0x165)][_0x210a28(0x1c6)]());for(const {name:_0xea9605,data:_0x3a895d}of _0x4fec60){const {group:_0x1ccfce,id:_0x1101b5,subType:_0x299c28}=_0x3d1709[_0x210a28(0x1a0)](_0xea9605);if(_0x210a28(0x1a5)!=_0x1ccfce)continue;if(null!=_0x3a895d[_0x210a28(0x136)])continue;const _0x2f9cef=_0x3d1709[_0x210a28(0x1cb)](_0x1101b5);this[_0x210a28(0x16c)][_0x210a28(0x1a3)](_0x299c28)&&this[_0x210a28(0x1a1)][_0x210a28(0x13d)](_0x2f9cef);}},{'priority':_0x1a93bb(0x1b7)});const _0x126689=(_0x4086d3,_0x1dbcf9)=>{const _0xf1bf2e=_0x1a93bb;let _0x196f87=!0x1;const _0x5c93d0=_0x1dbcf9[_0xf1bf2e(0x139)](_0x4086d3),_0x569a9c=_0x4086d3[_0xf1bf2e(0x1d2)](_0xf1bf2e(0x1c8)),_0x2fd72d=_0x380a18[_0xf1bf2e(0x15e)](_0x4086d3);for(const _0x502b26 of this[_0xf1bf2e(0x1a1)]){const _0x31e97b=_0x502b26[_0xf1bf2e(0x1b8)],_0x4eeba5=_0x31e97b[_0xf1bf2e(0x141)](_0xf1bf2e(0x152)),_0x5b3a30=_0x31e97b[_0xf1bf2e(0x1a4)](_0x4eeba5?0xa:0x5),_0x553124=_0x5b3a30[_0xf1bf2e(0x17b)](),_0x59a133=_0x553124[_0xf1bf2e(0x1a4)](0x0,0x3)+_0xf1bf2e(0x1c2),_0x5595d9=_0xf1bf2e(0x1b6)+_0x5b3a30,_0x144cb4=_0xf1bf2e(0x15d)+_0x5b3a30;if(!_0x502b26[_0xf1bf2e(0x1c9)])continue;if(_0x569a9c!=_0x502b26[_0xf1bf2e(0x17e)]()[_0xf1bf2e(0x197)][_0xf1bf2e(0x1d2)](_0xf1bf2e(0x1c8)))continue;if(_0x502b26[_0xf1bf2e(0x1ba)](_0x5c93d0))continue;const _0x257845=_0x4086d3[_0xf1bf2e(0x1d0)](_0x59a133)?_0x4086d3[_0xf1bf2e(0x193)](_0x59a133)-0x1:0x0,_0x191902=this[_0xf1bf2e(0x17d)](_0x502b26),_0x21f9a6=_0x191902[_0x5595d9],_0x1991af=_0x191902[_0x144cb4];_0x21f9a6<=_0x2fd72d[_0x553124]&&_0x2fd72d[_0x553124]+_0x257845<=_0x1991af&&(_0x502b26[_0xf1bf2e(0x1c0)](_0x5c93d0),_0x196f87=!0x0);}return _0x196f87;};_0x1045db[_0x1a93bb(0x185)][_0x1a93bb(0x1bc)][_0x1a93bb(0x17f)](_0x1271d2=>{const _0x25e2ad=_0x1a93bb;let _0x588333=!0x1;for(const _0x4f226f of _0x1045db[_0x25e2ad(0x185)][_0x25e2ad(0x1bc)][_0x25e2ad(0x165)][_0x25e2ad(0x13b)]())if(_0x25e2ad(0x1d1)==_0x4f226f[_0x25e2ad(0x1c3)]){if(_0x25e2ad(0x16f)==_0x4f226f[_0x25e2ad(0x177)]){for(const _0x5b3bb9 of _0x4f226f[_0x25e2ad(0x18b)][_0x25e2ad(0x182)][_0x25e2ad(0x145)]())_0x588333=_0x588333||_0x126689(_0x5b3bb9,_0x1271d2);}else _0x25e2ad(0x18f)==_0x4f226f[_0x25e2ad(0x177)]&&(_0x588333=_0x588333||_0x126689(_0x4f226f[_0x25e2ad(0x18b)][_0x25e2ad(0x182)],_0x1271d2));}return _0x588333;});}[_0x392539(0x17d)](_0x34948c){const _0x1c8123=_0x392539;return this[_0x1c8123(0x1ad)](_0x34948c[_0x1c8123(0x183)]()[_0x1c8123(0x1a8)](_0x375e90=>_0x375e90[_0x1c8123(0x197)][_0x1c8123(0x182)]));}}function ue(_0x1a0fb3){const _0x148ff3=_0x392539;return Array[_0x148ff3(0x15a)](new Set(_0x1a0fb3)[_0x148ff3(0x1c1)]());}function _0x7e9d(){const _0xf65991=['$textProxy','position','*Insert:*\x20%0','5299825hFibsr','markMultiRangeDeletion','tableCell','end','filter','registerCustomCallback','getAttribute','TrackChangesEditing','removeClass','execute','start','isTouching','plugins','TableEditing','ELEMENT_TABLE_COLUMN_WITH_TEXT','first','rowspan','item','1wPdGkP','_splitMarkerName','_tableSuggestions','insertTable','includes','substr','suggestion','selection','minRow','map','_descriptionFactory','isEqual','*Remove:*\x20%0','root','_getCoordsForCells','discard','maxRow','2274635hEEzba','enqueueChange','change','insertion','downcastDispatcher','markMultiRangeInsertion','min','low','subType','338738FKxLHK','isIntersectingWithRange','minColumn','document','isArray','rootName','commands','addRange','values','span','type','push','deletion','getChangedMarkers','some','table','isInContent','cell','getSuggestion','mapper','ELEMENT_TABLE_ROW','getColumnIndexes','6792472hFRKhw','hasAttribute','insert','findAncestor','8tyISoZ','addClass','createTableWalker','removeTableRow','780981QonysY','classes','oldRange','batch','colspan','createRangeOn','TableUtils','getChanges','registerDescriptionCallback','add','MIN_SAFE_INTEGER','getItems','fromRange','startsWith','$graveyard','every','order','getChildren','ELEMENT_TABLE','toViewElement','writer','detach','data','ELEMENT_TABLE_ROW_WITH_TEXT','editor','getSelectionAffectedTableCells','change:data','createRangeIn','nodeBefore','_suggestionFactory','tablePaste','28nwldfh','_acceptFormatSuggestionCallbackFactory','ELEMENT_TABLE_COLUMN','last','registerElementLabel','_setupColumnsRowsFixing','selectTableColumn','from','insertTableColumnLeft','enableCommand','max','getCellLocation','createPositionAt','insertTableColumnRight','afterInit','join','showSuggestionHighlights','getRowIndexes','differ','get','getContainedElement','accept','length','options','removeTableColumn','_tablePostFixingSubtypes','setSelection','addMarker:suggestion','tableRow','tableColumn','maxColumn','left','above','insertTableRowAbove','30LEnpnY','insertTableRowBelow','name','refresh','selectTableRow','locale','toLowerCase','MAX_SAFE_INTEGER','_getSuggestionCoords','getFirstRange','registerPostFixer','element','6834726KBqhFC','nodeAfter','getRanges','forceValue','model','highest','300624AKjNxB','has','ELEMENT_TABLE_WITH_TEXT'];_0x7e9d=function(){return _0xf65991;};return _0x7e9d();}
23
+ const _0x5a4d4a=_0x5756;(function(_0x3cb0f0,_0x4a9b86){const _0x4a3833=_0x5756,_0xe60486=_0x3cb0f0();while(!![]){try{const _0x250f5d=parseInt(_0x4a3833(0x1ee))/0x1*(parseInt(_0x4a3833(0x1e3))/0x2)+parseInt(_0x4a3833(0x22b))/0x3*(-parseInt(_0x4a3833(0x1fd))/0x4)+parseInt(_0x4a3833(0x239))/0x5+-parseInt(_0x4a3833(0x1bb))/0x6+parseInt(_0x4a3833(0x1f5))/0x7+-parseInt(_0x4a3833(0x1dc))/0x8+parseInt(_0x4a3833(0x204))/0x9;if(_0x250f5d===_0x4a9b86)break;else _0xe60486['push'](_0xe60486['shift']());}catch(_0xca5578){_0xe60486['push'](_0xe60486['shift']());}}}(_0x4f97,0x81916));function _0x4f97(){const _0x1ac266=['7018809aoTWwp','mapper','subType','_getSuggestionCoords','includes','values','addClass','plugins','32seoRWl','highest','ELEMENT_TABLE_COLUMN','MAX_SAFE_INTEGER','from','root','registerElementLabel','387729cijEvb','insertTable','has','enableCommand','max','isEqual','_tableSuggestions','insertTableRowAbove','$textProxy','start','setSelection','ELEMENT_TABLE_WITH_TEXT','markMultiRangeInsertion','enqueueChange','getChangedMarkers','type','*Remove:*\x20%0','tableColumn','span','tablePaste','getCellLocation','getChanges','every','ELEMENT_TABLE','_tablePostFixingSubtypes','map','differ','data','insertTableColumnRight','_acceptFormatSuggestionCallbackFactory','removeClass','ELEMENT_TABLE_ROW','low','registerPostFixer','batch','getRanges','removeTableRow','afterInit','forceValue','9501zfBANk','name','_setupColumnsRowsFixing','tableRow','tableCell','insert','execute','getFirstRange','isArray','isIntersectingWithRange','item','createRangeOn','document','minColumn','3897700zCOzQF','options','toViewElement','selection','insertTableRowBelow','order','selectTableRow','isTouching','min','TrackChangesEditing','_descriptionFactory','registerCustomCallback','addRange','createPositionAt','_suggestionFactory','createRangeIn','_splitMarkerName','push','detach','insertTableColumnLeft','getAttribute','ELEMENT_TABLE_COLUMN_WITH_TEXT','add','getColumnIndexes','length','addMarker:suggestion','maxColumn','cell','selectTableColumn','toLowerCase','removeTableColumn','first','position','getItems','some','6357732wfaXaK','left','filter','registerDescriptionCallback','TableEditing','getContainedElement','accept','table','nodeBefore','createTableWalker','showSuggestionHighlights','minRow','substr','model','last','nodeAfter','getSelectionAffectedTableCells','ELEMENT_TABLE_ROW_WITH_TEXT','discard','TableUtils','element','change','locale','refresh','writer','getRowIndexes','fromRange','rowspan','_getCoordsForCells','classes','*Insert:*\x20%0','getChildren','startsWith','2117200JoUgcJ','findAncestor','isInContent','insertion','oldRange','join','downcastDispatcher','2MlZDAK','above','end','deletion','commands','suggestion','get','getSuggestion','MIN_SAFE_INTEGER','hasAttribute','maxRow','55010oOMBCt','$graveyard','markMultiRangeDeletion','rootName','change:data','colspan','editor'];_0x4f97=function(){return _0x1ac266;};return _0x4f97();}function _0x5756(_0x181c71,_0x4fdee7){const _0x4f97d9=_0x4f97();return _0x5756=function(_0x5756bc,_0x2fd64f){_0x5756bc=_0x5756bc-0x1b8;let _0x119ecf=_0x4f97d9[_0x5756bc];return _0x119ecf;},_0x5756(_0x181c71,_0x4fdee7);}import{Plugin as _0x328972}from'ckeditor5/src/core.js';import{LiveRange as _0x4739f3}from'ckeditor5/src/engine.js';import{setHighlightHandling as _0x51530e}from'ckeditor5/src/widget.js';import{getTranslation as _0x1f04f4}from'../utils/common-translations.js';export default class jt extends _0x328972{constructor(_0x4fe203){const _0x12935a=_0x5756;super(_0x4fe203),this[_0x12935a(0x21c)]=[_0x12935a(0x22e),_0x12935a(0x215)],this[_0x12935a(0x20a)]=new Set();}[_0x5a4d4a(0x229)](){const _0x36d4fa=_0x5a4d4a,_0x157651=this[_0x36d4fa(0x1f4)],_0x28afac=_0x157651[_0x36d4fa(0x1c8)][_0x36d4fa(0x237)][_0x36d4fa(0x23c)];if(!_0x157651[_0x36d4fa(0x1fc)][_0x36d4fa(0x206)](_0x36d4fa(0x1bf)))return;const _0x58a740=_0x157651[_0x36d4fa(0x1d1)],_0x3e1d50=_0x157651[_0x36d4fa(0x1fc)][_0x36d4fa(0x1e9)](_0x36d4fa(0x242)),_0x511e07=_0x157651[_0x36d4fa(0x1fc)][_0x36d4fa(0x1e9)](_0x36d4fa(0x1ce));_0x3e1d50[_0x36d4fa(0x243)][_0x36d4fa(0x203)](_0x36d4fa(0x1c2),_0x422822=>_0x1f04f4(_0x58a740,_0x36d4fa(0x21b),_0x422822)),this[_0x36d4fa(0x22d)](),_0x3e1d50[_0x36d4fa(0x207)](_0x36d4fa(0x205)),_0x3e1d50[_0x36d4fa(0x207)](_0x36d4fa(0x23f)),_0x3e1d50[_0x36d4fa(0x207)](_0x36d4fa(0x255));for(const _0x402c64 of[_0x36d4fa(0x20b),_0x36d4fa(0x23d)]){const _0x2765f1=_0x157651[_0x36d4fa(0x1e7)][_0x36d4fa(0x1e9)](_0x402c64);_0x3e1d50[_0x36d4fa(0x207)](_0x402c64,_0x7ab73e=>{const _0x5d36ab=_0x36d4fa;_0x157651[_0x5d36ab(0x1c8)][_0x5d36ab(0x1d0)](_0x28b239=>{const _0xf30ad=_0x5d36ab;_0x7ab73e();const _0xcde0d0=_0xf30ad(0x1e4)===_0x2765f1[_0xf30ad(0x23e)],_0x5380f0=_0x511e07[_0xf30ad(0x1cb)](_0x28afac),_0x52151b=_0x511e07[_0xf30ad(0x1d4)](_0x5380f0),_0x5a3cdc=_0xcde0d0?_0x52151b[_0xf30ad(0x258)]-0x1:_0x52151b[_0xf30ad(0x1c9)]+0x1,_0xfca1bd=_0x5380f0[0x0][_0xf30ad(0x1dd)](_0xf30ad(0x1c2)),_0x695aa3=_0x511e07[_0xf30ad(0x1c4)](_0xfca1bd,{'startRow':_0x5a3cdc,'endRow':_0x5a3cdc}),_0x1f0e83=Array[_0xf30ad(0x201)](_0x695aa3)[_0xf30ad(0x21d)](_0x341766=>_0x28b239[_0xf30ad(0x236)](_0x341766[_0xf30ad(0x254)]));_0x3e1d50[_0xf30ad(0x210)](_0x1f0e83,_0xf30ad(0x22e));});});}for(const _0x48cb91 of[_0x36d4fa(0x24c),_0x36d4fa(0x220)]){const _0x59c5ac=_0x157651[_0x36d4fa(0x1e7)][_0x36d4fa(0x1e9)](_0x48cb91);_0x3e1d50[_0x36d4fa(0x207)](_0x48cb91,_0x5d6c08=>{const _0x20854a=_0x36d4fa;_0x157651[_0x20854a(0x1c8)][_0x20854a(0x1d0)](_0x5ceb5e=>{const _0x167a62=_0x20854a;_0x5d6c08();const _0x2b9a63=_0x167a62(0x1bc)===_0x59c5ac[_0x167a62(0x23e)],_0x52bae1=_0x511e07[_0x167a62(0x1cb)](_0x28afac),_0x2a0f3c=_0x511e07[_0x167a62(0x250)](_0x52bae1),_0x68c912=_0x2b9a63?_0x2a0f3c[_0x167a62(0x258)]-0x1:_0x2a0f3c[_0x167a62(0x1c9)]+0x1,_0xe15a25=_0x52bae1[0x0][_0x167a62(0x1dd)](_0x167a62(0x1c2)),_0x4c3321=_0x511e07[_0x167a62(0x1c4)](_0xe15a25,{'startRow':0x0,'column':_0x68c912,'includeAllSlots':!0x1}),_0x548816=Array[_0x167a62(0x201)](_0x4c3321)[_0x167a62(0x21d)](_0x446103=>_0x5ceb5e[_0x167a62(0x236)](_0x446103[_0x167a62(0x254)]));_0x3e1d50[_0x167a62(0x210)](_0x548816,_0x167a62(0x215));});});}for(const _0x5e6af0 of[_0x36d4fa(0x228),_0x36d4fa(0x257)]){const _0x52c08d=_0x5e6af0[_0x36d4fa(0x1c7)](0xb),_0xf9ef05=_0x52c08d[_0x36d4fa(0x256)](),_0x542857=_0xf9ef05[_0x36d4fa(0x1c7)](0x0,0x3)+_0x36d4fa(0x216),_0x4a1561=_0x36d4fa(0x1c2)+_0x52c08d,_0x57a5d0=_0x36d4fa(0x241)+_0x52c08d,_0xbd0e54=_0x36d4fa(0x208)+_0x52c08d;_0x3e1d50[_0x36d4fa(0x207)](_0x5e6af0,()=>{const _0x3d368f=_0x36d4fa;_0x157651[_0x3d368f(0x1c8)][_0x3d368f(0x1d0)](_0x5dee1e=>{const _0x5efa01=_0x3d368f,_0x548eed=_0x511e07[_0x5efa01(0x1cb)](_0x28afac),_0x41266c=_0x548eed[0x0][_0x5efa01(0x1dd)](_0x5efa01(0x1c2));let _0x1210b3;if(_0x5efa01(0x228)==_0x5e6af0){const _0x25fb18=_0x511e07[_0x5efa01(0x1d4)](_0x548eed);_0x1210b3={'startRow':_0x25fb18[_0x5efa01(0x258)],'endRow':_0x25fb18[_0x5efa01(0x1c9)],'includeAllSlots':!0x0};}else{const _0x3b5bdf=_0x511e07[_0x5efa01(0x250)](_0x548eed);_0x1210b3={'startColumn':_0x3b5bdf[_0x5efa01(0x258)],'endColumn':_0x3b5bdf[_0x5efa01(0x1c9)],'includeAllSlots':!0x0};}const _0xaead96=_0x511e07[_0x5efa01(0x1c4)](_0x41266c,_0x1210b3),_0x1ece1d=Array[_0x5efa01(0x201)](_0xaead96)[_0x5efa01(0x21d)](({cell:_0x4f68ac})=>_0x4f68ac),_0x3ff385=Ee(_0x1ece1d[_0x5efa01(0x1bd)](_0x435866=>_0x435866[_0x5efa01(0x1ec)](_0x542857))),_0x33a24b=Ee(_0x1ece1d[_0x5efa01(0x1bd)](_0x25f09a=>!_0x25f09a[_0x5efa01(0x1ec)](_0x542857)))[_0x5efa01(0x21d)](_0x353ef8=>_0x5dee1e[_0x5efa01(0x236)](_0x353ef8)),_0x5e7c71=_0x3e1d50[_0x5efa01(0x1f0)](_0x33a24b,_0x4a1561);if(_0x5e7c71&&(_0x5efa01(0x22e)==_0x5e7c71[_0x5efa01(0x1f7)]||_0x5efa01(0x215)==_0x5e7c71[_0x5efa01(0x1f7)])){const _0x109581=this[_0x5efa01(0x1f8)](_0x5e7c71);for(const _0x5be955 of _0x3ff385){const _0x20bd7e=_0x5dee1e[_0x5efa01(0x236)](_0x5be955),_0x41ce98=_0x511e07[_0x5efa01(0x218)](_0x5be955),_0x28c78f=_0x5be955[_0x5efa01(0x24d)](_0x542857)-0x1,_0x109f85=_0x109581[_0x57a5d0],_0x49e0a5=_0x109581[_0xbd0e54];_0x109f85<=_0x41ce98[_0xf9ef05]&&_0x41ce98[_0xf9ef05]+_0x28c78f<=_0x49e0a5&&_0x5e7c71[_0x5efa01(0x245)](_0x20bd7e);}}});});}function _0x18320e(_0x17f830){const _0x5509bb=_0x36d4fa,_0x582d5f=Array[_0x5509bb(0x201)](_0x28afac[_0x5509bb(0x227)]())[_0x5509bb(0x21d)](_0xbd7390=>_0x4739f3[_0x5509bb(0x1d5)](_0xbd7390));_0x157651[_0x5509bb(0x1c8)][_0x5509bb(0x1d0)](_0x2ef9de=>{const _0x4b7bce=_0x5509bb,_0xf48294=_0x2ef9de[_0x4b7bce(0x226)];_0x17f830=_0x17f830[_0x4b7bce(0x1bd)](_0x524596=>_0x4b7bce(0x1ef)!=_0x524596[_0x4b7bce(0x202)][_0x4b7bce(0x1f1)]),_0x2ef9de[_0x4b7bce(0x20e)](_0x17f830),_0x157651[_0x4b7bce(0x1e7)][_0x4b7bce(0x1e9)](_0x4b7bce(0x228))[_0x4b7bce(0x1d2)](),_0x157651[_0x4b7bce(0x231)](_0x4b7bce(0x228),{'forceDefaultExecution':!0x0}),_0x157651[_0x4b7bce(0x1c8)][_0x4b7bce(0x211)](()=>{const _0x4cf639=_0x4b7bce;_0x157651[_0x4cf639(0x1c8)][_0x4cf639(0x211)](_0xf48294,_0x246d3d=>{const _0x21567f=_0x4cf639,_0x1d33aa=_0x582d5f[_0x21567f(0x1bd)](_0x478509=>_0x21567f(0x1ef)!=_0x478509[_0x21567f(0x202)][_0x21567f(0x1f1)]);_0x1d33aa[_0x21567f(0x251)]>0x0&&_0x246d3d[_0x21567f(0x20e)](_0x1d33aa);for(const _0x31e445 of _0x582d5f)_0x31e445[_0x21567f(0x24b)]();});});});}function _0x1762a9(_0x33101e){const _0x2c8d4c=_0x36d4fa;_0x157651[_0x2c8d4c(0x1c8)][_0x2c8d4c(0x1d0)](_0x651eff=>{const _0x5c5fda=_0x2c8d4c,_0x1d4c0c=Array[_0x5c5fda(0x201)](_0x28afac[_0x5c5fda(0x227)]())[_0x5c5fda(0x21d)](_0x4b4cb2=>_0x4739f3[_0x5c5fda(0x1d5)](_0x4b4cb2)),_0x527b3e=[];for(const _0xfcc2f3 of _0x33101e)for(const _0x47a58f of _0xfcc2f3[_0x5c5fda(0x1b9)]({'shallow':!0x0}))_0x527b3e[_0x5c5fda(0x24a)](_0x47a58f);for(const _0x277c3a of _0x527b3e)_0x5c5fda(0x1ef)!=_0x277c3a[_0x5c5fda(0x202)][_0x5c5fda(0x1f1)]&&(_0x651eff[_0x5c5fda(0x20e)](_0x651eff[_0x5c5fda(0x246)](_0x277c3a,0x0)),_0x157651[_0x5c5fda(0x1e7)][_0x5c5fda(0x1e9)](_0x5c5fda(0x257))[_0x5c5fda(0x1d2)](),_0x157651[_0x5c5fda(0x231)](_0x5c5fda(0x257),{'forceDefaultExecution':!0x0}));const _0x4125c3=_0x1d4c0c[_0x5c5fda(0x1bd)](_0x30ff0e=>_0x5c5fda(0x1ef)!=_0x30ff0e[_0x5c5fda(0x202)][_0x5c5fda(0x1f1)]);_0x4125c3[_0x5c5fda(0x251)]>0x0&&_0x651eff[_0x5c5fda(0x20e)](_0x4125c3);for(const _0x146d18 of _0x1d4c0c)_0x146d18[_0x5c5fda(0x24b)]();});}function _0x38e063(_0x12c7a3,_0x159ef4){const _0x3363d7=_0x36d4fa;return _0x159ef4[_0x3363d7(0x21a)](_0x54c793=>_0x12c7a3[_0x3363d7(0x1ba)](_0x23ab78=>_0x23ab78[_0x3363d7(0x1e5)][_0x3363d7(0x209)](_0x54c793[_0x3363d7(0x20d)])||_0x54c793[_0x3363d7(0x1e5)][_0x3363d7(0x209)](_0x23ab78[_0x3363d7(0x20d)])));}function _0x15b039(_0x4e99fe,_0xaa6324){const _0x313ad8=_0x36d4fa;return _0x4e99fe[_0x313ad8(0x1ba)](_0x3a7213=>_0xaa6324[_0x313ad8(0x1ba)](_0x324caf=>_0x3a7213[_0x313ad8(0x1e5)][_0x313ad8(0x240)](_0x324caf[_0x313ad8(0x20d)])));}_0x157651[_0x36d4fa(0x21f)][_0x36d4fa(0x1e2)]['on'](_0x36d4fa(0x252),(_0x42ead3,_0x1b850b,_0x5830d0)=>{const _0xa54c09=_0x36d4fa;if(!_0x5830d0[_0xa54c09(0x23a)][_0xa54c09(0x1c5)])return;const _0x52698a=_0x1b850b[_0xa54c09(0x235)];if(!_0x52698a)return;const _0x1b6186=_0x5830d0[_0xa54c09(0x1f6)][_0xa54c09(0x23b)](_0x52698a);function _0x2b2437(_0x427139){const _0x3b37b2=_0xa54c09;return Array[_0x3b37b2(0x233)](_0x427139)?_0x427139:[_0x427139];}_0x1b6186&&_0xa54c09(0x22f)===_0x52698a[_0xa54c09(0x22c)]&&_0x51530e(_0x1b6186,_0x5830d0[_0xa54c09(0x1d3)],(_0x2957c5,_0x3bc747,_0x458fef)=>_0x458fef[_0xa54c09(0x1fb)](_0x2b2437(_0x3bc747[_0xa54c09(0x1d8)]),_0x2957c5),(_0x13d198,_0x57b7df,_0x41bbd7)=>_0x41bbd7[_0xa54c09(0x222)](_0x2b2437(_0x57b7df[_0xa54c09(0x1d8)]),_0x13d198));},{'priority':_0x36d4fa(0x1fe)}),_0x3e1d50[_0x36d4fa(0x243)][_0x36d4fa(0x1be)](_0x494966=>{const _0x1d74b0=_0x36d4fa;if(_0x1d74b0(0x1df)!=_0x494966[_0x1d74b0(0x213)]&&_0x1d74b0(0x1e6)!=_0x494966[_0x1d74b0(0x213)])return;const _0x28a1c4=_0x494966[_0x1d74b0(0x1c0)]();if(null!=_0x28a1c4&&_0x28a1c4['is'](_0x1d74b0(0x1cf),_0x1d74b0(0x1c2))){if(_0x1d74b0(0x1df)==_0x494966[_0x1d74b0(0x213)]){const _0x2ad1df=_0x494966[_0x1d74b0(0x1b9)]()[_0x1d74b0(0x1bd)](_0x33162c=>_0x33162c['is'](_0x1d74b0(0x20c)))[_0x1d74b0(0x21d)](_0x7aff3f=>_0x7aff3f[_0x1d74b0(0x21f)]);if(_0x2ad1df[_0x1d74b0(0x251)])return{'type':_0x1d74b0(0x1df),'content':_0x1f04f4(_0x58a740,_0x1d74b0(0x1d9),_0x1f04f4(_0x58a740,_0x1d74b0(0x20f),'\x22'+_0x2ad1df[_0x1d74b0(0x1e1)]('\x20')+'\x22'))};}if(_0x1d74b0(0x1e6)==_0x494966[_0x1d74b0(0x213)]){const _0x4e8fc1=_0x494966[_0x1d74b0(0x1b9)]()[_0x1d74b0(0x1bd)](_0x375bc1=>_0x375bc1['is'](_0x1d74b0(0x20c)))[_0x1d74b0(0x21d)](_0x2d58f5=>_0x2d58f5[_0x1d74b0(0x21f)]);if(_0x4e8fc1[_0x1d74b0(0x251)])return{'type':_0x1d74b0(0x1e6),'content':_0x1f04f4(_0x58a740,_0x1d74b0(0x214),_0x1f04f4(_0x58a740,_0x1d74b0(0x20f),'\x22'+_0x4e8fc1[_0x1d74b0(0x1e1)]('\x20')+'\x22'))};}}}),_0x3e1d50[_0x36d4fa(0x243)][_0x36d4fa(0x1be)](_0x48af24=>{const _0x83acf3=_0x36d4fa;if(_0x83acf3(0x22e)==_0x48af24[_0x83acf3(0x1f7)]){const _0xc46d8f=_0x48af24[_0x83acf3(0x1b9)]()[_0x83acf3(0x1bd)](_0x312b67=>_0x312b67['is'](_0x83acf3(0x20c)))[_0x83acf3(0x21d)](_0x2a9bab=>_0x2a9bab[_0x83acf3(0x21f)]),_0x1d1c95=this[_0x83acf3(0x1f8)](_0x48af24),_0x544d29=_0x1d1c95[_0x83acf3(0x1ed)]-_0x1d1c95[_0x83acf3(0x1c6)]+0x1;if(_0x83acf3(0x1df)==_0x48af24[_0x83acf3(0x213)])return _0xc46d8f[_0x83acf3(0x251)]?{'type':_0x83acf3(0x1df),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x1d9),_0x1f04f4(_0x58a740,_0x83acf3(0x1cc),[_0x544d29,'\x22'+_0xc46d8f[_0x83acf3(0x1e1)]('\x20')+'\x22']))}:{'type':_0x83acf3(0x1df),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x1d9),_0x1f04f4(_0x58a740,_0x83acf3(0x223),_0x544d29))};if(_0x83acf3(0x1e6)==_0x48af24[_0x83acf3(0x213)])return _0xc46d8f[_0x83acf3(0x251)]?{'type':_0x83acf3(0x1e6),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x214),_0x1f04f4(_0x58a740,_0x83acf3(0x1cc),[_0x544d29,'\x22'+_0xc46d8f[_0x83acf3(0x1e1)]('\x20')+'\x22']))}:{'type':_0x83acf3(0x1e6),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x214),_0x1f04f4(_0x58a740,_0x83acf3(0x223),_0x544d29))};}if(_0x83acf3(0x215)==_0x48af24[_0x83acf3(0x1f7)]){const _0x3ab1e4=_0x48af24[_0x83acf3(0x1b9)]()[_0x83acf3(0x1bd)](_0x5a2267=>_0x5a2267['is'](_0x83acf3(0x20c)))[_0x83acf3(0x21d)](_0x150bc1=>_0x150bc1[_0x83acf3(0x21f)]),_0x3c44e7=this[_0x83acf3(0x1f8)](_0x48af24),_0x26c646=_0x3c44e7[_0x83acf3(0x253)]-_0x3c44e7[_0x83acf3(0x238)]+0x1;if(_0x83acf3(0x1df)==_0x48af24[_0x83acf3(0x213)])return _0x3ab1e4[_0x83acf3(0x251)]?{'type':_0x83acf3(0x1df),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x1d9),_0x1f04f4(_0x58a740,_0x83acf3(0x24e),[_0x26c646,'\x22'+_0x3ab1e4[_0x83acf3(0x1e1)]('\x20')+'\x22']))}:{'type':_0x83acf3(0x1df),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x1d9),_0x1f04f4(_0x58a740,_0x83acf3(0x1ff),_0x26c646))};if(_0x83acf3(0x1e6)==_0x48af24[_0x83acf3(0x213)])return _0x3ab1e4[_0x83acf3(0x251)]?{'type':_0x83acf3(0x1e6),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x214),_0x1f04f4(_0x58a740,_0x83acf3(0x24e),[_0x26c646,'\x22'+_0x3ab1e4[_0x83acf3(0x1e1)]('\x20')+'\x22']))}:{'type':_0x83acf3(0x1e6),'content':_0x1f04f4(_0x58a740,_0x83acf3(0x214),_0x1f04f4(_0x58a740,_0x83acf3(0x1ff),_0x26c646))};}}),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1df),_0x36d4fa(0x22e),_0x36d4fa(0x1cd),_0x18320e),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1e6),_0x36d4fa(0x22e),_0x36d4fa(0x1c1),_0x18320e),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1df),_0x36d4fa(0x215),_0x36d4fa(0x1cd),_0x1762a9),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1e6),_0x36d4fa(0x215),_0x36d4fa(0x1c1),_0x1762a9),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1df),_0x36d4fa(0x215),_0x36d4fa(0x1e1),_0x38e063),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1e6),_0x36d4fa(0x215),_0x36d4fa(0x1e1),_0x38e063),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1df),_0x36d4fa(0x22e),_0x36d4fa(0x1e1),_0x15b039),_0x3e1d50[_0x36d4fa(0x247)][_0x36d4fa(0x244)](_0x36d4fa(0x1e6),_0x36d4fa(0x22e),_0x36d4fa(0x1e1),_0x15b039);}[_0x5a4d4a(0x221)](){const _0x4788cf=_0x5a4d4a,_0x23e2b4=this[_0x4788cf(0x1f4)],_0x2a93db=_0x23e2b4[_0x4788cf(0x1c8)][_0x4788cf(0x237)][_0x4788cf(0x23c)];return(_0x1cad9a,_0x344ee2)=>{const _0x8a6ad8=_0x4788cf;_0x23e2b4[_0x8a6ad8(0x1c8)][_0x8a6ad8(0x1d0)](_0x86bfbf=>{const _0x27f149=_0x8a6ad8,{commandName:_0x53f651,commandParams:_0x52fffa}=_0x344ee2;let _0x1fe72a=_0x1cad9a[0x0][_0x27f149(0x1e5)][_0x27f149(0x1c3)];_0x52fffa&&_0x52fffa[0x0]&&!0x1===_0x52fffa[0x0][_0x27f149(0x22a)]&&(_0x1fe72a=_0x1cad9a[0x0][_0x27f149(0x20d)][_0x27f149(0x1ca)]);const _0x4944ed=_0x86bfbf[_0x27f149(0x248)](_0x1fe72a);if(_0x27f149(0x1ef)==_0x4944ed[_0x27f149(0x202)][_0x27f149(0x1f1)])return;const _0x16e2ff=Array[_0x27f149(0x201)](_0x2a93db[_0x27f149(0x227)]())[_0x27f149(0x21d)](_0x1bf5ee=>_0x4739f3[_0x27f149(0x1d5)](_0x1bf5ee));_0x86bfbf[_0x27f149(0x20e)](_0x4944ed),_0x23e2b4[_0x27f149(0x1e7)][_0x27f149(0x1e9)](_0x53f651)[_0x27f149(0x1d2)](),_0x52fffa[_0x27f149(0x24a)]({'forceDefaultExecution':!0x0}),_0x23e2b4[_0x27f149(0x231)](_0x53f651,..._0x52fffa);const _0x12856a=_0x16e2ff[_0x27f149(0x1bd)](_0x15650f=>_0x27f149(0x1ef)!=_0x15650f[_0x27f149(0x202)][_0x27f149(0x1f1)]);_0x12856a[_0x27f149(0x251)]>0x0&&_0x86bfbf[_0x27f149(0x20e)](_0x12856a);for(const _0xd524e6 of _0x16e2ff)_0xd524e6[_0x27f149(0x24b)]();});};}[_0x5a4d4a(0x1d7)](_0x16b551){const _0x17a99b=_0x5a4d4a,_0x358f94=this[_0x17a99b(0x1f4)][_0x17a99b(0x1fc)][_0x17a99b(0x1e9)](_0x17a99b(0x1ce));let _0x108251=Number[_0x17a99b(0x200)],_0x5f0a4c=Number[_0x17a99b(0x1eb)],_0x38060b=Number[_0x17a99b(0x200)],_0x2b1afd=Number[_0x17a99b(0x1eb)];for(const _0x26b630 of _0x16b551){if(_0x17a99b(0x1ef)==_0x26b630[_0x17a99b(0x202)][_0x17a99b(0x1f1)])continue;const {row:_0xac7abd,column:_0x17b497}=_0x358f94[_0x17a99b(0x218)](_0x26b630),_0x1f070d=_0x26b630[_0x17a99b(0x1ec)](_0x17a99b(0x1d6))?_0x26b630[_0x17a99b(0x24d)](_0x17a99b(0x1d6))-0x1:0x0,_0x205a22=_0x26b630[_0x17a99b(0x1ec)](_0x17a99b(0x1f3))?_0x26b630[_0x17a99b(0x24d)](_0x17a99b(0x1f3))-0x1:0x0;_0x108251=_0xac7abd<_0x108251?_0xac7abd:_0x108251,_0x5f0a4c=_0xac7abd+_0x1f070d>_0x5f0a4c?_0xac7abd+_0x1f070d:_0x5f0a4c,_0x38060b=_0x17b497<_0x38060b?_0x17b497:_0x38060b,_0x2b1afd=_0x17b497+_0x205a22>_0x2b1afd?_0x17b497+_0x205a22:_0x2b1afd;}return{'minRow':_0x108251,'maxRow':_0x5f0a4c,'minColumn':_0x38060b,'maxColumn':_0x2b1afd};}[_0x5a4d4a(0x22d)](){const _0x4cddd6=_0x5a4d4a,_0x3c1454=this[_0x4cddd6(0x1f4)],_0x394ed4=_0x3c1454[_0x4cddd6(0x1fc)][_0x4cddd6(0x1e9)](_0x4cddd6(0x242)),_0x44e5cc=_0x3c1454[_0x4cddd6(0x1fc)][_0x4cddd6(0x1e9)](_0x4cddd6(0x1ce));_0x3c1454[_0x4cddd6(0x1c8)][_0x4cddd6(0x237)]['on'](_0x4cddd6(0x1f2),()=>{const _0x2fe07f=_0x4cddd6,_0x391a63=Array[_0x2fe07f(0x201)](_0x3c1454[_0x2fe07f(0x1c8)][_0x2fe07f(0x237)][_0x2fe07f(0x21e)][_0x2fe07f(0x212)]());for(const {name:_0x2c64ec,data:_0x149a81}of _0x391a63){const {group:_0x5b91c9,id:_0x17d5d0,subType:_0x3e76c3}=_0x394ed4[_0x2fe07f(0x249)](_0x2c64ec);if(_0x2fe07f(0x1e8)!=_0x5b91c9)continue;if(null!=_0x149a81[_0x2fe07f(0x1e0)])continue;const _0x16b29f=_0x394ed4[_0x2fe07f(0x1ea)](_0x17d5d0);this[_0x2fe07f(0x21c)][_0x2fe07f(0x1f9)](_0x3e76c3)&&this[_0x2fe07f(0x20a)][_0x2fe07f(0x24f)](_0x16b29f);}},{'priority':_0x4cddd6(0x224)});const _0x1d2b98=(_0x560dc2,_0x3b21a6)=>{const _0x3f4813=_0x4cddd6;let _0x330a10=!0x1;const _0x4e4d7b=_0x3b21a6[_0x3f4813(0x236)](_0x560dc2),_0x54edb1=_0x560dc2[_0x3f4813(0x1dd)](_0x3f4813(0x1c2)),_0x32b7a4=_0x44e5cc[_0x3f4813(0x218)](_0x560dc2);for(const _0x109222 of this[_0x3f4813(0x20a)]){const _0x2e1083=_0x109222[_0x3f4813(0x1f7)],_0x13b1b4=_0x2e1083[_0x3f4813(0x1db)](_0x3f4813(0x217)),_0x3a197d=_0x2e1083[_0x3f4813(0x1c7)](_0x13b1b4?0xa:0x5),_0x4a05b5=_0x3a197d[_0x3f4813(0x256)](),_0x1aca99=_0x4a05b5[_0x3f4813(0x1c7)](0x0,0x3)+_0x3f4813(0x216),_0x3e6852=_0x3f4813(0x241)+_0x3a197d,_0x525849=_0x3f4813(0x208)+_0x3a197d;if(!_0x109222[_0x3f4813(0x1de)])continue;if(_0x54edb1!=_0x109222[_0x3f4813(0x232)]()[_0x3f4813(0x20d)][_0x3f4813(0x1dd)](_0x3f4813(0x1c2)))continue;if(_0x109222[_0x3f4813(0x234)](_0x4e4d7b))continue;const _0x489d09=_0x560dc2[_0x3f4813(0x1ec)](_0x1aca99)?_0x560dc2[_0x3f4813(0x24d)](_0x1aca99)-0x1:0x0,_0xb47759=this[_0x3f4813(0x1f8)](_0x109222),_0x13be96=_0xb47759[_0x3e6852],_0x53732d=_0xb47759[_0x525849];_0x13be96<=_0x32b7a4[_0x4a05b5]&&_0x32b7a4[_0x4a05b5]+_0x489d09<=_0x53732d&&(_0x109222[_0x3f4813(0x245)](_0x4e4d7b),_0x330a10=!0x0);}return _0x330a10;};_0x3c1454[_0x4cddd6(0x1c8)][_0x4cddd6(0x237)][_0x4cddd6(0x225)](_0x4242d0=>{const _0x32c382=_0x4cddd6;let _0x19eab7=!0x1;for(const _0x456d1b of _0x3c1454[_0x32c382(0x1c8)][_0x32c382(0x237)][_0x32c382(0x21e)][_0x32c382(0x219)]())if(_0x32c382(0x230)==_0x456d1b[_0x32c382(0x213)]){if(_0x32c382(0x22e)==_0x456d1b[_0x32c382(0x22c)]){for(const _0x184307 of _0x456d1b[_0x32c382(0x1b8)][_0x32c382(0x1ca)][_0x32c382(0x1da)]())_0x19eab7=_0x19eab7||_0x1d2b98(_0x184307,_0x4242d0);}else _0x32c382(0x22f)==_0x456d1b[_0x32c382(0x22c)]&&(_0x19eab7=_0x19eab7||_0x1d2b98(_0x456d1b[_0x32c382(0x1b8)][_0x32c382(0x1ca)],_0x4242d0));}return _0x19eab7;});}[_0x5a4d4a(0x1f8)](_0x48c080){const _0x1ead50=_0x5a4d4a;return this[_0x1ead50(0x1d7)](_0x48c080[_0x1ead50(0x227)]()[_0x1ead50(0x21d)](_0x441c81=>_0x441c81[_0x1ead50(0x20d)][_0x1ead50(0x1ca)]));}}function Ee(_0x177397){const _0x4c93e7=_0x5a4d4a;return Array[_0x4c93e7(0x201)](new Set(_0x177397)[_0x4c93e7(0x1fa)]());}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x17b9(_0x1270e2,_0x209789){const _0x1b808b=_0x1b80();return _0x17b9=function(_0x17b968,_0x32d649){_0x17b968=_0x17b968-0x1b1;let _0x26f3c0=_0x1b808b[_0x17b968];return _0x26f3c0;},_0x17b9(_0x1270e2,_0x209789);}const _0x59cdb6=_0x17b9;function _0x1b80(){const _0x29e381=['45727214spwrBk','752rAOkmj','requires','toggleTableCaption','plugins','212432umHKKA','editor','12KLXnly','657762kHdxbF','215FZTGWV','afterInit','28pezhSO','90603Catsgi','530DajRyW','72403yGeXtV','enableCommand','232038dOfAqu','get','TableCaptionEditing','TrackChangesEditing','10164952aEtjSA','has','8KmiXnh'];_0x1b80=function(){return _0x29e381;};return _0x1b80();}(function(_0x2c045e,_0x3d3872){const _0x2f3da8=_0x17b9,_0x290674=_0x2c045e();while(!![]){try{const _0x5ea7e9=parseInt(_0x2f3da8(0x1b2))/0x1*(-parseInt(_0x2f3da8(0x1ba))/0x2)+-parseInt(_0x2f3da8(0x1c3))/0x3*(-parseInt(_0x2f3da8(0x1c6))/0x4)+parseInt(_0x2f3da8(0x1c4))/0x5*(parseInt(_0x2f3da8(0x1b4))/0x6)+parseInt(_0x2f3da8(0x1b8))/0x7+-parseInt(_0x2f3da8(0x1bc))/0x8*(parseInt(_0x2f3da8(0x1c7))/0x9)+parseInt(_0x2f3da8(0x1b1))/0xa*(parseInt(_0x2f3da8(0x1c0))/0xb)+parseInt(_0x2f3da8(0x1c2))/0xc*(-parseInt(_0x2f3da8(0x1bb))/0xd);if(_0x5ea7e9===_0x3d3872)break;else _0x290674['push'](_0x290674['shift']());}catch(_0x590c80){_0x290674['push'](_0x290674['shift']());}}}(_0x1b80,0xe09c1));import{Plugin as _0x76ac26}from'ckeditor5/src/core.js';import _0x33226c from'./table.js';export default class Nt extends _0x76ac26{static get[_0x59cdb6(0x1bd)](){return[_0x33226c];}[_0x59cdb6(0x1c5)](){const _0xd6468d=_0x59cdb6,_0x241100=this[_0xd6468d(0x1c1)];if(!_0x241100[_0xd6468d(0x1bf)][_0xd6468d(0x1b9)](_0xd6468d(0x1b6)))return;_0x241100[_0xd6468d(0x1bf)][_0xd6468d(0x1b5)](_0xd6468d(0x1b7))[_0xd6468d(0x1b3)](_0xd6468d(0x1be));}}
23
+ const _0x4add20=_0x2dd9;(function(_0x414e48,_0x4db4ce){const _0x7b0129=_0x2dd9,_0x62273d=_0x414e48();while(!![]){try{const _0x2b7df4=parseInt(_0x7b0129(0x1e0))/0x1+parseInt(_0x7b0129(0x1ea))/0x2*(parseInt(_0x7b0129(0x1f2))/0x3)+-parseInt(_0x7b0129(0x1f0))/0x4+-parseInt(_0x7b0129(0x1e3))/0x5*(parseInt(_0x7b0129(0x1e5))/0x6)+parseInt(_0x7b0129(0x1df))/0x7*(-parseInt(_0x7b0129(0x1e4))/0x8)+-parseInt(_0x7b0129(0x1ed))/0x9*(-parseInt(_0x7b0129(0x1e8))/0xa)+-parseInt(_0x7b0129(0x1ef))/0xb;if(_0x2b7df4===_0x4db4ce)break;else _0x62273d['push'](_0x62273d['shift']());}catch(_0x1f4bcf){_0x62273d['push'](_0x62273d['shift']());}}}(_0x36d1,0x9f8ef));function _0x2dd9(_0x4616df,_0xf35609){const _0x36d13f=_0x36d1();return _0x2dd9=function(_0x2dd953,_0x509080){_0x2dd953=_0x2dd953-0x1df;let _0x2058e0=_0x36d13f[_0x2dd953];return _0x2058e0;},_0x2dd9(_0x4616df,_0xf35609);}function _0x36d1(){const _0x466d85=['afterInit','toggleTableCaption','59580dMBDVu','get','6FUfEhW','editor','plugins','603QXOJrY','TableCaptionEditing','2322188OSTWry','2083752IYYWJY','enableCommand','386637Mvycfu','TrackChangesEditing','7GJOTcP','1286337nZHbfR','has','requires','9855msmUJr','3064232RkVDsm','924XoKeZQ'];_0x36d1=function(){return _0x466d85;};return _0x36d1();}import{Plugin as _0x191312}from'ckeditor5/src/core.js';import _0x2ac981 from'./table.js';export default class Mt extends _0x191312{static get[_0x4add20(0x1e2)](){return[_0x2ac981];}[_0x4add20(0x1e6)](){const _0x349677=_0x4add20,_0x1991f0=this[_0x349677(0x1eb)];if(!_0x1991f0[_0x349677(0x1ec)][_0x349677(0x1e1)](_0x349677(0x1ee)))return;_0x1991f0[_0x349677(0x1ec)][_0x349677(0x1e9)](_0x349677(0x1f3))[_0x349677(0x1f1)](_0x349677(0x1e7));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x41b1e0=_0x52cf;(function(_0x2745a3,_0x3ea559){const _0x2da0f2=_0x52cf,_0x4256a7=_0x2745a3();while(!![]){try{const _0x1b40c4=parseInt(_0x2da0f2(0x157))/0x1+-parseInt(_0x2da0f2(0x101))/0x2*(parseInt(_0x2da0f2(0x118))/0x3)+-parseInt(_0x2da0f2(0x145))/0x4*(parseInt(_0x2da0f2(0xe4))/0x5)+parseInt(_0x2da0f2(0x117))/0x6*(-parseInt(_0x2da0f2(0xf3))/0x7)+-parseInt(_0x2da0f2(0xfb))/0x8+-parseInt(_0x2da0f2(0x13f))/0x9*(-parseInt(_0x2da0f2(0x15c))/0xa)+parseInt(_0x2da0f2(0xc9))/0xb;if(_0x1b40c4===_0x3ea559)break;else _0x4256a7['push'](_0x4256a7['shift']());}catch(_0x4746fb){_0x4256a7['push'](_0x4256a7['shift']());}}}(_0x297d,0xe2596));import{getTranslation as _0x2f9af7}from'../utils/common-translations.js';function _0x52cf(_0x50e8fb,_0x1dc85){const _0x297dce=_0x297d();return _0x52cf=function(_0x52cf25,_0xccd43b){_0x52cf25=_0x52cf25-0xc2;let _0x18a987=_0x297dce[_0x52cf25];return _0x18a987;},_0x52cf(_0x50e8fb,_0x1dc85);}import{Plugin as _0x203b86}from'ckeditor5/src/core.js';import{LiveRange as _0x354703}from'ckeditor5/src/engine.js';import{uid as _0x597963,priorities as _0x41fb56}from'ckeditor5/src/utils.js';import _0x12d5be from'./table.js';const be=[_0x41b1e0(0xcf),_0x41b1e0(0x17b),_0x41b1e0(0x180),_0x41b1e0(0xdb),_0x41b1e0(0x186),_0x41b1e0(0x12c),_0x41b1e0(0xd0)],de=Object[_0x41b1e0(0xe5)](be[_0x41b1e0(0xf7)](_0x17bedb=>[_0x17bedb,null]));export default class At extends _0x203b86{static get[_0x41b1e0(0xd2)](){return[_0x12d5be];}[_0x41b1e0(0x127)](){const _0x4c741c=_0x41b1e0,_0x5b8d12=this[_0x4c741c(0x11b)];if(!_0x5b8d12[_0x4c741c(0x136)][_0x4c741c(0xca)](_0x4c741c(0x170)))return;const _0x401496=_0x5b8d12[_0x4c741c(0x136)][_0x4c741c(0x12e)](_0x4c741c(0x144)),_0x4f6d0e=_0x5b8d12[_0x4c741c(0x136)][_0x4c741c(0x12e)](_0x4c741c(0x142)),_0x2fdd12=_0x5b8d12[_0x4c741c(0x136)][_0x4c741c(0x12e)](_0x12d5be),_0x1ad4f2=_0x5b8d12[_0x4c741c(0x136)][_0x4c741c(0x12e)](_0x4c741c(0x170));_0x2fdd12[_0x4c741c(0x104)][_0x4c741c(0x171)](_0x4c741c(0x15e),_0x4c741c(0x166)),_0x5b8d12[_0x4c741c(0x10a)][_0x4c741c(0xd6)][_0x4c741c(0x179)](_0x4c741c(0x187),{'allowIn':_0x4c741c(0x177),'allowContentOf':_0x4c741c(0x177),'isLimit':!0x0}),_0x5b8d12[_0x4c741c(0xe3)][_0x4c741c(0x14c)]({'model':_0x4c741c(0x187),'view':_0x4c741c(0x18a)});let _0x46e5c4=null;_0x5b8d12[_0x4c741c(0x10a)]['on'](_0x4c741c(0xd3),(_0x18dd05,_0x147a0a)=>{const _0x5c73b8=_0x4c741c,[_0x27cc4c,_0x213c06]=_0x147a0a,_0x36959d=_0x147a0a[_0x147a0a[_0x5c73b8(0xeb)]-0x1];_0x36959d&&_0x36959d[_0x5c73b8(0x122)]||_0x401496[_0x5c73b8(0x138)]||this[_0x5c73b8(0x11b)][_0x5c73b8(0xfe)][_0x5c73b8(0x12e)](_0x5c73b8(0x16d))[_0x5c73b8(0x103)]&&function(_0x4e536b,_0x42d6d7,_0xb991ec,_0x32e3cd,_0xec1c49){const _0xc9811e=_0x5c73b8;if(_0x42d6d7&&!_0x42d6d7['is'](_0xc9811e(0x188)))return!0x1;const _0x268bbd=_0xec1c49[_0xc9811e(0x178)](_0x4e536b,_0xb991ec);if(!_0x268bbd||!me(_0x268bbd,void 0x0,_0x32e3cd))return!0x1;const _0x49d667=_0x32e3cd[_0xc9811e(0x140)](_0xb991ec[_0xc9811e(0xe9)][_0xc9811e(0x189)]);if(!_0x49d667[_0xc9811e(0xeb)])return!0x1;const _0x15133e=_0x49d667[0x0][_0xc9811e(0x111)](_0xc9811e(0xfa)),_0x59595b=_0x32e3cd[_0xc9811e(0x11c)](_0x49d667),_0x42e520=_0x32e3cd[_0xc9811e(0x14a)](_0x49d667),_0x5cac02={'startRow':_0x59595b[_0xc9811e(0x15a)],'endRow':_0x59595b[_0xc9811e(0x143)],'startColumn':_0x42e520[_0xc9811e(0x15a)],'endColumn':_0x42e520[_0xc9811e(0x143)]};return 0x1==_0x49d667[_0xc9811e(0xeb)]&&(_0x5cac02[_0xc9811e(0x161)]+=_0x32e3cd[_0xc9811e(0x153)](_0x268bbd)-0x1,_0x5cac02[_0xc9811e(0x160)]+=_0x32e3cd[_0xc9811e(0xf4)](_0x268bbd)-0x1),me(_0x15133e,_0x5cac02,_0x32e3cd);}(_0x27cc4c,_0x213c06,_0x5b8d12[_0x5c73b8(0x10a)],_0x4f6d0e,_0x1ad4f2)&&(_0x18dd05[_0x5c73b8(0xc8)](),_0x46e5c4={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x5b8d12[_0x5c73b8(0x10a)][_0x5c73b8(0xf1)](()=>{const _0x2973a2=_0x5c73b8;_0x5b8d12[_0x2973a2(0x10a)][_0x2973a2(0xd3)](_0x147a0a[0x0],_0x147a0a[0x1],_0x147a0a[0x2],{'forceDefaultExecution':!0x0});const _0x47859e=_0x597963(),{rowInsertionRanges:_0x372e54,columnInsertionRanges:_0x55f864,insertionRanges:_0x69e6b3,deletionRanges:_0x38728b,cells:_0x42a2f0}=_0x46e5c4;_0x372e54[_0x2973a2(0xeb)]&&_0x401496[_0x2973a2(0x149)](_0x372e54,_0x2973a2(0x15e),{'tablePasteChainId':_0x47859e}),_0x55f864[_0x2973a2(0xeb)]&&_0x401496[_0x2973a2(0x149)](_0x55f864,_0x2973a2(0x166),{'tablePasteChainId':_0x47859e}),_0x69e6b3[_0x2973a2(0xeb)]&&(_0x401496[_0x2973a2(0x149)](_0x69e6b3,_0x2973a2(0x10b),{'tablePasteChainId':_0x47859e,'skipNestingCheck':!0x0}),_0x69e6b3[_0x2973a2(0x152)](_0x40ca0d=>{const _0x36015c=_0x2973a2;var _0x352cb4;return null===(_0x352cb4=_0x40ca0d[_0x36015c(0x141)])||void 0x0===_0x352cb4?void 0x0:_0x352cb4[_0x36015c(0x17c)](_0x40ca0d);})),_0x38728b[_0x2973a2(0xeb)]&&(_0x401496[_0x2973a2(0x15d)](_0x38728b,_0x2973a2(0x10b),{'tablePasteChainId':_0x47859e,'skipNestingCheck':!0x0}),_0x38728b[_0x2973a2(0x152)](_0x15fb56=>{const _0x298b29=_0x2973a2;var _0x2c361e;return null===(_0x2c361e=_0x15fb56[_0x298b29(0x141)])||void 0x0===_0x2c361e?void 0x0:_0x2c361e[_0x298b29(0x17c)](_0x15fb56);}));const _0x4f267b=_0x401496[_0x2973a2(0x182)](_0x42a2f0[_0x2973a2(0xf7)](({element:_0x312713})=>_0x312713),{'formatGroupId':_0x597963()},[],_0x2973a2(0x17d),{'tablePasteChainId':_0x47859e});if(_0x4f267b){const _0x2ce12c=_0x4f267b[_0x2973a2(0x125)](),_0xb9eabf=[];for(const {element:_0x3e968f,attributes:_0x4f1daf}of _0x42a2f0){if(!_0x4f1daf)continue;const _0x35a90c=_0x5b8d12[_0x2973a2(0x10a)][_0x2973a2(0x155)](_0x3e968f),_0x349e13=_0x2ce12c[_0x2973a2(0xc6)](_0x128b80=>_0x128b80[_0x2973a2(0x150)]()[_0x2973a2(0x13d)](_0x35a90c));_0x349e13&&_0xb9eabf[_0x2973a2(0x171)]([_0x349e13[_0x2973a2(0xe6)],_0x4f1daf]);}_0xb9eabf[_0x2973a2(0xeb)]&&_0x4f267b[_0x2973a2(0x17a)](_0x2973a2(0x116),Object[_0x2973a2(0xe5)](_0xb9eabf));}_0x46e5c4=null;}));},{'priority':_0x41fb56[_0x4c741c(0xcd)]+0xa}),_0x5b8d12[_0x4c741c(0x136)][_0x4c741c(0x12e)](_0x4c741c(0x170))['on'](_0x4c741c(0x163),(_0x3f319e,_0x13d725)=>{const _0x6f98fe=_0x4c741c,[_0x2ec2d9,_0xb2535a,,_0xaf75d9]=_0x13d725;if(!_0x46e5c4)return;_0x3f319e[_0x6f98fe(0xc8)]();const _0x36acc2=_0x2ec2d9[_0x6f98fe(0xc5)],_0x5ee540=_0xb2535a,_0x1819a0=ge(_0x36acc2),_0x1f0f58=ge(_0x5ee540);_0x3f319e[_0x6f98fe(0x181)]=_0x36acc2;let _0x54e956=null,_0x3c079b=null;if(_0x1f0f58||_0x1819a0){if(_0x1819a0&&!_0x1f0f58){_0xaf75d9[_0x6f98fe(0x123)](_0x36acc2[_0x6f98fe(0xc7)](0x0));for(const _0xfa2fac of Array[_0x6f98fe(0x165)](_0x5ee540[_0x6f98fe(0x168)]()))_0xaf75d9[_0x6f98fe(0x128)](_0xfa2fac,_0x36acc2,_0x6f98fe(0x174));const _0x3a3cef=_0x46e5c4[_0x6f98fe(0xde)][_0x6f98fe(0x113)](_0x2ec2d9[_0x6f98fe(0xec)]),_0x39ab4c=_0x46e5c4[_0x6f98fe(0x15b)][_0x6f98fe(0x113)](_0x2ec2d9[_0x6f98fe(0x17f)]);_0x3a3cef||_0x39ab4c||(_0x54e956=_0x354703[_0x6f98fe(0x16a)](_0xaf75d9[_0x6f98fe(0x102)](_0x36acc2)));}else _0x1f0f58&&!_0x1819a0&&(_0x3c079b=_0xaf75d9[_0x6f98fe(0x102)](_0x36acc2));}else{const _0x2355b5=_0xaf75d9[_0x6f98fe(0x12f)](_0x6f98fe(0x187)),_0x3e7249=_0xaf75d9[_0x6f98fe(0x12f)](_0x6f98fe(0x187));_0xaf75d9[_0x6f98fe(0x18d)](_0xaf75d9[_0x6f98fe(0x102)](_0x36acc2),_0x3e7249),_0xaf75d9[_0x6f98fe(0x128)](_0x2355b5,_0x36acc2,0x0);for(const _0x542a79 of Array[_0x6f98fe(0x165)](_0x5ee540[_0x6f98fe(0x168)]()))_0xaf75d9[_0x6f98fe(0x128)](_0x542a79,_0x2355b5,_0x6f98fe(0x174));_0x54e956=_0x354703[_0x6f98fe(0x16a)](_0xaf75d9[_0x6f98fe(0x155)](_0x2355b5)),_0x3c079b=_0x354703[_0x6f98fe(0x16a)](_0xaf75d9[_0x6f98fe(0x155)](_0x3e7249));}const _0x259237=Array[_0x6f98fe(0x165)](_0x5ee540[_0x6f98fe(0xee)]())[_0x6f98fe(0x147)](([_0x202c68])=>be[_0x6f98fe(0x113)](_0x202c68));_0x46e5c4[_0x6f98fe(0x18b)][_0x6f98fe(0x171)]({'element':_0x36acc2,'attributes':_0x259237[_0x6f98fe(0xeb)]?Object[_0x6f98fe(0xe5)](_0x259237):null}),_0x54e956&&_0x46e5c4[_0x6f98fe(0x172)][_0x6f98fe(0x171)](_0x54e956),_0x3c079b&&_0x46e5c4[_0x6f98fe(0x173)][_0x6f98fe(0x171)](_0x3c079b);},{'priority':_0x4c741c(0xcd)}),_0x4f6d0e['on'](_0x4c741c(0x139),(_0x3f8015,_0x222935)=>{const _0x57667b=_0x4c741c,[_0x448537,_0x5e8967={}]=_0x222935;if(!_0x46e5c4)return;const _0x3e8de2=_0x5e8967['at']||0x0,_0x4c73b6=_0x5e8967[_0x57667b(0xdf)]||0x1;_0x46e5c4[_0x57667b(0x15b)]=new Array(_0x4c73b6)[_0x57667b(0xdd)](_0x3e8de2)[_0x57667b(0xf7)]((_0x19c281,_0x52e822)=>_0x19c281+_0x52e822);for(const {cell:_0x578431}of _0x4f6d0e[_0x57667b(0x13b)](_0x448537,{'startColumn':_0x3e8de2,'endColumn':_0x3e8de2+_0x4c73b6-0x1}))_0x46e5c4[_0x57667b(0x110)][_0x57667b(0x171)](_0x5b8d12[_0x57667b(0x10a)][_0x57667b(0x155)](_0x578431));},{'priority':_0x4c741c(0x18c)}),_0x4f6d0e['on'](_0x4c741c(0x17e),(_0x21bff9,_0x5db2d9)=>{const _0x501883=_0x4c741c,[_0x3d4fb0,_0x8b471e={}]=_0x5db2d9;if(!_0x46e5c4)return;const _0x3de744=_0x8b471e['at']||0x0,_0x5e3cd6=_0x8b471e[_0x501883(0x14e)]||0x1;_0x46e5c4[_0x501883(0xde)]=new Array(_0x5e3cd6)[_0x501883(0xdd)](_0x3de744)[_0x501883(0xf7)]((_0x8979aa,_0x53dafa)=>_0x8979aa+_0x53dafa);for(const {cell:_0x2dc55f}of _0x4f6d0e[_0x501883(0x13b)](_0x3d4fb0,{'startRow':_0x3de744,'endRow':_0x3de744+_0x5e3cd6-0x1}))_0x46e5c4[_0x501883(0xcb)][_0x501883(0x171)](_0x5b8d12[_0x501883(0x10a)][_0x501883(0x155)](_0x2dc55f));},{'priority':_0x4c741c(0x18c)}),_0x401496[_0x4c741c(0x16f)][_0x4c741c(0xd4)](_0x1ccf60=>{const _0x19630=_0x4c741c;if(_0x1ccf60[_0x19630(0x12b)]&&_0x1ccf60[_0x19630(0x12b)][_0x19630(0xc4)](_0x19630(0x10b)))return _0x1ccf60[_0x19630(0x14f)]?{}:{'type':_0x19630(0x185),'content':_0x2f9af7(_0x5b8d12[_0x19630(0x184)],_0x19630(0x108))};});const _0x997618=()=>!0x1;for(const _0xcdd227 of[_0x4c741c(0x10b),_0x4c741c(0x166),_0x4c741c(0x15e),_0x4c741c(0x17d)])_0x401496[_0x4c741c(0x131)][_0x4c741c(0xce)](_0x4c741c(0x185),_0xcdd227,_0x4c741c(0x112),_0x997618),_0x401496[_0x4c741c(0x131)][_0x4c741c(0xce)](_0x4c741c(0x107),_0xcdd227,_0x4c741c(0x112),_0x997618),_0x401496[_0x4c741c(0x131)][_0x4c741c(0xce)](_0x4c741c(0x109),_0xcdd227,_0x4c741c(0x112),_0x997618);_0x401496[_0x4c741c(0x131)][_0x4c741c(0xce)](_0x4c741c(0x109),_0x4c741c(0x17d),_0x4c741c(0xef),_0x997618),_0x401496[_0x4c741c(0x131)][_0x4c741c(0xce)](_0x4c741c(0x109),_0x4c741c(0x17d),_0x4c741c(0xff),(_0x244a75,_0x32b308,_0x493f71)=>{const _0x45c1e4=_0x4c741c,_0x1a8ae9=_0x244a75[_0x45c1e4(0xf7)](_0x4bbe93=>_0x4bbe93[_0x45c1e4(0xe7)]())[_0x45c1e4(0x147)](_0x1d6bc9=>_0x1d6bc9),_0x3528af=new Map(_0x1a8ae9[_0x45c1e4(0xf7)](_0x2d7d0a=>[_0x2d7d0a,null]));if(_0x46e5c4){for(const {element:_0x5d4b8c,attributes:_0x132cff}of _0x46e5c4[_0x45c1e4(0x18b)])_0x132cff&&_0x3528af[_0x45c1e4(0x12a)](_0x5d4b8c,_0x132cff);}else{if(_0x493f71&&_0x493f71[_0x45c1e4(0x116)])for(const [_0x193855,_0x485ccb]of Object[_0x45c1e4(0x10f)](_0x493f71[_0x45c1e4(0x116)])){const _0x3402c3=_0x5b8d12[_0x45c1e4(0x10a)][_0x45c1e4(0xf2)][_0x45c1e4(0x12e)](_0x193855),_0x32d0c9=_0x3402c3?_0x3402c3[_0x45c1e4(0x150)]()[_0x45c1e4(0xe7)]():null;_0x32d0c9&&_0x3528af[_0x45c1e4(0x12a)](_0x32d0c9,_0x485ccb);}}_0x5b8d12[_0x45c1e4(0x10a)][_0x45c1e4(0xf1)](_0x3bd1a2=>{const _0x33387f=_0x45c1e4;for(const [_0x315c61,_0x1aadef]of _0x3528af)_0x3bd1a2[_0x33387f(0x132)]({...de,..._0x1aadef},_0x315c61);});});const _0x164ac1=(_0x299a22,_0x19023a)=>{const _0x3fa215=_0x4c741c;_0x401496[_0x3fa215(0x131)][_0x3fa215(0xce)](_0x299a22,_0x3fa215(0x10b),_0x19023a,(_0xa93254,_0x25ad8b,_0xcaf81d)=>{const _0x3102e0=_0x3fa215;_0x5b8d12[_0x3102e0(0x10a)][_0x3102e0(0xf1)](_0x5bd6ae=>{const _0x1fc9ac=_0x3102e0,_0x517ca9=[];for(const _0x5889e2 of _0xa93254){const _0x51fbda=_0x5889e2[_0x1fc9ac(0x11e)][_0x1fc9ac(0x135)];_0x51fbda['is'](_0x1fc9ac(0x115),_0x1fc9ac(0x187))&&_0x517ca9[_0x1fc9ac(0x171)](_0x51fbda);}_0x401496[_0x1fc9ac(0x131)][_0x1fc9ac(0x154)](_0x299a22,null,_0x19023a)(_0xa93254,_0x25ad8b,_0xcaf81d);for(const _0x146eb0 of _0x517ca9)_0x1fc9ac(0xe2)!=_0x146eb0[_0x1fc9ac(0x126)][_0x1fc9ac(0x164)]&&_0x5bd6ae[_0x1fc9ac(0xfc)](_0x146eb0);});});};_0x164ac1(_0x4c741c(0x185),_0x4c741c(0xff)),_0x164ac1(_0x4c741c(0x185),_0x4c741c(0xef)),_0x164ac1(_0x4c741c(0x107),_0x4c741c(0xff)),_0x164ac1(_0x4c741c(0x107),_0x4c741c(0xef)),_0x401496[_0x4c741c(0x131)][_0x4c741c(0xce)](_0x4c741c(0x185),_0x4c741c(0x15e),_0x4c741c(0xef),_0x329d27=>{const _0x4e9049=_0x4c741c,_0x52b9da=_0x329d27[_0x4e9049(0xf7)](_0x2e6264=>_0x2e6264[_0x4e9049(0xe7)]()),_0xbdc83=_0x52b9da[0x0][_0x4e9049(0x111)](_0x4e9049(0xfa)),{minRow:_0x41ea8f,maxRow:_0x27e2d0}=_0x2fdd12[_0x4e9049(0x100)](_0x52b9da);_0x4f6d0e[_0x4e9049(0x169)](_0xbdc83,{'at':_0x41ea8f,'rows':_0x27e2d0-_0x41ea8f+0x1});}),_0x401496[_0x4c741c(0x131)][_0x4c741c(0xce)](_0x4c741c(0x185),_0x4c741c(0x166),_0x4c741c(0xef),_0x1c3051=>{const _0x3adc1b=_0x4c741c,_0x1d98f6=_0x1c3051[_0x3adc1b(0xf7)](_0x3dcb7b=>_0x3dcb7b[_0x3adc1b(0xe7)]()),_0x34b4fc=_0x1d98f6[0x0][_0x3adc1b(0x111)](_0x3adc1b(0xfa)),{minColumn:_0x1c7a5d,maxColumn:_0x163465}=_0x2fdd12[_0x3adc1b(0x100)](_0x1d98f6);_0x4f6d0e[_0x3adc1b(0xdc)](_0x34b4fc,{'at':_0x1c7a5d,'columns':_0x163465-_0x1c7a5d+0x1});});const _0x3e8490=(_0x4a72e7,_0x12e657)=>{const _0x2a6e47=_0x4c741c;if(!_0x12e657[_0x2a6e47(0x12b)]||!_0x12e657[_0x2a6e47(0x12b)][_0x2a6e47(0xc4)](_0x2a6e47(0x10b)))return;const _0x158078=_0x12e657[_0x2a6e47(0x134)][_0x2a6e47(0x10d)],_0x434f9b=_0x401496[_0x2a6e47(0x10c)]()[_0x2a6e47(0x147)](_0xc9d21f=>_0xc9d21f[_0x2a6e47(0x14b)]&&_0xc9d21f[_0x2a6e47(0x134)]&&_0xc9d21f[_0x2a6e47(0x134)][_0x2a6e47(0x10d)]==_0x158078);_0x434f9b[_0x2a6e47(0xeb)]&&_0x12e657[_0x2a6e47(0x16c)]()[_0x2a6e47(0xeb)]!=_0x434f9b[_0x2a6e47(0xeb)]&&_0x434f9b[_0x2a6e47(0xed)]((_0x2985fc,_0x10a549)=>(_0x2985fc[_0x2a6e47(0x148)]=_0x10a549,_0x10a549[_0x2a6e47(0x14f)]=_0x2985fc,_0x10a549));};function _0x4a0e51(_0x216f3f,_0x108d3c=!0x0){const _0x165013=_0x4c741c,{id:_0x34319c}=_0x401496[_0x165013(0x130)](_0x216f3f[_0x165013(0xd5)]),_0x4bfb68=[_0x165013(0x114),_0x165013(0x15f)],_0x37837c=_0x401496[_0x165013(0x105)][_0x165013(0x113)](_0x216f3f[_0x165013(0xd5)]);return _0x37837c&&_0x4bfb68[_0x165013(0x171)](_0x165013(0xf6)),{'classes':_0x4bfb68,'attributes':{'data-suggestion':_0x34319c},'priority':_0x37837c&&_0x108d3c?0xbc2:0xbb8};}_0x401496['on'](_0x4c741c(0xd7),_0x3e8490,{'priority':_0x4c741c(0xcd)}),_0x401496['on'](_0x4c741c(0x13e),_0x3e8490,{'priority':_0x4c741c(0xcd)}),_0x5b8d12[_0x4c741c(0x10a)][_0x4c741c(0xe9)][_0x4c741c(0xe8)](()=>{const _0x545404=_0x4c741c;let _0x335651=!0x1;const _0xe2a097=Array[_0x545404(0x165)](_0x5b8d12[_0x545404(0x10a)][_0x545404(0xe9)][_0x545404(0x13c)][_0x545404(0x120)]());for(const {name:_0x496188,data:_0xa1d691}of _0xe2a097){const {group:_0x2f2236,type:_0x54aedb,id:_0x57fe26}=_0x401496[_0x545404(0x130)](_0x496188);if(_0x545404(0x18f)!=_0x2f2236||_0x545404(0x107)!=_0x54aedb||_0xa1d691[_0x545404(0x11d)])continue;if(!_0x401496[_0x545404(0x121)](_0x57fe26))continue;const _0x51a9a8=_0x401496[_0x545404(0x133)](_0x57fe26)[_0x545404(0xea)](),_0x2debf5=_0x5b8d12[_0x545404(0x136)][_0x545404(0x12e)](_0x545404(0x156))['me'];for(const _0x2a906b of _0x401496[_0x545404(0x10c)]()){if(!_0x2a906b[_0x545404(0x14b)]||_0x2a906b[_0x545404(0x11a)]!=_0x2debf5)continue;if(_0x545404(0x109)!=_0x2a906b[_0x545404(0xf5)]||_0x545404(0x17d)!=_0x2a906b[_0x545404(0x12b)])continue;if(_0x2a906b[_0x545404(0xea)]()[_0x545404(0x158)](_0x403358=>_0x51a9a8[_0x545404(0x10e)](_0x507287=>_0x507287[_0x545404(0xf8)](_0x403358,!0x0)))){for(const _0x316c3c of _0x2a906b[_0x545404(0x16c)]())_0x316c3c[_0x545404(0x14b)]&&(_0x316c3c[_0x545404(0xef)](),_0x335651=!0x0);}}}return _0x335651;}),_0x5b8d12[_0x4c741c(0x10a)][_0x4c741c(0xe9)][_0x4c741c(0xe8)](_0x2183f3=>{const _0xdeb2f5=_0x4c741c,_0x5d450d=_0x5b8d12[_0xdeb2f5(0xfe)][_0xdeb2f5(0x12e)](_0xdeb2f5(0x137));if(!_0x5d450d||!_0x5d450d[_0xdeb2f5(0x13a)][_0xdeb2f5(0xca)](_0x2183f3[_0xdeb2f5(0x16e)]))return!0x1;let _0x1b83ab=!0x1;const _0x5b6318=_0x5b8d12[_0xdeb2f5(0x136)][_0xdeb2f5(0x12e)](_0xdeb2f5(0x156))['me'],_0x193985=_0x5b8d12[_0xdeb2f5(0x10a)][_0xdeb2f5(0xe9)][_0xdeb2f5(0x13c)][_0xdeb2f5(0xda)](),_0x37db76=Array[_0xdeb2f5(0x165)](_0x5b8d12[_0xdeb2f5(0x10a)][_0xdeb2f5(0xe9)][_0xdeb2f5(0x13c)][_0xdeb2f5(0x120)]())[_0xdeb2f5(0x147)](({name:_0x2f442e,data:_0x27fc7c})=>{const _0x21ca5a=_0xdeb2f5,{group:_0x3df800,subType:_0x520f9b,authorId:_0x25fda6}=_0x401496[_0x21ca5a(0x130)](_0x2f442e);return _0x21ca5a(0x18f)==_0x3df800&&_0x21ca5a(0x10b)==_0x520f9b&&_0x25fda6==_0x5b6318['id']&&!_0x27fc7c[_0x21ca5a(0x11d)];});for(const _0x54416e of _0x193985){if(_0xdeb2f5(0x128)!=_0x54416e[_0xdeb2f5(0xf5)]||_0xdeb2f5(0x187)!=_0x54416e[_0xdeb2f5(0xe6)]||0x1!=_0x54416e[_0xdeb2f5(0xeb)])continue;const _0x11352b=_0x2183f3[_0xdeb2f5(0x106)](_0x54416e[_0xdeb2f5(0x159)],_0x54416e[_0xdeb2f5(0x159)][_0xdeb2f5(0xe1)](0x1));if(!_0x37db76[_0xdeb2f5(0xc6)](({data:_0x1900bf})=>_0x1900bf[_0xdeb2f5(0xcc)][_0xdeb2f5(0x13d)](_0x11352b))){for(const {name:_0x12990c,data:_0x4403d8}of _0x37db76)if(_0x11352b[_0xdeb2f5(0xf8)](_0x4403d8[_0xdeb2f5(0xcc)])){_0x2183f3[_0xdeb2f5(0x124)](_0x12990c,{'range':_0x11352b}),_0x1b83ab=!0x0;break;}}}return _0x1b83ab;}),_0x5b8d12[_0x4c741c(0x10a)][_0x4c741c(0xe9)][_0x4c741c(0xe8)](_0x5dcef6=>{const _0xe6dedd=_0x4c741c;let _0x1d12b0=!0x1;const _0x46e0d0=_0x5b8d12[_0xe6dedd(0x136)][_0xe6dedd(0x12e)](_0xe6dedd(0x156))['me'],_0x4a2c86=_0x401496[_0xe6dedd(0x10c)]()[_0xe6dedd(0x147)](_0x2fb88f=>_0x2fb88f[_0xe6dedd(0x14b)]&&_0x2fb88f[_0xe6dedd(0x11a)]==_0x46e0d0),_0x27d210=new Set(),_0x204420=new Set();for(const _0x2ea670 of _0x4a2c86)if(_0xe6dedd(0x10b)==_0x2ea670[_0xe6dedd(0x12b)])for(const _0x362738 of _0x2ea670[_0xe6dedd(0x125)]()){const _0x4ae4db=_0x362738[_0xe6dedd(0x150)]()[_0xe6dedd(0xe7)]();if(_0x4ae4db){if(_0x4ae4db['is'](_0xe6dedd(0x115),_0xe6dedd(0x187))&&ge(_0x4ae4db)){_0x2ea670[_0xe6dedd(0x11f)](_0x362738[_0xe6dedd(0xe6)]),_0x27d210[_0xe6dedd(0x151)](_0x4ae4db),_0x1d12b0=!0x0;const _0x52ad40=_0x4ae4db[_0xe6dedd(0x176)],_0x101091=_0x4ae4db[_0xe6dedd(0x16b)],_0x44e9dd=_0x52ad40&&_0x52ad40['is'](_0xe6dedd(0x115),_0xe6dedd(0x187)),_0x513553=_0x101091&&_0x101091['is'](_0xe6dedd(0x115),_0xe6dedd(0x187));_0x44e9dd&&!_0x27d210[_0xe6dedd(0xca)](_0x52ad40)&&_0x204420[_0xe6dedd(0x151)](_0x52ad40),_0x513553&&!_0x27d210[_0xe6dedd(0xca)](_0x101091)&&_0x204420[_0xe6dedd(0x151)](_0x101091);}else _0x4ae4db['is'](_0xe6dedd(0x115),_0xe6dedd(0x12d))&&_0x4ae4db[_0xe6dedd(0x146)]&&(_0x2ea670[_0xe6dedd(0x11f)](_0x362738[_0xe6dedd(0xe6)]),_0x1d12b0=!0x0);}}else{if(_0xe6dedd(0x17d)==_0x2ea670[_0xe6dedd(0x12b)]){if(!_0x2ea670[_0xe6dedd(0x134)]||!_0x2ea670[_0xe6dedd(0x134)][_0xe6dedd(0x10d)])continue;const _0x258dfe=_0x2ea670[_0xe6dedd(0x134)][_0xe6dedd(0x116)];if(_0x258dfe&&Object[_0xe6dedd(0xc3)](_0x258dfe)[_0xe6dedd(0xeb)])continue;const _0x53e1f0=_0x2ea670[_0xe6dedd(0x134)][_0xe6dedd(0x10d)];let _0x5bbd7c=!0x0,_0x47d64e=!0x0;for(const _0x2d6cfe of _0x4a2c86)if(_0x2d6cfe[_0xe6dedd(0x12b)]&&_0x2d6cfe[_0xe6dedd(0x12b)][_0xe6dedd(0xc4)](_0xe6dedd(0x10b))){if(!_0x2d6cfe[_0xe6dedd(0x134)][_0xe6dedd(0x10d)]){_0x47d64e=!0x1;break;}if(_0x2d6cfe['id']!=_0x2ea670['id']&&_0x2d6cfe[_0xe6dedd(0x134)][_0xe6dedd(0x10d)]==_0x53e1f0){_0x5bbd7c=!0x1;break;}}_0x47d64e&&_0x5bbd7c&&(_0x2ea670[_0xe6dedd(0x175)](),_0x1d12b0=!0x0);}}for(const _0x4070b0 of _0x27d210)_0x5dcef6[_0xe6dedd(0x123)](_0x4070b0);for(const _0x43f7f3 of _0x204420)_0x5dcef6[_0xe6dedd(0xfc)](_0x43f7f3);return _0x1d12b0;}),_0x5b8d12[_0x4c741c(0xe3)][_0x4c741c(0xf0)](_0x4c741c(0x183))[_0x4c741c(0xd9)]({'model':_0x4c741c(0x18e),'view':(_0x502411,_0x5f3198)=>_0x4a0e51(_0x502411),'converterPriority':_0x4c741c(0xcd)}),_0x5b8d12[_0x4c741c(0xe3)][_0x4c741c(0xf0)](_0x4c741c(0x162))[_0x4c741c(0xd9)]({'model':_0x4c741c(0x18e),'view':(_0x410172,_0x43abeb)=>_0x43abeb[_0x4c741c(0xd8)][_0x4c741c(0xc2)]?_0x4a0e51(_0x410172,!0x1):null,'converterPriority':_0x4c741c(0xcd)});const _0x11e16d=_0x5b8d12[_0x4c741c(0x14d)][_0x4c741c(0x129)];this[_0x4c741c(0xe0)](_0x11e16d[_0x4c741c(0xe9)],_0x4c741c(0x167),(_0x4ce0f1,_0x127bd5)=>{const _0x231e36=_0x4c741c,_0x4aba6a=[];for(const _0x4ffd43 of _0x11e16d[_0x231e36(0x102)](_0x127bd5[_0x231e36(0xd1)])[_0x231e36(0xf9)]())_0x4ffd43['is'](_0x231e36(0x115),_0x231e36(0x18a))&&_0x4aba6a[_0x231e36(0x171)](_0x4ffd43);_0x11e16d[_0x231e36(0xf1)](_0x3fcbd7=>{const _0xa3e486=_0x231e36;for(const _0x26e34d of _0x4aba6a)_0x3fcbd7[_0xa3e486(0x119)](_0x3fcbd7[_0xa3e486(0x102)](_0x26e34d),_0x3fcbd7[_0xa3e486(0xfd)](_0x26e34d)),_0x3fcbd7[_0xa3e486(0x123)](_0x26e34d);});});}}function _0x297d(){const _0x134aac=['ck-suggestion-marker','element','markerAttributes','30YPPBfN','278979VACePv','move','author','editor','getRowIndexes','oldRange','start','removeMarker','getChangedMarkers','hasSuggestion','forceDefaultExecution','remove','updateMarker','getMarkers','root','afterInit','insert','view','set','subType','tableCellBackgroundColor','paragraph','get','createElement','_splitMarkerName','_suggestionFactory','setAttributes','getSuggestion','attributes','nodeAfter','plugins','redo','_isForcedDefaultExecutionBlock','insertColumns','_createdBatches','createTableWalker','differ','isEqual','suggestionUnloaded','27pvSFze','getSelectionAffectedTableCells','detach','TableUtils','last','TrackChangesEditing','1470972ZOYyFN','isEmpty','filter','next','markMultiRangeInsertion','getColumnIndexes','isInContent','elementToElement','editing','rows','previous','getRange','add','forEach','getRows','getSuggestionCallback','createRangeOn','Users','1358962OrGOhx','every','position','first','columnInsertionIndexes','4303210xEPOmQ','markMultiRangeDeletion','tablePasteRow','ck-suggestion-marker-insertion','endColumn','endRow','dataDowncast','_replaceTableSlotCell','rootName','from','tablePasteColumn','clipboardOutput','getChildren','removeRows','fromRange','previousSibling','getAllAdjacentSuggestions','trackChanges','batch','_descriptionFactory','TableClipboard','push','insertionRanges','deletionRanges','end','removeMarkers','nextSibling','tableCell','getTableIfOnlyTableInContent','register','setAttribute','tableCellBorderColor','call','tablePasteCell','insertRows','column','tableCellBorderStyle','return','markMultiRangeBlockFormat','editingDowncast','locale','insertion','tableCellVerticalAlignment','tableCellSuggestion','documentSelection','selection','suggestion-td','cells','low','wrap','suggestion:formatBlock:tablePasteCell','suggestion','showSuggestionHighlights','keys','startsWith','cell','find','getChild','stop','9385101rjgmUJ','has','rowInsertionRanges','newRange','high','registerCustomCallback','tableCellBorderWidth','tableCellPadding','content','requires','insertContent','registerDescriptionCallback','markerName','schema','suggestionLoaded','options','markerToHighlight','getChanges','tableCellHorizontalAlignment','removeColumns','fill','rowInsertionIndexes','columns','listenTo','getShiftedBy','$graveyard','conversion','5hWJhLb','fromEntries','name','getContainedElement','registerPostFixer','document','getRanges','length','row','reduce','getAttributes','discard','for','change','markers','786674rbXWAo','getColumns','type','ck-suggestion-marker--active','map','containsRange','getItems','table','10938864NLiUnL','unwrap','createPositionBefore','commands','accept','_getCoordsForCells','6BybIZL','createRangeIn','value','_tablePostFixingSubtypes','activeMarkers','createRange','deletion','*Replace\x20table\x20cells*','formatBlock','model','tablePaste','getSuggestions','tablePasteChainId','some','entries','columnInsertionRanges','findAncestor','join','includes'];_0x297d=function(){return _0x134aac;};return _0x297d();}function ge(_0x32d428){const _0x2e5704=_0x41b1e0;if(_0x32d428[_0x2e5704(0x146)])return!0x0;const _0x3ce550=_0x32d428[_0x2e5704(0xc7)](0x0);return _0x3ce550['is'](_0x2e5704(0x115),_0x2e5704(0x12d))&&_0x3ce550[_0x2e5704(0x146)];}function me(_0x3635c0,_0x3bd0e7={},_0x1b3e96){const _0x20f42a=_0x41b1e0;for(const {isAnchor:_0x58bf96,cellHeight:_0xb6e167,cellWidth:_0x4b3796}of _0x1b3e96[_0x20f42a(0x13b)](_0x3635c0,{'includeAllSlots':!0x0,..._0x3bd0e7}))if(!_0x58bf96||0x1!=_0xb6e167||0x1!=_0x4b3796)return!0x1;return!0x0;}
23
+ const _0x4483c3=_0x5820;(function(_0x1db47a,_0x28a888){const _0x11419c=_0x5820,_0x2ce5d6=_0x1db47a();while(!![]){try{const _0x59de94=parseInt(_0x11419c(0xa5))/0x1+-parseInt(_0x11419c(0xa8))/0x2*(-parseInt(_0x11419c(0xde))/0x3)+-parseInt(_0x11419c(0x14c))/0x4*(-parseInt(_0x11419c(0xaf))/0x5)+-parseInt(_0x11419c(0x132))/0x6*(parseInt(_0x11419c(0xcd))/0x7)+-parseInt(_0x11419c(0xcc))/0x8+parseInt(_0x11419c(0x11e))/0x9+-parseInt(_0x11419c(0x102))/0xa;if(_0x59de94===_0x28a888)break;else _0x2ce5d6['push'](_0x2ce5d6['shift']());}catch(_0x3e4710){_0x2ce5d6['push'](_0x2ce5d6['shift']());}}}(_0x3052,0x7e456));import{getTranslation as _0x43eba6}from'../utils/common-translations.js';import{Plugin as _0x43083}from'ckeditor5/src/core.js';function _0x3052(){const _0x550672=['hasSuggestion','getItems','reduce','filter','document','suggestion','markMultiRangeDeletion','keys','getChildren','getRows','listenTo','unwrap','editingDowncast','819358wVidnB','getSelectionAffectedTableCells','columnInsertionRanges','52KQcITF','set','suggestion-td','suggestionLoaded','tableCellBorderStyle','tableCellBorderWidth','register','1671470FqTYew','createTableWalker','attributes','ck-suggestion-marker','nodeAfter','call','return','tablePasteChainId','map','requires','getTableIfOnlyTableInContent','getSuggestion','tableCellPadding','oldRange','endRow','rowInsertionIndexes','getRange','type','getAllAdjacentSuggestions','tablePaste','conversion','every','wrap','tableCellHorizontalAlignment','nextSibling','isEqual','documentSelection','tableCellBorderColor','author','4964664xKZXIc','7LRwitt','join','getRowIndexes','afterInit','findAncestor','cell','ck-suggestion-marker-insertion','startsWith','from','*Replace\x20table\x20cells*','forceDefaultExecution','fromEntries','getShiftedBy','column','editor','elementToElement','registerPostFixer','46977fQKqzx','_isForcedDefaultExecutionBlock','forEach','TableClipboard','tablePasteColumn','dataDowncast','_getCoordsForCells','insertion','root','suggestionUnloaded','updateMarker','columnInsertionIndexes','markMultiRangeBlockFormat','setAttribute','cells','low','$graveyard','_splitMarkerName','fill','end','TrackChangesEditing','activeMarkers','add','containsRange','insertRows','tablePasteRow','redo','first','get','accept','getColumnIndexes','removeRows','markerName','row','_replaceTableSlotCell','_tablePostFixingSubtypes','14411640zFXIPK','removeColumns','start','previousSibling','tableCellBackgroundColor','getContainedElement','tableCellVerticalAlignment','batch','_suggestionFactory','insertionRanges','length','schema','view','plugins','insert','selection','suggestion:formatBlock:tablePasteCell','next','has','insertColumns','clipboardOutput','_createdBatches','last','createRangeOn','value','Users','_descriptionFactory','deletion','6955092lryoPC','model','createRangeIn','entries','getChanges','paragraph','formatBlock','newRange','registerDescriptionCallback','removeMarkers','change','insertContent','setAttributes','showSuggestionHighlights','move','push','registerCustomCallback','rootName','fromRange','tableCellSuggestion','2539254ucCBXI','TableUtils','deletionRanges','editing','columns','includes','endColumn','markerToHighlight','rows','high','stop','table','find','ck-suggestion-marker--active','content','getSuggestionCallback','detach','tableCell','commands','markerAttributes','getAttributes','createPositionBefore','trackChanges','getSuggestions','subType','previous','12yQxwbm','position','markMultiRangeInsertion','markers','locale','element','discard','isEmpty','removeMarker','getMarkers','tablePasteCell','remove','options','isInContent','rowInsertionRanges','getColumns','createElement','differ','getChangedMarkers','name','createRange','some','for','getRanges','getChild'];_0x3052=function(){return _0x550672;};return _0x3052();}import{LiveRange as _0x209db5}from'ckeditor5/src/engine.js';import{uid as _0x2f4773,priorities as _0xecfe2e}from'ckeditor5/src/utils.js';import _0x48145a from'./table.js';const ge=[_0x4483c3(0xad),_0x4483c3(0xca),_0x4483c3(0xac),_0x4483c3(0xc6),_0x4483c3(0x108),_0x4483c3(0x106),_0x4483c3(0xbb)],Ce=Object[_0x4483c3(0xd8)](ge[_0x4483c3(0xb7)](_0x585aba=>[_0x585aba,null]));export default class It extends _0x43083{static get[_0x4483c3(0xb8)](){return[_0x48145a];}[_0x4483c3(0xd0)](){const _0xb0a859=_0x4483c3,_0xa130fc=this[_0xb0a859(0xdb)];if(!_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0x114)](_0xb0a859(0xe1)))return;const _0x2184d7=_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0xb0a859(0xf2)),_0xf134b0=_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0xb0a859(0x133)),_0x1e925d=_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0x48145a),_0x3f0141=_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0xb0a859(0xe1));_0x1e925d[_0xb0a859(0x101)][_0xb0a859(0x12d)](_0xb0a859(0xf7),_0xb0a859(0xe2)),_0xa130fc[_0xb0a859(0x11f)][_0xb0a859(0x10d)][_0xb0a859(0xae)](_0xb0a859(0x131),{'allowIn':_0xb0a859(0x143),'allowContentOf':_0xb0a859(0x143),'isLimit':!0x0}),_0xa130fc[_0xb0a859(0xc3)][_0xb0a859(0xdc)]({'model':_0xb0a859(0x131),'view':_0xb0a859(0xaa)});let _0xf5e59a=null;_0xa130fc[_0xb0a859(0x11f)]['on'](_0xb0a859(0x129),(_0x5109f5,_0x45c1bf)=>{const _0x3615d4=_0xb0a859,[_0x34fe07,_0x4cc9cf]=_0x45c1bf,_0x1f1f22=_0x45c1bf[_0x45c1bf[_0x3615d4(0x10c)]-0x1];_0x1f1f22&&_0x1f1f22[_0x3615d4(0xd7)]||_0x2184d7[_0x3615d4(0xdf)]||this[_0x3615d4(0xdb)][_0x3615d4(0x144)][_0x3615d4(0xfa)](_0x3615d4(0x148))[_0x3615d4(0x11a)]&&function(_0x130bf6,_0x9e8217,_0x171269,_0x4f91d1,_0x111590){const _0x4cb03d=_0x3615d4;if(_0x9e8217&&!_0x9e8217['is'](_0x4cb03d(0xc9)))return!0x1;const _0x462dda=_0x111590[_0x4cb03d(0xb9)](_0x130bf6,_0x171269);if(!_0x462dda||!he(_0x462dda,void 0x0,_0x4f91d1))return!0x1;const _0x24cf52=_0x4f91d1[_0x4cb03d(0xa6)](_0x171269[_0x4cb03d(0x169)][_0x4cb03d(0x111)]);if(!_0x24cf52[_0x4cb03d(0x10c)])return!0x1;const _0x1e58f3=_0x24cf52[0x0][_0x4cb03d(0xd1)](_0x4cb03d(0x13d)),_0x5b5397=_0x4f91d1[_0x4cb03d(0xcf)](_0x24cf52),_0x7872b9=_0x4f91d1[_0x4cb03d(0xfc)](_0x24cf52),_0x41a8d6={'startRow':_0x5b5397[_0x4cb03d(0xf9)],'endRow':_0x5b5397[_0x4cb03d(0x118)],'startColumn':_0x7872b9[_0x4cb03d(0xf9)],'endColumn':_0x7872b9[_0x4cb03d(0x118)]};return 0x1==_0x24cf52[_0x4cb03d(0x10c)]&&(_0x41a8d6[_0x4cb03d(0xbd)]+=_0x4f91d1[_0x4cb03d(0x16e)](_0x462dda)-0x1,_0x41a8d6[_0x4cb03d(0x138)]+=_0x4f91d1[_0x4cb03d(0x15b)](_0x462dda)-0x1),he(_0x1e58f3,_0x41a8d6,_0x4f91d1);}(_0x34fe07,_0x4cc9cf,_0xa130fc[_0x3615d4(0x11f)],_0xf134b0,_0x3f0141)&&(_0x5109f5[_0x3615d4(0x13c)](),_0xf5e59a={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0xa130fc[_0x3615d4(0x11f)][_0x3615d4(0x128)](()=>{const _0x44eaa8=_0x3615d4;_0xa130fc[_0x44eaa8(0x11f)][_0x44eaa8(0x129)](_0x45c1bf[0x0],_0x45c1bf[0x1],_0x45c1bf[0x2],{'forceDefaultExecution':!0x0});const _0x47d3cf=_0x2f4773(),{rowInsertionRanges:_0xb62e86,columnInsertionRanges:_0x4160b6,insertionRanges:_0x222c7b,deletionRanges:_0x5864f5,cells:_0x4a0e11}=_0xf5e59a;_0xb62e86[_0x44eaa8(0x10c)]&&_0x2184d7[_0x44eaa8(0x14e)](_0xb62e86,_0x44eaa8(0xf7),{'tablePasteChainId':_0x47d3cf}),_0x4160b6[_0x44eaa8(0x10c)]&&_0x2184d7[_0x44eaa8(0x14e)](_0x4160b6,_0x44eaa8(0xe2),{'tablePasteChainId':_0x47d3cf}),_0x222c7b[_0x44eaa8(0x10c)]&&(_0x2184d7[_0x44eaa8(0x14e)](_0x222c7b,_0x44eaa8(0xc2),{'tablePasteChainId':_0x47d3cf,'skipNestingCheck':!0x0}),_0x222c7b[_0x44eaa8(0xe0)](_0x51a2a0=>{const _0x513b29=_0x44eaa8;var _0x384fb4;return null===(_0x384fb4=_0x51a2a0[_0x513b29(0x142)])||void 0x0===_0x384fb4?void 0x0:_0x384fb4[_0x513b29(0xb4)](_0x51a2a0);})),_0x5864f5[_0x44eaa8(0x10c)]&&(_0x2184d7[_0x44eaa8(0x16b)](_0x5864f5,_0x44eaa8(0xc2),{'tablePasteChainId':_0x47d3cf,'skipNestingCheck':!0x0}),_0x5864f5[_0x44eaa8(0xe0)](_0x5edcf0=>{const _0x53f724=_0x44eaa8;var _0x5da36c;return null===(_0x5da36c=_0x5edcf0[_0x53f724(0x142)])||void 0x0===_0x5da36c?void 0x0:_0x5da36c[_0x53f724(0xb4)](_0x5edcf0);}));const _0x593ab4=_0x2184d7[_0x44eaa8(0xea)](_0x4a0e11[_0x44eaa8(0xb7)](({element:_0x2e7e6a})=>_0x2e7e6a),{'formatGroupId':_0x2f4773()},[],_0x44eaa8(0x156),{'tablePasteChainId':_0x47d3cf});if(_0x593ab4){const _0x1e397f=_0x593ab4[_0x44eaa8(0x155)](),_0x56c468=[];for(const {element:_0x16838a,attributes:_0x2ece4d}of _0x4a0e11){if(!_0x2ece4d)continue;const _0x4ffa2c=_0xa130fc[_0x44eaa8(0x11f)][_0x44eaa8(0x119)](_0x16838a),_0x51294a=_0x1e397f[_0x44eaa8(0x13e)](_0x5e0b31=>_0x5e0b31[_0x44eaa8(0xbf)]()[_0x44eaa8(0xc8)](_0x4ffa2c));_0x51294a&&_0x56c468[_0x44eaa8(0x12d)]([_0x51294a[_0x44eaa8(0x15f)],_0x2ece4d]);}_0x56c468[_0x44eaa8(0x10c)]&&_0x593ab4[_0x44eaa8(0xeb)](_0x44eaa8(0x145),Object[_0x44eaa8(0xd8)](_0x56c468));}_0xf5e59a=null;}));},{'priority':_0xecfe2e[_0xb0a859(0x13b)]+0xa}),_0xa130fc[_0xb0a859(0x10f)][_0xb0a859(0xfa)](_0xb0a859(0xe1))['on'](_0xb0a859(0x100),(_0x3545eb,_0x45e2c2)=>{const _0xfbf00c=_0xb0a859,[_0x27e88a,_0x258080,,_0x369117]=_0x45e2c2;if(!_0xf5e59a)return;_0x3545eb[_0xfbf00c(0x13c)]();const _0x919940=_0x27e88a[_0xfbf00c(0xd2)],_0x20f60a=_0x258080,_0x4093de=Pe(_0x919940),_0x5ee8f9=Pe(_0x20f60a);_0x3545eb[_0xfbf00c(0xb5)]=_0x919940;let _0x64efbe=null,_0x53d9bf=null;if(_0x5ee8f9||_0x4093de){if(_0x4093de&&!_0x5ee8f9){_0x369117[_0xfbf00c(0x157)](_0x919940[_0xfbf00c(0x164)](0x0));for(const _0x482144 of Array[_0xfbf00c(0xd5)](_0x20f60a[_0xfbf00c(0x16d)]()))_0x369117[_0xfbf00c(0x110)](_0x482144,_0x919940,_0xfbf00c(0xf1));const _0x574b71=_0xf5e59a[_0xfbf00c(0xbe)][_0xfbf00c(0x137)](_0x27e88a[_0xfbf00c(0xff)]),_0x4d4ad0=_0xf5e59a[_0xfbf00c(0xe9)][_0xfbf00c(0x137)](_0x27e88a[_0xfbf00c(0xda)]);_0x574b71||_0x4d4ad0||(_0x64efbe=_0x209db5[_0xfbf00c(0x130)](_0x369117[_0xfbf00c(0x120)](_0x919940)));}else _0x5ee8f9&&!_0x4093de&&(_0x53d9bf=_0x369117[_0xfbf00c(0x120)](_0x919940));}else{const _0x44f518=_0x369117[_0xfbf00c(0x15c)](_0xfbf00c(0x131)),_0x2ada85=_0x369117[_0xfbf00c(0x15c)](_0xfbf00c(0x131));_0x369117[_0xfbf00c(0xc5)](_0x369117[_0xfbf00c(0x120)](_0x919940),_0x2ada85),_0x369117[_0xfbf00c(0x110)](_0x44f518,_0x919940,0x0);for(const _0x5e4ccb of Array[_0xfbf00c(0xd5)](_0x20f60a[_0xfbf00c(0x16d)]()))_0x369117[_0xfbf00c(0x110)](_0x5e4ccb,_0x44f518,_0xfbf00c(0xf1));_0x64efbe=_0x209db5[_0xfbf00c(0x130)](_0x369117[_0xfbf00c(0x119)](_0x44f518)),_0x53d9bf=_0x209db5[_0xfbf00c(0x130)](_0x369117[_0xfbf00c(0x119)](_0x2ada85));}const _0x56923e=Array[_0xfbf00c(0xd5)](_0x20f60a[_0xfbf00c(0x146)]())[_0xfbf00c(0x168)](([_0x33c902])=>ge[_0xfbf00c(0x137)](_0x33c902));_0xf5e59a[_0xfbf00c(0xec)][_0xfbf00c(0x12d)]({'element':_0x919940,'attributes':_0x56923e[_0xfbf00c(0x10c)]?Object[_0xfbf00c(0xd8)](_0x56923e):null}),_0x64efbe&&_0xf5e59a[_0xfbf00c(0x10b)][_0xfbf00c(0x12d)](_0x64efbe),_0x53d9bf&&_0xf5e59a[_0xfbf00c(0x134)][_0xfbf00c(0x12d)](_0x53d9bf);},{'priority':_0xb0a859(0x13b)}),_0xf134b0['on'](_0xb0a859(0x115),(_0x3c64f4,_0x3e4206)=>{const _0x15c5ae=_0xb0a859,[_0x30e566,_0x10aa0b={}]=_0x3e4206;if(!_0xf5e59a)return;const _0x219e33=_0x10aa0b['at']||0x0,_0x19ad5a=_0x10aa0b[_0x15c5ae(0x136)]||0x1;_0xf5e59a[_0x15c5ae(0xe9)]=new Array(_0x19ad5a)[_0x15c5ae(0xf0)](_0x219e33)[_0x15c5ae(0xb7)]((_0x3b4bf8,_0x4dee48)=>_0x3b4bf8+_0x4dee48);for(const {cell:_0x40a5c6}of _0xf134b0[_0x15c5ae(0xb0)](_0x30e566,{'startColumn':_0x219e33,'endColumn':_0x219e33+_0x19ad5a-0x1}))_0xf5e59a[_0x15c5ae(0xa7)][_0x15c5ae(0x12d)](_0xa130fc[_0x15c5ae(0x11f)][_0x15c5ae(0x119)](_0x40a5c6));},{'priority':_0xb0a859(0xed)}),_0xf134b0['on'](_0xb0a859(0xf6),(_0x1f6153,_0x514a60)=>{const _0x15cceb=_0xb0a859,[_0x1ccdd1,_0xa93751={}]=_0x514a60;if(!_0xf5e59a)return;const _0x8f4a0c=_0xa93751['at']||0x0,_0x5320e6=_0xa93751[_0x15cceb(0x13a)]||0x1;_0xf5e59a[_0x15cceb(0xbe)]=new Array(_0x5320e6)[_0x15cceb(0xf0)](_0x8f4a0c)[_0x15cceb(0xb7)]((_0x5f2439,_0x4781b4)=>_0x5f2439+_0x4781b4);for(const {cell:_0x3b69b8}of _0xf134b0[_0x15cceb(0xb0)](_0x1ccdd1,{'startRow':_0x8f4a0c,'endRow':_0x8f4a0c+_0x5320e6-0x1}))_0xf5e59a[_0x15cceb(0x15a)][_0x15cceb(0x12d)](_0xa130fc[_0x15cceb(0x11f)][_0x15cceb(0x119)](_0x3b69b8));},{'priority':_0xb0a859(0xed)}),_0x2184d7[_0xb0a859(0x11c)][_0xb0a859(0x126)](_0x398eb4=>{const _0x5c788b=_0xb0a859;if(_0x398eb4[_0x5c788b(0x14a)]&&_0x398eb4[_0x5c788b(0x14a)][_0x5c788b(0xd4)](_0x5c788b(0xc2)))return _0x398eb4[_0x5c788b(0x14b)]?{}:{'type':_0x5c788b(0xe5),'content':_0x43eba6(_0xa130fc[_0x5c788b(0x150)],_0x5c788b(0xd6))};});const _0x5cab5d=()=>!0x1;for(const _0xdbf2f6 of[_0xb0a859(0xc2),_0xb0a859(0xe2),_0xb0a859(0xf7),_0xb0a859(0x156)])_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0xe5),_0xdbf2f6,_0xb0a859(0xce),_0x5cab5d),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0x11d),_0xdbf2f6,_0xb0a859(0xce),_0x5cab5d),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0x124),_0xdbf2f6,_0xb0a859(0xce),_0x5cab5d);_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0x124),_0xb0a859(0x156),_0xb0a859(0x152),_0x5cab5d),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0x124),_0xb0a859(0x156),_0xb0a859(0xfb),(_0x1b782e,_0x367519,_0x428b3b)=>{const _0x4d72df=_0xb0a859,_0x6e59ac=_0x1b782e[_0x4d72df(0xb7)](_0x7466da=>_0x7466da[_0x4d72df(0x107)]())[_0x4d72df(0x168)](_0x46107d=>_0x46107d),_0x1f2cb4=new Map(_0x6e59ac[_0x4d72df(0xb7)](_0x51d772=>[_0x51d772,null]));if(_0xf5e59a){for(const {element:_0x4e6e12,attributes:_0x255476}of _0xf5e59a[_0x4d72df(0xec)])_0x255476&&_0x1f2cb4[_0x4d72df(0xa9)](_0x4e6e12,_0x255476);}else{if(_0x428b3b&&_0x428b3b[_0x4d72df(0x145)])for(const [_0x40f85b,_0x35834e]of Object[_0x4d72df(0x121)](_0x428b3b[_0x4d72df(0x145)])){const _0x3eaed2=_0xa130fc[_0x4d72df(0x11f)][_0x4d72df(0x14f)][_0x4d72df(0xfa)](_0x40f85b),_0x31304a=_0x3eaed2?_0x3eaed2[_0x4d72df(0xbf)]()[_0x4d72df(0x107)]():null;_0x31304a&&_0x1f2cb4[_0x4d72df(0xa9)](_0x31304a,_0x35834e);}}_0xa130fc[_0x4d72df(0x11f)][_0x4d72df(0x128)](_0x39e4d2=>{const _0x4b9cbd=_0x4d72df;for(const [_0x180089,_0x4d2077]of _0x1f2cb4)_0x39e4d2[_0x4b9cbd(0x12a)]({...Ce,..._0x4d2077},_0x180089);});});const _0x4f4b40=(_0x2bef8b,_0x14e9a7)=>{const _0x3280b8=_0xb0a859;_0x2184d7[_0x3280b8(0x10a)][_0x3280b8(0x12e)](_0x2bef8b,_0x3280b8(0xc2),_0x14e9a7,(_0x1cb9ad,_0x5ce9a1,_0x52a46a)=>{const _0x48e45a=_0x3280b8;_0xa130fc[_0x48e45a(0x11f)][_0x48e45a(0x128)](_0x267766=>{const _0x37b2ea=_0x48e45a,_0x3d855d=[];for(const _0xfbc7eb of _0x1cb9ad){const _0x3ef768=_0xfbc7eb[_0x37b2ea(0x104)][_0x37b2ea(0xb3)];_0x3ef768['is'](_0x37b2ea(0x151),_0x37b2ea(0x131))&&_0x3d855d[_0x37b2ea(0x12d)](_0x3ef768);}_0x2184d7[_0x37b2ea(0x10a)][_0x37b2ea(0x141)](_0x2bef8b,null,_0x14e9a7)(_0x1cb9ad,_0x5ce9a1,_0x52a46a);for(const _0x2a780f of _0x3d855d)_0x37b2ea(0xee)!=_0x2a780f[_0x37b2ea(0xe6)][_0x37b2ea(0x12f)]&&_0x267766[_0x37b2ea(0x170)](_0x2a780f);});});};_0x4f4b40(_0xb0a859(0xe5),_0xb0a859(0xfb)),_0x4f4b40(_0xb0a859(0xe5),_0xb0a859(0x152)),_0x4f4b40(_0xb0a859(0x11d),_0xb0a859(0xfb)),_0x4f4b40(_0xb0a859(0x11d),_0xb0a859(0x152)),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0xe5),_0xb0a859(0xf7),_0xb0a859(0x152),_0x4dba36=>{const _0x3a2fb8=_0xb0a859,_0x2a58df=_0x4dba36[_0x3a2fb8(0xb7)](_0x4c5237=>_0x4c5237[_0x3a2fb8(0x107)]()),_0x5db54e=_0x2a58df[0x0][_0x3a2fb8(0xd1)](_0x3a2fb8(0x13d)),{minRow:_0x354e61,maxRow:_0x49e226}=_0x1e925d[_0x3a2fb8(0xe4)](_0x2a58df);_0xf134b0[_0x3a2fb8(0xfd)](_0x5db54e,{'at':_0x354e61,'rows':_0x49e226-_0x354e61+0x1});}),_0x2184d7[_0xb0a859(0x10a)][_0xb0a859(0x12e)](_0xb0a859(0xe5),_0xb0a859(0xe2),_0xb0a859(0x152),_0x220837=>{const _0x373900=_0xb0a859,_0x2eb7d2=_0x220837[_0x373900(0xb7)](_0x311498=>_0x311498[_0x373900(0x107)]()),_0x4af19a=_0x2eb7d2[0x0][_0x373900(0xd1)](_0x373900(0x13d)),{minColumn:_0xacc217,maxColumn:_0xd98159}=_0x1e925d[_0x373900(0xe4)](_0x2eb7d2);_0xf134b0[_0x373900(0x103)](_0x4af19a,{'at':_0xacc217,'columns':_0xd98159-_0xacc217+0x1});});const _0xf71e5d=(_0x2c605e,_0x18efa5)=>{const _0x2775db=_0xb0a859;if(!_0x18efa5[_0x2775db(0x14a)]||!_0x18efa5[_0x2775db(0x14a)][_0x2775db(0xd4)](_0x2775db(0xc2)))return;const _0x25754a=_0x18efa5[_0x2775db(0xb1)][_0x2775db(0xb6)],_0x1fcf82=_0x2184d7[_0x2775db(0x149)]()[_0x2775db(0x168)](_0x4c4042=>_0x4c4042[_0x2775db(0x159)]&&_0x4c4042[_0x2775db(0xb1)]&&_0x4c4042[_0x2775db(0xb1)][_0x2775db(0xb6)]==_0x25754a);_0x1fcf82[_0x2775db(0x10c)]&&_0x18efa5[_0x2775db(0xc1)]()[_0x2775db(0x10c)]!=_0x1fcf82[_0x2775db(0x10c)]&&_0x1fcf82[_0x2775db(0x167)]((_0x4f009f,_0x1e2e81)=>(_0x4f009f[_0x2775db(0x113)]=_0x1e2e81,_0x1e2e81[_0x2775db(0x14b)]=_0x4f009f,_0x1e2e81));};function _0x448cc1(_0x50d7fd,_0x378ae7=!0x0){const _0xb84871=_0xb0a859,{id:_0x1c1af3}=_0x2184d7[_0xb84871(0xef)](_0x50d7fd[_0xb84871(0xfe)]),_0x3febf8=[_0xb84871(0xb2),_0xb84871(0xd3)],_0x42e42a=_0x2184d7[_0xb84871(0xf3)][_0xb84871(0x137)](_0x50d7fd[_0xb84871(0xfe)]);return _0x42e42a&&_0x3febf8[_0xb84871(0x12d)](_0xb84871(0x13f)),{'classes':_0x3febf8,'attributes':{'data-suggestion':_0x1c1af3},'priority':_0x42e42a&&_0x378ae7?0xbc2:0xbb8};}_0x2184d7['on'](_0xb0a859(0xab),_0xf71e5d,{'priority':_0xb0a859(0x13b)}),_0x2184d7['on'](_0xb0a859(0xe7),_0xf71e5d,{'priority':_0xb0a859(0x13b)}),_0xa130fc[_0xb0a859(0x11f)][_0xb0a859(0x169)][_0xb0a859(0xdd)](()=>{const _0x12edab=_0xb0a859;let _0xc7f68f=!0x1;const _0x28a246=Array[_0x12edab(0xd5)](_0xa130fc[_0x12edab(0x11f)][_0x12edab(0x169)][_0x12edab(0x15d)][_0x12edab(0x15e)]());for(const {name:_0x4a7929,data:_0x106918}of _0x28a246){const {group:_0x247b06,type:_0x8210cb,id:_0x58255f}=_0x2184d7[_0x12edab(0xef)](_0x4a7929);if(_0x12edab(0x16a)!=_0x247b06||_0x12edab(0x11d)!=_0x8210cb||_0x106918[_0x12edab(0xbc)])continue;if(!_0x2184d7[_0x12edab(0x165)](_0x58255f))continue;const _0x179aa4=_0x2184d7[_0x12edab(0xba)](_0x58255f)[_0x12edab(0x163)](),_0x56bca0=_0xa130fc[_0x12edab(0x10f)][_0x12edab(0xfa)](_0x12edab(0x11b))['me'];for(const _0x16a742 of _0x2184d7[_0x12edab(0x149)]()){if(!_0x16a742[_0x12edab(0x159)]||_0x16a742[_0x12edab(0xcb)]!=_0x56bca0)continue;if(_0x12edab(0x124)!=_0x16a742[_0x12edab(0xc0)]||_0x12edab(0x156)!=_0x16a742[_0x12edab(0x14a)])continue;if(_0x16a742[_0x12edab(0x163)]()[_0x12edab(0xc4)](_0x3a4d59=>_0x179aa4[_0x12edab(0x161)](_0x129ab8=>_0x129ab8[_0x12edab(0xf5)](_0x3a4d59,!0x0)))){for(const _0x3b6dc6 of _0x16a742[_0x12edab(0xc1)]())_0x3b6dc6[_0x12edab(0x159)]&&(_0x3b6dc6[_0x12edab(0x152)](),_0xc7f68f=!0x0);}}}return _0xc7f68f;}),_0xa130fc[_0xb0a859(0x11f)][_0xb0a859(0x169)][_0xb0a859(0xdd)](_0x3df107=>{const _0x3d2d67=_0xb0a859,_0x81055e=_0xa130fc[_0x3d2d67(0x144)][_0x3d2d67(0xfa)](_0x3d2d67(0xf8));if(!_0x81055e||!_0x81055e[_0x3d2d67(0x117)][_0x3d2d67(0x114)](_0x3df107[_0x3d2d67(0x109)]))return!0x1;let _0x1975bc=!0x1;const _0xaa1147=_0xa130fc[_0x3d2d67(0x10f)][_0x3d2d67(0xfa)](_0x3d2d67(0x11b))['me'],_0x2a71e8=_0xa130fc[_0x3d2d67(0x11f)][_0x3d2d67(0x169)][_0x3d2d67(0x15d)][_0x3d2d67(0x122)](),_0x3d8a86=Array[_0x3d2d67(0xd5)](_0xa130fc[_0x3d2d67(0x11f)][_0x3d2d67(0x169)][_0x3d2d67(0x15d)][_0x3d2d67(0x15e)]())[_0x3d2d67(0x168)](({name:_0x5213aa,data:_0x2be3d4})=>{const _0x240f2a=_0x3d2d67,{group:_0x5dfede,subType:_0x37fffc,authorId:_0x223ce3}=_0x2184d7[_0x240f2a(0xef)](_0x5213aa);return _0x240f2a(0x16a)==_0x5dfede&&_0x240f2a(0xc2)==_0x37fffc&&_0x223ce3==_0xaa1147['id']&&!_0x2be3d4[_0x240f2a(0xbc)];});for(const _0x3c71b0 of _0x2a71e8){if(_0x3d2d67(0x110)!=_0x3c71b0[_0x3d2d67(0xc0)]||_0x3d2d67(0x131)!=_0x3c71b0[_0x3d2d67(0x15f)]||0x1!=_0x3c71b0[_0x3d2d67(0x10c)])continue;const _0x23b879=_0x3df107[_0x3d2d67(0x160)](_0x3c71b0[_0x3d2d67(0x14d)],_0x3c71b0[_0x3d2d67(0x14d)][_0x3d2d67(0xd9)](0x1));if(!_0x3d8a86[_0x3d2d67(0x13e)](({data:_0x333a0b})=>_0x333a0b[_0x3d2d67(0x125)][_0x3d2d67(0xc8)](_0x23b879))){for(const {name:_0x15f7c8,data:_0x33af77}of _0x3d8a86)if(_0x23b879[_0x3d2d67(0xf5)](_0x33af77[_0x3d2d67(0x125)])){_0x3df107[_0x3d2d67(0xe8)](_0x15f7c8,{'range':_0x23b879}),_0x1975bc=!0x0;break;}}}return _0x1975bc;}),_0xa130fc[_0xb0a859(0x11f)][_0xb0a859(0x169)][_0xb0a859(0xdd)](_0x4c6765=>{const _0x41db55=_0xb0a859;let _0xfd85cf=!0x1;const _0x3ba5e9=_0xa130fc[_0x41db55(0x10f)][_0x41db55(0xfa)](_0x41db55(0x11b))['me'],_0xff9c64=_0x2184d7[_0x41db55(0x149)]()[_0x41db55(0x168)](_0x253e94=>_0x253e94[_0x41db55(0x159)]&&_0x253e94[_0x41db55(0xcb)]==_0x3ba5e9),_0x29b526=new Set(),_0x6e81ab=new Set();for(const _0x2f3bcf of _0xff9c64)if(_0x41db55(0xc2)==_0x2f3bcf[_0x41db55(0x14a)])for(const _0x1557e4 of _0x2f3bcf[_0x41db55(0x155)]()){const _0x2db217=_0x1557e4[_0x41db55(0xbf)]()[_0x41db55(0x107)]();if(_0x2db217){if(_0x2db217['is'](_0x41db55(0x151),_0x41db55(0x131))&&Pe(_0x2db217)){_0x2f3bcf[_0x41db55(0x154)](_0x1557e4[_0x41db55(0x15f)]),_0x29b526[_0x41db55(0xf4)](_0x2db217),_0xfd85cf=!0x0;const _0x3cedaa=_0x2db217[_0x41db55(0xc7)],_0x17b867=_0x2db217[_0x41db55(0x105)],_0x3eae98=_0x3cedaa&&_0x3cedaa['is'](_0x41db55(0x151),_0x41db55(0x131)),_0x21dba0=_0x17b867&&_0x17b867['is'](_0x41db55(0x151),_0x41db55(0x131));_0x3eae98&&!_0x29b526[_0x41db55(0x114)](_0x3cedaa)&&_0x6e81ab[_0x41db55(0xf4)](_0x3cedaa),_0x21dba0&&!_0x29b526[_0x41db55(0x114)](_0x17b867)&&_0x6e81ab[_0x41db55(0xf4)](_0x17b867);}else _0x2db217['is'](_0x41db55(0x151),_0x41db55(0x123))&&_0x2db217[_0x41db55(0x153)]&&(_0x2f3bcf[_0x41db55(0x154)](_0x1557e4[_0x41db55(0x15f)]),_0xfd85cf=!0x0);}}else{if(_0x41db55(0x156)==_0x2f3bcf[_0x41db55(0x14a)]){if(!_0x2f3bcf[_0x41db55(0xb1)]||!_0x2f3bcf[_0x41db55(0xb1)][_0x41db55(0xb6)])continue;const _0x27a101=_0x2f3bcf[_0x41db55(0xb1)][_0x41db55(0x145)];if(_0x27a101&&Object[_0x41db55(0x16c)](_0x27a101)[_0x41db55(0x10c)])continue;const _0x25aba7=_0x2f3bcf[_0x41db55(0xb1)][_0x41db55(0xb6)];let _0x2e9af3=!0x0,_0xdeda72=!0x0;for(const _0x1ef680 of _0xff9c64)if(_0x1ef680[_0x41db55(0x14a)]&&_0x1ef680[_0x41db55(0x14a)][_0x41db55(0xd4)](_0x41db55(0xc2))){if(!_0x1ef680[_0x41db55(0xb1)][_0x41db55(0xb6)]){_0xdeda72=!0x1;break;}if(_0x1ef680['id']!=_0x2f3bcf['id']&&_0x1ef680[_0x41db55(0xb1)][_0x41db55(0xb6)]==_0x25aba7){_0x2e9af3=!0x1;break;}}_0xdeda72&&_0x2e9af3&&(_0x2f3bcf[_0x41db55(0x127)](),_0xfd85cf=!0x0);}}for(const _0x23d276 of _0x29b526)_0x4c6765[_0x41db55(0x157)](_0x23d276);for(const _0x31e45e of _0x6e81ab)_0x4c6765[_0x41db55(0x170)](_0x31e45e);return _0xfd85cf;}),_0xa130fc[_0xb0a859(0xc3)][_0xb0a859(0x162)](_0xb0a859(0xa4))[_0xb0a859(0x139)]({'model':_0xb0a859(0x112),'view':(_0x2fb4eb,_0x4a3eb3)=>_0x448cc1(_0x2fb4eb),'converterPriority':_0xb0a859(0x13b)}),_0xa130fc[_0xb0a859(0xc3)][_0xb0a859(0x162)](_0xb0a859(0xe3))[_0xb0a859(0x139)]({'model':_0xb0a859(0x112),'view':(_0x818897,_0x569183)=>_0x569183[_0xb0a859(0x158)][_0xb0a859(0x12b)]?_0x448cc1(_0x818897,!0x1):null,'converterPriority':_0xb0a859(0x13b)});const _0x2a44e6=_0xa130fc[_0xb0a859(0x135)][_0xb0a859(0x10e)];this[_0xb0a859(0x16f)](_0x2a44e6[_0xb0a859(0x169)],_0xb0a859(0x116),(_0x2b30e3,_0x3f0af4)=>{const _0x25f73e=_0xb0a859,_0x5bee38=[];for(const _0x16a129 of _0x2a44e6[_0x25f73e(0x120)](_0x3f0af4[_0x25f73e(0x140)])[_0x25f73e(0x166)]())_0x16a129['is'](_0x25f73e(0x151),_0x25f73e(0xaa))&&_0x5bee38[_0x25f73e(0x12d)](_0x16a129);_0x2a44e6[_0x25f73e(0x128)](_0x9663bc=>{const _0x4b76c4=_0x25f73e;for(const _0x4b759f of _0x5bee38)_0x9663bc[_0x4b76c4(0x12c)](_0x9663bc[_0x4b76c4(0x120)](_0x4b759f),_0x9663bc[_0x4b76c4(0x147)](_0x4b759f)),_0x9663bc[_0x4b76c4(0x157)](_0x4b759f);});});}}function _0x5820(_0x4c5b91,_0x541e21){const _0x30526c=_0x3052();return _0x5820=function(_0x582052,_0x332d99){_0x582052=_0x582052-0xa4;let _0x346912=_0x30526c[_0x582052];return _0x346912;},_0x5820(_0x4c5b91,_0x541e21);}function Pe(_0xcb3156){const _0xd0ea6e=_0x4483c3;if(_0xcb3156[_0xd0ea6e(0x153)])return!0x0;const _0x1222b8=_0xcb3156[_0xd0ea6e(0x164)](0x0);return _0x1222b8['is'](_0xd0ea6e(0x151),_0xd0ea6e(0x123))&&_0x1222b8[_0xd0ea6e(0x153)];}function he(_0x38ff56,_0x5b9923={},_0x5459f3){const _0x3f85dc=_0x4483c3;for(const {isAnchor:_0x443de2,cellHeight:_0x2c5b00,cellWidth:_0x4b56b4}of _0x5459f3[_0x3f85dc(0xb0)](_0x38ff56,{'includeAllSlots':!0x0,..._0x5b9923}))if(!_0x443de2||0x1!=_0x2c5b00||0x1!=_0x4b56b4)return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x552692=_0x7475;(function(_0x515fc9,_0x569852){const _0x42827f=_0x7475,_0x95c351=_0x515fc9();while(!![]){try{const _0x3998b6=-parseInt(_0x42827f(0x18f))/0x1+parseInt(_0x42827f(0x1af))/0x2+-parseInt(_0x42827f(0x17a))/0x3*(-parseInt(_0x42827f(0x19f))/0x4)+parseInt(_0x42827f(0x182))/0x5*(parseInt(_0x42827f(0x18c))/0x6)+parseInt(_0x42827f(0x17b))/0x7*(parseInt(_0x42827f(0x18d))/0x8)+parseInt(_0x42827f(0x199))/0x9*(-parseInt(_0x42827f(0x1a7))/0xa)+parseInt(_0x42827f(0x1ab))/0xb*(parseInt(_0x42827f(0x191))/0xc);if(_0x3998b6===_0x569852)break;else _0x95c351['push'](_0x95c351['shift']());}catch(_0x2bec89){_0x95c351['push'](_0x95c351['shift']());}}}(_0xfd89,0xe9fc0));function _0x7475(_0x52e030,_0x60b28c){const _0xfd89b4=_0xfd89();return _0x7475=function(_0x74758c,_0xe4108c){_0x74758c=_0x74758c-0x179;let _0x184a43=_0xfd89b4[_0x74758c];return _0x184a43;},_0x7475(_0x52e030,_0x60b28c);}import{Plugin as _0x4a7c7e}from'ckeditor5/src/core.js';import{getTranslation as _0x14578d}from'../utils/common-translations.js';export default class It extends _0x4a7c7e{[_0x552692(0x18e)](){const _0x3e0782=_0x552692;if(!this[_0x3e0782(0x194)][_0x3e0782(0x19e)][_0x3e0782(0x19c)](_0x3e0782(0x187)))return;const _0x44a499=this[_0x3e0782(0x194)][_0x3e0782(0x19e)][_0x3e0782(0x1a0)](_0x3e0782(0x17c));_0x44a499[_0x3e0782(0x1a9)](_0x3e0782(0x19a),this[_0x3e0782(0x1b1)][_0x3e0782(0x1a3)](this)),_0x44a499[_0x3e0782(0x1ac)][_0x3e0782(0x197)](_0x3e0782(0x1b0),_0x3e0782(0x1b2),_0x3e0782(0x17f),_0x44a499[_0x3e0782(0x1ac)][_0x3e0782(0x1a5)](_0x3e0782(0x1b0),null,_0x3e0782(0x186))),_0x44a499[_0x3e0782(0x1ac)][_0x3e0782(0x197)](_0x3e0782(0x1b0),_0x3e0782(0x1b2),_0x3e0782(0x186),_0x44a499[_0x3e0782(0x1ac)][_0x3e0782(0x1a5)](_0x3e0782(0x1b0),null,_0x3e0782(0x17f))),_0x44a499[_0x3e0782(0x185)][_0x3e0782(0x19d)](this[_0x3e0782(0x179)][_0x3e0782(0x1a3)](this));}[_0x552692(0x1b1)](_0x130bcc,_0x5b17f1){const _0x67dc4d=_0x552692,_0x31475f=this[_0x67dc4d(0x194)][_0x67dc4d(0x19e)][_0x67dc4d(0x1a0)](_0x67dc4d(0x17c)),_0x5cff44=this[_0x67dc4d(0x194)][_0x67dc4d(0x19e)][_0x67dc4d(0x1a0)](_0x67dc4d(0x187)),_0x4d18e7=_0x5b17f1[_0x67dc4d(0x196)]||this[_0x67dc4d(0x194)][_0x67dc4d(0x190)][_0x67dc4d(0x189)][_0x67dc4d(0x18b)][_0x67dc4d(0x180)]();this[_0x67dc4d(0x194)][_0x67dc4d(0x190)][_0x67dc4d(0x184)](()=>{const _0x41c05a=_0x67dc4d,_0x47068e=_0x5cff44[_0x41c05a(0x18a)](_0x4d18e7);let _0xaa28b6=_0x47068e?_0x5cff44[_0x41c05a(0x17e)](_0x47068e):null,_0x47997b=_0x4d18e7[_0x41c05a(0x198)](_0x41c05a(0x1a4))||null;const _0x2d12bd=_0x5b17f1[_0x41c05a(0x1a4)]||_0x47997b,_0x315342=_0x5b17f1[_0x41c05a(0x195)]||_0xaa28b6,_0xc3fc45=this[_0x41c05a(0x194)][_0x41c05a(0x19e)][_0x41c05a(0x1a0)](_0x41c05a(0x1a1))['me'];for(const _0x4e5f82 of _0x31475f[_0x41c05a(0x17d)]()){const _0x2d6ba1=_0x4e5f82[_0x41c05a(0x19b)]();if(_0x41c05a(0x1b2)===_0x4e5f82[_0x41c05a(0x1ad)]&&_0x2d6ba1===_0x4d18e7){_0x4e5f82[_0x41c05a(0x1aa)]!==_0xc3fc45&&_0x4e5f82[_0x41c05a(0x186)]();const _0x110363=_0x4e5f82[_0x41c05a(0x181)][_0x41c05a(0x1a6)];_0x47997b=_0x110363[0x0][_0x41c05a(0x1a4)],_0xaa28b6=_0x110363[0x0][_0x41c05a(0x195)];break;}}_0x130bcc({'table':_0x4d18e7,'tableWidth':_0x2d12bd,'columnWidths':_0x315342}),_0x31475f[_0x41c05a(0x1a2)](_0x4d18e7,{'commandName':_0x41c05a(0x19a),'commandParams':[{'tableWidth':_0x47997b,'columnWidths':_0xaa28b6}],'formatGroupId':_0x41c05a(0x1b2)},[],_0x41c05a(0x1b2));});}[_0x552692(0x179)](_0x7cbfbe){const _0x4f65a0=_0x552692;if(_0x4f65a0(0x1b0)!=_0x7cbfbe[_0x4f65a0(0x188)]&&_0x4f65a0(0x1a8)!=_0x7cbfbe[_0x4f65a0(0x188)])return;const {data:_0x2b8440}=_0x7cbfbe;if(_0x2b8440&&_0x4f65a0(0x1b2)===_0x2b8440[_0x4f65a0(0x192)]){const _0xaa704=_0x4f65a0(0x183);return{'type':_0x4f65a0(0x193),'content':_0x14578d(this[_0x4f65a0(0x194)][_0x4f65a0(0x1ae)],_0xaa704)};}}}function _0xfd89(){const _0x47a822=['1613080JNhxIm','formatBlock','handleResizeTableWidthCommand','resizeTable','handleSuggestionDescription','950196NCJkiE','10759OneioF','TrackChangesEditing','getSuggestions','getTableColumnsWidths','accept','getSelectedElement','data','597290YxjNOT','*Format:*\x20resize\x20table','change','_descriptionFactory','discard','TableColumnResizeEditing','type','document','getColumnGroupElement','selection','18mhauCz','536LDdFAt','afterInit','1236791lTsxTk','model','21468PlXNDg','formatGroupId','format','editor','columnWidths','table','registerCustomCallback','getAttribute','477oiwYdH','resizeTableWidth','getContainedElement','has','registerDescriptionCallback','plugins','12kTwthg','get','Users','markBlockFormat','bind','tableWidth','getSuggestionCallback','commandParams','91070TOIvlk','formatInline','enableCommand','author','2827ygeGQV','_suggestionFactory','subType','locale'];_0xfd89=function(){return _0x47a822;};return _0xfd89();}
23
+ const _0x28e992=_0x1406;(function(_0x37991b,_0x123b29){const _0x49e645=_0x1406,_0x2581c7=_0x37991b();while(!![]){try{const _0x12ec33=parseInt(_0x49e645(0x218))/0x1+-parseInt(_0x49e645(0x222))/0x2*(parseInt(_0x49e645(0x21c))/0x3)+parseInt(_0x49e645(0x1f0))/0x4+parseInt(_0x49e645(0x20d))/0x5*(-parseInt(_0x49e645(0x221))/0x6)+parseInt(_0x49e645(0x210))/0x7*(-parseInt(_0x49e645(0x1fc))/0x8)+parseInt(_0x49e645(0x1f5))/0x9*(-parseInt(_0x49e645(0x20b))/0xa)+-parseInt(_0x49e645(0x211))/0xb*(-parseInt(_0x49e645(0x21a))/0xc);if(_0x12ec33===_0x123b29)break;else _0x2581c7['push'](_0x2581c7['shift']());}catch(_0x254e10){_0x2581c7['push'](_0x2581c7['shift']());}}}(_0x323d,0x615f6));function _0x323d(){const _0x1f8c83=['_suggestionFactory','formatBlock','document','9QBwkWw','commandParams','getTableColumnsWidths','getSuggestionCallback','getSuggestions','table','formatGroupId','4650584JxKDsv','registerDescriptionCallback','get','format','type','has','editor','markBlockFormat','getSelectedElement','getContainedElement','locale','*Format:*\x20resize\x20table','tableWidth','_descriptionFactory','Users','627090NQDJyA','resizeTable','805335pzzloD','plugins','TableColumnResizeEditing','7NoneRC','22euFkWM','resizeTableWidth','change','columnWidths','model','accept','author','128317GRXlru','getAttribute','6287064FPqIAE','handleResizeTableWidthCommand','3LavCJK','selection','formatInline','afterInit','data','24SyKqXb','94702bxMWnh','getColumnGroupElement','handleSuggestionDescription','subType','TrackChangesEditing','bind','registerCustomCallback','enableCommand','2233312hPXsOE','discard'];_0x323d=function(){return _0x1f8c83;};return _0x323d();}function _0x1406(_0x3ea2bc,_0x20a7c9){const _0x323d4=_0x323d();return _0x1406=function(_0x1406a3,_0x3874f0){_0x1406a3=_0x1406a3-0x1ee;let _0x4c0c2e=_0x323d4[_0x1406a3];return _0x4c0c2e;},_0x1406(_0x3ea2bc,_0x20a7c9);}import{Plugin as _0x1b13f8}from'ckeditor5/src/core.js';import{getTranslation as _0x5b3084}from'../utils/common-translations.js';export default class vt extends _0x1b13f8{[_0x28e992(0x21f)](){const _0x407cdb=_0x28e992;if(!this[_0x407cdb(0x202)][_0x407cdb(0x20e)][_0x407cdb(0x201)](_0x407cdb(0x20f)))return;const _0x24d303=this[_0x407cdb(0x202)][_0x407cdb(0x20e)][_0x407cdb(0x1fe)](_0x407cdb(0x226));_0x24d303[_0x407cdb(0x1ef)](_0x407cdb(0x212),this[_0x407cdb(0x21b)][_0x407cdb(0x227)](this)),_0x24d303[_0x407cdb(0x1f2)][_0x407cdb(0x1ee)](_0x407cdb(0x1f3),_0x407cdb(0x20c),_0x407cdb(0x216),_0x24d303[_0x407cdb(0x1f2)][_0x407cdb(0x1f8)](_0x407cdb(0x1f3),null,_0x407cdb(0x1f1))),_0x24d303[_0x407cdb(0x1f2)][_0x407cdb(0x1ee)](_0x407cdb(0x1f3),_0x407cdb(0x20c),_0x407cdb(0x1f1),_0x24d303[_0x407cdb(0x1f2)][_0x407cdb(0x1f8)](_0x407cdb(0x1f3),null,_0x407cdb(0x216))),_0x24d303[_0x407cdb(0x209)][_0x407cdb(0x1fd)](this[_0x407cdb(0x224)][_0x407cdb(0x227)](this));}[_0x28e992(0x21b)](_0xc8c9f0,_0x44e7f6){const _0x339c5e=_0x28e992,_0x22357e=this[_0x339c5e(0x202)][_0x339c5e(0x20e)][_0x339c5e(0x1fe)](_0x339c5e(0x226)),_0x57b4a7=this[_0x339c5e(0x202)][_0x339c5e(0x20e)][_0x339c5e(0x1fe)](_0x339c5e(0x20f)),_0xb576=_0x44e7f6[_0x339c5e(0x1fa)]||this[_0x339c5e(0x202)][_0x339c5e(0x215)][_0x339c5e(0x1f4)][_0x339c5e(0x21d)][_0x339c5e(0x204)]();this[_0x339c5e(0x202)][_0x339c5e(0x215)][_0x339c5e(0x213)](()=>{const _0x11c828=_0x339c5e,_0x4d918f=_0x57b4a7[_0x11c828(0x223)](_0xb576);let _0x41846e=_0x4d918f?_0x57b4a7[_0x11c828(0x1f7)](_0x4d918f):null,_0x2e059f=_0xb576[_0x11c828(0x219)](_0x11c828(0x208))||null;const _0x4bd960=_0x44e7f6[_0x11c828(0x208)]||_0x2e059f,_0xe26aa9=_0x44e7f6[_0x11c828(0x214)]||_0x41846e,_0x30021b=this[_0x11c828(0x202)][_0x11c828(0x20e)][_0x11c828(0x1fe)](_0x11c828(0x20a))['me'];for(const _0x3960bc of _0x22357e[_0x11c828(0x1f9)]()){const _0x1f820d=_0x3960bc[_0x11c828(0x205)]();if(_0x11c828(0x20c)===_0x3960bc[_0x11c828(0x225)]&&_0x1f820d===_0xb576){_0x3960bc[_0x11c828(0x217)]!==_0x30021b&&_0x3960bc[_0x11c828(0x1f1)]();const _0x578303=_0x3960bc[_0x11c828(0x220)][_0x11c828(0x1f6)];_0x2e059f=_0x578303[0x0][_0x11c828(0x208)],_0x41846e=_0x578303[0x0][_0x11c828(0x214)];break;}}_0xc8c9f0({'table':_0xb576,'tableWidth':_0x4bd960,'columnWidths':_0xe26aa9}),_0x22357e[_0x11c828(0x203)](_0xb576,{'commandName':_0x11c828(0x212),'commandParams':[{'tableWidth':_0x2e059f,'columnWidths':_0x41846e}],'formatGroupId':_0x11c828(0x20c)},[],_0x11c828(0x20c));});}[_0x28e992(0x224)](_0x586425){const _0x14ccfd=_0x28e992;if(_0x14ccfd(0x1f3)!=_0x586425[_0x14ccfd(0x200)]&&_0x14ccfd(0x21e)!=_0x586425[_0x14ccfd(0x200)])return;const {data:_0xc0e0d4}=_0x586425;if(_0xc0e0d4&&_0x14ccfd(0x20c)===_0xc0e0d4[_0x14ccfd(0x1fb)]){const _0xa2b383=_0x14ccfd(0x207);return{'type':_0x14ccfd(0x1ff),'content':_0x5b3084(this[_0x14ccfd(0x202)][_0x14ccfd(0x206)],_0xa2b383)};}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5377d3=_0x3137;(function(_0x1a3006,_0x34ffcb){const _0x48c7db=_0x3137,_0x29745a=_0x1a3006();while(!![]){try{const _0x277359=parseInt(_0x48c7db(0x8b))/0x1+parseInt(_0x48c7db(0xbf))/0x2+-parseInt(_0x48c7db(0x9e))/0x3+parseInt(_0x48c7db(0x7d))/0x4+-parseInt(_0x48c7db(0x9c))/0x5*(-parseInt(_0x48c7db(0x98))/0x6)+-parseInt(_0x48c7db(0xc5))/0x7*(-parseInt(_0x48c7db(0xc1))/0x8)+-parseInt(_0x48c7db(0xbb))/0x9;if(_0x277359===_0x34ffcb)break;else _0x29745a['push'](_0x29745a['shift']());}catch(_0x3c9595){_0x29745a['push'](_0x29745a['shift']());}}}(_0x1513,0xa6b7d));import{Plugin as _0x5804e5}from'ckeditor5/src/core.js';import _0x189ae3 from'./table.js';function _0x1513(){const _0x6929e7=['_acceptFormatSuggestionCallbackFactory','get','has','accept','editor','markerNameToElements','headingRows','TrackChangesEditing','addMarker:suggestion','27733329Pchjuk','removeClass','addClass','_splitMarkerName','107234RSKlOp','mapper','1744TkVDhU','nodeBefore','nodeAfter','TableEditing','41657HBnzLL','ck-suggestion-marker--active','_handleLegacySuggestions','commandParams','headingColumns','format','options','registerCustomCallback','consume','_descriptionFactory','FORMAT_REGULAR_COLUMN','start','5419008aKqsTQ','stop','consumable','_suggestionFactory','registerAttributeLabel','removeMarker:suggestion','FORMAT_HEADER_ROW','showSuggestionHighlights','bindElementToMarker','cell','getSuggestion','TableUtils','forceValue','includes','840588efXLPn','locale','markerName','editing','*Format:*\x20%0','type','requires','setTableColumnHeader','highest','item','FORMAT_HEADER_COLUMN','createTableWalker','formatBlock','30468LuOeDY','markerRange','setAttribute','afterInit','905rNZhdK','data-suggestion','2103105MDpZVs','setTableRowHeader','_enableDefaultAttributesIntegration','_registerLegacyDescription','data','end','unbindElementFromMarkerName','toViewElement','downcastDispatcher','activeMarkers','name','commandName','ck-suggestion-marker-','removeAttribute','plugins','registerDescriptionCallback','getCellLocation','FORMAT_REGULAR_ROW','parent','writer'];_0x1513=function(){return _0x6929e7;};return _0x1513();}function _0x3137(_0x2fb5f1,_0xb544d6){const _0x1513bc=_0x1513();return _0x3137=function(_0x31375e,_0x1942c4){_0x31375e=_0x31375e-0x7d;let _0xd4bec9=_0x1513bc[_0x31375e];return _0xd4bec9;},_0x3137(_0x2fb5f1,_0xb544d6);}import{getTranslation as _0x3f5be1}from'../utils/common-translations.js';export default class St extends _0x5804e5{static get[_0x5377d3(0x91)](){return[_0x189ae3];}[_0x5377d3(0x9b)](){const _0x4b4da1=_0x5377d3,_0x2b82f7=this[_0x4b4da1(0xb6)];if(!_0x2b82f7[_0x4b4da1(0xac)][_0x4b4da1(0xb4)](_0x4b4da1(0xc4)))return;const _0x282426=_0x2b82f7[_0x4b4da1(0x8c)],_0x51dbe6=_0x2b82f7[_0x4b4da1(0xac)][_0x4b4da1(0xb3)](_0x4b4da1(0xb9));_0x51dbe6[_0x4b4da1(0xa0)](_0x4b4da1(0x9f),[],[_0x4b4da1(0xb8)]),_0x51dbe6[_0x4b4da1(0xa0)](_0x4b4da1(0x92),[],[_0x4b4da1(0xc9)]),_0x51dbe6[_0x4b4da1(0xce)][_0x4b4da1(0x81)](_0x4b4da1(0xb8),_0x3f5be1(_0x282426,_0x4b4da1(0x83))),_0x51dbe6[_0x4b4da1(0xce)][_0x4b4da1(0x81)](_0x4b4da1(0xc9),_0x3f5be1(_0x282426,_0x4b4da1(0x95))),this[_0x4b4da1(0xc7)]();}[_0x5377d3(0xc7)](){const _0x28e605=_0x5377d3,_0x437fbb=this[_0x28e605(0xb6)][_0x28e605(0xac)][_0x28e605(0xb3)](_0x28e605(0xb9)),_0x4ad01a=this[_0x28e605(0xb6)][_0x28e605(0xac)][_0x28e605(0xb3)](_0x28e605(0x88)),_0x23f205=this[_0x28e605(0xb6)][_0x28e605(0xac)][_0x28e605(0xb3)](_0x189ae3)[_0x28e605(0xb2)]();function _0x210674({showActiveMarker:_0x31044e=!0x0,setDataAttribute:_0x31086a=!0x0}={}){return(_0x12701d,_0x54d379,_0x161d73)=>{const _0x394158=_0x3137,{type:_0x450d55,id:_0x15ed06}=_0x437fbb[_0x394158(0xbe)](_0x54d379[_0x394158(0x8d)]),_0x2aff86=_0x437fbb[_0x394158(0x87)](_0x15ed06),_0x5e37fc=_0x2aff86[_0x394158(0xa2)];if(_0x394158(0x97)!=_0x2aff86[_0x394158(0x90)]||!_0x5e37fc||_0x394158(0x92)!=_0x5e37fc[_0x394158(0xa9)])return;if(_0x54d379[_0x394158(0x94)])return void _0x12701d[_0x394158(0x7e)]();if(!_0x161d73[_0x394158(0x7f)][_0x394158(0xcd)](_0x54d379[_0x394158(0x99)],_0x12701d[_0x394158(0xa8)]))return;const _0x54a23b=_0x54d379[_0x394158(0x99)][_0x394158(0xd0)][_0x394158(0xc3)],_0x24ff31=_0x54d379[_0x394158(0x99)][_0x394158(0xa3)][_0x394158(0xc2)],_0x31080c=_0x54a23b[_0x394158(0xb0)][_0x394158(0xb0)],{column:_0x2c8066}=_0x4ad01a[_0x394158(0xae)](_0x54a23b),{column:_0x83c573}=_0x4ad01a[_0x394158(0xae)](_0x24ff31);for(let _0x2c3ef5=_0x2c8066;_0x2c3ef5<=_0x83c573;_0x2c3ef5++){const _0x4a3ab5=_0x4ad01a[_0x394158(0x96)](_0x31080c,{'column':_0x2c3ef5,'includeAllSlots':!0x1});for(const _0x14530f of _0x4a3ab5){const _0x11f6b2=_0x14530f[_0x394158(0x86)],_0x53fbf1=_0x161d73[_0x394158(0xc0)][_0x394158(0xa5)](_0x11f6b2);_0x161d73[_0x394158(0xb1)][_0x394158(0xbd)](_0x394158(0xaa)+_0x450d55,_0x53fbf1),_0x31086a&&_0x161d73[_0x394158(0xb1)][_0x394158(0x9a)](_0x394158(0x9d),_0x15ed06,_0x53fbf1),_0x161d73[_0x394158(0xc0)][_0x394158(0x85)](_0x53fbf1,_0x54d379[_0x394158(0x8d)]),_0x31044e&&(_0x437fbb[_0x394158(0xa7)][_0x394158(0x8a)](_0x54d379[_0x394158(0x8d)])?_0x161d73[_0x394158(0xb1)][_0x394158(0xbd)](_0x394158(0xc6),_0x53fbf1):_0x161d73[_0x394158(0xb1)][_0x394158(0xbc)](_0x394158(0xc6),_0x53fbf1));}}};}_0x437fbb[_0x28e605(0x80)][_0x28e605(0xcc)](_0x28e605(0x97),_0x28e605(0x9f),_0x28e605(0xb5),_0x23f205),_0x437fbb[_0x28e605(0x80)][_0x28e605(0xcc)](_0x28e605(0x97),_0x28e605(0x92),_0x28e605(0xb5),_0x23f205),this[_0x28e605(0xb6)][_0x28e605(0x8e)][_0x28e605(0xa6)]['on'](_0x28e605(0xba),_0x210674(),{'priority':_0x28e605(0x93)}),this[_0x28e605(0xb6)][_0x28e605(0xa2)][_0x28e605(0xa6)]['on'](_0x28e605(0xba),(_0x53e74d,_0x3d5fcc,_0xc487e0)=>{const _0x186044=_0x28e605;_0xc487e0[_0x186044(0xcb)][_0x186044(0x84)]&&_0x210674({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x53e74d,_0x3d5fcc,_0xc487e0);},{'priority':_0x28e605(0x93)}),this[_0x28e605(0xb6)][_0x28e605(0x8e)][_0x28e605(0xa6)]['on'](_0x28e605(0x82),(_0x54bbd7,_0x5f16f4,_0x84b85b)=>{const _0x1fabbb=_0x28e605,{type:_0x8f1a11,id:_0x1254ae}=_0x437fbb[_0x1fabbb(0xbe)](_0x5f16f4[_0x1fabbb(0x8d)]),_0x2ac315=_0x437fbb[_0x1fabbb(0x87)](_0x1254ae),_0x3664db=_0x2ac315[_0x1fabbb(0xa2)];if(_0x1fabbb(0x97)!=_0x2ac315[_0x1fabbb(0x90)]||!_0x3664db||_0x1fabbb(0x92)!=_0x3664db[_0x1fabbb(0xa9)])return;const _0x2c2c2f=_0x84b85b[_0x1fabbb(0xc0)][_0x1fabbb(0xb7)](_0x5f16f4[_0x1fabbb(0x8d)]);if(_0x2c2c2f){for(const _0x34ab7f of _0x2c2c2f)_0x84b85b[_0x1fabbb(0xb1)][_0x1fabbb(0xbc)](_0x1fabbb(0xaa)+_0x8f1a11,_0x34ab7f),_0x84b85b[_0x1fabbb(0xb1)][_0x1fabbb(0xbc)](_0x1fabbb(0xc6),_0x34ab7f),_0x84b85b[_0x1fabbb(0xb1)][_0x1fabbb(0xab)](_0x1fabbb(0x9d),_0x34ab7f),_0x84b85b[_0x1fabbb(0xc0)][_0x1fabbb(0xa4)](_0x34ab7f,_0x5f16f4[_0x1fabbb(0x8d)]);}},{'priority':_0x28e605(0x93)}),this[_0x28e605(0xa1)]();}[_0x5377d3(0xa1)](){const _0x5102ca=_0x5377d3,_0x1778e3=this[_0x5102ca(0xb6)],_0x1b76a8=_0x1778e3[_0x5102ca(0x8c)];function _0x2e0c68(_0xd3fde6){const _0x50ba63=_0x5102ca;return{'type':_0x50ba63(0xca),'content':_0x3f5be1(_0x1b76a8,_0x50ba63(0x8f),_0xd3fde6)};}_0x1778e3[_0x5102ca(0xac)][_0x5102ca(0xb3)](_0x5102ca(0xb9))[_0x5102ca(0xce)][_0x5102ca(0xad)](_0x2be4a4=>{const _0x1aa899=_0x5102ca;if(_0x1aa899(0x97)!=_0x2be4a4[_0x1aa899(0x90)])return;const {data:_0x594930}=_0x2be4a4;if(_0x594930){if(_0x1aa899(0x9f)==_0x594930[_0x1aa899(0xa9)]){const _0x575be2=_0x594930[_0x1aa899(0xc8)][0x0][_0x1aa899(0x89)];return _0x2e0c68(_0x3f5be1(_0x1b76a8,_0x575be2?_0x1aa899(0x83):_0x1aa899(0xaf)));}if(_0x1aa899(0x92)==_0x594930[_0x1aa899(0xa9)]){const _0x3d879b=_0x594930[_0x1aa899(0xc8)][0x0][_0x1aa899(0x89)];return _0x2e0c68(_0x3f5be1(_0x1b76a8,_0x3d879b?_0x1aa899(0x95):_0x1aa899(0xcf)));}}});}}
23
+ const _0x46671a=_0x1042;function _0x1042(_0x1c4e7f,_0x256aec){const _0x2c5b8d=_0x2c5b();return _0x1042=function(_0x1042b0,_0x31c219){_0x1042b0=_0x1042b0-0x14b;let _0x2f36aa=_0x2c5b8d[_0x1042b0];return _0x2f36aa;},_0x1042(_0x1c4e7f,_0x256aec);}(function(_0x46b21d,_0x25a697){const _0x30083f=_0x1042,_0x2ad4dc=_0x46b21d();while(!![]){try{const _0x55f61a=-parseInt(_0x30083f(0x18a))/0x1+-parseInt(_0x30083f(0x191))/0x2+-parseInt(_0x30083f(0x153))/0x3+-parseInt(_0x30083f(0x172))/0x4*(parseInt(_0x30083f(0x178))/0x5)+parseInt(_0x30083f(0x197))/0x6*(parseInt(_0x30083f(0x199))/0x7)+parseInt(_0x30083f(0x190))/0x8*(-parseInt(_0x30083f(0x1a0))/0x9)+parseInt(_0x30083f(0x14b))/0xa*(parseInt(_0x30083f(0x175))/0xb);if(_0x55f61a===_0x25a697)break;else _0x2ad4dc['push'](_0x2ad4dc['shift']());}catch(_0x51dfb0){_0x2ad4dc['push'](_0x2ad4dc['shift']());}}}(_0x2c5b,0x41369));import{Plugin as _0x2894f4}from'ckeditor5/src/core.js';function _0x2c5b(){const _0x3c2653=['addClass','ck-suggestion-marker-','options','cell','showSuggestionHighlights','_suggestionFactory','stop','format','setTableColumnHeader','consumable','data-suggestion','unbindElementFromMarkerName','type','registerAttributeLabel','highest','markerNameToElements','parent','nodeAfter','has','getCellLocation','activeMarkers','getSuggestion','406176ofRmeU','FORMAT_REGULAR_COLUMN','toViewElement','11886633JvVPXG','FORMAT_HEADER_COLUMN','includes','15icIHvx','editing','plugins','get','accept','start','downcastDispatcher','createTableWalker','_splitMarkerName','afterInit','locale','TableEditing','forceValue','setTableRowHeader','removeAttribute','addMarker:suggestion','markerName','_enableDefaultAttributesIntegration','190804aIIcqQ','ck-suggestion-marker--active','editor','data','item','requires','8gXPNxB','611186IGXXTl','removeMarker:suggestion','commandParams','_handleLegacySuggestions','headingColumns','*Format:*\x20%0','714RpcZPv','setAttribute','23443mexFkc','FORMAT_HEADER_ROW','headingRows','writer','commandName','_descriptionFactory','bindElementToMarker','1455633mdYuuA','10hMIvHj','markerRange','TableUtils','mapper','_registerLegacyDescription','registerCustomCallback','TrackChangesEditing','end','747765WxXOmg','consume','_acceptFormatSuggestionCallbackFactory','name','formatBlock','removeClass','registerDescriptionCallback','nodeBefore','FORMAT_REGULAR_ROW'];_0x2c5b=function(){return _0x3c2653;};return _0x2c5b();}import _0x538351 from'./table.js';import{getTranslation as _0xe19997}from'../utils/common-translations.js';export default class At extends _0x2894f4{static get[_0x46671a(0x18f)](){return[_0x538351];}[_0x46671a(0x181)](){const _0x100c55=_0x46671a,_0xa93ebd=this[_0x100c55(0x18c)];if(!_0xa93ebd[_0x100c55(0x17a)][_0x100c55(0x16e)](_0x100c55(0x183)))return;const _0x57fcf0=_0xa93ebd[_0x100c55(0x182)],_0x16cc35=_0xa93ebd[_0x100c55(0x17a)][_0x100c55(0x17b)](_0x100c55(0x151));_0x16cc35[_0x100c55(0x189)](_0x100c55(0x185),[],[_0x100c55(0x19b)]),_0x16cc35[_0x100c55(0x189)](_0x100c55(0x164),[],[_0x100c55(0x195)]),_0x16cc35[_0x100c55(0x19e)][_0x100c55(0x169)](_0x100c55(0x19b),_0xe19997(_0x57fcf0,_0x100c55(0x19a))),_0x16cc35[_0x100c55(0x19e)][_0x100c55(0x169)](_0x100c55(0x195),_0xe19997(_0x57fcf0,_0x100c55(0x176))),this[_0x100c55(0x194)]();}[_0x46671a(0x194)](){const _0x48a8bc=_0x46671a,_0x2ab762=this[_0x48a8bc(0x18c)][_0x48a8bc(0x17a)][_0x48a8bc(0x17b)](_0x48a8bc(0x151)),_0x309b5f=this[_0x48a8bc(0x18c)][_0x48a8bc(0x17a)][_0x48a8bc(0x17b)](_0x48a8bc(0x14d)),_0x366b43=this[_0x48a8bc(0x18c)][_0x48a8bc(0x17a)][_0x48a8bc(0x17b)](_0x538351)[_0x48a8bc(0x155)]();function _0x7be6ce({showActiveMarker:_0x31919c=!0x0,setDataAttribute:_0x316dab=!0x0}={}){return(_0x1ebfd4,_0x4dbc63,_0x43cba4)=>{const _0x21d67f=_0x1042,{type:_0x5d31ff,id:_0x5b7d69}=_0x2ab762[_0x21d67f(0x180)](_0x4dbc63[_0x21d67f(0x188)]),_0x15662a=_0x2ab762[_0x21d67f(0x171)](_0x5b7d69),_0x26cce0=_0x15662a[_0x21d67f(0x18d)];if(_0x21d67f(0x157)!=_0x15662a[_0x21d67f(0x168)]||!_0x26cce0||_0x21d67f(0x164)!=_0x26cce0[_0x21d67f(0x19d)])return;if(_0x4dbc63[_0x21d67f(0x18e)])return void _0x1ebfd4[_0x21d67f(0x162)]();if(!_0x43cba4[_0x21d67f(0x165)][_0x21d67f(0x154)](_0x4dbc63[_0x21d67f(0x14c)],_0x1ebfd4[_0x21d67f(0x156)]))return;const _0x52714d=_0x4dbc63[_0x21d67f(0x14c)][_0x21d67f(0x17d)][_0x21d67f(0x16d)],_0x28f907=_0x4dbc63[_0x21d67f(0x14c)][_0x21d67f(0x152)][_0x21d67f(0x15a)],_0x361c26=_0x52714d[_0x21d67f(0x16c)][_0x21d67f(0x16c)],{column:_0x5a56b3}=_0x309b5f[_0x21d67f(0x16f)](_0x52714d),{column:_0x3e5b45}=_0x309b5f[_0x21d67f(0x16f)](_0x28f907);for(let _0x4f920b=_0x5a56b3;_0x4f920b<=_0x3e5b45;_0x4f920b++){const _0x3ce932=_0x309b5f[_0x21d67f(0x17f)](_0x361c26,{'column':_0x4f920b,'includeAllSlots':!0x1});for(const _0x1ea331 of _0x3ce932){const _0x46ed97=_0x1ea331[_0x21d67f(0x15f)],_0x214d53=_0x43cba4[_0x21d67f(0x14e)][_0x21d67f(0x174)](_0x46ed97);_0x43cba4[_0x21d67f(0x19c)][_0x21d67f(0x15c)](_0x21d67f(0x15d)+_0x5d31ff,_0x214d53),_0x316dab&&_0x43cba4[_0x21d67f(0x19c)][_0x21d67f(0x198)](_0x21d67f(0x166),_0x5b7d69,_0x214d53),_0x43cba4[_0x21d67f(0x14e)][_0x21d67f(0x19f)](_0x214d53,_0x4dbc63[_0x21d67f(0x188)]),_0x31919c&&(_0x2ab762[_0x21d67f(0x170)][_0x21d67f(0x177)](_0x4dbc63[_0x21d67f(0x188)])?_0x43cba4[_0x21d67f(0x19c)][_0x21d67f(0x15c)](_0x21d67f(0x18b),_0x214d53):_0x43cba4[_0x21d67f(0x19c)][_0x21d67f(0x158)](_0x21d67f(0x18b),_0x214d53));}}};}_0x2ab762[_0x48a8bc(0x161)][_0x48a8bc(0x150)](_0x48a8bc(0x157),_0x48a8bc(0x185),_0x48a8bc(0x17c),_0x366b43),_0x2ab762[_0x48a8bc(0x161)][_0x48a8bc(0x150)](_0x48a8bc(0x157),_0x48a8bc(0x164),_0x48a8bc(0x17c),_0x366b43),this[_0x48a8bc(0x18c)][_0x48a8bc(0x179)][_0x48a8bc(0x17e)]['on'](_0x48a8bc(0x187),_0x7be6ce(),{'priority':_0x48a8bc(0x16a)}),this[_0x48a8bc(0x18c)][_0x48a8bc(0x18d)][_0x48a8bc(0x17e)]['on'](_0x48a8bc(0x187),(_0x27f1ee,_0x1cb821,_0x5df41a)=>{const _0x383afa=_0x48a8bc;_0x5df41a[_0x383afa(0x15e)][_0x383afa(0x160)]&&_0x7be6ce({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x27f1ee,_0x1cb821,_0x5df41a);},{'priority':_0x48a8bc(0x16a)}),this[_0x48a8bc(0x18c)][_0x48a8bc(0x179)][_0x48a8bc(0x17e)]['on'](_0x48a8bc(0x192),(_0x23000f,_0xf9eb02,_0x159c70)=>{const _0x2be886=_0x48a8bc,{type:_0x3ab40d,id:_0x2fa843}=_0x2ab762[_0x2be886(0x180)](_0xf9eb02[_0x2be886(0x188)]),_0x45ee6f=_0x2ab762[_0x2be886(0x171)](_0x2fa843),_0x15b1e6=_0x45ee6f[_0x2be886(0x18d)];if(_0x2be886(0x157)!=_0x45ee6f[_0x2be886(0x168)]||!_0x15b1e6||_0x2be886(0x164)!=_0x15b1e6[_0x2be886(0x19d)])return;const _0x3ae818=_0x159c70[_0x2be886(0x14e)][_0x2be886(0x16b)](_0xf9eb02[_0x2be886(0x188)]);if(_0x3ae818){for(const _0x35c2e7 of _0x3ae818)_0x159c70[_0x2be886(0x19c)][_0x2be886(0x158)](_0x2be886(0x15d)+_0x3ab40d,_0x35c2e7),_0x159c70[_0x2be886(0x19c)][_0x2be886(0x158)](_0x2be886(0x18b),_0x35c2e7),_0x159c70[_0x2be886(0x19c)][_0x2be886(0x186)](_0x2be886(0x166),_0x35c2e7),_0x159c70[_0x2be886(0x14e)][_0x2be886(0x167)](_0x35c2e7,_0xf9eb02[_0x2be886(0x188)]);}},{'priority':_0x48a8bc(0x16a)}),this[_0x48a8bc(0x14f)]();}[_0x46671a(0x14f)](){const _0x27f1ef=_0x46671a,_0x10fb63=this[_0x27f1ef(0x18c)],_0x49d5e4=_0x10fb63[_0x27f1ef(0x182)];function _0x2744e6(_0x23236a){const _0x29cf54=_0x27f1ef;return{'type':_0x29cf54(0x163),'content':_0xe19997(_0x49d5e4,_0x29cf54(0x196),_0x23236a)};}_0x10fb63[_0x27f1ef(0x17a)][_0x27f1ef(0x17b)](_0x27f1ef(0x151))[_0x27f1ef(0x19e)][_0x27f1ef(0x159)](_0x5594f0=>{const _0x489d5a=_0x27f1ef;if(_0x489d5a(0x157)!=_0x5594f0[_0x489d5a(0x168)])return;const {data:_0x58df8e}=_0x5594f0;if(_0x58df8e){if(_0x489d5a(0x185)==_0x58df8e[_0x489d5a(0x19d)]){const _0x4411b3=_0x58df8e[_0x489d5a(0x193)][0x0][_0x489d5a(0x184)];return _0x2744e6(_0xe19997(_0x49d5e4,_0x4411b3?_0x489d5a(0x19a):_0x489d5a(0x15b)));}if(_0x489d5a(0x164)==_0x58df8e[_0x489d5a(0x19d)]){const _0xbe5946=_0x58df8e[_0x489d5a(0x193)][0x0][_0x489d5a(0x184)];return _0x2744e6(_0xe19997(_0x49d5e4,_0xbe5946?_0x489d5a(0x176):_0x489d5a(0x173)));}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x444572=_0x269e;(function(_0x43d220,_0x2179d7){const _0x34b01e=_0x269e,_0x34cc03=_0x43d220();while(!![]){try{const _0x6fb0f5=parseInt(_0x34b01e(0x98))/0x1*(parseInt(_0x34b01e(0xa3))/0x2)+parseInt(_0x34b01e(0x7d))/0x3*(parseInt(_0x34b01e(0x77))/0x4)+parseInt(_0x34b01e(0xaf))/0x5+-parseInt(_0x34b01e(0x9e))/0x6*(parseInt(_0x34b01e(0xa6))/0x7)+parseInt(_0x34b01e(0x95))/0x8+parseInt(_0x34b01e(0xb7))/0x9*(parseInt(_0x34b01e(0xb5))/0xa)+-parseInt(_0x34b01e(0x90))/0xb;if(_0x6fb0f5===_0x2179d7)break;else _0x34cc03['push'](_0x34cc03['shift']());}catch(_0x3ddbcf){_0x34cc03['push'](_0x34cc03['shift']());}}}(_0x17ae,0x50440));import{Plugin as _0x78144}from'ckeditor5/src/core.js';import _0x3dde80 from'./table.js';function _0x269e(_0x3205fc,_0x120ef6){const _0x17ae46=_0x17ae();return _0x269e=function(_0x269ecb,_0x3d71c3){_0x269ecb=_0x269ecb-0x72;let _0x30653c=_0x17ae46[_0x269ecb];return _0x30653c;},_0x269e(_0x3205fc,_0x120ef6);}function _0x17ae(){const _0x1fa3d2=['return','add','find','stop','getSuggestions','model','type','refresh','getRanges','filter','setSelection','selection','fromRange','change','16950758yrOhGh','document','trackChanges','detach','getAncestors','2917216WMbqdY','accept','author','1LBQztG','has','commandName','$graveyard','locale','createTableWalker','831084jtWvXH','requires','splitTableCellVertically','size','getFirstPosition','1197598SzOfct','markBlockFormat','*Split\x20cell:*\x20horizontally','7CQeiLO','plugins','registerDescriptionCallback','afterInit','*Split\x20cell:*\x20vertically','mergeTableCells','mergeTableCellUp','_tablePostFixingSubtypes','set:isEnabled','2139330cppitQ','highest','TableUtils','_isForcedDefaultExecutionBlock','isEnabled','editor','10wuPfJR','length','4663071UcjbIu','_areSelectedCellsMergable','_suggestionFactory','splitTableCellHorizontally','mergeTableCellLeft','forceDefaultExecution','subType','createRangeOn','cell','root','commands','value','containsRange','*Merge\x20cells*','_areMergableCells','get','execute','rootName','deletion','low','mergeTableCellRight','map','formatBlock','getSelectionAffectedTableCells','findAncestor','TrackChangesEditing','from','TableEditing','push','horizontally','direction','markMultiRangeBlockFormat','isInContent','getCellLocation','enableCommand','formatInline','197648RBoUWH','format','_descriptionFactory','table','insertion','_acceptFormatSuggestionCallbackFactory','6xXliLo','mergeTableCellDown','element','registerCustomCallback','tableCell'];_0x17ae=function(){return _0x1fa3d2;};return _0x17ae();}import{LiveRange as _0x57ce17}from'ckeditor5/src/engine.js';import{getTranslation as _0x16ad6e}from'../utils/common-translations.js';export default class jt extends _0x78144{static get[_0x444572(0x9f)](){return[_0x3dde80];}[_0x444572(0xa9)](){const _0x306fae=_0x444572,_0x4fade8=this[_0x306fae(0xb4)],_0x38ddf5=_0x4fade8[_0x306fae(0x87)][_0x306fae(0x91)][_0x306fae(0x8d)],_0x729d42=_0x4fade8[_0x306fae(0x9c)];if(!_0x4fade8[_0x306fae(0xa7)][_0x306fae(0x99)](_0x306fae(0xd2)))return;const _0x103f7d=_0x4fade8[_0x306fae(0xa7)][_0x306fae(0xc6)](_0x306fae(0xd0)),_0x154d0c=_0x4fade8[_0x306fae(0xa7)][_0x306fae(0xc6)](_0x306fae(0xb1)),_0x249ecf=_0x4fade8[_0x306fae(0xa7)][_0x306fae(0xc6)](_0x3dde80);_0x249ecf[_0x306fae(0xad)][_0x306fae(0xd3)](_0x306fae(0xab)),_0x103f7d[_0x306fae(0x75)](_0x306fae(0xab),()=>{const _0x30211b=_0x306fae,_0x2148e7=_0x154d0c[_0x30211b(0xce)](_0x4fade8[_0x30211b(0x87)][_0x30211b(0x91)][_0x30211b(0x8d)]);_0x4fade8[_0x30211b(0x87)][_0x30211b(0x8f)](()=>{const _0x2a7ebb=_0x30211b;_0x103f7d[_0x2a7ebb(0x72)](_0x2148e7,{'commandName':_0x2a7ebb(0xab),'commandParams':[]},[],_0x2a7ebb(0xab));});}),_0x4fade8[_0x306fae(0xc1)][_0x306fae(0xc6)](_0x306fae(0xab))['on'](_0x306fae(0xc7),(_0xd26dc2,_0x3e263f)=>{const _0x4280e0=_0x306fae;_0x4fade8[_0x4280e0(0xc1)][_0x4280e0(0xc6)](_0x4280e0(0x92))[_0x4280e0(0xc2)]&&(_0x3e263f[_0x4280e0(0xb6)]>0x0&&_0x3e263f[_0x3e263f[_0x4280e0(0xb6)]-0x1]&&_0x3e263f[_0x3e263f[_0x4280e0(0xb6)]-0x1][_0x4280e0(0xbc)]||_0x103f7d[_0x4280e0(0xb2)]||this[_0x4280e0(0xb8)]()||_0xd26dc2[_0x4280e0(0x85)]());},{'priority':_0x306fae(0xb0)});for(const _0x403e3a of[_0x306fae(0xac),_0x306fae(0xcb),_0x306fae(0x7e),_0x306fae(0xbb)]){const _0x2dda92=_0x4fade8[_0x306fae(0xc1)][_0x306fae(0xc6)](_0x403e3a);_0x103f7d[_0x306fae(0x75)](_0x403e3a,()=>{const _0x99d9f8=_0x306fae,_0x4fb926=_0x4fade8[_0x99d9f8(0x87)][_0x99d9f8(0x91)][_0x99d9f8(0x8d)][_0x99d9f8(0xa2)]()[_0x99d9f8(0x94)]()[_0x99d9f8(0x84)](_0x3a92f6=>_0x3a92f6['is'](_0x99d9f8(0x7f),_0x99d9f8(0x81))),_0x17a1ab=_0x2dda92[_0x99d9f8(0xc2)];_0x4fade8[_0x99d9f8(0x87)][_0x99d9f8(0x8f)](()=>{const _0x26a252=_0x99d9f8;_0x103f7d[_0x26a252(0x72)]([_0x4fb926,_0x17a1ab],{'commandName':_0x26a252(0xab),'commandParams':[]},[],_0x26a252(0xab));});});}for(const _0x1937c7 of[_0x306fae(0xa0),_0x306fae(0xba)]){const _0x3e6290=_0x4fade8[_0x306fae(0xc1)][_0x306fae(0xc6)](_0x1937c7);_0x103f7d[_0x306fae(0x75)](_0x1937c7,()=>{const _0x14d374=_0x306fae,_0x5378a6=_0x154d0c[_0x14d374(0xce)](_0x4fade8[_0x14d374(0x87)][_0x14d374(0x91)][_0x14d374(0x8d)])[0x0],_0x21884d=_0x5378a6[_0x14d374(0xcf)](_0x14d374(0x7a)),{column:_0x3e8937,row:_0x1c49f2}=_0x154d0c[_0x14d374(0x74)](_0x5378a6);let _0x5e074c=[];if(_0x14d374(0xd4)==_0x3e6290[_0x14d374(0xd5)]){const _0xeb26ee=_0x154d0c[_0x14d374(0x9d)](_0x21884d,{'startRow':_0x1c49f2,'endRow':_0x1c49f2,'includeAllSlots':!0x0});_0x5e074c=Array[_0x14d374(0xd1)](_0xeb26ee)[_0x14d374(0xcc)](_0x3f1c6b=>_0x3f1c6b[_0x14d374(0xbf)]);}else{const _0x13e7f1=_0x154d0c[_0x14d374(0x9d)](_0x21884d,{'column':_0x3e8937,'includeAllSlots':!0x0});_0x5e074c=Array[_0x14d374(0xd1)](_0x13e7f1)[_0x14d374(0xcc)](_0x394be7=>_0x394be7[_0x14d374(0xbf)]);}_0x4fade8[_0x14d374(0x87)][_0x14d374(0x8f)](_0x19dac3=>{const _0x331efe=_0x14d374;_0x103f7d[_0x331efe(0xa4)](_0x19dac3[_0x331efe(0xbe)](_0x5378a6),{'commandName':_0x1937c7,'commandParams':[]},_0x5e074c,_0x1937c7);});});}_0x103f7d[_0x306fae(0x79)][_0x306fae(0xa8)](_0x4c16a0=>{const _0x3ed32e=_0x306fae;if(_0x3ed32e(0xcd)!=_0x4c16a0[_0x3ed32e(0x88)]&&_0x3ed32e(0x76)!=_0x4c16a0[_0x3ed32e(0x88)])return;const {data:_0x1b5b6b}=_0x4c16a0;return _0x1b5b6b&&_0x3ed32e(0xab)==_0x1b5b6b[_0x3ed32e(0x9a)]?{'type':_0x3ed32e(0x78),'content':_0x16ad6e(_0x729d42,_0x3ed32e(0xc4))}:void 0x0;}),_0x103f7d[_0x306fae(0x79)][_0x306fae(0xa8)](_0xbc14a2=>{const _0x16032a=_0x306fae;if(_0x16032a(0xcd)!=_0xbc14a2[_0x16032a(0x88)]&&_0x16032a(0x76)!=_0xbc14a2[_0x16032a(0x88)])return;const {data:_0xa00ca7}=_0xbc14a2;return _0xa00ca7?_0x16032a(0xa0)==_0xa00ca7[_0x16032a(0x9a)]?{'type':_0x16032a(0x78),'content':_0x16ad6e(_0x729d42,_0x16032a(0xaa))}:_0x16032a(0xba)==_0xa00ca7[_0x16032a(0x9a)]?{'type':_0x16032a(0x78),'content':_0x16ad6e(_0x729d42,_0x16032a(0xa5))}:void 0x0:void 0x0;});const _0x519ef7=_0x249ecf[_0x306fae(0x7c)]();for(const _0x2ac701 of[_0x306fae(0xac),_0x306fae(0xcb),_0x306fae(0x7e),_0x306fae(0xbb)])_0x103f7d[_0x306fae(0xb9)][_0x306fae(0x80)](_0x306fae(0xcd),_0x2ac701,_0x306fae(0x96),_0x519ef7);for(const _0x2479c3 of[_0x306fae(0xa0),_0x306fae(0xba)])_0x103f7d[_0x306fae(0xb9)][_0x306fae(0x80)](_0x306fae(0xcd),_0x2479c3,_0x306fae(0x96),_0x519ef7);_0x103f7d[_0x306fae(0xb9)][_0x306fae(0x80)](_0x306fae(0xcd),_0x306fae(0xab),_0x306fae(0x96),_0x1a4f0a=>{const _0x3b75ec=_0x306fae;_0x4fade8[_0x3b75ec(0x87)][_0x3b75ec(0x8f)](_0x30651e=>{const _0x2114b8=_0x3b75ec,_0x5c9cd3=Array[_0x2114b8(0xd1)](_0x38ddf5[_0x2114b8(0x8a)]())[_0x2114b8(0xcc)](_0x2e226d=>_0x57ce17[_0x2114b8(0x8e)](_0x2e226d));_0x30651e[_0x2114b8(0x8c)](_0x1a4f0a),_0x4fade8[_0x2114b8(0xc1)][_0x2114b8(0xc6)](_0x2114b8(0xab))[_0x2114b8(0x89)](),_0x4fade8[_0x2114b8(0xc7)](_0x2114b8(0xab),{'forceDefaultExecution':!0x0});const _0x1890c4=_0x5c9cd3[_0x2114b8(0x8b)](_0x4a2690=>_0x2114b8(0x9b)!=_0x4a2690[_0x2114b8(0xc0)][_0x2114b8(0xc8)]);_0x1890c4[_0x2114b8(0xb6)]>0x0&&_0x30651e[_0x2114b8(0x8c)](_0x1890c4);for(const _0x3f9ad2 of _0x5c9cd3)_0x3f9ad2[_0x2114b8(0x93)]();});});for(const _0x3ab83e of[_0x306fae(0xac),_0x306fae(0x7e),_0x306fae(0xbb),_0x306fae(0xcb)]){const _0xc9ad99=_0x4fade8[_0x306fae(0xc1)][_0x306fae(0xc6)](_0x3ab83e);_0xc9ad99['on'](_0x306fae(0xae),(_0x328b65,_0x1f0336,_0xad239f)=>{const _0x5218e6=_0x306fae;if(_0xad239f){const _0x151b1f=_0x4fade8[_0x5218e6(0x87)][_0x5218e6(0x91)][_0x5218e6(0x8d)][_0x5218e6(0xa2)]()[_0x5218e6(0x94)]()[_0x5218e6(0x84)](_0x390d11=>_0x390d11['is'](_0x5218e6(0x7f),_0x5218e6(0x81)));this[_0x5218e6(0xc5)](_0xc9ad99[_0x5218e6(0xc2)],_0x151b1f)||(_0x328b65[_0x5218e6(0x82)]=!0x1,_0x328b65[_0x5218e6(0x85)]());}},{'priority':_0x306fae(0xca)});}}[_0x444572(0xb8)](){const _0x249343=_0x444572,_0x5a068f=this[_0x249343(0xb4)][_0x249343(0xc1)][_0x249343(0xc6)](_0x249343(0xab)),_0x5c8ebc=this[_0x249343(0xb4)][_0x249343(0xa7)][_0x249343(0xc6)](_0x249343(0xb1));if(!_0x5a068f[_0x249343(0xb3)])return!0x1;const _0x306209=_0x5c8ebc[_0x249343(0xce)](this[_0x249343(0xb4)][_0x249343(0x87)][_0x249343(0x91)][_0x249343(0x8d)]);for(const _0x3df8c5 of _0x306209)for(const _0x3d430e of _0x306209)if(_0x3df8c5!=_0x3d430e&&!this[_0x249343(0xc5)](_0x3df8c5,_0x3d430e))return!0x1;return!0x0;}[_0x444572(0xc5)](_0x123f89,_0x5d6b79){const _0xb64ec1=_0x444572,_0x5daf6b=this[_0xb64ec1(0xb4)][_0xb64ec1(0xa7)][_0xb64ec1(0xc6)](_0xb64ec1(0xd0)),_0xa8f171=this[_0xb64ec1(0xb4)][_0xb64ec1(0x87)][_0xb64ec1(0xbe)](_0x123f89),_0x2b9128=this[_0xb64ec1(0xb4)][_0xb64ec1(0x87)][_0xb64ec1(0xbe)](_0x5d6b79),_0x21d912=new Set(),_0x5f1ee4=new Set();for(const _0x515212 of _0x5daf6b[_0xb64ec1(0x86)]())if((_0xb64ec1(0x7b)==_0x515212[_0xb64ec1(0x88)]||_0xb64ec1(0xc9)==_0x515212[_0xb64ec1(0x88)]||_0xb64ec1(0xab)==_0x515212[_0xb64ec1(0xbd)])&&_0x515212[_0xb64ec1(0x73)]){for(const _0x5b90f8 of _0x515212[_0xb64ec1(0x8a)]())_0x5b90f8[_0xb64ec1(0xc3)](_0xa8f171,!0x0)&&_0x21d912[_0xb64ec1(0x83)](_0x515212[_0xb64ec1(0x88)]+':'+_0x515212[_0xb64ec1(0x97)]['id']),_0x5b90f8[_0xb64ec1(0xc3)](_0x2b9128,!0x0)&&_0x5f1ee4[_0xb64ec1(0x83)](_0x515212[_0xb64ec1(0x88)]+':'+_0x515212[_0xb64ec1(0x97)]['id']);}if(_0x21d912[_0xb64ec1(0xa1)]!=_0x5f1ee4[_0xb64ec1(0xa1)])return!0x1;for(const _0x255ac2 of _0x21d912)if(!_0x5f1ee4[_0xb64ec1(0x99)](_0x255ac2))return!0x1;return!0x0;}}
23
+ const _0x5778ec=_0x17cf;(function(_0x3336c8,_0x177ea3){const _0x1f7122=_0x17cf,_0x5d5af0=_0x3336c8();while(!![]){try{const _0x34bede=-parseInt(_0x1f7122(0xe8))/0x1+parseInt(_0x1f7122(0xcc))/0x2*(parseInt(_0x1f7122(0x94))/0x3)+-parseInt(_0x1f7122(0xb7))/0x4+parseInt(_0x1f7122(0xb2))/0x5+-parseInt(_0x1f7122(0xa6))/0x6+-parseInt(_0x1f7122(0xb5))/0x7+-parseInt(_0x1f7122(0x9c))/0x8*(-parseInt(_0x1f7122(0xed))/0x9);if(_0x34bede===_0x177ea3)break;else _0x5d5af0['push'](_0x5d5af0['shift']());}catch(_0x1850a8){_0x5d5af0['push'](_0x5d5af0['shift']());}}}(_0x31c3,0x4bb2e));import{Plugin as _0x47c4f2}from'ckeditor5/src/core.js';import _0x1064fc from'./table.js';function _0x17cf(_0x43ecc7,_0x4fdc6){const _0x31c336=_0x31c3();return _0x17cf=function(_0x17cfa2,_0x1eb836){_0x17cfa2=_0x17cfa2-0x90;let _0x23504a=_0x31c336[_0x17cfa2];return _0x23504a;},_0x17cf(_0x43ecc7,_0x4fdc6);}import{LiveRange as _0x3325ae}from'ckeditor5/src/engine.js';function _0x31c3(){const _0x24dff7=['root','TableUtils','tableCell','value','rootName','getFirstPosition','length','deletion','set:isEnabled','mergeTableCells','change','containsRange','format','getAncestors','461538HRQhdi','getCellLocation','locale','has','editor','1791tnOkYZ','subType','horizontally','plugins','_suggestionFactory','registerCustomCallback','filter','$graveyard','isEnabled','1311852DnCFGt','push','model','from','selection','document','author','mergeTableCellDown','51448ItLYTe','_areSelectedCellsMergable','add','element','commands','map','mergeTableCellRight','createRangeOn','*Split\x20cell:*\x20horizontally','detach','2756940BFvnEe','_descriptionFactory','isInContent','size','setSelection','TableEditing','registerDescriptionCallback','getSelectionAffectedTableCells','_tablePostFixingSubtypes','mergeTableCellLeft','createTableWalker','formatBlock','1120015KkrCpy','find','refresh','2313542qIGSxe','stop','1517840nJuywp','formatInline','accept','getSuggestions','forceDefaultExecution','trackChanges','insertion','markMultiRangeBlockFormat','get','_acceptFormatSuggestionCallbackFactory','execute','_isForcedDefaultExecutionBlock','highest','splitTableCellVertically','*Split\x20cell:*\x20vertically','TrackChangesEditing','commandName','return','_areMergableCells','markBlockFormat','direction','2BUbjgz','getRanges','mergeTableCellUp','splitTableCellHorizontally','low','findAncestor','table','*Merge\x20cells*','requires','cell','afterInit','type','enableCommand','fromRange'];_0x31c3=function(){return _0x24dff7;};return _0x31c3();}import{getTranslation as _0x1242ac}from'../utils/common-translations.js';export default class St extends _0x47c4f2{static get[_0x5778ec(0xd4)](){return[_0x1064fc];}[_0x5778ec(0xd6)](){const _0x15c279=_0x5778ec,_0x986305=this[_0x15c279(0xec)],_0xdac3f0=_0x986305[_0x15c279(0x96)][_0x15c279(0x99)][_0x15c279(0x98)],_0x35b373=_0x986305[_0x15c279(0xea)];if(!_0x986305[_0x15c279(0xf0)][_0x15c279(0xeb)](_0x15c279(0xab)))return;const _0x4e28f2=_0x986305[_0x15c279(0xf0)][_0x15c279(0xbf)](_0x15c279(0xc6)),_0x3943ec=_0x986305[_0x15c279(0xf0)][_0x15c279(0xbf)](_0x15c279(0xdb)),_0x247895=_0x986305[_0x15c279(0xf0)][_0x15c279(0xbf)](_0x1064fc);_0x247895[_0x15c279(0xae)][_0x15c279(0x95)](_0x15c279(0xe3)),_0x4e28f2[_0x15c279(0xd8)](_0x15c279(0xe3),()=>{const _0x481ef0=_0x15c279,_0x255d71=_0x3943ec[_0x481ef0(0xad)](_0x986305[_0x481ef0(0x96)][_0x481ef0(0x99)][_0x481ef0(0x98)]);_0x986305[_0x481ef0(0x96)][_0x481ef0(0xe4)](()=>{const _0x512f50=_0x481ef0;_0x4e28f2[_0x512f50(0xbe)](_0x255d71,{'commandName':_0x512f50(0xe3),'commandParams':[]},[],_0x512f50(0xe3));});}),_0x986305[_0x15c279(0xa0)][_0x15c279(0xbf)](_0x15c279(0xe3))['on'](_0x15c279(0xc1),(_0x201379,_0x1e9883)=>{const _0x30d4ae=_0x15c279;_0x986305[_0x30d4ae(0xa0)][_0x30d4ae(0xbf)](_0x30d4ae(0xbc))[_0x30d4ae(0xdd)]&&(_0x1e9883[_0x30d4ae(0xe0)]>0x0&&_0x1e9883[_0x1e9883[_0x30d4ae(0xe0)]-0x1]&&_0x1e9883[_0x1e9883[_0x30d4ae(0xe0)]-0x1][_0x30d4ae(0xbb)]||_0x4e28f2[_0x30d4ae(0xc2)]||this[_0x30d4ae(0x9d)]()||_0x201379[_0x30d4ae(0xb6)]());},{'priority':_0x15c279(0xc3)});for(const _0x35bdb8 of[_0x15c279(0xce),_0x15c279(0xa2),_0x15c279(0x9b),_0x15c279(0xaf)]){const _0x2cda46=_0x986305[_0x15c279(0xa0)][_0x15c279(0xbf)](_0x35bdb8);_0x4e28f2[_0x15c279(0xd8)](_0x35bdb8,()=>{const _0x2ded55=_0x15c279,_0x189b20=_0x986305[_0x2ded55(0x96)][_0x2ded55(0x99)][_0x2ded55(0x98)][_0x2ded55(0xdf)]()[_0x2ded55(0xe7)]()[_0x2ded55(0xb3)](_0x439d75=>_0x439d75['is'](_0x2ded55(0x9f),_0x2ded55(0xdc))),_0x10ac21=_0x2cda46[_0x2ded55(0xdd)];_0x986305[_0x2ded55(0x96)][_0x2ded55(0xe4)](()=>{const _0x5db3c4=_0x2ded55;_0x4e28f2[_0x5db3c4(0xbe)]([_0x189b20,_0x10ac21],{'commandName':_0x5db3c4(0xe3),'commandParams':[]},[],_0x5db3c4(0xe3));});});}for(const _0x11fcdf of[_0x15c279(0xc4),_0x15c279(0xcf)]){const _0xa1917a=_0x986305[_0x15c279(0xa0)][_0x15c279(0xbf)](_0x11fcdf);_0x4e28f2[_0x15c279(0xd8)](_0x11fcdf,()=>{const _0x3fbfa8=_0x15c279,_0x321935=_0x3943ec[_0x3fbfa8(0xad)](_0x986305[_0x3fbfa8(0x96)][_0x3fbfa8(0x99)][_0x3fbfa8(0x98)])[0x0],_0x4cf785=_0x321935[_0x3fbfa8(0xd1)](_0x3fbfa8(0xd2)),{column:_0x39340d,row:_0x1815b9}=_0x3943ec[_0x3fbfa8(0xe9)](_0x321935);let _0x1cda17=[];if(_0x3fbfa8(0xef)==_0xa1917a[_0x3fbfa8(0xcb)]){const _0xbc3712=_0x3943ec[_0x3fbfa8(0xb0)](_0x4cf785,{'startRow':_0x1815b9,'endRow':_0x1815b9,'includeAllSlots':!0x0});_0x1cda17=Array[_0x3fbfa8(0x97)](_0xbc3712)[_0x3fbfa8(0xa1)](_0x3be40f=>_0x3be40f[_0x3fbfa8(0xd5)]);}else{const _0x2b8a1d=_0x3943ec[_0x3fbfa8(0xb0)](_0x4cf785,{'column':_0x39340d,'includeAllSlots':!0x0});_0x1cda17=Array[_0x3fbfa8(0x97)](_0x2b8a1d)[_0x3fbfa8(0xa1)](_0x301c13=>_0x301c13[_0x3fbfa8(0xd5)]);}_0x986305[_0x3fbfa8(0x96)][_0x3fbfa8(0xe4)](_0x25d33c=>{const _0xb36122=_0x3fbfa8;_0x4e28f2[_0xb36122(0xca)](_0x25d33c[_0xb36122(0xa3)](_0x321935),{'commandName':_0x11fcdf,'commandParams':[]},_0x1cda17,_0x11fcdf);});});}_0x4e28f2[_0x15c279(0xa7)][_0x15c279(0xac)](_0x4b5da5=>{const _0x1c1050=_0x15c279;if(_0x1c1050(0xb1)!=_0x4b5da5[_0x1c1050(0xd7)]&&_0x1c1050(0xb8)!=_0x4b5da5[_0x1c1050(0xd7)])return;const {data:_0x5506d4}=_0x4b5da5;return _0x5506d4&&_0x1c1050(0xe3)==_0x5506d4[_0x1c1050(0xc7)]?{'type':_0x1c1050(0xe6),'content':_0x1242ac(_0x35b373,_0x1c1050(0xd3))}:void 0x0;}),_0x4e28f2[_0x15c279(0xa7)][_0x15c279(0xac)](_0x5170a7=>{const _0x58d1f4=_0x15c279;if(_0x58d1f4(0xb1)!=_0x5170a7[_0x58d1f4(0xd7)]&&_0x58d1f4(0xb8)!=_0x5170a7[_0x58d1f4(0xd7)])return;const {data:_0x2b91d7}=_0x5170a7;return _0x2b91d7?_0x58d1f4(0xc4)==_0x2b91d7[_0x58d1f4(0xc7)]?{'type':_0x58d1f4(0xe6),'content':_0x1242ac(_0x35b373,_0x58d1f4(0xc5))}:_0x58d1f4(0xcf)==_0x2b91d7[_0x58d1f4(0xc7)]?{'type':_0x58d1f4(0xe6),'content':_0x1242ac(_0x35b373,_0x58d1f4(0xa4))}:void 0x0:void 0x0;});const _0x5c0fbe=_0x247895[_0x15c279(0xc0)]();for(const _0x10b703 of[_0x15c279(0xce),_0x15c279(0xa2),_0x15c279(0x9b),_0x15c279(0xaf)])_0x4e28f2[_0x15c279(0xf1)][_0x15c279(0x90)](_0x15c279(0xb1),_0x10b703,_0x15c279(0xb9),_0x5c0fbe);for(const _0x2101d5 of[_0x15c279(0xc4),_0x15c279(0xcf)])_0x4e28f2[_0x15c279(0xf1)][_0x15c279(0x90)](_0x15c279(0xb1),_0x2101d5,_0x15c279(0xb9),_0x5c0fbe);_0x4e28f2[_0x15c279(0xf1)][_0x15c279(0x90)](_0x15c279(0xb1),_0x15c279(0xe3),_0x15c279(0xb9),_0x439a64=>{const _0x3cb17b=_0x15c279;_0x986305[_0x3cb17b(0x96)][_0x3cb17b(0xe4)](_0xba4762=>{const _0x316627=_0x3cb17b,_0x2e20db=Array[_0x316627(0x97)](_0xdac3f0[_0x316627(0xcd)]())[_0x316627(0xa1)](_0x5a2987=>_0x3325ae[_0x316627(0xd9)](_0x5a2987));_0xba4762[_0x316627(0xaa)](_0x439a64),_0x986305[_0x316627(0xa0)][_0x316627(0xbf)](_0x316627(0xe3))[_0x316627(0xb4)](),_0x986305[_0x316627(0xc1)](_0x316627(0xe3),{'forceDefaultExecution':!0x0});const _0x2dc759=_0x2e20db[_0x316627(0x91)](_0x33cfa6=>_0x316627(0x92)!=_0x33cfa6[_0x316627(0xda)][_0x316627(0xde)]);_0x2dc759[_0x316627(0xe0)]>0x0&&_0xba4762[_0x316627(0xaa)](_0x2dc759);for(const _0x35bb6d of _0x2e20db)_0x35bb6d[_0x316627(0xa5)]();});});for(const _0x50d360 of[_0x15c279(0xce),_0x15c279(0x9b),_0x15c279(0xaf),_0x15c279(0xa2)]){const _0x3d2533=_0x986305[_0x15c279(0xa0)][_0x15c279(0xbf)](_0x50d360);_0x3d2533['on'](_0x15c279(0xe2),(_0x3f034f,_0x45c33b,_0x88c32e)=>{const _0x6b87db=_0x15c279;if(_0x88c32e){const _0x274842=_0x986305[_0x6b87db(0x96)][_0x6b87db(0x99)][_0x6b87db(0x98)][_0x6b87db(0xdf)]()[_0x6b87db(0xe7)]()[_0x6b87db(0xb3)](_0x785816=>_0x785816['is'](_0x6b87db(0x9f),_0x6b87db(0xdc)));this[_0x6b87db(0xc9)](_0x3d2533[_0x6b87db(0xdd)],_0x274842)||(_0x3f034f[_0x6b87db(0xc8)]=!0x1,_0x3f034f[_0x6b87db(0xb6)]());}},{'priority':_0x15c279(0xd0)});}}[_0x5778ec(0x9d)](){const _0x26bdcc=_0x5778ec,_0x13ebd8=this[_0x26bdcc(0xec)][_0x26bdcc(0xa0)][_0x26bdcc(0xbf)](_0x26bdcc(0xe3)),_0x324e36=this[_0x26bdcc(0xec)][_0x26bdcc(0xf0)][_0x26bdcc(0xbf)](_0x26bdcc(0xdb));if(!_0x13ebd8[_0x26bdcc(0x93)])return!0x1;const _0x5b0e6f=_0x324e36[_0x26bdcc(0xad)](this[_0x26bdcc(0xec)][_0x26bdcc(0x96)][_0x26bdcc(0x99)][_0x26bdcc(0x98)]);for(const _0xea107 of _0x5b0e6f)for(const _0x26805b of _0x5b0e6f)if(_0xea107!=_0x26805b&&!this[_0x26bdcc(0xc9)](_0xea107,_0x26805b))return!0x1;return!0x0;}[_0x5778ec(0xc9)](_0x12516e,_0x19c3f9){const _0x183cc0=_0x5778ec,_0x70611a=this[_0x183cc0(0xec)][_0x183cc0(0xf0)][_0x183cc0(0xbf)](_0x183cc0(0xc6)),_0x4687b2=this[_0x183cc0(0xec)][_0x183cc0(0x96)][_0x183cc0(0xa3)](_0x12516e),_0x26bb17=this[_0x183cc0(0xec)][_0x183cc0(0x96)][_0x183cc0(0xa3)](_0x19c3f9),_0x1150a3=new Set(),_0x4e10d9=new Set();for(const _0x2bc92d of _0x70611a[_0x183cc0(0xba)]())if((_0x183cc0(0xbd)==_0x2bc92d[_0x183cc0(0xd7)]||_0x183cc0(0xe1)==_0x2bc92d[_0x183cc0(0xd7)]||_0x183cc0(0xe3)==_0x2bc92d[_0x183cc0(0xee)])&&_0x2bc92d[_0x183cc0(0xa8)]){for(const _0x187fe4 of _0x2bc92d[_0x183cc0(0xcd)]())_0x187fe4[_0x183cc0(0xe5)](_0x4687b2,!0x0)&&_0x1150a3[_0x183cc0(0x9e)](_0x2bc92d[_0x183cc0(0xd7)]+':'+_0x2bc92d[_0x183cc0(0x9a)]['id']),_0x187fe4[_0x183cc0(0xe5)](_0x26bb17,!0x0)&&_0x4e10d9[_0x183cc0(0x9e)](_0x2bc92d[_0x183cc0(0xd7)]+':'+_0x2bc92d[_0x183cc0(0x9a)]['id']);}if(_0x1150a3[_0x183cc0(0xa9)]!=_0x4e10d9[_0x183cc0(0xa9)])return!0x1;for(const _0x436a92 of _0x1150a3)if(!_0x4e10d9[_0x183cc0(0xeb)](_0x436a92))return!0x1;return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x34b0(_0x3016c9,_0x4f39ab){const _0x358445=_0x3584();return _0x34b0=function(_0x34b090,_0x5a3a2d){_0x34b090=_0x34b090-0x1a7;let _0x161eb8=_0x358445[_0x34b090];return _0x161eb8;},_0x34b0(_0x3016c9,_0x4f39ab);}function _0x3584(){const _0x26231b=['get','11520041lQSqjS','commands','plugins','6GizrwM','editor','ELEMENT_TABLE_OF_CONTENTS','enableCommand','TrackChangesEditing','9703089mdaVkc','832326sncukv','afterInit','_descriptionFactory','35nshGQW','tableOfContents','1490WfIasB','1207pgidHB','4059qlVpbm','26490LzzQXR','24ebcvZV','2487656NzVyKx','locale','registerElementLabel','8262590QfYgvx','insertTableOfContents','4JrCQwX'];_0x3584=function(){return _0x26231b;};return _0x3584();}const _0x547a50=_0x34b0;(function(_0x103138,_0x479052){const _0x4e22df=_0x34b0,_0x1dbc5c=_0x103138();while(!![]){try{const _0x351e9e=parseInt(_0x4e22df(0x1b6))/0x1*(parseInt(_0x4e22df(0x1b5))/0x2)+-parseInt(_0x4e22df(0x1b0))/0x3*(-parseInt(_0x4e22df(0x1bf))/0x4)+parseInt(_0x4e22df(0x1bd))/0x5*(parseInt(_0x4e22df(0x1aa))/0x6)+parseInt(_0x4e22df(0x1b3))/0x7*(-parseInt(_0x4e22df(0x1ba))/0x8)+parseInt(_0x4e22df(0x1b7))/0x9*(-parseInt(_0x4e22df(0x1b8))/0xa)+parseInt(_0x4e22df(0x1af))/0xb*(parseInt(_0x4e22df(0x1b9))/0xc)+-parseInt(_0x4e22df(0x1a7))/0xd;if(_0x351e9e===_0x479052)break;else _0x1dbc5c['push'](_0x1dbc5c['shift']());}catch(_0x63be15){_0x1dbc5c['push'](_0x1dbc5c['shift']());}}}(_0x3584,0xe9d24));import{Plugin as _0x249d15}from'ckeditor5/src/core.js';import{getTranslation as _0x39b87d}from'../utils/common-translations.js';export default class _t extends _0x249d15{[_0x547a50(0x1b1)](){const _0x5722e3=_0x547a50,_0x335d43=this[_0x5722e3(0x1ab)];if(!_0x335d43[_0x5722e3(0x1a8)][_0x5722e3(0x1c0)](_0x5722e3(0x1be)))return;_0x335d43[_0x5722e3(0x1a9)][_0x5722e3(0x1c0)](_0x5722e3(0x1ae))[_0x5722e3(0x1ad)](_0x5722e3(0x1be));const _0x45b8be=_0x335d43[_0x5722e3(0x1a9)][_0x5722e3(0x1c0)](_0x5722e3(0x1ae)),_0x3feb77=_0x335d43[_0x5722e3(0x1bb)];_0x45b8be[_0x5722e3(0x1b2)][_0x5722e3(0x1bc)](_0x5722e3(0x1b4),_0x188647=>_0x39b87d(_0x3feb77,_0x5722e3(0x1ac),_0x188647));}}
23
+ function _0x32ff(_0x124550,_0x1fe5d1){const _0x4f7744=_0x4f77();return _0x32ff=function(_0x32ff5b,_0xb5d6ab){_0x32ff5b=_0x32ff5b-0xb8;let _0x480d97=_0x4f7744[_0x32ff5b];return _0x480d97;},_0x32ff(_0x124550,_0x1fe5d1);}const _0x236bc1=_0x32ff;function _0x4f77(){const _0x37d0cd=['get','134SMlzXb','commands','73736kxlPlT','registerElementLabel','TrackChangesEditing','15476283heBjGf','insertTableOfContents','18242MfhFVu','enableCommand','44907GzKaGS','2262180olwQbK','afterInit','tableOfContents','152legSdk','938tDeMNt','_descriptionFactory','locale','20rZRiQT','plugins','ELEMENT_TABLE_OF_CONTENTS','10jiWsvH','19214712LEuGYH','editor','66540120vKCeCX'];_0x4f77=function(){return _0x37d0cd;};return _0x4f77();}(function(_0x315229,_0x61e94f){const _0x3cf5c5=_0x32ff,_0x588239=_0x315229();while(!![]){try{const _0x414eb0=parseInt(_0x3cf5c5(0xc7))/0x1*(-parseInt(_0x3cf5c5(0xc0))/0x2)+parseInt(_0x3cf5c5(0xc9))/0x3*(-parseInt(_0x3cf5c5(0xcd))/0x4)+parseInt(_0x3cf5c5(0xb8))/0x5*(-parseInt(_0x3cf5c5(0xca))/0x6)+-parseInt(_0x3cf5c5(0xce))/0x7*(parseInt(_0x3cf5c5(0xc2))/0x8)+-parseInt(_0x3cf5c5(0xc5))/0x9*(-parseInt(_0x3cf5c5(0xbb))/0xa)+-parseInt(_0x3cf5c5(0xbc))/0xb+parseInt(_0x3cf5c5(0xbe))/0xc;if(_0x414eb0===_0x61e94f)break;else _0x588239['push'](_0x588239['shift']());}catch(_0x2eab9c){_0x588239['push'](_0x588239['shift']());}}}(_0x4f77,0xf0213));import{Plugin as _0x2d3da1}from'ckeditor5/src/core.js';import{getTranslation as _0x5287c2}from'../utils/common-translations.js';export default class Ct extends _0x2d3da1{[_0x236bc1(0xcb)](){const _0x3e6df4=_0x236bc1,_0x10d484=this[_0x3e6df4(0xbd)];if(!_0x10d484[_0x3e6df4(0xc1)][_0x3e6df4(0xbf)](_0x3e6df4(0xc6)))return;_0x10d484[_0x3e6df4(0xb9)][_0x3e6df4(0xbf)](_0x3e6df4(0xc4))[_0x3e6df4(0xc8)](_0x3e6df4(0xc6));const _0x53dd85=_0x10d484[_0x3e6df4(0xb9)][_0x3e6df4(0xbf)](_0x3e6df4(0xc4)),_0x60ffae=_0x10d484[_0x3e6df4(0xd0)];_0x53dd85[_0x3e6df4(0xcf)][_0x3e6df4(0xc3)](_0x3e6df4(0xcc),_0x4b8f6d=>_0x5287c2(_0x60ffae,_0x3e6df4(0xba),_0x4b8f6d));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x531101=_0x7e33;(function(_0x1cf1e1,_0x1bd5d1){const _0x1209cf=_0x7e33,_0x5bf1f5=_0x1cf1e1();while(!![]){try{const _0x374844=-parseInt(_0x1209cf(0x18c))/0x1*(parseInt(_0x1209cf(0x18e))/0x2)+-parseInt(_0x1209cf(0x192))/0x3+parseInt(_0x1209cf(0x1a1))/0x4+parseInt(_0x1209cf(0x179))/0x5*(parseInt(_0x1209cf(0x193))/0x6)+-parseInt(_0x1209cf(0x1b0))/0x7*(parseInt(_0x1209cf(0x1aa))/0x8)+-parseInt(_0x1209cf(0x18b))/0x9+-parseInt(_0x1209cf(0x1a7))/0xa*(-parseInt(_0x1209cf(0x1a0))/0xb);if(_0x374844===_0x1bd5d1)break;else _0x5bf1f5['push'](_0x5bf1f5['shift']());}catch(_0x518815){_0x5bf1f5['push'](_0x5bf1f5['shift']());}}}(_0xf041,0xe8786));import{Plugin as _0x5284d5}from'ckeditor5/src/core.js';import{getTranslation as _0x17d8f7}from'../utils/common-translations.js';export default class Mt extends _0x5284d5{constructor(_0x119f0d){const _0x58c375=_0x7e33;super(_0x119f0d),this[_0x58c375(0x19c)]=[_0x58c375(0x1bd),_0x58c375(0x1b2),_0x58c375(0x199),_0x58c375(0x19b),_0x58c375(0x194),_0x58c375(0x1a3),_0x58c375(0x18a)],this[_0x58c375(0x1c6)]=[_0x58c375(0x1b6),_0x58c375(0x17a),_0x58c375(0x1a8),_0x58c375(0x1a5),_0x58c375(0x19d),_0x58c375(0x19e),_0x58c375(0x187),_0x58c375(0x17f),_0x58c375(0x17e)];}static get[_0x531101(0x1c1)](){const _0x5df211=_0x531101;return _0x5df211(0x1b5);}[_0x531101(0x181)](){const _0x5b26c6=_0x531101,_0x1e3bb4=this[_0x5b26c6(0x1ab)][_0x5b26c6(0x19a)][_0x5b26c6(0x1b8)](_0x5b26c6(0x1b7));if(this[_0x5b26c6(0x1ab)][_0x5b26c6(0x19a)][_0x5b26c6(0x1ac)](_0x5b26c6(0x189))){for(const _0x2a048a of this[_0x5b26c6(0x19c)])_0x1e3bb4[_0x5b26c6(0x198)](_0x2a048a,(_0x32c483,_0x1bae75)=>{const _0x5bd43c=_0x5b26c6,_0x160931=this[_0x5bd43c(0x1ab)][_0x5bd43c(0x1b9)][_0x5bd43c(0x18f)][_0x5bd43c(0x18d)][_0x5bd43c(0x195)]()[_0x5bd43c(0x197)](_0x5bd43c(0x1b3));this[_0x5bd43c(0x182)](_0x2a048a,[_0x160931],this[_0x5bd43c(0x19c)],_0x5bd43c(0x19c),_0x32c483,_0x1bae75);});_0x1e3bb4[_0x5b26c6(0x188)][_0x5b26c6(0x1b1)](_0x5b26c6(0x1be),_0x5b26c6(0x19c),_0x5b26c6(0x185),_0x1e3bb4[_0x5b26c6(0x188)][_0x5b26c6(0x1a9)](_0x5b26c6(0x1be),null,_0x5b26c6(0x1c5))),_0x1e3bb4[_0x5b26c6(0x188)][_0x5b26c6(0x1b1)](_0x5b26c6(0x1be),_0x5b26c6(0x19c),_0x5b26c6(0x1c5),(_0x9761b3,_0x4cfe61)=>this[_0x5b26c6(0x1a2)](this[_0x5b26c6(0x19c)],_0x9761b3,_0x4cfe61)),_0x1e3bb4[_0x5b26c6(0x188)][_0x5b26c6(0x1b1)](_0x5b26c6(0x1be),_0x5b26c6(0x19c),_0x5b26c6(0x190),()=>!0x1);}if(this[_0x5b26c6(0x1ab)][_0x5b26c6(0x19a)][_0x5b26c6(0x1ac)](_0x5b26c6(0x1ae))){for(const _0x145a93 of this[_0x5b26c6(0x1c6)])_0x1e3bb4[_0x5b26c6(0x198)](_0x145a93,(_0x3ef237,_0x5a4417)=>{const _0x3c091a=_0x5b26c6,_0x997565=this[_0x3c091a(0x1ab)][_0x3c091a(0x19a)][_0x3c091a(0x1b8)](_0x3c091a(0x191))[_0x3c091a(0x180)](this[_0x3c091a(0x1ab)][_0x3c091a(0x1b9)][_0x3c091a(0x18f)][_0x3c091a(0x18d)]);this[_0x3c091a(0x182)](_0x145a93,_0x997565,this[_0x3c091a(0x1c6)],_0x3c091a(0x1c6),_0x3ef237,_0x5a4417);});_0x1e3bb4[_0x5b26c6(0x188)][_0x5b26c6(0x1b1)](_0x5b26c6(0x1be),_0x5b26c6(0x1c6),_0x5b26c6(0x185),_0x1e3bb4[_0x5b26c6(0x188)][_0x5b26c6(0x1a9)](_0x5b26c6(0x1be),null,_0x5b26c6(0x1c5))),_0x1e3bb4[_0x5b26c6(0x188)][_0x5b26c6(0x1b1)](_0x5b26c6(0x1be),_0x5b26c6(0x1c6),_0x5b26c6(0x1c5),(_0x44a664,_0x3bddf1)=>this[_0x5b26c6(0x1a2)](this[_0x5b26c6(0x1c6)],_0x44a664,_0x3bddf1)),_0x1e3bb4[_0x5b26c6(0x188)][_0x5b26c6(0x1b1)](_0x5b26c6(0x1be),_0x5b26c6(0x1c6),_0x5b26c6(0x190),()=>!0x1);}_0x1e3bb4[_0x5b26c6(0x196)][_0x5b26c6(0x184)](_0x5097b7=>this[_0x5b26c6(0x17c)](_0x5097b7));}[_0x531101(0x182)](_0x1fae15,_0x497129,_0x315556,_0x240e47,_0x17c081,_0x3efe3c){const _0x25c925=_0x531101,_0x453b95=this[_0x25c925(0x1ab)][_0x25c925(0x19a)][_0x25c925(0x1b8)](_0x25c925(0x1b7));this[_0x25c925(0x1ab)][_0x25c925(0x1b9)][_0x25c925(0x1c0)](_0x3efe3c[_0x25c925(0x1b4)],()=>{const _0xec4cc1=_0x25c925;for(const _0xd5078f of _0x497129){if(this[_0xec4cc1(0x19f)](_0xd5078f,_0x240e47))_0x17c081(_0x3efe3c);else{const _0x1e0b5d={};for(const _0x437ffd of _0x315556){const _0x3f0259=_0xd5078f[_0xec4cc1(0x183)](_0x437ffd);void 0x0!==_0x3f0259&&(_0x1e0b5d[_0x437ffd]=_0x3f0259);}_0x17c081(_0x3efe3c),_0x453b95[_0xec4cc1(0x1c4)](_0xd5078f,{'commandParams':[_0x1e0b5d]},[],_0x240e47);}}});}[_0x531101(0x1a2)](_0x1af2f1,_0x2967af,_0x534070){const _0x4a6440=_0x531101,_0x114890=_0x2967af[0x0][_0x4a6440(0x1a4)][_0x4a6440(0x1ba)],_0x589b5c=_0x534070[_0x4a6440(0x1c3)][0x0];this[_0x4a6440(0x1ab)][_0x4a6440(0x1b9)][_0x4a6440(0x1af)](_0x323ba8=>{const _0x555f06=_0x4a6440;for(const _0x20c2d9 of _0x1af2f1)void 0x0!==_0x589b5c[_0x20c2d9]?_0x323ba8[_0x555f06(0x1bc)](_0x20c2d9,_0x589b5c[_0x20c2d9],_0x114890):_0x323ba8[_0x555f06(0x1bf)](_0x20c2d9,_0x114890);});}[_0x531101(0x17c)](_0x1dd848){const _0xc8a063=_0x531101;if(_0x1dd848[_0xc8a063(0x1a6)])switch(_0x1dd848[_0xc8a063(0x17b)]){case _0xc8a063(0x19c):return{'type':_0xc8a063(0x17d),'content':_0x17d8f7(this[_0xc8a063(0x1ab)][_0xc8a063(0x1c2)],_0xc8a063(0x186))};case _0xc8a063(0x1c6):return{'type':_0xc8a063(0x17d),'content':_0x17d8f7(this[_0xc8a063(0x1ab)][_0xc8a063(0x1c2)],_0xc8a063(0x1ad))};}}[_0x531101(0x19f)](_0x394ec4,_0x36a214){const _0x4fa006=_0x531101,_0x12111a=this[_0x4fa006(0x1ab)][_0x4fa006(0x19a)][_0x4fa006(0x1b8)](_0x4fa006(0x1b7));for(const _0x29517f of _0x12111a[_0x4fa006(0x1bb)]({'skipNotAttached':!0x0})){const _0x3005b4=_0x29517f[_0x4fa006(0x1c7)]();if(_0x29517f[_0x4fa006(0x17b)]===_0x36a214&&_0x3005b4===_0x394ec4)return _0x29517f;}return null;}}function _0x7e33(_0x1c7bbb,_0x5195fa){const _0xf0412=_0xf041();return _0x7e33=function(_0x7e3391,_0x24319f){_0x7e3391=_0x7e3391-0x179;let _0x4bb425=_0xf0412[_0x7e3391];return _0x4bb425;},_0x7e33(_0x1c7bbb,_0x5195fa);}function _0xf041(){const _0x148842=['markBlockFormat','discard','tableCellProperties','getContainedElement','10sgHBSi','tableCellBorderStyle','subType','handleSuggestionDescription','format','tableCellVerticalAlignment','tableCellHorizontalAlignment','getSelectionAffectedTableCells','afterInit','_handlePropertyChange','getAttribute','registerDescriptionCallback','accept','*Format:*\x20change\x20table\x20properties','tableCellBackgroundColor','_suggestionFactory','TablePropertiesEditing','tableBackgroundColor','7137540LzIfag','1GEbetp','selection','747416dPLWxa','document','join','TableUtils','3989496oswmOv','2080110FpIpIH','tableWidth','getFirstPosition','_descriptionFactory','findAncestor','enableCommand','tableBorderWidth','plugins','tableAlignment','tableProperties','tableCellWidth','tableCellHeight','_getSuggestion','77mYlqLr','5027668zZiqsQ','handleDiscardAction','tableHeight','start','tableCellPadding','data','3951890ROAkWd','tableCellBorderWidth','getSuggestionCallback','3380832zwFTTK','editor','has','*Format:*\x20change\x20table\x20cell\x20properties','TableCellPropertiesEditing','change','21Wguasf','registerCustomCallback','tableBorderStyle','table','batch','TrackChangesTableProperties','tableCellBorderColor','TrackChangesEditing','get','model','nodeAfter','getSuggestions','setAttribute','tableBorderColor','formatBlock','removeAttribute','enqueueChange','pluginName','locale','commandParams'];_0xf041=function(){return _0x148842;};return _0xf041();}
23
+ const _0x1a5703=_0xe20d;function _0x4b16(){const _0x283f2d=['getSuggestions','locale','formatBlock','TrackChangesTableProperties','selection','7997EYphVI','change','discard','36536ZqMRWe','commandParams','TableUtils','TrackChangesEditing','tableCellHeight','tableBorderColor','tableCellWidth','*Format:*\x20change\x20table\x20properties','18qqrFlS','tableCellProperties','getContainedElement','getAttribute','32pxERre','TableCellPropertiesEditing','model','tableWidth','_suggestionFactory','removeAttribute','tableBackgroundColor','tableCellVerticalAlignment','nodeAfter','tableCellHorizontalAlignment','382185MkwOYL','pluginName','registerDescriptionCallback','tableAlignment','_getSuggestion','findAncestor','markBlockFormat','get','document','enableCommand','9684YYnsja','getSuggestionCallback','has','tableCellBorderColor','getSelectionAffectedTableCells','tableHeight','5744XxnafA','subType','batch','1350360YlrOHT','tableCellPadding','tableBorderWidth','setAttribute','plugins','editor','222546kScWfi','data','63CXBqWH','_handlePropertyChange','_descriptionFactory','16tVEhkI','start','tableCellBorderWidth','3326680NThtyr','accept','format','tableCellBorderStyle','handleDiscardAction','enqueueChange','*Format:*\x20change\x20table\x20cell\x20properties','join','table','tableProperties','registerCustomCallback','TablePropertiesEditing','afterInit','tableBorderStyle','tableCellBackgroundColor','getFirstPosition','handleSuggestionDescription'];_0x4b16=function(){return _0x283f2d;};return _0x4b16();}(function(_0x30f1d1,_0x4c0671){const _0x293e36=_0xe20d,_0x5f8ae2=_0x30f1d1();while(!![]){try{const _0x2913d3=parseInt(_0x293e36(0x128))/0x1*(parseInt(_0x293e36(0x11a))/0x2)+-parseInt(_0x293e36(0xfc))/0x3*(-parseInt(_0x293e36(0xf4))/0x4)+-parseInt(_0x293e36(0x11d))/0x5+-parseInt(_0x293e36(0x123))/0x6*(parseInt(_0x293e36(0x125))/0x7)+-parseInt(_0x293e36(0x100))/0x8*(parseInt(_0x293e36(0x10a))/0x9)+parseInt(_0x293e36(0x12b))/0xa+-parseInt(_0x293e36(0xf1))/0xb*(-parseInt(_0x293e36(0x114))/0xc);if(_0x2913d3===_0x4c0671)break;else _0x5f8ae2['push'](_0x5f8ae2['shift']());}catch(_0x4980cc){_0x5f8ae2['push'](_0x5f8ae2['shift']());}}}(_0x4b16,0x3c25a));import{Plugin as _0x2feac2}from'ckeditor5/src/core.js';import{getTranslation as _0x2dec7d}from'../utils/common-translations.js';function _0xe20d(_0x1ec84b,_0x450cea){const _0x4b1641=_0x4b16();return _0xe20d=function(_0xe20df5,_0x1c26a1){_0xe20df5=_0xe20df5-0xe7;let _0x597931=_0x4b1641[_0xe20df5];return _0x597931;},_0xe20d(_0x1ec84b,_0x450cea);}export default class $t extends _0x2feac2{constructor(_0x3eaa15){const _0x3b4d3d=_0xe20d;super(_0x3eaa15),this[_0x3b4d3d(0x134)]=[_0x3b4d3d(0xf9),_0x3b4d3d(0xe8),_0x3b4d3d(0x11f),_0x3b4d3d(0x10d),_0x3b4d3d(0x103),_0x3b4d3d(0x119),_0x3b4d3d(0x106)],this[_0x3b4d3d(0xfd)]=[_0x3b4d3d(0x117),_0x3b4d3d(0x12e),_0x3b4d3d(0x12a),_0x3b4d3d(0x11e),_0x3b4d3d(0xfa),_0x3b4d3d(0xf8),_0x3b4d3d(0xe9),_0x3b4d3d(0x109),_0x3b4d3d(0x107)];}static get[_0x1a5703(0x10b)](){const _0x461d47=_0x1a5703;return _0x461d47(0xef);}[_0x1a5703(0xe7)](){const _0x12278f=_0x1a5703,_0x385018=this[_0x12278f(0x122)][_0x12278f(0x121)][_0x12278f(0x111)](_0x12278f(0xf7));if(this[_0x12278f(0x122)][_0x12278f(0x121)][_0x12278f(0x116)](_0x12278f(0x136))){for(const _0x21d72d of this[_0x12278f(0x134)])_0x385018[_0x12278f(0x113)](_0x21d72d,(_0x5ec35b,_0x2e5c91)=>{const _0x6b527e=_0x12278f,_0x320829=this[_0x6b527e(0x122)][_0x6b527e(0x102)][_0x6b527e(0x112)][_0x6b527e(0xf0)][_0x6b527e(0xea)]()[_0x6b527e(0x10f)](_0x6b527e(0x133));this[_0x6b527e(0x126)](_0x21d72d,[_0x320829],this[_0x6b527e(0x134)],_0x6b527e(0x134),_0x5ec35b,_0x2e5c91);});_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0x134),_0x12278f(0x12c),_0x385018[_0x12278f(0x104)][_0x12278f(0x115)](_0x12278f(0xee),null,_0x12278f(0xf3))),_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0x134),_0x12278f(0xf3),(_0x3df9f5,_0x4203ee)=>this[_0x12278f(0x12f)](this[_0x12278f(0x134)],_0x3df9f5,_0x4203ee)),_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0x134),_0x12278f(0x132),()=>!0x1);}if(this[_0x12278f(0x122)][_0x12278f(0x121)][_0x12278f(0x116)](_0x12278f(0x101))){for(const _0x46edac of this[_0x12278f(0xfd)])_0x385018[_0x12278f(0x113)](_0x46edac,(_0x8bf3d6,_0x1e2c8f)=>{const _0x37818c=_0x12278f,_0x51069e=this[_0x37818c(0x122)][_0x37818c(0x121)][_0x37818c(0x111)](_0x37818c(0xf6))[_0x37818c(0x118)](this[_0x37818c(0x122)][_0x37818c(0x102)][_0x37818c(0x112)][_0x37818c(0xf0)]);this[_0x37818c(0x126)](_0x46edac,_0x51069e,this[_0x37818c(0xfd)],_0x37818c(0xfd),_0x8bf3d6,_0x1e2c8f);});_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0xfd),_0x12278f(0x12c),_0x385018[_0x12278f(0x104)][_0x12278f(0x115)](_0x12278f(0xee),null,_0x12278f(0xf3))),_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0xfd),_0x12278f(0xf3),(_0x58145c,_0x10798e)=>this[_0x12278f(0x12f)](this[_0x12278f(0xfd)],_0x58145c,_0x10798e)),_0x385018[_0x12278f(0x104)][_0x12278f(0x135)](_0x12278f(0xee),_0x12278f(0xfd),_0x12278f(0x132),()=>!0x1);}_0x385018[_0x12278f(0x127)][_0x12278f(0x10c)](_0x1be45a=>this[_0x12278f(0xeb)](_0x1be45a));}[_0x1a5703(0x126)](_0xc7bac0,_0x23ccb4,_0x557a81,_0x325741,_0x583ff4,_0x273257){const _0x4a3727=_0x1a5703,_0x263274=this[_0x4a3727(0x122)][_0x4a3727(0x121)][_0x4a3727(0x111)](_0x4a3727(0xf7));this[_0x4a3727(0x122)][_0x4a3727(0x102)][_0x4a3727(0x130)](_0x273257[_0x4a3727(0x11c)],()=>{const _0x5663f7=_0x4a3727;for(const _0x55c968 of _0x23ccb4){if(this[_0x5663f7(0x10e)](_0x55c968,_0x325741))_0x583ff4(_0x273257);else{const _0x4d37fa={};for(const _0x301ffc of _0x557a81){const _0x52e8f2=_0x55c968[_0x5663f7(0xff)](_0x301ffc);void 0x0!==_0x52e8f2&&(_0x4d37fa[_0x301ffc]=_0x52e8f2);}_0x583ff4(_0x273257),_0x263274[_0x5663f7(0x110)](_0x55c968,{'commandParams':[_0x4d37fa]},[],_0x325741);}}});}[_0x1a5703(0x12f)](_0x96fe24,_0x1c97e4,_0x3286e5){const _0x37e20a=_0x1a5703,_0x4d1d17=_0x1c97e4[0x0][_0x37e20a(0x129)][_0x37e20a(0x108)],_0x2e0dc5=_0x3286e5[_0x37e20a(0xf5)][0x0];this[_0x37e20a(0x122)][_0x37e20a(0x102)][_0x37e20a(0xf2)](_0x5cc9c4=>{const _0x58c588=_0x37e20a;for(const _0x13d84a of _0x96fe24)void 0x0!==_0x2e0dc5[_0x13d84a]?_0x5cc9c4[_0x58c588(0x120)](_0x13d84a,_0x2e0dc5[_0x13d84a],_0x4d1d17):_0x5cc9c4[_0x58c588(0x105)](_0x13d84a,_0x4d1d17);});}[_0x1a5703(0xeb)](_0x4d3ab4){const _0x363dab=_0x1a5703;if(_0x4d3ab4[_0x363dab(0x124)])switch(_0x4d3ab4[_0x363dab(0x11b)]){case _0x363dab(0x134):return{'type':_0x363dab(0x12d),'content':_0x2dec7d(this[_0x363dab(0x122)][_0x363dab(0xed)],_0x363dab(0xfb))};case _0x363dab(0xfd):return{'type':_0x363dab(0x12d),'content':_0x2dec7d(this[_0x363dab(0x122)][_0x363dab(0xed)],_0x363dab(0x131))};}}[_0x1a5703(0x10e)](_0x2ebdb1,_0x736651){const _0x203a2f=_0x1a5703,_0x282e8c=this[_0x203a2f(0x122)][_0x203a2f(0x121)][_0x203a2f(0x111)](_0x203a2f(0xf7));for(const _0x3906b2 of _0x282e8c[_0x203a2f(0xec)]({'skipNotAttached':!0x0})){const _0x56c3ad=_0x3906b2[_0x203a2f(0xfe)]();if(_0x3906b2[_0x203a2f(0x11b)]===_0x736651&&_0x56c3ad===_0x2ebdb1)return _0x3906b2;}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x54d144=_0x7cfb;function _0x7cfb(_0xfd5e18,_0x95e711){const _0x34e9ee=_0x34e9();return _0x7cfb=function(_0x7cfbf4,_0x5daab7){_0x7cfbf4=_0x7cfbf4-0xfb;let _0x1ca37f=_0x34e9ee[_0x7cfbf4];return _0x1ca37f;},_0x7cfb(_0xfd5e18,_0x95e711);}(function(_0x4afc9f,_0x223c0d){const _0x1b6aaa=_0x7cfb,_0x492738=_0x4afc9f();while(!![]){try{const _0x3a631e=parseInt(_0x1b6aaa(0x105))/0x1+-parseInt(_0x1b6aaa(0x109))/0x2*(parseInt(_0x1b6aaa(0xfd))/0x3)+-parseInt(_0x1b6aaa(0x100))/0x4+-parseInt(_0x1b6aaa(0x106))/0x5*(-parseInt(_0x1b6aaa(0x108))/0x6)+parseInt(_0x1b6aaa(0xfc))/0x7*(-parseInt(_0x1b6aaa(0xff))/0x8)+-parseInt(_0x1b6aaa(0x101))/0x9*(parseInt(_0x1b6aaa(0x10e))/0xa)+parseInt(_0x1b6aaa(0x102))/0xb;if(_0x3a631e===_0x223c0d)break;else _0x492738['push'](_0x492738['shift']());}catch(_0x51fc83){_0x492738['push'](_0x492738['shift']());}}}(_0x34e9,0xe4be0));import{Plugin as _0x105175}from'ckeditor5/src/core.js';export default class vt extends _0x105175{[_0x54d144(0x10b)](){const _0x2523b4=_0x54d144,_0x5f0a60=this[_0x2523b4(0x10c)];_0x5f0a60[_0x2523b4(0x104)][_0x2523b4(0x10d)](_0x2523b4(0x10a))&&_0x5f0a60[_0x2523b4(0x104)][_0x2523b4(0x107)](_0x2523b4(0xfb))[_0x2523b4(0x103)](_0x2523b4(0xfe));}}function _0x34e9(){const _0x58f304=['enableCommand','plugins','1190584nXcnEm','5rNUewa','get','10090032AfPJim','10sqhPmm','Template','afterInit','editor','has','87810fEulBe','TrackChangesEditing','377909iwpxCP','361491EDGKxB','insertTemplate','152cWIAyW','1859520ghDZkO','873HyVyOe','11105017qSCnzu'];_0x34e9=function(){return _0x58f304;};return _0x34e9();}
23
+ const _0x2794b3=_0x38bb;(function(_0x3be972,_0x3ee68f){const _0x38e92d=_0x38bb,_0x8d56de=_0x3be972();while(!![]){try{const _0x2aec0b=parseInt(_0x38e92d(0xef))/0x1*(parseInt(_0x38e92d(0xf3))/0x2)+parseInt(_0x38e92d(0xf4))/0x3+parseInt(_0x38e92d(0x102))/0x4*(parseInt(_0x38e92d(0xf8))/0x5)+-parseInt(_0x38e92d(0xfc))/0x6*(parseInt(_0x38e92d(0xfb))/0x7)+-parseInt(_0x38e92d(0xf0))/0x8*(parseInt(_0x38e92d(0x101))/0x9)+parseInt(_0x38e92d(0xf6))/0xa+-parseInt(_0x38e92d(0xf1))/0xb;if(_0x2aec0b===_0x3ee68f)break;else _0x8d56de['push'](_0x8d56de['shift']());}catch(_0xa4a61e){_0x8d56de['push'](_0x8d56de['shift']());}}}(_0x1db3,0x8789a));function _0x38bb(_0xf47a6d,_0x34b789){const _0x1db37b=_0x1db3();return _0x38bb=function(_0x38bbb6,_0x1a8485){_0x38bbb6=_0x38bbb6-0xef;let _0x694a48=_0x1db37b[_0x38bbb6];return _0x694a48;},_0x38bb(_0xf47a6d,_0x34b789);}function _0x1db3(){const _0x19cedd=['TrackChangesEditing','70415TUmtNF','enableCommand','has','5589682ZPzdMw','6dgMOmi','editor','get','insertTemplate','Template','5552613qHKbPg','312jEHdiK','50266QKqQuI','8MJBJfA','8641281GgQrlg','afterInit','22lCojOW','169533SnQnpM','plugins','10483050TTnWQJ'];_0x1db3=function(){return _0x19cedd;};return _0x1db3();}import{Plugin as _0x53d17d}from'ckeditor5/src/core.js';export default class _t extends _0x53d17d{[_0x2794b3(0xf2)](){const _0x18758a=_0x2794b3,_0x23d913=this[_0x18758a(0xfd)];_0x23d913[_0x18758a(0xf5)][_0x18758a(0xfa)](_0x18758a(0x100))&&_0x23d913[_0x18758a(0xf5)][_0x18758a(0xfe)](_0x18758a(0xf7))[_0x18758a(0xf9)](_0x18758a(0xff));}}