@atlaskit/editor-common 74.36.3 → 74.37.0
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 +13 -0
- package/dist/cjs/i18n/cs.js +3 -0
- package/dist/cjs/i18n/da.js +3 -0
- package/dist/cjs/i18n/de.js +3 -0
- package/dist/cjs/i18n/en.js +20 -0
- package/dist/cjs/i18n/en_GB.js +20 -0
- package/dist/cjs/i18n/en_ZZ.js +20 -0
- package/dist/cjs/i18n/es.js +3 -0
- package/dist/cjs/i18n/fi.js +3 -0
- package/dist/cjs/i18n/fr.js +3 -0
- package/dist/cjs/i18n/hu.js +3 -0
- package/dist/cjs/i18n/it.js +3 -0
- package/dist/cjs/i18n/ja.js +3 -0
- package/dist/cjs/i18n/ko.js +3 -0
- package/dist/cjs/i18n/nb.js +3 -0
- package/dist/cjs/i18n/nl.js +3 -0
- package/dist/cjs/i18n/pl.js +3 -0
- package/dist/cjs/i18n/pt_BR.js +3 -0
- package/dist/cjs/i18n/ru.js +3 -0
- package/dist/cjs/i18n/sv.js +3 -0
- package/dist/cjs/i18n/th.js +3 -0
- package/dist/cjs/i18n/tr.js +3 -0
- package/dist/cjs/i18n/uk.js +3 -0
- package/dist/cjs/i18n/vi.js +3 -0
- package/dist/cjs/i18n/zh.js +3 -0
- package/dist/cjs/i18n/zh_TW.js +3 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/layout.js +5 -0
- package/dist/cjs/types/selection.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +3 -0
- package/dist/es2019/i18n/da.js +3 -0
- package/dist/es2019/i18n/de.js +3 -0
- package/dist/es2019/i18n/en.js +20 -0
- package/dist/es2019/i18n/en_GB.js +20 -0
- package/dist/es2019/i18n/en_ZZ.js +20 -0
- package/dist/es2019/i18n/es.js +3 -0
- package/dist/es2019/i18n/fi.js +3 -0
- package/dist/es2019/i18n/fr.js +3 -0
- package/dist/es2019/i18n/hu.js +3 -0
- package/dist/es2019/i18n/it.js +3 -0
- package/dist/es2019/i18n/ja.js +3 -0
- package/dist/es2019/i18n/ko.js +3 -0
- package/dist/es2019/i18n/nb.js +3 -0
- package/dist/es2019/i18n/nl.js +3 -0
- package/dist/es2019/i18n/pl.js +3 -0
- package/dist/es2019/i18n/pt_BR.js +3 -0
- package/dist/es2019/i18n/ru.js +3 -0
- package/dist/es2019/i18n/sv.js +3 -0
- package/dist/es2019/i18n/th.js +3 -0
- package/dist/es2019/i18n/tr.js +3 -0
- package/dist/es2019/i18n/uk.js +3 -0
- package/dist/es2019/i18n/vi.js +3 -0
- package/dist/es2019/i18n/zh.js +3 -0
- package/dist/es2019/i18n/zh_TW.js +3 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/layout.js +1 -0
- package/dist/es2019/types/selection.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +3 -0
- package/dist/esm/i18n/da.js +3 -0
- package/dist/esm/i18n/de.js +3 -0
- package/dist/esm/i18n/en.js +20 -0
- package/dist/esm/i18n/en_GB.js +20 -0
- package/dist/esm/i18n/en_ZZ.js +20 -0
- package/dist/esm/i18n/es.js +3 -0
- package/dist/esm/i18n/fi.js +3 -0
- package/dist/esm/i18n/fr.js +3 -0
- package/dist/esm/i18n/hu.js +3 -0
- package/dist/esm/i18n/it.js +3 -0
- package/dist/esm/i18n/ja.js +3 -0
- package/dist/esm/i18n/ko.js +3 -0
- package/dist/esm/i18n/nb.js +3 -0
- package/dist/esm/i18n/nl.js +3 -0
- package/dist/esm/i18n/pl.js +3 -0
- package/dist/esm/i18n/pt_BR.js +3 -0
- package/dist/esm/i18n/ru.js +3 -0
- package/dist/esm/i18n/sv.js +3 -0
- package/dist/esm/i18n/th.js +3 -0
- package/dist/esm/i18n/tr.js +3 -0
- package/dist/esm/i18n/uk.js +3 -0
- package/dist/esm/i18n/vi.js +3 -0
- package/dist/esm/i18n/zh.js +3 -0
- package/dist/esm/i18n/zh_TW.js +3 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/layout.js +1 -0
- package/dist/esm/types/selection.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/collab/index.d.ts +25 -0
- package/dist/types/i18n/cs.d.ts +3 -0
- package/dist/types/i18n/da.d.ts +3 -0
- package/dist/types/i18n/de.d.ts +3 -0
- package/dist/types/i18n/en.d.ts +20 -0
- package/dist/types/i18n/en_GB.d.ts +20 -0
- package/dist/types/i18n/en_ZZ.d.ts +20 -0
- package/dist/types/i18n/es.d.ts +3 -0
- package/dist/types/i18n/fi.d.ts +3 -0
- package/dist/types/i18n/fr.d.ts +3 -0
- package/dist/types/i18n/hu.d.ts +3 -0
- package/dist/types/i18n/it.d.ts +3 -0
- package/dist/types/i18n/ja.d.ts +3 -0
- package/dist/types/i18n/ko.d.ts +3 -0
- package/dist/types/i18n/nb.d.ts +3 -0
- package/dist/types/i18n/nl.d.ts +3 -0
- package/dist/types/i18n/pl.d.ts +3 -0
- package/dist/types/i18n/pt_BR.d.ts +3 -0
- package/dist/types/i18n/ru.d.ts +3 -0
- package/dist/types/i18n/sv.d.ts +3 -0
- package/dist/types/i18n/th.d.ts +3 -0
- package/dist/types/i18n/tr.d.ts +3 -0
- package/dist/types/i18n/uk.d.ts +3 -0
- package/dist/types/i18n/vi.d.ts +3 -0
- package/dist/types/i18n/zh.d.ts +3 -0
- package/dist/types/i18n/zh_TW.d.ts +3 -0
- package/dist/types/types/index.d.ts +3 -1
- package/dist/types/types/layout.d.ts +6 -0
- package/dist/types/types/selection.d.ts +3 -0
- package/dist/types-ts4.5/collab/index.d.ts +25 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -0
- package/dist/types-ts4.5/i18n/da.d.ts +3 -0
- package/dist/types-ts4.5/i18n/de.d.ts +3 -0
- package/dist/types-ts4.5/i18n/en.d.ts +20 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +20 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +20 -0
- package/dist/types-ts4.5/i18n/es.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
- package/dist/types-ts4.5/i18n/it.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +3 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +3 -0
- package/dist/types-ts4.5/i18n/th.d.ts +3 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +3 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +3 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +3 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -0
- package/dist/types-ts4.5/types/index.d.ts +3 -1
- package/dist/types-ts4.5/types/layout.d.ts +6 -0
- package/dist/types-ts4.5/types/selection.d.ts +3 -0
- package/package.json +4 -4
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -48,6 +48,7 @@ export default {
|
|
|
48
48
|
'fabric.editor.edit.datasource': '編輯搜尋查詢',
|
|
49
49
|
'fabric.editor.editLink': '編輯連結',
|
|
50
50
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
51
|
+
'fabric.editor.editableContentLabel': '可編輯內容',
|
|
51
52
|
'fabric.editor.embedTitle': '嵌入',
|
|
52
53
|
'fabric.editor.emoji': '表情符號',
|
|
53
54
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
@@ -93,6 +94,7 @@ export default {
|
|
|
93
94
|
'fabric.editor.mention': '提及',
|
|
94
95
|
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
95
96
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
97
|
+
'fabric.editor.pageActionsLabel': '頁面動作',
|
|
96
98
|
'fabric.editor.placeholderText': '預留位置文字',
|
|
97
99
|
'fabric.editor.placeholderText.description': '在頁面中插入文字預留位置',
|
|
98
100
|
'fabric.editor.remove': '移除',
|
|
@@ -109,6 +111,7 @@ export default {
|
|
|
109
111
|
'fabric.editor.time.ago': '前',
|
|
110
112
|
'fabric.editor.time.updated': '已更新',
|
|
111
113
|
'fabric.editor.time.viewed': '已檢視',
|
|
114
|
+
'fabric.editor.toolbarLabel': '編輯器工具列',
|
|
112
115
|
'fabric.editor.tooltip.blockPanel': '面板',
|
|
113
116
|
'fabric.editor.tooltip.bulletList': '清單',
|
|
114
117
|
'fabric.editor.tooltip.decisionList': '決定清單',
|
|
@@ -6,7 +6,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
6
6
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7
7
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
8
8
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
9
|
-
var packageVersion = "74.
|
|
9
|
+
var packageVersion = "74.37.0";
|
|
10
10
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
11
11
|
// Remove URL as it has UGC
|
|
12
12
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -18,7 +18,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
18
18
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
19
19
|
import Layer from '../Layer';
|
|
20
20
|
var packageName = "@atlaskit/editor-common";
|
|
21
|
-
var packageVersion = "74.
|
|
21
|
+
var packageVersion = "74.37.0";
|
|
22
22
|
var halfFocusRing = 1;
|
|
23
23
|
var dropOffset = '0, 8';
|
|
24
24
|
var DropList = /*#__PURE__*/function (_Component) {
|
package/dist/esm/version.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import type { ReactElement } from 'react';
|
|
1
2
|
import type { JSONDocNode } from '@atlaskit/editor-json-transformer';
|
|
2
3
|
import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
3
4
|
import type { Step } from '@atlaskit/editor-prosemirror/transform';
|
|
5
|
+
import type { Providers } from '../provider-factory';
|
|
4
6
|
export type NewCollabSyncUpErrorAttributes = {
|
|
5
7
|
lengthOfUnconfirmedSteps?: number;
|
|
6
8
|
tries: number;
|
|
@@ -348,4 +350,27 @@ export interface CollabEditProvider<Events extends CollabEvents = CollabEvents>
|
|
|
348
350
|
} & Events[K]): void;
|
|
349
351
|
getFinalAcknowledgedState(): Promise<ResolvedEditorState>;
|
|
350
352
|
}
|
|
353
|
+
export type CollabEditOptions = {
|
|
354
|
+
provider?: Providers['collabEditProvider'];
|
|
355
|
+
userId?: string;
|
|
356
|
+
useNativePlugin?: boolean;
|
|
357
|
+
} & CollabInviteToEditProps & CollabAnalyticsProps;
|
|
358
|
+
export type InviteToEditButtonProps = {
|
|
359
|
+
onClick: (event: React.MouseEvent<HTMLElement>) => void;
|
|
360
|
+
selected: boolean;
|
|
361
|
+
};
|
|
362
|
+
export type InviteToEditComponentProps = {
|
|
363
|
+
children: ReactElement<InviteToEditButtonProps>;
|
|
364
|
+
};
|
|
365
|
+
export interface CollabInviteToEditProps {
|
|
366
|
+
inviteToEditHandler?: (event: React.MouseEvent<HTMLElement>) => void;
|
|
367
|
+
isInviteToEditButtonSelected?: boolean;
|
|
368
|
+
inviteToEditComponent?: React.ComponentType<InviteToEditComponentProps>;
|
|
369
|
+
}
|
|
370
|
+
export interface CollabAnalyticsProps {
|
|
371
|
+
/**
|
|
372
|
+
* @description Control wether Synchrony entity error events are tracked
|
|
373
|
+
*/
|
|
374
|
+
EXPERIMENTAL_allowInternalErrorAnalytics?: boolean;
|
|
375
|
+
}
|
|
351
376
|
export {};
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -46,6 +50,7 @@ declare const _default: {
|
|
|
46
50
|
'fabric.editor.edit.datasource': string;
|
|
47
51
|
'fabric.editor.editLink': string;
|
|
48
52
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
53
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
54
|
'fabric.editor.embedTitle': string;
|
|
50
55
|
'fabric.editor.emoji': string;
|
|
51
56
|
'fabric.editor.emoji.description': string;
|
|
@@ -78,6 +83,7 @@ declare const _default: {
|
|
|
78
83
|
'fabric.editor.inlineTitle': string;
|
|
79
84
|
'fabric.editor.insertMenu': string;
|
|
80
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
81
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
82
88
|
'fabric.editor.layoutFullWidth': string;
|
|
83
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -90,7 +96,13 @@ declare const _default: {
|
|
|
90
96
|
'fabric.editor.mediaFiles.description': string;
|
|
91
97
|
'fabric.editor.mention': string;
|
|
92
98
|
'fabric.editor.mention.description': string;
|
|
99
|
+
'fabric.editor.moreFormatting': string;
|
|
100
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
102
|
+
'fabric.editor.off': string;
|
|
103
|
+
'fabric.editor.on': string;
|
|
93
104
|
'fabric.editor.openLink': string;
|
|
105
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
106
|
'fabric.editor.placeholderText': string;
|
|
95
107
|
'fabric.editor.placeholderText.description': string;
|
|
96
108
|
'fabric.editor.remove': string;
|
|
@@ -100,13 +112,20 @@ declare const _default: {
|
|
|
100
112
|
'fabric.editor.status': string;
|
|
101
113
|
'fabric.editor.status.description': string;
|
|
102
114
|
'fabric.editor.story': string;
|
|
115
|
+
'fabric.editor.strike': string;
|
|
103
116
|
'fabric.editor.subTask': string;
|
|
117
|
+
'fabric.editor.subscript': string;
|
|
118
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
119
|
+
'fabric.editor.superscript': string;
|
|
120
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
104
121
|
'fabric.editor.table': string;
|
|
105
122
|
'fabric.editor.table.description': string;
|
|
106
123
|
'fabric.editor.task': string;
|
|
124
|
+
'fabric.editor.text.formatting.off': string;
|
|
107
125
|
'fabric.editor.time.ago': string;
|
|
108
126
|
'fabric.editor.time.updated': string;
|
|
109
127
|
'fabric.editor.time.viewed': string;
|
|
128
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
129
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
130
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
131
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -114,6 +133,7 @@ declare const _default: {
|
|
|
114
133
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
115
134
|
'fabric.editor.tooltip.taskList': string;
|
|
116
135
|
'fabric.editor.unableToOpenLink': string;
|
|
136
|
+
'fabric.editor.underline': string;
|
|
117
137
|
'fabric.editor.unlink': string;
|
|
118
138
|
'fabric.editor.unsupportedBlockContent': string;
|
|
119
139
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -46,6 +50,7 @@ declare const _default: {
|
|
|
46
50
|
'fabric.editor.edit.datasource': string;
|
|
47
51
|
'fabric.editor.editLink': string;
|
|
48
52
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
53
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
54
|
'fabric.editor.embedTitle': string;
|
|
50
55
|
'fabric.editor.emoji': string;
|
|
51
56
|
'fabric.editor.emoji.description': string;
|
|
@@ -78,6 +83,7 @@ declare const _default: {
|
|
|
78
83
|
'fabric.editor.inlineTitle': string;
|
|
79
84
|
'fabric.editor.insertMenu': string;
|
|
80
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
81
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
82
88
|
'fabric.editor.layoutFullWidth': string;
|
|
83
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -90,7 +96,13 @@ declare const _default: {
|
|
|
90
96
|
'fabric.editor.mediaFiles.description': string;
|
|
91
97
|
'fabric.editor.mention': string;
|
|
92
98
|
'fabric.editor.mention.description': string;
|
|
99
|
+
'fabric.editor.moreFormatting': string;
|
|
100
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
102
|
+
'fabric.editor.off': string;
|
|
103
|
+
'fabric.editor.on': string;
|
|
93
104
|
'fabric.editor.openLink': string;
|
|
105
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
106
|
'fabric.editor.placeholderText': string;
|
|
95
107
|
'fabric.editor.placeholderText.description': string;
|
|
96
108
|
'fabric.editor.remove': string;
|
|
@@ -100,13 +112,20 @@ declare const _default: {
|
|
|
100
112
|
'fabric.editor.status': string;
|
|
101
113
|
'fabric.editor.status.description': string;
|
|
102
114
|
'fabric.editor.story': string;
|
|
115
|
+
'fabric.editor.strike': string;
|
|
103
116
|
'fabric.editor.subTask': string;
|
|
117
|
+
'fabric.editor.subscript': string;
|
|
118
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
119
|
+
'fabric.editor.superscript': string;
|
|
120
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
104
121
|
'fabric.editor.table': string;
|
|
105
122
|
'fabric.editor.table.description': string;
|
|
106
123
|
'fabric.editor.task': string;
|
|
124
|
+
'fabric.editor.text.formatting.off': string;
|
|
107
125
|
'fabric.editor.time.ago': string;
|
|
108
126
|
'fabric.editor.time.updated': string;
|
|
109
127
|
'fabric.editor.time.viewed': string;
|
|
128
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
129
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
130
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
131
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -114,6 +133,7 @@ declare const _default: {
|
|
|
114
133
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
115
134
|
'fabric.editor.tooltip.taskList': string;
|
|
116
135
|
'fabric.editor.unableToOpenLink': string;
|
|
136
|
+
'fabric.editor.underline': string;
|
|
117
137
|
'fabric.editor.unlink': string;
|
|
118
138
|
'fabric.editor.unsupportedBlockContent': string;
|
|
119
139
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -46,6 +50,7 @@ declare const _default: {
|
|
|
46
50
|
'fabric.editor.edit.datasource': string;
|
|
47
51
|
'fabric.editor.editLink': string;
|
|
48
52
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
53
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
54
|
'fabric.editor.embedTitle': string;
|
|
50
55
|
'fabric.editor.emoji': string;
|
|
51
56
|
'fabric.editor.emoji.description': string;
|
|
@@ -78,6 +83,7 @@ declare const _default: {
|
|
|
78
83
|
'fabric.editor.inlineTitle': string;
|
|
79
84
|
'fabric.editor.insertMenu': string;
|
|
80
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
81
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
82
88
|
'fabric.editor.layoutFullWidth': string;
|
|
83
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -90,7 +96,13 @@ declare const _default: {
|
|
|
90
96
|
'fabric.editor.mediaFiles.description': string;
|
|
91
97
|
'fabric.editor.mention': string;
|
|
92
98
|
'fabric.editor.mention.description': string;
|
|
99
|
+
'fabric.editor.moreFormatting': string;
|
|
100
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
102
|
+
'fabric.editor.off': string;
|
|
103
|
+
'fabric.editor.on': string;
|
|
93
104
|
'fabric.editor.openLink': string;
|
|
105
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
106
|
'fabric.editor.placeholderText': string;
|
|
95
107
|
'fabric.editor.placeholderText.description': string;
|
|
96
108
|
'fabric.editor.remove': string;
|
|
@@ -100,13 +112,20 @@ declare const _default: {
|
|
|
100
112
|
'fabric.editor.status': string;
|
|
101
113
|
'fabric.editor.status.description': string;
|
|
102
114
|
'fabric.editor.story': string;
|
|
115
|
+
'fabric.editor.strike': string;
|
|
103
116
|
'fabric.editor.subTask': string;
|
|
117
|
+
'fabric.editor.subscript': string;
|
|
118
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
119
|
+
'fabric.editor.superscript': string;
|
|
120
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
104
121
|
'fabric.editor.table': string;
|
|
105
122
|
'fabric.editor.table.description': string;
|
|
106
123
|
'fabric.editor.task': string;
|
|
124
|
+
'fabric.editor.text.formatting.off': string;
|
|
107
125
|
'fabric.editor.time.ago': string;
|
|
108
126
|
'fabric.editor.time.updated': string;
|
|
109
127
|
'fabric.editor.time.viewed': string;
|
|
128
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
129
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
130
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
131
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -114,6 +133,7 @@ declare const _default: {
|
|
|
114
133
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
115
134
|
'fabric.editor.tooltip.taskList': string;
|
|
116
135
|
'fabric.editor.unableToOpenLink': string;
|
|
136
|
+
'fabric.editor.underline': string;
|
|
117
137
|
'fabric.editor.unlink': string;
|
|
118
138
|
'fabric.editor.unsupportedBlockContent': string;
|
|
119
139
|
'fabric.editor.unsupportedContentTooltip': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ declare const _default: {
|
|
|
46
46
|
'fabric.editor.edit.datasource': string;
|
|
47
47
|
'fabric.editor.editLink': string;
|
|
48
48
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
49
|
+
'fabric.editor.editableContentLabel': string;
|
|
49
50
|
'fabric.editor.embedTitle': string;
|
|
50
51
|
'fabric.editor.emoji': string;
|
|
51
52
|
'fabric.editor.emoji.description': string;
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
'fabric.editor.mention': string;
|
|
92
93
|
'fabric.editor.mention.description': string;
|
|
93
94
|
'fabric.editor.openLink': string;
|
|
95
|
+
'fabric.editor.pageActionsLabel': string;
|
|
94
96
|
'fabric.editor.placeholderText': string;
|
|
95
97
|
'fabric.editor.placeholderText.description': string;
|
|
96
98
|
'fabric.editor.remove': string;
|
|
@@ -107,6 +109,7 @@ declare const _default: {
|
|
|
107
109
|
'fabric.editor.time.ago': string;
|
|
108
110
|
'fabric.editor.time.updated': string;
|
|
109
111
|
'fabric.editor.time.viewed': string;
|
|
112
|
+
'fabric.editor.toolbarLabel': string;
|
|
110
113
|
'fabric.editor.tooltip.blockPanel': string;
|
|
111
114
|
'fabric.editor.tooltip.bulletList': string;
|
|
112
115
|
'fabric.editor.tooltip.decisionList': string;
|