@ckeditor/ckeditor5-track-changes 38.0.1 → 38.1.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 (129) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +10 -8
  3. package/src/augmentation.d.ts +36 -36
  4. package/src/commands/acceptsuggestioncommand.d.ts +20 -20
  5. package/src/commands/acceptsuggestioncommand.js +1 -1
  6. package/src/commands/discardsuggestioncommand.d.ts +20 -20
  7. package/src/commands/discardsuggestioncommand.js +1 -1
  8. package/src/commands/executeonallsuggestionscommand.d.ts +20 -20
  9. package/src/commands/executeonallsuggestionscommand.js +1 -1
  10. package/src/commands/executeonselectedsuggestionscommand.d.ts +20 -20
  11. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  12. package/src/commands/trackchangescommand.d.ts +22 -22
  13. package/src/commands/trackchangescommand.js +1 -1
  14. package/src/index.d.ts +12 -12
  15. package/src/integrations/alignment.d.ts +13 -13
  16. package/src/integrations/alignment.js +1 -1
  17. package/src/integrations/basicstyles.d.ts +13 -13
  18. package/src/integrations/basicstyles.js +1 -1
  19. package/src/integrations/blockquote.d.ts +13 -13
  20. package/src/integrations/blockquote.js +1 -1
  21. package/src/integrations/ckbox.d.ts +13 -13
  22. package/src/integrations/ckbox.js +1 -1
  23. package/src/integrations/codeblock.d.ts +13 -13
  24. package/src/integrations/codeblock.js +1 -1
  25. package/src/integrations/comments.d.ts +10 -10
  26. package/src/integrations/comments.js +1 -1
  27. package/src/integrations/deletecommand.d.ts +13 -12
  28. package/src/integrations/deletecommand.js +1 -1
  29. package/src/integrations/documentlist.d.ts +13 -13
  30. package/src/integrations/documentlist.js +1 -1
  31. package/src/integrations/documentlistproperties.d.ts +25 -25
  32. package/src/integrations/documentlistproperties.js +1 -1
  33. package/src/integrations/entercommand.d.ts +12 -11
  34. package/src/integrations/entercommand.js +1 -1
  35. package/src/integrations/findandreplace.d.ts +17 -17
  36. package/src/integrations/findandreplace.js +1 -1
  37. package/src/integrations/font.d.ts +13 -13
  38. package/src/integrations/font.js +1 -1
  39. package/src/integrations/formatpainter.d.ts +13 -13
  40. package/src/integrations/formatpainter.js +1 -1
  41. package/src/integrations/heading.d.ts +13 -13
  42. package/src/integrations/heading.js +1 -1
  43. package/src/integrations/highlight.d.ts +13 -13
  44. package/src/integrations/highlight.js +1 -1
  45. package/src/integrations/horizontalline.d.ts +13 -13
  46. package/src/integrations/horizontalline.js +1 -1
  47. package/src/integrations/htmlembed.d.ts +13 -13
  48. package/src/integrations/htmlembed.js +1 -1
  49. package/src/integrations/image.d.ts +13 -13
  50. package/src/integrations/image.js +1 -1
  51. package/src/integrations/imagereplace.d.ts +19 -19
  52. package/src/integrations/imagereplace.js +1 -1
  53. package/src/integrations/importword.d.ts +14 -14
  54. package/src/integrations/importword.js +1 -1
  55. package/src/integrations/indent.d.ts +13 -13
  56. package/src/integrations/indent.js +1 -1
  57. package/src/integrations/inputcommand.d.ts +12 -11
  58. package/src/integrations/inputcommand.js +1 -1
  59. package/src/integrations/link.d.ts +13 -13
  60. package/src/integrations/link.js +1 -1
  61. package/src/integrations/list.d.ts +13 -13
  62. package/src/integrations/list.js +1 -1
  63. package/src/integrations/listproperties.d.ts +25 -25
  64. package/src/integrations/listproperties.js +1 -1
  65. package/src/integrations/mediaembed.d.ts +13 -13
  66. package/src/integrations/mediaembed.js +1 -1
  67. package/src/integrations/mention.d.ts +13 -13
  68. package/src/integrations/mention.js +1 -1
  69. package/src/integrations/pagebreak.d.ts +13 -13
  70. package/src/integrations/pagebreak.js +1 -1
  71. package/src/integrations/paragraph.d.ts +13 -13
  72. package/src/integrations/paragraph.js +1 -1
  73. package/src/integrations/removeformat.d.ts +13 -13
  74. package/src/integrations/removeformat.js +1 -1
  75. package/src/integrations/restrictededitingmode.d.ts +13 -13
  76. package/src/integrations/restrictededitingmode.js +1 -1
  77. package/src/integrations/shiftentercommand.d.ts +12 -11
  78. package/src/integrations/shiftentercommand.js +1 -1
  79. package/src/integrations/standardeditingmode.d.ts +13 -13
  80. package/src/integrations/standardeditingmode.js +1 -1
  81. package/src/integrations/style.d.ts +14 -14
  82. package/src/integrations/style.js +1 -1
  83. package/src/integrations/table.d.ts +38 -38
  84. package/src/integrations/table.js +1 -1
  85. package/src/integrations/tablecaption.d.ts +18 -17
  86. package/src/integrations/tablecaption.js +1 -1
  87. package/src/integrations/tableclipboard.d.ts +18 -17
  88. package/src/integrations/tableclipboard.js +1 -1
  89. package/src/integrations/tablecolumnresize.d.ts +22 -22
  90. package/src/integrations/tablecolumnresize.js +1 -1
  91. package/src/integrations/tableheadings.d.ts +18 -17
  92. package/src/integrations/tableheadings.js +1 -1
  93. package/src/integrations/tablemergesplit.d.ts +18 -17
  94. package/src/integrations/tablemergesplit.js +1 -1
  95. package/src/integrations/tableofcontents.d.ts +13 -13
  96. package/src/integrations/tableofcontents.js +1 -1
  97. package/src/integrations/tableproperties.d.ts +23 -23
  98. package/src/integrations/tableproperties.js +1 -1
  99. package/src/integrations/template.d.ts +13 -13
  100. package/src/integrations/template.js +1 -1
  101. package/src/integrations/title.d.ts +13 -13
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.d.ts +13 -13
  104. package/src/integrations/undo.js +1 -1
  105. package/src/integrations/utils.d.ts +17 -17
  106. package/src/integrations/utils.js +1 -1
  107. package/src/suggestion.d.ts +266 -266
  108. package/src/suggestion.js +1 -1
  109. package/src/suggestiondescriptionfactory.d.ts +151 -151
  110. package/src/suggestiondescriptionfactory.js +1 -1
  111. package/src/trackchanges.d.ts +240 -240
  112. package/src/trackchanges.js +1 -1
  113. package/src/trackchangesconfig.d.ts +71 -71
  114. package/src/trackchangesdata.d.ts +37 -38
  115. package/src/trackchangesdata.js +1 -1
  116. package/src/trackchangesediting.d.ts +435 -391
  117. package/src/trackchangesediting.js +1 -1
  118. package/src/trackchangesui.d.ts +34 -34
  119. package/src/trackchangesui.js +1 -1
  120. package/src/ui/suggestioncontroller.d.ts +36 -36
  121. package/src/ui/suggestioncontroller.js +1 -1
  122. package/src/ui/view/basesuggestionthreadview.d.ts +166 -166
  123. package/src/ui/view/basesuggestionthreadview.js +1 -1
  124. package/src/ui/view/suggestionthreadview.d.ts +182 -184
  125. package/src/ui/view/suggestionthreadview.js +1 -1
  126. package/src/utils/common-translations.d.ts +5 -5
  127. package/src/utils/common-translations.js +1 -1
  128. package/src/utils/utils.d.ts +26 -26
  129. package/src/utils/utils.js +1 -1
@@ -1,184 +1,182 @@
1
- /**
2
- * @module track-changes/ui/view/suggestionthreadview
3
- * @publicApi
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
- * @extends module:track-changes/ui/view/basesuggestionthreadview~BaseSuggestionThreadView
17
- */
18
- export default class SuggestionThreadView extends BaseSuggestionThreadView {
19
- /**
20
- * The suggestion thread view type.
21
- *
22
- * This value is not equal to the suggestion (model) type. It is evaluated based on the type of the first suggestion for
23
- * the suggestion thread view template purposes.
24
- *
25
- * @observable
26
- */
27
- type: 'format' | 'replace' | 'deletion' | 'insertion' | '';
28
- /**
29
- * A suggestion description explaining what has been changed. To be presented to the user.
30
- *
31
- * @observable
32
- */
33
- description: string;
34
- /**
35
- * A user view for the suggestion author.
36
- */
37
- userView: UserView;
38
- /**
39
- * A button view for the button that accepts the suggestion.
40
- */
41
- acceptButton: ButtonView | null;
42
- /**
43
- * A button view for the button that discards the suggestion.
44
- */
45
- discardButton: ButtonView | null;
46
- constructor(locale: Locale, model: Suggestion, localUser: User, config: SuggestionThreadConfig);
47
- /**
48
- * Returns a template definition that will be passed to {@link module:ui/view~View#setTemplate}.
49
- *
50
- * Overwrite this method if you want to set a custom template for the suggestion thread view.
51
- *
52
- * The template looks as follows:
53
- *
54
- * ```ts
55
- * {
56
- * tag: 'div',
57
- * attributes: {
58
- * class: [
59
- * 'ck-suggestion-wrapper',
60
- * bind.if( 'isActive', 'ck-suggestion-wrapper--active' ),
61
- * bind.to( 'type', value => `ck-suggestion-${ value }` ),
62
- * this._config.disableComments && 'ck-suggestion--disabled-comments'
63
- * ],
64
- * 'data-suggestion-id': this._model.id,
65
- * 'data-thread-id': this._model.commentThread.id,
66
- * 'data-author-id': this._model.author.id,
67
- * // Needed for managing focus after adding a new comment.
68
- * tabindex: -1
69
- * },
70
- * children: [
71
- * {
72
- * tag: 'div',
73
- *
74
- * attributes: {
75
- * class: [
76
- * 'ck-suggestion',
77
- * 'ck-annotation'
78
- * ]
79
- * },
80
- *
81
- * children: [
82
- * this.userView,
83
- * {
84
- * tag: 'div',
85
- *
86
- * attributes: {
87
- * class: [ 'ck-suggestion__main', 'ck-annotation__main' ]
88
- * },
89
- *
90
- * children: [
91
- * {
92
- * tag: 'div',
93
- *
94
- * attributes: {
95
- * class: [ 'ck-suggestion__info', 'ck-annotation__info' ]
96
- * },
97
- *
98
- * children: [
99
- * {
100
- * tag: 'span',
101
- *
102
- * children: [
103
- * {
104
- * text: this.userView.name
105
- * }
106
- * ],
107
- *
108
- * attributes: {
109
- * class: [ 'ck-suggestion__info-name', 'ck-annotation__info-name' ]
110
- * }
111
- * },
112
- * {
113
- * tag: 'time',
114
- *
115
- * attributes: {
116
- * datetime: bind.to( 'authoredAt' ),
117
- * class: [ 'ck-comment__info-time', 'ck-annotation__info-time' ]
118
- * },
119
- *
120
- * children: [
121
- * {
122
- * text: bind.to( 'authoredAt', value => this._config.formatDateTime( value ) )
123
- * }
124
- * ]
125
- * }
126
- * ]
127
- * },
128
- * {
129
- * tag: 'div',
130
- *
131
- * attributes: {
132
- * class: [
133
- * 'ck-suggestion__actions',
134
- * 'ck-annotation__actions'
135
- * ]
136
- * },
137
- *
138
- * children: [
139
- * this.acceptButton,
140
- * this.discardButton
141
- * ]
142
- * },
143
- * {
144
- * tag: 'div',
145
- *
146
- * attributes: {
147
- * class: [ 'ck-annotation__content-wrapper' ]
148
- * }
149
- * },
150
- * {
151
- * tag: 'div',
152
- *
153
- * attributes: {
154
- * class: [ 'ck-comment__external' ]
155
- * },
156
- *
157
- * children: [ {
158
- * text: getTranslation( this.locale, 'EXTERNAL_SUGGESTION' )
159
- * } ]
160
- * }
161
- * ]
162
- * }
163
- * ]
164
- * },
165
- * this.commentsListView,
166
- * this.commentThreadInputView
167
- * ]
168
- * }
169
- * ```
170
- */
171
- getTemplate(): TemplateDefinition;
172
- /**
173
- * @inheritDoc
174
- */
175
- render(): void;
176
- /**
177
- * Gets the translated note which indicates that the suggestion comes from an external source.
178
- */
179
- getExternalSuggestionNote(): string;
180
- /**
181
- * Gets the translated notification text which indicates that the author name comes from an external source.
182
- */
183
- getUserViewNotificationText(): string | null;
184
- }
1
+ /**
2
+ * @module track-changes/ui/view/suggestionthreadview
3
+ * @publicApi
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 _0x1844=['element','ck-comment__info-time','commentThreadInputView','color','innerText','EXTERNAL_IMPORT_WORD_AVATAR','\x22\x20title=\x22','set','ck-suggestion__actions','ck-annotation__info','ck-annotation__main','push','value','source','bindTemplate','disableComments','creator','render','importWord','.ck-annotation__content-wrapper','ck-suggestion-','acceptSuggestion','split','@external','_config','discardButton','Discard\x20suggestion','map','commentsListView','name','_model','span','<p>','join','isActive','ck-suggestion__info','innerHTML','ck-annotation','_descriptionElement','ck-annotation__user','setTemplate','</p>','title','locale','acceptButton','change:description','Accept\x20suggestion','ck-comment__external','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','getExternalSuggestionNote','ck-annotation__actions','EXTERNAL_IMPORT_WORD_SUGGESTION','ck-suggestion','authoredAt','ck-suggestion__main','time','isExternal','<span\x20class=\x22ck-suggestion-type\x22>','_createButton','execute','canAccept','ck-annotation__info-name','content','ck-suggestion__info-name','ck-suggestion-wrapper--active','getUserViewNotificationText','descriptionParts','querySelector','cancel','ck-suggestion--disabled-comments','ck-annotation__info-time','type','EXTERNAL_AVATAR','userView','discardSuggestion','\x22></span>','div','ck-suggestion__user','formatDateTime','ck-suggestion-wrapper','attributes','children','getTemplate','bind','extendTemplate'];(function(_0x4284af,_0x18441d){const _0x20b34d=function(_0x39aa09){while(--_0x39aa09){_0x4284af['push'](_0x4284af['shift']());}};_0x20b34d(++_0x18441d);}(_0x1844,0x17b));const _0x20b3=function(_0x4284af,_0x18441d){_0x4284af=_0x4284af-0x0;let _0x20b34d=_0x1844[_0x4284af];return _0x20b34d;};import{getTranslation as _0x5ebfa0}from'../../utils/common-translations';import{default as _0x214c1b}from'./basesuggestionthreadview';import{ButtonView as _0x565401}from'ckeditor5/src/ui';import{icons as _0x3e4e11}from'ckeditor5/src/core';import{trimHtml as _0x1a4259,UserView as _0x4a4ca8}from'ckeditor5-collaboration/src/collaboration-core';export default class zt extends _0x214c1b{constructor(_0x234f5f,_0x1660b6,_0x2a09d9,_0x5967f0){super(_0x234f5f,_0x1660b6,_0x2a09d9,_0x5967f0),this['set'](_0x20b3('0x20'),''),this[_0x20b3('0x2c')]('type')['to'](this,'descriptionParts',_0x2766a9=>_0x2766a9&&_0x2766a9[0x0]?_0x2766a9[0x0]['type']:''),this['bind']('description')['to'](this,_0x20b3('0x1b'),this,_0x20b3('0x50'),(_0x60b5d8,_0x712fd3)=>{let _0x3ef914='';for(const _0x5694d5 of _0x60b5d8)_0x3ef914+=_0x20b3('0x4e')+ns(_0x5694d5[_0x20b3('0x17')],_0x5694d5[_0x20b3('0x31')])+_0x20b3('0x2');return _0x712fd3?_0x3ef914:_0x1a4259(_0x3ef914,{'limit':0x8c});}),this[_0x20b3('0x54')]=null,this['acceptButton']=this[_0x20b3('0x13')](_0x5ebfa0(_0x234f5f,_0x20b3('0x7')),_0x3e4e11['check'],'ck-suggestion--accept',_0x20b3('0x43'),'sw'),this[_0x20b3('0x5')][_0x20b3('0x2c')]('isEnabled')['to'](this,_0x20b3('0x15')),this['discardButton']=this[_0x20b3('0x13')](_0x5ebfa0(_0x234f5f,_0x20b3('0x48')),_0x3e4e11[_0x20b3('0x1d')],'ck-suggestion--discard',_0x20b3('0x23'),'sw'),this[_0x20b3('0x47')][_0x20b3('0x2c')]('isEnabled')['to'](this,'canDiscard'),this[_0x20b3('0x22')]=new _0x4a4ca8(_0x234f5f,this[_0x20b3('0x4c')]['author'],this[_0x20b3('0x1a')]()),this[_0x20b3('0x22')][_0x20b3('0x2d')]({'attributes':{'class':[_0x20b3('0x26'),_0x20b3('0x0')]}}),this[_0x20b3('0x1')](this[_0x20b3('0x2b')]());}[_0x20b3('0x2b')](){const _0x16046c=this[_0x20b3('0x3c')],_0x5438eb=[{'tag':'div','attributes':{'class':[_0x20b3('0x51'),_0x20b3('0x37')]},'children':[{'tag':'span','children':[{'text':this[_0x20b3('0x22')][_0x20b3('0x4b')]}],'attributes':{'class':[_0x20b3('0x18'),_0x20b3('0x16')]}},{'tag':_0x20b3('0x10'),'attributes':{'datetime':_0x16046c['to'](_0x20b3('0xe')),'class':[_0x20b3('0x2f'),_0x20b3('0x1f')]},'children':[{'text':_0x16046c['to'](_0x20b3('0xe'),_0x1ec3bd=>this[_0x20b3('0x46')][_0x20b3('0x27')](_0x1ec3bd))}]}]},{'tag':_0x20b3('0x25'),'attributes':{'class':[_0x20b3('0x36'),_0x20b3('0xb')]},'children':[this[_0x20b3('0x5')],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model'][_0x20b3('0x11')]&&_0x5438eb[_0x20b3('0x39')]({'tag':'div','attributes':{'class':[_0x20b3('0x8')]},'children':[{'text':this[_0x20b3('0xa')]()}]});const _0x21c5f6={'tag':_0x20b3('0x25'),'attributes':{'class':[_0x20b3('0x28'),_0x16046c['if'](_0x20b3('0x50'),_0x20b3('0x19')),_0x16046c['to'](_0x20b3('0x20'),_0x41028f=>_0x20b3('0x42')+_0x41028f),this['_config'][_0x20b3('0x3d')]&&_0x20b3('0x1e')],'data-suggestion-id':this[_0x20b3('0x4c')]['id'],'data-thread-id':this[_0x20b3('0x4c')]['commentThread']['id'],'data-author-id':this['_model']['author']['id'],'tabindex':-0x1},'children':[{'tag':_0x20b3('0x25'),'attributes':{'class':[_0x20b3('0xd'),_0x20b3('0x53')]},'children':[this[_0x20b3('0x22')],{'tag':_0x20b3('0x25'),'attributes':{'class':[_0x20b3('0xf'),_0x20b3('0x38')]},'children':_0x5438eb}]}]};return this[_0x20b3('0x4a')]&&this[_0x20b3('0x30')]&&_0x21c5f6[_0x20b3('0x2a')][_0x20b3('0x39')](this['commentsListView'],this['commentThreadInputView']),_0x21c5f6;}[_0x20b3('0x3f')](){super[_0x20b3('0x3f')](),this['_descriptionElement']=this[_0x20b3('0x2e')][_0x20b3('0x1c')](_0x20b3('0x41')),this[_0x20b3('0x54')][_0x20b3('0x52')]=this['description'],this['on'](_0x20b3('0x6'),(_0x7ef4e,_0x2c0290,_0x2cf8a6)=>{this[_0x20b3('0x54')][_0x20b3('0x52')]=_0x2cf8a6;});}[_0x20b3('0x13')](_0x2e4f40,_0x427db6,_0x1cc53b,_0xf8952a,_0x3fd722){const _0x474f4d=new _0x565401(this[_0x20b3('0x4')]);return _0x474f4d[_0x20b3('0x35')]({'label':_0x2e4f40,'icon':_0x427db6,'tooltip':!0x0,'tooltipPosition':_0x3fd722}),_0x474f4d[_0x20b3('0x2d')]({'attributes':{'class':_0x1cc53b}}),_0x474f4d['on'](_0x20b3('0x14'),()=>{this['fire'](_0xf8952a,this['_model']['id']);}),_0x474f4d;}[_0x20b3('0xa')](){return'importWord'===this['_model'][_0x20b3('0x29')][_0x20b3('0x45')][_0x20b3('0x3b')]?_0x5ebfa0(this[_0x20b3('0x4')],_0x20b3('0xc')):_0x5ebfa0(this[_0x20b3('0x4')],'EXTERNAL_SUGGESTION');}['getUserViewNotificationText'](){return this[_0x20b3('0x4c')][_0x20b3('0x11')]?_0x20b3('0x40')===this[_0x20b3('0x4c')]['attributes']['@external'][_0x20b3('0x3b')]?_0x5ebfa0(this['locale'],_0x20b3('0x33'),this[_0x20b3('0x4c')][_0x20b3('0x3e')]['name']):_0x5ebfa0(this[_0x20b3('0x4')],_0x20b3('0x21'),this[_0x20b3('0x4c')][_0x20b3('0x3e')]['name']):null;}}function ns(_0x548ed9,_0x48a790){let _0x1dcc0a='';return _0x1dcc0a+=_0x548ed9[_0x20b3('0x44')]('*')[_0x20b3('0x49')]((_0x1c5708,_0x31322e)=>_0x31322e%0x2!=0x0?_0x20b3('0x12')+os(_0x1c5708)+'</span>':os(_0x1c5708))[_0x20b3('0x4f')](''),_0x48a790&&(_0x1dcc0a+=_0x20b3('0x9')+_0x48a790[_0x20b3('0x3a')]+_0x20b3('0x34')+_0x48a790[_0x20b3('0x3')]+_0x20b3('0x24')),_0x1dcc0a;}function os(_0x434cc1){const _0x27b595=document['createElement'](_0x20b3('0x4d'));return _0x27b595[_0x20b3('0x32')]=_0x434cc1,_0x27b595['innerHTML'];}
23
+ const _0x4634=['color','author','Accept\x20suggestion','importWord','push','userView','</span>','ck-annotation__main','execute','ck-comment__info-time','cancel','_model','type','ck-annotation__user','commentThread','_config','_createButton','ck-suggestion__main','isEnabled','<p>','content','formatDateTime','ck-suggestion--discard','ck-suggestion__info-name','extendTemplate','ck-annotation__info-time','split','check','ck-suggestion__user','getExternalSuggestionNote','ck-annotation','innerHTML','getUserViewNotificationText','change:description','render','commentsListView','isExternal','isActive','element','name','\x22></span>','div','bind','locale','attributes','description','\x22\x20title=\x22','children','authoredAt','ck-annotation__info-name','EXTERNAL_IMPORT_WORD_AVATAR','map','discardButton','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','value','set','span','ck-suggestion__actions','creator','canDiscard','ck-suggestion-wrapper--active','@external','Discard\x20suggestion','join','.ck-annotation__content-wrapper','EXTERNAL_AVATAR','ck-suggestion--disabled-comments','commentThreadInputView','_descriptionElement','ck-suggestion__info','descriptionParts','source','getTemplate','<span\x20class=\x22ck-suggestion-type\x22>','bindTemplate','ck-comment__external','disableComments','ck-annotation__info'];(function(_0x4899a2,_0x4634c8){const _0x2b2a6f=function(_0x4a1248){while(--_0x4a1248){_0x4899a2['push'](_0x4899a2['shift']());}};_0x2b2a6f(++_0x4634c8);}(_0x4634,0x195));const _0x2b2a=function(_0x4899a2,_0x4634c8){_0x4899a2=_0x4899a2-0x0;let _0x2b2a6f=_0x4634[_0x4899a2];return _0x2b2a6f;};import{getTranslation as _0x24ce74}from'../../utils/common-translations';import{default as _0x2d6d42}from'./basesuggestionthreadview';import{ButtonView as _0xf58857}from'ckeditor5/src/ui';import{icons as _0x30115d}from'ckeditor5/src/core';import{trimHtml as _0x4fb0cf,UserView as _0x5c1fcc}from'ckeditor5-collaboration/src/collaboration-core';export default class zt extends _0x2d6d42{constructor(_0x55210e,_0x5921c5,_0x421c50,_0x545151){super(_0x55210e,_0x5921c5,_0x421c50,_0x545151),this[_0x2b2a('0x28')](_0x2b2a('0x4b'),''),this[_0x2b2a('0x1b')](_0x2b2a('0x4b'))['to'](this,_0x2b2a('0x37'),_0x487095=>_0x487095&&_0x487095[0x0]?_0x487095[0x0][_0x2b2a('0x4b')]:''),this[_0x2b2a('0x1b')](_0x2b2a('0x1e'))['to'](this,'descriptionParts',this,_0x2b2a('0x16'),(_0x43bfee,_0x50b5c2)=>{let _0xb9b1b7='';for(const _0x34d490 of _0x43bfee)_0xb9b1b7+=_0x2b2a('0x4')+ns(_0x34d490[_0x2b2a('0x5')],_0x34d490[_0x2b2a('0x3f')])+'</p>';return _0x50b5c2?_0xb9b1b7:_0x4fb0cf(_0xb9b1b7,{'limit':0x8c});}),this['_descriptionElement']=null,this['acceptButton']=this[_0x2b2a('0x1')](_0x24ce74(_0x55210e,_0x2b2a('0x41')),_0x30115d[_0x2b2a('0xc')],'ck-suggestion--accept','acceptSuggestion','sw'),this['acceptButton']['bind'](_0x2b2a('0x3'))['to'](this,'canAccept'),this[_0x2b2a('0x25')]=this[_0x2b2a('0x1')](_0x24ce74(_0x55210e,_0x2b2a('0x2f')),_0x30115d[_0x2b2a('0x49')],_0x2b2a('0x7'),'discardSuggestion','sw'),this[_0x2b2a('0x25')][_0x2b2a('0x1b')](_0x2b2a('0x3'))['to'](this,_0x2b2a('0x2c')),this[_0x2b2a('0x44')]=new _0x5c1fcc(_0x55210e,this[_0x2b2a('0x4a')][_0x2b2a('0x40')],this[_0x2b2a('0x11')]()),this[_0x2b2a('0x44')]['extendTemplate']({'attributes':{'class':[_0x2b2a('0xd'),_0x2b2a('0x4c')]}}),this['setTemplate'](this[_0x2b2a('0x39')]());}['getTemplate'](){const _0x37462f=this[_0x2b2a('0x3b')],_0x389f88=[{'tag':'div','attributes':{'class':[_0x2b2a('0x36'),_0x2b2a('0x3e')]},'children':[{'tag':_0x2b2a('0x29'),'children':[{'text':this[_0x2b2a('0x44')]['name']}],'attributes':{'class':[_0x2b2a('0x8'),_0x2b2a('0x22')]}},{'tag':'time','attributes':{'datetime':_0x37462f['to'](_0x2b2a('0x21')),'class':[_0x2b2a('0x48'),_0x2b2a('0xa')]},'children':[{'text':_0x37462f['to'](_0x2b2a('0x21'),_0x1b3696=>this[_0x2b2a('0x0')][_0x2b2a('0x6')](_0x1b3696))}]}]},{'tag':_0x2b2a('0x1a'),'attributes':{'class':[_0x2b2a('0x2a'),'ck-annotation__actions']},'children':[this['acceptButton'],this[_0x2b2a('0x25')]]},{'tag':_0x2b2a('0x1a'),'attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model'][_0x2b2a('0x15')]&&_0x389f88[_0x2b2a('0x43')]({'tag':'div','attributes':{'class':[_0x2b2a('0x3c')]},'children':[{'text':this[_0x2b2a('0xe')]()}]});const _0xaccb9a={'tag':_0x2b2a('0x1a'),'attributes':{'class':['ck-suggestion-wrapper',_0x37462f['if'](_0x2b2a('0x16'),_0x2b2a('0x2d')),_0x37462f['to'](_0x2b2a('0x4b'),_0x14050c=>'ck-suggestion-'+_0x14050c),this[_0x2b2a('0x0')][_0x2b2a('0x3d')]&&_0x2b2a('0x33')],'data-suggestion-id':this[_0x2b2a('0x4a')]['id'],'data-thread-id':this[_0x2b2a('0x4a')][_0x2b2a('0x4d')]['id'],'data-author-id':this[_0x2b2a('0x4a')][_0x2b2a('0x40')]['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':['ck-suggestion',_0x2b2a('0xf')]},'children':[this[_0x2b2a('0x44')],{'tag':_0x2b2a('0x1a'),'attributes':{'class':[_0x2b2a('0x2'),_0x2b2a('0x46')]},'children':_0x389f88}]}]};return this[_0x2b2a('0x14')]&&this['commentThreadInputView']&&_0xaccb9a[_0x2b2a('0x20')][_0x2b2a('0x43')](this['commentsListView'],this[_0x2b2a('0x34')]),_0xaccb9a;}[_0x2b2a('0x13')](){super[_0x2b2a('0x13')](),this[_0x2b2a('0x35')]=this[_0x2b2a('0x17')]['querySelector'](_0x2b2a('0x31')),this[_0x2b2a('0x35')]['innerHTML']=this[_0x2b2a('0x1e')],this['on'](_0x2b2a('0x12'),(_0x2ccbaf,_0x3a9548,_0x56142b)=>{this[_0x2b2a('0x35')][_0x2b2a('0x10')]=_0x56142b;});}[_0x2b2a('0x1')](_0x1633e1,_0x1bf079,_0x2a8f9b,_0x5efa24,_0x22c0dd){const _0x1c4552=new _0xf58857(this[_0x2b2a('0x1c')]);return _0x1c4552['set']({'label':_0x1633e1,'icon':_0x1bf079,'tooltip':!0x0,'tooltipPosition':_0x22c0dd}),_0x1c4552[_0x2b2a('0x9')]({'attributes':{'class':_0x2a8f9b}}),_0x1c4552['on'](_0x2b2a('0x47'),()=>{this['fire'](_0x5efa24,this[_0x2b2a('0x4a')]['id']);}),_0x1c4552;}['getExternalSuggestionNote'](){return _0x2b2a('0x42')===this[_0x2b2a('0x4a')][_0x2b2a('0x1d')][_0x2b2a('0x2e')][_0x2b2a('0x38')]?_0x24ce74(this[_0x2b2a('0x1c')],'EXTERNAL_IMPORT_WORD_SUGGESTION'):_0x24ce74(this['locale'],'EXTERNAL_SUGGESTION');}[_0x2b2a('0x11')](){return this[_0x2b2a('0x4a')][_0x2b2a('0x15')]?_0x2b2a('0x42')===this[_0x2b2a('0x4a')]['attributes'][_0x2b2a('0x2e')][_0x2b2a('0x38')]?_0x24ce74(this[_0x2b2a('0x1c')],_0x2b2a('0x23'),this[_0x2b2a('0x4a')][_0x2b2a('0x2b')][_0x2b2a('0x18')]):_0x24ce74(this[_0x2b2a('0x1c')],_0x2b2a('0x32'),this['_model']['creator'][_0x2b2a('0x18')]):null;}}function ns(_0x16af01,_0x4acaae){let _0x460cb9='';return _0x460cb9+=_0x16af01[_0x2b2a('0xb')]('*')[_0x2b2a('0x24')]((_0x475d33,_0x43cfc3)=>_0x43cfc3%0x2!=0x0?_0x2b2a('0x3a')+os(_0x475d33)+_0x2b2a('0x45'):os(_0x475d33))[_0x2b2a('0x30')](''),_0x4acaae&&(_0x460cb9+=_0x2b2a('0x26')+_0x4acaae[_0x2b2a('0x27')]+_0x2b2a('0x1f')+_0x4acaae['title']+_0x2b2a('0x19')),_0x460cb9;}function os(_0x5c752e){const _0x4ccfbb=document['createElement'](_0x2b2a('0x29'));return _0x4ccfbb['innerText']=_0x5c752e,_0x4ccfbb[_0x2b2a('0x10')];}
@@ -1,5 +1,5 @@
1
- /**
2
- * @module track-changes/utils/common-translations
3
- */
4
- import { type Locale } from 'ckeditor5/src/utils';
5
- export declare function getTranslation(locale: Locale, id: string, values?: number | string | ReadonlyArray<number | string>): string;
1
+ /**
2
+ * @module track-changes/utils/common-translations
3
+ */
4
+ import { type Locale } from 'ckeditor5/src/utils';
5
+ 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(_0x4a94d3,_0x5790fb,_0x13965c){const t=_0x4a94d3['t'];switch(_0x5790fb){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',_0x13965c);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x13965c);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x13965c);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x13965c);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x13965c);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',_0x13965c);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x13965c);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',_0x13965c);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x13965c);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x13965c);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x13965c);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x13965c);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x13965c);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x13965c);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x13965c);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x13965c);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x13965c);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x13965c);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x13965c);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x13965c);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x13965c);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x13965c);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'},_0x13965c);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x13965c);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x13965c);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x13965c);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x13965c);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x13965c);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'},_0x13965c);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x13965c);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x13965c);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x13965c);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x13965c);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'},_0x13965c);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x13965c);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'},_0x13965c);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'},_0x13965c);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x13965c);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'},_0x13965c);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x13965c);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'},_0x13965c);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x13965c);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x13965c);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'},_0x13965c);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'},_0x13965c);default:return _0x5790fb;}}
23
+ export function getTranslation(_0x36bc94,_0x13b0e4,_0x54cf25){const t=_0x36bc94['t'];switch(_0x13b0e4){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',_0x54cf25);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x54cf25);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x54cf25);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x54cf25);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x54cf25);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',_0x54cf25);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x54cf25);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',_0x54cf25);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x54cf25);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x54cf25);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x54cf25);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x54cf25);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x54cf25);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x54cf25);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x54cf25);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x54cf25);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x54cf25);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x54cf25);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x54cf25);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x54cf25);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x54cf25);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x54cf25);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'},_0x54cf25);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x54cf25);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x54cf25);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x54cf25);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x54cf25);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x54cf25);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'},_0x54cf25);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x54cf25);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x54cf25);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x54cf25);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x54cf25);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'},_0x54cf25);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x54cf25);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'},_0x54cf25);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'},_0x54cf25);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x54cf25);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'},_0x54cf25);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x54cf25);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'},_0x54cf25);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x54cf25);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x54cf25);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'},_0x54cf25);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'},_0x54cf25);default:return _0x13b0e4;}}
@@ -1,26 +1,26 @@
1
- /**
2
- * @module track-changes/utils/utils
3
- */
4
- import type { Command } from 'ckeditor5/src/core';
5
- import type { DocumentSelection, Model } from 'ckeditor5/src/engine';
6
- import type Suggestion from '../suggestion';
7
- import type { Description } from '../suggestiondescriptionfactory';
8
- /**
9
- * Used in tests for easy suggestion comparison.
10
- */
11
- export declare function normalizeDescription(description: Array<Description> | Description): string;
12
- export declare function sortSuggestions(suggestions: Array<Suggestion>): Array<Suggestion>;
13
- /**
14
- * From the list of passed `suggestions` returns those that are selected by given `selection`.
15
- */
16
- export declare function getSelectedSuggestions(selection: DocumentSelection, suggestions: Array<Suggestion>): Set<Suggestion>;
17
- /**
18
- * How many suggestion actions should be put into one batch when multiple suggestions are accepted or discarded.
19
- */
20
- export declare const MAX_SUGGESTION_ACTIONS_IN_BATCH = 100;
21
- /**
22
- * Executes given `command` for given `suggestions`. If there is a lot of suggestions, the command executions is split into batches.
23
- * There is at most `MAX_SUGGESTION_ACTIONS_IN_BATCH` exeuctions in one batch. As a result, this limits number of actions to be done
24
- * in one undo step but may create multiple undo steps.
25
- */
26
- export declare function executeCommandForSuggestions(model: Model, command: Command, suggestions: Array<Suggestion>): void;
1
+ /**
2
+ * @module track-changes/utils/utils
3
+ */
4
+ import type { Command } from 'ckeditor5/src/core';
5
+ import type { DocumentSelection, Model } from 'ckeditor5/src/engine';
6
+ import type Suggestion from '../suggestion';
7
+ import type { Description } from '../suggestiondescriptionfactory';
8
+ /**
9
+ * Used in tests for easy suggestion comparison.
10
+ */
11
+ export declare function normalizeDescription(description: Array<Description> | Description): string;
12
+ export declare function sortSuggestions(suggestions: Array<Suggestion>): Array<Suggestion>;
13
+ /**
14
+ * From the list of passed `suggestions` returns those that are selected by given `selection`.
15
+ */
16
+ export declare function getSelectedSuggestions(selection: DocumentSelection, suggestions: Array<Suggestion>): Set<Suggestion>;
17
+ /**
18
+ * How many suggestion actions should be put into one batch when multiple suggestions are accepted or discarded.
19
+ */
20
+ export declare const MAX_SUGGESTION_ACTIONS_IN_BATCH = 100;
21
+ /**
22
+ * Executes given `command` for given `suggestions`. If there is a lot of suggestions, the command executions is split into batches.
23
+ * There is at most `MAX_SUGGESTION_ACTIONS_IN_BATCH` exeuctions in one batch. As a result, this limits number of actions to be done
24
+ * in one undo step but may create multiple undo steps.
25
+ */
26
+ export declare function executeCommandForSuggestions(model: Model, command: Command, suggestions: Array<Suggestion>): void;
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3d4a=['isIntersecting','color','createPositionAfter','isCollapsed','type','add','createRange','sort','push','map','isInContent','join','getMarkers','end','createPositionBefore','createPositionAt','schema','deletion','start','value','isTouching','isArray','isMultiRange','replace','getRange','getRanges','\x20[color\x20','next','length'];(function(_0x157015,_0x3d4a87){const _0x1240f6=function(_0x902ec2){while(--_0x902ec2){_0x157015['push'](_0x157015['shift']());}};_0x1240f6(++_0x3d4a87);}(_0x3d4a,0xbe));const _0x1240=function(_0x157015,_0x3d4a87){_0x157015=_0x157015-0x0;let _0x1240f6=_0x3d4a[_0x157015];return _0x1240f6;};export function normalizeDescription(_0x4bab25){return Array[_0x1240('0x5')](_0x4bab25)||(_0x4bab25=[_0x4bab25]),_0x4bab25[_0x1240('0x16')](_0x1b8007=>{const _0x59ecc9=_0x1b8007['content'][_0x1240('0x7')](/\*/g,''),_0x51bb86=_0x1b8007[_0x1240('0xe')]?_0x1240('0xa')+_0x1b8007[_0x1240('0xe')][_0x1240('0x3')]+']':'';return'['+_0x1b8007[_0x1240('0x11')]+']\x20'+_0x59ecc9+_0x51bb86;})[_0x1240('0x18')](';\x20');}export function sortSuggestions(_0xdc30dd){return _0xdc30dd[_0x1240('0x14')]((_0x5c5d6e,_0x4664d7)=>_0x1240('0x1')==_0x5c5d6e[_0x1240('0x11')]&&_0x1240('0x1')!=_0x4664d7[_0x1240('0x11')]?-0x1:_0x1240('0x1')!=_0x5c5d6e[_0x1240('0x11')]&&'deletion'==_0x4664d7[_0x1240('0x11')]?0x1:0x0);}export function getSelectedSuggestions(_0x196533,_0x433333){const _0x354406=Array['from'](_0x196533[_0x1240('0x9')]()),_0x538fbe=new Set();for(const _0x16e952 of _0x433333)if(_0x16e952[_0x1240('0x17')])for(const _0x53cbaa of _0x354406)for(const _0x3a7c51 of _0x16e952[_0x1240('0x19')]()){const _0x325812=_0x3a7c51[_0x1240('0x8')]();(_0x53cbaa[_0x1240('0xd')](_0x325812)||_0x196533[_0x1240('0x10')]&&!_0x16e952[_0x1240('0x6')]&&_0x16e952[_0x1240('0xb')]&&_0x325812[_0x1240('0x1a')]['isTouching'](_0x53cbaa[_0x1240('0x2')]))&&_0x538fbe[_0x1240('0x12')](_0x16e952);}return _0x538fbe;}export function getRangesOfBlockGroups(_0x506361,_0x26e610){let _0x21bab9,_0x4f8f8d=0x0;const _0x165226=[],_0x400ac0=_0x26e610[_0x1240('0x0')];for(;_0x4f8f8d<_0x506361['length'];){const _0x1ed2cb=_0x506361[_0x4f8f8d],_0x467fb5=_0x506361[_0x4f8f8d+0x1];_0x21bab9||(_0x21bab9=_0x26e610[_0x1240('0x1b')](_0x1ed2cb)),co(_0x26e610,_0x1ed2cb,_0x467fb5)||(_0x165226[_0x1240('0x15')](_0x26e610[_0x1240('0x13')](_0x21bab9,_0x400ac0['isObject'](_0x1ed2cb)?_0x26e610[_0x1240('0xf')](_0x1ed2cb):_0x26e610[_0x1240('0x1c')](_0x1ed2cb,_0x1240('0x1a')))),_0x21bab9=null),_0x4f8f8d++;}return _0x165226;}function co(_0x217934,_0x5acc77,_0x9fbfc){if(!_0x9fbfc)return!0x1;const _0x2f321b=_0x217934[_0x1240('0xf')](_0x5acc77),_0x25e21e=_0x217934[_0x1240('0x1b')](_0x9fbfc);return _0x2f321b[_0x1240('0x4')](_0x25e21e);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x5e6915,_0x4a6741,_0x4c3c57){for(;_0x4c3c57[_0x1240('0xc')];){const _0x264407=_0x4c3c57['splice'](0x0,0x64);_0x5e6915['change'](()=>{for(const _0x4b572d of _0x264407)_0x4b572d['isInContent']&&_0x4a6741['execute'](_0x4b572d['id']);});}}
23
+ const _0x406d=['join','isObject','deletion','schema','isArray','color','createPositionAfter','content','isMultiRange','map','\x20[color\x20','type','createPositionBefore','change','length','createPositionAt','getRanges','execute','splice','end','isIntersecting','from','isCollapsed','add','start','isTouching','next','isInContent'];(function(_0x4b5cc1,_0x406dbf){const _0x45561d=function(_0x3e4caf){while(--_0x3e4caf){_0x4b5cc1['push'](_0x4b5cc1['shift']());}};_0x45561d(++_0x406dbf);}(_0x406d,0x1a0));const _0x4556=function(_0x4b5cc1,_0x406dbf){_0x4b5cc1=_0x4b5cc1-0x0;let _0x45561d=_0x406d[_0x4b5cc1];return _0x45561d;};export function normalizeDescription(_0x33d710){return Array[_0x4556('0x8')](_0x33d710)||(_0x33d710=[_0x33d710]),_0x33d710[_0x4556('0xd')](_0x49bb2a=>{const _0x2b3118=_0x49bb2a[_0x4556('0xb')]['replace'](/\*/g,''),_0x91482a=_0x49bb2a[_0x4556('0x9')]?_0x4556('0xe')+_0x49bb2a['color']['value']+']':'';return'['+_0x49bb2a[_0x4556('0xf')]+']\x20'+_0x2b3118+_0x91482a;})[_0x4556('0x4')](';\x20');}export function sortSuggestions(_0x3a040e){return _0x3a040e['sort']((_0x1f8c84,_0x95d62e)=>_0x4556('0x6')==_0x1f8c84[_0x4556('0xf')]&&_0x4556('0x6')!=_0x95d62e[_0x4556('0xf')]?-0x1:_0x4556('0x6')!=_0x1f8c84[_0x4556('0xf')]&&'deletion'==_0x95d62e[_0x4556('0xf')]?0x1:0x0);}export function getSelectedSuggestions(_0xfb1212,_0x409587){const _0x4e593c=Array[_0x4556('0x19')](_0xfb1212[_0x4556('0x14')]()),_0x297704=new Set();for(const _0x5260c6 of _0x409587)if(_0x5260c6[_0x4556('0x3')])for(const _0x2e4223 of _0x4e593c)for(const _0x2c6421 of _0x5260c6['getMarkers']()){const _0x28fd5e=_0x2c6421['getRange']();(_0x2e4223[_0x4556('0x18')](_0x28fd5e)||_0xfb1212[_0x4556('0x1a')]&&!_0x5260c6[_0x4556('0xc')]&&_0x5260c6[_0x4556('0x2')]&&_0x28fd5e[_0x4556('0x17')][_0x4556('0x1')](_0x2e4223[_0x4556('0x0')]))&&_0x297704[_0x4556('0x1b')](_0x5260c6);}return _0x297704;}export function getRangesOfBlockGroups(_0x2451c0,_0x1e643c){let _0x330f1a,_0x38cff5=0x0;const _0x12e271=[],_0x4dda49=_0x1e643c[_0x4556('0x7')];for(;_0x38cff5<_0x2451c0[_0x4556('0x12')];){const _0x2850a0=_0x2451c0[_0x38cff5],_0x206068=_0x2451c0[_0x38cff5+0x1];_0x330f1a||(_0x330f1a=_0x1e643c['createPositionBefore'](_0x2850a0)),co(_0x1e643c,_0x2850a0,_0x206068)||(_0x12e271['push'](_0x1e643c['createRange'](_0x330f1a,_0x4dda49[_0x4556('0x5')](_0x2850a0)?_0x1e643c['createPositionAfter'](_0x2850a0):_0x1e643c[_0x4556('0x13')](_0x2850a0,_0x4556('0x17')))),_0x330f1a=null),_0x38cff5++;}return _0x12e271;}function co(_0x2d3feb,_0x443280,_0x5742bf){if(!_0x5742bf)return!0x1;const _0x5ae27e=_0x2d3feb[_0x4556('0xa')](_0x443280),_0x2a4f8b=_0x2d3feb[_0x4556('0x10')](_0x5742bf);return _0x5ae27e[_0x4556('0x1')](_0x2a4f8b);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x12e4da,_0x3038f4,_0x18b0d9){for(;_0x18b0d9[_0x4556('0x12')];){const _0x36da60=_0x18b0d9[_0x4556('0x16')](0x0,0x64);_0x12e4da[_0x4556('0x11')](()=>{for(const _0x1755b7 of _0x36da60)_0x1755b7[_0x4556('0x3')]&&_0x3038f4[_0x4556('0x15')](_0x1755b7['id']);});}}