@atlaskit/editor-common 74.29.3 → 74.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/i18n/cs.js +19 -0
- package/dist/cjs/i18n/da.js +19 -0
- package/dist/cjs/i18n/de.js +19 -0
- package/dist/cjs/i18n/es.js +19 -0
- package/dist/cjs/i18n/fi.js +19 -0
- package/dist/cjs/i18n/fr.js +19 -0
- package/dist/cjs/i18n/hu.js +19 -0
- package/dist/cjs/i18n/it.js +19 -0
- package/dist/cjs/i18n/ja.js +19 -0
- package/dist/cjs/i18n/ko.js +19 -0
- package/dist/cjs/i18n/nb.js +19 -0
- package/dist/cjs/i18n/nl.js +19 -0
- package/dist/cjs/i18n/pl.js +19 -0
- package/dist/cjs/i18n/pt_BR.js +19 -0
- package/dist/cjs/i18n/ru.js +19 -0
- package/dist/cjs/i18n/sv.js +19 -0
- package/dist/cjs/i18n/th.js +19 -0
- package/dist/cjs/i18n/tr.js +19 -0
- package/dist/cjs/i18n/uk.js +19 -0
- package/dist/cjs/i18n/vi.js +19 -0
- package/dist/cjs/i18n/zh.js +19 -0
- package/dist/cjs/i18n/zh_TW.js +19 -0
- package/dist/cjs/mark/commands.js +201 -0
- package/dist/cjs/mark/index.js +30 -0
- package/dist/cjs/messages/full-page.js +25 -0
- package/dist/cjs/messages/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Toolbar/index.js +8 -0
- package/dist/cjs/ui/index.js +7 -0
- package/dist/cjs/ui-menu/DropdownMenu/index.js +16 -2
- package/dist/cjs/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +219 -0
- package/dist/cjs/ui-menu/index.js +23 -4
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +19 -0
- package/dist/es2019/i18n/da.js +19 -0
- package/dist/es2019/i18n/de.js +19 -0
- package/dist/es2019/i18n/es.js +19 -0
- package/dist/es2019/i18n/fi.js +19 -0
- package/dist/es2019/i18n/fr.js +19 -0
- package/dist/es2019/i18n/hu.js +19 -0
- package/dist/es2019/i18n/it.js +19 -0
- package/dist/es2019/i18n/ja.js +19 -0
- package/dist/es2019/i18n/ko.js +19 -0
- package/dist/es2019/i18n/nb.js +19 -0
- package/dist/es2019/i18n/nl.js +19 -0
- package/dist/es2019/i18n/pl.js +19 -0
- package/dist/es2019/i18n/pt_BR.js +19 -0
- package/dist/es2019/i18n/ru.js +19 -0
- package/dist/es2019/i18n/sv.js +19 -0
- package/dist/es2019/i18n/th.js +19 -0
- package/dist/es2019/i18n/tr.js +19 -0
- package/dist/es2019/i18n/uk.js +19 -0
- package/dist/es2019/i18n/vi.js +19 -0
- package/dist/es2019/i18n/zh.js +19 -0
- package/dist/es2019/i18n/zh_TW.js +19 -0
- package/dist/es2019/mark/commands.js +205 -0
- package/dist/es2019/mark/index.js +1 -0
- package/dist/es2019/messages/full-page.js +18 -0
- package/dist/es2019/messages/index.js +1 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Toolbar/index.js +1 -0
- package/dist/es2019/ui/index.js +2 -1
- package/dist/es2019/ui-menu/DropdownMenu/index.js +16 -2
- package/dist/es2019/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +209 -0
- package/dist/es2019/ui-menu/index.js +5 -4
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +19 -0
- package/dist/esm/i18n/da.js +19 -0
- package/dist/esm/i18n/de.js +19 -0
- package/dist/esm/i18n/es.js +19 -0
- package/dist/esm/i18n/fi.js +19 -0
- package/dist/esm/i18n/fr.js +19 -0
- package/dist/esm/i18n/hu.js +19 -0
- package/dist/esm/i18n/it.js +19 -0
- package/dist/esm/i18n/ja.js +19 -0
- package/dist/esm/i18n/ko.js +19 -0
- package/dist/esm/i18n/nb.js +19 -0
- package/dist/esm/i18n/nl.js +19 -0
- package/dist/esm/i18n/pl.js +19 -0
- package/dist/esm/i18n/pt_BR.js +19 -0
- package/dist/esm/i18n/ru.js +19 -0
- package/dist/esm/i18n/sv.js +19 -0
- package/dist/esm/i18n/th.js +19 -0
- package/dist/esm/i18n/tr.js +19 -0
- package/dist/esm/i18n/uk.js +19 -0
- package/dist/esm/i18n/vi.js +19 -0
- package/dist/esm/i18n/zh.js +19 -0
- package/dist/esm/i18n/zh_TW.js +19 -0
- package/dist/esm/mark/commands.js +190 -0
- package/dist/esm/mark/index.js +1 -0
- package/dist/esm/messages/full-page.js +18 -0
- package/dist/esm/messages/index.js +1 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Toolbar/index.js +1 -0
- package/dist/esm/ui/index.js +2 -1
- package/dist/esm/ui-menu/DropdownMenu/index.js +15 -2
- package/dist/esm/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +207 -0
- package/dist/esm/ui-menu/index.js +5 -4
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +19 -0
- package/dist/types/i18n/da.d.ts +19 -0
- package/dist/types/i18n/de.d.ts +19 -0
- package/dist/types/i18n/es.d.ts +19 -0
- package/dist/types/i18n/fi.d.ts +19 -0
- package/dist/types/i18n/fr.d.ts +19 -0
- package/dist/types/i18n/hu.d.ts +19 -0
- package/dist/types/i18n/it.d.ts +19 -0
- package/dist/types/i18n/ja.d.ts +19 -0
- package/dist/types/i18n/ko.d.ts +19 -0
- package/dist/types/i18n/nb.d.ts +19 -0
- package/dist/types/i18n/nl.d.ts +19 -0
- package/dist/types/i18n/pl.d.ts +19 -0
- package/dist/types/i18n/pt_BR.d.ts +19 -0
- package/dist/types/i18n/ru.d.ts +19 -0
- package/dist/types/i18n/sv.d.ts +19 -0
- package/dist/types/i18n/th.d.ts +19 -0
- package/dist/types/i18n/tr.d.ts +19 -0
- package/dist/types/i18n/uk.d.ts +19 -0
- package/dist/types/i18n/vi.d.ts +19 -0
- package/dist/types/i18n/zh.d.ts +19 -0
- package/dist/types/i18n/zh_TW.d.ts +19 -0
- package/dist/types/mark/commands.d.ts +18 -0
- package/dist/types/mark/index.d.ts +1 -0
- package/dist/types/messages/full-page.d.ts +17 -0
- package/dist/types/messages/index.d.ts +1 -0
- package/dist/types/ui/Toolbar/index.d.ts +5 -0
- package/dist/types/ui/index.d.ts +2 -0
- package/dist/types/ui-menu/DropdownMenu/index.d.ts +2 -1
- package/dist/types/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
- package/dist/types/ui-menu/index.d.ts +7 -6
- package/dist/types-ts4.5/i18n/cs.d.ts +19 -0
- package/dist/types-ts4.5/i18n/da.d.ts +19 -0
- package/dist/types-ts4.5/i18n/de.d.ts +19 -0
- package/dist/types-ts4.5/i18n/es.d.ts +19 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +19 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +19 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +19 -0
- package/dist/types-ts4.5/i18n/it.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +19 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +19 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +19 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +19 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +19 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +19 -0
- package/dist/types-ts4.5/i18n/th.d.ts +19 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +19 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +19 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +19 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +19 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +19 -0
- package/dist/types-ts4.5/mark/commands.d.ts +18 -0
- package/dist/types-ts4.5/mark/index.d.ts +1 -0
- package/dist/types-ts4.5/messages/full-page.d.ts +17 -0
- package/dist/types-ts4.5/messages/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/Toolbar/index.d.ts +5 -0
- package/dist/types-ts4.5/ui/index.d.ts +2 -0
- package/dist/types-ts4.5/ui-menu/DropdownMenu/index.d.ts +2 -1
- package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
- package/dist/types-ts4.5/ui-menu/index.d.ts +7 -6
- package/mark/package.json +15 -0
- package/package.json +5 -3
|
@@ -15,9 +15,12 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
18
19
|
'fabric.editor.cancelButton': string;
|
|
19
20
|
'fabric.editor.captionPlaceholder': string;
|
|
20
21
|
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
21
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
22
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
23
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -32,11 +35,13 @@ declare const _default: {
|
|
|
32
35
|
'fabric.editor.date.description': string;
|
|
33
36
|
'fabric.editor.decision': string;
|
|
34
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
35
39
|
'fabric.editor.displayBlock': string;
|
|
36
40
|
'fabric.editor.displayEmbed': string;
|
|
37
41
|
'fabric.editor.displayInline': string;
|
|
38
42
|
'fabric.editor.displayLink': string;
|
|
39
43
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
40
45
|
'fabric.editor.ecombedDescription': string;
|
|
41
46
|
'fabric.editor.edit.datasource': string;
|
|
42
47
|
'fabric.editor.editLink': string;
|
|
@@ -45,6 +50,7 @@ declare const _default: {
|
|
|
45
50
|
'fabric.editor.emoji': string;
|
|
46
51
|
'fabric.editor.emoji.description': string;
|
|
47
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
48
54
|
'fabric.editor.expand': string;
|
|
49
55
|
'fabric.editor.expand.description': string;
|
|
50
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -52,12 +58,22 @@ declare const _default: {
|
|
|
52
58
|
'fabric.editor.expandPlaceholder': string;
|
|
53
59
|
'fabric.editor.feedbackDialog': string;
|
|
54
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
55
67
|
'fabric.editor.help': string;
|
|
56
68
|
'fabric.editor.help.description': string;
|
|
57
69
|
'fabric.editor.horizontalRule': string;
|
|
58
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
59
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
60
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
61
77
|
'fabric.editor.inlineDescription': string;
|
|
62
78
|
'fabric.editor.inlineTitle': string;
|
|
63
79
|
'fabric.editor.insertMenu': string;
|
|
@@ -83,8 +99,11 @@ declare const _default: {
|
|
|
83
99
|
'fabric.editor.settingsLinks': string;
|
|
84
100
|
'fabric.editor.status': string;
|
|
85
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
86
104
|
'fabric.editor.table': string;
|
|
87
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
88
107
|
'fabric.editor.time.ago': string;
|
|
89
108
|
'fabric.editor.time.updated': string;
|
|
90
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -15,9 +15,12 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
18
19
|
'fabric.editor.cancelButton': string;
|
|
19
20
|
'fabric.editor.captionPlaceholder': string;
|
|
20
21
|
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
21
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
22
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
23
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -32,11 +35,13 @@ declare const _default: {
|
|
|
32
35
|
'fabric.editor.date.description': string;
|
|
33
36
|
'fabric.editor.decision': string;
|
|
34
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
35
39
|
'fabric.editor.displayBlock': string;
|
|
36
40
|
'fabric.editor.displayEmbed': string;
|
|
37
41
|
'fabric.editor.displayInline': string;
|
|
38
42
|
'fabric.editor.displayLink': string;
|
|
39
43
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
40
45
|
'fabric.editor.ecombedDescription': string;
|
|
41
46
|
'fabric.editor.edit.datasource': string;
|
|
42
47
|
'fabric.editor.editLink': string;
|
|
@@ -45,6 +50,7 @@ declare const _default: {
|
|
|
45
50
|
'fabric.editor.emoji': string;
|
|
46
51
|
'fabric.editor.emoji.description': string;
|
|
47
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
48
54
|
'fabric.editor.expand': string;
|
|
49
55
|
'fabric.editor.expand.description': string;
|
|
50
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -52,12 +58,22 @@ declare const _default: {
|
|
|
52
58
|
'fabric.editor.expandPlaceholder': string;
|
|
53
59
|
'fabric.editor.feedbackDialog': string;
|
|
54
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
55
67
|
'fabric.editor.help': string;
|
|
56
68
|
'fabric.editor.help.description': string;
|
|
57
69
|
'fabric.editor.horizontalRule': string;
|
|
58
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
59
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
60
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
61
77
|
'fabric.editor.inlineDescription': string;
|
|
62
78
|
'fabric.editor.inlineTitle': string;
|
|
63
79
|
'fabric.editor.insertMenu': string;
|
|
@@ -83,8 +99,11 @@ declare const _default: {
|
|
|
83
99
|
'fabric.editor.settingsLinks': string;
|
|
84
100
|
'fabric.editor.status': string;
|
|
85
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
86
104
|
'fabric.editor.table': string;
|
|
87
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
88
107
|
'fabric.editor.time.ago': string;
|
|
89
108
|
'fabric.editor.time.updated': string;
|
|
90
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -15,9 +15,12 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
18
19
|
'fabric.editor.cancelButton': string;
|
|
19
20
|
'fabric.editor.captionPlaceholder': string;
|
|
20
21
|
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
21
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
22
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
23
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -32,11 +35,13 @@ declare const _default: {
|
|
|
32
35
|
'fabric.editor.date.description': string;
|
|
33
36
|
'fabric.editor.decision': string;
|
|
34
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
35
39
|
'fabric.editor.displayBlock': string;
|
|
36
40
|
'fabric.editor.displayEmbed': string;
|
|
37
41
|
'fabric.editor.displayInline': string;
|
|
38
42
|
'fabric.editor.displayLink': string;
|
|
39
43
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
40
45
|
'fabric.editor.ecombedDescription': string;
|
|
41
46
|
'fabric.editor.edit.datasource': string;
|
|
42
47
|
'fabric.editor.editLink': string;
|
|
@@ -45,6 +50,7 @@ declare const _default: {
|
|
|
45
50
|
'fabric.editor.emoji': string;
|
|
46
51
|
'fabric.editor.emoji.description': string;
|
|
47
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
48
54
|
'fabric.editor.expand': string;
|
|
49
55
|
'fabric.editor.expand.description': string;
|
|
50
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -52,12 +58,22 @@ declare const _default: {
|
|
|
52
58
|
'fabric.editor.expandPlaceholder': string;
|
|
53
59
|
'fabric.editor.feedbackDialog': string;
|
|
54
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
55
67
|
'fabric.editor.help': string;
|
|
56
68
|
'fabric.editor.help.description': string;
|
|
57
69
|
'fabric.editor.horizontalRule': string;
|
|
58
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
59
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
60
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
61
77
|
'fabric.editor.inlineDescription': string;
|
|
62
78
|
'fabric.editor.inlineTitle': string;
|
|
63
79
|
'fabric.editor.insertMenu': string;
|
|
@@ -83,8 +99,11 @@ declare const _default: {
|
|
|
83
99
|
'fabric.editor.settingsLinks': string;
|
|
84
100
|
'fabric.editor.status': string;
|
|
85
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
86
104
|
'fabric.editor.table': string;
|
|
87
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
88
107
|
'fabric.editor.time.ago': string;
|
|
89
108
|
'fabric.editor.time.updated': string;
|
|
90
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -15,9 +15,12 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
18
19
|
'fabric.editor.cancelButton': string;
|
|
19
20
|
'fabric.editor.captionPlaceholder': string;
|
|
20
21
|
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
21
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
22
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
23
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -32,11 +35,13 @@ declare const _default: {
|
|
|
32
35
|
'fabric.editor.date.description': string;
|
|
33
36
|
'fabric.editor.decision': string;
|
|
34
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
35
39
|
'fabric.editor.displayBlock': string;
|
|
36
40
|
'fabric.editor.displayEmbed': string;
|
|
37
41
|
'fabric.editor.displayInline': string;
|
|
38
42
|
'fabric.editor.displayLink': string;
|
|
39
43
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
40
45
|
'fabric.editor.ecombedDescription': string;
|
|
41
46
|
'fabric.editor.edit.datasource': string;
|
|
42
47
|
'fabric.editor.editLink': string;
|
|
@@ -45,6 +50,7 @@ declare const _default: {
|
|
|
45
50
|
'fabric.editor.emoji': string;
|
|
46
51
|
'fabric.editor.emoji.description': string;
|
|
47
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
48
54
|
'fabric.editor.expand': string;
|
|
49
55
|
'fabric.editor.expand.description': string;
|
|
50
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -52,12 +58,22 @@ declare const _default: {
|
|
|
52
58
|
'fabric.editor.expandPlaceholder': string;
|
|
53
59
|
'fabric.editor.feedbackDialog': string;
|
|
54
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
55
67
|
'fabric.editor.help': string;
|
|
56
68
|
'fabric.editor.help.description': string;
|
|
57
69
|
'fabric.editor.horizontalRule': string;
|
|
58
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
59
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
60
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
61
77
|
'fabric.editor.inlineDescription': string;
|
|
62
78
|
'fabric.editor.inlineTitle': string;
|
|
63
79
|
'fabric.editor.insertMenu': string;
|
|
@@ -83,8 +99,11 @@ declare const _default: {
|
|
|
83
99
|
'fabric.editor.settingsLinks': string;
|
|
84
100
|
'fabric.editor.status': string;
|
|
85
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
86
104
|
'fabric.editor.table': string;
|
|
87
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
88
107
|
'fabric.editor.time.ago': string;
|
|
89
108
|
'fabric.editor.time.updated': string;
|
|
90
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -15,9 +15,12 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
18
19
|
'fabric.editor.cancelButton': string;
|
|
19
20
|
'fabric.editor.captionPlaceholder': string;
|
|
20
21
|
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
21
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
22
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
23
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -32,11 +35,13 @@ declare const _default: {
|
|
|
32
35
|
'fabric.editor.date.description': string;
|
|
33
36
|
'fabric.editor.decision': string;
|
|
34
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
35
39
|
'fabric.editor.displayBlock': string;
|
|
36
40
|
'fabric.editor.displayEmbed': string;
|
|
37
41
|
'fabric.editor.displayInline': string;
|
|
38
42
|
'fabric.editor.displayLink': string;
|
|
39
43
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
40
45
|
'fabric.editor.ecombedDescription': string;
|
|
41
46
|
'fabric.editor.edit.datasource': string;
|
|
42
47
|
'fabric.editor.editLink': string;
|
|
@@ -45,6 +50,7 @@ declare const _default: {
|
|
|
45
50
|
'fabric.editor.emoji': string;
|
|
46
51
|
'fabric.editor.emoji.description': string;
|
|
47
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
48
54
|
'fabric.editor.expand': string;
|
|
49
55
|
'fabric.editor.expand.description': string;
|
|
50
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -52,12 +58,22 @@ declare const _default: {
|
|
|
52
58
|
'fabric.editor.expandPlaceholder': string;
|
|
53
59
|
'fabric.editor.feedbackDialog': string;
|
|
54
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
55
67
|
'fabric.editor.help': string;
|
|
56
68
|
'fabric.editor.help.description': string;
|
|
57
69
|
'fabric.editor.horizontalRule': string;
|
|
58
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
59
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
60
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
61
77
|
'fabric.editor.inlineDescription': string;
|
|
62
78
|
'fabric.editor.inlineTitle': string;
|
|
63
79
|
'fabric.editor.insertMenu': string;
|
|
@@ -83,8 +99,11 @@ declare const _default: {
|
|
|
83
99
|
'fabric.editor.settingsLinks': string;
|
|
84
100
|
'fabric.editor.status': string;
|
|
85
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
86
104
|
'fabric.editor.table': string;
|
|
87
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
88
107
|
'fabric.editor.time.ago': string;
|
|
89
108
|
'fabric.editor.time.updated': string;
|
|
90
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -15,9 +15,12 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
18
19
|
'fabric.editor.cancelButton': string;
|
|
19
20
|
'fabric.editor.captionPlaceholder': string;
|
|
20
21
|
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
21
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
22
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
23
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -32,11 +35,13 @@ declare const _default: {
|
|
|
32
35
|
'fabric.editor.date.description': string;
|
|
33
36
|
'fabric.editor.decision': string;
|
|
34
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
35
39
|
'fabric.editor.displayBlock': string;
|
|
36
40
|
'fabric.editor.displayEmbed': string;
|
|
37
41
|
'fabric.editor.displayInline': string;
|
|
38
42
|
'fabric.editor.displayLink': string;
|
|
39
43
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
40
45
|
'fabric.editor.ecombedDescription': string;
|
|
41
46
|
'fabric.editor.edit.datasource': string;
|
|
42
47
|
'fabric.editor.editLink': string;
|
|
@@ -45,6 +50,7 @@ declare const _default: {
|
|
|
45
50
|
'fabric.editor.emoji': string;
|
|
46
51
|
'fabric.editor.emoji.description': string;
|
|
47
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
48
54
|
'fabric.editor.expand': string;
|
|
49
55
|
'fabric.editor.expand.description': string;
|
|
50
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -52,12 +58,22 @@ declare const _default: {
|
|
|
52
58
|
'fabric.editor.expandPlaceholder': string;
|
|
53
59
|
'fabric.editor.feedbackDialog': string;
|
|
54
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
55
67
|
'fabric.editor.help': string;
|
|
56
68
|
'fabric.editor.help.description': string;
|
|
57
69
|
'fabric.editor.horizontalRule': string;
|
|
58
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
59
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
60
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
61
77
|
'fabric.editor.inlineDescription': string;
|
|
62
78
|
'fabric.editor.inlineTitle': string;
|
|
63
79
|
'fabric.editor.insertMenu': string;
|
|
@@ -83,8 +99,11 @@ declare const _default: {
|
|
|
83
99
|
'fabric.editor.settingsLinks': string;
|
|
84
100
|
'fabric.editor.status': string;
|
|
85
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
86
104
|
'fabric.editor.table': string;
|
|
87
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
88
107
|
'fabric.editor.time.ago': string;
|
|
89
108
|
'fabric.editor.time.updated': string;
|
|
90
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -15,9 +15,12 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
18
19
|
'fabric.editor.cancelButton': string;
|
|
19
20
|
'fabric.editor.captionPlaceholder': string;
|
|
20
21
|
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
21
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
22
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
23
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -32,11 +35,13 @@ declare const _default: {
|
|
|
32
35
|
'fabric.editor.date.description': string;
|
|
33
36
|
'fabric.editor.decision': string;
|
|
34
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
35
39
|
'fabric.editor.displayBlock': string;
|
|
36
40
|
'fabric.editor.displayEmbed': string;
|
|
37
41
|
'fabric.editor.displayInline': string;
|
|
38
42
|
'fabric.editor.displayLink': string;
|
|
39
43
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
40
45
|
'fabric.editor.ecombedDescription': string;
|
|
41
46
|
'fabric.editor.edit.datasource': string;
|
|
42
47
|
'fabric.editor.editLink': string;
|
|
@@ -45,6 +50,7 @@ declare const _default: {
|
|
|
45
50
|
'fabric.editor.emoji': string;
|
|
46
51
|
'fabric.editor.emoji.description': string;
|
|
47
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
48
54
|
'fabric.editor.expand': string;
|
|
49
55
|
'fabric.editor.expand.description': string;
|
|
50
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -52,12 +58,22 @@ declare const _default: {
|
|
|
52
58
|
'fabric.editor.expandPlaceholder': string;
|
|
53
59
|
'fabric.editor.feedbackDialog': string;
|
|
54
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
55
67
|
'fabric.editor.help': string;
|
|
56
68
|
'fabric.editor.help.description': string;
|
|
57
69
|
'fabric.editor.horizontalRule': string;
|
|
58
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
59
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
60
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
61
77
|
'fabric.editor.inlineDescription': string;
|
|
62
78
|
'fabric.editor.inlineTitle': string;
|
|
63
79
|
'fabric.editor.insertMenu': string;
|
|
@@ -83,8 +99,11 @@ declare const _default: {
|
|
|
83
99
|
'fabric.editor.settingsLinks': string;
|
|
84
100
|
'fabric.editor.status': string;
|
|
85
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
86
104
|
'fabric.editor.table': string;
|
|
87
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
88
107
|
'fabric.editor.time.ago': string;
|
|
89
108
|
'fabric.editor.time.updated': string;
|
|
90
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -15,9 +15,12 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bug': string;
|
|
18
19
|
'fabric.editor.cancelButton': string;
|
|
19
20
|
'fabric.editor.captionPlaceholder': string;
|
|
20
21
|
'fabric.editor.cardFloatingControls': string;
|
|
22
|
+
'fabric.editor.clearLink': string;
|
|
23
|
+
'fabric.editor.clearLinkText': string;
|
|
21
24
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
22
25
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
23
26
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -32,11 +35,13 @@ declare const _default: {
|
|
|
32
35
|
'fabric.editor.date.description': string;
|
|
33
36
|
'fabric.editor.decision': string;
|
|
34
37
|
'fabric.editor.decision.description': string;
|
|
38
|
+
'fabric.editor.defaultAltText': string;
|
|
35
39
|
'fabric.editor.displayBlock': string;
|
|
36
40
|
'fabric.editor.displayEmbed': string;
|
|
37
41
|
'fabric.editor.displayInline': string;
|
|
38
42
|
'fabric.editor.displayLink': string;
|
|
39
43
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
44
|
+
'fabric.editor.displayText': string;
|
|
40
45
|
'fabric.editor.ecombedDescription': string;
|
|
41
46
|
'fabric.editor.edit.datasource': string;
|
|
42
47
|
'fabric.editor.editLink': string;
|
|
@@ -45,6 +50,7 @@ declare const _default: {
|
|
|
45
50
|
'fabric.editor.emoji': string;
|
|
46
51
|
'fabric.editor.emoji.description': string;
|
|
47
52
|
'fabric.editor.emptyLink': string;
|
|
53
|
+
'fabric.editor.epic': string;
|
|
48
54
|
'fabric.editor.expand': string;
|
|
49
55
|
'fabric.editor.expand.description': string;
|
|
50
56
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -52,12 +58,22 @@ declare const _default: {
|
|
|
52
58
|
'fabric.editor.expandPlaceholder': string;
|
|
53
59
|
'fabric.editor.feedbackDialog': string;
|
|
54
60
|
'fabric.editor.feedbackDialog.description': string;
|
|
61
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
62
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
55
67
|
'fabric.editor.help': string;
|
|
56
68
|
'fabric.editor.help.description': string;
|
|
57
69
|
'fabric.editor.horizontalRule': string;
|
|
58
70
|
'fabric.editor.horizontalRule.description': string;
|
|
71
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
72
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
73
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
59
74
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
60
75
|
'fabric.editor.image': string;
|
|
76
|
+
'fabric.editor.improvement': string;
|
|
61
77
|
'fabric.editor.inlineDescription': string;
|
|
62
78
|
'fabric.editor.inlineTitle': string;
|
|
63
79
|
'fabric.editor.insertMenu': string;
|
|
@@ -83,8 +99,11 @@ declare const _default: {
|
|
|
83
99
|
'fabric.editor.settingsLinks': string;
|
|
84
100
|
'fabric.editor.status': string;
|
|
85
101
|
'fabric.editor.status.description': string;
|
|
102
|
+
'fabric.editor.story': string;
|
|
103
|
+
'fabric.editor.subTask': string;
|
|
86
104
|
'fabric.editor.table': string;
|
|
87
105
|
'fabric.editor.table.description': string;
|
|
106
|
+
'fabric.editor.task': string;
|
|
88
107
|
'fabric.editor.time.ago': string;
|
|
89
108
|
'fabric.editor.time.updated': string;
|
|
90
109
|
'fabric.editor.time.viewed': string;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { Mark, MarkType, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
+
import type { Transaction } from '@atlaskit/editor-prosemirror/state';
|
|
3
|
+
import type { Command } from '../types';
|
|
4
|
+
export declare function filterChildrenBetween(doc: PMNode, from: number, to: number, predicate: (node: PMNode, pos: number, parent: PMNode | null) => boolean | undefined): {
|
|
5
|
+
node: PMNode;
|
|
6
|
+
pos: number;
|
|
7
|
+
}[];
|
|
8
|
+
export declare const transformSmartCharsMentionsAndEmojis: (from: number, to: number, tr: Transaction) => void;
|
|
9
|
+
export declare const applyMarkOnRange: (from: number, to: number, removeMark: boolean, mark: Mark, tr: Transaction) => Transaction;
|
|
10
|
+
/**
|
|
11
|
+
* A wrapper over the default toggleMark, except when we have a selection
|
|
12
|
+
* we only toggle marks on text nodes rather than inline nodes.
|
|
13
|
+
* @param markType
|
|
14
|
+
* @param attrs
|
|
15
|
+
*/
|
|
16
|
+
export declare const toggleMark: (markType: MarkType, attrs?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
} | undefined) => Command;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { transformSmartCharsMentionsAndEmojis, applyMarkOnRange, toggleMark, filterChildrenBetween, } from './commands';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const messages: {
|
|
2
|
+
toolbarLabel: {
|
|
3
|
+
id: string;
|
|
4
|
+
defaultMessage: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
pageActionsLabel: {
|
|
8
|
+
id: string;
|
|
9
|
+
defaultMessage: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
editableContentLabel: {
|
|
13
|
+
id: string;
|
|
14
|
+
defaultMessage: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -6,6 +6,7 @@ export { codeBlockButtonMessages } from './codeBlockButton';
|
|
|
6
6
|
export { toolbarInsertBlockMessages } from './insert-block';
|
|
7
7
|
export { toolbarMessages as mediaAndEmbedToolbarMessages } from './media-and-embed-toolbar';
|
|
8
8
|
export { messages as cardMessages } from './card';
|
|
9
|
+
export { messages as fullPageMessages } from './full-page';
|
|
9
10
|
declare const _default: {
|
|
10
11
|
layoutFixedWidth: {
|
|
11
12
|
id: string;
|
|
@@ -36,3 +36,5 @@ export { wrapperStyle } from './ResizerLegacy/styled';
|
|
|
36
36
|
export { panelTextInput } from './PanelTextInput/styles';
|
|
37
37
|
export { default as PanelTextInput } from './PanelTextInput';
|
|
38
38
|
export { default as Announcer } from './Announcer/announcer';
|
|
39
|
+
export { EDIT_AREA_ID } from './Toolbar';
|
|
40
|
+
export type { UseStickyToolbarType } from './Toolbar';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
-
import { PureComponent } from 'react';
|
|
2
|
+
import React, { PureComponent } from 'react';
|
|
3
3
|
import { jsx } from '@emotion/react';
|
|
4
4
|
import { Props, State } from './types';
|
|
5
5
|
export type { MenuItem } from './types';
|
|
@@ -20,3 +20,4 @@ export default class DropdownMenuWrapper extends PureComponent<Props, State> {
|
|
|
20
20
|
render(): jsx.JSX.Element;
|
|
21
21
|
componentDidUpdate(previousProps: Props): void;
|
|
22
22
|
}
|
|
23
|
+
export declare const DropdownMenuWithKeyboardNavigation: React.FC<any>;
|