@ckeditor/ckeditor5-table 41.2.0 → 41.3.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 (89) hide show
  1. package/dist/content-index.css +55 -0
  2. package/dist/editor-index.css +150 -0
  3. package/dist/index.css +362 -0
  4. package/dist/index.css.map +1 -0
  5. package/dist/index.js +11660 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/types/augmentation.d.ts +76 -0
  8. package/dist/types/commands/insertcolumncommand.d.ts +55 -0
  9. package/dist/types/commands/insertrowcommand.d.ts +54 -0
  10. package/dist/types/commands/inserttablecommand.d.ts +44 -0
  11. package/dist/types/commands/mergecellcommand.d.ts +68 -0
  12. package/dist/types/commands/mergecellscommand.d.ts +28 -0
  13. package/dist/types/commands/removecolumncommand.d.ts +29 -0
  14. package/dist/types/commands/removerowcommand.d.ts +29 -0
  15. package/dist/types/commands/selectcolumncommand.d.ts +33 -0
  16. package/dist/types/commands/selectrowcommand.d.ts +33 -0
  17. package/dist/types/commands/setheadercolumncommand.d.ts +50 -0
  18. package/dist/types/commands/setheaderrowcommand.d.ts +53 -0
  19. package/dist/types/commands/splitcellcommand.d.ts +43 -0
  20. package/dist/types/converters/downcast.d.ts +63 -0
  21. package/dist/types/converters/table-caption-post-fixer.d.ts +20 -0
  22. package/dist/types/converters/table-cell-paragraph-post-fixer.d.ts +32 -0
  23. package/dist/types/converters/table-cell-refresh-handler.d.ts +18 -0
  24. package/dist/types/converters/table-headings-refresh-handler.d.ts +17 -0
  25. package/dist/types/converters/table-layout-post-fixer.d.ts +226 -0
  26. package/dist/types/converters/tableproperties.d.ts +54 -0
  27. package/dist/types/converters/upcasttable.d.ts +49 -0
  28. package/dist/types/index.d.ts +60 -0
  29. package/dist/types/plaintableoutput.d.ts +26 -0
  30. package/dist/types/table.d.ts +40 -0
  31. package/dist/types/tablecaption/tablecaptionediting.d.ts +63 -0
  32. package/dist/types/tablecaption/tablecaptionui.d.ts +21 -0
  33. package/dist/types/tablecaption/toggletablecaptioncommand.d.ts +68 -0
  34. package/dist/types/tablecaption/utils.d.ts +38 -0
  35. package/dist/types/tablecaption.d.ts +24 -0
  36. package/dist/types/tablecellproperties/commands/tablecellbackgroundcolorcommand.d.ts +32 -0
  37. package/dist/types/tablecellproperties/commands/tablecellbordercolorcommand.d.ts +37 -0
  38. package/dist/types/tablecellproperties/commands/tablecellborderstylecommand.d.ts +37 -0
  39. package/dist/types/tablecellproperties/commands/tablecellborderwidthcommand.d.ts +51 -0
  40. package/dist/types/tablecellproperties/commands/tablecellheightcommand.d.ts +46 -0
  41. package/dist/types/tablecellproperties/commands/tablecellhorizontalalignmentcommand.d.ts +32 -0
  42. package/dist/types/tablecellproperties/commands/tablecellpaddingcommand.d.ts +51 -0
  43. package/dist/types/tablecellproperties/commands/tablecellpropertycommand.d.ts +62 -0
  44. package/dist/types/tablecellproperties/commands/tablecellverticalalignmentcommand.d.ts +40 -0
  45. package/dist/types/tablecellproperties/tablecellpropertiesediting.d.ts +43 -0
  46. package/dist/types/tablecellproperties/tablecellpropertiesui.d.ts +112 -0
  47. package/dist/types/tablecellproperties/ui/tablecellpropertiesview.d.ts +228 -0
  48. package/dist/types/tablecellproperties.d.ts +30 -0
  49. package/dist/types/tablecellwidth/commands/tablecellwidthcommand.d.ts +46 -0
  50. package/dist/types/tablecellwidth/tablecellwidthediting.d.ts +29 -0
  51. package/dist/types/tableclipboard.d.ts +70 -0
  52. package/dist/types/tablecolumnresize/constants.d.ts +20 -0
  53. package/dist/types/tablecolumnresize/converters.d.ts +18 -0
  54. package/dist/types/tablecolumnresize/tablecolumnresizeediting.d.ts +139 -0
  55. package/dist/types/tablecolumnresize/tablewidthscommand.d.ts +38 -0
  56. package/dist/types/tablecolumnresize/utils.d.ts +148 -0
  57. package/dist/types/tablecolumnresize.d.ts +26 -0
  58. package/dist/types/tableconfig.d.ts +343 -0
  59. package/dist/types/tableediting.d.ts +98 -0
  60. package/dist/types/tablekeyboard.d.ts +68 -0
  61. package/dist/types/tablemouse/mouseeventsobserver.d.ts +62 -0
  62. package/dist/types/tablemouse.d.ts +48 -0
  63. package/dist/types/tableproperties/commands/tablealignmentcommand.d.ts +32 -0
  64. package/dist/types/tableproperties/commands/tablebackgroundcolorcommand.d.ts +32 -0
  65. package/dist/types/tableproperties/commands/tablebordercolorcommand.d.ts +37 -0
  66. package/dist/types/tableproperties/commands/tableborderstylecommand.d.ts +37 -0
  67. package/dist/types/tableproperties/commands/tableborderwidthcommand.d.ts +51 -0
  68. package/dist/types/tableproperties/commands/tableheightcommand.d.ts +46 -0
  69. package/dist/types/tableproperties/commands/tablepropertycommand.d.ts +61 -0
  70. package/dist/types/tableproperties/commands/tablewidthcommand.d.ts +46 -0
  71. package/dist/types/tableproperties/tablepropertiesediting.d.ts +40 -0
  72. package/dist/types/tableproperties/tablepropertiesui.d.ts +114 -0
  73. package/dist/types/tableproperties/ui/tablepropertiesview.d.ts +207 -0
  74. package/dist/types/tableproperties.d.ts +30 -0
  75. package/dist/types/tableselection.d.ts +107 -0
  76. package/dist/types/tabletoolbar.d.ts +32 -0
  77. package/dist/types/tableui.d.ts +53 -0
  78. package/dist/types/tableutils.d.ts +448 -0
  79. package/dist/types/tablewalker.d.ts +362 -0
  80. package/dist/types/ui/colorinputview.d.ts +140 -0
  81. package/dist/types/ui/formrowview.d.ts +61 -0
  82. package/dist/types/ui/inserttableview.d.ts +77 -0
  83. package/dist/types/utils/common.d.ts +46 -0
  84. package/dist/types/utils/structure.d.ts +245 -0
  85. package/dist/types/utils/table-properties.d.ts +67 -0
  86. package/dist/types/utils/ui/contextualballoon.d.ts +34 -0
  87. package/dist/types/utils/ui/table-properties.d.ts +195 -0
  88. package/dist/types/utils/ui/widget.d.ts +20 -0
  89. package/package.json +3 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.