@ckeditor/ckeditor5-track-changes 39.0.2 → 40.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 (136) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/build/track-changes.js +1 -1
  4. package/package.json +3 -3
  5. package/src/augmentation.d.ts +40 -40
  6. package/src/commands/acceptsuggestioncommand.d.ts +24 -24
  7. package/src/commands/acceptsuggestioncommand.js +1 -1
  8. package/src/commands/discardsuggestioncommand.d.ts +24 -24
  9. package/src/commands/discardsuggestioncommand.js +1 -1
  10. package/src/commands/executeonallsuggestionscommand.d.ts +24 -24
  11. package/src/commands/executeonallsuggestionscommand.js +1 -1
  12. package/src/commands/executeonselectedsuggestionscommand.d.ts +24 -24
  13. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  14. package/src/commands/trackchangescommand.d.ts +26 -26
  15. package/src/commands/trackchangescommand.js +1 -1
  16. package/src/index.d.ts +16 -16
  17. package/src/integrations/aiassistant.d.ts +17 -0
  18. package/src/integrations/aiassistant.js +23 -0
  19. package/src/integrations/alignment.d.ts +17 -17
  20. package/src/integrations/alignment.js +1 -1
  21. package/src/integrations/basicstyles.d.ts +17 -17
  22. package/src/integrations/basicstyles.js +1 -1
  23. package/src/integrations/blockquote.d.ts +17 -17
  24. package/src/integrations/blockquote.js +1 -1
  25. package/src/integrations/ckbox.d.ts +17 -17
  26. package/src/integrations/ckbox.js +1 -1
  27. package/src/integrations/codeblock.d.ts +17 -17
  28. package/src/integrations/codeblock.js +1 -1
  29. package/src/integrations/comments.d.ts +14 -14
  30. package/src/integrations/comments.js +1 -1
  31. package/src/integrations/deletecommand.d.ts +17 -17
  32. package/src/integrations/deletecommand.js +1 -1
  33. package/src/integrations/documentlist.d.ts +17 -17
  34. package/src/integrations/documentlist.js +1 -1
  35. package/src/integrations/documentlistproperties.d.ts +29 -29
  36. package/src/integrations/documentlistproperties.js +1 -1
  37. package/src/integrations/entercommand.d.ts +16 -16
  38. package/src/integrations/entercommand.js +1 -1
  39. package/src/integrations/findandreplace.d.ts +21 -21
  40. package/src/integrations/findandreplace.js +1 -1
  41. package/src/integrations/font.d.ts +17 -17
  42. package/src/integrations/font.js +1 -1
  43. package/src/integrations/formatpainter.d.ts +17 -17
  44. package/src/integrations/formatpainter.js +1 -1
  45. package/src/integrations/heading.d.ts +17 -17
  46. package/src/integrations/heading.js +1 -1
  47. package/src/integrations/highlight.d.ts +17 -17
  48. package/src/integrations/highlight.js +1 -1
  49. package/src/integrations/horizontalline.d.ts +17 -17
  50. package/src/integrations/horizontalline.js +1 -1
  51. package/src/integrations/htmlembed.d.ts +17 -17
  52. package/src/integrations/htmlembed.js +1 -1
  53. package/src/integrations/image.d.ts +17 -17
  54. package/src/integrations/image.js +1 -1
  55. package/src/integrations/imagereplace.d.ts +23 -23
  56. package/src/integrations/imagereplace.js +1 -1
  57. package/src/integrations/importword.d.ts +18 -18
  58. package/src/integrations/importword.js +1 -1
  59. package/src/integrations/indent.d.ts +17 -17
  60. package/src/integrations/indent.js +1 -1
  61. package/src/integrations/inputcommand.d.ts +16 -16
  62. package/src/integrations/inputcommand.js +1 -1
  63. package/src/integrations/link.d.ts +17 -17
  64. package/src/integrations/link.js +1 -1
  65. package/src/integrations/list.d.ts +17 -17
  66. package/src/integrations/list.js +1 -1
  67. package/src/integrations/listproperties.d.ts +29 -29
  68. package/src/integrations/listproperties.js +1 -1
  69. package/src/integrations/mediaembed.d.ts +17 -17
  70. package/src/integrations/mediaembed.js +1 -1
  71. package/src/integrations/mention.d.ts +17 -17
  72. package/src/integrations/mention.js +1 -1
  73. package/src/integrations/pagebreak.d.ts +17 -17
  74. package/src/integrations/pagebreak.js +1 -1
  75. package/src/integrations/paragraph.d.ts +17 -17
  76. package/src/integrations/paragraph.js +1 -1
  77. package/src/integrations/removeformat.d.ts +17 -17
  78. package/src/integrations/removeformat.js +1 -1
  79. package/src/integrations/restrictededitingmode.d.ts +17 -17
  80. package/src/integrations/restrictededitingmode.js +1 -1
  81. package/src/integrations/shiftentercommand.d.ts +16 -16
  82. package/src/integrations/shiftentercommand.js +1 -1
  83. package/src/integrations/standardeditingmode.d.ts +17 -17
  84. package/src/integrations/standardeditingmode.js +1 -1
  85. package/src/integrations/style.d.ts +18 -18
  86. package/src/integrations/style.js +1 -1
  87. package/src/integrations/table.d.ts +42 -42
  88. package/src/integrations/table.js +1 -1
  89. package/src/integrations/tablecaption.d.ts +22 -22
  90. package/src/integrations/tablecaption.js +1 -1
  91. package/src/integrations/tableclipboard.d.ts +19 -19
  92. package/src/integrations/tableclipboard.js +1 -1
  93. package/src/integrations/tablecolumnresize.d.ts +26 -26
  94. package/src/integrations/tablecolumnresize.js +1 -1
  95. package/src/integrations/tableheadings.d.ts +22 -22
  96. package/src/integrations/tableheadings.js +1 -1
  97. package/src/integrations/tablemergesplit.d.ts +22 -22
  98. package/src/integrations/tablemergesplit.js +1 -1
  99. package/src/integrations/tableofcontents.d.ts +17 -17
  100. package/src/integrations/tableofcontents.js +1 -1
  101. package/src/integrations/tableproperties.d.ts +27 -27
  102. package/src/integrations/tableproperties.js +1 -1
  103. package/src/integrations/template.d.ts +17 -17
  104. package/src/integrations/template.js +1 -1
  105. package/src/integrations/title.d.ts +17 -17
  106. package/src/integrations/title.js +1 -1
  107. package/src/integrations/undo.d.ts +17 -17
  108. package/src/integrations/undo.js +1 -1
  109. package/src/integrations/utils.d.ts +21 -21
  110. package/src/integrations/utils.js +1 -1
  111. package/src/suggestion.d.ts +276 -276
  112. package/src/suggestion.js +1 -1
  113. package/src/suggestiondescriptionfactory.d.ts +163 -163
  114. package/src/suggestiondescriptionfactory.js +1 -1
  115. package/src/trackchanges.d.ts +244 -244
  116. package/src/trackchanges.js +1 -1
  117. package/src/trackchangesconfig.d.ts +75 -75
  118. package/src/trackchangesdata.d.ts +41 -41
  119. package/src/trackchangesdata.js +1 -1
  120. package/src/trackchangesediting.d.ts +468 -467
  121. package/src/trackchangesediting.js +1 -1
  122. package/src/trackchangesui.d.ts +38 -38
  123. package/src/trackchangesui.js +1 -1
  124. package/src/ui/suggestioncontroller.d.ts +37 -37
  125. package/src/ui/suggestioncontroller.js +1 -1
  126. package/src/ui/view/basesuggestionthreadview.d.ts +170 -170
  127. package/src/ui/view/basesuggestionthreadview.js +1 -1
  128. package/src/ui/view/suggestionthreadview.d.ts +182 -182
  129. package/src/ui/view/suggestionthreadview.js +1 -1
  130. package/src/utils/common-translations.d.ts +9 -9
  131. package/src/utils/common-translations.js +1 -1
  132. package/src/utils/utils.d.ts +30 -30
  133. package/src/utils/utils.js +1 -1
  134. package/theme/icons/track-changes-accept.svg +1 -1
  135. package/theme/icons/track-changes-discard.svg +1 -1
  136. package/theme/icons/track-changes.svg +1 -1
@@ -1,182 +1,182 @@
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
- */
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
- /**
11
- * The default view for a suggestion thread.
12
- *
13
- * This view can be replaced by other view by overwriting the
14
- * {@link module:track-changes/trackchanges~TrackChangesConfig#SuggestionThreadView} configuration.
15
- */
16
- export default class SuggestionThreadView extends BaseSuggestionThreadView {
17
- /**
18
- * The suggestion thread view type.
19
- *
20
- * This value is not equal to the suggestion (model) type. It is evaluated based on the type of the first suggestion for
21
- * the suggestion thread view template purposes.
22
- *
23
- * @observable
24
- */
25
- type: 'format' | 'replace' | 'deletion' | 'insertion' | '';
26
- /**
27
- * A suggestion description explaining what has been changed. To be presented to the user.
28
- *
29
- * @observable
30
- */
31
- description: string;
32
- /**
33
- * A user view for the suggestion author.
34
- */
35
- userView: UserView;
36
- /**
37
- * A button view for the button that accepts the suggestion.
38
- */
39
- acceptButton: ButtonView | null;
40
- /**
41
- * A button view for the button that discards the suggestion.
42
- */
43
- discardButton: ButtonView | null;
44
- constructor(locale: Locale, model: Suggestion, localUser: User, config: SuggestionThreadConfig);
45
- /**
46
- * Returns a template definition that will be passed to {@link module:ui/view~View#setTemplate}.
47
- *
48
- * Overwrite this method if you want to set a custom template for the suggestion thread view.
49
- *
50
- * The template looks as follows:
51
- *
52
- * ```ts
53
- * {
54
- * tag: 'div',
55
- * attributes: {
56
- * class: [
57
- * 'ck-suggestion-wrapper',
58
- * bind.if( 'isActive', 'ck-suggestion-wrapper--active' ),
59
- * bind.to( 'type', value => `ck-suggestion-${ value }` ),
60
- * this._config.disableComments && 'ck-suggestion--disabled-comments'
61
- * ],
62
- * 'data-suggestion-id': this._model.id,
63
- * 'data-thread-id': this._model.commentThread.id,
64
- * 'data-author-id': this._model.author.id,
65
- * // Needed for managing focus after adding a new comment.
66
- * tabindex: -1
67
- * },
68
- * children: [
69
- * {
70
- * tag: 'div',
71
- *
72
- * attributes: {
73
- * class: [
74
- * 'ck-suggestion',
75
- * 'ck-annotation'
76
- * ]
77
- * },
78
- *
79
- * children: [
80
- * this.userView,
81
- * {
82
- * tag: 'div',
83
- *
84
- * attributes: {
85
- * class: [ 'ck-suggestion__main', 'ck-annotation__main' ]
86
- * },
87
- *
88
- * children: [
89
- * {
90
- * tag: 'div',
91
- *
92
- * attributes: {
93
- * class: [ 'ck-suggestion__info', 'ck-annotation__info' ]
94
- * },
95
- *
96
- * children: [
97
- * {
98
- * tag: 'span',
99
- *
100
- * children: [
101
- * {
102
- * text: this.userView.name
103
- * }
104
- * ],
105
- *
106
- * attributes: {
107
- * class: [ 'ck-suggestion__info-name', 'ck-annotation__info-name' ]
108
- * }
109
- * },
110
- * {
111
- * tag: 'time',
112
- *
113
- * attributes: {
114
- * datetime: bind.to( 'authoredAt' ),
115
- * class: [ 'ck-comment__info-time', 'ck-annotation__info-time' ]
116
- * },
117
- *
118
- * children: [
119
- * {
120
- * text: bind.to( 'authoredAt', value => this._config.formatDateTime( value ) )
121
- * }
122
- * ]
123
- * }
124
- * ]
125
- * },
126
- * {
127
- * tag: 'div',
128
- *
129
- * attributes: {
130
- * class: [
131
- * 'ck-suggestion__actions',
132
- * 'ck-annotation__actions'
133
- * ]
134
- * },
135
- *
136
- * children: [
137
- * this.acceptButton,
138
- * this.discardButton
139
- * ]
140
- * },
141
- * {
142
- * tag: 'div',
143
- *
144
- * attributes: {
145
- * class: [ 'ck-annotation__content-wrapper' ]
146
- * }
147
- * },
148
- * {
149
- * tag: 'div',
150
- *
151
- * attributes: {
152
- * class: [ 'ck-comment__external' ]
153
- * },
154
- *
155
- * children: [ {
156
- * text: getTranslation( this.locale, 'EXTERNAL_SUGGESTION' )
157
- * } ]
158
- * }
159
- * ]
160
- * }
161
- * ]
162
- * },
163
- * this.commentsListView,
164
- * this.commentThreadInputView
165
- * ]
166
- * }
167
- * ```
168
- */
169
- getTemplate(): TemplateDefinition;
170
- /**
171
- * @inheritDoc
172
- */
173
- render(): void;
174
- /**
175
- * Gets the translated note which indicates that the suggestion comes from an external source.
176
- */
177
- getExternalSuggestionNote(): string;
178
- /**
179
- * Gets the translated notification text which indicates that the author name comes from an external source.
180
- */
181
- getUserViewNotificationText(): string | null;
182
- }
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
+ */
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
+ /**
11
+ * The default view for a suggestion thread.
12
+ *
13
+ * This view can be replaced by other view by overwriting the
14
+ * {@link module:track-changes/trackchanges~TrackChangesConfig#SuggestionThreadView} configuration.
15
+ */
16
+ export default class SuggestionThreadView extends BaseSuggestionThreadView {
17
+ /**
18
+ * The suggestion thread view type.
19
+ *
20
+ * This value is not equal to the suggestion (model) type. It is evaluated based on the type of the first suggestion for
21
+ * the suggestion thread view template purposes.
22
+ *
23
+ * @observable
24
+ */
25
+ type: 'format' | 'replace' | 'deletion' | 'insertion' | '';
26
+ /**
27
+ * A suggestion description explaining what has been changed. To be presented to the user.
28
+ *
29
+ * @observable
30
+ */
31
+ description: string;
32
+ /**
33
+ * A user view for the suggestion author.
34
+ */
35
+ userView: UserView;
36
+ /**
37
+ * A button view for the button that accepts the suggestion.
38
+ */
39
+ acceptButton: ButtonView | null;
40
+ /**
41
+ * A button view for the button that discards the suggestion.
42
+ */
43
+ discardButton: ButtonView | null;
44
+ constructor(locale: Locale, model: Suggestion, localUser: User, config: SuggestionThreadConfig);
45
+ /**
46
+ * Returns a template definition that will be passed to {@link module:ui/view~View#setTemplate}.
47
+ *
48
+ * Overwrite this method if you want to set a custom template for the suggestion thread view.
49
+ *
50
+ * The template looks as follows:
51
+ *
52
+ * ```ts
53
+ * {
54
+ * tag: 'div',
55
+ * attributes: {
56
+ * class: [
57
+ * 'ck-suggestion-wrapper',
58
+ * bind.if( 'isActive', 'ck-suggestion-wrapper--active' ),
59
+ * bind.to( 'type', value => `ck-suggestion-${ value }` ),
60
+ * this._config.disableComments && 'ck-suggestion--disabled-comments'
61
+ * ],
62
+ * 'data-suggestion-id': this._model.id,
63
+ * 'data-thread-id': this._model.commentThread.id,
64
+ * 'data-author-id': this._model.author.id,
65
+ * // Needed for managing focus after adding a new comment.
66
+ * tabindex: -1
67
+ * },
68
+ * children: [
69
+ * {
70
+ * tag: 'div',
71
+ *
72
+ * attributes: {
73
+ * class: [
74
+ * 'ck-suggestion',
75
+ * 'ck-annotation'
76
+ * ]
77
+ * },
78
+ *
79
+ * children: [
80
+ * this.userView,
81
+ * {
82
+ * tag: 'div',
83
+ *
84
+ * attributes: {
85
+ * class: [ 'ck-suggestion__main', 'ck-annotation__main' ]
86
+ * },
87
+ *
88
+ * children: [
89
+ * {
90
+ * tag: 'div',
91
+ *
92
+ * attributes: {
93
+ * class: [ 'ck-suggestion__info', 'ck-annotation__info' ]
94
+ * },
95
+ *
96
+ * children: [
97
+ * {
98
+ * tag: 'span',
99
+ *
100
+ * children: [
101
+ * {
102
+ * text: this.userView.name
103
+ * }
104
+ * ],
105
+ *
106
+ * attributes: {
107
+ * class: [ 'ck-suggestion__info-name', 'ck-annotation__info-name' ]
108
+ * }
109
+ * },
110
+ * {
111
+ * tag: 'time',
112
+ *
113
+ * attributes: {
114
+ * datetime: bind.to( 'authoredAt' ),
115
+ * class: [ 'ck-comment__info-time', 'ck-annotation__info-time' ]
116
+ * },
117
+ *
118
+ * children: [
119
+ * {
120
+ * text: bind.to( 'authoredAt', value => this._config.formatDateTime( value ) )
121
+ * }
122
+ * ]
123
+ * }
124
+ * ]
125
+ * },
126
+ * {
127
+ * tag: 'div',
128
+ *
129
+ * attributes: {
130
+ * class: [
131
+ * 'ck-suggestion__actions',
132
+ * 'ck-annotation__actions'
133
+ * ]
134
+ * },
135
+ *
136
+ * children: [
137
+ * this.acceptButton,
138
+ * this.discardButton
139
+ * ]
140
+ * },
141
+ * {
142
+ * tag: 'div',
143
+ *
144
+ * attributes: {
145
+ * class: [ 'ck-annotation__content-wrapper' ]
146
+ * }
147
+ * },
148
+ * {
149
+ * tag: 'div',
150
+ *
151
+ * attributes: {
152
+ * class: [ 'ck-comment__external' ]
153
+ * },
154
+ *
155
+ * children: [ {
156
+ * text: getTranslation( this.locale, 'EXTERNAL_SUGGESTION' )
157
+ * } ]
158
+ * }
159
+ * ]
160
+ * }
161
+ * ]
162
+ * },
163
+ * this.commentsListView,
164
+ * this.commentThreadInputView
165
+ * ]
166
+ * }
167
+ * ```
168
+ */
169
+ getTemplate(): TemplateDefinition;
170
+ /**
171
+ * @inheritDoc
172
+ */
173
+ render(): void;
174
+ /**
175
+ * Gets the translated note which indicates that the suggestion comes from an external source.
176
+ */
177
+ getExternalSuggestionNote(): string;
178
+ /**
179
+ * Gets the translated notification text which indicates that the author name comes from an external source.
180
+ */
181
+ getUserViewNotificationText(): string | null;
182
+ }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19d0=['commentThreadInputView','join','split','discardButton','isExternal','canDiscard','_config','ck-suggestion__info-name','ck-annotation__actions','commentsListView','.ck-annotation__content-wrapper','execute','_createButton','attributes','acceptButton','@external','ck-suggestion--discard','setTemplate','ck-suggestion--accept','ck-suggestion--disabled-comments','ck-suggestion-wrapper--active','author','ck-suggestion-wrapper','ck-suggestion__user','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','editorDestroyed','ck-suggestion__actions','render','delegate','innerHTML','\x22></span>','check','isActive','Accept\x20suggestion','\x22\x20title=\x22','_model','span','</p>','ck-suggestion','editorReady','map','getUserViewNotificationText','ck-annotation','extendTemplate','time','_descriptionElement','change:description','locale','bind','color','authoredAt','children','formatDateTime','ck-annotation__user','ck-suggestion__info','set','acceptSuggestion','getExternalSuggestionNote','bindTemplate','<span\x20class=\x22ck-suggestion-type\x22>','EXTERNAL_AVATAR','ck-comment__external','title','<p>','ck-suggestion__main','descriptionParts','description','content','Discard\x20suggestion','importWord','source','div','element','cancel','ck-suggestion-','userView','type','ck-annotation__info-name','ck-annotation__main','name','push','creator','ck-annotation__content-wrapper','isEnabled'];(function(_0x39ba2a,_0x19d0da){const _0x1bb44c=function(_0xbc0dbd){while(--_0xbc0dbd){_0x39ba2a['push'](_0x39ba2a['shift']());}};_0x1bb44c(++_0x19d0da);}(_0x19d0,0x156));const _0x1bb4=function(_0x39ba2a,_0x19d0da){_0x39ba2a=_0x39ba2a-0x0;let _0x1bb44c=_0x19d0[_0x39ba2a];return _0x1bb44c;};import{getTranslation as _0x48ab23}from'../../utils/common-translations';import{default as _0x135a1e}from'./basesuggestionthreadview';import{ButtonView as _0x419e17}from'ckeditor5/src/ui';import{icons as _0x5d2163}from'ckeditor5/src/core';import{trimHtml as _0x4fcc8c,UserView as _0x550f88}from'ckeditor5-collaboration/src/collaboration-core';export default class Gt extends _0x135a1e{constructor(_0x2a13b7,_0x4c1cac,_0x299d91,_0x59373b){super(_0x2a13b7,_0x4c1cac,_0x299d91,_0x59373b),this[_0x1bb4('0x31')](_0x1bb4('0x46'),''),this[_0x1bb4('0x2a')]('type')['to'](this,_0x1bb4('0x3b'),_0x406440=>_0x406440&&_0x406440[0x0]?_0x406440[0x0][_0x1bb4('0x46')]:''),this['bind'](_0x1bb4('0x3c'))['to'](this,_0x1bb4('0x3b'),this,_0x1bb4('0x1a'),(_0xa751c1,_0x5dcb10)=>{let _0x213a6d='';for(const _0x3dd230 of _0xa751c1)_0x213a6d+=_0x1bb4('0x39')+ai(_0x3dd230[_0x1bb4('0x3d')],_0x3dd230[_0x1bb4('0x2b')])+_0x1bb4('0x1f');return _0x5dcb10?_0x213a6d:_0x4fcc8c(_0x213a6d,{'limit':0x8c});}),this['_descriptionElement']=null,this[_0x1bb4('0x8')]=this[_0x1bb4('0x6')](_0x48ab23(_0x2a13b7,_0x1bb4('0x1b')),_0x5d2163[_0x1bb4('0x19')],_0x1bb4('0xc'),_0x1bb4('0x32'),'sw'),this[_0x1bb4('0x8')]['bind'](_0x1bb4('0x4d'))['to'](this,'canAccept'),this['discardButton']=this[_0x1bb4('0x6')](_0x48ab23(_0x2a13b7,_0x1bb4('0x3e')),_0x5d2163[_0x1bb4('0x43')],_0x1bb4('0xa'),'discardSuggestion','sw'),this[_0x1bb4('0x51')][_0x1bb4('0x2a')]('isEnabled')['to'](this,_0x1bb4('0x53')),this[_0x1bb4('0x45')]=new _0x550f88(_0x2a13b7,this[_0x1bb4('0x1d')]['author'],this[_0x1bb4('0x23')]()),this[_0x1bb4('0x45')][_0x1bb4('0x25')]({'attributes':{'class':[_0x1bb4('0x11'),_0x1bb4('0x2f')]}}),this[_0x1bb4('0xb')](this['getTemplate']());}['getTemplate'](){const _0x504ac9=this[_0x1bb4('0x34')],_0x53f31c=[{'tag':_0x1bb4('0x41'),'attributes':{'class':[_0x1bb4('0x30'),'ck-annotation__info']},'children':[{'tag':_0x1bb4('0x1e'),'children':[{'text':this[_0x1bb4('0x45')][_0x1bb4('0x49')]}],'attributes':{'class':[_0x1bb4('0x1'),_0x1bb4('0x47')]}},{'tag':_0x1bb4('0x26'),'attributes':{'datetime':_0x504ac9['to'](_0x1bb4('0x2c')),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x504ac9['to'](_0x1bb4('0x2c'),_0x23cd3d=>this['_config'][_0x1bb4('0x2e')](_0x23cd3d))}]}]},{'tag':'div','attributes':{'class':[_0x1bb4('0x14'),_0x1bb4('0x2')]},'children':[this['acceptButton'],this['discardButton']]},{'tag':_0x1bb4('0x41'),'attributes':{'class':[_0x1bb4('0x4c')]}}];this[_0x1bb4('0x1d')][_0x1bb4('0x52')]&&_0x53f31c[_0x1bb4('0x4a')]({'tag':'div','attributes':{'class':[_0x1bb4('0x37')]},'children':[{'text':this[_0x1bb4('0x33')]()}]});const _0x2893ae={'tag':'div','attributes':{'class':[_0x1bb4('0x10'),_0x504ac9['if'](_0x1bb4('0x1a'),_0x1bb4('0xe')),_0x504ac9['to']('type',_0x34fee9=>_0x1bb4('0x44')+_0x34fee9),this[_0x1bb4('0x0')]['disableComments']&&_0x1bb4('0xd')],'data-suggestion-id':this[_0x1bb4('0x1d')]['id'],'data-thread-id':this[_0x1bb4('0x1d')]['commentThread']['id'],'data-author-id':this['_model'][_0x1bb4('0xf')]['id'],'tabindex':-0x1},'children':[{'tag':_0x1bb4('0x41'),'attributes':{'class':[_0x1bb4('0x20'),_0x1bb4('0x24')]},'children':[this[_0x1bb4('0x45')],{'tag':'div','attributes':{'class':[_0x1bb4('0x3a'),_0x1bb4('0x48')]},'children':_0x53f31c}]}]};return this['commentsListView']&&this[_0x1bb4('0x4e')]&&(_0x2893ae[_0x1bb4('0x2d')][_0x1bb4('0x4a')](this['commentsListView'],this['commentThreadInputView']),this[_0x1bb4('0x3')][_0x1bb4('0x16')](_0x1bb4('0x21'))['to'](this),this[_0x1bb4('0x3')][_0x1bb4('0x16')](_0x1bb4('0x13'))['to'](this),this['commentThreadInputView'][_0x1bb4('0x16')]('editorReady')['to'](this),this[_0x1bb4('0x4e')][_0x1bb4('0x16')]('editorDestroyed')['to'](this)),_0x2893ae;}['render'](){super[_0x1bb4('0x15')](),this[_0x1bb4('0x27')]=this[_0x1bb4('0x42')]['querySelector'](_0x1bb4('0x4')),this['_descriptionElement'][_0x1bb4('0x17')]=this[_0x1bb4('0x3c')],this['on'](_0x1bb4('0x28'),(_0x407d8b,_0x182607,_0x1c604e)=>{this[_0x1bb4('0x27')][_0x1bb4('0x17')]=_0x1c604e;});}['_createButton'](_0x33aee9,_0x578ff3,_0x1951f3,_0x2483a6,_0x56a659){const _0x658503=new _0x419e17(this[_0x1bb4('0x29')]);return _0x658503[_0x1bb4('0x31')]({'label':_0x33aee9,'icon':_0x578ff3,'tooltip':!0x0,'tooltipPosition':_0x56a659}),_0x658503[_0x1bb4('0x25')]({'attributes':{'class':_0x1951f3}}),_0x658503['on'](_0x1bb4('0x5'),()=>{this['fire'](_0x2483a6,this[_0x1bb4('0x1d')]['id']);}),_0x658503;}[_0x1bb4('0x33')](){return _0x1bb4('0x3f')===this[_0x1bb4('0x1d')][_0x1bb4('0x7')][_0x1bb4('0x9')]['source']?_0x48ab23(this[_0x1bb4('0x29')],'EXTERNAL_IMPORT_WORD_SUGGESTION'):_0x48ab23(this[_0x1bb4('0x29')],'EXTERNAL_SUGGESTION');}[_0x1bb4('0x23')](){return this['_model'][_0x1bb4('0x52')]?_0x1bb4('0x3f')===this[_0x1bb4('0x1d')][_0x1bb4('0x7')][_0x1bb4('0x9')][_0x1bb4('0x40')]?_0x48ab23(this[_0x1bb4('0x29')],'EXTERNAL_IMPORT_WORD_AVATAR',this[_0x1bb4('0x1d')][_0x1bb4('0x4b')]['name']):_0x48ab23(this[_0x1bb4('0x29')],_0x1bb4('0x36'),this['_model']['creator'][_0x1bb4('0x49')]):null;}}function ai(_0x51d37a,_0x134ede){let _0x58601a='';return _0x58601a+=_0x51d37a[_0x1bb4('0x50')]('*')[_0x1bb4('0x22')]((_0x2f1992,_0x162482)=>_0x162482%0x2!=0x0?_0x1bb4('0x35')+ci(_0x2f1992)+'</span>':ci(_0x2f1992))[_0x1bb4('0x4f')](''),_0x134ede&&(_0x58601a+=_0x1bb4('0x12')+_0x134ede['value']+_0x1bb4('0x1c')+_0x134ede[_0x1bb4('0x38')]+_0x1bb4('0x18')),_0x58601a;}function ci(_0x46a1ba){const _0x35ff3e=document['createElement'](_0x1bb4('0x1e'));return _0x35ff3e['innerText']=_0x46a1ba,_0x35ff3e['innerHTML'];}
23
+ const _0x2fe2=['bindTemplate','extendTemplate','\x22></span>','ck-suggestion','ck-annotation__user','authoredAt','userView','_config','locale','children','querySelector','set','commentThreadInputView','formatDateTime','getExternalSuggestionNote','change:description','ck-suggestion__user','source','ck-suggestion--accept','value','EXTERNAL_IMPORT_WORD_AVATAR','map','<p>','ck-suggestion-wrapper--active','ck-suggestion-','span','execute','discardButton','discardSuggestion','attributes','render','isExternal','element','\x22\x20title=\x22','ck-annotation__actions','acceptSuggestion','_createButton','_descriptionElement','ck-suggestion__info-name','delegate','descriptionParts','name','.ck-annotation__content-wrapper','author','<span\x20class=\x22ck-suggestion-type\x22>','content','bind','innerHTML','ck-suggestion--discard','canDiscard','editorReady','EXTERNAL_AVATAR','description','type','ck-suggestion__info','getTemplate','commentThread','div','creator','join','editorDestroyed','split','ck-annotation__content-wrapper','isEnabled','disableComments','ck-comment__info-time','ck-annotation__info-name','acceptButton','importWord','@external','EXTERNAL_IMPORT_WORD_SUGGESTION','getUserViewNotificationText','isActive','Discard\x20suggestion','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','</span>','commentsListView','_model'];(function(_0x45bc0c,_0x2fe234){const _0xa88e7d=function(_0x54b369){while(--_0x54b369){_0x45bc0c['push'](_0x45bc0c['shift']());}};_0xa88e7d(++_0x2fe234);}(_0x2fe2,0x189));const _0xa88e=function(_0x45bc0c,_0x2fe234){_0x45bc0c=_0x45bc0c-0x0;let _0xa88e7d=_0x2fe2[_0x45bc0c];return _0xa88e7d;};import{getTranslation as _0x172d2a}from'../../utils/common-translations';import{default as _0x19ba5a}from'./basesuggestionthreadview';import{ButtonView as _0x39d3c4}from'ckeditor5/src/ui';import{icons as _0x15cf01}from'ckeditor5/src/core';import{trimHtml as _0x2433c4,UserView as _0x2ff648}from'ckeditor5-collaboration/src/collaboration-core';export default class Ht extends _0x19ba5a{constructor(_0x2ae51d,_0x5bb42b,_0x3d0009,_0x4ba43b){super(_0x2ae51d,_0x5bb42b,_0x3d0009,_0x4ba43b),this[_0xa88e('0x8')](_0xa88e('0x32'),''),this[_0xa88e('0x2b')](_0xa88e('0x32'))['to'](this,_0xa88e('0x25'),_0x2614a4=>_0x2614a4&&_0x2614a4[0x0]?_0x2614a4[0x0]['type']:''),this[_0xa88e('0x2b')](_0xa88e('0x31'))['to'](this,_0xa88e('0x25'),this,_0xa88e('0x45'),(_0x4a514e,_0x2f988)=>{let _0x9473fa='';for(const _0x3cfcaf of _0x4a514e)_0x9473fa+=_0xa88e('0x13')+ai(_0x3cfcaf[_0xa88e('0x2a')],_0x3cfcaf['color'])+'</p>';return _0x2f988?_0x9473fa:_0x2433c4(_0x9473fa,{'limit':0x8c});}),this[_0xa88e('0x22')]=null,this['acceptButton']=this[_0xa88e('0x21')](_0x172d2a(_0x2ae51d,'Accept\x20suggestion'),_0x15cf01['check'],_0xa88e('0xf'),_0xa88e('0x20'),'sw'),this['acceptButton'][_0xa88e('0x2b')](_0xa88e('0x3c'))['to'](this,'canAccept'),this['discardButton']=this[_0xa88e('0x21')](_0x172d2a(_0x2ae51d,_0xa88e('0x46')),_0x15cf01['cancel'],_0xa88e('0x2d'),_0xa88e('0x19'),'sw'),this[_0xa88e('0x18')][_0xa88e('0x2b')]('isEnabled')['to'](this,_0xa88e('0x2e')),this['userView']=new _0x2ff648(_0x2ae51d,this[_0xa88e('0x4a')][_0xa88e('0x28')],this[_0xa88e('0x44')]()),this[_0xa88e('0x3')][_0xa88e('0x4c')]({'attributes':{'class':[_0xa88e('0xd'),_0xa88e('0x1')]}}),this['setTemplate'](this[_0xa88e('0x34')]());}[_0xa88e('0x34')](){const _0x17e986=this[_0xa88e('0x4b')],_0x561490=[{'tag':_0xa88e('0x36'),'attributes':{'class':[_0xa88e('0x33'),'ck-annotation__info']},'children':[{'tag':_0xa88e('0x16'),'children':[{'text':this[_0xa88e('0x3')][_0xa88e('0x26')]}],'attributes':{'class':[_0xa88e('0x23'),_0xa88e('0x3f')]}},{'tag':'time','attributes':{'datetime':_0x17e986['to'](_0xa88e('0x2')),'class':[_0xa88e('0x3e'),'ck-annotation__info-time']},'children':[{'text':_0x17e986['to'](_0xa88e('0x2'),_0x4ba65f=>this[_0xa88e('0x4')][_0xa88e('0xa')](_0x4ba65f))}]}]},{'tag':_0xa88e('0x36'),'attributes':{'class':['ck-suggestion__actions',_0xa88e('0x1f')]},'children':[this[_0xa88e('0x40')],this['discardButton']]},{'tag':'div','attributes':{'class':[_0xa88e('0x3b')]}}];this[_0xa88e('0x4a')]['isExternal']&&_0x561490['push']({'tag':_0xa88e('0x36'),'attributes':{'class':['ck-comment__external']},'children':[{'text':this[_0xa88e('0xb')]()}]});const _0x297d35={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x17e986['if'](_0xa88e('0x45'),_0xa88e('0x14')),_0x17e986['to'](_0xa88e('0x32'),_0x4484cb=>_0xa88e('0x15')+_0x4484cb),this[_0xa88e('0x4')][_0xa88e('0x3d')]&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this['_model']['id'],'data-thread-id':this[_0xa88e('0x4a')][_0xa88e('0x35')]['id'],'data-author-id':this['_model'][_0xa88e('0x28')]['id'],'tabindex':-0x1},'children':[{'tag':_0xa88e('0x36'),'attributes':{'class':[_0xa88e('0x0'),'ck-annotation']},'children':[this['userView'],{'tag':_0xa88e('0x36'),'attributes':{'class':['ck-suggestion__main','ck-annotation__main']},'children':_0x561490}]}]};return this[_0xa88e('0x49')]&&this[_0xa88e('0x9')]&&(_0x297d35[_0xa88e('0x6')]['push'](this[_0xa88e('0x49')],this[_0xa88e('0x9')]),this[_0xa88e('0x49')]['delegate'](_0xa88e('0x2f'))['to'](this),this[_0xa88e('0x49')][_0xa88e('0x24')]('editorDestroyed')['to'](this),this[_0xa88e('0x9')][_0xa88e('0x24')](_0xa88e('0x2f'))['to'](this),this[_0xa88e('0x9')][_0xa88e('0x24')](_0xa88e('0x39'))['to'](this)),_0x297d35;}[_0xa88e('0x1b')](){super[_0xa88e('0x1b')](),this[_0xa88e('0x22')]=this[_0xa88e('0x1d')][_0xa88e('0x7')](_0xa88e('0x27')),this['_descriptionElement']['innerHTML']=this[_0xa88e('0x31')],this['on'](_0xa88e('0xc'),(_0x3a0a6d,_0x3350fc,_0x129c58)=>{this['_descriptionElement']['innerHTML']=_0x129c58;});}['_createButton'](_0x1c55e5,_0x468c71,_0x4dba5c,_0x35047b,_0x3e8111){const _0x2010ce=new _0x39d3c4(this[_0xa88e('0x5')]);return _0x2010ce[_0xa88e('0x8')]({'label':_0x1c55e5,'icon':_0x468c71,'tooltip':!0x0,'tooltipPosition':_0x3e8111}),_0x2010ce['extendTemplate']({'attributes':{'class':_0x4dba5c}}),_0x2010ce['on'](_0xa88e('0x17'),()=>{this['fire'](_0x35047b,this['_model']['id']);}),_0x2010ce;}[_0xa88e('0xb')](){return _0xa88e('0x41')===this[_0xa88e('0x4a')][_0xa88e('0x1a')][_0xa88e('0x42')][_0xa88e('0xe')]?_0x172d2a(this[_0xa88e('0x5')],_0xa88e('0x43')):_0x172d2a(this[_0xa88e('0x5')],'EXTERNAL_SUGGESTION');}[_0xa88e('0x44')](){return this[_0xa88e('0x4a')][_0xa88e('0x1c')]?_0xa88e('0x41')===this[_0xa88e('0x4a')][_0xa88e('0x1a')]['@external'][_0xa88e('0xe')]?_0x172d2a(this['locale'],_0xa88e('0x11'),this[_0xa88e('0x4a')][_0xa88e('0x37')][_0xa88e('0x26')]):_0x172d2a(this['locale'],_0xa88e('0x30'),this['_model'][_0xa88e('0x37')][_0xa88e('0x26')]):null;}}function ai(_0x4bdb5f,_0x147fbe){let _0x526aa5='';return _0x526aa5+=_0x4bdb5f[_0xa88e('0x3a')]('*')[_0xa88e('0x12')]((_0x34b197,_0x22aeac)=>_0x22aeac%0x2!=0x0?_0xa88e('0x29')+ci(_0x34b197)+_0xa88e('0x48'):ci(_0x34b197))[_0xa88e('0x38')](''),_0x147fbe&&(_0x526aa5+=_0xa88e('0x47')+_0x147fbe[_0xa88e('0x10')]+_0xa88e('0x1e')+_0x147fbe['title']+_0xa88e('0x4d')),_0x526aa5;}function ci(_0x35d690){const _0x3a9041=document['createElement'](_0xa88e('0x16'));return _0x3a9041['innerText']=_0x35d690,_0x3a9041[_0xa88e('0x2c')];}
@@ -1,9 +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
- */
5
- /**
6
- * @module track-changes/utils/common-translations
7
- */
8
- import { type Locale } from 'ckeditor5/src/utils';
9
- export declare function getTranslation(locale: Locale, id: string, values?: number | string | ReadonlyArray<number | string>): string;
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
+ */
5
+ /**
6
+ * @module track-changes/utils/common-translations
7
+ */
8
+ import { type Locale } from 'ckeditor5/src/utils';
9
+ export declare function getTranslation(locale: Locale, id: string, values?: number | string | ReadonlyArray<number | string>): string;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x377075,_0x5b6b1a,_0x375a59){const t=_0x377075['t'];switch(_0x5b6b1a){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',_0x375a59);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x375a59);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x375a59);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x375a59);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x375a59);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',_0x375a59);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x375a59);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',_0x375a59);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x375a59);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x375a59);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x375a59);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x375a59);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x375a59);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x375a59);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x375a59);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x375a59);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x375a59);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x375a59);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x375a59);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x375a59);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x375a59);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x375a59);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'},_0x375a59);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x375a59);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x375a59);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x375a59);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x375a59);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x375a59);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'},_0x375a59);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x375a59);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x375a59);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x375a59);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x375a59);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'},_0x375a59);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x375a59);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'},_0x375a59);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'},_0x375a59);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x375a59);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'},_0x375a59);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x375a59);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'},_0x375a59);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x375a59);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x375a59);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'},_0x375a59);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'},_0x375a59);default:return _0x5b6b1a;}}
23
+ export function getTranslation(_0x4fd2a4,_0x4f3c1f,_0x44d8c9){const t=_0x4fd2a4['t'];switch(_0x4f3c1f){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',_0x44d8c9);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x44d8c9);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x44d8c9);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x44d8c9);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x44d8c9);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',_0x44d8c9);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x44d8c9);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',_0x44d8c9);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x44d8c9);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x44d8c9);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x44d8c9);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x44d8c9);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x44d8c9);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x44d8c9);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x44d8c9);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x44d8c9);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x44d8c9);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x44d8c9);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x44d8c9);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x44d8c9);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x44d8c9);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x44d8c9);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'},_0x44d8c9);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x44d8c9);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x44d8c9);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x44d8c9);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x44d8c9);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x44d8c9);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'},_0x44d8c9);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x44d8c9);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x44d8c9);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x44d8c9);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x44d8c9);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'},_0x44d8c9);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x44d8c9);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'},_0x44d8c9);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'},_0x44d8c9);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x44d8c9);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'},_0x44d8c9);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x44d8c9);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'},_0x44d8c9);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x44d8c9);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x44d8c9);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'},_0x44d8c9);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'},_0x44d8c9);default:return _0x4f3c1f;}}
@@ -1,30 +1,30 @@
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
- */
5
- /**
6
- * @module track-changes/utils/utils
7
- */
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';
12
- /**
13
- * Used in tests for easy suggestion comparison.
14
- */
15
- export declare function normalizeDescription(description: Array<Description> | Description): string;
16
- export declare function sortSuggestions(suggestions: Array<Suggestion>): Array<Suggestion>;
17
- /**
18
- * From the list of passed `suggestions` returns those that are selected by given `selection`.
19
- */
20
- export declare function getSelectedSuggestions(selection: DocumentSelection, suggestions: Array<Suggestion>): Set<Suggestion>;
21
- /**
22
- * How many suggestion actions should be put into one batch when multiple suggestions are accepted or discarded.
23
- */
24
- export declare const MAX_SUGGESTION_ACTIONS_IN_BATCH = 100;
25
- /**
26
- * Executes given `command` for given `suggestions`. If there is a lot of suggestions, the command executions is split into batches.
27
- * There is at most `MAX_SUGGESTION_ACTIONS_IN_BATCH` exeuctions in one batch. As a result, this limits number of actions to be done
28
- * in one undo step but may create multiple undo steps.
29
- */
30
- export declare function executeCommandForSuggestions(model: Model, command: Command, suggestions: Array<Suggestion>): void;
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
+ */
5
+ /**
6
+ * @module track-changes/utils/utils
7
+ */
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';
12
+ /**
13
+ * Used in tests for easy suggestion comparison.
14
+ */
15
+ export declare function normalizeDescription(description: Array<Description> | Description): string;
16
+ export declare function sortSuggestions(suggestions: Array<Suggestion>): Array<Suggestion>;
17
+ /**
18
+ * From the list of passed `suggestions` returns those that are selected by given `selection`.
19
+ */
20
+ export declare function getSelectedSuggestions(selection: DocumentSelection, suggestions: Array<Suggestion>): Set<Suggestion>;
21
+ /**
22
+ * How many suggestion actions should be put into one batch when multiple suggestions are accepted or discarded.
23
+ */
24
+ export declare const MAX_SUGGESTION_ACTIONS_IN_BATCH = 100;
25
+ /**
26
+ * Executes given `command` for given `suggestions`. If there is a lot of suggestions, the command executions is split into batches.
27
+ * There is at most `MAX_SUGGESTION_ACTIONS_IN_BATCH` exeuctions in one batch. As a result, this limits number of actions to be done
28
+ * in one undo step but may create multiple undo steps.
29
+ */
30
+ export declare function executeCommandForSuggestions(model: Model, command: Command, suggestions: Array<Suggestion>): void;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x7b3b=['sort','isInContent','schema','getRanges','change','isObject','value','splice','createPositionBefore','deletion','isTouching','start','color','execute','length','replace','type','\x20[color\x20','isMultiRange','join','createPositionAfter','isIntersecting','content','map','push','next','end','add'];(function(_0x14c2c2,_0x7b3b5c){const _0x42cb9a=function(_0x3f2f38){while(--_0x3f2f38){_0x14c2c2['push'](_0x14c2c2['shift']());}};_0x42cb9a(++_0x7b3b5c);}(_0x7b3b,0x69));const _0x42cb=function(_0x14c2c2,_0x7b3b5c){_0x14c2c2=_0x14c2c2-0x0;let _0x42cb9a=_0x7b3b[_0x14c2c2];return _0x42cb9a;};export function normalizeDescription(_0x52b25a){return Array['isArray'](_0x52b25a)||(_0x52b25a=[_0x52b25a]),_0x52b25a[_0x42cb('0x2')](_0x179dda=>{const _0x53f766=_0x179dda[_0x42cb('0x1')][_0x42cb('0x16')](/\*/g,''),_0x3575f0=_0x179dda[_0x42cb('0x13')]?_0x42cb('0x18')+_0x179dda[_0x42cb('0x13')][_0x42cb('0xd')]+']':'';return'['+_0x179dda[_0x42cb('0x17')]+']\x20'+_0x53f766+_0x3575f0;})[_0x42cb('0x1a')](';\x20');}export function sortSuggestions(_0x206d4e){return _0x206d4e[_0x42cb('0x7')]((_0x2b0163,_0x31d7a4)=>'deletion'==_0x2b0163[_0x42cb('0x17')]&&'deletion'!=_0x31d7a4[_0x42cb('0x17')]?-0x1:_0x42cb('0x10')!=_0x2b0163[_0x42cb('0x17')]&&'deletion'==_0x31d7a4[_0x42cb('0x17')]?0x1:0x0);}export function getSelectedSuggestions(_0x991480,_0x27c334){const _0x44705d=Array['from'](_0x991480[_0x42cb('0xa')]()),_0x8eeef0=new Set();for(const _0x7a9249 of _0x27c334)if(_0x7a9249[_0x42cb('0x8')])for(const _0x2f379c of _0x44705d)for(const _0x1e36ad of _0x7a9249[_0x42cb('0xa')]())(_0x2f379c[_0x42cb('0x0')](_0x1e36ad)||_0x991480['isCollapsed']&&!_0x7a9249[_0x42cb('0x19')]&&_0x7a9249[_0x42cb('0x4')]&&_0x1e36ad['end'][_0x42cb('0x11')](_0x2f379c[_0x42cb('0x12')]))&&_0x8eeef0[_0x42cb('0x6')](_0x7a9249);return _0x8eeef0;}export function getRangesOfBlockGroups(_0x142f9a,_0x490ef8){let _0x14d0af,_0x3e263b=0x0;const _0xbdd604=[],_0xa7916=_0x490ef8[_0x42cb('0x9')];for(;_0x3e263b<_0x142f9a['length'];){const _0xf9e5db=_0x142f9a[_0x3e263b],_0x2c171b=_0x142f9a[_0x3e263b+0x1];_0x14d0af||(_0x14d0af=_0x490ef8[_0x42cb('0xf')](_0xf9e5db)),so(_0x490ef8,_0xf9e5db,_0x2c171b)||(_0xbdd604[_0x42cb('0x3')](_0x490ef8['createRange'](_0x14d0af,_0xa7916[_0x42cb('0xc')](_0xf9e5db)?_0x490ef8['createPositionAfter'](_0xf9e5db):_0x490ef8['createPositionAt'](_0xf9e5db,_0x42cb('0x5')))),_0x14d0af=null),_0x3e263b++;}return _0xbdd604;}function so(_0x34e1e2,_0x479dc2,_0x3ee17d){if(!_0x3ee17d)return!0x1;const _0x15142b=_0x34e1e2[_0x42cb('0x1b')](_0x479dc2),_0x254814=_0x34e1e2['createPositionBefore'](_0x3ee17d);return _0x15142b[_0x42cb('0x11')](_0x254814);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x45721f,_0x390dc8,_0x4de039){for(;_0x4de039[_0x42cb('0x15')];){const _0x250758=_0x4de039[_0x42cb('0xe')](0x0,0x64);_0x45721f[_0x42cb('0xb')](()=>{for(const _0x8db942 of _0x250758)_0x8db942[_0x42cb('0x8')]&&_0x390dc8[_0x42cb('0x14')](_0x8db942['id']);});}}
23
+ const _0x5c89=['isMultiRange','createPositionBefore','color','getRanges','createRange','splice','sort','push','createPositionAfter','execute','isArray','length','schema','end','map','isInContent','change','isTouching','from','isObject','deletion','start','\x20[color\x20','type','next'];(function(_0x315286,_0x5c891f){const _0x14be98=function(_0x2b484b){while(--_0x2b484b){_0x315286['push'](_0x315286['shift']());}};_0x14be98(++_0x5c891f);}(_0x5c89,0x133));const _0x14be=function(_0x315286,_0x5c891f){_0x315286=_0x315286-0x0;let _0x14be98=_0x5c89[_0x315286];return _0x14be98;};export function normalizeDescription(_0x4db64c){return Array[_0x14be('0x3')](_0x4db64c)||(_0x4db64c=[_0x4db64c]),_0x4db64c[_0x14be('0x7')](_0x8ce7=>{const _0x2a22b8=_0x8ce7['content']['replace'](/\*/g,''),_0xa8d4a9=_0x8ce7[_0x14be('0x14')]?_0x14be('0xf')+_0x8ce7[_0x14be('0x14')]['value']+']':'';return'['+_0x8ce7[_0x14be('0x10')]+']\x20'+_0x2a22b8+_0xa8d4a9;})['join'](';\x20');}export function sortSuggestions(_0x481ed5){return _0x481ed5[_0x14be('0x18')]((_0x185b84,_0x3c0435)=>_0x14be('0xd')==_0x185b84[_0x14be('0x10')]&&'deletion'!=_0x3c0435[_0x14be('0x10')]?-0x1:_0x14be('0xd')!=_0x185b84[_0x14be('0x10')]&&'deletion'==_0x3c0435[_0x14be('0x10')]?0x1:0x0);}export function getSelectedSuggestions(_0x50fb3c,_0x39b0d4){const _0x57732b=Array[_0x14be('0xb')](_0x50fb3c[_0x14be('0x15')]()),_0x61071=new Set();for(const _0x5df917 of _0x39b0d4)if(_0x5df917[_0x14be('0x8')])for(const _0x240ee3 of _0x57732b)for(const _0x79ff9d of _0x5df917['getRanges']())(_0x240ee3['isIntersecting'](_0x79ff9d)||_0x50fb3c['isCollapsed']&&!_0x5df917[_0x14be('0x12')]&&_0x5df917[_0x14be('0x11')]&&_0x79ff9d['end'][_0x14be('0xa')](_0x240ee3[_0x14be('0xe')]))&&_0x61071['add'](_0x5df917);return _0x61071;}export function getRangesOfBlockGroups(_0x2eabd4,_0x20e949){let _0xfa39e8,_0xa4a547=0x0;const _0xdd24fd=[],_0x4f1766=_0x20e949[_0x14be('0x5')];for(;_0xa4a547<_0x2eabd4['length'];){const _0x244e2e=_0x2eabd4[_0xa4a547],_0x32d63e=_0x2eabd4[_0xa4a547+0x1];_0xfa39e8||(_0xfa39e8=_0x20e949[_0x14be('0x13')](_0x244e2e)),fo(_0x20e949,_0x244e2e,_0x32d63e)||(_0xdd24fd[_0x14be('0x0')](_0x20e949[_0x14be('0x16')](_0xfa39e8,_0x4f1766[_0x14be('0xc')](_0x244e2e)?_0x20e949[_0x14be('0x1')](_0x244e2e):_0x20e949['createPositionAt'](_0x244e2e,_0x14be('0x6')))),_0xfa39e8=null),_0xa4a547++;}return _0xdd24fd;}function fo(_0x4846cc,_0x5aa1d3,_0x3e3947){if(!_0x3e3947)return!0x1;const _0x1eb778=_0x4846cc['createPositionAfter'](_0x5aa1d3),_0x5ba717=_0x4846cc[_0x14be('0x13')](_0x3e3947);return _0x1eb778['isTouching'](_0x5ba717);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x40300f,_0x544a24,_0x469f14){for(;_0x469f14[_0x14be('0x4')];){const _0x281545=_0x469f14[_0x14be('0x17')](0x0,0x64);_0x40300f[_0x14be('0x9')](()=>{for(const _0x4d5ec0 of _0x281545)_0x4d5ec0[_0x14be('0x8')]&&_0x544a24[_0x14be('0x2')](_0x4d5ec0['id']);});}}