@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
|
@@ -11,6 +11,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import { jsx } from '@emotion/react';
|
|
13
13
|
import { defineMessages, injectIntl } from 'react-intl-next';
|
|
14
|
+
import debounce from 'lodash/debounce';
|
|
14
15
|
import EditorCloseIcon from '@atlaskit/icon/glyph/editor/close';
|
|
15
16
|
import ChevronDownIcon from '@atlaskit/icon/glyph/hipchat/chevron-down';
|
|
16
17
|
import ChevronUpIcon from '@atlaskit/icon/glyph/hipchat/chevron-up';
|
|
@@ -19,6 +20,8 @@ import Textfield from '@atlaskit/textfield';
|
|
|
19
20
|
import { countStyles, sectionWrapperStyles } from './styles';
|
|
20
21
|
import { TRIGGER_METHOD } from '../../analytics/types';
|
|
21
22
|
import { FindReplaceTooltipButton } from './FindReplaceTooltipButton';
|
|
23
|
+
import rafSchd from 'raf-schd';
|
|
24
|
+
export var FIND_DEBOUNCE_MS = 100;
|
|
22
25
|
var messages = defineMessages({
|
|
23
26
|
find: {
|
|
24
27
|
id: 'fabric.editor.find',
|
|
@@ -65,7 +68,7 @@ var Find = /*#__PURE__*/function (_React$Component) {
|
|
|
65
68
|
_this = _super.call(this, props);
|
|
66
69
|
_defineProperty(_assertThisInitialized(_this), "findTextfieldRef", /*#__PURE__*/React.createRef());
|
|
67
70
|
_defineProperty(_assertThisInitialized(_this), "isComposing", false);
|
|
68
|
-
_defineProperty(_assertThisInitialized(_this), "syncFindText", function () {
|
|
71
|
+
_defineProperty(_assertThisInitialized(_this), "syncFindText", function (onSynced) {
|
|
69
72
|
var _this$state;
|
|
70
73
|
// If the external prop findText changes and we aren't in a composition we should update to
|
|
71
74
|
// use the external prop value.
|
|
@@ -73,15 +76,9 @@ var Find = /*#__PURE__*/function (_React$Component) {
|
|
|
73
76
|
// An example of where this may happen is when a find occurs through the user selecting some text
|
|
74
77
|
// and pressing Mod-f.
|
|
75
78
|
if (!_this.isComposing && _this.props.findText !== ((_this$state = _this.state) === null || _this$state === void 0 ? void 0 : _this$state.localFindText)) {
|
|
76
|
-
_this.updateFindValue(_this.props.findText || '');
|
|
79
|
+
_this.updateFindValue(_this.props.findText || '', onSynced);
|
|
77
80
|
}
|
|
78
81
|
});
|
|
79
|
-
_defineProperty(_assertThisInitialized(_this), "skipWhileComposing", function (fn) {
|
|
80
|
-
if (_this.isComposing) {
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
fn();
|
|
84
|
-
});
|
|
85
82
|
_defineProperty(_assertThisInitialized(_this), "focusFindTextfield", function () {
|
|
86
83
|
var input = _this.findTextfieldRef.current;
|
|
87
84
|
if (_this.props.shouldFocus && input) {
|
|
@@ -91,44 +88,63 @@ var Find = /*#__PURE__*/function (_React$Component) {
|
|
|
91
88
|
_defineProperty(_assertThisInitialized(_this), "handleFindChange", function (event) {
|
|
92
89
|
_this.updateFindValue(event.target.value);
|
|
93
90
|
});
|
|
94
|
-
|
|
91
|
+
// debounce (vs throttle) to not block typing inside find input while onFind runs
|
|
92
|
+
_defineProperty(_assertThisInitialized(_this), "debouncedFind", debounce(function (value) {
|
|
93
|
+
_this.props.onFind(value);
|
|
94
|
+
}, FIND_DEBOUNCE_MS));
|
|
95
|
+
_defineProperty(_assertThisInitialized(_this), "updateFindValue", function (value, onSynced) {
|
|
95
96
|
_this.setState({
|
|
96
97
|
localFindText: value
|
|
97
|
-
})
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
}, function () {
|
|
99
|
+
if (_this.isComposing) {
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
onSynced && onSynced();
|
|
103
|
+
_this.debouncedFind(value);
|
|
100
104
|
});
|
|
101
105
|
});
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
} else if (event.key === 'ArrowDown') {
|
|
115
|
-
// we want to move focus between find & replace texfields when user hits up/down arrows
|
|
116
|
-
_this.props.onArrowDown();
|
|
106
|
+
// throtlle between animation frames gives better experience on Enter compared to arbitrary value
|
|
107
|
+
// it adjusts based on performance (and document size)
|
|
108
|
+
_defineProperty(_assertThisInitialized(_this), "handleFindKeyDownThrottled", rafSchd(function (event) {
|
|
109
|
+
if (event.key === 'Enter') {
|
|
110
|
+
if (event.shiftKey) {
|
|
111
|
+
_this.props.onFindPrev({
|
|
112
|
+
triggerMethod: TRIGGER_METHOD.KEYBOARD
|
|
113
|
+
});
|
|
114
|
+
} else {
|
|
115
|
+
_this.props.onFindNext({
|
|
116
|
+
triggerMethod: TRIGGER_METHOD.KEYBOARD
|
|
117
|
+
});
|
|
117
118
|
}
|
|
118
|
-
})
|
|
119
|
+
} else if (event.key === 'ArrowDown') {
|
|
120
|
+
// we want to move focus between find & replace texfields when user hits up/down arrows
|
|
121
|
+
_this.props.onArrowDown();
|
|
122
|
+
}
|
|
123
|
+
}));
|
|
124
|
+
_defineProperty(_assertThisInitialized(_this), "handleFindKeyDown", function (event) {
|
|
125
|
+
if (_this.isComposing) {
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
event.persist();
|
|
129
|
+
_this.handleFindKeyDownThrottled(event);
|
|
130
|
+
});
|
|
131
|
+
_defineProperty(_assertThisInitialized(_this), "handleFindKeyUp", function () {
|
|
132
|
+
_this.handleFindKeyDownThrottled.cancel();
|
|
119
133
|
});
|
|
120
134
|
_defineProperty(_assertThisInitialized(_this), "handleFindNextClick", function (ref) {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
135
|
+
if (_this.isComposing) {
|
|
136
|
+
return;
|
|
137
|
+
}
|
|
138
|
+
_this.props.onFindNext({
|
|
139
|
+
triggerMethod: TRIGGER_METHOD.BUTTON
|
|
125
140
|
});
|
|
126
141
|
});
|
|
127
142
|
_defineProperty(_assertThisInitialized(_this), "handleFindPrevClick", function (ref) {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
143
|
+
if (_this.isComposing) {
|
|
144
|
+
return;
|
|
145
|
+
}
|
|
146
|
+
_this.props.onFindPrev({
|
|
147
|
+
triggerMethod: TRIGGER_METHOD.BUTTON
|
|
132
148
|
});
|
|
133
149
|
});
|
|
134
150
|
_defineProperty(_assertThisInitialized(_this), "handleCompositionStart", function () {
|
|
@@ -181,15 +197,43 @@ var Find = /*#__PURE__*/function (_React$Component) {
|
|
|
181
197
|
_createClass(Find, [{
|
|
182
198
|
key: "componentDidMount",
|
|
183
199
|
value: function componentDidMount() {
|
|
200
|
+
var _this2 = this;
|
|
184
201
|
this.props.onFindTextfieldRefSet(this.findTextfieldRef);
|
|
185
|
-
|
|
186
|
-
|
|
202
|
+
|
|
203
|
+
// focus initially on dialog mount if there is no find text provided
|
|
204
|
+
if (!this.props.findText) {
|
|
205
|
+
this.focusFindTextfield();
|
|
206
|
+
}
|
|
207
|
+
this.syncFindText(function () {
|
|
208
|
+
// focus after input is synced if find text provided
|
|
209
|
+
if (_this2.props.findText) {
|
|
210
|
+
_this2.focusFindTextfield();
|
|
211
|
+
}
|
|
212
|
+
});
|
|
187
213
|
}
|
|
188
214
|
}, {
|
|
189
215
|
key: "componentDidUpdate",
|
|
190
|
-
value: function componentDidUpdate() {
|
|
191
|
-
|
|
192
|
-
|
|
216
|
+
value: function componentDidUpdate(prevProps) {
|
|
217
|
+
var _this$state2,
|
|
218
|
+
_this3 = this;
|
|
219
|
+
// focus on update if find text did not change
|
|
220
|
+
if (this.props.findText === ((_this$state2 = this.state) === null || _this$state2 === void 0 ? void 0 : _this$state2.localFindText)) {
|
|
221
|
+
this.focusFindTextfield();
|
|
222
|
+
}
|
|
223
|
+
if (this.props.findText !== prevProps.findText) {
|
|
224
|
+
this.syncFindText(function () {
|
|
225
|
+
// focus after input is synced if find text provided
|
|
226
|
+
if (_this3.props.findText) {
|
|
227
|
+
_this3.focusFindTextfield();
|
|
228
|
+
}
|
|
229
|
+
});
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}, {
|
|
233
|
+
key: "componentWillUnmount",
|
|
234
|
+
value: function componentWillUnmount() {
|
|
235
|
+
this.debouncedFind.cancel();
|
|
236
|
+
this.handleFindKeyDownThrottled.cancel();
|
|
193
237
|
}
|
|
194
238
|
}, {
|
|
195
239
|
key: "render",
|
|
@@ -215,6 +259,7 @@ var Find = /*#__PURE__*/function (_React$Component) {
|
|
|
215
259
|
autoComplete: "off",
|
|
216
260
|
onChange: this.handleFindChange,
|
|
217
261
|
onKeyDown: this.handleFindKeyDown,
|
|
262
|
+
onKeyUp: this.handleFindKeyUp,
|
|
218
263
|
onBlur: this.props.onFindBlur,
|
|
219
264
|
onCompositionStart: this.handleCompositionStart,
|
|
220
265
|
onCompositionEnd: this.handleCompositionEnd
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/da.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;
|
package/dist/types/i18n/de.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;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/es.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;
|
package/dist/types/i18n/fi.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;
|
package/dist/types/i18n/fr.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;
|