@atlaskit/editor-common 74.51.4 → 74.51.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/guideline/utils.js +14 -12
- package/dist/cjs/i18n/cs.js +22 -0
- package/dist/cjs/i18n/da.js +22 -0
- package/dist/cjs/i18n/de.js +22 -0
- package/dist/cjs/i18n/en.js +5 -0
- package/dist/cjs/i18n/en_GB.js +5 -0
- package/dist/cjs/i18n/en_ZZ.js +5 -0
- package/dist/cjs/i18n/es.js +22 -0
- package/dist/cjs/i18n/fi.js +22 -0
- package/dist/cjs/i18n/fr.js +22 -0
- package/dist/cjs/i18n/hu.js +22 -0
- package/dist/cjs/i18n/it.js +22 -0
- package/dist/cjs/i18n/ja.js +22 -0
- package/dist/cjs/i18n/ko.js +22 -0
- package/dist/cjs/i18n/nb.js +22 -0
- package/dist/cjs/i18n/nl.js +22 -0
- package/dist/cjs/i18n/pl.js +22 -0
- package/dist/cjs/i18n/pt_BR.js +22 -0
- package/dist/cjs/i18n/ru.js +22 -0
- package/dist/cjs/i18n/sv.js +22 -0
- package/dist/cjs/i18n/th.js +22 -0
- package/dist/cjs/i18n/tr.js +22 -0
- package/dist/cjs/i18n/uk.js +22 -0
- package/dist/cjs/i18n/vi.js +22 -0
- package/dist/cjs/i18n/zh.js +22 -0
- package/dist/cjs/i18n/zh_TW.js +22 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/assets/date.js +8 -11
- package/dist/cjs/quick-insert/assets/heading1.js +0 -2
- package/dist/cjs/quick-insert/assets/heading2.js +0 -2
- package/dist/cjs/quick-insert/assets/heading3.js +0 -2
- package/dist/cjs/quick-insert/assets/heading4.js +0 -2
- package/dist/cjs/quick-insert/assets/heading5.js +0 -2
- package/dist/cjs/quick-insert/assets/heading6.js +0 -2
- package/dist/cjs/quick-insert/assets/layout.js +39 -12
- package/dist/cjs/quick-insert/assets/link.js +15 -6
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/datasource.js +2 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/guideline/utils.js +7 -9
- package/dist/es2019/i18n/cs.js +22 -0
- package/dist/es2019/i18n/da.js +22 -0
- package/dist/es2019/i18n/de.js +22 -0
- package/dist/es2019/i18n/en.js +5 -0
- package/dist/es2019/i18n/en_GB.js +5 -0
- package/dist/es2019/i18n/en_ZZ.js +5 -0
- package/dist/es2019/i18n/es.js +22 -0
- package/dist/es2019/i18n/fi.js +22 -0
- package/dist/es2019/i18n/fr.js +22 -0
- package/dist/es2019/i18n/hu.js +22 -0
- package/dist/es2019/i18n/it.js +22 -0
- package/dist/es2019/i18n/ja.js +22 -0
- package/dist/es2019/i18n/ko.js +22 -0
- package/dist/es2019/i18n/nb.js +22 -0
- package/dist/es2019/i18n/nl.js +22 -0
- package/dist/es2019/i18n/pl.js +22 -0
- package/dist/es2019/i18n/pt_BR.js +22 -0
- package/dist/es2019/i18n/ru.js +22 -0
- package/dist/es2019/i18n/sv.js +22 -0
- package/dist/es2019/i18n/th.js +22 -0
- package/dist/es2019/i18n/tr.js +22 -0
- package/dist/es2019/i18n/uk.js +22 -0
- package/dist/es2019/i18n/vi.js +22 -0
- package/dist/es2019/i18n/zh.js +22 -0
- package/dist/es2019/i18n/zh_TW.js +22 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/assets/date.js +8 -11
- package/dist/es2019/quick-insert/assets/heading1.js +0 -1
- package/dist/es2019/quick-insert/assets/heading2.js +0 -1
- package/dist/es2019/quick-insert/assets/heading3.js +0 -1
- package/dist/es2019/quick-insert/assets/heading4.js +0 -1
- package/dist/es2019/quick-insert/assets/heading5.js +0 -1
- package/dist/es2019/quick-insert/assets/heading6.js +0 -1
- package/dist/es2019/quick-insert/assets/layout.js +40 -11
- package/dist/es2019/quick-insert/assets/link.js +16 -5
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/datasource.js +1 -1
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/guideline/utils.js +14 -12
- package/dist/esm/i18n/cs.js +22 -0
- package/dist/esm/i18n/da.js +22 -0
- package/dist/esm/i18n/de.js +22 -0
- package/dist/esm/i18n/en.js +5 -0
- package/dist/esm/i18n/en_GB.js +5 -0
- package/dist/esm/i18n/en_ZZ.js +5 -0
- package/dist/esm/i18n/es.js +22 -0
- package/dist/esm/i18n/fi.js +22 -0
- package/dist/esm/i18n/fr.js +22 -0
- package/dist/esm/i18n/hu.js +22 -0
- package/dist/esm/i18n/it.js +22 -0
- package/dist/esm/i18n/ja.js +22 -0
- package/dist/esm/i18n/ko.js +22 -0
- package/dist/esm/i18n/nb.js +22 -0
- package/dist/esm/i18n/nl.js +22 -0
- package/dist/esm/i18n/pl.js +22 -0
- package/dist/esm/i18n/pt_BR.js +22 -0
- package/dist/esm/i18n/ru.js +22 -0
- package/dist/esm/i18n/sv.js +22 -0
- package/dist/esm/i18n/th.js +22 -0
- package/dist/esm/i18n/tr.js +22 -0
- package/dist/esm/i18n/uk.js +22 -0
- package/dist/esm/i18n/vi.js +22 -0
- package/dist/esm/i18n/zh.js +22 -0
- package/dist/esm/i18n/zh_TW.js +22 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/assets/date.js +8 -11
- package/dist/esm/quick-insert/assets/heading1.js +0 -1
- package/dist/esm/quick-insert/assets/heading2.js +0 -1
- package/dist/esm/quick-insert/assets/heading3.js +0 -1
- package/dist/esm/quick-insert/assets/heading4.js +0 -1
- package/dist/esm/quick-insert/assets/heading5.js +0 -1
- package/dist/esm/quick-insert/assets/heading6.js +0 -1
- package/dist/esm/quick-insert/assets/layout.js +39 -11
- package/dist/esm/quick-insert/assets/link.js +15 -5
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/datasource.js +1 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +22 -0
- package/dist/types/i18n/da.d.ts +22 -0
- package/dist/types/i18n/de.d.ts +22 -0
- package/dist/types/i18n/en.d.ts +5 -0
- package/dist/types/i18n/en_GB.d.ts +5 -0
- package/dist/types/i18n/en_ZZ.d.ts +5 -0
- package/dist/types/i18n/es.d.ts +22 -0
- package/dist/types/i18n/fi.d.ts +22 -0
- package/dist/types/i18n/fr.d.ts +22 -0
- package/dist/types/i18n/hu.d.ts +22 -0
- package/dist/types/i18n/it.d.ts +22 -0
- package/dist/types/i18n/ja.d.ts +22 -0
- package/dist/types/i18n/ko.d.ts +22 -0
- package/dist/types/i18n/nb.d.ts +22 -0
- package/dist/types/i18n/nl.d.ts +22 -0
- package/dist/types/i18n/pl.d.ts +22 -0
- package/dist/types/i18n/pt_BR.d.ts +22 -0
- package/dist/types/i18n/ru.d.ts +22 -0
- package/dist/types/i18n/sv.d.ts +22 -0
- package/dist/types/i18n/th.d.ts +22 -0
- package/dist/types/i18n/tr.d.ts +22 -0
- package/dist/types/i18n/uk.d.ts +22 -0
- package/dist/types/i18n/vi.d.ts +22 -0
- package/dist/types/i18n/zh.d.ts +22 -0
- package/dist/types/i18n/zh_TW.d.ts +22 -0
- package/dist/types/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types/utils/datasource.d.ts +2 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +22 -0
- package/dist/types-ts4.5/i18n/da.d.ts +22 -0
- package/dist/types-ts4.5/i18n/de.d.ts +22 -0
- package/dist/types-ts4.5/i18n/en.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -0
- package/dist/types-ts4.5/i18n/es.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +22 -0
- package/dist/types-ts4.5/i18n/it.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +22 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +22 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +22 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +22 -0
- package/dist/types-ts4.5/i18n/th.d.ts +22 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +22 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +22 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +22 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +22 -0
- package/dist/types-ts4.5/ui/MediaSingle/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/datasource.d.ts +2 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +3 -3
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|
|
@@ -15,12 +15,16 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.blockDescription': string;
|
|
16
16
|
'fabric.editor.blockTitle': string;
|
|
17
17
|
'fabric.editor.blockquote': string;
|
|
18
|
+
'fabric.editor.bold': string;
|
|
18
19
|
'fabric.editor.bug': string;
|
|
19
20
|
'fabric.editor.cancelButton': string;
|
|
20
21
|
'fabric.editor.captionPlaceholder': string;
|
|
21
22
|
'fabric.editor.cardFloatingControls': string;
|
|
23
|
+
'fabric.editor.clearFormatting': string;
|
|
22
24
|
'fabric.editor.clearLink': string;
|
|
23
25
|
'fabric.editor.clearLinkText': string;
|
|
26
|
+
'fabric.editor.code': string;
|
|
27
|
+
'fabric.editor.code.on': string;
|
|
24
28
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
25
29
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
@@ -79,6 +83,7 @@ declare const _default: {
|
|
|
79
83
|
'fabric.editor.inlineTitle': string;
|
|
80
84
|
'fabric.editor.insertMenu': string;
|
|
81
85
|
'fabric.editor.invalidLink': string;
|
|
86
|
+
'fabric.editor.italic': string;
|
|
82
87
|
'fabric.editor.layoutFixedWidth': string;
|
|
83
88
|
'fabric.editor.layoutFullWidth': string;
|
|
84
89
|
'fabric.editor.layoutWide': string;
|
|
@@ -86,12 +91,20 @@ declare const _default: {
|
|
|
86
91
|
'fabric.editor.link.description': string;
|
|
87
92
|
'fabric.editor.linkAddress': string;
|
|
88
93
|
'fabric.editor.linkPlaceholder': string;
|
|
94
|
+
'fabric.editor.lists': string;
|
|
89
95
|
'fabric.editor.mediaAddLink': string;
|
|
90
96
|
'fabric.editor.mediaFiles': string;
|
|
91
97
|
'fabric.editor.mediaFiles.description': string;
|
|
92
98
|
'fabric.editor.mention': string;
|
|
93
99
|
'fabric.editor.mention.description': string;
|
|
100
|
+
'fabric.editor.moreFormatting': string;
|
|
101
|
+
'fabric.editor.navigate.toolbar.editor': string;
|
|
102
|
+
'fabric.editor.navigate.toolbar.floating': string;
|
|
103
|
+
'fabric.editor.off': string;
|
|
104
|
+
'fabric.editor.on': string;
|
|
94
105
|
'fabric.editor.openLink': string;
|
|
106
|
+
'fabric.editor.orderedList': string;
|
|
107
|
+
'fabric.editor.orderedList.description': string;
|
|
95
108
|
'fabric.editor.pageActionsLabel': string;
|
|
96
109
|
'fabric.editor.placeholderText': string;
|
|
97
110
|
'fabric.editor.placeholderText.description': string;
|
|
@@ -102,10 +115,16 @@ declare const _default: {
|
|
|
102
115
|
'fabric.editor.status': string;
|
|
103
116
|
'fabric.editor.status.description': string;
|
|
104
117
|
'fabric.editor.story': string;
|
|
118
|
+
'fabric.editor.strike': string;
|
|
105
119
|
'fabric.editor.subTask': string;
|
|
120
|
+
'fabric.editor.subscript': string;
|
|
121
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
122
|
+
'fabric.editor.superscript': string;
|
|
123
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
106
124
|
'fabric.editor.table': string;
|
|
107
125
|
'fabric.editor.table.description': string;
|
|
108
126
|
'fabric.editor.task': string;
|
|
127
|
+
'fabric.editor.text.formatting.off': string;
|
|
109
128
|
'fabric.editor.time.ago': string;
|
|
110
129
|
'fabric.editor.time.updated': string;
|
|
111
130
|
'fabric.editor.time.viewed': string;
|
|
@@ -117,7 +136,10 @@ declare const _default: {
|
|
|
117
136
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
118
137
|
'fabric.editor.tooltip.taskList': string;
|
|
119
138
|
'fabric.editor.unableToOpenLink': string;
|
|
139
|
+
'fabric.editor.underline': string;
|
|
120
140
|
'fabric.editor.unlink': string;
|
|
141
|
+
'fabric.editor.unorderedList': string;
|
|
142
|
+
'fabric.editor.unorderedList.description': string;
|
|
121
143
|
'fabric.editor.unsupportedBlockContent': string;
|
|
122
144
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
123
145
|
'fabric.editor.unsupportedInlineContent': string;
|