@atlaskit/editor-core 187.40.0 → 187.40.2
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 +12 -0
- package/dist/cjs/i18n/cs.js +6 -9
- package/dist/cjs/i18n/da.js +6 -9
- package/dist/cjs/i18n/de.js +6 -9
- package/dist/cjs/i18n/en.js +6 -9
- package/dist/cjs/i18n/en_GB.js +6 -9
- package/dist/cjs/i18n/en_ZZ.js +6 -9
- package/dist/cjs/i18n/es.js +6 -9
- package/dist/cjs/i18n/fi.js +6 -9
- package/dist/cjs/i18n/fr.js +6 -9
- package/dist/cjs/i18n/hu.js +6 -9
- package/dist/cjs/i18n/it.js +6 -9
- package/dist/cjs/i18n/ja.js +6 -9
- package/dist/cjs/i18n/ko.js +6 -9
- package/dist/cjs/i18n/nb.js +6 -9
- package/dist/cjs/i18n/nl.js +6 -9
- package/dist/cjs/i18n/pl.js +6 -9
- package/dist/cjs/i18n/pt_BR.js +6 -9
- package/dist/cjs/i18n/ru.js +6 -9
- package/dist/cjs/i18n/sv.js +6 -9
- package/dist/cjs/i18n/th.js +6 -9
- package/dist/cjs/i18n/tr.js +6 -9
- package/dist/cjs/i18n/uk.js +6 -9
- package/dist/cjs/i18n/vi.js +6 -9
- package/dist/cjs/i18n/zh.js +6 -9
- package/dist/cjs/i18n/zh_TW.js +6 -9
- package/dist/cjs/plugins/find-replace/ui/Find.js +88 -42
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +6 -9
- package/dist/es2019/i18n/da.js +6 -9
- package/dist/es2019/i18n/de.js +6 -9
- package/dist/es2019/i18n/en.js +6 -9
- package/dist/es2019/i18n/en_GB.js +6 -9
- package/dist/es2019/i18n/en_ZZ.js +6 -9
- package/dist/es2019/i18n/es.js +6 -9
- package/dist/es2019/i18n/fi.js +6 -9
- package/dist/es2019/i18n/fr.js +6 -9
- package/dist/es2019/i18n/hu.js +6 -9
- package/dist/es2019/i18n/it.js +6 -9
- package/dist/es2019/i18n/ja.js +6 -9
- package/dist/es2019/i18n/ko.js +6 -9
- package/dist/es2019/i18n/nb.js +6 -9
- package/dist/es2019/i18n/nl.js +6 -9
- package/dist/es2019/i18n/pl.js +6 -9
- package/dist/es2019/i18n/pt_BR.js +6 -9
- package/dist/es2019/i18n/ru.js +6 -9
- package/dist/es2019/i18n/sv.js +6 -9
- package/dist/es2019/i18n/th.js +6 -9
- package/dist/es2019/i18n/tr.js +6 -9
- package/dist/es2019/i18n/uk.js +6 -9
- package/dist/es2019/i18n/vi.js +6 -9
- package/dist/es2019/i18n/zh.js +6 -9
- package/dist/es2019/i18n/zh_TW.js +6 -9
- package/dist/es2019/plugins/find-replace/ui/Find.js +69 -22
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +6 -9
- package/dist/esm/i18n/da.js +6 -9
- package/dist/esm/i18n/de.js +6 -9
- package/dist/esm/i18n/en.js +6 -9
- package/dist/esm/i18n/en_GB.js +6 -9
- package/dist/esm/i18n/en_ZZ.js +6 -9
- package/dist/esm/i18n/es.js +6 -9
- package/dist/esm/i18n/fi.js +6 -9
- package/dist/esm/i18n/fr.js +6 -9
- package/dist/esm/i18n/hu.js +6 -9
- package/dist/esm/i18n/it.js +6 -9
- package/dist/esm/i18n/ja.js +6 -9
- package/dist/esm/i18n/ko.js +6 -9
- package/dist/esm/i18n/nb.js +6 -9
- package/dist/esm/i18n/nl.js +6 -9
- package/dist/esm/i18n/pl.js +6 -9
- package/dist/esm/i18n/pt_BR.js +6 -9
- package/dist/esm/i18n/ru.js +6 -9
- package/dist/esm/i18n/sv.js +6 -9
- package/dist/esm/i18n/th.js +6 -9
- package/dist/esm/i18n/tr.js +6 -9
- package/dist/esm/i18n/uk.js +6 -9
- package/dist/esm/i18n/vi.js +6 -9
- package/dist/esm/i18n/zh.js +6 -9
- package/dist/esm/i18n/zh_TW.js +6 -9
- package/dist/esm/plugins/find-replace/ui/Find.js +86 -41
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +3 -6
- package/dist/types/i18n/da.d.ts +3 -6
- package/dist/types/i18n/de.d.ts +3 -6
- package/dist/types/i18n/en.d.ts +3 -6
- package/dist/types/i18n/en_GB.d.ts +3 -6
- package/dist/types/i18n/en_ZZ.d.ts +3 -6
- package/dist/types/i18n/es.d.ts +3 -6
- package/dist/types/i18n/fi.d.ts +3 -6
- package/dist/types/i18n/fr.d.ts +3 -6
- package/dist/types/i18n/hu.d.ts +3 -6
- package/dist/types/i18n/it.d.ts +3 -6
- package/dist/types/i18n/ja.d.ts +3 -6
- package/dist/types/i18n/ko.d.ts +3 -6
- package/dist/types/i18n/nb.d.ts +3 -6
- package/dist/types/i18n/nl.d.ts +3 -6
- package/dist/types/i18n/pl.d.ts +3 -6
- package/dist/types/i18n/pt_BR.d.ts +3 -6
- package/dist/types/i18n/ru.d.ts +3 -6
- package/dist/types/i18n/sv.d.ts +3 -6
- package/dist/types/i18n/th.d.ts +3 -6
- package/dist/types/i18n/tr.d.ts +3 -6
- package/dist/types/i18n/uk.d.ts +3 -6
- package/dist/types/i18n/vi.d.ts +3 -6
- package/dist/types/i18n/zh.d.ts +3 -6
- package/dist/types/i18n/zh_TW.d.ts +3 -6
- package/dist/types/plugins/find-replace/ui/Find.d.ts +3 -2
- package/dist/types/plugins/layout/index.d.ts +5 -7
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -6
- package/dist/types-ts4.5/i18n/da.d.ts +3 -6
- package/dist/types-ts4.5/i18n/de.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +3 -6
- package/dist/types-ts4.5/i18n/es.d.ts +3 -6
- package/dist/types-ts4.5/i18n/fi.d.ts +3 -6
- package/dist/types-ts4.5/i18n/fr.d.ts +3 -6
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -6
- package/dist/types-ts4.5/i18n/it.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ja.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -6
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -6
- package/dist/types-ts4.5/i18n/nl.d.ts +3 -6
- package/dist/types-ts4.5/i18n/pl.d.ts +3 -6
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -6
- package/dist/types-ts4.5/i18n/sv.d.ts +3 -6
- package/dist/types-ts4.5/i18n/th.d.ts +3 -6
- package/dist/types-ts4.5/i18n/tr.d.ts +3 -6
- package/dist/types-ts4.5/i18n/uk.d.ts +3 -6
- package/dist/types-ts4.5/i18n/vi.d.ts +3 -6
- package/dist/types-ts4.5/i18n/zh.d.ts +3 -6
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -6
- package/dist/types-ts4.5/plugins/find-replace/ui/Find.d.ts +3 -2
- package/dist/types-ts4.5/plugins/layout/index.d.ts +6 -5
- package/package.json +1 -1
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { WrappedComponentProps } from 'react-intl-next';
|
|
3
|
+
import type { WrappedComponentProps } from 'react-intl-next';
|
|
4
4
|
import { TRIGGER_METHOD } from '../../analytics/types';
|
|
5
|
-
import { MatchCaseProps } from '../types';
|
|
5
|
+
import type { MatchCaseProps } from '../types';
|
|
6
|
+
export declare const FIND_DEBOUNCE_MS = 100;
|
|
6
7
|
export type FindProps = {
|
|
7
8
|
findText?: string;
|
|
8
9
|
count: {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { NextEditorPlugin, OptionalPlugin } from '@atlaskit/editor-common/types';
|
|
2
2
|
import { pluginKey } from './pm-plugins/plugin-key';
|
|
3
3
|
import type { LayoutPluginOptions } from './types';
|
|
4
|
-
import type {
|
|
5
|
-
import type {
|
|
4
|
+
import type { DecorationsPlugin } from '@atlaskit/editor-plugin-decorations';
|
|
5
|
+
import type { AnalyticsPlugin } from '@atlaskit/editor-plugin-analytics';
|
|
6
6
|
export { pluginKey };
|
|
7
|
-
|
|
7
|
+
export type LayoutPlugin = NextEditorPlugin<'layout', {
|
|
8
8
|
pluginConfiguration: LayoutPluginOptions | undefined;
|
|
9
|
-
dependencies: [
|
|
10
|
-
typeof decorationsPlugin,
|
|
11
|
-
OptionalPlugin<typeof analyticsPlugin>
|
|
12
|
-
];
|
|
9
|
+
dependencies: [DecorationsPlugin, OptionalPlugin<AnalyticsPlugin>];
|
|
13
10
|
}>;
|
|
11
|
+
declare const layoutPlugin: LayoutPlugin;
|
|
14
12
|
export default layoutPlugin;
|
|
@@ -107,6 +107,7 @@ declare const _default: {
|
|
|
107
107
|
'fabric.editor.heading6Description': string;
|
|
108
108
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
109
109
|
'fabric.editor.helpDialogTips': string;
|
|
110
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
110
111
|
'fabric.editor.imageBorderBold': string;
|
|
111
112
|
'fabric.editor.imageBorderColor': string;
|
|
112
113
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -122,13 +123,14 @@ declare const _default: {
|
|
|
122
123
|
'fabric.editor.inviteItem.title': string;
|
|
123
124
|
'fabric.editor.keyboardShortcuts': string;
|
|
124
125
|
'fabric.editor.leftSidebar': string;
|
|
125
|
-
'fabric.editor.lists': string;
|
|
126
126
|
'fabric.editor.markdown': string;
|
|
127
127
|
'fabric.editor.matchCase': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
131
131
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
133
135
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
134
136
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -141,8 +143,6 @@ declare const _default: {
|
|
|
141
143
|
'fabric.editor.note': string;
|
|
142
144
|
'fabric.editor.notePanel': string;
|
|
143
145
|
'fabric.editor.notePanel.description': string;
|
|
144
|
-
'fabric.editor.orderedList': string;
|
|
145
|
-
'fabric.editor.orderedList.description': string;
|
|
146
146
|
'fabric.editor.other': string;
|
|
147
147
|
'fabric.editor.outdent': string;
|
|
148
148
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -184,13 +184,10 @@ declare const _default: {
|
|
|
184
184
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
185
185
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
186
186
|
'fabric.editor.undo': string;
|
|
187
|
-
'fabric.editor.unorderedList': string;
|
|
188
|
-
'fabric.editor.unorderedList.description': string;
|
|
189
187
|
'fabric.editor.warning': string;
|
|
190
188
|
'fabric.editor.warningPanel': string;
|
|
191
189
|
'fabric.editor.warningPanel.description': string;
|
|
192
190
|
'fabric.editor.wrapLeft': string;
|
|
193
191
|
'fabric.editor.wrapRight': string;
|
|
194
|
-
'fabric.emoji.label': string;
|
|
195
192
|
};
|
|
196
193
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -109,6 +109,7 @@ declare const _default: {
|
|
|
109
109
|
'fabric.editor.heading6Description': string;
|
|
110
110
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
111
111
|
'fabric.editor.helpDialogTips': string;
|
|
112
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
112
113
|
'fabric.editor.imageBorderBold': string;
|
|
113
114
|
'fabric.editor.imageBorderColor': string;
|
|
114
115
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -124,13 +125,14 @@ declare const _default: {
|
|
|
124
125
|
'fabric.editor.inviteItem.title': string;
|
|
125
126
|
'fabric.editor.keyboardShortcuts': string;
|
|
126
127
|
'fabric.editor.leftSidebar': string;
|
|
127
|
-
'fabric.editor.lists': string;
|
|
128
128
|
'fabric.editor.markdown': string;
|
|
129
129
|
'fabric.editor.matchCase': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
131
131
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
132
132
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
133
133
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
135
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
134
136
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
135
137
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
136
138
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -143,8 +145,6 @@ declare const _default: {
|
|
|
143
145
|
'fabric.editor.note': string;
|
|
144
146
|
'fabric.editor.notePanel': string;
|
|
145
147
|
'fabric.editor.notePanel.description': string;
|
|
146
|
-
'fabric.editor.orderedList': string;
|
|
147
|
-
'fabric.editor.orderedList.description': string;
|
|
148
148
|
'fabric.editor.other': string;
|
|
149
149
|
'fabric.editor.outdent': string;
|
|
150
150
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -186,13 +186,10 @@ declare const _default: {
|
|
|
186
186
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
187
187
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
188
188
|
'fabric.editor.undo': string;
|
|
189
|
-
'fabric.editor.unorderedList': string;
|
|
190
|
-
'fabric.editor.unorderedList.description': string;
|
|
191
189
|
'fabric.editor.warning': string;
|
|
192
190
|
'fabric.editor.warningPanel': string;
|
|
193
191
|
'fabric.editor.warningPanel.description': string;
|
|
194
192
|
'fabric.editor.wrapLeft': string;
|
|
195
193
|
'fabric.editor.wrapRight': string;
|
|
196
|
-
'fabric.emoji.label': string;
|
|
197
194
|
};
|
|
198
195
|
export default _default;
|
|
@@ -109,6 +109,7 @@ declare const _default: {
|
|
|
109
109
|
'fabric.editor.heading6Description': string;
|
|
110
110
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
111
111
|
'fabric.editor.helpDialogTips': string;
|
|
112
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
112
113
|
'fabric.editor.imageBorderBold': string;
|
|
113
114
|
'fabric.editor.imageBorderColor': string;
|
|
114
115
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -124,13 +125,14 @@ declare const _default: {
|
|
|
124
125
|
'fabric.editor.inviteItem.title': string;
|
|
125
126
|
'fabric.editor.keyboardShortcuts': string;
|
|
126
127
|
'fabric.editor.leftSidebar': string;
|
|
127
|
-
'fabric.editor.lists': string;
|
|
128
128
|
'fabric.editor.markdown': string;
|
|
129
129
|
'fabric.editor.matchCase': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
131
131
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
132
132
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
133
133
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
135
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
134
136
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
135
137
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
136
138
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -143,8 +145,6 @@ declare const _default: {
|
|
|
143
145
|
'fabric.editor.note': string;
|
|
144
146
|
'fabric.editor.notePanel': string;
|
|
145
147
|
'fabric.editor.notePanel.description': string;
|
|
146
|
-
'fabric.editor.orderedList': string;
|
|
147
|
-
'fabric.editor.orderedList.description': string;
|
|
148
148
|
'fabric.editor.other': string;
|
|
149
149
|
'fabric.editor.outdent': string;
|
|
150
150
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -186,13 +186,10 @@ declare const _default: {
|
|
|
186
186
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
187
187
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
188
188
|
'fabric.editor.undo': string;
|
|
189
|
-
'fabric.editor.unorderedList': string;
|
|
190
|
-
'fabric.editor.unorderedList.description': string;
|
|
191
189
|
'fabric.editor.warning': string;
|
|
192
190
|
'fabric.editor.warningPanel': string;
|
|
193
191
|
'fabric.editor.warningPanel.description': string;
|
|
194
192
|
'fabric.editor.wrapLeft': string;
|
|
195
193
|
'fabric.editor.wrapRight': string;
|
|
196
|
-
'fabric.emoji.label': string;
|
|
197
194
|
};
|
|
198
195
|
export default _default;
|
|
@@ -109,6 +109,7 @@ declare const _default: {
|
|
|
109
109
|
'fabric.editor.heading6Description': string;
|
|
110
110
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
111
111
|
'fabric.editor.helpDialogTips': string;
|
|
112
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
112
113
|
'fabric.editor.imageBorderBold': string;
|
|
113
114
|
'fabric.editor.imageBorderColor': string;
|
|
114
115
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -124,13 +125,14 @@ declare const _default: {
|
|
|
124
125
|
'fabric.editor.inviteItem.title': string;
|
|
125
126
|
'fabric.editor.keyboardShortcuts': string;
|
|
126
127
|
'fabric.editor.leftSidebar': string;
|
|
127
|
-
'fabric.editor.lists': string;
|
|
128
128
|
'fabric.editor.markdown': string;
|
|
129
129
|
'fabric.editor.matchCase': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
131
131
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
132
132
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
133
133
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
135
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
134
136
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
135
137
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
136
138
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -143,8 +145,6 @@ declare const _default: {
|
|
|
143
145
|
'fabric.editor.note': string;
|
|
144
146
|
'fabric.editor.notePanel': string;
|
|
145
147
|
'fabric.editor.notePanel.description': string;
|
|
146
|
-
'fabric.editor.orderedList': string;
|
|
147
|
-
'fabric.editor.orderedList.description': string;
|
|
148
148
|
'fabric.editor.other': string;
|
|
149
149
|
'fabric.editor.outdent': string;
|
|
150
150
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -186,13 +186,10 @@ declare const _default: {
|
|
|
186
186
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
187
187
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
188
188
|
'fabric.editor.undo': string;
|
|
189
|
-
'fabric.editor.unorderedList': string;
|
|
190
|
-
'fabric.editor.unorderedList.description': string;
|
|
191
189
|
'fabric.editor.warning': string;
|
|
192
190
|
'fabric.editor.warningPanel': string;
|
|
193
191
|
'fabric.editor.warningPanel.description': string;
|
|
194
192
|
'fabric.editor.wrapLeft': string;
|
|
195
193
|
'fabric.editor.wrapRight': string;
|
|
196
|
-
'fabric.emoji.label': string;
|
|
197
194
|
};
|
|
198
195
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|
|
@@ -106,6 +106,7 @@ declare const _default: {
|
|
|
106
106
|
'fabric.editor.heading6Description': string;
|
|
107
107
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
108
108
|
'fabric.editor.helpDialogTips': string;
|
|
109
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
109
110
|
'fabric.editor.imageBorderBold': string;
|
|
110
111
|
'fabric.editor.imageBorderColor': string;
|
|
111
112
|
'fabric.editor.imageBorderMedium': string;
|
|
@@ -121,13 +122,14 @@ declare const _default: {
|
|
|
121
122
|
'fabric.editor.inviteItem.title': string;
|
|
122
123
|
'fabric.editor.keyboardShortcuts': string;
|
|
123
124
|
'fabric.editor.leftSidebar': string;
|
|
124
|
-
'fabric.editor.lists': string;
|
|
125
125
|
'fabric.editor.markdown': string;
|
|
126
126
|
'fabric.editor.matchCase': string;
|
|
127
127
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
128
128
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
131
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
132
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
131
133
|
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
132
134
|
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
133
135
|
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
@@ -140,8 +142,6 @@ declare const _default: {
|
|
|
140
142
|
'fabric.editor.note': string;
|
|
141
143
|
'fabric.editor.notePanel': string;
|
|
142
144
|
'fabric.editor.notePanel.description': string;
|
|
143
|
-
'fabric.editor.orderedList': string;
|
|
144
|
-
'fabric.editor.orderedList.description': string;
|
|
145
145
|
'fabric.editor.other': string;
|
|
146
146
|
'fabric.editor.outdent': string;
|
|
147
147
|
'fabric.editor.panel.backgroundColor': string;
|
|
@@ -183,13 +183,10 @@ declare const _default: {
|
|
|
183
183
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
184
184
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
185
185
|
'fabric.editor.undo': string;
|
|
186
|
-
'fabric.editor.unorderedList': string;
|
|
187
|
-
'fabric.editor.unorderedList.description': string;
|
|
188
186
|
'fabric.editor.warning': string;
|
|
189
187
|
'fabric.editor.warningPanel': string;
|
|
190
188
|
'fabric.editor.warningPanel.description': string;
|
|
191
189
|
'fabric.editor.wrapLeft': string;
|
|
192
190
|
'fabric.editor.wrapRight': string;
|
|
193
|
-
'fabric.emoji.label': string;
|
|
194
191
|
};
|
|
195
192
|
export default _default;
|