@ckeditor/ckeditor5-table 37.0.0-alpha.0 → 37.0.0-alpha.1

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 (73) hide show
  1. package/README.md +1 -1
  2. package/build/table.js +1 -1
  3. package/ckeditor5-metadata.json +6 -6
  4. package/package.json +27 -27
  5. package/src/augmentation.d.ts +76 -0
  6. package/src/augmentation.js +5 -0
  7. package/src/commands/insertcolumncommand.d.ts +0 -6
  8. package/src/commands/insertrowcommand.d.ts +0 -6
  9. package/src/commands/inserttablecommand.d.ts +0 -6
  10. package/src/commands/inserttablecommand.js +0 -1
  11. package/src/commands/mergecellcommand.d.ts +0 -8
  12. package/src/commands/mergecellscommand.d.ts +0 -5
  13. package/src/commands/removecolumncommand.d.ts +0 -5
  14. package/src/commands/removerowcommand.d.ts +0 -5
  15. package/src/commands/selectcolumncommand.d.ts +0 -5
  16. package/src/commands/selectrowcommand.d.ts +0 -5
  17. package/src/commands/setheadercolumncommand.d.ts +0 -5
  18. package/src/commands/setheaderrowcommand.d.ts +0 -5
  19. package/src/commands/splitcellcommand.d.ts +0 -6
  20. package/src/converters/table-cell-refresh-handler.d.ts +1 -1
  21. package/src/converters/table-headings-refresh-handler.d.ts +1 -1
  22. package/src/converters/tableproperties.d.ts +1 -1
  23. package/src/converters/upcasttable.js +28 -25
  24. package/src/index.d.ts +31 -0
  25. package/src/index.js +1 -0
  26. package/src/plaintableoutput.d.ts +0 -5
  27. package/src/table.d.ts +0 -5
  28. package/src/tablecaption/tablecaptionediting.d.ts +0 -5
  29. package/src/tablecaption/tablecaptionui.d.ts +0 -5
  30. package/src/tablecaption/toggletablecaptioncommand.d.ts +0 -5
  31. package/src/tablecaption.d.ts +0 -5
  32. package/src/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +0 -5
  33. package/src/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +0 -5
  34. package/src/tablecellproperties/commands/tablecellborderstylecommand.d.ts +0 -5
  35. package/src/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +0 -5
  36. package/src/tablecellproperties/commands/tablecellheightcommand.d.ts +0 -5
  37. package/src/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +0 -5
  38. package/src/tablecellproperties/commands/tablecellpaddingcommand.d.ts +0 -5
  39. package/src/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +0 -5
  40. package/src/tablecellproperties/tablecellpropertiesediting.d.ts +0 -6
  41. package/src/tablecellproperties/tablecellpropertiesediting.js +0 -1
  42. package/src/tablecellproperties/tablecellpropertiesui.d.ts +0 -6
  43. package/src/tablecellproperties/tablecellpropertiesui.js +0 -1
  44. package/src/tablecellproperties.d.ts +0 -5
  45. package/src/tablecellwidth/commands/tablecellwidthcommand.d.ts +1 -6
  46. package/src/tablecellwidth/tablecellwidthediting.d.ts +0 -6
  47. package/src/tablecellwidth/tablecellwidthediting.js +0 -1
  48. package/src/tableclipboard.d.ts +0 -5
  49. package/src/tablecolumnresize/tablecolumnresizeediting.d.ts +0 -5
  50. package/src/tablecolumnresize.d.ts +0 -5
  51. package/src/tableconfig.d.ts +2 -12
  52. package/src/tableediting.d.ts +0 -5
  53. package/src/tablekeyboard.d.ts +0 -5
  54. package/src/tablemouse/mouseeventsobserver.d.ts +9 -9
  55. package/src/tablemouse/mouseeventsobserver.js +1 -1
  56. package/src/tablemouse.d.ts +0 -5
  57. package/src/tableproperties/commands/tablealignmentcommand.d.ts +0 -5
  58. package/src/tableproperties/commands/tablebackgroundcolorcommand.d.ts +0 -5
  59. package/src/tableproperties/commands/tablebordercolorcommand.d.ts +0 -5
  60. package/src/tableproperties/commands/tableborderstylecommand.d.ts +0 -5
  61. package/src/tableproperties/commands/tableborderwidthcommand.d.ts +0 -5
  62. package/src/tableproperties/commands/tableheightcommand.d.ts +0 -5
  63. package/src/tableproperties/commands/tablewidthcommand.d.ts +0 -5
  64. package/src/tableproperties/tablepropertiesediting.d.ts +0 -6
  65. package/src/tableproperties/tablepropertiesediting.js +0 -1
  66. package/src/tableproperties/tablepropertiesui.d.ts +0 -6
  67. package/src/tableproperties/tablepropertiesui.js +0 -1
  68. package/src/tableproperties.d.ts +0 -5
  69. package/src/tableselection.d.ts +0 -5
  70. package/src/tabletoolbar.d.ts +0 -6
  71. package/src/tabletoolbar.js +0 -1
  72. package/src/tableui.d.ts +0 -5
  73. package/src/tableutils.d.ts +0 -5
package/README.md CHANGED
@@ -10,7 +10,7 @@ This package implements table support for CKEditor 5.
10
10
 
11
11
  ## Demo
12
12
 
13
- Check out the [demo in the table feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/table.html#demo).
13
+ Check out the [demo in the table feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/tables/tables.html#demo).
14
14
 
15
15
  ## Documentation
16
16