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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/translations/ar.js +1 -1
  3. package/dist/translations/az.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/ca.js +1 -1
  7. package/dist/translations/cs.js +1 -1
  8. package/dist/translations/da.js +1 -1
  9. package/dist/translations/de.js +1 -1
  10. package/dist/translations/el.js +1 -1
  11. package/dist/translations/en-au.js +1 -1
  12. package/dist/translations/es.js +1 -1
  13. package/dist/translations/et.js +1 -1
  14. package/dist/translations/fi.js +1 -1
  15. package/dist/translations/fr.js +1 -1
  16. package/dist/translations/gl.js +1 -1
  17. package/dist/translations/he.js +1 -1
  18. package/dist/translations/hi.js +1 -1
  19. package/dist/translations/hr.js +1 -1
  20. package/dist/translations/hu.js +1 -1
  21. package/dist/translations/id.js +1 -1
  22. package/dist/translations/it.js +1 -1
  23. package/dist/translations/ja.js +1 -1
  24. package/dist/translations/ko.js +1 -1
  25. package/dist/translations/lt.js +1 -1
  26. package/dist/translations/lv.js +1 -1
  27. package/dist/translations/ms.js +1 -1
  28. package/dist/translations/nl.js +1 -1
  29. package/dist/translations/no.js +1 -1
  30. package/dist/translations/pl.js +1 -1
  31. package/dist/translations/pt-br.js +1 -1
  32. package/dist/translations/pt.js +1 -1
  33. package/dist/translations/ro.js +1 -1
  34. package/dist/translations/ru.js +1 -1
  35. package/dist/translations/sk.js +1 -1
  36. package/dist/translations/sq.js +1 -1
  37. package/dist/translations/sr-latn.js +1 -1
  38. package/dist/translations/sr.js +1 -1
  39. package/dist/translations/sv.js +1 -1
  40. package/dist/translations/th.js +1 -1
  41. package/dist/translations/tk.js +1 -1
  42. package/dist/translations/tr.js +1 -1
  43. package/dist/translations/tt.js +1 -1
  44. package/dist/translations/uk.js +1 -1
  45. package/dist/translations/ur.js +1 -1
  46. package/dist/translations/vi.js +1 -1
  47. package/dist/translations/zh-cn.js +1 -1
  48. package/dist/translations/zh.js +1 -1
  49. package/package.json +3 -3
  50. package/src/commands/acceptsuggestioncommand.js +1 -1
  51. package/src/commands/discardsuggestioncommand.js +1 -1
  52. package/src/commands/executeonallsuggestionscommand.js +1 -1
  53. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  54. package/src/commands/trackchangescommand.js +1 -1
  55. package/src/index.js +1 -1
  56. package/src/integrations/aiassistant.js +1 -1
  57. package/src/integrations/alignment.js +1 -1
  58. package/src/integrations/basicstyles.js +1 -1
  59. package/src/integrations/blockquote.js +1 -1
  60. package/src/integrations/casechange.js +1 -1
  61. package/src/integrations/ckbox.js +1 -1
  62. package/src/integrations/codeblock.js +1 -1
  63. package/src/integrations/comments.js +1 -1
  64. package/src/integrations/deletecommand.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/imagestyle.js +1 -1
  76. package/src/integrations/importword.js +1 -1
  77. package/src/integrations/indent.js +1 -1
  78. package/src/integrations/inputcommand.js +1 -1
  79. package/src/integrations/legacylist.js +1 -1
  80. package/src/integrations/legacylistproperties.js +1 -1
  81. package/src/integrations/link.js +1 -1
  82. package/src/integrations/list.js +1 -1
  83. package/src/integrations/listproperties.js +1 -1
  84. package/src/integrations/mediaembed.js +1 -1
  85. package/src/integrations/mention.js +1 -1
  86. package/src/integrations/pagebreak.js +1 -1
  87. package/src/integrations/paragraph.js +1 -1
  88. package/src/integrations/removeformat.js +1 -1
  89. package/src/integrations/restrictededitingmode.js +1 -1
  90. package/src/integrations/shiftentercommand.js +1 -1
  91. package/src/integrations/standardeditingmode.js +1 -1
  92. package/src/integrations/style.js +1 -1
  93. package/src/integrations/table.js +1 -1
  94. package/src/integrations/tablecaption.js +1 -1
  95. package/src/integrations/tableclipboard.js +1 -1
  96. package/src/integrations/tablecolumnresize.js +1 -1
  97. package/src/integrations/tableheadings.js +1 -1
  98. package/src/integrations/tablemergesplit.js +1 -1
  99. package/src/integrations/tableofcontents.js +1 -1
  100. package/src/integrations/tableproperties.js +1 -1
  101. package/src/integrations/template.js +1 -1
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.js +1 -1
  104. package/src/integrations/utils.js +1 -1
  105. package/src/suggestion.js +1 -1
  106. package/src/suggestiondescriptionfactory.js +1 -1
  107. package/src/trackchanges.js +1 -1
  108. package/src/trackchangesdata.js +1 -1
  109. package/src/trackchangesediting.js +1 -1
  110. package/src/trackchangesui.js +1 -1
  111. package/src/ui/suggestioncontroller.js +1 -1
  112. package/src/ui/view/basesuggestionthreadview.js +1 -1
  113. package/src/ui/view/suggestionthreadview.js +1 -1
  114. package/src/utils/common-translations.js +1 -1
  115. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _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();}
23
+ const _0x591edc=_0x4c23;(function(_0x41cd62,_0x218acc){const _0x444866=_0x4c23,_0x3a45b4=_0x41cd62();while(!![]){try{const _0x415169=-parseInt(_0x444866(0xc5))/0x1+parseInt(_0x444866(0xb8))/0x2+-parseInt(_0x444866(0xc2))/0x3+-parseInt(_0x444866(0xdb))/0x4*(parseInt(_0x444866(0xd7))/0x5)+parseInt(_0x444866(0xbb))/0x6*(parseInt(_0x444866(0xce))/0x7)+parseInt(_0x444866(0xb0))/0x8+parseInt(_0x444866(0xbc))/0x9*(parseInt(_0x444866(0xb6))/0xa);if(_0x415169===_0x218acc)break;else _0x3a45b4['push'](_0x3a45b4['shift']());}catch(_0x3f2092){_0x3a45b4['push'](_0x3a45b4['shift']());}}}(_0x192c,0xc9ed1));function _0x4c23(_0x1595cf,_0xb24d66){const _0x192c4f=_0x192c();return _0x4c23=function(_0x4c234d,_0x1e9fa3){_0x4c234d=_0x4c234d-0xb0;let _0x501b82=_0x192c4f[_0x4c234d];return _0x501b82;},_0x4c23(_0x1595cf,_0xb24d66);}import{Plugin as _0x35017e}from'ckeditor5/src/core.js';import{getTranslation as _0x2abd41}from'../utils/common-translations.js';function _0x192c(){const _0x5448ba=['10fDvKgW','afterInit','updateMarker','get','1222576xvbLam','2474184UNeeYa','registerElementLabel','element','Title','_splitMarkerName','getNearestSelectionRange','9340OkHXAM','title-content','682502ViMZgy','model','nodeBefore','3444iZNniU','11538XMZrYG','forward','locale','isTouching','_descriptionFactory','document','4076001ZdoDke','suggestion','newRange','615592wkjwPF','has','differ','registerPostFixer','plugins','getChangedMarkers','isCollapsed','TrackChangesEditing','from','19082AysELr','ELEMENT_TITLE','removeMarker','editor','end','createRange','start','isEqual','schema'];_0x192c=function(){return _0x5448ba;};return _0x192c();}export default class Ct extends _0x35017e{[_0x591edc(0xd8)](){const _0xad27fc=_0x591edc,_0xc32699=this[_0xad27fc(0xd1)];if(!_0xc32699[_0xad27fc(0xc9)][_0xad27fc(0xc6)](_0xad27fc(0xb3)))return;const _0x15554a=_0xc32699[_0xad27fc(0xc9)][_0xad27fc(0xda)](_0xad27fc(0xcc));_0x15554a[_0xad27fc(0xc0)][_0xad27fc(0xb1)](_0xad27fc(0xb7),()=>_0x2abd41(_0xc32699[_0xad27fc(0xbe)],_0xad27fc(0xcf))),_0xc32699[_0xad27fc(0xb9)][_0xad27fc(0xc1)][_0xad27fc(0xc8)](_0xdaf37e=>{const _0x36181=_0xad27fc;let _0x536a48=!0x1;const _0x1d4d35=Array[_0x36181(0xcd)](_0xc32699[_0x36181(0xb9)][_0x36181(0xc1)][_0x36181(0xc7)][_0x36181(0xca)]());for(const {name:_0x20f01c,data:_0x3f6e03}of _0x1d4d35){const {group:_0x45efd4}=_0x15554a[_0x36181(0xb4)](_0x20f01c);if(_0x36181(0xc3)!==_0x45efd4||!_0x3f6e03[_0x36181(0xc4)])continue;const _0x386421=_0x3f6e03[_0x36181(0xc4)],_0x45f5a2=_0x386421[_0x36181(0xd2)][_0x36181(0xba)];if(!_0x45f5a2||!_0x45f5a2['is'](_0x36181(0xb2),_0x36181(0xb7)))continue;if(!_0x386421[_0x36181(0xd4)][_0x36181(0xbf)](_0x386421[_0x36181(0xd2)]))continue;const _0x5404a6=_0xc32699[_0x36181(0xb9)][_0x36181(0xd6)][_0x36181(0xb5)](_0x386421[_0x36181(0xd2)],_0x36181(0xbd));if(_0x5404a6&&_0x5404a6[_0x36181(0xcb)]){const _0x4a3089=_0xdaf37e[_0x36181(0xd3)](_0x386421[_0x36181(0xd4)],_0x5404a6[_0x36181(0xd4)]);_0x4a3089[_0x36181(0xd5)](_0x386421)||(_0xdaf37e[_0x36181(0xd9)](_0x20f01c,{'range':_0x4a3089}),_0x536a48=!0x0);}_0x536a48||(_0xdaf37e[_0x36181(0xd0)](_0x20f01c),_0x536a48=!0x0);}return _0x536a48;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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)));}}
23
+ const _0x5683c5=_0x234e;(function(_0x1e8987,_0x1ec224){const _0x347548=_0x234e,_0x48c45=_0x1e8987();while(!![]){try{const _0x5e2a8a=parseInt(_0x347548(0x95))/0x1*(-parseInt(_0x347548(0x91))/0x2)+-parseInt(_0x347548(0x9f))/0x3*(-parseInt(_0x347548(0x90))/0x4)+-parseInt(_0x347548(0x9a))/0x5*(-parseInt(_0x347548(0x92))/0x6)+parseInt(_0x347548(0x94))/0x7*(-parseInt(_0x347548(0x8d))/0x8)+parseInt(_0x347548(0x8f))/0x9+parseInt(_0x347548(0xa1))/0xa+parseInt(_0x347548(0x9e))/0xb*(-parseInt(_0x347548(0x9b))/0xc);if(_0x5e2a8a===_0x1ec224)break;else _0x48c45['push'](_0x48c45['shift']());}catch(_0xc724e){_0x48c45['push'](_0x48c45['shift']());}}}(_0x4f22,0x76e88));function _0x4f22(){const _0x27e92d=['TrackChangesEditing','63Upmmnl','9cjSgGE','get','afterInit','has','undo','50725xlCIHJ','137364gigQUJ','UndoEditing','editor','935cZJStX','2689143oNkwtV','enableCommand','5547540eGkeNc','redo','444256BxNXAA','plugins','802935iWcygM','4ElWkHu','69102IcOkNc','432nruFAc'];_0x4f22=function(){return _0x27e92d;};return _0x4f22();}import{Plugin as _0x16bf43}from'ckeditor5/src/core.js';function _0x234e(_0x3c47d8,_0x572888){const _0x4f22fb=_0x4f22();return _0x234e=function(_0x234e78,_0x809f12){_0x234e78=_0x234e78-0x8d;let _0x1f3069=_0x4f22fb[_0x234e78];return _0x1f3069;},_0x234e(_0x3c47d8,_0x572888);}export default class Dt extends _0x16bf43{[_0x5683c5(0x97)](){const _0x5134a4=_0x5683c5,_0x24abb7=this[_0x5134a4(0x9d)],_0x3f9506=_0x24abb7[_0x5134a4(0x8e)][_0x5134a4(0x96)](_0x5134a4(0x93));_0x24abb7[_0x5134a4(0x8e)][_0x5134a4(0x98)](_0x5134a4(0x9c))&&(_0x3f9506[_0x5134a4(0xa0)](_0x5134a4(0x99)),_0x3f9506[_0x5134a4(0xa0)](_0x5134a4(0xa2)));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);};}
23
+ function _0x4310(){const _0xeeff54=['model','start','consumable','ck-suggestion-marker--active','isAtEnd','33750442OCRBuU','8431490sYbUWL','name','addClass','isContent','bindElementToMarker','hasAttribute','plugins','previousPosition','listIndent','createUIElement','elementEnd','mapper','addHighlight','1920002QZpQQF','getCustomProperty','type','activeMarkers','getItems','get','writer','push','element','insert','70440peKdwD','isBlock','isLimit','createRangeOn','markerRange','markerName','item','parent','getAttribute','getWalker','9yDGYRA','593944Vkisdc','50avkFwQ','4ewLpto','includes','span','1657587UVkLJl','schema','214947oHulqB','ck-suggestion-marker-','toViewPosition','TrackChangesEditing','nextSibling','test','toViewElement','40udYsTG','listItem'];_0x4310=function(){return _0xeeff54;};return _0x4310();}(function(_0x201297,_0x49aa3a){const _0x2ccba6=_0x404c,_0x2ad0a7=_0x201297();while(!![]){try{const _0x439b81=-parseInt(_0x2ccba6(0x123))/0x1*(-parseInt(_0x2ccba6(0x11e))/0x2)+-parseInt(_0x2ccba6(0x121))/0x3+-parseInt(_0x2ccba6(0x11c))/0x4+-parseInt(_0x2ccba6(0x11d))/0x5*(-parseInt(_0x2ccba6(0x111))/0x6)+parseInt(_0x2ccba6(0x107))/0x7*(-parseInt(_0x2ccba6(0xf2))/0x8)+parseInt(_0x2ccba6(0x11b))/0x9*(-parseInt(_0x2ccba6(0xfa))/0xa)+parseInt(_0x2ccba6(0xf9))/0xb;if(_0x439b81===_0x49aa3a)break;else _0x2ad0a7['push'](_0x2ad0a7['shift']());}catch(_0x181aae){_0x2ad0a7['push'](_0x2ad0a7['shift']());}}}(_0x4310,0xaae12));export function getRangesWithAttribute(_0x5d7394,_0xf597d1,_0xad1511){const _0x36bf98=_0x404c,_0x567426=[];for(const _0x1221a7 of _0xf597d1[_0x36bf98(0x10b)]())_0x1221a7[_0x36bf98(0xff)](_0x5d7394)&&_0x567426[_0x36bf98(0x10e)](_0xad1511[_0x36bf98(0x114)](_0x1221a7));return _0x567426;}function _0x404c(_0x31dfdf,_0x2436d8){const _0x431003=_0x4310();return _0x404c=function(_0x404c20,_0x57ec74){_0x404c20=_0x404c20-0xec;let _0x363af1=_0x431003[_0x404c20];return _0x363af1;},_0x404c(_0x31dfdf,_0x2436d8);}export function getElementsAffectedByListItemRename(_0x2772e7){const _0x4ec1e0=_0x404c,_0x16d018=[];if(_0x2772e7['is'](_0x4ec1e0(0x10f),_0x4ec1e0(0xf3))){let _0x25e9a8=_0x2772e7[_0x4ec1e0(0xef)];for(;_0x25e9a8&&_0x25e9a8['is'](_0x4ec1e0(0x10f),_0x4ec1e0(0xf3))&&_0x25e9a8[_0x4ec1e0(0x119)](_0x4ec1e0(0x102))>0x0;)_0x16d018[_0x4ec1e0(0x10e)](_0x25e9a8),_0x25e9a8=_0x25e9a8[_0x4ec1e0(0xef)];}return _0x16d018;}export function downcastSplitMergeMarker(_0x172cb5,_0x280658,{showActiveMarker:_0x301809=!0x0}={}){const _0x53ff98=_0x404c,_0x160450=_0x172cb5[_0x53ff98(0x100)][_0x53ff98(0x10c)](_0x53ff98(0xee));return(_0x1009eb,_0x140f6c,_0x1269bd)=>{const _0xfffa5b=_0x53ff98;if(!_0x1269bd[_0xfffa5b(0xf6)][_0xfffa5b(0xf0)](_0x140f6c[_0xfffa5b(0x115)],_0x1009eb[_0xfffa5b(0xfb)]))return;const _0x39eab9=_0x140f6c[_0xfffa5b(0x115)][_0xfffa5b(0x11a)](),_0x1962b7=_0x140f6c[_0xfffa5b(0x115)][_0xfffa5b(0xf5)],_0x2da1e1=_0x172cb5[_0xfffa5b(0xf4)][_0xfffa5b(0x122)];let _0x1962e1=null,_0x2afad9=null,_0x2b7e28=!0x1,_0x3ce3d7=!0x1;for(const _0x481850 of _0x39eab9){const _0x33970d=_0x481850[_0xfffa5b(0x117)];_0x2b7e28=_0x2b7e28||_0x2da1e1[_0xfffa5b(0xfd)](_0x33970d);const _0x3db784=_0x1269bd[_0xfffa5b(0x105)][_0xfffa5b(0xf1)](_0x33970d);if(_0x3db784&&_0x3db784[_0xfffa5b(0x108)](_0xfffa5b(0x106)))return;_0xfffa5b(0x104)==_0x481850[_0xfffa5b(0x109)]&&(_0x2da1e1[_0xfffa5b(0x112)](_0x33970d)&&!_0x2da1e1[_0xfffa5b(0x113)](_0x33970d)&&(_0x33970d[_0xfffa5b(0xef)]||_0x1962b7[_0xfffa5b(0xf8)]?_0x1962e1&&_0x1962e1[_0xfffa5b(0x118)]==_0x33970d||(_0x1962e1=_0x33970d,_0x114c79(_0x481850[_0xfffa5b(0x101)]),_0x3ce3d7=!0x0):_0x2afad9=_0x2afad9||_0x481850[_0xfffa5b(0x101)]));}function _0x114c79(_0x1acb3e){const _0x1f448a=_0xfffa5b,_0x7b2b7=_0x1269bd[_0x1f448a(0x10d)][_0x1f448a(0x103)](_0x1f448a(0x120),{'class':_0x1f448a(0xec)+_0x280658}),_0x3fe8ea=_0x1269bd[_0x1f448a(0x105)][_0x1f448a(0xed)](_0x1acb3e);_0x301809&&_0x160450[_0x1f448a(0x10a)][_0x1f448a(0x11f)](_0x140f6c[_0x1f448a(0x116)])&&_0x1269bd[_0x1f448a(0x10d)][_0x1f448a(0xfc)](_0x1f448a(0xf7),_0x7b2b7),_0x1269bd[_0x1f448a(0x10d)][_0x1f448a(0x110)](_0x3fe8ea,_0x7b2b7),_0x1269bd[_0x1f448a(0x105)][_0x1f448a(0xfe)](_0x7b2b7,_0x140f6c[_0x1f448a(0x116)]);}_0x2b7e28||_0x3ce3d7||!_0x2afad9||_0x114c79(_0x2afad9);};}
package/src/suggestion.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1e5d(_0xbda0a,_0x4fdda8){const _0x133285=_0x1332();return _0x1e5d=function(_0x1e5d62,_0x155ab3){_0x1e5d62=_0x1e5d62-0x125;let _0x581a8e=_0x133285[_0x1e5d62];return _0x581a8e;},_0x1e5d(_0xbda0a,_0x4fdda8);}const _0x334c51=_0x1e5d;(function(_0x3b9293,_0x50fe09){const _0x3c2983=_0x1e5d,_0x3d4a85=_0x3b9293();while(!![]){try{const _0x4d3c34=-parseInt(_0x3c2983(0x173))/0x1+-parseInt(_0x3c2983(0x15f))/0x2*(-parseInt(_0x3c2983(0x16b))/0x3)+-parseInt(_0x3c2983(0x172))/0x4+-parseInt(_0x3c2983(0x165))/0x5+-parseInt(_0x3c2983(0x14d))/0x6*(parseInt(_0x3c2983(0x147))/0x7)+parseInt(_0x3c2983(0x138))/0x8+parseInt(_0x3c2983(0x16c))/0x9;if(_0x4d3c34===_0x50fe09)break;else _0x3d4a85['push'](_0x3d4a85['shift']());}catch(_0x5b8b62){_0x3d4a85['push'](_0x3d4a85['shift']());}}}(_0x1332,0xd56e7));import{Element as _0x1870e8}from'ckeditor5/src/engine.js';import{ObservableMixin as _0x650a8e,uid as _0x236232}from'ckeditor5/src/utils.js';import{cloneDeep as _0x55e95b,isEqual as _0x250774,set as _0x5a9847,unset as _0x2d9866}from'lodash-es';function _0x1332(){const _0x13f2d4=['start','_onAttributesChange','end','isIntersecting','subType','nodeAfter','_saved','hasComments','onAttributesChange','@external','removeAttribute','getContainedElement','from','clear','getAllAdjacentSuggestions','push','1149032OKVHGL','commentThread','onAccept','isMultiRange','length','next','size','delete','getFirstRange','reduce','removeMarker','author','add','nodeBefore','previous','112fhGiDH','map','addMarkerName','getMarkerNames','head','markers','59784yVmzpn','removeMarkers','data','decorate','suggestion:','get','set','type','getRange','_markerNames','attributes','_isDataLoaded','getMarkers','_onDiscard','_model','_onAccept','getRanges','isExternal','6GZmJFT','authoredAt','setAttribute','addMarker','onDiscard','accept','8430080fGIjqw','creator','filter','toJSON','getItems','createdAt','1251417hdwSYc','21308823iqXLOI','change','isInContent','addRange','substr','isIntersectingWithRange','3943256uNhCYo','57224WOgcJJ','discard','getFirstMarker','split','getMultiRangeId'];_0x1332=function(){return _0x13f2d4;};return _0x1332();}export default class u extends _0x650a8e(){constructor(_0x11801c,_0x388680){const _0x28e077=_0x1e5d;super(),this[_0x28e077(0x158)]=!0x1,this['id']=_0x388680['id'],this[_0x28e077(0x154)]=_0x388680[_0x28e077(0x154)],this[_0x28e077(0x12c)]=_0x388680[_0x28e077(0x12c)]||null,this[_0x28e077(0x143)]=_0x388680[_0x28e077(0x143)],this[_0x28e077(0x166)]=_0x388680[_0x28e077(0x166)]||_0x388680[_0x28e077(0x143)],this[_0x28e077(0x15e)]=Boolean(_0x388680[_0x28e077(0x157)]&&_0x388680[_0x28e077(0x157)][_0x28e077(0x131)]),this[_0x28e077(0x14f)]=null,this[_0x28e077(0x15b)]=_0x11801c,this[_0x28e077(0x15c)]=_0x388680[_0x28e077(0x13a)],this[_0x28e077(0x15a)]=_0x388680[_0x28e077(0x163)],this[_0x28e077(0x129)]=_0x388680[_0x28e077(0x130)],this[_0x28e077(0x156)]=new Set(),this[_0x28e077(0x16a)]=null,this[_0x28e077(0x153)](_0x28e077(0x160),null),this[_0x28e077(0x153)](_0x28e077(0x157),_0x388680[_0x28e077(0x157)]||{}),this[_0x28e077(0x153)](_0x28e077(0x146),null),this[_0x28e077(0x153)](_0x28e077(0x13d),null),this[_0x28e077(0x153)](_0x28e077(0x139),null),this[_0x28e077(0x153)](_0x28e077(0x12e),!0x1),this[_0x28e077(0x150)](_0x28e077(0x164)),this[_0x28e077(0x150)](_0x28e077(0x174));}get[_0x334c51(0x14b)](){const _0x3693cc=_0x334c51;let _0x479761=this;for(;_0x479761[_0x3693cc(0x146)];)_0x479761=_0x479761[_0x3693cc(0x146)];return _0x479761;}get[_0x334c51(0x12f)](){const _0x406097=_0x334c51;return!!this[_0x406097(0x139)]&&this[_0x406097(0x139)][_0x406097(0x13c)]>0x0;}get[_0x334c51(0x13b)](){const _0x5d8bef=_0x334c51;if(0x0==this[_0x5d8bef(0x156)][_0x5d8bef(0x13e)])return!0x1;return 0x6==Array[_0x5d8bef(0x134)](this[_0x5d8bef(0x156)])[0x0][_0x5d8bef(0x126)](':')[_0x5d8bef(0x13c)];}get[_0x334c51(0x16e)](){const _0x1dd2b8=_0x334c51;return null!==this[_0x1dd2b8(0x125)]();}[_0x334c51(0x149)](_0x35a91e){const _0x2ccfc4=_0x334c51;this[_0x2ccfc4(0x156)][_0x2ccfc4(0x144)](_0x35a91e);}[_0x334c51(0x14a)](){const _0x55a0fe=_0x334c51;return Array[_0x55a0fe(0x134)](this[_0x55a0fe(0x156)]);}[_0x334c51(0x159)](){const _0xb7b30d=_0x334c51;return this[_0xb7b30d(0x14a)]()[_0xb7b30d(0x148)](_0x165fed=>this[_0xb7b30d(0x15b)][_0xb7b30d(0x14c)][_0xb7b30d(0x152)](_0x165fed))[_0xb7b30d(0x167)](_0x1fa473=>_0x1fa473);}[_0x334c51(0x125)](){const _0x5f31c5=_0x334c51;return this[_0x5f31c5(0x159)]()[0x0]||null;}[_0x334c51(0x14e)](){const _0x181da8=_0x334c51;this[_0x181da8(0x15b)][_0x181da8(0x16d)](_0x56d5d1=>{const _0xe9cde5=_0x181da8;for(const _0x5bfbce of this[_0xe9cde5(0x159)]())_0x56d5d1[_0xe9cde5(0x142)](_0x5bfbce);}),this[_0x181da8(0x156)][_0x181da8(0x135)]();}[_0x334c51(0x142)](_0x4dd63b){const _0x5464e0=_0x334c51;this[_0x5464e0(0x15b)][_0x5464e0(0x16d)](_0x1aedcc=>{const _0x2cd6a3=_0x5464e0;_0x1aedcc[_0x2cd6a3(0x142)](_0x4dd63b);}),this[_0x5464e0(0x156)][_0x5464e0(0x13f)](_0x4dd63b);}[_0x334c51(0x16f)](_0x4827c5){const _0x571511=_0x334c51,_0x1bd4f1=_0x571511(0x151)+this[_0x571511(0x154)]+':'+this[_0x571511(0x12c)]+':'+this['id']+':'+this[_0x571511(0x166)]['id']+':'+u[_0x571511(0x127)]();this[_0x571511(0x149)](_0x1bd4f1),this[_0x571511(0x15b)][_0x571511(0x16d)](_0x22b664=>{const _0x3cae76=_0x571511;_0x22b664[_0x3cae76(0x162)](_0x1bd4f1,{'range':_0x4827c5,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x334c51(0x171)](_0xcb1cda){const _0x33ec98=_0x334c51;for(const _0x4b3df2 of this[_0x33ec98(0x15d)]())if(_0x4b3df2[_0x33ec98(0x12b)](_0xcb1cda))return!0x0;return!0x1;}[_0x334c51(0x15d)](){const _0x109608=_0x334c51;return this[_0x109608(0x159)]()[_0x109608(0x148)](_0x51562c=>_0x51562c[_0x109608(0x155)]());}[_0x334c51(0x169)](){const _0x3cb33a=_0x334c51;return this[_0x3cb33a(0x15d)]()[_0x3cb33a(0x141)]((_0x43e332,_0x1a6021)=>[..._0x43e332,..._0x1a6021[_0x3cb33a(0x169)]()],[]);}[_0x334c51(0x140)](){const _0x25784e=_0x334c51;var _0x10fd3b;return(null===(_0x10fd3b=this[_0x25784e(0x125)]())||void 0x0===_0x10fd3b?void 0x0:_0x10fd3b[_0x25784e(0x155)]())||null;}[_0x334c51(0x133)](){const _0x59529c=_0x334c51,_0x5d0d29=this[_0x59529c(0x15d)]();if(0x1!=_0x5d0d29[_0x59529c(0x13c)])return null;const _0x4ba4f8=_0x5d0d29[0x0],_0x25ad19=_0x4ba4f8[_0x59529c(0x128)][_0x59529c(0x12d)],_0x2171e7=_0x4ba4f8[_0x59529c(0x12a)][_0x59529c(0x145)];return _0x25ad19 instanceof _0x1870e8?_0x25ad19!=_0x2171e7?null:_0x25ad19:null;}[_0x334c51(0x164)](){const _0x3012bd=_0x334c51;this[_0x3012bd(0x15c)](this[_0x3012bd(0x15d)](),this[_0x3012bd(0x14f)],this[_0x3012bd(0x157)]),this[_0x3012bd(0x14e)]();}[_0x334c51(0x174)](){const _0x43bec6=_0x334c51;this[_0x43bec6(0x15a)](this[_0x43bec6(0x15d)](),this[_0x43bec6(0x14f)],this[_0x43bec6(0x157)]),this[_0x43bec6(0x14e)]();}[_0x334c51(0x136)](){const _0x3cbf42=_0x334c51,_0x1488fc=[];let _0xa19e42=this[_0x3cbf42(0x14b)];for(;_0xa19e42;)_0x1488fc[_0x3cbf42(0x137)](_0xa19e42),_0xa19e42=_0xa19e42[_0x3cbf42(0x13d)];return _0x1488fc;}[_0x334c51(0x161)](_0x48b738,_0x1cb8fa){const _0x25ba54=_0x334c51,_0xf6dcd6=_0x55e95b(this[_0x25ba54(0x157)]);_0x5a9847(_0xf6dcd6,_0x48b738,_0x1cb8fa),_0x250774(_0xf6dcd6,this[_0x25ba54(0x157)])||(this[_0x25ba54(0x157)]=_0xf6dcd6,this[_0x25ba54(0x129)](_0xf6dcd6));}[_0x334c51(0x132)](_0x8b34f){const _0x4418c7=_0x334c51,_0x443ba8=_0x55e95b(this[_0x4418c7(0x157)]);_0x2d9866(_0x443ba8,_0x8b34f),_0x250774(_0x443ba8,this[_0x4418c7(0x157)])||(this[_0x4418c7(0x157)]=_0x443ba8,this[_0x4418c7(0x129)](this[_0x4418c7(0x157)]));}[_0x334c51(0x168)](){const _0x223cf7=_0x334c51;return{'id':this['id'],'type':this[_0x223cf7(0x12c)]?this[_0x223cf7(0x154)]+':'+this[_0x223cf7(0x12c)]:this[_0x223cf7(0x154)],'authorId':this[_0x223cf7(0x166)]['id'],'createdAt':this[_0x223cf7(0x16a)],'hasComments':this[_0x223cf7(0x12f)],'data':this[_0x223cf7(0x14f)],'attributes':this[_0x223cf7(0x157)]};}static[_0x334c51(0x127)](){const _0x57eb62=_0x334c51;return _0x236232()[_0x57eb62(0x170)](0x1,0x5);}}
23
+ const _0x29591a=_0x1bc6;function _0x1bc6(_0x30d58e,_0x5aaac1){const _0x1850df=_0x1850();return _0x1bc6=function(_0x1bc6d,_0x2af178){_0x1bc6d=_0x1bc6d-0x153;let _0x526f84=_0x1850df[_0x1bc6d];return _0x526f84;},_0x1bc6(_0x30d58e,_0x5aaac1);}(function(_0x574021,_0x15adba){const _0x3cf141=_0x1bc6,_0x391c77=_0x574021();while(!![]){try{const _0x4cfdda=-parseInt(_0x3cf141(0x19c))/0x1*(parseInt(_0x3cf141(0x183))/0x2)+-parseInt(_0x3cf141(0x197))/0x3+-parseInt(_0x3cf141(0x173))/0x4+-parseInt(_0x3cf141(0x18f))/0x5*(parseInt(_0x3cf141(0x16d))/0x6)+-parseInt(_0x3cf141(0x179))/0x7+parseInt(_0x3cf141(0x167))/0x8+parseInt(_0x3cf141(0x178))/0x9;if(_0x4cfdda===_0x15adba)break;else _0x391c77['push'](_0x391c77['shift']());}catch(_0x5abfbd){_0x391c77['push'](_0x391c77['shift']());}}}(_0x1850,0x479b8));import{Element as _0x49ada1}from'ckeditor5/src/engine.js';import{ObservableMixin as _0x29da38,uid as _0x55d4c6}from'ckeditor5/src/utils.js';function _0x1850(){const _0x2660f4=['11718972DdWKYl','2420677dQKTFJ','type','_onDiscard','isIntersecting','removeAttribute','getContainedElement','reduce','suggestion:','end','getMarkers','22yHTzGC','hasComments','add','split','onAttributesChange','_onAccept','getMultiRangeId','from','getAllAdjacentSuggestions','isExternal','addMarker','accept','1960010fhRGGz','getFirstMarker','set','commentThread','_isDataLoaded','_saved','subType','clear','1077333xTLuVW','substr','isInContent','attributes','removeMarkers','22985leNKIv','_markerNames','isMultiRange','next','nodeBefore','change','data','toJSON','decorate','onDiscard','getItems','creator','discard','createdAt','getFirstRange','addRange','_model','author','length','@external','markers','_onAttributesChange','authoredAt','size','removeMarker','previous','setAttribute','4101776JprOLx','addMarkerName','isIntersectingWithRange','getRange','push','head','6gRtFgi','onAccept','delete','getMarkerNames','map','getRanges','687068IINBgP','start','filter','get','nodeAfter'];_0x1850=function(){return _0x2660f4;};return _0x1850();}import{cloneDeep as _0x44ab87,isEqual as _0x5a90c8,set as _0xb88685,unset as _0x1e78cb}from'lodash-es';export default class u extends _0x29da38(){constructor(_0x54a4bb,_0x4c55d0){const _0x3cfc33=_0x1bc6;super(),this[_0x3cfc33(0x193)]=!0x1,this['id']=_0x4c55d0['id'],this[_0x3cfc33(0x17a)]=_0x4c55d0[_0x3cfc33(0x17a)],this[_0x3cfc33(0x195)]=_0x4c55d0[_0x3cfc33(0x195)]||null,this[_0x3cfc33(0x15d)]=_0x4c55d0[_0x3cfc33(0x15d)],this[_0x3cfc33(0x157)]=_0x4c55d0[_0x3cfc33(0x157)]||_0x4c55d0[_0x3cfc33(0x15d)],this[_0x3cfc33(0x18c)]=Boolean(_0x4c55d0[_0x3cfc33(0x19a)]&&_0x4c55d0[_0x3cfc33(0x19a)][_0x3cfc33(0x15f)]),this[_0x3cfc33(0x1a2)]=null,this[_0x3cfc33(0x15c)]=_0x54a4bb,this[_0x3cfc33(0x188)]=_0x4c55d0[_0x3cfc33(0x16e)],this[_0x3cfc33(0x17b)]=_0x4c55d0[_0x3cfc33(0x155)],this[_0x3cfc33(0x161)]=_0x4c55d0[_0x3cfc33(0x187)],this[_0x3cfc33(0x19d)]=new Set(),this[_0x3cfc33(0x159)]=null,this[_0x3cfc33(0x191)](_0x3cfc33(0x162),null),this[_0x3cfc33(0x191)](_0x3cfc33(0x19a),_0x4c55d0[_0x3cfc33(0x19a)]||{}),this[_0x3cfc33(0x191)](_0x3cfc33(0x165),null),this[_0x3cfc33(0x191)](_0x3cfc33(0x19f),null),this[_0x3cfc33(0x191)](_0x3cfc33(0x192),null),this[_0x3cfc33(0x191)](_0x3cfc33(0x194),!0x1),this[_0x3cfc33(0x154)](_0x3cfc33(0x18e)),this[_0x3cfc33(0x154)](_0x3cfc33(0x158));}get[_0x29591a(0x16c)](){const _0x27bfdd=_0x29591a;let _0xdf1460=this;for(;_0xdf1460[_0x27bfdd(0x165)];)_0xdf1460=_0xdf1460[_0x27bfdd(0x165)];return _0xdf1460;}get[_0x29591a(0x184)](){const _0x25d921=_0x29591a;return!!this[_0x25d921(0x192)]&&this[_0x25d921(0x192)][_0x25d921(0x15e)]>0x0;}get[_0x29591a(0x19e)](){const _0x1ec3cf=_0x29591a;if(0x0==this[_0x1ec3cf(0x19d)][_0x1ec3cf(0x163)])return!0x1;return 0x6==Array[_0x1ec3cf(0x18a)](this[_0x1ec3cf(0x19d)])[0x0][_0x1ec3cf(0x186)](':')[_0x1ec3cf(0x15e)];}get[_0x29591a(0x199)](){const _0x4593a9=_0x29591a;return null!==this[_0x4593a9(0x190)]();}[_0x29591a(0x168)](_0x58cd6e){const _0x56a9a5=_0x29591a;this[_0x56a9a5(0x19d)][_0x56a9a5(0x185)](_0x58cd6e);}[_0x29591a(0x170)](){const _0x51fb0a=_0x29591a;return Array[_0x51fb0a(0x18a)](this[_0x51fb0a(0x19d)]);}[_0x29591a(0x182)](){const _0x30d644=_0x29591a;return this[_0x30d644(0x170)]()[_0x30d644(0x171)](_0x430b8b=>this[_0x30d644(0x15c)][_0x30d644(0x160)][_0x30d644(0x176)](_0x430b8b))[_0x30d644(0x175)](_0x4b41fd=>_0x4b41fd);}[_0x29591a(0x190)](){const _0x22bd94=_0x29591a;return this[_0x22bd94(0x182)]()[0x0]||null;}[_0x29591a(0x19b)](){const _0x1b9e03=_0x29591a;this[_0x1b9e03(0x15c)][_0x1b9e03(0x1a1)](_0x2011f3=>{const _0x5372dd=_0x1b9e03;for(const _0x59ad06 of this[_0x5372dd(0x182)]())_0x2011f3[_0x5372dd(0x164)](_0x59ad06);}),this[_0x1b9e03(0x19d)][_0x1b9e03(0x196)]();}[_0x29591a(0x164)](_0x16ae8a){const _0x471b87=_0x29591a;this[_0x471b87(0x15c)][_0x471b87(0x1a1)](_0x347ea0=>{const _0x118f2a=_0x471b87;_0x347ea0[_0x118f2a(0x164)](_0x16ae8a);}),this[_0x471b87(0x19d)][_0x471b87(0x16f)](_0x16ae8a);}[_0x29591a(0x15b)](_0x55fdd4){const _0x171432=_0x29591a,_0x4c1f45=_0x171432(0x180)+this[_0x171432(0x17a)]+':'+this[_0x171432(0x195)]+':'+this['id']+':'+this[_0x171432(0x157)]['id']+':'+u[_0x171432(0x189)]();this[_0x171432(0x168)](_0x4c1f45),this[_0x171432(0x15c)][_0x171432(0x1a1)](_0x1dd2fe=>{const _0x3d26d5=_0x171432;_0x1dd2fe[_0x3d26d5(0x18d)](_0x4c1f45,{'range':_0x55fdd4,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x29591a(0x169)](_0x2e73b5){const _0x5db228=_0x29591a;for(const _0x17b9cc of this[_0x5db228(0x172)]())if(_0x17b9cc[_0x5db228(0x17c)](_0x2e73b5))return!0x0;return!0x1;}[_0x29591a(0x172)](){const _0x2e6057=_0x29591a;return this[_0x2e6057(0x182)]()[_0x2e6057(0x171)](_0x1a342a=>_0x1a342a[_0x2e6057(0x16a)]());}[_0x29591a(0x156)](){const _0x36d035=_0x29591a;return this[_0x36d035(0x172)]()[_0x36d035(0x17f)]((_0x23234d,_0x13c5c3)=>[..._0x23234d,..._0x13c5c3[_0x36d035(0x156)]()],[]);}[_0x29591a(0x15a)](){const _0x470238=_0x29591a;var _0x7362f0;return(null===(_0x7362f0=this[_0x470238(0x190)]())||void 0x0===_0x7362f0?void 0x0:_0x7362f0[_0x470238(0x16a)]())||null;}[_0x29591a(0x17e)](){const _0x3e4ef1=_0x29591a,_0x54b496=this[_0x3e4ef1(0x172)]();if(0x1!=_0x54b496[_0x3e4ef1(0x15e)])return null;const _0x1a0d4f=_0x54b496[0x0],_0x450324=_0x1a0d4f[_0x3e4ef1(0x174)][_0x3e4ef1(0x177)],_0x330e39=_0x1a0d4f[_0x3e4ef1(0x181)][_0x3e4ef1(0x1a0)];return _0x450324 instanceof _0x49ada1?_0x450324!=_0x330e39?null:_0x450324:null;}[_0x29591a(0x18e)](){const _0xc19861=_0x29591a;this[_0xc19861(0x188)](this[_0xc19861(0x172)](),this[_0xc19861(0x1a2)],this[_0xc19861(0x19a)]),this[_0xc19861(0x19b)]();}[_0x29591a(0x158)](){const _0x49afac=_0x29591a;this[_0x49afac(0x17b)](this[_0x49afac(0x172)](),this[_0x49afac(0x1a2)],this[_0x49afac(0x19a)]),this[_0x49afac(0x19b)]();}[_0x29591a(0x18b)](){const _0xe1890c=_0x29591a,_0x4ad18f=[];let _0x558b5d=this[_0xe1890c(0x16c)];for(;_0x558b5d;)_0x4ad18f[_0xe1890c(0x16b)](_0x558b5d),_0x558b5d=_0x558b5d[_0xe1890c(0x19f)];return _0x4ad18f;}[_0x29591a(0x166)](_0x400c4e,_0x56b33a){const _0x2a8423=_0x29591a,_0xda65f5=_0x44ab87(this[_0x2a8423(0x19a)]);_0xb88685(_0xda65f5,_0x400c4e,_0x56b33a),_0x5a90c8(_0xda65f5,this[_0x2a8423(0x19a)])||(this[_0x2a8423(0x19a)]=_0xda65f5,this[_0x2a8423(0x161)](_0xda65f5));}[_0x29591a(0x17d)](_0x1d41ff){const _0x407348=_0x29591a,_0x143017=_0x44ab87(this[_0x407348(0x19a)]);_0x1e78cb(_0x143017,_0x1d41ff),_0x5a90c8(_0x143017,this[_0x407348(0x19a)])||(this[_0x407348(0x19a)]=_0x143017,this[_0x407348(0x161)](this[_0x407348(0x19a)]));}[_0x29591a(0x153)](){const _0x2fed62=_0x29591a;return{'id':this['id'],'type':this[_0x2fed62(0x195)]?this[_0x2fed62(0x17a)]+':'+this[_0x2fed62(0x195)]:this[_0x2fed62(0x17a)],'authorId':this[_0x2fed62(0x157)]['id'],'createdAt':this[_0x2fed62(0x159)],'hasComments':this[_0x2fed62(0x184)],'data':this[_0x2fed62(0x1a2)],'attributes':this[_0x2fed62(0x19a)]};}static[_0x29591a(0x189)](){const _0x40b57b=_0x29591a;return _0x55d4c6()[_0x40b57b(0x198)](0x1,0x5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x11fd9e=_0x48fe;(function(_0xeddfac,_0x798f9a){const _0x5e82b1=_0x48fe,_0x23ba8a=_0xeddfac();while(!![]){try{const _0x2d37ad=-parseInt(_0x5e82b1(0x14a))/0x1*(-parseInt(_0x5e82b1(0x132))/0x2)+parseInt(_0x5e82b1(0x150))/0x3+parseInt(_0x5e82b1(0x140))/0x4+parseInt(_0x5e82b1(0x115))/0x5*(parseInt(_0x5e82b1(0x158))/0x6)+parseInt(_0x5e82b1(0x116))/0x7+parseInt(_0x5e82b1(0x135))/0x8*(-parseInt(_0x5e82b1(0x171))/0x9)+-parseInt(_0x5e82b1(0x156))/0xa;if(_0x2d37ad===_0x798f9a)break;else _0x23ba8a['push'](_0x23ba8a['shift']());}catch(_0x48c3bb){_0x23ba8a['push'](_0x23ba8a['shift']());}}}(_0x3b3c,0x713a8));import{getTranslation as _0x2e8e85}from'./utils/common-translations.js';function _0x48fe(_0x431248,_0x326cf2){const _0x3b3ca5=_0x3b3c();return _0x48fe=function(_0x48fe9c,_0x51acd7){_0x48fe9c=_0x48fe9c-0x114;let _0x145fb8=_0x3b3ca5[_0x48fe9c];return _0x145fb8;},_0x48fe(_0x431248,_0x326cf2);}function _0x3b3c(){const _0x453a49=['$textProxy','remove','$1\x20$2','_handleCustomCallbackDescription','previousSibling','elementStart','*Change\x20to:*\x20%0','_handleAttributeSuggestionDescription','Container','*Merge:*\x20%0','name','_itemLabelsCallbacks','indexOf','getFirstRange','2nUlukg','_schema','data','67552kjwqGM','ELEMENT_SPACE','normal','addFormat','pop','registerAttributeLabel','getItemLabel','get','Object','_customCallbacks','_handleInsertRemoveSuggestionDescription','3592276mAeYLT','nodeAfter','start','registerDescriptionCallback','removeFormat','elementEnd','key','softBreak','label','join','741910DKdgJR','removeObject','isEmpty','$text','removeContainer','subType','2714481IgMJEH','push','function','length','attribute','match','25697760wfATzx','_resolveDescriptionItems','2742cgQTcy','isObject','getWalker','set','isInContent','REPLACE_TEXT','_itemLabels','replace','_addDescriptionItems','end','quantity','registerElementLabel','removeEmptyContainer','addContainer','*Remove\x20format:*\x20%0','isEqual','addObject','getDescriptions','element','*Split:*\x20%0','text','type','*Remove:*\x20%0','item','map','486pNyWYd','insertion','nextSibling','_handleRenameSuggestionDescription','_locale','8365zmErsM','1261183BghhPi','matchingCallback','newValue','add','skip','checkChild','*Set\x20format:*\x20%0','deletion','EmptyContainer','_attributeLabels','has','addEmptyContainer','format','*Insert:*\x20%0'];_0x3b3c=function(){return _0x453a49;};return _0x3b3c();}import{priorities as _0xdcbddd,insertToPriorityArray as _0x25a628}from'ckeditor5/src/utils.js';import{renameAttributeKey as _0x358a2c}from'./trackchangesediting.js';export default class f{constructor(_0x5d88a8,_0x443646){const _0x3b3465=_0x48fe;this[_0x3b3465(0x13e)]=[],this[_0x3b3465(0x15e)]=new Map(),this[_0x3b3465(0x12f)]=[],this[_0x3b3465(0x11f)]=new Map(),this[_0x3b3465(0x133)]=_0x5d88a8,this[_0x3b3465(0x114)]=_0x443646;}[_0x11fd9e(0x169)](_0x2de9e5){const _0x32b158=_0x11fd9e,_0x40d00d=[],_0x3cafcb=new Set(),_0x11a550=new Set();for(let _0x5e1230=0x0;_0x5e1230<_0x2de9e5[_0x32b158(0x153)];_0x5e1230++){const _0x7590ff=_0x2de9e5[_0x5e1230];if(!_0x7590ff[_0x32b158(0x15c)])continue;const _0x11bb31=this[_0x32b158(0x127)](_0x7590ff);if(_0x11bb31){if(null!=_0x7590ff[_0x32b158(0x14f)]){if(_0x3cafcb[_0x32b158(0x120)](_0x7590ff[_0x32b158(0x14f)]))continue;_0x3cafcb[_0x32b158(0x119)](_0x7590ff[_0x32b158(0x14f)]);}_0x40d00d[_0x32b158(0x151)](_0x11bb31);}else{if(_0x32b158(0x154)!=_0x7590ff[_0x32b158(0x16d)])_0x32b158(0x172)!=_0x7590ff[_0x32b158(0x16d)]&&_0x32b158(0x11d)!=_0x7590ff[_0x32b158(0x16d)]||this[_0x32b158(0x13f)](_0x40d00d,_0x7590ff,_0x2de9e5[_0x5e1230+0x1]);else{const _0x13153e=_0x7590ff[_0x32b158(0x134)][_0x32b158(0x146)];if(_0x11a550[_0x32b158(0x120)](_0x13153e))continue;_0x11a550[_0x32b158(0x119)](_0x7590ff[_0x32b158(0x134)][_0x32b158(0x146)]),_0x13153e==_0x358a2c?this[_0x32b158(0x174)](_0x40d00d,_0x7590ff):this[_0x32b158(0x12b)](_0x40d00d,_0x7590ff);}}}return this[_0x32b158(0x157)](_0x40d00d);}[_0x11fd9e(0x143)](_0x49c71e){const _0x597104=_0x11fd9e;this[_0x597104(0x13e)][_0x597104(0x151)](_0x49c71e);}[_0x11fd9e(0x163)](_0x15ecb3,_0x3b2872,_0x464af5=_0xdcbddd[_0x11fd9e(0x137)]){const _0x4d7c4d=_0x11fd9e;_0x4d7c4d(0x152)==typeof _0x15ecb3?_0x25a628(this[_0x4d7c4d(0x12f)],{'matchingCallback':_0x15ecb3,'label':_0x3b2872,'priority':_0x464af5}):this[_0x4d7c4d(0x15e)][_0x4d7c4d(0x15b)](_0x15ecb3,_0x3b2872);}[_0x11fd9e(0x13a)](_0x3a4726,_0x501bd3){const _0x547e7b=_0x11fd9e;this[_0x547e7b(0x11f)][_0x547e7b(0x15b)](_0x3a4726,_0x501bd3);}[_0x11fd9e(0x13b)](_0x3d0cc1,_0x4a1ecd=0x1){const _0x30b658=_0x11fd9e;let _0x33ca81;for(const _0x15faab of this[_0x30b658(0x12f)])if(_0x15faab[_0x30b658(0x117)](_0x3d0cc1)){_0x33ca81=_0x15faab[_0x30b658(0x148)];break;}return _0x33ca81||(_0x33ca81=this[_0x30b658(0x15e)][_0x30b658(0x13c)](_0x3d0cc1[_0x30b658(0x12e)])),_0x33ca81?_0x33ca81(_0x4a1ecd):0x1!==_0x4a1ecd?_0x4a1ecd+'\x20'+_0x3d0cc1[_0x30b658(0x12e)]+'s':''+_0x3d0cc1[_0x30b658(0x12e)];}[_0x11fd9e(0x160)](_0xb0b880,_0x33e6fe){const _0x469aa9=_0x11fd9e,_0x32db24=_0x33e6fe[_0x469aa9(0x131)]()[_0x469aa9(0x15a)](),_0x2a43ce=_0x469aa9(0x172)==_0x33e6fe[_0x469aa9(0x16d)]?_0x469aa9(0x119):_0x469aa9(0x125);for(const _0x4faa9e of _0x32db24){const _0x9a0c38=_0x4faa9e[_0x469aa9(0x16f)],_0x1c4a7d=_0xb0b880[_0xb0b880[_0x469aa9(0x153)]-0x1];if(_0x9a0c38['is'](_0x469aa9(0x124)))_0x1c4a7d&&_0x1c4a7d[_0x469aa9(0x16d)][_0x469aa9(0x130)](_0x469aa9(0x12c))>-0x1&&_0xb0b880[_0x469aa9(0x139)](),_0x1c4a7d&&_0x469aa9(0x16c)==_0x1c4a7d[_0x469aa9(0x16d)]?_0x1c4a7d[_0x2a43ce]+=_0x9a0c38[_0x469aa9(0x134)]:_0xb0b880[_0x469aa9(0x151)]({'type':_0x469aa9(0x16c),'add':_0x469aa9(0x119)==_0x2a43ce?_0x9a0c38[_0x469aa9(0x134)]:'','remove':_0x469aa9(0x125)==_0x2a43ce?_0x9a0c38[_0x469aa9(0x134)]:''});else{if(this[_0x469aa9(0x133)][_0x469aa9(0x159)](_0x9a0c38)){const _0x161083=_0x9a0c38;if(_0x1c4a7d&&_0x1c4a7d[_0x469aa9(0x16d)][_0x469aa9(0x130)](_0x469aa9(0x12c))>-0x1&&_0xb0b880[_0x469aa9(0x139)](),_0x469aa9(0x145)==_0x4faa9e[_0x469aa9(0x16d)])continue;_0x1c4a7d&&_0x1c4a7d[_0x469aa9(0x16d)]==_0x2a43ce+_0x469aa9(0x13d)&&_0x1c4a7d[_0x469aa9(0x16a)][_0x469aa9(0x12e)]==_0x161083[_0x469aa9(0x12e)]?_0x1c4a7d[_0x469aa9(0x162)]++:_0xb0b880[_0x469aa9(0x151)]({'type':_0x2a43ce+_0x469aa9(0x13d),'element':_0x161083,'quantity':0x1}),_0x32db24[_0x469aa9(0x11a)](_0x16a86b=>!(_0x469aa9(0x145)==_0x16a86b[_0x469aa9(0x16d)]&&_0x16a86b[_0x469aa9(0x16f)]==_0x9a0c38));}else{if(this[_0x469aa9(0x133)][_0x469aa9(0x11b)](_0x9a0c38,_0x469aa9(0x14d))||_0x9a0c38['is'](_0x469aa9(0x16a),_0x469aa9(0x147))){const _0x342d4f=_0x9a0c38;if(_0x469aa9(0x119)==_0x2a43ce&&_0x469aa9(0x129)==_0x4faa9e[_0x469aa9(0x16d)]||_0x469aa9(0x125)==_0x2a43ce&&_0x469aa9(0x145)==_0x4faa9e[_0x469aa9(0x16d)])continue;if(_0x1c4a7d&&-0x1==_0x1c4a7d[_0x469aa9(0x16d)][_0x469aa9(0x130)](_0x469aa9(0x12c))){_0x469aa9(0x16c)==_0x1c4a7d[_0x469aa9(0x16d)]&&(_0x1c4a7d[_0x2a43ce]+='\x0a');continue;}let _0x4c59d2;if(_0x4c59d2=_0x469aa9(0x119)==_0x2a43ce?_0x342d4f[_0x469aa9(0x173)]&&!this[_0x469aa9(0x133)][_0x469aa9(0x159)](_0x342d4f[_0x469aa9(0x173)])?_0x342d4f[_0x469aa9(0x173)]:null:_0x342d4f[_0x469aa9(0x128)]&&!this[_0x469aa9(0x133)][_0x469aa9(0x159)](_0x342d4f[_0x469aa9(0x128)])?_0x342d4f[_0x469aa9(0x128)]:null,_0x342d4f[_0x469aa9(0x14c)]||_0x4c59d2&&_0x4c59d2[_0x469aa9(0x14c)]){const _0x24a29a=_0x4c59d2&&_0x4c59d2[_0x469aa9(0x14c)]?_0x4c59d2:_0x342d4f;_0x1c4a7d&&_0x1c4a7d[_0x469aa9(0x16d)]==_0x2a43ce+_0x469aa9(0x11e)&&_0x1c4a7d[_0x469aa9(0x16a)][_0x469aa9(0x12e)]==_0x24a29a[_0x469aa9(0x12e)]?_0x1c4a7d[_0x469aa9(0x162)]++:_0xb0b880[_0x469aa9(0x151)]({'type':_0x2a43ce+_0x469aa9(0x11e),'element':_0x24a29a,'quantity':0x1});}else _0xb0b880[_0x469aa9(0x151)]({'type':_0x2a43ce+_0x469aa9(0x12c),'element':_0x342d4f});}}}}}[_0x11fd9e(0x157)](_0x56b3c3){const _0x4d9547=_0x11fd9e,_0x58f8e0=this[_0x4d9547(0x114)],_0x27ac02=[],_0x50a19c=[],_0x48198e=[];for(const _0x94799f of _0x56b3c3)switch(_0x94799f[_0x4d9547(0x16d)]){case _0x4d9547(0x16c):if(_0x94799f[_0x4d9547(0x119)]=_0x94799f[_0x4d9547(0x119)][_0x4d9547(0x15f)](/(\S)\u000A+(\S)/g,_0x4d9547(0x126))[_0x4d9547(0x15f)](/\u000A/g,''),_0x94799f[_0x4d9547(0x125)]=_0x94799f[_0x4d9547(0x125)][_0x4d9547(0x15f)](/(\S)\u000A+(\S)/g,_0x4d9547(0x126))[_0x4d9547(0x15f)](/\u000A/g,''),''!=_0x94799f[_0x4d9547(0x119)]&&''!=_0x94799f[_0x4d9547(0x125)]){_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x15f),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x15d),['\x22'+_0x94799f[_0x4d9547(0x125)]+'\x22','\x22'+_0x94799f[_0x4d9547(0x119)]+'\x22'])});continue;}if(null!=_0x94799f[_0x4d9547(0x119)][_0x4d9547(0x155)](/^ +$/)){_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x172),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x123),_0x2e8e85(_0x58f8e0,_0x4d9547(0x136),_0x94799f[_0x4d9547(0x119)][_0x4d9547(0x153)]))});continue;}if(null!=_0x94799f[_0x4d9547(0x125)][_0x4d9547(0x155)](/^ +$/)){_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x11d),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x16e),_0x2e8e85(_0x58f8e0,_0x4d9547(0x136),_0x94799f[_0x4d9547(0x125)][_0x4d9547(0x153)]))});continue;}if(''!=_0x94799f[_0x4d9547(0x119)]){_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x172),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x123),'\x22'+_0x94799f[_0x4d9547(0x119)]+'\x22')});continue;}_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x11d),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x16e),'\x22'+_0x94799f[_0x4d9547(0x125)]+'\x22')});continue;case _0x4d9547(0x121):case _0x4d9547(0x168):_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x172),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x123),this[_0x4d9547(0x13b)](_0x94799f[_0x4d9547(0x16a)],_0x94799f[_0x4d9547(0x162)]))});continue;case _0x4d9547(0x164):case _0x4d9547(0x14b):_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x11d),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x16e),this[_0x4d9547(0x13b)](_0x94799f[_0x4d9547(0x16a)],_0x94799f[_0x4d9547(0x162)]))});continue;case _0x4d9547(0x165):_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x172),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x16b),this[_0x4d9547(0x13b)](_0x94799f[_0x4d9547(0x16a)],_0x94799f[_0x4d9547(0x162)]))});continue;case _0x4d9547(0x14e):_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x11d),'content':_0x2e8e85(_0x58f8e0,_0x4d9547(0x12d),this[_0x4d9547(0x13b)](_0x94799f[_0x4d9547(0x16a)],_0x94799f[_0x4d9547(0x162)]))});continue;case _0x4d9547(0x138):_0x50a19c[_0x4d9547(0x151)](_0x94799f[_0x4d9547(0x146)]);continue;case _0x4d9547(0x144):_0x48198e[_0x4d9547(0x151)](_0x94799f[_0x4d9547(0x146)]);continue;default:_0x27ac02[_0x4d9547(0x151)](_0x94799f);}if(_0x50a19c[_0x4d9547(0x153)]){const _0xf3be32=_0x50a19c[_0x4d9547(0x170)](_0x204d94=>this[_0x4d9547(0x11f)][_0x4d9547(0x120)](_0x204d94)?this[_0x4d9547(0x11f)][_0x4d9547(0x13c)](_0x204d94):_0x204d94)[_0x4d9547(0x149)](',\x20');_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x122),'content':_0x2e8e85(this[_0x4d9547(0x114)],_0x4d9547(0x11c),_0xf3be32)});}if(_0x48198e[_0x4d9547(0x153)]){const _0x3eaa25=_0x48198e[_0x4d9547(0x170)](_0x2758fa=>this[_0x4d9547(0x11f)][_0x4d9547(0x120)](_0x2758fa)?this[_0x4d9547(0x11f)][_0x4d9547(0x13c)](_0x2758fa):_0x2758fa)[_0x4d9547(0x149)](',\x20');_0x27ac02[_0x4d9547(0x151)]({'type':_0x4d9547(0x122),'content':_0x2e8e85(this[_0x4d9547(0x114)],_0x4d9547(0x166),_0x3eaa25)});}return _0x27ac02;}[_0x11fd9e(0x127)](_0x4d7d15){const _0x3ec76c=_0x11fd9e;for(const _0x51cb9b of this[_0x3ec76c(0x13e)]){const _0x3a73f0=_0x51cb9b(_0x4d7d15);if(_0x3a73f0&&_0x3ec76c(0x16d)in _0x3a73f0)return _0x3a73f0;}}[_0x11fd9e(0x12b)](_0xa8aaed,_0x5d0589){const _0x503833=_0x11fd9e,_0x15138e=_0x5d0589[_0x503833(0x134)],_0x1180d9=void 0x0===_0x15138e[_0x503833(0x118)]?_0x503833(0x144):_0x503833(0x138);_0xa8aaed[_0x503833(0x151)]({'type':_0x1180d9,'key':_0x15138e[_0x503833(0x146)]});}[_0x11fd9e(0x174)](_0x4bca47,_0x2e6b3d){const _0x1b7d5f=_0x11fd9e;_0x4bca47[_0x1b7d5f(0x151)]({'type':_0x1b7d5f(0x122),'content':_0x2e8e85(this[_0x1b7d5f(0x114)],_0x1b7d5f(0x12a),this[_0x1b7d5f(0x13b)](_0x2e6b3d[_0x1b7d5f(0x131)]()[_0x1b7d5f(0x142)][_0x1b7d5f(0x141)],0x1))});}[_0x11fd9e(0x13f)](_0x5a4c41,_0x47b8e4,_0x182b6d){const _0x424d5a=_0x11fd9e;if(this[_0x424d5a(0x160)](_0x5a4c41,_0x47b8e4),_0x182b6d&&_0x182b6d[_0x424d5a(0x131)]()&&!_0x47b8e4[_0x424d5a(0x131)]()[_0x424d5a(0x161)][_0x424d5a(0x167)](_0x182b6d[_0x424d5a(0x131)]()[_0x424d5a(0x142)])){const _0x4981c5=_0x5a4c41[_0x5a4c41[_0x424d5a(0x153)]-0x1],_0x44768f=_0x424d5a(0x172)==_0x47b8e4[_0x424d5a(0x16d)]?_0x424d5a(0x119):_0x424d5a(0x125);_0x4981c5&&_0x424d5a(0x16c)==_0x4981c5[_0x424d5a(0x16d)]&&(_0x4981c5[_0x44768f]+='\x0a');}}}
23
+ const _0x3d4910=_0xd712;(function(_0x2d2337,_0x3c2ec6){const _0x3bfb41=_0xd712,_0x13827f=_0x2d2337();while(!![]){try{const _0xaebe66=parseInt(_0x3bfb41(0x245))/0x1*(parseInt(_0x3bfb41(0x1ed))/0x2)+parseInt(_0x3bfb41(0x223))/0x3*(parseInt(_0x3bfb41(0x21a))/0x4)+-parseInt(_0x3bfb41(0x225))/0x5*(-parseInt(_0x3bfb41(0x23d))/0x6)+-parseInt(_0x3bfb41(0x1fb))/0x7*(-parseInt(_0x3bfb41(0x227))/0x8)+parseInt(_0x3bfb41(0x201))/0x9*(-parseInt(_0x3bfb41(0x1f6))/0xa)+-parseInt(_0x3bfb41(0x247))/0xb+-parseInt(_0x3bfb41(0x204))/0xc;if(_0xaebe66===_0x3c2ec6)break;else _0x13827f['push'](_0x13827f['shift']());}catch(_0x632e9a){_0x13827f['push'](_0x13827f['shift']());}}}(_0x583f,0xace6c));import{getTranslation as _0x21944e}from'./utils/common-translations.js';function _0x583f(){const _0x5cd382=['join','pop','quantity','insertion','*Change\x20to:*\x20%0','removeEmptyContainer','*Set\x20format:*\x20%0','nodeAfter','_itemLabels','_addDescriptionItems','isEqual','checkChild','text','previousSibling','length','_attributeLabels','REPLACE_TEXT','31644OlCVYs','nextSibling','has','$textProxy','format','$text','softBreak','type','getWalker','162BQIQcK','name','5IxjYss','removeFormat','165928DAlgrx','Container','_resolveDescriptionItems','removeObject','registerDescriptionCallback','addEmptyContainer','key','$1\x20$2','data','push','_handleCustomCallbackDescription','_handleInsertRemoveSuggestionDescription','addFormat','elementEnd','matchingCallback','_locale','isInContent','get','newValue','match','replace','_customCallbacks','6902136mQSvpM','_handleAttributeSuggestionDescription','subType','addContainer','attribute','start','function','isEmpty','85546jFeIKM','getDescriptions','9626375JdAOFx','getItemLabel','map','end','*Insert:*\x20%0','*Remove:*\x20%0','_itemLabelsCallbacks','EmptyContainer','registerElementLabel','20lmYyHx','addObject','element','elementStart','indexOf','set','label','remove','isObject','100sRaplc','getFirstRange','*Merge:*\x20%0','registerAttributeLabel','*Remove\x20format:*\x20%0','385HoQcfq','*Split:*\x20%0','ELEMENT_SPACE','_schema','Object','normal','563643ycvQnR','item','_handleRenameSuggestionDescription','16369992fErbFK','skip','deletion','add','removeContainer'];_0x583f=function(){return _0x5cd382;};return _0x583f();}function _0xd712(_0x35d79d,_0x5ee720){const _0x583f8f=_0x583f();return _0xd712=function(_0xd71231,_0x1fc0de){_0xd71231=_0xd71231-0x1ed;let _0x4460b0=_0x583f8f[_0xd71231];return _0x4460b0;},_0xd712(_0x35d79d,_0x5ee720);}import{priorities as _0x3698b8,insertToPriorityArray as _0x11d8e3}from'ckeditor5/src/utils.js';import{renameAttributeKey as _0x34d2b7}from'./trackchangesediting.js';export default class f{constructor(_0x1bda86,_0xa76a48){const _0x2b76de=_0xd712;this[_0x2b76de(0x23c)]=[],this[_0x2b76de(0x211)]=new Map(),this[_0x2b76de(0x24d)]=[],this[_0x2b76de(0x218)]=new Map(),this[_0x2b76de(0x1fe)]=_0x1bda86,this[_0x2b76de(0x236)]=_0xa76a48;}[_0x3d4910(0x246)](_0x44f0d1){const _0x10d157=_0x3d4910,_0x5a79e3=[],_0x4d0376=new Set(),_0x5bcf88=new Set();for(let _0xdb08a=0x0;_0xdb08a<_0x44f0d1[_0x10d157(0x217)];_0xdb08a++){const _0x291824=_0x44f0d1[_0xdb08a];if(!_0x291824[_0x10d157(0x237)])continue;const _0x5d98cd=this[_0x10d157(0x231)](_0x291824);if(_0x5d98cd){if(null!=_0x291824[_0x10d157(0x23f)]){if(_0x4d0376[_0x10d157(0x21c)](_0x291824[_0x10d157(0x23f)]))continue;_0x4d0376[_0x10d157(0x207)](_0x291824[_0x10d157(0x23f)]);}_0x5a79e3[_0x10d157(0x230)](_0x5d98cd);}else{if(_0x10d157(0x241)!=_0x291824[_0x10d157(0x221)])_0x10d157(0x20c)!=_0x291824[_0x10d157(0x221)]&&_0x10d157(0x206)!=_0x291824[_0x10d157(0x221)]||this[_0x10d157(0x232)](_0x5a79e3,_0x291824,_0x44f0d1[_0xdb08a+0x1]);else{const _0x5e4d36=_0x291824[_0x10d157(0x22f)][_0x10d157(0x22d)];if(_0x5bcf88[_0x10d157(0x21c)](_0x5e4d36))continue;_0x5bcf88[_0x10d157(0x207)](_0x291824[_0x10d157(0x22f)][_0x10d157(0x22d)]),_0x5e4d36==_0x34d2b7?this[_0x10d157(0x203)](_0x5a79e3,_0x291824):this[_0x10d157(0x23e)](_0x5a79e3,_0x291824);}}}return this[_0x10d157(0x229)](_0x5a79e3);}[_0x3d4910(0x22b)](_0x4bf8b8){const _0xccebbb=_0x3d4910;this[_0xccebbb(0x23c)][_0xccebbb(0x230)](_0x4bf8b8);}[_0x3d4910(0x24f)](_0x28dcd8,_0x3aef07,_0xe07185=_0x3698b8[_0x3d4910(0x200)]){const _0x452472=_0x3d4910;_0x452472(0x243)==typeof _0x28dcd8?_0x11d8e3(this[_0x452472(0x24d)],{'matchingCallback':_0x28dcd8,'label':_0x3aef07,'priority':_0xe07185}):this[_0x452472(0x211)][_0x452472(0x1f2)](_0x28dcd8,_0x3aef07);}[_0x3d4910(0x1f9)](_0x2900b4,_0x52a5c7){const _0x103010=_0x3d4910;this[_0x103010(0x218)][_0x103010(0x1f2)](_0x2900b4,_0x52a5c7);}[_0x3d4910(0x248)](_0xd6285c,_0x4f422a=0x1){const _0x494773=_0x3d4910;let _0x335241;for(const _0x4a7d5a of this[_0x494773(0x24d)])if(_0x4a7d5a[_0x494773(0x235)](_0xd6285c)){_0x335241=_0x4a7d5a[_0x494773(0x1f3)];break;}return _0x335241||(_0x335241=this[_0x494773(0x211)][_0x494773(0x238)](_0xd6285c[_0x494773(0x224)])),_0x335241?_0x335241(_0x4f422a):0x1!==_0x4f422a?_0x4f422a+'\x20'+_0xd6285c[_0x494773(0x224)]+'s':''+_0xd6285c[_0x494773(0x224)];}[_0x3d4910(0x212)](_0x516142,_0x32eba4){const _0x504511=_0x3d4910,_0x249458=_0x32eba4[_0x504511(0x1f7)]()[_0x504511(0x222)](),_0x28523a=_0x504511(0x20c)==_0x32eba4[_0x504511(0x221)]?_0x504511(0x207):_0x504511(0x1f4);for(const _0xb53434 of _0x249458){const _0x1988a5=_0xb53434[_0x504511(0x202)],_0x3bb001=_0x516142[_0x516142[_0x504511(0x217)]-0x1];if(_0x1988a5['is'](_0x504511(0x21d)))_0x3bb001&&_0x3bb001[_0x504511(0x221)][_0x504511(0x1f1)](_0x504511(0x228))>-0x1&&_0x516142[_0x504511(0x20a)](),_0x3bb001&&_0x504511(0x215)==_0x3bb001[_0x504511(0x221)]?_0x3bb001[_0x28523a]+=_0x1988a5[_0x504511(0x22f)]:_0x516142[_0x504511(0x230)]({'type':_0x504511(0x215),'add':_0x504511(0x207)==_0x28523a?_0x1988a5[_0x504511(0x22f)]:'','remove':_0x504511(0x1f4)==_0x28523a?_0x1988a5[_0x504511(0x22f)]:''});else{if(this[_0x504511(0x1fe)][_0x504511(0x1f5)](_0x1988a5)){const _0x2a5f6a=_0x1988a5;if(_0x3bb001&&_0x3bb001[_0x504511(0x221)][_0x504511(0x1f1)](_0x504511(0x228))>-0x1&&_0x516142[_0x504511(0x20a)](),_0x504511(0x234)==_0xb53434[_0x504511(0x221)])continue;_0x3bb001&&_0x3bb001[_0x504511(0x221)]==_0x28523a+_0x504511(0x1ff)&&_0x3bb001[_0x504511(0x1ef)][_0x504511(0x224)]==_0x2a5f6a[_0x504511(0x224)]?_0x3bb001[_0x504511(0x20b)]++:_0x516142[_0x504511(0x230)]({'type':_0x28523a+_0x504511(0x1ff),'element':_0x2a5f6a,'quantity':0x1}),_0x249458[_0x504511(0x205)](_0x50662a=>!(_0x504511(0x234)==_0x50662a[_0x504511(0x221)]&&_0x50662a[_0x504511(0x202)]==_0x1988a5));}else{if(this[_0x504511(0x1fe)][_0x504511(0x214)](_0x1988a5,_0x504511(0x21f))||_0x1988a5['is'](_0x504511(0x1ef),_0x504511(0x220))){const _0x3f87ab=_0x1988a5;if(_0x504511(0x207)==_0x28523a&&_0x504511(0x1f0)==_0xb53434[_0x504511(0x221)]||_0x504511(0x1f4)==_0x28523a&&_0x504511(0x234)==_0xb53434[_0x504511(0x221)])continue;if(_0x3bb001&&-0x1==_0x3bb001[_0x504511(0x221)][_0x504511(0x1f1)](_0x504511(0x228))){_0x504511(0x215)==_0x3bb001[_0x504511(0x221)]&&(_0x3bb001[_0x28523a]+='\x0a');continue;}let _0x46e79e;if(_0x46e79e=_0x504511(0x207)==_0x28523a?_0x3f87ab[_0x504511(0x21b)]&&!this[_0x504511(0x1fe)][_0x504511(0x1f5)](_0x3f87ab[_0x504511(0x21b)])?_0x3f87ab[_0x504511(0x21b)]:null:_0x3f87ab[_0x504511(0x216)]&&!this[_0x504511(0x1fe)][_0x504511(0x1f5)](_0x3f87ab[_0x504511(0x216)])?_0x3f87ab[_0x504511(0x216)]:null,_0x3f87ab[_0x504511(0x244)]||_0x46e79e&&_0x46e79e[_0x504511(0x244)]){const _0x2a2cc5=_0x46e79e&&_0x46e79e[_0x504511(0x244)]?_0x46e79e:_0x3f87ab;_0x3bb001&&_0x3bb001[_0x504511(0x221)]==_0x28523a+_0x504511(0x24e)&&_0x3bb001[_0x504511(0x1ef)][_0x504511(0x224)]==_0x2a2cc5[_0x504511(0x224)]?_0x3bb001[_0x504511(0x20b)]++:_0x516142[_0x504511(0x230)]({'type':_0x28523a+_0x504511(0x24e),'element':_0x2a2cc5,'quantity':0x1});}else _0x516142[_0x504511(0x230)]({'type':_0x28523a+_0x504511(0x228),'element':_0x3f87ab});}}}}}[_0x3d4910(0x229)](_0x17d81a){const _0x2d8ef1=_0x3d4910,_0x26ba26=this[_0x2d8ef1(0x236)],_0x40049c=[],_0xe27922=[],_0x14eb5e=[];for(const _0x46d426 of _0x17d81a)switch(_0x46d426[_0x2d8ef1(0x221)]){case _0x2d8ef1(0x215):if(_0x46d426[_0x2d8ef1(0x207)]=_0x46d426[_0x2d8ef1(0x207)][_0x2d8ef1(0x23b)](/(\S)\u000A+(\S)/g,_0x2d8ef1(0x22e))[_0x2d8ef1(0x23b)](/\u000A/g,''),_0x46d426[_0x2d8ef1(0x1f4)]=_0x46d426[_0x2d8ef1(0x1f4)][_0x2d8ef1(0x23b)](/(\S)\u000A+(\S)/g,_0x2d8ef1(0x22e))[_0x2d8ef1(0x23b)](/\u000A/g,''),''!=_0x46d426[_0x2d8ef1(0x207)]&&''!=_0x46d426[_0x2d8ef1(0x1f4)]){_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x23b),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x219),['\x22'+_0x46d426[_0x2d8ef1(0x1f4)]+'\x22','\x22'+_0x46d426[_0x2d8ef1(0x207)]+'\x22'])});continue;}if(null!=_0x46d426[_0x2d8ef1(0x207)][_0x2d8ef1(0x23a)](/^ +$/)){_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x20c),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24b),_0x21944e(_0x26ba26,_0x2d8ef1(0x1fd),_0x46d426[_0x2d8ef1(0x207)][_0x2d8ef1(0x217)]))});continue;}if(null!=_0x46d426[_0x2d8ef1(0x1f4)][_0x2d8ef1(0x23a)](/^ +$/)){_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x206),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24c),_0x21944e(_0x26ba26,_0x2d8ef1(0x1fd),_0x46d426[_0x2d8ef1(0x1f4)][_0x2d8ef1(0x217)]))});continue;}if(''!=_0x46d426[_0x2d8ef1(0x207)]){_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x20c),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24b),'\x22'+_0x46d426[_0x2d8ef1(0x207)]+'\x22')});continue;}_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x206),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24c),'\x22'+_0x46d426[_0x2d8ef1(0x1f4)]+'\x22')});continue;case _0x2d8ef1(0x22c):case _0x2d8ef1(0x1ee):_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x20c),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24b),this[_0x2d8ef1(0x248)](_0x46d426[_0x2d8ef1(0x1ef)],_0x46d426[_0x2d8ef1(0x20b)]))});continue;case _0x2d8ef1(0x20e):case _0x2d8ef1(0x22a):_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x206),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24c),this[_0x2d8ef1(0x248)](_0x46d426[_0x2d8ef1(0x1ef)],_0x46d426[_0x2d8ef1(0x20b)]))});continue;case _0x2d8ef1(0x240):_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x20c),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x1fc),this[_0x2d8ef1(0x248)](_0x46d426[_0x2d8ef1(0x1ef)],_0x46d426[_0x2d8ef1(0x20b)]))});continue;case _0x2d8ef1(0x208):_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x206),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x1f8),this[_0x2d8ef1(0x248)](_0x46d426[_0x2d8ef1(0x1ef)],_0x46d426[_0x2d8ef1(0x20b)]))});continue;case _0x2d8ef1(0x233):_0xe27922[_0x2d8ef1(0x230)](_0x46d426[_0x2d8ef1(0x22d)]);continue;case _0x2d8ef1(0x226):_0x14eb5e[_0x2d8ef1(0x230)](_0x46d426[_0x2d8ef1(0x22d)]);continue;default:_0x40049c[_0x2d8ef1(0x230)](_0x46d426);}if(_0xe27922[_0x2d8ef1(0x217)]){const _0x175496=_0xe27922[_0x2d8ef1(0x249)](_0x19ae8a=>this[_0x2d8ef1(0x218)][_0x2d8ef1(0x21c)](_0x19ae8a)?this[_0x2d8ef1(0x218)][_0x2d8ef1(0x238)](_0x19ae8a):_0x19ae8a)[_0x2d8ef1(0x209)](',\x20');_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x21e),'content':_0x21944e(this[_0x2d8ef1(0x236)],_0x2d8ef1(0x20f),_0x175496)});}if(_0x14eb5e[_0x2d8ef1(0x217)]){const _0x433295=_0x14eb5e[_0x2d8ef1(0x249)](_0x1e1f31=>this[_0x2d8ef1(0x218)][_0x2d8ef1(0x21c)](_0x1e1f31)?this[_0x2d8ef1(0x218)][_0x2d8ef1(0x238)](_0x1e1f31):_0x1e1f31)[_0x2d8ef1(0x209)](',\x20');_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x21e),'content':_0x21944e(this[_0x2d8ef1(0x236)],_0x2d8ef1(0x1fa),_0x433295)});}return _0x40049c;}[_0x3d4910(0x231)](_0x33b9e5){const _0xc83736=_0x3d4910;for(const _0x145019 of this[_0xc83736(0x23c)]){const _0x30f77d=_0x145019(_0x33b9e5);if(_0x30f77d&&_0xc83736(0x221)in _0x30f77d)return _0x30f77d;}}[_0x3d4910(0x23e)](_0x4155c8,_0x1b62d6){const _0x31ebf3=_0x3d4910,_0x46c84a=_0x1b62d6[_0x31ebf3(0x22f)],_0x47b427=void 0x0===_0x46c84a[_0x31ebf3(0x239)]?_0x31ebf3(0x226):_0x31ebf3(0x233);_0x4155c8[_0x31ebf3(0x230)]({'type':_0x47b427,'key':_0x46c84a[_0x31ebf3(0x22d)]});}[_0x3d4910(0x203)](_0x5ce443,_0xe17672){const _0xb8b25c=_0x3d4910;_0x5ce443[_0xb8b25c(0x230)]({'type':_0xb8b25c(0x21e),'content':_0x21944e(this[_0xb8b25c(0x236)],_0xb8b25c(0x20d),this[_0xb8b25c(0x248)](_0xe17672[_0xb8b25c(0x1f7)]()[_0xb8b25c(0x242)][_0xb8b25c(0x210)],0x1))});}[_0x3d4910(0x232)](_0x49a034,_0x56a861,_0x5dead9){const _0x296336=_0x3d4910;if(this[_0x296336(0x212)](_0x49a034,_0x56a861),_0x5dead9&&_0x5dead9[_0x296336(0x1f7)]()&&!_0x56a861[_0x296336(0x1f7)]()[_0x296336(0x24a)][_0x296336(0x213)](_0x5dead9[_0x296336(0x1f7)]()[_0x296336(0x242)])){const _0x560186=_0x49a034[_0x49a034[_0x296336(0x217)]-0x1],_0x3a6e6d=_0x296336(0x20c)==_0x56a861[_0x296336(0x221)]?_0x296336(0x207):_0x296336(0x1f4);_0x560186&&_0x296336(0x215)==_0x560186[_0x296336(0x221)]&&(_0x560186[_0x3a6e6d]+='\x0a');}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xa50ac1=_0x3304;(function(_0x5695d7,_0x4b3456){var _0x4cf053=_0x3304,_0x59e5d3=_0x5695d7();while(!![]){try{var _0xf03034=-parseInt(_0x4cf053(0x88))/0x1+parseInt(_0x4cf053(0x84))/0x2*(-parseInt(_0x4cf053(0x89))/0x3)+-parseInt(_0x4cf053(0x87))/0x4*(parseInt(_0x4cf053(0x92))/0x5)+parseInt(_0x4cf053(0x93))/0x6+parseInt(_0x4cf053(0x83))/0x7*(-parseInt(_0x4cf053(0x82))/0x8)+-parseInt(_0x4cf053(0x91))/0x9+parseInt(_0x4cf053(0x95))/0xa;if(_0xf03034===_0x4b3456)break;else _0x59e5d3['push'](_0x59e5d3['shift']());}catch(_0x1b2fdf){_0x59e5d3['push'](_0x59e5d3['shift']());}}}(_0x2c14,0x908fa));function _0x2c14(){var _0x328c7a=['addSuggestionData','2425419YqwAFs','69040OubUGv','86058kGZrCQ','getSuggestions','34093970ZPUiXm','adapter','plugins','209432LQEZLO','287fXcsxA','118sUatqf','editor','Comments','80MyFIgr','1067075gsRfDx','7401FpgNGq','requires','getSuggestion','get','pluginName','TrackChanges','addSuggestion'];_0x2c14=function(){return _0x328c7a;};return _0x2c14();}import{Plugin as _0x21ac14}from'ckeditor5/src/core.js';import _0x393867 from'./trackchangesui.js';import _0x1427aa from'./trackchangesediting.js';import'ckeditor5-collaboration/src/collaboration-core.js';function _0x3304(_0x4138fb,_0x46983c){var _0x2c1432=_0x2c14();return _0x3304=function(_0x330461,_0x3798ca){_0x330461=_0x330461-0x81;var _0x2daa09=_0x2c1432[_0x330461];return _0x2daa09;},_0x3304(_0x4138fb,_0x46983c);}export default class k extends _0x21ac14{static get[_0xa50ac1(0x8a)](){var _0x271499=_0xa50ac1;return[_0x1427aa,_0x393867,_0x271499(0x86)];}static get[_0xa50ac1(0x8d)](){var _0x1b8fea=_0xa50ac1;return _0x1b8fea(0x8e);}set[_0xa50ac1(0x96)](_0x3b1586){var _0x4dea58=_0xa50ac1;this[_0x4dea58(0x85)][_0x4dea58(0x81)][_0x4dea58(0x8c)](_0x1427aa)[_0x4dea58(0x96)]=_0x3b1586;}get[_0xa50ac1(0x96)](){var _0x280c88=_0xa50ac1;return this[_0x280c88(0x85)][_0x280c88(0x81)][_0x280c88(0x8c)](_0x1427aa)[_0x280c88(0x96)];}[_0xa50ac1(0x8f)](_0x20c63e){var _0x28619f=_0xa50ac1;return this[_0x28619f(0x85)][_0x28619f(0x81)][_0x28619f(0x8c)](_0x1427aa)[_0x28619f(0x90)](_0x20c63e);}[_0xa50ac1(0x94)]({skipNotAttached:_0x51d908=!0x1,toJSON:_0xcb78a8=!0x1}={}){var _0x398552=_0xa50ac1;return this[_0x398552(0x85)][_0x398552(0x81)][_0x398552(0x8c)](_0x1427aa)[_0x398552(0x94)]({'skipNotAttached':_0x51d908,'toJSON':_0xcb78a8});}[_0xa50ac1(0x8b)](_0x51e644){var _0x4d986d=_0xa50ac1;return this[_0x4d986d(0x85)][_0x4d986d(0x81)][_0x4d986d(0x8c)](_0x1427aa)[_0x4d986d(0x8b)](_0x51e644);}}
23
+ function _0x208b(){var _0x1b5a91=['50VVtOPc','requires','200bNYgdb','addSuggestion','addSuggestionData','4166NmmhNq','getSuggestion','Comments','1848nrbwUD','editor','get','308759auRIPn','68076SbnLHb','adapter','TrackChanges','31fIeBFh','pluginName','52jTCtkA','263220sjyAlT','getSuggestions','799227yaOtmb','plugins','16035TxdfVZ','592MZFlLk'];_0x208b=function(){return _0x1b5a91;};return _0x208b();}function _0x1afe(_0x2ce58,_0x297a85){var _0x208b04=_0x208b();return _0x1afe=function(_0x1afe76,_0x2104fb){_0x1afe76=_0x1afe76-0x116;var _0x159b69=_0x208b04[_0x1afe76];return _0x159b69;},_0x1afe(_0x2ce58,_0x297a85);}var _0x67984e=_0x1afe;(function(_0x77a136,_0x1febc3){var _0x17c71e=_0x1afe,_0x33afb5=_0x77a136();while(!![]){try{var _0x3610a6=parseInt(_0x17c71e(0x11a))/0x1*(-parseInt(_0x17c71e(0x128))/0x2)+parseInt(_0x17c71e(0x121))/0x3*(parseInt(_0x17c71e(0x11c))/0x4)+-parseInt(_0x17c71e(0x125))/0x5*(-parseInt(_0x17c71e(0x117))/0x6)+parseInt(_0x17c71e(0x12b))/0x7*(-parseInt(_0x17c71e(0x122))/0x8)+-parseInt(_0x17c71e(0x11f))/0x9+parseInt(_0x17c71e(0x123))/0xa*(-parseInt(_0x17c71e(0x116))/0xb)+parseInt(_0x17c71e(0x11d))/0xc;if(_0x3610a6===_0x1febc3)break;else _0x33afb5['push'](_0x33afb5['shift']());}catch(_0x338f71){_0x33afb5['push'](_0x33afb5['shift']());}}}(_0x208b,0x38a43));import{Plugin as _0x4baf7d}from'ckeditor5/src/core.js';import _0x589a70 from'./trackchangesui.js';import _0x3f929c from'./trackchangesediting.js';import'ckeditor5-collaboration/src/collaboration-core.js';export default class k extends _0x4baf7d{static get[_0x67984e(0x124)](){var _0x230828=_0x67984e;return[_0x3f929c,_0x589a70,_0x230828(0x12a)];}static get[_0x67984e(0x11b)](){var _0x4ff500=_0x67984e;return _0x4ff500(0x119);}set[_0x67984e(0x118)](_0x464e53){var _0x49657e=_0x67984e;this[_0x49657e(0x12c)][_0x49657e(0x120)][_0x49657e(0x12d)](_0x3f929c)[_0x49657e(0x118)]=_0x464e53;}get[_0x67984e(0x118)](){var _0x32862e=_0x67984e;return this[_0x32862e(0x12c)][_0x32862e(0x120)][_0x32862e(0x12d)](_0x3f929c)[_0x32862e(0x118)];}[_0x67984e(0x126)](_0x27a5cb){var _0x18f67b=_0x67984e;return this[_0x18f67b(0x12c)][_0x18f67b(0x120)][_0x18f67b(0x12d)](_0x3f929c)[_0x18f67b(0x127)](_0x27a5cb);}[_0x67984e(0x11e)]({skipNotAttached:_0x18a9ec=!0x1,toJSON:_0x4601be=!0x1}={}){var _0x2fb78e=_0x67984e;return this[_0x2fb78e(0x12c)][_0x2fb78e(0x120)][_0x2fb78e(0x12d)](_0x3f929c)[_0x2fb78e(0x11e)]({'skipNotAttached':_0x18a9ec,'toJSON':_0x4601be});}[_0x67984e(0x129)](_0x4ef968){var _0x3e9427=_0x67984e;return this[_0x3e9427(0x12c)][_0x3e9427(0x120)][_0x3e9427(0x12d)](_0x3f929c)[_0x3e9427(0x129)](_0x4ef968);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5993(){const _0x18242f=['getFullData','getRootsAttributes','addSuggestionData','addUser','push','set','404EUQEaE','TrackChangesEditing','end','create','constructor','acceptAllSuggestions','2092250XcJIRd','appendChild','rootsAttributes','getDataWithAcceptedSuggestions','discardAllSuggestions','document','Pagination','model','track-changes-data-invalid-editor-creator','2INDoSi','plugins','map','Users','trackChangesData.editorCreator','pluginName','reduce','name','getUser','303858CJmnAq','getDataWithDiscardedSuggestions','378842GrjlAa','TrackChangesData','define','function','4635360lTWcmn','config','742UxbDxJ','result','editorCreator','CommentsRepository','TrackChangesDataGetter','users','useAnonymousUser','6930QUiWXU','requires','destroy','2096WxmAcU','div','data','3139272IltayT','trackChangesData','init','get','getSuggestions','createElement','createDocumentFragment','editor','_adapter','getRootNames','execute'];_0x5993=function(){return _0x18242f;};return _0x5993();}const _0x3e88d6=_0x267b;(function(_0x951b45,_0x3300ee){const _0x363926=_0x267b,_0x50f5b5=_0x951b45();while(!![]){try{const _0x5bf89e=-parseInt(_0x363926(0x153))/0x1*(-parseInt(_0x363926(0x148))/0x2)+-parseInt(_0x363926(0x151))/0x3+parseInt(_0x363926(0x139))/0x4*(-parseInt(_0x363926(0x160))/0x5)+-parseInt(_0x363926(0x166))/0x6+parseInt(_0x363926(0x159))/0x7*(-parseInt(_0x363926(0x163))/0x8)+parseInt(_0x363926(0x157))/0x9+parseInt(_0x363926(0x13f))/0xa;if(_0x5bf89e===_0x3300ee)break;else _0x50f5b5['push'](_0x50f5b5['shift']());}catch(_0x6dc891){_0x50f5b5['push'](_0x50f5b5['shift']());}}}(_0x5993,0x4be43));import{Plugin as _0x1aa5fa}from'ckeditor5/src/core.js';import{CKEditorError as _0x65d24}from'ckeditor5/src/utils.js';import _0x1caf0b from'./trackchangesediting.js';import{sanitizeEditorConfig as _0x1413a1}from'ckeditor5-collaboration/src/collaboration-core.js';const T=[_0x3e88d6(0x145)];function _0x267b(_0xac3686,_0x4cd024){const _0x59939a=_0x5993();return _0x267b=function(_0x267b67,_0x1299a6){_0x267b67=_0x267b67-0x135;let _0x1c4a2e=_0x59939a[_0x267b67];return _0x1c4a2e;},_0x267b(_0xac3686,_0x4cd024);}export default class P extends _0x1aa5fa{static get[_0x3e88d6(0x161)](){return[_0x1caf0b];}static get[_0x3e88d6(0x14d)](){const _0x568fe6=_0x3e88d6;return _0x568fe6(0x154);}[_0x3e88d6(0x168)](){const _0x28db74=_0x3e88d6,_0x42d65a=this[_0x28db74(0x16d)];if(_0x42d65a[_0x28db74(0x158)][_0x28db74(0x155)](_0x28db74(0x14c),_0x754bb8=>{const _0x3fa30a=_0x28db74,_0x2d4270=_0x42d65a[_0x3fa30a(0x146)][_0x3fa30a(0x144)][_0x3fa30a(0x16f)]()[_0x3fa30a(0x14e)]((_0x25e0de,_0x15e4d4)=>(_0x25e0de[_0x15e4d4]='',_0x25e0de),{});return _0x42d65a[_0x3fa30a(0x13d)][_0x3fa30a(0x13c)](_0x2d4270,_0x754bb8);}),_0x28db74(0x156)!=typeof _0x42d65a[_0x28db74(0x158)][_0x28db74(0x169)](_0x28db74(0x167))[_0x28db74(0x15b)])throw new _0x65d24(_0x28db74(0x147));}[_0x3e88d6(0x142)](_0x111765){const _0x1e2630=_0x3e88d6;return N(this[_0x1e2630(0x16d)],!0x0,_0x111765);}[_0x3e88d6(0x152)](_0x2cce2d){const _0xa26326=_0x3e88d6;return N(this[_0xa26326(0x16d)],!0x1,_0x2cce2d);}}class D extends _0x1aa5fa{static get[_0x3e88d6(0x14d)](){const _0x3ce598=_0x3e88d6;return _0x3ce598(0x15d);}constructor(_0x446a15){const _0x4fdc65=_0x3e88d6;super(_0x446a15),this[_0x4fdc65(0x15a)]=_0x4fdc65(0x13b);}[_0x3e88d6(0x168)](){const _0x467135=_0x3e88d6;this[_0x467135(0x16d)][_0x467135(0x149)][_0x467135(0x169)](_0x467135(0x15c))[_0x467135(0x16e)]={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this[_0x467135(0x16d)][_0x467135(0x149)][_0x467135(0x169)](_0x467135(0x13a))[_0x467135(0x16e)]=null;}}function v(_0x215d4f){const _0x5cace7=_0x3e88d6;return void 0x0!==_0x215d4f[_0x5cace7(0x172)];}async function N(_0x25b796,_0x395e78,_0x334d3a){const _0x11c378=_0x3e88d6,_0x2a6b47=_0x1413a1(_0x25b796,T);_0x2a6b47[_0x11c378(0x149)][_0x11c378(0x137)](_0x1caf0b,D),_0x2a6b47[_0x11c378(0x141)]=v(_0x25b796)?_0x25b796[_0x11c378(0x172)]():void 0x0;const _0x50d044=document[_0x11c378(0x16c)](),_0x59203d=_0x25b796[_0x11c378(0x158)][_0x11c378(0x169)](_0x11c378(0x167))[_0x11c378(0x15b)],_0x520785=await _0x59203d(_0x2a6b47,()=>function(_0x33b313){const _0x363c1d=_0x11c378,_0x5d4134=document[_0x363c1d(0x16b)](_0x363c1d(0x164));return _0x33b313[_0x363c1d(0x140)](_0x5d4134),_0x5d4134;}(_0x50d044));!function(_0x35eb95,_0x57105b){const _0x56e8ff=_0x11c378,_0xed857=_0x35eb95[_0x56e8ff(0x146)][_0x56e8ff(0x144)][_0x56e8ff(0x16f)]()[_0x56e8ff(0x14e)]((_0x37bec4,_0x4bcf96)=>(_0x37bec4[_0x4bcf96]=_0x35eb95[_0x56e8ff(0x165)][_0x56e8ff(0x169)]({'rootName':_0x4bcf96}),_0x37bec4),{}),_0x122eba=_0x35eb95[_0x56e8ff(0x149)][_0x56e8ff(0x169)](_0x56e8ff(0x14b))[_0x56e8ff(0x15e)][_0x56e8ff(0x14a)](_0x1de282=>({'id':_0x1de282['id'],'name':_0x1de282[_0x56e8ff(0x14f)]})),_0x2bdb5c=_0x35eb95[_0x56e8ff(0x149)][_0x56e8ff(0x169)](_0x56e8ff(0x13a))[_0x56e8ff(0x16a)]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3d2ccc=_0x57105b[_0x56e8ff(0x149)][_0x56e8ff(0x169)](_0x56e8ff(0x14b)),_0x22ca56=_0x57105b[_0x56e8ff(0x149)][_0x56e8ff(0x169)](_0x56e8ff(0x13a));for(const _0x3aa302 of _0x122eba)_0x3d2ccc[_0x56e8ff(0x150)](_0x3aa302['id'])||_0x3d2ccc[_0x56e8ff(0x136)](_0x3aa302);_0x3d2ccc['me']||_0x3d2ccc[_0x56e8ff(0x15f)]();for(const _0x56d73b of _0x2bdb5c)_0x22ca56[_0x56e8ff(0x135)](_0x56d73b);_0x57105b[_0x56e8ff(0x165)][_0x56e8ff(0x138)](_0xed857);}(_0x25b796,_0x520785),_0x520785[_0x11c378(0x170)](_0x395e78?_0x11c378(0x13e):_0x11c378(0x143));const _0x2c77d2=v(_0x520785)?_0x520785[_0x11c378(0x171)](_0x334d3a):_0x520785[_0x11c378(0x165)][_0x11c378(0x169)](_0x334d3a);return await _0x520785[_0x11c378(0x162)](),_0x2c77d2;}
23
+ const _0x311cf8=_0x2143;(function(_0xdad6ce,_0x430719){const _0x5c9616=_0x2143,_0x28ff8f=_0xdad6ce();while(!![]){try{const _0x2d7c02=parseInt(_0x5c9616(0x171))/0x1*(-parseInt(_0x5c9616(0x174))/0x2)+parseInt(_0x5c9616(0x189))/0x3+-parseInt(_0x5c9616(0x181))/0x4*(parseInt(_0x5c9616(0x178))/0x5)+parseInt(_0x5c9616(0x16c))/0x6+-parseInt(_0x5c9616(0x160))/0x7*(-parseInt(_0x5c9616(0x183))/0x8)+parseInt(_0x5c9616(0x165))/0x9*(parseInt(_0x5c9616(0x17b))/0xa)+-parseInt(_0x5c9616(0x16b))/0xb;if(_0x2d7c02===_0x430719)break;else _0x28ff8f['push'](_0x28ff8f['shift']());}catch(_0x2c7721){_0x28ff8f['push'](_0x28ff8f['shift']());}}}(_0x4d99,0x226ed));import{Plugin as _0x14f279}from'ckeditor5/src/core.js';import{CKEditorError as _0x1cbc36}from'ckeditor5/src/utils.js';import _0x1f7bd4 from'./trackchangesediting.js';import{sanitizeEditorConfig as _0x252691}from'ckeditor5-collaboration/src/collaboration-core.js';const T=[_0x311cf8(0x176)];function _0x2143(_0x251b9c,_0x38883c){const _0x4d9928=_0x4d99();return _0x2143=function(_0x2143e8,_0x334d6c){_0x2143e8=_0x2143e8-0x15b;let _0x2303d5=_0x4d9928[_0x2143e8];return _0x2303d5;},_0x2143(_0x251b9c,_0x38883c);}export default class P extends _0x14f279{static get[_0x311cf8(0x185)](){return[_0x1f7bd4];}static get[_0x311cf8(0x187)](){const _0x15314c=_0x311cf8;return _0x15314c(0x15f);}[_0x311cf8(0x190)](){const _0x35f6ee=_0x311cf8,_0x15e443=this[_0x35f6ee(0x17f)];if(_0x15e443[_0x35f6ee(0x16a)][_0x35f6ee(0x15e)](_0x35f6ee(0x175),_0x314ff2=>{const _0x1be722=_0x35f6ee,_0x1c3cda=_0x15e443[_0x1be722(0x162)][_0x1be722(0x15c)][_0x1be722(0x164)]()[_0x1be722(0x18b)]((_0xa3a4c3,_0x2d5e89)=>(_0xa3a4c3[_0x2d5e89]='',_0xa3a4c3),{});return _0x15e443[_0x1be722(0x197)][_0x1be722(0x173)](_0x1c3cda,_0x314ff2);}),_0x35f6ee(0x18a)!=typeof _0x15e443[_0x35f6ee(0x16a)][_0x35f6ee(0x169)](_0x35f6ee(0x15d))[_0x35f6ee(0x186)])throw new _0x1cbc36(_0x35f6ee(0x172));}[_0x311cf8(0x170)](_0x41dda4){const _0x119f05=_0x311cf8;return N(this[_0x119f05(0x17f)],!0x0,_0x41dda4);}[_0x311cf8(0x18d)](_0x121c35){const _0x15d670=_0x311cf8;return N(this[_0x15d670(0x17f)],!0x1,_0x121c35);}}function _0x4d99(){const _0x30760b=['205272SUdAfQ','push','createElement','getUser','get','config','440561yujrrE','57378GMstCh','addSuggestionData','set','getSuggestions','getDataWithAcceptedSuggestions','3dkwnjU','track-changes-data-invalid-editor-creator','create','88952yHJWRr','trackChangesData.editorCreator','Pagination','plugins','210NNVseu','TrackChangesDataGetter','CommentsRepository','20UWjFFi','createDocumentFragment','execute','acceptAllSuggestions','editor','users','13976qCmSTq','TrackChangesEditing','1163296RAvEPo','result','requires','editorCreator','pluginName','map','782019UvQUFB','function','reduce','destroy','getDataWithDiscardedSuggestions','div','data','init','addUser','rootsAttributes','end','_adapter','getRootsAttributes','appendChild','constructor','useAnonymousUser','Users','discardAllSuggestions','document','trackChangesData','define','TrackChangesData','7aQmHaK','getFullData','model','name','getRootNames'];_0x4d99=function(){return _0x30760b;};return _0x4d99();}class D extends _0x14f279{static get[_0x311cf8(0x187)](){const _0x1dd81e=_0x311cf8;return _0x1dd81e(0x179);}constructor(_0x531b0f){const _0x1999fa=_0x311cf8;super(_0x531b0f),this[_0x1999fa(0x184)]=_0x1999fa(0x193);}[_0x311cf8(0x190)](){const _0x33108f=_0x311cf8;this[_0x33108f(0x17f)][_0x33108f(0x177)][_0x33108f(0x169)](_0x33108f(0x17a))[_0x33108f(0x194)]={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this[_0x33108f(0x17f)][_0x33108f(0x177)][_0x33108f(0x169)](_0x33108f(0x182))[_0x33108f(0x194)]=null;}}function v(_0x20a895){const _0x1f1a49=_0x311cf8;return void 0x0!==_0x20a895[_0x1f1a49(0x195)];}async function N(_0x21d27a,_0x50593b,_0x5c66e7){const _0x5acd04=_0x311cf8,_0x2454a5=_0x252691(_0x21d27a,T);_0x2454a5[_0x5acd04(0x177)][_0x5acd04(0x166)](_0x1f7bd4,D),_0x2454a5[_0x5acd04(0x192)]=v(_0x21d27a)?_0x21d27a[_0x5acd04(0x195)]():void 0x0;const _0x40d2ac=document[_0x5acd04(0x17c)](),_0x21d003=_0x21d27a[_0x5acd04(0x16a)][_0x5acd04(0x169)](_0x5acd04(0x15d))[_0x5acd04(0x186)],_0x545ae4=await _0x21d003(_0x2454a5,()=>function(_0x49b135){const _0x1627b0=_0x5acd04,_0x73ef4=document[_0x1627b0(0x167)](_0x1627b0(0x18e));return _0x49b135[_0x1627b0(0x196)](_0x73ef4),_0x73ef4;}(_0x40d2ac));!function(_0x5e7d82,_0xb7b8cb){const _0x59f864=_0x5acd04,_0x526445=_0x5e7d82[_0x59f864(0x162)][_0x59f864(0x15c)][_0x59f864(0x164)]()[_0x59f864(0x18b)]((_0x96a84e,_0x3b201d)=>(_0x96a84e[_0x3b201d]=_0x5e7d82[_0x59f864(0x18f)][_0x59f864(0x169)]({'rootName':_0x3b201d}),_0x96a84e),{}),_0x1674ba=_0x5e7d82[_0x59f864(0x177)][_0x59f864(0x169)](_0x59f864(0x199))[_0x59f864(0x180)][_0x59f864(0x188)](_0x23f8f8=>({'id':_0x23f8f8['id'],'name':_0x23f8f8[_0x59f864(0x163)]})),_0x41cd00=_0x5e7d82[_0x59f864(0x177)][_0x59f864(0x169)](_0x59f864(0x182))[_0x59f864(0x16f)]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1f35e4=_0xb7b8cb[_0x59f864(0x177)][_0x59f864(0x169)](_0x59f864(0x199)),_0x4f81ca=_0xb7b8cb[_0x59f864(0x177)][_0x59f864(0x169)](_0x59f864(0x182));for(const _0x1122ef of _0x1674ba)_0x1f35e4[_0x59f864(0x168)](_0x1122ef['id'])||_0x1f35e4[_0x59f864(0x191)](_0x1122ef);_0x1f35e4['me']||_0x1f35e4[_0x59f864(0x198)]();for(const _0x358f0f of _0x41cd00)_0x4f81ca[_0x59f864(0x16d)](_0x358f0f);_0xb7b8cb[_0x59f864(0x18f)][_0x59f864(0x16e)](_0x526445);}(_0x21d27a,_0x545ae4),_0x545ae4[_0x5acd04(0x17d)](_0x50593b?_0x5acd04(0x17e):_0x5acd04(0x15b));const _0x58217b=v(_0x545ae4)?_0x545ae4[_0x5acd04(0x161)](_0x5c66e7):_0x545ae4[_0x5acd04(0x18f)][_0x5acd04(0x169)](_0x5c66e7);return await _0x545ae4[_0x5acd04(0x18c)](),_0x58217b;}