@atlaskit/editor-common 78.26.0 → 78.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/cjs/extensibility/Extension/Extension/index.js +1 -0
- package/dist/cjs/extensibility/Extension/Extension/styles.js +1 -2
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +10 -3
- package/dist/cjs/extensibility/Extension/Lozenge/LozengeComponent.js +3 -1
- package/dist/cjs/extensibility/Extension/Lozenge/index.js +2 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +2 -1
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +1 -2
- package/dist/cjs/i18n/cs.js +5 -0
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +5 -0
- package/dist/cjs/i18n/en.js +4 -4
- package/dist/cjs/i18n/en_GB.js +4 -4
- package/dist/cjs/i18n/es.js +5 -0
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +5 -0
- package/dist/cjs/i18n/hu.js +5 -0
- package/dist/cjs/i18n/it.js +5 -0
- package/dist/cjs/i18n/ja.js +4 -0
- package/dist/cjs/i18n/ko.js +4 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +5 -0
- package/dist/cjs/i18n/pl.js +5 -0
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +5 -0
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +5 -0
- package/dist/cjs/i18n/tr.js +4 -0
- package/dist/cjs/i18n/uk.js +5 -0
- package/dist/cjs/i18n/vi.js +5 -0
- package/dist/cjs/i18n/zh.js +5 -0
- package/dist/cjs/i18n/zh_TW.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/date.js +1 -1
- package/dist/es2019/extensibility/Extension/Extension/index.js +1 -0
- package/dist/es2019/extensibility/Extension/Extension/styles.js +2 -3
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +10 -3
- package/dist/es2019/extensibility/Extension/Lozenge/LozengeComponent.js +3 -1
- package/dist/es2019/extensibility/Extension/Lozenge/index.js +2 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +2 -1
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +2 -3
- package/dist/es2019/i18n/cs.js +5 -0
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +5 -0
- package/dist/es2019/i18n/en.js +4 -4
- package/dist/es2019/i18n/en_GB.js +4 -4
- package/dist/es2019/i18n/es.js +5 -0
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +5 -0
- package/dist/es2019/i18n/hu.js +5 -0
- package/dist/es2019/i18n/it.js +5 -0
- package/dist/es2019/i18n/ja.js +4 -0
- package/dist/es2019/i18n/ko.js +4 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +5 -0
- package/dist/es2019/i18n/pl.js +5 -0
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +5 -0
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +5 -0
- package/dist/es2019/i18n/tr.js +4 -0
- package/dist/es2019/i18n/uk.js +5 -0
- package/dist/es2019/i18n/vi.js +5 -0
- package/dist/es2019/i18n/zh.js +5 -0
- package/dist/es2019/i18n/zh_TW.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/date.js +1 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +1 -0
- package/dist/esm/extensibility/Extension/Extension/styles.js +2 -3
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +10 -3
- package/dist/esm/extensibility/Extension/Lozenge/LozengeComponent.js +3 -1
- package/dist/esm/extensibility/Extension/Lozenge/index.js +2 -0
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +2 -1
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +2 -3
- package/dist/esm/i18n/cs.js +5 -0
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +5 -0
- package/dist/esm/i18n/en.js +4 -4
- package/dist/esm/i18n/en_GB.js +4 -4
- package/dist/esm/i18n/es.js +5 -0
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +5 -0
- package/dist/esm/i18n/hu.js +5 -0
- package/dist/esm/i18n/it.js +5 -0
- package/dist/esm/i18n/ja.js +4 -0
- package/dist/esm/i18n/ko.js +4 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +5 -0
- package/dist/esm/i18n/pl.js +5 -0
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +5 -0
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +5 -0
- package/dist/esm/i18n/tr.js +4 -0
- package/dist/esm/i18n/uk.js +5 -0
- package/dist/esm/i18n/vi.js +5 -0
- package/dist/esm/i18n/zh.js +5 -0
- package/dist/esm/i18n/zh_TW.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/date.js +1 -1
- package/dist/types/extensibility/Extension/Lozenge/ExtensionLabel.d.ts +2 -1
- package/dist/types/extensibility/Extension/Lozenge/LozengeComponent.d.ts +2 -1
- package/dist/types/extensibility/Extension/Lozenge/index.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +5 -0
- package/dist/types/i18n/en.d.ts +2 -2
- package/dist/types/i18n/en_GB.d.ts +2 -2
- package/dist/types/i18n/es.d.ts +5 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +5 -0
- package/dist/types/i18n/hu.d.ts +5 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +5 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +5 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +5 -0
- package/dist/types/i18n/vi.d.ts +5 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/extensibility/Extension/Lozenge/ExtensionLabel.d.ts +2 -1
- package/dist/types-ts4.5/extensibility/Extension/Lozenge/LozengeComponent.d.ts +2 -1
- package/dist/types-ts4.5/extensibility/Extension/Lozenge/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +5 -0
- package/dist/types-ts4.5/i18n/de.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en.d.ts +2 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -2
- package/dist/types-ts4.5/i18n/es.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +5 -0
- package/dist/types-ts4.5/i18n/it.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +5 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +5 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/package.json +4 -4
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -364,10 +364,8 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
-
'fabric.editor.tables.columnLeftResize': string;
|
|
368
367
|
'fabric.editor.tables.columnResizeLast': string;
|
|
369
368
|
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
-
'fabric.editor.tables.columnRightResize': string;
|
|
371
369
|
'fabric.editor.tables.columnWidth': string;
|
|
372
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
373
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
@@ -418,6 +416,8 @@ declare const _default: {
|
|
|
418
416
|
'fabric.editor.urlDescription': string;
|
|
419
417
|
'fabric.editor.urlTitle': string;
|
|
420
418
|
'fabric.editor.useMarkdown': string;
|
|
419
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
420
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
421
421
|
'fabric.editor.viewMore': string;
|
|
422
422
|
'fabric.editor.visit': string;
|
|
423
423
|
'fabric.editor.warning': string;
|
|
@@ -364,10 +364,8 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
-
'fabric.editor.tables.columnLeftResize': string;
|
|
368
367
|
'fabric.editor.tables.columnResizeLast': string;
|
|
369
368
|
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
-
'fabric.editor.tables.columnRightResize': string;
|
|
371
369
|
'fabric.editor.tables.columnWidth': string;
|
|
372
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
373
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
@@ -418,6 +416,8 @@ declare const _default: {
|
|
|
418
416
|
'fabric.editor.urlDescription': string;
|
|
419
417
|
'fabric.editor.urlTitle': string;
|
|
420
418
|
'fabric.editor.useMarkdown': string;
|
|
419
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
420
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
421
421
|
'fabric.editor.viewMore': string;
|
|
422
422
|
'fabric.editor.visit': string;
|
|
423
423
|
'fabric.editor.warning': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -364,9 +364,13 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
367
369
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
370
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
371
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
372
|
'fabric.editor.tables.resizeTable': string;
|
|
373
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
374
|
'fabric.editor.task': string;
|
|
371
375
|
'fabric.editor.taskPlaceholder': string;
|
|
372
376
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -364,9 +364,13 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
367
369
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
370
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
371
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
372
|
'fabric.editor.tables.resizeTable': string;
|
|
373
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
374
|
'fabric.editor.task': string;
|
|
371
375
|
'fabric.editor.taskPlaceholder': string;
|
|
372
376
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -364,9 +364,13 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
367
369
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
370
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
371
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
372
|
'fabric.editor.tables.resizeTable': string;
|
|
373
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
374
|
'fabric.editor.task': string;
|
|
371
375
|
'fabric.editor.taskPlaceholder': string;
|
|
372
376
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -5,7 +5,8 @@ type ExtensionLabelProps = {
|
|
|
5
5
|
text: string;
|
|
6
6
|
extensionName: string;
|
|
7
7
|
isNodeHovered?: boolean;
|
|
8
|
+
isNodeNested?: boolean;
|
|
8
9
|
customContainerStyles?: CSSProperties;
|
|
9
10
|
};
|
|
10
|
-
export declare const ExtensionLabel: ({ text, extensionName, isNodeHovered, customContainerStyles, }: ExtensionLabelProps) => jsx.JSX.Element;
|
|
11
|
+
export declare const ExtensionLabel: ({ text, extensionName, isNodeHovered, customContainerStyles, isNodeNested, }: ExtensionLabelProps) => jsx.JSX.Element;
|
|
11
12
|
export {};
|
|
@@ -13,6 +13,7 @@ type LozengeComponentProps = {
|
|
|
13
13
|
showMacroInteractionDesignUpdates?: boolean;
|
|
14
14
|
customContainerStyles?: CSSProperties;
|
|
15
15
|
isNodeHovered?: boolean;
|
|
16
|
+
isNodeNested?: boolean;
|
|
16
17
|
};
|
|
17
|
-
export declare const LozengeComponent: ({ lozengeData, extensionName, title, params, renderImage, showMacroInteractionDesignUpdates, customContainerStyles, isNodeHovered, }: LozengeComponentProps) => jsx.JSX.Element;
|
|
18
|
+
export declare const LozengeComponent: ({ lozengeData, extensionName, title, params, renderImage, showMacroInteractionDesignUpdates, customContainerStyles, isNodeHovered, isNodeNested, }: LozengeComponentProps) => jsx.JSX.Element;
|
|
18
19
|
export {};
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,10 +364,8 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
-
'fabric.editor.tables.columnLeftResize': string;
|
|
368
367
|
'fabric.editor.tables.columnResizeLast': string;
|
|
369
368
|
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
-
'fabric.editor.tables.columnRightResize': string;
|
|
371
369
|
'fabric.editor.tables.columnWidth': string;
|
|
372
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
373
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
@@ -418,6 +416,8 @@ declare const _default: {
|
|
|
418
416
|
'fabric.editor.urlDescription': string;
|
|
419
417
|
'fabric.editor.urlTitle': string;
|
|
420
418
|
'fabric.editor.useMarkdown': string;
|
|
419
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
420
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
421
421
|
'fabric.editor.viewMore': string;
|
|
422
422
|
'fabric.editor.visit': string;
|
|
423
423
|
'fabric.editor.warning': string;
|
|
@@ -364,10 +364,8 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
-
'fabric.editor.tables.columnLeftResize': string;
|
|
368
367
|
'fabric.editor.tables.columnResizeLast': string;
|
|
369
368
|
'fabric.editor.tables.columnResizeOverflow': string;
|
|
370
|
-
'fabric.editor.tables.columnRightResize': string;
|
|
371
369
|
'fabric.editor.tables.columnWidth': string;
|
|
372
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
373
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
@@ -418,6 +416,8 @@ declare const _default: {
|
|
|
418
416
|
'fabric.editor.urlDescription': string;
|
|
419
417
|
'fabric.editor.urlTitle': string;
|
|
420
418
|
'fabric.editor.useMarkdown': string;
|
|
419
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
420
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
421
421
|
'fabric.editor.viewMore': string;
|
|
422
422
|
'fabric.editor.visit': string;
|
|
423
423
|
'fabric.editor.warning': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,13 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
367
369
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
370
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
371
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
372
|
'fabric.editor.tables.resizeTable': string;
|
|
373
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
374
|
'fabric.editor.task': string;
|
|
371
375
|
'fabric.editor.taskPlaceholder': string;
|
|
372
376
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,13 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
367
369
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
370
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
371
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
372
|
'fabric.editor.tables.resizeTable': string;
|
|
373
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
374
|
'fabric.editor.task': string;
|
|
371
375
|
'fabric.editor.taskPlaceholder': string;
|
|
372
376
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -364,9 +364,14 @@ declare const _default: {
|
|
|
364
364
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
365
365
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
366
366
|
'fabric.editor.tables.adjustColumn': string;
|
|
367
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
368
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
369
|
+
'fabric.editor.tables.columnWidth': string;
|
|
367
370
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
368
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
372
|
+
'fabric.editor.tables.resizeStop': string;
|
|
369
373
|
'fabric.editor.tables.resizeTable': string;
|
|
374
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
370
375
|
'fabric.editor.task': string;
|
|
371
376
|
'fabric.editor.taskPlaceholder': string;
|
|
372
377
|
'fabric.editor.text.formatting.off': string;
|