@atlaskit/editor-common 82.2.1 → 82.3.0
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 +31 -0
- package/dist/cjs/extensibility/Extension/Extension/index.js +0 -1
- package/dist/cjs/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/cjs/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/cjs/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/cjs/i18n/cs.js +5 -5
- package/dist/cjs/i18n/da.js +9 -5
- package/dist/cjs/i18n/de.js +9 -5
- package/dist/cjs/i18n/en.js +8 -5
- package/dist/cjs/i18n/en_GB.js +8 -5
- package/dist/cjs/i18n/en_ZZ.js +8 -5
- package/dist/cjs/i18n/es.js +9 -5
- package/dist/cjs/i18n/fi.js +9 -5
- package/dist/cjs/i18n/fr.js +9 -5
- package/dist/cjs/i18n/hu.js +9 -5
- package/dist/cjs/i18n/it.js +9 -5
- package/dist/cjs/i18n/ja.js +9 -5
- package/dist/cjs/i18n/ko.js +9 -5
- package/dist/cjs/i18n/nb.js +5 -5
- package/dist/cjs/i18n/nl.js +9 -5
- package/dist/cjs/i18n/pl.js +9 -5
- package/dist/cjs/i18n/pt_BR.js +9 -5
- package/dist/cjs/i18n/ru.js +9 -5
- package/dist/cjs/i18n/sv.js +9 -5
- package/dist/cjs/i18n/th.js +4 -3
- package/dist/cjs/i18n/tr.js +7 -3
- package/dist/cjs/i18n/uk.js +9 -5
- package/dist/cjs/i18n/vi.js +9 -5
- package/dist/cjs/i18n/zh.js +8 -4
- package/dist/cjs/i18n/zh_TW.js +5 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-color/ColorPalette/Color/index.js +57 -7
- package/dist/cjs/ui-color/ColorPalette/Palettes/highlightColorPalette.js +38 -2
- package/dist/cjs/ui-color/ColorPalette/index.js +4 -2
- package/dist/cjs/utils/annotation/index.js +24 -0
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension/Extension/index.js +0 -1
- package/dist/es2019/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/es2019/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/es2019/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/es2019/i18n/cs.js +5 -5
- package/dist/es2019/i18n/da.js +9 -5
- package/dist/es2019/i18n/de.js +9 -5
- package/dist/es2019/i18n/en.js +8 -5
- package/dist/es2019/i18n/en_GB.js +8 -5
- package/dist/es2019/i18n/en_ZZ.js +8 -5
- package/dist/es2019/i18n/es.js +9 -5
- package/dist/es2019/i18n/fi.js +9 -5
- package/dist/es2019/i18n/fr.js +9 -5
- package/dist/es2019/i18n/hu.js +9 -5
- package/dist/es2019/i18n/it.js +9 -5
- package/dist/es2019/i18n/ja.js +9 -5
- package/dist/es2019/i18n/ko.js +9 -5
- package/dist/es2019/i18n/nb.js +5 -5
- package/dist/es2019/i18n/nl.js +9 -5
- package/dist/es2019/i18n/pl.js +9 -5
- package/dist/es2019/i18n/pt_BR.js +9 -5
- package/dist/es2019/i18n/ru.js +9 -5
- package/dist/es2019/i18n/sv.js +9 -5
- package/dist/es2019/i18n/th.js +4 -3
- package/dist/es2019/i18n/tr.js +7 -3
- package/dist/es2019/i18n/uk.js +9 -5
- package/dist/es2019/i18n/vi.js +9 -5
- package/dist/es2019/i18n/zh.js +8 -4
- package/dist/es2019/i18n/zh_TW.js +5 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-color/ColorPalette/Color/index.js +61 -1
- package/dist/es2019/ui-color/ColorPalette/Palettes/highlightColorPalette.js +36 -1
- package/dist/es2019/ui-color/ColorPalette/index.js +4 -2
- package/dist/es2019/utils/annotation/index.js +22 -0
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +0 -1
- package/dist/esm/extensibility/Extension/Extension/styles.js +4 -9
- package/dist/esm/extensibility/Extension/InlineExtension/index.js +0 -1
- package/dist/esm/extensibility/Extension/InlineExtension/styles.js +1 -4
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +2 -2
- package/dist/esm/i18n/cs.js +5 -5
- package/dist/esm/i18n/da.js +9 -5
- package/dist/esm/i18n/de.js +9 -5
- package/dist/esm/i18n/en.js +8 -5
- package/dist/esm/i18n/en_GB.js +8 -5
- package/dist/esm/i18n/en_ZZ.js +8 -5
- package/dist/esm/i18n/es.js +9 -5
- package/dist/esm/i18n/fi.js +9 -5
- package/dist/esm/i18n/fr.js +9 -5
- package/dist/esm/i18n/hu.js +9 -5
- package/dist/esm/i18n/it.js +9 -5
- package/dist/esm/i18n/ja.js +9 -5
- package/dist/esm/i18n/ko.js +9 -5
- package/dist/esm/i18n/nb.js +5 -5
- package/dist/esm/i18n/nl.js +9 -5
- package/dist/esm/i18n/pl.js +9 -5
- package/dist/esm/i18n/pt_BR.js +9 -5
- package/dist/esm/i18n/ru.js +9 -5
- package/dist/esm/i18n/sv.js +9 -5
- package/dist/esm/i18n/th.js +4 -3
- package/dist/esm/i18n/tr.js +7 -3
- package/dist/esm/i18n/uk.js +9 -5
- package/dist/esm/i18n/vi.js +9 -5
- package/dist/esm/i18n/zh.js +8 -4
- package/dist/esm/i18n/zh_TW.js +5 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-color/ColorPalette/Color/index.js +57 -7
- package/dist/esm/ui-color/ColorPalette/Palettes/highlightColorPalette.js +37 -1
- package/dist/esm/ui-color/ColorPalette/index.js +4 -2
- package/dist/esm/utils/annotation/index.js +22 -0
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/analytics/types/inline-comment-events.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +3 -3
- package/dist/types/i18n/da.d.ts +7 -3
- package/dist/types/i18n/de.d.ts +7 -3
- package/dist/types/i18n/en.d.ts +6 -3
- package/dist/types/i18n/en_GB.d.ts +6 -3
- package/dist/types/i18n/en_ZZ.d.ts +6 -3
- package/dist/types/i18n/es.d.ts +7 -3
- package/dist/types/i18n/fi.d.ts +7 -3
- package/dist/types/i18n/fr.d.ts +7 -3
- package/dist/types/i18n/hu.d.ts +7 -3
- package/dist/types/i18n/it.d.ts +7 -3
- package/dist/types/i18n/ja.d.ts +7 -3
- package/dist/types/i18n/ko.d.ts +7 -3
- package/dist/types/i18n/nb.d.ts +3 -3
- package/dist/types/i18n/nl.d.ts +7 -3
- package/dist/types/i18n/pl.d.ts +7 -3
- package/dist/types/i18n/pt_BR.d.ts +7 -3
- package/dist/types/i18n/ru.d.ts +7 -3
- package/dist/types/i18n/sv.d.ts +7 -3
- package/dist/types/i18n/th.d.ts +4 -3
- package/dist/types/i18n/tr.d.ts +7 -3
- package/dist/types/i18n/uk.d.ts +7 -3
- package/dist/types/i18n/vi.d.ts +7 -3
- package/dist/types/i18n/zh.d.ts +7 -3
- package/dist/types/i18n/zh_TW.d.ts +3 -3
- package/dist/types/types/feature-flags.d.ts +16 -0
- package/dist/types/ui-color/ColorPalette/Color/index.d.ts +5 -2
- package/dist/types/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
- package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
- package/dist/types/utils/annotation/index.d.ts +10 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/inline-comment-events.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -3
- package/dist/types-ts4.5/i18n/da.d.ts +7 -3
- package/dist/types-ts4.5/i18n/de.d.ts +7 -3
- package/dist/types-ts4.5/i18n/en.d.ts +6 -3
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -3
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -3
- package/dist/types-ts4.5/i18n/es.d.ts +7 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +7 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +7 -3
- package/dist/types-ts4.5/i18n/it.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ko.d.ts +7 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -3
- package/dist/types-ts4.5/i18n/nl.d.ts +7 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +7 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +7 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +7 -3
- package/dist/types-ts4.5/i18n/th.d.ts +4 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +7 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +7 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +7 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -3
- package/dist/types-ts4.5/types/feature-flags.d.ts +16 -0
- package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +5 -2
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
- package/dist/types-ts4.5/utils/annotation/index.d.ts +10 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +5 -2
|
@@ -110,7 +110,6 @@ declare const _default: {
|
|
|
110
110
|
'fabric.editor.decision': string;
|
|
111
111
|
'fabric.editor.decision.description': string;
|
|
112
112
|
'fabric.editor.decisionPlaceholder': string;
|
|
113
|
-
'fabric.editor.decreaseColumnSize': string;
|
|
114
113
|
'fabric.editor.decreaseSize': string;
|
|
115
114
|
'fabric.editor.defaultAltText': string;
|
|
116
115
|
'fabric.editor.description': string;
|
|
@@ -128,6 +127,10 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.edit.searchInput': string;
|
|
129
128
|
'fabric.editor.editAltText': string;
|
|
130
129
|
'fabric.editor.editDateText': string;
|
|
130
|
+
'fabric.editor.editDropdownEditDatasourceTitle': string;
|
|
131
|
+
'fabric.editor.editDropdownEditLinkTitle': string;
|
|
132
|
+
'fabric.editor.editDropdownExpandIconLabel': string;
|
|
133
|
+
'fabric.editor.editDropdownTriggerTitle': string;
|
|
131
134
|
'fabric.editor.editLink': string;
|
|
132
135
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
133
136
|
'fabric.editor.editStatusColor': string;
|
|
@@ -237,7 +240,6 @@ declare const _default: {
|
|
|
237
240
|
'fabric.editor.imageBorderSize': string;
|
|
238
241
|
'fabric.editor.imageBorderSubtle': string;
|
|
239
242
|
'fabric.editor.improvement': string;
|
|
240
|
-
'fabric.editor.increaseColumnSize': string;
|
|
241
243
|
'fabric.editor.increaseSize': string;
|
|
242
244
|
'fabric.editor.indent': string;
|
|
243
245
|
'fabric.editor.info': string;
|
|
@@ -253,6 +255,8 @@ declare const _default: {
|
|
|
253
255
|
'fabric.editor.insertMenu': string;
|
|
254
256
|
'fabric.editor.insertRow': string;
|
|
255
257
|
'fabric.editor.insertRowDrag': string;
|
|
258
|
+
'fabric.editor.insertTableColumn': string;
|
|
259
|
+
'fabric.editor.insertTableRow': string;
|
|
256
260
|
'fabric.editor.invalidDateError': string;
|
|
257
261
|
'fabric.editor.invalidLink': string;
|
|
258
262
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -329,6 +333,7 @@ declare const _default: {
|
|
|
329
333
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
330
334
|
'fabric.editor.plainText': string;
|
|
331
335
|
'fabric.editor.quickInsert': string;
|
|
336
|
+
'fabric.editor.recordLoomShortTitle': string;
|
|
332
337
|
'fabric.editor.recordVideo': string;
|
|
333
338
|
'fabric.editor.recordVideo.description': string;
|
|
334
339
|
'fabric.editor.redo': string;
|
|
@@ -432,7 +437,6 @@ declare const _default: {
|
|
|
432
437
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
433
438
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
434
439
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
435
|
-
'fabric.editor.unLockColumns': string;
|
|
436
440
|
'fabric.editor.unableToLoadContent': string;
|
|
437
441
|
'fabric.editor.unableToOpenLink': string;
|
|
438
442
|
'fabric.editor.underline': string;
|
|
@@ -110,7 +110,6 @@ declare const _default: {
|
|
|
110
110
|
'fabric.editor.decision': string;
|
|
111
111
|
'fabric.editor.decision.description': string;
|
|
112
112
|
'fabric.editor.decisionPlaceholder': string;
|
|
113
|
-
'fabric.editor.decreaseColumnSize': string;
|
|
114
113
|
'fabric.editor.decreaseSize': string;
|
|
115
114
|
'fabric.editor.defaultAltText': string;
|
|
116
115
|
'fabric.editor.description': string;
|
|
@@ -128,6 +127,10 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.edit.searchInput': string;
|
|
129
128
|
'fabric.editor.editAltText': string;
|
|
130
129
|
'fabric.editor.editDateText': string;
|
|
130
|
+
'fabric.editor.editDropdownEditDatasourceTitle': string;
|
|
131
|
+
'fabric.editor.editDropdownEditLinkTitle': string;
|
|
132
|
+
'fabric.editor.editDropdownExpandIconLabel': string;
|
|
133
|
+
'fabric.editor.editDropdownTriggerTitle': string;
|
|
131
134
|
'fabric.editor.editLink': string;
|
|
132
135
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
133
136
|
'fabric.editor.editStatusColor': string;
|
|
@@ -237,7 +240,6 @@ declare const _default: {
|
|
|
237
240
|
'fabric.editor.imageBorderSize': string;
|
|
238
241
|
'fabric.editor.imageBorderSubtle': string;
|
|
239
242
|
'fabric.editor.improvement': string;
|
|
240
|
-
'fabric.editor.increaseColumnSize': string;
|
|
241
243
|
'fabric.editor.increaseSize': string;
|
|
242
244
|
'fabric.editor.indent': string;
|
|
243
245
|
'fabric.editor.info': string;
|
|
@@ -432,7 +434,6 @@ declare const _default: {
|
|
|
432
434
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
433
435
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
434
436
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
435
|
-
'fabric.editor.unLockColumns': string;
|
|
436
437
|
'fabric.editor.unableToLoadContent': string;
|
|
437
438
|
'fabric.editor.unableToOpenLink': string;
|
|
438
439
|
'fabric.editor.underline': string;
|
|
@@ -110,7 +110,6 @@ declare const _default: {
|
|
|
110
110
|
'fabric.editor.decision': string;
|
|
111
111
|
'fabric.editor.decision.description': string;
|
|
112
112
|
'fabric.editor.decisionPlaceholder': string;
|
|
113
|
-
'fabric.editor.decreaseColumnSize': string;
|
|
114
113
|
'fabric.editor.decreaseSize': string;
|
|
115
114
|
'fabric.editor.defaultAltText': string;
|
|
116
115
|
'fabric.editor.description': string;
|
|
@@ -128,6 +127,10 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.edit.searchInput': string;
|
|
129
128
|
'fabric.editor.editAltText': string;
|
|
130
129
|
'fabric.editor.editDateText': string;
|
|
130
|
+
'fabric.editor.editDropdownEditDatasourceTitle': string;
|
|
131
|
+
'fabric.editor.editDropdownEditLinkTitle': string;
|
|
132
|
+
'fabric.editor.editDropdownExpandIconLabel': string;
|
|
133
|
+
'fabric.editor.editDropdownTriggerTitle': string;
|
|
131
134
|
'fabric.editor.editLink': string;
|
|
132
135
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
133
136
|
'fabric.editor.editStatusColor': string;
|
|
@@ -237,7 +240,6 @@ declare const _default: {
|
|
|
237
240
|
'fabric.editor.imageBorderSize': string;
|
|
238
241
|
'fabric.editor.imageBorderSubtle': string;
|
|
239
242
|
'fabric.editor.improvement': string;
|
|
240
|
-
'fabric.editor.increaseColumnSize': string;
|
|
241
243
|
'fabric.editor.increaseSize': string;
|
|
242
244
|
'fabric.editor.indent': string;
|
|
243
245
|
'fabric.editor.info': string;
|
|
@@ -253,6 +255,8 @@ declare const _default: {
|
|
|
253
255
|
'fabric.editor.insertMenu': string;
|
|
254
256
|
'fabric.editor.insertRow': string;
|
|
255
257
|
'fabric.editor.insertRowDrag': string;
|
|
258
|
+
'fabric.editor.insertTableColumn': string;
|
|
259
|
+
'fabric.editor.insertTableRow': string;
|
|
256
260
|
'fabric.editor.invalidDateError': string;
|
|
257
261
|
'fabric.editor.invalidLink': string;
|
|
258
262
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -329,6 +333,7 @@ declare const _default: {
|
|
|
329
333
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
330
334
|
'fabric.editor.plainText': string;
|
|
331
335
|
'fabric.editor.quickInsert': string;
|
|
336
|
+
'fabric.editor.recordLoomShortTitle': string;
|
|
332
337
|
'fabric.editor.recordVideo': string;
|
|
333
338
|
'fabric.editor.recordVideo.description': string;
|
|
334
339
|
'fabric.editor.redo': string;
|
|
@@ -432,7 +437,6 @@ declare const _default: {
|
|
|
432
437
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
433
438
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
434
439
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
435
|
-
'fabric.editor.unLockColumns': string;
|
|
436
440
|
'fabric.editor.unableToLoadContent': string;
|
|
437
441
|
'fabric.editor.unableToOpenLink': string;
|
|
438
442
|
'fabric.editor.underline': string;
|
|
@@ -110,7 +110,6 @@ declare const _default: {
|
|
|
110
110
|
'fabric.editor.decision': string;
|
|
111
111
|
'fabric.editor.decision.description': string;
|
|
112
112
|
'fabric.editor.decisionPlaceholder': string;
|
|
113
|
-
'fabric.editor.decreaseColumnSize': string;
|
|
114
113
|
'fabric.editor.decreaseSize': string;
|
|
115
114
|
'fabric.editor.defaultAltText': string;
|
|
116
115
|
'fabric.editor.description': string;
|
|
@@ -128,6 +127,10 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.edit.searchInput': string;
|
|
129
128
|
'fabric.editor.editAltText': string;
|
|
130
129
|
'fabric.editor.editDateText': string;
|
|
130
|
+
'fabric.editor.editDropdownEditDatasourceTitle': string;
|
|
131
|
+
'fabric.editor.editDropdownEditLinkTitle': string;
|
|
132
|
+
'fabric.editor.editDropdownExpandIconLabel': string;
|
|
133
|
+
'fabric.editor.editDropdownTriggerTitle': string;
|
|
131
134
|
'fabric.editor.editLink': string;
|
|
132
135
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
133
136
|
'fabric.editor.editStatusColor': string;
|
|
@@ -237,7 +240,6 @@ declare const _default: {
|
|
|
237
240
|
'fabric.editor.imageBorderSize': string;
|
|
238
241
|
'fabric.editor.imageBorderSubtle': string;
|
|
239
242
|
'fabric.editor.improvement': string;
|
|
240
|
-
'fabric.editor.increaseColumnSize': string;
|
|
241
243
|
'fabric.editor.increaseSize': string;
|
|
242
244
|
'fabric.editor.indent': string;
|
|
243
245
|
'fabric.editor.info': string;
|
|
@@ -253,6 +255,8 @@ declare const _default: {
|
|
|
253
255
|
'fabric.editor.insertMenu': string;
|
|
254
256
|
'fabric.editor.insertRow': string;
|
|
255
257
|
'fabric.editor.insertRowDrag': string;
|
|
258
|
+
'fabric.editor.insertTableColumn': string;
|
|
259
|
+
'fabric.editor.insertTableRow': string;
|
|
256
260
|
'fabric.editor.invalidDateError': string;
|
|
257
261
|
'fabric.editor.invalidLink': string;
|
|
258
262
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -329,6 +333,7 @@ declare const _default: {
|
|
|
329
333
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
330
334
|
'fabric.editor.plainText': string;
|
|
331
335
|
'fabric.editor.quickInsert': string;
|
|
336
|
+
'fabric.editor.recordLoomShortTitle': string;
|
|
332
337
|
'fabric.editor.recordVideo': string;
|
|
333
338
|
'fabric.editor.recordVideo.description': string;
|
|
334
339
|
'fabric.editor.redo': string;
|
|
@@ -432,7 +437,6 @@ declare const _default: {
|
|
|
432
437
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
433
438
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
434
439
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
435
|
-
'fabric.editor.unLockColumns': string;
|
|
436
440
|
'fabric.editor.unableToLoadContent': string;
|
|
437
441
|
'fabric.editor.unableToOpenLink': string;
|
|
438
442
|
'fabric.editor.underline': string;
|
|
@@ -110,7 +110,6 @@ declare const _default: {
|
|
|
110
110
|
'fabric.editor.decision': string;
|
|
111
111
|
'fabric.editor.decision.description': string;
|
|
112
112
|
'fabric.editor.decisionPlaceholder': string;
|
|
113
|
-
'fabric.editor.decreaseColumnSize': string;
|
|
114
113
|
'fabric.editor.decreaseSize': string;
|
|
115
114
|
'fabric.editor.defaultAltText': string;
|
|
116
115
|
'fabric.editor.description': string;
|
|
@@ -128,6 +127,10 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.edit.searchInput': string;
|
|
129
128
|
'fabric.editor.editAltText': string;
|
|
130
129
|
'fabric.editor.editDateText': string;
|
|
130
|
+
'fabric.editor.editDropdownEditDatasourceTitle': string;
|
|
131
|
+
'fabric.editor.editDropdownEditLinkTitle': string;
|
|
132
|
+
'fabric.editor.editDropdownExpandIconLabel': string;
|
|
133
|
+
'fabric.editor.editDropdownTriggerTitle': string;
|
|
131
134
|
'fabric.editor.editLink': string;
|
|
132
135
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
133
136
|
'fabric.editor.editStatusColor': string;
|
|
@@ -237,7 +240,6 @@ declare const _default: {
|
|
|
237
240
|
'fabric.editor.imageBorderSize': string;
|
|
238
241
|
'fabric.editor.imageBorderSubtle': string;
|
|
239
242
|
'fabric.editor.improvement': string;
|
|
240
|
-
'fabric.editor.increaseColumnSize': string;
|
|
241
243
|
'fabric.editor.increaseSize': string;
|
|
242
244
|
'fabric.editor.indent': string;
|
|
243
245
|
'fabric.editor.info': string;
|
|
@@ -253,6 +255,8 @@ declare const _default: {
|
|
|
253
255
|
'fabric.editor.insertMenu': string;
|
|
254
256
|
'fabric.editor.insertRow': string;
|
|
255
257
|
'fabric.editor.insertRowDrag': string;
|
|
258
|
+
'fabric.editor.insertTableColumn': string;
|
|
259
|
+
'fabric.editor.insertTableRow': string;
|
|
256
260
|
'fabric.editor.invalidDateError': string;
|
|
257
261
|
'fabric.editor.invalidLink': string;
|
|
258
262
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -329,6 +333,7 @@ declare const _default: {
|
|
|
329
333
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
330
334
|
'fabric.editor.plainText': string;
|
|
331
335
|
'fabric.editor.quickInsert': string;
|
|
336
|
+
'fabric.editor.recordLoomShortTitle': string;
|
|
332
337
|
'fabric.editor.recordVideo': string;
|
|
333
338
|
'fabric.editor.recordVideo.description': string;
|
|
334
339
|
'fabric.editor.redo': string;
|
|
@@ -432,7 +437,6 @@ declare const _default: {
|
|
|
432
437
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
433
438
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
434
439
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
435
|
-
'fabric.editor.unLockColumns': string;
|
|
436
440
|
'fabric.editor.unableToLoadContent': string;
|
|
437
441
|
'fabric.editor.unableToOpenLink': string;
|
|
438
442
|
'fabric.editor.underline': string;
|
|
@@ -110,7 +110,6 @@ declare const _default: {
|
|
|
110
110
|
'fabric.editor.decision': string;
|
|
111
111
|
'fabric.editor.decision.description': string;
|
|
112
112
|
'fabric.editor.decisionPlaceholder': string;
|
|
113
|
-
'fabric.editor.decreaseColumnSize': string;
|
|
114
113
|
'fabric.editor.decreaseSize': string;
|
|
115
114
|
'fabric.editor.defaultAltText': string;
|
|
116
115
|
'fabric.editor.description': string;
|
|
@@ -128,6 +127,10 @@ declare const _default: {
|
|
|
128
127
|
'fabric.editor.edit.searchInput': string;
|
|
129
128
|
'fabric.editor.editAltText': string;
|
|
130
129
|
'fabric.editor.editDateText': string;
|
|
130
|
+
'fabric.editor.editDropdownEditDatasourceTitle': string;
|
|
131
|
+
'fabric.editor.editDropdownEditLinkTitle': string;
|
|
132
|
+
'fabric.editor.editDropdownExpandIconLabel': string;
|
|
133
|
+
'fabric.editor.editDropdownTriggerTitle': string;
|
|
131
134
|
'fabric.editor.editLink': string;
|
|
132
135
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
133
136
|
'fabric.editor.editStatusColor': string;
|
|
@@ -237,7 +240,6 @@ declare const _default: {
|
|
|
237
240
|
'fabric.editor.imageBorderSize': string;
|
|
238
241
|
'fabric.editor.imageBorderSubtle': string;
|
|
239
242
|
'fabric.editor.improvement': string;
|
|
240
|
-
'fabric.editor.increaseColumnSize': string;
|
|
241
243
|
'fabric.editor.increaseSize': string;
|
|
242
244
|
'fabric.editor.indent': string;
|
|
243
245
|
'fabric.editor.info': string;
|
|
@@ -253,6 +255,8 @@ declare const _default: {
|
|
|
253
255
|
'fabric.editor.insertMenu': string;
|
|
254
256
|
'fabric.editor.insertRow': string;
|
|
255
257
|
'fabric.editor.insertRowDrag': string;
|
|
258
|
+
'fabric.editor.insertTableColumn': string;
|
|
259
|
+
'fabric.editor.insertTableRow': string;
|
|
256
260
|
'fabric.editor.invalidDateError': string;
|
|
257
261
|
'fabric.editor.invalidLink': string;
|
|
258
262
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -329,6 +333,7 @@ declare const _default: {
|
|
|
329
333
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
330
334
|
'fabric.editor.plainText': string;
|
|
331
335
|
'fabric.editor.quickInsert': string;
|
|
336
|
+
'fabric.editor.recordLoomShortTitle': string;
|
|
332
337
|
'fabric.editor.recordVideo': string;
|
|
333
338
|
'fabric.editor.recordVideo.description': string;
|
|
334
339
|
'fabric.editor.redo': string;
|
|
@@ -432,7 +437,6 @@ declare const _default: {
|
|
|
432
437
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
433
438
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
434
439
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
435
|
-
'fabric.editor.unLockColumns': string;
|
|
436
440
|
'fabric.editor.unableToLoadContent': string;
|
|
437
441
|
'fabric.editor.unableToOpenLink': string;
|
|
438
442
|
'fabric.editor.underline': string;
|
|
@@ -110,7 +110,6 @@ declare const _default: {
|
|
|
110
110
|
'fabric.editor.decision': string;
|
|
111
111
|
'fabric.editor.decision.description': string;
|
|
112
112
|
'fabric.editor.decisionPlaceholder': string;
|
|
113
|
-
'fabric.editor.decreaseColumnSize': string;
|
|
114
113
|
'fabric.editor.decreaseSize': string;
|
|
115
114
|
'fabric.editor.defaultAltText': string;
|
|
116
115
|
'fabric.editor.description': string;
|
|
@@ -241,7 +240,6 @@ declare const _default: {
|
|
|
241
240
|
'fabric.editor.imageBorderSize': string;
|
|
242
241
|
'fabric.editor.imageBorderSubtle': string;
|
|
243
242
|
'fabric.editor.improvement': string;
|
|
244
|
-
'fabric.editor.increaseColumnSize': string;
|
|
245
243
|
'fabric.editor.increaseSize': string;
|
|
246
244
|
'fabric.editor.indent': string;
|
|
247
245
|
'fabric.editor.info': string;
|
|
@@ -257,6 +255,8 @@ declare const _default: {
|
|
|
257
255
|
'fabric.editor.insertMenu': string;
|
|
258
256
|
'fabric.editor.insertRow': string;
|
|
259
257
|
'fabric.editor.insertRowDrag': string;
|
|
258
|
+
'fabric.editor.insertTableColumn': string;
|
|
259
|
+
'fabric.editor.insertTableRow': string;
|
|
260
260
|
'fabric.editor.invalidDateError': string;
|
|
261
261
|
'fabric.editor.invalidLink': string;
|
|
262
262
|
'fabric.editor.inviteItem.title': string;
|
|
@@ -333,6 +333,7 @@ declare const _default: {
|
|
|
333
333
|
'fabric.editor.placeholderTextPlaceholder': string;
|
|
334
334
|
'fabric.editor.plainText': string;
|
|
335
335
|
'fabric.editor.quickInsert': string;
|
|
336
|
+
'fabric.editor.recordLoomShortTitle': string;
|
|
336
337
|
'fabric.editor.recordVideo': string;
|
|
337
338
|
'fabric.editor.recordVideo.description': string;
|
|
338
339
|
'fabric.editor.redo': string;
|
|
@@ -436,7 +437,6 @@ declare const _default: {
|
|
|
436
437
|
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
437
438
|
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
438
439
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
439
|
-
'fabric.editor.unLockColumns': string;
|
|
440
440
|
'fabric.editor.unableToLoadContent': string;
|
|
441
441
|
'fabric.editor.unableToOpenLink': string;
|
|
442
442
|
'fabric.editor.underline': string;
|
|
@@ -221,6 +221,14 @@ export type FeatureFlags = {
|
|
|
221
221
|
* @default false
|
|
222
222
|
*/
|
|
223
223
|
tablePreserveWidth?: boolean;
|
|
224
|
+
/**
|
|
225
|
+
* @description
|
|
226
|
+
* Enables table to scale in the same way as renderer
|
|
227
|
+
*
|
|
228
|
+
* @see https://product-fabric.atlassian.net/browse/ED-23471
|
|
229
|
+
* @default false
|
|
230
|
+
*/
|
|
231
|
+
tableWithFixedColumnWidthsOption?: boolean;
|
|
224
232
|
/**
|
|
225
233
|
* @description
|
|
226
234
|
* Enables new table columns and rows added to duplicate neighbouring cell colouring
|
|
@@ -277,6 +285,14 @@ export type FeatureFlags = {
|
|
|
277
285
|
* @default false
|
|
278
286
|
*/
|
|
279
287
|
commentsOnMediaAnalytics?: boolean;
|
|
288
|
+
/**
|
|
289
|
+
* @description
|
|
290
|
+
* Enables block elements drag and drop
|
|
291
|
+
*
|
|
292
|
+
* @see https://product-fabric.atlassian.net/browse/ED-22939
|
|
293
|
+
* @default false
|
|
294
|
+
*/
|
|
295
|
+
elementDragAndDrop?: boolean;
|
|
280
296
|
};
|
|
281
297
|
export type FeatureFlagKey = keyof FeatureFlags;
|
|
282
298
|
export type GetEditorFeatureFlags = () => FeatureFlags;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
|
-
import React, { PureComponent } from 'react';
|
|
2
|
+
import React, { PureComponent, type ReactElement } from 'react';
|
|
3
3
|
import { jsx } from '@emotion/react';
|
|
4
4
|
export interface Props {
|
|
5
5
|
value: string;
|
|
@@ -11,10 +11,13 @@ export interface Props {
|
|
|
11
11
|
checkMarkColor?: string;
|
|
12
12
|
autoFocus?: boolean;
|
|
13
13
|
hexToPaletteColor?: (hexColor: string) => string | undefined;
|
|
14
|
+
decorator?: ReactElement;
|
|
14
15
|
}
|
|
15
|
-
declare
|
|
16
|
+
declare function FunctionalComponentColor(props: Props): jsx.JSX.Element;
|
|
17
|
+
declare class ClassComponentColor extends PureComponent<Props> {
|
|
16
18
|
render(): jsx.JSX.Element;
|
|
17
19
|
onMouseDown: (e: React.MouseEvent<{}>) => void;
|
|
18
20
|
onClick: (e: React.MouseEvent<{}>) => void;
|
|
19
21
|
}
|
|
22
|
+
declare const Color: typeof ClassComponentColor | typeof FunctionalComponentColor;
|
|
20
23
|
export default Color;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { jsx } from '@emotion/react';
|
|
1
3
|
import type { PaletteColor } from './type';
|
|
2
4
|
export declare const REMOVE_HIGHLIGHT_COLOR = "#00000000";
|
|
5
|
+
export declare const EditorDiagonalLineIcon: () => jsx.JSX.Element;
|
|
3
6
|
export declare const highlightColorPalette: Array<PaletteColor>;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { type ReactElement } from 'react';
|
|
1
2
|
import { type MessageDescriptor } from 'react-intl-next';
|
|
2
3
|
export interface PaletteColor {
|
|
3
4
|
value: string;
|
|
4
5
|
label: string;
|
|
5
6
|
border: string;
|
|
6
7
|
message?: MessageDescriptor;
|
|
8
|
+
decorator?: ReactElement;
|
|
7
9
|
}
|
|
8
10
|
export type Palette = Array<PaletteColor>;
|
|
9
11
|
export type PaletteTooltipMessages = {
|
|
@@ -8,4 +8,14 @@ export declare const canApplyAnnotationOnRange: (rangeSelection: Range, doc: PMN
|
|
|
8
8
|
export declare const getAnnotationIdsFromRange: (rangeSelection: Range, doc: PMNode, schema: Schema) => string[];
|
|
9
9
|
export declare function hasAnnotationMark(node: PMNode, state: EditorState): boolean;
|
|
10
10
|
export declare function containsAnyAnnotations(slice: Slice, state: EditorState): boolean;
|
|
11
|
+
/**
|
|
12
|
+
* This returns a list of node names that are inline nodes in the range.
|
|
13
|
+
*/
|
|
14
|
+
export declare function getRangeInlineNodeNames({ doc, pos, }: {
|
|
15
|
+
doc: PMNode;
|
|
16
|
+
pos: {
|
|
17
|
+
from: number;
|
|
18
|
+
to: number;
|
|
19
|
+
};
|
|
20
|
+
}): string[] | undefined;
|
|
11
21
|
export {};
|
|
@@ -2,7 +2,7 @@ import type { Node as PMNode, ResolvedPos, Schema } from '@atlaskit/editor-prose
|
|
|
2
2
|
import type { EditorState, Selection } from '@atlaskit/editor-prosemirror/state';
|
|
3
3
|
import type { ContentNodeWithPos } from '@atlaskit/editor-prosemirror/utils';
|
|
4
4
|
export { shouldAutoLinkifyMatch } from './should-auto-linkify-tld';
|
|
5
|
-
export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark, } from './annotation';
|
|
5
|
+
export { canApplyAnnotationOnRange, containsAnyAnnotations, getAnnotationIdsFromRange, hasAnnotationMark, getRangeInlineNodeNames, } from './annotation';
|
|
6
6
|
export { getExtensionLozengeData } from './macro';
|
|
7
7
|
export type { Params } from './macro';
|
|
8
8
|
export { default as browser } from './browser';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "82.
|
|
3
|
+
"version": "82.3.0",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@atlaskit/task-decision": "^17.10.0",
|
|
137
137
|
"@atlaskit/textfield": "^6.3.0",
|
|
138
138
|
"@atlaskit/theme": "^12.9.0",
|
|
139
|
-
"@atlaskit/tokens": "^1.
|
|
139
|
+
"@atlaskit/tokens": "^1.50.0",
|
|
140
140
|
"@atlaskit/tooltip": "^18.4.0",
|
|
141
141
|
"@atlaskit/ufo": "^0.2.0",
|
|
142
142
|
"@atlaskit/width-detector": "^4.2.0",
|
|
@@ -256,6 +256,9 @@
|
|
|
256
256
|
},
|
|
257
257
|
"platform.editor.a11y-element-browser": {
|
|
258
258
|
"type": "boolean"
|
|
259
|
+
},
|
|
260
|
+
"platform.editor.transparent-diagonal-decorator": {
|
|
261
|
+
"type": "boolean"
|
|
259
262
|
}
|
|
260
263
|
}
|
|
261
264
|
}
|