@atlaskit/editor-core 149.0.2 → 150.0.3
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 +47 -0
- package/dist/cjs/create-editor/create-plugins-list.js +2 -1
- package/dist/cjs/i18n/cs.js +18 -2
- package/dist/cjs/i18n/da.js +18 -2
- package/dist/cjs/i18n/de.js +18 -2
- package/dist/cjs/i18n/es.js +13 -2
- package/dist/cjs/i18n/et.js +0 -1
- package/dist/cjs/i18n/fi.js +13 -2
- package/dist/cjs/i18n/fr.js +13 -2
- package/dist/cjs/i18n/hu.js +14 -3
- package/dist/cjs/i18n/it.js +18 -2
- package/dist/cjs/i18n/ja.js +13 -2
- package/dist/cjs/i18n/ko.js +13 -2
- package/dist/cjs/i18n/nb.js +13 -2
- package/dist/cjs/i18n/nl.js +18 -2
- package/dist/cjs/i18n/pl.js +16 -2
- package/dist/cjs/i18n/pt_BR.js +14 -3
- package/dist/cjs/i18n/pt_PT.js +0 -1
- package/dist/cjs/i18n/ru.js +13 -2
- package/dist/cjs/i18n/sk.js +0 -1
- package/dist/cjs/i18n/sv.js +18 -2
- package/dist/cjs/i18n/th.js +18 -2
- package/dist/cjs/i18n/tr.js +16 -2
- package/dist/cjs/i18n/uk.js +18 -2
- package/dist/cjs/i18n/vi.js +13 -2
- package/dist/cjs/i18n/zh.js +18 -2
- package/dist/cjs/i18n/zh_TW.js +18 -2
- package/dist/cjs/messages.js +4 -4
- package/dist/cjs/plugins/analytics/types/enums.js +0 -1
- package/dist/cjs/plugins/analytics/types/node-events.js +1 -0
- package/dist/cjs/plugins/collab-edit/ui/to-avatar.js +4 -8
- package/dist/cjs/plugins/floating-toolbar/ui/{EditorHideEmojiIcon.js → EditorRemoveEmojiIcon.js} +2 -2
- package/dist/cjs/plugins/floating-toolbar/ui/EmojiPickerButton.js +5 -2
- package/dist/cjs/plugins/floating-toolbar/ui/EmojiPickerButton.test.js +14 -0
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +19 -22
- package/dist/cjs/plugins/layout/actions.js +70 -16
- package/dist/cjs/plugins/layout/index.js +3 -2
- package/dist/cjs/plugins/layout/pm-plugins/main.js +3 -1
- package/dist/cjs/plugins/layout/toolbar-messages.js +5 -0
- package/dist/cjs/plugins/layout/toolbar.js +11 -2
- package/dist/cjs/plugins/list/pm-plugins/main.js +0 -38
- package/dist/cjs/plugins/mentions/analytics.js +2 -3
- package/dist/cjs/plugins/mentions/type-ahead/index.js +46 -15
- package/dist/cjs/plugins/panel/nodeviews/panel.js +7 -3
- package/dist/cjs/plugins/panel/toolbar.js +8 -6
- package/dist/cjs/plugins/panel/toolbar.test.js +25 -11
- package/dist/cjs/plugins/table/commands/insert.js +25 -10
- package/dist/cjs/plugins/table/commands/misc.js +3 -3
- package/dist/cjs/plugins/table/nodeviews/TableComponent.js +5 -4
- package/dist/cjs/plugins/table/nodeviews/tableCell.js +20 -6
- package/dist/cjs/plugins/table/pm-plugins/table-resizing/utils/resize-state.js +3 -1
- package/dist/cjs/plugins/table/pm-plugins/table-resizing/utils/scale-table.js +1 -0
- package/dist/cjs/plugins/table/toolbar.js +4 -4
- package/dist/cjs/plugins/table/transforms/column-width.js +72 -12
- package/dist/cjs/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +1 -1
- package/dist/cjs/plugins/table/ui/FloatingInsertButton/index.js +1 -1
- package/dist/cjs/plugins/table/utils/table.js +17 -2
- package/dist/cjs/plugins/text-color/ui/ToolbarTextColor/index.js +3 -7
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadPopup.js +1 -3
- package/dist/cjs/ui/ColorPickerButton/index.js +5 -2
- package/dist/cjs/ui/ColorPickerButton/index.test.js +16 -0
- package/dist/cjs/ui/ConfigPanel/Fields/Expand.js +2 -4
- package/dist/cjs/ui/ConfigPanel/Fields/Fieldset.js +1 -3
- package/dist/cjs/ui/ConfigPanel/NestedForms/RemovableField.js +1 -3
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/create-editor/create-plugins-list.js +2 -1
- package/dist/es2019/i18n/cs.js +18 -2
- package/dist/es2019/i18n/da.js +18 -2
- package/dist/es2019/i18n/de.js +18 -2
- package/dist/es2019/i18n/es.js +13 -2
- package/dist/es2019/i18n/et.js +0 -1
- package/dist/es2019/i18n/fi.js +13 -2
- package/dist/es2019/i18n/fr.js +13 -2
- package/dist/es2019/i18n/hu.js +14 -3
- package/dist/es2019/i18n/it.js +18 -2
- package/dist/es2019/i18n/ja.js +13 -2
- package/dist/es2019/i18n/ko.js +13 -2
- package/dist/es2019/i18n/nb.js +13 -2
- package/dist/es2019/i18n/nl.js +18 -2
- package/dist/es2019/i18n/pl.js +16 -2
- package/dist/es2019/i18n/pt_BR.js +14 -3
- package/dist/es2019/i18n/pt_PT.js +0 -1
- package/dist/es2019/i18n/ru.js +13 -2
- package/dist/es2019/i18n/sk.js +0 -1
- package/dist/es2019/i18n/sv.js +18 -2
- package/dist/es2019/i18n/th.js +18 -2
- package/dist/es2019/i18n/tr.js +16 -2
- package/dist/es2019/i18n/uk.js +18 -2
- package/dist/es2019/i18n/vi.js +13 -2
- package/dist/es2019/i18n/zh.js +18 -2
- package/dist/es2019/i18n/zh_TW.js +18 -2
- package/dist/es2019/messages.js +4 -4
- package/dist/es2019/plugins/analytics/types/enums.js +0 -1
- package/dist/es2019/plugins/analytics/types/node-events.js +1 -0
- package/dist/es2019/plugins/collab-edit/ui/to-avatar.js +2 -6
- package/dist/es2019/plugins/floating-toolbar/ui/{EditorHideEmojiIcon.js → EditorRemoveEmojiIcon.js} +1 -1
- package/dist/es2019/plugins/floating-toolbar/ui/EmojiPickerButton.js +5 -3
- package/dist/es2019/plugins/floating-toolbar/ui/EmojiPickerButton.test.js +14 -0
- package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +20 -23
- package/dist/es2019/plugins/layout/actions.js +64 -13
- package/dist/es2019/plugins/layout/index.js +3 -2
- package/dist/es2019/plugins/layout/pm-plugins/main.js +3 -1
- package/dist/es2019/plugins/layout/toolbar-messages.js +5 -0
- package/dist/es2019/plugins/layout/toolbar.js +10 -2
- package/dist/es2019/plugins/list/pm-plugins/main.js +1 -41
- package/dist/es2019/plugins/mentions/analytics.js +2 -3
- package/dist/es2019/plugins/mentions/type-ahead/index.js +30 -17
- package/dist/es2019/plugins/panel/nodeviews/panel.js +5 -3
- package/dist/es2019/plugins/panel/toolbar.js +8 -6
- package/dist/es2019/plugins/panel/toolbar.test.js +18 -8
- package/dist/es2019/plugins/table/commands/insert.js +27 -12
- package/dist/es2019/plugins/table/commands/misc.js +3 -3
- package/dist/es2019/plugins/table/nodeviews/TableComponent.js +5 -4
- package/dist/es2019/plugins/table/nodeviews/tableCell.js +19 -6
- package/dist/es2019/plugins/table/pm-plugins/table-resizing/utils/resize-state.js +1 -2
- package/dist/es2019/plugins/table/pm-plugins/table-resizing/utils/scale-table.js +1 -1
- package/dist/es2019/plugins/table/toolbar.js +4 -4
- package/dist/es2019/plugins/table/transforms/column-width.js +62 -11
- package/dist/es2019/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +1 -1
- package/dist/es2019/plugins/table/ui/FloatingInsertButton/index.js +1 -1
- package/dist/es2019/plugins/table/utils/table.js +7 -1
- package/dist/es2019/plugins/text-color/ui/ToolbarTextColor/index.js +3 -7
- package/dist/es2019/plugins/type-ahead/ui/TypeAheadPopup.js +1 -2
- package/dist/es2019/ui/ColorPickerButton/index.js +6 -3
- package/dist/es2019/ui/ColorPickerButton/index.test.js +15 -0
- package/dist/es2019/ui/ConfigPanel/Fields/Expand.js +3 -4
- package/dist/es2019/ui/ConfigPanel/Fields/Fieldset.js +2 -3
- package/dist/es2019/ui/ConfigPanel/NestedForms/RemovableField.js +1 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/create-editor/create-plugins-list.js +2 -1
- package/dist/esm/i18n/cs.js +18 -2
- package/dist/esm/i18n/da.js +18 -2
- package/dist/esm/i18n/de.js +18 -2
- package/dist/esm/i18n/es.js +13 -2
- package/dist/esm/i18n/et.js +0 -1
- package/dist/esm/i18n/fi.js +13 -2
- package/dist/esm/i18n/fr.js +13 -2
- package/dist/esm/i18n/hu.js +14 -3
- package/dist/esm/i18n/it.js +18 -2
- package/dist/esm/i18n/ja.js +13 -2
- package/dist/esm/i18n/ko.js +13 -2
- package/dist/esm/i18n/nb.js +13 -2
- package/dist/esm/i18n/nl.js +18 -2
- package/dist/esm/i18n/pl.js +16 -2
- package/dist/esm/i18n/pt_BR.js +14 -3
- package/dist/esm/i18n/pt_PT.js +0 -1
- package/dist/esm/i18n/ru.js +13 -2
- package/dist/esm/i18n/sk.js +0 -1
- package/dist/esm/i18n/sv.js +18 -2
- package/dist/esm/i18n/th.js +18 -2
- package/dist/esm/i18n/tr.js +16 -2
- package/dist/esm/i18n/uk.js +18 -2
- package/dist/esm/i18n/vi.js +13 -2
- package/dist/esm/i18n/zh.js +18 -2
- package/dist/esm/i18n/zh_TW.js +18 -2
- package/dist/esm/messages.js +4 -4
- package/dist/esm/plugins/analytics/types/enums.js +0 -1
- package/dist/esm/plugins/analytics/types/node-events.js +1 -0
- package/dist/esm/plugins/collab-edit/ui/to-avatar.js +4 -8
- package/dist/esm/plugins/floating-toolbar/ui/{EditorHideEmojiIcon.js → EditorRemoveEmojiIcon.js} +1 -1
- package/dist/esm/plugins/floating-toolbar/ui/EmojiPickerButton.js +6 -3
- package/dist/esm/plugins/floating-toolbar/ui/EmojiPickerButton.test.js +14 -0
- package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +20 -23
- package/dist/esm/plugins/layout/actions.js +66 -13
- package/dist/esm/plugins/layout/index.js +3 -2
- package/dist/esm/plugins/layout/pm-plugins/main.js +3 -1
- package/dist/esm/plugins/layout/toolbar-messages.js +5 -0
- package/dist/esm/plugins/layout/toolbar.js +10 -2
- package/dist/esm/plugins/list/pm-plugins/main.js +1 -37
- package/dist/esm/plugins/mentions/analytics.js +2 -3
- package/dist/esm/plugins/mentions/type-ahead/index.js +46 -15
- package/dist/esm/plugins/panel/nodeviews/panel.js +5 -3
- package/dist/esm/plugins/panel/toolbar.js +8 -6
- package/dist/esm/plugins/panel/toolbar.test.js +25 -11
- package/dist/esm/plugins/table/commands/insert.js +26 -11
- package/dist/esm/plugins/table/commands/misc.js +3 -3
- package/dist/esm/plugins/table/nodeviews/TableComponent.js +5 -4
- package/dist/esm/plugins/table/nodeviews/tableCell.js +21 -7
- package/dist/esm/plugins/table/pm-plugins/table-resizing/utils/resize-state.js +1 -2
- package/dist/esm/plugins/table/pm-plugins/table-resizing/utils/scale-table.js +1 -1
- package/dist/esm/plugins/table/toolbar.js +4 -4
- package/dist/esm/plugins/table/transforms/column-width.js +62 -10
- package/dist/esm/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +1 -1
- package/dist/esm/plugins/table/ui/FloatingInsertButton/index.js +1 -1
- package/dist/esm/plugins/table/utils/table.js +9 -0
- package/dist/esm/plugins/text-color/ui/ToolbarTextColor/index.js +3 -7
- package/dist/esm/plugins/type-ahead/ui/TypeAheadPopup.js +1 -2
- package/dist/esm/ui/ColorPickerButton/index.js +6 -3
- package/dist/esm/ui/ColorPickerButton/index.test.js +15 -0
- package/dist/esm/ui/ConfigPanel/Fields/Expand.js +2 -3
- package/dist/esm/ui/ConfigPanel/Fields/Fieldset.js +1 -2
- package/dist/esm/ui/ConfigPanel/NestedForms/RemovableField.js +1 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/editor.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +16 -0
- package/dist/types/i18n/da.d.ts +16 -0
- package/dist/types/i18n/de.d.ts +16 -0
- package/dist/types/i18n/es.d.ts +11 -0
- package/dist/types/i18n/et.d.ts +0 -1
- package/dist/types/i18n/fi.d.ts +11 -0
- package/dist/types/i18n/fr.d.ts +11 -0
- package/dist/types/i18n/hu.d.ts +11 -0
- package/dist/types/i18n/it.d.ts +16 -0
- package/dist/types/i18n/ja.d.ts +11 -0
- package/dist/types/i18n/ko.d.ts +11 -0
- package/dist/types/i18n/nb.d.ts +11 -0
- package/dist/types/i18n/nl.d.ts +16 -0
- package/dist/types/i18n/pl.d.ts +14 -0
- package/dist/types/i18n/pt_BR.d.ts +11 -0
- package/dist/types/i18n/pt_PT.d.ts +0 -1
- package/dist/types/i18n/ru.d.ts +11 -0
- package/dist/types/i18n/sk.d.ts +0 -1
- package/dist/types/i18n/sv.d.ts +16 -0
- package/dist/types/i18n/th.d.ts +16 -0
- package/dist/types/i18n/tr.d.ts +14 -0
- package/dist/types/i18n/uk.d.ts +16 -0
- package/dist/types/i18n/vi.d.ts +11 -0
- package/dist/types/i18n/zh.d.ts +16 -0
- package/dist/types/i18n/zh_TW.d.ts +16 -0
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/plugins/analytics/analytics-queue.d.ts +1 -1
- package/dist/types/plugins/analytics/types/enums.d.ts +0 -1
- package/dist/types/plugins/analytics/types/general-events.d.ts +1 -1
- package/dist/types/plugins/analytics/types/list-events.d.ts +1 -5
- package/dist/types/plugins/analytics/types/node-events.d.ts +1 -0
- package/dist/types/plugins/collab-edit/ui/to-avatar.d.ts +1 -1
- package/dist/types/plugins/extension/ui/Extension/ExtensionComponent.d.ts +2 -2
- package/dist/types/plugins/floating-toolbar/ui/EditorRemoveEmojiIcon.d.ts +1 -0
- package/dist/types/plugins/insert-block/ui/ToolbarInsertBlock/create-items.d.ts +1 -1
- package/dist/types/plugins/layout/actions.d.ts +1 -0
- package/dist/types/plugins/layout/pm-plugins/types.d.ts +1 -0
- package/dist/types/plugins/layout/toolbar-messages.d.ts +5 -0
- package/dist/types/plugins/layout/toolbar.d.ts +1 -1
- package/dist/types/plugins/layout/types.d.ts +2 -1
- package/dist/types/plugins/mentions/analytics.d.ts +1 -1
- package/dist/types/plugins/quick-insert/index.d.ts +1 -1
- package/dist/types/plugins/table/nodeviews/tableCell.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/table-resizing/utils/resize-state.d.ts +2 -0
- package/dist/types/plugins/table/pm-plugins/table-resizing/utils/scale-table.d.ts +1 -0
- package/dist/types/plugins/table/transforms/column-width.d.ts +10 -0
- package/dist/types/plugins/table/utils/table.d.ts +2 -0
- package/dist/types/ui/ConfigPanel/Fields/Expand.d.ts +1 -1
- package/package.json +22 -22
- package/dist/types/plugins/floating-toolbar/ui/EditorHideEmojiIcon.d.ts +0 -1
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.editor.blockquote.description': string;
|
|
20
20
|
'fabric.editor.blockquote2': string;
|
|
21
21
|
'fabric.editor.bold': string;
|
|
22
|
+
'fabric.editor.bug': string;
|
|
22
23
|
'fabric.editor.canNotSortTable': string;
|
|
23
24
|
'fabric.editor.cancelButton': string;
|
|
24
25
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -36,6 +37,7 @@ declare const _default: {
|
|
|
36
37
|
'fabric.editor.code': string;
|
|
37
38
|
'fabric.editor.codeblock': string;
|
|
38
39
|
'fabric.editor.codeblock.description': string;
|
|
40
|
+
'fabric.editor.collapseTable': string;
|
|
39
41
|
'fabric.editor.columns': string;
|
|
40
42
|
'fabric.editor.columns.description': string;
|
|
41
43
|
'fabric.editor.configFailedToLoad': string;
|
|
@@ -64,6 +66,7 @@ declare const _default: {
|
|
|
64
66
|
'fabric.editor.decision': string;
|
|
65
67
|
'fabric.editor.decision.description': string;
|
|
66
68
|
'fabric.editor.decisionPlaceholder': string;
|
|
69
|
+
'fabric.editor.defaultAltText': string;
|
|
67
70
|
'fabric.editor.displayBlock': string;
|
|
68
71
|
'fabric.editor.displayEmbed': string;
|
|
69
72
|
'fabric.editor.displayInline': string;
|
|
@@ -73,8 +76,11 @@ declare const _default: {
|
|
|
73
76
|
'fabric.editor.distributeColumns': string;
|
|
74
77
|
'fabric.editor.edit': string;
|
|
75
78
|
'fabric.editor.editAltText': string;
|
|
79
|
+
'fabric.editor.editDateText': string;
|
|
76
80
|
'fabric.editor.editLink': string;
|
|
77
81
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
|
+
'fabric.editor.editStatusColor': string;
|
|
83
|
+
'fabric.editor.editStatusText': string;
|
|
78
84
|
'fabric.editor.editorHelp': string;
|
|
79
85
|
'fabric.editor.elementBrowser.help': string;
|
|
80
86
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
@@ -95,6 +101,7 @@ declare const _default: {
|
|
|
95
101
|
'fabric.editor.emoji': string;
|
|
96
102
|
'fabric.editor.emoji.description': string;
|
|
97
103
|
'fabric.editor.emptyLink': string;
|
|
104
|
+
'fabric.editor.epic': string;
|
|
98
105
|
'fabric.editor.error': string;
|
|
99
106
|
'fabric.editor.errorPanel': string;
|
|
100
107
|
'fabric.editor.errorPanel.description': string;
|
|
@@ -109,6 +116,9 @@ declare const _default: {
|
|
|
109
116
|
'fabric.editor.findNext': string;
|
|
110
117
|
'fabric.editor.findPrevious': string;
|
|
111
118
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
119
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
120
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
121
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
112
122
|
'fabric.editor.headerColumn': string;
|
|
113
123
|
'fabric.editor.headerRow': string;
|
|
114
124
|
'fabric.editor.heading1': string;
|
|
@@ -132,6 +142,7 @@ declare const _default: {
|
|
|
132
142
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
133
143
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
134
144
|
'fabric.editor.image': string;
|
|
145
|
+
'fabric.editor.improvement': string;
|
|
135
146
|
'fabric.editor.info': string;
|
|
136
147
|
'fabric.editor.infoPanel': string;
|
|
137
148
|
'fabric.editor.infoPanel.description': string;
|
|
@@ -194,7 +205,9 @@ declare const _default: {
|
|
|
194
205
|
'fabric.editor.status': string;
|
|
195
206
|
'fabric.editor.status.description': string;
|
|
196
207
|
'fabric.editor.statusPlaceholder': string;
|
|
208
|
+
'fabric.editor.story': string;
|
|
197
209
|
'fabric.editor.strike': string;
|
|
210
|
+
'fabric.editor.subTask': string;
|
|
198
211
|
'fabric.editor.subscript': string;
|
|
199
212
|
'fabric.editor.success': string;
|
|
200
213
|
'fabric.editor.successPanel': string;
|
|
@@ -204,6 +217,9 @@ declare const _default: {
|
|
|
204
217
|
'fabric.editor.table': string;
|
|
205
218
|
'fabric.editor.table.description': string;
|
|
206
219
|
'fabric.editor.tableOptions': string;
|
|
220
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
221
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
|
+
'fabric.editor.task': string;
|
|
207
223
|
'fabric.editor.taskPlaceholder': string;
|
|
208
224
|
'fabric.editor.textColor': string;
|
|
209
225
|
'fabric.editor.textColor.lessColors': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.editor.blockquote.description': string;
|
|
20
20
|
'fabric.editor.blockquote2': string;
|
|
21
21
|
'fabric.editor.bold': string;
|
|
22
|
+
'fabric.editor.bug': string;
|
|
22
23
|
'fabric.editor.canNotSortTable': string;
|
|
23
24
|
'fabric.editor.cancelButton': string;
|
|
24
25
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -36,6 +37,7 @@ declare const _default: {
|
|
|
36
37
|
'fabric.editor.code': string;
|
|
37
38
|
'fabric.editor.codeblock': string;
|
|
38
39
|
'fabric.editor.codeblock.description': string;
|
|
40
|
+
'fabric.editor.collapseTable': string;
|
|
39
41
|
'fabric.editor.columns': string;
|
|
40
42
|
'fabric.editor.columns.description': string;
|
|
41
43
|
'fabric.editor.configFailedToLoad': string;
|
|
@@ -64,6 +66,7 @@ declare const _default: {
|
|
|
64
66
|
'fabric.editor.decision': string;
|
|
65
67
|
'fabric.editor.decision.description': string;
|
|
66
68
|
'fabric.editor.decisionPlaceholder': string;
|
|
69
|
+
'fabric.editor.defaultAltText': string;
|
|
67
70
|
'fabric.editor.displayBlock': string;
|
|
68
71
|
'fabric.editor.displayEmbed': string;
|
|
69
72
|
'fabric.editor.displayInline': string;
|
|
@@ -73,8 +76,11 @@ declare const _default: {
|
|
|
73
76
|
'fabric.editor.distributeColumns': string;
|
|
74
77
|
'fabric.editor.edit': string;
|
|
75
78
|
'fabric.editor.editAltText': string;
|
|
79
|
+
'fabric.editor.editDateText': string;
|
|
76
80
|
'fabric.editor.editLink': string;
|
|
77
81
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
|
+
'fabric.editor.editStatusColor': string;
|
|
83
|
+
'fabric.editor.editStatusText': string;
|
|
78
84
|
'fabric.editor.editorHelp': string;
|
|
79
85
|
'fabric.editor.elementBrowser.help': string;
|
|
80
86
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
@@ -95,6 +101,7 @@ declare const _default: {
|
|
|
95
101
|
'fabric.editor.emoji': string;
|
|
96
102
|
'fabric.editor.emoji.description': string;
|
|
97
103
|
'fabric.editor.emptyLink': string;
|
|
104
|
+
'fabric.editor.epic': string;
|
|
98
105
|
'fabric.editor.error': string;
|
|
99
106
|
'fabric.editor.errorPanel': string;
|
|
100
107
|
'fabric.editor.errorPanel.description': string;
|
|
@@ -110,6 +117,7 @@ declare const _default: {
|
|
|
110
117
|
'fabric.editor.findPrevious': string;
|
|
111
118
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
112
119
|
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
120
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
113
121
|
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
114
122
|
'fabric.editor.headerColumn': string;
|
|
115
123
|
'fabric.editor.headerRow': string;
|
|
@@ -134,6 +142,7 @@ declare const _default: {
|
|
|
134
142
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
135
143
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
136
144
|
'fabric.editor.image': string;
|
|
145
|
+
'fabric.editor.improvement': string;
|
|
137
146
|
'fabric.editor.info': string;
|
|
138
147
|
'fabric.editor.infoPanel': string;
|
|
139
148
|
'fabric.editor.infoPanel.description': string;
|
|
@@ -196,7 +205,9 @@ declare const _default: {
|
|
|
196
205
|
'fabric.editor.status': string;
|
|
197
206
|
'fabric.editor.status.description': string;
|
|
198
207
|
'fabric.editor.statusPlaceholder': string;
|
|
208
|
+
'fabric.editor.story': string;
|
|
199
209
|
'fabric.editor.strike': string;
|
|
210
|
+
'fabric.editor.subTask': string;
|
|
200
211
|
'fabric.editor.subscript': string;
|
|
201
212
|
'fabric.editor.success': string;
|
|
202
213
|
'fabric.editor.successPanel': string;
|
|
@@ -206,6 +217,9 @@ declare const _default: {
|
|
|
206
217
|
'fabric.editor.table': string;
|
|
207
218
|
'fabric.editor.table.description': string;
|
|
208
219
|
'fabric.editor.tableOptions': string;
|
|
220
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
221
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
|
+
'fabric.editor.task': string;
|
|
209
223
|
'fabric.editor.taskPlaceholder': string;
|
|
210
224
|
'fabric.editor.textColor': string;
|
|
211
225
|
'fabric.editor.textColor.lessColors': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.editor.blockquote.description': string;
|
|
20
20
|
'fabric.editor.blockquote2': string;
|
|
21
21
|
'fabric.editor.bold': string;
|
|
22
|
+
'fabric.editor.bug': string;
|
|
22
23
|
'fabric.editor.canNotSortTable': string;
|
|
23
24
|
'fabric.editor.cancelButton': string;
|
|
24
25
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -36,6 +37,7 @@ declare const _default: {
|
|
|
36
37
|
'fabric.editor.code': string;
|
|
37
38
|
'fabric.editor.codeblock': string;
|
|
38
39
|
'fabric.editor.codeblock.description': string;
|
|
40
|
+
'fabric.editor.collapseTable': string;
|
|
39
41
|
'fabric.editor.columns': string;
|
|
40
42
|
'fabric.editor.columns.description': string;
|
|
41
43
|
'fabric.editor.configFailedToLoad': string;
|
|
@@ -64,6 +66,7 @@ declare const _default: {
|
|
|
64
66
|
'fabric.editor.decision': string;
|
|
65
67
|
'fabric.editor.decision.description': string;
|
|
66
68
|
'fabric.editor.decisionPlaceholder': string;
|
|
69
|
+
'fabric.editor.defaultAltText': string;
|
|
67
70
|
'fabric.editor.displayBlock': string;
|
|
68
71
|
'fabric.editor.displayEmbed': string;
|
|
69
72
|
'fabric.editor.displayInline': string;
|
|
@@ -73,8 +76,11 @@ declare const _default: {
|
|
|
73
76
|
'fabric.editor.distributeColumns': string;
|
|
74
77
|
'fabric.editor.edit': string;
|
|
75
78
|
'fabric.editor.editAltText': string;
|
|
79
|
+
'fabric.editor.editDateText': string;
|
|
76
80
|
'fabric.editor.editLink': string;
|
|
77
81
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
|
+
'fabric.editor.editStatusColor': string;
|
|
83
|
+
'fabric.editor.editStatusText': string;
|
|
78
84
|
'fabric.editor.editorHelp': string;
|
|
79
85
|
'fabric.editor.elementBrowser.help': string;
|
|
80
86
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
@@ -95,6 +101,7 @@ declare const _default: {
|
|
|
95
101
|
'fabric.editor.emoji': string;
|
|
96
102
|
'fabric.editor.emoji.description': string;
|
|
97
103
|
'fabric.editor.emptyLink': string;
|
|
104
|
+
'fabric.editor.epic': string;
|
|
98
105
|
'fabric.editor.error': string;
|
|
99
106
|
'fabric.editor.errorPanel': string;
|
|
100
107
|
'fabric.editor.errorPanel.description': string;
|
|
@@ -109,6 +116,9 @@ declare const _default: {
|
|
|
109
116
|
'fabric.editor.findNext': string;
|
|
110
117
|
'fabric.editor.findPrevious': string;
|
|
111
118
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
119
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
120
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
121
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
112
122
|
'fabric.editor.headerColumn': string;
|
|
113
123
|
'fabric.editor.headerRow': string;
|
|
114
124
|
'fabric.editor.heading1': string;
|
|
@@ -132,6 +142,7 @@ declare const _default: {
|
|
|
132
142
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
133
143
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
134
144
|
'fabric.editor.image': string;
|
|
145
|
+
'fabric.editor.improvement': string;
|
|
135
146
|
'fabric.editor.info': string;
|
|
136
147
|
'fabric.editor.infoPanel': string;
|
|
137
148
|
'fabric.editor.infoPanel.description': string;
|
|
@@ -194,7 +205,9 @@ declare const _default: {
|
|
|
194
205
|
'fabric.editor.status': string;
|
|
195
206
|
'fabric.editor.status.description': string;
|
|
196
207
|
'fabric.editor.statusPlaceholder': string;
|
|
208
|
+
'fabric.editor.story': string;
|
|
197
209
|
'fabric.editor.strike': string;
|
|
210
|
+
'fabric.editor.subTask': string;
|
|
198
211
|
'fabric.editor.subscript': string;
|
|
199
212
|
'fabric.editor.success': string;
|
|
200
213
|
'fabric.editor.successPanel': string;
|
|
@@ -204,6 +217,9 @@ declare const _default: {
|
|
|
204
217
|
'fabric.editor.table': string;
|
|
205
218
|
'fabric.editor.table.description': string;
|
|
206
219
|
'fabric.editor.tableOptions': string;
|
|
220
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
221
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
|
+
'fabric.editor.task': string;
|
|
207
223
|
'fabric.editor.taskPlaceholder': string;
|
|
208
224
|
'fabric.editor.textColor': string;
|
|
209
225
|
'fabric.editor.textColor.lessColors': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.editor.blockquote.description': string;
|
|
20
20
|
'fabric.editor.blockquote2': string;
|
|
21
21
|
'fabric.editor.bold': string;
|
|
22
|
+
'fabric.editor.bug': string;
|
|
22
23
|
'fabric.editor.canNotSortTable': string;
|
|
23
24
|
'fabric.editor.cancelButton': string;
|
|
24
25
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -36,6 +37,7 @@ declare const _default: {
|
|
|
36
37
|
'fabric.editor.code': string;
|
|
37
38
|
'fabric.editor.codeblock': string;
|
|
38
39
|
'fabric.editor.codeblock.description': string;
|
|
40
|
+
'fabric.editor.collapseTable': string;
|
|
39
41
|
'fabric.editor.columns': string;
|
|
40
42
|
'fabric.editor.columns.description': string;
|
|
41
43
|
'fabric.editor.configFailedToLoad': string;
|
|
@@ -64,6 +66,7 @@ declare const _default: {
|
|
|
64
66
|
'fabric.editor.decision': string;
|
|
65
67
|
'fabric.editor.decision.description': string;
|
|
66
68
|
'fabric.editor.decisionPlaceholder': string;
|
|
69
|
+
'fabric.editor.defaultAltText': string;
|
|
67
70
|
'fabric.editor.displayBlock': string;
|
|
68
71
|
'fabric.editor.displayEmbed': string;
|
|
69
72
|
'fabric.editor.displayInline': string;
|
|
@@ -73,8 +76,11 @@ declare const _default: {
|
|
|
73
76
|
'fabric.editor.distributeColumns': string;
|
|
74
77
|
'fabric.editor.edit': string;
|
|
75
78
|
'fabric.editor.editAltText': string;
|
|
79
|
+
'fabric.editor.editDateText': string;
|
|
76
80
|
'fabric.editor.editLink': string;
|
|
77
81
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
|
+
'fabric.editor.editStatusColor': string;
|
|
83
|
+
'fabric.editor.editStatusText': string;
|
|
78
84
|
'fabric.editor.editorHelp': string;
|
|
79
85
|
'fabric.editor.elementBrowser.help': string;
|
|
80
86
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
@@ -95,6 +101,7 @@ declare const _default: {
|
|
|
95
101
|
'fabric.editor.emoji': string;
|
|
96
102
|
'fabric.editor.emoji.description': string;
|
|
97
103
|
'fabric.editor.emptyLink': string;
|
|
104
|
+
'fabric.editor.epic': string;
|
|
98
105
|
'fabric.editor.error': string;
|
|
99
106
|
'fabric.editor.errorPanel': string;
|
|
100
107
|
'fabric.editor.errorPanel.description': string;
|
|
@@ -135,6 +142,7 @@ declare const _default: {
|
|
|
135
142
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
136
143
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
137
144
|
'fabric.editor.image': string;
|
|
145
|
+
'fabric.editor.improvement': string;
|
|
138
146
|
'fabric.editor.info': string;
|
|
139
147
|
'fabric.editor.infoPanel': string;
|
|
140
148
|
'fabric.editor.infoPanel.description': string;
|
|
@@ -197,7 +205,9 @@ declare const _default: {
|
|
|
197
205
|
'fabric.editor.status': string;
|
|
198
206
|
'fabric.editor.status.description': string;
|
|
199
207
|
'fabric.editor.statusPlaceholder': string;
|
|
208
|
+
'fabric.editor.story': string;
|
|
200
209
|
'fabric.editor.strike': string;
|
|
210
|
+
'fabric.editor.subTask': string;
|
|
201
211
|
'fabric.editor.subscript': string;
|
|
202
212
|
'fabric.editor.success': string;
|
|
203
213
|
'fabric.editor.successPanel': string;
|
|
@@ -209,6 +219,7 @@ declare const _default: {
|
|
|
209
219
|
'fabric.editor.tableOptions': string;
|
|
210
220
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
211
221
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
|
+
'fabric.editor.task': string;
|
|
212
223
|
'fabric.editor.taskPlaceholder': string;
|
|
213
224
|
'fabric.editor.textColor': string;
|
|
214
225
|
'fabric.editor.textColor.lessColors': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.editor.blockquote.description': string;
|
|
20
20
|
'fabric.editor.blockquote2': string;
|
|
21
21
|
'fabric.editor.bold': string;
|
|
22
|
+
'fabric.editor.bug': string;
|
|
22
23
|
'fabric.editor.canNotSortTable': string;
|
|
23
24
|
'fabric.editor.cancelButton': string;
|
|
24
25
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -36,6 +37,7 @@ declare const _default: {
|
|
|
36
37
|
'fabric.editor.code': string;
|
|
37
38
|
'fabric.editor.codeblock': string;
|
|
38
39
|
'fabric.editor.codeblock.description': string;
|
|
40
|
+
'fabric.editor.collapseTable': string;
|
|
39
41
|
'fabric.editor.columns': string;
|
|
40
42
|
'fabric.editor.columns.description': string;
|
|
41
43
|
'fabric.editor.configFailedToLoad': string;
|
|
@@ -64,6 +66,7 @@ declare const _default: {
|
|
|
64
66
|
'fabric.editor.decision': string;
|
|
65
67
|
'fabric.editor.decision.description': string;
|
|
66
68
|
'fabric.editor.decisionPlaceholder': string;
|
|
69
|
+
'fabric.editor.defaultAltText': string;
|
|
67
70
|
'fabric.editor.displayBlock': string;
|
|
68
71
|
'fabric.editor.displayEmbed': string;
|
|
69
72
|
'fabric.editor.displayInline': string;
|
|
@@ -73,8 +76,11 @@ declare const _default: {
|
|
|
73
76
|
'fabric.editor.distributeColumns': string;
|
|
74
77
|
'fabric.editor.edit': string;
|
|
75
78
|
'fabric.editor.editAltText': string;
|
|
79
|
+
'fabric.editor.editDateText': string;
|
|
76
80
|
'fabric.editor.editLink': string;
|
|
77
81
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
|
+
'fabric.editor.editStatusColor': string;
|
|
83
|
+
'fabric.editor.editStatusText': string;
|
|
78
84
|
'fabric.editor.editorHelp': string;
|
|
79
85
|
'fabric.editor.elementBrowser.help': string;
|
|
80
86
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
@@ -95,6 +101,7 @@ declare const _default: {
|
|
|
95
101
|
'fabric.editor.emoji': string;
|
|
96
102
|
'fabric.editor.emoji.description': string;
|
|
97
103
|
'fabric.editor.emptyLink': string;
|
|
104
|
+
'fabric.editor.epic': string;
|
|
98
105
|
'fabric.editor.error': string;
|
|
99
106
|
'fabric.editor.errorPanel': string;
|
|
100
107
|
'fabric.editor.errorPanel.description': string;
|
|
@@ -109,6 +116,9 @@ declare const _default: {
|
|
|
109
116
|
'fabric.editor.findNext': string;
|
|
110
117
|
'fabric.editor.findPrevious': string;
|
|
111
118
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
119
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
120
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
121
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
112
122
|
'fabric.editor.headerColumn': string;
|
|
113
123
|
'fabric.editor.headerRow': string;
|
|
114
124
|
'fabric.editor.heading1': string;
|
|
@@ -132,6 +142,7 @@ declare const _default: {
|
|
|
132
142
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
133
143
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
134
144
|
'fabric.editor.image': string;
|
|
145
|
+
'fabric.editor.improvement': string;
|
|
135
146
|
'fabric.editor.info': string;
|
|
136
147
|
'fabric.editor.infoPanel': string;
|
|
137
148
|
'fabric.editor.infoPanel.description': string;
|
|
@@ -194,7 +205,9 @@ declare const _default: {
|
|
|
194
205
|
'fabric.editor.status': string;
|
|
195
206
|
'fabric.editor.status.description': string;
|
|
196
207
|
'fabric.editor.statusPlaceholder': string;
|
|
208
|
+
'fabric.editor.story': string;
|
|
197
209
|
'fabric.editor.strike': string;
|
|
210
|
+
'fabric.editor.subTask': string;
|
|
198
211
|
'fabric.editor.subscript': string;
|
|
199
212
|
'fabric.editor.success': string;
|
|
200
213
|
'fabric.editor.successPanel': string;
|
|
@@ -204,6 +217,9 @@ declare const _default: {
|
|
|
204
217
|
'fabric.editor.table': string;
|
|
205
218
|
'fabric.editor.table.description': string;
|
|
206
219
|
'fabric.editor.tableOptions': string;
|
|
220
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
221
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
|
+
'fabric.editor.task': string;
|
|
207
223
|
'fabric.editor.taskPlaceholder': string;
|
|
208
224
|
'fabric.editor.textColor': string;
|
|
209
225
|
'fabric.editor.textColor.lessColors': string;
|
|
@@ -19,6 +19,7 @@ declare const _default: {
|
|
|
19
19
|
'fabric.editor.blockquote.description': string;
|
|
20
20
|
'fabric.editor.blockquote2': string;
|
|
21
21
|
'fabric.editor.bold': string;
|
|
22
|
+
'fabric.editor.bug': string;
|
|
22
23
|
'fabric.editor.canNotSortTable': string;
|
|
23
24
|
'fabric.editor.cancelButton': string;
|
|
24
25
|
'fabric.editor.captionPlaceholder': string;
|
|
@@ -36,6 +37,7 @@ declare const _default: {
|
|
|
36
37
|
'fabric.editor.code': string;
|
|
37
38
|
'fabric.editor.codeblock': string;
|
|
38
39
|
'fabric.editor.codeblock.description': string;
|
|
40
|
+
'fabric.editor.collapseTable': string;
|
|
39
41
|
'fabric.editor.columns': string;
|
|
40
42
|
'fabric.editor.columns.description': string;
|
|
41
43
|
'fabric.editor.configFailedToLoad': string;
|
|
@@ -64,6 +66,7 @@ declare const _default: {
|
|
|
64
66
|
'fabric.editor.decision': string;
|
|
65
67
|
'fabric.editor.decision.description': string;
|
|
66
68
|
'fabric.editor.decisionPlaceholder': string;
|
|
69
|
+
'fabric.editor.defaultAltText': string;
|
|
67
70
|
'fabric.editor.displayBlock': string;
|
|
68
71
|
'fabric.editor.displayEmbed': string;
|
|
69
72
|
'fabric.editor.displayInline': string;
|
|
@@ -73,8 +76,11 @@ declare const _default: {
|
|
|
73
76
|
'fabric.editor.distributeColumns': string;
|
|
74
77
|
'fabric.editor.edit': string;
|
|
75
78
|
'fabric.editor.editAltText': string;
|
|
79
|
+
'fabric.editor.editDateText': string;
|
|
76
80
|
'fabric.editor.editLink': string;
|
|
77
81
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
|
+
'fabric.editor.editStatusColor': string;
|
|
83
|
+
'fabric.editor.editStatusText': string;
|
|
78
84
|
'fabric.editor.editorHelp': string;
|
|
79
85
|
'fabric.editor.elementBrowser.help': string;
|
|
80
86
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
@@ -95,6 +101,7 @@ declare const _default: {
|
|
|
95
101
|
'fabric.editor.emoji': string;
|
|
96
102
|
'fabric.editor.emoji.description': string;
|
|
97
103
|
'fabric.editor.emptyLink': string;
|
|
104
|
+
'fabric.editor.epic': string;
|
|
98
105
|
'fabric.editor.error': string;
|
|
99
106
|
'fabric.editor.errorPanel': string;
|
|
100
107
|
'fabric.editor.errorPanel.description': string;
|
|
@@ -109,6 +116,9 @@ declare const _default: {
|
|
|
109
116
|
'fabric.editor.findNext': string;
|
|
110
117
|
'fabric.editor.findPrevious': string;
|
|
111
118
|
'fabric.editor.findReplaceToolbarButton': string;
|
|
119
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
120
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
121
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
112
122
|
'fabric.editor.headerColumn': string;
|
|
113
123
|
'fabric.editor.headerRow': string;
|
|
114
124
|
'fabric.editor.heading1': string;
|
|
@@ -132,6 +142,7 @@ declare const _default: {
|
|
|
132
142
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
133
143
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
134
144
|
'fabric.editor.image': string;
|
|
145
|
+
'fabric.editor.improvement': string;
|
|
135
146
|
'fabric.editor.info': string;
|
|
136
147
|
'fabric.editor.infoPanel': string;
|
|
137
148
|
'fabric.editor.infoPanel.description': string;
|
|
@@ -194,7 +205,9 @@ declare const _default: {
|
|
|
194
205
|
'fabric.editor.status': string;
|
|
195
206
|
'fabric.editor.status.description': string;
|
|
196
207
|
'fabric.editor.statusPlaceholder': string;
|
|
208
|
+
'fabric.editor.story': string;
|
|
197
209
|
'fabric.editor.strike': string;
|
|
210
|
+
'fabric.editor.subTask': string;
|
|
198
211
|
'fabric.editor.subscript': string;
|
|
199
212
|
'fabric.editor.success': string;
|
|
200
213
|
'fabric.editor.successPanel': string;
|
|
@@ -204,6 +217,9 @@ declare const _default: {
|
|
|
204
217
|
'fabric.editor.table': string;
|
|
205
218
|
'fabric.editor.table.description': string;
|
|
206
219
|
'fabric.editor.tableOptions': string;
|
|
220
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
221
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
|
+
'fabric.editor.task': string;
|
|
207
223
|
'fabric.editor.taskPlaceholder': string;
|
|
208
224
|
'fabric.editor.textColor': string;
|
|
209
225
|
'fabric.editor.textColor.lessColors': string;
|
package/dist/types/messages.d.ts
CHANGED
|
@@ -85,7 +85,6 @@ export declare enum ACTION {
|
|
|
85
85
|
VIEWED = "viewed",
|
|
86
86
|
VISITED = "visited",
|
|
87
87
|
WITH_PLUGIN_STATE_CALLED = "withPluginStateCalled",
|
|
88
|
-
FIXED = "fixed",
|
|
89
88
|
RENDERED = "rendered",
|
|
90
89
|
ON_EDITOR_READY_CALLBACK = "onEditorReadyCallback",
|
|
91
90
|
ON_CHANGE_CALLBACK = "onChangeCalled",
|
|
@@ -116,7 +116,7 @@ declare type ButtonHelpAEP = ButtonAEP<ACTION_SUBJECT_ID.BUTTON_HELP, {
|
|
|
116
116
|
}>;
|
|
117
117
|
declare type ButtonFeedbackAEP = ButtonAEP<ACTION_SUBJECT_ID.BUTTON_FEEDBACK, undefined>;
|
|
118
118
|
declare type PickerEmojiAEP = PickerAEP<ACTION_SUBJECT_ID.PICKER_EMOJI, {
|
|
119
|
-
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.INSERT_MENU;
|
|
119
|
+
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.INSERT_MENU | INPUT_METHOD.KEYBOARD;
|
|
120
120
|
}>;
|
|
121
121
|
declare type PickerImageAEP = PickerAEP<ACTION_SUBJECT_ID.PICKER_CLOUD, {
|
|
122
122
|
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.QUICK_INSERT | INPUT_METHOD.INSERT_MENU;
|
|
@@ -49,9 +49,5 @@ declare type ListContentSanitizedAEP = TrackAEP<ACTION.NODE_CONTENT_SANITIZED, A
|
|
|
49
49
|
nodeSanitized: string;
|
|
50
50
|
marksRemoved: string[];
|
|
51
51
|
}, undefined>;
|
|
52
|
-
declare type
|
|
53
|
-
orderedListsJoined: number;
|
|
54
|
-
bulletListsJoined: number;
|
|
55
|
-
}, undefined>;
|
|
56
|
-
export declare type ListEventPayload = ListItemJoinedForwardAEP | ListItemJoinedBackwardsAEP | ListConvertedTrackAEP | ListIndentedAEP | ListOutdentedAEP | ListInsertedAEP | ListContentSanitizedAEP | ListFixedAEP;
|
|
52
|
+
export declare type ListEventPayload = ListItemJoinedForwardAEP | ListItemJoinedBackwardsAEP | ListConvertedTrackAEP | ListIndentedAEP | ListOutdentedAEP | ListInsertedAEP | ListContentSanitizedAEP;
|
|
57
53
|
export {};
|
|
@@ -2,6 +2,7 @@ import { TrackAEP } from './utils';
|
|
|
2
2
|
import { ACTION_SUBJECT, INPUT_METHOD, ACTION, ACTION_SUBJECT_ID } from './enums';
|
|
3
3
|
import { PanelType } from '@atlaskit/adf-schema';
|
|
4
4
|
export declare enum LAYOUT_TYPE {
|
|
5
|
+
SINGLE_COL = "singleColumn",
|
|
5
6
|
TWO_COLS_EQUAL = "twoColumnsEqual",
|
|
6
7
|
THREE_COLS_EQUAL = "threeColumnsEqual",
|
|
7
8
|
LEFT_SIDEBAR = "twoColumnsLeftSidebar",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { AvatarProps } from '@atlaskit/avatar-group';
|
|
2
2
|
import { CollabParticipant } from '../types';
|
|
3
|
-
declare const _default: (participant: CollabParticipant) => AvatarProps
|
|
3
|
+
declare const _default: import("memoize-one").MemoizedFn<(participant: CollabParticipant) => AvatarProps>;
|
|
4
4
|
export default _default;
|
|
@@ -28,8 +28,8 @@ export default class ExtensionComponent extends Component<Props, State> {
|
|
|
28
28
|
componentDidUpdate(): void;
|
|
29
29
|
componentWillUnmount(): void;
|
|
30
30
|
UNSAFE_componentWillReceiveProps(nextProps: Props): void;
|
|
31
|
-
getNodeRenderer: typeof getNodeRenderer
|
|
32
|
-
getExtensionModuleNodePrivateProps: typeof getExtensionModuleNodePrivateProps
|
|
31
|
+
getNodeRenderer: import("memoize-one").MemoizedFn<typeof getNodeRenderer>;
|
|
32
|
+
getExtensionModuleNodePrivateProps: import("memoize-one").MemoizedFn<typeof getExtensionModuleNodePrivateProps>;
|
|
33
33
|
render(): JSX.Element | null;
|
|
34
34
|
private setStateFromPromise;
|
|
35
35
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function EditorRemoveEmojiIcon(): JSX.Element;
|
|
@@ -36,4 +36,4 @@ export interface CreateItemsConfig {
|
|
|
36
36
|
export interface BlockMenuItem extends MenuItem {
|
|
37
37
|
title: JSX.Element | null;
|
|
38
38
|
}
|
|
39
|
-
export declare const createItems: (config: CreateItemsConfig) => readonly [BlockMenuItem[], BlockMenuItem[]]
|
|
39
|
+
export declare const createItems: import("memoize-one").MemoizedFn<(config: CreateItemsConfig) => readonly [BlockMenuItem[], BlockMenuItem[]]>;
|
|
@@ -3,6 +3,7 @@ import { Command } from '../../types/command';
|
|
|
3
3
|
import { EditorState, Transaction } from 'prosemirror-state';
|
|
4
4
|
import { Change, PresetLayout } from './types';
|
|
5
5
|
import { TOOLBAR_MENU_TYPE } from '../insert-block/ui/ToolbarInsertBlock/types';
|
|
6
|
+
export declare const ONE_COL_LAYOUTS: PresetLayout[];
|
|
6
7
|
export declare const TWO_COL_LAYOUTS: PresetLayout[];
|
|
7
8
|
export declare const THREE_COL_LAYOUTS: PresetLayout[];
|
|
8
9
|
/**
|
|
@@ -2,4 +2,4 @@ import { InjectedIntl } from 'react-intl';
|
|
|
2
2
|
import { EditorState } from 'prosemirror-state';
|
|
3
3
|
import { FloatingToolbarConfig } from '../../plugins/floating-toolbar/types';
|
|
4
4
|
export declare const layoutToolbarTitle = "Layout floating controls";
|
|
5
|
-
export declare const buildToolbar: (state: EditorState, intl: InjectedIntl, pos: number, _allowBreakout: boolean, addSidebarLayouts: boolean) => FloatingToolbarConfig | undefined;
|
|
5
|
+
export declare const buildToolbar: (state: EditorState, intl: InjectedIntl, pos: number, _allowBreakout: boolean, addSidebarLayouts: boolean, allowSingleColumnLayout: boolean) => FloatingToolbarConfig | undefined;
|
|
@@ -3,8 +3,9 @@ import { LongPressSelectionPluginOptions } from '../selection/types';
|
|
|
3
3
|
export interface LayoutPluginOptions extends LongPressSelectionPluginOptions {
|
|
4
4
|
allowBreakout?: boolean;
|
|
5
5
|
UNSAFE_addSidebarLayouts?: boolean;
|
|
6
|
+
UNSAFE_allowSingleColumnLayout?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export declare type PresetLayout = 'two_equal' | 'three_equal' | 'two_right_sidebar' | 'two_left_sidebar' | 'three_with_sidebars';
|
|
8
|
+
export declare type PresetLayout = 'single' | 'two_equal' | 'three_equal' | 'two_right_sidebar' | 'two_left_sidebar' | 'three_with_sidebars';
|
|
8
9
|
export interface Change {
|
|
9
10
|
from: number;
|
|
10
11
|
to: number;
|
|
@@ -6,7 +6,7 @@ import { ContextIdentifierProvider } from '@atlaskit/editor-common';
|
|
|
6
6
|
export declare const buildAnalyticsPayload: (actionSubject: string, action: string, eventType: EventType, sessionId: string, otherAttributes?: {}) => GasPayload;
|
|
7
7
|
export declare const buildTypeAheadCancelPayload: (duration: number, upKeyCount: number, downKeyCount: number, sessionId: string, query?: string | undefined) => GasPayload;
|
|
8
8
|
export declare const buildTypeAheadInviteItemViewedPayload: (sessionId: string, contextIdentifierProvider?: ContextIdentifierProvider | undefined, userRole?: "admin" | "trusted" | "basic" | undefined) => GasPayload;
|
|
9
|
-
export declare const buildTypeAheadInviteExposurePayload: (
|
|
9
|
+
export declare const buildTypeAheadInviteExposurePayload: (sessionId: string, contextIdentifierProvider?: ContextIdentifierProvider | undefined, inviteExperimentCohort?: "control" | "variation" | "not-enrolled" | undefined, userRole?: "admin" | "trusted" | "basic" | undefined) => GasPayload;
|
|
10
10
|
export declare const buildTypeAheadInviteItemClickedPayload: (duration: number, upKeyCount: number, downKeyCount: number, sessionId: string, insertType: SelectItemMode, query?: string | undefined, contextIdentifierProvider?: ContextIdentifierProvider | undefined, userRole?: "admin" | "trusted" | "basic" | undefined) => GasPayload;
|
|
11
11
|
export declare const buildTypeAheadInsertedPayload: (duration: number, upKeyCount: number, downKeyCount: number, sessionId: string, insertType: SelectItemMode, mention: MentionDescription, mentionList?: MentionDescription[] | undefined, query?: string | undefined, contextIdentifierProvider?: ContextIdentifierProvider | undefined) => GasPayload;
|
|
12
12
|
export declare const buildTypeAheadRenderedPayload: (duration: number, userIds: Array<string> | null, query: string, teams: TeamInfoAttrAnalytics[] | null) => GasPayload;
|
|
@@ -7,4 +7,4 @@ export type { QuickInsertHandler, QuickInsertPluginState, QuickInsertPluginOptio
|
|
|
7
7
|
export { pluginKey };
|
|
8
8
|
declare const quickInsertPlugin: (options?: QuickInsertPluginOptions | undefined) => EditorPlugin;
|
|
9
9
|
export default quickInsertPlugin;
|
|
10
|
-
export declare const memoProcessItems: (items: Array<QuickInsertHandler>, intl: InjectedIntl, extendedActions?: Record<string, Function> | undefined) => QuickInsertItem[]
|
|
10
|
+
export declare const memoProcessItems: import("memoize-one").MemoizedFn<(items: Array<QuickInsertHandler>, intl: InjectedIntl, extendedActions?: Record<string, Function> | undefined) => QuickInsertItem[]>;
|
|
@@ -13,7 +13,7 @@ export default class TableCellNodeView implements NodeView {
|
|
|
13
13
|
observer?: ResizeObserver;
|
|
14
14
|
mouseMoveOptimization?: boolean;
|
|
15
15
|
constructor(node: Node, view: EditorView, getPos: any, observer?: ResizeObserver);
|
|
16
|
-
|
|
16
|
+
private updateNodeView;
|
|
17
17
|
update(node: Node): boolean;
|
|
18
18
|
destroy(): void;
|
|
19
19
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Node as PMNode } from 'prosemirror-model';
|
|
2
2
|
import { Rect } from '@atlaskit/editor-tables/table-map';
|
|
3
|
+
import { TableLayout } from '@atlaskit/adf-schema';
|
|
3
4
|
import { ResizeState, ResizeStateWithAnalytics } from './types';
|
|
4
5
|
import { EditorState } from 'prosemirror-state';
|
|
5
6
|
export declare const getResizeState: ({ minWidth, maxSize, table, tableRef, start, domAtPos, }: {
|
|
@@ -20,6 +21,7 @@ export declare const evenAllColumnsWidths: (resizeState: ResizeState) => ResizeS
|
|
|
20
21
|
export declare const evenSelectedColumnsWidths: (resizeState: ResizeState, rect: Rect) => ResizeState;
|
|
21
22
|
export declare const bulkColumnsResize: (resizeState: ResizeState, columnsIndexes: number[], sourceColumnIndex: number) => ResizeState;
|
|
22
23
|
export declare const areColumnsEven: (resizeState: ResizeState) => boolean;
|
|
24
|
+
export declare const normaliseTableLayout: (input: string | undefined | null) => TableLayout;
|
|
23
25
|
export declare const getNewResizeStateFromSelectedColumns: (rect: Rect, state: EditorState, domAtPos: (pos: number) => {
|
|
24
26
|
node: Node;
|
|
25
27
|
offset: number;
|