@atlaskit/editor-common 76.13.3 → 76.15.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 +12 -0
- package/dist/cjs/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +4 -0
- package/dist/cjs/i18n/de.js +4 -0
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/es.js +29 -25
- package/dist/cjs/i18n/fi.js +4 -0
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hu.js +4 -0
- package/dist/cjs/i18n/it.js +4 -0
- package/dist/cjs/i18n/ja.js +4 -0
- package/dist/cjs/i18n/ko.js +4 -0
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/nl.js +4 -0
- package/dist/cjs/i18n/pl.js +4 -0
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +4 -0
- package/dist/cjs/i18n/sv.js +4 -0
- package/dist/cjs/i18n/th.js +4 -0
- package/dist/cjs/i18n/tr.js +5 -1
- package/dist/cjs/i18n/uk.js +4 -0
- package/dist/cjs/i18n/vi.js +4 -0
- package/dist/cjs/i18n/zh.js +4 -0
- package/dist/cjs/i18n/zh_TW.js +4 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/preset/core-plugin.js +19 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-menu/Dropdown/index.js +2 -1
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +4 -0
- package/dist/es2019/i18n/de.js +4 -0
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +29 -25
- package/dist/es2019/i18n/fi.js +4 -0
- package/dist/es2019/i18n/fr.js +4 -0
- package/dist/es2019/i18n/hu.js +4 -0
- package/dist/es2019/i18n/it.js +4 -0
- package/dist/es2019/i18n/ja.js +4 -0
- package/dist/es2019/i18n/ko.js +4 -0
- package/dist/es2019/i18n/nb.js +4 -0
- package/dist/es2019/i18n/nl.js +4 -0
- package/dist/es2019/i18n/pl.js +4 -0
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +4 -0
- package/dist/es2019/i18n/sv.js +4 -0
- package/dist/es2019/i18n/th.js +4 -0
- package/dist/es2019/i18n/tr.js +5 -1
- package/dist/es2019/i18n/uk.js +4 -0
- package/dist/es2019/i18n/vi.js +4 -0
- package/dist/es2019/i18n/zh.js +4 -0
- package/dist/es2019/i18n/zh_TW.js +4 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/preset/core-plugin.js +19 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-menu/Dropdown/index.js +2 -1
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +4 -0
- package/dist/esm/i18n/de.js +4 -0
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +29 -25
- package/dist/esm/i18n/fi.js +4 -0
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hu.js +4 -0
- package/dist/esm/i18n/it.js +4 -0
- package/dist/esm/i18n/ja.js +4 -0
- package/dist/esm/i18n/ko.js +4 -0
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/nl.js +4 -0
- package/dist/esm/i18n/pl.js +4 -0
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +4 -0
- package/dist/esm/i18n/sv.js +4 -0
- package/dist/esm/i18n/th.js +4 -0
- package/dist/esm/i18n/tr.js +5 -1
- package/dist/esm/i18n/uk.js +4 -0
- package/dist/esm/i18n/vi.js +4 -0
- package/dist/esm/i18n/zh.js +4 -0
- package/dist/esm/i18n/zh_TW.js +4 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/preset/core-plugin.js +19 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-menu/Dropdown/index.js +2 -1
- package/dist/types/analytics/types/paste-events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +4 -0
- package/dist/types/i18n/fi.d.ts +4 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hu.d.ts +4 -0
- package/dist/types/i18n/it.d.ts +4 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +4 -0
- package/dist/types/i18n/pl.d.ts +4 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +4 -0
- package/dist/types/i18n/th.d.ts +4 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +4 -0
- package/dist/types/i18n/zh.d.ts +4 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/preset/core-plugin.d.ts +17 -0
- package/dist/types/types/floating-toolbar.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/paste-events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +4 -0
- package/dist/types-ts4.5/i18n/de.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +4 -0
- package/dist/types-ts4.5/i18n/it.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +4 -0
- package/dist/types-ts4.5/i18n/th.d.ts +4 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/preset/core-plugin.d.ts +17 -0
- package/dist/types-ts4.5/types/floating-toolbar.d.ts +2 -1
- package/package.json +2 -2
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': '待显示的文本',
|
|
64
64
|
'fabric.editor.ecombedDescription': '显示链接的交互式预览',
|
|
65
65
|
'fabric.editor.edit.datasource': '编辑搜索查询',
|
|
66
|
+
'fabric.editor.editDateText': '编辑日期',
|
|
66
67
|
'fabric.editor.editLink': '编辑链接',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
69
|
+
'fabric.editor.editStatusColor': '编辑状态颜色',
|
|
70
|
+
'fabric.editor.editStatusText': '编辑状态',
|
|
68
71
|
'fabric.editor.editableContentLabel': '可编辑内容',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': '未找到与您的搜索条件相匹配的内容',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '请尝试用其他术语搜索或寻找适用于 Atlassian 产品的新应用。',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': '转到“链接首选项”',
|
|
156
159
|
'fabric.editor.status': '状态',
|
|
157
160
|
'fabric.editor.status.description': '添加自定义状态标签',
|
|
161
|
+
'fabric.editor.statusPlaceholder': '设置状态',
|
|
158
162
|
'fabric.editor.story': '故事',
|
|
159
163
|
'fabric.editor.strike': '删除线',
|
|
160
164
|
'fabric.editor.subTask': '子任务',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -63,8 +63,11 @@ export default {
|
|
|
63
63
|
'fabric.editor.displayText': '要顯示的文字',
|
|
64
64
|
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
65
65
|
'fabric.editor.edit.datasource': '編輯搜尋查詢',
|
|
66
|
+
'fabric.editor.editDateText': '編輯日期',
|
|
66
67
|
'fabric.editor.editLink': '編輯連結',
|
|
67
68
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
69
|
+
'fabric.editor.editStatusColor': '編輯狀態顏色',
|
|
70
|
+
'fabric.editor.editStatusText': '編輯狀態',
|
|
68
71
|
'fabric.editor.editableContentLabel': '可編輯內容',
|
|
69
72
|
'fabric.editor.elementbrowser.search.empty-state.heading': '沒有任何項目符合您的搜尋內容',
|
|
70
73
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
|
|
@@ -155,6 +158,7 @@ export default {
|
|
|
155
158
|
'fabric.editor.settingsLinks': '前往連結偏好設定',
|
|
156
159
|
'fabric.editor.status': '狀態',
|
|
157
160
|
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
161
|
+
'fabric.editor.statusPlaceholder': '設定狀態',
|
|
158
162
|
'fabric.editor.story': '故事',
|
|
159
163
|
'fabric.editor.strike': '刪除線',
|
|
160
164
|
'fabric.editor.subTask': '子任務',
|
|
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
6
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
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 = "76.
|
|
9
|
+
var packageVersion = "76.15.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
|
|
@@ -16,6 +16,25 @@ export var corePlugin = function corePlugin(_ref) {
|
|
|
16
16
|
var state = editorView.state,
|
|
17
17
|
dispatch = editorView.dispatch;
|
|
18
18
|
return editorCommandToPMCommand(command)(state, dispatch);
|
|
19
|
+
},
|
|
20
|
+
// Code copied from `EditorActions.focus()`
|
|
21
|
+
focus: function focus() {
|
|
22
|
+
var editorView = config === null || config === void 0 ? void 0 : config.getEditorView();
|
|
23
|
+
if (!editorView || editorView.hasFocus()) {
|
|
24
|
+
return false;
|
|
25
|
+
}
|
|
26
|
+
editorView.focus();
|
|
27
|
+
editorView.dispatch(editorView.state.tr.scrollIntoView());
|
|
28
|
+
return true;
|
|
29
|
+
},
|
|
30
|
+
// Code copied from `EditorActions.blur()`
|
|
31
|
+
blur: function blur() {
|
|
32
|
+
var editorView = config === null || config === void 0 ? void 0 : config.getEditorView();
|
|
33
|
+
if (!editorView || !editorView.hasFocus()) {
|
|
34
|
+
return false;
|
|
35
|
+
}
|
|
36
|
+
editorView.dom.blur();
|
|
37
|
+
return true;
|
|
19
38
|
}
|
|
20
39
|
}
|
|
21
40
|
};
|
|
@@ -19,7 +19,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
19
19
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
20
20
|
import Layer from '../Layer';
|
|
21
21
|
var packageName = "@atlaskit/editor-common";
|
|
22
|
-
var packageVersion = "76.
|
|
22
|
+
var packageVersion = "76.15.0";
|
|
23
23
|
var halfFocusRing = 1;
|
|
24
24
|
var dropOffset = '0, 8';
|
|
25
25
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -80,7 +80,8 @@ export var Dropdown = /*#__PURE__*/function (_PureComponent) {
|
|
|
80
80
|
onPlacementChanged: this.updatePopupPlacement,
|
|
81
81
|
fitHeight: fitHeight,
|
|
82
82
|
fitWidth: fitWidth,
|
|
83
|
-
zIndex: zIndex
|
|
83
|
+
zIndex: zIndex,
|
|
84
|
+
allowOutOfBounds: alignDropdownWithParentElement
|
|
84
85
|
}, /*#__PURE__*/React.createElement(ArrowKeyNavigationProvider, _extends({}, arrowKeyNavigationProviderOptions, {
|
|
85
86
|
closeOnTab: true,
|
|
86
87
|
handleClose: this.handleCloseAndFocus
|
|
@@ -16,7 +16,7 @@ export type PASTE_ACTION_SUBJECT_ID = ACTION_SUBJECT_ID.PASTE_BLOCKQUOTE | ACTIO
|
|
|
16
16
|
type PasteBaseAEP<Action, Attributes, NonPrivacySafeAttributes> = TrackAEP<Action, ACTION_SUBJECT.DOCUMENT, PASTE_ACTION_SUBJECT_ID, Attributes, NonPrivacySafeAttributes>;
|
|
17
17
|
type PasteBaseOperationalAEP<Action, Attributes, NonPrivacySafeAttributes> = OperationalAEP<Action, ACTION_SUBJECT.EDITOR, PASTE_ACTION_SUBJECT_ID, Attributes, NonPrivacySafeAttributes>;
|
|
18
18
|
type PasteAEP = PasteBaseAEP<ACTION.PASTED, {
|
|
19
|
-
inputMethod: INPUT_METHOD.KEYBOARD;
|
|
19
|
+
inputMethod: INPUT_METHOD.KEYBOARD | INPUT_METHOD.TOOLBAR;
|
|
20
20
|
type: PasteType;
|
|
21
21
|
content: PasteContent;
|
|
22
22
|
source?: PasteSource;
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -61,6 +61,7 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
66
67
|
'fabric.editor.editStatusColor': string;
|
|
@@ -61,6 +61,7 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
66
67
|
'fabric.editor.editStatusColor': string;
|
|
@@ -61,6 +61,7 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
66
67
|
'fabric.editor.editStatusColor': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -61,8 +61,11 @@ declare const _default: {
|
|
|
61
61
|
'fabric.editor.displayText': string;
|
|
62
62
|
'fabric.editor.ecombedDescription': string;
|
|
63
63
|
'fabric.editor.edit.datasource': string;
|
|
64
|
+
'fabric.editor.editDateText': string;
|
|
64
65
|
'fabric.editor.editLink': string;
|
|
65
66
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
67
|
+
'fabric.editor.editStatusColor': string;
|
|
68
|
+
'fabric.editor.editStatusText': string;
|
|
66
69
|
'fabric.editor.editableContentLabel': string;
|
|
67
70
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
68
71
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
@@ -153,6 +156,7 @@ declare const _default: {
|
|
|
153
156
|
'fabric.editor.settingsLinks': string;
|
|
154
157
|
'fabric.editor.status': string;
|
|
155
158
|
'fabric.editor.status.description': string;
|
|
159
|
+
'fabric.editor.statusPlaceholder': string;
|
|
156
160
|
'fabric.editor.story': string;
|
|
157
161
|
'fabric.editor.strike': string;
|
|
158
162
|
'fabric.editor.subTask': string;
|
|
@@ -13,6 +13,23 @@ export type CorePlugin = NextEditorPlugin<'core', {
|
|
|
13
13
|
* @returns (boolean) if the command was successful in dispatching
|
|
14
14
|
*/
|
|
15
15
|
execute: (command: EditorCommand | undefined) => boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Focuses the editor.
|
|
18
|
+
*
|
|
19
|
+
* Calls the focus method of the `EditorView` and scrolls the
|
|
20
|
+
* current selection into view.
|
|
21
|
+
*
|
|
22
|
+
* @returns (boolean) if the focus was successful
|
|
23
|
+
*/
|
|
24
|
+
focus: () => boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Blurs the editor.
|
|
27
|
+
*
|
|
28
|
+
* Calls blur on the editor DOM element.
|
|
29
|
+
*
|
|
30
|
+
* @returns (boolean) if the blur was successful
|
|
31
|
+
*/
|
|
32
|
+
blur: () => boolean;
|
|
16
33
|
};
|
|
17
34
|
}>;
|
|
18
35
|
/**
|
|
@@ -7,7 +7,7 @@ import type { EmojiId } from '@atlaskit/emoji/types';
|
|
|
7
7
|
import type { DispatchAnalyticsEvent } from '../analytics/types/dispatch-analytics-event';
|
|
8
8
|
import type { ProviderFactory } from '../provider-factory';
|
|
9
9
|
import type { PaletteColor } from '../ui-color/ColorPalette/Palettes/type';
|
|
10
|
-
import type { Command } from './command';
|
|
10
|
+
import type { Command, CommandDispatch } from './command';
|
|
11
11
|
import type { MarkOptions, NodeOptions } from './copy-button';
|
|
12
12
|
export interface RenderOptionsPropsT<T extends {}> {
|
|
13
13
|
hide: () => void;
|
|
@@ -193,6 +193,7 @@ export type FloatingToolbarDropdown<T extends {}> = {
|
|
|
193
193
|
dropdownWidth?: number;
|
|
194
194
|
showSelected?: boolean;
|
|
195
195
|
alignDropdownWithToolbar?: boolean;
|
|
196
|
+
onToggle?: (state: EditorState, dispatch: CommandDispatch | undefined) => boolean;
|
|
196
197
|
};
|
|
197
198
|
type FloatingToolbarExtensionsPlaceholder = {
|
|
198
199
|
type: 'extensions-placeholder';
|