@atlaskit/editor-plugin-table 1.2.2 → 1.2.4
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/.eslintrc.js +2 -0
- package/CHANGELOG.md +14 -0
- package/dist/cjs/i18n/cs.js +43 -0
- package/dist/cjs/i18n/da.js +41 -0
- package/dist/cjs/i18n/de.js +41 -0
- package/dist/cjs/i18n/es.js +41 -0
- package/dist/cjs/i18n/fi.js +41 -0
- package/dist/cjs/i18n/fr.js +43 -0
- package/dist/cjs/i18n/hu.js +43 -0
- package/dist/cjs/i18n/it.js +43 -0
- package/dist/cjs/i18n/ja.js +43 -0
- package/dist/cjs/i18n/ko.js +41 -0
- package/dist/cjs/i18n/nb.js +41 -0
- package/dist/cjs/i18n/nl.js +43 -0
- package/dist/cjs/i18n/pl.js +43 -0
- package/dist/cjs/i18n/pt_BR.js +43 -0
- package/dist/cjs/i18n/ru.js +43 -0
- package/dist/cjs/i18n/sv.js +41 -0
- package/dist/cjs/i18n/th.js +41 -0
- package/dist/cjs/i18n/tr.js +43 -0
- package/dist/cjs/i18n/uk.js +43 -0
- package/dist/cjs/i18n/vi.js +41 -0
- package/dist/cjs/i18n/zh.js +43 -0
- package/dist/cjs/i18n/zh_TW.js +43 -0
- package/dist/cjs/plugins/table/commands/hover.js +0 -1
- package/dist/cjs/plugins/table/commands/misc.js +1 -1
- package/dist/cjs/plugins/table/commands/toggle.js +1 -1
- package/dist/cjs/plugins/table/handlers.js +2 -1
- package/dist/cjs/plugins/table/nodeviews/OverflowShadowsObserver.js +6 -0
- package/dist/cjs/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +8 -0
- package/dist/cjs/plugins/table/pm-plugins/table-local-id.js +12 -1
- package/dist/cjs/plugins/table/transforms/metadata.js +2 -0
- package/dist/cjs/plugins/table/types.js +25 -0
- package/dist/cjs/plugins/table/ui/FloatingContextualButton/index.js +1 -1
- package/dist/cjs/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +1 -1
- package/dist/cjs/plugins/table/ui/FloatingDeleteButton/index.js +7 -0
- package/dist/cjs/plugins/table/ui/common-styles.js +11 -5
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +36 -0
- package/dist/es2019/i18n/da.js +34 -0
- package/dist/es2019/i18n/de.js +34 -0
- package/dist/es2019/i18n/es.js +34 -0
- package/dist/es2019/i18n/fi.js +34 -0
- package/dist/es2019/i18n/fr.js +36 -0
- package/dist/es2019/i18n/hu.js +36 -0
- package/dist/es2019/i18n/it.js +36 -0
- package/dist/es2019/i18n/ja.js +36 -0
- package/dist/es2019/i18n/ko.js +34 -0
- package/dist/es2019/i18n/nb.js +34 -0
- package/dist/es2019/i18n/nl.js +36 -0
- package/dist/es2019/i18n/pl.js +36 -0
- package/dist/es2019/i18n/pt_BR.js +36 -0
- package/dist/es2019/i18n/ru.js +36 -0
- package/dist/es2019/i18n/sv.js +34 -0
- package/dist/es2019/i18n/th.js +34 -0
- package/dist/es2019/i18n/tr.js +36 -0
- package/dist/es2019/i18n/uk.js +36 -0
- package/dist/es2019/i18n/vi.js +34 -0
- package/dist/es2019/i18n/zh.js +36 -0
- package/dist/es2019/i18n/zh_TW.js +36 -0
- package/dist/es2019/plugins/table/commands/clear.js +0 -1
- package/dist/es2019/plugins/table/nodeviews/OverflowShadowsObserver.js +7 -0
- package/dist/es2019/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +7 -0
- package/dist/es2019/plugins/table/types.js +26 -0
- package/dist/es2019/plugins/table/ui/FloatingDeleteButton/index.js +8 -0
- package/dist/es2019/plugins/table/ui/common-styles.js +30 -7
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +36 -0
- package/dist/esm/i18n/da.js +34 -0
- package/dist/esm/i18n/de.js +34 -0
- package/dist/esm/i18n/es.js +34 -0
- package/dist/esm/i18n/fi.js +34 -0
- package/dist/esm/i18n/fr.js +36 -0
- package/dist/esm/i18n/hu.js +36 -0
- package/dist/esm/i18n/it.js +36 -0
- package/dist/esm/i18n/ja.js +36 -0
- package/dist/esm/i18n/ko.js +34 -0
- package/dist/esm/i18n/nb.js +34 -0
- package/dist/esm/i18n/nl.js +36 -0
- package/dist/esm/i18n/pl.js +36 -0
- package/dist/esm/i18n/pt_BR.js +36 -0
- package/dist/esm/i18n/ru.js +36 -0
- package/dist/esm/i18n/sv.js +34 -0
- package/dist/esm/i18n/th.js +34 -0
- package/dist/esm/i18n/tr.js +36 -0
- package/dist/esm/i18n/uk.js +36 -0
- package/dist/esm/i18n/vi.js +34 -0
- package/dist/esm/i18n/zh.js +36 -0
- package/dist/esm/i18n/zh_TW.js +36 -0
- package/dist/esm/plugins/table/commands/clear.js +0 -1
- package/dist/esm/plugins/table/nodeviews/OverflowShadowsObserver.js +6 -0
- package/dist/esm/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +8 -0
- package/dist/esm/plugins/table/types.js +26 -0
- package/dist/esm/plugins/table/ui/FloatingDeleteButton/index.js +7 -0
- package/dist/esm/plugins/table/ui/common-styles.js +11 -5
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +35 -0
- package/dist/types/i18n/da.d.ts +33 -0
- package/dist/types/i18n/de.d.ts +33 -0
- package/dist/types/i18n/es.d.ts +33 -0
- package/dist/types/i18n/fi.d.ts +33 -0
- package/dist/types/i18n/fr.d.ts +35 -0
- package/dist/types/i18n/hu.d.ts +35 -0
- package/dist/types/i18n/it.d.ts +35 -0
- package/dist/types/i18n/ja.d.ts +35 -0
- package/dist/types/i18n/ko.d.ts +33 -0
- package/dist/types/i18n/nb.d.ts +33 -0
- package/dist/types/i18n/nl.d.ts +35 -0
- package/dist/types/i18n/pl.d.ts +35 -0
- package/dist/types/i18n/pt_BR.d.ts +35 -0
- package/dist/types/i18n/ru.d.ts +35 -0
- package/dist/types/i18n/sv.d.ts +33 -0
- package/dist/types/i18n/th.d.ts +33 -0
- package/dist/types/i18n/tr.d.ts +35 -0
- package/dist/types/i18n/uk.d.ts +35 -0
- package/dist/types/i18n/vi.d.ts +33 -0
- package/dist/types/i18n/zh.d.ts +35 -0
- package/dist/types/i18n/zh_TW.d.ts +35 -0
- package/package.json +8 -8
- package/src/__tests__/unit/color-picker.ts +2 -0
- package/src/__tests__/unit/event-handlers.ts +11 -7
- package/src/__tests__/unit/get-toolbar-config.ts +2 -0
- package/src/__tests__/unit/pm-plugins/sticky-headers/tableRow.tsx +1 -1
- package/src/i18n/cs.ts +40 -0
- package/src/i18n/da.ts +35 -0
- package/src/i18n/de.ts +35 -0
- package/src/i18n/es.ts +35 -0
- package/src/i18n/fi.ts +35 -0
- package/src/i18n/fr.ts +37 -0
- package/src/i18n/hu.ts +37 -0
- package/src/i18n/it.ts +37 -0
- package/src/i18n/ja.ts +37 -0
- package/src/i18n/ko.ts +34 -0
- package/src/i18n/nb.ts +35 -0
- package/src/i18n/nl.ts +37 -0
- package/src/i18n/pl.ts +40 -0
- package/src/i18n/pt_BR.ts +37 -0
- package/src/i18n/ru.ts +40 -0
- package/src/i18n/sv.ts +35 -0
- package/src/i18n/th.ts +34 -0
- package/src/i18n/tr.ts +37 -0
- package/src/i18n/uk.ts +40 -0
- package/src/i18n/vi.ts +34 -0
- package/src/i18n/zh.ts +36 -0
- package/src/i18n/zh_TW.ts +36 -0
- package/src/plugins/table/ui/common-styles.ts +34 -5
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
10
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
11
|
+
'fabric.editor.headerColumn': string;
|
|
12
|
+
'fabric.editor.headerRow': string;
|
|
13
|
+
'fabric.editor.insertColumn': string;
|
|
14
|
+
'fabric.editor.insertRow': string;
|
|
15
|
+
'fabric.editor.mergeCells': string;
|
|
16
|
+
'fabric.editor.numberedColumn': string;
|
|
17
|
+
'fabric.editor.removeColumns': string;
|
|
18
|
+
'fabric.editor.removeRows': string;
|
|
19
|
+
'fabric.editor.rowControl': string;
|
|
20
|
+
'fabric.editor.sortColumnASC': string;
|
|
21
|
+
'fabric.editor.sortColumnDESC': string;
|
|
22
|
+
'fabric.editor.splitCell': string;
|
|
23
|
+
'fabric.editor.tableOptions': string;
|
|
24
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
25
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* NOTE:
|
|
29
|
+
*
|
|
30
|
+
* This file is automatically generated by Traduki 2.0.
|
|
31
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
32
|
+
*/
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
10
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
11
|
+
'fabric.editor.headerColumn': string;
|
|
12
|
+
'fabric.editor.headerRow': string;
|
|
13
|
+
'fabric.editor.insertColumn': string;
|
|
14
|
+
'fabric.editor.insertRow': string;
|
|
15
|
+
'fabric.editor.mergeCells': string;
|
|
16
|
+
'fabric.editor.numberedColumn': string;
|
|
17
|
+
'fabric.editor.removeColumns': string;
|
|
18
|
+
'fabric.editor.removeRows': string;
|
|
19
|
+
'fabric.editor.rowControl': string;
|
|
20
|
+
'fabric.editor.sortColumnASC': string;
|
|
21
|
+
'fabric.editor.sortColumnDESC': string;
|
|
22
|
+
'fabric.editor.splitCell': string;
|
|
23
|
+
'fabric.editor.tableOptions': string;
|
|
24
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
25
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* NOTE:
|
|
29
|
+
*
|
|
30
|
+
* This file is automatically generated by Traduki 2.0.
|
|
31
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
32
|
+
*/
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
10
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
11
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
12
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
13
|
+
'fabric.editor.headerColumn': string;
|
|
14
|
+
'fabric.editor.headerRow': string;
|
|
15
|
+
'fabric.editor.insertColumn': string;
|
|
16
|
+
'fabric.editor.insertRow': string;
|
|
17
|
+
'fabric.editor.mergeCells': string;
|
|
18
|
+
'fabric.editor.numberedColumn': string;
|
|
19
|
+
'fabric.editor.removeColumns': string;
|
|
20
|
+
'fabric.editor.removeRows': string;
|
|
21
|
+
'fabric.editor.rowControl': string;
|
|
22
|
+
'fabric.editor.sortColumnASC': string;
|
|
23
|
+
'fabric.editor.sortColumnDESC': string;
|
|
24
|
+
'fabric.editor.splitCell': string;
|
|
25
|
+
'fabric.editor.tableOptions': string;
|
|
26
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
27
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* NOTE:
|
|
31
|
+
*
|
|
32
|
+
* This file is automatically generated by Traduki 2.0.
|
|
33
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
34
|
+
*/
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
10
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
11
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
12
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
13
|
+
'fabric.editor.headerColumn': string;
|
|
14
|
+
'fabric.editor.headerRow': string;
|
|
15
|
+
'fabric.editor.insertColumn': string;
|
|
16
|
+
'fabric.editor.insertRow': string;
|
|
17
|
+
'fabric.editor.mergeCells': string;
|
|
18
|
+
'fabric.editor.numberedColumn': string;
|
|
19
|
+
'fabric.editor.removeColumns': string;
|
|
20
|
+
'fabric.editor.removeRows': string;
|
|
21
|
+
'fabric.editor.rowControl': string;
|
|
22
|
+
'fabric.editor.sortColumnASC': string;
|
|
23
|
+
'fabric.editor.sortColumnDESC': string;
|
|
24
|
+
'fabric.editor.splitCell': string;
|
|
25
|
+
'fabric.editor.tableOptions': string;
|
|
26
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
27
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* NOTE:
|
|
31
|
+
*
|
|
32
|
+
* This file is automatically generated by Traduki 2.0.
|
|
33
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
34
|
+
*/
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
10
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
11
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
12
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
13
|
+
'fabric.editor.headerColumn': string;
|
|
14
|
+
'fabric.editor.headerRow': string;
|
|
15
|
+
'fabric.editor.insertColumn': string;
|
|
16
|
+
'fabric.editor.insertRow': string;
|
|
17
|
+
'fabric.editor.mergeCells': string;
|
|
18
|
+
'fabric.editor.numberedColumn': string;
|
|
19
|
+
'fabric.editor.removeColumns': string;
|
|
20
|
+
'fabric.editor.removeRows': string;
|
|
21
|
+
'fabric.editor.rowControl': string;
|
|
22
|
+
'fabric.editor.sortColumnASC': string;
|
|
23
|
+
'fabric.editor.sortColumnDESC': string;
|
|
24
|
+
'fabric.editor.splitCell': string;
|
|
25
|
+
'fabric.editor.tableOptions': string;
|
|
26
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
27
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* NOTE:
|
|
31
|
+
*
|
|
32
|
+
* This file is automatically generated by Traduki 2.0.
|
|
33
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
34
|
+
*/
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
10
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
11
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
12
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
13
|
+
'fabric.editor.headerColumn': string;
|
|
14
|
+
'fabric.editor.headerRow': string;
|
|
15
|
+
'fabric.editor.insertColumn': string;
|
|
16
|
+
'fabric.editor.insertRow': string;
|
|
17
|
+
'fabric.editor.mergeCells': string;
|
|
18
|
+
'fabric.editor.numberedColumn': string;
|
|
19
|
+
'fabric.editor.removeColumns': string;
|
|
20
|
+
'fabric.editor.removeRows': string;
|
|
21
|
+
'fabric.editor.rowControl': string;
|
|
22
|
+
'fabric.editor.sortColumnASC': string;
|
|
23
|
+
'fabric.editor.sortColumnDESC': string;
|
|
24
|
+
'fabric.editor.splitCell': string;
|
|
25
|
+
'fabric.editor.tableOptions': string;
|
|
26
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
27
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* NOTE:
|
|
31
|
+
*
|
|
32
|
+
* This file is automatically generated by Traduki 2.0.
|
|
33
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
34
|
+
*/
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
10
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
11
|
+
'fabric.editor.headerColumn': string;
|
|
12
|
+
'fabric.editor.headerRow': string;
|
|
13
|
+
'fabric.editor.insertColumn': string;
|
|
14
|
+
'fabric.editor.insertRow': string;
|
|
15
|
+
'fabric.editor.mergeCells': string;
|
|
16
|
+
'fabric.editor.numberedColumn': string;
|
|
17
|
+
'fabric.editor.removeColumns': string;
|
|
18
|
+
'fabric.editor.removeRows': string;
|
|
19
|
+
'fabric.editor.rowControl': string;
|
|
20
|
+
'fabric.editor.sortColumnASC': string;
|
|
21
|
+
'fabric.editor.sortColumnDESC': string;
|
|
22
|
+
'fabric.editor.splitCell': string;
|
|
23
|
+
'fabric.editor.tableOptions': string;
|
|
24
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
25
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* NOTE:
|
|
29
|
+
*
|
|
30
|
+
* This file is automatically generated by Traduki 2.0.
|
|
31
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
32
|
+
*/
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
10
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
11
|
+
'fabric.editor.headerColumn': string;
|
|
12
|
+
'fabric.editor.headerRow': string;
|
|
13
|
+
'fabric.editor.insertColumn': string;
|
|
14
|
+
'fabric.editor.insertRow': string;
|
|
15
|
+
'fabric.editor.mergeCells': string;
|
|
16
|
+
'fabric.editor.numberedColumn': string;
|
|
17
|
+
'fabric.editor.removeColumns': string;
|
|
18
|
+
'fabric.editor.removeRows': string;
|
|
19
|
+
'fabric.editor.rowControl': string;
|
|
20
|
+
'fabric.editor.sortColumnASC': string;
|
|
21
|
+
'fabric.editor.sortColumnDESC': string;
|
|
22
|
+
'fabric.editor.splitCell': string;
|
|
23
|
+
'fabric.editor.tableOptions': string;
|
|
24
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
25
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* NOTE:
|
|
29
|
+
*
|
|
30
|
+
* This file is automatically generated by Traduki 2.0.
|
|
31
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
32
|
+
*/
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
10
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
11
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
12
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
13
|
+
'fabric.editor.headerColumn': string;
|
|
14
|
+
'fabric.editor.headerRow': string;
|
|
15
|
+
'fabric.editor.insertColumn': string;
|
|
16
|
+
'fabric.editor.insertRow': string;
|
|
17
|
+
'fabric.editor.mergeCells': string;
|
|
18
|
+
'fabric.editor.numberedColumn': string;
|
|
19
|
+
'fabric.editor.removeColumns': string;
|
|
20
|
+
'fabric.editor.removeRows': string;
|
|
21
|
+
'fabric.editor.rowControl': string;
|
|
22
|
+
'fabric.editor.sortColumnASC': string;
|
|
23
|
+
'fabric.editor.sortColumnDESC': string;
|
|
24
|
+
'fabric.editor.splitCell': string;
|
|
25
|
+
'fabric.editor.tableOptions': string;
|
|
26
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
27
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* NOTE:
|
|
31
|
+
*
|
|
32
|
+
* This file is automatically generated by Traduki 2.0.
|
|
33
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
34
|
+
*/
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
10
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
11
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
12
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
13
|
+
'fabric.editor.headerColumn': string;
|
|
14
|
+
'fabric.editor.headerRow': string;
|
|
15
|
+
'fabric.editor.insertColumn': string;
|
|
16
|
+
'fabric.editor.insertRow': string;
|
|
17
|
+
'fabric.editor.mergeCells': string;
|
|
18
|
+
'fabric.editor.numberedColumn': string;
|
|
19
|
+
'fabric.editor.removeColumns': string;
|
|
20
|
+
'fabric.editor.removeRows': string;
|
|
21
|
+
'fabric.editor.rowControl': string;
|
|
22
|
+
'fabric.editor.sortColumnASC': string;
|
|
23
|
+
'fabric.editor.sortColumnDESC': string;
|
|
24
|
+
'fabric.editor.splitCell': string;
|
|
25
|
+
'fabric.editor.tableOptions': string;
|
|
26
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
27
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* NOTE:
|
|
31
|
+
*
|
|
32
|
+
* This file is automatically generated by Traduki 2.0.
|
|
33
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
34
|
+
*/
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
10
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
11
|
+
'fabric.editor.headerColumn': string;
|
|
12
|
+
'fabric.editor.headerRow': string;
|
|
13
|
+
'fabric.editor.insertColumn': string;
|
|
14
|
+
'fabric.editor.insertRow': string;
|
|
15
|
+
'fabric.editor.mergeCells': string;
|
|
16
|
+
'fabric.editor.numberedColumn': string;
|
|
17
|
+
'fabric.editor.removeColumns': string;
|
|
18
|
+
'fabric.editor.removeRows': string;
|
|
19
|
+
'fabric.editor.rowControl': string;
|
|
20
|
+
'fabric.editor.sortColumnASC': string;
|
|
21
|
+
'fabric.editor.sortColumnDESC': string;
|
|
22
|
+
'fabric.editor.splitCell': string;
|
|
23
|
+
'fabric.editor.tableOptions': string;
|
|
24
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
25
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* NOTE:
|
|
29
|
+
*
|
|
30
|
+
* This file is automatically generated by Traduki 2.0.
|
|
31
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
32
|
+
*/
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
10
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
11
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
12
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
13
|
+
'fabric.editor.headerColumn': string;
|
|
14
|
+
'fabric.editor.headerRow': string;
|
|
15
|
+
'fabric.editor.insertColumn': string;
|
|
16
|
+
'fabric.editor.insertRow': string;
|
|
17
|
+
'fabric.editor.mergeCells': string;
|
|
18
|
+
'fabric.editor.numberedColumn': string;
|
|
19
|
+
'fabric.editor.removeColumns': string;
|
|
20
|
+
'fabric.editor.removeRows': string;
|
|
21
|
+
'fabric.editor.rowControl': string;
|
|
22
|
+
'fabric.editor.sortColumnASC': string;
|
|
23
|
+
'fabric.editor.sortColumnDESC': string;
|
|
24
|
+
'fabric.editor.splitCell': string;
|
|
25
|
+
'fabric.editor.tableOptions': string;
|
|
26
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
27
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* NOTE:
|
|
31
|
+
*
|
|
32
|
+
* This file is automatically generated by Traduki 2.0.
|
|
33
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
34
|
+
*/
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.canNotSortTable': string;
|
|
3
|
+
'fabric.editor.cellBackground': string;
|
|
4
|
+
'fabric.editor.cellOptions': string;
|
|
5
|
+
'fabric.editor.clearCells': string;
|
|
6
|
+
'fabric.editor.collapseTable': string;
|
|
7
|
+
'fabric.editor.cornerControl': string;
|
|
8
|
+
'fabric.editor.distributeColumns': string;
|
|
9
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
10
|
+
'fabric.editor.extension.deleteElementTitle': string;
|
|
11
|
+
'fabric.editor.extension.sourceNoTitledName': string;
|
|
12
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
13
|
+
'fabric.editor.headerColumn': string;
|
|
14
|
+
'fabric.editor.headerRow': string;
|
|
15
|
+
'fabric.editor.insertColumn': string;
|
|
16
|
+
'fabric.editor.insertRow': string;
|
|
17
|
+
'fabric.editor.mergeCells': string;
|
|
18
|
+
'fabric.editor.numberedColumn': string;
|
|
19
|
+
'fabric.editor.removeColumns': string;
|
|
20
|
+
'fabric.editor.removeRows': string;
|
|
21
|
+
'fabric.editor.rowControl': string;
|
|
22
|
+
'fabric.editor.sortColumnASC': string;
|
|
23
|
+
'fabric.editor.sortColumnDESC': string;
|
|
24
|
+
'fabric.editor.splitCell': string;
|
|
25
|
+
'fabric.editor.tableOptions': string;
|
|
26
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
27
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* NOTE:
|
|
31
|
+
*
|
|
32
|
+
* This file is automatically generated by Traduki 2.0.
|
|
33
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
34
|
+
*/
|
|
35
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-table",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Table plugin for the @atlaskit/editor",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"releaseModel": "scheduled"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@atlaskit/adf-schema": "^25.
|
|
22
|
-
"@atlaskit/editor-common": "^72.
|
|
21
|
+
"@atlaskit/adf-schema": "^25.5.0",
|
|
22
|
+
"@atlaskit/editor-common": "^72.8.0",
|
|
23
23
|
"@atlaskit/editor-shared-styles": "^2.3.0",
|
|
24
24
|
"@atlaskit/editor-tables": "^2.2.0",
|
|
25
25
|
"@atlaskit/icon": "^21.11.0",
|
|
26
|
-
"@atlaskit/theme": "^12.
|
|
26
|
+
"@atlaskit/theme": "^12.4.0",
|
|
27
27
|
"@atlaskit/tokens": "^1.2.0",
|
|
28
28
|
"@atlaskit/tooltip": "^17.7.0",
|
|
29
29
|
"@babel/runtime": "^7.0.0",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@atlaskit/analytics-next": "^9.0.0",
|
|
53
53
|
"@atlaskit/button": "^16.6.0",
|
|
54
|
-
"@atlaskit/editor-core": "^182.
|
|
55
|
-
"@atlaskit/editor-plugin-feature-flags": "^0.0.
|
|
54
|
+
"@atlaskit/editor-core": "^182.1.0",
|
|
55
|
+
"@atlaskit/editor-plugin-feature-flags": "^0.0.3",
|
|
56
56
|
"@atlaskit/editor-test-helpers": "^18.2.0",
|
|
57
57
|
"@atlaskit/link-provider": "^1.5.0",
|
|
58
|
-
"@atlaskit/logo": "^13.
|
|
58
|
+
"@atlaskit/logo": "^13.12.0",
|
|
59
59
|
"@atlaskit/media-integration-test-helpers": "^2.6.0",
|
|
60
60
|
"@atlaskit/synchrony-test-helpers": "^2.3.0",
|
|
61
61
|
"@atlaskit/util-data-test": "^17.7.0",
|
|
@@ -88,4 +88,4 @@
|
|
|
88
88
|
]
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
-
}
|
|
91
|
+
}
|
|
@@ -23,6 +23,7 @@ import extensionPlugin from '@atlaskit/editor-core/src/plugins/extension';
|
|
|
23
23
|
import tablePlugin from '../../plugins/table';
|
|
24
24
|
import { setEditorFocus, setTableRef } from '../../plugins/table/commands';
|
|
25
25
|
import { getToolbarConfig } from '../../plugins/table/toolbar';
|
|
26
|
+
import featureFlagsPlugin from '@atlaskit/editor-plugin-feature-flags';
|
|
26
27
|
|
|
27
28
|
const formatMessage: (t: { id: string }) => string = (message) =>
|
|
28
29
|
`${message.id}`;
|
|
@@ -40,6 +41,7 @@ describe('color picker', () => {
|
|
|
40
41
|
|
|
41
42
|
attachTo: document.body,
|
|
42
43
|
preset: new Preset<LightEditorPlugin>()
|
|
44
|
+
.add([featureFlagsPlugin, {}])
|
|
43
45
|
.add(dataConsumerPlugin)
|
|
44
46
|
.add(extensionPlugin)
|
|
45
47
|
.add(tablePlugin),
|
|
@@ -35,6 +35,7 @@ import { pluginKey } from '../../plugins/table/pm-plugins/plugin-key';
|
|
|
35
35
|
import { TableCssClassName as ClassName } from '../../plugins/table/types';
|
|
36
36
|
import tablePlugin from '../../plugins/table-plugin';
|
|
37
37
|
import mediaPlugin from '@atlaskit/editor-core/src/plugins/media';
|
|
38
|
+
import featureFlagsPlugin from '@atlaskit/editor-plugin-feature-flags';
|
|
38
39
|
|
|
39
40
|
describe('table plugin: decorations', () => {
|
|
40
41
|
const createEditor = createProsemirrorEditorFactory();
|
|
@@ -153,13 +154,16 @@ describe('table event handlers', () => {
|
|
|
153
154
|
createEditor({
|
|
154
155
|
doc,
|
|
155
156
|
attachTo: document.body,
|
|
156
|
-
preset: new Preset<LightEditorPlugin>()
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
157
|
+
preset: new Preset<LightEditorPlugin>()
|
|
158
|
+
.add([featureFlagsPlugin, {}])
|
|
159
|
+
.add(tablePlugin)
|
|
160
|
+
.add([
|
|
161
|
+
mediaPlugin,
|
|
162
|
+
{
|
|
163
|
+
allowMediaSingle: true,
|
|
164
|
+
allowMediaGroup: true,
|
|
165
|
+
},
|
|
166
|
+
]),
|
|
163
167
|
pluginKey,
|
|
164
168
|
});
|
|
165
169
|
|
|
@@ -28,6 +28,7 @@ import type {
|
|
|
28
28
|
FloatingToolbarButton,
|
|
29
29
|
GetEditorFeatureFlags,
|
|
30
30
|
} from '@atlaskit/editor-common/types';
|
|
31
|
+
import featureFlagsPlugin from '@atlaskit/editor-plugin-feature-flags';
|
|
31
32
|
|
|
32
33
|
const formatMessage: (t: { id: string }) => string = (message) =>
|
|
33
34
|
`${message.id}`;
|
|
@@ -73,6 +74,7 @@ describe('getToolbarConfig', () => {
|
|
|
73
74
|
|
|
74
75
|
attachTo: document.body,
|
|
75
76
|
preset: new Preset<LightEditorPlugin>()
|
|
77
|
+
.add([featureFlagsPlugin, {}])
|
|
76
78
|
.add(dataConsumerPlugin)
|
|
77
79
|
.add(extensionPlugin)
|
|
78
80
|
.add(tablePlugin),
|
|
@@ -18,7 +18,7 @@ import tablePlugin from '../../../../plugins/table';
|
|
|
18
18
|
import { pluginKey } from '../../../../plugins/table/pm-plugins/plugin-key';
|
|
19
19
|
import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
|
|
20
20
|
import createStub, { Stub } from 'raf-stub';
|
|
21
|
-
import featureFlagsPlugin from '@atlaskit/editor-
|
|
21
|
+
import featureFlagsPlugin from '@atlaskit/editor-plugin-feature-flags';
|
|
22
22
|
jest.mock(
|
|
23
23
|
'../../../../plugins/table/pm-plugins/sticky-headers/commands',
|
|
24
24
|
() => ({
|
package/src/i18n/cs.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
11
|
+
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
12
|
+
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
13
|
+
'fabric.editor.clearCells':
|
|
14
|
+
'{0, plural, one {Vymazat buňku} few {Vymazat buňky} many {Vymazat buňky} other {Vymazat buňky}}',
|
|
15
|
+
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
16
|
+
'fabric.editor.cornerControl': 'Zvýraznit tabulku',
|
|
17
|
+
'fabric.editor.distributeColumns': 'Rozložení sloupců',
|
|
18
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Odstraňování',
|
|
19
|
+
'fabric.editor.extension.deleteElementTitle': 'Vymazat prvek',
|
|
20
|
+
'fabric.editor.extension.sourceNoTitledName': 'tento prvek',
|
|
21
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
22
|
+
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
23
|
+
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
24
|
+
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
25
|
+
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
26
|
+
'fabric.editor.mergeCells': 'Sloučit buňky',
|
|
27
|
+
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
28
|
+
'fabric.editor.removeColumns':
|
|
29
|
+
'{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
30
|
+
'fabric.editor.removeRows':
|
|
31
|
+
'{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
32
|
+
'fabric.editor.rowControl': 'Zvýraznit řádek',
|
|
33
|
+
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
34
|
+
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
35
|
+
'fabric.editor.splitCell': 'Rozdělit buňky',
|
|
36
|
+
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
37
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage':
|
|
38
|
+
'Odstranění uzlu {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
39
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit',
|
|
40
|
+
};
|
package/src/i18n/da.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'fabric.editor.canNotSortTable': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
11
|
+
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
12
|
+
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
13
|
+
'fabric.editor.clearCells': '{0, plural, one {Ryd celle} other {Ryd celler}}',
|
|
14
|
+
'fabric.editor.collapseTable': 'Luk tabel',
|
|
15
|
+
'fabric.editor.cornerControl': 'Fremhæv tabel',
|
|
16
|
+
'fabric.editor.distributeColumns': 'Fordel kolonner',
|
|
17
|
+
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
18
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
19
|
+
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
20
|
+
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
21
|
+
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
22
|
+
'fabric.editor.insertRow': 'Indsæt række under',
|
|
23
|
+
'fabric.editor.mergeCells': 'Flet celler',
|
|
24
|
+
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
25
|
+
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
26
|
+
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
27
|
+
'fabric.editor.rowControl': 'Fremhæv række',
|
|
28
|
+
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
29
|
+
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
30
|
+
'fabric.editor.splitCell': 'Opdel celle',
|
|
31
|
+
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
32
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage':
|
|
33
|
+
'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
34
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet',
|
|
35
|
+
};
|