@ckeditor/ckeditor5-track-changes 38.2.0-alpha.1 → 39.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/README.md +0 -1
  2. package/build/track-changes.js +2 -2
  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 +6 -2
  9. package/src/augmentation.js +1 -1
  10. package/src/commands/acceptsuggestioncommand.d.ts +6 -2
  11. package/src/commands/acceptsuggestioncommand.js +2 -2
  12. package/src/commands/discardsuggestioncommand.d.ts +6 -2
  13. package/src/commands/discardsuggestioncommand.js +2 -2
  14. package/src/commands/executeonallsuggestionscommand.d.ts +6 -2
  15. package/src/commands/executeonallsuggestionscommand.js +2 -2
  16. package/src/commands/executeonselectedsuggestionscommand.d.ts +6 -2
  17. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  18. package/src/commands/trackchangescommand.d.ts +5 -1
  19. package/src/commands/trackchangescommand.js +2 -2
  20. package/src/index.d.ts +16 -12
  21. package/src/index.js +2 -2
  22. package/src/integrations/alignment.d.ts +5 -1
  23. package/src/integrations/alignment.js +2 -2
  24. package/src/integrations/basicstyles.d.ts +5 -1
  25. package/src/integrations/basicstyles.js +2 -2
  26. package/src/integrations/blockquote.d.ts +5 -1
  27. package/src/integrations/blockquote.js +2 -2
  28. package/src/integrations/ckbox.d.ts +5 -1
  29. package/src/integrations/ckbox.js +2 -2
  30. package/src/integrations/codeblock.d.ts +5 -1
  31. package/src/integrations/codeblock.js +2 -2
  32. package/src/integrations/comments.d.ts +5 -1
  33. package/src/integrations/comments.js +2 -2
  34. package/src/integrations/deletecommand.d.ts +6 -2
  35. package/src/integrations/deletecommand.js +2 -2
  36. package/src/integrations/documentlist.d.ts +5 -1
  37. package/src/integrations/documentlist.js +2 -2
  38. package/src/integrations/documentlistproperties.d.ts +7 -3
  39. package/src/integrations/documentlistproperties.js +2 -2
  40. package/src/integrations/entercommand.d.ts +6 -2
  41. package/src/integrations/entercommand.js +2 -2
  42. package/src/integrations/findandreplace.d.ts +5 -1
  43. package/src/integrations/findandreplace.js +2 -2
  44. package/src/integrations/font.d.ts +5 -1
  45. package/src/integrations/font.js +2 -2
  46. package/src/integrations/formatpainter.d.ts +5 -1
  47. package/src/integrations/formatpainter.js +2 -2
  48. package/src/integrations/heading.d.ts +5 -1
  49. package/src/integrations/heading.js +2 -2
  50. package/src/integrations/highlight.d.ts +5 -1
  51. package/src/integrations/highlight.js +2 -2
  52. package/src/integrations/horizontalline.d.ts +5 -1
  53. package/src/integrations/horizontalline.js +2 -2
  54. package/src/integrations/htmlembed.d.ts +5 -1
  55. package/src/integrations/htmlembed.js +2 -2
  56. package/src/integrations/image.d.ts +5 -1
  57. package/src/integrations/image.js +2 -2
  58. package/src/integrations/imagereplace.d.ts +7 -3
  59. package/src/integrations/imagereplace.js +2 -2
  60. package/src/integrations/importword.d.ts +5 -1
  61. package/src/integrations/importword.js +2 -2
  62. package/src/integrations/indent.d.ts +5 -1
  63. package/src/integrations/indent.js +2 -2
  64. package/src/integrations/inputcommand.d.ts +6 -2
  65. package/src/integrations/inputcommand.js +2 -2
  66. package/src/integrations/link.d.ts +5 -1
  67. package/src/integrations/link.js +2 -2
  68. package/src/integrations/list.d.ts +5 -1
  69. package/src/integrations/list.js +2 -2
  70. package/src/integrations/listproperties.d.ts +7 -3
  71. package/src/integrations/listproperties.js +2 -2
  72. package/src/integrations/mediaembed.d.ts +5 -1
  73. package/src/integrations/mediaembed.js +2 -2
  74. package/src/integrations/mention.d.ts +5 -1
  75. package/src/integrations/mention.js +2 -2
  76. package/src/integrations/pagebreak.d.ts +5 -1
  77. package/src/integrations/pagebreak.js +2 -2
  78. package/src/integrations/paragraph.d.ts +5 -1
  79. package/src/integrations/paragraph.js +2 -2
  80. package/src/integrations/removeformat.d.ts +5 -1
  81. package/src/integrations/removeformat.js +2 -2
  82. package/src/integrations/restrictededitingmode.d.ts +5 -1
  83. package/src/integrations/restrictededitingmode.js +2 -2
  84. package/src/integrations/shiftentercommand.d.ts +6 -2
  85. package/src/integrations/shiftentercommand.js +2 -2
  86. package/src/integrations/standardeditingmode.d.ts +5 -1
  87. package/src/integrations/standardeditingmode.js +2 -2
  88. package/src/integrations/style.d.ts +5 -1
  89. package/src/integrations/style.js +2 -2
  90. package/src/integrations/table.d.ts +5 -1
  91. package/src/integrations/table.js +2 -2
  92. package/src/integrations/tablecaption.d.ts +6 -2
  93. package/src/integrations/tablecaption.js +2 -2
  94. package/src/integrations/tableclipboard.d.ts +4 -3
  95. package/src/integrations/tableclipboard.js +2 -2
  96. package/src/integrations/tablecolumnresize.d.ts +8 -4
  97. package/src/integrations/tablecolumnresize.js +2 -2
  98. package/src/integrations/tableheadings.d.ts +6 -2
  99. package/src/integrations/tableheadings.js +2 -2
  100. package/src/integrations/tablemergesplit.d.ts +6 -2
  101. package/src/integrations/tablemergesplit.js +2 -2
  102. package/src/integrations/tableofcontents.d.ts +5 -1
  103. package/src/integrations/tableofcontents.js +2 -2
  104. package/src/integrations/tableproperties.d.ts +8 -4
  105. package/src/integrations/tableproperties.js +2 -2
  106. package/src/integrations/template.d.ts +5 -1
  107. package/src/integrations/template.js +2 -2
  108. package/src/integrations/title.d.ts +5 -1
  109. package/src/integrations/title.js +2 -2
  110. package/src/integrations/undo.d.ts +5 -1
  111. package/src/integrations/undo.js +2 -2
  112. package/src/integrations/utils.d.ts +7 -3
  113. package/src/integrations/utils.js +2 -2
  114. package/src/suggestion.d.ts +15 -5
  115. package/src/suggestion.js +2 -2
  116. package/src/suggestiondescriptionfactory.d.ts +5 -5
  117. package/src/suggestiondescriptionfactory.js +2 -2
  118. package/src/trackchanges.d.ts +10 -6
  119. package/src/trackchanges.js +2 -2
  120. package/src/trackchangesconfig.d.ts +5 -1
  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 +55 -51
  125. package/src/trackchangesediting.js +2 -2
  126. package/src/trackchangesui.d.ts +7 -3
  127. package/src/trackchangesui.js +2 -2
  128. package/src/ui/suggestioncontroller.d.ts +7 -6
  129. package/src/ui/suggestioncontroller.js +2 -2
  130. package/src/ui/view/basesuggestionthreadview.d.ts +10 -6
  131. package/src/ui/view/basesuggestionthreadview.js +2 -2
  132. package/src/ui/view/suggestionthreadview.d.ts +7 -7
  133. package/src/ui/view/suggestionthreadview.js +2 -2
  134. package/src/utils/common-translations.d.ts +5 -1
  135. package/src/utils/common-translations.js +2 -2
  136. package/src/utils/utils.d.ts +8 -4
  137. package/src/utils/utils.js +2 -2
@@ -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 _0x5087=['commands','isEnabled','discardSuggestion','_editor','getRanges','change:isDirty','_acceptCommand','_pendingAction','_setPendingAction','execute','bind','canEditAt','PendingActions','model','add','plugins','_removePendingAction','isDirty','unbind','locale','_discardCommand','stopListening','commentThreadController','view','get','listenTo','acceptSuggestion'];(function(_0x9051b4,_0x50879a){const _0x45cb16=function(_0x3104ff){while(--_0x3104ff){_0x9051b4['push'](_0x9051b4['shift']());}};_0x45cb16(++_0x50879a);}(_0x5087,0x89));const _0x45cb=function(_0x9051b4,_0x50879a){_0x9051b4=_0x9051b4-0x0;let _0x45cb16=_0x5087[_0x9051b4];return _0x45cb16;};import{ObservableMixin as _0x50ad59}from'ckeditor5/src/utils.js';import{getTranslation as _0x4aff89}from'../utils/common-translations.js';export default class Ot extends _0x50ad59(){constructor(_0x51e502,_0x50a307,_0x367c6f,_0x54ce63){super(),this['model']=_0x50a307,this['view']=_0x367c6f,this[_0x45cb('0x14')]=_0x54ce63,this[_0x45cb('0x1')]=_0x51e502,this[_0x45cb('0x4')]=_0x51e502[_0x45cb('0x19')][_0x45cb('0x16')]('acceptSuggestion'),this[_0x45cb('0x12')]=_0x51e502[_0x45cb('0x19')][_0x45cb('0x16')](_0x45cb('0x0')),this[_0x45cb('0x15')][_0x45cb('0x8')](_0x45cb('0x1a'))['to'](this[_0x45cb('0x4')],this[_0x45cb('0x12')],(_0x15949b,_0x1cb23c)=>_0x15949b||_0x1cb23c),this[_0x45cb('0x15')][_0x45cb('0x8')]('canAccept')['to'](this[_0x45cb('0x4')],_0x45cb('0x1a'),_0xc6242b=>_0xc6242b&&this[_0x45cb('0x1')][_0x45cb('0xb')][_0x45cb('0x9')](_0x50a307[_0x45cb('0x2')]())),this[_0x45cb('0x15')][_0x45cb('0x8')]('canDiscard')['to'](this[_0x45cb('0x12')],_0x45cb('0x1a'),_0x4042ce=>_0x4042ce&&this[_0x45cb('0x1')][_0x45cb('0xb')][_0x45cb('0x9')](_0x50a307[_0x45cb('0x2')]())),this[_0x45cb('0x5')]=null,_0x367c6f[_0x45cb('0xf')]&&this[_0x45cb('0x6')](),this['listenTo'](_0x367c6f,_0x45cb('0x18'),()=>this[_0x45cb('0x18')]()),this[_0x45cb('0x17')](_0x367c6f,_0x45cb('0x0'),()=>this['discardSuggestion']()),this[_0x45cb('0x17')](_0x367c6f,_0x45cb('0x3'),()=>{_0x367c6f[_0x45cb('0xf')]?this[_0x45cb('0x6')]():this[_0x45cb('0xe')]();});}[_0x45cb('0x18')](){this[_0x45cb('0x4')]['execute'](this['model']['id']);}[_0x45cb('0x0')](){this[_0x45cb('0x12')][_0x45cb('0x7')](this[_0x45cb('0xb')]['id']);}['destroy'](){this[_0x45cb('0x15')][_0x45cb('0x10')](_0x45cb('0x1a')),this[_0x45cb('0x15')][_0x45cb('0x10')]('canAccept'),this[_0x45cb('0x15')][_0x45cb('0x10')]('canDiscard'),this[_0x45cb('0x13')](),this['commentThreadController']['destroy'](),this['_pendingAction']&&this[_0x45cb('0xe')]();}[_0x45cb('0x6')](){const _0x5c6b5d=_0x4aff89(this[_0x45cb('0x1')][_0x45cb('0x11')],'PENDING_ACTION_SUGGESTION');this[_0x45cb('0x5')]=this[_0x45cb('0x1')][_0x45cb('0xd')][_0x45cb('0x16')](_0x45cb('0xa'))[_0x45cb('0xc')](_0x5c6b5d);}[_0x45cb('0xe')](){null!==this[_0x45cb('0x5')]&&this['_editor']['plugins'][_0x45cb('0x16')]('PendingActions')['remove'](this[_0x45cb('0x5')]),this[_0x45cb('0x5')]=null;}}
23
+ const _0x5296=['commands','acceptSuggestion','execute','listenTo','_pendingAction','unbind','commentThreadController','model','add','remove','PendingActions','_removePendingAction','_editor','_discardCommand','canEditAt','locale','canAccept','plugins','_setPendingAction','discardSuggestion','get','change:isDirty','isDirty','destroy','canDiscard','bind','_acceptCommand','getRanges','view','isEnabled','PENDING_ACTION_SUGGESTION'];(function(_0x181e37,_0x52960c){const _0x161798=function(_0x556e26){while(--_0x556e26){_0x181e37['push'](_0x181e37['shift']());}};_0x161798(++_0x52960c);}(_0x5296,0xc9));const _0x1617=function(_0x181e37,_0x52960c){_0x181e37=_0x181e37-0x0;let _0x161798=_0x5296[_0x181e37];return _0x161798;};import{ObservableMixin as _0x52f326}from'ckeditor5/src/utils';import{getTranslation as _0x5abf55}from'../utils/common-translations';export default class qt extends _0x52f326(){constructor(_0x16c196,_0x3078e2,_0x566aba,_0x104de8){super(),this[_0x1617('0x17')]=_0x3078e2,this[_0x1617('0xd')]=_0x566aba,this[_0x1617('0x16')]=_0x104de8,this[_0x1617('0x1c')]=_0x16c196,this[_0x1617('0xb')]=_0x16c196[_0x1617('0x10')][_0x1617('0x5')](_0x1617('0x11')),this[_0x1617('0x1d')]=_0x16c196['commands'][_0x1617('0x5')]('discardSuggestion'),this[_0x1617('0xd')][_0x1617('0xa')](_0x1617('0xe'))['to'](this[_0x1617('0xb')],this[_0x1617('0x1d')],(_0x2d5aa4,_0x209423)=>_0x2d5aa4||_0x209423),this[_0x1617('0xd')][_0x1617('0xa')]('canAccept')['to'](this[_0x1617('0xb')],_0x1617('0xe'),_0x5b2e86=>_0x5b2e86&&this[_0x1617('0x1c')]['model'][_0x1617('0x1e')](_0x3078e2[_0x1617('0xc')]())),this[_0x1617('0xd')][_0x1617('0xa')]('canDiscard')['to'](this[_0x1617('0x1d')],_0x1617('0xe'),_0x4124fc=>_0x4124fc&&this[_0x1617('0x1c')]['model']['canEditAt'](_0x3078e2['getRanges']())),this['_pendingAction']=null,_0x566aba[_0x1617('0x7')]&&this[_0x1617('0x3')](),this['listenTo'](_0x566aba,_0x1617('0x11'),()=>this[_0x1617('0x11')]()),this['listenTo'](_0x566aba,_0x1617('0x4'),()=>this['discardSuggestion']()),this[_0x1617('0x13')](_0x566aba,_0x1617('0x6'),()=>{_0x566aba[_0x1617('0x7')]?this[_0x1617('0x3')]():this[_0x1617('0x1b')]();});}[_0x1617('0x11')](){this[_0x1617('0xb')][_0x1617('0x12')](this[_0x1617('0x17')]['id']);}[_0x1617('0x4')](){this[_0x1617('0x1d')][_0x1617('0x12')](this['model']['id']);}['destroy'](){this['view']['unbind'](_0x1617('0xe')),this[_0x1617('0xd')][_0x1617('0x15')](_0x1617('0x1')),this[_0x1617('0xd')][_0x1617('0x15')](_0x1617('0x9')),this['stopListening'](),this[_0x1617('0x16')][_0x1617('0x8')](),this[_0x1617('0x14')]&&this[_0x1617('0x1b')]();}[_0x1617('0x3')](){const _0x46d54b=_0x5abf55(this['_editor'][_0x1617('0x0')],_0x1617('0xf'));this['_pendingAction']=this['_editor'][_0x1617('0x2')][_0x1617('0x5')]('PendingActions')[_0x1617('0x18')](_0x46d54b);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor'][_0x1617('0x2')]['get'](_0x1617('0x1a'))[_0x1617('0x19')](this[_0x1617('0x14')]),this[_0x1617('0x14')]=null;}}
@@ -1,14 +1,18 @@
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
4
8
  */
5
- import { View } from 'ckeditor5/src/ui.js';
6
- import type { Locale } from 'ckeditor5/src/utils.js';
7
- import type { EditorConfig } from 'ckeditor5/src/core.js';
8
- import type Suggestion from '../../suggestion.js';
9
+ import { View } from 'ckeditor5/src/ui';
10
+ import type { Locale } from 'ckeditor5/src/utils';
11
+ import type { EditorConfig } from 'ckeditor5/src/core';
12
+ import type Suggestion from '../../suggestion';
9
13
  import type { CommentsListView, CommentThreadInputView, CommentView } from '@ckeditor/ckeditor5-comments';
10
- import type { User } from 'ckeditor5-collaboration';
11
- import type { Description } from '../../suggestiondescriptionfactory.js';
14
+ import type { User } from 'ckeditor5-collaboration/src/collaboration-core';
15
+ import type { Description } from '../../suggestiondescriptionfactory';
12
16
  /**
13
17
  * An abstract suggestion thread view class that should be used as a base for suggestion thread view implementations.
14
18
  * It provides some behaviors, flags and building blocks to use when creating a custom suggestion thread view class.
@@ -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 _0x349e=['disabledSubmit','CommentView','bind','assign','isEnabled','_localUser','_createCommentThreadInputView','_model','hasDirtyComment','disableComments','locale','removeComment','editor','_createCommentViews','fire','set','commentsListView','isActive','_config','isReadOnly','element','submit','isDirty','commentThreadInputView','focus','descriptionParts','value','destroy','commentThread','updateComment','setData','editorConfig','commentInputView','length','authoredAt','addComment','delegate'];(function(_0x1865f8,_0x349eb0){const _0x52e6f4=function(_0x399643){while(--_0x399643){_0x1865f8['push'](_0x1865f8['shift']());}};_0x52e6f4(++_0x349eb0);}(_0x349e,0xca));const _0x52e6=function(_0x1865f8,_0x349eb0){_0x1865f8=_0x1865f8-0x0;let _0x52e6f4=_0x349e[_0x1865f8];return _0x52e6f4;};import{View as _0x3529be}from'ckeditor5/src/ui.js';export default class ss extends _0x3529be{constructor(_0x210794,_0x3b727b,_0x4f957d,_0x47e00a){super(_0x210794),this[_0x52e6('0x24')]=null,this[_0x52e6('0x6')]=null,this[_0x52e6('0x23')](_0x52e6('0x0'),!0x1),this['set']('authoredAt',_0x3b727b[_0x52e6('0x11')]),this[_0x52e6('0x16')](_0x52e6('0x11'))['to'](_0x3b727b),this[_0x52e6('0x23')](_0x52e6('0x8'),[]),this[_0x52e6('0x23')](_0x52e6('0x5'),!0x1),this[_0x52e6('0x23')](_0x52e6('0x18'),!0x1),this[_0x52e6('0x23')]('canAccept',!0x1),this[_0x52e6('0x23')]('canDiscard',!0x1),this['_model']=_0x3b727b,this[_0x52e6('0x19')]=_0x4f957d,this[_0x52e6('0x1')]=_0x47e00a,_0x47e00a[_0x52e6('0x1d')]?this[_0x52e6('0x23')](_0x52e6('0x10'),0x1):this[_0x52e6('0x21')]();}[_0x52e6('0x7')](){this[_0x52e6('0x3')][_0x52e6('0x7')]();}[_0x52e6('0xa')](){this['commentsListView']&&this[_0x52e6('0x24')]['destroy'](),this[_0x52e6('0x6')]&&this[_0x52e6('0x6')][_0x52e6('0xa')](),super[_0x52e6('0xa')]();}[_0x52e6('0x21')](){const {CommentsListView:_0x5e2ad4}=this[_0x52e6('0x1')];this['commentsListView']=new _0x5e2ad4(this[_0x52e6('0x1e')],this[_0x52e6('0x1b')][_0x52e6('0xb')],Object[_0x52e6('0x17')]({'CommentView':this[_0x52e6('0x1')][_0x52e6('0x15')]},this['_config'])),this[_0x52e6('0x24')]['delegate'](_0x52e6('0x1f'))['to'](this),this[_0x52e6('0x24')][_0x52e6('0x13')](_0x52e6('0xc'))['to'](this),this['commentsListView']['bind'](_0x52e6('0x0'))['to'](this),this[_0x52e6('0x23')](_0x52e6('0x10'),this['commentsListView'][_0x52e6('0x10')]+0x1),this[_0x52e6('0x16')]('length')['to'](this['commentsListView'],_0x52e6('0x10'),_0x17c0bb=>_0x17c0bb+0x1),this['commentThreadInputView']=this[_0x52e6('0x1a')](),this['on'](_0x52e6('0x1f'),()=>this[_0x52e6('0x7')]()),this[_0x52e6('0x16')](_0x52e6('0x5'))['to'](this[_0x52e6('0x24')],_0x52e6('0x1c'),this['commentThreadInputView'][_0x52e6('0xf')],'value',(_0x248e3d,_0xb99225)=>_0x248e3d||!!_0xb99225);}[_0x52e6('0x1a')](){const {CommentThreadInputView:_0xdbe54e}=this[_0x52e6('0x1')],_0x2f75e6=new _0xdbe54e(this[_0x52e6('0x1e')],this['_localUser'],this[_0x52e6('0x1')][_0x52e6('0xe')]),_0x4c5b28=_0x2f75e6[_0x52e6('0xf')];return _0x2f75e6[_0x52e6('0x16')]('showInput')['to'](this,'isActive',this[_0x52e6('0x1b')][_0x52e6('0xb')],_0x52e6('0x2'),_0x4c5b28,_0x52e6('0x9'),(_0x54f1f4,_0x59104a,_0x3240b2)=>!!_0x3240b2||_0x54f1f4&&!_0x59104a),_0x4c5b28['on'](_0x52e6('0x4'),(_0x3fff22,_0x3c420c)=>{this[_0x52e6('0x22')](_0x52e6('0x12'),_0x3c420c),_0x4c5b28[_0x52e6('0x20')][_0x52e6('0xd')]('');}),_0x4c5b28['on']('cancel',()=>this[_0x52e6('0x7')]()),_0x4c5b28[_0x52e6('0x16')](_0x52e6('0x14'))['to'](this[_0x52e6('0x1b')]['commentThread'],_0x52e6('0x2')),_0x2f75e6;}}
23
+ const _0x4cd4=['removeComment','commentThread','isEnabled','bind','isReadOnly','disableComments','isDirty','_localUser','length','showInput','authoredAt','_model','_config','descriptionParts','canAccept','_createCommentViews','destroy','editorConfig','setData','hasDirtyComment','locale','commentsListView','submit','set','commentThreadInputView','isActive','value','delegate','focus','editor','assign','commentInputView','disabledSubmit'];(function(_0x56bda4,_0x4cd470){const _0x3a3bde=function(_0x2c501e){while(--_0x2c501e){_0x56bda4['push'](_0x56bda4['shift']());}};_0x3a3bde(++_0x4cd470);}(_0x4cd4,0x1d0));const _0x3a3b=function(_0x56bda4,_0x4cd470){_0x56bda4=_0x56bda4-0x0;let _0x3a3bde=_0x4cd4[_0x56bda4];return _0x3a3bde;};import{View as _0x25b166}from'ckeditor5/src/ui';export default class ii extends _0x25b166{constructor(_0x1e7cff,_0x2de4b8,_0x3c5db3,_0x423990){super(_0x1e7cff),this[_0x3a3b('0x13')]=null,this[_0x3a3b('0x16')]=null,this[_0x3a3b('0x15')]('isActive',!0x1),this[_0x3a3b('0x15')](_0x3a3b('0x8'),_0x2de4b8[_0x3a3b('0x8')]),this[_0x3a3b('0x1')]('authoredAt')['to'](_0x2de4b8),this['set'](_0x3a3b('0xb'),[]),this[_0x3a3b('0x15')](_0x3a3b('0x4'),!0x1),this[_0x3a3b('0x15')](_0x3a3b('0x0'),!0x1),this[_0x3a3b('0x15')](_0x3a3b('0xc'),!0x1),this['set']('canDiscard',!0x1),this[_0x3a3b('0x9')]=_0x2de4b8,this[_0x3a3b('0x5')]=_0x3c5db3,this['_config']=_0x423990,_0x423990[_0x3a3b('0x3')]?this[_0x3a3b('0x15')]('length',0x1):this[_0x3a3b('0xd')]();}[_0x3a3b('0x1a')](){this['element'][_0x3a3b('0x1a')]();}[_0x3a3b('0xe')](){this[_0x3a3b('0x13')]&&this[_0x3a3b('0x13')][_0x3a3b('0xe')](),this[_0x3a3b('0x16')]&&this[_0x3a3b('0x16')][_0x3a3b('0xe')](),super[_0x3a3b('0xe')]();}['_createCommentViews'](){const {CommentsListView:_0x2c59c9}=this['_config'];this[_0x3a3b('0x13')]=new _0x2c59c9(this[_0x3a3b('0x12')],this['_model'][_0x3a3b('0x20')],Object[_0x3a3b('0x1c')]({'CommentView':this[_0x3a3b('0xa')]['CommentView']},this[_0x3a3b('0xa')])),this[_0x3a3b('0x13')][_0x3a3b('0x19')](_0x3a3b('0x1f'))['to'](this),this[_0x3a3b('0x13')][_0x3a3b('0x19')]('updateComment')['to'](this),this[_0x3a3b('0x13')][_0x3a3b('0x1')](_0x3a3b('0x17'))['to'](this),this['set'](_0x3a3b('0x6'),this['commentsListView']['length']+0x1),this[_0x3a3b('0x1')](_0x3a3b('0x6'))['to'](this[_0x3a3b('0x13')],_0x3a3b('0x6'),_0xb71376=>_0xb71376+0x1),this[_0x3a3b('0x16')]=this['_createCommentThreadInputView'](),this['on'](_0x3a3b('0x1f'),()=>this[_0x3a3b('0x1a')]()),this['bind'](_0x3a3b('0x4'))['to'](this['commentsListView'],_0x3a3b('0x11'),this[_0x3a3b('0x16')][_0x3a3b('0x1d')],_0x3a3b('0x18'),(_0x5463a8,_0x237809)=>_0x5463a8||!!_0x237809);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0xd41b3b}=this['_config'],_0x4a0203=new _0xd41b3b(this[_0x3a3b('0x12')],this['_localUser'],this[_0x3a3b('0xa')][_0x3a3b('0xf')]),_0x33b849=_0x4a0203[_0x3a3b('0x1d')];return _0x4a0203[_0x3a3b('0x1')](_0x3a3b('0x7'))['to'](this,_0x3a3b('0x17'),this['_model']['commentThread'],_0x3a3b('0x2'),_0x33b849,'value',(_0x15ef5e,_0x54a8bf,_0x3d99df)=>!!_0x3d99df||_0x15ef5e&&!_0x54a8bf),_0x33b849['on'](_0x3a3b('0x14'),(_0x45071c,_0x5dcf45)=>{this['fire']('addComment',_0x5dcf45),_0x33b849[_0x3a3b('0x1b')][_0x3a3b('0x10')]('');}),_0x33b849['on']('cancel',()=>this['focus']()),_0x33b849[_0x3a3b('0x1')](_0x3a3b('0x1e'))['to'](this[_0x3a3b('0x9')]['commentThread'],'isReadOnly'),_0x4a0203;}}
@@ -1,12 +1,12 @@
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
- import { default as BaseSuggestionThreadView, type SuggestionThreadConfig } from './basesuggestionthreadview.js';
6
- import { ButtonView, type TemplateDefinition } from 'ckeditor5/src/ui.js';
7
- import { UserView, type User } from 'ckeditor5-collaboration';
8
- import type { Locale } from 'ckeditor5/src/utils.js';
9
- import type Suggestion from '../../suggestion.js';
5
+ import { default as BaseSuggestionThreadView, type SuggestionThreadConfig } from './basesuggestionthreadview';
6
+ import { ButtonView, type TemplateDefinition } from 'ckeditor5/src/ui';
7
+ import { UserView, type User } from 'ckeditor5-collaboration/src/collaboration-core';
8
+ import type { Locale } from 'ckeditor5/src/utils';
9
+ import type Suggestion from '../../suggestion';
10
10
  /**
11
11
  * The default view for a suggestion thread.
12
12
  *
@@ -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 _0x18c8=['commentThreadInputView','element','importWord','ck-annotation','value','ck-suggestion--disabled-comments','EXTERNAL_IMPORT_WORD_SUGGESTION','title','fire','div','_createButton','authoredAt','discardButton','.ck-annotation__content-wrapper','map','userView','_config','isEnabled','author','extendTemplate','discardSuggestion','getUserViewNotificationText','time','disableComments','isActive','locale','render','split','EXTERNAL_SUGGESTION','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','acceptButton','canAccept','ck-suggestion__main','innerHTML','querySelector','ck-annotation__info-time','ck-suggestion--accept','formatDateTime','<span\x20class=\x22ck-suggestion-type\x22>','ck-suggestion-wrapper','check','change:description','createElement','setTemplate','name','ck-suggestion','ck-comment__info-time','innerText','bind','Discard\x20suggestion','type','getExternalSuggestionNote','@external','ck-suggestion-wrapper--active','ck-suggestion__info','isExternal','commentsListView','ck-suggestion-','attributes','descriptionParts','children','Accept\x20suggestion','canDiscard','ck-annotation__main','EXTERNAL_AVATAR','creator','ck-suggestion__user','ck-suggestion__actions','</p>','ck-annotation__content-wrapper','commentThread','bindTemplate','execute','_descriptionElement','push','set','_model','ck-annotation__info-name'];(function(_0xa866a,_0x18c86a){const _0x539593=function(_0x3c6819){while(--_0x3c6819){_0xa866a['push'](_0xa866a['shift']());}};_0x539593(++_0x18c86a);}(_0x18c8,0x66));const _0x5395=function(_0xa866a,_0x18c86a){_0xa866a=_0xa866a-0x0;let _0x539593=_0x18c8[_0xa866a];return _0x539593;};import{getTranslation as _0x3b729c}from'../../utils/common-translations.js';import{default as _0x31359f}from'./basesuggestionthreadview.js';import{ButtonView as _0x56239b}from'ckeditor5/src/ui.js';import{icons as _0x5ca6e0}from'ckeditor5/src/core.js';import{trimHtml as _0x13a6e8,UserView as _0x5bb876}from'ckeditor5-collaboration';export default class qt extends _0x31359f{constructor(_0x4e9909,_0x13beef,_0x1ab263,_0x485ea0){super(_0x4e9909,_0x13beef,_0x1ab263,_0x485ea0),this['set'](_0x5395('0x1a'),''),this[_0x5395('0x18')](_0x5395('0x1a'))['to'](this,'descriptionParts',_0x392310=>_0x392310&&_0x392310[0x0]?_0x392310[0x0][_0x5395('0x1a')]:''),this[_0x5395('0x18')]('description')['to'](this,_0x5395('0x23'),this,_0x5395('0x0'),(_0x3aca46,_0x28a60d)=>{let _0xd2e0b1='';for(const _0x1a3b45 of _0x3aca46)_0xd2e0b1+='<p>'+as(_0x1a3b45['content'],_0x1a3b45['color'])+_0x5395('0x2c');return _0x28a60d?_0xd2e0b1:_0x13a6e8(_0xd2e0b1,{'limit':0x8c});}),this[_0x5395('0x31')]=null,this[_0x5395('0x6')]=this[_0x5395('0x40')](_0x3b729c(_0x4e9909,_0x5395('0x25')),_0x5ca6e0[_0x5395('0x10')],_0x5395('0xc'),'acceptSuggestion','sw'),this[_0x5395('0x6')][_0x5395('0x18')]('isEnabled')['to'](this,_0x5395('0x7')),this[_0x5395('0x42')]=this[_0x5395('0x40')](_0x3b729c(_0x4e9909,_0x5395('0x19')),_0x5ca6e0['cancel'],'ck-suggestion--discard',_0x5395('0x4a'),'sw'),this[_0x5395('0x42')][_0x5395('0x18')](_0x5395('0x47'))['to'](this,_0x5395('0x26')),this['userView']=new _0x5bb876(_0x4e9909,this[_0x5395('0x34')][_0x5395('0x48')],this[_0x5395('0x4b')]()),this[_0x5395('0x45')][_0x5395('0x49')]({'attributes':{'class':[_0x5395('0x2a'),'ck-annotation__user']}}),this[_0x5395('0x13')](this['getTemplate']());}['getTemplate'](){const _0x35e160=this[_0x5395('0x2f')],_0x34d500=[{'tag':_0x5395('0x3f'),'attributes':{'class':[_0x5395('0x1e'),'ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this[_0x5395('0x45')][_0x5395('0x14')]}],'attributes':{'class':['ck-suggestion__info-name',_0x5395('0x35')]}},{'tag':_0x5395('0x4c'),'attributes':{'datetime':_0x35e160['to']('authoredAt'),'class':[_0x5395('0x16'),_0x5395('0xb')]},'children':[{'text':_0x35e160['to'](_0x5395('0x41'),_0x1e2eb9=>this[_0x5395('0x46')][_0x5395('0xd')](_0x1e2eb9))}]}]},{'tag':_0x5395('0x3f'),'attributes':{'class':[_0x5395('0x2b'),'ck-annotation__actions']},'children':[this['acceptButton'],this[_0x5395('0x42')]]},{'tag':_0x5395('0x3f'),'attributes':{'class':[_0x5395('0x2d')]}}];this['_model'][_0x5395('0x1f')]&&_0x34d500[_0x5395('0x32')]({'tag':_0x5395('0x3f'),'attributes':{'class':['ck-comment__external']},'children':[{'text':this[_0x5395('0x1b')]()}]});const _0x27d4f0={'tag':_0x5395('0x3f'),'attributes':{'class':[_0x5395('0xf'),_0x35e160['if'](_0x5395('0x0'),_0x5395('0x1d')),_0x35e160['to'](_0x5395('0x1a'),_0x743060=>_0x5395('0x21')+_0x743060),this[_0x5395('0x46')][_0x5395('0x4d')]&&_0x5395('0x3b')],'data-suggestion-id':this[_0x5395('0x34')]['id'],'data-thread-id':this[_0x5395('0x34')][_0x5395('0x2e')]['id'],'data-author-id':this[_0x5395('0x34')][_0x5395('0x48')]['id'],'tabindex':-0x1},'children':[{'tag':_0x5395('0x3f'),'attributes':{'class':[_0x5395('0x15'),_0x5395('0x39')]},'children':[this['userView'],{'tag':_0x5395('0x3f'),'attributes':{'class':[_0x5395('0x8'),_0x5395('0x27')]},'children':_0x34d500}]}]};return this[_0x5395('0x20')]&&this[_0x5395('0x36')]&&_0x27d4f0[_0x5395('0x24')][_0x5395('0x32')](this['commentsListView'],this[_0x5395('0x36')]),_0x27d4f0;}[_0x5395('0x2')](){super[_0x5395('0x2')](),this[_0x5395('0x31')]=this[_0x5395('0x37')][_0x5395('0xa')](_0x5395('0x43')),this[_0x5395('0x31')][_0x5395('0x9')]=this['description'],this['on'](_0x5395('0x11'),(_0x90c53,_0x3df5f1,_0x4176f6)=>{this[_0x5395('0x31')][_0x5395('0x9')]=_0x4176f6;});}[_0x5395('0x40')](_0x2ca10c,_0x2561f1,_0x25f4e9,_0x11f25b,_0x5075ff){const _0xaf87e8=new _0x56239b(this[_0x5395('0x1')]);return _0xaf87e8[_0x5395('0x33')]({'label':_0x2ca10c,'icon':_0x2561f1,'tooltip':!0x0,'tooltipPosition':_0x5075ff}),_0xaf87e8['extendTemplate']({'attributes':{'class':_0x25f4e9}}),_0xaf87e8['on'](_0x5395('0x30'),()=>{this[_0x5395('0x3e')](_0x11f25b,this[_0x5395('0x34')]['id']);}),_0xaf87e8;}['getExternalSuggestionNote'](){return _0x5395('0x38')===this[_0x5395('0x34')][_0x5395('0x22')][_0x5395('0x1c')]['source']?_0x3b729c(this[_0x5395('0x1')],_0x5395('0x3c')):_0x3b729c(this[_0x5395('0x1')],_0x5395('0x4'));}[_0x5395('0x4b')](){return this[_0x5395('0x34')][_0x5395('0x1f')]?_0x5395('0x38')===this['_model'][_0x5395('0x22')]['@external']['source']?_0x3b729c(this[_0x5395('0x1')],'EXTERNAL_IMPORT_WORD_AVATAR',this[_0x5395('0x34')][_0x5395('0x29')][_0x5395('0x14')]):_0x3b729c(this[_0x5395('0x1')],_0x5395('0x28'),this[_0x5395('0x34')][_0x5395('0x29')][_0x5395('0x14')]):null;}}function as(_0x2510f0,_0x3000d1){let _0x32b19f='';return _0x32b19f+=_0x2510f0[_0x5395('0x3')]('*')[_0x5395('0x44')]((_0x3d647f,_0x5ca179)=>_0x5ca179%0x2!=0x0?_0x5395('0xe')+cs(_0x3d647f)+'</span>':cs(_0x3d647f))['join'](''),_0x3000d1&&(_0x32b19f+=_0x5395('0x5')+_0x3000d1[_0x5395('0x3a')]+'\x22\x20title=\x22'+_0x3000d1[_0x5395('0x3d')]+'\x22></span>'),_0x32b19f;}function cs(_0x44b70c){const _0x40de10=document[_0x5395('0x12')]('span');return _0x40de10[_0x5395('0x17')]=_0x44b70c,_0x40de10[_0x5395('0x9')];}
23
+ const _0x4a3d=['ck-suggestion-wrapper','acceptSuggestion','editorDestroyed','span','importWord','isExternal','disableComments','\x22\x20title=\x22','ck-comment__info-time','ck-annotation__info-name','creator','ck-comment__external','<p>','content','userView','_descriptionElement','bindTemplate','set','ck-annotation__info','ck-suggestion--discard','locale','innerHTML','description','editorReady','attributes','</span>','getTemplate','\x22></span>','ck-annotation','cancel','descriptionParts','authoredAt','EXTERNAL_SUGGESTION','div','getExternalSuggestionNote','EXTERNAL_AVATAR','title','<span\x20class=\x22ck-suggestion-type\x22>','acceptButton','push','@external','ck-suggestion__main','commentThread','source','ck-suggestion__info-name','_model','ck-annotation__info-time','Discard\x20suggestion','delegate','ck-annotation__user','innerText','formatDateTime','render','Accept\x20suggestion','fire','author','name','ck-suggestion-','ck-suggestion--disabled-comments','createElement','ck-annotation__main','element','_createButton','extendTemplate','EXTERNAL_IMPORT_WORD_SUGGESTION','canAccept','isEnabled','commentsListView','execute','commentThreadInputView','value','join','isActive','canDiscard','map','querySelector','</p>','type','ck-suggestion__user','bind','discardButton','_config','ck-suggestion__actions','ck-annotation__actions','getUserViewNotificationText','EXTERNAL_IMPORT_WORD_AVATAR'];(function(_0x25ec18,_0x4a3dea){const _0x12d3e3=function(_0x55a429){while(--_0x55a429){_0x25ec18['push'](_0x25ec18['shift']());}};_0x12d3e3(++_0x4a3dea);}(_0x4a3d,0x103));const _0x12d3=function(_0x25ec18,_0x4a3dea){_0x25ec18=_0x25ec18-0x0;let _0x12d3e3=_0x4a3d[_0x25ec18];return _0x12d3e3;};import{getTranslation as _0x59cb21}from'../../utils/common-translations';import{default as _0x1aab80}from'./basesuggestionthreadview';import{ButtonView as _0x21a99c}from'ckeditor5/src/ui';import{icons as _0x330b90}from'ckeditor5/src/core';import{trimHtml as _0x1a3e54,UserView as _0x12e6d9}from'ckeditor5-collaboration/src/collaboration-core';export default class zt extends _0x1aab80{constructor(_0x3c7403,_0x38df84,_0x3c98f7,_0x3a95b1){super(_0x3c7403,_0x38df84,_0x3c98f7,_0x3a95b1),this[_0x12d3('0x10')](_0x12d3('0x4c'),''),this[_0x12d3('0x4e')](_0x12d3('0x4c'))['to'](this,_0x12d3('0x1d'),_0x3106e5=>_0x3106e5&&_0x3106e5[0x0]?_0x3106e5[0x0][_0x12d3('0x4c')]:''),this[_0x12d3('0x4e')](_0x12d3('0x15'))['to'](this,'descriptionParts',this,_0x12d3('0x47'),(_0xd3cfde,_0x496c84)=>{let _0x4e49cb='';for(const _0x4d0bd6 of _0xd3cfde)_0x4e49cb+=_0x12d3('0xb')+ai(_0x4d0bd6[_0x12d3('0xc')],_0x4d0bd6['color'])+_0x12d3('0x4b');return _0x496c84?_0x4e49cb:_0x1a3e54(_0x4e49cb,{'limit':0x8c});}),this[_0x12d3('0xe')]=null,this['acceptButton']=this['_createButton'](_0x59cb21(_0x3c7403,_0x12d3('0x34')),_0x330b90['check'],'ck-suggestion--accept',_0x12d3('0x0'),'sw'),this['acceptButton'][_0x12d3('0x4e')](_0x12d3('0x41'))['to'](this,_0x12d3('0x40')),this['discardButton']=this['_createButton'](_0x59cb21(_0x3c7403,_0x12d3('0x2e')),_0x330b90[_0x12d3('0x1c')],_0x12d3('0x12'),'discardSuggestion','sw'),this[_0x12d3('0x4f')][_0x12d3('0x4e')](_0x12d3('0x41'))['to'](this,_0x12d3('0x48')),this[_0x12d3('0xd')]=new _0x12e6d9(_0x3c7403,this[_0x12d3('0x2c')][_0x12d3('0x36')],this[_0x12d3('0x53')]()),this['userView'][_0x12d3('0x3e')]({'attributes':{'class':[_0x12d3('0x4d'),_0x12d3('0x30')]}}),this['setTemplate'](this['getTemplate']());}[_0x12d3('0x19')](){const _0x3190d1=this[_0x12d3('0xf')],_0x5c0ef8=[{'tag':_0x12d3('0x20'),'attributes':{'class':['ck-suggestion__info',_0x12d3('0x11')]},'children':[{'tag':_0x12d3('0x2'),'children':[{'text':this[_0x12d3('0xd')][_0x12d3('0x37')]}],'attributes':{'class':[_0x12d3('0x2b'),_0x12d3('0x8')]}},{'tag':'time','attributes':{'datetime':_0x3190d1['to'](_0x12d3('0x1e')),'class':[_0x12d3('0x7'),_0x12d3('0x2d')]},'children':[{'text':_0x3190d1['to']('authoredAt',_0x3d02d2=>this['_config'][_0x12d3('0x32')](_0x3d02d2))}]}]},{'tag':'div','attributes':{'class':[_0x12d3('0x51'),_0x12d3('0x52')]},'children':[this[_0x12d3('0x25')],this['discardButton']]},{'tag':_0x12d3('0x20'),'attributes':{'class':['ck-annotation__content-wrapper']}}];this[_0x12d3('0x2c')][_0x12d3('0x4')]&&_0x5c0ef8['push']({'tag':_0x12d3('0x20'),'attributes':{'class':[_0x12d3('0xa')]},'children':[{'text':this[_0x12d3('0x21')]()}]});const _0x507026={'tag':'div','attributes':{'class':[_0x12d3('0x55'),_0x3190d1['if'](_0x12d3('0x47'),'ck-suggestion-wrapper--active'),_0x3190d1['to'](_0x12d3('0x4c'),_0x3111f3=>_0x12d3('0x38')+_0x3111f3),this[_0x12d3('0x50')][_0x12d3('0x5')]&&_0x12d3('0x39')],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model'][_0x12d3('0x29')]['id'],'data-author-id':this[_0x12d3('0x2c')][_0x12d3('0x36')]['id'],'tabindex':-0x1},'children':[{'tag':_0x12d3('0x20'),'attributes':{'class':['ck-suggestion',_0x12d3('0x1b')]},'children':[this[_0x12d3('0xd')],{'tag':'div','attributes':{'class':[_0x12d3('0x28'),_0x12d3('0x3b')]},'children':_0x5c0ef8}]}]};return this[_0x12d3('0x42')]&&this[_0x12d3('0x44')]&&(_0x507026['children'][_0x12d3('0x26')](this[_0x12d3('0x42')],this[_0x12d3('0x44')]),this['commentsListView'][_0x12d3('0x2f')](_0x12d3('0x16'))['to'](this),this[_0x12d3('0x42')][_0x12d3('0x2f')](_0x12d3('0x1'))['to'](this),this[_0x12d3('0x44')]['delegate']('editorReady')['to'](this),this[_0x12d3('0x44')]['delegate'](_0x12d3('0x1'))['to'](this)),_0x507026;}[_0x12d3('0x33')](){super['render'](),this['_descriptionElement']=this[_0x12d3('0x3c')][_0x12d3('0x4a')]('.ck-annotation__content-wrapper'),this[_0x12d3('0xe')][_0x12d3('0x14')]=this[_0x12d3('0x15')],this['on']('change:description',(_0x8c2e6c,_0x5c0596,_0xc77dcb)=>{this['_descriptionElement'][_0x12d3('0x14')]=_0xc77dcb;});}[_0x12d3('0x3d')](_0x305feb,_0x163d27,_0x1acbdb,_0x17b894,_0x3eb04c){const _0x23c060=new _0x21a99c(this[_0x12d3('0x13')]);return _0x23c060['set']({'label':_0x305feb,'icon':_0x163d27,'tooltip':!0x0,'tooltipPosition':_0x3eb04c}),_0x23c060[_0x12d3('0x3e')]({'attributes':{'class':_0x1acbdb}}),_0x23c060['on'](_0x12d3('0x43'),()=>{this[_0x12d3('0x35')](_0x17b894,this[_0x12d3('0x2c')]['id']);}),_0x23c060;}['getExternalSuggestionNote'](){return _0x12d3('0x3')===this[_0x12d3('0x2c')]['attributes']['@external'][_0x12d3('0x2a')]?_0x59cb21(this[_0x12d3('0x13')],_0x12d3('0x3f')):_0x59cb21(this[_0x12d3('0x13')],_0x12d3('0x1f'));}[_0x12d3('0x53')](){return this[_0x12d3('0x2c')]['isExternal']?_0x12d3('0x3')===this[_0x12d3('0x2c')][_0x12d3('0x17')][_0x12d3('0x27')][_0x12d3('0x2a')]?_0x59cb21(this[_0x12d3('0x13')],_0x12d3('0x54'),this[_0x12d3('0x2c')][_0x12d3('0x9')][_0x12d3('0x37')]):_0x59cb21(this[_0x12d3('0x13')],_0x12d3('0x22'),this['_model'][_0x12d3('0x9')][_0x12d3('0x37')]):null;}}function ai(_0x10badd,_0x1ed6ec){let _0x2ed117='';return _0x2ed117+=_0x10badd['split']('*')[_0x12d3('0x49')]((_0xec1396,_0x31811b)=>_0x31811b%0x2!=0x0?_0x12d3('0x24')+ci(_0xec1396)+_0x12d3('0x18'):ci(_0xec1396))[_0x12d3('0x46')](''),_0x1ed6ec&&(_0x2ed117+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x1ed6ec[_0x12d3('0x45')]+_0x12d3('0x6')+_0x1ed6ec[_0x12d3('0x23')]+_0x12d3('0x1a')),_0x2ed117;}function ci(_0x2072ab){const _0x14389b=document[_0x12d3('0x3a')](_0x12d3('0x2'));return _0x14389b[_0x12d3('0x31')]=_0x2072ab,_0x14389b[_0x12d3('0x14')];}
@@ -1,5 +1,9 @@
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
  */
4
- import { type Locale } from 'ckeditor5/src/utils.js';
8
+ import { type Locale } from 'ckeditor5/src/utils';
5
9
  export declare function getTranslation(locale: Locale, id: string, values?: number | string | ReadonlyArray<number | string>): string;
@@ -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(_0x4548ab,_0x275fac,_0x31371a){const t=_0x4548ab['t'];switch(_0x275fac){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',_0x31371a);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x31371a);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x31371a);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x31371a);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x31371a);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',_0x31371a);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x31371a);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',_0x31371a);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x31371a);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x31371a);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x31371a);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x31371a);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x31371a);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x31371a);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x31371a);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x31371a);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x31371a);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x31371a);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x31371a);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x31371a);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x31371a);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x31371a);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'},_0x31371a);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x31371a);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x31371a);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x31371a);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x31371a);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x31371a);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'},_0x31371a);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x31371a);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x31371a);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x31371a);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x31371a);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'},_0x31371a);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x31371a);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'},_0x31371a);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'},_0x31371a);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x31371a);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'},_0x31371a);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x31371a);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'},_0x31371a);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x31371a);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x31371a);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'},_0x31371a);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'},_0x31371a);default:return _0x275fac;}}
23
+ export function getTranslation(_0x309c7e,_0x41ce18,_0x2851a4){const t=_0x309c7e['t'];switch(_0x41ce18){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',_0x2851a4);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x2851a4);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x2851a4);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x2851a4);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x2851a4);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',_0x2851a4);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x2851a4);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',_0x2851a4);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x2851a4);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x2851a4);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x2851a4);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x2851a4);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x2851a4);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x2851a4);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x2851a4);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x2851a4);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x2851a4);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x2851a4);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x2851a4);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x2851a4);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x2851a4);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x2851a4);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'},_0x2851a4);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x2851a4);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x2851a4);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x2851a4);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x2851a4);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x2851a4);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'},_0x2851a4);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x2851a4);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x2851a4);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x2851a4);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x2851a4);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'},_0x2851a4);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x2851a4);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'},_0x2851a4);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'},_0x2851a4);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x2851a4);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'},_0x2851a4);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x2851a4);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'},_0x2851a4);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x2851a4);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x2851a4);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'},_0x2851a4);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'},_0x2851a4);default:return _0x41ce18;}}
@@ -1,10 +1,14 @@
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
  */
4
- import type { Command } from 'ckeditor5/src/core.js';
5
- import type { DocumentSelection, Model } from 'ckeditor5/src/engine.js';
6
- import type Suggestion from '../suggestion.js';
7
- import type { Description } from '../suggestiondescriptionfactory.js';
8
+ import type { Command } from 'ckeditor5/src/core';
9
+ import type { DocumentSelection, Model } from 'ckeditor5/src/engine';
10
+ import type Suggestion from '../suggestion';
11
+ import type { Description } from '../suggestiondescriptionfactory';
8
12
  /**
9
13
  * Used in tests for easy suggestion comparison.
10
14
  */
@@ -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 _0x429e=['isIntersecting','replace','from','length','\x20[color\x20','execute','getRanges','splice','sort','getRange','createPositionBefore','add','change','content','end','map','isTouching','isArray','push','isMultiRange','color','schema','value','deletion','isInContent','isObject','createPositionAfter','type','start','next'];(function(_0x2b5793,_0x429eb1){const _0x1f8aad=function(_0x58415a){while(--_0x58415a){_0x2b5793['push'](_0x2b5793['shift']());}};_0x1f8aad(++_0x429eb1);}(_0x429e,0x11a));const _0x1f8a=function(_0x2b5793,_0x429eb1){_0x2b5793=_0x2b5793-0x0;let _0x1f8aad=_0x429e[_0x2b5793];return _0x1f8aad;};export function normalizeDescription(_0x2070d8){return Array[_0x1f8a('0x5')](_0x2070d8)||(_0x2070d8=[_0x2070d8]),_0x2070d8[_0x1f8a('0x3')](_0x3fd93c=>{const _0x3a7142=_0x3fd93c[_0x1f8a('0x1')][_0x1f8a('0x13')](/\*/g,''),_0x5c4106=_0x3fd93c[_0x1f8a('0x8')]?_0x1f8a('0x16')+_0x3fd93c[_0x1f8a('0x8')][_0x1f8a('0xa')]+']':'';return'['+_0x3fd93c['type']+']\x20'+_0x3a7142+_0x5c4106;})['join'](';\x20');}export function sortSuggestions(_0x41acd0){return _0x41acd0[_0x1f8a('0x1a')]((_0x349a17,_0x2852f3)=>_0x1f8a('0xb')==_0x349a17['type']&&'deletion'!=_0x2852f3[_0x1f8a('0xf')]?-0x1:_0x1f8a('0xb')!=_0x349a17['type']&&_0x1f8a('0xb')==_0x2852f3[_0x1f8a('0xf')]?0x1:0x0);}export function getSelectedSuggestions(_0x10a6de,_0x444b35){const _0x2b14ad=Array[_0x1f8a('0x14')](_0x10a6de[_0x1f8a('0x18')]()),_0x439d5b=new Set();for(const _0x41a12b of _0x444b35)if(_0x41a12b[_0x1f8a('0xc')])for(const _0x8c3ca of _0x2b14ad)for(const _0x41691d of _0x41a12b['getMarkers']()){const _0x16b14c=_0x41691d[_0x1f8a('0x1b')]();(_0x8c3ca[_0x1f8a('0x12')](_0x16b14c)||_0x10a6de['isCollapsed']&&!_0x41a12b[_0x1f8a('0x7')]&&_0x41a12b[_0x1f8a('0x11')]&&_0x16b14c[_0x1f8a('0x2')][_0x1f8a('0x4')](_0x8c3ca[_0x1f8a('0x10')]))&&_0x439d5b[_0x1f8a('0x1d')](_0x41a12b);}return _0x439d5b;}export function getRangesOfBlockGroups(_0x1c64ee,_0x1ee04b){let _0x355bee,_0x37baf5=0x0;const _0x225e55=[],_0x4cf163=_0x1ee04b[_0x1f8a('0x9')];for(;_0x37baf5<_0x1c64ee[_0x1f8a('0x15')];){const _0x1e28b1=_0x1c64ee[_0x37baf5],_0x21790c=_0x1c64ee[_0x37baf5+0x1];_0x355bee||(_0x355bee=_0x1ee04b[_0x1f8a('0x1c')](_0x1e28b1)),co(_0x1ee04b,_0x1e28b1,_0x21790c)||(_0x225e55[_0x1f8a('0x6')](_0x1ee04b['createRange'](_0x355bee,_0x4cf163[_0x1f8a('0xd')](_0x1e28b1)?_0x1ee04b[_0x1f8a('0xe')](_0x1e28b1):_0x1ee04b['createPositionAt'](_0x1e28b1,_0x1f8a('0x2')))),_0x355bee=null),_0x37baf5++;}return _0x225e55;}function co(_0x2af5ff,_0x4d30f8,_0x3ced2e){if(!_0x3ced2e)return!0x1;const _0x19be17=_0x2af5ff[_0x1f8a('0xe')](_0x4d30f8),_0x3ec69c=_0x2af5ff['createPositionBefore'](_0x3ced2e);return _0x19be17[_0x1f8a('0x4')](_0x3ec69c);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x1c9587,_0x1537e5,_0x18ee94){for(;_0x18ee94[_0x1f8a('0x15')];){const _0x9f2805=_0x18ee94[_0x1f8a('0x19')](0x0,0x64);_0x1c9587[_0x1f8a('0x0')](()=>{for(const _0x250a4f of _0x9f2805)_0x250a4f['isInContent']&&_0x1537e5[_0x1f8a('0x17')](_0x250a4f['id']);});}}
23
+ const _0x3466=['length','getRange','getRanges','replace','isMultiRange','createPositionBefore','join','isInContent','type','splice','isTouching','createRange','isIntersecting','end','deletion','\x20[color\x20','schema','getMarkers','color','createPositionAfter','push','next','add','change','value'];(function(_0x260f3b,_0x3466d3){const _0xa70be8=function(_0x4a67dc){while(--_0x4a67dc){_0x260f3b['push'](_0x260f3b['shift']());}};_0xa70be8(++_0x3466d3);}(_0x3466,0x104));const _0xa70b=function(_0x260f3b,_0x3466d3){_0x260f3b=_0x260f3b-0x0;let _0xa70be8=_0x3466[_0x260f3b];return _0xa70be8;};export function normalizeDescription(_0x10536a){return Array['isArray'](_0x10536a)||(_0x10536a=[_0x10536a]),_0x10536a['map'](_0x3a4c70=>{const _0x276e73=_0x3a4c70['content'][_0xa70b('0x12')](/\*/g,''),_0x1e86a2=_0x3a4c70[_0xa70b('0x8')]?_0xa70b('0x5')+_0x3a4c70[_0xa70b('0x8')][_0xa70b('0xe')]+']':'';return'['+_0x3a4c70[_0xa70b('0x17')]+']\x20'+_0x276e73+_0x1e86a2;})[_0xa70b('0x15')](';\x20');}export function sortSuggestions(_0x3af57d){return _0x3af57d['sort']((_0x3f5f53,_0x124428)=>_0xa70b('0x4')==_0x3f5f53[_0xa70b('0x17')]&&_0xa70b('0x4')!=_0x124428[_0xa70b('0x17')]?-0x1:_0xa70b('0x4')!=_0x3f5f53[_0xa70b('0x17')]&&'deletion'==_0x124428[_0xa70b('0x17')]?0x1:0x0);}export function getSelectedSuggestions(_0x284a1b,_0x31be46){const _0xcedf25=Array['from'](_0x284a1b[_0xa70b('0x11')]()),_0x518c60=new Set();for(const _0x38b4b5 of _0x31be46)if(_0x38b4b5[_0xa70b('0x16')])for(const _0x22b8b6 of _0xcedf25)for(const _0x301a86 of _0x38b4b5[_0xa70b('0x7')]()){const _0x1e4ad8=_0x301a86[_0xa70b('0x10')]();(_0x22b8b6[_0xa70b('0x2')](_0x1e4ad8)||_0x284a1b['isCollapsed']&&!_0x38b4b5[_0xa70b('0x13')]&&_0x38b4b5[_0xa70b('0xb')]&&_0x1e4ad8[_0xa70b('0x3')][_0xa70b('0x0')](_0x22b8b6['start']))&&_0x518c60[_0xa70b('0xc')](_0x38b4b5);}return _0x518c60;}export function getRangesOfBlockGroups(_0x5f4a66,_0x411b23){let _0x17a006,_0x2d64e4=0x0;const _0x127551=[],_0x40b404=_0x411b23[_0xa70b('0x6')];for(;_0x2d64e4<_0x5f4a66['length'];){const _0x5e807d=_0x5f4a66[_0x2d64e4],_0x134153=_0x5f4a66[_0x2d64e4+0x1];_0x17a006||(_0x17a006=_0x411b23['createPositionBefore'](_0x5e807d)),oo(_0x411b23,_0x5e807d,_0x134153)||(_0x127551[_0xa70b('0xa')](_0x411b23[_0xa70b('0x1')](_0x17a006,_0x40b404['isObject'](_0x5e807d)?_0x411b23['createPositionAfter'](_0x5e807d):_0x411b23['createPositionAt'](_0x5e807d,_0xa70b('0x3')))),_0x17a006=null),_0x2d64e4++;}return _0x127551;}function oo(_0xd80866,_0x5d19ef,_0x10aa98){if(!_0x10aa98)return!0x1;const _0x2e6f73=_0xd80866[_0xa70b('0x9')](_0x5d19ef),_0x21a361=_0xd80866[_0xa70b('0x14')](_0x10aa98);return _0x2e6f73[_0xa70b('0x0')](_0x21a361);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x249c3a,_0x18f13a,_0x3ae812){for(;_0x3ae812[_0xa70b('0xf')];){const _0x43f8d1=_0x3ae812[_0xa70b('0x18')](0x0,0x64);_0x249c3a[_0xa70b('0xd')](()=>{for(const _0x942c31 of _0x43f8d1)_0x942c31[_0xa70b('0x16')]&&_0x18f13a['execute'](_0x942c31['id']);});}}