@atlaskit/editor-common 112.13.4 → 112.13.7
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 +27 -0
- package/dist/cjs/ai-messages/ai.js +46 -0
- package/dist/cjs/extensibility/Extension/Extension/index.js +6 -5
- package/dist/cjs/extensibility/Extension/InlineExtension/index.js +6 -5
- package/dist/cjs/extensibility/Extension/Lozenge/EditToggle.js +5 -4
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +6 -4
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +6 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/user-intent/UserIntentPopupWrapper.js +7 -13
- package/dist/es2019/ai-messages/ai.js +46 -0
- package/dist/es2019/extensibility/Extension/Extension/index.js +6 -5
- package/dist/es2019/extensibility/Extension/InlineExtension/index.js +6 -5
- package/dist/es2019/extensibility/Extension/Lozenge/EditToggle.js +5 -4
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +6 -4
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +6 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/user-intent/UserIntentPopupWrapper.js +7 -13
- package/dist/esm/ai-messages/ai.js +46 -0
- package/dist/esm/extensibility/Extension/Extension/index.js +6 -5
- package/dist/esm/extensibility/Extension/InlineExtension/index.js +6 -5
- package/dist/esm/extensibility/Extension/Lozenge/EditToggle.js +5 -4
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +6 -4
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +6 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/user-intent/UserIntentPopupWrapper.js +7 -13
- package/dist/types/ai-messages/ai.d.ts +128 -83
- package/dist/types-ts4.5/ai-messages/ai.d.ts +128 -83
- package/package.json +3 -6
|
@@ -1,242 +1,287 @@
|
|
|
1
1
|
export declare const aiMessages: {
|
|
2
|
-
|
|
3
|
-
id: string;
|
|
2
|
+
actionItemsPageDescription: {
|
|
4
3
|
defaultMessage: string;
|
|
5
4
|
description: string;
|
|
6
|
-
};
|
|
7
|
-
eventHubfallbackSuggestedTitlePrefix: {
|
|
8
5
|
id: string;
|
|
6
|
+
};
|
|
7
|
+
actionItemsPageTitle: {
|
|
9
8
|
defaultMessage: string;
|
|
10
9
|
description: string;
|
|
11
|
-
};
|
|
12
|
-
aiToolbarTitle: {
|
|
13
10
|
id: string;
|
|
11
|
+
};
|
|
12
|
+
adjustLengthToolbarDropdownIconTitle: {
|
|
14
13
|
defaultMessage: string;
|
|
15
14
|
description: string;
|
|
16
|
-
};
|
|
17
|
-
improveWritingToolbarIconTitle: {
|
|
18
15
|
id: string;
|
|
16
|
+
};
|
|
17
|
+
agentsDropdownTitle: {
|
|
19
18
|
defaultMessage: string;
|
|
20
19
|
description: string;
|
|
21
|
-
};
|
|
22
|
-
improveWritingToolbarIconTooltip: {
|
|
23
20
|
id: string;
|
|
21
|
+
};
|
|
22
|
+
agentsViewAgentsLabel: {
|
|
24
23
|
defaultMessage: string;
|
|
25
24
|
description: string;
|
|
26
|
-
};
|
|
27
|
-
askAIToolbarIconTitle: {
|
|
28
25
|
id: string;
|
|
26
|
+
};
|
|
27
|
+
aiRovoTelepointer: {
|
|
29
28
|
defaultMessage: string;
|
|
30
29
|
description: string;
|
|
31
|
-
};
|
|
32
|
-
askRovoToolbarIconTitle: {
|
|
33
30
|
id: string;
|
|
31
|
+
};
|
|
32
|
+
aiSmartButtonDynamicSurfaceSelectedContent: {
|
|
34
33
|
defaultMessage: string;
|
|
35
34
|
description: string;
|
|
36
|
-
};
|
|
37
|
-
moreRovoOptionsMenuLabel: {
|
|
38
35
|
id: string;
|
|
36
|
+
};
|
|
37
|
+
aiToolbarTitle: {
|
|
39
38
|
defaultMessage: string;
|
|
40
39
|
description: string;
|
|
41
|
-
};
|
|
42
|
-
askRovoAiSplitButtonLabel: {
|
|
43
40
|
id: string;
|
|
41
|
+
};
|
|
42
|
+
askAIToolbarIconTitle: {
|
|
44
43
|
defaultMessage: string;
|
|
45
44
|
description: string;
|
|
45
|
+
id: string;
|
|
46
46
|
};
|
|
47
47
|
askAIToolbarIconTooltip: {
|
|
48
|
-
id: string;
|
|
49
48
|
defaultMessage: string;
|
|
50
49
|
description: string;
|
|
50
|
+
id: string;
|
|
51
51
|
};
|
|
52
52
|
askAIToolbarIconTooltipQuickCommand: {
|
|
53
|
-
id: string;
|
|
54
53
|
defaultMessage: string;
|
|
55
54
|
description: string;
|
|
56
|
-
};
|
|
57
|
-
askRovoToolbarIconTooltipQuickCommand: {
|
|
58
55
|
id: string;
|
|
56
|
+
};
|
|
57
|
+
askRovoAiSplitButtonLabel: {
|
|
59
58
|
defaultMessage: string;
|
|
60
59
|
description: string;
|
|
61
|
-
};
|
|
62
|
-
tryAIToolbarIconTitle: {
|
|
63
60
|
id: string;
|
|
61
|
+
};
|
|
62
|
+
askRovoToolbarIconTitle: {
|
|
64
63
|
defaultMessage: string;
|
|
65
64
|
description: string;
|
|
66
|
-
};
|
|
67
|
-
tryAIToolbarIconTooltip: {
|
|
68
65
|
id: string;
|
|
66
|
+
};
|
|
67
|
+
askRovoToolbarIconTooltipQuickCommand: {
|
|
69
68
|
defaultMessage: string;
|
|
70
69
|
description: string;
|
|
71
|
-
};
|
|
72
|
-
simplifiedAIToolbarIconTitle: {
|
|
73
70
|
id: string;
|
|
71
|
+
};
|
|
72
|
+
atlasGenerateContentConfigItemDescription: {
|
|
74
73
|
defaultMessage: string;
|
|
75
74
|
description: string;
|
|
76
|
-
};
|
|
77
|
-
summarizeToolbarDropdownIconTitle: {
|
|
78
75
|
id: string;
|
|
76
|
+
};
|
|
77
|
+
atlasSummarizePageConfigItemDescription: {
|
|
79
78
|
defaultMessage: string;
|
|
80
79
|
description: string;
|
|
81
|
-
};
|
|
82
|
-
translateToolbarDropdownIconTitle: {
|
|
83
80
|
id: string;
|
|
81
|
+
};
|
|
82
|
+
blockMenuNestedMenuTitle: {
|
|
84
83
|
defaultMessage: string;
|
|
85
84
|
description: string;
|
|
85
|
+
id: string;
|
|
86
86
|
};
|
|
87
|
-
|
|
87
|
+
changeToneOptionsIconLabel: {
|
|
88
|
+
defaultMessage: string;
|
|
89
|
+
description: string;
|
|
88
90
|
id: string;
|
|
91
|
+
};
|
|
92
|
+
changeToneToolbarDropdownIconTitle: {
|
|
89
93
|
defaultMessage: string;
|
|
90
94
|
description: string;
|
|
95
|
+
id: string;
|
|
91
96
|
};
|
|
92
|
-
|
|
97
|
+
cmdPaletteUnhandledErrorMessage: {
|
|
98
|
+
defaultMessage: string;
|
|
99
|
+
description: string;
|
|
93
100
|
id: string;
|
|
101
|
+
};
|
|
102
|
+
confluenceChangeToneSelectionToolbarDropdownMenuTitle: {
|
|
94
103
|
defaultMessage: string;
|
|
95
104
|
description: string;
|
|
105
|
+
id: string;
|
|
96
106
|
};
|
|
97
|
-
|
|
107
|
+
confluenceRewriteSelectionToolbarDropdownMenuTitle: {
|
|
108
|
+
defaultMessage: string;
|
|
109
|
+
description: string;
|
|
98
110
|
id: string;
|
|
111
|
+
};
|
|
112
|
+
confluenceTranslateSelectionToolbarDropdownMenuTitle: {
|
|
99
113
|
defaultMessage: string;
|
|
100
114
|
description: string;
|
|
115
|
+
id: string;
|
|
101
116
|
};
|
|
102
|
-
|
|
117
|
+
DefineDropdownIconTitle: {
|
|
118
|
+
defaultMessage: string;
|
|
119
|
+
description: string;
|
|
103
120
|
id: string;
|
|
121
|
+
};
|
|
122
|
+
eventHubfallbackSuggestedTitle: {
|
|
104
123
|
defaultMessage: string;
|
|
105
124
|
description: string;
|
|
125
|
+
id: string;
|
|
106
126
|
};
|
|
107
|
-
|
|
127
|
+
eventHubfallbackSuggestedTitlePrefix: {
|
|
128
|
+
defaultMessage: string;
|
|
129
|
+
description: string;
|
|
108
130
|
id: string;
|
|
131
|
+
};
|
|
132
|
+
improveWritingToolbarIconTitle: {
|
|
109
133
|
defaultMessage: string;
|
|
110
134
|
description: string;
|
|
135
|
+
id: string;
|
|
111
136
|
};
|
|
112
|
-
|
|
137
|
+
improveWritingToolbarIconTooltip: {
|
|
138
|
+
defaultMessage: string;
|
|
139
|
+
description: string;
|
|
113
140
|
id: string;
|
|
141
|
+
};
|
|
142
|
+
makeLongerToolbarDropdownIconTitle: {
|
|
114
143
|
defaultMessage: string;
|
|
115
144
|
description: string;
|
|
145
|
+
id: string;
|
|
116
146
|
};
|
|
117
|
-
|
|
147
|
+
makeShorterToolbarDropdownIconTitle: {
|
|
148
|
+
defaultMessage: string;
|
|
149
|
+
description: string;
|
|
118
150
|
id: string;
|
|
151
|
+
};
|
|
152
|
+
markdownErrorMessage: {
|
|
119
153
|
defaultMessage: string;
|
|
120
154
|
description: string;
|
|
155
|
+
id: string;
|
|
121
156
|
};
|
|
122
157
|
moreCasualToneToolbarDropdownIconTitle: {
|
|
123
|
-
id: string;
|
|
124
158
|
defaultMessage: string;
|
|
125
159
|
description: string;
|
|
160
|
+
id: string;
|
|
126
161
|
};
|
|
127
162
|
moreEmpatheticToneToolbarDropdownIconTitle: {
|
|
128
|
-
id: string;
|
|
129
163
|
defaultMessage: string;
|
|
130
164
|
description: string;
|
|
131
|
-
};
|
|
132
|
-
adjustLengthToolbarDropdownIconTitle: {
|
|
133
165
|
id: string;
|
|
166
|
+
};
|
|
167
|
+
moreProfessionalToneToolbarDropdownIconTitle: {
|
|
134
168
|
defaultMessage: string;
|
|
135
169
|
description: string;
|
|
136
|
-
};
|
|
137
|
-
DefineDropdownIconTitle: {
|
|
138
170
|
id: string;
|
|
171
|
+
};
|
|
172
|
+
moreRovoOptionsMenuLabel: {
|
|
139
173
|
defaultMessage: string;
|
|
140
174
|
description: string;
|
|
141
|
-
};
|
|
142
|
-
atlasGenerateContentConfigItemDescription: {
|
|
143
175
|
id: string;
|
|
176
|
+
};
|
|
177
|
+
pasteMenuActionsTitle: {
|
|
144
178
|
defaultMessage: string;
|
|
145
179
|
description: string;
|
|
146
|
-
};
|
|
147
|
-
atlasSummarizePageConfigItemDescription: {
|
|
148
180
|
id: string;
|
|
181
|
+
};
|
|
182
|
+
promptbuilderAriaLabel: {
|
|
149
183
|
defaultMessage: string;
|
|
150
184
|
description: string;
|
|
151
|
-
};
|
|
152
|
-
confluenceChangeToneSelectionToolbarDropdownMenuTitle: {
|
|
153
185
|
id: string;
|
|
186
|
+
};
|
|
187
|
+
promptBuilderFromButton: {
|
|
154
188
|
defaultMessage: string;
|
|
155
189
|
description: string;
|
|
156
|
-
};
|
|
157
|
-
confluenceRewriteSelectionToolbarDropdownMenuTitle: {
|
|
158
190
|
id: string;
|
|
191
|
+
};
|
|
192
|
+
simplifiedAIToolbarIconTitle: {
|
|
159
193
|
defaultMessage: string;
|
|
160
194
|
description: string;
|
|
161
|
-
};
|
|
162
|
-
confluenceTranslateSelectionToolbarDropdownMenuTitle: {
|
|
163
195
|
id: string;
|
|
196
|
+
};
|
|
197
|
+
smartlinkAddDecisions: {
|
|
164
198
|
defaultMessage: string;
|
|
165
199
|
description: string;
|
|
166
|
-
};
|
|
167
|
-
actionItemsPageTitle: {
|
|
168
200
|
id: string;
|
|
201
|
+
};
|
|
202
|
+
smartlinkAddRelatedWorkItems: {
|
|
169
203
|
defaultMessage: string;
|
|
170
204
|
description: string;
|
|
171
|
-
};
|
|
172
|
-
actionItemsPageDescription: {
|
|
173
205
|
id: string;
|
|
206
|
+
};
|
|
207
|
+
smartlinkDefineActionItems: {
|
|
174
208
|
defaultMessage: string;
|
|
175
209
|
description: string;
|
|
176
|
-
};
|
|
177
|
-
summarizePageTitle: {
|
|
178
210
|
id: string;
|
|
211
|
+
};
|
|
212
|
+
smartlinkExtractInsights: {
|
|
179
213
|
defaultMessage: string;
|
|
180
214
|
description: string;
|
|
181
|
-
};
|
|
182
|
-
summarisePageDescription: {
|
|
183
215
|
id: string;
|
|
216
|
+
};
|
|
217
|
+
smartlinkExtractUserQuotes: {
|
|
184
218
|
defaultMessage: string;
|
|
185
219
|
description: string;
|
|
186
|
-
};
|
|
187
|
-
agentsDropdownTitle: {
|
|
188
220
|
id: string;
|
|
221
|
+
};
|
|
222
|
+
smartlinkListKeyThemes: {
|
|
189
223
|
defaultMessage: string;
|
|
190
224
|
description: string;
|
|
191
|
-
};
|
|
192
|
-
agentsViewAgentsLabel: {
|
|
193
225
|
id: string;
|
|
226
|
+
};
|
|
227
|
+
smartlinkListKeyTopics: {
|
|
194
228
|
defaultMessage: string;
|
|
195
229
|
description: string;
|
|
196
|
-
};
|
|
197
|
-
unhandledErrorMessage: {
|
|
198
230
|
id: string;
|
|
231
|
+
};
|
|
232
|
+
smartlinkListTodos: {
|
|
199
233
|
defaultMessage: string;
|
|
200
234
|
description: string;
|
|
201
|
-
};
|
|
202
|
-
cmdPaletteUnhandledErrorMessage: {
|
|
203
235
|
id: string;
|
|
236
|
+
};
|
|
237
|
+
smartlinkSummarizeChanges: {
|
|
204
238
|
defaultMessage: string;
|
|
205
239
|
description: string;
|
|
206
|
-
};
|
|
207
|
-
markdownErrorMessage: {
|
|
208
240
|
id: string;
|
|
241
|
+
};
|
|
242
|
+
spellingAndGrammarToolbarDropdownIconTitle: {
|
|
209
243
|
defaultMessage: string;
|
|
210
244
|
description: string;
|
|
211
|
-
};
|
|
212
|
-
promptbuilderAriaLabel: {
|
|
213
245
|
id: string;
|
|
246
|
+
};
|
|
247
|
+
summarisePageDescription: {
|
|
214
248
|
defaultMessage: string;
|
|
215
249
|
description: string;
|
|
216
|
-
};
|
|
217
|
-
promptBuilderFromButton: {
|
|
218
250
|
id: string;
|
|
251
|
+
};
|
|
252
|
+
summarizePageTitle: {
|
|
219
253
|
defaultMessage: string;
|
|
220
254
|
description: string;
|
|
221
|
-
};
|
|
222
|
-
aiSmartButtonDynamicSurfaceSelectedContent: {
|
|
223
255
|
id: string;
|
|
256
|
+
};
|
|
257
|
+
summarizeToolbarDropdownIconTitle: {
|
|
224
258
|
defaultMessage: string;
|
|
225
259
|
description: string;
|
|
226
|
-
};
|
|
227
|
-
aiRovoTelepointer: {
|
|
228
260
|
id: string;
|
|
261
|
+
};
|
|
262
|
+
translateOptionsIconLabel: {
|
|
229
263
|
defaultMessage: string;
|
|
230
264
|
description: string;
|
|
265
|
+
id: string;
|
|
231
266
|
};
|
|
232
|
-
|
|
267
|
+
translateToolbarDropdownIconTitle: {
|
|
268
|
+
defaultMessage: string;
|
|
269
|
+
description: string;
|
|
233
270
|
id: string;
|
|
271
|
+
};
|
|
272
|
+
tryAIToolbarIconTitle: {
|
|
234
273
|
defaultMessage: string;
|
|
235
274
|
description: string;
|
|
275
|
+
id: string;
|
|
236
276
|
};
|
|
237
|
-
|
|
277
|
+
tryAIToolbarIconTooltip: {
|
|
278
|
+
defaultMessage: string;
|
|
279
|
+
description: string;
|
|
238
280
|
id: string;
|
|
281
|
+
};
|
|
282
|
+
unhandledErrorMessage: {
|
|
239
283
|
defaultMessage: string;
|
|
240
284
|
description: string;
|
|
285
|
+
id: string;
|
|
241
286
|
};
|
|
242
287
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "112.13.
|
|
3
|
+
"version": "112.13.7",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
"@atlaskit/primitives": "^18.1.0",
|
|
74
74
|
"@atlaskit/profilecard": "^24.45.0",
|
|
75
75
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
76
|
-
"@atlaskit/react-ufo": "^5.
|
|
76
|
+
"@atlaskit/react-ufo": "^5.8.0",
|
|
77
77
|
"@atlaskit/section-message": "^8.12.0",
|
|
78
78
|
"@atlaskit/smart-card": "^43.28.0",
|
|
79
79
|
"@atlaskit/smart-user-picker": "^9.2.0",
|
|
80
80
|
"@atlaskit/spinner": "^19.0.0",
|
|
81
81
|
"@atlaskit/task-decision": "^19.3.0",
|
|
82
82
|
"@atlaskit/textfield": "^8.2.0",
|
|
83
|
-
"@atlaskit/tmp-editor-statsig": "^51.
|
|
83
|
+
"@atlaskit/tmp-editor-statsig": "^51.1.0",
|
|
84
84
|
"@atlaskit/tokens": "^11.4.0",
|
|
85
85
|
"@atlaskit/tooltip": "^21.0.0",
|
|
86
86
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -158,9 +158,6 @@
|
|
|
158
158
|
"platform_editor_updated_dropdown_colors": {
|
|
159
159
|
"type": "boolean"
|
|
160
160
|
},
|
|
161
|
-
"platform_editor_fix_popup_user_intent": {
|
|
162
|
-
"type": "boolean"
|
|
163
|
-
},
|
|
164
161
|
"linking_platform_datasource_assets_objects": {
|
|
165
162
|
"type": "boolean"
|
|
166
163
|
},
|