@atlaskit/editor-core 189.3.9 → 189.3.11
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 +14 -0
- package/build/tsconfig.json +2 -1
- package/dist/cjs/i18n/cs.js +1 -17
- package/dist/cjs/i18n/da.js +1 -17
- package/dist/cjs/i18n/de.js +1 -17
- package/dist/cjs/i18n/en.js +1 -17
- package/dist/cjs/i18n/en_GB.js +1 -17
- package/dist/cjs/i18n/en_ZZ.js +1 -17
- package/dist/cjs/i18n/es.js +1 -17
- package/dist/cjs/i18n/fi.js +1 -17
- package/dist/cjs/i18n/fr.js +1 -17
- package/dist/cjs/i18n/hu.js +1 -17
- package/dist/cjs/i18n/it.js +1 -17
- package/dist/cjs/i18n/ja.js +1 -17
- package/dist/cjs/i18n/ko.js +1 -17
- package/dist/cjs/i18n/nb.js +1 -17
- package/dist/cjs/i18n/nl.js +1 -17
- package/dist/cjs/i18n/pl.js +1 -17
- package/dist/cjs/i18n/pt_BR.js +1 -17
- package/dist/cjs/i18n/ru.js +1 -17
- package/dist/cjs/i18n/sv.js +1 -17
- package/dist/cjs/i18n/th.js +1 -17
- package/dist/cjs/i18n/tr.js +1 -17
- package/dist/cjs/i18n/uk.js +1 -17
- package/dist/cjs/i18n/vi.js +1 -17
- package/dist/cjs/i18n/zh.js +1 -17
- package/dist/cjs/i18n/zh_TW.js +1 -17
- package/dist/cjs/plugins/extension/actions.js +135 -126
- package/dist/cjs/plugins/extension/extension-api.js +11 -9
- package/dist/cjs/plugins/extension/index.js +6 -4
- package/dist/cjs/plugins/extension/toolbar.js +5 -4
- package/dist/cjs/plugins/insert-block/index.js +2 -2
- package/dist/cjs/plugins/macro/actions.js +94 -93
- package/dist/cjs/ui/ErrorBoundary/index.js +0 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +1 -17
- package/dist/es2019/i18n/da.js +1 -17
- package/dist/es2019/i18n/de.js +1 -17
- package/dist/es2019/i18n/en.js +1 -17
- package/dist/es2019/i18n/en_GB.js +1 -17
- package/dist/es2019/i18n/en_ZZ.js +1 -17
- package/dist/es2019/i18n/es.js +1 -17
- package/dist/es2019/i18n/fi.js +1 -17
- package/dist/es2019/i18n/fr.js +1 -17
- package/dist/es2019/i18n/hu.js +1 -17
- package/dist/es2019/i18n/it.js +1 -17
- package/dist/es2019/i18n/ja.js +1 -17
- package/dist/es2019/i18n/ko.js +1 -17
- package/dist/es2019/i18n/nb.js +1 -17
- package/dist/es2019/i18n/nl.js +1 -17
- package/dist/es2019/i18n/pl.js +1 -17
- package/dist/es2019/i18n/pt_BR.js +1 -17
- package/dist/es2019/i18n/ru.js +1 -17
- package/dist/es2019/i18n/sv.js +1 -17
- package/dist/es2019/i18n/th.js +1 -17
- package/dist/es2019/i18n/tr.js +1 -17
- package/dist/es2019/i18n/uk.js +1 -17
- package/dist/es2019/i18n/vi.js +1 -17
- package/dist/es2019/i18n/zh.js +1 -17
- package/dist/es2019/i18n/zh_TW.js +1 -17
- package/dist/es2019/plugins/extension/actions.js +17 -11
- package/dist/es2019/plugins/extension/extension-api.js +11 -9
- package/dist/es2019/plugins/extension/index.js +6 -4
- package/dist/es2019/plugins/extension/toolbar.js +5 -4
- package/dist/es2019/plugins/insert-block/index.js +2 -2
- package/dist/es2019/plugins/macro/actions.js +3 -4
- package/dist/es2019/ui/ErrorBoundary/index.js +0 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +1 -17
- package/dist/esm/i18n/da.js +1 -17
- package/dist/esm/i18n/de.js +1 -17
- package/dist/esm/i18n/en.js +1 -17
- package/dist/esm/i18n/en_GB.js +1 -17
- package/dist/esm/i18n/en_ZZ.js +1 -17
- package/dist/esm/i18n/es.js +1 -17
- package/dist/esm/i18n/fi.js +1 -17
- package/dist/esm/i18n/fr.js +1 -17
- package/dist/esm/i18n/hu.js +1 -17
- package/dist/esm/i18n/it.js +1 -17
- package/dist/esm/i18n/ja.js +1 -17
- package/dist/esm/i18n/ko.js +1 -17
- package/dist/esm/i18n/nb.js +1 -17
- package/dist/esm/i18n/nl.js +1 -17
- package/dist/esm/i18n/pl.js +1 -17
- package/dist/esm/i18n/pt_BR.js +1 -17
- package/dist/esm/i18n/ru.js +1 -17
- package/dist/esm/i18n/sv.js +1 -17
- package/dist/esm/i18n/th.js +1 -17
- package/dist/esm/i18n/tr.js +1 -17
- package/dist/esm/i18n/uk.js +1 -17
- package/dist/esm/i18n/vi.js +1 -17
- package/dist/esm/i18n/zh.js +1 -17
- package/dist/esm/i18n/zh_TW.js +1 -17
- package/dist/esm/plugins/extension/actions.js +135 -125
- package/dist/esm/plugins/extension/extension-api.js +11 -9
- package/dist/esm/plugins/extension/index.js +6 -4
- package/dist/esm/plugins/extension/toolbar.js +5 -4
- package/dist/esm/plugins/insert-block/index.js +2 -2
- package/dist/esm/plugins/macro/actions.js +94 -93
- package/dist/esm/ui/ErrorBoundary/index.js +0 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +0 -16
- package/dist/types/i18n/da.d.ts +0 -16
- package/dist/types/i18n/de.d.ts +0 -16
- package/dist/types/i18n/en.d.ts +0 -16
- package/dist/types/i18n/en_GB.d.ts +0 -16
- package/dist/types/i18n/en_ZZ.d.ts +0 -16
- package/dist/types/i18n/es.d.ts +0 -16
- package/dist/types/i18n/fi.d.ts +0 -16
- package/dist/types/i18n/fr.d.ts +0 -16
- package/dist/types/i18n/hu.d.ts +0 -16
- package/dist/types/i18n/it.d.ts +0 -16
- package/dist/types/i18n/ja.d.ts +0 -16
- package/dist/types/i18n/ko.d.ts +0 -16
- package/dist/types/i18n/nb.d.ts +0 -16
- package/dist/types/i18n/nl.d.ts +0 -16
- package/dist/types/i18n/pl.d.ts +0 -16
- package/dist/types/i18n/pt_BR.d.ts +0 -16
- package/dist/types/i18n/ru.d.ts +0 -16
- package/dist/types/i18n/sv.d.ts +0 -16
- package/dist/types/i18n/th.d.ts +0 -16
- package/dist/types/i18n/tr.d.ts +0 -16
- package/dist/types/i18n/uk.d.ts +0 -16
- package/dist/types/i18n/vi.d.ts +0 -16
- package/dist/types/i18n/zh.d.ts +0 -16
- package/dist/types/i18n/zh_TW.d.ts +0 -16
- package/dist/types/plugins/expand/pm-plugins/main.d.ts +2 -2
- package/dist/types/plugins/extension/actions.d.ts +5 -10
- package/dist/types/plugins/extension/extension-api.d.ts +3 -1
- package/dist/types/plugins/extension/toolbar.d.ts +3 -1
- package/dist/types/plugins/macro/actions.d.ts +2 -1
- package/dist/types/presets/default.d.ts +52 -4
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -1
- package/dist/types/ui/ContentStyles/index.d.ts +2 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -16
- package/dist/types-ts4.5/i18n/da.d.ts +0 -16
- package/dist/types-ts4.5/i18n/de.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -16
- package/dist/types-ts4.5/i18n/es.d.ts +0 -16
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -16
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -16
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -16
- package/dist/types-ts4.5/i18n/it.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -16
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -16
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -16
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -16
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -16
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -16
- package/dist/types-ts4.5/i18n/th.d.ts +0 -16
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -16
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -16
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -16
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -16
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -16
- package/dist/types-ts4.5/plugins/expand/pm-plugins/main.d.ts +2 -2
- package/dist/types-ts4.5/plugins/extension/actions.d.ts +5 -10
- package/dist/types-ts4.5/plugins/extension/extension-api.d.ts +3 -1
- package/dist/types-ts4.5/plugins/extension/toolbar.d.ts +3 -1
- package/dist/types-ts4.5/plugins/macro/actions.d.ts +2 -1
- package/dist/types-ts4.5/presets/default.d.ts +60 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types-ts4.5/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -1
- package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +2 -2
- package/package.json +2 -2
- package/dist/types/stories/examples.d.ts +0 -9
- package/dist/types-ts4.5/stories/examples.d.ts +0 -9
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
|
|
2
2
|
import type { Dispatch } from '../../../event-dispatcher';
|
|
3
|
-
import type {
|
|
3
|
+
import type { EditorAppearance } from '@atlaskit/editor-common/types';
|
|
4
4
|
import type { IntlShape } from 'react-intl-next';
|
|
5
5
|
import type { FeatureFlags, ExtractInjectionAPI } from '@atlaskit/editor-common/types';
|
|
6
6
|
import type expandPlugin from '../index';
|
|
7
7
|
export declare function containsClass(element: Element | null, className: string): boolean;
|
|
8
|
-
export declare const createPlugin: (dispatch: Dispatch, getIntl: () => IntlShape, appearance:
|
|
8
|
+
export declare const createPlugin: (dispatch: Dispatch, getIntl: () => IntlShape, appearance: EditorAppearance | undefined, useLongPressSelection: boolean | undefined, featureFlags: FeatureFlags, api: ExtractInjectionAPI<typeof expandPlugin> | undefined) => SafePlugin<import("../types").ExpandPluginState>;
|
|
@@ -1,17 +1,12 @@
|
|
|
1
|
-
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
2
1
|
import type { Schema, Node as PmNode, Fragment, Mark } from '@atlaskit/editor-prosemirror/model';
|
|
3
|
-
import type {
|
|
4
|
-
import type { UpdateExtension, ExtensionAPI } from '@atlaskit/editor-common/extensions';
|
|
2
|
+
import type { UpdateExtension } from '@atlaskit/editor-common/extensions';
|
|
5
3
|
import type { MacroProvider } from '@atlaskit/editor-common/provider-factory';
|
|
6
4
|
export { transformSliceToRemoveOpenBodiedExtension } from '@atlaskit/editor-common/transforms';
|
|
7
|
-
import type { Command
|
|
5
|
+
import type { Command } from '../../types';
|
|
8
6
|
import type EditorActions from '../../actions';
|
|
7
|
+
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
9
8
|
import type { ApplyChangeHandler } from '@atlaskit/editor-plugin-context-panel';
|
|
10
9
|
export declare const buildExtensionNode: <S extends Schema<any, any>>(type: 'inlineExtension' | 'extension' | 'bodiedExtension', schema: S, attrs: object, content?: Fragment, marks?: readonly Mark[]) => PmNode;
|
|
11
|
-
export declare const performNodeUpdate: (type: 'inlineExtension' | 'extension' | 'bodiedExtension', newAttrs: object, content: Fragment, marks: readonly Mark[], shouldScrollIntoView: boolean) => Command;
|
|
12
|
-
export declare const updateExtensionParams: (updateExtension: UpdateExtension<object>, node: {
|
|
13
|
-
node: PmNode;
|
|
14
|
-
pos: number;
|
|
15
|
-
}, actions: ExtensionAPI) => (state: EditorState, dispatch?: CommandDispatch, view?: EditorView) => Promise<boolean>;
|
|
10
|
+
export declare const performNodeUpdate: (editorAnalyticsAPI: EditorAnalyticsAPI | undefined) => (type: 'inlineExtension' | 'extension' | 'bodiedExtension', newAttrs: object, content: Fragment, marks: readonly Mark[], shouldScrollIntoView: boolean) => Command;
|
|
16
11
|
export declare const editSelectedExtension: (editorActions: EditorActions) => boolean;
|
|
17
|
-
export declare const editExtension: (macroProvider: MacroProvider | null | undefined, applyChangeToContextPanel: ApplyChangeHandler | undefined, updateExtension?: Promise<UpdateExtension<object> | void>) => Command;
|
|
12
|
+
export declare const editExtension: (macroProvider: MacroProvider | null | undefined, applyChangeToContextPanel: ApplyChangeHandler | undefined, editorAnalyticsAPI: EditorAnalyticsAPI | undefined, updateExtension?: Promise<UpdateExtension<object> | void>) => Command;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
2
2
|
import type { MacroProvider } from '../macro';
|
|
3
|
+
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
3
4
|
import type { CreateExtensionAPI } from '@atlaskit/editor-plugin-extension';
|
|
4
5
|
interface EditInLegacyMacroBrowserArgs {
|
|
5
6
|
view: EditorView;
|
|
7
|
+
editorAnalyticsAPI: EditorAnalyticsAPI | undefined;
|
|
6
8
|
macroProvider?: MacroProvider;
|
|
7
9
|
}
|
|
8
|
-
export declare const getEditInLegacyMacroBrowser: ({ view, macroProvider, }: EditInLegacyMacroBrowserArgs) => () => void;
|
|
10
|
+
export declare const getEditInLegacyMacroBrowser: ({ view, macroProvider, editorAnalyticsAPI, }: EditInLegacyMacroBrowserArgs) => () => void;
|
|
9
11
|
export declare const createExtensionAPI: CreateExtensionAPI;
|
|
10
12
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { FloatingToolbarHandler } from '@atlaskit/editor-common/types';
|
|
2
|
+
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
2
3
|
import type { HoverDecorationHandler } from '@atlaskit/editor-plugin-decorations';
|
|
3
4
|
import type { ApplyChangeHandler } from '@atlaskit/editor-plugin-context-panel';
|
|
4
5
|
export declare const messages: {
|
|
@@ -37,6 +38,7 @@ interface GetToolbarConfigProps {
|
|
|
37
38
|
breakoutEnabled: boolean | undefined;
|
|
38
39
|
hoverDecoration: HoverDecorationHandler | undefined;
|
|
39
40
|
applyChangeToContextPanel: ApplyChangeHandler | undefined;
|
|
41
|
+
editorAnalyticsAPI: EditorAnalyticsAPI | undefined;
|
|
40
42
|
}
|
|
41
|
-
export declare const getToolbarConfig: ({ breakoutEnabled, hoverDecoration, applyChangeToContextPanel, }: GetToolbarConfigProps) => FloatingToolbarHandler;
|
|
43
|
+
export declare const getToolbarConfig: ({ breakoutEnabled, hoverDecoration, applyChangeToContextPanel, editorAnalyticsAPI, }: GetToolbarConfigProps) => FloatingToolbarHandler;
|
|
42
44
|
export {};
|