@ckeditor/ckeditor5-track-changes 38.2.0-alpha.0 → 39.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/README.md +0 -1
  2. package/build/track-changes.js +1 -1
  3. package/build/translations/gl.js +1 -1
  4. package/build/translations/sq.js +1 -0
  5. package/lang/translations/gl.po +23 -23
  6. package/lang/translations/sq.po +487 -0
  7. package/package.json +4 -5
  8. package/src/augmentation.d.ts +4 -0
  9. package/src/augmentation.js +1 -1
  10. package/src/commands/acceptsuggestioncommand.d.ts +4 -0
  11. package/src/commands/acceptsuggestioncommand.js +2 -2
  12. package/src/commands/discardsuggestioncommand.d.ts +4 -0
  13. package/src/commands/discardsuggestioncommand.js +2 -2
  14. package/src/commands/executeonallsuggestionscommand.d.ts +4 -0
  15. package/src/commands/executeonallsuggestionscommand.js +2 -2
  16. package/src/commands/executeonselectedsuggestionscommand.d.ts +4 -0
  17. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  18. package/src/commands/trackchangescommand.d.ts +4 -0
  19. package/src/commands/trackchangescommand.js +2 -2
  20. package/src/index.d.ts +4 -0
  21. package/src/index.js +1 -1
  22. package/src/integrations/alignment.d.ts +4 -0
  23. package/src/integrations/alignment.js +2 -2
  24. package/src/integrations/basicstyles.d.ts +4 -0
  25. package/src/integrations/basicstyles.js +2 -2
  26. package/src/integrations/blockquote.d.ts +4 -0
  27. package/src/integrations/blockquote.js +2 -2
  28. package/src/integrations/ckbox.d.ts +4 -0
  29. package/src/integrations/ckbox.js +2 -2
  30. package/src/integrations/codeblock.d.ts +4 -0
  31. package/src/integrations/codeblock.js +2 -2
  32. package/src/integrations/comments.d.ts +4 -0
  33. package/src/integrations/comments.js +2 -2
  34. package/src/integrations/deletecommand.d.ts +4 -0
  35. package/src/integrations/deletecommand.js +2 -2
  36. package/src/integrations/documentlist.d.ts +4 -0
  37. package/src/integrations/documentlist.js +2 -2
  38. package/src/integrations/documentlistproperties.d.ts +4 -0
  39. package/src/integrations/documentlistproperties.js +2 -2
  40. package/src/integrations/entercommand.d.ts +4 -0
  41. package/src/integrations/entercommand.js +2 -2
  42. package/src/integrations/findandreplace.d.ts +4 -0
  43. package/src/integrations/findandreplace.js +2 -2
  44. package/src/integrations/font.d.ts +4 -0
  45. package/src/integrations/font.js +2 -2
  46. package/src/integrations/formatpainter.d.ts +4 -0
  47. package/src/integrations/formatpainter.js +2 -2
  48. package/src/integrations/heading.d.ts +4 -0
  49. package/src/integrations/heading.js +2 -2
  50. package/src/integrations/highlight.d.ts +4 -0
  51. package/src/integrations/highlight.js +2 -2
  52. package/src/integrations/horizontalline.d.ts +4 -0
  53. package/src/integrations/horizontalline.js +2 -2
  54. package/src/integrations/htmlembed.d.ts +4 -0
  55. package/src/integrations/htmlembed.js +2 -2
  56. package/src/integrations/image.d.ts +4 -0
  57. package/src/integrations/image.js +2 -2
  58. package/src/integrations/imagereplace.d.ts +4 -0
  59. package/src/integrations/imagereplace.js +2 -2
  60. package/src/integrations/importword.d.ts +4 -0
  61. package/src/integrations/importword.js +2 -2
  62. package/src/integrations/indent.d.ts +4 -0
  63. package/src/integrations/indent.js +2 -2
  64. package/src/integrations/inputcommand.d.ts +4 -0
  65. package/src/integrations/inputcommand.js +2 -2
  66. package/src/integrations/link.d.ts +4 -0
  67. package/src/integrations/link.js +2 -2
  68. package/src/integrations/list.d.ts +4 -0
  69. package/src/integrations/list.js +2 -2
  70. package/src/integrations/listproperties.d.ts +4 -0
  71. package/src/integrations/listproperties.js +2 -2
  72. package/src/integrations/mediaembed.d.ts +4 -0
  73. package/src/integrations/mediaembed.js +2 -2
  74. package/src/integrations/mention.d.ts +4 -0
  75. package/src/integrations/mention.js +2 -2
  76. package/src/integrations/pagebreak.d.ts +4 -0
  77. package/src/integrations/pagebreak.js +2 -2
  78. package/src/integrations/paragraph.d.ts +4 -0
  79. package/src/integrations/paragraph.js +2 -2
  80. package/src/integrations/removeformat.d.ts +4 -0
  81. package/src/integrations/removeformat.js +2 -2
  82. package/src/integrations/restrictededitingmode.d.ts +4 -0
  83. package/src/integrations/restrictededitingmode.js +2 -2
  84. package/src/integrations/shiftentercommand.d.ts +4 -0
  85. package/src/integrations/shiftentercommand.js +2 -2
  86. package/src/integrations/standardeditingmode.d.ts +4 -0
  87. package/src/integrations/standardeditingmode.js +2 -2
  88. package/src/integrations/style.d.ts +4 -0
  89. package/src/integrations/style.js +2 -2
  90. package/src/integrations/table.d.ts +4 -0
  91. package/src/integrations/table.js +2 -2
  92. package/src/integrations/tablecaption.d.ts +4 -0
  93. package/src/integrations/tablecaption.js +2 -2
  94. package/src/integrations/tableclipboard.d.ts +2 -1
  95. package/src/integrations/tableclipboard.js +2 -2
  96. package/src/integrations/tablecolumnresize.d.ts +4 -0
  97. package/src/integrations/tablecolumnresize.js +2 -2
  98. package/src/integrations/tableheadings.d.ts +4 -0
  99. package/src/integrations/tableheadings.js +2 -2
  100. package/src/integrations/tablemergesplit.d.ts +4 -0
  101. package/src/integrations/tablemergesplit.js +2 -2
  102. package/src/integrations/tableofcontents.d.ts +4 -0
  103. package/src/integrations/tableofcontents.js +2 -2
  104. package/src/integrations/tableproperties.d.ts +4 -0
  105. package/src/integrations/tableproperties.js +2 -2
  106. package/src/integrations/template.d.ts +4 -0
  107. package/src/integrations/template.js +2 -2
  108. package/src/integrations/title.d.ts +4 -0
  109. package/src/integrations/title.js +2 -2
  110. package/src/integrations/undo.d.ts +4 -0
  111. package/src/integrations/undo.js +2 -2
  112. package/src/integrations/utils.d.ts +4 -0
  113. package/src/integrations/utils.js +2 -2
  114. package/src/suggestion.d.ts +11 -1
  115. package/src/suggestion.js +2 -2
  116. package/src/suggestiondescriptionfactory.d.ts +14 -2
  117. package/src/suggestiondescriptionfactory.js +2 -2
  118. package/src/trackchanges.d.ts +4 -0
  119. package/src/trackchanges.js +2 -2
  120. package/src/trackchangesconfig.d.ts +4 -0
  121. package/src/trackchangesconfig.js +1 -1
  122. package/src/trackchangesdata.d.ts +6 -2
  123. package/src/trackchangesdata.js +2 -2
  124. package/src/trackchangesediting.d.ts +4 -0
  125. package/src/trackchangesediting.js +2 -2
  126. package/src/trackchangesui.d.ts +4 -0
  127. package/src/trackchangesui.js +2 -2
  128. package/src/ui/suggestioncontroller.d.ts +2 -1
  129. package/src/ui/suggestioncontroller.js +2 -2
  130. package/src/ui/view/basesuggestionthreadview.d.ts +4 -0
  131. package/src/ui/view/basesuggestionthreadview.js +2 -2
  132. package/src/ui/view/suggestionthreadview.d.ts +2 -2
  133. package/src/ui/view/suggestionthreadview.js +2 -2
  134. package/src/utils/common-translations.d.ts +4 -0
  135. package/src/utils/common-translations.js +2 -2
  136. package/src/utils/utils.d.ts +4 -0
  137. package/src/utils/utils.js +2 -2
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  /**
2
6
  * @module track-changes/ui/view/basesuggestionthreadview
3
7
  * @publicApi
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x20c4=['locale','bind','_createCommentThreadInputView','addComment','delegate','commentThread','set','hasDirtyComment','destroy','isActive','submit','isReadOnly','_localUser','CommentView','disabledSubmit','commentsListView','commentInputView','isEnabled','assign','_createCommentViews','authoredAt','setData','cancel','_config','value','removeComment','disableComments','editor','isDirty','focus','descriptionParts','showInput','length','element','canDiscard','commentThreadInputView','_model'];(function(_0x72b239,_0x20c451){const _0x2ed96b=function(_0x2fdecf){while(--_0x2fdecf){_0x72b239['push'](_0x72b239['shift']());}};_0x2ed96b(++_0x20c451);}(_0x20c4,0x82));const _0x2ed9=function(_0x72b239,_0x20c451){_0x72b239=_0x72b239-0x0;let _0x2ed96b=_0x20c4[_0x72b239];return _0x2ed96b;};import{View as _0xf3e02f}from'ckeditor5/src/ui';export default class ii extends _0xf3e02f{constructor(_0x428a03,_0x597270,_0x35743d,_0x45a42d){super(_0x428a03),this[_0x2ed9('0x21')]=null,this['commentThreadInputView']=null,this['set'](_0x2ed9('0x1b'),!0x1),this[_0x2ed9('0x18')](_0x2ed9('0x1'),_0x597270[_0x2ed9('0x1')]),this[_0x2ed9('0x13')](_0x2ed9('0x1'))['to'](_0x597270),this[_0x2ed9('0x18')](_0x2ed9('0xb'),[]),this[_0x2ed9('0x18')]('isDirty',!0x1),this[_0x2ed9('0x18')](_0x2ed9('0x23'),!0x1),this['set']('canAccept',!0x1),this[_0x2ed9('0x18')](_0x2ed9('0xf'),!0x1),this[_0x2ed9('0x11')]=_0x597270,this['_localUser']=_0x35743d,this[_0x2ed9('0x4')]=_0x45a42d,_0x45a42d[_0x2ed9('0x7')]?this[_0x2ed9('0x18')](_0x2ed9('0xd'),0x1):this[_0x2ed9('0x0')]();}['focus'](){this[_0x2ed9('0xe')]['focus']();}['destroy'](){this[_0x2ed9('0x21')]&&this['commentsListView'][_0x2ed9('0x1a')](),this[_0x2ed9('0x10')]&&this[_0x2ed9('0x10')]['destroy'](),super[_0x2ed9('0x1a')]();}['_createCommentViews'](){const {CommentsListView:_0x957479}=this[_0x2ed9('0x4')];this[_0x2ed9('0x21')]=new _0x957479(this[_0x2ed9('0x12')],this[_0x2ed9('0x11')][_0x2ed9('0x17')],Object[_0x2ed9('0x24')]({'CommentView':this['_config'][_0x2ed9('0x1f')]},this['_config'])),this[_0x2ed9('0x21')]['delegate'](_0x2ed9('0x6'))['to'](this),this[_0x2ed9('0x21')][_0x2ed9('0x16')]('updateComment')['to'](this),this[_0x2ed9('0x21')][_0x2ed9('0x13')](_0x2ed9('0x1b'))['to'](this),this[_0x2ed9('0x18')](_0x2ed9('0xd'),this[_0x2ed9('0x21')]['length']+0x1),this[_0x2ed9('0x13')](_0x2ed9('0xd'))['to'](this['commentsListView'],'length',_0x4f9973=>_0x4f9973+0x1),this[_0x2ed9('0x10')]=this[_0x2ed9('0x14')](),this['on']('removeComment',()=>this['focus']()),this[_0x2ed9('0x13')](_0x2ed9('0x9'))['to'](this[_0x2ed9('0x21')],_0x2ed9('0x19'),this[_0x2ed9('0x10')][_0x2ed9('0x22')],'value',(_0x58a490,_0x9a5438)=>_0x58a490||!!_0x9a5438);}[_0x2ed9('0x14')](){const {CommentThreadInputView:_0x30fac0}=this[_0x2ed9('0x4')],_0x553277=new _0x30fac0(this[_0x2ed9('0x12')],this[_0x2ed9('0x1e')],this['_config']['editorConfig']),_0x32ee63=_0x553277[_0x2ed9('0x22')];return _0x553277[_0x2ed9('0x13')](_0x2ed9('0xc'))['to'](this,_0x2ed9('0x1b'),this['_model'][_0x2ed9('0x17')],_0x2ed9('0x1d'),_0x32ee63,_0x2ed9('0x5'),(_0x207f35,_0x16ab68,_0x474fbe)=>!!_0x474fbe||_0x207f35&&!_0x16ab68),_0x32ee63['on'](_0x2ed9('0x1c'),(_0x55cb17,_0x1cfe98)=>{this['fire'](_0x2ed9('0x15'),_0x1cfe98),_0x32ee63[_0x2ed9('0x8')][_0x2ed9('0x2')]('');}),_0x32ee63['on'](_0x2ed9('0x3'),()=>this[_0x2ed9('0xa')]()),_0x32ee63[_0x2ed9('0x13')](_0x2ed9('0x20'))['to'](this[_0x2ed9('0x11')][_0x2ed9('0x17')],_0x2ed9('0x1d')),_0x553277;}}
23
+ const _0x15a8=['_config','setData','_localUser','length','delegate','editor','descriptionParts','canAccept','_model','disabledSubmit','commentInputView','bind','removeComment','focus','element','commentThread','_createCommentViews','_createCommentThreadInputView','addComment','cancel','set','updateComment','commentsListView','destroy','isDirty','CommentView','canDiscard','submit','disableComments','locale','isActive','showInput','fire','authoredAt','commentThreadInputView','isReadOnly','assign'];(function(_0x2d6ed8,_0x15a83f){const _0x4bac60=function(_0xb3cc7b){while(--_0xb3cc7b){_0x2d6ed8['push'](_0x2d6ed8['shift']());}};_0x4bac60(++_0x15a83f);}(_0x15a8,0x123));const _0x4bac=function(_0x2d6ed8,_0x15a83f){_0x2d6ed8=_0x2d6ed8-0x0;let _0x4bac60=_0x15a8[_0x2d6ed8];return _0x4bac60;};import{View as _0x5cac09}from'ckeditor5/src/ui';export default class ii extends _0x5cac09{constructor(_0x4d0d52,_0x5391ea,_0x38d772,_0x3d2a14){super(_0x4d0d52),this[_0x4bac('0x1b')]=null,this[_0x4bac('0x2')]=null,this[_0x4bac('0x19')]('isActive',!0x1),this[_0x4bac('0x19')](_0x4bac('0x1'),_0x5391ea[_0x4bac('0x1')]),this[_0x4bac('0x10')]('authoredAt')['to'](_0x5391ea),this[_0x4bac('0x19')](_0x4bac('0xb'),[]),this[_0x4bac('0x19')](_0x4bac('0x1d'),!0x1),this[_0x4bac('0x19')]('isEnabled',!0x1),this[_0x4bac('0x19')](_0x4bac('0xc'),!0x1),this['set'](_0x4bac('0x1f'),!0x1),this[_0x4bac('0xd')]=_0x5391ea,this[_0x4bac('0x7')]=_0x38d772,this['_config']=_0x3d2a14,_0x3d2a14[_0x4bac('0x21')]?this['set'](_0x4bac('0x8'),0x1):this[_0x4bac('0x15')]();}[_0x4bac('0x12')](){this[_0x4bac('0x13')][_0x4bac('0x12')]();}[_0x4bac('0x1c')](){this[_0x4bac('0x1b')]&&this[_0x4bac('0x1b')]['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView'][_0x4bac('0x1c')](),super['destroy']();}[_0x4bac('0x15')](){const {CommentsListView:_0x4c61de}=this[_0x4bac('0x5')];this[_0x4bac('0x1b')]=new _0x4c61de(this[_0x4bac('0x22')],this[_0x4bac('0xd')][_0x4bac('0x14')],Object[_0x4bac('0x4')]({'CommentView':this['_config'][_0x4bac('0x1e')]},this[_0x4bac('0x5')])),this[_0x4bac('0x1b')][_0x4bac('0x9')]('removeComment')['to'](this),this[_0x4bac('0x1b')][_0x4bac('0x9')](_0x4bac('0x1a'))['to'](this),this[_0x4bac('0x1b')]['bind'](_0x4bac('0x23'))['to'](this),this['set'](_0x4bac('0x8'),this[_0x4bac('0x1b')][_0x4bac('0x8')]+0x1),this[_0x4bac('0x10')](_0x4bac('0x8'))['to'](this[_0x4bac('0x1b')],_0x4bac('0x8'),_0x12d962=>_0x12d962+0x1),this[_0x4bac('0x2')]=this[_0x4bac('0x16')](),this['on'](_0x4bac('0x11'),()=>this[_0x4bac('0x12')]()),this['bind'](_0x4bac('0x1d'))['to'](this['commentsListView'],'hasDirtyComment',this[_0x4bac('0x2')][_0x4bac('0xf')],'value',(_0x5056ee,_0x5007d4)=>_0x5056ee||!!_0x5007d4);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x27daa8}=this[_0x4bac('0x5')],_0x420785=new _0x27daa8(this['locale'],this[_0x4bac('0x7')],this[_0x4bac('0x5')]['editorConfig']),_0x5e7650=_0x420785[_0x4bac('0xf')];return _0x420785[_0x4bac('0x10')](_0x4bac('0x24'))['to'](this,_0x4bac('0x23'),this['_model']['commentThread'],_0x4bac('0x3'),_0x5e7650,'value',(_0x5d8e7d,_0x74b255,_0xa69e0b)=>!!_0xa69e0b||_0x5d8e7d&&!_0x74b255),_0x5e7650['on'](_0x4bac('0x20'),(_0x576a9e,_0x4e9e13)=>{this[_0x4bac('0x0')](_0x4bac('0x17'),_0x4e9e13),_0x5e7650[_0x4bac('0xa')][_0x4bac('0x6')]('');}),_0x5e7650['on'](_0x4bac('0x18'),()=>this[_0x4bac('0x12')]()),_0x5e7650[_0x4bac('0x10')](_0x4bac('0xe'))['to'](this[_0x4bac('0xd')]['commentThread'],'isReadOnly'),_0x420785;}}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * @module track-changes/ui/view/suggestionthreadview
3
- * @publicApi
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
4
  */
5
5
  import { default as BaseSuggestionThreadView, type SuggestionThreadConfig } from './basesuggestionthreadview';
6
6
  import { ButtonView, type TemplateDefinition } from 'ckeditor5/src/ui';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4e47=['ck-annotation__content-wrapper','source','ck-suggestion','formatDateTime','creator','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','cancel','ck-suggestion--disabled-comments','ck-suggestion-wrapper--active','bind','disableComments','userView','ck-annotation__actions','_config','commentsListView','ck-suggestion__main','ck-suggestion-wrapper','push','EXTERNAL_SUGGESTION','render','_createButton','span','type','ck-annotation__info-name','_model','discardSuggestion','innerHTML','isExternal','div','change:description','importWord','time','acceptSuggestion','commentThreadInputView','set','isEnabled','ck-suggestion--discard','ck-suggestion__actions','locale','\x22></span>','ck-annotation__info','ck-annotation__main','map','EXTERNAL_IMPORT_WORD_SUGGESTION','acceptButton','title','ck-suggestion__user','commentThread','value','\x22\x20title=\x22','content','getUserViewNotificationText','Discard\x20suggestion','name','fire','extendTemplate','ck-annotation__user','EXTERNAL_IMPORT_WORD_AVATAR','split','querySelector','author','ck-suggestion__info-name','createElement','check','canDiscard','ck-comment__external','children','ck-annotation__info-time','authoredAt','execute','canAccept','@external','attributes','element','EXTERNAL_AVATAR','description','ck-suggestion__info','_descriptionElement','</p>','join','discardButton','isActive','color'];(function(_0x40717e,_0x4e4714){const _0x3ddebe=function(_0x437aec){while(--_0x437aec){_0x40717e['push'](_0x40717e['shift']());}};_0x3ddebe(++_0x4e4714);}(_0x4e47,0x172));const _0x3dde=function(_0x40717e,_0x4e4714){_0x40717e=_0x40717e-0x0;let _0x3ddebe=_0x4e47[_0x40717e];return _0x3ddebe;};import{getTranslation as _0xf6a726}from'../../utils/common-translations';import{default as _0xf8f5c3}from'./basesuggestionthreadview';import{ButtonView as _0x19136a}from'ckeditor5/src/ui';import{icons as _0x4dfb20}from'ckeditor5/src/core';import{trimHtml as _0x1a2ef2,UserView as _0x437d95}from'ckeditor5-collaboration/src/collaboration-core';export default class zt extends _0xf8f5c3{constructor(_0x542ea3,_0x3442bb,_0x5c2667,_0x1fcb7c){super(_0x542ea3,_0x3442bb,_0x5c2667,_0x1fcb7c),this[_0x3dde('0x4f')]('type',''),this[_0x3dde('0x36')]('type')['to'](this,'descriptionParts',_0x4294c3=>_0x4294c3&&_0x4294c3[0x0]?_0x4294c3[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,_0x3dde('0x2b'),(_0x1a77eb,_0x3476ff)=>{let _0x3c5225='';for(const _0x52142a of _0x1a77eb)_0x3c5225+='<p>'+ns(_0x52142a[_0x3dde('0xc')],_0x52142a[_0x3dde('0x2c')])+_0x3dde('0x28');return _0x3476ff?_0x3c5225:_0x1a2ef2(_0x3c5225,{'limit':0x8c});}),this[_0x3dde('0x27')]=null,this[_0x3dde('0x6')]=this[_0x3dde('0x41')](_0xf6a726(_0x542ea3,'Accept\x20suggestion'),_0x4dfb20[_0x3dde('0x19')],'ck-suggestion--accept',_0x3dde('0x4d'),'sw'),this['acceptButton'][_0x3dde('0x36')](_0x3dde('0x50'))['to'](this,_0x3dde('0x20')),this[_0x3dde('0x2a')]=this[_0x3dde('0x41')](_0xf6a726(_0x542ea3,_0x3dde('0xe')),_0x4dfb20[_0x3dde('0x33')],_0x3dde('0x51'),_0x3dde('0x46'),'sw'),this[_0x3dde('0x2a')][_0x3dde('0x36')](_0x3dde('0x50'))['to'](this,_0x3dde('0x1a')),this['userView']=new _0x437d95(_0x542ea3,this['_model']['author'],this['getUserViewNotificationText']()),this[_0x3dde('0x38')][_0x3dde('0x11')]({'attributes':{'class':[_0x3dde('0x8'),_0x3dde('0x12')]}}),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x41d182=this['bindTemplate'],_0x54fe92=[{'tag':_0x3dde('0x49'),'attributes':{'class':[_0x3dde('0x26'),_0x3dde('0x2')]},'children':[{'tag':_0x3dde('0x42'),'children':[{'text':this[_0x3dde('0x38')][_0x3dde('0xf')]}],'attributes':{'class':[_0x3dde('0x17'),_0x3dde('0x44')]}},{'tag':_0x3dde('0x4c'),'attributes':{'datetime':_0x41d182['to'](_0x3dde('0x1e')),'class':['ck-comment__info-time',_0x3dde('0x1d')]},'children':[{'text':_0x41d182['to'](_0x3dde('0x1e'),_0x16bcaa=>this[_0x3dde('0x3a')][_0x3dde('0x30')](_0x16bcaa))}]}]},{'tag':_0x3dde('0x49'),'attributes':{'class':[_0x3dde('0x52'),_0x3dde('0x39')]},'children':[this[_0x3dde('0x6')],this['discardButton']]},{'tag':_0x3dde('0x49'),'attributes':{'class':[_0x3dde('0x2d')]}}];this[_0x3dde('0x45')][_0x3dde('0x48')]&&_0x54fe92[_0x3dde('0x3e')]({'tag':_0x3dde('0x49'),'attributes':{'class':[_0x3dde('0x1b')]},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x50c5c6={'tag':_0x3dde('0x49'),'attributes':{'class':[_0x3dde('0x3d'),_0x41d182['if']('isActive',_0x3dde('0x35')),_0x41d182['to'](_0x3dde('0x43'),_0x215785=>'ck-suggestion-'+_0x215785),this[_0x3dde('0x3a')][_0x3dde('0x37')]&&_0x3dde('0x34')],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model'][_0x3dde('0x9')]['id'],'data-author-id':this[_0x3dde('0x45')][_0x3dde('0x16')]['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':[_0x3dde('0x2f'),'ck-annotation']},'children':[this[_0x3dde('0x38')],{'tag':_0x3dde('0x49'),'attributes':{'class':[_0x3dde('0x3c'),_0x3dde('0x3')]},'children':_0x54fe92}]}]};return this[_0x3dde('0x3b')]&&this[_0x3dde('0x4e')]&&_0x50c5c6[_0x3dde('0x1c')]['push'](this[_0x3dde('0x3b')],this['commentThreadInputView']),_0x50c5c6;}[_0x3dde('0x40')](){super[_0x3dde('0x40')](),this['_descriptionElement']=this[_0x3dde('0x23')][_0x3dde('0x15')]('.ck-annotation__content-wrapper'),this[_0x3dde('0x27')][_0x3dde('0x47')]=this[_0x3dde('0x25')],this['on'](_0x3dde('0x4a'),(_0x2a64fc,_0x4afb05,_0x20c94a)=>{this[_0x3dde('0x27')][_0x3dde('0x47')]=_0x20c94a;});}[_0x3dde('0x41')](_0x31691f,_0x157860,_0x16e204,_0x409231,_0x2dab0d){const _0x42f93e=new _0x19136a(this[_0x3dde('0x0')]);return _0x42f93e[_0x3dde('0x4f')]({'label':_0x31691f,'icon':_0x157860,'tooltip':!0x0,'tooltipPosition':_0x2dab0d}),_0x42f93e[_0x3dde('0x11')]({'attributes':{'class':_0x16e204}}),_0x42f93e['on'](_0x3dde('0x1f'),()=>{this[_0x3dde('0x10')](_0x409231,this[_0x3dde('0x45')]['id']);}),_0x42f93e;}['getExternalSuggestionNote'](){return'importWord'===this[_0x3dde('0x45')][_0x3dde('0x22')][_0x3dde('0x21')]['source']?_0xf6a726(this[_0x3dde('0x0')],_0x3dde('0x5')):_0xf6a726(this[_0x3dde('0x0')],_0x3dde('0x3f'));}[_0x3dde('0xd')](){return this[_0x3dde('0x45')]['isExternal']?_0x3dde('0x4b')===this['_model'][_0x3dde('0x22')][_0x3dde('0x21')][_0x3dde('0x2e')]?_0xf6a726(this[_0x3dde('0x0')],_0x3dde('0x13'),this['_model'][_0x3dde('0x31')][_0x3dde('0xf')]):_0xf6a726(this['locale'],_0x3dde('0x24'),this['_model'][_0x3dde('0x31')]['name']):null;}}function ns(_0x2485bf,_0x1dfb6c){let _0x20ae37='';return _0x20ae37+=_0x2485bf[_0x3dde('0x14')]('*')[_0x3dde('0x4')]((_0xcb9b60,_0xdb6620)=>_0xdb6620%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+os(_0xcb9b60)+'</span>':os(_0xcb9b60))[_0x3dde('0x29')](''),_0x1dfb6c&&(_0x20ae37+=_0x3dde('0x32')+_0x1dfb6c[_0x3dde('0xa')]+_0x3dde('0xb')+_0x1dfb6c[_0x3dde('0x7')]+_0x3dde('0x1')),_0x20ae37;}function os(_0x4ee918){const _0x1be693=document[_0x3dde('0x18')](_0x3dde('0x42'));return _0x1be693['innerText']=_0x4ee918,_0x1be693[_0x3dde('0x47')];}
23
+ const _0xdef6=['value','EXTERNAL_AVATAR','name','isActive','discardSuggestion','execute','map','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','innerText','disableComments','getExternalSuggestionNote','canDiscard','createElement','children','ck-annotation__main','content','ck-suggestion__main','isExternal','authoredAt','change:description','source','fire','locale','join','ck-suggestion__info','_createButton','bind','ck-suggestion__user','<p>','type','bindTemplate','Accept\x20suggestion','ck-suggestion-wrapper--active','div','creator','ck-annotation__user','_config','.ck-annotation__content-wrapper','_descriptionElement','formatDateTime','EXTERNAL_IMPORT_WORD_AVATAR','getUserViewNotificationText','ck-suggestion--disabled-comments','editorReady','render','color','commentThread','delegate','EXTERNAL_SUGGESTION','querySelector','ck-suggestion-wrapper','author','commentThreadInputView','_model','@external','userView','setTemplate','split','\x22></span>','ck-comment__external','push','getTemplate','commentsListView','importWord','attributes','ck-annotation__info-time','discardButton','ck-suggestion__actions','isEnabled','</p>','set','ck-annotation__content-wrapper','EXTERNAL_IMPORT_WORD_SUGGESTION','cancel','acceptButton','element','ck-annotation__actions','editorDestroyed','\x22\x20title=\x22','innerHTML','span','<span\x20class=\x22ck-suggestion-type\x22>','descriptionParts','ck-suggestion__info-name','ck-suggestion','description'];(function(_0x151c5b,_0xdef604){const _0x24de22=function(_0x6a9152){while(--_0x6a9152){_0x151c5b['push'](_0x151c5b['shift']());}};_0x24de22(++_0xdef604);}(_0xdef6,0xbc));const _0x24de=function(_0x151c5b,_0xdef604){_0x151c5b=_0x151c5b-0x0;let _0x24de22=_0xdef6[_0x151c5b];return _0x24de22;};import{getTranslation as _0x49eb8b}from'../../utils/common-translations';import{default as _0x27ec89}from'./basesuggestionthreadview';import{ButtonView as _0x2ada46}from'ckeditor5/src/ui';import{icons as _0x162329}from'ckeditor5/src/core';import{trimHtml as _0x1002d6,UserView as _0x5d28b6}from'ckeditor5-collaboration/src/collaboration-core';export default class zt extends _0x27ec89{constructor(_0xfe190c,_0xade56,_0x445323,_0x4df5a7){super(_0xfe190c,_0xade56,_0x445323,_0x4df5a7),this['set'](_0x24de('0xd'),''),this[_0x24de('0xa')](_0x24de('0xd'))['to'](this,_0x24de('0x42'),_0x5ca4f3=>_0x5ca4f3&&_0x5ca4f3[0x0]?_0x5ca4f3[0x0][_0x24de('0xd')]:''),this['bind']('description')['to'](this,_0x24de('0x42'),this,_0x24de('0x49'),(_0x37537f,_0x4da89d)=>{let _0x2f85d9='';for(const _0x249815 of _0x37537f)_0x2f85d9+=_0x24de('0xc')+ai(_0x249815[_0x24de('0x55')],_0x249815[_0x24de('0x1d')])+_0x24de('0x35');return _0x4da89d?_0x2f85d9:_0x1002d6(_0x2f85d9,{'limit':0x8c});}),this['_descriptionElement']=null,this[_0x24de('0x3a')]=this['_createButton'](_0x49eb8b(_0xfe190c,_0x24de('0xf')),_0x162329['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this[_0x24de('0x3a')][_0x24de('0xa')](_0x24de('0x34'))['to'](this,'canAccept'),this[_0x24de('0x32')]=this['_createButton'](_0x49eb8b(_0xfe190c,'Discard\x20suggestion'),_0x162329[_0x24de('0x39')],'ck-suggestion--discard',_0x24de('0x4a'),'sw'),this[_0x24de('0x32')][_0x24de('0xa')](_0x24de('0x34'))['to'](this,_0x24de('0x51')),this[_0x24de('0x27')]=new _0x5d28b6(_0xfe190c,this[_0x24de('0x25')]['author'],this[_0x24de('0x19')]()),this[_0x24de('0x27')]['extendTemplate']({'attributes':{'class':[_0x24de('0xb'),_0x24de('0x13')]}}),this[_0x24de('0x28')](this[_0x24de('0x2d')]());}[_0x24de('0x2d')](){const _0x3d2b86=this[_0x24de('0xe')],_0x577d0e=[{'tag':_0x24de('0x11'),'attributes':{'class':[_0x24de('0x8'),'ck-annotation__info']},'children':[{'tag':_0x24de('0x40'),'children':[{'text':this[_0x24de('0x27')]['name']}],'attributes':{'class':[_0x24de('0x43'),'ck-annotation__info-name']}},{'tag':'time','attributes':{'datetime':_0x3d2b86['to']('authoredAt'),'class':['ck-comment__info-time',_0x24de('0x31')]},'children':[{'text':_0x3d2b86['to'](_0x24de('0x2'),_0x254988=>this[_0x24de('0x14')][_0x24de('0x17')](_0x254988))}]}]},{'tag':_0x24de('0x11'),'attributes':{'class':[_0x24de('0x33'),_0x24de('0x3c')]},'children':[this[_0x24de('0x3a')],this[_0x24de('0x32')]]},{'tag':_0x24de('0x11'),'attributes':{'class':[_0x24de('0x37')]}}];this[_0x24de('0x25')]['isExternal']&&_0x577d0e[_0x24de('0x2c')]({'tag':_0x24de('0x11'),'attributes':{'class':[_0x24de('0x2b')]},'children':[{'text':this[_0x24de('0x50')]()}]});const _0x269fe7={'tag':_0x24de('0x11'),'attributes':{'class':[_0x24de('0x22'),_0x3d2b86['if'](_0x24de('0x49'),_0x24de('0x10')),_0x3d2b86['to'](_0x24de('0xd'),_0x50b221=>'ck-suggestion-'+_0x50b221),this[_0x24de('0x14')][_0x24de('0x4f')]&&_0x24de('0x1a')],'data-suggestion-id':this[_0x24de('0x25')]['id'],'data-thread-id':this['_model'][_0x24de('0x1e')]['id'],'data-author-id':this['_model'][_0x24de('0x23')]['id'],'tabindex':-0x1},'children':[{'tag':_0x24de('0x11'),'attributes':{'class':[_0x24de('0x44'),'ck-annotation']},'children':[this['userView'],{'tag':'div','attributes':{'class':[_0x24de('0x0'),_0x24de('0x54')]},'children':_0x577d0e}]}]};return this[_0x24de('0x2e')]&&this[_0x24de('0x24')]&&(_0x269fe7[_0x24de('0x53')][_0x24de('0x2c')](this[_0x24de('0x2e')],this['commentThreadInputView']),this[_0x24de('0x2e')][_0x24de('0x1f')](_0x24de('0x1b'))['to'](this),this[_0x24de('0x2e')][_0x24de('0x1f')](_0x24de('0x3d'))['to'](this),this[_0x24de('0x24')][_0x24de('0x1f')](_0x24de('0x1b'))['to'](this),this[_0x24de('0x24')][_0x24de('0x1f')](_0x24de('0x3d'))['to'](this)),_0x269fe7;}[_0x24de('0x1c')](){super['render'](),this[_0x24de('0x16')]=this[_0x24de('0x3b')][_0x24de('0x21')](_0x24de('0x15')),this['_descriptionElement']['innerHTML']=this[_0x24de('0x45')],this['on'](_0x24de('0x3'),(_0x4f27b5,_0x24d5ff,_0xb0fce8)=>{this['_descriptionElement'][_0x24de('0x3f')]=_0xb0fce8;});}[_0x24de('0x9')](_0x34ee2e,_0x90f069,_0x56ca09,_0x27abd0,_0x338221){const _0x4593b8=new _0x2ada46(this['locale']);return _0x4593b8[_0x24de('0x36')]({'label':_0x34ee2e,'icon':_0x90f069,'tooltip':!0x0,'tooltipPosition':_0x338221}),_0x4593b8['extendTemplate']({'attributes':{'class':_0x56ca09}}),_0x4593b8['on'](_0x24de('0x4b'),()=>{this[_0x24de('0x5')](_0x27abd0,this['_model']['id']);}),_0x4593b8;}['getExternalSuggestionNote'](){return _0x24de('0x2f')===this['_model'][_0x24de('0x30')][_0x24de('0x26')][_0x24de('0x4')]?_0x49eb8b(this['locale'],_0x24de('0x38')):_0x49eb8b(this['locale'],_0x24de('0x20'));}[_0x24de('0x19')](){return this['_model'][_0x24de('0x1')]?_0x24de('0x2f')===this[_0x24de('0x25')][_0x24de('0x30')]['@external']['source']?_0x49eb8b(this[_0x24de('0x6')],_0x24de('0x18'),this[_0x24de('0x25')][_0x24de('0x12')][_0x24de('0x48')]):_0x49eb8b(this['locale'],_0x24de('0x47'),this[_0x24de('0x25')]['creator'][_0x24de('0x48')]):null;}}function ai(_0xe058f5,_0x44e8d2){let _0x5e6628='';return _0x5e6628+=_0xe058f5[_0x24de('0x29')]('*')[_0x24de('0x4c')]((_0xcafd0d,_0x175c6e)=>_0x175c6e%0x2!=0x0?_0x24de('0x41')+ci(_0xcafd0d)+'</span>':ci(_0xcafd0d))[_0x24de('0x7')](''),_0x44e8d2&&(_0x5e6628+=_0x24de('0x4d')+_0x44e8d2[_0x24de('0x46')]+_0x24de('0x3e')+_0x44e8d2['title']+_0x24de('0x2a')),_0x5e6628;}function ci(_0x2b6193){const _0x285bad=document[_0x24de('0x52')]('span');return _0x285bad[_0x24de('0x4e')]=_0x2b6193,_0x285bad[_0x24de('0x3f')];}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  /**
2
6
  * @module track-changes/utils/common-translations
3
7
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x14203f,_0x99e016,_0x304376){const t=_0x14203f['t'];switch(_0x99e016){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x304376);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x304376);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x304376);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x304376);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x304376);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x304376);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x304376);case'*Format:*\x20replace\x20image\x20URL':return t('*Format:*\x20replace\x20image\x20URL');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x304376);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x304376);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x304376);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x304376);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x304376);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x304376);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x304376);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x304376);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x304376);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x304376);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x304376);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x304376);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x304376);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x304376);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x304376);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x304376);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x304376);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x304376);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x304376);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x304376);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x304376);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x304376);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x304376);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x304376);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x304376);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x304376);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x304376);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x304376);case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x304376);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x304376);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x304376);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x304376);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x304376);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x304376);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x304376);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x304376);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x304376);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x304376);default:return _0x99e016;}}
23
+ export function getTranslation(_0x2d470b,_0x627ee2,_0x21c48e){const t=_0x2d470b['t'];switch(_0x627ee2){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x21c48e);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x21c48e);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x21c48e);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x21c48e);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x21c48e);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x21c48e);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x21c48e);case'*Format:*\x20replace\x20image\x20URL':return t('*Format:*\x20replace\x20image\x20URL');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x21c48e);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x21c48e);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x21c48e);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x21c48e);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x21c48e);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x21c48e);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x21c48e);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x21c48e);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x21c48e);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x21c48e);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x21c48e);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x21c48e);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x21c48e);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x21c48e);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x21c48e);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x21c48e);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x21c48e);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x21c48e);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x21c48e);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x21c48e);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x21c48e);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x21c48e);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x21c48e);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x21c48e);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x21c48e);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x21c48e);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x21c48e);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x21c48e);case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x21c48e);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x21c48e);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x21c48e);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x21c48e);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x21c48e);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x21c48e);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x21c48e);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x21c48e);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x21c48e);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x21c48e);default:return _0x627ee2;}}
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
1
5
  /**
2
6
  * @module track-changes/utils/utils
3
7
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x53bd=['change','deletion','next','from','isInContent','createPositionBefore','content','execute','end','isObject','isArray','length','color','isMultiRange','type','getRange','createPositionAfter','\x20[color\x20','splice','isTouching','push'];(function(_0x2f9418,_0x53bd8c){const _0x1fdb70=function(_0x2a36f0){while(--_0x2a36f0){_0x2f9418['push'](_0x2f9418['shift']());}};_0x1fdb70(++_0x53bd8c);}(_0x53bd,0x12c));const _0x1fdb=function(_0x2f9418,_0x53bd8c){_0x2f9418=_0x2f9418-0x0;let _0x1fdb70=_0x53bd[_0x2f9418];return _0x1fdb70;};export function normalizeDescription(_0xdf86a1){return Array[_0x1fdb('0x4')](_0xdf86a1)||(_0xdf86a1=[_0xdf86a1]),_0xdf86a1['map'](_0x290516=>{const _0x546ff1=_0x290516[_0x1fdb('0x0')]['replace'](/\*/g,''),_0x44d0e7=_0x290516[_0x1fdb('0x6')]?_0x1fdb('0xb')+_0x290516[_0x1fdb('0x6')]['value']+']':'';return'['+_0x290516[_0x1fdb('0x8')]+']\x20'+_0x546ff1+_0x44d0e7;})['join'](';\x20');}export function sortSuggestions(_0x3d82d5){return _0x3d82d5['sort']((_0x1de587,_0x15395a)=>'deletion'==_0x1de587[_0x1fdb('0x8')]&&'deletion'!=_0x15395a[_0x1fdb('0x8')]?-0x1:_0x1fdb('0x10')!=_0x1de587[_0x1fdb('0x8')]&&_0x1fdb('0x10')==_0x15395a[_0x1fdb('0x8')]?0x1:0x0);}export function getSelectedSuggestions(_0x585da4,_0x56ce2c){const _0x2f9237=Array[_0x1fdb('0x12')](_0x585da4['getRanges']()),_0x1b9bdb=new Set();for(const _0x2e35f6 of _0x56ce2c)if(_0x2e35f6[_0x1fdb('0x13')])for(const _0x41a8bc of _0x2f9237)for(const _0x53be94 of _0x2e35f6['getMarkers']()){const _0x597516=_0x53be94[_0x1fdb('0x9')]();(_0x41a8bc['isIntersecting'](_0x597516)||_0x585da4['isCollapsed']&&!_0x2e35f6[_0x1fdb('0x7')]&&_0x2e35f6[_0x1fdb('0x11')]&&_0x597516[_0x1fdb('0x2')]['isTouching'](_0x41a8bc['start']))&&_0x1b9bdb['add'](_0x2e35f6);}return _0x1b9bdb;}export function getRangesOfBlockGroups(_0x12832a,_0x5eab3f){let _0x147ded,_0x2cd159=0x0;const _0x5aad3e=[],_0x1dc5db=_0x5eab3f['schema'];for(;_0x2cd159<_0x12832a['length'];){const _0x3d67a8=_0x12832a[_0x2cd159],_0x177fbb=_0x12832a[_0x2cd159+0x1];_0x147ded||(_0x147ded=_0x5eab3f[_0x1fdb('0x14')](_0x3d67a8)),co(_0x5eab3f,_0x3d67a8,_0x177fbb)||(_0x5aad3e[_0x1fdb('0xe')](_0x5eab3f['createRange'](_0x147ded,_0x1dc5db[_0x1fdb('0x3')](_0x3d67a8)?_0x5eab3f['createPositionAfter'](_0x3d67a8):_0x5eab3f['createPositionAt'](_0x3d67a8,_0x1fdb('0x2')))),_0x147ded=null),_0x2cd159++;}return _0x5aad3e;}function co(_0x244481,_0x3ae6c8,_0x5a25e1){if(!_0x5a25e1)return!0x1;const _0x3cce78=_0x244481[_0x1fdb('0xa')](_0x3ae6c8),_0x1c7ad3=_0x244481[_0x1fdb('0x14')](_0x5a25e1);return _0x3cce78[_0x1fdb('0xd')](_0x1c7ad3);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x4e5bbc,_0xcd9d35,_0x3e7f4d){for(;_0x3e7f4d[_0x1fdb('0x5')];){const _0x29b635=_0x3e7f4d[_0x1fdb('0xc')](0x0,0x64);_0x4e5bbc[_0x1fdb('0xf')](()=>{for(const _0x8595e9 of _0x29b635)_0x8595e9[_0x1fdb('0x13')]&&_0xcd9d35[_0x1fdb('0x1')](_0x8595e9['id']);});}}
23
+ const _0x48e4=['createRange','execute','from','splice','getRanges','end','push','join','map','next','isInContent','createPositionBefore','sort','length','start','color','createPositionAfter','isObject','getMarkers','createPositionAt','add','getRange','isIntersecting','isArray','deletion','type'];(function(_0x19f355,_0x48e4da){const _0xb9f4c2=function(_0xaf102b){while(--_0xaf102b){_0x19f355['push'](_0x19f355['shift']());}};_0xb9f4c2(++_0x48e4da);}(_0x48e4,0xd1));const _0xb9f4=function(_0x19f355,_0x48e4da){_0x19f355=_0x19f355-0x0;let _0xb9f4c2=_0x48e4[_0x19f355];return _0xb9f4c2;};export function normalizeDescription(_0x425dba){return Array[_0xb9f4('0x16')](_0x425dba)||(_0x425dba=[_0x425dba]),_0x425dba[_0xb9f4('0x7')](_0x32122d=>{const _0x28b8f=_0x32122d['content']['replace'](/\*/g,''),_0x35f74d=_0x32122d[_0xb9f4('0xe')]?'\x20[color\x20'+_0x32122d[_0xb9f4('0xe')]['value']+']':'';return'['+_0x32122d[_0xb9f4('0x18')]+']\x20'+_0x28b8f+_0x35f74d;})[_0xb9f4('0x6')](';\x20');}export function sortSuggestions(_0x4913bc){return _0x4913bc[_0xb9f4('0xb')]((_0xde8f94,_0x46ba92)=>_0xb9f4('0x17')==_0xde8f94['type']&&'deletion'!=_0x46ba92[_0xb9f4('0x18')]?-0x1:_0xb9f4('0x17')!=_0xde8f94['type']&&_0xb9f4('0x17')==_0x46ba92[_0xb9f4('0x18')]?0x1:0x0);}export function getSelectedSuggestions(_0x16c4ae,_0x44a486){const _0x4cb622=Array[_0xb9f4('0x1')](_0x16c4ae[_0xb9f4('0x3')]()),_0x2ab0a3=new Set();for(const _0x4d1f34 of _0x44a486)if(_0x4d1f34[_0xb9f4('0x9')])for(const _0x5da717 of _0x4cb622)for(const _0x5648c9 of _0x4d1f34[_0xb9f4('0x11')]()){const _0x3de1c3=_0x5648c9[_0xb9f4('0x14')]();(_0x5da717[_0xb9f4('0x15')](_0x3de1c3)||_0x16c4ae['isCollapsed']&&!_0x4d1f34['isMultiRange']&&_0x4d1f34[_0xb9f4('0x8')]&&_0x3de1c3[_0xb9f4('0x4')]['isTouching'](_0x5da717[_0xb9f4('0xd')]))&&_0x2ab0a3[_0xb9f4('0x13')](_0x4d1f34);}return _0x2ab0a3;}export function getRangesOfBlockGroups(_0x1b2feb,_0x5e5f33){let _0x1446bc,_0x253b47=0x0;const _0xca6b92=[],_0x268a3f=_0x5e5f33['schema'];for(;_0x253b47<_0x1b2feb[_0xb9f4('0xc')];){const _0x3b15f0=_0x1b2feb[_0x253b47],_0x31f042=_0x1b2feb[_0x253b47+0x1];_0x1446bc||(_0x1446bc=_0x5e5f33['createPositionBefore'](_0x3b15f0)),co(_0x5e5f33,_0x3b15f0,_0x31f042)||(_0xca6b92[_0xb9f4('0x5')](_0x5e5f33[_0xb9f4('0x19')](_0x1446bc,_0x268a3f[_0xb9f4('0x10')](_0x3b15f0)?_0x5e5f33['createPositionAfter'](_0x3b15f0):_0x5e5f33[_0xb9f4('0x12')](_0x3b15f0,_0xb9f4('0x4')))),_0x1446bc=null),_0x253b47++;}return _0xca6b92;}function co(_0x4253c6,_0x25084c,_0x23b670){if(!_0x23b670)return!0x1;const _0x5bed56=_0x4253c6[_0xb9f4('0xf')](_0x25084c),_0x517a1c=_0x4253c6[_0xb9f4('0xa')](_0x23b670);return _0x5bed56['isTouching'](_0x517a1c);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x127d5a,_0x33a440,_0x2b2a2e){for(;_0x2b2a2e[_0xb9f4('0xc')];){const _0x563c7d=_0x2b2a2e[_0xb9f4('0x2')](0x0,0x64);_0x127d5a['change'](()=>{for(const _0x1a4231 of _0x563c7d)_0x1a4231[_0xb9f4('0x9')]&&_0x33a440[_0xb9f4('0x0')](_0x1a4231['id']);});}}