@atlaskit/editor-common 94.12.1 → 94.13.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 +26 -0
- package/afm-jira/tsconfig.json +158 -158
- package/afm-post-office/tsconfig.json +158 -158
- package/dist/cjs/extensibility/Extension.js +4 -2
- package/dist/cjs/extensibility/extensionNodeView.js +5 -3
- package/dist/cjs/i18n/cs.js +7 -2
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +7 -2
- package/dist/cjs/i18n/en.js +4 -0
- package/dist/cjs/i18n/en_GB.js +4 -0
- package/dist/cjs/i18n/en_ZZ.js +4 -0
- package/dist/cjs/i18n/es.js +7 -2
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +7 -2
- package/dist/cjs/i18n/hu.js +7 -2
- package/dist/cjs/i18n/it.js +7 -2
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +7 -2
- package/dist/cjs/i18n/pl.js +7 -2
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +7 -2
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +7 -2
- package/dist/cjs/i18n/tr.js +7 -2
- package/dist/cjs/i18n/uk.js +5 -0
- package/dist/cjs/i18n/vi.js +7 -2
- package/dist/cjs/i18n/zh.js +7 -2
- package/dist/cjs/i18n/zh_TW.js +7 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/cjs/utils/breakout.js +10 -1
- package/dist/cjs/utils/datasource.js +1 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension.js +4 -2
- package/dist/es2019/extensibility/extensionNodeView.js +5 -3
- package/dist/es2019/i18n/cs.js +7 -2
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +7 -2
- package/dist/es2019/i18n/en.js +4 -0
- package/dist/es2019/i18n/en_GB.js +4 -0
- package/dist/es2019/i18n/en_ZZ.js +4 -0
- package/dist/es2019/i18n/es.js +7 -2
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +7 -2
- package/dist/es2019/i18n/hu.js +7 -2
- package/dist/es2019/i18n/it.js +7 -2
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +7 -2
- package/dist/es2019/i18n/pl.js +7 -2
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +7 -2
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +7 -2
- package/dist/es2019/i18n/tr.js +7 -2
- package/dist/es2019/i18n/uk.js +5 -0
- package/dist/es2019/i18n/vi.js +7 -2
- package/dist/es2019/i18n/zh.js +7 -2
- package/dist/es2019/i18n/zh_TW.js +7 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/annotation.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/es2019/utils/breakout.js +9 -0
- package/dist/es2019/utils/datasource.js +2 -2
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension.js +4 -2
- package/dist/esm/extensibility/extensionNodeView.js +5 -3
- package/dist/esm/i18n/cs.js +7 -2
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +7 -2
- package/dist/esm/i18n/en.js +4 -0
- package/dist/esm/i18n/en_GB.js +4 -0
- package/dist/esm/i18n/en_ZZ.js +4 -0
- package/dist/esm/i18n/es.js +7 -2
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +7 -2
- package/dist/esm/i18n/hu.js +7 -2
- package/dist/esm/i18n/it.js +7 -2
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +7 -2
- package/dist/esm/i18n/pl.js +7 -2
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +7 -2
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +7 -2
- package/dist/esm/i18n/tr.js +7 -2
- package/dist/esm/i18n/uk.js +5 -0
- package/dist/esm/i18n/vi.js +7 -2
- package/dist/esm/i18n/zh.js +7 -2
- package/dist/esm/i18n/zh_TW.js +7 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/annotation.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/esm/utils/breakout.js +9 -0
- package/dist/esm/utils/datasource.js +2 -2
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/extensibility/Extension.d.ts +1 -0
- package/dist/types/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types/extensibility/extensionNodeView.d.ts +2 -1
- 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 +4 -0
- package/dist/types/i18n/en_GB.d.ts +4 -0
- package/dist/types/i18n/en_ZZ.d.ts +4 -0
- 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 +5 -0
- package/dist/types/i18n/ko.d.ts +5 -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 +5 -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/types/feature-flags.d.ts +8 -0
- package/dist/types/utils/breakout.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +2 -1
- 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 +4 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +4 -0
- 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 +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -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 +5 -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/dist/types-ts4.5/types/feature-flags.d.ts +8 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +1 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +7 -7
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
|
@@ -253,6 +253,14 @@ export type FeatureFlags = {
|
|
|
253
253
|
* @default false
|
|
254
254
|
*/
|
|
255
255
|
macroInteractionButtonUpdates?: boolean;
|
|
256
|
+
/**
|
|
257
|
+
* @description
|
|
258
|
+
* Enables renderer node view of bodied macros in live pages
|
|
259
|
+
*
|
|
260
|
+
* @see https://product-fabric.atlassian.net/browse/PGXT-5931
|
|
261
|
+
* @default false
|
|
262
|
+
*/
|
|
263
|
+
livePagesBodiedMacrosRendererView?: boolean;
|
|
256
264
|
/**
|
|
257
265
|
* @description
|
|
258
266
|
* Enables extra analytics to be added for comments on media
|
|
@@ -11,6 +11,7 @@ export declare const absoluteBreakoutWidth: (layout: 'full-width' | 'wide' | str
|
|
|
11
11
|
export { breakoutConsts };
|
|
12
12
|
export declare const calcWideWidth: any;
|
|
13
13
|
export declare const calcBreakoutWidth: any;
|
|
14
|
+
export declare const calcBreakoutWithCustomWidth: (mode: 'full-width' | 'wide', width: number | null, editorContainerWidth: number) => any;
|
|
14
15
|
export declare function calculateBreakoutStyles({ mode, widthStateLineLength, widthStateWidth, }: {
|
|
15
16
|
mode: BreakoutMarkAttrs['mode'];
|
|
16
17
|
/**
|
|
@@ -27,7 +27,7 @@ export type { Date } from './date';
|
|
|
27
27
|
export { isElementInTableCell, isTextSelection, isLastItemMediaGroup, setNodeSelection, setTextSelection, setAllSelection, setCellSelection, nonNullable, stepAddsOneOf, stepHasSlice, extractSliceFromStep, isValidPosition, isEmptyParagraph, isInLayoutColumn, removeBlockMarks, filterChildrenBetween, } from './editor-core-utils';
|
|
28
28
|
export { withImageLoader } from './imageLoader';
|
|
29
29
|
export type { ImageLoaderProps, ImageLoaderState, ImageStatus } from './imageLoader';
|
|
30
|
-
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts, calculateBreakoutStyles, calcBreakoutWidthPx, getNextBreakoutMode, getTitle, } from './breakout';
|
|
30
|
+
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts, calculateBreakoutStyles, calcBreakoutWidthPx, getNextBreakoutMode, getTitle, calcBreakoutWithCustomWidth, } from './breakout';
|
|
31
31
|
export {
|
|
32
32
|
/**
|
|
33
33
|
* @private
|
|
@@ -19,6 +19,7 @@ export interface Props {
|
|
|
19
19
|
pluginInjectionApi: ExtensionsPluginInjectionAPI;
|
|
20
20
|
eventDispatcher?: EventDispatcher;
|
|
21
21
|
macroInteractionDesignFeatureFlags?: MacroInteractionDesignFeatureFlags;
|
|
22
|
+
showLivePagesBodiedMacrosRendererView?: boolean;
|
|
22
23
|
}
|
|
23
24
|
export declare class Extension extends Component<Props, any> {
|
|
24
25
|
static displayName: string;
|
|
@@ -19,6 +19,7 @@ export interface Props {
|
|
|
19
19
|
pluginInjectionApi: ExtensionsPluginInjectionAPI;
|
|
20
20
|
eventDispatcher?: EventDispatcher;
|
|
21
21
|
macroInteractionDesignFeatureFlags?: MacroInteractionDesignFeatureFlags;
|
|
22
|
+
showLivePagesBodiedMacrosRendererView?: boolean;
|
|
22
23
|
}
|
|
23
24
|
export interface State {
|
|
24
25
|
extensionProvider?: ExtensionProvider;
|
|
@@ -26,7 +26,8 @@ export declare class ExtensionNode extends ReactNodeView {
|
|
|
26
26
|
extensionNodeViewOptions?: ExtensionNodeViewOptions;
|
|
27
27
|
pluginInjectionApi: ExtensionsPluginInjectionAPI;
|
|
28
28
|
macroInteractionDesignFeatureFlags?: MacroInteractionDesignFeatureFlags;
|
|
29
|
+
showLivePagesBodiedMacrosRendererView?: boolean;
|
|
29
30
|
}, forwardRef: ForwardRef): JSX.Element;
|
|
30
31
|
}
|
|
31
|
-
export default function ExtensionNodeView(portalProviderAPI: PortalProviderAPI, eventDispatcher: EventDispatcher, providerFactory: ProviderFactory, extensionHandlers: ExtensionHandlers, extensionNodeViewOptions: ExtensionNodeViewOptions, pluginInjectionApi: ExtensionsPluginInjectionAPI, macroInteractionDesignFeatureFlags?: MacroInteractionDesignFeatureFlags): (node: PmNode, view: EditorView, getPos: getPosHandler) => NodeView;
|
|
32
|
+
export default function ExtensionNodeView(portalProviderAPI: PortalProviderAPI, eventDispatcher: EventDispatcher, providerFactory: ProviderFactory, extensionHandlers: ExtensionHandlers, extensionNodeViewOptions: ExtensionNodeViewOptions, pluginInjectionApi: ExtensionsPluginInjectionAPI, macroInteractionDesignFeatureFlags?: MacroInteractionDesignFeatureFlags, showLivePagesBodiedMacrosRendererView?: boolean): (node: PmNode, view: EditorView, getPos: getPosHandler) => NodeView;
|
|
32
33
|
export {};
|
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|
|
@@ -51,6 +51,7 @@ declare const _default: {
|
|
|
51
51
|
'fabric.editor.canNotSortTable': string;
|
|
52
52
|
'fabric.editor.cancelButton': string;
|
|
53
53
|
'fabric.editor.captionPlaceholder': string;
|
|
54
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': string;
|
|
54
55
|
'fabric.editor.cardFloatingControls': string;
|
|
55
56
|
'fabric.editor.cellBackground': string;
|
|
56
57
|
'fabric.editor.cellOptions': string;
|
|
@@ -107,6 +108,8 @@ declare const _default: {
|
|
|
107
108
|
'fabric.editor.createComment': string;
|
|
108
109
|
'fabric.editor.createCommentDisabled': string;
|
|
109
110
|
'fabric.editor.createCommentInvalid': string;
|
|
111
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': string;
|
|
112
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': string;
|
|
110
113
|
'fabric.editor.customPanel': string;
|
|
111
114
|
'fabric.editor.customPanel.description': string;
|
|
112
115
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
@@ -285,6 +288,8 @@ declare const _default: {
|
|
|
285
288
|
'fabric.editor.inviteItem.title': string;
|
|
286
289
|
'fabric.editor.italic': string;
|
|
287
290
|
'fabric.editor.keyboardShortcuts': string;
|
|
291
|
+
'fabric.editor.layout.columnOption': string;
|
|
292
|
+
'fabric.editor.layout.placeholder': string;
|
|
288
293
|
'fabric.editor.layoutFixedWidth': string;
|
|
289
294
|
'fabric.editor.layoutFullWidth': string;
|
|
290
295
|
'fabric.editor.layoutWide': string;
|