@ckeditor/ckeditor5-track-changes 40.0.0 → 40.2.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.
- package/CHANGELOG.md +15 -15
- package/LICENSE.md +3 -3
- package/README.md +1 -1
- package/build/track-changes.js +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +20 -1
- package/lang/translations/ar.po +78 -2
- package/lang/translations/az.po +77 -1
- package/lang/translations/bg.po +78 -2
- package/lang/translations/bn.po +78 -2
- package/lang/translations/ca.po +78 -2
- package/lang/translations/cs.po +78 -2
- package/lang/translations/da.po +78 -2
- package/lang/translations/de.po +78 -2
- package/lang/translations/el.po +78 -2
- package/lang/translations/en-au.po +78 -2
- package/lang/translations/en.po +78 -2
- package/lang/translations/es.po +78 -2
- package/lang/translations/et.po +78 -2
- package/lang/translations/fi.po +78 -2
- package/lang/translations/fr.po +78 -2
- package/lang/translations/gl.po +90 -14
- package/lang/translations/he.po +78 -2
- package/lang/translations/hi.po +78 -2
- package/lang/translations/hr.po +78 -2
- package/lang/translations/hu.po +78 -2
- package/lang/translations/id.po +78 -2
- package/lang/translations/it.po +78 -2
- package/lang/translations/ja.po +78 -2
- package/lang/translations/ko.po +78 -2
- package/lang/translations/lt.po +78 -2
- package/lang/translations/lv.po +78 -2
- package/lang/translations/ms.po +78 -2
- package/lang/translations/nl.po +78 -2
- package/lang/translations/no.po +78 -2
- package/lang/translations/pl.po +78 -2
- package/lang/translations/pt-br.po +96 -20
- package/lang/translations/pt.po +78 -2
- package/lang/translations/ro.po +78 -2
- package/lang/translations/ru.po +78 -2
- package/lang/translations/sk.po +78 -2
- package/lang/translations/sq.po +77 -1
- package/lang/translations/sr-latn.po +78 -2
- package/lang/translations/sr.po +78 -2
- package/lang/translations/sv.po +78 -2
- package/lang/translations/th.po +78 -2
- package/lang/translations/tk.po +77 -1
- package/lang/translations/tr.po +78 -2
- package/lang/translations/tt.po +77 -1
- package/lang/translations/uk.po +78 -2
- package/lang/translations/ur.po +77 -1
- package/lang/translations/vi.po +78 -2
- package/lang/translations/zh-cn.po +78 -2
- package/lang/translations/zh.po +78 -2
- package/package.json +3 -3
- package/src/augmentation.d.ts +40 -40
- package/src/commands/acceptsuggestioncommand.d.ts +24 -24
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.d.ts +24 -24
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.d.ts +24 -24
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.d.ts +24 -24
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.d.ts +26 -26
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +16 -16
- package/src/integrations/aiassistant.d.ts +17 -17
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.d.ts +17 -17
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.d.ts +17 -17
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.d.ts +17 -17
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.d.ts +17 -17
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.d.ts +17 -17
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.d.ts +14 -14
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.d.ts +17 -17
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.d.ts +17 -17
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.d.ts +29 -29
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.d.ts +16 -16
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.d.ts +21 -21
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.d.ts +17 -17
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +17 -17
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.d.ts +17 -17
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.d.ts +17 -17
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.d.ts +17 -17
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.d.ts +17 -17
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.d.ts +17 -17
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.d.ts +17 -23
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.d.ts +17 -0
- package/src/integrations/imagestyle.js +23 -0
- package/src/integrations/importword.d.ts +18 -18
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.d.ts +17 -17
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.d.ts +16 -16
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.d.ts +17 -17
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.d.ts +17 -17
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.d.ts +29 -29
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.d.ts +17 -17
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.d.ts +17 -17
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.d.ts +17 -17
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.d.ts +17 -17
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.d.ts +17 -17
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.d.ts +17 -17
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.d.ts +16 -16
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.d.ts +17 -17
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.d.ts +17 -18
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.d.ts +42 -42
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.d.ts +22 -22
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.d.ts +19 -19
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.d.ts +26 -26
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.d.ts +22 -22
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.d.ts +22 -22
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +17 -17
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.d.ts +27 -27
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +17 -17
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.d.ts +17 -17
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.d.ts +17 -17
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.d.ts +21 -21
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +291 -276
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.d.ts +183 -163
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.d.ts +180 -244
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +78 -75
- package/src/trackchangesdata.d.ts +41 -41
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +524 -468
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.d.ts +38 -38
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +37 -37
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.d.ts +170 -170
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +182 -182
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.d.ts +9 -9
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +30 -30
- package/src/utils/utils.js +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/
|
|
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/trackchangesconfig~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
|
|
23
|
+
const _0x3829=['value','ck-suggestion__actions','canDiscard','ck-suggestion__info-name','isEnabled','bind','ck-suggestion__user','discardSuggestion','ck-suggestion__main','EXTERNAL_AVATAR','innerText','isActive','content','discardButton','ck-annotation__actions','fire','importWord','acceptButton','ck-comment__external','_createButton','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','disableComments','ck-suggestion--disabled-comments','editorReady','set','span','<span\x20class=\x22ck-suggestion-type\x22>','delegate','ck-suggestion__info','_descriptionElement','userView','innerHTML','setTemplate','formatDateTime','locale','push','ck-annotation__main','source','commentThreadInputView','EXTERNAL_IMPORT_WORD_SUGGESTION','getExternalSuggestionNote','bindTemplate','ck-annotation__info-name','getTemplate','ck-suggestion','ck-comment__info-time','_config','commentsListView','ck-suggestion--accept','author','attributes','creator','name','color','ck-annotation__info','join','render','time','element','ck-suggestion-wrapper','commentThread','ck-suggestion-wrapper--active','Discard\x20suggestion','getUserViewNotificationText','isExternal','ck-annotation__content-wrapper','authoredAt','check','Accept\x20suggestion','</span>','_model','@external','acceptSuggestion','\x22></span>','EXTERNAL_IMPORT_WORD_AVATAR','type','ck-annotation','div','editorDestroyed','split','ck-annotation__info-time','extendTemplate','description','descriptionParts','<p>'];(function(_0x5a09f1,_0x382987){const _0xa8b6ef=function(_0x196ad8){while(--_0x196ad8){_0x5a09f1['push'](_0x5a09f1['shift']());}};_0xa8b6ef(++_0x382987);}(_0x3829,0x1de));const _0xa8b6=function(_0x5a09f1,_0x382987){_0x5a09f1=_0x5a09f1-0x0;let _0xa8b6ef=_0x3829[_0x5a09f1];return _0xa8b6ef;};import{getTranslation as _0x3d49b8}from'../../utils/common-translations';import{default as _0x5c230f}from'./basesuggestionthreadview';import{ButtonView as _0xb48877}from'ckeditor5/src/ui';import{icons as _0x1d4fe4}from'ckeditor5/src/core';import{trimHtml as _0x772657,UserView as _0xf421c6}from'ckeditor5-collaboration/src/collaboration-core';export default class Xt extends _0x5c230f{constructor(_0x5166e5,_0x553ecf,_0x5dbeb9,_0xce98f8){super(_0x5166e5,_0x553ecf,_0x5dbeb9,_0xce98f8),this[_0xa8b6('0x38')](_0xa8b6('0x16'),''),this[_0xa8b6('0x25')]('type')['to'](this,_0xa8b6('0x1e'),_0x3a0e31=>_0x3a0e31&&_0x3a0e31[0x0]?_0x3a0e31[0x0][_0xa8b6('0x16')]:''),this[_0xa8b6('0x25')](_0xa8b6('0x1d'))['to'](this,'descriptionParts',this,_0xa8b6('0x2b'),(_0x5b6157,_0x533f1d)=>{let _0x36c982='';for(const _0x86e119 of _0x5b6157)_0x36c982+=_0xa8b6('0x1f')+ci(_0x86e119[_0xa8b6('0x2c')],_0x86e119[_0xa8b6('0x0')])+'</p>';return _0x533f1d?_0x36c982:_0x772657(_0x36c982,{'limit':0x8c});}),this[_0xa8b6('0x3d')]=null,this[_0xa8b6('0x31')]=this[_0xa8b6('0x33')](_0x3d49b8(_0x5166e5,_0xa8b6('0xf')),_0x1d4fe4[_0xa8b6('0xe')],_0xa8b6('0x50'),_0xa8b6('0x13'),'sw'),this[_0xa8b6('0x31')][_0xa8b6('0x25')](_0xa8b6('0x24'))['to'](this,'canAccept'),this[_0xa8b6('0x2d')]=this[_0xa8b6('0x33')](_0x3d49b8(_0x5166e5,_0xa8b6('0x9')),_0x1d4fe4['cancel'],'ck-suggestion--discard',_0xa8b6('0x27'),'sw'),this[_0xa8b6('0x2d')]['bind'](_0xa8b6('0x24'))['to'](this,_0xa8b6('0x22')),this[_0xa8b6('0x3e')]=new _0xf421c6(_0x5166e5,this[_0xa8b6('0x11')][_0xa8b6('0x51')],this[_0xa8b6('0xa')]()),this[_0xa8b6('0x3e')][_0xa8b6('0x1c')]({'attributes':{'class':[_0xa8b6('0x26'),'ck-annotation__user']}}),this[_0xa8b6('0x40')](this[_0xa8b6('0x4b')]());}[_0xa8b6('0x4b')](){const _0x3fc950=this[_0xa8b6('0x49')],_0x470725=[{'tag':_0xa8b6('0x18'),'attributes':{'class':[_0xa8b6('0x3c'),_0xa8b6('0x1')]},'children':[{'tag':_0xa8b6('0x39'),'children':[{'text':this[_0xa8b6('0x3e')][_0xa8b6('0x54')]}],'attributes':{'class':[_0xa8b6('0x23'),_0xa8b6('0x4a')]}},{'tag':_0xa8b6('0x4'),'attributes':{'datetime':_0x3fc950['to'](_0xa8b6('0xd')),'class':[_0xa8b6('0x4d'),_0xa8b6('0x1b')]},'children':[{'text':_0x3fc950['to'](_0xa8b6('0xd'),_0x2a376f=>this['_config'][_0xa8b6('0x41')](_0x2a376f))}]}]},{'tag':_0xa8b6('0x18'),'attributes':{'class':[_0xa8b6('0x21'),_0xa8b6('0x2e')]},'children':[this[_0xa8b6('0x31')],this[_0xa8b6('0x2d')]]},{'tag':_0xa8b6('0x18'),'attributes':{'class':[_0xa8b6('0xc')]}}];this['_model'][_0xa8b6('0xb')]&&_0x470725['push']({'tag':_0xa8b6('0x18'),'attributes':{'class':[_0xa8b6('0x32')]},'children':[{'text':this[_0xa8b6('0x48')]()}]});const _0x2c7c6c={'tag':_0xa8b6('0x18'),'attributes':{'class':[_0xa8b6('0x6'),_0x3fc950['if'](_0xa8b6('0x2b'),_0xa8b6('0x8')),_0x3fc950['to'](_0xa8b6('0x16'),_0xeeeffd=>'ck-suggestion-'+_0xeeeffd),this[_0xa8b6('0x4e')][_0xa8b6('0x35')]&&_0xa8b6('0x36')],'data-suggestion-id':this[_0xa8b6('0x11')]['id'],'data-thread-id':this[_0xa8b6('0x11')][_0xa8b6('0x7')]['id'],'data-author-id':this[_0xa8b6('0x11')][_0xa8b6('0x51')]['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':[_0xa8b6('0x4c'),_0xa8b6('0x17')]},'children':[this[_0xa8b6('0x3e')],{'tag':'div','attributes':{'class':[_0xa8b6('0x28'),_0xa8b6('0x44')]},'children':_0x470725}]}]};return this[_0xa8b6('0x4f')]&&this[_0xa8b6('0x46')]&&(_0x2c7c6c['children'][_0xa8b6('0x43')](this[_0xa8b6('0x4f')],this[_0xa8b6('0x46')]),this[_0xa8b6('0x4f')][_0xa8b6('0x3b')](_0xa8b6('0x37'))['to'](this),this['commentsListView'][_0xa8b6('0x3b')](_0xa8b6('0x19'))['to'](this),this[_0xa8b6('0x46')][_0xa8b6('0x3b')](_0xa8b6('0x37'))['to'](this),this[_0xa8b6('0x46')][_0xa8b6('0x3b')](_0xa8b6('0x19'))['to'](this)),_0x2c7c6c;}[_0xa8b6('0x3')](){super[_0xa8b6('0x3')](),this['_descriptionElement']=this[_0xa8b6('0x5')]['querySelector']('.ck-annotation__content-wrapper'),this[_0xa8b6('0x3d')][_0xa8b6('0x3f')]=this[_0xa8b6('0x1d')],this['on']('change:description',(_0x41b411,_0x3a8bbe,_0x874452)=>{this[_0xa8b6('0x3d')][_0xa8b6('0x3f')]=_0x874452;});}['_createButton'](_0x183a7e,_0x360b21,_0x5d3d72,_0x332fa8,_0x1a2782){const _0x389cbf=new _0xb48877(this[_0xa8b6('0x42')]);return _0x389cbf[_0xa8b6('0x38')]({'label':_0x183a7e,'icon':_0x360b21,'tooltip':!0x0,'tooltipPosition':_0x1a2782}),_0x389cbf[_0xa8b6('0x1c')]({'attributes':{'class':_0x5d3d72}}),_0x389cbf['on']('execute',()=>{this[_0xa8b6('0x2f')](_0x332fa8,this[_0xa8b6('0x11')]['id']);}),_0x389cbf;}[_0xa8b6('0x48')](){return _0xa8b6('0x30')===this[_0xa8b6('0x11')][_0xa8b6('0x52')][_0xa8b6('0x12')][_0xa8b6('0x45')]?_0x3d49b8(this[_0xa8b6('0x42')],_0xa8b6('0x47')):_0x3d49b8(this['locale'],'EXTERNAL_SUGGESTION');}[_0xa8b6('0xa')](){return this['_model'][_0xa8b6('0xb')]?_0xa8b6('0x30')===this[_0xa8b6('0x11')][_0xa8b6('0x52')][_0xa8b6('0x12')][_0xa8b6('0x45')]?_0x3d49b8(this[_0xa8b6('0x42')],_0xa8b6('0x15'),this[_0xa8b6('0x11')][_0xa8b6('0x53')][_0xa8b6('0x54')]):_0x3d49b8(this[_0xa8b6('0x42')],_0xa8b6('0x29'),this[_0xa8b6('0x11')][_0xa8b6('0x53')][_0xa8b6('0x54')]):null;}}function ci(_0x8e7f5d,_0x1f39c7){let _0x25981c='';return _0x25981c+=_0x8e7f5d[_0xa8b6('0x1a')]('*')['map']((_0x43b58c,_0x3af496)=>_0x3af496%0x2!=0x0?_0xa8b6('0x3a')+ri(_0x43b58c)+_0xa8b6('0x10'):ri(_0x43b58c))[_0xa8b6('0x2')](''),_0x1f39c7&&(_0x25981c+=_0xa8b6('0x34')+_0x1f39c7[_0xa8b6('0x20')]+'\x22\x20title=\x22'+_0x1f39c7['title']+_0xa8b6('0x14')),_0x25981c;}function ri(_0x31fd0f){const _0x53a8de=document['createElement'](_0xa8b6('0x39'));return _0x53a8de[_0xa8b6('0x2a')]=_0x31fd0f,_0x53a8de['innerHTML'];}
|
|
@@ -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(_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;}}
|
|
23
|
+
export function getTranslation(_0x141fba,_0x4d397a,_0xf9cadc){const t=_0x141fba['t'];switch(_0x4d397a){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',_0xf9cadc);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0xf9cadc);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0xf9cadc);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0xf9cadc);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0xf9cadc);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',_0xf9cadc);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0xf9cadc);case'*Replace\x20image\x20URL*':return t('*Replace\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',_0xf9cadc);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0xf9cadc);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0xf9cadc);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0xf9cadc);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0xf9cadc);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0xf9cadc);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0xf9cadc);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0xf9cadc);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0xf9cadc);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0xf9cadc);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0xf9cadc);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0xf9cadc);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0xf9cadc);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0xf9cadc);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0xf9cadc);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0xf9cadc);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'},_0xf9cadc);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0xf9cadc);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0xf9cadc);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0xf9cadc);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0xf9cadc);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0xf9cadc);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'},_0xf9cadc);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0xf9cadc);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0xf9cadc);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0xf9cadc);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0xf9cadc);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});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_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});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'},_0xf9cadc);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0xf9cadc);case'FORMAT_ALIGNMENT':return t({'string':'alignment','id':'FORMAT_ALIGNMENT'});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'},_0xf9cadc);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'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});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'},_0xf9cadc);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0xf9cadc);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'},_0xf9cadc);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0xf9cadc);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'},_0xf9cadc);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0xf9cadc);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0xf9cadc);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'},_0xf9cadc);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'},_0xf9cadc);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0x4d397a;}}
|
package/src/utils/utils.d.ts
CHANGED
|
@@ -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;
|