@atlaskit/editor-common 112.21.3 → 113.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/dist/cjs/ai-messages/ai-config-items.js +10 -0
- package/dist/cjs/ai-messages/ai-suggestions.js +15 -0
- package/dist/cjs/analytics/types/table-events.js +2 -0
- package/dist/cjs/messages/help-dialog.js +25 -0
- package/dist/cjs/messages/table.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/node-width/index.js +2 -2
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +2 -1
- package/dist/cjs/styles/shared/table.js +2 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/browser.js +8 -97
- package/dist/cjs/utils/index.js +0 -7
- package/dist/es2019/ai-messages/ai-config-items.js +10 -0
- package/dist/es2019/ai-messages/ai-suggestions.js +15 -0
- package/dist/es2019/analytics/types/table-events.js +2 -0
- package/dist/es2019/messages/help-dialog.js +25 -0
- package/dist/es2019/messages/table.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/node-width/index.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +3 -2
- package/dist/es2019/styles/shared/table.js +2 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/browser.js +0 -89
- package/dist/es2019/utils/index.js +0 -8
- package/dist/esm/ai-messages/ai-config-items.js +10 -0
- package/dist/esm/ai-messages/ai-suggestions.js +15 -0
- package/dist/esm/analytics/types/table-events.js +2 -0
- package/dist/esm/messages/help-dialog.js +25 -0
- package/dist/esm/messages/table.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/node-width/index.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +3 -2
- package/dist/esm/styles/shared/table.js +2 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/browser.js +7 -96
- package/dist/esm/utils/index.js +0 -8
- package/dist/types/ai-messages/ai-config-items.d.ts +155 -145
- package/dist/types/ai-messages/ai-suggestions.d.ts +15 -0
- package/dist/types/analytics/types/table-events.d.ts +17 -2
- package/dist/types/messages/help-dialog.d.ts +25 -0
- package/dist/types/messages/table.d.ts +152 -147
- package/dist/types/node-width/index.d.ts +1 -0
- package/dist/types/styles/shared/table.d.ts +1 -0
- package/dist/types/utils/browser.d.ts +0 -10
- package/dist/types/utils/index.d.ts +0 -8
- package/dist/types-ts4.5/ai-messages/ai-config-items.d.ts +155 -145
- package/dist/types-ts4.5/ai-messages/ai-suggestions.d.ts +15 -0
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +17 -2
- package/dist/types-ts4.5/messages/help-dialog.d.ts +25 -0
- package/dist/types-ts4.5/messages/table.d.ts +152 -147
- package/dist/types-ts4.5/node-width/index.d.ts +1 -0
- package/dist/types-ts4.5/styles/shared/table.d.ts +1 -0
- package/dist/types-ts4.5/utils/browser.d.ts +0 -10
- package/dist/types-ts4.5/utils/index.d.ts +0 -8
- package/package.json +12 -12
|
@@ -1,407 +1,417 @@
|
|
|
1
1
|
export declare const aiConfigItemMessages: {
|
|
2
|
-
|
|
3
|
-
id: string;
|
|
2
|
+
addPolishDescription: {
|
|
4
3
|
defaultMessage: string;
|
|
5
4
|
description: string;
|
|
6
|
-
};
|
|
7
|
-
agentConfigDescription: {
|
|
8
5
|
id: string;
|
|
6
|
+
};
|
|
7
|
+
addPolishTitle: {
|
|
9
8
|
defaultMessage: string;
|
|
10
9
|
description: string;
|
|
11
|
-
};
|
|
12
|
-
agentConfigPromptHint: {
|
|
13
10
|
id: string;
|
|
11
|
+
};
|
|
12
|
+
adjustLengthNestingParentShortTitle: {
|
|
14
13
|
defaultMessage: string;
|
|
15
14
|
description: string;
|
|
16
|
-
};
|
|
17
|
-
configActionInsert: {
|
|
18
15
|
id: string;
|
|
16
|
+
};
|
|
17
|
+
adjustLengthNestingParentTitle: {
|
|
19
18
|
defaultMessage: string;
|
|
20
19
|
description: string;
|
|
21
|
-
};
|
|
22
|
-
configActionInsertAtTop: {
|
|
23
20
|
id: string;
|
|
21
|
+
};
|
|
22
|
+
agentConfigDescription: {
|
|
24
23
|
defaultMessage: string;
|
|
25
24
|
description: string;
|
|
26
|
-
};
|
|
27
|
-
configActionInsertBelow: {
|
|
28
25
|
id: string;
|
|
26
|
+
};
|
|
27
|
+
agentConfigPromptHint: {
|
|
29
28
|
defaultMessage: string;
|
|
30
29
|
description: string;
|
|
31
|
-
};
|
|
32
|
-
configActionInsertBelowOriginal: {
|
|
33
30
|
id: string;
|
|
31
|
+
};
|
|
32
|
+
agentConfigTitle: {
|
|
34
33
|
defaultMessage: string;
|
|
35
34
|
description: string;
|
|
36
|
-
};
|
|
37
|
-
configActionReplace: {
|
|
38
35
|
id: string;
|
|
36
|
+
};
|
|
37
|
+
atlasShortenUpdateDescription: {
|
|
39
38
|
defaultMessage: string;
|
|
40
39
|
description: string;
|
|
41
|
-
};
|
|
42
|
-
configActionReplaceTitle: {
|
|
43
40
|
id: string;
|
|
41
|
+
};
|
|
42
|
+
atlasShortenUpdatetitle: {
|
|
44
43
|
defaultMessage: string;
|
|
45
44
|
description: string;
|
|
46
|
-
};
|
|
47
|
-
configActionReplaceTitleTooLongDisabledTooltip: {
|
|
48
45
|
id: string;
|
|
46
|
+
};
|
|
47
|
+
brainstormDescription: {
|
|
49
48
|
defaultMessage: string;
|
|
50
49
|
description: string;
|
|
51
|
-
};
|
|
52
|
-
configActionContinueInChatLabel: {
|
|
53
50
|
id: string;
|
|
51
|
+
};
|
|
52
|
+
brainstormPromptHint: {
|
|
54
53
|
defaultMessage: string;
|
|
55
54
|
description: string;
|
|
56
|
-
};
|
|
57
|
-
configActionContinueChatLabel: {
|
|
58
55
|
id: string;
|
|
56
|
+
};
|
|
57
|
+
brainstormPromptLabel: {
|
|
59
58
|
defaultMessage: string;
|
|
60
59
|
description: string;
|
|
61
|
-
};
|
|
62
|
-
configActionEdit: {
|
|
63
60
|
id: string;
|
|
61
|
+
};
|
|
62
|
+
brainstormTitle: {
|
|
64
63
|
defaultMessage: string;
|
|
65
64
|
description: string;
|
|
66
|
-
};
|
|
67
|
-
atlasShortenUpdatetitle: {
|
|
68
65
|
id: string;
|
|
66
|
+
};
|
|
67
|
+
changeToneCasualToneDescription: {
|
|
69
68
|
defaultMessage: string;
|
|
70
69
|
description: string;
|
|
71
|
-
};
|
|
72
|
-
atlasShortenUpdateDescription: {
|
|
73
70
|
id: string;
|
|
71
|
+
};
|
|
72
|
+
changeToneCasualToneSelectionToolbarDropdownItemTitle: {
|
|
74
73
|
defaultMessage: string;
|
|
75
74
|
description: string;
|
|
76
|
-
};
|
|
77
|
-
brainstormTitle: {
|
|
78
75
|
id: string;
|
|
76
|
+
};
|
|
77
|
+
changeToneCasualToneShortTitle: {
|
|
79
78
|
defaultMessage: string;
|
|
80
79
|
description: string;
|
|
81
|
-
};
|
|
82
|
-
brainstormDescription: {
|
|
83
80
|
id: string;
|
|
81
|
+
};
|
|
82
|
+
changeToneCasualToneTitle: {
|
|
84
83
|
defaultMessage: string;
|
|
85
84
|
description: string;
|
|
86
|
-
};
|
|
87
|
-
brainstormPromptLabel: {
|
|
88
85
|
id: string;
|
|
86
|
+
};
|
|
87
|
+
changeToneEducationalToneDescription: {
|
|
89
88
|
defaultMessage: string;
|
|
90
89
|
description: string;
|
|
91
|
-
};
|
|
92
|
-
brainstormPromptHint: {
|
|
93
90
|
id: string;
|
|
91
|
+
};
|
|
92
|
+
changeToneEducationalToneSelectionToolbarDropdownItemTitle: {
|
|
94
93
|
defaultMessage: string;
|
|
95
94
|
description: string;
|
|
96
|
-
};
|
|
97
|
-
adjustLengthNestingParentTitle: {
|
|
98
95
|
id: string;
|
|
96
|
+
};
|
|
97
|
+
changeToneEducationalToneShortTitle: {
|
|
99
98
|
defaultMessage: string;
|
|
100
99
|
description: string;
|
|
101
|
-
};
|
|
102
|
-
adjustLengthNestingParentShortTitle: {
|
|
103
100
|
id: string;
|
|
101
|
+
};
|
|
102
|
+
changeToneEducationalToneTitle: {
|
|
104
103
|
defaultMessage: string;
|
|
105
104
|
description: string;
|
|
106
|
-
};
|
|
107
|
-
changeToneNestingParentTitlePostGA: {
|
|
108
105
|
id: string;
|
|
106
|
+
};
|
|
107
|
+
changeToneEmpatheticToneDescription: {
|
|
109
108
|
defaultMessage: string;
|
|
110
109
|
description: string;
|
|
110
|
+
id: string;
|
|
111
111
|
};
|
|
112
|
-
|
|
112
|
+
changeToneEmpatheticToneSelectionToolbarDropdownItemTitle: {
|
|
113
|
+
defaultMessage: string;
|
|
114
|
+
description: string;
|
|
113
115
|
id: string;
|
|
116
|
+
};
|
|
117
|
+
changeToneEmpatheticToneShortTitle: {
|
|
114
118
|
defaultMessage: string;
|
|
115
119
|
description: string;
|
|
120
|
+
id: string;
|
|
116
121
|
};
|
|
117
|
-
|
|
122
|
+
changeToneEmpatheticToneTitle: {
|
|
123
|
+
defaultMessage: string;
|
|
124
|
+
description: string;
|
|
118
125
|
id: string;
|
|
126
|
+
};
|
|
127
|
+
changeToneNestingParentTitlePostGA: {
|
|
119
128
|
defaultMessage: string;
|
|
120
129
|
description: string;
|
|
130
|
+
id: string;
|
|
121
131
|
};
|
|
122
132
|
changeToneNeutralToneDescription: {
|
|
123
|
-
id: string;
|
|
124
133
|
defaultMessage: string;
|
|
125
134
|
description: string;
|
|
135
|
+
id: string;
|
|
126
136
|
};
|
|
127
137
|
changeToneNeutralToneSelectionToolbarDropdownItemTitle: {
|
|
128
|
-
id: string;
|
|
129
138
|
defaultMessage: string;
|
|
130
139
|
description: string;
|
|
131
|
-
};
|
|
132
|
-
changeToneProfessionalToneTitle: {
|
|
133
140
|
id: string;
|
|
141
|
+
};
|
|
142
|
+
changeToneNeutralToneShortTitle: {
|
|
134
143
|
defaultMessage: string;
|
|
135
144
|
description: string;
|
|
136
|
-
};
|
|
137
|
-
changeToneProfessionalToneShortTitle: {
|
|
138
145
|
id: string;
|
|
146
|
+
};
|
|
147
|
+
changeToneNeutralToneTitle: {
|
|
139
148
|
defaultMessage: string;
|
|
140
149
|
description: string;
|
|
150
|
+
id: string;
|
|
141
151
|
};
|
|
142
152
|
changeToneProfessionalToneDescription: {
|
|
143
|
-
id: string;
|
|
144
153
|
defaultMessage: string;
|
|
145
154
|
description: string;
|
|
155
|
+
id: string;
|
|
146
156
|
};
|
|
147
157
|
changeToneProfessionalToneSelectionToolbarDropdownItemTitle: {
|
|
148
|
-
id: string;
|
|
149
158
|
defaultMessage: string;
|
|
150
159
|
description: string;
|
|
151
|
-
};
|
|
152
|
-
changeToneCasualToneTitle: {
|
|
153
160
|
id: string;
|
|
154
|
-
defaultMessage: string;
|
|
155
|
-
description: string;
|
|
156
161
|
};
|
|
157
|
-
|
|
158
|
-
id: string;
|
|
162
|
+
changeToneProfessionalToneShortTitle: {
|
|
159
163
|
defaultMessage: string;
|
|
160
164
|
description: string;
|
|
161
|
-
};
|
|
162
|
-
changeToneCasualToneDescription: {
|
|
163
165
|
id: string;
|
|
166
|
+
};
|
|
167
|
+
changeToneProfessionalToneTitle: {
|
|
164
168
|
defaultMessage: string;
|
|
165
169
|
description: string;
|
|
166
|
-
};
|
|
167
|
-
changeToneCasualToneSelectionToolbarDropdownItemTitle: {
|
|
168
170
|
id: string;
|
|
171
|
+
};
|
|
172
|
+
configActionContinueChatLabel: {
|
|
169
173
|
defaultMessage: string;
|
|
170
174
|
description: string;
|
|
171
|
-
};
|
|
172
|
-
changeToneEducationalToneTitle: {
|
|
173
175
|
id: string;
|
|
176
|
+
};
|
|
177
|
+
configActionContinueInChatLabel: {
|
|
174
178
|
defaultMessage: string;
|
|
175
179
|
description: string;
|
|
176
|
-
};
|
|
177
|
-
changeToneEducationalToneShortTitle: {
|
|
178
180
|
id: string;
|
|
181
|
+
};
|
|
182
|
+
configActionEdit: {
|
|
179
183
|
defaultMessage: string;
|
|
180
184
|
description: string;
|
|
181
|
-
};
|
|
182
|
-
changeToneEducationalToneDescription: {
|
|
183
185
|
id: string;
|
|
186
|
+
};
|
|
187
|
+
configActionInsert: {
|
|
184
188
|
defaultMessage: string;
|
|
185
189
|
description: string;
|
|
186
|
-
};
|
|
187
|
-
changeToneEducationalToneSelectionToolbarDropdownItemTitle: {
|
|
188
190
|
id: string;
|
|
191
|
+
};
|
|
192
|
+
configActionInsertAtTop: {
|
|
189
193
|
defaultMessage: string;
|
|
190
194
|
description: string;
|
|
191
|
-
};
|
|
192
|
-
changeToneEmpatheticToneTitle: {
|
|
193
195
|
id: string;
|
|
196
|
+
};
|
|
197
|
+
configActionInsertBelow: {
|
|
194
198
|
defaultMessage: string;
|
|
195
199
|
description: string;
|
|
196
|
-
};
|
|
197
|
-
changeToneEmpatheticToneShortTitle: {
|
|
198
200
|
id: string;
|
|
201
|
+
};
|
|
202
|
+
configActionInsertBelowOriginal: {
|
|
199
203
|
defaultMessage: string;
|
|
200
204
|
description: string;
|
|
201
|
-
};
|
|
202
|
-
changeToneEmpatheticToneDescription: {
|
|
203
205
|
id: string;
|
|
206
|
+
};
|
|
207
|
+
configActionReplace: {
|
|
204
208
|
defaultMessage: string;
|
|
205
209
|
description: string;
|
|
206
|
-
};
|
|
207
|
-
changeToneEmpatheticToneSelectionToolbarDropdownItemTitle: {
|
|
208
210
|
id: string;
|
|
211
|
+
};
|
|
212
|
+
configActionReplaceTitle: {
|
|
209
213
|
defaultMessage: string;
|
|
210
214
|
description: string;
|
|
211
|
-
};
|
|
212
|
-
convertToBulletListTitle: {
|
|
213
215
|
id: string;
|
|
216
|
+
};
|
|
217
|
+
configActionReplaceTitleTooLongDisabledTooltip: {
|
|
214
218
|
defaultMessage: string;
|
|
215
219
|
description: string;
|
|
220
|
+
id: string;
|
|
216
221
|
};
|
|
217
222
|
convertToBulletListDescription: {
|
|
218
|
-
id: string;
|
|
219
223
|
defaultMessage: string;
|
|
220
224
|
description: string;
|
|
221
|
-
};
|
|
222
|
-
convertToTableTitle: {
|
|
223
225
|
id: string;
|
|
226
|
+
};
|
|
227
|
+
convertToBulletListTitle: {
|
|
224
228
|
defaultMessage: string;
|
|
225
229
|
description: string;
|
|
230
|
+
id: string;
|
|
226
231
|
};
|
|
227
232
|
convertToTableDescription: {
|
|
228
|
-
id: string;
|
|
229
233
|
defaultMessage: string;
|
|
230
234
|
description: string;
|
|
231
|
-
};
|
|
232
|
-
draftReplyTitle: {
|
|
233
235
|
id: string;
|
|
236
|
+
};
|
|
237
|
+
convertToTableTitle: {
|
|
234
238
|
defaultMessage: string;
|
|
235
239
|
description: string;
|
|
240
|
+
id: string;
|
|
236
241
|
};
|
|
237
242
|
draftReplyDescription: {
|
|
238
|
-
id: string;
|
|
239
243
|
defaultMessage: string;
|
|
240
244
|
description: string;
|
|
241
|
-
};
|
|
242
|
-
draftReplyHeroPromptTitle: {
|
|
243
245
|
id: string;
|
|
244
|
-
defaultMessage: string;
|
|
245
|
-
description: string;
|
|
246
246
|
};
|
|
247
247
|
draftReplyHeroPromptDescription: {
|
|
248
|
-
id: string;
|
|
249
248
|
defaultMessage: string;
|
|
250
249
|
description: string;
|
|
251
|
-
};
|
|
252
|
-
generateEscalationNotesTitle: {
|
|
253
250
|
id: string;
|
|
254
|
-
defaultMessage: string;
|
|
255
|
-
description: string;
|
|
256
251
|
};
|
|
257
|
-
|
|
258
|
-
id: string;
|
|
252
|
+
draftReplyHeroPromptTitle: {
|
|
259
253
|
defaultMessage: string;
|
|
260
254
|
description: string;
|
|
261
|
-
};
|
|
262
|
-
improveWritingTitle: {
|
|
263
255
|
id: string;
|
|
264
|
-
defaultMessage: string;
|
|
265
|
-
description: string;
|
|
266
256
|
};
|
|
267
|
-
|
|
268
|
-
id: string;
|
|
257
|
+
draftReplyTitle: {
|
|
269
258
|
defaultMessage: string;
|
|
270
259
|
description: string;
|
|
271
|
-
};
|
|
272
|
-
fixSpellingGrammarTitle: {
|
|
273
260
|
id: string;
|
|
261
|
+
};
|
|
262
|
+
findActionItemsDescription: {
|
|
274
263
|
defaultMessage: string;
|
|
275
264
|
description: string;
|
|
276
|
-
};
|
|
277
|
-
improveWritingDescription: {
|
|
278
265
|
id: string;
|
|
266
|
+
};
|
|
267
|
+
findActionItemsTitle: {
|
|
279
268
|
defaultMessage: string;
|
|
280
269
|
description: string;
|
|
270
|
+
id: string;
|
|
281
271
|
};
|
|
282
272
|
fixSpellingGrammarDescription: {
|
|
283
|
-
id: string;
|
|
284
273
|
defaultMessage: string;
|
|
285
274
|
description: string;
|
|
275
|
+
id: string;
|
|
286
276
|
};
|
|
287
277
|
fixSpellingGrammarSelectionToolbarDropdownItemTitle: {
|
|
288
|
-
id: string;
|
|
289
278
|
defaultMessage: string;
|
|
290
279
|
description: string;
|
|
291
|
-
};
|
|
292
|
-
findActionItemsTitle: {
|
|
293
280
|
id: string;
|
|
281
|
+
};
|
|
282
|
+
fixSpellingGrammarTitle: {
|
|
294
283
|
defaultMessage: string;
|
|
295
284
|
description: string;
|
|
296
|
-
};
|
|
297
|
-
findActionItemsDescription: {
|
|
298
285
|
id: string;
|
|
286
|
+
};
|
|
287
|
+
freeGenerateDisabledPromptHint: {
|
|
299
288
|
defaultMessage: string;
|
|
300
289
|
description: string;
|
|
290
|
+
id: string;
|
|
301
291
|
};
|
|
302
292
|
freeGeneratePromptHint: {
|
|
303
|
-
id: string;
|
|
304
293
|
defaultMessage: string;
|
|
305
294
|
description: string;
|
|
295
|
+
id: string;
|
|
306
296
|
};
|
|
307
297
|
freeGenerateRovoPromptHint: {
|
|
308
|
-
id: string;
|
|
309
298
|
defaultMessage: string;
|
|
310
299
|
description: string;
|
|
311
|
-
};
|
|
312
|
-
freeGenerateDisabledPromptHint: {
|
|
313
300
|
id: string;
|
|
301
|
+
};
|
|
302
|
+
generateEscalationNotesDescription: {
|
|
314
303
|
defaultMessage: string;
|
|
315
304
|
description: string;
|
|
316
|
-
};
|
|
317
|
-
reformatWithTemplateDescription: {
|
|
318
305
|
id: string;
|
|
306
|
+
};
|
|
307
|
+
generateEscalationNotesTitle: {
|
|
319
308
|
defaultMessage: string;
|
|
320
309
|
description: string;
|
|
310
|
+
id: string;
|
|
321
311
|
};
|
|
322
312
|
improveDescription: {
|
|
313
|
+
defaultMessage: string;
|
|
314
|
+
description: string;
|
|
323
315
|
id: string;
|
|
316
|
+
};
|
|
317
|
+
improveFormattingDescription: {
|
|
324
318
|
defaultMessage: string;
|
|
325
319
|
description: string;
|
|
320
|
+
id: string;
|
|
326
321
|
};
|
|
327
|
-
|
|
322
|
+
improveFormattingTitle: {
|
|
323
|
+
defaultMessage: string;
|
|
324
|
+
description: string;
|
|
328
325
|
id: string;
|
|
326
|
+
};
|
|
327
|
+
improveWritingDescription: {
|
|
329
328
|
defaultMessage: string;
|
|
330
329
|
description: string;
|
|
330
|
+
id: string;
|
|
331
331
|
};
|
|
332
|
-
|
|
332
|
+
improveWritingSelectionToolbarDropdownItemTitle: {
|
|
333
|
+
defaultMessage: string;
|
|
334
|
+
description: string;
|
|
333
335
|
id: string;
|
|
336
|
+
};
|
|
337
|
+
improveWritingTitle: {
|
|
334
338
|
defaultMessage: string;
|
|
335
339
|
description: string;
|
|
340
|
+
id: string;
|
|
336
341
|
};
|
|
337
|
-
|
|
342
|
+
makeLongerDescription: {
|
|
343
|
+
defaultMessage: string;
|
|
344
|
+
description: string;
|
|
338
345
|
id: string;
|
|
346
|
+
};
|
|
347
|
+
makeLongerTitle: {
|
|
339
348
|
defaultMessage: string;
|
|
340
349
|
description: string;
|
|
350
|
+
id: string;
|
|
341
351
|
};
|
|
342
352
|
makeShorterDescription: {
|
|
343
|
-
id: string;
|
|
344
353
|
defaultMessage: string;
|
|
345
354
|
description: string;
|
|
355
|
+
id: string;
|
|
346
356
|
};
|
|
347
357
|
makeShorterSelectionToolbarDropdownItemTitle: {
|
|
348
|
-
id: string;
|
|
349
358
|
defaultMessage: string;
|
|
350
359
|
description: string;
|
|
351
|
-
};
|
|
352
|
-
prDescriptionTitle: {
|
|
353
360
|
id: string;
|
|
361
|
+
};
|
|
362
|
+
makeShorterTitle: {
|
|
354
363
|
defaultMessage: string;
|
|
355
364
|
description: string;
|
|
365
|
+
id: string;
|
|
356
366
|
};
|
|
357
367
|
prDescriptionDescription: {
|
|
358
|
-
id: string;
|
|
359
368
|
defaultMessage: string;
|
|
360
369
|
description: string;
|
|
370
|
+
id: string;
|
|
361
371
|
};
|
|
362
|
-
|
|
372
|
+
prDescriptionTitle: {
|
|
373
|
+
defaultMessage: string;
|
|
374
|
+
description: string;
|
|
363
375
|
id: string;
|
|
376
|
+
};
|
|
377
|
+
reformatWithTemplateDescription: {
|
|
364
378
|
defaultMessage: string;
|
|
365
379
|
description: string;
|
|
380
|
+
id: string;
|
|
366
381
|
};
|
|
367
382
|
rephraseDescription: {
|
|
368
|
-
id: string;
|
|
369
383
|
defaultMessage: string;
|
|
370
384
|
description: string;
|
|
371
|
-
};
|
|
372
|
-
suggestTitleTitle: {
|
|
373
385
|
id: string;
|
|
386
|
+
};
|
|
387
|
+
rephraseTitle: {
|
|
374
388
|
defaultMessage: string;
|
|
375
389
|
description: string;
|
|
390
|
+
id: string;
|
|
376
391
|
};
|
|
377
392
|
suggestTitleDescription: {
|
|
378
|
-
id: string;
|
|
379
393
|
defaultMessage: string;
|
|
380
394
|
description: string;
|
|
381
|
-
};
|
|
382
|
-
summarizeWritingtitle: {
|
|
383
395
|
id: string;
|
|
396
|
+
};
|
|
397
|
+
suggestTitleTitle: {
|
|
384
398
|
defaultMessage: string;
|
|
385
399
|
description: string;
|
|
400
|
+
id: string;
|
|
386
401
|
};
|
|
387
402
|
summarizeWritingDescription: {
|
|
388
|
-
id: string;
|
|
389
403
|
defaultMessage: string;
|
|
390
404
|
description: string;
|
|
405
|
+
id: string;
|
|
391
406
|
};
|
|
392
407
|
summarizeWritingSelectionToolbarDropdownItemTitle: {
|
|
393
|
-
id: string;
|
|
394
408
|
defaultMessage: string;
|
|
395
409
|
description: string;
|
|
396
|
-
};
|
|
397
|
-
addPolishTitle: {
|
|
398
410
|
id: string;
|
|
399
|
-
defaultMessage: string;
|
|
400
|
-
description: string;
|
|
401
411
|
};
|
|
402
|
-
|
|
403
|
-
id: string;
|
|
412
|
+
summarizeWritingtitle: {
|
|
404
413
|
defaultMessage: string;
|
|
405
414
|
description: string;
|
|
415
|
+
id: string;
|
|
406
416
|
};
|
|
407
417
|
};
|
|
@@ -19,6 +19,11 @@ export declare const aiSuggestionsMessages: {
|
|
|
19
19
|
description: string;
|
|
20
20
|
id: string;
|
|
21
21
|
};
|
|
22
|
+
cardCompareWithOriginalOptionLabel: {
|
|
23
|
+
defaultMessage: string;
|
|
24
|
+
description: string;
|
|
25
|
+
id: string;
|
|
26
|
+
};
|
|
22
27
|
cardDiscardButtonLabel: {
|
|
23
28
|
defaultMessage: string;
|
|
24
29
|
description: string;
|
|
@@ -29,6 +34,16 @@ export declare const aiSuggestionsMessages: {
|
|
|
29
34
|
description: string;
|
|
30
35
|
id: string;
|
|
31
36
|
};
|
|
37
|
+
cardMoreOptionsButtonLabel: {
|
|
38
|
+
defaultMessage: string;
|
|
39
|
+
description: string;
|
|
40
|
+
id: string;
|
|
41
|
+
};
|
|
42
|
+
cardOnlyShowSuggestionOptionLabel: {
|
|
43
|
+
defaultMessage: string;
|
|
44
|
+
description: string;
|
|
45
|
+
id: string;
|
|
46
|
+
};
|
|
32
47
|
cardPrivateLabel: {
|
|
33
48
|
defaultMessage: string;
|
|
34
49
|
description: string;
|
|
@@ -45,7 +45,9 @@ export declare enum TABLE_ACTION {
|
|
|
45
45
|
TABLE_WIDTH_INFO = "tableWidthInformation",
|
|
46
46
|
TABLE_EDITOR_HEIGHT_INFO = "tableEditorHeightInformation",
|
|
47
47
|
TABLE_RENDERER_HEIGHT_INFO = "tableRendererHeightInformation",
|
|
48
|
-
STICKY_HEADER_METHOD_TOGGLED = "stickyHeaderMethodToggled"
|
|
48
|
+
STICKY_HEADER_METHOD_TOGGLED = "stickyHeaderMethodToggled",
|
|
49
|
+
FIT_TO_CONTENT_AUTO_CONVERTED = "fitToContentAutoConverted",
|
|
50
|
+
FIT_TO_CONTENT_ON_DEMAND = "fitToContentOnDemand"
|
|
49
51
|
}
|
|
50
52
|
export declare enum TABLE_BREAKOUT {
|
|
51
53
|
WIDE = "wide",
|
|
@@ -240,5 +242,18 @@ type TableHeightInfoAEP = TableAEP<TABLE_ACTION.TABLE_EDITOR_HEIGHT_INFO, {
|
|
|
240
242
|
type TableStickyHeaderEnabledAEP = UIAEP<TABLE_ACTION.STICKY_HEADER_METHOD_TOGGLED, ACTION_SUBJECT.TABLE, ACTION_SUBJECT_ID.TABLE_STICKY_HEADER, {
|
|
241
243
|
nativeStickyHeaderEnabled: boolean;
|
|
242
244
|
}, undefined>;
|
|
243
|
-
|
|
245
|
+
type TableFitToContentAutoConvertedAEP = TableAEP<TABLE_ACTION.FIT_TO_CONTENT_AUTO_CONVERTED, {
|
|
246
|
+
editorContainerWidth: number;
|
|
247
|
+
measurements: Array<{
|
|
248
|
+
tableWidth: number;
|
|
249
|
+
totalColumnCount: number;
|
|
250
|
+
}>;
|
|
251
|
+
totalTablesResized: number;
|
|
252
|
+
}, undefined>;
|
|
253
|
+
type TableFitToContentOnDemandAEP = TableAEP<TABLE_ACTION.FIT_TO_CONTENT_ON_DEMAND, {
|
|
254
|
+
editorContainerWidth: number;
|
|
255
|
+
tableWidth: number;
|
|
256
|
+
totalColumnCount: number;
|
|
257
|
+
}, undefined>;
|
|
258
|
+
export type TableEventPayload = TableDeleteAEP | TableClearAEP | TableMergeSplitAEP | TableColorAEP | TableToggleHeaderAEP | TableChangeBreakoutAEP | TableCopyAndCutAEP | TableAddRowOrColumnAEP | TableSortColumnAEP | TableDeleteRowOrColumnAEP | TableReplaceAEP | TableAttemptedResizeAEP | TableDistributeColumnsWidthsAEP | TableCollapsedAEP | TableDragMenuOpenedAEP | TableFixedAEP | TableOverflowChangedAEP | TableInitialOverflowCapturedAEP | TableResizedAEP | TableResizePerfSamplingAEP | TableRowOrColumnMovedAEP | TableMovedRowOrColumnAEP | TableClonedRowOrColumnAEP | TableChangedDisplayModeAEP | TableColumnResizedAEP | TableBackgroundColorFixAEP | TableChangedAlignmentAEP | TableWidthInfoAEP | TableHeightInfoAEP | TableStickyHeaderEnabledAEP | TableFitToContentAutoConvertedAEP | TableFitToContentOnDemandAEP;
|
|
244
259
|
export {};
|
|
@@ -89,6 +89,31 @@ export declare const helpDialogMessages: {
|
|
|
89
89
|
defaultMessage: string;
|
|
90
90
|
description: string;
|
|
91
91
|
};
|
|
92
|
+
selectDragHandle: {
|
|
93
|
+
id: string;
|
|
94
|
+
defaultMessage: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
moveSelectionUp: {
|
|
98
|
+
id: string;
|
|
99
|
+
defaultMessage: string;
|
|
100
|
+
description: string;
|
|
101
|
+
};
|
|
102
|
+
moveSelectionDown: {
|
|
103
|
+
id: string;
|
|
104
|
+
defaultMessage: string;
|
|
105
|
+
description: string;
|
|
106
|
+
};
|
|
107
|
+
moveSelectionLeft: {
|
|
108
|
+
id: string;
|
|
109
|
+
defaultMessage: string;
|
|
110
|
+
description: string;
|
|
111
|
+
};
|
|
112
|
+
moveSelectionRight: {
|
|
113
|
+
id: string;
|
|
114
|
+
defaultMessage: string;
|
|
115
|
+
description: string;
|
|
116
|
+
};
|
|
92
117
|
closeHelpDialog: {
|
|
93
118
|
id: string;
|
|
94
119
|
defaultMessage: string;
|