@atlaskit/editor-common 76.26.15 → 76.27.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 +12 -0
- package/dist/cjs/analytics/index.js +6 -0
- package/dist/cjs/analytics/types/enums.js +1 -0
- package/dist/cjs/analytics/types/index.js +6 -0
- package/dist/cjs/analytics/types/table-events.js +9 -1
- package/dist/cjs/i18n/cs.js +11 -0
- package/dist/cjs/i18n/da.js +11 -0
- package/dist/cjs/i18n/de.js +11 -0
- package/dist/cjs/i18n/en.js +12 -0
- package/dist/cjs/i18n/en_GB.js +12 -0
- package/dist/cjs/i18n/en_ZZ.js +12 -0
- package/dist/cjs/i18n/es.js +9 -0
- package/dist/cjs/i18n/fi.js +11 -0
- package/dist/cjs/i18n/fr.js +11 -0
- package/dist/cjs/i18n/hu.js +11 -0
- package/dist/cjs/i18n/it.js +11 -0
- package/dist/cjs/i18n/ja.js +11 -0
- package/dist/cjs/i18n/ko.js +11 -0
- package/dist/cjs/i18n/nb.js +11 -0
- package/dist/cjs/i18n/nl.js +11 -0
- package/dist/cjs/i18n/pl.js +11 -0
- package/dist/cjs/i18n/pt_BR.js +11 -0
- package/dist/cjs/i18n/ru.js +11 -0
- package/dist/cjs/i18n/sv.js +11 -0
- package/dist/cjs/i18n/th.js +11 -0
- package/dist/cjs/i18n/tr.js +9 -0
- package/dist/cjs/i18n/uk.js +13 -2
- package/dist/cjs/i18n/vi.js +11 -0
- package/dist/cjs/i18n/zh.js +11 -0
- package/dist/cjs/i18n/zh_TW.js +11 -0
- package/dist/cjs/media-inline/media-inline-image-card.js +22 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/analytics/types/enums.js +1 -0
- package/dist/es2019/analytics/types/index.js +1 -1
- package/dist/es2019/analytics/types/table-events.js +8 -0
- package/dist/es2019/i18n/cs.js +11 -0
- package/dist/es2019/i18n/da.js +11 -0
- package/dist/es2019/i18n/de.js +11 -0
- package/dist/es2019/i18n/en.js +12 -0
- package/dist/es2019/i18n/en_GB.js +12 -0
- package/dist/es2019/i18n/en_ZZ.js +12 -0
- package/dist/es2019/i18n/es.js +9 -0
- package/dist/es2019/i18n/fi.js +11 -0
- package/dist/es2019/i18n/fr.js +11 -0
- package/dist/es2019/i18n/hu.js +11 -0
- package/dist/es2019/i18n/it.js +11 -0
- package/dist/es2019/i18n/ja.js +11 -0
- package/dist/es2019/i18n/ko.js +11 -0
- package/dist/es2019/i18n/nb.js +11 -0
- package/dist/es2019/i18n/nl.js +11 -0
- package/dist/es2019/i18n/pl.js +11 -0
- package/dist/es2019/i18n/pt_BR.js +11 -0
- package/dist/es2019/i18n/ru.js +11 -0
- package/dist/es2019/i18n/sv.js +11 -0
- package/dist/es2019/i18n/th.js +11 -0
- package/dist/es2019/i18n/tr.js +9 -0
- package/dist/es2019/i18n/uk.js +13 -2
- package/dist/es2019/i18n/vi.js +11 -0
- package/dist/es2019/i18n/zh.js +11 -0
- package/dist/es2019/i18n/zh_TW.js +11 -0
- package/dist/es2019/media-inline/media-inline-image-card.js +22 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/analytics/types/enums.js +1 -0
- package/dist/esm/analytics/types/index.js +1 -1
- package/dist/esm/analytics/types/table-events.js +8 -0
- package/dist/esm/i18n/cs.js +11 -0
- package/dist/esm/i18n/da.js +11 -0
- package/dist/esm/i18n/de.js +11 -0
- package/dist/esm/i18n/en.js +12 -0
- package/dist/esm/i18n/en_GB.js +12 -0
- package/dist/esm/i18n/en_ZZ.js +12 -0
- package/dist/esm/i18n/es.js +9 -0
- package/dist/esm/i18n/fi.js +11 -0
- package/dist/esm/i18n/fr.js +11 -0
- package/dist/esm/i18n/hu.js +11 -0
- package/dist/esm/i18n/it.js +11 -0
- package/dist/esm/i18n/ja.js +11 -0
- package/dist/esm/i18n/ko.js +11 -0
- package/dist/esm/i18n/nb.js +11 -0
- package/dist/esm/i18n/nl.js +11 -0
- package/dist/esm/i18n/pl.js +11 -0
- package/dist/esm/i18n/pt_BR.js +11 -0
- package/dist/esm/i18n/ru.js +11 -0
- package/dist/esm/i18n/sv.js +11 -0
- package/dist/esm/i18n/th.js +11 -0
- package/dist/esm/i18n/tr.js +9 -0
- package/dist/esm/i18n/uk.js +13 -2
- package/dist/esm/i18n/vi.js +11 -0
- package/dist/esm/i18n/zh.js +11 -0
- package/dist/esm/i18n/zh_TW.js +11 -0
- package/dist/esm/media-inline/media-inline-image-card.js +22 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/index.d.ts +1 -1
- package/dist/types/analytics/types/enums.d.ts +2 -1
- package/dist/types/analytics/types/index.d.ts +1 -1
- package/dist/types/analytics/types/table-events.d.ts +18 -1
- package/dist/types/i18n/cs.d.ts +11 -0
- package/dist/types/i18n/da.d.ts +11 -0
- package/dist/types/i18n/de.d.ts +11 -0
- package/dist/types/i18n/en.d.ts +12 -0
- package/dist/types/i18n/en_GB.d.ts +12 -0
- package/dist/types/i18n/en_ZZ.d.ts +12 -0
- package/dist/types/i18n/es.d.ts +9 -0
- package/dist/types/i18n/fi.d.ts +11 -0
- package/dist/types/i18n/fr.d.ts +11 -0
- package/dist/types/i18n/hu.d.ts +11 -0
- package/dist/types/i18n/it.d.ts +11 -0
- package/dist/types/i18n/ja.d.ts +11 -0
- package/dist/types/i18n/ko.d.ts +11 -0
- package/dist/types/i18n/nb.d.ts +11 -0
- package/dist/types/i18n/nl.d.ts +11 -0
- package/dist/types/i18n/pl.d.ts +11 -0
- package/dist/types/i18n/pt_BR.d.ts +11 -0
- package/dist/types/i18n/ru.d.ts +11 -0
- package/dist/types/i18n/sv.d.ts +11 -0
- package/dist/types/i18n/th.d.ts +11 -0
- package/dist/types/i18n/tr.d.ts +9 -0
- package/dist/types/i18n/uk.d.ts +11 -0
- package/dist/types/i18n/vi.d.ts +11 -0
- package/dist/types/i18n/zh.d.ts +11 -0
- package/dist/types/i18n/zh_TW.d.ts +11 -0
- package/dist/types-ts4.5/analytics/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +18 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +11 -0
- package/dist/types-ts4.5/i18n/da.d.ts +11 -0
- package/dist/types-ts4.5/i18n/de.d.ts +11 -0
- package/dist/types-ts4.5/i18n/en.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -0
- package/dist/types-ts4.5/i18n/es.d.ts +9 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +11 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +11 -0
- package/dist/types-ts4.5/i18n/it.d.ts +11 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +11 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +11 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +11 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +11 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +11 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +11 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +11 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +11 -0
- package/dist/types-ts4.5/i18n/th.d.ts +11 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +9 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +11 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +11 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +11 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +11 -0
- package/package.json +2 -2
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -219,6 +227,7 @@ declare const _default: {
|
|
|
219
227
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
228
|
'fabric.editor.tooltip.taskList': string;
|
|
221
229
|
'fabric.editor.twoColumns': string;
|
|
230
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
231
|
'fabric.editor.unableToOpenLink': string;
|
|
223
232
|
'fabric.editor.underline': string;
|
|
224
233
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, BROWSER_FREEZE_INTERACTION_TYPE, CONTENT_COMPONENT, DELETE_DIRECTION, EVENT_TYPE, FLOATING_CONTROLS_TITLE, FULL_WIDTH_MODE, GAP_CURSOR_POSITION, INDENT_DIRECTION, INDENT_TYPE, INPUT_METHOD, LAYOUT_TYPE, LINK_REPRESENTATION, LINK_RESOURCE, LINK_STATUS, LIST_TEXT_SCENARIOS, JOIN_SCENARIOS_WHEN_TYPING_TO_INSERT_LIST, OUTDENT_SCENARIOS, MODE, PLATFORMS, PUNC, PasteContents, PasteSources, PasteTypes, RESOLVE_METHOD, SELECTION_TYPE, SELECTION_POSITION, SMART_LINK_TYPE, SYMBOL, SmartLinkNodeContexts, TABLE_ACTION, TABLE_BREAKOUT, TABLE_OVERFLOW_CHANGE_TRIGGER, TARGET_SELECTION_SOURCE, TOOLBAR_ACTION_SUBJECT_ID, TRIGGER_METHOD, USER_CONTEXT, } from './types';
|
|
1
|
+
export { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, BROWSER_FREEZE_INTERACTION_TYPE, CONTENT_COMPONENT, DELETE_DIRECTION, EVENT_TYPE, FLOATING_CONTROLS_TITLE, FULL_WIDTH_MODE, GAP_CURSOR_POSITION, INDENT_DIRECTION, INDENT_TYPE, INPUT_METHOD, LAYOUT_TYPE, LINK_REPRESENTATION, LINK_RESOURCE, LINK_STATUS, LIST_TEXT_SCENARIOS, JOIN_SCENARIOS_WHEN_TYPING_TO_INSERT_LIST, OUTDENT_SCENARIOS, MODE, PLATFORMS, PUNC, PasteContents, PasteSources, PasteTypes, RESOLVE_METHOD, SELECTION_TYPE, SELECTION_POSITION, SMART_LINK_TYPE, SYMBOL, SmartLinkNodeContexts, TABLE_ACTION, TABLE_BREAKOUT, TABLE_OVERFLOW_CHANGE_TRIGGER, TABLE_STATUS, TARGET_SELECTION_SOURCE, TOOLBAR_ACTION_SUBJECT_ID, TRIGGER_METHOD, USER_CONTEXT, } from './types';
|
|
2
2
|
export type { AnalyticsDispatch, AnalyticsEventPayload, AnalyticsEventPayloadCallback, AnalyticsEventPayloadWithChannel, AnnotationAEP, AnnotationAEPAttributes, AnnotationActionType, AnnotationDraftAEPAttributes, AnnotationResolvedAEPAttributes, CaptionTrackAction, ColorPickerAEP, CommonListAnalyticsAttributes, RestartListsAttributesForListOutdented, CreateLinkInlineDialogActionType, CreateLinkInlineDialogEventPayload, DismissedCreateLinkInlineDialogAEP, DispatchAnalyticsEvent, EditLinkToolbarAEP, EnteredTextLinkSearchInputAEP, ErrorEventAttributes, ErrorEventPayload, ExperimentalEventPayload, ExtensionEventPayload, ExtensionType, FeatureExposureAEP, FormatEventPayload, GeneralEventPayload, HighlightedSearchResultsAEP, InputMethodInsertLink, InputMethodInsertMedia, InsertEventPayload, InsertSmartLinkAEP, ListEventPayload, MediaAltTextActionType, MediaEventPayload, MediaLinkAEP, MediaResizeTrackAction, MediaInputResizeTrackAction, NodeCount, NodeEventPayload, OperationalAEP, PASTE_ACTION_SUBJECT_ID, PasteContent, PasteEventPayload, PasteSource, PasteType, PluginMethodReport, PluginPerformanceReportData, PluginsReport, QuickSearchPerfAEP, RecentActivitiesPerfAEP, SelectAllAEP, SelectCellAEP, SelectNodeAEP, SelectRangeAEP, SelectedSearchResultsAEP, SelectionEventPayload, SelectionJson, ShownPostQuerySearchResultsAEP, ShownPreQuerySearchResultsAEP, SimplifiedNode, SmartLinkNodeContext, SubstituteEventPayload, TableEventPayload, TextColorSelectedAEP, TextColorSelectedAttr, TextColorShowPaletteToggleAEP, TextColorShowPaletteToggleAttr, ToolbarEventPayload, TransactionEventPayload, TypeAheadPayload, UfoSessionCompletePayloadAEP, UnlinkToolbarAEP, ViewedCreateLinkInlineDialogAEP, FireAnalyticsCallback, FireAnalyticsEvent, FireAnalyticsEventPayload, InitialiseFragmentMarksAEP, ConnectedNodesAEP, DisconnectedSourceAEP, DisconnectedTargetAEP, GotConnectionsAEP, UpdatedFragmentMarkNameAEP, UpdatedSourceAEP, UpdatedTargetAEP, OverflowStateInfo, } from './types';
|
|
3
3
|
export type { EditorAnalyticsAPI } from './api';
|
|
4
4
|
export { editorAnalyticsChannel, fireAnalyticsEvent, } from './fire-analytics-event';
|
|
@@ -163,7 +163,8 @@ export declare enum INPUT_METHOD {
|
|
|
163
163
|
SHORTCUT = "shortcut",
|
|
164
164
|
TOOLBAR = "toolbar",
|
|
165
165
|
TYPEAHEAD = "typeAhead",
|
|
166
|
-
DATASOURCE = "datasource_config"
|
|
166
|
+
DATASOURCE = "datasource_config",
|
|
167
|
+
TABLE_CONTEXT_MENU = "tableContextMenu"
|
|
167
168
|
}
|
|
168
169
|
export declare enum TRIGGER_METHOD {
|
|
169
170
|
BUTTON = "button",
|
|
@@ -8,7 +8,7 @@ export { PUNC, SYMBOL } from './substitute-events';
|
|
|
8
8
|
export { BROWSER_FREEZE_INTERACTION_TYPE, FULL_WIDTH_MODE, MODE, PLATFORMS, } from './general-events';
|
|
9
9
|
export { LINK_REPRESENTATION, LINK_RESOURCE, LINK_STATUS, USER_CONTEXT, } from './insert-events';
|
|
10
10
|
export type { InputMethodInsertLink, InputMethodInsertMedia, InsertEventPayload, } from './insert-events';
|
|
11
|
-
export { TABLE_ACTION, TABLE_BREAKOUT, TABLE_OVERFLOW_CHANGE_TRIGGER, } from './table-events';
|
|
11
|
+
export { TABLE_ACTION, TABLE_BREAKOUT, TABLE_OVERFLOW_CHANGE_TRIGGER, TABLE_STATUS, } from './table-events';
|
|
12
12
|
export type { TableEventPayload, OverflowStateInfo } from './table-events';
|
|
13
13
|
export { PasteContents, PasteSources, PasteTypes } from './paste-events';
|
|
14
14
|
export type { PASTE_ACTION_SUBJECT_ID, PasteContent, PasteEventPayload, PasteSource, PasteType, } from './paste-events';
|
|
@@ -27,6 +27,12 @@ export declare enum TABLE_ACTION {
|
|
|
27
27
|
RESIZE_PERF_SAMPLING = "resizePerfSampling",
|
|
28
28
|
OVERFLOW_CHANGED = "overflowChanged",
|
|
29
29
|
INITIAL_OVERFLOW_CAPTURED = "initialOverflowCaptured",
|
|
30
|
+
MOVED_ROW = "movedRow",
|
|
31
|
+
MOVED_COLUMN = "movedColumn",
|
|
32
|
+
/**
|
|
33
|
+
* This is a unique action that's used to track legacy table move behaviour flow of insert+copy+paste. Please use
|
|
34
|
+
* the MOVED_ROW | MOVED_COLUMN actions if you want to track events which move row/cols in a single step.
|
|
35
|
+
*/
|
|
30
36
|
ROW_OR_COLUMN_MOVED = "rowOrColumnMoved"
|
|
31
37
|
}
|
|
32
38
|
export declare enum TABLE_BREAKOUT {
|
|
@@ -44,6 +50,11 @@ export declare enum TABLE_OVERFLOW_CHANGE_TRIGGER {
|
|
|
44
50
|
DISTRIBUTED_COLUMNS = "distributedColumnsWidths",
|
|
45
51
|
RESIZED = "resizedTable"
|
|
46
52
|
}
|
|
53
|
+
export declare enum TABLE_STATUS {
|
|
54
|
+
SUCCESS = "success",
|
|
55
|
+
CANCELLED = "cancelled",
|
|
56
|
+
INVALID = "invalid"
|
|
57
|
+
}
|
|
47
58
|
interface SortColumn {
|
|
48
59
|
sortOrder: SortOrder;
|
|
49
60
|
mode: 'editor';
|
|
@@ -142,5 +153,11 @@ type TableResizePerfSamplingAEP = OperationalAEP<TABLE_ACTION.RESIZE_PERF_SAMPLI
|
|
|
142
153
|
type TableRowOrColumnMovedAEP = TableAEP<TABLE_ACTION.ROW_OR_COLUMN_MOVED, {
|
|
143
154
|
type: 'row' | 'column';
|
|
144
155
|
}, undefined>;
|
|
145
|
-
|
|
156
|
+
type TableMovedRowOrColumnAEP = TableAEP<TABLE_ACTION.MOVED_ROW | TABLE_ACTION.MOVED_COLUMN, {
|
|
157
|
+
inputMethod: INPUT_METHOD.TABLE_CONTEXT_MENU | INPUT_METHOD.DRAG_AND_DROP;
|
|
158
|
+
count: number;
|
|
159
|
+
distance: number;
|
|
160
|
+
status: TABLE_STATUS.SUCCESS | TABLE_STATUS.CANCELLED | TABLE_STATUS.INVALID;
|
|
161
|
+
} & TotalRowAndColCount, undefined>;
|
|
162
|
+
export type TableEventPayload = TableDeleteAEP | TableClearAEP | TableMergeSplitAEP | TableColorAEP | TableToggleHeaderAEP | TableChangeBreakoutAEP | TableCopyAndCutAEP | TableAddRowOrColumnAEP | TableSortColumnAEP | TableDeleteRowOrColumnAEP | TableReplaceAEP | TableAttemptedResizeAEP | TableDistributeColumnsWidthsAEP | TableCollapsedAEP | TableFixedAEP | TableOverflowChangedAEP | TableInitialOverflowCapturedAEP | TableResizedAEP | TableResizePerfSamplingAEP | TableRowOrColumnMovedAEP | TableMovedRowOrColumnAEP;
|
|
146
163
|
export {};
|
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|
|
@@ -53,6 +53,10 @@ declare const _default: {
|
|
|
53
53
|
'fabric.editor.createCommentInvalid': string;
|
|
54
54
|
'fabric.editor.customPanel': string;
|
|
55
55
|
'fabric.editor.customPanel.description': string;
|
|
56
|
+
'fabric.editor.datasource.assetsObjects': string;
|
|
57
|
+
'fabric.editor.datasource.assetsObjects.description': string;
|
|
58
|
+
'fabric.editor.datasource.jiraIssue': string;
|
|
59
|
+
'fabric.editor.datasource.jiraIssue.description': string;
|
|
56
60
|
'fabric.editor.datasourceTitle': string;
|
|
57
61
|
'fabric.editor.date': string;
|
|
58
62
|
'fabric.editor.date.description': string;
|
|
@@ -93,6 +97,7 @@ declare const _default: {
|
|
|
93
97
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
94
98
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
95
99
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
100
|
+
'fabric.editor.failed_to_upload': string;
|
|
96
101
|
'fabric.editor.feedbackDialog': string;
|
|
97
102
|
'fabric.editor.feedbackDialog.description': string;
|
|
98
103
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
@@ -131,6 +136,7 @@ declare const _default: {
|
|
|
131
136
|
'fabric.editor.infoPanel': string;
|
|
132
137
|
'fabric.editor.infoPanel.description': string;
|
|
133
138
|
'fabric.editor.inlineDescription': string;
|
|
139
|
+
'fabric.editor.inlineOverlay': string;
|
|
134
140
|
'fabric.editor.inlineTitle': string;
|
|
135
141
|
'fabric.editor.insertColumn': string;
|
|
136
142
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -151,6 +157,8 @@ declare const _default: {
|
|
|
151
157
|
'fabric.editor.mediaAddLink': string;
|
|
152
158
|
'fabric.editor.mediaFiles': string;
|
|
153
159
|
'fabric.editor.mediaFiles.description': string;
|
|
160
|
+
'fabric.editor.media_change_mediainline': string;
|
|
161
|
+
'fabric.editor.media_change_mediasingle': string;
|
|
154
162
|
'fabric.editor.mention': string;
|
|
155
163
|
'fabric.editor.mention.description': string;
|
|
156
164
|
'fabric.editor.mergeCells': string;
|
|
@@ -171,6 +179,8 @@ declare const _default: {
|
|
|
171
179
|
'fabric.editor.pageActionsLabel': string;
|
|
172
180
|
'fabric.editor.placeholderText': string;
|
|
173
181
|
'fabric.editor.placeholderText.description': string;
|
|
182
|
+
'fabric.editor.recordVideo': string;
|
|
183
|
+
'fabric.editor.recordVideo.description': string;
|
|
174
184
|
'fabric.editor.redo': string;
|
|
175
185
|
'fabric.editor.remove': string;
|
|
176
186
|
'fabric.editor.removeColumns': string;
|
|
@@ -219,6 +229,7 @@ declare const _default: {
|
|
|
219
229
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
220
230
|
'fabric.editor.tooltip.taskList': string;
|
|
221
231
|
'fabric.editor.twoColumns': string;
|
|
232
|
+
'fabric.editor.unableToLoadContent': string;
|
|
222
233
|
'fabric.editor.unableToOpenLink': string;
|
|
223
234
|
'fabric.editor.underline': string;
|
|
224
235
|
'fabric.editor.undo': string;
|