@atlaskit/editor-plugin-table 2.13.0 → 2.13.2

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 (161) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/i18n/cs.js +3 -1
  3. package/dist/cjs/i18n/da.js +3 -1
  4. package/dist/cjs/i18n/de.js +3 -1
  5. package/dist/cjs/i18n/en.js +3 -1
  6. package/dist/cjs/i18n/en_GB.js +3 -1
  7. package/dist/cjs/i18n/en_ZZ.js +3 -1
  8. package/dist/cjs/i18n/es.js +3 -1
  9. package/dist/cjs/i18n/fi.js +3 -1
  10. package/dist/cjs/i18n/fr.js +3 -1
  11. package/dist/cjs/i18n/hu.js +3 -1
  12. package/dist/cjs/i18n/it.js +3 -1
  13. package/dist/cjs/i18n/ja.js +3 -1
  14. package/dist/cjs/i18n/ko.js +3 -1
  15. package/dist/cjs/i18n/nb.js +3 -1
  16. package/dist/cjs/i18n/nl.js +3 -1
  17. package/dist/cjs/i18n/pl.js +3 -1
  18. package/dist/cjs/i18n/pt_BR.js +3 -1
  19. package/dist/cjs/i18n/ru.js +3 -1
  20. package/dist/cjs/i18n/sv.js +3 -1
  21. package/dist/cjs/i18n/th.js +3 -1
  22. package/dist/cjs/i18n/tr.js +3 -1
  23. package/dist/cjs/i18n/uk.js +3 -1
  24. package/dist/cjs/i18n/vi.js +3 -1
  25. package/dist/cjs/i18n/zh.js +3 -1
  26. package/dist/cjs/i18n/zh_TW.js +3 -1
  27. package/dist/cjs/plugins/table/ui/common-styles.js +2 -2
  28. package/dist/es2019/i18n/cs.js +3 -1
  29. package/dist/es2019/i18n/da.js +3 -1
  30. package/dist/es2019/i18n/de.js +3 -1
  31. package/dist/es2019/i18n/en.js +3 -1
  32. package/dist/es2019/i18n/en_GB.js +3 -1
  33. package/dist/es2019/i18n/en_ZZ.js +3 -1
  34. package/dist/es2019/i18n/es.js +3 -1
  35. package/dist/es2019/i18n/fi.js +3 -1
  36. package/dist/es2019/i18n/fr.js +3 -1
  37. package/dist/es2019/i18n/hu.js +3 -1
  38. package/dist/es2019/i18n/it.js +3 -1
  39. package/dist/es2019/i18n/ja.js +3 -1
  40. package/dist/es2019/i18n/ko.js +3 -1
  41. package/dist/es2019/i18n/nb.js +3 -1
  42. package/dist/es2019/i18n/nl.js +3 -1
  43. package/dist/es2019/i18n/pl.js +3 -1
  44. package/dist/es2019/i18n/pt_BR.js +3 -1
  45. package/dist/es2019/i18n/ru.js +3 -1
  46. package/dist/es2019/i18n/sv.js +3 -1
  47. package/dist/es2019/i18n/th.js +3 -1
  48. package/dist/es2019/i18n/tr.js +3 -1
  49. package/dist/es2019/i18n/uk.js +3 -1
  50. package/dist/es2019/i18n/vi.js +3 -1
  51. package/dist/es2019/i18n/zh.js +3 -1
  52. package/dist/es2019/i18n/zh_TW.js +3 -1
  53. package/dist/es2019/plugins/table/ui/common-styles.js +9 -3
  54. package/dist/esm/i18n/cs.js +3 -1
  55. package/dist/esm/i18n/da.js +3 -1
  56. package/dist/esm/i18n/de.js +3 -1
  57. package/dist/esm/i18n/en.js +3 -1
  58. package/dist/esm/i18n/en_GB.js +3 -1
  59. package/dist/esm/i18n/en_ZZ.js +3 -1
  60. package/dist/esm/i18n/es.js +3 -1
  61. package/dist/esm/i18n/fi.js +3 -1
  62. package/dist/esm/i18n/fr.js +3 -1
  63. package/dist/esm/i18n/hu.js +3 -1
  64. package/dist/esm/i18n/it.js +3 -1
  65. package/dist/esm/i18n/ja.js +3 -1
  66. package/dist/esm/i18n/ko.js +3 -1
  67. package/dist/esm/i18n/nb.js +3 -1
  68. package/dist/esm/i18n/nl.js +3 -1
  69. package/dist/esm/i18n/pl.js +3 -1
  70. package/dist/esm/i18n/pt_BR.js +3 -1
  71. package/dist/esm/i18n/ru.js +3 -1
  72. package/dist/esm/i18n/sv.js +3 -1
  73. package/dist/esm/i18n/th.js +3 -1
  74. package/dist/esm/i18n/tr.js +3 -1
  75. package/dist/esm/i18n/uk.js +3 -1
  76. package/dist/esm/i18n/vi.js +3 -1
  77. package/dist/esm/i18n/zh.js +3 -1
  78. package/dist/esm/i18n/zh_TW.js +3 -1
  79. package/dist/esm/plugins/table/ui/common-styles.js +2 -2
  80. package/dist/types/i18n/cs.d.ts +2 -0
  81. package/dist/types/i18n/da.d.ts +2 -0
  82. package/dist/types/i18n/de.d.ts +2 -0
  83. package/dist/types/i18n/en.d.ts +2 -0
  84. package/dist/types/i18n/en_GB.d.ts +2 -0
  85. package/dist/types/i18n/en_ZZ.d.ts +2 -0
  86. package/dist/types/i18n/es.d.ts +2 -0
  87. package/dist/types/i18n/fi.d.ts +2 -0
  88. package/dist/types/i18n/fr.d.ts +2 -0
  89. package/dist/types/i18n/hu.d.ts +2 -0
  90. package/dist/types/i18n/it.d.ts +2 -0
  91. package/dist/types/i18n/ja.d.ts +2 -0
  92. package/dist/types/i18n/ko.d.ts +2 -0
  93. package/dist/types/i18n/nb.d.ts +2 -0
  94. package/dist/types/i18n/nl.d.ts +2 -0
  95. package/dist/types/i18n/pl.d.ts +2 -0
  96. package/dist/types/i18n/pt_BR.d.ts +2 -0
  97. package/dist/types/i18n/ru.d.ts +2 -0
  98. package/dist/types/i18n/sv.d.ts +2 -0
  99. package/dist/types/i18n/th.d.ts +2 -0
  100. package/dist/types/i18n/tr.d.ts +2 -0
  101. package/dist/types/i18n/uk.d.ts +2 -0
  102. package/dist/types/i18n/vi.d.ts +2 -0
  103. package/dist/types/i18n/zh.d.ts +2 -0
  104. package/dist/types/i18n/zh_TW.d.ts +2 -0
  105. package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
  106. package/dist/types-ts4.5/i18n/da.d.ts +2 -0
  107. package/dist/types-ts4.5/i18n/de.d.ts +2 -0
  108. package/dist/types-ts4.5/i18n/en.d.ts +2 -0
  109. package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
  110. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
  111. package/dist/types-ts4.5/i18n/es.d.ts +2 -0
  112. package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
  113. package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
  114. package/dist/types-ts4.5/i18n/hu.d.ts +2 -0
  115. package/dist/types-ts4.5/i18n/it.d.ts +2 -0
  116. package/dist/types-ts4.5/i18n/ja.d.ts +2 -0
  117. package/dist/types-ts4.5/i18n/ko.d.ts +2 -0
  118. package/dist/types-ts4.5/i18n/nb.d.ts +2 -0
  119. package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
  120. package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
  121. package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
  122. package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
  123. package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
  124. package/dist/types-ts4.5/i18n/th.d.ts +2 -0
  125. package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
  126. package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
  127. package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
  128. package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
  129. package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
  130. package/package.json +2 -2
  131. package/src/__tests__/integration/floating-toolbar.ts +5 -5
  132. package/src/__tests__/visual-regression/__image_snapshots__/cell-options-menu-ts-table-cell-options-menu-delete-column-menu-item-should-remove-the-table-column-on-click-1-snap.png +2 -2
  133. package/src/__tests__/visual-regression/__image_snapshots__/cell-options-menu-ts-table-cell-options-menu-delete-column-menu-item-visual-hints-should-be-added-to-the-table-column-on-hover-1-snap.png +2 -2
  134. package/src/__tests__/visual-regression/__image_snapshots__/cell-options-menu-ts-table-cell-options-menu-delete-row-menu-item-should-remove-the-table-row-on-click-1-snap.png +2 -2
  135. package/src/__tests__/visual-regression/__image_snapshots__/cell-options-menu-ts-table-cell-options-menu-delete-row-menu-item-visual-hints-should-be-added-to-the-table-row-on-hover-1-snap.png +2 -2
  136. package/src/i18n/cs.ts +2 -0
  137. package/src/i18n/da.ts +2 -0
  138. package/src/i18n/de.ts +2 -0
  139. package/src/i18n/en.ts +2 -0
  140. package/src/i18n/en_GB.ts +2 -0
  141. package/src/i18n/en_ZZ.ts +2 -0
  142. package/src/i18n/es.ts +2 -0
  143. package/src/i18n/fi.ts +2 -0
  144. package/src/i18n/fr.ts +2 -0
  145. package/src/i18n/hu.ts +2 -0
  146. package/src/i18n/it.ts +2 -0
  147. package/src/i18n/ja.ts +2 -0
  148. package/src/i18n/ko.ts +2 -0
  149. package/src/i18n/nb.ts +2 -0
  150. package/src/i18n/nl.ts +2 -0
  151. package/src/i18n/pl.ts +2 -0
  152. package/src/i18n/pt_BR.ts +2 -0
  153. package/src/i18n/ru.ts +2 -0
  154. package/src/i18n/sv.ts +2 -0
  155. package/src/i18n/th.ts +2 -0
  156. package/src/i18n/tr.ts +2 -0
  157. package/src/i18n/uk.ts +2 -0
  158. package/src/i18n/vi.ts +2 -0
  159. package/src/i18n/zh.ts +2 -0
  160. package/src/i18n/zh_TW.ts +2 -0
  161. package/src/plugins/table/ui/common-styles.ts +15 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 2.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ddb171ba2d5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ddb171ba2d5) - Fix the table alignment issue with guideline snapping when numbered columnis enabled
8
+
9
+ ## 2.13.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094 Feature flag clean up for copy button
14
+
3
15
  ## 2.13.0
4
16
 
5
17
  ### Minor Changes
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
38
38
  'fabric.editor.splitCell': 'Rozdělit buňky',
39
39
  'fabric.editor.tableOptions': 'Možnosti tabulky',
40
+ 'fabric.editor.tables.adjustColumn': 'Upravit sloupec',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odstranění uzlu {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit',
43
+ 'fabric.editor.tables.resizeTable': 'Změnit velikost tabulky'
42
44
  };
43
45
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
36
36
  'fabric.editor.splitCell': 'Opdel celle',
37
37
  'fabric.editor.tableOptions': 'Egenskaber for tabel',
38
+ 'fabric.editor.tables.adjustColumn': 'Tilpas kolonne',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet',
41
+ 'fabric.editor.tables.resizeTable': 'Tilpas størrelsen på tabellen'
40
42
  };
41
43
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
36
36
  'fabric.editor.splitCell': 'Zelle teilen',
37
37
  'fabric.editor.tableOptions': 'Tabellenoptionen',
38
+ 'fabric.editor.tables.adjustColumn': 'Spalte anpassen',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen',
41
+ 'fabric.editor.tables.resizeTable': 'Tabellengröße ändern'
40
42
  };
41
43
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Sort column Z → A',
38
38
  'fabric.editor.splitCell': 'Split cell',
39
39
  'fabric.editor.tableOptions': 'Table options',
40
+ 'fabric.editor.tables.adjustColumn': 'Adjust column',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
43
+ 'fabric.editor.tables.resizeTable': 'Resize table'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Sort column Z → A',
38
38
  'fabric.editor.splitCell': 'Split cell',
39
39
  'fabric.editor.tableOptions': 'Table options',
40
+ 'fabric.editor.tables.adjustColumn': 'Adjust column',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
43
+ 'fabric.editor.tables.resizeTable': 'Resize table'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': '⁣⁢Sort column Z → A؜⁡‌؜‌‌‍⁡‌‌‍‍‌‍؜؜⁡⁣⁤',
38
38
  'fabric.editor.splitCell': '⁣⁢Split cell⁠‌‍؜⁠⁠؜‍؜⁡؜‌‍⁣⁤',
39
39
  'fabric.editor.tableOptions': '⁣⁢Table options؜؜‍‌؜⁡؜⁠⁣⁤',
40
+ 'fabric.editor.tables.adjustColumn': '⁣⁢Adjust column‍؜⁠⁡‌⁠؜⁡؜‌‍⁠‍⁠‍⁣⁤',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '⁣⁢Deleting {nodeName} will break anything connected to it.⁠⁡⁠‍‍⁠؜⁠⁡⁠⁣⁤',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '⁣⁢Delete؜⁡‍؜؜⁡⁠⁣⁤'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '⁣⁢Delete؜⁡‍؜؜⁡⁠⁣⁤',
43
+ 'fabric.editor.tables.resizeTable': '⁣⁢Resize table⁡⁡⁠⁠⁡⁠⁠‍‍؜؜⁡⁣⁤'
42
44
  };
43
45
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
36
36
  'fabric.editor.splitCell': 'Dividir celda',
37
37
  'fabric.editor.tableOptions': 'Opciones de tabla',
38
+ 'fabric.editor.tables.adjustColumn': 'Ajustar columna',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
41
+ 'fabric.editor.tables.resizeTable': 'Cambiar tamaño de tabla'
40
42
  };
41
43
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
36
36
  'fabric.editor.splitCell': 'Jaettu solu',
37
37
  'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
38
+ 'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista',
41
+ 'fabric.editor.tables.resizeTable': 'Muuta taulukon kokoa'
40
42
  };
41
43
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
38
38
  'fabric.editor.splitCell': 'Partager la cellule',
39
39
  'fabric.editor.tableOptions': 'Options du tableau',
40
+ 'fabric.editor.tables.adjustColumn': 'Ajuster la colonne',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer',
43
+ 'fabric.editor.tables.resizeTable': 'Redimensionner le tableau'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
38
38
  'fabric.editor.splitCell': 'Cella felosztása',
39
39
  'fabric.editor.tableOptions': 'Táblázatbeállítások',
40
+ 'fabric.editor.tables.adjustColumn': 'Oszlop igazítása',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés',
43
+ 'fabric.editor.tables.resizeTable': 'Táblázat átméretezése'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
38
38
  'fabric.editor.splitCell': 'Dividi celle',
39
39
  'fabric.editor.tableOptions': 'Opzioni tabella',
40
+ 'fabric.editor.tables.adjustColumn': 'Regola colonna',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina',
43
+ 'fabric.editor.tables.resizeTable': 'Ridimensiona tabella'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': '列の並べ替え: 降順',
38
38
  'fabric.editor.splitCell': 'セルを分割',
39
39
  'fabric.editor.tableOptions': '表のオプション',
40
+ 'fabric.editor.tables.adjustColumn': '列を調整する',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
43
+ 'fabric.editor.tables.resizeTable': 'テーブルのサイズを変更する'
42
44
  };
43
45
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': '열 정렬: 내림차순',
36
36
  'fabric.editor.splitCell': '셀 나누기',
37
37
  'fabric.editor.tableOptions': '표 옵션',
38
+ 'fabric.editor.tables.adjustColumn': '열 조정',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
41
+ 'fabric.editor.tables.resizeTable': '표 크기 조정'
40
42
  };
41
43
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': 'Sorter kolonne Å → A',
36
36
  'fabric.editor.splitCell': 'Del celle',
37
37
  'fabric.editor.tableOptions': 'Tabellalternativer',
38
+ 'fabric.editor.tables.adjustColumn': 'Juster kolonnen',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, ødelegges alt som er koblet til den.',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slett'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slett',
41
+ 'fabric.editor.tables.resizeTable': 'Endre størrelse på tabellen'
40
42
  };
41
43
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Rangschik kolom van Z → A',
38
38
  'fabric.editor.splitCell': 'Deel cel op',
39
39
  'fabric.editor.tableOptions': 'Tabelopties',
40
+ 'fabric.editor.tables.adjustColumn': 'Kolom aanpassen',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Als je {nodeName} verwijdert, worden alle koppelingen ernaar verbroken.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Verwijderen'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Verwijderen',
43
+ 'fabric.editor.tables.resizeTable': 'Formaat van tabel wijzigen'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Sortuj kolumnę Z → A',
38
38
  'fabric.editor.splitCell': 'Podziel komórki',
39
39
  'fabric.editor.tableOptions': 'Opcje tabeli',
40
+ 'fabric.editor.tables.adjustColumn': 'Dostosuj szerokość kolumny',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Usuń'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Usuń',
43
+ 'fabric.editor.tables.resizeTable': 'Zmień rozmiar tabeli'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Ordenar coluna Z → A',
38
38
  'fabric.editor.splitCell': 'Dividir célula',
39
39
  'fabric.editor.tableOptions': 'Opções de tabela',
40
+ 'fabric.editor.tables.adjustColumn': 'Ajustar coluna',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Excluir'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Excluir',
43
+ 'fabric.editor.tables.resizeTable': 'Redimensionar tabela'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Сортировать столбцы (Я–А)',
38
38
  'fabric.editor.splitCell': 'Разделить ячейки',
39
39
  'fabric.editor.tableOptions': 'Параметры таблицы',
40
+ 'fabric.editor.tables.adjustColumn': 'Скорректировать ширину столбца',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'При удалении элемента «{nodeName}» нарушится работа всего, что с ним связано.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Удалить'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Удалить',
43
+ 'fabric.editor.tables.resizeTable': 'Изменить размер таблицы'
42
44
  };
43
45
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': 'Sortera kolumn Ö → A',
36
36
  'fabric.editor.splitCell': 'Dela cell',
37
37
  'fabric.editor.tableOptions': 'Tabellalternativ',
38
+ 'fabric.editor.tables.adjustColumn': 'Justera kolumn',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Om du raderar {nodeName} bryts allt som är kopplat till den.',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Radera'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Radera',
41
+ 'fabric.editor.tables.resizeTable': 'Ändra storlek på tabell'
40
42
  };
41
43
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': 'จัดเรียงคอลัมน์ Z → A',
36
36
  'fabric.editor.splitCell': 'แยกช่องข้อมูล',
37
37
  'fabric.editor.tableOptions': 'ตัวเลือกตาราง',
38
+ 'fabric.editor.tables.adjustColumn': 'ปรับเปลี่ยนคอลัมน์',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'การลบ {nodeName} จะยุติทุกอย่างที่เชื่อมโยงอยู่',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'ลบ'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'ลบ',
41
+ 'fabric.editor.tables.resizeTable': 'ปรับขนาดตาราง'
40
42
  };
41
43
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': "Sütunu Z'den A'ya sırala",
38
38
  'fabric.editor.splitCell': 'Hücreyi ayır',
39
39
  'fabric.editor.tableOptions': 'Tablo seçenekleri',
40
+ 'fabric.editor.tables.adjustColumn': 'Sütunu ayarla',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} düğümünün silinmesi, bu düğüme bağlı her şeyin bozulmasına neden olur.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Sil'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Sil',
43
+ 'fabric.editor.tables.resizeTable': 'Tabloyu yeniden boyutlandır'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': 'Сортувати стовпці від Я до А',
38
38
  'fabric.editor.splitCell': 'Розділити клітинки',
39
39
  'fabric.editor.tableOptions': 'Параметри таблиці',
40
+ 'fabric.editor.tables.adjustColumn': 'Налаштувати стовпець',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Видалення розширення {nodeName} порушить роботу всього, що з ним пов’язано.',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Видалити'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Видалити',
43
+ 'fabric.editor.tables.resizeTable': 'Змінити розмір таблиці'
42
44
  };
43
45
  exports.default = _default;
@@ -35,7 +35,9 @@ var _default = {
35
35
  'fabric.editor.sortColumnDESC': 'Sắp xếp cột Z → A',
36
36
  'fabric.editor.splitCell': 'Tách ô',
37
37
  'fabric.editor.tableOptions': 'Tùy chọn bảng',
38
+ 'fabric.editor.tables.adjustColumn': 'Điều chỉnh cột',
38
39
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Việc xóa {nodeName} sẽ ngắt mọi nội dung được kết nối.',
39
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Xóa'
40
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Xóa',
41
+ 'fabric.editor.tables.resizeTable': 'Thay đổi kích cỡ bảng'
40
42
  };
41
43
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': '对列 Z → A 进行排序',
38
38
  'fabric.editor.splitCell': '拆分单元格',
39
39
  'fabric.editor.tableOptions': '表格选项',
40
+ 'fabric.editor.tables.adjustColumn': '调整列',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '删除'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '删除',
43
+ 'fabric.editor.tables.resizeTable': '调整表格大小'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,9 @@ var _default = {
37
37
  'fabric.editor.sortColumnDESC': '以 Z → A 排序直欄',
38
38
  'fabric.editor.splitCell': '分割儲存格',
39
39
  'fabric.editor.tableOptions': '表格選項',
40
+ 'fabric.editor.tables.adjustColumn': '調整欄',
40
41
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
41
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除'
42
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
43
+ 'fabric.editor.tables.resizeTable': '重新調整表格'
42
44
  };
43
45
  exports.default = _default;
@@ -37,7 +37,7 @@ var breakoutWidthStyling = function breakoutWidthStyling() {
37
37
  };
38
38
  var tableWrapperStyles = function tableWrapperStyles() {
39
39
  if ((0, _platformFeatureFlags.getBooleanFF)('platform.editor.custom-table-width')) {
40
- return (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n .", " {\n padding-bottom: 0px;\n /* fixes gap cursor height */\n overflow: auto;\n overflow-y: hidden;\n position: relative;\n }\n "])), _types.TableCssClassName.TABLE_NODE_WRAPPER);
40
+ return (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n .", " {\n padding-bottom: 0px;\n /* fixes gap cursor height */\n overflow: auto;\n overflow-y: hidden;\n position: relative;\n\n > table[data-number-column='true'] {\n margin-left: 1px;\n width: calc(100% - 1px);\n }\n }\n "])), _types.TableCssClassName.TABLE_NODE_WRAPPER);
41
41
  } else {
42
42
  return (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n .", " {\n padding-right: ", "px;\n margin-right: -", "px;\n padding-bottom: 0px;\n /* fixes gap cursor height */\n overflow: auto;\n overflow-y: hidden;\n position: relative;\n }\n "])), _types.TableCssClassName.TABLE_NODE_WRAPPER, insertColumnButtonOffset, insertColumnButtonOffset);
43
43
  }
@@ -46,7 +46,7 @@ var tableWrapperStyles = function tableWrapperStyles() {
46
46
  // TODO: https://product-fabric.atlassian.net/browse/DSP-4139
47
47
  var tableStyles = function tableStyles(props) {
48
48
  var _props$featureFlags;
49
- return (0, _react.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n .", " button {\n background: ", ";\n color: ", ";\n cursor: none;\n }\n\n .", ":not(.", ") button:hover {\n background: ", ";\n color: ", " !important;\n cursor: pointer;\n }\n\n .ProseMirror {\n ", ";\n ", ";\n ", ";\n ", ";\n ", ";\n ", ";\n ", ";\n\n .", " {\n margin-bottom: 0;\n }\n\n .", " {\n td.", ", th.", " {\n position: relative;\n overflow: visible;\n }\n\n td.", " {\n background-color: ", ";\n\n // ED-15246: Trello card is visible through a border of a table border\n // This fixes a border issue caused by relative positioned table cells\n &::after {\n height: 100%;\n content: '';\n border-left: 1px solid ", ";\n border-bottom: 1px solid ", ";\n position: absolute;\n right: 0px;\n top: 0px;\n bottom: 0;\n width: 100%;\n display: inline-block;\n pointer-events: none;\n }\n }\n }\n\n .", " {\n ", "\n }\n\n .", " {\n ", "\n }\n\n /* Delete button */\n ", "\n /* Ends Delete button */\n\n /* sticky styles */\n .", " .", " .", ":first-of-type {\n margin-top: ", "px;\n width: ", "px;\n\n position: fixed !important;\n z-index: ", " !important;\n box-shadow: 0px -", "px ", ";\n border-right: 0 none;\n /* top set by NumberColumn component */\n }\n\n .", " .", ".sticky {\n position: fixed !important;\n /* needs to be above row controls */\n z-index: ", " !important;\n background: ", ";\n\n width: ", "px;\n height: ", "px;\n }\n\n .", ".sticky .", " {\n border-bottom: 0px none;\n border-right: 0px none;\n\n height: ", "px;\n width: ", "px;\n }\n\n .", " .", " {\n z-index: 0;\n }\n\n .", "\n .", "\n .", ".sticky {\n position: fixed !important;\n z-index: ", " !important;\n display: flex;\n border-left: ", "px solid\n ", ";\n margin-left: -", "px;\n }\n\n .", " col:first-of-type {\n /* moving rows out of a table layout does weird things in Chrome */\n border-right: 1px solid ", ";\n }\n\n tr.sticky {\n padding-top: ", "px;\n position: fixed;\n display: grid;\n\n /* to keep it above cell selection but below date and other nodes popups that are inside sticky header */\n z-index: ", ";\n\n overflow-y: visible;\n overflow-x: hidden;\n\n grid-auto-flow: column;\n\n /* background for where controls apply */\n background: ", ";\n box-sizing: content-box;\n\n margin-top: 2px;\n\n box-shadow: 0 6px 4px -4px ", ";\n margin-left: -1px;\n\n &.no-pointer-events {\n pointer-events: none;\n }\n }\n\n .", " .", " {\n left: unset;\n position: fixed;\n /* needs to be above sticky header row and below date and other nodes popups that are inside sticky header */\n z-index: ", ";\n }\n\n .", ".", "\n .", " {\n padding-bottom: ", "px;\n }\n\n tr.sticky th {\n border-bottom: ", "px solid\n ", ";\n margin-right: -1px;\n }\n\n .", " tr.sticky > th:last-child {\n border-right-width: 1px;\n }\n\n /* add left edge for first cell */\n .", " tr.sticky > th:first-of-type {\n margin-left: 0px;\n }\n\n /* add a little bit so the scroll lines up with the table */\n .", " tr.sticky::after {\n content: ' ';\n width: ", "px;\n }\n\n /* To fix jumpiness caused in Chrome Browsers for sticky headers */\n .", " .sticky + tr {\n min-height: 0px;\n }\n\n /* move resize line a little in sticky bar */\n .", ".", " {\n tr.sticky\n td.", ",\n tr.sticky\n th.", " {\n .", "::after {\n right: ", "px;\n }\n }\n\n /* when selected put it back to normal -- :not selector would be nicer */\n tr.sticky\n td.", ".", ",\n tr.sticky\n th.", ".", " {\n .", "::after {\n right: ", "px;\n }\n }\n }\n\n tr.sticky\n .", ",\n tr.sticky\n .", " {\n z-index: 1;\n }\n\n .", " tr.sticky {\n padding-top: ", "px;\n }\n\n .", ".", "\n .", "\n .", ":first-of-type {\n margin-top: ", "px;\n }\n\n .", ".sticky {\n border-top: ", "px solid\n ", ";\n }\n\n ", "\n ", "\n\n .", " .", " {\n height: 0; // stop overflow flash & set correct height in update-overflow-shadows.ts\n }\n\n .less-padding {\n padding: 0 ", "px;\n\n .", " {\n padding: 0 ", "px;\n\n // https://product-fabric.atlassian.net/browse/ED-16386\n // Fixes issue where the extra padding that is added here throws off the position\n // of the rows control dot\n &::after {\n right: 6px !important;\n }\n }\n\n &.", "[data-number-column='true'] {\n padding-left: ", "px;\n }\n\n .", " {\n left: 6px;\n }\n\n .", " {\n left: calc(100% - 6px);\n }\n }\n\n > .", " {\n /**\n * Prevent margins collapsing, aids with placing the gap-cursor correctly\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing\n *\n * TODO: Enable this, many tests will fail!\n * border-top: 1px solid transparent;\n */\n }\n\n /* Breakout only works on top level unless wrapped in fragment mark */\n ", "\n\n ", ";\n\n /* Corner controls */\n .", " {\n width: ", "px;\n height: ", "px;\n display: none;\n\n .", " {\n position: relative;\n\n ", ";\n }\n }\n\n .", ".sticky {\n .", " {\n /* sticky row insert dot overlaps other row insert and messes things up */\n display: none !important;\n }\n }\n\n .", " {\n position: absolute;\n top: 0;\n width: ", "px;\n height: ", "px;\n border: 1px solid ", ";\n border-radius: 0;\n border-top-left-radius: ", "px;\n background: ", ";\n box-sizing: border-box;\n padding: 0;\n :focus {\n outline: none;\n }\n }\n .active .", " {\n border-color: ", ";\n background: ", ";\n }\n\n .", "[data-number-column='true'] {\n .", ", .", " {\n width: ", "px;\n }\n .", " .", " {\n border-right-width: 0;\n }\n }\n\n :not(.", ") .", ":hover {\n border-color: ", ";\n background: ", ";\n cursor: pointer;\n }\n\n :not(.", ")\n .", ".", " {\n border-color: ", ";\n background: ", ";\n }\n\n /* Row controls */\n .", " {\n width: ", "px;\n box-sizing: border-box;\n display: none;\n position: relative;\n\n ", ";\n\n .", " {\n display: flex;\n flex-direction: column;\n }\n .", ":last-child > button {\n border-bottom-left-radius: ", "px;\n }\n .", " {\n position: relative;\n margin-top: -1px;\n }\n .", ":hover,\n .", ".active,\n .", ":hover {\n z-index: ", ";\n }\n\n ", "\n }\n\n :not(.", ") .", " {\n ", "\n ", "\n }\n\n /* Numbered column */\n .", " {\n position: relative;\n float: right;\n margin-left: ", "px;\n top: ", "px;\n width: ", "px;\n box-sizing: border-box;\n }\n\n .", " {\n border: 1px solid ", ";\n box-sizing: border-box;\n margin-top: -1px;\n padding-bottom: 2px;\n padding: 10px 2px;\n text-align: center;\n font-size: ", ";\n background-color: ", ";\n color: ", ";\n border-color: ", ";\n\n :first-child:not(style),\n style:first-child + * {\n margin-top: 0;\n }\n :last-child {\n border-bottom: 1px solid ", ";\n }\n }\n\n .", " {\n .", ", .", " {\n display: block;\n }\n .", " {\n padding-left: 1px;\n .", " {\n border-left: 0 none;\n }\n\n .", ".active {\n border-bottom: 1px solid ", ";\n border-color: ", ";\n background-color: ", ";\n position: relative;\n z-index: ", ";\n color: ", ";\n }\n }\n }\n :not(.", ") .", " {\n .", " {\n cursor: pointer;\n }\n .", ":hover {\n border-bottom: 1px solid ", ";\n border-color: ", ";\n background-color: ", ";\n position: relative;\n z-index: ", ";\n color: ", ";\n }\n .", ".", " {\n background-color: ", ";\n border: 1px solid ", ";\n border-left: 0;\n color: ", ";\n position: relative;\n z-index: ", ";\n }\n }\n\n /* Table */\n .", " > table {\n table-layout: fixed;\n white-space: normal;\n border-top: none;\n // 1px border width offset added here to prevent unwanted overflow and scolling - ED-16212\n margin-right: -1px;\n // Allows better positioning for the shadow sentinels - ED-16668\n position: relative;\n\n > tbody > tr {\n white-space: pre-wrap;\n }\n\n .", " + * {\n margin-top: 0;\n }\n\n /*\n * Headings have a top margin by default, but we don't want this on the\n * first heading within table header cells.\n *\n * This specifically sets margin-top for the first heading within a header\n * cell when center/right aligned.\n */\n th.", " > .fabric-editor-block-mark {\n > h1:first-of-type,\n > h2:first-of-type,\n > h3:first-of-type,\n > h4:first-of-type,\n > h5:first-of-type,\n > h6:first-of-type {\n margin-top: 0;\n }\n }\n\n .", ", .", " {\n position: relative;\n }\n /* Give selected cells a blue overlay */\n .", "::after,\n .", "::after {\n z-index: ", ";\n position: absolute;\n content: '';\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n width: 100%;\n pointer-events: none;\n }\n .", " {\n border: 1px solid ", ";\n }\n .", "::after {\n background: ", ";\n z-index: ", ";\n }\n th.", "::after,\n td.", "::after {\n background: ", ";\n z-index: ", ";\n }\n // ED-15246: Trello card is visible through a border of a table border\n /* ED-19064: To fix when enable header column in the table,\n and selection the header column, the right border is not tableBorderSelectedColor\n when deleting the header column, the right border is not tableToolbarDeleteColor */\n td.", ",\n td.", ",\n th.", ".", ",\n th.", ".", " {\n &::after {\n height: 100%;\n width: 100%;\n border: 1px solid ", ";\n content: '';\n position: absolute;\n left: -1px;\n top: -1px;\n bottom: 0;\n z-index: ", ";\n display: inline-block;\n pointer-events: none;\n }\n &.", "::after {\n border: 1px solid ", ";\n z-index: ", ";\n }\n }\n }\n .", " {\n position: absolute;\n /* top of corner control is table margin top - corner control height + 1 pixel of table border. */\n top: ", "px;\n }\n .", ".", " {\n z-index: ", ";\n }\n .", " {\n left: -", "px;\n }\n ", "\n }\n\n .ProseMirror.", " {\n .", " {\n overflow-x: auto;\n ", ";\n }\n }\n\n .ProseMirror.", " {\n cursor: col-resize;\n }\n\n /*\n ED-15882: When custom start numbers is enabled for lists, we have\n styles that handle this generally (in editor-common) so we can\n throw away the older table-specific styles here.\n */\n ", "\n\n ", "\n"])), _types.TableCssClassName.LAYOUT_BUTTON, "var(--ds-background-neutral, ".concat(_colors.N20A, ")"), "var(--ds-icon, ".concat(_colors.N300, ")"), _types.TableCssClassName.LAYOUT_BUTTON, _types.TableCssClassName.IS_RESIZING, "var(--ds-background-neutral-hovered, ".concat(_colors.B300, ")"), "var(--ds-icon, white)", (0, _styles.tableSharedStyle)(props), (0, _uiStyles.columnControlsLineMarker)(), (0, _uiStyles.hoveredDeleteButton)(props), (0, _uiStyles.hoveredCell)(props), _uiStyles.hoveredWarningCell, (0, _uiStyles.resizeHandle)(props), rangeSelectionStyles, _types.TableCssClassName.LAST_ITEM_IN_CELL, _types.TableCssClassName.TABLE_NODE_WRAPPER, _types.TableCssClassName.TABLE_CELL, _types.TableCssClassName.TABLE_HEADER_CELL, _types.TableCssClassName.TABLE_CELL, (0, _consts.tableCellBackgroundColor)(props), (0, _consts.tableBorderColor)(props), (0, _consts.tableBorderColor)(props), _types.TableCssClassName.CONTROLS_FLOATING_BUTTON_COLUMN, (0, _uiStyles.insertColumnButtonWrapper)(props), _types.TableCssClassName.CONTROLS_FLOATING_BUTTON_ROW, (0, _uiStyles.insertRowButtonWrapper)(props), (0, _uiStyles.DeleteButton)(props), _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.NUMBERED_COLUMN, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _consts.stickyRowOffsetTop + 2, _editorSharedStyles.akEditorTableNumberColumnWidth, _editorSharedStyles.akEditorStickyHeaderZIndex, _consts.stickyRowOffsetTop, "var(--ds-surface, white)", _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.CORNER_CONTROLS, _editorSharedStyles.akEditorSmallZIndex, "var(--ds-surface, white)", _consts.tableToolbarSize, _consts.tableToolbarSize, _types.TableCssClassName.CORNER_CONTROLS, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, _consts.tableToolbarSize, _consts.tableToolbarSize, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.COLUMN_CONTROLS_DECORATIONS, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.ROW_CONTROLS, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _editorSharedStyles.akEditorStickyHeaderZIndex, _consts.tableToolbarSize, "var(--ds-surface, white)", _consts.tableToolbarSize, _types.TableCssClassName.TABLE_STICKY, "var(--ds-surface, green)", _consts.stickyRowOffsetTop, _editorSharedStyles.akEditorTableCellOnStickyHeaderZIndex - 5, "var(--ds-surface, white)", "var(--ds-shadow-overflow-perimeter, ".concat(_colors.N40A, ")"), _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY_SHADOW, _editorSharedStyles.akEditorTableCellOnStickyHeaderZIndex, _types.TableCssClassName.WITH_CONTROLS, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY_SHADOW, _consts.tableToolbarSize, _consts.stickyHeaderBorderBottomWidth, (0, _consts.tableBorderColor)(props), _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY, insertColumnButtonOffset + 1, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_CONTAINER, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.WITH_RESIZE_LINE, _types.TableCssClassName.WITH_RESIZE_LINE, _types.TableCssClassName.RESIZE_HANDLE_DECORATION, (_consts.resizeHandlerAreaWidth - _consts.resizeLineWidth) / 2 + 1, _types.TableCssClassName.WITH_RESIZE_LINE, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.WITH_RESIZE_LINE, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.RESIZE_HANDLE_DECORATION, (_consts.resizeHandlerAreaWidth - _consts.resizeLineWidth) / 2, _types.TableCssClassName.HOVERED_CELL, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.WITH_CONTROLS, _consts.tableControlsSpacing, _types.TableCssClassName.WITH_CONTROLS, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.NUMBERED_COLUMN, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _consts.tableControlsSpacing + 2, _types.TableCssClassName.CORNER_CONTROLS, _consts.tableControlsSpacing - _consts.tableToolbarSize + 2, "var(--ds-surface, white)", sentinelStyles, (0, _uiStyles.OverflowShadow)(props), _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY_SHADOW, _consts.tablePadding, _types.TableCssClassName.ROW_CONTROLS_WRAPPER, _consts.tablePadding, _types.TableCssClassName.TABLE_CONTAINER, _editorSharedStyles.akEditorTableNumberColumnWidth + _consts.tablePadding - 1, _types.TableCssClassName.TABLE_LEFT_SHADOW, _types.TableCssClassName.TABLE_RIGHT_SHADOW, _types.TableCssClassName.NODEVIEW_WRAPPER, breakoutWidthStyling(), (0, _uiStyles.columnControlsDecoration)(props), _types.TableCssClassName.CORNER_CONTROLS, _consts.tableToolbarSize + 1, cornerControlHeight, _types.TableCssClassName.CORNER_CONTROLS_INSERT_ROW_MARKER, (0, _uiStyles.InsertMarker)(props, "\n left: -11px;\n top: 9px;\n "), _types.TableCssClassName.CORNER_CONTROLS, _types.TableCssClassName.CORNER_CONTROLS_INSERT_ROW_MARKER, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, _consts.tableToolbarSize + 1, _consts.tableToolbarSize + 1, (0, _consts.tableBorderColor)(props), _consts.tableBorderRadiusSize, (0, _consts.tableHeaderCellBackgroundColor)(props), _types.TableCssClassName.CONTROLS_CORNER_BUTTON, (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableToolbarSelectedColor)(props), _types.TableCssClassName.TABLE_CONTAINER, _types.TableCssClassName.CORNER_CONTROLS, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, _editorSharedStyles.akEditorTableToolbarSize + _editorSharedStyles.akEditorTableNumberColumnWidth, _types.TableCssClassName.ROW_CONTROLS, _types.TableCssClassName.CONTROLS_BUTTON, _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableToolbarSelectedColor)(props), _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, (0, _consts.tableBorderDeleteColor)(props), (0, _consts.tableToolbarDeleteColor)(props), _types.TableCssClassName.ROW_CONTROLS, _consts.tableToolbarSize, (0, _uiStyles.InsertMarker)(props, "\n bottom: -1px;\n left: -11px;\n "), _types.TableCssClassName.ROW_CONTROLS_INNER, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _consts.tableBorderRadiusSize, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _types.TableCssClassName.CONTROLS_BUTTON, _editorSharedStyles.akEditorUnitZIndex, (0, _uiStyles.HeaderButton)(props, "\n border-bottom: 1px solid ".concat((0, _consts.tableBorderColor)(props), ";\n border-right: 0px;\n border-radius: 0;\n height: 100%;\n width: ").concat(_consts.tableToolbarSize, "px;\n\n .").concat(_types.TableCssClassName.CONTROLS_BUTTON_OVERLAY, " {\n position: absolute;\n width: 30px;\n height: 50%;\n right: 0;\n bottom: 0;\n }\n .").concat(_types.TableCssClassName.CONTROLS_BUTTON_OVERLAY, ":first-of-type {\n top: 0;\n }\n ")), _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.ROW_CONTROLS, (0, _uiStyles.HeaderButtonHover)(props), (0, _uiStyles.HeaderButtonDanger)(props), _types.TableCssClassName.NUMBERED_COLUMN, _editorSharedStyles.akEditorTableToolbarSize - 1, _editorSharedStyles.akEditorTableToolbarSize, _editorSharedStyles.akEditorTableNumberColumnWidth + 1, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, (0, _consts.tableBorderColor)(props), (0, _editorSharedStyles.relativeFontSizeToBase16)((0, _constants.fontSize)()), (0, _consts.tableHeaderCellBackgroundColor)(props), (0, _consts.tableTextColor)(props), (0, _consts.tableBorderColor)(props), (0, _consts.tableBorderColor)(props), _types.TableCssClassName.WITH_CONTROLS, _types.TableCssClassName.CORNER_CONTROLS, _types.TableCssClassName.ROW_CONTROLS, _types.TableCssClassName.NUMBERED_COLUMN, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableToolbarSelectedColor)(props), _editorSharedStyles.akEditorUnitZIndex, "var(--ds-text-selected, ".concat(_colors.N0, ")"), _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.WITH_CONTROLS, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableToolbarSelectedColor)(props), _editorSharedStyles.akEditorUnitZIndex, "var(--ds-text-selected, ".concat(_colors.N0, ")"), _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, (0, _consts.tableToolbarDeleteColor)(props), (0, _consts.tableBorderDeleteColor)(props), "var(--ds-text-danger, ".concat(_colors.R500, ")"), _editorSharedStyles.akEditorUnitZIndex, _types.TableCssClassName.TABLE_NODE_WRAPPER, _types.TableCssClassName.COLUMN_CONTROLS_DECORATIONS, _types.TableCssClassName.TABLE_HEADER_CELL, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, _editorSharedStyles.akEditorSmallZIndex, _types.TableCssClassName.SELECTED_CELL, (0, _consts.tableBorderSelectedColor)(props), _types.TableCssClassName.SELECTED_CELL, (0, _consts.tableCellSelectedColor)(props), _editorSharedStyles.akEditorSmallZIndex, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, (0, _consts.tableCellDeleteColor)(props), _editorSharedStyles.akEditorUnitZIndex * 100, _types.TableCssClassName.HOVERED_CELL, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.TABLE_HEADER_CELL, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.TABLE_HEADER_CELL, _types.TableCssClassName.HOVERED_CELL, (0, _consts.tableBorderSelectedColor)(props), _editorSharedStyles.akEditorSmallZIndex, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, (0, _consts.tableBorderDeleteColor)(props), _editorSharedStyles.akEditorUnitZIndex * 100, _types.TableCssClassName.ROW_CONTROLS_WRAPPER, _styles.tableMarginTop - cornerControlHeight + 1, _types.TableCssClassName.ROW_CONTROLS_WRAPPER, _types.TableCssClassName.TABLE_LEFT_SHADOW, _editorSharedStyles.akEditorUnitZIndex, _types.TableCssClassName.ROW_CONTROLS_WRAPPER, _consts.tableToolbarSize, tableWrapperStyles(), _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.TABLE_NODE_WRAPPER, _scrollbar.scrollbarStyles, _types.TableCssClassName.RESIZE_CURSOR, props !== null && props !== void 0 && (_props$featureFlags = props.featureFlags) !== null && _props$featureFlags !== void 0 && _props$featureFlags.restartNumberedLists ? "" : listLargeNumericMarkersOldStyles, shadowSentinelStyles);
49
+ return (0, _react.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n .", " button {\n background: ", ";\n color: ", ";\n cursor: none;\n }\n\n .", ":not(.", ") button:hover {\n background: ", ";\n color: ", " !important;\n cursor: pointer;\n }\n\n .ProseMirror {\n ", ";\n ", ";\n ", ";\n ", ";\n ", ";\n ", ";\n ", ";\n\n .", " {\n margin-bottom: 0;\n }\n\n .", " {\n td.", ", th.", " {\n position: relative;\n overflow: visible;\n }\n\n td.", " {\n background-color: ", ";\n\n // ED-15246: Trello card is visible through a border of a table border\n // This fixes a border issue caused by relative positioned table cells\n &::after {\n height: 100%;\n content: '';\n border-left: 1px solid ", ";\n border-bottom: 1px solid ", ";\n position: absolute;\n right: 0px;\n top: 0px;\n bottom: 0;\n width: 100%;\n display: inline-block;\n pointer-events: none;\n }\n }\n }\n\n .", " {\n ", "\n }\n\n .", " {\n ", "\n }\n\n /* Delete button */\n ", "\n /* Ends Delete button */\n\n /* sticky styles */\n .", " .", " .", ":first-of-type {\n margin-top: ", "px;\n width: ", "px;\n\n position: fixed !important;\n z-index: ", " !important;\n box-shadow: 0px -", "px ", ";\n border-right: 0 none;\n /* top set by NumberColumn component */\n }\n\n .", " .", ".sticky {\n position: fixed !important;\n /* needs to be above row controls */\n z-index: ", " !important;\n background: ", ";\n\n width: ", "px;\n height: ", "px;\n }\n\n .", ".sticky .", " {\n border-bottom: 0px none;\n border-right: 0px none;\n\n height: ", "px;\n width: ", "px;\n }\n\n .", " .", " {\n z-index: 0;\n }\n\n .", "\n .", "\n .", ".sticky {\n position: fixed !important;\n z-index: ", " !important;\n display: flex;\n border-left: ", "px solid\n ", ";\n margin-left: -", "px;\n }\n\n .", " col:first-of-type {\n /* moving rows out of a table layout does weird things in Chrome */\n border-right: 1px solid ", ";\n }\n\n tr.sticky {\n padding-top: ", "px;\n position: fixed;\n display: grid;\n\n /* to keep it above cell selection but below date and other nodes popups that are inside sticky header */\n z-index: ", ";\n\n overflow-y: visible;\n overflow-x: hidden;\n\n grid-auto-flow: column;\n\n /* background for where controls apply */\n background: ", ";\n box-sizing: content-box;\n\n margin-top: 2px;\n\n box-shadow: 0 6px 4px -4px ", ";\n margin-left: -1px;\n\n &.no-pointer-events {\n pointer-events: none;\n }\n }\n\n .", " .", " {\n left: unset;\n position: fixed;\n /* needs to be above sticky header row and below date and other nodes popups that are inside sticky header */\n z-index: ", ";\n }\n\n .", ".", "\n .", " {\n padding-bottom: ", "px;\n }\n\n tr.sticky th {\n border-bottom: ", "px solid\n ", ";\n margin-right: -1px;\n }\n\n .", " tr.sticky > th:last-child {\n border-right-width: 1px;\n }\n\n /* add left edge for first cell */\n .", " tr.sticky > th:first-of-type {\n margin-left: 0px;\n }\n\n /* add a little bit so the scroll lines up with the table */\n .", " tr.sticky::after {\n content: ' ';\n width: ", "px;\n }\n\n /* To fix jumpiness caused in Chrome Browsers for sticky headers */\n .", " .sticky + tr {\n min-height: 0px;\n }\n\n /* move resize line a little in sticky bar */\n .", ".", " {\n tr.sticky\n td.", ",\n tr.sticky\n th.", " {\n .", "::after {\n right: ", "px;\n }\n }\n\n /* when selected put it back to normal -- :not selector would be nicer */\n tr.sticky\n td.", ".", ",\n tr.sticky\n th.", ".", " {\n .", "::after {\n right: ", "px;\n }\n }\n }\n\n tr.sticky\n .", ",\n tr.sticky\n .", " {\n z-index: 1;\n }\n\n .", " tr.sticky {\n padding-top: ", "px;\n }\n\n .", ".", "\n .", "\n .", ":first-of-type {\n margin-top: ", "px;\n }\n\n .", ".sticky {\n border-top: ", "px solid\n ", ";\n }\n\n ", "\n ", "\n\n .", " .", " {\n height: 0; // stop overflow flash & set correct height in update-overflow-shadows.ts\n }\n\n .less-padding {\n padding: 0 ", "px;\n\n .", " {\n padding: 0 ", "px;\n\n // https://product-fabric.atlassian.net/browse/ED-16386\n // Fixes issue where the extra padding that is added here throws off the position\n // of the rows control dot\n &::after {\n right: 6px !important;\n }\n }\n\n &.", "[data-number-column='true'] {\n padding-left: ", "px;\n }\n\n .", " {\n left: 6px;\n }\n\n .", " {\n left: calc(100% - 6px);\n }\n }\n\n > .", " {\n /**\n * Prevent margins collapsing, aids with placing the gap-cursor correctly\n * @see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing\n *\n * TODO: Enable this, many tests will fail!\n * border-top: 1px solid transparent;\n */\n }\n\n /* Breakout only works on top level unless wrapped in fragment mark */\n ", "\n\n ", ";\n\n /* Corner controls */\n .", " {\n width: ", "px;\n height: ", "px;\n display: none;\n\n .", " {\n position: relative;\n\n ", ";\n }\n }\n\n .", ".sticky {\n .", " {\n /* sticky row insert dot overlaps other row insert and messes things up */\n display: none !important;\n }\n }\n\n .", " {\n position: absolute;\n top: 0;\n width: ", "px;\n height: ", "px;\n border: 1px solid ", ";\n border-radius: 0;\n border-top-left-radius: ", "px;\n background: ", ";\n box-sizing: border-box;\n padding: 0;\n :focus {\n outline: none;\n }\n }\n .active .", " {\n border-color: ", ";\n background: ", ";\n }\n\n .", "[data-number-column='true'] {\n .", ", .", " {\n width: ", "px;\n }\n .", " .", " {\n border-right-width: 0;\n }\n }\n\n :not(.", ") .", ":hover {\n border-color: ", ";\n background: ", ";\n cursor: pointer;\n }\n\n :not(.", ")\n .", ".", " {\n border-color: ", ";\n background: ", ";\n }\n\n /* Row controls */\n .", " {\n width: ", "px;\n box-sizing: border-box;\n display: none;\n position: relative;\n\n ", ";\n\n .", " {\n display: flex;\n flex-direction: column;\n }\n .", ":last-child > button {\n border-bottom-left-radius: ", "px;\n }\n .", " {\n position: relative;\n margin-top: -1px;\n }\n .", ":hover,\n .", ".active,\n .", ":hover {\n z-index: ", ";\n }\n\n ", "\n }\n\n :not(.", ") .", " {\n ", "\n ", "\n }\n\n /* Numbered column */\n .", " {\n position: relative;\n float: right;\n margin-left: ", "px;\n top: ", "px;\n width: ", "px;\n box-sizing: border-box;\n }\n\n .", " {\n border: 1px solid ", ";\n box-sizing: border-box;\n margin-top: -1px;\n padding-bottom: 2px;\n padding: 10px 2px;\n text-align: center;\n font-size: ", ";\n background-color: ", ";\n color: ", ";\n border-color: ", ";\n\n :first-child:not(style),\n style:first-child + * {\n margin-top: 0;\n }\n :last-child {\n border-bottom: 1px solid ", ";\n }\n }\n\n .", " {\n .", ", .", " {\n display: block;\n }\n .", " {\n padding-left: ", "px;\n\n .", " {\n border-left: 0 none;\n }\n\n .", ".active {\n border-bottom: 1px solid ", ";\n border-color: ", ";\n background-color: ", ";\n position: relative;\n z-index: ", ";\n color: ", ";\n }\n }\n }\n :not(.", ") .", " {\n .", " {\n cursor: pointer;\n }\n .", ":hover {\n border-bottom: 1px solid ", ";\n border-color: ", ";\n background-color: ", ";\n position: relative;\n z-index: ", ";\n color: ", ";\n }\n .", ".", " {\n background-color: ", ";\n border: 1px solid ", ";\n border-left: 0;\n color: ", ";\n position: relative;\n z-index: ", ";\n }\n }\n\n /* Table */\n .", " > table {\n table-layout: fixed;\n white-space: normal;\n border-top: none;\n // 1px border width offset added here to prevent unwanted overflow and scolling - ED-16212\n margin-right: -1px;\n // Allows better positioning for the shadow sentinels - ED-16668\n position: relative;\n\n > tbody > tr {\n white-space: pre-wrap;\n }\n\n .", " + * {\n margin-top: 0;\n }\n\n /*\n * Headings have a top margin by default, but we don't want this on the\n * first heading within table header cells.\n *\n * This specifically sets margin-top for the first heading within a header\n * cell when center/right aligned.\n */\n th.", " > .fabric-editor-block-mark {\n > h1:first-of-type,\n > h2:first-of-type,\n > h3:first-of-type,\n > h4:first-of-type,\n > h5:first-of-type,\n > h6:first-of-type {\n margin-top: 0;\n }\n }\n\n .", ", .", " {\n position: relative;\n }\n /* Give selected cells a blue overlay */\n .", "::after,\n .", "::after {\n z-index: ", ";\n position: absolute;\n content: '';\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n width: 100%;\n pointer-events: none;\n }\n .", " {\n border: 1px solid ", ";\n }\n .", "::after {\n background: ", ";\n z-index: ", ";\n }\n th.", "::after,\n td.", "::after {\n background: ", ";\n z-index: ", ";\n }\n // ED-15246: Trello card is visible through a border of a table border\n /* ED-19064: To fix when enable header column in the table,\n and selection the header column, the right border is not tableBorderSelectedColor\n when deleting the header column, the right border is not tableToolbarDeleteColor */\n td.", ",\n td.", ",\n th.", ".", ",\n th.", ".", " {\n &::after {\n height: 100%;\n width: 100%;\n border: 1px solid ", ";\n content: '';\n position: absolute;\n left: -1px;\n top: -1px;\n bottom: 0;\n z-index: ", ";\n display: inline-block;\n pointer-events: none;\n }\n &.", "::after {\n border: 1px solid ", ";\n z-index: ", ";\n }\n }\n }\n .", " {\n position: absolute;\n /* top of corner control is table margin top - corner control height + 1 pixel of table border. */\n top: ", "px;\n }\n .", ".", " {\n z-index: ", ";\n }\n .", " {\n left: -", "px;\n }\n ", "\n }\n\n .ProseMirror.", " {\n .", " {\n overflow-x: auto;\n ", ";\n }\n }\n\n .ProseMirror.", " {\n cursor: col-resize;\n }\n\n /*\n ED-15882: When custom start numbers is enabled for lists, we have\n styles that handle this generally (in editor-common) so we can\n throw away the older table-specific styles here.\n */\n ", "\n\n ", "\n"])), _types.TableCssClassName.LAYOUT_BUTTON, "var(--ds-background-neutral, ".concat(_colors.N20A, ")"), "var(--ds-icon, ".concat(_colors.N300, ")"), _types.TableCssClassName.LAYOUT_BUTTON, _types.TableCssClassName.IS_RESIZING, "var(--ds-background-neutral-hovered, ".concat(_colors.B300, ")"), "var(--ds-icon, white)", (0, _styles.tableSharedStyle)(props), (0, _uiStyles.columnControlsLineMarker)(), (0, _uiStyles.hoveredDeleteButton)(props), (0, _uiStyles.hoveredCell)(props), _uiStyles.hoveredWarningCell, (0, _uiStyles.resizeHandle)(props), rangeSelectionStyles, _types.TableCssClassName.LAST_ITEM_IN_CELL, _types.TableCssClassName.TABLE_NODE_WRAPPER, _types.TableCssClassName.TABLE_CELL, _types.TableCssClassName.TABLE_HEADER_CELL, _types.TableCssClassName.TABLE_CELL, (0, _consts.tableCellBackgroundColor)(props), (0, _consts.tableBorderColor)(props), (0, _consts.tableBorderColor)(props), _types.TableCssClassName.CONTROLS_FLOATING_BUTTON_COLUMN, (0, _uiStyles.insertColumnButtonWrapper)(props), _types.TableCssClassName.CONTROLS_FLOATING_BUTTON_ROW, (0, _uiStyles.insertRowButtonWrapper)(props), (0, _uiStyles.DeleteButton)(props), _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.NUMBERED_COLUMN, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _consts.stickyRowOffsetTop + 2, _editorSharedStyles.akEditorTableNumberColumnWidth, _editorSharedStyles.akEditorStickyHeaderZIndex, _consts.stickyRowOffsetTop, "var(--ds-surface, white)", _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.CORNER_CONTROLS, _editorSharedStyles.akEditorSmallZIndex, "var(--ds-surface, white)", _consts.tableToolbarSize, _consts.tableToolbarSize, _types.TableCssClassName.CORNER_CONTROLS, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, _consts.tableToolbarSize, _consts.tableToolbarSize, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.COLUMN_CONTROLS_DECORATIONS, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.ROW_CONTROLS, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _editorSharedStyles.akEditorStickyHeaderZIndex, _consts.tableToolbarSize, "var(--ds-surface, white)", _consts.tableToolbarSize, _types.TableCssClassName.TABLE_STICKY, "var(--ds-surface, green)", _consts.stickyRowOffsetTop, _editorSharedStyles.akEditorTableCellOnStickyHeaderZIndex - 5, "var(--ds-surface, white)", "var(--ds-shadow-overflow-perimeter, ".concat(_colors.N40A, ")"), _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY_SHADOW, _editorSharedStyles.akEditorTableCellOnStickyHeaderZIndex, _types.TableCssClassName.WITH_CONTROLS, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY_SHADOW, _consts.tableToolbarSize, _consts.stickyHeaderBorderBottomWidth, (0, _consts.tableBorderColor)(props), _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY, insertColumnButtonOffset + 1, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_CONTAINER, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.WITH_RESIZE_LINE, _types.TableCssClassName.WITH_RESIZE_LINE, _types.TableCssClassName.RESIZE_HANDLE_DECORATION, (_consts.resizeHandlerAreaWidth - _consts.resizeLineWidth) / 2 + 1, _types.TableCssClassName.WITH_RESIZE_LINE, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.WITH_RESIZE_LINE, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.RESIZE_HANDLE_DECORATION, (_consts.resizeHandlerAreaWidth - _consts.resizeLineWidth) / 2, _types.TableCssClassName.HOVERED_CELL, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.WITH_CONTROLS, _consts.tableControlsSpacing, _types.TableCssClassName.WITH_CONTROLS, _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.NUMBERED_COLUMN, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _consts.tableControlsSpacing + 2, _types.TableCssClassName.CORNER_CONTROLS, _consts.tableControlsSpacing - _consts.tableToolbarSize + 2, "var(--ds-surface, white)", sentinelStyles, (0, _uiStyles.OverflowShadow)(props), _types.TableCssClassName.TABLE_STICKY, _types.TableCssClassName.TABLE_STICKY_SHADOW, _consts.tablePadding, _types.TableCssClassName.ROW_CONTROLS_WRAPPER, _consts.tablePadding, _types.TableCssClassName.TABLE_CONTAINER, _editorSharedStyles.akEditorTableNumberColumnWidth + _consts.tablePadding - 1, _types.TableCssClassName.TABLE_LEFT_SHADOW, _types.TableCssClassName.TABLE_RIGHT_SHADOW, _types.TableCssClassName.NODEVIEW_WRAPPER, breakoutWidthStyling(), (0, _uiStyles.columnControlsDecoration)(props), _types.TableCssClassName.CORNER_CONTROLS, _consts.tableToolbarSize + 1, cornerControlHeight, _types.TableCssClassName.CORNER_CONTROLS_INSERT_ROW_MARKER, (0, _uiStyles.InsertMarker)(props, "\n left: -11px;\n top: 9px;\n "), _types.TableCssClassName.CORNER_CONTROLS, _types.TableCssClassName.CORNER_CONTROLS_INSERT_ROW_MARKER, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, _consts.tableToolbarSize + 1, _consts.tableToolbarSize + 1, (0, _consts.tableBorderColor)(props), _consts.tableBorderRadiusSize, (0, _consts.tableHeaderCellBackgroundColor)(props), _types.TableCssClassName.CONTROLS_CORNER_BUTTON, (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableToolbarSelectedColor)(props), _types.TableCssClassName.TABLE_CONTAINER, _types.TableCssClassName.CORNER_CONTROLS, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, (0, _platformFeatureFlags.getBooleanFF)('platform.editor.custom-table-width') ? _editorSharedStyles.akEditorTableToolbarSize + _editorSharedStyles.akEditorTableNumberColumnWidth + 1 : _editorSharedStyles.akEditorTableToolbarSize + _editorSharedStyles.akEditorTableNumberColumnWidth, _types.TableCssClassName.ROW_CONTROLS, _types.TableCssClassName.CONTROLS_BUTTON, _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableToolbarSelectedColor)(props), _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.CONTROLS_CORNER_BUTTON, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, (0, _consts.tableBorderDeleteColor)(props), (0, _consts.tableToolbarDeleteColor)(props), _types.TableCssClassName.ROW_CONTROLS, _consts.tableToolbarSize, (0, _uiStyles.InsertMarker)(props, "\n bottom: -1px;\n left: -11px;\n "), _types.TableCssClassName.ROW_CONTROLS_INNER, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _consts.tableBorderRadiusSize, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _types.TableCssClassName.ROW_CONTROLS_BUTTON_WRAP, _types.TableCssClassName.CONTROLS_BUTTON, _editorSharedStyles.akEditorUnitZIndex, (0, _uiStyles.HeaderButton)(props, "\n border-bottom: 1px solid ".concat((0, _consts.tableBorderColor)(props), ";\n border-right: 0px;\n border-radius: 0;\n height: 100%;\n width: ").concat(_consts.tableToolbarSize, "px;\n\n .").concat(_types.TableCssClassName.CONTROLS_BUTTON_OVERLAY, " {\n position: absolute;\n width: 30px;\n height: 50%;\n right: 0;\n bottom: 0;\n }\n .").concat(_types.TableCssClassName.CONTROLS_BUTTON_OVERLAY, ":first-of-type {\n top: 0;\n }\n ")), _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.ROW_CONTROLS, (0, _uiStyles.HeaderButtonHover)(props), (0, _uiStyles.HeaderButtonDanger)(props), _types.TableCssClassName.NUMBERED_COLUMN, (0, _platformFeatureFlags.getBooleanFF)('platform.editor.custom-table-width') ? _editorSharedStyles.akEditorTableToolbarSize : _editorSharedStyles.akEditorTableToolbarSize - 1, _editorSharedStyles.akEditorTableToolbarSize, _editorSharedStyles.akEditorTableNumberColumnWidth + 1, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, (0, _consts.tableBorderColor)(props), (0, _editorSharedStyles.relativeFontSizeToBase16)((0, _constants.fontSize)()), (0, _consts.tableHeaderCellBackgroundColor)(props), (0, _consts.tableTextColor)(props), (0, _consts.tableBorderColor)(props), (0, _consts.tableBorderColor)(props), _types.TableCssClassName.WITH_CONTROLS, _types.TableCssClassName.CORNER_CONTROLS, _types.TableCssClassName.ROW_CONTROLS, _types.TableCssClassName.NUMBERED_COLUMN, (0, _platformFeatureFlags.getBooleanFF)('platform.editor.custom-table-width') ? 0 : 1, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableToolbarSelectedColor)(props), _editorSharedStyles.akEditorUnitZIndex, "var(--ds-text-selected, ".concat(_colors.N0, ")"), _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.WITH_CONTROLS, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableBorderSelectedColor)(props), (0, _consts.tableToolbarSelectedColor)(props), _editorSharedStyles.akEditorUnitZIndex, "var(--ds-text-selected, ".concat(_colors.N0, ")"), _types.TableCssClassName.NUMBERED_COLUMN_BUTTON, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, (0, _consts.tableToolbarDeleteColor)(props), (0, _consts.tableBorderDeleteColor)(props), "var(--ds-text-danger, ".concat(_colors.R500, ")"), _editorSharedStyles.akEditorUnitZIndex, _types.TableCssClassName.TABLE_NODE_WRAPPER, _types.TableCssClassName.COLUMN_CONTROLS_DECORATIONS, _types.TableCssClassName.TABLE_HEADER_CELL, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, _editorSharedStyles.akEditorSmallZIndex, _types.TableCssClassName.SELECTED_CELL, (0, _consts.tableBorderSelectedColor)(props), _types.TableCssClassName.SELECTED_CELL, (0, _consts.tableCellSelectedColor)(props), _editorSharedStyles.akEditorSmallZIndex, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, (0, _consts.tableCellDeleteColor)(props), _editorSharedStyles.akEditorUnitZIndex * 100, _types.TableCssClassName.HOVERED_CELL, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.TABLE_HEADER_CELL, _types.TableCssClassName.SELECTED_CELL, _types.TableCssClassName.TABLE_HEADER_CELL, _types.TableCssClassName.HOVERED_CELL, (0, _consts.tableBorderSelectedColor)(props), _editorSharedStyles.akEditorSmallZIndex, _types.TableCssClassName.HOVERED_CELL_IN_DANGER, (0, _consts.tableBorderDeleteColor)(props), _editorSharedStyles.akEditorUnitZIndex * 100, _types.TableCssClassName.ROW_CONTROLS_WRAPPER, _styles.tableMarginTop - cornerControlHeight + 1, _types.TableCssClassName.ROW_CONTROLS_WRAPPER, _types.TableCssClassName.TABLE_LEFT_SHADOW, _editorSharedStyles.akEditorUnitZIndex, _types.TableCssClassName.ROW_CONTROLS_WRAPPER, _consts.tableToolbarSize, tableWrapperStyles(), _types.TableCssClassName.IS_RESIZING, _types.TableCssClassName.TABLE_NODE_WRAPPER, _scrollbar.scrollbarStyles, _types.TableCssClassName.RESIZE_CURSOR, props !== null && props !== void 0 && (_props$featureFlags = props.featureFlags) !== null && _props$featureFlags !== void 0 && _props$featureFlags.restartNumberedLists ? "" : listLargeNumericMarkersOldStyles, shadowSentinelStyles);
50
50
  };
51
51
  exports.tableStyles = tableStyles;
52
52
  var tableFullPageEditorStyles = (0, _react.css)(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n .ProseMirror .", " > table {\n margin-left: 0;\n // 1px border width offset added here to prevent unwanted overflow and scolling - ED-16212\n margin-right: -1px;\n width: 100%;\n }\n"])), _types.TableCssClassName.TABLE_NODE_WRAPPER);
@@ -31,6 +31,8 @@ export default {
31
31
  'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
32
32
  'fabric.editor.splitCell': 'Rozdělit buňky',
33
33
  'fabric.editor.tableOptions': 'Možnosti tabulky',
34
+ 'fabric.editor.tables.adjustColumn': 'Upravit sloupec',
34
35
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odstranění uzlu {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
35
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit'
36
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit',
37
+ 'fabric.editor.tables.resizeTable': 'Změnit velikost tabulky'
36
38
  };
@@ -29,6 +29,8 @@ export default {
29
29
  'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
30
30
  'fabric.editor.splitCell': 'Opdel celle',
31
31
  'fabric.editor.tableOptions': 'Egenskaber for tabel',
32
+ 'fabric.editor.tables.adjustColumn': 'Tilpas kolonne',
32
33
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
33
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet'
34
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slet',
35
+ 'fabric.editor.tables.resizeTable': 'Tilpas størrelsen på tabellen'
34
36
  };
@@ -29,6 +29,8 @@ export default {
29
29
  'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
30
30
  'fabric.editor.splitCell': 'Zelle teilen',
31
31
  'fabric.editor.tableOptions': 'Tabellenoptionen',
32
+ 'fabric.editor.tables.adjustColumn': 'Spalte anpassen',
32
33
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
33
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen'
34
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen',
35
+ 'fabric.editor.tables.resizeTable': 'Tabellengröße ändern'
34
36
  };
@@ -31,6 +31,8 @@ export default {
31
31
  'fabric.editor.sortColumnDESC': 'Sort column Z → A',
32
32
  'fabric.editor.splitCell': 'Split cell',
33
33
  'fabric.editor.tableOptions': 'Table options',
34
+ 'fabric.editor.tables.adjustColumn': 'Adjust column',
34
35
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
35
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete'
36
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
37
+ 'fabric.editor.tables.resizeTable': 'Resize table'
36
38
  };
@@ -31,6 +31,8 @@ export default {
31
31
  'fabric.editor.sortColumnDESC': 'Sort column Z → A',
32
32
  'fabric.editor.splitCell': 'Split cell',
33
33
  'fabric.editor.tableOptions': 'Table options',
34
+ 'fabric.editor.tables.adjustColumn': 'Adjust column',
34
35
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
35
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete'
36
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
37
+ 'fabric.editor.tables.resizeTable': 'Resize table'
36
38
  };
@@ -31,6 +31,8 @@ export default {
31
31
  'fabric.editor.sortColumnDESC': '⁣⁢Sort column Z → A؜⁡‌؜‌‌‍⁡‌‌‍‍‌‍؜؜⁡⁣⁤',
32
32
  'fabric.editor.splitCell': '⁣⁢Split cell⁠‌‍؜⁠⁠؜‍؜⁡؜‌‍⁣⁤',
33
33
  'fabric.editor.tableOptions': '⁣⁢Table options؜؜‍‌؜⁡؜⁠⁣⁤',
34
+ 'fabric.editor.tables.adjustColumn': '⁣⁢Adjust column‍؜⁠⁡‌⁠؜⁡؜‌‍⁠‍⁠‍⁣⁤',
34
35
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': '⁣⁢Deleting {nodeName} will break anything connected to it.⁠⁡⁠‍‍⁠؜⁠⁡⁠⁣⁤',
35
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '⁣⁢Delete؜⁡‍؜؜⁡⁠⁣⁤'
36
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '⁣⁢Delete؜⁡‍؜؜⁡⁠⁣⁤',
37
+ 'fabric.editor.tables.resizeTable': '⁣⁢Resize table⁡⁡⁠⁠⁡⁠⁠‍‍؜؜⁡⁣⁤'
36
38
  };
@@ -29,6 +29,8 @@ export default {
29
29
  'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
30
30
  'fabric.editor.splitCell': 'Dividir celda',
31
31
  'fabric.editor.tableOptions': 'Opciones de tabla',
32
+ 'fabric.editor.tables.adjustColumn': 'Ajustar columna',
32
33
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
33
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar'
34
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
35
+ 'fabric.editor.tables.resizeTable': 'Cambiar tamaño de tabla'
34
36
  };
@@ -29,6 +29,8 @@ export default {
29
29
  'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
30
30
  'fabric.editor.splitCell': 'Jaettu solu',
31
31
  'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
32
+ 'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
32
33
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
33
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista'
34
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista',
35
+ 'fabric.editor.tables.resizeTable': 'Muuta taulukon kokoa'
34
36
  };
@@ -31,6 +31,8 @@ export default {
31
31
  'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
32
32
  'fabric.editor.splitCell': 'Partager la cellule',
33
33
  'fabric.editor.tableOptions': 'Options du tableau',
34
+ 'fabric.editor.tables.adjustColumn': 'Ajuster la colonne',
34
35
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
35
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer'
36
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer',
37
+ 'fabric.editor.tables.resizeTable': 'Redimensionner le tableau'
36
38
  };
@@ -31,6 +31,8 @@ export default {
31
31
  'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
32
32
  'fabric.editor.splitCell': 'Cella felosztása',
33
33
  'fabric.editor.tableOptions': 'Táblázatbeállítások',
34
+ 'fabric.editor.tables.adjustColumn': 'Oszlop igazítása',
34
35
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
35
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés'
36
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés',
37
+ 'fabric.editor.tables.resizeTable': 'Táblázat átméretezése'
36
38
  };
@@ -31,6 +31,8 @@ export default {
31
31
  'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
32
32
  'fabric.editor.splitCell': 'Dividi celle',
33
33
  'fabric.editor.tableOptions': 'Opzioni tabella',
34
+ 'fabric.editor.tables.adjustColumn': 'Regola colonna',
34
35
  'fabric.editor.tables.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
35
- 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina'
36
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina',
37
+ 'fabric.editor.tables.resizeTable': 'Ridimensiona tabella'
36
38
  };