@atlaskit/editor-common 87.0.4 → 87.1.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 +12 -0
- package/dist/cjs/i18n/cs.js +13 -1
- package/dist/cjs/i18n/da.js +13 -1
- package/dist/cjs/i18n/de.js +13 -1
- package/dist/cjs/i18n/en.js +12 -1
- package/dist/cjs/i18n/en_GB.js +12 -1
- package/dist/cjs/i18n/en_ZZ.js +12 -1
- package/dist/cjs/i18n/es.js +13 -1
- package/dist/cjs/i18n/fi.js +15 -3
- package/dist/cjs/i18n/fr.js +15 -3
- package/dist/cjs/i18n/hu.js +13 -1
- package/dist/cjs/i18n/it.js +13 -1
- package/dist/cjs/i18n/ja.js +13 -1
- package/dist/cjs/i18n/ko.js +13 -1
- package/dist/cjs/i18n/nb.js +13 -1
- package/dist/cjs/i18n/nl.js +13 -1
- package/dist/cjs/i18n/pl.js +13 -1
- package/dist/cjs/i18n/pt_BR.js +13 -1
- package/dist/cjs/i18n/ru.js +13 -1
- package/dist/cjs/i18n/sv.js +13 -1
- package/dist/cjs/i18n/th.js +13 -1
- package/dist/cjs/i18n/tr.js +13 -1
- package/dist/cjs/i18n/uk.js +15 -3
- package/dist/cjs/i18n/vi.js +13 -1
- package/dist/cjs/i18n/zh.js +13 -1
- package/dist/cjs/i18n/zh_TW.js +13 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/expand.js +6 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -1
- package/dist/es2019/i18n/da.js +13 -1
- package/dist/es2019/i18n/de.js +13 -1
- package/dist/es2019/i18n/en.js +12 -1
- package/dist/es2019/i18n/en_GB.js +12 -1
- package/dist/es2019/i18n/en_ZZ.js +12 -1
- package/dist/es2019/i18n/es.js +13 -1
- package/dist/es2019/i18n/fi.js +15 -3
- package/dist/es2019/i18n/fr.js +15 -3
- package/dist/es2019/i18n/hu.js +13 -1
- package/dist/es2019/i18n/it.js +13 -1
- package/dist/es2019/i18n/ja.js +13 -1
- package/dist/es2019/i18n/ko.js +13 -1
- package/dist/es2019/i18n/nb.js +13 -1
- package/dist/es2019/i18n/nl.js +13 -1
- package/dist/es2019/i18n/pl.js +13 -1
- package/dist/es2019/i18n/pt_BR.js +13 -1
- package/dist/es2019/i18n/ru.js +13 -1
- package/dist/es2019/i18n/sv.js +13 -1
- package/dist/es2019/i18n/th.js +13 -1
- package/dist/es2019/i18n/tr.js +13 -1
- package/dist/es2019/i18n/uk.js +15 -3
- package/dist/es2019/i18n/vi.js +13 -1
- package/dist/es2019/i18n/zh.js +13 -1
- package/dist/es2019/i18n/zh_TW.js +13 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/expand.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +13 -1
- package/dist/esm/i18n/da.js +13 -1
- package/dist/esm/i18n/de.js +13 -1
- package/dist/esm/i18n/en.js +12 -1
- package/dist/esm/i18n/en_GB.js +12 -1
- package/dist/esm/i18n/en_ZZ.js +12 -1
- package/dist/esm/i18n/es.js +13 -1
- package/dist/esm/i18n/fi.js +15 -3
- package/dist/esm/i18n/fr.js +15 -3
- package/dist/esm/i18n/hu.js +13 -1
- package/dist/esm/i18n/it.js +13 -1
- package/dist/esm/i18n/ja.js +13 -1
- package/dist/esm/i18n/ko.js +13 -1
- package/dist/esm/i18n/nb.js +13 -1
- package/dist/esm/i18n/nl.js +13 -1
- package/dist/esm/i18n/pl.js +13 -1
- package/dist/esm/i18n/pt_BR.js +13 -1
- package/dist/esm/i18n/ru.js +13 -1
- package/dist/esm/i18n/sv.js +13 -1
- package/dist/esm/i18n/th.js +13 -1
- package/dist/esm/i18n/tr.js +13 -1
- package/dist/esm/i18n/uk.js +15 -3
- package/dist/esm/i18n/vi.js +13 -1
- package/dist/esm/i18n/zh.js +13 -1
- package/dist/esm/i18n/zh_TW.js +13 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/expand.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -1
- package/dist/types/i18n/da.d.ts +13 -1
- package/dist/types/i18n/de.d.ts +13 -1
- package/dist/types/i18n/en.d.ts +12 -1
- package/dist/types/i18n/en_GB.d.ts +12 -1
- package/dist/types/i18n/en_ZZ.d.ts +12 -1
- package/dist/types/i18n/es.d.ts +13 -1
- package/dist/types/i18n/fi.d.ts +13 -1
- package/dist/types/i18n/fr.d.ts +13 -1
- package/dist/types/i18n/hu.d.ts +13 -1
- package/dist/types/i18n/it.d.ts +13 -1
- package/dist/types/i18n/ja.d.ts +13 -1
- package/dist/types/i18n/ko.d.ts +13 -1
- package/dist/types/i18n/nb.d.ts +13 -1
- package/dist/types/i18n/nl.d.ts +13 -1
- package/dist/types/i18n/pl.d.ts +13 -1
- package/dist/types/i18n/pt_BR.d.ts +13 -1
- package/dist/types/i18n/ru.d.ts +13 -1
- package/dist/types/i18n/sv.d.ts +13 -1
- package/dist/types/i18n/th.d.ts +13 -1
- package/dist/types/i18n/tr.d.ts +13 -1
- package/dist/types/i18n/uk.d.ts +13 -1
- package/dist/types/i18n/vi.d.ts +13 -1
- package/dist/types/i18n/zh.d.ts +13 -1
- package/dist/types/i18n/zh_TW.d.ts +13 -1
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/expand.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
- package/dist/types-ts4.5/i18n/da.d.ts +13 -1
- package/dist/types-ts4.5/i18n/de.d.ts +13 -1
- package/dist/types-ts4.5/i18n/en.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
- package/dist/types-ts4.5/i18n/es.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
- package/dist/types-ts4.5/i18n/it.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
- package/dist/types-ts4.5/i18n/th.d.ts +13 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
- package/package.json +2 -2
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -29,7 +29,7 @@ export { smartCardStyles, FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNE
|
|
|
29
29
|
export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
30
30
|
export { buttonGroupStyle, separatorStyles, wrapperStyle, triggerWrapperStyles, } from './shared/plugins';
|
|
31
31
|
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
|
|
32
|
-
export { expandIconWrapperStyle, expandClassNames } from './shared/expand';
|
|
32
|
+
export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle, } from './shared/expand';
|
|
33
33
|
export { ClassNames as MediaSharedClassNames } from './shared/media';
|
|
34
34
|
export { BreakoutCssClassName } from './shared/breakout';
|
|
35
35
|
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.numberedColumn': string;
|
|
322
329
|
'fabric.editor.off': string;
|
|
323
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
324
332
|
'fabric.editor.openLink': string;
|
|
325
333
|
'fabric.editor.orderedList': string;
|
|
326
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -356,6 +364,9 @@ declare const _default: {
|
|
|
356
364
|
'fabric.editor.rightSidebar': string;
|
|
357
365
|
'fabric.editor.rowControl': string;
|
|
358
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
359
370
|
'fabric.editor.rowsAreInserted': string;
|
|
360
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
361
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.numberedColumn': string;
|
|
322
329
|
'fabric.editor.off': string;
|
|
323
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
324
332
|
'fabric.editor.openLink': string;
|
|
325
333
|
'fabric.editor.orderedList': string;
|
|
326
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -356,6 +364,9 @@ declare const _default: {
|
|
|
356
364
|
'fabric.editor.rightSidebar': string;
|
|
357
365
|
'fabric.editor.rowControl': string;
|
|
358
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
359
370
|
'fabric.editor.rowsAreInserted': string;
|
|
360
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
361
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -321,6 +328,7 @@ declare const _default: {
|
|
|
321
328
|
'fabric.editor.numberedColumn': string;
|
|
322
329
|
'fabric.editor.off': string;
|
|
323
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
324
332
|
'fabric.editor.openLink': string;
|
|
325
333
|
'fabric.editor.orderedList': string;
|
|
326
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -356,6 +364,9 @@ declare const _default: {
|
|
|
356
364
|
'fabric.editor.rightSidebar': string;
|
|
357
365
|
'fabric.editor.rowControl': string;
|
|
358
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
359
370
|
'fabric.editor.rowsAreInserted': string;
|
|
360
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
361
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|