@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.
Files changed (160) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/i18n/cs.js +1 -17
  3. package/dist/cjs/i18n/da.js +1 -17
  4. package/dist/cjs/i18n/de.js +1 -17
  5. package/dist/cjs/i18n/en.js +1 -17
  6. package/dist/cjs/i18n/en_GB.js +1 -17
  7. package/dist/cjs/i18n/en_ZZ.js +1 -17
  8. package/dist/cjs/i18n/es.js +1 -17
  9. package/dist/cjs/i18n/fi.js +1 -17
  10. package/dist/cjs/i18n/fr.js +1 -17
  11. package/dist/cjs/i18n/hu.js +1 -17
  12. package/dist/cjs/i18n/it.js +1 -17
  13. package/dist/cjs/i18n/ja.js +1 -17
  14. package/dist/cjs/i18n/ko.js +1 -17
  15. package/dist/cjs/i18n/nb.js +1 -17
  16. package/dist/cjs/i18n/nl.js +1 -17
  17. package/dist/cjs/i18n/pl.js +1 -17
  18. package/dist/cjs/i18n/pt_BR.js +1 -17
  19. package/dist/cjs/i18n/ru.js +1 -17
  20. package/dist/cjs/i18n/sv.js +1 -17
  21. package/dist/cjs/i18n/th.js +1 -17
  22. package/dist/cjs/i18n/tr.js +1 -17
  23. package/dist/cjs/i18n/uk.js +1 -17
  24. package/dist/cjs/i18n/vi.js +1 -17
  25. package/dist/cjs/i18n/zh.js +1 -17
  26. package/dist/cjs/i18n/zh_TW.js +1 -17
  27. package/dist/cjs/plugins/extension/actions.js +135 -126
  28. package/dist/cjs/plugins/extension/extension-api.js +11 -9
  29. package/dist/cjs/plugins/extension/index.js +6 -4
  30. package/dist/cjs/plugins/extension/toolbar.js +5 -4
  31. package/dist/cjs/plugins/insert-block/index.js +2 -2
  32. package/dist/cjs/plugins/macro/actions.js +94 -93
  33. package/dist/cjs/version-wrapper.js +1 -1
  34. package/dist/es2019/i18n/cs.js +1 -17
  35. package/dist/es2019/i18n/da.js +1 -17
  36. package/dist/es2019/i18n/de.js +1 -17
  37. package/dist/es2019/i18n/en.js +1 -17
  38. package/dist/es2019/i18n/en_GB.js +1 -17
  39. package/dist/es2019/i18n/en_ZZ.js +1 -17
  40. package/dist/es2019/i18n/es.js +1 -17
  41. package/dist/es2019/i18n/fi.js +1 -17
  42. package/dist/es2019/i18n/fr.js +1 -17
  43. package/dist/es2019/i18n/hu.js +1 -17
  44. package/dist/es2019/i18n/it.js +1 -17
  45. package/dist/es2019/i18n/ja.js +1 -17
  46. package/dist/es2019/i18n/ko.js +1 -17
  47. package/dist/es2019/i18n/nb.js +1 -17
  48. package/dist/es2019/i18n/nl.js +1 -17
  49. package/dist/es2019/i18n/pl.js +1 -17
  50. package/dist/es2019/i18n/pt_BR.js +1 -17
  51. package/dist/es2019/i18n/ru.js +1 -17
  52. package/dist/es2019/i18n/sv.js +1 -17
  53. package/dist/es2019/i18n/th.js +1 -17
  54. package/dist/es2019/i18n/tr.js +1 -17
  55. package/dist/es2019/i18n/uk.js +1 -17
  56. package/dist/es2019/i18n/vi.js +1 -17
  57. package/dist/es2019/i18n/zh.js +1 -17
  58. package/dist/es2019/i18n/zh_TW.js +1 -17
  59. package/dist/es2019/plugins/extension/actions.js +17 -11
  60. package/dist/es2019/plugins/extension/extension-api.js +11 -9
  61. package/dist/es2019/plugins/extension/index.js +6 -4
  62. package/dist/es2019/plugins/extension/toolbar.js +5 -4
  63. package/dist/es2019/plugins/insert-block/index.js +2 -2
  64. package/dist/es2019/plugins/macro/actions.js +3 -4
  65. package/dist/es2019/version-wrapper.js +1 -1
  66. package/dist/esm/i18n/cs.js +1 -17
  67. package/dist/esm/i18n/da.js +1 -17
  68. package/dist/esm/i18n/de.js +1 -17
  69. package/dist/esm/i18n/en.js +1 -17
  70. package/dist/esm/i18n/en_GB.js +1 -17
  71. package/dist/esm/i18n/en_ZZ.js +1 -17
  72. package/dist/esm/i18n/es.js +1 -17
  73. package/dist/esm/i18n/fi.js +1 -17
  74. package/dist/esm/i18n/fr.js +1 -17
  75. package/dist/esm/i18n/hu.js +1 -17
  76. package/dist/esm/i18n/it.js +1 -17
  77. package/dist/esm/i18n/ja.js +1 -17
  78. package/dist/esm/i18n/ko.js +1 -17
  79. package/dist/esm/i18n/nb.js +1 -17
  80. package/dist/esm/i18n/nl.js +1 -17
  81. package/dist/esm/i18n/pl.js +1 -17
  82. package/dist/esm/i18n/pt_BR.js +1 -17
  83. package/dist/esm/i18n/ru.js +1 -17
  84. package/dist/esm/i18n/sv.js +1 -17
  85. package/dist/esm/i18n/th.js +1 -17
  86. package/dist/esm/i18n/tr.js +1 -17
  87. package/dist/esm/i18n/uk.js +1 -17
  88. package/dist/esm/i18n/vi.js +1 -17
  89. package/dist/esm/i18n/zh.js +1 -17
  90. package/dist/esm/i18n/zh_TW.js +1 -17
  91. package/dist/esm/plugins/extension/actions.js +135 -125
  92. package/dist/esm/plugins/extension/extension-api.js +11 -9
  93. package/dist/esm/plugins/extension/index.js +6 -4
  94. package/dist/esm/plugins/extension/toolbar.js +5 -4
  95. package/dist/esm/plugins/insert-block/index.js +2 -2
  96. package/dist/esm/plugins/macro/actions.js +94 -93
  97. package/dist/esm/version-wrapper.js +1 -1
  98. package/dist/types/i18n/cs.d.ts +0 -16
  99. package/dist/types/i18n/da.d.ts +0 -16
  100. package/dist/types/i18n/de.d.ts +0 -16
  101. package/dist/types/i18n/en.d.ts +0 -16
  102. package/dist/types/i18n/en_GB.d.ts +0 -16
  103. package/dist/types/i18n/en_ZZ.d.ts +0 -16
  104. package/dist/types/i18n/es.d.ts +0 -16
  105. package/dist/types/i18n/fi.d.ts +0 -16
  106. package/dist/types/i18n/fr.d.ts +0 -16
  107. package/dist/types/i18n/hu.d.ts +0 -16
  108. package/dist/types/i18n/it.d.ts +0 -16
  109. package/dist/types/i18n/ja.d.ts +0 -16
  110. package/dist/types/i18n/ko.d.ts +0 -16
  111. package/dist/types/i18n/nb.d.ts +0 -16
  112. package/dist/types/i18n/nl.d.ts +0 -16
  113. package/dist/types/i18n/pl.d.ts +0 -16
  114. package/dist/types/i18n/pt_BR.d.ts +0 -16
  115. package/dist/types/i18n/ru.d.ts +0 -16
  116. package/dist/types/i18n/sv.d.ts +0 -16
  117. package/dist/types/i18n/th.d.ts +0 -16
  118. package/dist/types/i18n/tr.d.ts +0 -16
  119. package/dist/types/i18n/uk.d.ts +0 -16
  120. package/dist/types/i18n/vi.d.ts +0 -16
  121. package/dist/types/i18n/zh.d.ts +0 -16
  122. package/dist/types/i18n/zh_TW.d.ts +0 -16
  123. package/dist/types/plugins/expand/pm-plugins/main.d.ts +2 -2
  124. package/dist/types/plugins/extension/actions.d.ts +5 -10
  125. package/dist/types/plugins/extension/extension-api.d.ts +3 -1
  126. package/dist/types/plugins/extension/toolbar.d.ts +3 -1
  127. package/dist/types/plugins/macro/actions.d.ts +2 -1
  128. package/dist/types/presets/default.d.ts +52 -4
  129. package/dist/types-ts4.5/i18n/cs.d.ts +0 -16
  130. package/dist/types-ts4.5/i18n/da.d.ts +0 -16
  131. package/dist/types-ts4.5/i18n/de.d.ts +0 -16
  132. package/dist/types-ts4.5/i18n/en.d.ts +0 -16
  133. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -16
  134. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -16
  135. package/dist/types-ts4.5/i18n/es.d.ts +0 -16
  136. package/dist/types-ts4.5/i18n/fi.d.ts +0 -16
  137. package/dist/types-ts4.5/i18n/fr.d.ts +0 -16
  138. package/dist/types-ts4.5/i18n/hu.d.ts +0 -16
  139. package/dist/types-ts4.5/i18n/it.d.ts +0 -16
  140. package/dist/types-ts4.5/i18n/ja.d.ts +0 -16
  141. package/dist/types-ts4.5/i18n/ko.d.ts +0 -16
  142. package/dist/types-ts4.5/i18n/nb.d.ts +0 -16
  143. package/dist/types-ts4.5/i18n/nl.d.ts +0 -16
  144. package/dist/types-ts4.5/i18n/pl.d.ts +0 -16
  145. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -16
  146. package/dist/types-ts4.5/i18n/ru.d.ts +0 -16
  147. package/dist/types-ts4.5/i18n/sv.d.ts +0 -16
  148. package/dist/types-ts4.5/i18n/th.d.ts +0 -16
  149. package/dist/types-ts4.5/i18n/tr.d.ts +0 -16
  150. package/dist/types-ts4.5/i18n/uk.d.ts +0 -16
  151. package/dist/types-ts4.5/i18n/vi.d.ts +0 -16
  152. package/dist/types-ts4.5/i18n/zh.d.ts +0 -16
  153. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -16
  154. package/dist/types-ts4.5/plugins/expand/pm-plugins/main.d.ts +2 -2
  155. package/dist/types-ts4.5/plugins/extension/actions.d.ts +5 -10
  156. package/dist/types-ts4.5/plugins/extension/extension-api.d.ts +3 -1
  157. package/dist/types-ts4.5/plugins/extension/toolbar.d.ts +3 -1
  158. package/dist/types-ts4.5/plugins/macro/actions.d.ts +2 -1
  159. package/dist/types-ts4.5/presets/default.d.ts +60 -0
  160. 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(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;
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
- // 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
- addAnalytics(state, tr, {
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
- }
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
- 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
- }();
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.10";
2
+ export var version = "189.3.11";
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;