@atlaskit/editor-common 112.5.2 → 112.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/codemods/migrates/entry-points.ts +8 -3
- package/dist/cjs/analytics/types/enums.js +1 -0
- package/dist/cjs/link/LinkSearch/LinkSearchListItem.js +0 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/cjs/ui/Pulse/Pulse.js +2 -0
- package/dist/cjs/ui-menu/DropdownMenu/index.js +0 -2
- package/dist/es2019/analytics/types/enums.js +1 -0
- package/dist/es2019/link/LinkSearch/LinkSearchListItem.js +0 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +2 -0
- package/dist/es2019/ui/Pulse/Pulse.js +2 -0
- package/dist/es2019/ui-menu/DropdownMenu/index.js +0 -2
- package/dist/esm/analytics/types/enums.js +1 -0
- package/dist/esm/link/LinkSearch/LinkSearchListItem.js +0 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +2 -0
- package/dist/esm/ui/Pulse/Pulse.js +2 -0
- package/dist/esm/ui-menu/DropdownMenu/index.js +0 -2
- package/dist/types/ai-messages/ai-languages.d.ts +190 -190
- package/dist/types/analytics/types/enums.d.ts +2 -1
- package/dist/types/analytics/types/insert-events.d.ts +1 -1
- package/dist/types/card/LinkToolbarButtonGroup.d.ts +1 -1
- package/dist/types/element-browser/components/CategoryList.d.ts +1 -1
- package/dist/types/element-browser/components/ElementList/ElementList.d.ts +1 -1
- package/dist/types/element-browser/components/ElementSearch.d.ts +1 -1
- package/dist/types/element-browser/components/StatelessElementBrowser.d.ts +1 -1
- package/dist/types/element-browser/components/ViewMore.d.ts +1 -1
- package/dist/types/element-browser/constants.d.ts +2 -2
- package/dist/types/experiences/types.d.ts +1 -1
- package/dist/types/extensions/UnknownMacroPlaceholder.d.ts +1 -1
- package/dist/types/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +1 -1
- package/dist/types/link/LinkSearch/LinkSearchListItem.d.ts +1 -1
- package/dist/types/media-inline/views/frame.d.ts +1 -1
- package/dist/types/resizer/ResizerBreakoutModeLabel.d.ts +1 -1
- package/dist/types/selection/utils.d.ts +1 -1
- package/dist/types/styles/shared/resizer.d.ts +3 -3
- package/dist/types/styles/shared/table.d.ts +23 -23
- package/dist/types/toolbar/rank.d.ts +151 -151
- package/dist/types/ui/Announcer/announcer.d.ts +1 -1
- package/dist/types/ui/DropList/index.d.ts +1 -1
- package/dist/types/ui/FloatingToolbar/Button.d.ts +1 -1
- package/dist/types/ui/MediaSingle/styled.d.ts +1 -1
- package/dist/types/ui/Toolbar/DropdownTriggerWrapper.d.ts +1 -1
- package/dist/types/ui-menu/ColorPickerButton/index.d.ts +2 -2
- package/dist/types/ui-menu/ToolbarButton/index.d.ts +7 -7
- package/dist/types/utils/breakout.d.ts +1 -1
- package/dist/types/utils/getModeFromTheme.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/ai-messages/ai-languages.d.ts +190 -190
- package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -1
- package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/CategoryList.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/ElementList/ElementList.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/ElementSearch.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/StatelessElementBrowser.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/ViewMore.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/constants.d.ts +2 -2
- package/dist/types-ts4.5/experiences/types.d.ts +1 -1
- package/dist/types-ts4.5/extensions/UnknownMacroPlaceholder.d.ts +1 -1
- package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.d.ts +1 -1
- package/dist/types-ts4.5/link/LinkSearch/LinkSearchListItem.d.ts +1 -1
- package/dist/types-ts4.5/media-inline/views/frame.d.ts +1 -1
- package/dist/types-ts4.5/resizer/ResizerBreakoutModeLabel.d.ts +1 -1
- package/dist/types-ts4.5/selection/utils.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/resizer.d.ts +3 -3
- package/dist/types-ts4.5/styles/shared/table.d.ts +23 -23
- package/dist/types-ts4.5/toolbar/rank.d.ts +151 -151
- package/dist/types-ts4.5/ui/Announcer/announcer.d.ts +1 -1
- package/dist/types-ts4.5/ui/DropList/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/Button.d.ts +1 -1
- package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +1 -1
- package/dist/types-ts4.5/ui/Toolbar/DropdownTriggerWrapper.d.ts +1 -1
- package/dist/types-ts4.5/ui-menu/ColorPickerButton/index.d.ts +2 -2
- package/dist/types-ts4.5/ui-menu/ToolbarButton/index.d.ts +7 -7
- package/dist/types-ts4.5/utils/breakout.d.ts +1 -1
- package/dist/types-ts4.5/utils/getModeFromTheme.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,357 +1,357 @@
|
|
|
1
1
|
export declare const aiLanguageMessages: {
|
|
2
2
|
readonly nestingParentTitle: {
|
|
3
|
-
readonly id:
|
|
4
|
-
readonly defaultMessage:
|
|
5
|
-
readonly description:
|
|
3
|
+
readonly id: 'fabric.editor.ai.config.item.translate.nestingParentTitle.ga';
|
|
4
|
+
readonly defaultMessage: 'Translate';
|
|
5
|
+
readonly description: 'The nested title which shows in the generative-ai-modal';
|
|
6
6
|
};
|
|
7
7
|
readonly nestingParentTitlePostGA: {
|
|
8
|
-
readonly id:
|
|
9
|
-
readonly defaultMessage:
|
|
10
|
-
readonly description:
|
|
8
|
+
readonly id: 'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA';
|
|
9
|
+
readonly defaultMessage: 'Translate to ...';
|
|
10
|
+
readonly description: 'The nested title which shows in the generative-ai-modal';
|
|
11
11
|
};
|
|
12
12
|
readonly chineseSimplified: {
|
|
13
|
-
readonly id:
|
|
14
|
-
readonly defaultMessage:
|
|
15
|
-
readonly description:
|
|
13
|
+
readonly id: 'fabric.editor.ai.config.item.translate.chineseSimplified';
|
|
14
|
+
readonly defaultMessage: 'Chinese (Simplified)';
|
|
15
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Chinese (Simplified)';
|
|
16
16
|
};
|
|
17
17
|
readonly chineseTraditional: {
|
|
18
|
-
readonly id:
|
|
19
|
-
readonly defaultMessage:
|
|
20
|
-
readonly description:
|
|
18
|
+
readonly id: 'fabric.editor.ai.config.item.translate.chineseTraditional';
|
|
19
|
+
readonly defaultMessage: 'Chinese (Traditional)';
|
|
20
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Chinese (Traditional)';
|
|
21
21
|
};
|
|
22
22
|
readonly czech: {
|
|
23
|
-
readonly id:
|
|
24
|
-
readonly defaultMessage:
|
|
25
|
-
readonly description:
|
|
23
|
+
readonly id: 'fabric.editor.ai.config.item.translate.czech';
|
|
24
|
+
readonly defaultMessage: 'Czech';
|
|
25
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Czech';
|
|
26
26
|
};
|
|
27
27
|
readonly danish: {
|
|
28
|
-
readonly id:
|
|
29
|
-
readonly defaultMessage:
|
|
30
|
-
readonly description:
|
|
28
|
+
readonly id: 'fabric.editor.ai.config.item.translate.danish';
|
|
29
|
+
readonly defaultMessage: 'Danish';
|
|
30
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Danish';
|
|
31
31
|
};
|
|
32
32
|
readonly dutch: {
|
|
33
|
-
readonly id:
|
|
34
|
-
readonly defaultMessage:
|
|
35
|
-
readonly description:
|
|
33
|
+
readonly id: 'fabric.editor.ai.config.item.translate.dutch';
|
|
34
|
+
readonly defaultMessage: 'Dutch';
|
|
35
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Dutch';
|
|
36
36
|
};
|
|
37
37
|
readonly english: {
|
|
38
|
-
readonly id:
|
|
39
|
-
readonly defaultMessage:
|
|
40
|
-
readonly description:
|
|
38
|
+
readonly id: 'fabric.editor.ai.config.item.translate.english';
|
|
39
|
+
readonly defaultMessage: 'English';
|
|
40
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for English';
|
|
41
41
|
};
|
|
42
42
|
readonly finnish: {
|
|
43
|
-
readonly id:
|
|
44
|
-
readonly defaultMessage:
|
|
45
|
-
readonly description:
|
|
43
|
+
readonly id: 'fabric.editor.ai.config.item.translate.finnish';
|
|
44
|
+
readonly defaultMessage: 'Finnish';
|
|
45
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Finnish';
|
|
46
46
|
};
|
|
47
47
|
readonly french: {
|
|
48
|
-
readonly id:
|
|
49
|
-
readonly defaultMessage:
|
|
50
|
-
readonly description:
|
|
48
|
+
readonly id: 'fabric.editor.ai.config.item.translate.french';
|
|
49
|
+
readonly defaultMessage: 'French';
|
|
50
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for French';
|
|
51
51
|
};
|
|
52
52
|
readonly german: {
|
|
53
|
-
readonly id:
|
|
54
|
-
readonly defaultMessage:
|
|
55
|
-
readonly description:
|
|
53
|
+
readonly id: 'fabric.editor.ai.config.item.translate.german';
|
|
54
|
+
readonly defaultMessage: 'German';
|
|
55
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for German';
|
|
56
56
|
};
|
|
57
57
|
readonly hungarian: {
|
|
58
|
-
readonly id:
|
|
59
|
-
readonly defaultMessage:
|
|
60
|
-
readonly description:
|
|
58
|
+
readonly id: 'fabric.editor.ai.config.item.translate.hungarian';
|
|
59
|
+
readonly defaultMessage: 'Hungarian';
|
|
60
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Hungarian';
|
|
61
61
|
};
|
|
62
62
|
readonly italian: {
|
|
63
|
-
readonly id:
|
|
64
|
-
readonly defaultMessage:
|
|
65
|
-
readonly description:
|
|
63
|
+
readonly id: 'fabric.editor.ai.config.item.translate.italian';
|
|
64
|
+
readonly defaultMessage: 'Italian';
|
|
65
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Italian';
|
|
66
66
|
};
|
|
67
67
|
readonly japanese: {
|
|
68
|
-
readonly id:
|
|
69
|
-
readonly defaultMessage:
|
|
70
|
-
readonly description:
|
|
68
|
+
readonly id: 'fabric.editor.ai.config.item.translate.japanese';
|
|
69
|
+
readonly defaultMessage: 'Japanese';
|
|
70
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Japanese';
|
|
71
71
|
};
|
|
72
72
|
readonly korean: {
|
|
73
|
-
readonly id:
|
|
74
|
-
readonly defaultMessage:
|
|
75
|
-
readonly description:
|
|
73
|
+
readonly id: 'fabric.editor.ai.config.item.translate.korean';
|
|
74
|
+
readonly defaultMessage: 'Korean';
|
|
75
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Korean';
|
|
76
76
|
};
|
|
77
77
|
readonly norwegian: {
|
|
78
|
-
readonly id:
|
|
79
|
-
readonly defaultMessage:
|
|
80
|
-
readonly description:
|
|
78
|
+
readonly id: 'fabric.editor.ai.config.item.translate.norwegian';
|
|
79
|
+
readonly defaultMessage: 'Norwegian';
|
|
80
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Norwegian';
|
|
81
81
|
};
|
|
82
82
|
readonly polish: {
|
|
83
|
-
readonly id:
|
|
84
|
-
readonly defaultMessage:
|
|
85
|
-
readonly description:
|
|
83
|
+
readonly id: 'fabric.editor.ai.config.item.translate.polish';
|
|
84
|
+
readonly defaultMessage: 'Polish';
|
|
85
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Polish';
|
|
86
86
|
};
|
|
87
87
|
readonly portugueseBrazilian: {
|
|
88
|
-
readonly id:
|
|
89
|
-
readonly defaultMessage:
|
|
90
|
-
readonly description:
|
|
88
|
+
readonly id: 'fabric.editor.ai.config.item.translate.portugueseBrazilian';
|
|
89
|
+
readonly defaultMessage: 'Portuguese (Brazilian)';
|
|
90
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Portuguese (Brazilian)';
|
|
91
91
|
};
|
|
92
92
|
readonly russian: {
|
|
93
|
-
readonly id:
|
|
94
|
-
readonly defaultMessage:
|
|
95
|
-
readonly description:
|
|
93
|
+
readonly id: 'fabric.editor.ai.config.item.translate.russian';
|
|
94
|
+
readonly defaultMessage: 'Russian';
|
|
95
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Russian';
|
|
96
96
|
};
|
|
97
97
|
readonly spanish: {
|
|
98
|
-
readonly id:
|
|
99
|
-
readonly defaultMessage:
|
|
100
|
-
readonly description:
|
|
98
|
+
readonly id: 'fabric.editor.ai.config.item.translate.spanish';
|
|
99
|
+
readonly defaultMessage: 'Spanish';
|
|
100
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Spanish';
|
|
101
101
|
};
|
|
102
102
|
readonly swedish: {
|
|
103
|
-
readonly id:
|
|
104
|
-
readonly defaultMessage:
|
|
105
|
-
readonly description:
|
|
103
|
+
readonly id: 'fabric.editor.ai.config.item.translate.swedish';
|
|
104
|
+
readonly defaultMessage: 'Swedish';
|
|
105
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Swedish';
|
|
106
106
|
};
|
|
107
107
|
readonly turkish: {
|
|
108
|
-
readonly id:
|
|
109
|
-
readonly defaultMessage:
|
|
110
|
-
readonly description:
|
|
108
|
+
readonly id: 'fabric.editor.ai.config.item.translate.turkish';
|
|
109
|
+
readonly defaultMessage: 'Turkish';
|
|
110
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Turkish';
|
|
111
111
|
};
|
|
112
112
|
readonly thai: {
|
|
113
|
-
readonly id:
|
|
114
|
-
readonly defaultMessage:
|
|
115
|
-
readonly description:
|
|
113
|
+
readonly id: 'fabric.editor.ai.config.item.translate.thai';
|
|
114
|
+
readonly defaultMessage: 'Thai';
|
|
115
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Thai';
|
|
116
116
|
};
|
|
117
117
|
readonly ukrainian: {
|
|
118
|
-
readonly id:
|
|
119
|
-
readonly defaultMessage:
|
|
120
|
-
readonly description:
|
|
118
|
+
readonly id: 'fabric.editor.ai.config.item.translate.ukrainian';
|
|
119
|
+
readonly defaultMessage: 'Ukrainian';
|
|
120
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Ukrainian';
|
|
121
121
|
};
|
|
122
122
|
readonly vietnamese: {
|
|
123
|
-
readonly id:
|
|
124
|
-
readonly defaultMessage:
|
|
125
|
-
readonly description:
|
|
123
|
+
readonly id: 'fabric.editor.ai.config.item.translate.vietnamese';
|
|
124
|
+
readonly defaultMessage: 'Vietnamese';
|
|
125
|
+
readonly description: 'Language string referenced in UIs involving the translation AI prompt for Vietnamese';
|
|
126
126
|
};
|
|
127
127
|
readonly chineseSimplifiedTitle: {
|
|
128
|
-
readonly id:
|
|
129
|
-
readonly defaultMessage:
|
|
130
|
-
readonly description:
|
|
128
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.chineseSimplified.title';
|
|
129
|
+
readonly defaultMessage: 'Translate to Chinese (Simplified)';
|
|
130
|
+
readonly description: 'Title of a prompt that translates the selected content into Chinese (Simplified)';
|
|
131
131
|
};
|
|
132
132
|
readonly chineseSimplifiedDescription: {
|
|
133
|
-
readonly id:
|
|
133
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.chineseSimplified.description';
|
|
134
134
|
readonly defaultMessage: "Translates the text you're working on to Chinese (Simplified)";
|
|
135
|
-
readonly description:
|
|
135
|
+
readonly description: 'Description for prompt that translates selected content into Chinese (Simplified)';
|
|
136
136
|
};
|
|
137
137
|
readonly chineseTraditionalTitle: {
|
|
138
|
-
readonly id:
|
|
139
|
-
readonly defaultMessage:
|
|
140
|
-
readonly description:
|
|
138
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.chineseTraditional.title';
|
|
139
|
+
readonly defaultMessage: 'Translate to Chinese (Traditional)';
|
|
140
|
+
readonly description: 'Title of a prompt that translates the selected content into Chinese (Traditional)';
|
|
141
141
|
};
|
|
142
142
|
readonly chineseTraditionalDescription: {
|
|
143
|
-
readonly id:
|
|
143
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.chineseTraditional.description';
|
|
144
144
|
readonly defaultMessage: "Translates the text you're working on to Chinese (Traditional)";
|
|
145
|
-
readonly description:
|
|
145
|
+
readonly description: 'Description for prompt that translates selected content into Chinese (Traditional)';
|
|
146
146
|
};
|
|
147
147
|
readonly czechTitle: {
|
|
148
|
-
readonly id:
|
|
149
|
-
readonly defaultMessage:
|
|
150
|
-
readonly description:
|
|
148
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.czech.title';
|
|
149
|
+
readonly defaultMessage: 'Translate to Czech';
|
|
150
|
+
readonly description: 'Title of a prompt that translates the selected content into Czech';
|
|
151
151
|
};
|
|
152
152
|
readonly czechDescription: {
|
|
153
|
-
readonly id:
|
|
153
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.czech.description';
|
|
154
154
|
readonly defaultMessage: "Translates the text you're working on to Czech";
|
|
155
|
-
readonly description:
|
|
155
|
+
readonly description: 'Description for prompt that translates selected content into Czech';
|
|
156
156
|
};
|
|
157
157
|
readonly danishTitle: {
|
|
158
|
-
readonly id:
|
|
159
|
-
readonly defaultMessage:
|
|
160
|
-
readonly description:
|
|
158
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.danish.title';
|
|
159
|
+
readonly defaultMessage: 'Translate to Danish';
|
|
160
|
+
readonly description: 'Title of a prompt that translates the selected content into Danish';
|
|
161
161
|
};
|
|
162
162
|
readonly danishDescription: {
|
|
163
|
-
readonly id:
|
|
163
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.danish.description';
|
|
164
164
|
readonly defaultMessage: "Translates the text you're working on to Danish";
|
|
165
|
-
readonly description:
|
|
165
|
+
readonly description: 'Description for prompt that translates selected content into Danish';
|
|
166
166
|
};
|
|
167
167
|
readonly dutchTitle: {
|
|
168
|
-
readonly id:
|
|
169
|
-
readonly defaultMessage:
|
|
170
|
-
readonly description:
|
|
168
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.dutch.title';
|
|
169
|
+
readonly defaultMessage: 'Translate to Dutch';
|
|
170
|
+
readonly description: 'Title of a prompt that translates the selected content into Dutch';
|
|
171
171
|
};
|
|
172
172
|
readonly dutchDescription: {
|
|
173
|
-
readonly id:
|
|
173
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.dutch.description';
|
|
174
174
|
readonly defaultMessage: "Translates the text you're working on to Dutch";
|
|
175
|
-
readonly description:
|
|
175
|
+
readonly description: 'Description for prompt that translates selected content into Dutch';
|
|
176
176
|
};
|
|
177
177
|
readonly englishTitle: {
|
|
178
|
-
readonly id:
|
|
179
|
-
readonly defaultMessage:
|
|
180
|
-
readonly description:
|
|
178
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.english.title';
|
|
179
|
+
readonly defaultMessage: 'Translate to English';
|
|
180
|
+
readonly description: 'Title of a prompt that translates the selected content into English';
|
|
181
181
|
};
|
|
182
182
|
readonly englishDescription: {
|
|
183
|
-
readonly id:
|
|
183
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.english.description';
|
|
184
184
|
readonly defaultMessage: "Translates the text you're working on to English";
|
|
185
|
-
readonly description:
|
|
185
|
+
readonly description: 'Description for prompt that translates selected content into English';
|
|
186
186
|
};
|
|
187
187
|
readonly finnishTitle: {
|
|
188
|
-
readonly id:
|
|
189
|
-
readonly defaultMessage:
|
|
190
|
-
readonly description:
|
|
188
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.finnish.title';
|
|
189
|
+
readonly defaultMessage: 'Translate to Finnish';
|
|
190
|
+
readonly description: 'Title of a prompt that translates the selected content into Finnish';
|
|
191
191
|
};
|
|
192
192
|
readonly finnishDescription: {
|
|
193
|
-
readonly id:
|
|
193
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.finnish.description';
|
|
194
194
|
readonly defaultMessage: "Translates the text you're working on to Finnish";
|
|
195
|
-
readonly description:
|
|
195
|
+
readonly description: 'Description for prompt that translates selected content into Finnish';
|
|
196
196
|
};
|
|
197
197
|
readonly frenchTitle: {
|
|
198
|
-
readonly id:
|
|
199
|
-
readonly defaultMessage:
|
|
200
|
-
readonly description:
|
|
198
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.french.title';
|
|
199
|
+
readonly defaultMessage: 'Translate to French';
|
|
200
|
+
readonly description: 'Title of a prompt that translates the selected content into French';
|
|
201
201
|
};
|
|
202
202
|
readonly frenchDescription: {
|
|
203
|
-
readonly id:
|
|
203
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.french.description';
|
|
204
204
|
readonly defaultMessage: "Translates the text you're working on to French";
|
|
205
|
-
readonly description:
|
|
205
|
+
readonly description: 'Description for prompt that translates selected content into French';
|
|
206
206
|
};
|
|
207
207
|
readonly germanTitle: {
|
|
208
|
-
readonly id:
|
|
209
|
-
readonly defaultMessage:
|
|
210
|
-
readonly description:
|
|
208
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.german.title';
|
|
209
|
+
readonly defaultMessage: 'Translate to German';
|
|
210
|
+
readonly description: 'Title of a prompt that translates the selected content into German';
|
|
211
211
|
};
|
|
212
212
|
readonly germanDescription: {
|
|
213
|
-
readonly id:
|
|
213
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.german.description';
|
|
214
214
|
readonly defaultMessage: "Translates the text you're working on to German";
|
|
215
|
-
readonly description:
|
|
215
|
+
readonly description: 'Description for prompt that translates selected content into German';
|
|
216
216
|
};
|
|
217
217
|
readonly hungarianTitle: {
|
|
218
|
-
readonly id:
|
|
219
|
-
readonly defaultMessage:
|
|
220
|
-
readonly description:
|
|
218
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.hungarian.title';
|
|
219
|
+
readonly defaultMessage: 'Translate to Hungarian';
|
|
220
|
+
readonly description: 'Title of a prompt that translates the selected content into Hungarian';
|
|
221
221
|
};
|
|
222
222
|
readonly hungarianDescription: {
|
|
223
|
-
readonly id:
|
|
223
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.hungarian.description';
|
|
224
224
|
readonly defaultMessage: "Translates the text you're working on to Hungarian";
|
|
225
|
-
readonly description:
|
|
225
|
+
readonly description: 'Description for prompt that translates selected content into Hungarian';
|
|
226
226
|
};
|
|
227
227
|
readonly italianTitle: {
|
|
228
|
-
readonly id:
|
|
229
|
-
readonly defaultMessage:
|
|
230
|
-
readonly description:
|
|
228
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.italian.title';
|
|
229
|
+
readonly defaultMessage: 'Translate to Italian';
|
|
230
|
+
readonly description: 'Title of a prompt that translates the selected content into Italian';
|
|
231
231
|
};
|
|
232
232
|
readonly italianDescription: {
|
|
233
|
-
readonly id:
|
|
233
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.italian.description';
|
|
234
234
|
readonly defaultMessage: "Translates the text you're working on to Italian";
|
|
235
|
-
readonly description:
|
|
235
|
+
readonly description: 'Description for prompt that translates selected content into Italian';
|
|
236
236
|
};
|
|
237
237
|
readonly japaneseTitle: {
|
|
238
|
-
readonly id:
|
|
239
|
-
readonly defaultMessage:
|
|
240
|
-
readonly description:
|
|
238
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.japanese.title';
|
|
239
|
+
readonly defaultMessage: 'Translate to Japanese';
|
|
240
|
+
readonly description: 'Title of a prompt that translates the selected content into Japanese';
|
|
241
241
|
};
|
|
242
242
|
readonly japaneseDescription: {
|
|
243
|
-
readonly id:
|
|
243
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.japanese.description';
|
|
244
244
|
readonly defaultMessage: "Translates the text you're working on to Japanese";
|
|
245
|
-
readonly description:
|
|
245
|
+
readonly description: 'Description for prompt that translates selected content into Japanese';
|
|
246
246
|
};
|
|
247
247
|
readonly koreanTitle: {
|
|
248
|
-
readonly id:
|
|
249
|
-
readonly defaultMessage:
|
|
250
|
-
readonly description:
|
|
248
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.korean.title';
|
|
249
|
+
readonly defaultMessage: 'Translate to Korean';
|
|
250
|
+
readonly description: 'Title of a prompt that translates the selected content into Korean';
|
|
251
251
|
};
|
|
252
252
|
readonly koreanDescription: {
|
|
253
|
-
readonly id:
|
|
253
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.korean.description';
|
|
254
254
|
readonly defaultMessage: "Translates the text you're working on to Korean";
|
|
255
|
-
readonly description:
|
|
255
|
+
readonly description: 'Description for prompt that translates selected content into Korean';
|
|
256
256
|
};
|
|
257
257
|
readonly norwegianTitle: {
|
|
258
|
-
readonly id:
|
|
259
|
-
readonly defaultMessage:
|
|
260
|
-
readonly description:
|
|
258
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.norwegian.title';
|
|
259
|
+
readonly defaultMessage: 'Translate to Norwegian';
|
|
260
|
+
readonly description: 'Title of a prompt that translates the selected content into Norwegian';
|
|
261
261
|
};
|
|
262
262
|
readonly norwegianDescription: {
|
|
263
|
-
readonly id:
|
|
263
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.norwegian.description';
|
|
264
264
|
readonly defaultMessage: "Translates the text you're working on to Norwegian";
|
|
265
|
-
readonly description:
|
|
265
|
+
readonly description: 'Description for prompt that translates selected content into Norwegian';
|
|
266
266
|
};
|
|
267
267
|
readonly polishTitle: {
|
|
268
|
-
readonly id:
|
|
269
|
-
readonly defaultMessage:
|
|
270
|
-
readonly description:
|
|
268
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.polish.title';
|
|
269
|
+
readonly defaultMessage: 'Translate to Polish';
|
|
270
|
+
readonly description: 'Title of a prompt that translates the selected content into Polish';
|
|
271
271
|
};
|
|
272
272
|
readonly polishDescription: {
|
|
273
|
-
readonly id:
|
|
273
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.polish.description';
|
|
274
274
|
readonly defaultMessage: "Translates the text you're working on to Polish";
|
|
275
|
-
readonly description:
|
|
275
|
+
readonly description: 'Description for prompt that translates selected content into Polish';
|
|
276
276
|
};
|
|
277
277
|
readonly portugueseBrazilianTitle: {
|
|
278
|
-
readonly id:
|
|
279
|
-
readonly defaultMessage:
|
|
280
|
-
readonly description:
|
|
278
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title';
|
|
279
|
+
readonly defaultMessage: 'Translate to Portuguese (Brazilian)';
|
|
280
|
+
readonly description: 'Title of a prompt that translates the selected content into Portuguese (Brazilian)';
|
|
281
281
|
};
|
|
282
282
|
readonly portugueseBrazilianDescription: {
|
|
283
|
-
readonly id:
|
|
283
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description';
|
|
284
284
|
readonly defaultMessage: "Translates the text you're working on to Portuguese (Brazilian)";
|
|
285
|
-
readonly description:
|
|
285
|
+
readonly description: 'Description for prompt that translates selected content into Portuguese (Brazilian)';
|
|
286
286
|
};
|
|
287
287
|
readonly russianTitle: {
|
|
288
|
-
readonly id:
|
|
289
|
-
readonly defaultMessage:
|
|
290
|
-
readonly description:
|
|
288
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.russian.title';
|
|
289
|
+
readonly defaultMessage: 'Translate to Russian';
|
|
290
|
+
readonly description: 'Title of a prompt that translates the selected content into Russian';
|
|
291
291
|
};
|
|
292
292
|
readonly russianDescription: {
|
|
293
|
-
readonly id:
|
|
293
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.russian.description';
|
|
294
294
|
readonly defaultMessage: "Translates the text you're working on to Russian";
|
|
295
|
-
readonly description:
|
|
295
|
+
readonly description: 'Description for prompt that translates selected content into Russian';
|
|
296
296
|
};
|
|
297
297
|
readonly spanishTitle: {
|
|
298
|
-
readonly id:
|
|
299
|
-
readonly defaultMessage:
|
|
300
|
-
readonly description:
|
|
298
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.spanish.title';
|
|
299
|
+
readonly defaultMessage: 'Translate to Spanish';
|
|
300
|
+
readonly description: 'Title of a prompt that translates the selected content into Spanish';
|
|
301
301
|
};
|
|
302
302
|
readonly spanishDescription: {
|
|
303
|
-
readonly id:
|
|
303
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.spanish.description';
|
|
304
304
|
readonly defaultMessage: "Translates the text you're working on to Spanish";
|
|
305
|
-
readonly description:
|
|
305
|
+
readonly description: 'Description for prompt that translates selected content into Spanish';
|
|
306
306
|
};
|
|
307
307
|
readonly swedishTitle: {
|
|
308
|
-
readonly id:
|
|
309
|
-
readonly defaultMessage:
|
|
310
|
-
readonly description:
|
|
308
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.swedish.title';
|
|
309
|
+
readonly defaultMessage: 'Translate to Swedish';
|
|
310
|
+
readonly description: 'Title of a prompt that translates the selected content into Swedish';
|
|
311
311
|
};
|
|
312
312
|
readonly swedishDescription: {
|
|
313
|
-
readonly id:
|
|
313
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.swedish.description';
|
|
314
314
|
readonly defaultMessage: "Translates the text you're working on to Swedish";
|
|
315
|
-
readonly description:
|
|
315
|
+
readonly description: 'Description for prompt that translates selected content into Swedish';
|
|
316
316
|
};
|
|
317
317
|
readonly turkishTitle: {
|
|
318
|
-
readonly id:
|
|
319
|
-
readonly defaultMessage:
|
|
320
|
-
readonly description:
|
|
318
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.turkish.title';
|
|
319
|
+
readonly defaultMessage: 'Translate to Turkish';
|
|
320
|
+
readonly description: 'Title of a prompt that translates the selected content into Turkish';
|
|
321
321
|
};
|
|
322
322
|
readonly turkishDescription: {
|
|
323
|
-
readonly id:
|
|
323
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.turkish.description';
|
|
324
324
|
readonly defaultMessage: "Translates the text you're working on to Turkish";
|
|
325
|
-
readonly description:
|
|
325
|
+
readonly description: 'Description for prompt that translates selected content into Turkish';
|
|
326
326
|
};
|
|
327
327
|
readonly thaiTitle: {
|
|
328
|
-
readonly id:
|
|
329
|
-
readonly defaultMessage:
|
|
330
|
-
readonly description:
|
|
328
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.thai.title';
|
|
329
|
+
readonly defaultMessage: 'Translate to Thai';
|
|
330
|
+
readonly description: 'Title of a prompt that translates the selected content into Thai';
|
|
331
331
|
};
|
|
332
332
|
readonly thaiDescription: {
|
|
333
|
-
readonly id:
|
|
333
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.thai.description';
|
|
334
334
|
readonly defaultMessage: "Translates the text you're working on to Thai";
|
|
335
|
-
readonly description:
|
|
335
|
+
readonly description: 'Description for prompt that translates selected content into Thai';
|
|
336
336
|
};
|
|
337
337
|
readonly ukrainianTitle: {
|
|
338
|
-
readonly id:
|
|
339
|
-
readonly defaultMessage:
|
|
340
|
-
readonly description:
|
|
338
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.ukrainian.title';
|
|
339
|
+
readonly defaultMessage: 'Translate to Ukrainian';
|
|
340
|
+
readonly description: 'Title of a prompt that translates the selected content into Ukrainian';
|
|
341
341
|
};
|
|
342
342
|
readonly ukrainianDescription: {
|
|
343
|
-
readonly id:
|
|
343
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.ukrainian.description';
|
|
344
344
|
readonly defaultMessage: "Translates the text you're working on to Ukrainian";
|
|
345
|
-
readonly description:
|
|
345
|
+
readonly description: 'Description for prompt that translates selected content into Ukrainian';
|
|
346
346
|
};
|
|
347
347
|
readonly vietnameseTitle: {
|
|
348
|
-
readonly id:
|
|
349
|
-
readonly defaultMessage:
|
|
350
|
-
readonly description:
|
|
348
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.vietnamese.title';
|
|
349
|
+
readonly defaultMessage: 'Translate to Vietnamese';
|
|
350
|
+
readonly description: 'Title of a prompt that translates the selected content into Vietnamese';
|
|
351
351
|
};
|
|
352
352
|
readonly vietnameseDescription: {
|
|
353
|
-
readonly id:
|
|
353
|
+
readonly id: 'fabric.editor.ai.config.item.translateTo.vietnamese.description';
|
|
354
354
|
readonly defaultMessage: "Translates the text you're working on to Vietnamese";
|
|
355
|
-
readonly description:
|
|
355
|
+
readonly description: 'Description for prompt that translates selected content into Vietnamese';
|
|
356
356
|
};
|
|
357
357
|
};
|
|
@@ -259,7 +259,8 @@ export declare enum INPUT_METHOD {
|
|
|
259
259
|
SYNCED_BLOCK_TB = "syncedBlockToolbar",
|
|
260
260
|
BLOCK_MENU = "blockMenu",
|
|
261
261
|
SMART_LINK = "smartLink",
|
|
262
|
-
ELEMENT_BROWSER = "elementBrowser"
|
|
262
|
+
ELEMENT_BROWSER = "elementBrowser",
|
|
263
|
+
REMIX = "remix"
|
|
263
264
|
}
|
|
264
265
|
export declare enum INSERT_MEDIA_VIA {
|
|
265
266
|
LOCAL_UPLOAD = "localUpload",
|
|
@@ -68,7 +68,7 @@ type InsertEmojiAEP = InsertAEP<ACTION_SUBJECT_ID.EMOJI, {
|
|
|
68
68
|
type InsertStatusAEP = InsertAEP<ACTION_SUBJECT_ID.STATUS, {
|
|
69
69
|
inputMethod: INPUT_METHOD.QUICK_INSERT | INPUT_METHOD.TOOLBAR | INPUT_METHOD.INSERT_MENU | INPUT_METHOD.ELEMENT_BROWSER;
|
|
70
70
|
}, undefined>;
|
|
71
|
-
export type InputMethodInsertMedia = INPUT_METHOD.CLIPBOARD | INPUT_METHOD.PICKER_CLOUD | INPUT_METHOD.DRAG_AND_DROP | INPUT_METHOD.BROWSER | INPUT_METHOD.MEDIA_PICKER;
|
|
71
|
+
export type InputMethodInsertMedia = INPUT_METHOD.CLIPBOARD | INPUT_METHOD.PICKER_CLOUD | INPUT_METHOD.DRAG_AND_DROP | INPUT_METHOD.BROWSER | INPUT_METHOD.MEDIA_PICKER | INPUT_METHOD.REMIX;
|
|
72
72
|
export type InsertMediaVia = INSERT_MEDIA_VIA.EXTERNAL_UPLOAD | INSERT_MEDIA_VIA.EXTERNAL_URL | INSERT_MEDIA_VIA.LOCAL_UPLOAD;
|
|
73
73
|
type InsertMediaSingleAEP = InsertAEP<ACTION_SUBJECT_ID.MEDIA, {
|
|
74
74
|
fileExtension?: string;
|
|
@@ -13,4 +13,4 @@ export interface ButtonOptionProps {
|
|
|
13
13
|
export interface LinkToolbarButtonGroupProps {
|
|
14
14
|
options: ButtonOptionProps[];
|
|
15
15
|
}
|
|
16
|
-
export declare const LinkToolbarButtonGroup: ({ options }: LinkToolbarButtonGroupProps) => jsx.JSX.Element;
|
|
16
|
+
export declare const LinkToolbarButtonGroup: ({ options, }: LinkToolbarButtonGroupProps) => jsx.JSX.Element;
|
|
@@ -14,5 +14,5 @@ interface Props {
|
|
|
14
14
|
setFocusedItemIndex: (index: number) => void;
|
|
15
15
|
setFocusOnSearch?: () => void;
|
|
16
16
|
}
|
|
17
|
-
declare const MemoizedCategoryListWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & WithAnalyticsEventsProps & WithContextProps,
|
|
17
|
+
declare const MemoizedCategoryListWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & WithAnalyticsEventsProps & WithContextProps, 'ref'> & React.RefAttributes<unknown>>>;
|
|
18
18
|
export default MemoizedCategoryListWithAnalytics;
|
|
@@ -40,5 +40,5 @@ type ElementItemType = {
|
|
|
40
40
|
setFocusedItemIndex: (index: number) => void;
|
|
41
41
|
};
|
|
42
42
|
export declare function ElementItem({ inlineMode, selected, item, index, onInsertItem, focus, setFocusedItemIndex, role, }: ElementItemType): jsx.JSX.Element;
|
|
43
|
-
declare const MemoizedElementListWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & SelectedItemProps & WithAnalyticsEventsProps & WithContextProps,
|
|
43
|
+
declare const MemoizedElementListWithAnalytics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<Props & SelectedItemProps & WithAnalyticsEventsProps & WithContextProps, 'ref'> & React.RefAttributes<unknown>>>;
|
|
44
44
|
export default MemoizedElementListWithAnalytics;
|