@atlaskit/editor-common 87.10.0 → 87.10.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 +6 -0
- package/dist/cjs/i18n/cs.js +6 -0
- package/dist/cjs/i18n/da.js +6 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/en.js +7 -0
- package/dist/cjs/i18n/en_GB.js +7 -0
- package/dist/cjs/i18n/en_ZZ.js +7 -0
- package/dist/cjs/i18n/es.js +13 -0
- package/dist/cjs/i18n/fi.js +6 -0
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +6 -0
- package/dist/cjs/i18n/it.js +6 -0
- package/dist/cjs/i18n/ja.js +6 -0
- package/dist/cjs/i18n/ko.js +6 -0
- package/dist/cjs/i18n/nb.js +6 -0
- package/dist/cjs/i18n/nl.js +6 -0
- package/dist/cjs/i18n/pl.js +6 -0
- package/dist/cjs/i18n/pt_BR.js +6 -0
- package/dist/cjs/i18n/ru.js +6 -0
- package/dist/cjs/i18n/sv.js +6 -0
- package/dist/cjs/i18n/th.js +6 -0
- package/dist/cjs/i18n/tr.js +6 -0
- package/dist/cjs/i18n/uk.js +13 -0
- package/dist/cjs/i18n/vi.js +6 -0
- package/dist/cjs/i18n/zh.js +6 -0
- package/dist/cjs/i18n/zh_TW.js +13 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +6 -0
- package/dist/es2019/i18n/da.js +6 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/en.js +7 -0
- package/dist/es2019/i18n/en_GB.js +7 -0
- package/dist/es2019/i18n/en_ZZ.js +7 -0
- package/dist/es2019/i18n/es.js +13 -0
- package/dist/es2019/i18n/fi.js +6 -0
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +6 -0
- package/dist/es2019/i18n/it.js +6 -0
- package/dist/es2019/i18n/ja.js +6 -0
- package/dist/es2019/i18n/ko.js +6 -0
- package/dist/es2019/i18n/nb.js +6 -0
- package/dist/es2019/i18n/nl.js +6 -0
- package/dist/es2019/i18n/pl.js +6 -0
- package/dist/es2019/i18n/pt_BR.js +6 -0
- package/dist/es2019/i18n/ru.js +6 -0
- package/dist/es2019/i18n/sv.js +6 -0
- package/dist/es2019/i18n/th.js +6 -0
- package/dist/es2019/i18n/tr.js +6 -0
- package/dist/es2019/i18n/uk.js +13 -0
- package/dist/es2019/i18n/vi.js +6 -0
- package/dist/es2019/i18n/zh.js +6 -0
- package/dist/es2019/i18n/zh_TW.js +13 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +6 -0
- package/dist/esm/i18n/da.js +6 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/en.js +7 -0
- package/dist/esm/i18n/en_GB.js +7 -0
- package/dist/esm/i18n/en_ZZ.js +7 -0
- package/dist/esm/i18n/es.js +13 -0
- package/dist/esm/i18n/fi.js +6 -0
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +6 -0
- package/dist/esm/i18n/it.js +6 -0
- package/dist/esm/i18n/ja.js +6 -0
- package/dist/esm/i18n/ko.js +6 -0
- package/dist/esm/i18n/nb.js +6 -0
- package/dist/esm/i18n/nl.js +6 -0
- package/dist/esm/i18n/pl.js +6 -0
- package/dist/esm/i18n/pt_BR.js +6 -0
- package/dist/esm/i18n/ru.js +6 -0
- package/dist/esm/i18n/sv.js +6 -0
- package/dist/esm/i18n/th.js +6 -0
- package/dist/esm/i18n/tr.js +6 -0
- package/dist/esm/i18n/uk.js +13 -0
- package/dist/esm/i18n/vi.js +6 -0
- package/dist/esm/i18n/zh.js +6 -0
- package/dist/esm/i18n/zh_TW.js +13 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +6 -0
- package/dist/types/i18n/da.d.ts +6 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/en.d.ts +7 -0
- package/dist/types/i18n/en_GB.d.ts +7 -0
- package/dist/types/i18n/en_ZZ.d.ts +7 -0
- package/dist/types/i18n/es.d.ts +13 -0
- package/dist/types/i18n/fi.d.ts +6 -0
- package/dist/types/i18n/fr.d.ts +6 -0
- package/dist/types/i18n/hu.d.ts +6 -0
- package/dist/types/i18n/it.d.ts +6 -0
- package/dist/types/i18n/ja.d.ts +6 -0
- package/dist/types/i18n/ko.d.ts +6 -0
- package/dist/types/i18n/nb.d.ts +6 -0
- package/dist/types/i18n/nl.d.ts +6 -0
- package/dist/types/i18n/pl.d.ts +6 -0
- package/dist/types/i18n/pt_BR.d.ts +6 -0
- package/dist/types/i18n/ru.d.ts +6 -0
- package/dist/types/i18n/sv.d.ts +6 -0
- package/dist/types/i18n/th.d.ts +6 -0
- package/dist/types/i18n/tr.d.ts +6 -0
- package/dist/types/i18n/uk.d.ts +13 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/i18n/zh.d.ts +6 -0
- package/dist/types/i18n/zh_TW.d.ts +13 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +6 -0
- package/dist/types-ts4.5/i18n/da.d.ts +6 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/en.d.ts +7 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +7 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +7 -0
- package/dist/types-ts4.5/i18n/es.d.ts +13 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +6 -0
- package/dist/types-ts4.5/i18n/it.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +6 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +6 -0
- package/dist/types-ts4.5/i18n/th.d.ts +6 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -0
- package/package.json +7 -7
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -290,6 +294,13 @@ declare const _default: {
|
|
|
290
294
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
291
295
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
292
296
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
297
|
+
'fabric.editor.media.insert.cancel': string;
|
|
298
|
+
'fabric.editor.media.insert.errorMessage': string;
|
|
299
|
+
'fabric.editor.media.insert.insert': string;
|
|
300
|
+
'fabric.editor.media.insert.loadPreview': string;
|
|
301
|
+
'fabric.editor.media.insert.mediaAlt': string;
|
|
302
|
+
'fabric.editor.media.insert.pasteLinkToUpload': string;
|
|
303
|
+
'fabric.editor.media.insert.warning': string;
|
|
293
304
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
294
305
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
295
306
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -335,6 +346,7 @@ declare const _default: {
|
|
|
335
346
|
'fabric.editor.other': string;
|
|
336
347
|
'fabric.editor.outdent': string;
|
|
337
348
|
'fabric.editor.pageActionsLabel': string;
|
|
349
|
+
'fabric.editor.panel': string;
|
|
338
350
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
351
|
'fabric.editor.panel.emoji': string;
|
|
340
352
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +455,7 @@ declare const _default: {
|
|
|
443
455
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
456
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
457
|
'fabric.editor.tooltip.taskList': string;
|
|
458
|
+
'fabric.editor.turnInto': string;
|
|
446
459
|
'fabric.editor.twoColumns': string;
|
|
447
460
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
461
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -290,6 +294,13 @@ declare const _default: {
|
|
|
290
294
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
291
295
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
292
296
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
297
|
+
'fabric.editor.media.insert.cancel': string;
|
|
298
|
+
'fabric.editor.media.insert.errorMessage': string;
|
|
299
|
+
'fabric.editor.media.insert.insert': string;
|
|
300
|
+
'fabric.editor.media.insert.loadPreview': string;
|
|
301
|
+
'fabric.editor.media.insert.mediaAlt': string;
|
|
302
|
+
'fabric.editor.media.insert.pasteLinkToUpload': string;
|
|
303
|
+
'fabric.editor.media.insert.warning': string;
|
|
293
304
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
294
305
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
295
306
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -335,6 +346,7 @@ declare const _default: {
|
|
|
335
346
|
'fabric.editor.other': string;
|
|
336
347
|
'fabric.editor.outdent': string;
|
|
337
348
|
'fabric.editor.pageActionsLabel': string;
|
|
349
|
+
'fabric.editor.panel': string;
|
|
338
350
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
351
|
'fabric.editor.panel.emoji': string;
|
|
340
352
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +455,7 @@ declare const _default: {
|
|
|
443
455
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
456
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
457
|
'fabric.editor.tooltip.taskList': string;
|
|
458
|
+
'fabric.editor.turnInto': string;
|
|
446
459
|
'fabric.editor.twoColumns': string;
|
|
447
460
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
461
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -335,6 +339,7 @@ declare const _default: {
|
|
|
335
339
|
'fabric.editor.other': string;
|
|
336
340
|
'fabric.editor.outdent': string;
|
|
337
341
|
'fabric.editor.pageActionsLabel': string;
|
|
342
|
+
'fabric.editor.panel': string;
|
|
338
343
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
344
|
'fabric.editor.panel.emoji': string;
|
|
340
345
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +448,7 @@ declare const _default: {
|
|
|
443
448
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
449
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
450
|
'fabric.editor.tooltip.taskList': string;
|
|
451
|
+
'fabric.editor.turnInto': string;
|
|
446
452
|
'fabric.editor.twoColumns': string;
|
|
447
453
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
454
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
@@ -294,6 +294,13 @@ declare const _default: {
|
|
|
294
294
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
295
295
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
296
296
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
297
|
+
'fabric.editor.media.insert.cancel': string;
|
|
298
|
+
'fabric.editor.media.insert.errorMessage': string;
|
|
299
|
+
'fabric.editor.media.insert.insert': string;
|
|
300
|
+
'fabric.editor.media.insert.loadPreview': string;
|
|
301
|
+
'fabric.editor.media.insert.mediaAlt': string;
|
|
302
|
+
'fabric.editor.media.insert.pasteLinkToUpload': string;
|
|
303
|
+
'fabric.editor.media.insert.warning': string;
|
|
297
304
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
298
305
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
299
306
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -294,6 +294,13 @@ declare const _default: {
|
|
|
294
294
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
295
295
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
296
296
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
297
|
+
'fabric.editor.media.insert.cancel': string;
|
|
298
|
+
'fabric.editor.media.insert.errorMessage': string;
|
|
299
|
+
'fabric.editor.media.insert.insert': string;
|
|
300
|
+
'fabric.editor.media.insert.loadPreview': string;
|
|
301
|
+
'fabric.editor.media.insert.mediaAlt': string;
|
|
302
|
+
'fabric.editor.media.insert.pasteLinkToUpload': string;
|
|
303
|
+
'fabric.editor.media.insert.warning': string;
|
|
297
304
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
298
305
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
299
306
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -294,6 +294,13 @@ declare const _default: {
|
|
|
294
294
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
295
295
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
296
296
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
297
|
+
'fabric.editor.media.insert.cancel': string;
|
|
298
|
+
'fabric.editor.media.insert.errorMessage': string;
|
|
299
|
+
'fabric.editor.media.insert.insert': string;
|
|
300
|
+
'fabric.editor.media.insert.loadPreview': string;
|
|
301
|
+
'fabric.editor.media.insert.mediaAlt': string;
|
|
302
|
+
'fabric.editor.media.insert.pasteLinkToUpload': string;
|
|
303
|
+
'fabric.editor.media.insert.warning': string;
|
|
297
304
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
298
305
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
299
306
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -36,6 +36,8 @@ declare const _default: {
|
|
|
36
36
|
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
37
|
'fabric.editor.blockControlMoveDown': string;
|
|
38
38
|
'fabric.editor.blockControlMoveUp': string;
|
|
39
|
+
'fabric.editor.blockControlMovedDown': string;
|
|
40
|
+
'fabric.editor.blockControlMovedUp': string;
|
|
39
41
|
'fabric.editor.blockDescription': string;
|
|
40
42
|
'fabric.editor.blockTitle': string;
|
|
41
43
|
'fabric.editor.blockquote': string;
|
|
@@ -264,6 +266,8 @@ declare const _default: {
|
|
|
264
266
|
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
265
267
|
'fabric.editor.insertColumn': string;
|
|
266
268
|
'fabric.editor.insertColumnDrag': string;
|
|
269
|
+
'fabric.editor.insertMediaFromUrl': string;
|
|
270
|
+
'fabric.editor.insertMediaFromUrlDescription': string;
|
|
267
271
|
'fabric.editor.insertMenu': string;
|
|
268
272
|
'fabric.editor.insertRow': string;
|
|
269
273
|
'fabric.editor.insertRowDrag': string;
|
|
@@ -290,6 +294,13 @@ declare const _default: {
|
|
|
290
294
|
'fabric.editor.media.DefaultMediaWidthDecreased': string;
|
|
291
295
|
'fabric.editor.media.DefaultMediaWidthIncreased': string;
|
|
292
296
|
'fabric.editor.media.MediaWidthIsMin': string;
|
|
297
|
+
'fabric.editor.media.insert.cancel': string;
|
|
298
|
+
'fabric.editor.media.insert.errorMessage': string;
|
|
299
|
+
'fabric.editor.media.insert.insert': string;
|
|
300
|
+
'fabric.editor.media.insert.loadPreview': string;
|
|
301
|
+
'fabric.editor.media.insert.mediaAlt': string;
|
|
302
|
+
'fabric.editor.media.insert.pasteLinkToUpload': string;
|
|
303
|
+
'fabric.editor.media.insert.warning': string;
|
|
293
304
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
294
305
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
295
306
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
@@ -335,6 +346,7 @@ declare const _default: {
|
|
|
335
346
|
'fabric.editor.other': string;
|
|
336
347
|
'fabric.editor.outdent': string;
|
|
337
348
|
'fabric.editor.pageActionsLabel': string;
|
|
349
|
+
'fabric.editor.panel': string;
|
|
338
350
|
'fabric.editor.panel.backgroundColor': string;
|
|
339
351
|
'fabric.editor.panel.emoji': string;
|
|
340
352
|
'fabric.editor.panel.panelsGroup': string;
|
|
@@ -443,6 +455,7 @@ declare const _default: {
|
|
|
443
455
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
444
456
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
445
457
|
'fabric.editor.tooltip.taskList': string;
|
|
458
|
+
'fabric.editor.turnInto': string;
|
|
446
459
|
'fabric.editor.twoColumns': string;
|
|
447
460
|
'fabric.editor.typeAhead.popupLabel': string;
|
|
448
461
|
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|