@atlaskit/editor-common 76.18.5 → 76.18.7
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 +13 -0
- package/dist/cjs/i18n/cs.js +34 -0
- package/dist/cjs/i18n/da.js +80 -46
- package/dist/cjs/i18n/de.js +76 -42
- package/dist/cjs/i18n/en.js +34 -0
- package/dist/cjs/i18n/en_GB.js +34 -0
- package/dist/cjs/i18n/en_ZZ.js +34 -0
- package/dist/cjs/i18n/es.js +34 -0
- package/dist/cjs/i18n/fi.js +51 -17
- package/dist/cjs/i18n/fr.js +34 -0
- package/dist/cjs/i18n/hu.js +59 -25
- package/dist/cjs/i18n/it.js +70 -36
- package/dist/cjs/i18n/ja.js +56 -22
- package/dist/cjs/i18n/ko.js +58 -24
- package/dist/cjs/i18n/nb.js +61 -27
- package/dist/cjs/i18n/nl.js +34 -0
- package/dist/cjs/i18n/pl.js +35 -1
- package/dist/cjs/i18n/pt_BR.js +34 -0
- package/dist/cjs/i18n/ru.js +34 -0
- package/dist/cjs/i18n/sv.js +51 -17
- package/dist/cjs/i18n/th.js +63 -35
- package/dist/cjs/i18n/tr.js +36 -2
- package/dist/cjs/i18n/uk.js +45 -17
- package/dist/cjs/i18n/vi.js +54 -26
- package/dist/cjs/i18n/zh.js +34 -0
- package/dist/cjs/i18n/zh_TW.js +34 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/ErrorBoundary/index.js +0 -1
- package/dist/es2019/i18n/cs.js +34 -0
- package/dist/es2019/i18n/da.js +80 -46
- package/dist/es2019/i18n/de.js +76 -42
- package/dist/es2019/i18n/en.js +34 -0
- package/dist/es2019/i18n/en_GB.js +34 -0
- package/dist/es2019/i18n/en_ZZ.js +34 -0
- package/dist/es2019/i18n/es.js +34 -0
- package/dist/es2019/i18n/fi.js +51 -17
- package/dist/es2019/i18n/fr.js +34 -0
- package/dist/es2019/i18n/hu.js +59 -25
- package/dist/es2019/i18n/it.js +70 -36
- package/dist/es2019/i18n/ja.js +56 -22
- package/dist/es2019/i18n/ko.js +58 -24
- package/dist/es2019/i18n/nb.js +61 -27
- package/dist/es2019/i18n/nl.js +34 -0
- package/dist/es2019/i18n/pl.js +35 -1
- package/dist/es2019/i18n/pt_BR.js +34 -0
- package/dist/es2019/i18n/ru.js +34 -0
- package/dist/es2019/i18n/sv.js +51 -17
- package/dist/es2019/i18n/th.js +63 -35
- package/dist/es2019/i18n/tr.js +36 -2
- package/dist/es2019/i18n/uk.js +45 -17
- package/dist/es2019/i18n/vi.js +54 -26
- package/dist/es2019/i18n/zh.js +34 -0
- package/dist/es2019/i18n/zh_TW.js +34 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/ErrorBoundary/index.js +0 -1
- package/dist/esm/i18n/cs.js +34 -0
- package/dist/esm/i18n/da.js +80 -46
- package/dist/esm/i18n/de.js +76 -42
- package/dist/esm/i18n/en.js +34 -0
- package/dist/esm/i18n/en_GB.js +34 -0
- package/dist/esm/i18n/en_ZZ.js +34 -0
- package/dist/esm/i18n/es.js +34 -0
- package/dist/esm/i18n/fi.js +51 -17
- package/dist/esm/i18n/fr.js +34 -0
- package/dist/esm/i18n/hu.js +59 -25
- package/dist/esm/i18n/it.js +70 -36
- package/dist/esm/i18n/ja.js +56 -22
- package/dist/esm/i18n/ko.js +58 -24
- package/dist/esm/i18n/nb.js +61 -27
- package/dist/esm/i18n/nl.js +34 -0
- package/dist/esm/i18n/pl.js +35 -1
- package/dist/esm/i18n/pt_BR.js +34 -0
- package/dist/esm/i18n/ru.js +34 -0
- package/dist/esm/i18n/sv.js +51 -17
- package/dist/esm/i18n/th.js +63 -35
- package/dist/esm/i18n/tr.js +36 -2
- package/dist/esm/i18n/uk.js +45 -17
- package/dist/esm/i18n/vi.js +54 -26
- package/dist/esm/i18n/zh.js +34 -0
- package/dist/esm/i18n/zh_TW.js +34 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/ErrorBoundary/index.js +0 -1
- package/dist/types/analytics/types/events.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +34 -0
- package/dist/types/i18n/da.d.ts +34 -0
- package/dist/types/i18n/de.d.ts +34 -0
- package/dist/types/i18n/en.d.ts +34 -0
- package/dist/types/i18n/en_GB.d.ts +34 -0
- package/dist/types/i18n/en_ZZ.d.ts +34 -0
- package/dist/types/i18n/es.d.ts +34 -0
- package/dist/types/i18n/fi.d.ts +34 -0
- package/dist/types/i18n/fr.d.ts +34 -0
- package/dist/types/i18n/hu.d.ts +34 -0
- package/dist/types/i18n/it.d.ts +34 -0
- package/dist/types/i18n/ja.d.ts +34 -0
- package/dist/types/i18n/ko.d.ts +34 -0
- package/dist/types/i18n/nb.d.ts +34 -0
- package/dist/types/i18n/nl.d.ts +34 -0
- package/dist/types/i18n/pl.d.ts +34 -0
- package/dist/types/i18n/pt_BR.d.ts +34 -0
- package/dist/types/i18n/ru.d.ts +34 -0
- package/dist/types/i18n/sv.d.ts +34 -0
- package/dist/types/i18n/th.d.ts +28 -0
- package/dist/types/i18n/tr.d.ts +34 -0
- package/dist/types/i18n/uk.d.ts +28 -0
- package/dist/types/i18n/vi.d.ts +28 -0
- package/dist/types/i18n/zh.d.ts +34 -0
- package/dist/types/i18n/zh_TW.d.ts +34 -0
- package/dist/types/types/feature-flags.d.ts +0 -10
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +34 -0
- package/dist/types-ts4.5/i18n/da.d.ts +34 -0
- package/dist/types-ts4.5/i18n/de.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +34 -0
- package/dist/types-ts4.5/i18n/es.d.ts +34 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +34 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +34 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +34 -0
- package/dist/types-ts4.5/i18n/it.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +34 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +34 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +34 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +34 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +34 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +34 -0
- package/dist/types-ts4.5/i18n/th.d.ts +28 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +34 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +28 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +28 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +34 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +34 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -10
- package/package.json +2 -2
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -23,9 +23,13 @@ declare const _default: {
|
|
|
23
23
|
'fabric.editor.blockquote2': string;
|
|
24
24
|
'fabric.editor.bold': string;
|
|
25
25
|
'fabric.editor.bug': string;
|
|
26
|
+
'fabric.editor.canNotSortTable': string;
|
|
26
27
|
'fabric.editor.cancelButton': string;
|
|
27
28
|
'fabric.editor.captionPlaceholder': string;
|
|
28
29
|
'fabric.editor.cardFloatingControls': string;
|
|
30
|
+
'fabric.editor.cellBackground': string;
|
|
31
|
+
'fabric.editor.cellOptions': string;
|
|
32
|
+
'fabric.editor.clearCells': string;
|
|
29
33
|
'fabric.editor.clearFormatting': string;
|
|
30
34
|
'fabric.editor.clearLink': string;
|
|
31
35
|
'fabric.editor.clearLinkText': string;
|
|
@@ -39,10 +43,12 @@ declare const _default: {
|
|
|
39
43
|
'fabric.editor.codeblock': string;
|
|
40
44
|
'fabric.editor.codeblock.description': string;
|
|
41
45
|
'fabric.editor.collapseNode': string;
|
|
46
|
+
'fabric.editor.collapseTable': string;
|
|
42
47
|
'fabric.editor.columns': string;
|
|
43
48
|
'fabric.editor.columns.description': string;
|
|
44
49
|
'fabric.editor.copiedToClipboard': string;
|
|
45
50
|
'fabric.editor.copyToClipboard': string;
|
|
51
|
+
'fabric.editor.cornerControl': string;
|
|
46
52
|
'fabric.editor.createComment': string;
|
|
47
53
|
'fabric.editor.createCommentInvalid': string;
|
|
48
54
|
'fabric.editor.customPanel': string;
|
|
@@ -59,6 +65,7 @@ declare const _default: {
|
|
|
59
65
|
'fabric.editor.displayLink': string;
|
|
60
66
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
61
67
|
'fabric.editor.displayText': string;
|
|
68
|
+
'fabric.editor.distributeColumns': string;
|
|
62
69
|
'fabric.editor.ecombedDescription': string;
|
|
63
70
|
'fabric.editor.edit.datasource': string;
|
|
64
71
|
'fabric.editor.editDateText': string;
|
|
@@ -83,8 +90,14 @@ declare const _default: {
|
|
|
83
90
|
'fabric.editor.expandDefaultTitle': string;
|
|
84
91
|
'fabric.editor.expandNode': string;
|
|
85
92
|
'fabric.editor.expandPlaceholder': string;
|
|
93
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
86
96
|
'fabric.editor.feedbackDialog': string;
|
|
87
97
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
99
|
+
'fabric.editor.headerColumn': string;
|
|
100
|
+
'fabric.editor.headerRow': string;
|
|
88
101
|
'fabric.editor.heading1': string;
|
|
89
102
|
'fabric.editor.heading1Description': string;
|
|
90
103
|
'fabric.editor.heading2': string;
|
|
@@ -118,12 +131,15 @@ declare const _default: {
|
|
|
118
131
|
'fabric.editor.infoPanel.description': string;
|
|
119
132
|
'fabric.editor.inlineDescription': string;
|
|
120
133
|
'fabric.editor.inlineTitle': string;
|
|
134
|
+
'fabric.editor.insertColumn': string;
|
|
121
135
|
'fabric.editor.insertMenu': string;
|
|
136
|
+
'fabric.editor.insertRow': string;
|
|
122
137
|
'fabric.editor.invalidLink': string;
|
|
123
138
|
'fabric.editor.italic': string;
|
|
124
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
125
140
|
'fabric.editor.layoutFullWidth': string;
|
|
126
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
127
143
|
'fabric.editor.link': string;
|
|
128
144
|
'fabric.editor.link.description': string;
|
|
129
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -134,12 +150,14 @@ declare const _default: {
|
|
|
134
150
|
'fabric.editor.mediaFiles.description': string;
|
|
135
151
|
'fabric.editor.mention': string;
|
|
136
152
|
'fabric.editor.mention.description': string;
|
|
153
|
+
'fabric.editor.mergeCells': string;
|
|
137
154
|
'fabric.editor.moreFormatting': string;
|
|
138
155
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
139
156
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
140
157
|
'fabric.editor.normal': string;
|
|
141
158
|
'fabric.editor.notePanel': string;
|
|
142
159
|
'fabric.editor.notePanel.description': string;
|
|
160
|
+
'fabric.editor.numberedColumn': string;
|
|
143
161
|
'fabric.editor.off': string;
|
|
144
162
|
'fabric.editor.on': string;
|
|
145
163
|
'fabric.editor.openLink': string;
|
|
@@ -151,9 +169,17 @@ declare const _default: {
|
|
|
151
169
|
'fabric.editor.placeholderText.description': string;
|
|
152
170
|
'fabric.editor.redo': string;
|
|
153
171
|
'fabric.editor.remove': string;
|
|
172
|
+
'fabric.editor.removeColumns': string;
|
|
154
173
|
'fabric.editor.removeEmoji': string;
|
|
174
|
+
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
176
|
+
'fabric.editor.rowControl': string;
|
|
155
177
|
'fabric.editor.saveButton': string;
|
|
156
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
180
|
+
'fabric.editor.sortColumnASC': string;
|
|
181
|
+
'fabric.editor.sortColumnDESC': string;
|
|
182
|
+
'fabric.editor.splitCell': string;
|
|
157
183
|
'fabric.editor.status': string;
|
|
158
184
|
'fabric.editor.status.description': string;
|
|
159
185
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -168,9 +194,16 @@ declare const _default: {
|
|
|
168
194
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
169
195
|
'fabric.editor.table': string;
|
|
170
196
|
'fabric.editor.table.description': string;
|
|
197
|
+
'fabric.editor.tableOptions': string;
|
|
198
|
+
'fabric.editor.tables.adjustColumn': string;
|
|
199
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
200
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
201
|
+
'fabric.editor.tables.resizeTable': string;
|
|
171
202
|
'fabric.editor.task': string;
|
|
172
203
|
'fabric.editor.text.formatting.off': string;
|
|
173
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
207
|
'fabric.editor.time.ago': string;
|
|
175
208
|
'fabric.editor.time.updated': string;
|
|
176
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -181,6 +214,7 @@ declare const _default: {
|
|
|
181
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
182
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
183
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
184
218
|
'fabric.editor.unableToOpenLink': string;
|
|
185
219
|
'fabric.editor.underline': string;
|
|
186
220
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -23,9 +23,13 @@ declare const _default: {
|
|
|
23
23
|
'fabric.editor.blockquote2': string;
|
|
24
24
|
'fabric.editor.bold': string;
|
|
25
25
|
'fabric.editor.bug': string;
|
|
26
|
+
'fabric.editor.canNotSortTable': string;
|
|
26
27
|
'fabric.editor.cancelButton': string;
|
|
27
28
|
'fabric.editor.captionPlaceholder': string;
|
|
28
29
|
'fabric.editor.cardFloatingControls': string;
|
|
30
|
+
'fabric.editor.cellBackground': string;
|
|
31
|
+
'fabric.editor.cellOptions': string;
|
|
32
|
+
'fabric.editor.clearCells': string;
|
|
29
33
|
'fabric.editor.clearFormatting': string;
|
|
30
34
|
'fabric.editor.clearLink': string;
|
|
31
35
|
'fabric.editor.clearLinkText': string;
|
|
@@ -39,10 +43,12 @@ declare const _default: {
|
|
|
39
43
|
'fabric.editor.codeblock': string;
|
|
40
44
|
'fabric.editor.codeblock.description': string;
|
|
41
45
|
'fabric.editor.collapseNode': string;
|
|
46
|
+
'fabric.editor.collapseTable': string;
|
|
42
47
|
'fabric.editor.columns': string;
|
|
43
48
|
'fabric.editor.columns.description': string;
|
|
44
49
|
'fabric.editor.copiedToClipboard': string;
|
|
45
50
|
'fabric.editor.copyToClipboard': string;
|
|
51
|
+
'fabric.editor.cornerControl': string;
|
|
46
52
|
'fabric.editor.createComment': string;
|
|
47
53
|
'fabric.editor.createCommentInvalid': string;
|
|
48
54
|
'fabric.editor.customPanel': string;
|
|
@@ -59,6 +65,7 @@ declare const _default: {
|
|
|
59
65
|
'fabric.editor.displayLink': string;
|
|
60
66
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
61
67
|
'fabric.editor.displayText': string;
|
|
68
|
+
'fabric.editor.distributeColumns': string;
|
|
62
69
|
'fabric.editor.ecombedDescription': string;
|
|
63
70
|
'fabric.editor.edit.datasource': string;
|
|
64
71
|
'fabric.editor.editDateText': string;
|
|
@@ -83,8 +90,14 @@ declare const _default: {
|
|
|
83
90
|
'fabric.editor.expandDefaultTitle': string;
|
|
84
91
|
'fabric.editor.expandNode': string;
|
|
85
92
|
'fabric.editor.expandPlaceholder': string;
|
|
93
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
86
96
|
'fabric.editor.feedbackDialog': string;
|
|
87
97
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
99
|
+
'fabric.editor.headerColumn': string;
|
|
100
|
+
'fabric.editor.headerRow': string;
|
|
88
101
|
'fabric.editor.heading1': string;
|
|
89
102
|
'fabric.editor.heading1Description': string;
|
|
90
103
|
'fabric.editor.heading2': string;
|
|
@@ -118,12 +131,15 @@ declare const _default: {
|
|
|
118
131
|
'fabric.editor.infoPanel.description': string;
|
|
119
132
|
'fabric.editor.inlineDescription': string;
|
|
120
133
|
'fabric.editor.inlineTitle': string;
|
|
134
|
+
'fabric.editor.insertColumn': string;
|
|
121
135
|
'fabric.editor.insertMenu': string;
|
|
136
|
+
'fabric.editor.insertRow': string;
|
|
122
137
|
'fabric.editor.invalidLink': string;
|
|
123
138
|
'fabric.editor.italic': string;
|
|
124
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
125
140
|
'fabric.editor.layoutFullWidth': string;
|
|
126
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
127
143
|
'fabric.editor.link': string;
|
|
128
144
|
'fabric.editor.link.description': string;
|
|
129
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -134,12 +150,14 @@ declare const _default: {
|
|
|
134
150
|
'fabric.editor.mediaFiles.description': string;
|
|
135
151
|
'fabric.editor.mention': string;
|
|
136
152
|
'fabric.editor.mention.description': string;
|
|
153
|
+
'fabric.editor.mergeCells': string;
|
|
137
154
|
'fabric.editor.moreFormatting': string;
|
|
138
155
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
139
156
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
140
157
|
'fabric.editor.normal': string;
|
|
141
158
|
'fabric.editor.notePanel': string;
|
|
142
159
|
'fabric.editor.notePanel.description': string;
|
|
160
|
+
'fabric.editor.numberedColumn': string;
|
|
143
161
|
'fabric.editor.off': string;
|
|
144
162
|
'fabric.editor.on': string;
|
|
145
163
|
'fabric.editor.openLink': string;
|
|
@@ -151,9 +169,17 @@ declare const _default: {
|
|
|
151
169
|
'fabric.editor.placeholderText.description': string;
|
|
152
170
|
'fabric.editor.redo': string;
|
|
153
171
|
'fabric.editor.remove': string;
|
|
172
|
+
'fabric.editor.removeColumns': string;
|
|
154
173
|
'fabric.editor.removeEmoji': string;
|
|
174
|
+
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
176
|
+
'fabric.editor.rowControl': string;
|
|
155
177
|
'fabric.editor.saveButton': string;
|
|
156
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
180
|
+
'fabric.editor.sortColumnASC': string;
|
|
181
|
+
'fabric.editor.sortColumnDESC': string;
|
|
182
|
+
'fabric.editor.splitCell': string;
|
|
157
183
|
'fabric.editor.status': string;
|
|
158
184
|
'fabric.editor.status.description': string;
|
|
159
185
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -168,9 +194,16 @@ declare const _default: {
|
|
|
168
194
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
169
195
|
'fabric.editor.table': string;
|
|
170
196
|
'fabric.editor.table.description': string;
|
|
197
|
+
'fabric.editor.tableOptions': string;
|
|
198
|
+
'fabric.editor.tables.adjustColumn': string;
|
|
199
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
200
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
201
|
+
'fabric.editor.tables.resizeTable': string;
|
|
171
202
|
'fabric.editor.task': string;
|
|
172
203
|
'fabric.editor.text.formatting.off': string;
|
|
173
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
207
|
'fabric.editor.time.ago': string;
|
|
175
208
|
'fabric.editor.time.updated': string;
|
|
176
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -181,6 +214,7 @@ declare const _default: {
|
|
|
181
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
182
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
183
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
184
218
|
'fabric.editor.unableToOpenLink': string;
|
|
185
219
|
'fabric.editor.underline': string;
|
|
186
220
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -23,9 +23,13 @@ declare const _default: {
|
|
|
23
23
|
'fabric.editor.blockquote2': string;
|
|
24
24
|
'fabric.editor.bold': string;
|
|
25
25
|
'fabric.editor.bug': string;
|
|
26
|
+
'fabric.editor.canNotSortTable': string;
|
|
26
27
|
'fabric.editor.cancelButton': string;
|
|
27
28
|
'fabric.editor.captionPlaceholder': string;
|
|
28
29
|
'fabric.editor.cardFloatingControls': string;
|
|
30
|
+
'fabric.editor.cellBackground': string;
|
|
31
|
+
'fabric.editor.cellOptions': string;
|
|
32
|
+
'fabric.editor.clearCells': string;
|
|
29
33
|
'fabric.editor.clearFormatting': string;
|
|
30
34
|
'fabric.editor.clearLink': string;
|
|
31
35
|
'fabric.editor.clearLinkText': string;
|
|
@@ -39,10 +43,12 @@ declare const _default: {
|
|
|
39
43
|
'fabric.editor.codeblock': string;
|
|
40
44
|
'fabric.editor.codeblock.description': string;
|
|
41
45
|
'fabric.editor.collapseNode': string;
|
|
46
|
+
'fabric.editor.collapseTable': string;
|
|
42
47
|
'fabric.editor.columns': string;
|
|
43
48
|
'fabric.editor.columns.description': string;
|
|
44
49
|
'fabric.editor.copiedToClipboard': string;
|
|
45
50
|
'fabric.editor.copyToClipboard': string;
|
|
51
|
+
'fabric.editor.cornerControl': string;
|
|
46
52
|
'fabric.editor.createComment': string;
|
|
47
53
|
'fabric.editor.createCommentInvalid': string;
|
|
48
54
|
'fabric.editor.customPanel': string;
|
|
@@ -59,6 +65,7 @@ declare const _default: {
|
|
|
59
65
|
'fabric.editor.displayLink': string;
|
|
60
66
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
61
67
|
'fabric.editor.displayText': string;
|
|
68
|
+
'fabric.editor.distributeColumns': string;
|
|
62
69
|
'fabric.editor.ecombedDescription': string;
|
|
63
70
|
'fabric.editor.edit.datasource': string;
|
|
64
71
|
'fabric.editor.editDateText': string;
|
|
@@ -83,8 +90,14 @@ declare const _default: {
|
|
|
83
90
|
'fabric.editor.expandDefaultTitle': string;
|
|
84
91
|
'fabric.editor.expandNode': string;
|
|
85
92
|
'fabric.editor.expandPlaceholder': string;
|
|
93
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
86
96
|
'fabric.editor.feedbackDialog': string;
|
|
87
97
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
99
|
+
'fabric.editor.headerColumn': string;
|
|
100
|
+
'fabric.editor.headerRow': string;
|
|
88
101
|
'fabric.editor.heading1': string;
|
|
89
102
|
'fabric.editor.heading1Description': string;
|
|
90
103
|
'fabric.editor.heading2': string;
|
|
@@ -118,12 +131,15 @@ declare const _default: {
|
|
|
118
131
|
'fabric.editor.infoPanel.description': string;
|
|
119
132
|
'fabric.editor.inlineDescription': string;
|
|
120
133
|
'fabric.editor.inlineTitle': string;
|
|
134
|
+
'fabric.editor.insertColumn': string;
|
|
121
135
|
'fabric.editor.insertMenu': string;
|
|
136
|
+
'fabric.editor.insertRow': string;
|
|
122
137
|
'fabric.editor.invalidLink': string;
|
|
123
138
|
'fabric.editor.italic': string;
|
|
124
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
125
140
|
'fabric.editor.layoutFullWidth': string;
|
|
126
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
127
143
|
'fabric.editor.link': string;
|
|
128
144
|
'fabric.editor.link.description': string;
|
|
129
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -134,12 +150,14 @@ declare const _default: {
|
|
|
134
150
|
'fabric.editor.mediaFiles.description': string;
|
|
135
151
|
'fabric.editor.mention': string;
|
|
136
152
|
'fabric.editor.mention.description': string;
|
|
153
|
+
'fabric.editor.mergeCells': string;
|
|
137
154
|
'fabric.editor.moreFormatting': string;
|
|
138
155
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
139
156
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
140
157
|
'fabric.editor.normal': string;
|
|
141
158
|
'fabric.editor.notePanel': string;
|
|
142
159
|
'fabric.editor.notePanel.description': string;
|
|
160
|
+
'fabric.editor.numberedColumn': string;
|
|
143
161
|
'fabric.editor.off': string;
|
|
144
162
|
'fabric.editor.on': string;
|
|
145
163
|
'fabric.editor.openLink': string;
|
|
@@ -151,9 +169,17 @@ declare const _default: {
|
|
|
151
169
|
'fabric.editor.placeholderText.description': string;
|
|
152
170
|
'fabric.editor.redo': string;
|
|
153
171
|
'fabric.editor.remove': string;
|
|
172
|
+
'fabric.editor.removeColumns': string;
|
|
154
173
|
'fabric.editor.removeEmoji': string;
|
|
174
|
+
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
176
|
+
'fabric.editor.rowControl': string;
|
|
155
177
|
'fabric.editor.saveButton': string;
|
|
156
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
180
|
+
'fabric.editor.sortColumnASC': string;
|
|
181
|
+
'fabric.editor.sortColumnDESC': string;
|
|
182
|
+
'fabric.editor.splitCell': string;
|
|
157
183
|
'fabric.editor.status': string;
|
|
158
184
|
'fabric.editor.status.description': string;
|
|
159
185
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -168,9 +194,16 @@ declare const _default: {
|
|
|
168
194
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
169
195
|
'fabric.editor.table': string;
|
|
170
196
|
'fabric.editor.table.description': string;
|
|
197
|
+
'fabric.editor.tableOptions': string;
|
|
198
|
+
'fabric.editor.tables.adjustColumn': string;
|
|
199
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
200
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
201
|
+
'fabric.editor.tables.resizeTable': string;
|
|
171
202
|
'fabric.editor.task': string;
|
|
172
203
|
'fabric.editor.text.formatting.off': string;
|
|
173
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
207
|
'fabric.editor.time.ago': string;
|
|
175
208
|
'fabric.editor.time.updated': string;
|
|
176
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -181,6 +214,7 @@ declare const _default: {
|
|
|
181
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
182
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
183
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
184
218
|
'fabric.editor.unableToOpenLink': string;
|
|
185
219
|
'fabric.editor.underline': string;
|
|
186
220
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -23,9 +23,13 @@ declare const _default: {
|
|
|
23
23
|
'fabric.editor.blockquote2': string;
|
|
24
24
|
'fabric.editor.bold': string;
|
|
25
25
|
'fabric.editor.bug': string;
|
|
26
|
+
'fabric.editor.canNotSortTable': string;
|
|
26
27
|
'fabric.editor.cancelButton': string;
|
|
27
28
|
'fabric.editor.captionPlaceholder': string;
|
|
28
29
|
'fabric.editor.cardFloatingControls': string;
|
|
30
|
+
'fabric.editor.cellBackground': string;
|
|
31
|
+
'fabric.editor.cellOptions': string;
|
|
32
|
+
'fabric.editor.clearCells': string;
|
|
29
33
|
'fabric.editor.clearFormatting': string;
|
|
30
34
|
'fabric.editor.clearLink': string;
|
|
31
35
|
'fabric.editor.clearLinkText': string;
|
|
@@ -39,10 +43,12 @@ declare const _default: {
|
|
|
39
43
|
'fabric.editor.codeblock': string;
|
|
40
44
|
'fabric.editor.codeblock.description': string;
|
|
41
45
|
'fabric.editor.collapseNode': string;
|
|
46
|
+
'fabric.editor.collapseTable': string;
|
|
42
47
|
'fabric.editor.columns': string;
|
|
43
48
|
'fabric.editor.columns.description': string;
|
|
44
49
|
'fabric.editor.copiedToClipboard': string;
|
|
45
50
|
'fabric.editor.copyToClipboard': string;
|
|
51
|
+
'fabric.editor.cornerControl': string;
|
|
46
52
|
'fabric.editor.createComment': string;
|
|
47
53
|
'fabric.editor.createCommentInvalid': string;
|
|
48
54
|
'fabric.editor.customPanel': string;
|
|
@@ -59,6 +65,7 @@ declare const _default: {
|
|
|
59
65
|
'fabric.editor.displayLink': string;
|
|
60
66
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
61
67
|
'fabric.editor.displayText': string;
|
|
68
|
+
'fabric.editor.distributeColumns': string;
|
|
62
69
|
'fabric.editor.ecombedDescription': string;
|
|
63
70
|
'fabric.editor.edit.datasource': string;
|
|
64
71
|
'fabric.editor.editDateText': string;
|
|
@@ -83,8 +90,14 @@ declare const _default: {
|
|
|
83
90
|
'fabric.editor.expandDefaultTitle': string;
|
|
84
91
|
'fabric.editor.expandNode': string;
|
|
85
92
|
'fabric.editor.expandPlaceholder': string;
|
|
93
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
86
96
|
'fabric.editor.feedbackDialog': string;
|
|
87
97
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
99
|
+
'fabric.editor.headerColumn': string;
|
|
100
|
+
'fabric.editor.headerRow': string;
|
|
88
101
|
'fabric.editor.heading1': string;
|
|
89
102
|
'fabric.editor.heading1Description': string;
|
|
90
103
|
'fabric.editor.heading2': string;
|
|
@@ -118,12 +131,15 @@ declare const _default: {
|
|
|
118
131
|
'fabric.editor.infoPanel.description': string;
|
|
119
132
|
'fabric.editor.inlineDescription': string;
|
|
120
133
|
'fabric.editor.inlineTitle': string;
|
|
134
|
+
'fabric.editor.insertColumn': string;
|
|
121
135
|
'fabric.editor.insertMenu': string;
|
|
136
|
+
'fabric.editor.insertRow': string;
|
|
122
137
|
'fabric.editor.invalidLink': string;
|
|
123
138
|
'fabric.editor.italic': string;
|
|
124
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
125
140
|
'fabric.editor.layoutFullWidth': string;
|
|
126
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
127
143
|
'fabric.editor.link': string;
|
|
128
144
|
'fabric.editor.link.description': string;
|
|
129
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -134,12 +150,14 @@ declare const _default: {
|
|
|
134
150
|
'fabric.editor.mediaFiles.description': string;
|
|
135
151
|
'fabric.editor.mention': string;
|
|
136
152
|
'fabric.editor.mention.description': string;
|
|
153
|
+
'fabric.editor.mergeCells': string;
|
|
137
154
|
'fabric.editor.moreFormatting': string;
|
|
138
155
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
139
156
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
140
157
|
'fabric.editor.normal': string;
|
|
141
158
|
'fabric.editor.notePanel': string;
|
|
142
159
|
'fabric.editor.notePanel.description': string;
|
|
160
|
+
'fabric.editor.numberedColumn': string;
|
|
143
161
|
'fabric.editor.off': string;
|
|
144
162
|
'fabric.editor.on': string;
|
|
145
163
|
'fabric.editor.openLink': string;
|
|
@@ -151,9 +169,17 @@ declare const _default: {
|
|
|
151
169
|
'fabric.editor.placeholderText.description': string;
|
|
152
170
|
'fabric.editor.redo': string;
|
|
153
171
|
'fabric.editor.remove': string;
|
|
172
|
+
'fabric.editor.removeColumns': string;
|
|
154
173
|
'fabric.editor.removeEmoji': string;
|
|
174
|
+
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
176
|
+
'fabric.editor.rowControl': string;
|
|
155
177
|
'fabric.editor.saveButton': string;
|
|
156
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
180
|
+
'fabric.editor.sortColumnASC': string;
|
|
181
|
+
'fabric.editor.sortColumnDESC': string;
|
|
182
|
+
'fabric.editor.splitCell': string;
|
|
157
183
|
'fabric.editor.status': string;
|
|
158
184
|
'fabric.editor.status.description': string;
|
|
159
185
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -168,9 +194,16 @@ declare const _default: {
|
|
|
168
194
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
169
195
|
'fabric.editor.table': string;
|
|
170
196
|
'fabric.editor.table.description': string;
|
|
197
|
+
'fabric.editor.tableOptions': string;
|
|
198
|
+
'fabric.editor.tables.adjustColumn': string;
|
|
199
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
200
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
201
|
+
'fabric.editor.tables.resizeTable': string;
|
|
171
202
|
'fabric.editor.task': string;
|
|
172
203
|
'fabric.editor.text.formatting.off': string;
|
|
173
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
207
|
'fabric.editor.time.ago': string;
|
|
175
208
|
'fabric.editor.time.updated': string;
|
|
176
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -181,6 +214,7 @@ declare const _default: {
|
|
|
181
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
182
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
183
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
184
218
|
'fabric.editor.unableToOpenLink': string;
|
|
185
219
|
'fabric.editor.underline': string;
|
|
186
220
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -23,9 +23,13 @@ declare const _default: {
|
|
|
23
23
|
'fabric.editor.blockquote2': string;
|
|
24
24
|
'fabric.editor.bold': string;
|
|
25
25
|
'fabric.editor.bug': string;
|
|
26
|
+
'fabric.editor.canNotSortTable': string;
|
|
26
27
|
'fabric.editor.cancelButton': string;
|
|
27
28
|
'fabric.editor.captionPlaceholder': string;
|
|
28
29
|
'fabric.editor.cardFloatingControls': string;
|
|
30
|
+
'fabric.editor.cellBackground': string;
|
|
31
|
+
'fabric.editor.cellOptions': string;
|
|
32
|
+
'fabric.editor.clearCells': string;
|
|
29
33
|
'fabric.editor.clearFormatting': string;
|
|
30
34
|
'fabric.editor.clearLink': string;
|
|
31
35
|
'fabric.editor.clearLinkText': string;
|
|
@@ -39,10 +43,12 @@ declare const _default: {
|
|
|
39
43
|
'fabric.editor.codeblock': string;
|
|
40
44
|
'fabric.editor.codeblock.description': string;
|
|
41
45
|
'fabric.editor.collapseNode': string;
|
|
46
|
+
'fabric.editor.collapseTable': string;
|
|
42
47
|
'fabric.editor.columns': string;
|
|
43
48
|
'fabric.editor.columns.description': string;
|
|
44
49
|
'fabric.editor.copiedToClipboard': string;
|
|
45
50
|
'fabric.editor.copyToClipboard': string;
|
|
51
|
+
'fabric.editor.cornerControl': string;
|
|
46
52
|
'fabric.editor.createComment': string;
|
|
47
53
|
'fabric.editor.createCommentInvalid': string;
|
|
48
54
|
'fabric.editor.customPanel': string;
|
|
@@ -59,6 +65,7 @@ declare const _default: {
|
|
|
59
65
|
'fabric.editor.displayLink': string;
|
|
60
66
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
61
67
|
'fabric.editor.displayText': string;
|
|
68
|
+
'fabric.editor.distributeColumns': string;
|
|
62
69
|
'fabric.editor.ecombedDescription': string;
|
|
63
70
|
'fabric.editor.edit.datasource': string;
|
|
64
71
|
'fabric.editor.editDateText': string;
|
|
@@ -83,8 +90,14 @@ declare const _default: {
|
|
|
83
90
|
'fabric.editor.expandDefaultTitle': string;
|
|
84
91
|
'fabric.editor.expandNode': string;
|
|
85
92
|
'fabric.editor.expandPlaceholder': string;
|
|
93
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
86
96
|
'fabric.editor.feedbackDialog': string;
|
|
87
97
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
99
|
+
'fabric.editor.headerColumn': string;
|
|
100
|
+
'fabric.editor.headerRow': string;
|
|
88
101
|
'fabric.editor.heading1': string;
|
|
89
102
|
'fabric.editor.heading1Description': string;
|
|
90
103
|
'fabric.editor.heading2': string;
|
|
@@ -118,12 +131,15 @@ declare const _default: {
|
|
|
118
131
|
'fabric.editor.infoPanel.description': string;
|
|
119
132
|
'fabric.editor.inlineDescription': string;
|
|
120
133
|
'fabric.editor.inlineTitle': string;
|
|
134
|
+
'fabric.editor.insertColumn': string;
|
|
121
135
|
'fabric.editor.insertMenu': string;
|
|
136
|
+
'fabric.editor.insertRow': string;
|
|
122
137
|
'fabric.editor.invalidLink': string;
|
|
123
138
|
'fabric.editor.italic': string;
|
|
124
139
|
'fabric.editor.layoutFixedWidth': string;
|
|
125
140
|
'fabric.editor.layoutFullWidth': string;
|
|
126
141
|
'fabric.editor.layoutWide': string;
|
|
142
|
+
'fabric.editor.leftSidebar': string;
|
|
127
143
|
'fabric.editor.link': string;
|
|
128
144
|
'fabric.editor.link.description': string;
|
|
129
145
|
'fabric.editor.linkAddress': string;
|
|
@@ -134,12 +150,14 @@ declare const _default: {
|
|
|
134
150
|
'fabric.editor.mediaFiles.description': string;
|
|
135
151
|
'fabric.editor.mention': string;
|
|
136
152
|
'fabric.editor.mention.description': string;
|
|
153
|
+
'fabric.editor.mergeCells': string;
|
|
137
154
|
'fabric.editor.moreFormatting': string;
|
|
138
155
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
139
156
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
140
157
|
'fabric.editor.normal': string;
|
|
141
158
|
'fabric.editor.notePanel': string;
|
|
142
159
|
'fabric.editor.notePanel.description': string;
|
|
160
|
+
'fabric.editor.numberedColumn': string;
|
|
143
161
|
'fabric.editor.off': string;
|
|
144
162
|
'fabric.editor.on': string;
|
|
145
163
|
'fabric.editor.openLink': string;
|
|
@@ -151,9 +169,17 @@ declare const _default: {
|
|
|
151
169
|
'fabric.editor.placeholderText.description': string;
|
|
152
170
|
'fabric.editor.redo': string;
|
|
153
171
|
'fabric.editor.remove': string;
|
|
172
|
+
'fabric.editor.removeColumns': string;
|
|
154
173
|
'fabric.editor.removeEmoji': string;
|
|
174
|
+
'fabric.editor.removeRows': string;
|
|
175
|
+
'fabric.editor.rightSidebar': string;
|
|
176
|
+
'fabric.editor.rowControl': string;
|
|
155
177
|
'fabric.editor.saveButton': string;
|
|
156
178
|
'fabric.editor.settingsLinks': string;
|
|
179
|
+
'fabric.editor.single': string;
|
|
180
|
+
'fabric.editor.sortColumnASC': string;
|
|
181
|
+
'fabric.editor.sortColumnDESC': string;
|
|
182
|
+
'fabric.editor.splitCell': string;
|
|
157
183
|
'fabric.editor.status': string;
|
|
158
184
|
'fabric.editor.status.description': string;
|
|
159
185
|
'fabric.editor.statusPlaceholder': string;
|
|
@@ -168,9 +194,16 @@ declare const _default: {
|
|
|
168
194
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
169
195
|
'fabric.editor.table': string;
|
|
170
196
|
'fabric.editor.table.description': string;
|
|
197
|
+
'fabric.editor.tableOptions': string;
|
|
198
|
+
'fabric.editor.tables.adjustColumn': string;
|
|
199
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
200
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
201
|
+
'fabric.editor.tables.resizeTable': string;
|
|
171
202
|
'fabric.editor.task': string;
|
|
172
203
|
'fabric.editor.text.formatting.off': string;
|
|
173
204
|
'fabric.editor.textStyles': string;
|
|
205
|
+
'fabric.editor.threeColumns': string;
|
|
206
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
174
207
|
'fabric.editor.time.ago': string;
|
|
175
208
|
'fabric.editor.time.updated': string;
|
|
176
209
|
'fabric.editor.time.viewed': string;
|
|
@@ -181,6 +214,7 @@ declare const _default: {
|
|
|
181
214
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
182
215
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
183
216
|
'fabric.editor.tooltip.taskList': string;
|
|
217
|
+
'fabric.editor.twoColumns': string;
|
|
184
218
|
'fabric.editor.unableToOpenLink': string;
|
|
185
219
|
'fabric.editor.underline': string;
|
|
186
220
|
'fabric.editor.undo': string;
|