@atlaskit/editor-core 188.13.3 → 188.13.6
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/create-editor/feature-flags-from-props.js +6 -7
- package/dist/cjs/i18n/cs.js +0 -6
- package/dist/cjs/i18n/da.js +0 -6
- package/dist/cjs/i18n/de.js +0 -6
- package/dist/cjs/i18n/en.js +0 -6
- package/dist/cjs/i18n/en_GB.js +0 -6
- package/dist/cjs/i18n/en_ZZ.js +0 -6
- package/dist/cjs/i18n/es.js +0 -6
- package/dist/cjs/i18n/fi.js +0 -6
- package/dist/cjs/i18n/fr.js +0 -6
- package/dist/cjs/i18n/hu.js +0 -6
- package/dist/cjs/i18n/it.js +0 -6
- package/dist/cjs/i18n/ja.js +0 -6
- package/dist/cjs/i18n/ko.js +0 -6
- package/dist/cjs/i18n/nb.js +0 -6
- package/dist/cjs/i18n/nl.js +0 -6
- package/dist/cjs/i18n/pl.js +0 -6
- package/dist/cjs/i18n/pt_BR.js +0 -6
- package/dist/cjs/i18n/ru.js +0 -6
- package/dist/cjs/i18n/sv.js +0 -6
- package/dist/cjs/i18n/th.js +0 -6
- package/dist/cjs/i18n/tr.js +0 -6
- package/dist/cjs/i18n/uk.js +0 -6
- package/dist/cjs/i18n/vi.js +0 -6
- package/dist/cjs/i18n/zh.js +0 -6
- package/dist/cjs/i18n/zh_TW.js +0 -6
- package/dist/cjs/plugins/expand/commands.js +84 -72
- package/dist/cjs/plugins/expand/index.js +10 -5
- package/dist/cjs/plugins/expand/nodeviews/index.js +8 -5
- package/dist/cjs/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/cjs/plugins/expand/toolbar.js +6 -2
- package/dist/cjs/plugins/feedback-dialog/index.js +7 -4
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +37 -32
- package/dist/cjs/plugins/tasks-and-decisions/commands.js +95 -89
- package/dist/cjs/plugins/tasks-and-decisions/index.js +10 -5
- package/dist/cjs/plugins/tasks-and-decisions/pm-plugins/input-rules.js +41 -38
- package/dist/cjs/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/cjs/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +9 -6
- package/dist/cjs/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +9 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/create-editor/feature-flags-from-props.js +6 -7
- package/dist/es2019/i18n/cs.js +0 -6
- package/dist/es2019/i18n/da.js +0 -6
- package/dist/es2019/i18n/de.js +0 -6
- package/dist/es2019/i18n/en.js +0 -6
- package/dist/es2019/i18n/en_GB.js +0 -6
- package/dist/es2019/i18n/en_ZZ.js +0 -6
- package/dist/es2019/i18n/es.js +0 -6
- package/dist/es2019/i18n/fi.js +0 -6
- package/dist/es2019/i18n/fr.js +0 -6
- package/dist/es2019/i18n/hu.js +0 -6
- package/dist/es2019/i18n/it.js +0 -6
- package/dist/es2019/i18n/ja.js +0 -6
- package/dist/es2019/i18n/ko.js +0 -6
- package/dist/es2019/i18n/nb.js +0 -6
- package/dist/es2019/i18n/nl.js +0 -6
- package/dist/es2019/i18n/pl.js +0 -6
- package/dist/es2019/i18n/pt_BR.js +0 -6
- package/dist/es2019/i18n/ru.js +0 -6
- package/dist/es2019/i18n/sv.js +0 -6
- package/dist/es2019/i18n/th.js +0 -6
- package/dist/es2019/i18n/tr.js +0 -6
- package/dist/es2019/i18n/uk.js +0 -6
- package/dist/es2019/i18n/vi.js +0 -6
- package/dist/es2019/i18n/zh.js +0 -6
- package/dist/es2019/i18n/zh_TW.js +0 -6
- package/dist/es2019/plugins/expand/commands.js +17 -9
- package/dist/es2019/plugins/expand/index.js +11 -6
- package/dist/es2019/plugins/expand/nodeviews/index.js +8 -5
- package/dist/es2019/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/es2019/plugins/expand/toolbar.js +7 -2
- package/dist/es2019/plugins/feedback-dialog/index.js +7 -4
- package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +14 -10
- package/dist/es2019/plugins/tasks-and-decisions/commands.js +7 -7
- package/dist/es2019/plugins/tasks-and-decisions/index.js +12 -5
- package/dist/es2019/plugins/tasks-and-decisions/pm-plugins/input-rules.js +8 -8
- package/dist/es2019/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/es2019/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +4 -2
- package/dist/es2019/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +4 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/create-editor/feature-flags-from-props.js +6 -7
- package/dist/esm/i18n/cs.js +0 -6
- package/dist/esm/i18n/da.js +0 -6
- package/dist/esm/i18n/de.js +0 -6
- package/dist/esm/i18n/en.js +0 -6
- package/dist/esm/i18n/en_GB.js +0 -6
- package/dist/esm/i18n/en_ZZ.js +0 -6
- package/dist/esm/i18n/es.js +0 -6
- package/dist/esm/i18n/fi.js +0 -6
- package/dist/esm/i18n/fr.js +0 -6
- package/dist/esm/i18n/hu.js +0 -6
- package/dist/esm/i18n/it.js +0 -6
- package/dist/esm/i18n/ja.js +0 -6
- package/dist/esm/i18n/ko.js +0 -6
- package/dist/esm/i18n/nb.js +0 -6
- package/dist/esm/i18n/nl.js +0 -6
- package/dist/esm/i18n/pl.js +0 -6
- package/dist/esm/i18n/pt_BR.js +0 -6
- package/dist/esm/i18n/ru.js +0 -6
- package/dist/esm/i18n/sv.js +0 -6
- package/dist/esm/i18n/th.js +0 -6
- package/dist/esm/i18n/tr.js +0 -6
- package/dist/esm/i18n/uk.js +0 -6
- package/dist/esm/i18n/vi.js +0 -6
- package/dist/esm/i18n/zh.js +0 -6
- package/dist/esm/i18n/zh_TW.js +0 -6
- package/dist/esm/plugins/expand/commands.js +84 -72
- package/dist/esm/plugins/expand/index.js +11 -6
- package/dist/esm/plugins/expand/nodeviews/index.js +8 -5
- package/dist/esm/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/esm/plugins/expand/toolbar.js +6 -2
- package/dist/esm/plugins/feedback-dialog/index.js +7 -4
- package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +37 -32
- package/dist/esm/plugins/tasks-and-decisions/commands.js +95 -89
- package/dist/esm/plugins/tasks-and-decisions/index.js +10 -5
- package/dist/esm/plugins/tasks-and-decisions/pm-plugins/input-rules.js +40 -36
- package/dist/esm/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/esm/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +9 -6
- package/dist/esm/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +9 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +0 -6
- package/dist/types/i18n/da.d.ts +0 -6
- package/dist/types/i18n/de.d.ts +0 -6
- package/dist/types/i18n/en.d.ts +0 -6
- package/dist/types/i18n/en_GB.d.ts +0 -6
- package/dist/types/i18n/en_ZZ.d.ts +0 -6
- package/dist/types/i18n/es.d.ts +0 -6
- package/dist/types/i18n/fi.d.ts +0 -6
- package/dist/types/i18n/fr.d.ts +0 -6
- package/dist/types/i18n/hu.d.ts +0 -6
- package/dist/types/i18n/it.d.ts +0 -6
- package/dist/types/i18n/ja.d.ts +0 -6
- package/dist/types/i18n/ko.d.ts +0 -6
- package/dist/types/i18n/nb.d.ts +0 -6
- package/dist/types/i18n/nl.d.ts +0 -6
- package/dist/types/i18n/pl.d.ts +0 -6
- package/dist/types/i18n/pt_BR.d.ts +0 -6
- package/dist/types/i18n/ru.d.ts +0 -6
- package/dist/types/i18n/sv.d.ts +0 -6
- package/dist/types/i18n/th.d.ts +0 -6
- package/dist/types/i18n/tr.d.ts +0 -6
- package/dist/types/i18n/uk.d.ts +0 -6
- package/dist/types/i18n/vi.d.ts +0 -6
- package/dist/types/i18n/zh.d.ts +0 -6
- package/dist/types/i18n/zh_TW.d.ts +0 -6
- package/dist/types/plugins/code-block/index.d.ts +2 -2
- package/dist/types/plugins/expand/commands.d.ts +6 -5
- package/dist/types/plugins/expand/index.d.ts +12 -5
- package/dist/types/plugins/expand/toolbar.d.ts +3 -3
- package/dist/types/plugins/feedback-dialog/index.d.ts +5 -2
- package/dist/types/plugins/insert-block/types.d.ts +13 -11
- package/dist/types/plugins/tasks-and-decisions/commands.d.ts +5 -4
- package/dist/types/plugins/tasks-and-decisions/pm-plugins/input-rules.d.ts +2 -1
- package/dist/types/plugins/tasks-and-decisions/ui/ToolbarDecision/index.d.ts +3 -0
- package/dist/types/plugins/tasks-and-decisions/ui/ToolbarTask/index.d.ts +3 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -6
- package/dist/types-ts4.5/i18n/da.d.ts +0 -6
- package/dist/types-ts4.5/i18n/de.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -6
- package/dist/types-ts4.5/i18n/es.d.ts +0 -6
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -6
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -6
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -6
- package/dist/types-ts4.5/i18n/it.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -6
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -6
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -6
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -6
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -6
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -6
- package/dist/types-ts4.5/i18n/th.d.ts +0 -6
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -6
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -6
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -6
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -6
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -6
- package/dist/types-ts4.5/plugins/code-block/index.d.ts +2 -2
- package/dist/types-ts4.5/plugins/expand/commands.d.ts +6 -5
- package/dist/types-ts4.5/plugins/expand/index.d.ts +12 -5
- package/dist/types-ts4.5/plugins/expand/toolbar.d.ts +3 -3
- package/dist/types-ts4.5/plugins/feedback-dialog/index.d.ts +7 -2
- package/dist/types-ts4.5/plugins/insert-block/types.d.ts +13 -11
- package/dist/types-ts4.5/plugins/tasks-and-decisions/commands.d.ts +5 -4
- package/dist/types-ts4.5/plugins/tasks-and-decisions/pm-plugins/input-rules.d.ts +2 -1
- package/dist/types-ts4.5/plugins/tasks-and-decisions/ui/ToolbarDecision/index.d.ts +3 -0
- package/dist/types-ts4.5/plugins/tasks-and-decisions/ui/ToolbarTask/index.d.ts +3 -0
- package/package.json +1 -1
|
@@ -5,23 +5,25 @@ import { NodeSelection, TextSelection } from '@atlaskit/editor-prosemirror/state
|
|
|
5
5
|
import { canInsert } from '@atlaskit/editor-prosemirror/utils';
|
|
6
6
|
import { createRule, createPlugin } from '@atlaskit/prosemirror-input-rules';
|
|
7
7
|
import { leafNodeReplacementCharacter } from '@atlaskit/prosemirror-input-rules';
|
|
8
|
-
import { INPUT_METHOD } from '
|
|
8
|
+
import { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
|
|
9
9
|
import { changeInDepth, insertTaskDecisionAction, getListTypes } from '../commands';
|
|
10
|
-
var createListRule = function createListRule(
|
|
11
|
-
return
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
10
|
+
var createListRule = function createListRule(editorAnalyticsAPI) {
|
|
11
|
+
return function (regex, listType, itemAttrs) {
|
|
12
|
+
return createRule(regex, function (state, _match, start, end) {
|
|
13
|
+
var paragraph = state.schema.nodes.paragraph;
|
|
14
|
+
var _getListTypes = getListTypes(listType, state.schema),
|
|
15
|
+
list = _getListTypes.list;
|
|
16
|
+
var $end = state.doc.resolve(end);
|
|
17
|
+
var $endOfParent = state.doc.resolve($end.after());
|
|
18
|
+
// Only allow creating list in nodes that support them.
|
|
19
|
+
// Parent must be a paragraph as we don't want this applying to headings
|
|
20
|
+
if ($end.parent.type !== paragraph || !canInsert($endOfParent, list.createAndFill())) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
var insertTr = insertTaskDecisionAction(editorAnalyticsAPI)(state, listType, INPUT_METHOD.FORMATTING, addItem(start, end), undefined, undefined, itemAttrs);
|
|
24
|
+
return insertTr;
|
|
25
|
+
});
|
|
26
|
+
};
|
|
25
27
|
};
|
|
26
28
|
var addItem = function addItem(start, end) {
|
|
27
29
|
return function (_ref) {
|
|
@@ -61,24 +63,26 @@ var addItem = function addItem(start, end) {
|
|
|
61
63
|
return tr;
|
|
62
64
|
};
|
|
63
65
|
};
|
|
64
|
-
export function inputRulePlugin(
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
66
|
+
export var inputRulePlugin = function inputRulePlugin(editorAnalyticsAPI) {
|
|
67
|
+
return function (schema, featureFlags) {
|
|
68
|
+
var rules = [];
|
|
69
|
+
var _schema$nodes = schema.nodes,
|
|
70
|
+
decisionList = _schema$nodes.decisionList,
|
|
71
|
+
decisionItem = _schema$nodes.decisionItem,
|
|
72
|
+
taskList = _schema$nodes.taskList,
|
|
73
|
+
taskItem = _schema$nodes.taskItem;
|
|
74
|
+
if (decisionList && decisionItem) {
|
|
75
|
+
rules.push(createListRule(editorAnalyticsAPI)(new RegExp("(^|".concat(leafNodeReplacementCharacter, ")\\<\\>\\s$")), 'decisionList'));
|
|
76
|
+
}
|
|
77
|
+
if (taskList && taskItem) {
|
|
78
|
+
rules.push(createListRule(editorAnalyticsAPI)(new RegExp("(^|".concat(leafNodeReplacementCharacter, ")\\[\\]\\s$")), 'taskList'));
|
|
79
|
+
rules.push(createListRule(editorAnalyticsAPI)(new RegExp("(^|".concat(leafNodeReplacementCharacter, ")\\[x\\]\\s$")), 'taskList', {
|
|
80
|
+
state: 'DONE'
|
|
81
|
+
}));
|
|
82
|
+
}
|
|
83
|
+
return createPlugin('tasks-and-decisions', rules, {
|
|
84
|
+
isBlockNodeRule: true
|
|
85
|
+
});
|
|
86
|
+
};
|
|
87
|
+
};
|
|
84
88
|
export default inputRulePlugin;
|
|
@@ -309,7 +309,7 @@ var enter = function enter(editorAnalyticsAPI) {
|
|
|
309
309
|
}
|
|
310
310
|
}]);
|
|
311
311
|
};
|
|
312
|
-
var insertTr = insertTaskDecisionWithAnalytics(state, listType, INPUT_METHOD.KEYBOARD, addItem);
|
|
312
|
+
var insertTr = insertTaskDecisionWithAnalytics(editorAnalyticsAPI)(state, listType, INPUT_METHOD.KEYBOARD, addItem);
|
|
313
313
|
if (insertTr && dispatch) {
|
|
314
314
|
insertTr.scrollIntoView();
|
|
315
315
|
dispatch(insertTr);
|
|
@@ -27,11 +27,14 @@ export var ToolbarDecision = /*#__PURE__*/function (_PureComponent) {
|
|
|
27
27
|
disabled: false
|
|
28
28
|
});
|
|
29
29
|
_defineProperty(_assertThisInitialized(_this), "handleInsertDecision", function () {
|
|
30
|
-
var
|
|
30
|
+
var _editorAPI$analytics;
|
|
31
|
+
var _this$props = _this.props,
|
|
32
|
+
editorView = _this$props.editorView,
|
|
33
|
+
editorAPI = _this$props.editorAPI;
|
|
31
34
|
if (!editorView) {
|
|
32
35
|
return false;
|
|
33
36
|
}
|
|
34
|
-
insertTaskDecisionCommand('decisionList')(editorView.state, editorView.dispatch);
|
|
37
|
+
insertTaskDecisionCommand(editorAPI === null || editorAPI === void 0 || (_editorAPI$analytics = editorAPI.analytics) === null || _editorAPI$analytics === void 0 ? void 0 : _editorAPI$analytics.actions)('decisionList')(editorView.state, editorView.dispatch);
|
|
35
38
|
return true;
|
|
36
39
|
});
|
|
37
40
|
return _this;
|
|
@@ -40,10 +43,10 @@ export var ToolbarDecision = /*#__PURE__*/function (_PureComponent) {
|
|
|
40
43
|
key: "render",
|
|
41
44
|
value: function render() {
|
|
42
45
|
var disabled = this.state.disabled;
|
|
43
|
-
var _this$
|
|
44
|
-
isDisabled = _this$
|
|
45
|
-
isReducedSpacing = _this$
|
|
46
|
-
formatMessage = _this$
|
|
46
|
+
var _this$props2 = this.props,
|
|
47
|
+
isDisabled = _this$props2.isDisabled,
|
|
48
|
+
isReducedSpacing = _this$props2.isReducedSpacing,
|
|
49
|
+
formatMessage = _this$props2.intl.formatMessage;
|
|
47
50
|
var label = formatMessage(messages.decision);
|
|
48
51
|
return /*#__PURE__*/React.createElement(ToolbarButton, {
|
|
49
52
|
buttonId: TOOLBAR_BUTTON.DECISION_LIST,
|
|
@@ -27,11 +27,14 @@ export var ToolbarTask = /*#__PURE__*/function (_PureComponent) {
|
|
|
27
27
|
disabled: false
|
|
28
28
|
});
|
|
29
29
|
_defineProperty(_assertThisInitialized(_this), "handleInsertTask", function () {
|
|
30
|
-
var
|
|
30
|
+
var _editorAPI$analytics;
|
|
31
|
+
var _this$props = _this.props,
|
|
32
|
+
editorView = _this$props.editorView,
|
|
33
|
+
editorAPI = _this$props.editorAPI;
|
|
31
34
|
if (!editorView) {
|
|
32
35
|
return false;
|
|
33
36
|
}
|
|
34
|
-
insertTaskDecisionCommand('taskList')(editorView.state, editorView.dispatch);
|
|
37
|
+
insertTaskDecisionCommand(editorAPI === null || editorAPI === void 0 || (_editorAPI$analytics = editorAPI.analytics) === null || _editorAPI$analytics === void 0 ? void 0 : _editorAPI$analytics.actions)('taskList')(editorView.state, editorView.dispatch);
|
|
35
38
|
return true;
|
|
36
39
|
});
|
|
37
40
|
return _this;
|
|
@@ -40,10 +43,10 @@ export var ToolbarTask = /*#__PURE__*/function (_PureComponent) {
|
|
|
40
43
|
key: "render",
|
|
41
44
|
value: function render() {
|
|
42
45
|
var disabled = this.state.disabled;
|
|
43
|
-
var _this$
|
|
44
|
-
isDisabled = _this$
|
|
45
|
-
isReducedSpacing = _this$
|
|
46
|
-
formatMessage = _this$
|
|
46
|
+
var _this$props2 = this.props,
|
|
47
|
+
isDisabled = _this$props2.isDisabled,
|
|
48
|
+
isReducedSpacing = _this$props2.isReducedSpacing,
|
|
49
|
+
formatMessage = _this$props2.intl.formatMessage;
|
|
47
50
|
var label = formatMessage(messages.action);
|
|
48
51
|
return /*#__PURE__*/React.createElement(ToolbarButton, {
|
|
49
52
|
buttonId: TOOLBAR_BUTTON.TASK_LIST,
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -47,13 +46,8 @@ declare const _default: {
|
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
48
47
|
'fabric.editor.indent': string;
|
|
49
48
|
'fabric.editor.info': string;
|
|
50
|
-
'fabric.editor.invalidDateError': string;
|
|
51
|
-
'fabric.editor.inviteItem.title': string;
|
|
52
49
|
'fabric.editor.leftSidebar': string;
|
|
53
50
|
'fabric.editor.matchCase': string;
|
|
54
|
-
'fabric.editor.mentionNode.label': string;
|
|
55
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
56
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
57
51
|
'fabric.editor.noResultsFound': string;
|
|
58
52
|
'fabric.editor.note': string;
|
|
59
53
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -31,7 +31,6 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
32
|
'fabric.editor.decisionPlaceholder': string;
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
|
-
'fabric.editor.editDateText': string;
|
|
35
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
36
35
|
'fabric.editor.editors': string;
|
|
37
36
|
'fabric.editor.error': string;
|
|
@@ -48,13 +47,8 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
49
48
|
'fabric.editor.indent': string;
|
|
50
49
|
'fabric.editor.info': string;
|
|
51
|
-
'fabric.editor.invalidDateError': string;
|
|
52
|
-
'fabric.editor.inviteItem.title': string;
|
|
53
50
|
'fabric.editor.leftSidebar': string;
|
|
54
51
|
'fabric.editor.matchCase': string;
|
|
55
|
-
'fabric.editor.mentionNode.label': string;
|
|
56
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
57
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
58
52
|
'fabric.editor.noResultsFound': string;
|
|
59
53
|
'fabric.editor.note': string;
|
|
60
54
|
'fabric.editor.outdent': string;
|
|
@@ -31,7 +31,6 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
32
|
'fabric.editor.decisionPlaceholder': string;
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
|
-
'fabric.editor.editDateText': string;
|
|
35
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
36
35
|
'fabric.editor.editors': string;
|
|
37
36
|
'fabric.editor.error': string;
|
|
@@ -48,13 +47,8 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
49
48
|
'fabric.editor.indent': string;
|
|
50
49
|
'fabric.editor.info': string;
|
|
51
|
-
'fabric.editor.invalidDateError': string;
|
|
52
|
-
'fabric.editor.inviteItem.title': string;
|
|
53
50
|
'fabric.editor.leftSidebar': string;
|
|
54
51
|
'fabric.editor.matchCase': string;
|
|
55
|
-
'fabric.editor.mentionNode.label': string;
|
|
56
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
57
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
58
52
|
'fabric.editor.noResultsFound': string;
|
|
59
53
|
'fabric.editor.note': string;
|
|
60
54
|
'fabric.editor.outdent': string;
|
|
@@ -31,7 +31,6 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
32
|
'fabric.editor.decisionPlaceholder': string;
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
|
-
'fabric.editor.editDateText': string;
|
|
35
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
36
35
|
'fabric.editor.editors': string;
|
|
37
36
|
'fabric.editor.error': string;
|
|
@@ -48,13 +47,8 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
49
48
|
'fabric.editor.indent': string;
|
|
50
49
|
'fabric.editor.info': string;
|
|
51
|
-
'fabric.editor.invalidDateError': string;
|
|
52
|
-
'fabric.editor.inviteItem.title': string;
|
|
53
50
|
'fabric.editor.leftSidebar': string;
|
|
54
51
|
'fabric.editor.matchCase': string;
|
|
55
|
-
'fabric.editor.mentionNode.label': string;
|
|
56
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
57
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
58
52
|
'fabric.editor.noResultsFound': string;
|
|
59
53
|
'fabric.editor.note': string;
|
|
60
54
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|