@atlaskit/editor-plugin-table 1.2.3 → 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.
Files changed (142) hide show
  1. package/.eslintrc.js +2 -0
  2. package/CHANGELOG.md +8 -0
  3. package/dist/cjs/i18n/cs.js +43 -0
  4. package/dist/cjs/i18n/da.js +41 -0
  5. package/dist/cjs/i18n/de.js +41 -0
  6. package/dist/cjs/i18n/es.js +41 -0
  7. package/dist/cjs/i18n/fi.js +41 -0
  8. package/dist/cjs/i18n/fr.js +43 -0
  9. package/dist/cjs/i18n/hu.js +43 -0
  10. package/dist/cjs/i18n/it.js +43 -0
  11. package/dist/cjs/i18n/ja.js +43 -0
  12. package/dist/cjs/i18n/ko.js +41 -0
  13. package/dist/cjs/i18n/nb.js +41 -0
  14. package/dist/cjs/i18n/nl.js +43 -0
  15. package/dist/cjs/i18n/pl.js +43 -0
  16. package/dist/cjs/i18n/pt_BR.js +43 -0
  17. package/dist/cjs/i18n/ru.js +43 -0
  18. package/dist/cjs/i18n/sv.js +41 -0
  19. package/dist/cjs/i18n/th.js +41 -0
  20. package/dist/cjs/i18n/tr.js +43 -0
  21. package/dist/cjs/i18n/uk.js +43 -0
  22. package/dist/cjs/i18n/vi.js +41 -0
  23. package/dist/cjs/i18n/zh.js +43 -0
  24. package/dist/cjs/i18n/zh_TW.js +43 -0
  25. package/dist/cjs/plugins/table/commands/hover.js +0 -1
  26. package/dist/cjs/plugins/table/commands/misc.js +1 -1
  27. package/dist/cjs/plugins/table/commands/toggle.js +1 -1
  28. package/dist/cjs/plugins/table/handlers.js +2 -1
  29. package/dist/cjs/plugins/table/nodeviews/OverflowShadowsObserver.js +6 -0
  30. package/dist/cjs/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +8 -0
  31. package/dist/cjs/plugins/table/pm-plugins/table-local-id.js +12 -1
  32. package/dist/cjs/plugins/table/transforms/metadata.js +2 -0
  33. package/dist/cjs/plugins/table/types.js +25 -0
  34. package/dist/cjs/plugins/table/ui/FloatingContextualButton/index.js +1 -1
  35. package/dist/cjs/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +1 -1
  36. package/dist/cjs/plugins/table/ui/FloatingDeleteButton/index.js +7 -0
  37. package/dist/cjs/version.json +1 -1
  38. package/dist/es2019/i18n/cs.js +36 -0
  39. package/dist/es2019/i18n/da.js +34 -0
  40. package/dist/es2019/i18n/de.js +34 -0
  41. package/dist/es2019/i18n/es.js +34 -0
  42. package/dist/es2019/i18n/fi.js +34 -0
  43. package/dist/es2019/i18n/fr.js +36 -0
  44. package/dist/es2019/i18n/hu.js +36 -0
  45. package/dist/es2019/i18n/it.js +36 -0
  46. package/dist/es2019/i18n/ja.js +36 -0
  47. package/dist/es2019/i18n/ko.js +34 -0
  48. package/dist/es2019/i18n/nb.js +34 -0
  49. package/dist/es2019/i18n/nl.js +36 -0
  50. package/dist/es2019/i18n/pl.js +36 -0
  51. package/dist/es2019/i18n/pt_BR.js +36 -0
  52. package/dist/es2019/i18n/ru.js +36 -0
  53. package/dist/es2019/i18n/sv.js +34 -0
  54. package/dist/es2019/i18n/th.js +34 -0
  55. package/dist/es2019/i18n/tr.js +36 -0
  56. package/dist/es2019/i18n/uk.js +36 -0
  57. package/dist/es2019/i18n/vi.js +34 -0
  58. package/dist/es2019/i18n/zh.js +36 -0
  59. package/dist/es2019/i18n/zh_TW.js +36 -0
  60. package/dist/es2019/plugins/table/commands/clear.js +0 -1
  61. package/dist/es2019/plugins/table/nodeviews/OverflowShadowsObserver.js +7 -0
  62. package/dist/es2019/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +7 -0
  63. package/dist/es2019/plugins/table/types.js +26 -0
  64. package/dist/es2019/plugins/table/ui/FloatingDeleteButton/index.js +8 -0
  65. package/dist/es2019/version.json +1 -1
  66. package/dist/esm/i18n/cs.js +36 -0
  67. package/dist/esm/i18n/da.js +34 -0
  68. package/dist/esm/i18n/de.js +34 -0
  69. package/dist/esm/i18n/es.js +34 -0
  70. package/dist/esm/i18n/fi.js +34 -0
  71. package/dist/esm/i18n/fr.js +36 -0
  72. package/dist/esm/i18n/hu.js +36 -0
  73. package/dist/esm/i18n/it.js +36 -0
  74. package/dist/esm/i18n/ja.js +36 -0
  75. package/dist/esm/i18n/ko.js +34 -0
  76. package/dist/esm/i18n/nb.js +34 -0
  77. package/dist/esm/i18n/nl.js +36 -0
  78. package/dist/esm/i18n/pl.js +36 -0
  79. package/dist/esm/i18n/pt_BR.js +36 -0
  80. package/dist/esm/i18n/ru.js +36 -0
  81. package/dist/esm/i18n/sv.js +34 -0
  82. package/dist/esm/i18n/th.js +34 -0
  83. package/dist/esm/i18n/tr.js +36 -0
  84. package/dist/esm/i18n/uk.js +36 -0
  85. package/dist/esm/i18n/vi.js +34 -0
  86. package/dist/esm/i18n/zh.js +36 -0
  87. package/dist/esm/i18n/zh_TW.js +36 -0
  88. package/dist/esm/plugins/table/commands/clear.js +0 -1
  89. package/dist/esm/plugins/table/nodeviews/OverflowShadowsObserver.js +6 -0
  90. package/dist/esm/plugins/table/pm-plugins/sticky-headers/nodeviews/tableRow.js +8 -0
  91. package/dist/esm/plugins/table/types.js +26 -0
  92. package/dist/esm/plugins/table/ui/FloatingDeleteButton/index.js +7 -0
  93. package/dist/esm/version.json +1 -1
  94. package/dist/types/i18n/cs.d.ts +35 -0
  95. package/dist/types/i18n/da.d.ts +33 -0
  96. package/dist/types/i18n/de.d.ts +33 -0
  97. package/dist/types/i18n/es.d.ts +33 -0
  98. package/dist/types/i18n/fi.d.ts +33 -0
  99. package/dist/types/i18n/fr.d.ts +35 -0
  100. package/dist/types/i18n/hu.d.ts +35 -0
  101. package/dist/types/i18n/it.d.ts +35 -0
  102. package/dist/types/i18n/ja.d.ts +35 -0
  103. package/dist/types/i18n/ko.d.ts +33 -0
  104. package/dist/types/i18n/nb.d.ts +33 -0
  105. package/dist/types/i18n/nl.d.ts +35 -0
  106. package/dist/types/i18n/pl.d.ts +35 -0
  107. package/dist/types/i18n/pt_BR.d.ts +35 -0
  108. package/dist/types/i18n/ru.d.ts +35 -0
  109. package/dist/types/i18n/sv.d.ts +33 -0
  110. package/dist/types/i18n/th.d.ts +33 -0
  111. package/dist/types/i18n/tr.d.ts +35 -0
  112. package/dist/types/i18n/uk.d.ts +35 -0
  113. package/dist/types/i18n/vi.d.ts +33 -0
  114. package/dist/types/i18n/zh.d.ts +35 -0
  115. package/dist/types/i18n/zh_TW.d.ts +35 -0
  116. package/package.json +8 -8
  117. package/src/__tests__/unit/color-picker.ts +2 -0
  118. package/src/__tests__/unit/event-handlers.ts +11 -7
  119. package/src/__tests__/unit/get-toolbar-config.ts +2 -0
  120. package/src/__tests__/unit/pm-plugins/sticky-headers/tableRow.tsx +1 -1
  121. package/src/i18n/cs.ts +40 -0
  122. package/src/i18n/da.ts +35 -0
  123. package/src/i18n/de.ts +35 -0
  124. package/src/i18n/es.ts +35 -0
  125. package/src/i18n/fi.ts +35 -0
  126. package/src/i18n/fr.ts +37 -0
  127. package/src/i18n/hu.ts +37 -0
  128. package/src/i18n/it.ts +37 -0
  129. package/src/i18n/ja.ts +37 -0
  130. package/src/i18n/ko.ts +34 -0
  131. package/src/i18n/nb.ts +35 -0
  132. package/src/i18n/nl.ts +37 -0
  133. package/src/i18n/pl.ts +40 -0
  134. package/src/i18n/pt_BR.ts +37 -0
  135. package/src/i18n/ru.ts +40 -0
  136. package/src/i18n/sv.ts +35 -0
  137. package/src/i18n/th.ts +34 -0
  138. package/src/i18n/tr.ts +37 -0
  139. package/src/i18n/uk.ts +40 -0
  140. package/src/i18n/vi.ts +34 -0
  141. package/src/i18n/zh.ts +36 -0
  142. package/src/i18n/zh_TW.ts +36 -0
@@ -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,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;