@atlaskit/editor-common 87.0.4 → 87.2.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 +19 -0
- package/dist/cjs/i18n/cs.js +13 -1
- package/dist/cjs/i18n/da.js +13 -1
- package/dist/cjs/i18n/de.js +13 -1
- package/dist/cjs/i18n/en.js +12 -1
- package/dist/cjs/i18n/en_GB.js +12 -1
- package/dist/cjs/i18n/en_ZZ.js +12 -1
- package/dist/cjs/i18n/es.js +13 -1
- package/dist/cjs/i18n/fi.js +15 -3
- package/dist/cjs/i18n/fr.js +15 -3
- package/dist/cjs/i18n/hu.js +13 -1
- package/dist/cjs/i18n/it.js +13 -1
- package/dist/cjs/i18n/ja.js +13 -1
- package/dist/cjs/i18n/ko.js +13 -1
- package/dist/cjs/i18n/nb.js +13 -1
- package/dist/cjs/i18n/nl.js +13 -1
- package/dist/cjs/i18n/pl.js +13 -1
- package/dist/cjs/i18n/pt_BR.js +13 -1
- package/dist/cjs/i18n/ru.js +13 -1
- package/dist/cjs/i18n/sv.js +13 -1
- package/dist/cjs/i18n/th.js +13 -1
- package/dist/cjs/i18n/tr.js +13 -1
- package/dist/cjs/i18n/uk.js +15 -3
- package/dist/cjs/i18n/vi.js +13 -1
- package/dist/cjs/i18n/zh.js +13 -1
- package/dist/cjs/i18n/zh_TW.js +13 -1
- package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/cjs/link/ConfigureLinkOverlay/handleNavigation.js +43 -0
- package/dist/cjs/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/cjs/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/cjs/link/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/expand.js +6 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -1
- package/dist/es2019/i18n/da.js +13 -1
- package/dist/es2019/i18n/de.js +13 -1
- package/dist/es2019/i18n/en.js +12 -1
- package/dist/es2019/i18n/en_GB.js +12 -1
- package/dist/es2019/i18n/en_ZZ.js +12 -1
- package/dist/es2019/i18n/es.js +13 -1
- package/dist/es2019/i18n/fi.js +15 -3
- package/dist/es2019/i18n/fr.js +15 -3
- package/dist/es2019/i18n/hu.js +13 -1
- package/dist/es2019/i18n/it.js +13 -1
- package/dist/es2019/i18n/ja.js +13 -1
- package/dist/es2019/i18n/ko.js +13 -1
- package/dist/es2019/i18n/nb.js +13 -1
- package/dist/es2019/i18n/nl.js +13 -1
- package/dist/es2019/i18n/pl.js +13 -1
- package/dist/es2019/i18n/pt_BR.js +13 -1
- package/dist/es2019/i18n/ru.js +13 -1
- package/dist/es2019/i18n/sv.js +13 -1
- package/dist/es2019/i18n/th.js +13 -1
- package/dist/es2019/i18n/tr.js +13 -1
- package/dist/es2019/i18n/uk.js +15 -3
- package/dist/es2019/i18n/vi.js +13 -1
- package/dist/es2019/i18n/zh.js +13 -1
- package/dist/es2019/i18n/zh_TW.js +13 -1
- package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/es2019/link/ConfigureLinkOverlay/handleNavigation.js +38 -0
- package/dist/es2019/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/es2019/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/es2019/link/index.js +2 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/expand.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +13 -1
- package/dist/esm/i18n/da.js +13 -1
- package/dist/esm/i18n/de.js +13 -1
- package/dist/esm/i18n/en.js +12 -1
- package/dist/esm/i18n/en_GB.js +12 -1
- package/dist/esm/i18n/en_ZZ.js +12 -1
- package/dist/esm/i18n/es.js +13 -1
- package/dist/esm/i18n/fi.js +15 -3
- package/dist/esm/i18n/fr.js +15 -3
- package/dist/esm/i18n/hu.js +13 -1
- package/dist/esm/i18n/it.js +13 -1
- package/dist/esm/i18n/ja.js +13 -1
- package/dist/esm/i18n/ko.js +13 -1
- package/dist/esm/i18n/nb.js +13 -1
- package/dist/esm/i18n/nl.js +13 -1
- package/dist/esm/i18n/pl.js +13 -1
- package/dist/esm/i18n/pt_BR.js +13 -1
- package/dist/esm/i18n/ru.js +13 -1
- package/dist/esm/i18n/sv.js +13 -1
- package/dist/esm/i18n/th.js +13 -1
- package/dist/esm/i18n/tr.js +13 -1
- package/dist/esm/i18n/uk.js +15 -3
- package/dist/esm/i18n/vi.js +13 -1
- package/dist/esm/i18n/zh.js +13 -1
- package/dist/esm/i18n/zh_TW.js +13 -1
- package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/esm/link/ConfigureLinkOverlay/handleNavigation.js +37 -0
- package/dist/esm/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/esm/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/esm/link/index.js +2 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/expand.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -1
- package/dist/types/i18n/da.d.ts +13 -1
- package/dist/types/i18n/de.d.ts +13 -1
- package/dist/types/i18n/en.d.ts +12 -1
- package/dist/types/i18n/en_GB.d.ts +12 -1
- package/dist/types/i18n/en_ZZ.d.ts +12 -1
- package/dist/types/i18n/es.d.ts +13 -1
- package/dist/types/i18n/fi.d.ts +13 -1
- package/dist/types/i18n/fr.d.ts +13 -1
- package/dist/types/i18n/hu.d.ts +13 -1
- package/dist/types/i18n/it.d.ts +13 -1
- package/dist/types/i18n/ja.d.ts +13 -1
- package/dist/types/i18n/ko.d.ts +13 -1
- package/dist/types/i18n/nb.d.ts +13 -1
- package/dist/types/i18n/nl.d.ts +13 -1
- package/dist/types/i18n/pl.d.ts +13 -1
- package/dist/types/i18n/pt_BR.d.ts +13 -1
- package/dist/types/i18n/ru.d.ts +13 -1
- package/dist/types/i18n/sv.d.ts +13 -1
- package/dist/types/i18n/th.d.ts +13 -1
- package/dist/types/i18n/tr.d.ts +13 -1
- package/dist/types/i18n/uk.d.ts +13 -1
- package/dist/types/i18n/vi.d.ts +13 -1
- package/dist/types/i18n/zh.d.ts +13 -1
- package/dist/types/i18n/zh_TW.d.ts +13 -1
- package/dist/types/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
- package/dist/types/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
- package/dist/types/link/ConfigureLinkOverlay/index.d.ts +9 -1
- package/dist/types/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
- package/dist/types/link/index.d.ts +1 -0
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/expand.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
- package/dist/types-ts4.5/i18n/da.d.ts +13 -1
- package/dist/types-ts4.5/i18n/de.d.ts +13 -1
- package/dist/types-ts4.5/i18n/en.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
- package/dist/types-ts4.5/i18n/es.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
- package/dist/types-ts4.5/i18n/it.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
- package/dist/types-ts4.5/i18n/th.d.ts +13 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/index.d.ts +9 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
- package/dist/types-ts4.5/link/index.d.ts +1 -0
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'editor-common-extensibility.macro.button.configure': string;
|
|
8
9
|
'fabric.editor.action': string;
|
|
9
10
|
'fabric.editor.action.description': string;
|
|
10
11
|
'fabric.editor.addAltText': string;
|
|
@@ -32,6 +33,9 @@ declare const _default: {
|
|
|
32
33
|
'fabric.editor.backLink': string;
|
|
33
34
|
'fabric.editor.backgroundColor': string;
|
|
34
35
|
'fabric.editor.blockCardUnavailable': string;
|
|
36
|
+
'fabric.editor.blockControlDragHandleUsageInfo': string;
|
|
37
|
+
'fabric.editor.blockControlMoveDown': string;
|
|
38
|
+
'fabric.editor.blockControlMoveUp': string;
|
|
35
39
|
'fabric.editor.blockDescription': string;
|
|
36
40
|
'fabric.editor.blockTitle': string;
|
|
37
41
|
'fabric.editor.blockquote': string;
|
|
@@ -66,6 +70,9 @@ declare const _default: {
|
|
|
66
70
|
'fabric.editor.collapseNode': string;
|
|
67
71
|
'fabric.editor.collapseTable': string;
|
|
68
72
|
'fabric.editor.columnDragHandle': string;
|
|
73
|
+
'fabric.editor.columnMovedLeft': string;
|
|
74
|
+
'fabric.editor.columnMovedRight': string;
|
|
75
|
+
'fabric.editor.columnSelected': string;
|
|
69
76
|
'fabric.editor.columns': string;
|
|
70
77
|
'fabric.editor.columns.description': string;
|
|
71
78
|
'fabric.editor.columnsAreInserted': string;
|
|
@@ -93,10 +100,10 @@ declare const _default: {
|
|
|
93
100
|
'fabric.editor.copyToClipboard': string;
|
|
94
101
|
'fabric.editor.cornerControl': string;
|
|
95
102
|
'fabric.editor.createComment': string;
|
|
103
|
+
'fabric.editor.createCommentDisabled': string;
|
|
96
104
|
'fabric.editor.createCommentInvalid': string;
|
|
97
105
|
'fabric.editor.customPanel': string;
|
|
98
106
|
'fabric.editor.customPanel.description': string;
|
|
99
|
-
'fabric.editor.datasource.assetsObjects': string;
|
|
100
107
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
101
108
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
102
109
|
'fabric.editor.datasource.confluenceSearch': string;
|
|
@@ -227,6 +234,7 @@ declare const _default: {
|
|
|
227
234
|
'fabric.editor.helpDialogTips': string;
|
|
228
235
|
'fabric.editor.highlight': string;
|
|
229
236
|
'fabric.editor.highlightColor': string;
|
|
237
|
+
'fabric.editor.highlightFloatingToolbar': string;
|
|
230
238
|
'fabric.editor.horizontalRule': string;
|
|
231
239
|
'fabric.editor.horizontalRule.description': string;
|
|
232
240
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -320,6 +328,7 @@ declare const _default: {
|
|
|
320
328
|
'fabric.editor.numberedColumn': string;
|
|
321
329
|
'fabric.editor.off': string;
|
|
322
330
|
'fabric.editor.on': string;
|
|
331
|
+
'fabric.editor.openCellOptions': string;
|
|
323
332
|
'fabric.editor.openLink': string;
|
|
324
333
|
'fabric.editor.orderedList': string;
|
|
325
334
|
'fabric.editor.orderedList.description': string;
|
|
@@ -355,6 +364,9 @@ declare const _default: {
|
|
|
355
364
|
'fabric.editor.rightSidebar': string;
|
|
356
365
|
'fabric.editor.rowControl': string;
|
|
357
366
|
'fabric.editor.rowDragHandle': string;
|
|
367
|
+
'fabric.editor.rowMovedDown': string;
|
|
368
|
+
'fabric.editor.rowMovedUp': string;
|
|
369
|
+
'fabric.editor.rowSelected': string;
|
|
358
370
|
'fabric.editor.rowsAreInserted': string;
|
|
359
371
|
'fabric.editor.rowsAreRemoved': string;
|
|
360
372
|
'fabric.editor.saveButton': string;
|
|
@@ -1,9 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
import { type MouseEvent } from 'react';
|
|
2
6
|
import { type EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
3
7
|
export type OnDropdownChange = (isOpen: boolean) => void;
|
|
4
8
|
export type DropdownProps = {
|
|
5
9
|
/** Callback fired when the Configure dropdown item is clicked */
|
|
6
10
|
onConfigureClick: () => void;
|
|
11
|
+
/** Callback fired when the Open Link dropdown item is clicked */
|
|
12
|
+
onOpenLinkClick?: (event: MouseEvent<HTMLAnchorElement>) => void;
|
|
7
13
|
/** Callback fired when the dropdown is open or close */
|
|
8
14
|
onDropdownChange?: OnDropdownChange;
|
|
9
15
|
editorView: EditorView;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type MouseEvent } from 'react';
|
|
2
|
+
import { type AnalyticsEventPayload } from '../../analytics';
|
|
3
|
+
import { type OnClickCallback } from '../../card';
|
|
4
|
+
/**
|
|
5
|
+
* Function that opens a new page and fires the relevant analytics events
|
|
6
|
+
*/
|
|
7
|
+
export declare function handleNavigation({ url, event, onClickCallback, fireAnalyticsEvent, }: {
|
|
8
|
+
fireAnalyticsEvent: ((payload: AnalyticsEventPayload) => void | undefined) | undefined;
|
|
9
|
+
onClickCallback?: OnClickCallback;
|
|
10
|
+
url: string;
|
|
11
|
+
event: MouseEvent<HTMLAnchorElement>;
|
|
12
|
+
}): void;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
import { type MouseEvent } from 'react';
|
|
2
6
|
import { type EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
3
7
|
import { type OnDropdownChange } from './Dropdown';
|
|
4
8
|
export interface OverlayButtonProps {
|
|
@@ -9,5 +13,9 @@ export interface OverlayButtonProps {
|
|
|
9
13
|
* Called when the dropdown is open/closed with isOpen state as true and false respectively.
|
|
10
14
|
*/
|
|
11
15
|
onDropdownChange?: OnDropdownChange;
|
|
16
|
+
/**
|
|
17
|
+
* Called when the open link button in the dropdown is clicked.
|
|
18
|
+
*/
|
|
19
|
+
onOpenLinkClick?: (event: MouseEvent<HTMLAnchorElement>) => void;
|
|
12
20
|
}
|
|
13
21
|
export declare const OverlayButton: import("react").ForwardRefExoticComponent<OverlayButtonProps & import("@atlaskit/analytics-next").WithContextProps & import("react").RefAttributes<any>>;
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
export declare const useLinkOverlayAnalyticsEvents: () => {
|
|
2
|
-
|
|
2
|
+
/**
|
|
3
|
+
* When a user clicks go to link or configure link buttons.
|
|
4
|
+
*
|
|
5
|
+
* When a link is "wide" the overlay button is the configure button.
|
|
6
|
+
* When a link is "narrow" the configure button is inside the dropdown.
|
|
7
|
+
*
|
|
8
|
+
* @param linkAction 'goToLink' when somebody clicks on the Go to link button
|
|
9
|
+
* in the chevron menu; 'configureLink' when somebody clicks on the Configure button (whether it's the overlay or in the dropdown)
|
|
10
|
+
*/
|
|
11
|
+
fireActionClickEvent: (linkAction: 'goToLink' | 'configureLink') => void;
|
|
12
|
+
/**
|
|
13
|
+
* When a user clicks on the dropdown for a short link, or when a user clicks on the configure button for a wide link.
|
|
14
|
+
*/
|
|
3
15
|
fireLinkClickEvent: () => void;
|
|
4
16
|
fireToolbarViewEvent: () => void;
|
|
5
17
|
};
|
|
@@ -16,3 +16,4 @@ export { sha1 } from './LinkPicker/HyperlinkAddToolbar/utils';
|
|
|
16
16
|
export { isLinkAtPos, isTextAtPos, getLinkPreferencesURLFromENV } from './utils';
|
|
17
17
|
export { OverlayButton } from './ConfigureLinkOverlay';
|
|
18
18
|
export type { OverlayButtonProps } from './ConfigureLinkOverlay';
|
|
19
|
+
export { handleNavigation } from './ConfigureLinkOverlay/handleNavigation';
|
|
@@ -29,7 +29,7 @@ export { smartCardStyles, FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNE
|
|
|
29
29
|
export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
|
|
30
30
|
export { buttonGroupStyle, separatorStyles, wrapperStyle, triggerWrapperStyles, } from './shared/plugins';
|
|
31
31
|
export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
|
|
32
|
-
export { expandIconWrapperStyle, expandClassNames } from './shared/expand';
|
|
32
|
+
export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle, } from './shared/expand';
|
|
33
33
|
export { ClassNames as MediaSharedClassNames } from './shared/media';
|
|
34
34
|
export { BreakoutCssClassName } from './shared/breakout';
|
|
35
35
|
export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "87.0
|
|
3
|
+
"version": "87.2.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/"
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@atlaskit/menu": "^2.8.0",
|
|
133
133
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
134
134
|
"@atlaskit/primitives": "^11.1.0",
|
|
135
|
-
"@atlaskit/profilecard": "^19.
|
|
135
|
+
"@atlaskit/profilecard": "^19.17.0",
|
|
136
136
|
"@atlaskit/section-message": "^6.5.0",
|
|
137
137
|
"@atlaskit/smart-card": "^27.11.0",
|
|
138
138
|
"@atlaskit/smart-user-picker": "^6.10.0",
|