@atlaskit/editor-core 188.13.5 → 188.13.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/i18n/cs.js +0 -6
- package/dist/cjs/i18n/da.js +0 -6
- package/dist/cjs/i18n/de.js +0 -6
- package/dist/cjs/i18n/en.js +0 -6
- package/dist/cjs/i18n/en_GB.js +0 -6
- package/dist/cjs/i18n/en_ZZ.js +0 -6
- package/dist/cjs/i18n/es.js +0 -6
- package/dist/cjs/i18n/fi.js +0 -6
- package/dist/cjs/i18n/fr.js +0 -6
- package/dist/cjs/i18n/hu.js +0 -6
- package/dist/cjs/i18n/it.js +0 -6
- package/dist/cjs/i18n/ja.js +0 -6
- package/dist/cjs/i18n/ko.js +0 -6
- package/dist/cjs/i18n/nb.js +0 -6
- package/dist/cjs/i18n/nl.js +0 -6
- package/dist/cjs/i18n/pl.js +0 -6
- package/dist/cjs/i18n/pt_BR.js +0 -6
- package/dist/cjs/i18n/ru.js +0 -6
- package/dist/cjs/i18n/sv.js +0 -6
- package/dist/cjs/i18n/th.js +0 -6
- package/dist/cjs/i18n/tr.js +0 -6
- package/dist/cjs/i18n/uk.js +0 -6
- package/dist/cjs/i18n/vi.js +0 -6
- package/dist/cjs/i18n/zh.js +0 -6
- package/dist/cjs/i18n/zh_TW.js +0 -6
- package/dist/cjs/plugins/expand/commands.js +84 -72
- package/dist/cjs/plugins/expand/index.js +10 -5
- package/dist/cjs/plugins/expand/nodeviews/index.js +8 -5
- package/dist/cjs/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/cjs/plugins/expand/toolbar.js +6 -2
- package/dist/cjs/plugins/feedback-dialog/index.js +7 -4
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +37 -32
- package/dist/cjs/plugins/tasks-and-decisions/commands.js +95 -89
- package/dist/cjs/plugins/tasks-and-decisions/index.js +10 -5
- package/dist/cjs/plugins/tasks-and-decisions/pm-plugins/input-rules.js +41 -38
- package/dist/cjs/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/cjs/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +9 -6
- package/dist/cjs/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +9 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +0 -6
- package/dist/es2019/i18n/da.js +0 -6
- package/dist/es2019/i18n/de.js +0 -6
- package/dist/es2019/i18n/en.js +0 -6
- package/dist/es2019/i18n/en_GB.js +0 -6
- package/dist/es2019/i18n/en_ZZ.js +0 -6
- package/dist/es2019/i18n/es.js +0 -6
- package/dist/es2019/i18n/fi.js +0 -6
- package/dist/es2019/i18n/fr.js +0 -6
- package/dist/es2019/i18n/hu.js +0 -6
- package/dist/es2019/i18n/it.js +0 -6
- package/dist/es2019/i18n/ja.js +0 -6
- package/dist/es2019/i18n/ko.js +0 -6
- package/dist/es2019/i18n/nb.js +0 -6
- package/dist/es2019/i18n/nl.js +0 -6
- package/dist/es2019/i18n/pl.js +0 -6
- package/dist/es2019/i18n/pt_BR.js +0 -6
- package/dist/es2019/i18n/ru.js +0 -6
- package/dist/es2019/i18n/sv.js +0 -6
- package/dist/es2019/i18n/th.js +0 -6
- package/dist/es2019/i18n/tr.js +0 -6
- package/dist/es2019/i18n/uk.js +0 -6
- package/dist/es2019/i18n/vi.js +0 -6
- package/dist/es2019/i18n/zh.js +0 -6
- package/dist/es2019/i18n/zh_TW.js +0 -6
- package/dist/es2019/plugins/expand/commands.js +17 -9
- package/dist/es2019/plugins/expand/index.js +11 -6
- package/dist/es2019/plugins/expand/nodeviews/index.js +8 -5
- package/dist/es2019/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/es2019/plugins/expand/toolbar.js +7 -2
- package/dist/es2019/plugins/feedback-dialog/index.js +7 -4
- package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +14 -10
- package/dist/es2019/plugins/tasks-and-decisions/commands.js +7 -7
- package/dist/es2019/plugins/tasks-and-decisions/index.js +12 -5
- package/dist/es2019/plugins/tasks-and-decisions/pm-plugins/input-rules.js +8 -8
- package/dist/es2019/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/es2019/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +4 -2
- package/dist/es2019/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +4 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +0 -6
- package/dist/esm/i18n/da.js +0 -6
- package/dist/esm/i18n/de.js +0 -6
- package/dist/esm/i18n/en.js +0 -6
- package/dist/esm/i18n/en_GB.js +0 -6
- package/dist/esm/i18n/en_ZZ.js +0 -6
- package/dist/esm/i18n/es.js +0 -6
- package/dist/esm/i18n/fi.js +0 -6
- package/dist/esm/i18n/fr.js +0 -6
- package/dist/esm/i18n/hu.js +0 -6
- package/dist/esm/i18n/it.js +0 -6
- package/dist/esm/i18n/ja.js +0 -6
- package/dist/esm/i18n/ko.js +0 -6
- package/dist/esm/i18n/nb.js +0 -6
- package/dist/esm/i18n/nl.js +0 -6
- package/dist/esm/i18n/pl.js +0 -6
- package/dist/esm/i18n/pt_BR.js +0 -6
- package/dist/esm/i18n/ru.js +0 -6
- package/dist/esm/i18n/sv.js +0 -6
- package/dist/esm/i18n/th.js +0 -6
- package/dist/esm/i18n/tr.js +0 -6
- package/dist/esm/i18n/uk.js +0 -6
- package/dist/esm/i18n/vi.js +0 -6
- package/dist/esm/i18n/zh.js +0 -6
- package/dist/esm/i18n/zh_TW.js +0 -6
- package/dist/esm/plugins/expand/commands.js +84 -72
- package/dist/esm/plugins/expand/index.js +11 -6
- package/dist/esm/plugins/expand/nodeviews/index.js +8 -5
- package/dist/esm/plugins/expand/pm-plugins/keymap.js +2 -1
- package/dist/esm/plugins/expand/toolbar.js +6 -2
- package/dist/esm/plugins/feedback-dialog/index.js +7 -4
- package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +37 -32
- package/dist/esm/plugins/tasks-and-decisions/commands.js +95 -89
- package/dist/esm/plugins/tasks-and-decisions/index.js +10 -5
- package/dist/esm/plugins/tasks-and-decisions/pm-plugins/input-rules.js +40 -36
- package/dist/esm/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -1
- package/dist/esm/plugins/tasks-and-decisions/ui/ToolbarDecision/index.js +9 -6
- package/dist/esm/plugins/tasks-and-decisions/ui/ToolbarTask/index.js +9 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +0 -6
- package/dist/types/i18n/da.d.ts +0 -6
- package/dist/types/i18n/de.d.ts +0 -6
- package/dist/types/i18n/en.d.ts +0 -6
- package/dist/types/i18n/en_GB.d.ts +0 -6
- package/dist/types/i18n/en_ZZ.d.ts +0 -6
- package/dist/types/i18n/es.d.ts +0 -6
- package/dist/types/i18n/fi.d.ts +0 -6
- package/dist/types/i18n/fr.d.ts +0 -6
- package/dist/types/i18n/hu.d.ts +0 -6
- package/dist/types/i18n/it.d.ts +0 -6
- package/dist/types/i18n/ja.d.ts +0 -6
- package/dist/types/i18n/ko.d.ts +0 -6
- package/dist/types/i18n/nb.d.ts +0 -6
- package/dist/types/i18n/nl.d.ts +0 -6
- package/dist/types/i18n/pl.d.ts +0 -6
- package/dist/types/i18n/pt_BR.d.ts +0 -6
- package/dist/types/i18n/ru.d.ts +0 -6
- package/dist/types/i18n/sv.d.ts +0 -6
- package/dist/types/i18n/th.d.ts +0 -6
- package/dist/types/i18n/tr.d.ts +0 -6
- package/dist/types/i18n/uk.d.ts +0 -6
- package/dist/types/i18n/vi.d.ts +0 -6
- package/dist/types/i18n/zh.d.ts +0 -6
- package/dist/types/i18n/zh_TW.d.ts +0 -6
- package/dist/types/plugins/code-block/index.d.ts +2 -2
- package/dist/types/plugins/expand/commands.d.ts +6 -5
- package/dist/types/plugins/expand/index.d.ts +12 -5
- package/dist/types/plugins/expand/toolbar.d.ts +3 -3
- package/dist/types/plugins/feedback-dialog/index.d.ts +5 -2
- package/dist/types/plugins/insert-block/types.d.ts +13 -11
- package/dist/types/plugins/tasks-and-decisions/commands.d.ts +5 -4
- package/dist/types/plugins/tasks-and-decisions/pm-plugins/input-rules.d.ts +2 -1
- package/dist/types/plugins/tasks-and-decisions/ui/ToolbarDecision/index.d.ts +3 -0
- package/dist/types/plugins/tasks-and-decisions/ui/ToolbarTask/index.d.ts +3 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -6
- package/dist/types-ts4.5/i18n/da.d.ts +0 -6
- package/dist/types-ts4.5/i18n/de.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -6
- package/dist/types-ts4.5/i18n/es.d.ts +0 -6
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -6
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -6
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -6
- package/dist/types-ts4.5/i18n/it.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -6
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -6
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -6
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -6
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -6
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -6
- package/dist/types-ts4.5/i18n/th.d.ts +0 -6
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -6
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -6
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -6
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -6
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -6
- package/dist/types-ts4.5/plugins/code-block/index.d.ts +2 -2
- package/dist/types-ts4.5/plugins/expand/commands.d.ts +6 -5
- package/dist/types-ts4.5/plugins/expand/index.d.ts +12 -5
- package/dist/types-ts4.5/plugins/expand/toolbar.d.ts +3 -3
- package/dist/types-ts4.5/plugins/feedback-dialog/index.d.ts +7 -2
- package/dist/types-ts4.5/plugins/insert-block/types.d.ts +13 -11
- package/dist/types-ts4.5/plugins/tasks-and-decisions/commands.d.ts +5 -4
- package/dist/types-ts4.5/plugins/tasks-and-decisions/pm-plugins/input-rules.d.ts +2 -1
- package/dist/types-ts4.5/plugins/tasks-and-decisions/ui/ToolbarDecision/index.d.ts +3 -0
- package/dist/types-ts4.5/plugins/tasks-and-decisions/ui/ToolbarTask/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -31,7 +31,6 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
32
|
'fabric.editor.decisionPlaceholder': string;
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
|
-
'fabric.editor.editDateText': string;
|
|
35
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
36
35
|
'fabric.editor.editors': string;
|
|
37
36
|
'fabric.editor.error': string;
|
|
@@ -48,13 +47,8 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
49
48
|
'fabric.editor.indent': string;
|
|
50
49
|
'fabric.editor.info': string;
|
|
51
|
-
'fabric.editor.invalidDateError': string;
|
|
52
|
-
'fabric.editor.inviteItem.title': string;
|
|
53
50
|
'fabric.editor.leftSidebar': string;
|
|
54
51
|
'fabric.editor.matchCase': string;
|
|
55
|
-
'fabric.editor.mentionNode.label': string;
|
|
56
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
57
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
58
52
|
'fabric.editor.noResultsFound': string;
|
|
59
53
|
'fabric.editor.note': string;
|
|
60
54
|
'fabric.editor.outdent': string;
|
|
@@ -31,7 +31,6 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
32
|
'fabric.editor.decisionPlaceholder': string;
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
|
-
'fabric.editor.editDateText': string;
|
|
35
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
36
35
|
'fabric.editor.editors': string;
|
|
37
36
|
'fabric.editor.error': string;
|
|
@@ -48,13 +47,8 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
49
48
|
'fabric.editor.indent': string;
|
|
50
49
|
'fabric.editor.info': string;
|
|
51
|
-
'fabric.editor.invalidDateError': string;
|
|
52
|
-
'fabric.editor.inviteItem.title': string;
|
|
53
50
|
'fabric.editor.leftSidebar': string;
|
|
54
51
|
'fabric.editor.matchCase': string;
|
|
55
|
-
'fabric.editor.mentionNode.label': string;
|
|
56
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
57
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
58
52
|
'fabric.editor.noResultsFound': string;
|
|
59
53
|
'fabric.editor.note': string;
|
|
60
54
|
'fabric.editor.outdent': string;
|
|
@@ -31,7 +31,6 @@ declare const _default: {
|
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
32
|
'fabric.editor.decisionPlaceholder': string;
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
|
-
'fabric.editor.editDateText': string;
|
|
35
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
36
35
|
'fabric.editor.editors': string;
|
|
37
36
|
'fabric.editor.error': string;
|
|
@@ -48,13 +47,8 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
49
48
|
'fabric.editor.indent': string;
|
|
50
49
|
'fabric.editor.info': string;
|
|
51
|
-
'fabric.editor.invalidDateError': string;
|
|
52
|
-
'fabric.editor.inviteItem.title': string;
|
|
53
50
|
'fabric.editor.leftSidebar': string;
|
|
54
51
|
'fabric.editor.matchCase': string;
|
|
55
|
-
'fabric.editor.mentionNode.label': string;
|
|
56
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
57
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
58
52
|
'fabric.editor.noResultsFound': string;
|
|
59
53
|
'fabric.editor.note': string;
|
|
60
54
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
|
@@ -30,7 +30,6 @@ declare const _default: {
|
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
31
|
'fabric.editor.decisionPlaceholder': string;
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
|
-
'fabric.editor.editDateText': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
36
35
|
'fabric.editor.error': string;
|
|
@@ -46,13 +45,8 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
47
|
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.invalidDateError': string;
|
|
50
|
-
'fabric.editor.inviteItem.title': string;
|
|
51
48
|
'fabric.editor.leftSidebar': string;
|
|
52
49
|
'fabric.editor.matchCase': string;
|
|
53
|
-
'fabric.editor.mentionNode.label': string;
|
|
54
|
-
'fabric.editor.mentionsAddLabel': string;
|
|
55
|
-
'fabric.editor.mentionsIconLabel': string;
|
|
56
50
|
'fabric.editor.noResultsFound': string;
|
|
57
51
|
'fabric.editor.note': string;
|
|
58
52
|
'fabric.editor.outdent': string;
|
|
@@ -4,7 +4,7 @@ import type { CodeBlockOptions } from './types';
|
|
|
4
4
|
import type { decorationsPlugin } from '@atlaskit/editor-plugin-decorations';
|
|
5
5
|
import type { analyticsPlugin } from '@atlaskit/editor-plugin-analytics';
|
|
6
6
|
import type { compositionPlugin } from '@atlaskit/editor-plugin-composition';
|
|
7
|
-
|
|
7
|
+
export type CodeBlockPlugin = NextEditorPlugin<'codeBlock', {
|
|
8
8
|
pluginConfiguration: CodeBlockOptions;
|
|
9
9
|
dependencies: [
|
|
10
10
|
typeof decorationsPlugin,
|
|
@@ -15,5 +15,5 @@ declare const codeBlockPlugin: NextEditorPlugin<'codeBlock', {
|
|
|
15
15
|
insertCodeBlock: (inputMethod: INPUT_METHOD) => Command;
|
|
16
16
|
};
|
|
17
17
|
}>;
|
|
18
|
+
declare const codeBlockPlugin: CodeBlockPlugin;
|
|
18
19
|
export default codeBlockPlugin;
|
|
19
|
-
export type CodeBlockPlugin = typeof codeBlockPlugin;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import type { EditorState } from '@atlaskit/editor-prosemirror/state';
|
|
2
2
|
import type { Node as PMNode, NodeType } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
import type { Command } from '
|
|
3
|
+
import type { Command } from '@atlaskit/editor-common/types';
|
|
4
|
+
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
4
5
|
export declare const setExpandRef: (ref?: HTMLDivElement | null) => Command;
|
|
5
|
-
export declare const deleteExpandAtPos: (expandNodePos: number, expandNode: PMNode) => Command;
|
|
6
|
-
export declare const deleteExpand: () => Command;
|
|
6
|
+
export declare const deleteExpandAtPos: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (expandNodePos: number, expandNode: PMNode) => Command;
|
|
7
|
+
export declare const deleteExpand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => Command;
|
|
7
8
|
export declare const updateExpandTitle: (title: string, pos: number, nodeType: NodeType) => Command;
|
|
8
|
-
export declare const toggleExpandExpanded: (pos: number, nodeType: NodeType) => Command;
|
|
9
|
+
export declare const toggleExpandExpanded: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (pos: number, nodeType: NodeType) => Command;
|
|
9
10
|
export declare const createExpandNode: (state: EditorState) => PMNode | null;
|
|
10
|
-
export declare const insertExpand: Command;
|
|
11
|
+
export declare const insertExpand: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => Command;
|
|
11
12
|
export declare const focusTitle: (pos: number) => Command;
|
|
12
13
|
export declare const setSelectionInsideExpand: (expandPos: number) => Command;
|
|
@@ -1,20 +1,27 @@
|
|
|
1
1
|
import type { NextEditorPlugin, EditorProps } from '../../types';
|
|
2
|
-
import
|
|
2
|
+
import { insertExpand } from './commands';
|
|
3
|
+
import type { LongPressSelectionPluginOptions, OptionalPlugin } from '@atlaskit/editor-common/types';
|
|
4
|
+
import type { AnalyticsPlugin } from '@atlaskit/editor-plugin-analytics';
|
|
3
5
|
import type { FeatureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
|
|
4
|
-
import type {
|
|
6
|
+
import type { DecorationsPlugin } from '@atlaskit/editor-plugin-decorations';
|
|
5
7
|
import type { SelectionPlugin } from '@atlaskit/editor-plugin-selection';
|
|
6
8
|
interface ExpandPluginOptions extends LongPressSelectionPluginOptions {
|
|
7
9
|
allowInsertion?: boolean;
|
|
8
10
|
appearance?: EditorProps['appearance'];
|
|
9
11
|
}
|
|
10
|
-
|
|
12
|
+
export type ExpandPlugin = NextEditorPlugin<'expand', {
|
|
11
13
|
pluginConfiguration: ExpandPluginOptions | undefined;
|
|
12
14
|
dependencies: [
|
|
13
15
|
FeatureFlagsPlugin,
|
|
14
|
-
|
|
15
|
-
SelectionPlugin
|
|
16
|
+
DecorationsPlugin,
|
|
17
|
+
SelectionPlugin,
|
|
18
|
+
OptionalPlugin<AnalyticsPlugin>
|
|
16
19
|
];
|
|
20
|
+
actions: {
|
|
21
|
+
insertExpand: ReturnType<typeof insertExpand>;
|
|
22
|
+
};
|
|
17
23
|
}>;
|
|
24
|
+
declare const expandPlugin: ExpandPlugin;
|
|
18
25
|
interface ExpandEditorProps {
|
|
19
26
|
allowExpand?: EditorProps['allowExpand'];
|
|
20
27
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FloatingToolbarHandler } from '@atlaskit/editor-common/types';
|
|
2
|
-
import type {
|
|
3
|
-
export declare const getToolbarConfig: (
|
|
1
|
+
import type { FloatingToolbarHandler, ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
|
2
|
+
import type { ExpandPlugin } from '.';
|
|
3
|
+
export declare const getToolbarConfig: (api: ExtractInjectionAPI<ExpandPlugin> | undefined) => FloatingToolbarHandler;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import type { FeedbackInfo } from '../../types';
|
|
2
|
-
import type { NextEditorPlugin } from '@atlaskit/editor-common/types';
|
|
2
|
+
import type { NextEditorPlugin, OptionalPlugin } from '@atlaskit/editor-common/types';
|
|
3
|
+
import type { AnalyticsPlugin } from '@atlaskit/editor-plugin-analytics';
|
|
3
4
|
export declare const openFeedbackDialog: (feedbackInfo?: FeedbackInfo) => Promise<unknown>;
|
|
4
|
-
|
|
5
|
+
export type FeedbackDialogPlugin = NextEditorPlugin<'feedbackDialog', {
|
|
5
6
|
pluginConfiguration: FeedbackInfo;
|
|
7
|
+
dependencies: [OptionalPlugin<AnalyticsPlugin>];
|
|
6
8
|
}>;
|
|
9
|
+
declare const feedbackDialog: FeedbackDialogPlugin;
|
|
7
10
|
export default feedbackDialog;
|