@atlaskit/editor-common 78.22.4 → 78.23.1
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 +18 -0
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/es.js +3 -2
- package/dist/cjs/i18n/fi.js +3 -2
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +6 -5
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +3 -2
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +2 -1
- package/dist/cjs/i18n/tr.js +2 -1
- package/dist/cjs/i18n/uk.js +4 -3
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +2 -1
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/cjs/messages/table.js +2 -12
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/paste/md-plugins/linkify-md-plugin.js +9 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/hyperlink.js +9 -1
- package/dist/cjs/utils/index.js +7 -0
- package/dist/cjs/utils/should-auto-linkify-tld.js +87 -0
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/es.js +3 -2
- package/dist/es2019/i18n/fi.js +3 -2
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +6 -5
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +3 -2
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +2 -1
- package/dist/es2019/i18n/tr.js +2 -1
- package/dist/es2019/i18n/uk.js +4 -3
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +2 -1
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/es2019/messages/table.js +2 -12
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/paste/md-plugins/linkify-md-plugin.js +8 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/hyperlink.js +7 -1
- package/dist/es2019/utils/index.js +1 -0
- package/dist/es2019/utils/should-auto-linkify-tld.js +80 -0
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/es.js +3 -2
- package/dist/esm/i18n/fi.js +3 -2
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +6 -5
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +3 -2
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +2 -1
- package/dist/esm/i18n/tr.js +2 -1
- package/dist/esm/i18n/uk.js +4 -3
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +2 -1
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/esm/messages/table.js +2 -12
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/paste/md-plugins/linkify-md-plugin.js +10 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/hyperlink.js +9 -1
- package/dist/esm/utils/index.js +1 -0
- package/dist/esm/utils/should-auto-linkify-tld.js +80 -0
- package/dist/types/analytics/types/loom-events.d.ts +4 -3
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/messages/table.d.ts +0 -10
- package/dist/types/types/annotation/index.d.ts +1 -0
- package/dist/types/utils/hyperlink.d.ts +6 -3
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/should-auto-linkify-tld.d.ts +17 -0
- package/dist/types-ts4.5/analytics/types/loom-events.d.ts +4 -3
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/messages/table.d.ts +0 -10
- package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/hyperlink.d.ts +6 -3
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/should-auto-linkify-tld.d.ts +17 -0
- package/package.json +8 -6
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +364,17 @@ declare const _default: {
|
|
|
363
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnLeftResize': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
369
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
+
'fabric.editor.tables.columnRightResize': string;
|
|
371
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
372
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
373
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
374
|
+
'fabric.editor.tables.otherResize': string;
|
|
375
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
376
|
'fabric.editor.tables.resizeTable': string;
|
|
377
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
378
|
'fabric.editor.task': string;
|
|
370
379
|
'fabric.editor.taskPlaceholder': string;
|
|
371
380
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -470,6 +479,5 @@ declare const _default: {
|
|
|
470
479
|
'fabric.theme.white': string;
|
|
471
480
|
'fabric.theme.yellow': string;
|
|
472
481
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
482
|
};
|
|
475
483
|
export default _default;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +364,17 @@ declare const _default: {
|
|
|
363
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnLeftResize': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
369
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
+
'fabric.editor.tables.columnRightResize': string;
|
|
371
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
372
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
373
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
374
|
+
'fabric.editor.tables.otherResize': string;
|
|
375
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
376
|
'fabric.editor.tables.resizeTable': string;
|
|
377
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
378
|
'fabric.editor.task': string;
|
|
370
379
|
'fabric.editor.taskPlaceholder': string;
|
|
371
380
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -470,6 +479,5 @@ declare const _default: {
|
|
|
470
479
|
'fabric.theme.white': string;
|
|
471
480
|
'fabric.theme.yellow': string;
|
|
472
481
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
482
|
};
|
|
475
483
|
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -249,16 +249,6 @@ export declare const messages: {
|
|
|
249
249
|
defaultMessage: string;
|
|
250
250
|
description: string;
|
|
251
251
|
};
|
|
252
|
-
columnLeftResize: {
|
|
253
|
-
id: string;
|
|
254
|
-
defaultMessage: string;
|
|
255
|
-
description: string;
|
|
256
|
-
};
|
|
257
|
-
columnRightResize: {
|
|
258
|
-
id: string;
|
|
259
|
-
defaultMessage: string;
|
|
260
|
-
description: string;
|
|
261
|
-
};
|
|
262
252
|
columnResizeStop: {
|
|
263
253
|
id: string;
|
|
264
254
|
defaultMessage: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Schema, Slice } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
-
import { EditorState } from '@atlaskit/editor-prosemirror/state';
|
|
3
|
-
import { AnalyticsEventPayload, InputMethodInsertLink } from '../analytics/types';
|
|
1
|
+
import type { Schema, Slice } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
+
import type { EditorState } from '@atlaskit/editor-prosemirror/state';
|
|
3
|
+
import type { AnalyticsEventPayload, InputMethodInsertLink } from '../analytics/types';
|
|
4
4
|
export declare const FILEPATH_REGEXP: RegExp;
|
|
5
5
|
export declare const DONTLINKIFY_REGEXP: RegExp;
|
|
6
6
|
/**
|
|
@@ -15,6 +15,9 @@ export declare class LinkMatcher {
|
|
|
15
15
|
* Adds protocol to url if needed.
|
|
16
16
|
*/
|
|
17
17
|
export declare function normalizeUrl(url?: string | null): string;
|
|
18
|
+
/**
|
|
19
|
+
* Linkify content in a slice (eg. after a rich text paste)
|
|
20
|
+
*/
|
|
18
21
|
export declare function linkifyContent(schema: Schema): (slice: Slice) => Slice;
|
|
19
22
|
export declare function getLinkDomain(url: string): string;
|
|
20
23
|
export declare function isFromCurrentDomain(url: string): boolean;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Node as PMNode, ResolvedPos, Schema } from '@atlaskit/editor-prosemirror/model';
|
|
2
2
|
import type { EditorState, Selection } from '@atlaskit/editor-prosemirror/state';
|
|
3
3
|
import type { ContentNodeWithPos } from '@atlaskit/editor-prosemirror/utils';
|
|
4
|
+
export { shouldAutoLinkifyMatch } from './should-auto-linkify-tld';
|
|
4
5
|
export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark, } from './annotation';
|
|
5
6
|
export { getExtensionLozengeData } from './macro';
|
|
6
7
|
export type { Params } from './macro';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Match } from '@atlaskit/adf-schema';
|
|
2
|
+
/**
|
|
3
|
+
* Decide if a url should auto linkify, based on the TLD.
|
|
4
|
+
* If URL is in a list of suspicious TLDs (eg. README.md), returns false
|
|
5
|
+
* If URL is prefixed with http:// or https:// or www, returns true (allows linkify), as user intention is clear
|
|
6
|
+
* this is a URL.
|
|
7
|
+
* If the link is invalid (eg. missing a TLD), returns true (allows linkify)
|
|
8
|
+
*
|
|
9
|
+
* @param url Link that hasn't been already prefixed with http://, https:// or www.
|
|
10
|
+
*/
|
|
11
|
+
export declare function shouldAutoLinkifyTld(url: string): boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Check if url match uses tld we don't want to auto linkify
|
|
14
|
+
* @param match Linkify Match
|
|
15
|
+
* @returns True if should auto linkify, false otherwise
|
|
16
|
+
*/
|
|
17
|
+
export declare function shouldAutoLinkifyMatch(match: Match): boolean;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import type { SDKUnsupportedReasons } from '@loomhq/record-sdk';
|
|
2
1
|
import type { ACTION, ACTION_SUBJECT, INPUT_METHOD } from './enums';
|
|
3
2
|
import type { OperationalAEP, TrackAEP } from './utils';
|
|
3
|
+
type LoomPluginErrorMessages = 'is-supported-failure' | 'failed-to-initialise' | 'api-key-not-provided';
|
|
4
|
+
type LoomSDKErrorMessages = 'incompatible-browser' | 'third-party-cookies-disabled' | 'no-media-streams-support';
|
|
4
5
|
type LoomInitialisedAEP = OperationalAEP<ACTION.INITIALISED, ACTION_SUBJECT.LOOM, undefined, undefined>;
|
|
5
6
|
type LoomDisabledAEP = OperationalAEP<ACTION.ERRORED, ACTION_SUBJECT.LOOM, undefined, {
|
|
6
|
-
error?:
|
|
7
|
+
error?: LoomPluginErrorMessages | LoomSDKErrorMessages;
|
|
7
8
|
}>;
|
|
8
9
|
type RecordVideoAEP = TrackAEP<ACTION.RECORD_VIDEO, ACTION_SUBJECT.LOOM, undefined, {
|
|
9
10
|
inputMethod: INPUT_METHOD;
|
|
10
11
|
}, undefined>;
|
|
11
12
|
type RecordVideoFailedAEP = TrackAEP<ACTION.RECORD_VIDEO_FAILED, ACTION_SUBJECT.LOOM, undefined, {
|
|
12
13
|
inputMethod: INPUT_METHOD;
|
|
13
|
-
error?:
|
|
14
|
+
error?: LoomPluginErrorMessages | LoomSDKErrorMessages;
|
|
14
15
|
}, undefined>;
|
|
15
16
|
type InsertVideoAEP = TrackAEP<ACTION.INSERT_VIDEO, ACTION_SUBJECT.LOOM, undefined, {
|
|
16
17
|
duration?: number;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +364,17 @@ declare const _default: {
|
|
|
363
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnLeftResize': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
369
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
+
'fabric.editor.tables.columnRightResize': string;
|
|
371
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
372
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
373
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
374
|
+
'fabric.editor.tables.otherResize': string;
|
|
375
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
376
|
'fabric.editor.tables.resizeTable': string;
|
|
377
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
378
|
'fabric.editor.task': string;
|
|
370
379
|
'fabric.editor.taskPlaceholder': string;
|
|
371
380
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -470,6 +479,5 @@ declare const _default: {
|
|
|
470
479
|
'fabric.theme.white': string;
|
|
471
480
|
'fabric.theme.yellow': string;
|
|
472
481
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
482
|
};
|
|
475
483
|
export default _default;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +364,17 @@ declare const _default: {
|
|
|
363
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnLeftResize': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
369
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
+
'fabric.editor.tables.columnRightResize': string;
|
|
371
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
372
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
373
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
374
|
+
'fabric.editor.tables.otherResize': string;
|
|
375
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
376
|
'fabric.editor.tables.resizeTable': string;
|
|
377
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
378
|
'fabric.editor.task': string;
|
|
370
379
|
'fabric.editor.taskPlaceholder': string;
|
|
371
380
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -470,6 +479,5 @@ declare const _default: {
|
|
|
470
479
|
'fabric.theme.white': string;
|
|
471
480
|
'fabric.theme.yellow': string;
|
|
472
481
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
482
|
};
|
|
475
483
|
export default _default;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -355,6 +355,7 @@ declare const _default: {
|
|
|
355
355
|
'fabric.editor.supportAltText': string;
|
|
356
356
|
'fabric.editor.table': string;
|
|
357
357
|
'fabric.editor.table.description': string;
|
|
358
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
359
|
'fabric.editor.tableOptions': string;
|
|
359
360
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|