@atlaskit/editor-core 189.4.10 → 189.4.15
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 +15 -0
- package/dist/cjs/composable-editor/editor-internal.js +3 -3
- package/dist/cjs/composable-editor/editor.js +202 -3
- package/dist/cjs/i18n/cs.js +1 -3
- package/dist/cjs/i18n/da.js +1 -3
- package/dist/cjs/i18n/de.js +1 -3
- package/dist/cjs/i18n/en.js +1 -3
- package/dist/cjs/i18n/en_GB.js +1 -3
- package/dist/cjs/i18n/en_ZZ.js +1 -3
- package/dist/cjs/i18n/es.js +1 -3
- package/dist/cjs/i18n/fi.js +1 -3
- package/dist/cjs/i18n/fr.js +1 -3
- package/dist/cjs/i18n/hu.js +1 -3
- package/dist/cjs/i18n/it.js +1 -3
- package/dist/cjs/i18n/ja.js +1 -3
- package/dist/cjs/i18n/ko.js +1 -3
- package/dist/cjs/i18n/nb.js +1 -3
- package/dist/cjs/i18n/nl.js +1 -3
- package/dist/cjs/i18n/pl.js +1 -3
- package/dist/cjs/i18n/pt_BR.js +1 -3
- package/dist/cjs/i18n/ru.js +1 -3
- package/dist/cjs/i18n/sv.js +1 -3
- package/dist/cjs/i18n/th.js +1 -3
- package/dist/cjs/i18n/tr.js +1 -3
- package/dist/cjs/i18n/uk.js +1 -3
- package/dist/cjs/i18n/vi.js +1 -3
- package/dist/cjs/i18n/zh.js +1 -3
- package/dist/cjs/i18n/zh_TW.js +1 -3
- package/dist/cjs/plugins/index.js +1 -15
- package/dist/cjs/plugins/paste/pm-plugins/main.js +1 -2
- package/dist/cjs/presets/default.js +2 -2
- package/dist/cjs/presets/universal.js +2 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor-internal.js +4 -4
- package/dist/es2019/composable-editor/editor.js +208 -4
- package/dist/es2019/i18n/cs.js +1 -3
- package/dist/es2019/i18n/da.js +1 -3
- package/dist/es2019/i18n/de.js +1 -3
- package/dist/es2019/i18n/en.js +1 -3
- package/dist/es2019/i18n/en_GB.js +1 -3
- package/dist/es2019/i18n/en_ZZ.js +1 -3
- package/dist/es2019/i18n/es.js +1 -3
- package/dist/es2019/i18n/fi.js +1 -3
- package/dist/es2019/i18n/fr.js +1 -3
- package/dist/es2019/i18n/hu.js +1 -3
- package/dist/es2019/i18n/it.js +1 -3
- package/dist/es2019/i18n/ja.js +1 -3
- package/dist/es2019/i18n/ko.js +1 -3
- package/dist/es2019/i18n/nb.js +1 -3
- package/dist/es2019/i18n/nl.js +1 -3
- package/dist/es2019/i18n/pl.js +1 -3
- package/dist/es2019/i18n/pt_BR.js +1 -3
- package/dist/es2019/i18n/ru.js +1 -3
- package/dist/es2019/i18n/sv.js +1 -3
- package/dist/es2019/i18n/th.js +1 -3
- package/dist/es2019/i18n/tr.js +1 -3
- package/dist/es2019/i18n/uk.js +1 -3
- package/dist/es2019/i18n/vi.js +1 -3
- package/dist/es2019/i18n/zh.js +1 -3
- package/dist/es2019/i18n/zh_TW.js +1 -3
- package/dist/es2019/plugins/index.js +1 -3
- package/dist/es2019/plugins/paste/pm-plugins/main.js +1 -2
- package/dist/es2019/presets/default.js +2 -2
- package/dist/es2019/presets/universal.js +2 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal.js +3 -3
- package/dist/esm/composable-editor/editor.js +203 -4
- package/dist/esm/i18n/cs.js +1 -3
- package/dist/esm/i18n/da.js +1 -3
- package/dist/esm/i18n/de.js +1 -3
- package/dist/esm/i18n/en.js +1 -3
- package/dist/esm/i18n/en_GB.js +1 -3
- package/dist/esm/i18n/en_ZZ.js +1 -3
- package/dist/esm/i18n/es.js +1 -3
- package/dist/esm/i18n/fi.js +1 -3
- package/dist/esm/i18n/fr.js +1 -3
- package/dist/esm/i18n/hu.js +1 -3
- package/dist/esm/i18n/it.js +1 -3
- package/dist/esm/i18n/ja.js +1 -3
- package/dist/esm/i18n/ko.js +1 -3
- package/dist/esm/i18n/nb.js +1 -3
- package/dist/esm/i18n/nl.js +1 -3
- package/dist/esm/i18n/pl.js +1 -3
- package/dist/esm/i18n/pt_BR.js +1 -3
- package/dist/esm/i18n/ru.js +1 -3
- package/dist/esm/i18n/sv.js +1 -3
- package/dist/esm/i18n/th.js +1 -3
- package/dist/esm/i18n/tr.js +1 -3
- package/dist/esm/i18n/uk.js +1 -3
- package/dist/esm/i18n/vi.js +1 -3
- package/dist/esm/i18n/zh.js +1 -3
- package/dist/esm/i18n/zh_TW.js +1 -3
- package/dist/esm/plugins/index.js +1 -3
- package/dist/esm/plugins/paste/pm-plugins/main.js +1 -2
- package/dist/esm/presets/default.js +2 -2
- package/dist/esm/presets/universal.js +2 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/composable-editor/editor-internal.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +0 -2
- package/dist/types/i18n/da.d.ts +0 -2
- package/dist/types/i18n/de.d.ts +0 -2
- package/dist/types/i18n/en.d.ts +0 -2
- package/dist/types/i18n/en_GB.d.ts +0 -2
- package/dist/types/i18n/en_ZZ.d.ts +0 -2
- package/dist/types/i18n/es.d.ts +0 -2
- package/dist/types/i18n/fi.d.ts +0 -2
- package/dist/types/i18n/fr.d.ts +0 -2
- package/dist/types/i18n/hu.d.ts +0 -2
- package/dist/types/i18n/it.d.ts +0 -2
- package/dist/types/i18n/ja.d.ts +0 -2
- package/dist/types/i18n/ko.d.ts +0 -2
- package/dist/types/i18n/nb.d.ts +0 -2
- package/dist/types/i18n/nl.d.ts +0 -2
- package/dist/types/i18n/pl.d.ts +0 -2
- package/dist/types/i18n/pt_BR.d.ts +0 -2
- package/dist/types/i18n/ru.d.ts +0 -2
- package/dist/types/i18n/sv.d.ts +0 -2
- package/dist/types/i18n/th.d.ts +0 -2
- package/dist/types/i18n/tr.d.ts +0 -2
- package/dist/types/i18n/uk.d.ts +0 -2
- package/dist/types/i18n/vi.d.ts +0 -2
- package/dist/types/i18n/zh.d.ts +0 -2
- package/dist/types/i18n/zh_TW.d.ts +0 -2
- package/dist/types/plugins/index.d.ts +0 -2
- package/dist/types-ts4.5/composable-editor/editor-internal.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -2
- package/dist/types-ts4.5/i18n/da.d.ts +0 -2
- package/dist/types-ts4.5/i18n/de.d.ts +0 -2
- package/dist/types-ts4.5/i18n/en.d.ts +0 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -2
- package/dist/types-ts4.5/i18n/es.d.ts +0 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -2
- package/dist/types-ts4.5/i18n/it.d.ts +0 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -2
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -2
- package/dist/types-ts4.5/i18n/th.d.ts +0 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -2
- package/dist/types-ts4.5/plugins/index.d.ts +0 -2
- package/package.json +15 -7
- package/dist/cjs/plugins/clear-marks-on-change-to-empty-document/index.js +0 -35
- package/dist/cjs/plugins/code-bidi-warning/index.js +0 -22
- package/dist/cjs/plugins/code-bidi-warning/plugin-key.js +0 -8
- package/dist/cjs/plugins/code-bidi-warning/pm-plugins/main.js +0 -44
- package/dist/cjs/plugins/code-bidi-warning/pm-plugins/plugin-factory.js +0 -105
- package/dist/cjs/plugins/code-bidi-warning/pm-plugins/reducer.js +0 -9
- package/dist/cjs/plugins/code-bidi-warning/pm-plugins/types.js +0 -5
- package/dist/es2019/plugins/clear-marks-on-change-to-empty-document/index.js +0 -26
- package/dist/es2019/plugins/code-bidi-warning/index.js +0 -15
- package/dist/es2019/plugins/code-bidi-warning/plugin-key.js +0 -2
- package/dist/es2019/plugins/code-bidi-warning/pm-plugins/main.js +0 -41
- package/dist/es2019/plugins/code-bidi-warning/pm-plugins/plugin-factory.js +0 -97
- package/dist/es2019/plugins/code-bidi-warning/pm-plugins/reducer.js +0 -3
- package/dist/es2019/plugins/code-bidi-warning/pm-plugins/types.js +0 -1
- package/dist/esm/plugins/clear-marks-on-change-to-empty-document/index.js +0 -28
- package/dist/esm/plugins/code-bidi-warning/index.js +0 -16
- package/dist/esm/plugins/code-bidi-warning/plugin-key.js +0 -2
- package/dist/esm/plugins/code-bidi-warning/pm-plugins/main.js +0 -38
- package/dist/esm/plugins/code-bidi-warning/pm-plugins/plugin-factory.js +0 -98
- package/dist/esm/plugins/code-bidi-warning/pm-plugins/reducer.js +0 -3
- package/dist/esm/plugins/code-bidi-warning/pm-plugins/types.js +0 -1
- package/dist/types/plugins/clear-marks-on-change-to-empty-document/index.d.ts +0 -7
- package/dist/types/plugins/code-bidi-warning/index.d.ts +0 -8
- package/dist/types/plugins/code-bidi-warning/plugin-key.d.ts +0 -2
- package/dist/types/plugins/code-bidi-warning/pm-plugins/main.d.ts +0 -5
- package/dist/types/plugins/code-bidi-warning/pm-plugins/plugin-factory.d.ts +0 -8
- package/dist/types/plugins/code-bidi-warning/pm-plugins/reducer.d.ts +0 -3
- package/dist/types/plugins/code-bidi-warning/pm-plugins/types.d.ts +0 -6
- package/dist/types-ts4.5/plugins/clear-marks-on-change-to-empty-document/index.d.ts +0 -7
- package/dist/types-ts4.5/plugins/code-bidi-warning/index.d.ts +0 -8
- package/dist/types-ts4.5/plugins/code-bidi-warning/plugin-key.d.ts +0 -2
- package/dist/types-ts4.5/plugins/code-bidi-warning/pm-plugins/main.d.ts +0 -5
- package/dist/types-ts4.5/plugins/code-bidi-warning/pm-plugins/plugin-factory.d.ts +0 -8
- package/dist/types-ts4.5/plugins/code-bidi-warning/pm-plugins/reducer.d.ts +0 -3
- package/dist/types-ts4.5/plugins/code-bidi-warning/pm-plugins/types.d.ts +0 -6
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { default as clearMarksOnChangeToEmptyDocumentPlugin } from './clear-marks-on-change-to-empty-document';
|
|
2
1
|
export { default as collabEditPlugin } from './collab-edit';
|
|
3
2
|
export { default as extensionPlugin } from './extension';
|
|
4
3
|
export { default as jiraIssuePlugin } from './jira-issue';
|
|
@@ -16,4 +15,3 @@ export { default as undoRedoPlugin } from './undo-redo';
|
|
|
16
15
|
export { default as avatarGroupPlugin } from './avatar-group';
|
|
17
16
|
export { default as viewUpdateSubscriptionPlugin } from './view-update-subscription';
|
|
18
17
|
export { default as beforePrimaryToolbarPlugin } from './before-primaryToolbar';
|
|
19
|
-
export { default as codeBidiWarningPlugin } from './code-bidi-warning';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { jsx } from '@emotion/react';
|
|
2
3
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
3
4
|
import type { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
@@ -30,5 +31,5 @@ interface InternalProps {
|
|
|
30
31
|
* EditorInternalComponent is used to capture the common component
|
|
31
32
|
* from the `render` method of `Editor` and share it with `EditorNext`.
|
|
32
33
|
*/
|
|
33
|
-
export declare
|
|
34
|
+
export declare const EditorInternal: import("react").MemoExoticComponent<({ props, handleAnalyticsEvent, createAnalyticsEvent, handleSave, editorActions, providerFactory, onEditorCreated, onEditorDestroyed, preset, }: InternalProps) => jsx.JSX.Element>;
|
|
34
35
|
export {};
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -49,6 +48,5 @@ declare const _default: {
|
|
|
49
48
|
'fabric.editor.replaceAll': string;
|
|
50
49
|
'fabric.editor.replaceWith': string;
|
|
51
50
|
'fabric.editor.resultsCount': string;
|
|
52
|
-
'fabric.editor.taskPlaceholder': string;
|
|
53
51
|
};
|
|
54
52
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -29,7 +29,6 @@ declare const _default: {
|
|
|
29
29
|
'fabric.editor.configPanel.invalid': string;
|
|
30
30
|
'fabric.editor.configPanel.required': string;
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
33
32
|
'fabric.editor.edit': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
@@ -50,6 +49,5 @@ declare const _default: {
|
|
|
50
49
|
'fabric.editor.replaceAll': string;
|
|
51
50
|
'fabric.editor.replaceWith': string;
|
|
52
51
|
'fabric.editor.resultsCount': string;
|
|
53
|
-
'fabric.editor.taskPlaceholder': string;
|
|
54
52
|
};
|
|
55
53
|
export default _default;
|
|
@@ -29,7 +29,6 @@ declare const _default: {
|
|
|
29
29
|
'fabric.editor.configPanel.invalid': string;
|
|
30
30
|
'fabric.editor.configPanel.required': string;
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
33
32
|
'fabric.editor.edit': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
@@ -50,6 +49,5 @@ declare const _default: {
|
|
|
50
49
|
'fabric.editor.replaceAll': string;
|
|
51
50
|
'fabric.editor.replaceWith': string;
|
|
52
51
|
'fabric.editor.resultsCount': string;
|
|
53
|
-
'fabric.editor.taskPlaceholder': string;
|
|
54
52
|
};
|
|
55
53
|
export default _default;
|
|
@@ -29,7 +29,6 @@ declare const _default: {
|
|
|
29
29
|
'fabric.editor.configPanel.invalid': string;
|
|
30
30
|
'fabric.editor.configPanel.required': string;
|
|
31
31
|
'fabric.editor.configPanel.submit': string;
|
|
32
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
33
32
|
'fabric.editor.edit': string;
|
|
34
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
34
|
'fabric.editor.editors': string;
|
|
@@ -50,6 +49,5 @@ declare const _default: {
|
|
|
50
49
|
'fabric.editor.replaceAll': string;
|
|
51
50
|
'fabric.editor.replaceWith': string;
|
|
52
51
|
'fabric.editor.resultsCount': string;
|
|
53
|
-
'fabric.editor.taskPlaceholder': string;
|
|
54
52
|
};
|
|
55
53
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -28,7 +28,6 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.configPanel.invalid': string;
|
|
29
29
|
'fabric.editor.configPanel.required': string;
|
|
30
30
|
'fabric.editor.configPanel.submit': string;
|
|
31
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
32
31
|
'fabric.editor.edit': string;
|
|
33
32
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
33
|
'fabric.editor.editors': string;
|
|
@@ -48,6 +47,5 @@ declare const _default: {
|
|
|
48
47
|
'fabric.editor.replaceAll': string;
|
|
49
48
|
'fabric.editor.replaceWith': string;
|
|
50
49
|
'fabric.editor.resultsCount': string;
|
|
51
|
-
'fabric.editor.taskPlaceholder': string;
|
|
52
50
|
};
|
|
53
51
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { default as clearMarksOnChangeToEmptyDocumentPlugin } from './clear-marks-on-change-to-empty-document';
|
|
2
1
|
export { default as collabEditPlugin } from './collab-edit';
|
|
3
2
|
export { default as extensionPlugin } from './extension';
|
|
4
3
|
export { default as jiraIssuePlugin } from './jira-issue';
|
|
@@ -16,4 +15,3 @@ export { default as undoRedoPlugin } from './undo-redo';
|
|
|
16
15
|
export { default as avatarGroupPlugin } from './avatar-group';
|
|
17
16
|
export { default as viewUpdateSubscriptionPlugin } from './view-update-subscription';
|
|
18
17
|
export { default as beforePrimaryToolbarPlugin } from './before-primaryToolbar';
|
|
19
|
-
export { default as codeBidiWarningPlugin } from './code-bidi-warning';
|