@atlaskit/editor-core 189.3.10 → 189.3.11
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 +7 -0
- package/dist/cjs/i18n/cs.js +1 -17
- package/dist/cjs/i18n/da.js +1 -17
- package/dist/cjs/i18n/de.js +1 -17
- package/dist/cjs/i18n/en.js +1 -17
- package/dist/cjs/i18n/en_GB.js +1 -17
- package/dist/cjs/i18n/en_ZZ.js +1 -17
- package/dist/cjs/i18n/es.js +1 -17
- package/dist/cjs/i18n/fi.js +1 -17
- package/dist/cjs/i18n/fr.js +1 -17
- package/dist/cjs/i18n/hu.js +1 -17
- package/dist/cjs/i18n/it.js +1 -17
- package/dist/cjs/i18n/ja.js +1 -17
- package/dist/cjs/i18n/ko.js +1 -17
- package/dist/cjs/i18n/nb.js +1 -17
- package/dist/cjs/i18n/nl.js +1 -17
- package/dist/cjs/i18n/pl.js +1 -17
- package/dist/cjs/i18n/pt_BR.js +1 -17
- package/dist/cjs/i18n/ru.js +1 -17
- package/dist/cjs/i18n/sv.js +1 -17
- package/dist/cjs/i18n/th.js +1 -17
- package/dist/cjs/i18n/tr.js +1 -17
- package/dist/cjs/i18n/uk.js +1 -17
- package/dist/cjs/i18n/vi.js +1 -17
- package/dist/cjs/i18n/zh.js +1 -17
- package/dist/cjs/i18n/zh_TW.js +1 -17
- package/dist/cjs/plugins/extension/actions.js +135 -126
- package/dist/cjs/plugins/extension/extension-api.js +11 -9
- package/dist/cjs/plugins/extension/index.js +6 -4
- package/dist/cjs/plugins/extension/toolbar.js +5 -4
- package/dist/cjs/plugins/insert-block/index.js +2 -2
- package/dist/cjs/plugins/macro/actions.js +94 -93
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +1 -17
- package/dist/es2019/i18n/da.js +1 -17
- package/dist/es2019/i18n/de.js +1 -17
- package/dist/es2019/i18n/en.js +1 -17
- package/dist/es2019/i18n/en_GB.js +1 -17
- package/dist/es2019/i18n/en_ZZ.js +1 -17
- package/dist/es2019/i18n/es.js +1 -17
- package/dist/es2019/i18n/fi.js +1 -17
- package/dist/es2019/i18n/fr.js +1 -17
- package/dist/es2019/i18n/hu.js +1 -17
- package/dist/es2019/i18n/it.js +1 -17
- package/dist/es2019/i18n/ja.js +1 -17
- package/dist/es2019/i18n/ko.js +1 -17
- package/dist/es2019/i18n/nb.js +1 -17
- package/dist/es2019/i18n/nl.js +1 -17
- package/dist/es2019/i18n/pl.js +1 -17
- package/dist/es2019/i18n/pt_BR.js +1 -17
- package/dist/es2019/i18n/ru.js +1 -17
- package/dist/es2019/i18n/sv.js +1 -17
- package/dist/es2019/i18n/th.js +1 -17
- package/dist/es2019/i18n/tr.js +1 -17
- package/dist/es2019/i18n/uk.js +1 -17
- package/dist/es2019/i18n/vi.js +1 -17
- package/dist/es2019/i18n/zh.js +1 -17
- package/dist/es2019/i18n/zh_TW.js +1 -17
- package/dist/es2019/plugins/extension/actions.js +17 -11
- package/dist/es2019/plugins/extension/extension-api.js +11 -9
- package/dist/es2019/plugins/extension/index.js +6 -4
- package/dist/es2019/plugins/extension/toolbar.js +5 -4
- package/dist/es2019/plugins/insert-block/index.js +2 -2
- package/dist/es2019/plugins/macro/actions.js +3 -4
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +1 -17
- package/dist/esm/i18n/da.js +1 -17
- package/dist/esm/i18n/de.js +1 -17
- package/dist/esm/i18n/en.js +1 -17
- package/dist/esm/i18n/en_GB.js +1 -17
- package/dist/esm/i18n/en_ZZ.js +1 -17
- package/dist/esm/i18n/es.js +1 -17
- package/dist/esm/i18n/fi.js +1 -17
- package/dist/esm/i18n/fr.js +1 -17
- package/dist/esm/i18n/hu.js +1 -17
- package/dist/esm/i18n/it.js +1 -17
- package/dist/esm/i18n/ja.js +1 -17
- package/dist/esm/i18n/ko.js +1 -17
- package/dist/esm/i18n/nb.js +1 -17
- package/dist/esm/i18n/nl.js +1 -17
- package/dist/esm/i18n/pl.js +1 -17
- package/dist/esm/i18n/pt_BR.js +1 -17
- package/dist/esm/i18n/ru.js +1 -17
- package/dist/esm/i18n/sv.js +1 -17
- package/dist/esm/i18n/th.js +1 -17
- package/dist/esm/i18n/tr.js +1 -17
- package/dist/esm/i18n/uk.js +1 -17
- package/dist/esm/i18n/vi.js +1 -17
- package/dist/esm/i18n/zh.js +1 -17
- package/dist/esm/i18n/zh_TW.js +1 -17
- package/dist/esm/plugins/extension/actions.js +135 -125
- package/dist/esm/plugins/extension/extension-api.js +11 -9
- package/dist/esm/plugins/extension/index.js +6 -4
- package/dist/esm/plugins/extension/toolbar.js +5 -4
- package/dist/esm/plugins/insert-block/index.js +2 -2
- package/dist/esm/plugins/macro/actions.js +94 -93
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +0 -16
- package/dist/types/i18n/da.d.ts +0 -16
- package/dist/types/i18n/de.d.ts +0 -16
- package/dist/types/i18n/en.d.ts +0 -16
- package/dist/types/i18n/en_GB.d.ts +0 -16
- package/dist/types/i18n/en_ZZ.d.ts +0 -16
- package/dist/types/i18n/es.d.ts +0 -16
- package/dist/types/i18n/fi.d.ts +0 -16
- package/dist/types/i18n/fr.d.ts +0 -16
- package/dist/types/i18n/hu.d.ts +0 -16
- package/dist/types/i18n/it.d.ts +0 -16
- package/dist/types/i18n/ja.d.ts +0 -16
- package/dist/types/i18n/ko.d.ts +0 -16
- package/dist/types/i18n/nb.d.ts +0 -16
- package/dist/types/i18n/nl.d.ts +0 -16
- package/dist/types/i18n/pl.d.ts +0 -16
- package/dist/types/i18n/pt_BR.d.ts +0 -16
- package/dist/types/i18n/ru.d.ts +0 -16
- package/dist/types/i18n/sv.d.ts +0 -16
- package/dist/types/i18n/th.d.ts +0 -16
- package/dist/types/i18n/tr.d.ts +0 -16
- package/dist/types/i18n/uk.d.ts +0 -16
- package/dist/types/i18n/vi.d.ts +0 -16
- package/dist/types/i18n/zh.d.ts +0 -16
- package/dist/types/i18n/zh_TW.d.ts +0 -16
- package/dist/types/plugins/expand/pm-plugins/main.d.ts +2 -2
- package/dist/types/plugins/extension/actions.d.ts +5 -10
- package/dist/types/plugins/extension/extension-api.d.ts +3 -1
- package/dist/types/plugins/extension/toolbar.d.ts +3 -1
- package/dist/types/plugins/macro/actions.d.ts +2 -1
- package/dist/types/presets/default.d.ts +52 -4
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -16
- package/dist/types-ts4.5/i18n/da.d.ts +0 -16
- package/dist/types-ts4.5/i18n/de.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -16
- package/dist/types-ts4.5/i18n/es.d.ts +0 -16
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -16
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -16
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -16
- package/dist/types-ts4.5/i18n/it.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -16
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -16
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -16
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -16
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -16
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -16
- package/dist/types-ts4.5/i18n/th.d.ts +0 -16
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -16
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -16
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -16
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -16
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -16
- package/dist/types-ts4.5/plugins/expand/pm-plugins/main.d.ts +2 -2
- package/dist/types-ts4.5/plugins/extension/actions.d.ts +5 -10
- package/dist/types-ts4.5/plugins/extension/extension-api.d.ts +3 -1
- package/dist/types-ts4.5/plugins/extension/toolbar.d.ts +3 -1
- package/dist/types-ts4.5/plugins/macro/actions.d.ts +2 -1
- package/dist/types-ts4.5/presets/default.d.ts +60 -0
- package/package.json +2 -2
|
@@ -10,103 +10,104 @@ import { getValidNode } from '@atlaskit/editor-common/validator';
|
|
|
10
10
|
import { normaliseNestedLayout } from '@atlaskit/editor-common/insert';
|
|
11
11
|
import { getPluginState as getExtensionPluginState } from '../extension/plugin-factory';
|
|
12
12
|
import { ACTION, ACTION_SUBJECT, INPUT_METHOD, EVENT_TYPE } from '@atlaskit/editor-common/analytics';
|
|
13
|
-
import { addAnalytics } from '../analytics';
|
|
14
13
|
import { TARGET_SELECTION_SOURCE } from '../analytics/types/extension-events';
|
|
15
14
|
import { pluginKey } from './plugin-key';
|
|
16
|
-
export var insertMacroFromMacroBrowser = function insertMacroFromMacroBrowser(
|
|
17
|
-
return
|
|
18
|
-
|
|
19
|
-
var
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
return _context.abrupt("return", false);
|
|
28
|
-
case 2:
|
|
29
|
-
_context.next = 4;
|
|
30
|
-
return macroProvider.openMacroBrowser(macroNode);
|
|
31
|
-
case 4:
|
|
32
|
-
newMacro = _context.sent;
|
|
33
|
-
if (!(newMacro && macroNode)) {
|
|
34
|
-
_context.next = 20;
|
|
35
|
-
break;
|
|
36
|
-
}
|
|
37
|
-
state = view.state, dispatch = view.dispatch;
|
|
38
|
-
currentLayout = macroNode && macroNode.attrs.layout || 'default';
|
|
39
|
-
node = resolveMacro(newMacro, state, {
|
|
40
|
-
layout: currentLayout
|
|
41
|
-
});
|
|
42
|
-
if (node) {
|
|
43
|
-
_context.next = 11;
|
|
44
|
-
break;
|
|
45
|
-
}
|
|
46
|
-
return _context.abrupt("return", false);
|
|
47
|
-
case 11:
|
|
48
|
-
selection = state.selection, schema = state.schema;
|
|
49
|
-
_schema$nodes = schema.nodes, extension = _schema$nodes.extension, inlineExtension = _schema$nodes.inlineExtension, bodiedExtension = _schema$nodes.bodiedExtension;
|
|
50
|
-
extensionState = getExtensionPluginState(state);
|
|
51
|
-
targetSelectionSource = TARGET_SELECTION_SOURCE.CURRENT_SELECTION;
|
|
52
|
-
tr = state.tr;
|
|
53
|
-
isBodiedExtensionSelected = !!findSelectedNodeOfType([bodiedExtension])(selection); // When it's a bodiedExtension but not selected
|
|
54
|
-
if (macroNode.type === bodiedExtension && !isBodiedExtensionSelected) {
|
|
55
|
-
// `isEditing` is `false` when we are inserting from insert-block toolbar
|
|
56
|
-
tr = isEditing ? replaceParentNodeOfType(bodiedExtension, node)(tr) : safeInsert(node)(tr);
|
|
57
|
-
// Replacing selected node doesn't update the selection. `selection.node` still returns the old node
|
|
58
|
-
tr.setSelection(TextSelection.create(tr.doc, state.selection.anchor));
|
|
59
|
-
}
|
|
60
|
-
// If any extension is currently selected
|
|
61
|
-
else if (findSelectedNodeOfType([extension, bodiedExtension, inlineExtension])(selection)) {
|
|
62
|
-
tr = replaceSelectedNode(node)(tr);
|
|
63
|
-
// Replacing selected node doesn't update the selection. `selection.node` still returns the old node
|
|
64
|
-
tr.setSelection(NodeSelection.create(tr.doc, tr.mapping.map(state.selection.anchor)));
|
|
65
|
-
}
|
|
66
|
-
// When we loose the selection. This usually happens when Synchrony resets or changes
|
|
67
|
-
// the selection when user is in the middle of updating an extension.
|
|
68
|
-
else if (extensionState.element) {
|
|
69
|
-
pos = view.posAtDOM(extensionState.element, -1);
|
|
70
|
-
if (pos > -1) {
|
|
71
|
-
tr = tr.replaceWith(pos, pos + macroNode.nodeSize, node);
|
|
72
|
-
tr.setSelection(Selection.near(tr.doc.resolve(pos)));
|
|
73
|
-
targetSelectionSource = TARGET_SELECTION_SOURCE.HTML_ELEMENT;
|
|
15
|
+
export var insertMacroFromMacroBrowser = function insertMacroFromMacroBrowser(editorAnalyticsAPI) {
|
|
16
|
+
return function (macroProvider, macroNode, isEditing) {
|
|
17
|
+
return /*#__PURE__*/function () {
|
|
18
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(view) {
|
|
19
|
+
var newMacro, state, dispatch, currentLayout, node, selection, schema, _schema$nodes, extension, inlineExtension, bodiedExtension, extensionState, targetSelectionSource, tr, isBodiedExtensionSelected, pos, _macroNode$attrs, extensionType, extensionKey, layout, localId;
|
|
20
|
+
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
21
|
+
while (1) switch (_context.prev = _context.next) {
|
|
22
|
+
case 0:
|
|
23
|
+
if (macroProvider) {
|
|
24
|
+
_context.next = 2;
|
|
25
|
+
break;
|
|
74
26
|
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
layout: layout,
|
|
90
|
-
localId: localId,
|
|
91
|
-
selection: tr.selection.toJSON(),
|
|
92
|
-
targetSelectionSource: targetSelectionSource
|
|
93
|
-
}
|
|
27
|
+
return _context.abrupt("return", false);
|
|
28
|
+
case 2:
|
|
29
|
+
_context.next = 4;
|
|
30
|
+
return macroProvider.openMacroBrowser(macroNode);
|
|
31
|
+
case 4:
|
|
32
|
+
newMacro = _context.sent;
|
|
33
|
+
if (!(newMacro && macroNode)) {
|
|
34
|
+
_context.next = 20;
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
state = view.state, dispatch = view.dispatch;
|
|
38
|
+
currentLayout = macroNode && macroNode.attrs.layout || 'default';
|
|
39
|
+
node = resolveMacro(newMacro, state, {
|
|
40
|
+
layout: currentLayout
|
|
94
41
|
});
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
42
|
+
if (node) {
|
|
43
|
+
_context.next = 11;
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
return _context.abrupt("return", false);
|
|
47
|
+
case 11:
|
|
48
|
+
selection = state.selection, schema = state.schema;
|
|
49
|
+
_schema$nodes = schema.nodes, extension = _schema$nodes.extension, inlineExtension = _schema$nodes.inlineExtension, bodiedExtension = _schema$nodes.bodiedExtension;
|
|
50
|
+
extensionState = getExtensionPluginState(state);
|
|
51
|
+
targetSelectionSource = TARGET_SELECTION_SOURCE.CURRENT_SELECTION;
|
|
52
|
+
tr = state.tr;
|
|
53
|
+
isBodiedExtensionSelected = !!findSelectedNodeOfType([bodiedExtension])(selection); // When it's a bodiedExtension but not selected
|
|
54
|
+
if (macroNode.type === bodiedExtension && !isBodiedExtensionSelected) {
|
|
55
|
+
// `isEditing` is `false` when we are inserting from insert-block toolbar
|
|
56
|
+
tr = isEditing ? replaceParentNodeOfType(bodiedExtension, node)(tr) : safeInsert(node)(tr);
|
|
57
|
+
// Replacing selected node doesn't update the selection. `selection.node` still returns the old node
|
|
58
|
+
tr.setSelection(TextSelection.create(tr.doc, state.selection.anchor));
|
|
59
|
+
}
|
|
60
|
+
// If any extension is currently selected
|
|
61
|
+
else if (findSelectedNodeOfType([extension, bodiedExtension, inlineExtension])(selection)) {
|
|
62
|
+
tr = replaceSelectedNode(node)(tr);
|
|
63
|
+
// Replacing selected node doesn't update the selection. `selection.node` still returns the old node
|
|
64
|
+
tr.setSelection(NodeSelection.create(tr.doc, tr.mapping.map(state.selection.anchor)));
|
|
65
|
+
}
|
|
66
|
+
// When we loose the selection. This usually happens when Synchrony resets or changes
|
|
67
|
+
// the selection when user is in the middle of updating an extension.
|
|
68
|
+
else if (extensionState.element) {
|
|
69
|
+
pos = view.posAtDOM(extensionState.element, -1);
|
|
70
|
+
if (pos > -1) {
|
|
71
|
+
tr = tr.replaceWith(pos, pos + macroNode.nodeSize, node);
|
|
72
|
+
tr.setSelection(Selection.near(tr.doc.resolve(pos)));
|
|
73
|
+
targetSelectionSource = TARGET_SELECTION_SOURCE.HTML_ELEMENT;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// Only scroll if we have anything to update, best to avoid surprise scroll
|
|
78
|
+
if (dispatch && tr.docChanged) {
|
|
79
|
+
_macroNode$attrs = macroNode.attrs, extensionType = _macroNode$attrs.extensionType, extensionKey = _macroNode$attrs.extensionKey, layout = _macroNode$attrs.layout, localId = _macroNode$attrs.localId;
|
|
80
|
+
editorAnalyticsAPI === null || editorAnalyticsAPI === void 0 || editorAnalyticsAPI.attachAnalyticsEvent({
|
|
81
|
+
action: ACTION.UPDATED,
|
|
82
|
+
actionSubject: ACTION_SUBJECT.EXTENSION,
|
|
83
|
+
actionSubjectId: macroNode.type.name,
|
|
84
|
+
eventType: EVENT_TYPE.TRACK,
|
|
85
|
+
attributes: {
|
|
86
|
+
inputMethod: isEditing ? INPUT_METHOD.MACRO_BROWSER : INPUT_METHOD.TOOLBAR,
|
|
87
|
+
extensionType: extensionType,
|
|
88
|
+
extensionKey: extensionKey,
|
|
89
|
+
layout: layout,
|
|
90
|
+
localId: localId,
|
|
91
|
+
selection: tr.selection.toJSON(),
|
|
92
|
+
targetSelectionSource: targetSelectionSource
|
|
93
|
+
}
|
|
94
|
+
})(tr);
|
|
95
|
+
dispatch(tr.scrollIntoView());
|
|
96
|
+
}
|
|
97
|
+
return _context.abrupt("return", true);
|
|
98
|
+
case 20:
|
|
99
|
+
return _context.abrupt("return", false);
|
|
100
|
+
case 21:
|
|
101
|
+
case "end":
|
|
102
|
+
return _context.stop();
|
|
103
|
+
}
|
|
104
|
+
}, _callee);
|
|
105
|
+
}));
|
|
106
|
+
return function (_x) {
|
|
107
|
+
return _ref.apply(this, arguments);
|
|
108
|
+
};
|
|
109
|
+
}();
|
|
110
|
+
};
|
|
110
111
|
};
|
|
111
112
|
export var resolveMacro = function resolveMacro(macro, state, optionalAttrs) {
|
|
112
113
|
if (!macro || !state) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "189.3.
|
|
2
|
+
export var version = "189.3.11";
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -45,29 +44,14 @@ declare const _default: {
|
|
|
45
44
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
|
-
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.leftSidebar': string;
|
|
50
47
|
'fabric.editor.matchCase': string;
|
|
51
48
|
'fabric.editor.noResultsFound': string;
|
|
52
|
-
'fabric.editor.note': string;
|
|
53
49
|
'fabric.editor.outdent': string;
|
|
54
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
55
|
-
'fabric.editor.panel.emoji': string;
|
|
56
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
57
50
|
'fabric.editor.replace': string;
|
|
58
51
|
'fabric.editor.replaceAll': string;
|
|
59
52
|
'fabric.editor.replaceWith': string;
|
|
60
53
|
'fabric.editor.resultsCount': string;
|
|
61
|
-
'fabric.editor.rightSidebar': string;
|
|
62
54
|
'fabric.editor.selectLanguage': string;
|
|
63
|
-
'fabric.editor.single': string;
|
|
64
|
-
'fabric.editor.success': string;
|
|
65
55
|
'fabric.editor.taskPlaceholder': string;
|
|
66
|
-
'fabric.editor.threeColumns': string;
|
|
67
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
68
|
-
'fabric.editor.twoColumns': string;
|
|
69
|
-
'fabric.editor.warning': string;
|
|
70
|
-
'fabric.editor.wrapLeft': string;
|
|
71
|
-
'fabric.editor.wrapRight': string;
|
|
72
56
|
};
|
|
73
57
|
export default _default;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -33,7 +33,6 @@ declare const _default: {
|
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
35
|
'fabric.editor.editors': string;
|
|
36
|
-
'fabric.editor.error': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
39
38
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -46,29 +45,14 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
48
47
|
'fabric.editor.indent': string;
|
|
49
|
-
'fabric.editor.info': string;
|
|
50
|
-
'fabric.editor.leftSidebar': string;
|
|
51
48
|
'fabric.editor.matchCase': string;
|
|
52
49
|
'fabric.editor.noResultsFound': string;
|
|
53
|
-
'fabric.editor.note': string;
|
|
54
50
|
'fabric.editor.outdent': string;
|
|
55
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
56
|
-
'fabric.editor.panel.emoji': string;
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
58
51
|
'fabric.editor.replace': string;
|
|
59
52
|
'fabric.editor.replaceAll': string;
|
|
60
53
|
'fabric.editor.replaceWith': string;
|
|
61
54
|
'fabric.editor.resultsCount': string;
|
|
62
|
-
'fabric.editor.rightSidebar': string;
|
|
63
55
|
'fabric.editor.selectLanguage': string;
|
|
64
|
-
'fabric.editor.single': string;
|
|
65
|
-
'fabric.editor.success': string;
|
|
66
56
|
'fabric.editor.taskPlaceholder': string;
|
|
67
|
-
'fabric.editor.threeColumns': string;
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
69
|
-
'fabric.editor.twoColumns': string;
|
|
70
|
-
'fabric.editor.warning': string;
|
|
71
|
-
'fabric.editor.wrapLeft': string;
|
|
72
|
-
'fabric.editor.wrapRight': string;
|
|
73
57
|
};
|
|
74
58
|
export default _default;
|
|
@@ -33,7 +33,6 @@ declare const _default: {
|
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
35
|
'fabric.editor.editors': string;
|
|
36
|
-
'fabric.editor.error': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
39
38
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -46,29 +45,14 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
48
47
|
'fabric.editor.indent': string;
|
|
49
|
-
'fabric.editor.info': string;
|
|
50
|
-
'fabric.editor.leftSidebar': string;
|
|
51
48
|
'fabric.editor.matchCase': string;
|
|
52
49
|
'fabric.editor.noResultsFound': string;
|
|
53
|
-
'fabric.editor.note': string;
|
|
54
50
|
'fabric.editor.outdent': string;
|
|
55
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
56
|
-
'fabric.editor.panel.emoji': string;
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
58
51
|
'fabric.editor.replace': string;
|
|
59
52
|
'fabric.editor.replaceAll': string;
|
|
60
53
|
'fabric.editor.replaceWith': string;
|
|
61
54
|
'fabric.editor.resultsCount': string;
|
|
62
|
-
'fabric.editor.rightSidebar': string;
|
|
63
55
|
'fabric.editor.selectLanguage': string;
|
|
64
|
-
'fabric.editor.single': string;
|
|
65
|
-
'fabric.editor.success': string;
|
|
66
56
|
'fabric.editor.taskPlaceholder': string;
|
|
67
|
-
'fabric.editor.threeColumns': string;
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
69
|
-
'fabric.editor.twoColumns': string;
|
|
70
|
-
'fabric.editor.warning': string;
|
|
71
|
-
'fabric.editor.wrapLeft': string;
|
|
72
|
-
'fabric.editor.wrapRight': string;
|
|
73
57
|
};
|
|
74
58
|
export default _default;
|
|
@@ -33,7 +33,6 @@ declare const _default: {
|
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
35
|
'fabric.editor.editors': string;
|
|
36
|
-
'fabric.editor.error': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
39
38
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -46,29 +45,14 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
48
47
|
'fabric.editor.indent': string;
|
|
49
|
-
'fabric.editor.info': string;
|
|
50
|
-
'fabric.editor.leftSidebar': string;
|
|
51
48
|
'fabric.editor.matchCase': string;
|
|
52
49
|
'fabric.editor.noResultsFound': string;
|
|
53
|
-
'fabric.editor.note': string;
|
|
54
50
|
'fabric.editor.outdent': string;
|
|
55
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
56
|
-
'fabric.editor.panel.emoji': string;
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
58
51
|
'fabric.editor.replace': string;
|
|
59
52
|
'fabric.editor.replaceAll': string;
|
|
60
53
|
'fabric.editor.replaceWith': string;
|
|
61
54
|
'fabric.editor.resultsCount': string;
|
|
62
|
-
'fabric.editor.rightSidebar': string;
|
|
63
55
|
'fabric.editor.selectLanguage': string;
|
|
64
|
-
'fabric.editor.single': string;
|
|
65
|
-
'fabric.editor.success': string;
|
|
66
56
|
'fabric.editor.taskPlaceholder': string;
|
|
67
|
-
'fabric.editor.threeColumns': string;
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
69
|
-
'fabric.editor.twoColumns': string;
|
|
70
|
-
'fabric.editor.warning': string;
|
|
71
|
-
'fabric.editor.wrapLeft': string;
|
|
72
|
-
'fabric.editor.wrapRight': string;
|
|
73
57
|
};
|
|
74
58
|
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|