@atlaskit/editor-core 188.0.0 → 188.0.4
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 +13 -0
- package/dist/cjs/composable-editor/hooks/useProviderFactory.js +23 -47
- package/dist/cjs/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
- package/dist/cjs/i18n/cs.js +1 -54
- package/dist/cjs/i18n/da.js +1 -54
- package/dist/cjs/i18n/de.js +1 -54
- package/dist/cjs/i18n/en.js +1 -55
- package/dist/cjs/i18n/en_GB.js +1 -55
- package/dist/cjs/i18n/en_ZZ.js +1 -55
- package/dist/cjs/i18n/es.js +1 -54
- package/dist/cjs/i18n/fi.js +1 -54
- package/dist/cjs/i18n/fr.js +1 -54
- package/dist/cjs/i18n/hu.js +1 -54
- package/dist/cjs/i18n/it.js +1 -54
- package/dist/cjs/i18n/ja.js +1 -54
- package/dist/cjs/i18n/ko.js +1 -54
- package/dist/cjs/i18n/nb.js +1 -54
- package/dist/cjs/i18n/nl.js +1 -54
- package/dist/cjs/i18n/pl.js +1 -54
- package/dist/cjs/i18n/pt_BR.js +1 -54
- package/dist/cjs/i18n/ru.js +1 -54
- package/dist/cjs/i18n/sv.js +1 -54
- package/dist/cjs/i18n/th.js +1 -54
- package/dist/cjs/i18n/tr.js +1 -54
- package/dist/cjs/i18n/uk.js +1 -54
- package/dist/cjs/i18n/vi.js +1 -54
- package/dist/cjs/i18n/zh.js +1 -54
- package/dist/cjs/i18n/zh_TW.js +1 -54
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/hooks/useProviderFactory.js +32 -57
- package/dist/es2019/composable-editor/utils/getProvidersFromEditorProps.js +2 -2
- package/dist/es2019/i18n/cs.js +1 -54
- package/dist/es2019/i18n/da.js +1 -54
- package/dist/es2019/i18n/de.js +1 -54
- package/dist/es2019/i18n/en.js +1 -55
- package/dist/es2019/i18n/en_GB.js +1 -55
- package/dist/es2019/i18n/en_ZZ.js +1 -55
- package/dist/es2019/i18n/es.js +1 -54
- package/dist/es2019/i18n/fi.js +1 -54
- package/dist/es2019/i18n/fr.js +1 -54
- package/dist/es2019/i18n/hu.js +1 -54
- package/dist/es2019/i18n/it.js +1 -54
- package/dist/es2019/i18n/ja.js +1 -54
- package/dist/es2019/i18n/ko.js +1 -54
- package/dist/es2019/i18n/nb.js +1 -54
- package/dist/es2019/i18n/nl.js +1 -54
- package/dist/es2019/i18n/pl.js +1 -54
- package/dist/es2019/i18n/pt_BR.js +1 -54
- package/dist/es2019/i18n/ru.js +1 -54
- package/dist/es2019/i18n/sv.js +1 -54
- package/dist/es2019/i18n/th.js +1 -54
- package/dist/es2019/i18n/tr.js +1 -54
- package/dist/es2019/i18n/uk.js +1 -54
- package/dist/es2019/i18n/vi.js +1 -54
- package/dist/es2019/i18n/zh.js +1 -54
- package/dist/es2019/i18n/zh_TW.js +1 -54
- package/dist/es2019/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/hooks/useProviderFactory.js +24 -48
- package/dist/esm/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
- package/dist/esm/i18n/cs.js +1 -54
- package/dist/esm/i18n/da.js +1 -54
- package/dist/esm/i18n/de.js +1 -54
- package/dist/esm/i18n/en.js +1 -55
- package/dist/esm/i18n/en_GB.js +1 -55
- package/dist/esm/i18n/en_ZZ.js +1 -55
- package/dist/esm/i18n/es.js +1 -54
- package/dist/esm/i18n/fi.js +1 -54
- package/dist/esm/i18n/fr.js +1 -54
- package/dist/esm/i18n/hu.js +1 -54
- package/dist/esm/i18n/it.js +1 -54
- package/dist/esm/i18n/ja.js +1 -54
- package/dist/esm/i18n/ko.js +1 -54
- package/dist/esm/i18n/nb.js +1 -54
- package/dist/esm/i18n/nl.js +1 -54
- package/dist/esm/i18n/pl.js +1 -54
- package/dist/esm/i18n/pt_BR.js +1 -54
- package/dist/esm/i18n/ru.js +1 -54
- package/dist/esm/i18n/sv.js +1 -54
- package/dist/esm/i18n/th.js +1 -54
- package/dist/esm/i18n/tr.js +1 -54
- package/dist/esm/i18n/uk.js +1 -54
- package/dist/esm/i18n/vi.js +1 -54
- package/dist/esm/i18n/zh.js +1 -54
- package/dist/esm/i18n/zh_TW.js +1 -54
- package/dist/esm/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/composable-editor/hooks/useProviderFactory.d.ts +0 -6
- package/dist/types/i18n/cs.d.ts +1 -54
- package/dist/types/i18n/da.d.ts +1 -54
- package/dist/types/i18n/de.d.ts +1 -54
- package/dist/types/i18n/en.d.ts +1 -55
- package/dist/types/i18n/en_GB.d.ts +1 -55
- package/dist/types/i18n/en_ZZ.d.ts +1 -55
- package/dist/types/i18n/es.d.ts +1 -54
- package/dist/types/i18n/fi.d.ts +1 -54
- package/dist/types/i18n/fr.d.ts +1 -54
- package/dist/types/i18n/hu.d.ts +1 -54
- package/dist/types/i18n/it.d.ts +1 -54
- package/dist/types/i18n/ja.d.ts +1 -54
- package/dist/types/i18n/ko.d.ts +1 -54
- package/dist/types/i18n/nb.d.ts +1 -54
- package/dist/types/i18n/nl.d.ts +1 -54
- package/dist/types/i18n/pl.d.ts +1 -54
- package/dist/types/i18n/pt_BR.d.ts +1 -54
- package/dist/types/i18n/ru.d.ts +1 -54
- package/dist/types/i18n/sv.d.ts +1 -54
- package/dist/types/i18n/th.d.ts +1 -54
- package/dist/types/i18n/tr.d.ts +1 -54
- package/dist/types/i18n/uk.d.ts +1 -54
- package/dist/types/i18n/vi.d.ts +1 -54
- package/dist/types/i18n/zh.d.ts +1 -54
- package/dist/types/i18n/zh_TW.d.ts +1 -54
- package/dist/types/types/editor-props.d.ts +2 -2
- package/dist/types/utils/prepare-extension-provider.d.ts +2 -2
- package/dist/types-ts4.5/composable-editor/hooks/useProviderFactory.d.ts +0 -6
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -54
- package/dist/types-ts4.5/i18n/da.d.ts +1 -54
- package/dist/types-ts4.5/i18n/de.d.ts +1 -54
- package/dist/types-ts4.5/i18n/en.d.ts +1 -55
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -55
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -55
- package/dist/types-ts4.5/i18n/es.d.ts +1 -54
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -54
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -54
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -54
- package/dist/types-ts4.5/i18n/it.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -54
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -54
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -54
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -54
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -54
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -54
- package/dist/types-ts4.5/i18n/th.d.ts +1 -54
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -54
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -54
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -54
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -54
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -54
- package/dist/types-ts4.5/types/editor-props.d.ts +2 -2
- package/dist/types-ts4.5/utils/prepare-extension-provider.d.ts +2 -2
- package/package.json +4 -4
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -15,16 +15,13 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.alttext.validation': string;
|
|
16
16
|
'fabric.editor.annotationToolbar': string;
|
|
17
17
|
'fabric.editor.backLink': string;
|
|
18
|
-
'fabric.editor.blockquote.description': string;
|
|
19
|
-
'fabric.editor.blockquote2': string;
|
|
20
18
|
'fabric.editor.captionPlaceholder': string;
|
|
19
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
21
20
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
22
21
|
'fabric.editor.clearAltTextEdit': string;
|
|
23
22
|
'fabric.editor.closeAltTextEdit': string;
|
|
24
23
|
'fabric.editor.closeFindReplaceDialog': string;
|
|
25
24
|
'fabric.editor.closeHelpDialog': string;
|
|
26
|
-
'fabric.editor.codeblock': string;
|
|
27
|
-
'fabric.editor.codeblock.description': string;
|
|
28
25
|
'fabric.editor.configFailedToLoad': string;
|
|
29
26
|
'fabric.editor.configPanel.cancel': string;
|
|
30
27
|
'fabric.editor.configPanel.close': string;
|
|
@@ -44,8 +41,6 @@ declare const _default: {
|
|
|
44
41
|
'fabric.editor.configPanel.submit': string;
|
|
45
42
|
'fabric.editor.createComment': string;
|
|
46
43
|
'fabric.editor.createCommentInvalid': string;
|
|
47
|
-
'fabric.editor.customPanel': string;
|
|
48
|
-
'fabric.editor.customPanel.description': string;
|
|
49
44
|
'fabric.editor.decisionPlaceholder': string;
|
|
50
45
|
'fabric.editor.description': string;
|
|
51
46
|
'fabric.editor.dropPlaceholderLabel': string;
|
|
@@ -57,25 +52,7 @@ declare const _default: {
|
|
|
57
52
|
'fabric.editor.editorAssistiveLabel': string;
|
|
58
53
|
'fabric.editor.editorHelp': string;
|
|
59
54
|
'fabric.editor.editors': string;
|
|
60
|
-
'fabric.editor.elementBrowser.help': string;
|
|
61
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
62
|
-
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
72
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
73
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
75
|
-
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
76
55
|
'fabric.editor.error': string;
|
|
77
|
-
'fabric.editor.errorPanel': string;
|
|
78
|
-
'fabric.editor.errorPanel.description': string;
|
|
79
56
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
57
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
58
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -84,26 +61,7 @@ declare const _default: {
|
|
|
84
61
|
'fabric.editor.findNext': string;
|
|
85
62
|
'fabric.editor.findPrevious': string;
|
|
86
63
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
87
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
88
64
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
90
|
-
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
91
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
92
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
93
|
-
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
94
|
-
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
95
|
-
'fabric.editor.heading1': string;
|
|
96
|
-
'fabric.editor.heading1Description': string;
|
|
97
|
-
'fabric.editor.heading2': string;
|
|
98
|
-
'fabric.editor.heading2Description': string;
|
|
99
|
-
'fabric.editor.heading3': string;
|
|
100
|
-
'fabric.editor.heading3Description': string;
|
|
101
|
-
'fabric.editor.heading4': string;
|
|
102
|
-
'fabric.editor.heading4Description': string;
|
|
103
|
-
'fabric.editor.heading5': string;
|
|
104
|
-
'fabric.editor.heading5Description': string;
|
|
105
|
-
'fabric.editor.heading6': string;
|
|
106
|
-
'fabric.editor.heading6Description': string;
|
|
107
65
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
66
|
'fabric.editor.helpDialogTips': string;
|
|
109
67
|
'fabric.editor.image.fullWidthLabel': string;
|
|
@@ -115,8 +73,6 @@ declare const _default: {
|
|
|
115
73
|
'fabric.editor.imageBorderSubtle': string;
|
|
116
74
|
'fabric.editor.indent': string;
|
|
117
75
|
'fabric.editor.info': string;
|
|
118
|
-
'fabric.editor.infoPanel': string;
|
|
119
|
-
'fabric.editor.infoPanel.description': string;
|
|
120
76
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
121
77
|
'fabric.editor.invalidDateError': string;
|
|
122
78
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -138,11 +94,7 @@ declare const _default: {
|
|
|
138
94
|
'fabric.editor.mentionsIconLabel': string;
|
|
139
95
|
'fabric.editor.noResultsFound': string;
|
|
140
96
|
'fabric.editor.noSearchResults': string;
|
|
141
|
-
'fabric.editor.normal': string;
|
|
142
97
|
'fabric.editor.note': string;
|
|
143
|
-
'fabric.editor.notePanel': string;
|
|
144
|
-
'fabric.editor.notePanel.description': string;
|
|
145
|
-
'fabric.editor.other': string;
|
|
146
98
|
'fabric.editor.outdent': string;
|
|
147
99
|
'fabric.editor.panel.backgroundColor': string;
|
|
148
100
|
'fabric.editor.panel.emoji': string;
|
|
@@ -163,12 +115,9 @@ declare const _default: {
|
|
|
163
115
|
'fabric.editor.single': string;
|
|
164
116
|
'fabric.editor.statusPlaceholder': string;
|
|
165
117
|
'fabric.editor.success': string;
|
|
166
|
-
'fabric.editor.successPanel': string;
|
|
167
|
-
'fabric.editor.successPanel.description': string;
|
|
168
118
|
'fabric.editor.supportAltText': string;
|
|
169
119
|
'fabric.editor.taskPlaceholder': string;
|
|
170
120
|
'fabric.editor.textColor': string;
|
|
171
|
-
'fabric.editor.textStyles': string;
|
|
172
121
|
'fabric.editor.threeColumns': string;
|
|
173
122
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
123
|
'fabric.editor.toolbarMediaTitle': string;
|
|
@@ -184,8 +133,6 @@ declare const _default: {
|
|
|
184
133
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
134
|
'fabric.editor.undo': string;
|
|
186
135
|
'fabric.editor.warning': string;
|
|
187
|
-
'fabric.editor.warningPanel': string;
|
|
188
|
-
'fabric.editor.warningPanel.description': string;
|
|
189
136
|
'fabric.editor.wrapLeft': string;
|
|
190
137
|
'fabric.editor.wrapRight': string;
|
|
191
138
|
};
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -15,16 +15,13 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.alttext.validation': string;
|
|
16
16
|
'fabric.editor.annotationToolbar': string;
|
|
17
17
|
'fabric.editor.backLink': string;
|
|
18
|
-
'fabric.editor.blockquote.description': string;
|
|
19
|
-
'fabric.editor.blockquote2': string;
|
|
20
18
|
'fabric.editor.captionPlaceholder': string;
|
|
19
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
21
20
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
22
21
|
'fabric.editor.clearAltTextEdit': string;
|
|
23
22
|
'fabric.editor.closeAltTextEdit': string;
|
|
24
23
|
'fabric.editor.closeFindReplaceDialog': string;
|
|
25
24
|
'fabric.editor.closeHelpDialog': string;
|
|
26
|
-
'fabric.editor.codeblock': string;
|
|
27
|
-
'fabric.editor.codeblock.description': string;
|
|
28
25
|
'fabric.editor.configFailedToLoad': string;
|
|
29
26
|
'fabric.editor.configPanel.cancel': string;
|
|
30
27
|
'fabric.editor.configPanel.close': string;
|
|
@@ -44,8 +41,6 @@ declare const _default: {
|
|
|
44
41
|
'fabric.editor.configPanel.submit': string;
|
|
45
42
|
'fabric.editor.createComment': string;
|
|
46
43
|
'fabric.editor.createCommentInvalid': string;
|
|
47
|
-
'fabric.editor.customPanel': string;
|
|
48
|
-
'fabric.editor.customPanel.description': string;
|
|
49
44
|
'fabric.editor.decisionPlaceholder': string;
|
|
50
45
|
'fabric.editor.description': string;
|
|
51
46
|
'fabric.editor.dropPlaceholderLabel': string;
|
|
@@ -57,25 +52,7 @@ declare const _default: {
|
|
|
57
52
|
'fabric.editor.editorAssistiveLabel': string;
|
|
58
53
|
'fabric.editor.editorHelp': string;
|
|
59
54
|
'fabric.editor.editors': string;
|
|
60
|
-
'fabric.editor.elementBrowser.help': string;
|
|
61
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
62
|
-
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
72
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
73
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
75
|
-
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
76
55
|
'fabric.editor.error': string;
|
|
77
|
-
'fabric.editor.errorPanel': string;
|
|
78
|
-
'fabric.editor.errorPanel.description': string;
|
|
79
56
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
57
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
58
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -84,26 +61,7 @@ declare const _default: {
|
|
|
84
61
|
'fabric.editor.findNext': string;
|
|
85
62
|
'fabric.editor.findPrevious': string;
|
|
86
63
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
87
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
88
64
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
90
|
-
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
91
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
92
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
93
|
-
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
94
|
-
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
95
|
-
'fabric.editor.heading1': string;
|
|
96
|
-
'fabric.editor.heading1Description': string;
|
|
97
|
-
'fabric.editor.heading2': string;
|
|
98
|
-
'fabric.editor.heading2Description': string;
|
|
99
|
-
'fabric.editor.heading3': string;
|
|
100
|
-
'fabric.editor.heading3Description': string;
|
|
101
|
-
'fabric.editor.heading4': string;
|
|
102
|
-
'fabric.editor.heading4Description': string;
|
|
103
|
-
'fabric.editor.heading5': string;
|
|
104
|
-
'fabric.editor.heading5Description': string;
|
|
105
|
-
'fabric.editor.heading6': string;
|
|
106
|
-
'fabric.editor.heading6Description': string;
|
|
107
65
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
66
|
'fabric.editor.helpDialogTips': string;
|
|
109
67
|
'fabric.editor.image.fullWidthLabel': string;
|
|
@@ -115,8 +73,6 @@ declare const _default: {
|
|
|
115
73
|
'fabric.editor.imageBorderSubtle': string;
|
|
116
74
|
'fabric.editor.indent': string;
|
|
117
75
|
'fabric.editor.info': string;
|
|
118
|
-
'fabric.editor.infoPanel': string;
|
|
119
|
-
'fabric.editor.infoPanel.description': string;
|
|
120
76
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
121
77
|
'fabric.editor.invalidDateError': string;
|
|
122
78
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -138,11 +94,7 @@ declare const _default: {
|
|
|
138
94
|
'fabric.editor.mentionsIconLabel': string;
|
|
139
95
|
'fabric.editor.noResultsFound': string;
|
|
140
96
|
'fabric.editor.noSearchResults': string;
|
|
141
|
-
'fabric.editor.normal': string;
|
|
142
97
|
'fabric.editor.note': string;
|
|
143
|
-
'fabric.editor.notePanel': string;
|
|
144
|
-
'fabric.editor.notePanel.description': string;
|
|
145
|
-
'fabric.editor.other': string;
|
|
146
98
|
'fabric.editor.outdent': string;
|
|
147
99
|
'fabric.editor.panel.backgroundColor': string;
|
|
148
100
|
'fabric.editor.panel.emoji': string;
|
|
@@ -163,12 +115,9 @@ declare const _default: {
|
|
|
163
115
|
'fabric.editor.single': string;
|
|
164
116
|
'fabric.editor.statusPlaceholder': string;
|
|
165
117
|
'fabric.editor.success': string;
|
|
166
|
-
'fabric.editor.successPanel': string;
|
|
167
|
-
'fabric.editor.successPanel.description': string;
|
|
168
118
|
'fabric.editor.supportAltText': string;
|
|
169
119
|
'fabric.editor.taskPlaceholder': string;
|
|
170
120
|
'fabric.editor.textColor': string;
|
|
171
|
-
'fabric.editor.textStyles': string;
|
|
172
121
|
'fabric.editor.threeColumns': string;
|
|
173
122
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
123
|
'fabric.editor.toolbarMediaTitle': string;
|
|
@@ -184,8 +133,6 @@ declare const _default: {
|
|
|
184
133
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
134
|
'fabric.editor.undo': string;
|
|
186
135
|
'fabric.editor.warning': string;
|
|
187
|
-
'fabric.editor.warningPanel': string;
|
|
188
|
-
'fabric.editor.warningPanel.description': string;
|
|
189
136
|
'fabric.editor.wrapLeft': string;
|
|
190
137
|
'fabric.editor.wrapRight': string;
|
|
191
138
|
};
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -15,16 +15,13 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.alttext.validation': string;
|
|
16
16
|
'fabric.editor.annotationToolbar': string;
|
|
17
17
|
'fabric.editor.backLink': string;
|
|
18
|
-
'fabric.editor.blockquote.description': string;
|
|
19
|
-
'fabric.editor.blockquote2': string;
|
|
20
18
|
'fabric.editor.captionPlaceholder': string;
|
|
19
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
21
20
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
22
21
|
'fabric.editor.clearAltTextEdit': string;
|
|
23
22
|
'fabric.editor.closeAltTextEdit': string;
|
|
24
23
|
'fabric.editor.closeFindReplaceDialog': string;
|
|
25
24
|
'fabric.editor.closeHelpDialog': string;
|
|
26
|
-
'fabric.editor.codeblock': string;
|
|
27
|
-
'fabric.editor.codeblock.description': string;
|
|
28
25
|
'fabric.editor.configFailedToLoad': string;
|
|
29
26
|
'fabric.editor.configPanel.cancel': string;
|
|
30
27
|
'fabric.editor.configPanel.close': string;
|
|
@@ -44,8 +41,6 @@ declare const _default: {
|
|
|
44
41
|
'fabric.editor.configPanel.submit': string;
|
|
45
42
|
'fabric.editor.createComment': string;
|
|
46
43
|
'fabric.editor.createCommentInvalid': string;
|
|
47
|
-
'fabric.editor.customPanel': string;
|
|
48
|
-
'fabric.editor.customPanel.description': string;
|
|
49
44
|
'fabric.editor.decisionPlaceholder': string;
|
|
50
45
|
'fabric.editor.description': string;
|
|
51
46
|
'fabric.editor.dropPlaceholderLabel': string;
|
|
@@ -57,25 +52,7 @@ declare const _default: {
|
|
|
57
52
|
'fabric.editor.editorAssistiveLabel': string;
|
|
58
53
|
'fabric.editor.editorHelp': string;
|
|
59
54
|
'fabric.editor.editors': string;
|
|
60
|
-
'fabric.editor.elementBrowser.help': string;
|
|
61
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
62
|
-
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
72
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
73
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
75
|
-
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
76
55
|
'fabric.editor.error': string;
|
|
77
|
-
'fabric.editor.errorPanel': string;
|
|
78
|
-
'fabric.editor.errorPanel.description': string;
|
|
79
56
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
57
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
58
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -84,26 +61,7 @@ declare const _default: {
|
|
|
84
61
|
'fabric.editor.findNext': string;
|
|
85
62
|
'fabric.editor.findPrevious': string;
|
|
86
63
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
87
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
88
64
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
90
|
-
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
91
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
92
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
93
|
-
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
94
|
-
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
95
|
-
'fabric.editor.heading1': string;
|
|
96
|
-
'fabric.editor.heading1Description': string;
|
|
97
|
-
'fabric.editor.heading2': string;
|
|
98
|
-
'fabric.editor.heading2Description': string;
|
|
99
|
-
'fabric.editor.heading3': string;
|
|
100
|
-
'fabric.editor.heading3Description': string;
|
|
101
|
-
'fabric.editor.heading4': string;
|
|
102
|
-
'fabric.editor.heading4Description': string;
|
|
103
|
-
'fabric.editor.heading5': string;
|
|
104
|
-
'fabric.editor.heading5Description': string;
|
|
105
|
-
'fabric.editor.heading6': string;
|
|
106
|
-
'fabric.editor.heading6Description': string;
|
|
107
65
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
66
|
'fabric.editor.helpDialogTips': string;
|
|
109
67
|
'fabric.editor.image.fullWidthLabel': string;
|
|
@@ -115,8 +73,6 @@ declare const _default: {
|
|
|
115
73
|
'fabric.editor.imageBorderSubtle': string;
|
|
116
74
|
'fabric.editor.indent': string;
|
|
117
75
|
'fabric.editor.info': string;
|
|
118
|
-
'fabric.editor.infoPanel': string;
|
|
119
|
-
'fabric.editor.infoPanel.description': string;
|
|
120
76
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
121
77
|
'fabric.editor.invalidDateError': string;
|
|
122
78
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -138,11 +94,7 @@ declare const _default: {
|
|
|
138
94
|
'fabric.editor.mentionsIconLabel': string;
|
|
139
95
|
'fabric.editor.noResultsFound': string;
|
|
140
96
|
'fabric.editor.noSearchResults': string;
|
|
141
|
-
'fabric.editor.normal': string;
|
|
142
97
|
'fabric.editor.note': string;
|
|
143
|
-
'fabric.editor.notePanel': string;
|
|
144
|
-
'fabric.editor.notePanel.description': string;
|
|
145
|
-
'fabric.editor.other': string;
|
|
146
98
|
'fabric.editor.outdent': string;
|
|
147
99
|
'fabric.editor.panel.backgroundColor': string;
|
|
148
100
|
'fabric.editor.panel.emoji': string;
|
|
@@ -163,12 +115,9 @@ declare const _default: {
|
|
|
163
115
|
'fabric.editor.single': string;
|
|
164
116
|
'fabric.editor.statusPlaceholder': string;
|
|
165
117
|
'fabric.editor.success': string;
|
|
166
|
-
'fabric.editor.successPanel': string;
|
|
167
|
-
'fabric.editor.successPanel.description': string;
|
|
168
118
|
'fabric.editor.supportAltText': string;
|
|
169
119
|
'fabric.editor.taskPlaceholder': string;
|
|
170
120
|
'fabric.editor.textColor': string;
|
|
171
|
-
'fabric.editor.textStyles': string;
|
|
172
121
|
'fabric.editor.threeColumns': string;
|
|
173
122
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
123
|
'fabric.editor.toolbarMediaTitle': string;
|
|
@@ -184,8 +133,6 @@ declare const _default: {
|
|
|
184
133
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
134
|
'fabric.editor.undo': string;
|
|
186
135
|
'fabric.editor.warning': string;
|
|
187
|
-
'fabric.editor.warningPanel': string;
|
|
188
|
-
'fabric.editor.warningPanel.description': string;
|
|
189
136
|
'fabric.editor.wrapLeft': string;
|
|
190
137
|
'fabric.editor.wrapRight': string;
|
|
191
138
|
};
|
|
@@ -15,16 +15,13 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.alttext.validation': string;
|
|
16
16
|
'fabric.editor.annotationToolbar': string;
|
|
17
17
|
'fabric.editor.backLink': string;
|
|
18
|
-
'fabric.editor.blockquote.description': string;
|
|
19
|
-
'fabric.editor.blockquote2': string;
|
|
20
18
|
'fabric.editor.captionPlaceholder': string;
|
|
19
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
21
20
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
22
21
|
'fabric.editor.clearAltTextEdit': string;
|
|
23
22
|
'fabric.editor.closeAltTextEdit': string;
|
|
24
23
|
'fabric.editor.closeFindReplaceDialog': string;
|
|
25
24
|
'fabric.editor.closeHelpDialog': string;
|
|
26
|
-
'fabric.editor.codeblock': string;
|
|
27
|
-
'fabric.editor.codeblock.description': string;
|
|
28
25
|
'fabric.editor.configFailedToLoad': string;
|
|
29
26
|
'fabric.editor.configPanel.cancel': string;
|
|
30
27
|
'fabric.editor.configPanel.close': string;
|
|
@@ -44,8 +41,6 @@ declare const _default: {
|
|
|
44
41
|
'fabric.editor.configPanel.submit': string;
|
|
45
42
|
'fabric.editor.createComment': string;
|
|
46
43
|
'fabric.editor.createCommentInvalid': string;
|
|
47
|
-
'fabric.editor.customPanel': string;
|
|
48
|
-
'fabric.editor.customPanel.description': string;
|
|
49
44
|
'fabric.editor.decisionPlaceholder': string;
|
|
50
45
|
'fabric.editor.description': string;
|
|
51
46
|
'fabric.editor.dropPlaceholderLabel': string;
|
|
@@ -57,25 +52,7 @@ declare const _default: {
|
|
|
57
52
|
'fabric.editor.editorAssistiveLabel': string;
|
|
58
53
|
'fabric.editor.editorHelp': string;
|
|
59
54
|
'fabric.editor.editors': string;
|
|
60
|
-
'fabric.editor.elementBrowser.help': string;
|
|
61
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
62
|
-
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
72
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
73
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
75
|
-
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
76
55
|
'fabric.editor.error': string;
|
|
77
|
-
'fabric.editor.errorPanel': string;
|
|
78
|
-
'fabric.editor.errorPanel.description': string;
|
|
79
56
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
57
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
58
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -84,26 +61,7 @@ declare const _default: {
|
|
|
84
61
|
'fabric.editor.findNext': string;
|
|
85
62
|
'fabric.editor.findPrevious': string;
|
|
86
63
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
87
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
88
64
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
90
|
-
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
91
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
92
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
93
|
-
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
94
|
-
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
95
|
-
'fabric.editor.heading1': string;
|
|
96
|
-
'fabric.editor.heading1Description': string;
|
|
97
|
-
'fabric.editor.heading2': string;
|
|
98
|
-
'fabric.editor.heading2Description': string;
|
|
99
|
-
'fabric.editor.heading3': string;
|
|
100
|
-
'fabric.editor.heading3Description': string;
|
|
101
|
-
'fabric.editor.heading4': string;
|
|
102
|
-
'fabric.editor.heading4Description': string;
|
|
103
|
-
'fabric.editor.heading5': string;
|
|
104
|
-
'fabric.editor.heading5Description': string;
|
|
105
|
-
'fabric.editor.heading6': string;
|
|
106
|
-
'fabric.editor.heading6Description': string;
|
|
107
65
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
66
|
'fabric.editor.helpDialogTips': string;
|
|
109
67
|
'fabric.editor.image.fullWidthLabel': string;
|
|
@@ -115,8 +73,6 @@ declare const _default: {
|
|
|
115
73
|
'fabric.editor.imageBorderSubtle': string;
|
|
116
74
|
'fabric.editor.indent': string;
|
|
117
75
|
'fabric.editor.info': string;
|
|
118
|
-
'fabric.editor.infoPanel': string;
|
|
119
|
-
'fabric.editor.infoPanel.description': string;
|
|
120
76
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
121
77
|
'fabric.editor.invalidDateError': string;
|
|
122
78
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -138,11 +94,7 @@ declare const _default: {
|
|
|
138
94
|
'fabric.editor.mentionsIconLabel': string;
|
|
139
95
|
'fabric.editor.noResultsFound': string;
|
|
140
96
|
'fabric.editor.noSearchResults': string;
|
|
141
|
-
'fabric.editor.normal': string;
|
|
142
97
|
'fabric.editor.note': string;
|
|
143
|
-
'fabric.editor.notePanel': string;
|
|
144
|
-
'fabric.editor.notePanel.description': string;
|
|
145
|
-
'fabric.editor.other': string;
|
|
146
98
|
'fabric.editor.outdent': string;
|
|
147
99
|
'fabric.editor.panel.backgroundColor': string;
|
|
148
100
|
'fabric.editor.panel.emoji': string;
|
|
@@ -163,12 +115,9 @@ declare const _default: {
|
|
|
163
115
|
'fabric.editor.single': string;
|
|
164
116
|
'fabric.editor.statusPlaceholder': string;
|
|
165
117
|
'fabric.editor.success': string;
|
|
166
|
-
'fabric.editor.successPanel': string;
|
|
167
|
-
'fabric.editor.successPanel.description': string;
|
|
168
118
|
'fabric.editor.supportAltText': string;
|
|
169
119
|
'fabric.editor.taskPlaceholder': string;
|
|
170
120
|
'fabric.editor.textColor': string;
|
|
171
|
-
'fabric.editor.textStyles': string;
|
|
172
121
|
'fabric.editor.threeColumns': string;
|
|
173
122
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
123
|
'fabric.editor.toolbarMediaTitle': string;
|
|
@@ -184,8 +133,6 @@ declare const _default: {
|
|
|
184
133
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
134
|
'fabric.editor.undo': string;
|
|
186
135
|
'fabric.editor.warning': string;
|
|
187
|
-
'fabric.editor.warningPanel': string;
|
|
188
|
-
'fabric.editor.warningPanel.description': string;
|
|
189
136
|
'fabric.editor.wrapLeft': string;
|
|
190
137
|
'fabric.editor.wrapRight': string;
|
|
191
138
|
};
|
|
@@ -252,9 +252,9 @@ export interface EditorPluginFeatureProps {
|
|
|
252
252
|
allowTextColor?: boolean | TextColorPluginConfig;
|
|
253
253
|
allowTables?: boolean | TablesPluginConfig;
|
|
254
254
|
insertMenuItems?: MenuItem[];
|
|
255
|
-
/** @deprecated Use smartLinks instead. */
|
|
255
|
+
/** @deprecated Use linking.smartLinks prop instead. */
|
|
256
256
|
UNSAFE_cards?: CardOptions;
|
|
257
|
-
/** @deprecated Use linking instead. */
|
|
257
|
+
/** @deprecated Use linking.smartLinks prop instead. */
|
|
258
258
|
smartLinks?: CardOptions;
|
|
259
259
|
allowAnalyticsGASV3?: boolean;
|
|
260
260
|
codeBlock?: CodeBlockOptions;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionProvider } from '@atlaskit/editor-common/extensions';
|
|
2
|
-
import EditorActions from '../actions';
|
|
3
|
-
import { ExtensionProvidersProp } from '../types/editor-props';
|
|
2
|
+
import type EditorActions from '../actions';
|
|
3
|
+
import type { ExtensionProvidersProp } from '../types/editor-props';
|
|
4
4
|
declare const prepareExtensionProvider: (getEditorActions: () => EditorActions) => (extensionProviders?: ExtensionProvidersProp) => ExtensionProvider | undefined;
|
|
5
5
|
export default prepareExtensionProvider;
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import type { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
2
|
-
import type { ExtensionProvider } from '@atlaskit/editor-common/extensions';
|
|
3
2
|
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
4
3
|
import type EditorActions from '../../actions';
|
|
5
|
-
import type { QuickInsertProvider } from '@atlaskit/editor-common/provider-factory';
|
|
6
4
|
import type { EditorNextProps } from '../../types/editor-props';
|
|
7
|
-
export type ProviderFactoryState = {
|
|
8
|
-
extensionProvider?: ExtensionProvider;
|
|
9
|
-
quickInsertProvider?: Promise<QuickInsertProvider>;
|
|
10
|
-
};
|
|
11
5
|
/**
|
|
12
6
|
*
|
|
13
7
|
* This hook is used to create the provider factory object.
|
|
@@ -15,16 +15,13 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.alttext.validation': string;
|
|
16
16
|
'fabric.editor.annotationToolbar': string;
|
|
17
17
|
'fabric.editor.backLink': string;
|
|
18
|
-
'fabric.editor.blockquote.description': string;
|
|
19
|
-
'fabric.editor.blockquote2': string;
|
|
20
18
|
'fabric.editor.captionPlaceholder': string;
|
|
19
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
21
20
|
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
22
21
|
'fabric.editor.clearAltTextEdit': string;
|
|
23
22
|
'fabric.editor.closeAltTextEdit': string;
|
|
24
23
|
'fabric.editor.closeFindReplaceDialog': string;
|
|
25
24
|
'fabric.editor.closeHelpDialog': string;
|
|
26
|
-
'fabric.editor.codeblock': string;
|
|
27
|
-
'fabric.editor.codeblock.description': string;
|
|
28
25
|
'fabric.editor.configFailedToLoad': string;
|
|
29
26
|
'fabric.editor.configPanel.cancel': string;
|
|
30
27
|
'fabric.editor.configPanel.close': string;
|
|
@@ -44,8 +41,6 @@ declare const _default: {
|
|
|
44
41
|
'fabric.editor.configPanel.submit': string;
|
|
45
42
|
'fabric.editor.createComment': string;
|
|
46
43
|
'fabric.editor.createCommentInvalid': string;
|
|
47
|
-
'fabric.editor.customPanel': string;
|
|
48
|
-
'fabric.editor.customPanel.description': string;
|
|
49
44
|
'fabric.editor.decisionPlaceholder': string;
|
|
50
45
|
'fabric.editor.description': string;
|
|
51
46
|
'fabric.editor.dropPlaceholderLabel': string;
|
|
@@ -57,25 +52,7 @@ declare const _default: {
|
|
|
57
52
|
'fabric.editor.editorAssistiveLabel': string;
|
|
58
53
|
'fabric.editor.editorHelp': string;
|
|
59
54
|
'fabric.editor.editors': string;
|
|
60
|
-
'fabric.editor.elementBrowser.help': string;
|
|
61
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
62
|
-
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
72
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
73
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
75
|
-
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
76
55
|
'fabric.editor.error': string;
|
|
77
|
-
'fabric.editor.errorPanel': string;
|
|
78
|
-
'fabric.editor.errorPanel.description': string;
|
|
79
56
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
80
57
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
81
58
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -85,26 +62,7 @@ declare const _default: {
|
|
|
85
62
|
'fabric.editor.findNext': string;
|
|
86
63
|
'fabric.editor.findPrevious': string;
|
|
87
64
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
88
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
89
65
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
90
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
92
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
94
|
-
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
96
|
-
'fabric.editor.heading1': string;
|
|
97
|
-
'fabric.editor.heading1Description': string;
|
|
98
|
-
'fabric.editor.heading2': string;
|
|
99
|
-
'fabric.editor.heading2Description': string;
|
|
100
|
-
'fabric.editor.heading3': string;
|
|
101
|
-
'fabric.editor.heading3Description': string;
|
|
102
|
-
'fabric.editor.heading4': string;
|
|
103
|
-
'fabric.editor.heading4Description': string;
|
|
104
|
-
'fabric.editor.heading5': string;
|
|
105
|
-
'fabric.editor.heading5Description': string;
|
|
106
|
-
'fabric.editor.heading6': string;
|
|
107
|
-
'fabric.editor.heading6Description': string;
|
|
108
66
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
109
67
|
'fabric.editor.helpDialogTips': string;
|
|
110
68
|
'fabric.editor.image.fullWidthLabel': string;
|
|
@@ -116,8 +74,6 @@ declare const _default: {
|
|
|
116
74
|
'fabric.editor.imageBorderSubtle': string;
|
|
117
75
|
'fabric.editor.indent': string;
|
|
118
76
|
'fabric.editor.info': string;
|
|
119
|
-
'fabric.editor.infoPanel': string;
|
|
120
|
-
'fabric.editor.infoPanel.description': string;
|
|
121
77
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
122
78
|
'fabric.editor.invalidDateError': string;
|
|
123
79
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -139,11 +95,7 @@ declare const _default: {
|
|
|
139
95
|
'fabric.editor.mentionsIconLabel': string;
|
|
140
96
|
'fabric.editor.noResultsFound': string;
|
|
141
97
|
'fabric.editor.noSearchResults': string;
|
|
142
|
-
'fabric.editor.normal': string;
|
|
143
98
|
'fabric.editor.note': string;
|
|
144
|
-
'fabric.editor.notePanel': string;
|
|
145
|
-
'fabric.editor.notePanel.description': string;
|
|
146
|
-
'fabric.editor.other': string;
|
|
147
99
|
'fabric.editor.outdent': string;
|
|
148
100
|
'fabric.editor.panel.backgroundColor': string;
|
|
149
101
|
'fabric.editor.panel.emoji': string;
|
|
@@ -164,12 +116,9 @@ declare const _default: {
|
|
|
164
116
|
'fabric.editor.single': string;
|
|
165
117
|
'fabric.editor.statusPlaceholder': string;
|
|
166
118
|
'fabric.editor.success': string;
|
|
167
|
-
'fabric.editor.successPanel': string;
|
|
168
|
-
'fabric.editor.successPanel.description': string;
|
|
169
119
|
'fabric.editor.supportAltText': string;
|
|
170
120
|
'fabric.editor.taskPlaceholder': string;
|
|
171
121
|
'fabric.editor.textColor': string;
|
|
172
|
-
'fabric.editor.textStyles': string;
|
|
173
122
|
'fabric.editor.threeColumns': string;
|
|
174
123
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
175
124
|
'fabric.editor.toolbarMediaTitle': string;
|
|
@@ -185,8 +134,6 @@ declare const _default: {
|
|
|
185
134
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
186
135
|
'fabric.editor.undo': string;
|
|
187
136
|
'fabric.editor.warning': string;
|
|
188
|
-
'fabric.editor.warningPanel': string;
|
|
189
|
-
'fabric.editor.warningPanel.description': string;
|
|
190
137
|
'fabric.editor.wrapLeft': string;
|
|
191
138
|
'fabric.editor.wrapRight': string;
|
|
192
139
|
};
|