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

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 (235) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/content-index.css +332 -0
  3. package/dist/editor-index.css +312 -0
  4. package/dist/index.css +951 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/az.d.ts +8 -0
  8. package/dist/translations/az.js +23 -0
  9. package/dist/translations/bg.d.ts +8 -0
  10. package/dist/translations/bg.js +23 -0
  11. package/dist/translations/bn.d.ts +8 -0
  12. package/dist/translations/bn.js +23 -0
  13. package/dist/translations/ca.d.ts +8 -0
  14. package/dist/translations/ca.js +23 -0
  15. package/dist/translations/cs.d.ts +8 -0
  16. package/dist/translations/cs.js +23 -0
  17. package/dist/translations/da.d.ts +8 -0
  18. package/dist/translations/da.js +23 -0
  19. package/dist/translations/de.d.ts +8 -0
  20. package/dist/translations/de.js +23 -0
  21. package/dist/translations/el.d.ts +8 -0
  22. package/dist/translations/el.js +23 -0
  23. package/dist/translations/en-au.d.ts +8 -0
  24. package/dist/translations/en-au.js +23 -0
  25. package/dist/translations/en.d.ts +8 -0
  26. package/dist/translations/en.js +23 -0
  27. package/dist/translations/es.d.ts +8 -0
  28. package/dist/translations/es.js +23 -0
  29. package/dist/translations/et.d.ts +8 -0
  30. package/dist/translations/et.js +23 -0
  31. package/dist/translations/fi.d.ts +8 -0
  32. package/dist/translations/fi.js +23 -0
  33. package/dist/translations/fr.d.ts +8 -0
  34. package/dist/translations/fr.js +23 -0
  35. package/dist/translations/gl.d.ts +8 -0
  36. package/dist/translations/gl.js +23 -0
  37. package/dist/translations/he.d.ts +8 -0
  38. package/dist/translations/he.js +23 -0
  39. package/dist/translations/hi.d.ts +8 -0
  40. package/dist/translations/hi.js +23 -0
  41. package/dist/translations/hr.d.ts +8 -0
  42. package/dist/translations/hr.js +23 -0
  43. package/dist/translations/hu.d.ts +8 -0
  44. package/dist/translations/hu.js +23 -0
  45. package/dist/translations/id.d.ts +8 -0
  46. package/dist/translations/id.js +23 -0
  47. package/dist/translations/it.d.ts +8 -0
  48. package/dist/translations/it.js +23 -0
  49. package/dist/translations/ja.d.ts +8 -0
  50. package/dist/translations/ja.js +23 -0
  51. package/dist/translations/ko.d.ts +8 -0
  52. package/dist/translations/ko.js +23 -0
  53. package/dist/translations/lt.d.ts +8 -0
  54. package/dist/translations/lt.js +23 -0
  55. package/dist/translations/lv.d.ts +8 -0
  56. package/dist/translations/lv.js +23 -0
  57. package/dist/translations/ms.d.ts +8 -0
  58. package/dist/translations/ms.js +23 -0
  59. package/dist/translations/nl.d.ts +8 -0
  60. package/dist/translations/nl.js +23 -0
  61. package/dist/translations/no.d.ts +8 -0
  62. package/dist/translations/no.js +23 -0
  63. package/dist/translations/pl.d.ts +8 -0
  64. package/dist/translations/pl.js +23 -0
  65. package/dist/translations/pt-br.d.ts +8 -0
  66. package/dist/translations/pt-br.js +23 -0
  67. package/dist/translations/pt.d.ts +8 -0
  68. package/dist/translations/pt.js +23 -0
  69. package/dist/translations/ro.d.ts +8 -0
  70. package/dist/translations/ro.js +23 -0
  71. package/dist/translations/ru.d.ts +8 -0
  72. package/dist/translations/ru.js +23 -0
  73. package/dist/translations/sk.d.ts +8 -0
  74. package/dist/translations/sk.js +23 -0
  75. package/dist/translations/sq.d.ts +8 -0
  76. package/dist/translations/sq.js +23 -0
  77. package/dist/translations/sr-latn.d.ts +8 -0
  78. package/dist/translations/sr-latn.js +23 -0
  79. package/dist/translations/sr.d.ts +8 -0
  80. package/dist/translations/sr.js +23 -0
  81. package/dist/translations/sv.d.ts +8 -0
  82. package/dist/translations/sv.js +23 -0
  83. package/dist/translations/th.d.ts +8 -0
  84. package/dist/translations/th.js +23 -0
  85. package/dist/translations/tk.d.ts +8 -0
  86. package/dist/translations/tk.js +23 -0
  87. package/dist/translations/tr.d.ts +8 -0
  88. package/dist/translations/tr.js +23 -0
  89. package/dist/translations/tt.d.ts +8 -0
  90. package/dist/translations/tt.js +23 -0
  91. package/dist/translations/uk.d.ts +8 -0
  92. package/dist/translations/uk.js +23 -0
  93. package/dist/translations/ur.d.ts +8 -0
  94. package/dist/translations/ur.js +23 -0
  95. package/dist/translations/vi.d.ts +8 -0
  96. package/dist/translations/vi.js +23 -0
  97. package/dist/translations/zh-cn.d.ts +8 -0
  98. package/dist/translations/zh-cn.js +23 -0
  99. package/dist/translations/zh.d.ts +8 -0
  100. package/dist/translations/zh.js +23 -0
  101. package/dist/types/augmentation.d.ts +44 -0
  102. package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
  103. package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
  104. package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
  105. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
  106. package/dist/types/commands/trackchangescommand.d.ts +30 -0
  107. package/dist/types/index.d.ts +20 -0
  108. package/dist/types/integrations/aiassistant.d.ts +21 -0
  109. package/dist/types/integrations/alignment.d.ts +21 -0
  110. package/dist/types/integrations/basicstyles.d.ts +21 -0
  111. package/dist/types/integrations/blockquote.d.ts +21 -0
  112. package/dist/types/integrations/casechange.d.ts +21 -0
  113. package/dist/types/integrations/ckbox.d.ts +21 -0
  114. package/dist/types/integrations/codeblock.d.ts +21 -0
  115. package/dist/types/integrations/comments.d.ts +18 -0
  116. package/dist/types/integrations/deletecommand.d.ts +21 -0
  117. package/dist/types/integrations/entercommand.d.ts +20 -0
  118. package/dist/types/integrations/findandreplace.d.ts +25 -0
  119. package/dist/types/integrations/font.d.ts +21 -0
  120. package/dist/types/integrations/formatpainter.d.ts +21 -0
  121. package/dist/types/integrations/heading.d.ts +21 -0
  122. package/dist/types/integrations/highlight.d.ts +21 -0
  123. package/dist/types/integrations/horizontalline.d.ts +21 -0
  124. package/dist/types/integrations/htmlembed.d.ts +21 -0
  125. package/dist/types/integrations/image.d.ts +21 -0
  126. package/dist/types/integrations/imagereplace.d.ts +21 -0
  127. package/dist/types/integrations/imagestyle.d.ts +21 -0
  128. package/dist/types/integrations/importword.d.ts +22 -0
  129. package/dist/types/integrations/indent.d.ts +21 -0
  130. package/dist/types/integrations/inputcommand.d.ts +20 -0
  131. package/dist/types/integrations/legacylist.d.ts +21 -0
  132. package/dist/types/integrations/legacylistproperties.d.ts +33 -0
  133. package/dist/types/integrations/link.d.ts +21 -0
  134. package/dist/types/integrations/list.d.ts +21 -0
  135. package/dist/types/integrations/listproperties.d.ts +24 -0
  136. package/dist/types/integrations/mediaembed.d.ts +21 -0
  137. package/dist/types/integrations/mention.d.ts +21 -0
  138. package/dist/types/integrations/pagebreak.d.ts +21 -0
  139. package/dist/types/integrations/paragraph.d.ts +21 -0
  140. package/dist/types/integrations/removeformat.d.ts +21 -0
  141. package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
  142. package/dist/types/integrations/shiftentercommand.d.ts +20 -0
  143. package/dist/types/integrations/standardeditingmode.d.ts +21 -0
  144. package/dist/types/integrations/style.d.ts +21 -0
  145. package/dist/types/integrations/table.d.ts +46 -0
  146. package/dist/types/integrations/tablecaption.d.ts +26 -0
  147. package/dist/types/integrations/tableclipboard.d.ts +23 -0
  148. package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
  149. package/dist/types/integrations/tableheadings.d.ts +26 -0
  150. package/dist/types/integrations/tablemergesplit.d.ts +26 -0
  151. package/dist/types/integrations/tableofcontents.d.ts +21 -0
  152. package/dist/types/integrations/tableproperties.d.ts +31 -0
  153. package/dist/types/integrations/template.d.ts +21 -0
  154. package/dist/types/integrations/title.d.ts +21 -0
  155. package/dist/types/integrations/undo.d.ts +21 -0
  156. package/dist/types/integrations/utils.d.ts +25 -0
  157. package/dist/types/suggestion.d.ts +295 -0
  158. package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
  159. package/dist/types/trackchanges.d.ts +184 -0
  160. package/dist/types/trackchangesconfig.d.ts +82 -0
  161. package/dist/types/trackchangesdata.d.ts +45 -0
  162. package/dist/types/trackchangesediting.d.ts +529 -0
  163. package/dist/types/trackchangesui.d.ts +42 -0
  164. package/dist/types/ui/suggestioncontroller.d.ts +41 -0
  165. package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
  166. package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
  167. package/dist/types/utils/common-translations.d.ts +13 -0
  168. package/dist/types/utils/utils.d.ts +34 -0
  169. package/package.json +4 -3
  170. package/src/commands/acceptsuggestioncommand.js +1 -1
  171. package/src/commands/discardsuggestioncommand.js +1 -1
  172. package/src/commands/executeonallsuggestionscommand.js +1 -1
  173. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  174. package/src/commands/trackchangescommand.js +1 -1
  175. package/src/index.js +1 -1
  176. package/src/integrations/aiassistant.js +1 -1
  177. package/src/integrations/alignment.js +1 -1
  178. package/src/integrations/basicstyles.js +1 -1
  179. package/src/integrations/blockquote.js +1 -1
  180. package/src/integrations/casechange.js +1 -1
  181. package/src/integrations/ckbox.js +1 -1
  182. package/src/integrations/codeblock.js +1 -1
  183. package/src/integrations/comments.js +1 -1
  184. package/src/integrations/deletecommand.js +1 -1
  185. package/src/integrations/entercommand.js +1 -1
  186. package/src/integrations/findandreplace.js +1 -1
  187. package/src/integrations/font.js +1 -1
  188. package/src/integrations/formatpainter.js +1 -1
  189. package/src/integrations/heading.js +1 -1
  190. package/src/integrations/highlight.js +1 -1
  191. package/src/integrations/horizontalline.js +1 -1
  192. package/src/integrations/htmlembed.js +1 -1
  193. package/src/integrations/image.js +1 -1
  194. package/src/integrations/imagereplace.js +1 -1
  195. package/src/integrations/imagestyle.js +1 -1
  196. package/src/integrations/importword.js +1 -1
  197. package/src/integrations/indent.js +1 -1
  198. package/src/integrations/inputcommand.js +1 -1
  199. package/src/integrations/legacylist.js +1 -1
  200. package/src/integrations/legacylistproperties.js +1 -1
  201. package/src/integrations/link.js +1 -1
  202. package/src/integrations/list.js +1 -1
  203. package/src/integrations/listproperties.js +1 -1
  204. package/src/integrations/mediaembed.js +1 -1
  205. package/src/integrations/mention.js +1 -1
  206. package/src/integrations/pagebreak.js +1 -1
  207. package/src/integrations/paragraph.js +1 -1
  208. package/src/integrations/removeformat.js +1 -1
  209. package/src/integrations/restrictededitingmode.js +1 -1
  210. package/src/integrations/shiftentercommand.js +1 -1
  211. package/src/integrations/standardeditingmode.js +1 -1
  212. package/src/integrations/style.js +1 -1
  213. package/src/integrations/table.js +1 -1
  214. package/src/integrations/tablecaption.js +1 -1
  215. package/src/integrations/tableclipboard.js +1 -1
  216. package/src/integrations/tablecolumnresize.js +1 -1
  217. package/src/integrations/tableheadings.js +1 -1
  218. package/src/integrations/tablemergesplit.js +1 -1
  219. package/src/integrations/tableofcontents.js +1 -1
  220. package/src/integrations/tableproperties.js +1 -1
  221. package/src/integrations/template.js +1 -1
  222. package/src/integrations/title.js +1 -1
  223. package/src/integrations/undo.js +1 -1
  224. package/src/integrations/utils.js +1 -1
  225. package/src/suggestion.js +1 -1
  226. package/src/suggestiondescriptionfactory.js +1 -1
  227. package/src/trackchanges.js +1 -1
  228. package/src/trackchangesdata.js +1 -1
  229. package/src/trackchangesediting.js +1 -1
  230. package/src/trackchangesui.js +1 -1
  231. package/src/ui/suggestioncontroller.js +1 -1
  232. package/src/ui/view/basesuggestionthreadview.js +1 -1
  233. package/src/ui/view/suggestionthreadview.js +1 -1
  234. package/src/utils/common-translations.js +1 -1
  235. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x320fe4=_0x51a7;function _0x51a7(_0x5846ee,_0x2452ca){const _0x12d1f6=_0x12d1();return _0x51a7=function(_0x51a7cd,_0x2a7d3d){_0x51a7cd=_0x51a7cd-0x67;let _0x5a2fc3=_0x12d1f6[_0x51a7cd];return _0x5a2fc3;},_0x51a7(_0x5846ee,_0x2452ca);}(function(_0x5b18f8,_0x428f7f){const _0x3b4f29=_0x51a7,_0x411350=_0x5b18f8();while(!![]){try{const _0x10b222=parseInt(_0x3b4f29(0x6d))/0x1*(-parseInt(_0x3b4f29(0x6a))/0x2)+-parseInt(_0x3b4f29(0x77))/0x3+parseInt(_0x3b4f29(0x67))/0x4+parseInt(_0x3b4f29(0x6e))/0x5+-parseInt(_0x3b4f29(0x74))/0x6*(-parseInt(_0x3b4f29(0x75))/0x7)+-parseInt(_0x3b4f29(0x76))/0x8+parseInt(_0x3b4f29(0x72))/0x9*(parseInt(_0x3b4f29(0x6b))/0xa);if(_0x10b222===_0x428f7f)break;else _0x411350['push'](_0x411350['shift']());}catch(_0x3f4b33){_0x411350['push'](_0x411350['shift']());}}}(_0x12d1,0xa4411));import{Plugin as _0x5c4d11}from'ckeditor5/src/core.js';import _0x13c84d from'./table.js';function _0x12d1(){const _0x481405=['27150JkIEvp','plugins','364495roiQQD','2474205lWnLCt','TrackChangesEditing','requires','toggleTableCaption','4869DzfYZz','enableCommand','200064aDZjzE','210wETYtL','5597832AzgurU','2113764MMNmMn','has','TableCaptionEditing','get','826444FzcEZp','afterInit','editor','6gCwPbl'];_0x12d1=function(){return _0x481405;};return _0x12d1();}export default class Nt extends _0x5c4d11{static get[_0x320fe4(0x70)](){return[_0x13c84d];}[_0x320fe4(0x68)](){const _0x3d9116=_0x320fe4,_0x278f7e=this[_0x3d9116(0x69)];if(!_0x278f7e[_0x3d9116(0x6c)][_0x3d9116(0x78)](_0x3d9116(0x79)))return;_0x278f7e[_0x3d9116(0x6c)][_0x3d9116(0x7a)](_0x3d9116(0x6f))[_0x3d9116(0x73)](_0x3d9116(0x71));}}
23
+ const _0x15ea7b=_0x5560;(function(_0x65dd23,_0x4d11a5){const _0x2eb3a5=_0x5560,_0x3b385f=_0x65dd23();while(!![]){try{const _0x48ad74=parseInt(_0x2eb3a5(0xb2))/0x1+parseInt(_0x2eb3a5(0xb4))/0x2*(parseInt(_0x2eb3a5(0xb7))/0x3)+parseInt(_0x2eb3a5(0xb1))/0x4*(-parseInt(_0x2eb3a5(0xac))/0x5)+-parseInt(_0x2eb3a5(0xbd))/0x6*(parseInt(_0x2eb3a5(0xbb))/0x7)+-parseInt(_0x2eb3a5(0xbc))/0x8+-parseInt(_0x2eb3a5(0xba))/0x9*(-parseInt(_0x2eb3a5(0xae))/0xa)+parseInt(_0x2eb3a5(0xad))/0xb;if(_0x48ad74===_0x4d11a5)break;else _0x3b385f['push'](_0x3b385f['shift']());}catch(_0x15a9d1){_0x3b385f['push'](_0x3b385f['shift']());}}}(_0xa7f8,0xd760d));import{Plugin as _0x24175c}from'ckeditor5/src/core.js';import _0x46dc1e from'./table.js';function _0x5560(_0x2bae6c,_0x573d8b){const _0xa7f82c=_0xa7f8();return _0x5560=function(_0x5560a2,_0x25f142){_0x5560a2=_0x5560a2-0xab;let _0x170a25=_0xa7f82c[_0x5560a2];return _0x170a25;},_0x5560(_0x2bae6c,_0x573d8b);}function _0xa7f8(){const _0x28b38a=['2vEtUKc','toggleTableCaption','has','2046711ouwqOP','editor','enableCommand','14949EhRZqS','291347xtMfle','4825656pEamwQ','174dujjgW','TableCaptionEditing','get','plugins','5245zSfwNx','12908874YbyCCs','3370NXZKDT','requires','TrackChangesEditing','2588XhTiYC','955580ExNBNF','afterInit'];_0xa7f8=function(){return _0x28b38a;};return _0xa7f8();}export default class Nt extends _0x24175c{static get[_0x15ea7b(0xaf)](){return[_0x46dc1e];}[_0x15ea7b(0xb3)](){const _0x3a4a07=_0x15ea7b,_0x1109ce=this[_0x3a4a07(0xb8)];if(!_0x1109ce[_0x3a4a07(0xab)][_0x3a4a07(0xb6)](_0x3a4a07(0xbe)))return;_0x1109ce[_0x3a4a07(0xab)][_0x3a4a07(0xbf)](_0x3a4a07(0xb0))[_0x3a4a07(0xb9)](_0x3a4a07(0xb5));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x576f(){const _0x459aa5=['_suggestionFactory','rows','removeMarkers','end','14bQjunQ','TableClipboard','model','getChild','batch','createPositionBefore','tableCellHorizontalAlignment','has','markMultiRangeBlockFormat','some','insertionRanges','getChildren','902310OIzxnJ','ck-suggestion-marker--active','getSuggestionCallback','for','set','wrap','getRange','388860WocyYc','subType','getColumns','insertRows','tableCellBorderColor','forEach','deletionRanges','$graveyard','getTableIfOnlyTableInContent','suggestion-td','table','previousSibling','from','TableUtils','setAttributes','1524YuJiLA','change','getItems','ck-suggestion-marker','_splitMarkerName','2900028KrMbMT','columnInsertionRanges','includes','tablePasteChainId','element','move','suggestionUnloaded','dataDowncast','hasSuggestion','requires','suggestion','isEqual','markMultiRangeInsertion','_replaceTableSlotCell','tablePasteColumn','markerAttributes','showSuggestionHighlights','tablePasteRow','call','options','name','markerToHighlight','column','redo','ck-suggestion-marker-insertion','Users','root','getContainedElement','get','getSuggestion','endRow','map','clipboardOutput','tableCellBackgroundColor','insertion','deletion','*Replace\x20table\x20cells*','document','registerPostFixer','markers','_isForcedDefaultExecutionBlock','keys','_tablePostFixingSubtypes','editingDowncast','commands','createRange','updateMarker','suggestion:formatBlock:tablePasteCell','selection','tablePaste','author','insertContent','378CvWSza','accept','cells','removeRows','listenTo','insertColumns','find','_createdBatches','view','nodeAfter','createRangeIn','tableCell','_descriptionFactory','paragraph','getColumnIndexes','formatBlock','documentSelection','locale','editor','detach','endColumn','unwrap','fromEntries','register','activeMarkers','TrackChangesEditing','push','registerCustomCallback','columnInsertionIndexes','stop','setAttribute','getAttributes','oldRange','6203695YiKGxn','getMarkers','1568778FRYUWL','afterInit','tableCellPadding','type','tableCellVerticalAlignment','remove','isEmpty','getRows','return','rowInsertionIndexes','containsRange','previous','registerDescriptionCallback','removeColumns','nextSibling','join','tableCellBorderStyle','plugins','createTableWalker','7452fFvYJi','row','high','discard','last','getSelectionAffectedTableCells','getShiftedBy','differ','first','fromRange','markerName','value','createRangeOn','length','content','attributes','6272QABGbe','trackChanges','getSuggestions','getAllAdjacentSuggestions','findAncestor','insert','forceDefaultExecution','getRanges','next','schema','getRowIndexes','low','suggestionLoaded','rootName','position','editing','every','rowInsertionRanges','columns','tableCellSuggestion','newRange','getChanges','cell','conversion','isInContent','_getCoordsForCells','add','reduce','markMultiRangeDeletion','createElement','getChangedMarkers','entries','tableCellBorderWidth','fill','tablePasteCell','start','filter','elementToElement','startsWith','removeMarker'];_0x576f=function(){return _0x459aa5;};return _0x576f();}const _0x557f17=_0x273a;(function(_0x26e07b,_0x18ad6c){const _0x3643ef=_0x273a,_0x30780f=_0x26e07b();while(!![]){try{const _0x22fe71=parseInt(_0x3643ef(0x182))/0x1+parseInt(_0x3643ef(0x1f8))/0x2+parseInt(_0x3643ef(0x195))/0x3*(parseInt(_0x3643ef(0x1f3))/0x4)+-parseInt(_0x3643ef(0x180))/0x5+-parseInt(_0x3643ef(0x1dd))/0x6+-parseInt(_0x3643ef(0x1d1))/0x7*(-parseInt(_0x3643ef(0x1a5))/0x8)+-parseInt(_0x3643ef(0x15f))/0x9*(parseInt(_0x3643ef(0x1e4))/0xa);if(_0x22fe71===_0x18ad6c)break;else _0x30780f['push'](_0x30780f['shift']());}catch(_0x126147){_0x30780f['push'](_0x30780f['shift']());}}}(_0x576f,0xe615c));import{getTranslation as _0x44b018}from'../utils/common-translations.js';import{Plugin as _0x12cb36}from'ckeditor5/src/core.js';import{LiveRange as _0x3fb28b}from'ckeditor5/src/engine.js';function _0x273a(_0x58728a,_0x2fa2c5){const _0x576f73=_0x576f();return _0x273a=function(_0x273acf,_0x49d48f){_0x273acf=_0x273acf-0x137;let _0x4c26a7=_0x576f73[_0x273acf];return _0x4c26a7;},_0x273a(_0x58728a,_0x2fa2c5);}import{uid as _0x48ab04,priorities as _0x191c41}from'ckeditor5/src/utils.js';import _0x4c7682 from'./table.js';const be=[_0x557f17(0x1c5),_0x557f17(0x1e8),_0x557f17(0x192),_0x557f17(0x1d7),_0x557f17(0x186),_0x557f17(0x14c),_0x557f17(0x184)],de=Object[_0x557f17(0x175)](be[_0x557f17(0x14a)](_0x3e439f=>[_0x3e439f,null]));export default class At extends _0x12cb36{static get[_0x557f17(0x201)](){return[_0x4c7682];}[_0x557f17(0x183)](){const _0x13bc39=_0x557f17,_0x544dfa=this[_0x13bc39(0x171)];if(!_0x544dfa[_0x13bc39(0x193)][_0x13bc39(0x1d8)](_0x13bc39(0x1d2)))return;const _0x33fa7c=_0x544dfa[_0x13bc39(0x193)][_0x13bc39(0x147)](_0x13bc39(0x178)),_0x41dd7b=_0x544dfa[_0x13bc39(0x193)][_0x13bc39(0x147)](_0x13bc39(0x1f1)),_0x38fe46=_0x544dfa[_0x13bc39(0x193)][_0x13bc39(0x147)](_0x4c7682),_0x4a541e=_0x544dfa[_0x13bc39(0x193)][_0x13bc39(0x147)](_0x13bc39(0x1d2));_0x38fe46[_0x13bc39(0x155)][_0x13bc39(0x179)](_0x13bc39(0x13c),_0x13bc39(0x139)),_0x544dfa[_0x13bc39(0x1d3)][_0x13bc39(0x1ae)][_0x13bc39(0x176)](_0x13bc39(0x1b8),{'allowIn':_0x13bc39(0x16a),'allowContentOf':_0x13bc39(0x16a),'isLimit':!0x0}),_0x544dfa[_0x13bc39(0x1bc)][_0x13bc39(0x1ca)]({'model':_0x13bc39(0x1b8),'view':_0x13bc39(0x1ed)});let _0x1f80fd=null;_0x544dfa[_0x13bc39(0x1d3)]['on'](_0x13bc39(0x15e),(_0x325163,_0x1a086d)=>{const _0x56ee10=_0x13bc39,[_0x3acbe3,_0x3e6934]=_0x1a086d,_0xe806e1=_0x1a086d[_0x1a086d[_0x56ee10(0x1a2)]-0x1];_0xe806e1&&_0xe806e1[_0x56ee10(0x1ab)]||_0x33fa7c[_0x56ee10(0x153)]||this[_0x56ee10(0x171)][_0x56ee10(0x157)][_0x56ee10(0x147)](_0x56ee10(0x1a6))[_0x56ee10(0x1a0)]&&function(_0x3b9f67,_0x2b57f7,_0x5d00e0,_0x262ace,_0x9c966e){const _0x3425dd=_0x56ee10;if(_0x2b57f7&&!_0x2b57f7['is'](_0x3425dd(0x16f)))return!0x1;const _0x3f3546=_0x9c966e[_0x3425dd(0x1ec)](_0x3b9f67,_0x5d00e0);if(!_0x3f3546||!me(_0x3f3546,void 0x0,_0x262ace))return!0x1;const _0x32c351=_0x262ace[_0x3425dd(0x19a)](_0x5d00e0[_0x3425dd(0x150)][_0x3425dd(0x15b)]);if(!_0x32c351[_0x3425dd(0x1a2)])return!0x1;const _0x5c6808=_0x32c351[0x0][_0x3425dd(0x1a9)](_0x3425dd(0x1ee)),_0x361984=_0x262ace[_0x3425dd(0x1af)](_0x32c351),_0x386ad6=_0x262ace[_0x3425dd(0x16d)](_0x32c351),_0x29b0d7={'startRow':_0x361984[_0x3425dd(0x19d)],'endRow':_0x361984[_0x3425dd(0x199)],'startColumn':_0x386ad6[_0x3425dd(0x19d)],'endColumn':_0x386ad6[_0x3425dd(0x199)]};return 0x1==_0x32c351[_0x3425dd(0x1a2)]&&(_0x29b0d7[_0x3425dd(0x149)]+=_0x262ace[_0x3425dd(0x189)](_0x3f3546)-0x1,_0x29b0d7[_0x3425dd(0x173)]+=_0x262ace[_0x3425dd(0x1e6)](_0x3f3546)-0x1),me(_0x5c6808,_0x29b0d7,_0x262ace);}(_0x3acbe3,_0x3e6934,_0x544dfa[_0x56ee10(0x1d3)],_0x41dd7b,_0x4a541e)&&(_0x325163[_0x56ee10(0x17c)](),_0x1f80fd={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x544dfa[_0x56ee10(0x1d3)][_0x56ee10(0x1f4)](()=>{const _0x27eebf=_0x56ee10;_0x544dfa[_0x27eebf(0x1d3)][_0x27eebf(0x15e)](_0x1a086d[0x0],_0x1a086d[0x1],_0x1a086d[0x2],{'forceDefaultExecution':!0x0});const _0x1ecc8d=_0x48ab04(),{rowInsertionRanges:_0x10d6d5,columnInsertionRanges:_0x2b43a9,insertionRanges:_0x119a13,deletionRanges:_0x419599,cells:_0x346752}=_0x1f80fd;_0x10d6d5[_0x27eebf(0x1a2)]&&_0x33fa7c[_0x27eebf(0x137)](_0x10d6d5,_0x27eebf(0x13c),{'tablePasteChainId':_0x1ecc8d}),_0x2b43a9[_0x27eebf(0x1a2)]&&_0x33fa7c[_0x27eebf(0x137)](_0x2b43a9,_0x27eebf(0x139),{'tablePasteChainId':_0x1ecc8d}),_0x119a13[_0x27eebf(0x1a2)]&&(_0x33fa7c[_0x27eebf(0x137)](_0x119a13,_0x27eebf(0x15c),{'tablePasteChainId':_0x1ecc8d,'skipNestingCheck':!0x0}),_0x119a13[_0x27eebf(0x1e9)](_0x294fd6=>{const _0x7a811d=_0x27eebf;var _0x501250;return null===(_0x501250=_0x294fd6[_0x7a811d(0x172)])||void 0x0===_0x501250?void 0x0:_0x501250[_0x7a811d(0x13d)](_0x294fd6);})),_0x419599[_0x27eebf(0x1a2)]&&(_0x33fa7c[_0x27eebf(0x1c1)](_0x419599,_0x27eebf(0x15c),{'tablePasteChainId':_0x1ecc8d,'skipNestingCheck':!0x0}),_0x419599[_0x27eebf(0x1e9)](_0x32ec46=>{const _0x5edfea=_0x27eebf;var _0x7a6fd6;return null===(_0x7a6fd6=_0x32ec46[_0x5edfea(0x172)])||void 0x0===_0x7a6fd6?void 0x0:_0x7a6fd6[_0x5edfea(0x13d)](_0x32ec46);}));const _0x140f05=_0x33fa7c[_0x27eebf(0x1d9)](_0x346752[_0x27eebf(0x14a)](({element:_0xa06fe5})=>_0xa06fe5),{'formatGroupId':_0x48ab04()},[],_0x27eebf(0x1c7),{'tablePasteChainId':_0x1ecc8d});if(_0x140f05){const _0x564da5=_0x140f05[_0x27eebf(0x181)](),_0xac82c2=[];for(const {element:_0x11c09d,attributes:_0x323b71}of _0x346752){if(!_0x323b71)continue;const _0x5a969c=_0x544dfa[_0x27eebf(0x1d3)][_0x27eebf(0x1a1)](_0x11c09d),_0x370784=_0x564da5[_0x27eebf(0x165)](_0x39359d=>_0x39359d[_0x27eebf(0x1e3)]()[_0x27eebf(0x203)](_0x5a969c));_0x370784&&_0xac82c2[_0x27eebf(0x179)]([_0x370784[_0x27eebf(0x13f)],_0x323b71]);}_0xac82c2[_0x27eebf(0x1a2)]&&_0x140f05[_0x27eebf(0x17d)](_0x27eebf(0x13a),Object[_0x27eebf(0x175)](_0xac82c2));}_0x1f80fd=null;}));},{'priority':_0x191c41[_0x13bc39(0x197)]+0xa}),_0x544dfa[_0x13bc39(0x193)][_0x13bc39(0x147)](_0x13bc39(0x1d2))['on'](_0x13bc39(0x138),(_0x462fe9,_0x5285d9)=>{const _0xf4cae5=_0x13bc39,[_0x4da902,_0x31f1ae,,_0x128559]=_0x5285d9;if(!_0x1f80fd)return;_0x462fe9[_0xf4cae5(0x17c)]();const _0x1f2d03=_0x4da902[_0xf4cae5(0x1bb)],_0x9bc256=_0x31f1ae,_0x19c274=ge(_0x1f2d03),_0x515928=ge(_0x9bc256);_0x462fe9[_0xf4cae5(0x18a)]=_0x1f2d03;let _0x3f5fe2=null,_0x4d7aa9=null;if(_0x515928||_0x19c274){if(_0x19c274&&!_0x515928){_0x128559[_0xf4cae5(0x187)](_0x1f2d03[_0xf4cae5(0x1d4)](0x0));for(const _0x56c4d4 of Array[_0xf4cae5(0x1f0)](_0x9bc256[_0xf4cae5(0x1dc)]()))_0x128559[_0xf4cae5(0x1aa)](_0x56c4d4,_0x1f2d03,_0xf4cae5(0x1d0));const _0x3cb2fa=_0x1f80fd[_0xf4cae5(0x18b)][_0xf4cae5(0x1fa)](_0x4da902[_0xf4cae5(0x196)]),_0x2ed55b=_0x1f80fd[_0xf4cae5(0x17b)][_0xf4cae5(0x1fa)](_0x4da902[_0xf4cae5(0x141)]);_0x3cb2fa||_0x2ed55b||(_0x3f5fe2=_0x3fb28b[_0xf4cae5(0x19e)](_0x128559[_0xf4cae5(0x169)](_0x1f2d03)));}else _0x515928&&!_0x19c274&&(_0x4d7aa9=_0x128559[_0xf4cae5(0x169)](_0x1f2d03));}else{const _0x2b3390=_0x128559[_0xf4cae5(0x1c2)](_0xf4cae5(0x1b8)),_0x1f1f7b=_0x128559[_0xf4cae5(0x1c2)](_0xf4cae5(0x1b8));_0x128559[_0xf4cae5(0x1e2)](_0x128559[_0xf4cae5(0x169)](_0x1f2d03),_0x1f1f7b),_0x128559[_0xf4cae5(0x1aa)](_0x2b3390,_0x1f2d03,0x0);for(const _0x287412 of Array[_0xf4cae5(0x1f0)](_0x9bc256[_0xf4cae5(0x1dc)]()))_0x128559[_0xf4cae5(0x1aa)](_0x287412,_0x2b3390,_0xf4cae5(0x1d0));_0x3f5fe2=_0x3fb28b[_0xf4cae5(0x19e)](_0x128559[_0xf4cae5(0x1a1)](_0x2b3390)),_0x4d7aa9=_0x3fb28b[_0xf4cae5(0x19e)](_0x128559[_0xf4cae5(0x1a1)](_0x1f1f7b));}const _0x7d4623=Array[_0xf4cae5(0x1f0)](_0x9bc256[_0xf4cae5(0x17e)]())[_0xf4cae5(0x1c9)](([_0x18441c])=>be[_0xf4cae5(0x1fa)](_0x18441c));_0x1f80fd[_0xf4cae5(0x161)][_0xf4cae5(0x179)]({'element':_0x1f2d03,'attributes':_0x7d4623[_0xf4cae5(0x1a2)]?Object[_0xf4cae5(0x175)](_0x7d4623):null}),_0x3f5fe2&&_0x1f80fd[_0xf4cae5(0x1db)][_0xf4cae5(0x179)](_0x3f5fe2),_0x4d7aa9&&_0x1f80fd[_0xf4cae5(0x1ea)][_0xf4cae5(0x179)](_0x4d7aa9);},{'priority':_0x13bc39(0x197)}),_0x41dd7b['on'](_0x13bc39(0x164),(_0x497047,_0xd50bb8)=>{const _0x4a6706=_0x13bc39,[_0x56e5ee,_0x345b0a={}]=_0xd50bb8;if(!_0x1f80fd)return;const _0x5ec41a=_0x345b0a['at']||0x0,_0x2d4009=_0x345b0a[_0x4a6706(0x1b7)]||0x1;_0x1f80fd[_0x4a6706(0x17b)]=new Array(_0x2d4009)[_0x4a6706(0x1c6)](_0x5ec41a)[_0x4a6706(0x14a)]((_0x4548ad,_0x53e9e4)=>_0x4548ad+_0x53e9e4);for(const {cell:_0x3d9086}of _0x41dd7b[_0x4a6706(0x194)](_0x56e5ee,{'startColumn':_0x5ec41a,'endColumn':_0x5ec41a+_0x2d4009-0x1}))_0x1f80fd[_0x4a6706(0x1f9)][_0x4a6706(0x179)](_0x544dfa[_0x4a6706(0x1d3)][_0x4a6706(0x1a1)](_0x3d9086));},{'priority':_0x13bc39(0x1b0)}),_0x41dd7b['on'](_0x13bc39(0x1e7),(_0x3eee0c,_0x3b7207)=>{const _0x5a206b=_0x13bc39,[_0x547a60,_0x38f753={}]=_0x3b7207;if(!_0x1f80fd)return;const _0x163407=_0x38f753['at']||0x0,_0x3c30f2=_0x38f753[_0x5a206b(0x1ce)]||0x1;_0x1f80fd[_0x5a206b(0x18b)]=new Array(_0x3c30f2)[_0x5a206b(0x1c6)](_0x163407)[_0x5a206b(0x14a)]((_0x3ffa75,_0x234714)=>_0x3ffa75+_0x234714);for(const {cell:_0x4a0079}of _0x41dd7b[_0x5a206b(0x194)](_0x547a60,{'startRow':_0x163407,'endRow':_0x163407+_0x3c30f2-0x1}))_0x1f80fd[_0x5a206b(0x1b6)][_0x5a206b(0x179)](_0x544dfa[_0x5a206b(0x1d3)][_0x5a206b(0x1a1)](_0x4a0079));},{'priority':_0x13bc39(0x1b0)}),_0x33fa7c[_0x13bc39(0x16b)][_0x13bc39(0x18e)](_0x304d83=>{const _0x4df611=_0x13bc39;if(_0x304d83[_0x4df611(0x1e5)]&&_0x304d83[_0x4df611(0x1e5)][_0x4df611(0x1cb)](_0x4df611(0x15c)))return _0x304d83[_0x4df611(0x18d)]?{}:{'type':_0x4df611(0x14d),'content':_0x44b018(_0x544dfa[_0x4df611(0x170)],_0x4df611(0x14f))};});const _0x6fec43=()=>!0x1;for(const _0x553f2c of[_0x13bc39(0x15c),_0x13bc39(0x139),_0x13bc39(0x13c),_0x13bc39(0x1c7)])_0x33fa7c[_0x13bc39(0x1cd)][_0x13bc39(0x17a)](_0x13bc39(0x14d),_0x553f2c,_0x13bc39(0x191),_0x6fec43),_0x33fa7c[_0x13bc39(0x1cd)][_0x13bc39(0x17a)](_0x13bc39(0x14e),_0x553f2c,_0x13bc39(0x191),_0x6fec43),_0x33fa7c[_0x13bc39(0x1cd)][_0x13bc39(0x17a)](_0x13bc39(0x16e),_0x553f2c,_0x13bc39(0x191),_0x6fec43);_0x33fa7c[_0x13bc39(0x1cd)][_0x13bc39(0x17a)](_0x13bc39(0x16e),_0x13bc39(0x1c7),_0x13bc39(0x198),_0x6fec43),_0x33fa7c[_0x13bc39(0x1cd)][_0x13bc39(0x17a)](_0x13bc39(0x16e),_0x13bc39(0x1c7),_0x13bc39(0x160),(_0x2a1b0d,_0x1bc9d1,_0x12d70b)=>{const _0x51d3d5=_0x13bc39,_0x992280=_0x2a1b0d[_0x51d3d5(0x14a)](_0x3d9d17=>_0x3d9d17[_0x51d3d5(0x146)]())[_0x51d3d5(0x1c9)](_0x25b639=>_0x25b639),_0x41e09f=new Map(_0x992280[_0x51d3d5(0x14a)](_0x524050=>[_0x524050,null]));if(_0x1f80fd){for(const {element:_0x18aa67,attributes:_0x1b266b}of _0x1f80fd[_0x51d3d5(0x161)])_0x1b266b&&_0x41e09f[_0x51d3d5(0x1e1)](_0x18aa67,_0x1b266b);}else{if(_0x12d70b&&_0x12d70b[_0x51d3d5(0x13a)])for(const [_0xed213d,_0x3c0585]of Object[_0x51d3d5(0x1c4)](_0x12d70b[_0x51d3d5(0x13a)])){const _0x93b119=_0x544dfa[_0x51d3d5(0x1d3)][_0x51d3d5(0x152)][_0x51d3d5(0x147)](_0xed213d),_0x4c9629=_0x93b119?_0x93b119[_0x51d3d5(0x1e3)]()[_0x51d3d5(0x146)]():null;_0x4c9629&&_0x41e09f[_0x51d3d5(0x1e1)](_0x4c9629,_0x3c0585);}}_0x544dfa[_0x51d3d5(0x1d3)][_0x51d3d5(0x1f4)](_0x58a2d7=>{const _0x4a9a05=_0x51d3d5;for(const [_0x7fca17,_0x43202a]of _0x41e09f)_0x58a2d7[_0x4a9a05(0x1f2)]({...de,..._0x43202a},_0x7fca17);});});const _0x3b71a1=(_0x3f4740,_0x31f3d2)=>{const _0x1208a9=_0x13bc39;_0x33fa7c[_0x1208a9(0x1cd)][_0x1208a9(0x17a)](_0x3f4740,_0x1208a9(0x15c),_0x31f3d2,(_0xf103d0,_0x146e70,_0x51a1b3)=>{const _0x3f7f3d=_0x1208a9;_0x544dfa[_0x3f7f3d(0x1d3)][_0x3f7f3d(0x1f4)](_0x1d0577=>{const _0x39449c=_0x3f7f3d,_0x315808=[];for(const _0x5324a9 of _0xf103d0){const _0x553cf4=_0x5324a9[_0x39449c(0x1c8)][_0x39449c(0x168)];_0x553cf4['is'](_0x39449c(0x1fc),_0x39449c(0x1b8))&&_0x315808[_0x39449c(0x179)](_0x553cf4);}_0x33fa7c[_0x39449c(0x1cd)][_0x39449c(0x1df)](_0x3f4740,null,_0x31f3d2)(_0xf103d0,_0x146e70,_0x51a1b3);for(const _0x995b35 of _0x315808)_0x39449c(0x1eb)!=_0x995b35[_0x39449c(0x145)][_0x39449c(0x1b2)]&&_0x1d0577[_0x39449c(0x174)](_0x995b35);});});};_0x3b71a1(_0x13bc39(0x14d),_0x13bc39(0x160)),_0x3b71a1(_0x13bc39(0x14d),_0x13bc39(0x198)),_0x3b71a1(_0x13bc39(0x14e),_0x13bc39(0x160)),_0x3b71a1(_0x13bc39(0x14e),_0x13bc39(0x198)),_0x33fa7c[_0x13bc39(0x1cd)][_0x13bc39(0x17a)](_0x13bc39(0x14d),_0x13bc39(0x13c),_0x13bc39(0x198),_0x532456=>{const _0x8dc050=_0x13bc39,_0x409808=_0x532456[_0x8dc050(0x14a)](_0x4b2703=>_0x4b2703[_0x8dc050(0x146)]()),_0x3c8e44=_0x409808[0x0][_0x8dc050(0x1a9)](_0x8dc050(0x1ee)),{minRow:_0x5ae84f,maxRow:_0x1900d4}=_0x38fe46[_0x8dc050(0x1be)](_0x409808);_0x41dd7b[_0x8dc050(0x162)](_0x3c8e44,{'at':_0x5ae84f,'rows':_0x1900d4-_0x5ae84f+0x1});}),_0x33fa7c[_0x13bc39(0x1cd)][_0x13bc39(0x17a)](_0x13bc39(0x14d),_0x13bc39(0x139),_0x13bc39(0x198),_0x50a64a=>{const _0x4b123b=_0x13bc39,_0x4bdd34=_0x50a64a[_0x4b123b(0x14a)](_0x4e41aa=>_0x4e41aa[_0x4b123b(0x146)]()),_0x2e0ef2=_0x4bdd34[0x0][_0x4b123b(0x1a9)](_0x4b123b(0x1ee)),{minColumn:_0xe686d7,maxColumn:_0x3ed742}=_0x38fe46[_0x4b123b(0x1be)](_0x4bdd34);_0x41dd7b[_0x4b123b(0x18f)](_0x2e0ef2,{'at':_0xe686d7,'columns':_0x3ed742-_0xe686d7+0x1});});const _0x31d68a=(_0x46fc13,_0x255bd1)=>{const _0x3a4473=_0x13bc39;if(!_0x255bd1[_0x3a4473(0x1e5)]||!_0x255bd1[_0x3a4473(0x1e5)][_0x3a4473(0x1cb)](_0x3a4473(0x15c)))return;const _0x361d52=_0x255bd1[_0x3a4473(0x1a4)][_0x3a4473(0x1fb)],_0x44b4c1=_0x33fa7c[_0x3a4473(0x1a7)]()[_0x3a4473(0x1c9)](_0x2d1da3=>_0x2d1da3[_0x3a4473(0x1bd)]&&_0x2d1da3[_0x3a4473(0x1a4)]&&_0x2d1da3[_0x3a4473(0x1a4)][_0x3a4473(0x1fb)]==_0x361d52);_0x44b4c1[_0x3a4473(0x1a2)]&&_0x255bd1[_0x3a4473(0x1a8)]()[_0x3a4473(0x1a2)]!=_0x44b4c1[_0x3a4473(0x1a2)]&&_0x44b4c1[_0x3a4473(0x1c0)]((_0x814def,_0x4a4c62)=>(_0x814def[_0x3a4473(0x1ad)]=_0x4a4c62,_0x4a4c62[_0x3a4473(0x18d)]=_0x814def,_0x4a4c62));};function _0x35b07c(_0x2cf949,_0x27fba6=!0x0){const _0x11cd1c=_0x13bc39,{id:_0x473228}=_0x33fa7c[_0x11cd1c(0x1f7)](_0x2cf949[_0x11cd1c(0x19f)]),_0x49cc44=[_0x11cd1c(0x1f6),_0x11cd1c(0x143)],_0x2dad7c=_0x33fa7c[_0x11cd1c(0x177)][_0x11cd1c(0x1fa)](_0x2cf949[_0x11cd1c(0x19f)]);return _0x2dad7c&&_0x49cc44[_0x11cd1c(0x179)](_0x11cd1c(0x1de)),{'classes':_0x49cc44,'attributes':{'data-suggestion':_0x473228},'priority':_0x2dad7c&&_0x27fba6?0xbc2:0xbb8};}_0x33fa7c['on'](_0x13bc39(0x1b1),_0x31d68a,{'priority':_0x13bc39(0x197)}),_0x33fa7c['on'](_0x13bc39(0x1fe),_0x31d68a,{'priority':_0x13bc39(0x197)}),_0x544dfa[_0x13bc39(0x1d3)][_0x13bc39(0x150)][_0x13bc39(0x151)](()=>{const _0x1ecb30=_0x13bc39;let _0x491b34=!0x1;const _0x3e9f7f=Array[_0x1ecb30(0x1f0)](_0x544dfa[_0x1ecb30(0x1d3)][_0x1ecb30(0x150)][_0x1ecb30(0x19c)][_0x1ecb30(0x1c3)]());for(const {name:_0x1f4570,data:_0x109b92}of _0x3e9f7f){const {group:_0xc140a7,type:_0x2f6bdf,id:_0x8d2792}=_0x33fa7c[_0x1ecb30(0x1f7)](_0x1f4570);if(_0x1ecb30(0x202)!=_0xc140a7||_0x1ecb30(0x14e)!=_0x2f6bdf||_0x109b92[_0x1ecb30(0x17f)])continue;if(!_0x33fa7c[_0x1ecb30(0x200)](_0x8d2792))continue;const _0xf5510c=_0x33fa7c[_0x1ecb30(0x148)](_0x8d2792)[_0x1ecb30(0x1ac)](),_0x5a25ba=_0x544dfa[_0x1ecb30(0x193)][_0x1ecb30(0x147)](_0x1ecb30(0x144))['me'];for(const _0x129003 of _0x33fa7c[_0x1ecb30(0x1a7)]()){if(!_0x129003[_0x1ecb30(0x1bd)]||_0x129003[_0x1ecb30(0x15d)]!=_0x5a25ba)continue;if(_0x1ecb30(0x16e)!=_0x129003[_0x1ecb30(0x185)]||_0x1ecb30(0x1c7)!=_0x129003[_0x1ecb30(0x1e5)])continue;if(_0x129003[_0x1ecb30(0x1ac)]()[_0x1ecb30(0x1b5)](_0x3cc3b3=>_0xf5510c[_0x1ecb30(0x1da)](_0x58cdc5=>_0x58cdc5[_0x1ecb30(0x18c)](_0x3cc3b3,!0x0)))){for(const _0x5bb26c of _0x129003[_0x1ecb30(0x1a8)]())_0x5bb26c[_0x1ecb30(0x1bd)]&&(_0x5bb26c[_0x1ecb30(0x198)](),_0x491b34=!0x0);}}}return _0x491b34;}),_0x544dfa[_0x13bc39(0x1d3)][_0x13bc39(0x150)][_0x13bc39(0x151)](_0x2f2d70=>{const _0x5daf66=_0x13bc39,_0x35ae6b=_0x544dfa[_0x5daf66(0x157)][_0x5daf66(0x147)](_0x5daf66(0x142));if(!_0x35ae6b||!_0x35ae6b[_0x5daf66(0x166)][_0x5daf66(0x1d8)](_0x2f2d70[_0x5daf66(0x1d5)]))return!0x1;let _0x4aa365=!0x1;const _0x43dcec=_0x544dfa[_0x5daf66(0x193)][_0x5daf66(0x147)](_0x5daf66(0x144))['me'],_0x3eb54a=_0x544dfa[_0x5daf66(0x1d3)][_0x5daf66(0x150)][_0x5daf66(0x19c)][_0x5daf66(0x1ba)](),_0x2649bc=Array[_0x5daf66(0x1f0)](_0x544dfa[_0x5daf66(0x1d3)][_0x5daf66(0x150)][_0x5daf66(0x19c)][_0x5daf66(0x1c3)]())[_0x5daf66(0x1c9)](({name:_0x34ddec,data:_0x5e6829})=>{const _0x35bf8c=_0x5daf66,{group:_0x325f20,subType:_0x489a6c,authorId:_0x59b12e}=_0x33fa7c[_0x35bf8c(0x1f7)](_0x34ddec);return _0x35bf8c(0x202)==_0x325f20&&_0x35bf8c(0x15c)==_0x489a6c&&_0x59b12e==_0x43dcec['id']&&!_0x5e6829[_0x35bf8c(0x17f)];});for(const _0x51f85a of _0x3eb54a){if(_0x5daf66(0x1aa)!=_0x51f85a[_0x5daf66(0x185)]||_0x5daf66(0x1b8)!=_0x51f85a[_0x5daf66(0x13f)]||0x1!=_0x51f85a[_0x5daf66(0x1a2)])continue;const _0x1cbb5e=_0x2f2d70[_0x5daf66(0x158)](_0x51f85a[_0x5daf66(0x1b3)],_0x51f85a[_0x5daf66(0x1b3)][_0x5daf66(0x19b)](0x1));if(!_0x2649bc[_0x5daf66(0x165)](({data:_0x415424})=>_0x415424[_0x5daf66(0x1b9)][_0x5daf66(0x203)](_0x1cbb5e))){for(const {name:_0x108361,data:_0x347e57}of _0x2649bc)if(_0x1cbb5e[_0x5daf66(0x18c)](_0x347e57[_0x5daf66(0x1b9)])){_0x2f2d70[_0x5daf66(0x159)](_0x108361,{'range':_0x1cbb5e}),_0x4aa365=!0x0;break;}}}return _0x4aa365;}),_0x544dfa[_0x13bc39(0x1d3)][_0x13bc39(0x150)][_0x13bc39(0x151)](_0x9e627c=>{const _0x4d1306=_0x13bc39;let _0x526167=!0x1;const _0x34b279=_0x544dfa[_0x4d1306(0x193)][_0x4d1306(0x147)](_0x4d1306(0x144))['me'],_0x1b743d=_0x33fa7c[_0x4d1306(0x1a7)]()[_0x4d1306(0x1c9)](_0x10195e=>_0x10195e[_0x4d1306(0x1bd)]&&_0x10195e[_0x4d1306(0x15d)]==_0x34b279),_0x4b04f2=new Set(),_0x50d3d6=new Set();for(const _0x5bc37e of _0x1b743d)if(_0x4d1306(0x15c)==_0x5bc37e[_0x4d1306(0x1e5)])for(const _0x59b5dd of _0x5bc37e[_0x4d1306(0x181)]()){const _0x12f76c=_0x59b5dd[_0x4d1306(0x1e3)]()[_0x4d1306(0x146)]();if(_0x12f76c){if(_0x12f76c['is'](_0x4d1306(0x1fc),_0x4d1306(0x1b8))&&ge(_0x12f76c)){_0x5bc37e[_0x4d1306(0x1cc)](_0x59b5dd[_0x4d1306(0x13f)]),_0x4b04f2[_0x4d1306(0x1bf)](_0x12f76c),_0x526167=!0x0;const _0x5cceb3=_0x12f76c[_0x4d1306(0x190)],_0x26a3c5=_0x12f76c[_0x4d1306(0x1ef)],_0x562016=_0x5cceb3&&_0x5cceb3['is'](_0x4d1306(0x1fc),_0x4d1306(0x1b8)),_0xd57dc=_0x26a3c5&&_0x26a3c5['is'](_0x4d1306(0x1fc),_0x4d1306(0x1b8));_0x562016&&!_0x4b04f2[_0x4d1306(0x1d8)](_0x5cceb3)&&_0x50d3d6[_0x4d1306(0x1bf)](_0x5cceb3),_0xd57dc&&!_0x4b04f2[_0x4d1306(0x1d8)](_0x26a3c5)&&_0x50d3d6[_0x4d1306(0x1bf)](_0x26a3c5);}else _0x12f76c['is'](_0x4d1306(0x1fc),_0x4d1306(0x16c))&&_0x12f76c[_0x4d1306(0x188)]&&(_0x5bc37e[_0x4d1306(0x1cc)](_0x59b5dd[_0x4d1306(0x13f)]),_0x526167=!0x0);}}else{if(_0x4d1306(0x1c7)==_0x5bc37e[_0x4d1306(0x1e5)]){if(!_0x5bc37e[_0x4d1306(0x1a4)]||!_0x5bc37e[_0x4d1306(0x1a4)][_0x4d1306(0x1fb)])continue;const _0x53e25d=_0x5bc37e[_0x4d1306(0x1a4)][_0x4d1306(0x13a)];if(_0x53e25d&&Object[_0x4d1306(0x154)](_0x53e25d)[_0x4d1306(0x1a2)])continue;const _0x12bbcb=_0x5bc37e[_0x4d1306(0x1a4)][_0x4d1306(0x1fb)];let _0x4a8244=!0x0,_0x25f307=!0x0;for(const _0x20020d of _0x1b743d)if(_0x20020d[_0x4d1306(0x1e5)]&&_0x20020d[_0x4d1306(0x1e5)][_0x4d1306(0x1cb)](_0x4d1306(0x15c))){if(!_0x20020d[_0x4d1306(0x1a4)][_0x4d1306(0x1fb)]){_0x25f307=!0x1;break;}if(_0x20020d['id']!=_0x5bc37e['id']&&_0x20020d[_0x4d1306(0x1a4)][_0x4d1306(0x1fb)]==_0x12bbcb){_0x4a8244=!0x1;break;}}_0x25f307&&_0x4a8244&&(_0x5bc37e[_0x4d1306(0x1cf)](),_0x526167=!0x0);}}for(const _0x3fab21 of _0x4b04f2)_0x9e627c[_0x4d1306(0x187)](_0x3fab21);for(const _0x528695 of _0x50d3d6)_0x9e627c[_0x4d1306(0x174)](_0x528695);return _0x526167;}),_0x544dfa[_0x13bc39(0x1bc)][_0x13bc39(0x1e0)](_0x13bc39(0x156))[_0x13bc39(0x140)]({'model':_0x13bc39(0x15a),'view':(_0x2d9f33,_0x2ab736)=>_0x35b07c(_0x2d9f33),'converterPriority':_0x13bc39(0x197)}),_0x544dfa[_0x13bc39(0x1bc)][_0x13bc39(0x1e0)](_0x13bc39(0x1ff))[_0x13bc39(0x140)]({'model':_0x13bc39(0x15a),'view':(_0x47ba4c,_0x1fe152)=>_0x1fe152[_0x13bc39(0x13e)][_0x13bc39(0x13b)]?_0x35b07c(_0x47ba4c,!0x1):null,'converterPriority':_0x13bc39(0x197)});const _0x4b4b0=_0x544dfa[_0x13bc39(0x1b4)][_0x13bc39(0x167)];this[_0x13bc39(0x163)](_0x4b4b0[_0x13bc39(0x150)],_0x13bc39(0x14b),(_0x119e5f,_0x4f8059)=>{const _0x573461=_0x13bc39,_0xa2f27c=[];for(const _0x48b9b9 of _0x4b4b0[_0x573461(0x169)](_0x4f8059[_0x573461(0x1a3)])[_0x573461(0x1f5)]())_0x48b9b9['is'](_0x573461(0x1fc),_0x573461(0x1ed))&&_0xa2f27c[_0x573461(0x179)](_0x48b9b9);_0x4b4b0[_0x573461(0x1f4)](_0x539851=>{const _0x5271cd=_0x573461;for(const _0x2deedf of _0xa2f27c)_0x539851[_0x5271cd(0x1fd)](_0x539851[_0x5271cd(0x169)](_0x2deedf),_0x539851[_0x5271cd(0x1d6)](_0x2deedf)),_0x539851[_0x5271cd(0x187)](_0x2deedf);});});}}function ge(_0x195ccc){const _0x1b6ced=_0x557f17;if(_0x195ccc[_0x1b6ced(0x188)])return!0x0;const _0x46ff0d=_0x195ccc[_0x1b6ced(0x1d4)](0x0);return _0x46ff0d['is'](_0x1b6ced(0x1fc),_0x1b6ced(0x16c))&&_0x46ff0d[_0x1b6ced(0x188)];}function me(_0x15f2de,_0x2321a7={},_0x41f38b){const _0x3fc552=_0x557f17;for(const {isAnchor:_0x580a0d,cellHeight:_0x5798f7,cellWidth:_0x251a27}of _0x41f38b[_0x3fc552(0x194)](_0x15f2de,{'includeAllSlots':!0x0,..._0x2321a7}))if(!_0x580a0d||0x1!=_0x5798f7||0x1!=_0x251a27)return!0x1;return!0x0;}
23
+ const _0xfa8785=_0x5c03;function _0x2857(){const _0x43e921=['endColumn','$graveyard','schema','forceDefaultExecution','documentSelection','createRangeOn','tableCellSuggestion','insertion','discard','TableClipboard','tablePasteCell','updateMarker','batch','tableCellVerticalAlignment','deletion','cell','remove','rootName','unwrap','oldRange','type','markers','editingDowncast','*Replace\x20table\x20cells*','options','tableCell','removeRows','map','next','getRange','markMultiRangeDeletion','getChanges','setAttributes','getAllAdjacentSuggestions','131810ztaeDs','newRange','hasSuggestion','move','content','rows','markerAttributes','afterInit','high','redo','tablePasteChainId','rowInsertionRanges','getMarkers','fromRange','insertColumns','getChangedMarkers','conversion','low','suggestionUnloaded','suggestion:formatBlock:tablePasteCell','start','TableUtils','getColumns','editor','cells','activeMarkers','selection','setAttribute','subType','return','previous','containsRange','176658tXUewt','deletionRanges','column','isEmpty','markMultiRangeInsertion','author','262yxDXcj','position','tablePasteColumn','entries','change','trackChanges','wrap','TrackChangesEditing','getSuggestionCallback','from','root','getChildren','every','tableCellBorderColor','filter','tableCellHorizontalAlignment','get','registerPostFixer','columnInsertionRanges','registerDescriptionCallback','columns','getTableIfOnlyTableInContent','accept','3775072TGVMlE','locale','element','forEach','213186lIjTFY','differ','elementToElement','tableCellBorderStyle','10629ouceRH','last','_getCoordsForCells','removeMarker','fromEntries','end','getItems','getAttributes','isEqual','dataDowncast','startsWith','set','plugins','showSuggestionHighlights','insert','ck-suggestion-marker-insertion','getColumnIndexes','has','getShiftedBy','view','createPositionBefore','tableCellPadding','previousSibling','nextSibling','tablePaste','613432uiWePb','paragraph','row','value','tableCellBorderWidth','nodeAfter','push','getSuggestion','_tablePostFixingSubtypes','createRangeIn','removeColumns','tableCellBackgroundColor','some','endRow','add','fill','keys','_descriptionFactory','model','isInContent','341ZqBqAS','markMultiRangeBlockFormat','getSuggestions','clipboardOutput','1854628AcQaaH','find','5zOpnqg','ck-suggestion-marker--active','includes','requires','rowInsertionIndexes','36HGJtrA','for','createTableWalker','getSelectionAffectedTableCells','tablePasteRow','markerToHighlight','getRows','createRange','columnInsertionIndexes','suggestion-td','getRanges','insertRows','attributes','first','_createdBatches','name','join','_splitMarkerName','register','table','length','insertionRanges','insertContent','reduce','createElement','suggestion','findAncestor','_isForcedDefaultExecutionBlock','registerCustomCallback','detach','listenTo','editing','document','getChild','getRowIndexes','commands','_replaceTableSlotCell','stop','getContainedElement','call','formatBlock','removeMarkers','ck-suggestion-marker','_suggestionFactory','Users','markerName','suggestionLoaded'];_0x2857=function(){return _0x43e921;};return _0x2857();}(function(_0x2b9db7,_0xbb7ca4){const _0x30c855=_0x5c03,_0x17ea19=_0x2b9db7();while(!![]){try{const _0x1424d3=-parseInt(_0x30c855(0x214))/0x1+-parseInt(_0x30c855(0x1f9))/0x2*(-parseInt(_0x30c855(0x218))/0x3)+-parseInt(_0x30c855(0x249))/0x4+-parseInt(_0x30c855(0x24b))/0x5*(parseInt(_0x30c855(0x1f3))/0x6)+parseInt(_0x30c855(0x210))/0x7+parseInt(_0x30c855(0x231))/0x8*(-parseInt(_0x30c855(0x250))/0x9)+parseInt(_0x30c855(0x1d3))/0xa*(parseInt(_0x30c855(0x245))/0xb);if(_0x1424d3===_0xbb7ca4)break;else _0x17ea19['push'](_0x17ea19['shift']());}catch(_0x41b372){_0x17ea19['push'](_0x17ea19['shift']());}}}(_0x2857,0x616be));import{getTranslation as _0x178c08}from'../utils/common-translations.js';import{Plugin as _0x140e9c}from'ckeditor5/src/core.js';import{LiveRange as _0x341152}from'ckeditor5/src/engine.js';import{uid as _0x43a4fe,priorities as _0x98d709}from'ckeditor5/src/utils.js';import _0xe48eb2 from'./table.js';const be=[_0xfa8785(0x235),_0xfa8785(0x206),_0xfa8785(0x217),_0xfa8785(0x208),_0xfa8785(0x1be),_0xfa8785(0x23c),_0xfa8785(0x22d)],de=Object[_0xfa8785(0x21c)](be[_0xfa8785(0x1cc)](_0x3ae27a=>[_0x3ae27a,null]));function _0x5c03(_0x4c9f34,_0x514375){const _0x285757=_0x2857();return _0x5c03=function(_0x5c0392,_0x4a139c){_0x5c0392=_0x5c0392-0x192;let _0x3e7f43=_0x285757[_0x5c0392];return _0x3e7f43;},_0x5c03(_0x4c9f34,_0x514375);}export default class At extends _0x140e9c{static get[_0xfa8785(0x24e)](){return[_0xe48eb2];}[_0xfa8785(0x1da)](){const _0x2b75c9=_0xfa8785,_0x2d5ab4=this[_0x2b75c9(0x1ea)];if(!_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x229)](_0x2b75c9(0x1ba)))return;const _0x28f0d4=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x200)),_0x2ee810=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1e8)),_0x14f815=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0xe48eb2),_0x7b0ee7=_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1ba));_0x14f815[_0x2b75c9(0x239)][_0x2b75c9(0x237)](_0x2b75c9(0x254),_0x2b75c9(0x1fb)),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1b3)][_0x2b75c9(0x194)](_0x2b75c9(0x1b7),{'allowIn':_0x2b75c9(0x1ca),'allowContentOf':_0x2b75c9(0x1ca),'isLimit':!0x0}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x216)]({'model':_0x2b75c9(0x1b7),'view':_0x2b75c9(0x259)});let _0x21e28b=null;_0x2d5ab4[_0x2b75c9(0x243)]['on'](_0x2b75c9(0x198),(_0x24e921,_0x1ed080)=>{const _0xa124f2=_0x2b75c9,[_0x1d4c48,_0x142f5b]=_0x1ed080,_0x124a96=_0x1ed080[_0x1ed080[_0xa124f2(0x196)]-0x1];_0x124a96&&_0x124a96[_0xa124f2(0x1b4)]||_0x28f0d4[_0xa124f2(0x19d)]||this[_0xa124f2(0x1ea)][_0xa124f2(0x1a5)][_0xa124f2(0x209)](_0xa124f2(0x1fe))[_0xa124f2(0x234)]&&function(_0x526d50,_0x21f390,_0x29a9df,_0x45cbe8,_0x5a8651){const _0x446f7a=_0xa124f2;if(_0x21f390&&!_0x21f390['is'](_0x446f7a(0x1b5)))return!0x1;const _0xa690bb=_0x5a8651[_0x446f7a(0x20e)](_0x526d50,_0x29a9df);if(!_0xa690bb||!me(_0xa690bb,void 0x0,_0x45cbe8))return!0x1;const _0x51fdea=_0x45cbe8[_0x446f7a(0x253)](_0x29a9df[_0x446f7a(0x1a2)][_0x446f7a(0x1ed)]);if(!_0x51fdea[_0x446f7a(0x196)])return!0x1;const _0x45ead4=_0x51fdea[0x0][_0x446f7a(0x19c)](_0x446f7a(0x195)),_0x417475=_0x45cbe8[_0x446f7a(0x1a4)](_0x51fdea),_0x5e7117=_0x45cbe8[_0x446f7a(0x228)](_0x51fdea),_0x2e03aa={'startRow':_0x417475[_0x446f7a(0x25d)],'endRow':_0x417475[_0x446f7a(0x219)],'startColumn':_0x5e7117[_0x446f7a(0x25d)],'endColumn':_0x5e7117[_0x446f7a(0x219)]};return 0x1==_0x51fdea[_0x446f7a(0x196)]&&(_0x2e03aa[_0x446f7a(0x23e)]+=_0x45cbe8[_0x446f7a(0x256)](_0xa690bb)-0x1,_0x2e03aa[_0x446f7a(0x1b1)]+=_0x45cbe8[_0x446f7a(0x1e9)](_0xa690bb)-0x1),me(_0x45ead4,_0x2e03aa,_0x45cbe8);}(_0x1d4c48,_0x142f5b,_0x2d5ab4[_0xa124f2(0x243)],_0x2ee810,_0x7b0ee7)&&(_0x24e921[_0xa124f2(0x1a7)](),_0x21e28b={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2d5ab4[_0xa124f2(0x243)][_0xa124f2(0x1fd)](()=>{const _0x494118=_0xa124f2;_0x2d5ab4[_0x494118(0x243)][_0x494118(0x198)](_0x1ed080[0x0],_0x1ed080[0x1],_0x1ed080[0x2],{'forceDefaultExecution':!0x0});const _0x8c9af6=_0x43a4fe(),{rowInsertionRanges:_0x1a6b9e,columnInsertionRanges:_0x42aa22,insertionRanges:_0x88508f,deletionRanges:_0x18cd45,cells:_0x4d6371}=_0x21e28b;_0x1a6b9e[_0x494118(0x196)]&&_0x28f0d4[_0x494118(0x1f7)](_0x1a6b9e,_0x494118(0x254),{'tablePasteChainId':_0x8c9af6}),_0x42aa22[_0x494118(0x196)]&&_0x28f0d4[_0x494118(0x1f7)](_0x42aa22,_0x494118(0x1fb),{'tablePasteChainId':_0x8c9af6}),_0x88508f[_0x494118(0x196)]&&(_0x28f0d4[_0x494118(0x1f7)](_0x88508f,_0x494118(0x230),{'tablePasteChainId':_0x8c9af6,'skipNestingCheck':!0x0}),_0x88508f[_0x494118(0x213)](_0x21b6cf=>{const _0x6e9fab=_0x494118;var _0x3d221d;return null===(_0x3d221d=_0x21b6cf[_0x6e9fab(0x19f)])||void 0x0===_0x3d221d?void 0x0:_0x3d221d[_0x6e9fab(0x1a9)](_0x21b6cf);})),_0x18cd45[_0x494118(0x196)]&&(_0x28f0d4[_0x494118(0x1cf)](_0x18cd45,_0x494118(0x230),{'tablePasteChainId':_0x8c9af6,'skipNestingCheck':!0x0}),_0x18cd45[_0x494118(0x213)](_0x529289=>{const _0x1986ba=_0x494118;var _0x564ced;return null===(_0x564ced=_0x529289[_0x1986ba(0x19f)])||void 0x0===_0x564ced?void 0x0:_0x564ced[_0x1986ba(0x1a9)](_0x529289);}));const _0x5b5341=_0x28f0d4[_0x494118(0x246)](_0x4d6371[_0x494118(0x1cc)](({element:_0x382901})=>_0x382901),{'formatGroupId':_0x43a4fe()},[],_0x494118(0x1bb),{'tablePasteChainId':_0x8c9af6});if(_0x5b5341){const _0x1d3082=_0x5b5341[_0x494118(0x1df)](),_0x5db108=[];for(const {element:_0x5c2157,attributes:_0x4064e2}of _0x4d6371){if(!_0x4064e2)continue;const _0x593055=_0x2d5ab4[_0x494118(0x243)][_0x494118(0x1b6)](_0x5c2157),_0xc9e694=_0x1d3082[_0x494118(0x24a)](_0x10e55c=>_0x10e55c[_0x494118(0x1ce)]()[_0x494118(0x220)](_0x593055));_0xc9e694&&_0x5db108[_0x494118(0x237)]([_0xc9e694[_0x494118(0x25f)],_0x4064e2]);}_0x5db108[_0x494118(0x196)]&&_0x5b5341[_0x494118(0x1ee)](_0x494118(0x1d9),Object[_0x494118(0x21c)](_0x5db108));}_0x21e28b=null;}));},{'priority':_0x98d709[_0x2b75c9(0x1db)]+0xa}),_0x2d5ab4[_0x2b75c9(0x224)][_0x2b75c9(0x209)](_0x2b75c9(0x1ba))['on'](_0x2b75c9(0x1a6),(_0x52c0f6,_0x327941)=>{const _0xe39f60=_0x2b75c9,[_0x23402c,_0x57c8e0,,_0x193a8f]=_0x327941;if(!_0x21e28b)return;_0x52c0f6[_0xe39f60(0x1a7)]();const _0x2155e7=_0x23402c[_0xe39f60(0x1c0)],_0x32e014=_0x57c8e0,_0x16cee8=ge(_0x2155e7),_0x4fe36e=ge(_0x32e014);_0x52c0f6[_0xe39f60(0x1f0)]=_0x2155e7;let _0x24763b=null,_0xce3edf=null;if(_0x4fe36e||_0x16cee8){if(_0x16cee8&&!_0x4fe36e){_0x193a8f[_0xe39f60(0x1c1)](_0x2155e7[_0xe39f60(0x1a3)](0x0));for(const _0x55a21f of Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x204)]()))_0x193a8f[_0xe39f60(0x226)](_0x55a21f,_0x2155e7,_0xe39f60(0x21d));const _0x43f19c=_0x21e28b[_0xe39f60(0x24f)][_0xe39f60(0x24d)](_0x23402c[_0xe39f60(0x233)]),_0x1acdee=_0x21e28b[_0xe39f60(0x258)][_0xe39f60(0x24d)](_0x23402c[_0xe39f60(0x1f5)]);_0x43f19c||_0x1acdee||(_0x24763b=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x23a)](_0x2155e7)));}else _0x4fe36e&&!_0x16cee8&&(_0xce3edf=_0x193a8f[_0xe39f60(0x23a)](_0x2155e7));}else{const _0x2d255c=_0x193a8f[_0xe39f60(0x19a)](_0xe39f60(0x1b7)),_0x4222f6=_0x193a8f[_0xe39f60(0x19a)](_0xe39f60(0x1b7));_0x193a8f[_0xe39f60(0x1ff)](_0x193a8f[_0xe39f60(0x23a)](_0x2155e7),_0x4222f6),_0x193a8f[_0xe39f60(0x226)](_0x2d255c,_0x2155e7,0x0);for(const _0x5a21fe of Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x204)]()))_0x193a8f[_0xe39f60(0x226)](_0x5a21fe,_0x2d255c,_0xe39f60(0x21d));_0x24763b=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x1b6)](_0x2d255c)),_0xce3edf=_0x341152[_0xe39f60(0x1e0)](_0x193a8f[_0xe39f60(0x1b6)](_0x4222f6));}const _0x50484c=Array[_0xe39f60(0x202)](_0x32e014[_0xe39f60(0x21f)]())[_0xe39f60(0x207)](([_0x2b5606])=>be[_0xe39f60(0x24d)](_0x2b5606));_0x21e28b[_0xe39f60(0x1eb)][_0xe39f60(0x237)]({'element':_0x2155e7,'attributes':_0x50484c[_0xe39f60(0x196)]?Object[_0xe39f60(0x21c)](_0x50484c):null}),_0x24763b&&_0x21e28b[_0xe39f60(0x197)][_0xe39f60(0x237)](_0x24763b),_0xce3edf&&_0x21e28b[_0xe39f60(0x1f4)][_0xe39f60(0x237)](_0xce3edf);},{'priority':_0x2b75c9(0x1db)}),_0x2ee810['on'](_0x2b75c9(0x1e1),(_0x14d4ee,_0x410546)=>{const _0x166e6e=_0x2b75c9,[_0x19c1e5,_0x2d7f2b={}]=_0x410546;if(!_0x21e28b)return;const _0x4383cb=_0x2d7f2b['at']||0x0,_0x23f15d=_0x2d7f2b[_0x166e6e(0x20d)]||0x1;_0x21e28b[_0x166e6e(0x258)]=new Array(_0x23f15d)[_0x166e6e(0x240)](_0x4383cb)[_0x166e6e(0x1cc)]((_0x4f37b7,_0x30973c)=>_0x4f37b7+_0x30973c);for(const {cell:_0x56aff7}of _0x2ee810[_0x166e6e(0x252)](_0x19c1e5,{'startColumn':_0x4383cb,'endColumn':_0x4383cb+_0x23f15d-0x1}))_0x21e28b[_0x166e6e(0x20b)][_0x166e6e(0x237)](_0x2d5ab4[_0x166e6e(0x243)][_0x166e6e(0x1b6)](_0x56aff7));},{'priority':_0x2b75c9(0x1e4)}),_0x2ee810['on'](_0x2b75c9(0x25b),(_0x197fd8,_0x3451b2)=>{const _0x17bfc0=_0x2b75c9,[_0x24dfc0,_0x19bfc3={}]=_0x3451b2;if(!_0x21e28b)return;const _0x1a1471=_0x19bfc3['at']||0x0,_0x53637d=_0x19bfc3[_0x17bfc0(0x1d8)]||0x1;_0x21e28b[_0x17bfc0(0x24f)]=new Array(_0x53637d)[_0x17bfc0(0x240)](_0x1a1471)[_0x17bfc0(0x1cc)]((_0x41bd82,_0x164652)=>_0x41bd82+_0x164652);for(const {cell:_0x5a1514}of _0x2ee810[_0x17bfc0(0x252)](_0x24dfc0,{'startRow':_0x1a1471,'endRow':_0x1a1471+_0x53637d-0x1}))_0x21e28b[_0x17bfc0(0x1de)][_0x17bfc0(0x237)](_0x2d5ab4[_0x17bfc0(0x243)][_0x17bfc0(0x1b6)](_0x5a1514));},{'priority':_0x2b75c9(0x1e4)}),_0x28f0d4[_0x2b75c9(0x242)][_0x2b75c9(0x20c)](_0x77209f=>{const _0x368e71=_0x2b75c9;if(_0x77209f[_0x368e71(0x1ef)]&&_0x77209f[_0x368e71(0x1ef)][_0x368e71(0x222)](_0x368e71(0x230)))return _0x77209f[_0x368e71(0x1f1)]?{}:{'type':_0x368e71(0x1b8),'content':_0x178c08(_0x2d5ab4[_0x368e71(0x211)],_0x368e71(0x1c8))};});const _0x876633=()=>!0x1;for(const _0x36569d of[_0x2b75c9(0x230),_0x2b75c9(0x1fb),_0x2b75c9(0x254),_0x2b75c9(0x1bb)])_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x36569d,_0x2b75c9(0x192),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1bf),_0x36569d,_0x2b75c9(0x192),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x36569d,_0x2b75c9(0x192),_0x876633);_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x2b75c9(0x1bb),_0x2b75c9(0x1b9),_0x876633),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1aa),_0x2b75c9(0x1bb),_0x2b75c9(0x20f),(_0x1baad7,_0x2f56fa,_0x562472)=>{const _0x3477dd=_0x2b75c9,_0x2f7193=_0x1baad7[_0x3477dd(0x1cc)](_0x4c895e=>_0x4c895e[_0x3477dd(0x1a8)]())[_0x3477dd(0x207)](_0x3ddf19=>_0x3ddf19),_0x4c8428=new Map(_0x2f7193[_0x3477dd(0x1cc)](_0x4bea12=>[_0x4bea12,null]));if(_0x21e28b){for(const {element:_0x428471,attributes:_0x11c719}of _0x21e28b[_0x3477dd(0x1eb)])_0x11c719&&_0x4c8428[_0x3477dd(0x223)](_0x428471,_0x11c719);}else{if(_0x562472&&_0x562472[_0x3477dd(0x1d9)])for(const [_0x3e7f44,_0x432c15]of Object[_0x3477dd(0x1fc)](_0x562472[_0x3477dd(0x1d9)])){const _0xa82178=_0x2d5ab4[_0x3477dd(0x243)][_0x3477dd(0x1c6)][_0x3477dd(0x209)](_0x3e7f44),_0x4edd3d=_0xa82178?_0xa82178[_0x3477dd(0x1ce)]()[_0x3477dd(0x1a8)]():null;_0x4edd3d&&_0x4c8428[_0x3477dd(0x223)](_0x4edd3d,_0x432c15);}}_0x2d5ab4[_0x3477dd(0x243)][_0x3477dd(0x1fd)](_0x4e9b4f=>{const _0x482868=_0x3477dd;for(const [_0x44f114,_0x5c6fe]of _0x4c8428)_0x4e9b4f[_0x482868(0x1d1)]({...de,..._0x5c6fe},_0x44f114);});});const _0x3d4c2d=(_0x598202,_0x48cb54)=>{const _0x5c0e11=_0x2b75c9;_0x28f0d4[_0x5c0e11(0x1ad)][_0x5c0e11(0x19e)](_0x598202,_0x5c0e11(0x230),_0x48cb54,(_0x4eae8e,_0x42cd2d,_0x206ccb)=>{const _0x5c0165=_0x5c0e11;_0x2d5ab4[_0x5c0165(0x243)][_0x5c0165(0x1fd)](_0x1f30c1=>{const _0x561315=_0x5c0165,_0x2834e4=[];for(const _0x50b798 of _0x4eae8e){const _0x4576e1=_0x50b798[_0x561315(0x1e7)][_0x561315(0x236)];_0x4576e1['is'](_0x561315(0x212),_0x561315(0x1b7))&&_0x2834e4[_0x561315(0x237)](_0x4576e1);}_0x28f0d4[_0x561315(0x1ad)][_0x561315(0x201)](_0x598202,null,_0x48cb54)(_0x4eae8e,_0x42cd2d,_0x206ccb);for(const _0x5c3a76 of _0x2834e4)_0x561315(0x1b2)!=_0x5c3a76[_0x561315(0x203)][_0x561315(0x1c2)]&&_0x1f30c1[_0x561315(0x1c3)](_0x5c3a76);});});};_0x3d4c2d(_0x2b75c9(0x1b8),_0x2b75c9(0x20f)),_0x3d4c2d(_0x2b75c9(0x1b8),_0x2b75c9(0x1b9)),_0x3d4c2d(_0x2b75c9(0x1bf),_0x2b75c9(0x20f)),_0x3d4c2d(_0x2b75c9(0x1bf),_0x2b75c9(0x1b9)),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x2b75c9(0x254),_0x2b75c9(0x1b9),_0x3ec271=>{const _0x1145a3=_0x2b75c9,_0x65c7c4=_0x3ec271[_0x1145a3(0x1cc)](_0x4ec648=>_0x4ec648[_0x1145a3(0x1a8)]()),_0x3d5416=_0x65c7c4[0x0][_0x1145a3(0x19c)](_0x1145a3(0x195)),{minRow:_0x18294a,maxRow:_0x3d3037}=_0x14f815[_0x1145a3(0x21a)](_0x65c7c4);_0x2ee810[_0x1145a3(0x1cb)](_0x3d5416,{'at':_0x18294a,'rows':_0x3d3037-_0x18294a+0x1});}),_0x28f0d4[_0x2b75c9(0x1ad)][_0x2b75c9(0x19e)](_0x2b75c9(0x1b8),_0x2b75c9(0x1fb),_0x2b75c9(0x1b9),_0x14714a=>{const _0x1d4d8c=_0x2b75c9,_0x1a69e8=_0x14714a[_0x1d4d8c(0x1cc)](_0x272a4e=>_0x272a4e[_0x1d4d8c(0x1a8)]()),_0xc03f35=_0x1a69e8[0x0][_0x1d4d8c(0x19c)](_0x1d4d8c(0x195)),{minColumn:_0x27351a,maxColumn:_0x297e4c}=_0x14f815[_0x1d4d8c(0x21a)](_0x1a69e8);_0x2ee810[_0x1d4d8c(0x23b)](_0xc03f35,{'at':_0x27351a,'columns':_0x297e4c-_0x27351a+0x1});});const _0x519f6e=(_0x5b8e1e,_0x1003e3)=>{const _0x7b0ac9=_0x2b75c9;if(!_0x1003e3[_0x7b0ac9(0x1ef)]||!_0x1003e3[_0x7b0ac9(0x1ef)][_0x7b0ac9(0x222)](_0x7b0ac9(0x230)))return;const _0x30d4a6=_0x1003e3[_0x7b0ac9(0x25c)][_0x7b0ac9(0x1dd)],_0x3c4ed5=_0x28f0d4[_0x7b0ac9(0x247)]()[_0x7b0ac9(0x207)](_0x576fc5=>_0x576fc5[_0x7b0ac9(0x244)]&&_0x576fc5[_0x7b0ac9(0x25c)]&&_0x576fc5[_0x7b0ac9(0x25c)][_0x7b0ac9(0x1dd)]==_0x30d4a6);_0x3c4ed5[_0x7b0ac9(0x196)]&&_0x1003e3[_0x7b0ac9(0x1d2)]()[_0x7b0ac9(0x196)]!=_0x3c4ed5[_0x7b0ac9(0x196)]&&_0x3c4ed5[_0x7b0ac9(0x199)]((_0x3ab388,_0x10327b)=>(_0x3ab388[_0x7b0ac9(0x1cd)]=_0x10327b,_0x10327b[_0x7b0ac9(0x1f1)]=_0x3ab388,_0x10327b));};function _0x25f0b5(_0x3b30d5,_0xb58c9a=!0x0){const _0x25b0ea=_0x2b75c9,{id:_0x38dc0}=_0x28f0d4[_0x25b0ea(0x193)](_0x3b30d5[_0x25b0ea(0x1af)]),_0x140523=[_0x25b0ea(0x1ac),_0x25b0ea(0x227)],_0x3929b7=_0x28f0d4[_0x25b0ea(0x1ec)][_0x25b0ea(0x24d)](_0x3b30d5[_0x25b0ea(0x1af)]);return _0x3929b7&&_0x140523[_0x25b0ea(0x237)](_0x25b0ea(0x24c)),{'classes':_0x140523,'attributes':{'data-suggestion':_0x38dc0},'priority':_0x3929b7&&_0xb58c9a?0xbc2:0xbb8};}_0x28f0d4['on'](_0x2b75c9(0x1b0),_0x519f6e,{'priority':_0x2b75c9(0x1db)}),_0x28f0d4['on'](_0x2b75c9(0x1e5),_0x519f6e,{'priority':_0x2b75c9(0x1db)}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](()=>{const _0xabdffc=_0x2b75c9;let _0x5a0f7d=!0x1;const _0x541b50=Array[_0xabdffc(0x202)](_0x2d5ab4[_0xabdffc(0x243)][_0xabdffc(0x1a2)][_0xabdffc(0x215)][_0xabdffc(0x1e2)]());for(const {name:_0x1b7657,data:_0x4038e3}of _0x541b50){const {group:_0x19c0b5,type:_0x462875,id:_0x3fc3db}=_0x28f0d4[_0xabdffc(0x193)](_0x1b7657);if(_0xabdffc(0x19b)!=_0x19c0b5||_0xabdffc(0x1bf)!=_0x462875||_0x4038e3[_0xabdffc(0x1c4)])continue;if(!_0x28f0d4[_0xabdffc(0x1d5)](_0x3fc3db))continue;const _0x346520=_0x28f0d4[_0xabdffc(0x238)](_0x3fc3db)[_0xabdffc(0x25a)](),_0x2c79ac=_0x2d5ab4[_0xabdffc(0x224)][_0xabdffc(0x209)](_0xabdffc(0x1ae))['me'];for(const _0x434faf of _0x28f0d4[_0xabdffc(0x247)]()){if(!_0x434faf[_0xabdffc(0x244)]||_0x434faf[_0xabdffc(0x1f8)]!=_0x2c79ac)continue;if(_0xabdffc(0x1aa)!=_0x434faf[_0xabdffc(0x1c5)]||_0xabdffc(0x1bb)!=_0x434faf[_0xabdffc(0x1ef)])continue;if(_0x434faf[_0xabdffc(0x25a)]()[_0xabdffc(0x205)](_0xd43ae5=>_0x346520[_0xabdffc(0x23d)](_0x147b80=>_0x147b80[_0xabdffc(0x1f2)](_0xd43ae5,!0x0)))){for(const _0x2566b5 of _0x434faf[_0xabdffc(0x1d2)]())_0x2566b5[_0xabdffc(0x244)]&&(_0x2566b5[_0xabdffc(0x1b9)](),_0x5a0f7d=!0x0);}}}return _0x5a0f7d;}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](_0x1bc782=>{const _0xe07441=_0x2b75c9,_0x196ef7=_0x2d5ab4[_0xe07441(0x1a5)][_0xe07441(0x209)](_0xe07441(0x1dc));if(!_0x196ef7||!_0x196ef7[_0xe07441(0x25e)][_0xe07441(0x229)](_0x1bc782[_0xe07441(0x1bd)]))return!0x1;let _0x705b80=!0x1;const _0x320620=_0x2d5ab4[_0xe07441(0x224)][_0xe07441(0x209)](_0xe07441(0x1ae))['me'],_0x5e6ec8=_0x2d5ab4[_0xe07441(0x243)][_0xe07441(0x1a2)][_0xe07441(0x215)][_0xe07441(0x1d0)](),_0x4e37a6=Array[_0xe07441(0x202)](_0x2d5ab4[_0xe07441(0x243)][_0xe07441(0x1a2)][_0xe07441(0x215)][_0xe07441(0x1e2)]())[_0xe07441(0x207)](({name:_0x283120,data:_0x216637})=>{const _0x456a22=_0xe07441,{group:_0x52fc56,subType:_0xc55612,authorId:_0x362fbb}=_0x28f0d4[_0x456a22(0x193)](_0x283120);return _0x456a22(0x19b)==_0x52fc56&&_0x456a22(0x230)==_0xc55612&&_0x362fbb==_0x320620['id']&&!_0x216637[_0x456a22(0x1c4)];});for(const _0x534418 of _0x5e6ec8){if(_0xe07441(0x226)!=_0x534418[_0xe07441(0x1c5)]||_0xe07441(0x1b7)!=_0x534418[_0xe07441(0x25f)]||0x1!=_0x534418[_0xe07441(0x196)])continue;const _0xa43bbe=_0x1bc782[_0xe07441(0x257)](_0x534418[_0xe07441(0x1fa)],_0x534418[_0xe07441(0x1fa)][_0xe07441(0x22a)](0x1));if(!_0x4e37a6[_0xe07441(0x24a)](({data:_0x744d3f})=>_0x744d3f[_0xe07441(0x1d4)][_0xe07441(0x220)](_0xa43bbe))){for(const {name:_0x2e136c,data:_0x9f1132}of _0x4e37a6)if(_0xa43bbe[_0xe07441(0x1f2)](_0x9f1132[_0xe07441(0x1d4)])){_0x1bc782[_0xe07441(0x1bc)](_0x2e136c,{'range':_0xa43bbe}),_0x705b80=!0x0;break;}}}return _0x705b80;}),_0x2d5ab4[_0x2b75c9(0x243)][_0x2b75c9(0x1a2)][_0x2b75c9(0x20a)](_0x4240b2=>{const _0x510d41=_0x2b75c9;let _0x26860e=!0x1;const _0x30125a=_0x2d5ab4[_0x510d41(0x224)][_0x510d41(0x209)](_0x510d41(0x1ae))['me'],_0x58a86c=_0x28f0d4[_0x510d41(0x247)]()[_0x510d41(0x207)](_0x410df0=>_0x410df0[_0x510d41(0x244)]&&_0x410df0[_0x510d41(0x1f8)]==_0x30125a),_0x12fe7b=new Set(),_0x3aa570=new Set();for(const _0x17c8f6 of _0x58a86c)if(_0x510d41(0x230)==_0x17c8f6[_0x510d41(0x1ef)])for(const _0x1c58b4 of _0x17c8f6[_0x510d41(0x1df)]()){const _0x54759c=_0x1c58b4[_0x510d41(0x1ce)]()[_0x510d41(0x1a8)]();if(_0x54759c){if(_0x54759c['is'](_0x510d41(0x212),_0x510d41(0x1b7))&&ge(_0x54759c)){_0x17c8f6[_0x510d41(0x21b)](_0x1c58b4[_0x510d41(0x25f)]),_0x12fe7b[_0x510d41(0x23f)](_0x54759c),_0x26860e=!0x0;const _0x51ae56=_0x54759c[_0x510d41(0x22f)],_0x9ae0f3=_0x54759c[_0x510d41(0x22e)],_0x330ddf=_0x51ae56&&_0x51ae56['is'](_0x510d41(0x212),_0x510d41(0x1b7)),_0x21fc9c=_0x9ae0f3&&_0x9ae0f3['is'](_0x510d41(0x212),_0x510d41(0x1b7));_0x330ddf&&!_0x12fe7b[_0x510d41(0x229)](_0x51ae56)&&_0x3aa570[_0x510d41(0x23f)](_0x51ae56),_0x21fc9c&&!_0x12fe7b[_0x510d41(0x229)](_0x9ae0f3)&&_0x3aa570[_0x510d41(0x23f)](_0x9ae0f3);}else _0x54759c['is'](_0x510d41(0x212),_0x510d41(0x232))&&_0x54759c[_0x510d41(0x1f6)]&&(_0x17c8f6[_0x510d41(0x21b)](_0x1c58b4[_0x510d41(0x25f)]),_0x26860e=!0x0);}}else{if(_0x510d41(0x1bb)==_0x17c8f6[_0x510d41(0x1ef)]){if(!_0x17c8f6[_0x510d41(0x25c)]||!_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1dd)])continue;const _0x4fff97=_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1d9)];if(_0x4fff97&&Object[_0x510d41(0x241)](_0x4fff97)[_0x510d41(0x196)])continue;const _0x2d6b7f=_0x17c8f6[_0x510d41(0x25c)][_0x510d41(0x1dd)];let _0x74a976=!0x0,_0x170ecf=!0x0;for(const _0x112480 of _0x58a86c)if(_0x112480[_0x510d41(0x1ef)]&&_0x112480[_0x510d41(0x1ef)][_0x510d41(0x222)](_0x510d41(0x230))){if(!_0x112480[_0x510d41(0x25c)][_0x510d41(0x1dd)]){_0x170ecf=!0x1;break;}if(_0x112480['id']!=_0x17c8f6['id']&&_0x112480[_0x510d41(0x25c)][_0x510d41(0x1dd)]==_0x2d6b7f){_0x74a976=!0x1;break;}}_0x170ecf&&_0x74a976&&(_0x17c8f6[_0x510d41(0x1ab)](),_0x26860e=!0x0);}}for(const _0x5e0a7c of _0x12fe7b)_0x4240b2[_0x510d41(0x1c1)](_0x5e0a7c);for(const _0x35611b of _0x3aa570)_0x4240b2[_0x510d41(0x1c3)](_0x35611b);return _0x26860e;}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x251)](_0x2b75c9(0x1c7))[_0x2b75c9(0x255)]({'model':_0x2b75c9(0x1e6),'view':(_0x159b8b,_0x5c19f5)=>_0x25f0b5(_0x159b8b),'converterPriority':_0x2b75c9(0x1db)}),_0x2d5ab4[_0x2b75c9(0x1e3)][_0x2b75c9(0x251)](_0x2b75c9(0x221))[_0x2b75c9(0x255)]({'model':_0x2b75c9(0x1e6),'view':(_0x17f18c,_0x33b4bb)=>_0x33b4bb[_0x2b75c9(0x1c9)][_0x2b75c9(0x225)]?_0x25f0b5(_0x17f18c,!0x1):null,'converterPriority':_0x2b75c9(0x1db)});const _0x4082fe=_0x2d5ab4[_0x2b75c9(0x1a1)][_0x2b75c9(0x22b)];this[_0x2b75c9(0x1a0)](_0x4082fe[_0x2b75c9(0x1a2)],_0x2b75c9(0x248),(_0x54d23b,_0x2b7847)=>{const _0x556098=_0x2b75c9,_0x3765a6=[];for(const _0x57d17d of _0x4082fe[_0x556098(0x23a)](_0x2b7847[_0x556098(0x1d7)])[_0x556098(0x21e)]())_0x57d17d['is'](_0x556098(0x212),_0x556098(0x259))&&_0x3765a6[_0x556098(0x237)](_0x57d17d);_0x4082fe[_0x556098(0x1fd)](_0x3413ed=>{const _0x1976e1=_0x556098;for(const _0x2eac0e of _0x3765a6)_0x3413ed[_0x1976e1(0x1d6)](_0x3413ed[_0x1976e1(0x23a)](_0x2eac0e),_0x3413ed[_0x1976e1(0x22c)](_0x2eac0e)),_0x3413ed[_0x1976e1(0x1c1)](_0x2eac0e);});});}}function ge(_0x5393d1){const _0x1bb966=_0xfa8785;if(_0x5393d1[_0x1bb966(0x1f6)])return!0x0;const _0x7e31f9=_0x5393d1[_0x1bb966(0x1a3)](0x0);return _0x7e31f9['is'](_0x1bb966(0x212),_0x1bb966(0x232))&&_0x7e31f9[_0x1bb966(0x1f6)];}function me(_0x1ccfe0,_0x3d3eda={},_0x57acd9){const _0x248705=_0xfa8785;for(const {isAnchor:_0x15ff4b,cellHeight:_0x2eae1b,cellWidth:_0x280beb}of _0x57acd9[_0x248705(0x252)](_0x1ccfe0,{'includeAllSlots':!0x0,..._0x3d3eda}))if(!_0x15ff4b||0x1!=_0x2eae1b||0x1!=_0x280beb)return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x25cc64=_0x1def;function _0x1def(_0x29a6a3,_0x6ba2db){const _0xd2f094=_0xd2f0();return _0x1def=function(_0x1def50,_0x2eb9e0){_0x1def50=_0x1def50-0x121;let _0x28d89d=_0xd2f094[_0x1def50];return _0x28d89d;},_0x1def(_0x29a6a3,_0x6ba2db);}function _0xd2f0(){const _0x854a27=['411576oSlnZx','accept','handleSuggestionDescription','handleResizeTableWidthCommand','resizeTable','columnWidths','339azkLZB','selection','format','14735qfxwYk','4961506rmQSPC','resizeTableWidth','bind','afterInit','has','116430GrrOjI','change','data','getSuggestionCallback','type','525000CXcbmQ','36KZdTWY','216CMhtfS','_descriptionFactory','model','getSuggestions','TableColumnResizeEditing','getColumnGroupElement','enableCommand','document','Users','tableWidth','getContainedElement','subType','formatBlock','table','editor','2bbyOAq','discard','_suggestionFactory','formatInline','getSelectedElement','markBlockFormat','get','getAttribute','123520cbopjX','registerDescriptionCallback','commandParams','*Format:*\x20resize\x20table','registerCustomCallback','locale','TrackChangesEditing','formatGroupId','5956BPwaqz','getTableColumnsWidths','plugins','author'];_0xd2f0=function(){return _0x854a27;};return _0xd2f0();}(function(_0x189f1f,_0x2fbfa6){const _0x1f970c=_0x1def,_0x1077fd=_0x189f1f();while(!![]){try{const _0x263670=parseInt(_0x1f970c(0x12f))/0x1*(-parseInt(_0x1f970c(0x152))/0x2)+parseInt(_0x1f970c(0x149))/0x3*(-parseInt(_0x1f970c(0x13f))/0x4)+-parseInt(_0x1f970c(0x157))/0x5+parseInt(_0x1f970c(0x143))/0x6+parseInt(_0x1f970c(0x14c))/0x7*(parseInt(_0x1f970c(0x159))/0x8)+parseInt(_0x1f970c(0x158))/0x9*(-parseInt(_0x1f970c(0x137))/0xa)+parseInt(_0x1f970c(0x14d))/0xb;if(_0x263670===_0x2fbfa6)break;else _0x1077fd['push'](_0x1077fd['shift']());}catch(_0xa7e740){_0x1077fd['push'](_0x1077fd['shift']());}}}(_0xd2f0,0x218a6));import{Plugin as _0xa75f27}from'ckeditor5/src/core.js';import{getTranslation as _0x18a1d2}from'../utils/common-translations.js';export default class It extends _0xa75f27{[_0x25cc64(0x150)](){const _0x500ffc=_0x25cc64;if(!this[_0x500ffc(0x12e)][_0x500ffc(0x141)][_0x500ffc(0x151)](_0x500ffc(0x124)))return;const _0x554ef1=this[_0x500ffc(0x12e)][_0x500ffc(0x141)][_0x500ffc(0x135)](_0x500ffc(0x13d));_0x554ef1[_0x500ffc(0x126)](_0x500ffc(0x14e),this[_0x500ffc(0x146)][_0x500ffc(0x14f)](this)),_0x554ef1[_0x500ffc(0x131)][_0x500ffc(0x13b)](_0x500ffc(0x12c),_0x500ffc(0x147),_0x500ffc(0x144),_0x554ef1[_0x500ffc(0x131)][_0x500ffc(0x155)](_0x500ffc(0x12c),null,_0x500ffc(0x130))),_0x554ef1[_0x500ffc(0x131)][_0x500ffc(0x13b)](_0x500ffc(0x12c),_0x500ffc(0x147),_0x500ffc(0x130),_0x554ef1[_0x500ffc(0x131)][_0x500ffc(0x155)](_0x500ffc(0x12c),null,_0x500ffc(0x144))),_0x554ef1[_0x500ffc(0x121)][_0x500ffc(0x138)](this[_0x500ffc(0x145)][_0x500ffc(0x14f)](this));}[_0x25cc64(0x146)](_0x56ba93,_0x144c4a){const _0x16f3cd=_0x25cc64,_0x19dcad=this[_0x16f3cd(0x12e)][_0x16f3cd(0x141)][_0x16f3cd(0x135)](_0x16f3cd(0x13d)),_0x5029ec=this[_0x16f3cd(0x12e)][_0x16f3cd(0x141)][_0x16f3cd(0x135)](_0x16f3cd(0x124)),_0x11533f=_0x144c4a[_0x16f3cd(0x12d)]||this[_0x16f3cd(0x12e)][_0x16f3cd(0x122)][_0x16f3cd(0x127)][_0x16f3cd(0x14a)][_0x16f3cd(0x133)]();this[_0x16f3cd(0x12e)][_0x16f3cd(0x122)][_0x16f3cd(0x153)](()=>{const _0x2af159=_0x16f3cd,_0x41146f=_0x5029ec[_0x2af159(0x125)](_0x11533f);let _0x196701=_0x41146f?_0x5029ec[_0x2af159(0x140)](_0x41146f):null,_0x595552=_0x11533f[_0x2af159(0x136)](_0x2af159(0x129))||null;const _0x5d32fd=_0x144c4a[_0x2af159(0x129)]||_0x595552,_0x5448af=_0x144c4a[_0x2af159(0x148)]||_0x196701,_0x4d8e47=this[_0x2af159(0x12e)][_0x2af159(0x141)][_0x2af159(0x135)](_0x2af159(0x128))['me'];for(const _0x578dae of _0x19dcad[_0x2af159(0x123)]()){const _0x12edbf=_0x578dae[_0x2af159(0x12a)]();if(_0x2af159(0x147)===_0x578dae[_0x2af159(0x12b)]&&_0x12edbf===_0x11533f){_0x578dae[_0x2af159(0x142)]!==_0x4d8e47&&_0x578dae[_0x2af159(0x130)]();const _0x42085d=_0x578dae[_0x2af159(0x154)][_0x2af159(0x139)];_0x595552=_0x42085d[0x0][_0x2af159(0x129)],_0x196701=_0x42085d[0x0][_0x2af159(0x148)];break;}}_0x56ba93({'table':_0x11533f,'tableWidth':_0x5d32fd,'columnWidths':_0x5448af}),_0x19dcad[_0x2af159(0x134)](_0x11533f,{'commandName':_0x2af159(0x14e),'commandParams':[{'tableWidth':_0x595552,'columnWidths':_0x196701}],'formatGroupId':_0x2af159(0x147)},[],_0x2af159(0x147));});}[_0x25cc64(0x145)](_0x170c08){const _0x518054=_0x25cc64;if(_0x518054(0x12c)!=_0x170c08[_0x518054(0x156)]&&_0x518054(0x132)!=_0x170c08[_0x518054(0x156)])return;const {data:_0x1fd7e0}=_0x170c08;if(_0x1fd7e0&&_0x518054(0x147)===_0x1fd7e0[_0x518054(0x13e)]){const _0x3f186b=_0x518054(0x13a);return{'type':_0x518054(0x14b),'content':_0x18a1d2(this[_0x518054(0x12e)][_0x518054(0x13c)],_0x3f186b)};}}}
23
+ const _0x4b97a8=_0x5bb1;(function(_0x15b523,_0xcfdeba){const _0x232dc4=_0x5bb1,_0x5974b9=_0x15b523();while(!![]){try{const _0x13bf89=parseInt(_0x232dc4(0xe0))/0x1+-parseInt(_0x232dc4(0xd4))/0x2+-parseInt(_0x232dc4(0xce))/0x3*(parseInt(_0x232dc4(0xc9))/0x4)+parseInt(_0x232dc4(0xe9))/0x5*(parseInt(_0x232dc4(0xbd))/0x6)+parseInt(_0x232dc4(0xcc))/0x7+-parseInt(_0x232dc4(0xc7))/0x8*(parseInt(_0x232dc4(0xe2))/0x9)+parseInt(_0x232dc4(0xe4))/0xa*(parseInt(_0x232dc4(0xbb))/0xb);if(_0x13bf89===_0xcfdeba)break;else _0x5974b9['push'](_0x5974b9['shift']());}catch(_0x29e88c){_0x5974b9['push'](_0x5974b9['shift']());}}}(_0x5713,0x43980));function _0x5713(){const _0x492903=['25NZCyUs','model','discard','getSuggestions','data','commandParams','formatGroupId','author','registerDescriptionCallback','resizeTableWidth','type','44HUmoMB','tableWidth','337710nRwExk','getColumnGroupElement','getSuggestionCallback','formatInline','change','Users','_suggestionFactory','bind','format','selection','23336zWXiIT','TableColumnResizeEditing','684144zAMNci','formatBlock','afterInit','3525669dPEjzV','subType','9PNATHR','*Format:*\x20resize\x20table','editor','getAttribute','getContainedElement','resizeTable','862692dbFndG','table','registerCustomCallback','locale','TrackChangesEditing','getSelectedElement','enableCommand','handleSuggestionDescription','getTableColumnsWidths','has','handleResizeTableWidthCommand','accept','427041ogdUGU','get','567TcMBus','plugins','482390ehpAHG','_descriptionFactory','document','columnWidths','markBlockFormat'];_0x5713=function(){return _0x492903;};return _0x5713();}import{Plugin as _0x435fef}from'ckeditor5/src/core.js';function _0x5bb1(_0x51cd42,_0x152074){const _0x571329=_0x5713();return _0x5bb1=function(_0x5bb1c1,_0x2a7bc9){_0x5bb1c1=_0x5bb1c1-0xb1;let _0xfdab49=_0x571329[_0x5bb1c1];return _0xfdab49;},_0x5bb1(_0x51cd42,_0x152074);}import{getTranslation as _0x530edd}from'../utils/common-translations.js';export default class It extends _0x435fef{[_0x4b97a8(0xcb)](){const _0x7ba165=_0x4b97a8;if(!this[_0x7ba165(0xd0)][_0x7ba165(0xe3)][_0x7ba165(0xdd)](_0x7ba165(0xc8)))return;const _0x4b2497=this[_0x7ba165(0xd0)][_0x7ba165(0xe3)][_0x7ba165(0xe1)](_0x7ba165(0xd8));_0x4b2497[_0x7ba165(0xda)](_0x7ba165(0xb9),this[_0x7ba165(0xde)][_0x7ba165(0xc4)](this)),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xd6)](_0x7ba165(0xca),_0x7ba165(0xd3),_0x7ba165(0xdf),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xbf)](_0x7ba165(0xca),null,_0x7ba165(0xb2))),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xd6)](_0x7ba165(0xca),_0x7ba165(0xd3),_0x7ba165(0xb2),_0x4b2497[_0x7ba165(0xc3)][_0x7ba165(0xbf)](_0x7ba165(0xca),null,_0x7ba165(0xdf))),_0x4b2497[_0x7ba165(0xe5)][_0x7ba165(0xb8)](this[_0x7ba165(0xdb)][_0x7ba165(0xc4)](this));}[_0x4b97a8(0xde)](_0x2c6ea2,_0x330e05){const _0x1a9be6=_0x4b97a8,_0x5950c5=this[_0x1a9be6(0xd0)][_0x1a9be6(0xe3)][_0x1a9be6(0xe1)](_0x1a9be6(0xd8)),_0x124cc2=this[_0x1a9be6(0xd0)][_0x1a9be6(0xe3)][_0x1a9be6(0xe1)](_0x1a9be6(0xc8)),_0x4b71a2=_0x330e05[_0x1a9be6(0xd5)]||this[_0x1a9be6(0xd0)][_0x1a9be6(0xb1)][_0x1a9be6(0xe6)][_0x1a9be6(0xc6)][_0x1a9be6(0xd9)]();this[_0x1a9be6(0xd0)][_0x1a9be6(0xb1)][_0x1a9be6(0xc1)](()=>{const _0x28a54c=_0x1a9be6,_0x53b7c8=_0x124cc2[_0x28a54c(0xbe)](_0x4b71a2);let _0x5468f9=_0x53b7c8?_0x124cc2[_0x28a54c(0xdc)](_0x53b7c8):null,_0x4bfc32=_0x4b71a2[_0x28a54c(0xd1)](_0x28a54c(0xbc))||null;const _0x21d353=_0x330e05[_0x28a54c(0xbc)]||_0x4bfc32,_0x579902=_0x330e05[_0x28a54c(0xe7)]||_0x5468f9,_0x366675=this[_0x28a54c(0xd0)][_0x28a54c(0xe3)][_0x28a54c(0xe1)](_0x28a54c(0xc2))['me'];for(const _0x2f6d45 of _0x5950c5[_0x28a54c(0xb3)]()){const _0x5628c0=_0x2f6d45[_0x28a54c(0xd2)]();if(_0x28a54c(0xd3)===_0x2f6d45[_0x28a54c(0xcd)]&&_0x5628c0===_0x4b71a2){_0x2f6d45[_0x28a54c(0xb7)]!==_0x366675&&_0x2f6d45[_0x28a54c(0xb2)]();const _0xa0dd8=_0x2f6d45[_0x28a54c(0xb4)][_0x28a54c(0xb5)];_0x4bfc32=_0xa0dd8[0x0][_0x28a54c(0xbc)],_0x5468f9=_0xa0dd8[0x0][_0x28a54c(0xe7)];break;}}_0x2c6ea2({'table':_0x4b71a2,'tableWidth':_0x21d353,'columnWidths':_0x579902}),_0x5950c5[_0x28a54c(0xe8)](_0x4b71a2,{'commandName':_0x28a54c(0xb9),'commandParams':[{'tableWidth':_0x4bfc32,'columnWidths':_0x5468f9}],'formatGroupId':_0x28a54c(0xd3)},[],_0x28a54c(0xd3));});}[_0x4b97a8(0xdb)](_0x20946f){const _0x3f91ec=_0x4b97a8;if(_0x3f91ec(0xca)!=_0x20946f[_0x3f91ec(0xba)]&&_0x3f91ec(0xc0)!=_0x20946f[_0x3f91ec(0xba)])return;const {data:_0x38f457}=_0x20946f;if(_0x38f457&&_0x3f91ec(0xd3)===_0x38f457[_0x3f91ec(0xb6)]){const _0x1b425c=_0x3f91ec(0xcf);return{'type':_0x3f91ec(0xc5),'content':_0x530edd(this[_0x3f91ec(0xd0)][_0x3f91ec(0xd7)],_0x1b425c)};}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x27f44f=_0x3473;function _0x3473(_0x44c8dd,_0x576192){const _0x4b7d47=_0x4b7d();return _0x3473=function(_0x347390,_0x1aae0f){_0x347390=_0x347390-0x8e;let _0x343c0e=_0x4b7d47[_0x347390];return _0x343c0e;},_0x3473(_0x44c8dd,_0x576192);}(function(_0x3c3dc4,_0x21cf7c){const _0x33afbd=_0x3473,_0x2e1cd6=_0x3c3dc4();while(!![]){try{const _0x5605e5=-parseInt(_0x33afbd(0xab))/0x1+parseInt(_0x33afbd(0xc1))/0x2*(-parseInt(_0x33afbd(0x9f))/0x3)+-parseInt(_0x33afbd(0x9b))/0x4*(parseInt(_0x33afbd(0xd5))/0x5)+-parseInt(_0x33afbd(0xb7))/0x6*(parseInt(_0x33afbd(0xe2))/0x7)+parseInt(_0x33afbd(0xbd))/0x8*(-parseInt(_0x33afbd(0xb6))/0x9)+-parseInt(_0x33afbd(0x9e))/0xa+-parseInt(_0x33afbd(0xd3))/0xb*(-parseInt(_0x33afbd(0xce))/0xc);if(_0x5605e5===_0x21cf7c)break;else _0x2e1cd6['push'](_0x2e1cd6['shift']());}catch(_0x2481dc){_0x2e1cd6['push'](_0x2e1cd6['shift']());}}}(_0x4b7d,0xe20a9));import{Plugin as _0x65369c}from'ckeditor5/src/core.js';function _0x4b7d(){const _0xb8ee44=['consumable','commandParams','setAttribute','FORMAT_REGULAR_COLUMN','_suggestionFactory','_enableDefaultAttributesIntegration','data','7VWKanK','headingRows','_registerLegacyDescription','_descriptionFactory','showSuggestionHighlights','_splitMarkerName','afterInit','locale','start','plugins','registerCustomCallback','stop','downcastDispatcher','end','createTableWalker','ck-suggestion-marker-','12BmVhEN','requires','data-suggestion','16489340NRQRHz','1227hFosjv','registerAttributeLabel','highest','format','forceValue','has','getCellLocation','removeClass','editor','activeMarkers','_acceptFormatSuggestionCallbackFactory','cell','1150040jiOIjS','get','ck-suggestion-marker--active','setTableRowHeader','addClass','getSuggestion','mapper','FORMAT_REGULAR_ROW','consume','options','setTableColumnHeader','580527yADPpm','272034EpKFZV','registerDescriptionCallback','name','bindElementToMarker','includes','commandName','80nlZjMa','addMarker:suggestion','nodeBefore','accept','7498hxNeKQ','FORMAT_HEADER_COLUMN','writer','FORMAT_HEADER_ROW','markerName','unbindElementFromMarkerName','removeMarker:suggestion','type','toViewElement','parent','nodeAfter','TableEditing','markerNameToElements','12VfnfqP','formatBlock','_handleLegacySuggestions','TableUtils','removeAttribute','68559238cxxUTa','item','473515ChSfxF','markerRange','*Format:*\x20%0','headingColumns','editing','TrackChangesEditing'];_0x4b7d=function(){return _0xb8ee44;};return _0x4b7d();}import _0x3c4bff from'./table.js';import{getTranslation as _0x483180}from'../utils/common-translations.js';export default class St extends _0x65369c{static get[_0x27f44f(0x9c)](){return[_0x3c4bff];}[_0x27f44f(0x91)](){const _0x192f1f=_0x27f44f,_0x499694=this[_0x192f1f(0xa7)];if(!_0x499694[_0x192f1f(0x94)][_0x192f1f(0xa4)](_0x192f1f(0xcc)))return;const _0x4fcc0b=_0x499694[_0x192f1f(0x92)],_0x2ec739=_0x499694[_0x192f1f(0x94)][_0x192f1f(0xac)](_0x192f1f(0xda));_0x2ec739[_0x192f1f(0xe0)](_0x192f1f(0xae),[],[_0x192f1f(0xe3)]),_0x2ec739[_0x192f1f(0xe0)](_0x192f1f(0xb5),[],[_0x192f1f(0xd8)]),_0x2ec739[_0x192f1f(0x8e)][_0x192f1f(0xa0)](_0x192f1f(0xe3),_0x483180(_0x4fcc0b,_0x192f1f(0xc4))),_0x2ec739[_0x192f1f(0x8e)][_0x192f1f(0xa0)](_0x192f1f(0xd8),_0x483180(_0x4fcc0b,_0x192f1f(0xc2))),this[_0x192f1f(0xd0)]();}[_0x27f44f(0xd0)](){const _0x30919d=_0x27f44f,_0x3fb150=this[_0x30919d(0xa7)][_0x30919d(0x94)][_0x30919d(0xac)](_0x30919d(0xda)),_0x129044=this[_0x30919d(0xa7)][_0x30919d(0x94)][_0x30919d(0xac)](_0x30919d(0xd1)),_0x1b4892=this[_0x30919d(0xa7)][_0x30919d(0x94)][_0x30919d(0xac)](_0x3c4bff)[_0x30919d(0xa9)]();function _0x38c415({showActiveMarker:_0x309dfc=!0x0,setDataAttribute:_0x10ae0d=!0x0}={}){return(_0x7f5659,_0x475ef4,_0xd3da6a)=>{const _0x4d039e=_0x3473,{type:_0x11de40,id:_0x220741}=_0x3fb150[_0x4d039e(0x90)](_0x475ef4[_0x4d039e(0xc5)]),_0x148c38=_0x3fb150[_0x4d039e(0xb0)](_0x220741),_0x2be2a8=_0x148c38[_0x4d039e(0xe1)];if(_0x4d039e(0xcf)!=_0x148c38[_0x4d039e(0xc8)]||!_0x2be2a8||_0x4d039e(0xb5)!=_0x2be2a8[_0x4d039e(0xbc)])return;if(_0x475ef4[_0x4d039e(0xd4)])return void _0x7f5659[_0x4d039e(0x96)]();if(!_0xd3da6a[_0x4d039e(0xdb)][_0x4d039e(0xb3)](_0x475ef4[_0x4d039e(0xd6)],_0x7f5659[_0x4d039e(0xb9)]))return;const _0x32c655=_0x475ef4[_0x4d039e(0xd6)][_0x4d039e(0x93)][_0x4d039e(0xcb)],_0x5ce1d8=_0x475ef4[_0x4d039e(0xd6)][_0x4d039e(0x98)][_0x4d039e(0xbf)],_0x298ad0=_0x32c655[_0x4d039e(0xca)][_0x4d039e(0xca)],{column:_0x2dfcfe}=_0x129044[_0x4d039e(0xa5)](_0x32c655),{column:_0x28e89b}=_0x129044[_0x4d039e(0xa5)](_0x5ce1d8);for(let _0x3a3487=_0x2dfcfe;_0x3a3487<=_0x28e89b;_0x3a3487++){const _0x470bef=_0x129044[_0x4d039e(0x99)](_0x298ad0,{'column':_0x3a3487,'includeAllSlots':!0x1});for(const _0x36a480 of _0x470bef){const _0x26b94c=_0x36a480[_0x4d039e(0xaa)],_0x586a60=_0xd3da6a[_0x4d039e(0xb1)][_0x4d039e(0xc9)](_0x26b94c);_0xd3da6a[_0x4d039e(0xc3)][_0x4d039e(0xaf)](_0x4d039e(0x9a)+_0x11de40,_0x586a60),_0x10ae0d&&_0xd3da6a[_0x4d039e(0xc3)][_0x4d039e(0xdd)](_0x4d039e(0x9d),_0x220741,_0x586a60),_0xd3da6a[_0x4d039e(0xb1)][_0x4d039e(0xba)](_0x586a60,_0x475ef4[_0x4d039e(0xc5)]),_0x309dfc&&(_0x3fb150[_0x4d039e(0xa8)][_0x4d039e(0xbb)](_0x475ef4[_0x4d039e(0xc5)])?_0xd3da6a[_0x4d039e(0xc3)][_0x4d039e(0xaf)](_0x4d039e(0xad),_0x586a60):_0xd3da6a[_0x4d039e(0xc3)][_0x4d039e(0xa6)](_0x4d039e(0xad),_0x586a60));}}};}_0x3fb150[_0x30919d(0xdf)][_0x30919d(0x95)](_0x30919d(0xcf),_0x30919d(0xae),_0x30919d(0xc0),_0x1b4892),_0x3fb150[_0x30919d(0xdf)][_0x30919d(0x95)](_0x30919d(0xcf),_0x30919d(0xb5),_0x30919d(0xc0),_0x1b4892),this[_0x30919d(0xa7)][_0x30919d(0xd9)][_0x30919d(0x97)]['on'](_0x30919d(0xbe),_0x38c415(),{'priority':_0x30919d(0xa1)}),this[_0x30919d(0xa7)][_0x30919d(0xe1)][_0x30919d(0x97)]['on'](_0x30919d(0xbe),(_0x3dcce9,_0x998f4d,_0x5e7a9f)=>{const _0x3af7f3=_0x30919d;_0x5e7a9f[_0x3af7f3(0xb4)][_0x3af7f3(0x8f)]&&_0x38c415({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x3dcce9,_0x998f4d,_0x5e7a9f);},{'priority':_0x30919d(0xa1)}),this[_0x30919d(0xa7)][_0x30919d(0xd9)][_0x30919d(0x97)]['on'](_0x30919d(0xc7),(_0x5f242c,_0x4902fa,_0x507ada)=>{const _0x55dbcd=_0x30919d,{type:_0x36ad6e,id:_0x53a31e}=_0x3fb150[_0x55dbcd(0x90)](_0x4902fa[_0x55dbcd(0xc5)]),_0x258ca7=_0x3fb150[_0x55dbcd(0xb0)](_0x53a31e),_0x362fbd=_0x258ca7[_0x55dbcd(0xe1)];if(_0x55dbcd(0xcf)!=_0x258ca7[_0x55dbcd(0xc8)]||!_0x362fbd||_0x55dbcd(0xb5)!=_0x362fbd[_0x55dbcd(0xbc)])return;const _0x38bccf=_0x507ada[_0x55dbcd(0xb1)][_0x55dbcd(0xcd)](_0x4902fa[_0x55dbcd(0xc5)]);if(_0x38bccf){for(const _0x173dc0 of _0x38bccf)_0x507ada[_0x55dbcd(0xc3)][_0x55dbcd(0xa6)](_0x55dbcd(0x9a)+_0x36ad6e,_0x173dc0),_0x507ada[_0x55dbcd(0xc3)][_0x55dbcd(0xa6)](_0x55dbcd(0xad),_0x173dc0),_0x507ada[_0x55dbcd(0xc3)][_0x55dbcd(0xd2)](_0x55dbcd(0x9d),_0x173dc0),_0x507ada[_0x55dbcd(0xb1)][_0x55dbcd(0xc6)](_0x173dc0,_0x4902fa[_0x55dbcd(0xc5)]);}},{'priority':_0x30919d(0xa1)}),this[_0x30919d(0xe4)]();}[_0x27f44f(0xe4)](){const _0x1f418c=_0x27f44f,_0x3ec151=this[_0x1f418c(0xa7)],_0x56b1fc=_0x3ec151[_0x1f418c(0x92)];function _0x101513(_0x1e8fac){const _0x10d952=_0x1f418c;return{'type':_0x10d952(0xa2),'content':_0x483180(_0x56b1fc,_0x10d952(0xd7),_0x1e8fac)};}_0x3ec151[_0x1f418c(0x94)][_0x1f418c(0xac)](_0x1f418c(0xda))[_0x1f418c(0x8e)][_0x1f418c(0xb8)](_0xa0aefb=>{const _0x46e896=_0x1f418c;if(_0x46e896(0xcf)!=_0xa0aefb[_0x46e896(0xc8)])return;const {data:_0x432d35}=_0xa0aefb;if(_0x432d35){if(_0x46e896(0xae)==_0x432d35[_0x46e896(0xbc)]){const _0x51a0d1=_0x432d35[_0x46e896(0xdc)][0x0][_0x46e896(0xa3)];return _0x101513(_0x483180(_0x56b1fc,_0x51a0d1?_0x46e896(0xc4):_0x46e896(0xb2)));}if(_0x46e896(0xb5)==_0x432d35[_0x46e896(0xbc)]){const _0x10d28a=_0x432d35[_0x46e896(0xdc)][0x0][_0x46e896(0xa3)];return _0x101513(_0x483180(_0x56b1fc,_0x10d28a?_0x46e896(0xc2):_0x46e896(0xde)));}}});}}
23
+ const _0x2eb8ea=_0x197f;function _0x3ce4(){const _0x5aa8c4=['FORMAT_REGULAR_COLUMN','_descriptionFactory','editing','registerCustomCallback','FORMAT_REGULAR_ROW','consumable','227660kXSXVl','parent','_enableDefaultAttributesIntegration','includes','setTableRowHeader','writer','getCellLocation','3855432EHDwPH','FORMAT_HEADER_COLUMN','addMarker:suggestion','_splitMarkerName','markerName','setAttribute','6545133MdfFcy','7RIEujF','commandParams','editor','markerNameToElements','accept','removeAttribute','format','activeMarkers','consume','type','ck-suggestion-marker--active','TrackChangesEditing','headingRows','requires','setTableColumnHeader','getSuggestion','22510OiYdSv','942614nJCNFI','mapper','highest','headingColumns','end','commandName','locale','removeMarker:suggestion','start','registerAttributeLabel','ck-suggestion-marker-','209famNfG','item','nodeAfter','toViewElement','data-suggestion','data','addClass','unbindElementFromMarkerName','nodeBefore','36LHMIlv','get','TableUtils','_acceptFormatSuggestionCallbackFactory','options','cell','_handleLegacySuggestions','5499064BymlPC','*Format:*\x20%0','TableEditing','removeClass','bindElementToMarker','plugins','registerDescriptionCallback','createTableWalker','showSuggestionHighlights','FORMAT_HEADER_ROW','stop','_registerLegacyDescription','forceValue','has','436QWBDVO','afterInit','downcastDispatcher','markerRange','formatBlock','178257RGDVPu','name','_suggestionFactory'];_0x3ce4=function(){return _0x5aa8c4;};return _0x3ce4();}(function(_0x2c5bc6,_0x578d1b){const _0xf61ab1=_0x197f,_0x3da184=_0x2c5bc6();while(!![]){try{const _0x3021b8=-parseInt(_0xf61ab1(0x1bd))/0x1+-parseInt(_0xf61ab1(0x1d1))/0x2*(-parseInt(_0xf61ab1(0x1eb))/0x3)+parseInt(_0xf61ab1(0x1e6))/0x4*(-parseInt(_0xf61ab1(0x1bc))/0x5)+parseInt(_0xf61ab1(0x1fb))/0x6+-parseInt(_0xf61ab1(0x202))/0x7*(-parseInt(_0xf61ab1(0x1d8))/0x8)+-parseInt(_0xf61ab1(0x201))/0x9+parseInt(_0xf61ab1(0x1f4))/0xa*(parseInt(_0xf61ab1(0x1c8))/0xb);if(_0x3021b8===_0x578d1b)break;else _0x3da184['push'](_0x3da184['shift']());}catch(_0x13e593){_0x3da184['push'](_0x3da184['shift']());}}}(_0x3ce4,0xa3efa));function _0x197f(_0x170444,_0x3fd2a6){const _0x3ce49a=_0x3ce4();return _0x197f=function(_0x197f9f,_0x103092){_0x197f9f=_0x197f9f-0x1bb;let _0x46f01f=_0x3ce49a[_0x197f9f];return _0x46f01f;},_0x197f(_0x170444,_0x3fd2a6);}import{Plugin as _0x3e9201}from'ckeditor5/src/core.js';import _0x31e9dd from'./table.js';import{getTranslation as _0x28f46c}from'../utils/common-translations.js';export default class St extends _0x3e9201{static get[_0x2eb8ea(0x20f)](){return[_0x31e9dd];}[_0x2eb8ea(0x1e7)](){const _0x3af1bb=_0x2eb8ea,_0x8aea34=this[_0x3af1bb(0x204)];if(!_0x8aea34[_0x3af1bb(0x1dd)][_0x3af1bb(0x1e5)](_0x3af1bb(0x1da)))return;const _0x593028=_0x8aea34[_0x3af1bb(0x1c3)],_0x1cc58b=_0x8aea34[_0x3af1bb(0x1dd)][_0x3af1bb(0x1d2)](_0x3af1bb(0x20d));_0x1cc58b[_0x3af1bb(0x1f6)](_0x3af1bb(0x1f8),[],[_0x3af1bb(0x20e)]),_0x1cc58b[_0x3af1bb(0x1f6)](_0x3af1bb(0x210),[],[_0x3af1bb(0x1c0)]),_0x1cc58b[_0x3af1bb(0x1ef)][_0x3af1bb(0x1c6)](_0x3af1bb(0x20e),_0x28f46c(_0x593028,_0x3af1bb(0x1e1))),_0x1cc58b[_0x3af1bb(0x1ef)][_0x3af1bb(0x1c6)](_0x3af1bb(0x1c0),_0x28f46c(_0x593028,_0x3af1bb(0x1fc))),this[_0x3af1bb(0x1d7)]();}[_0x2eb8ea(0x1d7)](){const _0x58fa92=_0x2eb8ea,_0x49ca52=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x58fa92(0x20d)),_0x20dfaf=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x58fa92(0x1d3)),_0xbae372=this[_0x58fa92(0x204)][_0x58fa92(0x1dd)][_0x58fa92(0x1d2)](_0x31e9dd)[_0x58fa92(0x1d4)]();function _0x450ad5({showActiveMarker:_0x3acfb8=!0x0,setDataAttribute:_0x45b917=!0x0}={}){return(_0x492263,_0x4b6d37,_0x13da20)=>{const _0x3560ac=_0x197f,{type:_0x3d4605,id:_0x3b43fd}=_0x49ca52[_0x3560ac(0x1fe)](_0x4b6d37[_0x3560ac(0x1ff)]),_0x678fe4=_0x49ca52[_0x3560ac(0x1bb)](_0x3b43fd),_0x36d669=_0x678fe4[_0x3560ac(0x1cd)];if(_0x3560ac(0x1ea)!=_0x678fe4[_0x3560ac(0x20b)]||!_0x36d669||_0x3560ac(0x210)!=_0x36d669[_0x3560ac(0x1c2)])return;if(_0x4b6d37[_0x3560ac(0x1c9)])return void _0x492263[_0x3560ac(0x1e2)]();if(!_0x13da20[_0x3560ac(0x1f3)][_0x3560ac(0x20a)](_0x4b6d37[_0x3560ac(0x1e9)],_0x492263[_0x3560ac(0x1ec)]))return;const _0x2c9e21=_0x4b6d37[_0x3560ac(0x1e9)][_0x3560ac(0x1c5)][_0x3560ac(0x1ca)],_0x1005db=_0x4b6d37[_0x3560ac(0x1e9)][_0x3560ac(0x1c1)][_0x3560ac(0x1d0)],_0xeea910=_0x2c9e21[_0x3560ac(0x1f5)][_0x3560ac(0x1f5)],{column:_0x327e6b}=_0x20dfaf[_0x3560ac(0x1fa)](_0x2c9e21),{column:_0x22da24}=_0x20dfaf[_0x3560ac(0x1fa)](_0x1005db);for(let _0x20938f=_0x327e6b;_0x20938f<=_0x22da24;_0x20938f++){const _0x3fa1af=_0x20dfaf[_0x3560ac(0x1df)](_0xeea910,{'column':_0x20938f,'includeAllSlots':!0x1});for(const _0x1641e1 of _0x3fa1af){const _0x82039b=_0x1641e1[_0x3560ac(0x1d6)],_0x3c6dcf=_0x13da20[_0x3560ac(0x1be)][_0x3560ac(0x1cb)](_0x82039b);_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1ce)](_0x3560ac(0x1c7)+_0x3d4605,_0x3c6dcf),_0x45b917&&_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x200)](_0x3560ac(0x1cc),_0x3b43fd,_0x3c6dcf),_0x13da20[_0x3560ac(0x1be)][_0x3560ac(0x1dc)](_0x3c6dcf,_0x4b6d37[_0x3560ac(0x1ff)]),_0x3acfb8&&(_0x49ca52[_0x3560ac(0x209)][_0x3560ac(0x1f7)](_0x4b6d37[_0x3560ac(0x1ff)])?_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1ce)](_0x3560ac(0x20c),_0x3c6dcf):_0x13da20[_0x3560ac(0x1f9)][_0x3560ac(0x1db)](_0x3560ac(0x20c),_0x3c6dcf));}}};}_0x49ca52[_0x58fa92(0x1ed)][_0x58fa92(0x1f1)](_0x58fa92(0x1ea),_0x58fa92(0x1f8),_0x58fa92(0x206),_0xbae372),_0x49ca52[_0x58fa92(0x1ed)][_0x58fa92(0x1f1)](_0x58fa92(0x1ea),_0x58fa92(0x210),_0x58fa92(0x206),_0xbae372),this[_0x58fa92(0x204)][_0x58fa92(0x1f0)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1fd),_0x450ad5(),{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x204)][_0x58fa92(0x1cd)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1fd),(_0x109e5c,_0x3a2e37,_0x40dc0c)=>{const _0x3499a2=_0x58fa92;_0x40dc0c[_0x3499a2(0x1d5)][_0x3499a2(0x1e0)]&&_0x450ad5({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x109e5c,_0x3a2e37,_0x40dc0c);},{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x204)][_0x58fa92(0x1f0)][_0x58fa92(0x1e8)]['on'](_0x58fa92(0x1c4),(_0x195374,_0x2eb196,_0x34c897)=>{const _0x40f965=_0x58fa92,{type:_0x53ff68,id:_0x1f4648}=_0x49ca52[_0x40f965(0x1fe)](_0x2eb196[_0x40f965(0x1ff)]),_0x2157cb=_0x49ca52[_0x40f965(0x1bb)](_0x1f4648),_0x307a98=_0x2157cb[_0x40f965(0x1cd)];if(_0x40f965(0x1ea)!=_0x2157cb[_0x40f965(0x20b)]||!_0x307a98||_0x40f965(0x210)!=_0x307a98[_0x40f965(0x1c2)])return;const _0x5983c3=_0x34c897[_0x40f965(0x1be)][_0x40f965(0x205)](_0x2eb196[_0x40f965(0x1ff)]);if(_0x5983c3){for(const _0x336193 of _0x5983c3)_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x1db)](_0x40f965(0x1c7)+_0x53ff68,_0x336193),_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x1db)](_0x40f965(0x20c),_0x336193),_0x34c897[_0x40f965(0x1f9)][_0x40f965(0x207)](_0x40f965(0x1cc),_0x336193),_0x34c897[_0x40f965(0x1be)][_0x40f965(0x1cf)](_0x336193,_0x2eb196[_0x40f965(0x1ff)]);}},{'priority':_0x58fa92(0x1bf)}),this[_0x58fa92(0x1e3)]();}[_0x2eb8ea(0x1e3)](){const _0x4807d8=_0x2eb8ea,_0x4ca239=this[_0x4807d8(0x204)],_0x520506=_0x4ca239[_0x4807d8(0x1c3)];function _0x668c15(_0x572060){const _0x4b019d=_0x4807d8;return{'type':_0x4b019d(0x208),'content':_0x28f46c(_0x520506,_0x4b019d(0x1d9),_0x572060)};}_0x4ca239[_0x4807d8(0x1dd)][_0x4807d8(0x1d2)](_0x4807d8(0x20d))[_0x4807d8(0x1ef)][_0x4807d8(0x1de)](_0x3dc712=>{const _0x5d6c75=_0x4807d8;if(_0x5d6c75(0x1ea)!=_0x3dc712[_0x5d6c75(0x20b)])return;const {data:_0x5e7db7}=_0x3dc712;if(_0x5e7db7){if(_0x5d6c75(0x1f8)==_0x5e7db7[_0x5d6c75(0x1c2)]){const _0x27f379=_0x5e7db7[_0x5d6c75(0x203)][0x0][_0x5d6c75(0x1e4)];return _0x668c15(_0x28f46c(_0x520506,_0x27f379?_0x5d6c75(0x1e1):_0x5d6c75(0x1f2)));}if(_0x5d6c75(0x210)==_0x5e7db7[_0x5d6c75(0x1c2)]){const _0x1dbc28=_0x5e7db7[_0x5d6c75(0x203)][0x0][_0x5d6c75(0x1e4)];return _0x668c15(_0x28f46c(_0x520506,_0x1dbc28?_0x5d6c75(0x1fc):_0x5d6c75(0x1ee)));}}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2b972a=_0x1cd9;(function(_0x39ee3d,_0x2abe4a){const _0x122561=_0x1cd9,_0xd3fb4b=_0x39ee3d();while(!![]){try{const _0x5d8fe3=parseInt(_0x122561(0x1c7))/0x1+-parseInt(_0x122561(0x1f1))/0x2*(parseInt(_0x122561(0x1ff))/0x3)+parseInt(_0x122561(0x1db))/0x4*(parseInt(_0x122561(0x1fb))/0x5)+-parseInt(_0x122561(0x1c0))/0x6*(-parseInt(_0x122561(0x206))/0x7)+-parseInt(_0x122561(0x1d0))/0x8+-parseInt(_0x122561(0x213))/0x9+parseInt(_0x122561(0x1c8))/0xa;if(_0x5d8fe3===_0x2abe4a)break;else _0xd3fb4b['push'](_0xd3fb4b['shift']());}catch(_0x550f6c){_0xd3fb4b['push'](_0xd3fb4b['shift']());}}}(_0x4f26,0x98aa8));function _0x1cd9(_0x17838c,_0x1ab6d6){const _0x4f26e0=_0x4f26();return _0x1cd9=function(_0x1cd9aa,_0x28d72d){_0x1cd9aa=_0x1cd9aa-0x1b8;let _0x444776=_0x4f26e0[_0x1cd9aa];return _0x444776;},_0x1cd9(_0x17838c,_0x1ab6d6);}function _0x4f26(){const _0x107dce=['findAncestor','from','element','refresh','afterInit','*Merge\x20cells*','highest','set:isEnabled','getAncestors','_acceptFormatSuggestionCallbackFactory','execute','13974FRpdwD','mergeTableCellUp','plugins','direction','model','deletion','tableCell','394121GIgAgP','7570440zvNfYz','subType','createTableWalker','TrackChangesEditing','has','registerCustomCallback','length','insertion','7562376MURjKI','get','commandName','mergeTableCellDown','accept','author','map','filter','getSuggestions','value','_suggestionFactory','124JiCQgT','stop','size','isInContent','mergeTableCellRight','isEnabled','containsRange','getCellLocation','markMultiRangeBlockFormat','createRangeOn','TableEditing','horizontally','editor','cell','*Split\x20cell:*\x20horizontally','enableCommand','requires','getRanges','forceDefaultExecution','_areMergableCells','commands','getSelectionAffectedTableCells','14CSXxWX','_areSelectedCellsMergable','splitTableCellHorizontally','rootName','low','_descriptionFactory','push','trackChanges','document','formatBlock','177405WqPeTS','change','detach','table','530406qVjuEN','getFirstPosition','type','selection','_isForcedDefaultExecutionBlock','splitTableCellVertically','$graveyard','1953PBHDBo','TableUtils','format','find','add','mergeTableCells','return','registerDescriptionCallback','_tablePostFixingSubtypes','markBlockFormat','*Split\x20cell:*\x20vertically','locale','mergeTableCellLeft','833724khHjwQ','root','formatInline','fromRange','setSelection'];_0x4f26=function(){return _0x107dce;};return _0x4f26();}import{Plugin as _0x33700e}from'ckeditor5/src/core.js';import _0x4721d1 from'./table.js';import{LiveRange as _0x4d9425}from'ckeditor5/src/engine.js';import{getTranslation as _0x3a2c92}from'../utils/common-translations.js';export default class jt extends _0x33700e{static get[_0x2b972a(0x1eb)](){return[_0x4721d1];}[_0x2b972a(0x1b9)](){const _0x17e380=_0x2b972a,_0x5ecff9=this[_0x17e380(0x1e7)],_0x3cb64c=_0x5ecff9[_0x17e380(0x1c4)][_0x17e380(0x1f9)][_0x17e380(0x202)],_0x41f458=_0x5ecff9[_0x17e380(0x211)];if(!_0x5ecff9[_0x17e380(0x1c2)][_0x17e380(0x1cc)](_0x17e380(0x1e5)))return;const _0x5ce415=_0x5ecff9[_0x17e380(0x1c2)][_0x17e380(0x1d1)](_0x17e380(0x1cb)),_0x2a3a04=_0x5ecff9[_0x17e380(0x1c2)][_0x17e380(0x1d1)](_0x17e380(0x207)),_0x4a72f4=_0x5ecff9[_0x17e380(0x1c2)][_0x17e380(0x1d1)](_0x4721d1);_0x4a72f4[_0x17e380(0x20e)][_0x17e380(0x1f7)](_0x17e380(0x20b)),_0x5ce415[_0x17e380(0x1ea)](_0x17e380(0x20b),()=>{const _0x486cf4=_0x17e380,_0x39f4ff=_0x2a3a04[_0x486cf4(0x1f0)](_0x5ecff9[_0x486cf4(0x1c4)][_0x486cf4(0x1f9)][_0x486cf4(0x202)]);_0x5ecff9[_0x486cf4(0x1c4)][_0x486cf4(0x1fc)](()=>{const _0x17e3ca=_0x486cf4;_0x5ce415[_0x17e3ca(0x1e3)](_0x39f4ff,{'commandName':_0x17e3ca(0x20b),'commandParams':[]},[],_0x17e3ca(0x20b));});}),_0x5ecff9[_0x17e380(0x1ef)][_0x17e380(0x1d1)](_0x17e380(0x20b))['on'](_0x17e380(0x1bf),(_0xc8d9f8,_0x4c369e)=>{const _0x19424c=_0x17e380;_0x5ecff9[_0x19424c(0x1ef)][_0x19424c(0x1d1)](_0x19424c(0x1f8))[_0x19424c(0x1d9)]&&(_0x4c369e[_0x19424c(0x1ce)]>0x0&&_0x4c369e[_0x4c369e[_0x19424c(0x1ce)]-0x1]&&_0x4c369e[_0x4c369e[_0x19424c(0x1ce)]-0x1][_0x19424c(0x1ed)]||_0x5ce415[_0x19424c(0x203)]||this[_0x19424c(0x1f2)]()||_0xc8d9f8[_0x19424c(0x1dc)]());},{'priority':_0x17e380(0x1bb)});for(const _0x35b713 of[_0x17e380(0x1c1),_0x17e380(0x1df),_0x17e380(0x1d3),_0x17e380(0x212)]){const _0x424ab1=_0x5ecff9[_0x17e380(0x1ef)][_0x17e380(0x1d1)](_0x35b713);_0x5ce415[_0x17e380(0x1ea)](_0x35b713,()=>{const _0x38a120=_0x17e380,_0x4f1a56=_0x5ecff9[_0x38a120(0x1c4)][_0x38a120(0x1f9)][_0x38a120(0x202)][_0x38a120(0x200)]()[_0x38a120(0x1bd)]()[_0x38a120(0x209)](_0xde18d4=>_0xde18d4['is'](_0x38a120(0x21a),_0x38a120(0x1c6))),_0x28fff1=_0x424ab1[_0x38a120(0x1d9)];_0x5ecff9[_0x38a120(0x1c4)][_0x38a120(0x1fc)](()=>{const _0x1da22e=_0x38a120;_0x5ce415[_0x1da22e(0x1e3)]([_0x4f1a56,_0x28fff1],{'commandName':_0x1da22e(0x20b),'commandParams':[]},[],_0x1da22e(0x20b));});});}for(const _0x3ccdd4 of[_0x17e380(0x204),_0x17e380(0x1f3)]){const _0x19d547=_0x5ecff9[_0x17e380(0x1ef)][_0x17e380(0x1d1)](_0x3ccdd4);_0x5ce415[_0x17e380(0x1ea)](_0x3ccdd4,()=>{const _0x5a399f=_0x17e380,_0x4b7bb8=_0x2a3a04[_0x5a399f(0x1f0)](_0x5ecff9[_0x5a399f(0x1c4)][_0x5a399f(0x1f9)][_0x5a399f(0x202)])[0x0],_0x427ee=_0x4b7bb8[_0x5a399f(0x218)](_0x5a399f(0x1fe)),{column:_0x1d159c,row:_0x55606d}=_0x2a3a04[_0x5a399f(0x1e2)](_0x4b7bb8);let _0x47bc7f=[];if(_0x5a399f(0x1e6)==_0x19d547[_0x5a399f(0x1c3)]){const _0x127cfb=_0x2a3a04[_0x5a399f(0x1ca)](_0x427ee,{'startRow':_0x55606d,'endRow':_0x55606d,'includeAllSlots':!0x0});_0x47bc7f=Array[_0x5a399f(0x219)](_0x127cfb)[_0x5a399f(0x1d6)](_0x1429f7=>_0x1429f7[_0x5a399f(0x1e8)]);}else{const _0x27e752=_0x2a3a04[_0x5a399f(0x1ca)](_0x427ee,{'column':_0x1d159c,'includeAllSlots':!0x0});_0x47bc7f=Array[_0x5a399f(0x219)](_0x27e752)[_0x5a399f(0x1d6)](_0x5b48a5=>_0x5b48a5[_0x5a399f(0x1e8)]);}_0x5ecff9[_0x5a399f(0x1c4)][_0x5a399f(0x1fc)](_0x44b4cc=>{const _0xc41821=_0x5a399f;_0x5ce415[_0xc41821(0x20f)](_0x44b4cc[_0xc41821(0x1e4)](_0x4b7bb8),{'commandName':_0x3ccdd4,'commandParams':[]},_0x47bc7f,_0x3ccdd4);});});}_0x5ce415[_0x17e380(0x1f6)][_0x17e380(0x20d)](_0x50dd30=>{const _0x203593=_0x17e380;if(_0x203593(0x1fa)!=_0x50dd30[_0x203593(0x201)]&&_0x203593(0x215)!=_0x50dd30[_0x203593(0x201)])return;const {data:_0x4cc64d}=_0x50dd30;return _0x4cc64d&&_0x203593(0x20b)==_0x4cc64d[_0x203593(0x1d2)]?{'type':_0x203593(0x208),'content':_0x3a2c92(_0x41f458,_0x203593(0x1ba))}:void 0x0;}),_0x5ce415[_0x17e380(0x1f6)][_0x17e380(0x20d)](_0x190a02=>{const _0x211c8e=_0x17e380;if(_0x211c8e(0x1fa)!=_0x190a02[_0x211c8e(0x201)]&&_0x211c8e(0x215)!=_0x190a02[_0x211c8e(0x201)])return;const {data:_0x497c3b}=_0x190a02;return _0x497c3b?_0x211c8e(0x204)==_0x497c3b[_0x211c8e(0x1d2)]?{'type':_0x211c8e(0x208),'content':_0x3a2c92(_0x41f458,_0x211c8e(0x210))}:_0x211c8e(0x1f3)==_0x497c3b[_0x211c8e(0x1d2)]?{'type':_0x211c8e(0x208),'content':_0x3a2c92(_0x41f458,_0x211c8e(0x1e9))}:void 0x0:void 0x0;});const _0x32fa0b=_0x4a72f4[_0x17e380(0x1be)]();for(const _0x2cfec6 of[_0x17e380(0x1c1),_0x17e380(0x1df),_0x17e380(0x1d3),_0x17e380(0x212)])_0x5ce415[_0x17e380(0x1da)][_0x17e380(0x1cd)](_0x17e380(0x1fa),_0x2cfec6,_0x17e380(0x1d4),_0x32fa0b);for(const _0x11dd30 of[_0x17e380(0x204),_0x17e380(0x1f3)])_0x5ce415[_0x17e380(0x1da)][_0x17e380(0x1cd)](_0x17e380(0x1fa),_0x11dd30,_0x17e380(0x1d4),_0x32fa0b);_0x5ce415[_0x17e380(0x1da)][_0x17e380(0x1cd)](_0x17e380(0x1fa),_0x17e380(0x20b),_0x17e380(0x1d4),_0x2714a1=>{const _0x43b4d5=_0x17e380;_0x5ecff9[_0x43b4d5(0x1c4)][_0x43b4d5(0x1fc)](_0x3d3a2d=>{const _0xc54210=_0x43b4d5,_0x3bacf4=Array[_0xc54210(0x219)](_0x3cb64c[_0xc54210(0x1ec)]())[_0xc54210(0x1d6)](_0x22097f=>_0x4d9425[_0xc54210(0x216)](_0x22097f));_0x3d3a2d[_0xc54210(0x217)](_0x2714a1),_0x5ecff9[_0xc54210(0x1ef)][_0xc54210(0x1d1)](_0xc54210(0x20b))[_0xc54210(0x1b8)](),_0x5ecff9[_0xc54210(0x1bf)](_0xc54210(0x20b),{'forceDefaultExecution':!0x0});const _0x28314d=_0x3bacf4[_0xc54210(0x1d7)](_0x1ff5d4=>_0xc54210(0x205)!=_0x1ff5d4[_0xc54210(0x214)][_0xc54210(0x1f4)]);_0x28314d[_0xc54210(0x1ce)]>0x0&&_0x3d3a2d[_0xc54210(0x217)](_0x28314d);for(const _0x4c0f70 of _0x3bacf4)_0x4c0f70[_0xc54210(0x1fd)]();});});for(const _0x57edda of[_0x17e380(0x1c1),_0x17e380(0x1d3),_0x17e380(0x212),_0x17e380(0x1df)]){const _0x1ce7cd=_0x5ecff9[_0x17e380(0x1ef)][_0x17e380(0x1d1)](_0x57edda);_0x1ce7cd['on'](_0x17e380(0x1bc),(_0x3b9069,_0x334e3c,_0x37be29)=>{const _0x21d5dd=_0x17e380;if(_0x37be29){const _0x1825df=_0x5ecff9[_0x21d5dd(0x1c4)][_0x21d5dd(0x1f9)][_0x21d5dd(0x202)][_0x21d5dd(0x200)]()[_0x21d5dd(0x1bd)]()[_0x21d5dd(0x209)](_0x2c6a6b=>_0x2c6a6b['is'](_0x21d5dd(0x21a),_0x21d5dd(0x1c6)));this[_0x21d5dd(0x1ee)](_0x1ce7cd[_0x21d5dd(0x1d9)],_0x1825df)||(_0x3b9069[_0x21d5dd(0x20c)]=!0x1,_0x3b9069[_0x21d5dd(0x1dc)]());}},{'priority':_0x17e380(0x1f5)});}}[_0x2b972a(0x1f2)](){const _0x13afac=_0x2b972a,_0x253f9c=this[_0x13afac(0x1e7)][_0x13afac(0x1ef)][_0x13afac(0x1d1)](_0x13afac(0x20b)),_0x525a52=this[_0x13afac(0x1e7)][_0x13afac(0x1c2)][_0x13afac(0x1d1)](_0x13afac(0x207));if(!_0x253f9c[_0x13afac(0x1e0)])return!0x1;const _0x900b66=_0x525a52[_0x13afac(0x1f0)](this[_0x13afac(0x1e7)][_0x13afac(0x1c4)][_0x13afac(0x1f9)][_0x13afac(0x202)]);for(const _0x2ff30f of _0x900b66)for(const _0x26fdfc of _0x900b66)if(_0x2ff30f!=_0x26fdfc&&!this[_0x13afac(0x1ee)](_0x2ff30f,_0x26fdfc))return!0x1;return!0x0;}[_0x2b972a(0x1ee)](_0x5db949,_0x5b9118){const _0x40273a=_0x2b972a,_0x48d44e=this[_0x40273a(0x1e7)][_0x40273a(0x1c2)][_0x40273a(0x1d1)](_0x40273a(0x1cb)),_0x1966d8=this[_0x40273a(0x1e7)][_0x40273a(0x1c4)][_0x40273a(0x1e4)](_0x5db949),_0x2fc3d4=this[_0x40273a(0x1e7)][_0x40273a(0x1c4)][_0x40273a(0x1e4)](_0x5b9118),_0x518bd2=new Set(),_0x510256=new Set();for(const _0x46da9c of _0x48d44e[_0x40273a(0x1d8)]())if((_0x40273a(0x1cf)==_0x46da9c[_0x40273a(0x201)]||_0x40273a(0x1c5)==_0x46da9c[_0x40273a(0x201)]||_0x40273a(0x20b)==_0x46da9c[_0x40273a(0x1c9)])&&_0x46da9c[_0x40273a(0x1de)]){for(const _0x3be139 of _0x46da9c[_0x40273a(0x1ec)]())_0x3be139[_0x40273a(0x1e1)](_0x1966d8,!0x0)&&_0x518bd2[_0x40273a(0x20a)](_0x46da9c[_0x40273a(0x201)]+':'+_0x46da9c[_0x40273a(0x1d5)]['id']),_0x3be139[_0x40273a(0x1e1)](_0x2fc3d4,!0x0)&&_0x510256[_0x40273a(0x20a)](_0x46da9c[_0x40273a(0x201)]+':'+_0x46da9c[_0x40273a(0x1d5)]['id']);}if(_0x518bd2[_0x40273a(0x1dd)]!=_0x510256[_0x40273a(0x1dd)])return!0x1;for(const _0x51a678 of _0x518bd2)if(!_0x510256[_0x40273a(0x1cc)](_0x51a678))return!0x1;return!0x0;}}
23
+ const _0x1f5f28=_0x5eef;function _0x7c20(){const _0x20384f=['commandName','selection','mergeTableCellUp','root','change','_tablePostFixingSubtypes','4112087tiTqJs','highest','type','formatInline','_isForcedDefaultExecutionBlock','1675605kCcHxy','registerCustomCallback','plugins','createRangeOn','getSuggestions','796144KMUJbL','$graveyard','detach','subType','direction','splitTableCellHorizontally','getRanges','low','mergeTableCellRight','size','has','set:isEnabled','refresh','_acceptFormatSuggestionCallbackFactory','tableCell','mergeTableCellDown','rootName','cell','registerDescriptionCallback','requires','deletion','enableCommand','format','locale','*Split\x20cell:*\x20horizontally','filter','getCellLocation','document','getFirstPosition','value','getAncestors','_areSelectedCellsMergable','mergeTableCells','forceDefaultExecution','map','getSelectionAffectedTableCells','632skOwmj','setSelection','get','return','markBlockFormat','_suggestionFactory','fromRange','TrackChangesEditing','insertion','find','12xkhljp','accept','editor','model','*Merge\x20cells*','TableUtils','length','execute','table','author','_areMergableCells','722766zRqUIy','10TgNTfL','TableEditing','8xzpqHN','splitTableCellVertically','from','commands','element','horizontally','stop','isEnabled','_descriptionFactory','add','2754024OQimjo','findAncestor','createTableWalker','trackChanges','containsRange','markMultiRangeBlockFormat','formatBlock','afterInit','2917ISLthJ','*Split\x20cell:*\x20vertically','isInContent','mergeTableCellLeft','push','1635759npELCq'];_0x7c20=function(){return _0x20384f;};return _0x7c20();}(function(_0x1f8052,_0x68c42){const _0x42d5c1=_0x5eef,_0x236e08=_0x1f8052();while(!![]){try{const _0x4739c0=-parseInt(_0x42d5c1(0x1da))/0x1*(parseInt(_0x42d5c1(0x1b0))/0x2)+-parseInt(_0x42d5c1(0x1ba))/0x3*(-parseInt(_0x42d5c1(0x1f0))/0x4)+parseInt(_0x42d5c1(0x1eb))/0x5+-parseInt(_0x42d5c1(0x1d2))/0x6+parseInt(_0x42d5c1(0x1e6))/0x7*(parseInt(_0x42d5c1(0x1c8))/0x8)+-parseInt(_0x42d5c1(0x1df))/0x9*(-parseInt(_0x42d5c1(0x1c6))/0xa)+parseInt(_0x42d5c1(0x1c5))/0xb;if(_0x4739c0===_0x68c42)break;else _0x236e08['push'](_0x236e08['shift']());}catch(_0x103f39){_0x236e08['push'](_0x236e08['shift']());}}}(_0x7c20,0x8eeab));import{Plugin as _0x1d6d59}from'ckeditor5/src/core.js';import _0x43f23d from'./table.js';import{LiveRange as _0x3985bc}from'ckeditor5/src/engine.js';import{getTranslation as _0x576f3d}from'../utils/common-translations.js';function _0x5eef(_0x58f9f6,_0x52727a){const _0x7c20d5=_0x7c20();return _0x5eef=function(_0x5eef13,_0x110bcc){_0x5eef13=_0x5eef13-0x192;let _0x2c6937=_0x7c20d5[_0x5eef13];return _0x2c6937;},_0x5eef(_0x58f9f6,_0x52727a);}export default class jt extends _0x1d6d59{static get[_0x1f5f28(0x19f)](){return[_0x43f23d];}[_0x1f5f28(0x1d9)](){const _0x46e5c0=_0x1f5f28,_0x15662c=this[_0x46e5c0(0x1bc)],_0x19ee63=_0x15662c[_0x46e5c0(0x1bd)][_0x46e5c0(0x1a7)][_0x46e5c0(0x1e1)],_0x35ecad=_0x15662c[_0x46e5c0(0x1a3)];if(!_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x196)](_0x46e5c0(0x1c7)))return;const _0x2bcce3=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1b7)),_0x2f25c4=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1bf)),_0x4bc7b5=_0x15662c[_0x46e5c0(0x1ed)][_0x46e5c0(0x1b2)](_0x43f23d);_0x4bc7b5[_0x46e5c0(0x1e5)][_0x46e5c0(0x1de)](_0x46e5c0(0x1ac)),_0x2bcce3[_0x46e5c0(0x1a1)](_0x46e5c0(0x1ac),()=>{const _0x49ddcc=_0x46e5c0,_0xb2644a=_0x2f25c4[_0x49ddcc(0x1af)](_0x15662c[_0x49ddcc(0x1bd)][_0x49ddcc(0x1a7)][_0x49ddcc(0x1e1)]);_0x15662c[_0x49ddcc(0x1bd)][_0x49ddcc(0x1e4)](()=>{const _0x1967e5=_0x49ddcc;_0x2bcce3[_0x1967e5(0x1d7)](_0xb2644a,{'commandName':_0x1967e5(0x1ac),'commandParams':[]},[],_0x1967e5(0x1ac));});}),_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x46e5c0(0x1ac))['on'](_0x46e5c0(0x1c1),(_0x4e2636,_0x401d1f)=>{const _0x496b65=_0x46e5c0;_0x15662c[_0x496b65(0x1cb)][_0x496b65(0x1b2)](_0x496b65(0x1d5))[_0x496b65(0x1a9)]&&(_0x401d1f[_0x496b65(0x1c0)]>0x0&&_0x401d1f[_0x401d1f[_0x496b65(0x1c0)]-0x1]&&_0x401d1f[_0x401d1f[_0x496b65(0x1c0)]-0x1][_0x496b65(0x1ad)]||_0x2bcce3[_0x496b65(0x1ea)]||this[_0x496b65(0x1ab)]()||_0x4e2636[_0x496b65(0x1ce)]());},{'priority':_0x46e5c0(0x1e7)});for(const _0x49bc00 of[_0x46e5c0(0x1e2),_0x46e5c0(0x194),_0x46e5c0(0x19b),_0x46e5c0(0x1dd)]){const _0x2d9429=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x49bc00);_0x2bcce3[_0x46e5c0(0x1a1)](_0x49bc00,()=>{const _0x1d5352=_0x46e5c0,_0x4b5e7d=_0x15662c[_0x1d5352(0x1bd)][_0x1d5352(0x1a7)][_0x1d5352(0x1e1)][_0x1d5352(0x1a8)]()[_0x1d5352(0x1aa)]()[_0x1d5352(0x1b9)](_0x3444d4=>_0x3444d4['is'](_0x1d5352(0x1cc),_0x1d5352(0x19a))),_0x4b18d8=_0x2d9429[_0x1d5352(0x1a9)];_0x15662c[_0x1d5352(0x1bd)][_0x1d5352(0x1e4)](()=>{const _0x51ceab=_0x1d5352;_0x2bcce3[_0x51ceab(0x1d7)]([_0x4b5e7d,_0x4b18d8],{'commandName':_0x51ceab(0x1ac),'commandParams':[]},[],_0x51ceab(0x1ac));});});}for(const _0x4da760 of[_0x46e5c0(0x1c9),_0x46e5c0(0x1f5)]){const _0x2ce5f9=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x4da760);_0x2bcce3[_0x46e5c0(0x1a1)](_0x4da760,()=>{const _0x228004=_0x46e5c0,_0x32b21c=_0x2f25c4[_0x228004(0x1af)](_0x15662c[_0x228004(0x1bd)][_0x228004(0x1a7)][_0x228004(0x1e1)])[0x0],_0x52d65c=_0x32b21c[_0x228004(0x1d3)](_0x228004(0x1c2)),{column:_0x4b59fa,row:_0x59ebf3}=_0x2f25c4[_0x228004(0x1a6)](_0x32b21c);let _0x420921=[];if(_0x228004(0x1cd)==_0x2ce5f9[_0x228004(0x1f4)]){const _0x1dade2=_0x2f25c4[_0x228004(0x1d4)](_0x52d65c,{'startRow':_0x59ebf3,'endRow':_0x59ebf3,'includeAllSlots':!0x0});_0x420921=Array[_0x228004(0x1ca)](_0x1dade2)[_0x228004(0x1ae)](_0x444369=>_0x444369[_0x228004(0x19d)]);}else{const _0x5ad34f=_0x2f25c4[_0x228004(0x1d4)](_0x52d65c,{'column':_0x4b59fa,'includeAllSlots':!0x0});_0x420921=Array[_0x228004(0x1ca)](_0x5ad34f)[_0x228004(0x1ae)](_0x3c188c=>_0x3c188c[_0x228004(0x19d)]);}_0x15662c[_0x228004(0x1bd)][_0x228004(0x1e4)](_0x455789=>{const _0x582b73=_0x228004;_0x2bcce3[_0x582b73(0x1b4)](_0x455789[_0x582b73(0x1ee)](_0x32b21c),{'commandName':_0x4da760,'commandParams':[]},_0x420921,_0x4da760);});});}_0x2bcce3[_0x46e5c0(0x1d0)][_0x46e5c0(0x19e)](_0xc55bc6=>{const _0x1242a5=_0x46e5c0;if(_0x1242a5(0x1d8)!=_0xc55bc6[_0x1242a5(0x1e8)]&&_0x1242a5(0x1e9)!=_0xc55bc6[_0x1242a5(0x1e8)])return;const {data:_0x674312}=_0xc55bc6;return _0x674312&&_0x1242a5(0x1ac)==_0x674312[_0x1242a5(0x1e0)]?{'type':_0x1242a5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x1242a5(0x1be))}:void 0x0;}),_0x2bcce3[_0x46e5c0(0x1d0)][_0x46e5c0(0x19e)](_0x1287d3=>{const _0x4722b5=_0x46e5c0;if(_0x4722b5(0x1d8)!=_0x1287d3[_0x4722b5(0x1e8)]&&_0x4722b5(0x1e9)!=_0x1287d3[_0x4722b5(0x1e8)])return;const {data:_0x27c433}=_0x1287d3;return _0x27c433?_0x4722b5(0x1c9)==_0x27c433[_0x4722b5(0x1e0)]?{'type':_0x4722b5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x4722b5(0x1db))}:_0x4722b5(0x1f5)==_0x27c433[_0x4722b5(0x1e0)]?{'type':_0x4722b5(0x1a2),'content':_0x576f3d(_0x35ecad,_0x4722b5(0x1a4))}:void 0x0:void 0x0;});const _0xf8eb6=_0x4bc7b5[_0x46e5c0(0x199)]();for(const _0x5b5402 of[_0x46e5c0(0x1e2),_0x46e5c0(0x194),_0x46e5c0(0x19b),_0x46e5c0(0x1dd)])_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x5b5402,_0x46e5c0(0x1bb),_0xf8eb6);for(const _0x39f800 of[_0x46e5c0(0x1c9),_0x46e5c0(0x1f5)])_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x39f800,_0x46e5c0(0x1bb),_0xf8eb6);_0x2bcce3[_0x46e5c0(0x1b5)][_0x46e5c0(0x1ec)](_0x46e5c0(0x1d8),_0x46e5c0(0x1ac),_0x46e5c0(0x1bb),_0x2f64e4=>{const _0x44953c=_0x46e5c0;_0x15662c[_0x44953c(0x1bd)][_0x44953c(0x1e4)](_0x23ae67=>{const _0x5c7d5c=_0x44953c,_0x2f5aec=Array[_0x5c7d5c(0x1ca)](_0x19ee63[_0x5c7d5c(0x192)]())[_0x5c7d5c(0x1ae)](_0x3cfe84=>_0x3985bc[_0x5c7d5c(0x1b6)](_0x3cfe84));_0x23ae67[_0x5c7d5c(0x1b1)](_0x2f64e4),_0x15662c[_0x5c7d5c(0x1cb)][_0x5c7d5c(0x1b2)](_0x5c7d5c(0x1ac))[_0x5c7d5c(0x198)](),_0x15662c[_0x5c7d5c(0x1c1)](_0x5c7d5c(0x1ac),{'forceDefaultExecution':!0x0});const _0x3157c3=_0x2f5aec[_0x5c7d5c(0x1a5)](_0x127bbe=>_0x5c7d5c(0x1f1)!=_0x127bbe[_0x5c7d5c(0x1e3)][_0x5c7d5c(0x19c)]);_0x3157c3[_0x5c7d5c(0x1c0)]>0x0&&_0x23ae67[_0x5c7d5c(0x1b1)](_0x3157c3);for(const _0x5a6e85 of _0x2f5aec)_0x5a6e85[_0x5c7d5c(0x1f2)]();});});for(const _0x74f3e5 of[_0x46e5c0(0x1e2),_0x46e5c0(0x19b),_0x46e5c0(0x1dd),_0x46e5c0(0x194)]){const _0x3b8a55=_0x15662c[_0x46e5c0(0x1cb)][_0x46e5c0(0x1b2)](_0x74f3e5);_0x3b8a55['on'](_0x46e5c0(0x197),(_0x51ec67,_0x5e0a93,_0x3b458c)=>{const _0x33bd26=_0x46e5c0;if(_0x3b458c){const _0x1ebe20=_0x15662c[_0x33bd26(0x1bd)][_0x33bd26(0x1a7)][_0x33bd26(0x1e1)][_0x33bd26(0x1a8)]()[_0x33bd26(0x1aa)]()[_0x33bd26(0x1b9)](_0x5f4363=>_0x5f4363['is'](_0x33bd26(0x1cc),_0x33bd26(0x19a)));this[_0x33bd26(0x1c4)](_0x3b8a55[_0x33bd26(0x1a9)],_0x1ebe20)||(_0x51ec67[_0x33bd26(0x1b3)]=!0x1,_0x51ec67[_0x33bd26(0x1ce)]());}},{'priority':_0x46e5c0(0x193)});}}[_0x1f5f28(0x1ab)](){const _0x3dd7f2=_0x1f5f28,_0x51c34a=this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1cb)][_0x3dd7f2(0x1b2)](_0x3dd7f2(0x1ac)),_0x452343=this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1ed)][_0x3dd7f2(0x1b2)](_0x3dd7f2(0x1bf));if(!_0x51c34a[_0x3dd7f2(0x1cf)])return!0x1;const _0x30dc77=_0x452343[_0x3dd7f2(0x1af)](this[_0x3dd7f2(0x1bc)][_0x3dd7f2(0x1bd)][_0x3dd7f2(0x1a7)][_0x3dd7f2(0x1e1)]);for(const _0x578dbb of _0x30dc77)for(const _0x366402 of _0x30dc77)if(_0x578dbb!=_0x366402&&!this[_0x3dd7f2(0x1c4)](_0x578dbb,_0x366402))return!0x1;return!0x0;}[_0x1f5f28(0x1c4)](_0x1acd57,_0x2bd4eb){const _0x3fd558=_0x1f5f28,_0x20a1ce=this[_0x3fd558(0x1bc)][_0x3fd558(0x1ed)][_0x3fd558(0x1b2)](_0x3fd558(0x1b7)),_0x2849ad=this[_0x3fd558(0x1bc)][_0x3fd558(0x1bd)][_0x3fd558(0x1ee)](_0x1acd57),_0x447492=this[_0x3fd558(0x1bc)][_0x3fd558(0x1bd)][_0x3fd558(0x1ee)](_0x2bd4eb),_0x599b3d=new Set(),_0x2dc412=new Set();for(const _0x37d39d of _0x20a1ce[_0x3fd558(0x1ef)]())if((_0x3fd558(0x1b8)==_0x37d39d[_0x3fd558(0x1e8)]||_0x3fd558(0x1a0)==_0x37d39d[_0x3fd558(0x1e8)]||_0x3fd558(0x1ac)==_0x37d39d[_0x3fd558(0x1f3)])&&_0x37d39d[_0x3fd558(0x1dc)]){for(const _0x1bc886 of _0x37d39d[_0x3fd558(0x192)]())_0x1bc886[_0x3fd558(0x1d6)](_0x2849ad,!0x0)&&_0x599b3d[_0x3fd558(0x1d1)](_0x37d39d[_0x3fd558(0x1e8)]+':'+_0x37d39d[_0x3fd558(0x1c3)]['id']),_0x1bc886[_0x3fd558(0x1d6)](_0x447492,!0x0)&&_0x2dc412[_0x3fd558(0x1d1)](_0x37d39d[_0x3fd558(0x1e8)]+':'+_0x37d39d[_0x3fd558(0x1c3)]['id']);}if(_0x599b3d[_0x3fd558(0x195)]!=_0x2dc412[_0x3fd558(0x195)])return!0x1;for(const _0x413c7e of _0x599b3d)if(!_0x2dc412[_0x3fd558(0x196)](_0x413c7e))return!0x1;return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2780(){const _0x4e4936=['30GiFfXV','locale','921756jtXlwT','afterInit','tableOfContents','editor','597415KfOpHJ','2220756sQCDpW','plugins','ELEMENT_TABLE_OF_CONTENTS','2598580kVwsPA','27gdsPQX','registerElementLabel','get','enableCommand','22fmmFkz','TrackChangesEditing','7nWWsdT','2425688OiqMfm','insertTableOfContents','_descriptionFactory','12110aydRUc','163470JWRfSB','commands','453aeDeLG'];_0x2780=function(){return _0x4e4936;};return _0x2780();}const _0x2c502d=_0x2ebd;(function(_0x524bd1,_0x273e28){const _0x195673=_0x2ebd,_0x5661b9=_0x524bd1();while(!![]){try{const _0x858dac=parseInt(_0x195673(0x138))/0x1+-parseInt(_0x195673(0x12e))/0x2*(parseInt(_0x195673(0x131))/0x3)+parseInt(_0x195673(0x134))/0x4+-parseInt(_0x195673(0x12f))/0x5*(parseInt(_0x195673(0x132))/0x6)+parseInt(_0x195673(0x12a))/0x7*(parseInt(_0x195673(0x12b))/0x8)+parseInt(_0x195673(0x13d))/0x9*(parseInt(_0x195673(0x13c))/0xa)+parseInt(_0x195673(0x141))/0xb*(-parseInt(_0x195673(0x139))/0xc);if(_0x858dac===_0x273e28)break;else _0x5661b9['push'](_0x5661b9['shift']());}catch(_0x33bc4a){_0x5661b9['push'](_0x5661b9['shift']());}}}(_0x2780,0x70f92));import{Plugin as _0x44d253}from'ckeditor5/src/core.js';import{getTranslation as _0x584f0d}from'../utils/common-translations.js';function _0x2ebd(_0x3f4ae3,_0x16a3af){const _0x2780be=_0x2780();return _0x2ebd=function(_0x2ebdcf,_0x48c7fd){_0x2ebdcf=_0x2ebdcf-0x129;let _0x412836=_0x2780be[_0x2ebdcf];return _0x412836;},_0x2ebd(_0x3f4ae3,_0x16a3af);}export default class _t extends _0x44d253{[_0x2c502d(0x135)](){const _0x4bc035=_0x2c502d,_0x17a65b=this[_0x4bc035(0x137)];if(!_0x17a65b[_0x4bc035(0x130)][_0x4bc035(0x13f)](_0x4bc035(0x12c)))return;_0x17a65b[_0x4bc035(0x13a)][_0x4bc035(0x13f)](_0x4bc035(0x129))[_0x4bc035(0x140)](_0x4bc035(0x12c));const _0x3beb57=_0x17a65b[_0x4bc035(0x13a)][_0x4bc035(0x13f)](_0x4bc035(0x129)),_0x3461a8=_0x17a65b[_0x4bc035(0x133)];_0x3beb57[_0x4bc035(0x12d)][_0x4bc035(0x13e)](_0x4bc035(0x136),_0x270a24=>_0x584f0d(_0x3461a8,_0x4bc035(0x13b),_0x270a24));}}
23
+ const _0x55e304=_0x2b5b;function _0x2b5b(_0x2a5b0b,_0x1e378c){const _0x406a96=_0x406a();return _0x2b5b=function(_0x2b5bac,_0x45d0f0){_0x2b5bac=_0x2b5bac-0xe4;let _0x68141c=_0x406a96[_0x2b5bac];return _0x68141c;},_0x2b5b(_0x2a5b0b,_0x1e378c);}function _0x406a(){const _0x267bf9=['commands','117639ilHzYD','110881guBmHy','get','540183pdJrsa','_descriptionFactory','insertTableOfContents','1473075TssNxM','593640EvlGHn','ELEMENT_TABLE_OF_CONTENTS','editor','registerElementLabel','6TJhNNg','TrackChangesEditing','16356OdsQfT','plugins','enableCommand','afterInit','locale','11352850GWYqmv','tableOfContents','110XMxPYj','264PifWju'];_0x406a=function(){return _0x267bf9;};return _0x406a();}(function(_0x5853c5,_0x43ff84){const _0x5205cc=_0x2b5b,_0x82d13e=_0x5853c5();while(!![]){try{const _0x16db05=-parseInt(_0x5205cc(0xee))/0x1*(-parseInt(_0x5205cc(0xf8))/0x2)+-parseInt(_0x5205cc(0xf3))/0x3+-parseInt(_0x5205cc(0xf4))/0x4+parseInt(_0x5205cc(0xea))/0x5*(-parseInt(_0x5205cc(0xfa))/0x6)+-parseInt(_0x5205cc(0xf0))/0x7+parseInt(_0x5205cc(0xeb))/0x8*(-parseInt(_0x5205cc(0xed))/0x9)+parseInt(_0x5205cc(0xe8))/0xa;if(_0x16db05===_0x43ff84)break;else _0x82d13e['push'](_0x82d13e['shift']());}catch(_0x155b8f){_0x82d13e['push'](_0x82d13e['shift']());}}}(_0x406a,0x3f7a9));import{Plugin as _0x4b6123}from'ckeditor5/src/core.js';import{getTranslation as _0x3004b3}from'../utils/common-translations.js';export default class _t extends _0x4b6123{[_0x55e304(0xe6)](){const _0x43b4b4=_0x55e304,_0x160db6=this[_0x43b4b4(0xf6)];if(!_0x160db6[_0x43b4b4(0xec)][_0x43b4b4(0xef)](_0x43b4b4(0xf2)))return;_0x160db6[_0x43b4b4(0xe4)][_0x43b4b4(0xef)](_0x43b4b4(0xf9))[_0x43b4b4(0xe5)](_0x43b4b4(0xf2));const _0x5a59d4=_0x160db6[_0x43b4b4(0xe4)][_0x43b4b4(0xef)](_0x43b4b4(0xf9)),_0x2cb575=_0x160db6[_0x43b4b4(0xe7)];_0x5a59d4[_0x43b4b4(0xf1)][_0x43b4b4(0xf7)](_0x43b4b4(0xe9),_0xeffa63=>_0x3004b3(_0x2cb575,_0x43b4b4(0xf5),_0xeffa63));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4c1053=_0x2ad2;(function(_0x15c69e,_0x5ca27b){const _0x2eac91=_0x2ad2,_0x34ddf1=_0x15c69e();while(!![]){try{const _0x25c03d=parseInt(_0x2eac91(0xac))/0x1*(-parseInt(_0x2eac91(0xe0))/0x2)+-parseInt(_0x2eac91(0xee))/0x3+-parseInt(_0x2eac91(0xb8))/0x4*(parseInt(_0x2eac91(0xe5))/0x5)+parseInt(_0x2eac91(0xcf))/0x6+-parseInt(_0x2eac91(0xef))/0x7*(-parseInt(_0x2eac91(0xb9))/0x8)+-parseInt(_0x2eac91(0xb7))/0x9*(-parseInt(_0x2eac91(0xaa))/0xa)+-parseInt(_0x2eac91(0xa8))/0xb;if(_0x25c03d===_0x5ca27b)break;else _0x34ddf1['push'](_0x34ddf1['shift']());}catch(_0x1736d2){_0x34ddf1['push'](_0x34ddf1['shift']());}}}(_0x1763,0xc6952));function _0x1763(){const _0x11c4dd=['1854822bnPfnG','_descriptionFactory','start','tableCellVerticalAlignment','tableWidth','format','getSuggestions','TrackChangesEditing','TablePropertiesEditing','enableCommand','editor','discard','enqueueChange','TableCellPropertiesEditing','TableUtils','tableCellHorizontalAlignment','tableCellBackgroundColor','30QWTPaM','getSuggestionCallback','tableAlignment','_handlePropertyChange','tableBorderWidth','505FPtlzE','get','batch','_getSuggestion','tableCellPadding','tableCellBorderColor','markBlockFormat','getSelectionAffectedTableCells','model','1249125gocpgw','49golLBg','change','join','registerDescriptionCallback','tableCellBorderStyle','has','accept','subType','254760aSMyfz','*Format:*\x20change\x20table\x20properties','78230ROcXoF','table','77093yTPVjV','tableCellProperties','TrackChangesTableProperties','tableProperties','getAttribute','handleSuggestionDescription','tableBorderColor','nodeAfter','plugins','getContainedElement','*Format:*\x20change\x20table\x20cell\x20properties','1818qISVTS','28212rKfceH','1408336lixuXw','formatBlock','findAncestor','getFirstPosition','data','tableCellBorderWidth','tableBorderStyle','tableCellWidth','commandParams','locale','tableCellHeight','document','_suggestionFactory','registerCustomCallback','tableBackgroundColor','setAttribute','selection','handleDiscardAction','removeAttribute','pluginName','tableHeight','afterInit'];_0x1763=function(){return _0x11c4dd;};return _0x1763();}function _0x2ad2(_0x51a2a0,_0x571283){const _0x1763cf=_0x1763();return _0x2ad2=function(_0x2ad2cc,_0x393c67){_0x2ad2cc=_0x2ad2cc-0xa1;let _0xb79392=_0x1763cf[_0x2ad2cc];return _0xb79392;},_0x2ad2(_0x51a2a0,_0x571283);}import{Plugin as _0x1b4252}from'ckeditor5/src/core.js';import{getTranslation as _0x4b2f41}from'../utils/common-translations.js';export default class Mt extends _0x1b4252{constructor(_0x2b88d3){const _0x335a1e=_0x2ad2;super(_0x2b88d3),this[_0x335a1e(0xaf)]=[_0x335a1e(0xb2),_0x335a1e(0xbf),_0x335a1e(0xe4),_0x335a1e(0xe2),_0x335a1e(0xd3),_0x335a1e(0xcd),_0x335a1e(0xc7)],this[_0x335a1e(0xad)]=[_0x335a1e(0xea),_0x335a1e(0xa4),_0x335a1e(0xbe),_0x335a1e(0xe9),_0x335a1e(0xc0),_0x335a1e(0xc3),_0x335a1e(0xdf),_0x335a1e(0xde),_0x335a1e(0xd2)];}static get[_0x4c1053(0xcc)](){const _0x3c3ad8=_0x4c1053;return _0x3c3ad8(0xae);}[_0x4c1053(0xce)](){const _0x56b05c=_0x4c1053,_0x2433f6=this[_0x56b05c(0xd9)][_0x56b05c(0xb4)][_0x56b05c(0xe6)](_0x56b05c(0xd6));if(this[_0x56b05c(0xd9)][_0x56b05c(0xb4)][_0x56b05c(0xa5)](_0x56b05c(0xd7))){for(const _0x398444 of this[_0x56b05c(0xaf)])_0x2433f6[_0x56b05c(0xd8)](_0x398444,(_0x5f44e1,_0x48b75e)=>{const _0x5c6bac=_0x56b05c,_0x3f9169=this[_0x5c6bac(0xd9)][_0x5c6bac(0xed)][_0x5c6bac(0xc4)][_0x5c6bac(0xc9)][_0x5c6bac(0xbc)]()[_0x5c6bac(0xbb)](_0x5c6bac(0xab));this[_0x5c6bac(0xe3)](_0x398444,[_0x3f9169],this[_0x5c6bac(0xaf)],_0x5c6bac(0xaf),_0x5f44e1,_0x48b75e);});_0x2433f6[_0x56b05c(0xc5)][_0x56b05c(0xc6)](_0x56b05c(0xba),_0x56b05c(0xaf),_0x56b05c(0xa6),_0x2433f6[_0x56b05c(0xc5)][_0x56b05c(0xe1)](_0x56b05c(0xba),null,_0x56b05c(0xda))),_0x2433f6[_0x56b05c(0xc5)][_0x56b05c(0xc6)](_0x56b05c(0xba),_0x56b05c(0xaf),_0x56b05c(0xda),(_0x50c258,_0x43ce7a)=>this[_0x56b05c(0xca)](this[_0x56b05c(0xaf)],_0x50c258,_0x43ce7a)),_0x2433f6[_0x56b05c(0xc5)][_0x56b05c(0xc6)](_0x56b05c(0xba),_0x56b05c(0xaf),_0x56b05c(0xa2),()=>!0x1);}if(this[_0x56b05c(0xd9)][_0x56b05c(0xb4)][_0x56b05c(0xa5)](_0x56b05c(0xdc))){for(const _0x228e65 of this[_0x56b05c(0xad)])_0x2433f6[_0x56b05c(0xd8)](_0x228e65,(_0x2845cb,_0x6817eb)=>{const _0x185c52=_0x56b05c,_0x376093=this[_0x185c52(0xd9)][_0x185c52(0xb4)][_0x185c52(0xe6)](_0x185c52(0xdd))[_0x185c52(0xec)](this[_0x185c52(0xd9)][_0x185c52(0xed)][_0x185c52(0xc4)][_0x185c52(0xc9)]);this[_0x185c52(0xe3)](_0x228e65,_0x376093,this[_0x185c52(0xad)],_0x185c52(0xad),_0x2845cb,_0x6817eb);});_0x2433f6[_0x56b05c(0xc5)][_0x56b05c(0xc6)](_0x56b05c(0xba),_0x56b05c(0xad),_0x56b05c(0xa6),_0x2433f6[_0x56b05c(0xc5)][_0x56b05c(0xe1)](_0x56b05c(0xba),null,_0x56b05c(0xda))),_0x2433f6[_0x56b05c(0xc5)][_0x56b05c(0xc6)](_0x56b05c(0xba),_0x56b05c(0xad),_0x56b05c(0xda),(_0x3522cd,_0x2672e3)=>this[_0x56b05c(0xca)](this[_0x56b05c(0xad)],_0x3522cd,_0x2672e3)),_0x2433f6[_0x56b05c(0xc5)][_0x56b05c(0xc6)](_0x56b05c(0xba),_0x56b05c(0xad),_0x56b05c(0xa2),()=>!0x1);}_0x2433f6[_0x56b05c(0xd0)][_0x56b05c(0xa3)](_0x1d07f7=>this[_0x56b05c(0xb1)](_0x1d07f7));}[_0x4c1053(0xe3)](_0x3984e4,_0x2842a3,_0x284797,_0x562ddc,_0x6b1afd,_0x1243d2){const _0x56d06a=_0x4c1053,_0x1f456d=this[_0x56d06a(0xd9)][_0x56d06a(0xb4)][_0x56d06a(0xe6)](_0x56d06a(0xd6));this[_0x56d06a(0xd9)][_0x56d06a(0xed)][_0x56d06a(0xdb)](_0x1243d2[_0x56d06a(0xe7)],()=>{const _0x480ce9=_0x56d06a;for(const _0x4d75b0 of _0x2842a3){if(this[_0x480ce9(0xe8)](_0x4d75b0,_0x562ddc))_0x6b1afd(_0x1243d2);else{const _0x325296={};for(const _0x1e2e9d of _0x284797){const _0x4ca6a8=_0x4d75b0[_0x480ce9(0xb0)](_0x1e2e9d);void 0x0!==_0x4ca6a8&&(_0x325296[_0x1e2e9d]=_0x4ca6a8);}_0x6b1afd(_0x1243d2),_0x1f456d[_0x480ce9(0xeb)](_0x4d75b0,{'commandParams':[_0x325296]},[],_0x562ddc);}}});}[_0x4c1053(0xca)](_0x2d83dc,_0x37970f,_0x3b0e75){const _0xc823e6=_0x4c1053,_0x6f35a=_0x37970f[0x0][_0xc823e6(0xd1)][_0xc823e6(0xb3)],_0x9e43ee=_0x3b0e75[_0xc823e6(0xc1)][0x0];this[_0xc823e6(0xd9)][_0xc823e6(0xed)][_0xc823e6(0xa1)](_0x50a3b2=>{const _0x4f8cfe=_0xc823e6;for(const _0xca3f22 of _0x2d83dc)void 0x0!==_0x9e43ee[_0xca3f22]?_0x50a3b2[_0x4f8cfe(0xc8)](_0xca3f22,_0x9e43ee[_0xca3f22],_0x6f35a):_0x50a3b2[_0x4f8cfe(0xcb)](_0xca3f22,_0x6f35a);});}[_0x4c1053(0xb1)](_0x2497ed){const _0x349c1f=_0x4c1053;if(_0x2497ed[_0x349c1f(0xbd)])switch(_0x2497ed[_0x349c1f(0xa7)]){case _0x349c1f(0xaf):return{'type':_0x349c1f(0xd4),'content':_0x4b2f41(this[_0x349c1f(0xd9)][_0x349c1f(0xc2)],_0x349c1f(0xa9))};case _0x349c1f(0xad):return{'type':_0x349c1f(0xd4),'content':_0x4b2f41(this[_0x349c1f(0xd9)][_0x349c1f(0xc2)],_0x349c1f(0xb6))};}}[_0x4c1053(0xe8)](_0x164bdd,_0x51cb41){const _0x168519=_0x4c1053,_0x445d5f=this[_0x168519(0xd9)][_0x168519(0xb4)][_0x168519(0xe6)](_0x168519(0xd6));for(const _0x5612a0 of _0x445d5f[_0x168519(0xd5)]({'skipNotAttached':!0x0})){const _0xfdb9ab=_0x5612a0[_0x168519(0xb5)]();if(_0x5612a0[_0x168519(0xa7)]===_0x51cb41&&_0xfdb9ab===_0x164bdd)return _0x5612a0;}return null;}}
23
+ const _0x43f735=_0x3346;(function(_0x4f2acb,_0x2937ec){const _0x47118b=_0x3346,_0x33d3d9=_0x4f2acb();while(!![]){try{const _0x1360dc=parseInt(_0x47118b(0x229))/0x1+parseInt(_0x47118b(0x225))/0x2*(-parseInt(_0x47118b(0x1e8))/0x3)+parseInt(_0x47118b(0x208))/0x4*(-parseInt(_0x47118b(0x224))/0x5)+-parseInt(_0x47118b(0x200))/0x6*(-parseInt(_0x47118b(0x1f6))/0x7)+parseInt(_0x47118b(0x202))/0x8*(-parseInt(_0x47118b(0x222))/0x9)+parseInt(_0x47118b(0x205))/0xa*(-parseInt(_0x47118b(0x1f0))/0xb)+parseInt(_0x47118b(0x1fe))/0xc;if(_0x1360dc===_0x2937ec)break;else _0x33d3d9['push'](_0x33d3d9['shift']());}catch(_0x359975){_0x33d3d9['push'](_0x33d3d9['shift']());}}}(_0x65cc,0x6a569));import{Plugin as _0x24a2f7}from'ckeditor5/src/core.js';import{getTranslation as _0x336c28}from'../utils/common-translations.js';export default class Mt extends _0x24a2f7{constructor(_0x4552d1){const _0x5d5c52=_0x3346;super(_0x4552d1),this[_0x5d5c52(0x1f2)]=[_0x5d5c52(0x1de),_0x5d5c52(0x21f),_0x5d5c52(0x1fd),_0x5d5c52(0x1e6),_0x5d5c52(0x22c),_0x5d5c52(0x228),_0x5d5c52(0x1ea)],this[_0x5d5c52(0x1fc)]=[_0x5d5c52(0x1ff),_0x5d5c52(0x21c),_0x5d5c52(0x213),_0x5d5c52(0x210),_0x5d5c52(0x209),_0x5d5c52(0x1f8),_0x5d5c52(0x212),_0x5d5c52(0x1e7),_0x5d5c52(0x1eb)];}static get[_0x43f735(0x1e4)](){const _0x534f00=_0x43f735;return _0x534f00(0x1f1);}[_0x43f735(0x1f7)](){const _0x2a1881=_0x43f735,_0x11a11b=this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x216)](_0x2a1881(0x1e2));if(this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x1e9)](_0x2a1881(0x227))){for(const _0x50eb4f of this[_0x2a1881(0x1f2)])_0x11a11b[_0x2a1881(0x207)](_0x50eb4f,(_0x1940f3,_0x4385e6)=>{const _0x1f232b=_0x2a1881,_0x16075e=this[_0x1f232b(0x1e1)][_0x1f232b(0x20a)][_0x1f232b(0x223)][_0x1f232b(0x1ef)][_0x1f232b(0x203)]()[_0x1f232b(0x1f5)](_0x1f232b(0x1ed));this[_0x1f232b(0x20d)](_0x50eb4f,[_0x16075e],this[_0x1f232b(0x1f2)],_0x1f232b(0x1f2),_0x1940f3,_0x4385e6);});_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x21e),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x1fb)](_0x2a1881(0x22b),null,_0x2a1881(0x20b))),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x20b),(_0x592700,_0x1a4d47)=>this[_0x2a1881(0x201)](this[_0x2a1881(0x1f2)],_0x592700,_0x1a4d47)),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1f2),_0x2a1881(0x20c),()=>!0x1);}if(this[_0x2a1881(0x1e1)][_0x2a1881(0x1e5)][_0x2a1881(0x1e9)](_0x2a1881(0x21d))){for(const _0x5b887f of this[_0x2a1881(0x1fc)])_0x11a11b[_0x2a1881(0x207)](_0x5b887f,(_0x289f80,_0x4fa1c1)=>{const _0x2609ff=_0x2a1881,_0x27fefa=this[_0x2609ff(0x1e1)][_0x2609ff(0x1e5)][_0x2609ff(0x216)](_0x2609ff(0x1e3))[_0x2609ff(0x1dd)](this[_0x2609ff(0x1e1)][_0x2609ff(0x20a)][_0x2609ff(0x223)][_0x2609ff(0x1ef)]);this[_0x2609ff(0x20d)](_0x5b887f,_0x27fefa,this[_0x2609ff(0x1fc)],_0x2609ff(0x1fc),_0x289f80,_0x4fa1c1);});_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x21e),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x1fb)](_0x2a1881(0x22b),null,_0x2a1881(0x20b))),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x20b),(_0x1a5632,_0x2ed23b)=>this[_0x2a1881(0x201)](this[_0x2a1881(0x1fc)],_0x1a5632,_0x2ed23b)),_0x11a11b[_0x2a1881(0x21b)][_0x2a1881(0x214)](_0x2a1881(0x22b),_0x2a1881(0x1fc),_0x2a1881(0x20c),()=>!0x1);}_0x11a11b[_0x2a1881(0x218)][_0x2a1881(0x217)](_0x29059d=>this[_0x2a1881(0x20e)](_0x29059d));}[_0x43f735(0x20d)](_0x43e559,_0x2fc672,_0x5ce42a,_0x407a89,_0xe2ff0d,_0x223ca9){const _0x177783=_0x43f735,_0x566451=this[_0x177783(0x1e1)][_0x177783(0x1e5)][_0x177783(0x216)](_0x177783(0x1e2));this[_0x177783(0x1e1)][_0x177783(0x20a)][_0x177783(0x1ee)](_0x223ca9[_0x177783(0x221)],()=>{const _0x3d8468=_0x177783;for(const _0x5e589a of _0x2fc672){if(this[_0x3d8468(0x1fa)](_0x5e589a,_0x407a89))_0xe2ff0d(_0x223ca9);else{const _0x45cdf6={};for(const _0x5639f9 of _0x5ce42a){const _0x3917e7=_0x5e589a[_0x3d8468(0x20f)](_0x5639f9);void 0x0!==_0x3917e7&&(_0x45cdf6[_0x5639f9]=_0x3917e7);}_0xe2ff0d(_0x223ca9),_0x566451[_0x3d8468(0x226)](_0x5e589a,{'commandParams':[_0x45cdf6]},[],_0x407a89);}}});}[_0x43f735(0x201)](_0x108f20,_0x50cb71,_0x38b2bd){const _0x2d0a40=_0x43f735,_0x4a679e=_0x50cb71[0x0][_0x2d0a40(0x21a)][_0x2d0a40(0x215)],_0x1836db=_0x38b2bd[_0x2d0a40(0x1f3)][0x0];this[_0x2d0a40(0x1e1)][_0x2d0a40(0x20a)][_0x2d0a40(0x219)](_0x3cafc0=>{const _0x89a152=_0x2d0a40;for(const _0x462f46 of _0x108f20)void 0x0!==_0x1836db[_0x462f46]?_0x3cafc0[_0x89a152(0x220)](_0x462f46,_0x1836db[_0x462f46],_0x4a679e):_0x3cafc0[_0x89a152(0x22a)](_0x462f46,_0x4a679e);});}[_0x43f735(0x20e)](_0x2dea30){const _0x571731=_0x43f735;if(_0x2dea30[_0x571731(0x206)])switch(_0x2dea30[_0x571731(0x211)]){case _0x571731(0x1f2):return{'type':_0x571731(0x1df),'content':_0x336c28(this[_0x571731(0x1e1)][_0x571731(0x1f9)],_0x571731(0x1ec))};case _0x571731(0x1fc):return{'type':_0x571731(0x1df),'content':_0x336c28(this[_0x571731(0x1e1)][_0x571731(0x1f9)],_0x571731(0x1e0))};}}[_0x43f735(0x1fa)](_0x1433d0,_0x4ee97d){const _0x591ebf=_0x43f735,_0x4f3942=this[_0x591ebf(0x1e1)][_0x591ebf(0x1e5)][_0x591ebf(0x216)](_0x591ebf(0x1e2));for(const _0x46c8fe of _0x4f3942[_0x591ebf(0x1f4)]({'skipNotAttached':!0x0})){const _0x222026=_0x46c8fe[_0x591ebf(0x204)]();if(_0x46c8fe[_0x591ebf(0x211)]===_0x4ee97d&&_0x222026===_0x1433d0)return _0x46c8fe;}return null;}}function _0x3346(_0x1f6eee,_0x179dc4){const _0x65ccdf=_0x65cc();return _0x3346=function(_0x33467d,_0x1620b8){_0x33467d=_0x33467d-0x1dd;let _0x57953f=_0x65ccdf[_0x33467d];return _0x57953f;},_0x3346(_0x1f6eee,_0x179dc4);}function _0x65cc(){const _0x32d058=['handleDiscardAction','248ysMuDl','getFirstPosition','getContainedElement','20IWoerl','data','enableCommand','4faHtZc','tableCellWidth','model','discard','join','_handlePropertyChange','handleSuggestionDescription','getAttribute','tableCellPadding','subType','tableCellBackgroundColor','tableCellBorderWidth','registerCustomCallback','nodeAfter','get','registerDescriptionCallback','_descriptionFactory','change','start','_suggestionFactory','tableCellBorderStyle','TableCellPropertiesEditing','accept','tableBorderStyle','setAttribute','batch','216936XsqSTH','document','1836365mwPzEu','310346BDfnNs','markBlockFormat','TablePropertiesEditing','tableHeight','770823xukxat','removeAttribute','formatBlock','tableWidth','getSelectionAffectedTableCells','tableBorderColor','format','*Format:*\x20change\x20table\x20cell\x20properties','editor','TrackChangesEditing','TableUtils','pluginName','plugins','tableAlignment','tableCellHorizontalAlignment','6zRYsKD','has','tableBackgroundColor','tableCellVerticalAlignment','*Format:*\x20change\x20table\x20properties','table','enqueueChange','selection','2645346hRGHjY','TrackChangesTableProperties','tableProperties','commandParams','getSuggestions','findAncestor','7343zdfUaS','afterInit','tableCellHeight','locale','_getSuggestion','getSuggestionCallback','tableCellProperties','tableBorderWidth','14478600wCjuCR','tableCellBorderColor','2082wzubUd'];_0x65cc=function(){return _0x32d058;};return _0x65cc();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1027f3=_0x5ce4;(function(_0x59bf7a,_0x4b23d1){const _0x31f7a0=_0x5ce4,_0x72834f=_0x59bf7a();while(!![]){try{const _0x17d1c7=parseInt(_0x31f7a0(0x17a))/0x1+parseInt(_0x31f7a0(0x180))/0x2*(parseInt(_0x31f7a0(0x185))/0x3)+-parseInt(_0x31f7a0(0x17b))/0x4+parseInt(_0x31f7a0(0x181))/0x5+parseInt(_0x31f7a0(0x18a))/0x6+parseInt(_0x31f7a0(0x182))/0x7+-parseInt(_0x31f7a0(0x17e))/0x8;if(_0x17d1c7===_0x4b23d1)break;else _0x72834f['push'](_0x72834f['shift']());}catch(_0x491faa){_0x72834f['push'](_0x72834f['shift']());}}}(_0x40f7,0x63766));function _0x40f7(){const _0x5b7ada=['2401308xBNrxT','has','enableCommand','9373544XqiduM','insertTemplate','2IgbrDm','357815GESJwm','1262730vbMpMF','editor','afterInit','1824231Kjvguz','plugins','TrackChangesEditing','get','Template','3518664cTeaHj','732944hPCCIh'];_0x40f7=function(){return _0x5b7ada;};return _0x40f7();}function _0x5ce4(_0x2f7a28,_0x570058){const _0x40f75e=_0x40f7();return _0x5ce4=function(_0x5ce4ac,_0x46f267){_0x5ce4ac=_0x5ce4ac-0x17a;let _0x116505=_0x40f75e[_0x5ce4ac];return _0x116505;},_0x5ce4(_0x2f7a28,_0x570058);}import{Plugin as _0x45f063}from'ckeditor5/src/core.js';export default class vt extends _0x45f063{[_0x1027f3(0x184)](){const _0x29b3ef=_0x1027f3,_0xfb60be=this[_0x29b3ef(0x183)];_0xfb60be[_0x29b3ef(0x186)][_0x29b3ef(0x17c)](_0x29b3ef(0x189))&&_0xfb60be[_0x29b3ef(0x186)][_0x29b3ef(0x188)](_0x29b3ef(0x187))[_0x29b3ef(0x17d)](_0x29b3ef(0x17f));}}
23
+ const _0x4a9121=_0x3fb5;function _0x3fb5(_0x174696,_0x442264){const _0x585824=_0x5858();return _0x3fb5=function(_0x3fb51a,_0x38ac9d){_0x3fb51a=_0x3fb51a-0x1b6;let _0xca545d=_0x585824[_0x3fb51a];return _0xca545d;},_0x3fb5(_0x174696,_0x442264);}(function(_0x3a2494,_0x170f24){const _0xd20b44=_0x3fb5,_0x34dd8d=_0x3a2494();while(!![]){try{const _0x1664cc=parseInt(_0xd20b44(0x1bd))/0x1*(parseInt(_0xd20b44(0x1b9))/0x2)+-parseInt(_0xd20b44(0x1b6))/0x3+-parseInt(_0xd20b44(0x1c8))/0x4+-parseInt(_0xd20b44(0x1c7))/0x5+-parseInt(_0xd20b44(0x1c2))/0x6+-parseInt(_0xd20b44(0x1b8))/0x7*(parseInt(_0xd20b44(0x1c5))/0x8)+parseInt(_0xd20b44(0x1c6))/0x9*(parseInt(_0xd20b44(0x1bf))/0xa);if(_0x1664cc===_0x170f24)break;else _0x34dd8d['push'](_0x34dd8d['shift']());}catch(_0xa7df0f){_0x34dd8d['push'](_0x34dd8d['shift']());}}}(_0x5858,0x5294e));import{Plugin as _0x1c47ad}from'ckeditor5/src/core.js';export default class vt extends _0x1c47ad{[_0x4a9121(0x1c3)](){const _0x53a01b=_0x4a9121,_0x277954=this[_0x53a01b(0x1c1)];_0x277954[_0x53a01b(0x1bc)][_0x53a01b(0x1be)](_0x53a01b(0x1ba))&&_0x277954[_0x53a01b(0x1bc)][_0x53a01b(0x1c0)](_0x53a01b(0x1c4))[_0x53a01b(0x1bb)](_0x53a01b(0x1b7));}}function _0x5858(){const _0x4c4a5a=['887yydCmr','has','10uLZHLk','get','editor','3161220OgyEdp','afterInit','TrackChangesEditing','1387096ssnCwI','21328533ERcQYG','772315NgVgoC','2334124mrNtnK','1262496LxBOZd','insertTemplate','14fqTHzn','2WeKTPv','Template','enableCommand','plugins'];_0x5858=function(){return _0x4c4a5a;};return _0x5858();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x41a6(){const _0x5bd367=['newRange','isCollapsed','updateMarker','title-content','9208JjpWRv','46xqYGsv','getNearestSelectionRange','45czvDlp','37405VFJinT','1963302IfEbeT','isEqual','registerPostFixer','plugins','removeMarker','editor','forward','1758735XMUAIT','createRange','has','from','92388hAGRgA','_descriptionFactory','19021BmKPbX','model','end','getChangedMarkers','ELEMENT_TITLE','Title','TrackChangesEditing','start','afterInit','get','198OcaqMa','document','isTouching','suggestion','locale','_splitMarkerName','element','registerElementLabel','315zjrScj','1129050sGRqCX','schema','nodeBefore','differ'];_0x41a6=function(){return _0x5bd367;};return _0x41a6();}function _0x5d3c(_0xfa3e02,_0x243c1f){const _0x41a6d6=_0x41a6();return _0x5d3c=function(_0x5d3c00,_0xe00ab4){_0x5d3c00=_0x5d3c00-0x13e;let _0xbf09c6=_0x41a6d6[_0x5d3c00];return _0xbf09c6;},_0x5d3c(_0xfa3e02,_0x243c1f);}const _0x4820f8=_0x5d3c;(function(_0x373a39,_0x26ca18){const _0x4e4fe1=_0x5d3c,_0x292c54=_0x373a39();while(!![]){try{const _0x524156=parseInt(_0x4e4fe1(0x165))/0x1*(-parseInt(_0x4e4fe1(0x154))/0x2)+parseInt(_0x4e4fe1(0x156))/0x3*(parseInt(_0x4e4fe1(0x163))/0x4)+parseInt(_0x4e4fe1(0x157))/0x5*(parseInt(_0x4e4fe1(0x142))/0x6)+parseInt(_0x4e4fe1(0x14a))/0x7*(parseInt(_0x4e4fe1(0x153))/0x8)+-parseInt(_0x4e4fe1(0x15f))/0x9+parseInt(_0x4e4fe1(0x14b))/0xa+parseInt(_0x4e4fe1(0x158))/0xb;if(_0x524156===_0x26ca18)break;else _0x292c54['push'](_0x292c54['shift']());}catch(_0xabe760){_0x292c54['push'](_0x292c54['shift']());}}}(_0x41a6,0x4a1fc));import{Plugin as _0x130d79}from'ckeditor5/src/core.js';import{getTranslation as _0x313ff5}from'../utils/common-translations.js';export default class Ct extends _0x130d79{[_0x4820f8(0x140)](){const _0x3961ee=_0x4820f8,_0x1cfc08=this[_0x3961ee(0x15d)];if(!_0x1cfc08[_0x3961ee(0x15b)][_0x3961ee(0x161)](_0x3961ee(0x16a)))return;const _0x1a5dc4=_0x1cfc08[_0x3961ee(0x15b)][_0x3961ee(0x141)](_0x3961ee(0x13e));_0x1a5dc4[_0x3961ee(0x164)][_0x3961ee(0x149)](_0x3961ee(0x152),()=>_0x313ff5(_0x1cfc08[_0x3961ee(0x146)],_0x3961ee(0x169))),_0x1cfc08[_0x3961ee(0x166)][_0x3961ee(0x143)][_0x3961ee(0x15a)](_0x2cd9d9=>{const _0x4c9145=_0x3961ee;let _0x3a1470=!0x1;const _0x2996c7=Array[_0x4c9145(0x162)](_0x1cfc08[_0x4c9145(0x166)][_0x4c9145(0x143)][_0x4c9145(0x14e)][_0x4c9145(0x168)]());for(const {name:_0x20e19f,data:_0x1d53ab}of _0x2996c7){const {group:_0x44144d}=_0x1a5dc4[_0x4c9145(0x147)](_0x20e19f);if(_0x4c9145(0x145)!==_0x44144d||!_0x1d53ab[_0x4c9145(0x14f)])continue;const _0x413d83=_0x1d53ab[_0x4c9145(0x14f)],_0x4a406d=_0x413d83[_0x4c9145(0x167)][_0x4c9145(0x14d)];if(!_0x4a406d||!_0x4a406d['is'](_0x4c9145(0x148),_0x4c9145(0x152)))continue;if(!_0x413d83[_0x4c9145(0x13f)][_0x4c9145(0x144)](_0x413d83[_0x4c9145(0x167)]))continue;const _0x31b1df=_0x1cfc08[_0x4c9145(0x166)][_0x4c9145(0x14c)][_0x4c9145(0x155)](_0x413d83[_0x4c9145(0x167)],_0x4c9145(0x15e));if(_0x31b1df&&_0x31b1df[_0x4c9145(0x150)]){const _0x22f743=_0x2cd9d9[_0x4c9145(0x160)](_0x413d83[_0x4c9145(0x13f)],_0x31b1df[_0x4c9145(0x13f)]);_0x22f743[_0x4c9145(0x159)](_0x413d83)||(_0x2cd9d9[_0x4c9145(0x151)](_0x20e19f,{'range':_0x22f743}),_0x3a1470=!0x0);}_0x3a1470||(_0x2cd9d9[_0x4c9145(0x15c)](_0x20e19f),_0x3a1470=!0x0);}return _0x3a1470;});}}
23
+ const _0xe089ca=_0x4e44;(function(_0x36ed74,_0xeed43f){const _0x987cb1=_0x4e44,_0x86b1c7=_0x36ed74();while(!![]){try{const _0x2cb110=parseInt(_0x987cb1(0x11b))/0x1+-parseInt(_0x987cb1(0x11d))/0x2+parseInt(_0x987cb1(0xf8))/0x3*(-parseInt(_0x987cb1(0xf9))/0x4)+-parseInt(_0x987cb1(0x11c))/0x5*(parseInt(_0x987cb1(0xfa))/0x6)+parseInt(_0x987cb1(0x107))/0x7+parseInt(_0x987cb1(0x105))/0x8*(-parseInt(_0x987cb1(0x120))/0x9)+-parseInt(_0x987cb1(0x112))/0xa*(-parseInt(_0x987cb1(0x11f))/0xb);if(_0x2cb110===_0xeed43f)break;else _0x86b1c7['push'](_0x86b1c7['shift']());}catch(_0x25239f){_0x86b1c7['push'](_0x86b1c7['shift']());}}}(_0x2a02,0xe2049));import{Plugin as _0x481027}from'ckeditor5/src/core.js';function _0x4e44(_0xb21244,_0x5491b1){const _0x2a02c4=_0x2a02();return _0x4e44=function(_0x4e44d3,_0x30048f){_0x4e44d3=_0x4e44d3-0xf4;let _0x2c8452=_0x2a02c4[_0x4e44d3];return _0x2c8452;},_0x4e44(_0xb21244,_0x5491b1);}import{getTranslation as _0x1c7ca8}from'../utils/common-translations.js';export default class Ct extends _0x481027{[_0xe089ca(0xfd)](){const _0xe8999a=_0xe089ca,_0x2380ef=this[_0xe8999a(0x106)];if(!_0x2380ef[_0xe8999a(0x11a)][_0xe8999a(0x101)](_0xe8999a(0x10d)))return;const _0x5790b0=_0x2380ef[_0xe8999a(0x11a)][_0xe8999a(0x10f)](_0xe8999a(0xfe));_0x5790b0[_0xe8999a(0x10c)][_0xe8999a(0xf6)](_0xe8999a(0x104),()=>_0x1c7ca8(_0x2380ef[_0xe8999a(0x10a)],_0xe8999a(0x113))),_0x2380ef[_0xe8999a(0x108)][_0xe8999a(0x115)][_0xe8999a(0x119)](_0x5d35b4=>{const _0x3ec192=_0xe8999a;let _0x505d5f=!0x1;const _0x4f84c5=Array[_0x3ec192(0x11e)](_0x2380ef[_0x3ec192(0x108)][_0x3ec192(0x115)][_0x3ec192(0xf5)][_0x3ec192(0x10b)]());for(const {name:_0x362d15,data:_0xb5951e}of _0x4f84c5){const {group:_0x41556e}=_0x5790b0[_0x3ec192(0x10e)](_0x362d15);if(_0x3ec192(0xf4)!==_0x41556e||!_0xb5951e[_0x3ec192(0x103)])continue;const _0x2712b7=_0xb5951e[_0x3ec192(0x103)],_0x57c6de=_0x2712b7[_0x3ec192(0x117)][_0x3ec192(0xfb)];if(!_0x57c6de||!_0x57c6de['is'](_0x3ec192(0x110),_0x3ec192(0x104)))continue;if(!_0x2712b7[_0x3ec192(0xfc)][_0x3ec192(0x116)](_0x2712b7[_0x3ec192(0x117)]))continue;const _0x1f48fa=_0x2380ef[_0x3ec192(0x108)][_0x3ec192(0x100)][_0x3ec192(0xf7)](_0x2712b7[_0x3ec192(0x117)],_0x3ec192(0x114));if(_0x1f48fa&&_0x1f48fa[_0x3ec192(0x118)]){const _0x5c5a08=_0x5d35b4[_0x3ec192(0x111)](_0x2712b7[_0x3ec192(0xfc)],_0x1f48fa[_0x3ec192(0xfc)]);_0x5c5a08[_0x3ec192(0x109)](_0x2712b7)||(_0x5d35b4[_0x3ec192(0xff)](_0x362d15,{'range':_0x5c5a08}),_0x505d5f=!0x0);}_0x505d5f||(_0x5d35b4[_0x3ec192(0x102)](_0x362d15),_0x505d5f=!0x0);}return _0x505d5f;});}}function _0x2a02(){const _0x469197=['afterInit','TrackChangesEditing','updateMarker','schema','has','removeMarker','newRange','title-content','5806664XbiSQP','editor','4511143cFypJU','model','isEqual','locale','getChangedMarkers','_descriptionFactory','Title','_splitMarkerName','get','element','createRange','4486210TOltYB','ELEMENT_TITLE','forward','document','isTouching','end','isCollapsed','registerPostFixer','plugins','344601InLXOj','205GdmpkL','2489102BtdnKA','from','99MNoiHF','9xAxxAA','suggestion','differ','registerElementLabel','getNearestSelectionRange','327315iwvxDM','44tWsnrg','136146ESXBds','nodeBefore','start'];_0x2a02=function(){return _0x469197;};return _0x2a02();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xdf7766=_0x1fdd;function _0x1fdd(_0x185c17,_0x82743b){const _0x4f6bd7=_0x4f6b();return _0x1fdd=function(_0x1fdd4d,_0x4475b5){_0x1fdd4d=_0x1fdd4d-0x18b;let _0x1fdad1=_0x4f6bd7[_0x1fdd4d];return _0x1fdad1;},_0x1fdd(_0x185c17,_0x82743b);}function _0x4f6b(){const _0x5e2266=['686871HaKgzU','TrackChangesEditing','has','enableCommand','1369200vnFCbs','get','7oHXsui','plugins','2DUSNoB','8pSodNq','afterInit','undo','redo','41975iGQEqd','editor','1127058efCvjG','154551JMbzte','806832oUsDeO','7766500sfGMUQ','UndoEditing'];_0x4f6b=function(){return _0x5e2266;};return _0x4f6b();}(function(_0x3237f2,_0x319e93){const _0x5de1bd=_0x1fdd,_0x4eb7e9=_0x3237f2();while(!![]){try{const _0x2ec90f=-parseInt(_0x5de1bd(0x19b))/0x1*(parseInt(_0x5de1bd(0x193))/0x2)+-parseInt(_0x5de1bd(0x19a))/0x3+-parseInt(_0x5de1bd(0x19c))/0x4+-parseInt(_0x5de1bd(0x198))/0x5+-parseInt(_0x5de1bd(0x18f))/0x6*(-parseInt(_0x5de1bd(0x191))/0x7)+-parseInt(_0x5de1bd(0x194))/0x8*(parseInt(_0x5de1bd(0x18b))/0x9)+parseInt(_0x5de1bd(0x19d))/0xa;if(_0x2ec90f===_0x319e93)break;else _0x4eb7e9['push'](_0x4eb7e9['shift']());}catch(_0x505197){_0x4eb7e9['push'](_0x4eb7e9['shift']());}}}(_0x4f6b,0x2df1f));import{Plugin as _0x898e19}from'ckeditor5/src/core.js';export default class Dt extends _0x898e19{[_0xdf7766(0x195)](){const _0x1ee804=_0xdf7766,_0x9b19d=this[_0x1ee804(0x199)],_0x30b269=_0x9b19d[_0x1ee804(0x192)][_0x1ee804(0x190)](_0x1ee804(0x18c));_0x9b19d[_0x1ee804(0x192)][_0x1ee804(0x18d)](_0x1ee804(0x19e))&&(_0x30b269[_0x1ee804(0x18e)](_0x1ee804(0x196)),_0x30b269[_0x1ee804(0x18e)](_0x1ee804(0x197)));}}
23
+ const _0x3a82cf=_0x5444;function _0x5444(_0x211644,_0x3e83f0){const _0x80a32c=_0x80a3();return _0x5444=function(_0x54443a,_0x56f3c8){_0x54443a=_0x54443a-0xf2;let _0x11d70c=_0x80a32c[_0x54443a];return _0x11d70c;},_0x5444(_0x211644,_0x3e83f0);}function _0x80a3(){const _0x3b2486=['undo','TrackChangesEditing','plugins','1815354haDLsU','afterInit','576ORMDua','redo','has','1975216MdOljX','get','editor','7VGTXZW','2469345pDszwO','4256aehiXD','1078822XyaIQe','7214680uapzQJ','681204YkmUZs','UndoEditing','enableCommand'];_0x80a3=function(){return _0x3b2486;};return _0x80a3();}(function(_0x824a86,_0x58f629){const _0x490123=_0x5444,_0x11d113=_0x824a86();while(!![]){try{const _0x5a893b=parseInt(_0x490123(0x104))/0x1+parseInt(_0x490123(0xfe))/0x2+-parseInt(_0x490123(0xfb))/0x3*(parseInt(_0x490123(0x103))/0x4)+-parseInt(_0x490123(0x102))/0x5+parseInt(_0x490123(0xf3))/0x6*(parseInt(_0x490123(0x101))/0x7)+-parseInt(_0x490123(0xf2))/0x8+parseInt(_0x490123(0xf9))/0x9;if(_0x5a893b===_0x58f629)break;else _0x11d113['push'](_0x11d113['shift']());}catch(_0x1872e7){_0x11d113['push'](_0x11d113['shift']());}}}(_0x80a3,0xbed6e));import{Plugin as _0x325340}from'ckeditor5/src/core.js';export default class Dt extends _0x325340{[_0x3a82cf(0xfa)](){const _0x38d937=_0x3a82cf,_0x53a6fb=this[_0x38d937(0x100)],_0x45bb47=_0x53a6fb[_0x38d937(0xf8)][_0x38d937(0xff)](_0x38d937(0xf7));_0x53a6fb[_0x38d937(0xf8)][_0x38d937(0xfd)](_0x38d937(0xf4))&&(_0x45bb47[_0x38d937(0xf5)](_0x38d937(0xf6)),_0x45bb47[_0x38d937(0xf5)](_0x38d937(0xfc)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x5751e3,_0x297aca){const _0x3eff44=_0x412e,_0x39efdc=_0x5751e3();while(!![]){try{const _0xc4cc50=-parseInt(_0x3eff44(0x142))/0x1*(parseInt(_0x3eff44(0x135))/0x2)+parseInt(_0x3eff44(0x123))/0x3+parseInt(_0x3eff44(0x11f))/0x4+-parseInt(_0x3eff44(0x128))/0x5+-parseInt(_0x3eff44(0x14c))/0x6*(-parseInt(_0x3eff44(0x14a))/0x7)+-parseInt(_0x3eff44(0x13e))/0x8*(-parseInt(_0x3eff44(0x150))/0x9)+-parseInt(_0x3eff44(0x132))/0xa;if(_0xc4cc50===_0x297aca)break;else _0x39efdc['push'](_0x39efdc['shift']());}catch(_0x4dcc7d){_0x39efdc['push'](_0x39efdc['shift']());}}}(_0x20e5,0x786cb));function _0x20e5(){const _0x5137bf=['getWalker','getAttribute','addClass','listItem','parent','item','7SJHStZ','plugins','3949518oPJttF','markerRange','span','get','1905984vWtPoL','mapper','isBlock','addHighlight','model','isLimit','2849104YBMpLa','previousPosition','start','schema','896418iVHbeq','elementEnd','TrackChangesEditing','createRangeOn','nextSibling','270810UhkdsQ','activeMarkers','markerName','listIndent','includes','ck-suggestion-marker--active','getCustomProperty','isContent','insert','toViewElement','15416200xgpIlx','isAtEnd','bindElementToMarker','284932ykgYqE','type','name','consumable','push','getItems','element','createUIElement','writer','32bvKQKc','ck-suggestion-marker-','hasAttribute','test','3bruhTf','toViewPosition'];_0x20e5=function(){return _0x5137bf;};return _0x20e5();}export function getRangesWithAttribute(_0x141fa9,_0x328591,_0x5c4ff4){const _0xc720b9=_0x412e,_0x4dd315=[];for(const _0x1a078d of _0x328591[_0xc720b9(0x13a)]())_0x1a078d[_0xc720b9(0x140)](_0x141fa9)&&_0x4dd315[_0xc720b9(0x139)](_0x5c4ff4[_0xc720b9(0x126)](_0x1a078d));return _0x4dd315;}export function getElementsAffectedByListItemRename(_0x1023dd){const _0x118229=_0x412e,_0x2addb0=[];if(_0x1023dd['is'](_0x118229(0x13b),_0x118229(0x147))){let _0x4b403a=_0x1023dd[_0x118229(0x127)];for(;_0x4b403a&&_0x4b403a['is'](_0x118229(0x13b),_0x118229(0x147))&&_0x4b403a[_0x118229(0x145)](_0x118229(0x12b))>0x0;)_0x2addb0[_0x118229(0x139)](_0x4b403a),_0x4b403a=_0x4b403a[_0x118229(0x127)];}return _0x2addb0;}function _0x412e(_0x191449,_0x4f073b){const _0x20e567=_0x20e5();return _0x412e=function(_0x412e98,_0x131099){_0x412e98=_0x412e98-0x11e;let _0x2a7539=_0x20e567[_0x412e98];return _0x2a7539;},_0x412e(_0x191449,_0x4f073b);}export function downcastSplitMergeMarker(_0x4cf690,_0x54a632,{showActiveMarker:_0x399cf2=!0x0}={}){const _0x453b7f=_0x412e,_0x25a3b1=_0x4cf690[_0x453b7f(0x14b)][_0x453b7f(0x14f)](_0x453b7f(0x125));return(_0x48d7e8,_0xe8ff79,_0x191e51)=>{const _0x5e9b92=_0x453b7f;if(!_0x191e51[_0x5e9b92(0x138)][_0x5e9b92(0x141)](_0xe8ff79[_0x5e9b92(0x14d)],_0x48d7e8[_0x5e9b92(0x137)]))return;const _0x3d8f37=_0xe8ff79[_0x5e9b92(0x14d)][_0x5e9b92(0x144)](),_0x57e847=_0xe8ff79[_0x5e9b92(0x14d)][_0x5e9b92(0x121)],_0x5cc346=_0x4cf690[_0x5e9b92(0x154)][_0x5e9b92(0x122)];let _0x52099f=null,_0x518032=null,_0x2ad493=!0x1,_0x366e0a=!0x1;for(const _0x24d714 of _0x3d8f37){const _0x20502b=_0x24d714[_0x5e9b92(0x149)];_0x2ad493=_0x2ad493||_0x5cc346[_0x5e9b92(0x12f)](_0x20502b);const _0x2e77ba=_0x191e51[_0x5e9b92(0x151)][_0x5e9b92(0x131)](_0x20502b);if(_0x2e77ba&&_0x2e77ba[_0x5e9b92(0x12e)](_0x5e9b92(0x153)))return;_0x5e9b92(0x124)==_0x24d714[_0x5e9b92(0x136)]&&(_0x5cc346[_0x5e9b92(0x152)](_0x20502b)&&!_0x5cc346[_0x5e9b92(0x11e)](_0x20502b)&&(_0x20502b[_0x5e9b92(0x127)]||_0x57e847[_0x5e9b92(0x133)]?_0x52099f&&_0x52099f[_0x5e9b92(0x148)]==_0x20502b||(_0x52099f=_0x20502b,_0x16d3f2(_0x24d714[_0x5e9b92(0x120)]),_0x366e0a=!0x0):_0x518032=_0x518032||_0x24d714[_0x5e9b92(0x120)]));}function _0x16d3f2(_0x103747){const _0x2111e4=_0x5e9b92,_0x46ab9f=_0x191e51[_0x2111e4(0x13d)][_0x2111e4(0x13c)](_0x2111e4(0x14e),{'class':_0x2111e4(0x13f)+_0x54a632}),_0x41eb35=_0x191e51[_0x2111e4(0x151)][_0x2111e4(0x143)](_0x103747);_0x399cf2&&_0x25a3b1[_0x2111e4(0x129)][_0x2111e4(0x12c)](_0xe8ff79[_0x2111e4(0x12a)])&&_0x191e51[_0x2111e4(0x13d)][_0x2111e4(0x146)](_0x2111e4(0x12d),_0x46ab9f),_0x191e51[_0x2111e4(0x13d)][_0x2111e4(0x130)](_0x41eb35,_0x46ab9f),_0x191e51[_0x2111e4(0x151)][_0x2111e4(0x134)](_0x46ab9f,_0xe8ff79[_0x2111e4(0x12a)]);}_0x2ad493||_0x366e0a||!_0x518032||_0x16d3f2(_0x518032);};}
23
+ (function(_0x1e6f75,_0x39b97a){const _0x217d4b=_0x33dd,_0x3bc864=_0x1e6f75();while(!![]){try{const _0x3ec3e3=-parseInt(_0x217d4b(0x1d1))/0x1*(-parseInt(_0x217d4b(0x1df))/0x2)+-parseInt(_0x217d4b(0x1ce))/0x3*(parseInt(_0x217d4b(0x1f8))/0x4)+-parseInt(_0x217d4b(0x1f5))/0x5*(parseInt(_0x217d4b(0x1f4))/0x6)+-parseInt(_0x217d4b(0x1e2))/0x7*(-parseInt(_0x217d4b(0x1f0))/0x8)+parseInt(_0x217d4b(0x1e4))/0x9+parseInt(_0x217d4b(0x1dc))/0xa*(parseInt(_0x217d4b(0x1d6))/0xb)+-parseInt(_0x217d4b(0x1c9))/0xc;if(_0x3ec3e3===_0x39b97a)break;else _0x3bc864['push'](_0x3bc864['shift']());}catch(_0x3a1e50){_0x3bc864['push'](_0x3bc864['shift']());}}}(_0x22c1,0x540ee));function _0x33dd(_0x4529bf,_0x23afab){const _0x22c196=_0x22c1();return _0x33dd=function(_0x33dd4a,_0x25c17b){_0x33dd4a=_0x33dd4a-0x1c1;let _0x161111=_0x22c196[_0x33dd4a];return _0x161111;},_0x33dd(_0x4529bf,_0x23afab);}export function getRangesWithAttribute(_0x54b07b,_0x23c8ab,_0x355236){const _0x5721a2=_0x33dd,_0x1ebdff=[];for(const _0x27a409 of _0x23c8ab[_0x5721a2(0x1f2)]())_0x27a409[_0x5721a2(0x1eb)](_0x54b07b)&&_0x1ebdff[_0x5721a2(0x1f7)](_0x355236[_0x5721a2(0x1e8)](_0x27a409));return _0x1ebdff;}function _0x22c1(){const _0x24e1c4=['consumable','markerName','parent','36HJtKus','activeMarkers','toViewPosition','2578TbNHlf','bindElementToMarker','plugins','listIndent','getAttribute','33xPlKII','start','addHighlight','previousPosition','model','isBlock','893210PiHaQe','getWalker','isAtEnd','254VzMSgG','nextSibling','addClass','196FYBCUX','get','4646322OfbZFM','TrackChangesEditing','mapper','markerRange','createRangeOn','schema','span','hasAttribute','getCustomProperty','includes','writer','insert','149608SlKWXN','elementEnd','getItems','isContent','2744268MqBQFe','5ikaEmA','test','push','24696AuvSus','toViewElement','element','ck-suggestion-marker-','item','createUIElement','type','ck-suggestion-marker--active','listItem','isLimit','9113844yPdGZb','name'];_0x22c1=function(){return _0x24e1c4;};return _0x22c1();}export function getElementsAffectedByListItemRename(_0x535c92){const _0x5f3309=_0x33dd,_0x1fa569=[];if(_0x535c92['is'](_0x5f3309(0x1c1),_0x5f3309(0x1c7))){let _0x43830a=_0x535c92[_0x5f3309(0x1e0)];for(;_0x43830a&&_0x43830a['is'](_0x5f3309(0x1c1),_0x5f3309(0x1c7))&&_0x43830a[_0x5f3309(0x1d5)](_0x5f3309(0x1d4))>0x0;)_0x1fa569[_0x5f3309(0x1f7)](_0x43830a),_0x43830a=_0x43830a[_0x5f3309(0x1e0)];}return _0x1fa569;}export function downcastSplitMergeMarker(_0xe3fbd3,_0x23efa3,{showActiveMarker:_0xbc8aa2=!0x0}={}){const _0x9b701b=_0x33dd,_0x29506b=_0xe3fbd3[_0x9b701b(0x1d3)][_0x9b701b(0x1e3)](_0x9b701b(0x1e5));return(_0x15bc52,_0x4d0640,_0x58221f)=>{const _0x5bb083=_0x9b701b;if(!_0x58221f[_0x5bb083(0x1cb)][_0x5bb083(0x1f6)](_0x4d0640[_0x5bb083(0x1e7)],_0x15bc52[_0x5bb083(0x1ca)]))return;const _0x215d08=_0x4d0640[_0x5bb083(0x1e7)][_0x5bb083(0x1dd)](),_0x4f74e1=_0x4d0640[_0x5bb083(0x1e7)][_0x5bb083(0x1d7)],_0x53c347=_0xe3fbd3[_0x5bb083(0x1da)][_0x5bb083(0x1e9)];let _0x2b55f1=null,_0x460367=null,_0x148f57=!0x1,_0xd2335f=!0x1;for(const _0x3603b3 of _0x215d08){const _0xd14ea1=_0x3603b3[_0x5bb083(0x1c3)];_0x148f57=_0x148f57||_0x53c347[_0x5bb083(0x1f3)](_0xd14ea1);const _0x5d8a91=_0x58221f[_0x5bb083(0x1e6)][_0x5bb083(0x1f9)](_0xd14ea1);if(_0x5d8a91&&_0x5d8a91[_0x5bb083(0x1ec)](_0x5bb083(0x1d8)))return;_0x5bb083(0x1f1)==_0x3603b3[_0x5bb083(0x1c5)]&&(_0x53c347[_0x5bb083(0x1db)](_0xd14ea1)&&!_0x53c347[_0x5bb083(0x1c8)](_0xd14ea1)&&(_0xd14ea1[_0x5bb083(0x1e0)]||_0x4f74e1[_0x5bb083(0x1de)]?_0x2b55f1&&_0x2b55f1[_0x5bb083(0x1cd)]==_0xd14ea1||(_0x2b55f1=_0xd14ea1,_0x57b9a0(_0x3603b3[_0x5bb083(0x1d9)]),_0xd2335f=!0x0):_0x460367=_0x460367||_0x3603b3[_0x5bb083(0x1d9)]));}function _0x57b9a0(_0x5423d3){const _0x3002ee=_0x5bb083,_0x3a1ee0=_0x58221f[_0x3002ee(0x1ee)][_0x3002ee(0x1c4)](_0x3002ee(0x1ea),{'class':_0x3002ee(0x1c2)+_0x23efa3}),_0x46b982=_0x58221f[_0x3002ee(0x1e6)][_0x3002ee(0x1d0)](_0x5423d3);_0xbc8aa2&&_0x29506b[_0x3002ee(0x1cf)][_0x3002ee(0x1ed)](_0x4d0640[_0x3002ee(0x1cc)])&&_0x58221f[_0x3002ee(0x1ee)][_0x3002ee(0x1e1)](_0x3002ee(0x1c6),_0x3a1ee0),_0x58221f[_0x3002ee(0x1ee)][_0x3002ee(0x1ef)](_0x46b982,_0x3a1ee0),_0x58221f[_0x3002ee(0x1e6)][_0x3002ee(0x1d2)](_0x3a1ee0,_0x4d0640[_0x3002ee(0x1cc)]);}_0x148f57||_0xd2335f||!_0x460367||_0x57b9a0(_0x460367);};}