@atlaskit/editor-common 78.33.4 → 78.35.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 +20 -0
- package/dist/cjs/i18n/cs.js +12 -2
- package/dist/cjs/i18n/da.js +12 -2
- package/dist/cjs/i18n/de.js +12 -2
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/en_ZZ.js +20 -5
- package/dist/cjs/i18n/es.js +12 -2
- package/dist/cjs/i18n/fi.js +12 -2
- package/dist/cjs/i18n/fr.js +12 -2
- package/dist/cjs/i18n/hu.js +12 -2
- package/dist/cjs/i18n/it.js +12 -2
- package/dist/cjs/i18n/ja.js +13 -2
- package/dist/cjs/i18n/ko.js +13 -2
- package/dist/cjs/i18n/nb.js +12 -2
- package/dist/cjs/i18n/nl.js +14 -4
- package/dist/cjs/i18n/pl.js +12 -2
- package/dist/cjs/i18n/pt_BR.js +12 -2
- package/dist/cjs/i18n/ru.js +12 -2
- package/dist/cjs/i18n/sv.js +12 -2
- package/dist/cjs/i18n/th.js +12 -2
- package/dist/cjs/i18n/tr.js +13 -2
- package/dist/cjs/i18n/uk.js +12 -2
- package/dist/cjs/i18n/vi.js +12 -2
- package/dist/cjs/i18n/zh.js +12 -2
- package/dist/cjs/i18n/zh_TW.js +12 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/portal/PortalBucket.js +44 -0
- package/dist/cjs/portal/PortalManager.js +209 -0
- package/dist/cjs/portal/index.js +26 -0
- package/dist/cjs/portal/usePortalProvider.js +80 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/insert-node-into-ordered-list.js +22 -3
- package/dist/es2019/i18n/cs.js +12 -2
- package/dist/es2019/i18n/da.js +12 -2
- package/dist/es2019/i18n/de.js +12 -2
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/en_ZZ.js +20 -5
- package/dist/es2019/i18n/es.js +12 -2
- package/dist/es2019/i18n/fi.js +12 -2
- package/dist/es2019/i18n/fr.js +12 -2
- package/dist/es2019/i18n/hu.js +12 -2
- package/dist/es2019/i18n/it.js +12 -2
- package/dist/es2019/i18n/ja.js +13 -2
- package/dist/es2019/i18n/ko.js +13 -2
- package/dist/es2019/i18n/nb.js +12 -2
- package/dist/es2019/i18n/nl.js +14 -4
- package/dist/es2019/i18n/pl.js +12 -2
- package/dist/es2019/i18n/pt_BR.js +12 -2
- package/dist/es2019/i18n/ru.js +12 -2
- package/dist/es2019/i18n/sv.js +12 -2
- package/dist/es2019/i18n/th.js +12 -2
- package/dist/es2019/i18n/tr.js +13 -2
- package/dist/es2019/i18n/uk.js +12 -2
- package/dist/es2019/i18n/vi.js +12 -2
- package/dist/es2019/i18n/zh.js +12 -2
- package/dist/es2019/i18n/zh_TW.js +12 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/portal/PortalBucket.js +29 -0
- package/dist/es2019/portal/PortalManager.js +157 -0
- package/dist/es2019/portal/index.js +3 -0
- package/dist/es2019/portal/usePortalProvider.js +58 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/insert-node-into-ordered-list.js +23 -3
- package/dist/esm/i18n/cs.js +12 -2
- package/dist/esm/i18n/da.js +12 -2
- package/dist/esm/i18n/de.js +12 -2
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/en_ZZ.js +20 -5
- package/dist/esm/i18n/es.js +12 -2
- package/dist/esm/i18n/fi.js +12 -2
- package/dist/esm/i18n/fr.js +12 -2
- package/dist/esm/i18n/hu.js +12 -2
- package/dist/esm/i18n/it.js +12 -2
- package/dist/esm/i18n/ja.js +13 -2
- package/dist/esm/i18n/ko.js +13 -2
- package/dist/esm/i18n/nb.js +12 -2
- package/dist/esm/i18n/nl.js +14 -4
- package/dist/esm/i18n/pl.js +12 -2
- package/dist/esm/i18n/pt_BR.js +12 -2
- package/dist/esm/i18n/ru.js +12 -2
- package/dist/esm/i18n/sv.js +12 -2
- package/dist/esm/i18n/th.js +12 -2
- package/dist/esm/i18n/tr.js +13 -2
- package/dist/esm/i18n/uk.js +12 -2
- package/dist/esm/i18n/vi.js +12 -2
- package/dist/esm/i18n/zh.js +12 -2
- package/dist/esm/i18n/zh_TW.js +12 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/portal/PortalBucket.js +34 -0
- package/dist/esm/portal/PortalManager.js +202 -0
- package/dist/esm/portal/index.js +3 -0
- package/dist/esm/portal/usePortalProvider.js +70 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/insert-node-into-ordered-list.js +23 -3
- package/dist/types/i18n/cs.d.ts +10 -0
- package/dist/types/i18n/da.d.ts +10 -0
- package/dist/types/i18n/de.d.ts +10 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +16 -1
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +10 -0
- package/dist/types/i18n/fr.d.ts +10 -0
- package/dist/types/i18n/hu.d.ts +10 -0
- package/dist/types/i18n/it.d.ts +10 -0
- package/dist/types/i18n/ja.d.ts +11 -0
- package/dist/types/i18n/ko.d.ts +11 -0
- package/dist/types/i18n/nb.d.ts +10 -0
- package/dist/types/i18n/nl.d.ts +10 -0
- package/dist/types/i18n/pl.d.ts +10 -0
- package/dist/types/i18n/pt_BR.d.ts +10 -0
- package/dist/types/i18n/ru.d.ts +10 -0
- package/dist/types/i18n/sv.d.ts +10 -0
- package/dist/types/i18n/th.d.ts +10 -0
- package/dist/types/i18n/tr.d.ts +11 -0
- package/dist/types/i18n/uk.d.ts +10 -0
- package/dist/types/i18n/vi.d.ts +10 -0
- package/dist/types/i18n/zh.d.ts +10 -0
- package/dist/types/i18n/zh_TW.d.ts +10 -0
- package/dist/types/portal/PortalBucket.d.ts +18 -0
- package/dist/types/portal/PortalManager.d.ts +53 -0
- package/dist/types/portal/index.d.ts +3 -0
- package/dist/types/portal/usePortalProvider.d.ts +18 -0
- package/dist/types/types/annotation/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
- package/dist/types-ts4.5/i18n/da.d.ts +10 -0
- package/dist/types-ts4.5/i18n/de.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +16 -1
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +10 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +11 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +11 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
- package/dist/types-ts4.5/i18n/th.d.ts +10 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +10 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -0
- package/dist/types-ts4.5/portal/PortalBucket.d.ts +18 -0
- package/dist/types-ts4.5/portal/PortalManager.d.ts +53 -0
- package/dist/types-ts4.5/portal/index.d.ts +3 -0
- package/dist/types-ts4.5/portal/usePortalProvider.d.ts +21 -0
- package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
- package/package.json +4 -3
- package/portal/package.json +15 -0
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -412,6 +419,7 @@ declare const _default: {
|
|
|
412
419
|
'fabric.editor.unsupportedBlockContent': string;
|
|
413
420
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
414
421
|
'fabric.editor.unsupportedInlineContent': string;
|
|
422
|
+
'fabric.editor.upDown': string;
|
|
415
423
|
'fabric.editor.url': string;
|
|
416
424
|
'fabric.editor.urlDescription': string;
|
|
417
425
|
'fabric.editor.urlTitle': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -412,6 +419,7 @@ declare const _default: {
|
|
|
412
419
|
'fabric.editor.unsupportedBlockContent': string;
|
|
413
420
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
414
421
|
'fabric.editor.unsupportedInlineContent': string;
|
|
422
|
+
'fabric.editor.upDown': string;
|
|
415
423
|
'fabric.editor.url': string;
|
|
416
424
|
'fabric.editor.urlDescription': string;
|
|
417
425
|
'fabric.editor.urlTitle': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -355,6 +362,7 @@ declare const _default: {
|
|
|
355
362
|
'fabric.editor.supportAltText': string;
|
|
356
363
|
'fabric.editor.table': string;
|
|
357
364
|
'fabric.editor.table.description': string;
|
|
365
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
366
|
'fabric.editor.tableOptions': string;
|
|
359
367
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
368
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +371,14 @@ declare const _default: {
|
|
|
363
371
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
372
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
373
|
'fabric.editor.tables.adjustColumn': string;
|
|
374
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
375
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
376
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
377
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
378
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
379
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
380
|
'fabric.editor.tables.resizeTable': string;
|
|
381
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
382
|
'fabric.editor.task': string;
|
|
370
383
|
'fabric.editor.taskPlaceholder': string;
|
|
371
384
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -405,10 +418,13 @@ declare const _default: {
|
|
|
405
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
406
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
407
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
408
422
|
'fabric.editor.url': string;
|
|
409
423
|
'fabric.editor.urlDescription': string;
|
|
410
424
|
'fabric.editor.urlTitle': string;
|
|
411
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
412
428
|
'fabric.editor.viewMore': string;
|
|
413
429
|
'fabric.editor.visit': string;
|
|
414
430
|
'fabric.editor.warning': string;
|
|
@@ -470,6 +486,5 @@ declare const _default: {
|
|
|
470
486
|
'fabric.theme.white': string;
|
|
471
487
|
'fabric.theme.yellow': string;
|
|
472
488
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
489
|
};
|
|
475
490
|
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -366,6 +373,7 @@ declare const _default: {
|
|
|
366
373
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
374
|
'fabric.editor.tables.columnResizeLast': string;
|
|
368
375
|
'fabric.editor.tables.columnResizeOverflow': string;
|
|
376
|
+
'fabric.editor.tables.columnWidth': string;
|
|
369
377
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
370
378
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
371
379
|
'fabric.editor.tables.resizeStop': string;
|
|
@@ -410,10 +418,13 @@ declare const _default: {
|
|
|
410
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
411
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
412
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
413
422
|
'fabric.editor.url': string;
|
|
414
423
|
'fabric.editor.urlDescription': string;
|
|
415
424
|
'fabric.editor.urlTitle': string;
|
|
416
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
417
428
|
'fabric.editor.viewMore': string;
|
|
418
429
|
'fabric.editor.visit': string;
|
|
419
430
|
'fabric.editor.warning': string;
|