qms-angular 1.0.86 → 1.0.89

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 (289) hide show
  1. package/README.md +5 -1
  2. package/bundles/qms-angular.umd.js +6943 -219
  3. package/bundles/qms-angular.umd.js.map +1 -1
  4. package/esm2015/lib/components/badges/qms-badges.component.js +1 -1
  5. package/esm2015/lib/components/banner/qms-banner/qms-banner.component.js +1 -1
  6. package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.js +1 -1
  7. package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.component.js +1 -1
  8. package/esm2015/lib/components/button/button-toggle.js +1 -1
  9. package/esm2015/lib/components/button/button.js +3 -3
  10. package/esm2015/lib/components/comment/comment.js +6 -3
  11. package/esm2015/lib/components/dialog/dialog.js +2 -2
  12. package/esm2015/lib/components/list/list.js +2 -2
  13. package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +3 -3
  14. package/esm2015/lib/components/qms-paginator/qms-paginator.component.js +16 -7
  15. package/esm2015/lib/components/related/content/related-content.component.js +2 -2
  16. package/esm2015/lib/components/related/list-other-related/list-related.component.js +1 -1
  17. package/esm2015/lib/components/related/risk/list/list.component.js +1 -1
  18. package/esm2015/lib/components/related/risk/result/result.component.js +1 -1
  19. package/esm2015/lib/components/rich-text/rich-text.js +1 -1
  20. package/esm2015/lib/components/table/table-action.js +2 -2
  21. package/esm2015/lib/components/table/table.module.js +4 -4
  22. package/esm2015/lib/components/tooltip/tooltip.js +1 -1
  23. package/esm2015/lib/components/tree/tree.component.js +1 -1
  24. package/esm2015/lib/components/treeNew/tree.component.js +18 -2
  25. package/esm2015/lib/directives/file-upload/file-upload-multiple-selector.directive.js +3 -1
  26. package/esm2015/lib/directives/file-upload/file-upload-selector.directive.js +3 -1
  27. package/esm2015/lib/directives/file-upload/file-upload.directive.js +1 -1
  28. package/esm2015/lib/directives/text-truncate/text-truncate.directive.js +58 -0
  29. package/esm2015/lib/model/en.js +63 -2
  30. package/esm2015/lib/model/no.js +63 -2
  31. package/esm2015/lib/qms-angular.module.js +4 -1
  32. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/halo.function.js +87 -0
  33. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/inspector.function.js +3767 -0
  34. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/selection.function.js +56 -0
  35. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/stencil.function.js +1003 -0
  36. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/toolbar.function.js +302 -0
  37. package/esm2015/lib/qms-ckeditor-components/common/flowchart/models/app-shapes.js +320 -0
  38. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.js +69 -0
  39. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +412 -0
  40. package/esm2015/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.js +80 -0
  41. package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +34 -1
  42. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +1 -1
  43. package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +3 -3
  44. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.js +1 -1
  45. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +2 -2
  46. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.js +2 -2
  47. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.js +317 -0
  48. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +3 -3
  49. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +3 -3
  50. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +3 -3
  51. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +3 -3
  52. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +3 -3
  53. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +3 -3
  54. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +3 -3
  55. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +35 -3
  56. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.module.js +4 -2
  57. package/esm2015/public-api.js +8 -1
  58. package/esm2015/qms-angular.js +2 -1
  59. package/fesm2015/qms-angular.js +6882 -213
  60. package/fesm2015/qms-angular.js.map +1 -1
  61. package/lib/components/comment/comment.d.ts +1 -0
  62. package/lib/components/qms-paginator/qms-paginator.component.d.ts +1 -0
  63. package/lib/components/treeNew/tree.component.d.ts +1 -0
  64. package/lib/directives/text-truncate/text-truncate.directive.d.ts +15 -0
  65. package/lib/model/en.d.ts +61 -0
  66. package/lib/model/no.d.ts +61 -0
  67. package/lib/qms-ckeditor-components/common/flowchart/config/halo.function.d.ts +37 -0
  68. package/lib/qms-ckeditor-components/common/flowchart/config/inspector.function.d.ts +7 -0
  69. package/lib/qms-ckeditor-components/common/flowchart/config/selection.function.d.ts +39 -0
  70. package/lib/qms-ckeditor-components/common/flowchart/config/stencil.function.d.ts +11 -0
  71. package/lib/qms-ckeditor-components/common/flowchart/config/toolbar.function.d.ts +224 -0
  72. package/lib/qms-ckeditor-components/common/flowchart/models/app-shapes.d.ts +58 -0
  73. package/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.d.ts +16 -0
  74. package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +56 -0
  75. package/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.d.ts +35 -0
  76. package/lib/qms-ckeditor-components/common/functions/common.function.d.ts +12 -0
  77. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.d.ts +2 -0
  78. package/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.d.ts +41 -0
  79. package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +4 -0
  80. package/lib.theme.scss +179 -0
  81. package/package.json +1 -1
  82. package/public-api.d.ts +7 -0
  83. package/qms-angular.d.ts +1 -0
  84. package/qms-angular.metadata.json +1 -1
  85. package/src/assets/fonts/Material/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +0 -0
  86. package/src/assets/fonts/Material/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2 +0 -0
  87. package/src/assets/fonts/OpenSans/mem8YaGs126MiZpBA-UFUZ0bbck.woff2 +0 -0
  88. package/src/assets/fonts/OpenSans/mem8YaGs126MiZpBA-UFVZ0b.woff2 +0 -0
  89. package/src/assets/fonts/OpenSans/mem8YaGs126MiZpBA-UFVp0bbck.woff2 +0 -0
  90. package/src/assets/fonts/OpenSans/mem8YaGs126MiZpBA-UFW50bbck.woff2 +0 -0
  91. package/src/assets/fonts/OpenSans/mem8YaGs126MiZpBA-UFWJ0bbck.woff2 +0 -0
  92. package/src/assets/fonts/OpenSans/mem8YaGs126MiZpBA-UFWZ0bbck.woff2 +0 -0
  93. package/src/assets/fonts/OpenSans/mem8YaGs126MiZpBA-UFWp0bbck.woff2 +0 -0
  94. package/src/assets/fonts/Raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2 +0 -0
  95. package/src/assets/fonts/Raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2 +0 -0
  96. package/src/assets/fonts/Raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2 +0 -0
  97. package/src/assets/fonts/Raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2 +0 -0
  98. package/src/assets/fonts/Raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2 +0 -0
  99. package/src/assets/jointjs/images/delete-icon-modern.png +0 -0
  100. package/src/assets/jointjs/images/reset-icon-modern.png +0 -0
  101. package/src/assets/jointjs/images/save-icon-modern.png +0 -0
  102. package/src/assets/jointjs/images/to-front-icon-modern.png +0 -0
  103. package/src/assets/jointjs/images/toback-icon-modern.png +0 -0
  104. package/src/assets/jointjs/images/toolbar-icons-material.png +0 -0
  105. package/src/assets/jointjs/images/toolbar-icons-modern.png +0 -0
  106. package/src/assets/jointjs/scss/rappid.scss +326 -0
  107. package/src/assets/jointjs/scss/theme-picker.scss +22 -0
  108. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
  109. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
  110. package/src/assets/qms-ckeditor-plugin/build/translations/ar.js +1 -1
  111. package/src/assets/qms-ckeditor-plugin/build/translations/az.js +1 -1
  112. package/src/assets/qms-ckeditor-plugin/build/translations/bg.js +1 -1
  113. package/src/assets/qms-ckeditor-plugin/build/translations/ca.js +1 -1
  114. package/src/assets/qms-ckeditor-plugin/build/translations/cs.js +1 -1
  115. package/src/assets/qms-ckeditor-plugin/build/translations/da.js +1 -1
  116. package/src/assets/qms-ckeditor-plugin/build/translations/de-ch.js +1 -1
  117. package/src/assets/qms-ckeditor-plugin/build/translations/de.js +1 -1
  118. package/src/assets/qms-ckeditor-plugin/build/translations/el.js +1 -1
  119. package/src/assets/qms-ckeditor-plugin/build/translations/en-au.js +1 -1
  120. package/src/assets/qms-ckeditor-plugin/build/translations/en-gb.js +1 -1
  121. package/src/assets/qms-ckeditor-plugin/build/translations/eo.js +1 -1
  122. package/src/assets/qms-ckeditor-plugin/build/translations/es.js +1 -1
  123. package/src/assets/qms-ckeditor-plugin/build/translations/et.js +1 -1
  124. package/src/assets/qms-ckeditor-plugin/build/translations/eu.js +1 -1
  125. package/src/assets/qms-ckeditor-plugin/build/translations/fa.js +1 -1
  126. package/src/assets/qms-ckeditor-plugin/build/translations/fi.js +1 -1
  127. package/src/assets/qms-ckeditor-plugin/build/translations/fr.js +1 -1
  128. package/src/assets/qms-ckeditor-plugin/build/translations/gl.js +1 -1
  129. package/src/assets/qms-ckeditor-plugin/build/translations/he.js +1 -1
  130. package/src/assets/qms-ckeditor-plugin/build/translations/hi.js +1 -1
  131. package/src/assets/qms-ckeditor-plugin/build/translations/hr.js +1 -1
  132. package/src/assets/qms-ckeditor-plugin/build/translations/hu.js +1 -1
  133. package/src/assets/qms-ckeditor-plugin/build/translations/id.js +1 -1
  134. package/src/assets/qms-ckeditor-plugin/build/translations/it.js +1 -1
  135. package/src/assets/qms-ckeditor-plugin/build/translations/ja.js +1 -1
  136. package/src/assets/qms-ckeditor-plugin/build/translations/km.js +1 -1
  137. package/src/assets/qms-ckeditor-plugin/build/translations/kn.js +1 -1
  138. package/src/assets/qms-ckeditor-plugin/build/translations/ko.js +1 -1
  139. package/src/assets/qms-ckeditor-plugin/build/translations/ku.js +1 -1
  140. package/src/assets/qms-ckeditor-plugin/build/translations/lt.js +1 -1
  141. package/src/assets/qms-ckeditor-plugin/build/translations/lv.js +1 -1
  142. package/src/assets/qms-ckeditor-plugin/build/translations/nb.js +1 -1
  143. package/src/assets/qms-ckeditor-plugin/build/translations/ne.js +1 -1
  144. package/src/assets/qms-ckeditor-plugin/build/translations/nl.js +1 -1
  145. package/src/assets/qms-ckeditor-plugin/build/translations/no.js +1 -1
  146. package/src/assets/qms-ckeditor-plugin/build/translations/pl.js +1 -1
  147. package/src/assets/qms-ckeditor-plugin/build/translations/pt-br.js +1 -1
  148. package/src/assets/qms-ckeditor-plugin/build/translations/pt.js +1 -1
  149. package/src/assets/qms-ckeditor-plugin/build/translations/ro.js +1 -1
  150. package/src/assets/qms-ckeditor-plugin/build/translations/ru.js +1 -1
  151. package/src/assets/qms-ckeditor-plugin/build/translations/sk.js +1 -1
  152. package/src/assets/qms-ckeditor-plugin/build/translations/sl.js +1 -1
  153. package/src/assets/qms-ckeditor-plugin/build/translations/sq.js +1 -1
  154. package/src/assets/qms-ckeditor-plugin/build/translations/sr-latn.js +1 -1
  155. package/src/assets/qms-ckeditor-plugin/build/translations/sr.js +1 -1
  156. package/src/assets/qms-ckeditor-plugin/build/translations/sv.js +1 -1
  157. package/src/assets/qms-ckeditor-plugin/build/translations/th.js +1 -1
  158. package/src/assets/qms-ckeditor-plugin/build/translations/tk.js +1 -1
  159. package/src/assets/qms-ckeditor-plugin/build/translations/tr.js +1 -1
  160. package/src/assets/qms-ckeditor-plugin/build/translations/ug.js +1 -1
  161. package/src/assets/qms-ckeditor-plugin/build/translations/uk.js +1 -1
  162. package/src/assets/qms-ckeditor-plugin/build/translations/vi.js +1 -1
  163. package/src/assets/qms-ckeditor-plugin/build/translations/zh-cn.js +1 -1
  164. package/src/assets/qms-ckeditor-plugin/build/translations/zh.js +1 -1
  165. package/src/assets/qms-ckeditor-plugin/package-lock.json +12632 -345
  166. package/src/assets/qms-ckeditor-plugin/package.json +0 -2
  167. package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +8 -8
  168. package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorService.js +9 -0
  169. package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/flowchartdialogcommand.js +47 -0
  170. package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/qmsCKEditorFlowchartPlugin.js +30 -0
  171. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/heading.js +119 -0
  172. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/headingbuttonsui.js +103 -0
  173. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/headingcommand.js +96 -0
  174. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/headingediting.js +163 -0
  175. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/headingui.js +115 -0
  176. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/index.js +22 -0
  177. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/theme/heading.css +35 -0
  178. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/theme/icons/heading1.svg +1 -0
  179. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/theme/icons/heading2.svg +1 -0
  180. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/theme/icons/heading3.svg +1 -0
  181. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/theme/icons/heading4.svg +1 -0
  182. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/theme/icons/heading5.svg +1 -0
  183. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/theme/icons/heading6.svg +1 -0
  184. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/title.js +598 -0
  185. package/src/assets/qms-ckeditor-plugin/src/plugins/heading/utils.js +42 -0
  186. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/insertcolumncommand.js +83 -0
  187. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/insertrowcommand.js +82 -0
  188. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/inserttablecommand.js +76 -0
  189. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/mergecellcommand.js +272 -0
  190. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/mergecellscommand.js +122 -0
  191. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/removecolumncommand.js +122 -0
  192. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/removerowcommand.js +97 -0
  193. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/selectcolumncommand.js +63 -0
  194. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/selectrowcommand.js +56 -0
  195. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/setheadercolumncommand.js +95 -0
  196. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/setheaderrowcommand.js +105 -0
  197. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/splitcellcommand.js +68 -0
  198. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/downcast.js +529 -0
  199. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/table-cell-paragraph-post-fixer.js +136 -0
  200. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/table-cell-refresh-post-fixer.js +75 -0
  201. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/table-heading-rows-refresh-post-fixer.js +55 -0
  202. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/table-layout-post-fixer.js +399 -0
  203. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/tableproperties.js +126 -0
  204. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/upcasttable.js +211 -0
  205. package/src/assets/qms-ckeditor-plugin/src/plugins/table/index.js +42 -0
  206. package/src/assets/qms-ckeditor-plugin/src/plugins/table/table.js +103 -0
  207. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +35 -0
  208. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellbordercolorcommand.js +47 -0
  209. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellborderstylecommand.js +47 -0
  210. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellborderwidthcommand.js +62 -0
  211. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellheightcommand.js +51 -0
  212. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +35 -0
  213. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellpaddingcommand.js +62 -0
  214. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellpropertycommand.js +110 -0
  215. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellverticalalignmentcommand.js +43 -0
  216. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellwidthcommand.js +51 -0
  217. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/tablecellpropertiesediting.js +204 -0
  218. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/tablecellpropertiesui.js +401 -0
  219. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/ui/tablecellpropertiesview.js +829 -0
  220. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties.js +80 -0
  221. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableclipboard.js +586 -0
  222. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableediting.js +160 -0
  223. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablekeyboard.js +343 -0
  224. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablemouse/mouseeventsobserver.js +72 -0
  225. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablemouse.js +218 -0
  226. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablealignmentcommand.js +35 -0
  227. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablebackgroundcolorcommand.js +35 -0
  228. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablebordercolorcommand.js +47 -0
  229. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tableborderstylecommand.js +47 -0
  230. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tableborderwidthcommand.js +62 -0
  231. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tableheightcommand.js +51 -0
  232. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablepropertycommand.js +98 -0
  233. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablewidthcommand.js +51 -0
  234. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/tablepropertiesediting.js +182 -0
  235. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/tablepropertiesui.js +397 -0
  236. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/ui/tablepropertiesview.js +714 -0
  237. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties.js +81 -0
  238. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableselection.js +357 -0
  239. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tabletoolbar.js +111 -0
  240. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableui.js +359 -0
  241. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableutils.js +909 -0
  242. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablewalker.js +538 -0
  243. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/colorinput.css +39 -0
  244. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/form.css +11 -0
  245. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/formrow.css +23 -0
  246. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-cell-properties.svg +1 -0
  247. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-column.svg +1 -0
  248. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-merge-cell.svg +1 -0
  249. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-properties.svg +1 -0
  250. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-row.svg +1 -0
  251. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table.svg +1 -0
  252. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/inserttable.css +10 -0
  253. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/snippet.css +3876 -0
  254. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/table.css +67 -0
  255. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tablecaption.css +53 -0
  256. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tablecellproperties.css +28 -0
  257. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tableediting.css +10 -0
  258. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tableform.css +59 -0
  259. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tableproperties.css +18 -0
  260. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tableselection.css +10 -0
  261. package/src/assets/qms-ckeditor-plugin/src/plugins/table/ui/colorinputview.js +343 -0
  262. package/src/assets/qms-ckeditor-plugin/src/plugins/table/ui/formrowview.js +103 -0
  263. package/src/assets/qms-ckeditor-plugin/src/plugins/table/ui/inserttableview.js +222 -0
  264. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/common.js +57 -0
  265. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/selection.js +276 -0
  266. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/structure.js +543 -0
  267. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/table-properties.js +66 -0
  268. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/ui/contextualballoon.js +130 -0
  269. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/ui/table-properties.js +397 -0
  270. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/ui/widget.js +62 -0
  271. package/src/assets/qms-ckeditor-plugin/src/themes/icons/flowchart.svg +507 -0
  272. package/src/lib/components/comment/comment.scss +1 -0
  273. package/src/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.scss +1 -0
  274. package/src/lib/components/qms-paginator/qms-paginator.component.scss +4 -1
  275. package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon1.svg +1 -0
  276. package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon2.svg +6 -0
  277. package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon3.svg +11 -0
  278. package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon4.svg +8 -0
  279. package/src/lib/qms-ckeditor-components/common/flowchart/assets/member-female.png +0 -0
  280. package/src/lib/qms-ckeditor-components/common/flowchart/assets/member-male.png +0 -0
  281. package/src/lib/qms-ckeditor-components/common/flowchart/assets/no-color-icon.svg +72 -0
  282. package/src/lib/qms-ckeditor-components/common/flowchart/assets/toolbar-icons-material.png +0 -0
  283. package/src/lib/qms-ckeditor-components/common/flowchart/assets/toolbar-icons-modern.png +0 -0
  284. package/src/lib/qms-ckeditor-components/common/flowchart/assets/transparent-icon.svg +50 -0
  285. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.scss +68 -0
  286. package/src/lib/qms-ckeditor-components/styles/_modules.scss +9 -0
  287. package/src/themes/core/_mat-icon.scss +60 -60
  288. package/src/themes/core/_table.scss +72 -4
  289. package/src/themes/core/_typography.scss +108 -108
@@ -0,0 +1,81 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ /**
7
+ * @module table/tableproperties
8
+ */
9
+
10
+ import { Plugin } from 'ckeditor5/src/core';
11
+
12
+ import TablePropertiesEditing from './tableproperties/tablepropertiesediting';
13
+ import TablePropertiesUI from './tableproperties/tablepropertiesui';
14
+
15
+ /**
16
+ * The table properties feature. Enables support for setting properties of tables (size, border, background, etc.).
17
+ *
18
+ * Read more in the {@glink features/table#table-and-cell-styling-tools Table and cell styling tools} section.
19
+ * See also the {@link module:table/tablecellproperties~TableCellProperties} plugin.
20
+ *
21
+ * This is a "glue" plugin that loads the
22
+ * {@link module:table/tableproperties/tablepropertiesediting~TablePropertiesEditing table properties editing feature} and
23
+ * the {@link module:table/tableproperties/tablepropertiesui~TablePropertiesUI table properties UI feature}.
24
+ *
25
+ * @extends module:core/plugin~Plugin
26
+ */
27
+ export default class TableProperties extends Plugin {
28
+ /**
29
+ * @inheritDoc
30
+ */
31
+ static get pluginName() {
32
+ return 'TableProperties';
33
+ }
34
+
35
+ /**
36
+ * @inheritDoc
37
+ */
38
+ static get requires() {
39
+ return [ TablePropertiesEditing, TablePropertiesUI ];
40
+ }
41
+ }
42
+
43
+ /**
44
+ * The configuration of the table properties user interface (balloon). It allows to define:
45
+ *
46
+ * * The color palette for the table border color style field (`tableProperties.borderColors`),
47
+ * * The color palette for the table background style field (`tableProperties.backgroundColors`).
48
+ *
49
+ * const tableConfig = {
50
+ * tableProperties: {
51
+ * borderColors: [
52
+ * {
53
+ * color: 'hsl(0, 0%, 90%)',
54
+ * label: 'Light grey'
55
+ * },
56
+ * // ...
57
+ * ],
58
+ * backgroundColors: [
59
+ * {
60
+ * color: 'hsl(120, 75%, 60%)',
61
+ * label: 'Green'
62
+ * },
63
+ * // ...
64
+ * ]
65
+ * }
66
+ * };
67
+ *
68
+ * **Note**: The configurations do not impact the data loaded into the editor,
69
+ * i.e. they do not limit or filter the colors in the data. They are used only in the user interface
70
+ * allowing users to pick colors in a more convenient way.
71
+ *
72
+ * The default color palettes for the table background and the table border are the same
73
+ * ({@link module:table/utils/ui/table-properties~defaultColors check out their content}).
74
+ *
75
+ * Both color palette configurations must follow the
76
+ * {@link module:table/table~TableColorConfig table color configuration format}.
77
+ *
78
+ * Read more about configuring the table feature in {@link module:table/table~TableConfig}.
79
+ *
80
+ * @member {Object} module:table/table~TableConfig#tableProperties
81
+ */
@@ -0,0 +1,357 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ /**
7
+ * @module table/tableselection
8
+ */
9
+
10
+ import { Plugin } from 'ckeditor5/src/core';
11
+ import { first } from 'ckeditor5/src/utils';
12
+
13
+ import TableWalker from './tablewalker';
14
+ import TableUtils from './tableutils';
15
+
16
+ import { cropTableToDimensions, adjustLastRowIndex, adjustLastColumnIndex } from './utils/structure';
17
+ import { getColumnIndexes, getRowIndexes, getSelectedTableCells, isSelectionRectangular } from './utils/selection';
18
+
19
+ import './theme/tableselection.css';
20
+
21
+ /**
22
+ * This plugin enables the advanced table cells, rows and columns selection.
23
+ * It is loaded automatically by the {@link module:table/table~Table} plugin.
24
+ *
25
+ * @extends module:core/plugin~Plugin
26
+ */
27
+ export default class TableSelection extends Plugin {
28
+ /**
29
+ * @inheritDoc
30
+ */
31
+ static get pluginName() {
32
+ return 'TableSelection';
33
+ }
34
+
35
+ /**
36
+ * @inheritDoc
37
+ */
38
+ static get requires() {
39
+ return [ TableUtils ];
40
+ }
41
+
42
+ /**
43
+ * @inheritDoc
44
+ */
45
+ init() {
46
+ const editor = this.editor;
47
+ const model = editor.model;
48
+
49
+ this.listenTo( model, 'deleteContent', ( evt, args ) => this._handleDeleteContent( evt, args ), { priority: 'high' } );
50
+
51
+ this._defineSelectionConverter();
52
+ this._enablePluginDisabling(); // sic!
53
+ }
54
+
55
+ /**
56
+ * Returns the currently selected table cells or `null` if it is not a table cells selection.
57
+ *
58
+ * @returns {Array.<module:engine/model/element~Element>|null}
59
+ */
60
+ getSelectedTableCells() {
61
+ const selection = this.editor.model.document.selection;
62
+
63
+ const selectedCells = getSelectedTableCells( selection );
64
+
65
+ if ( selectedCells.length == 0 ) {
66
+ return null;
67
+ }
68
+
69
+ // This should never happen, but let's know if it ever happens.
70
+ // @if CK_DEBUG // /* istanbul ignore next */
71
+ // @if CK_DEBUG // if ( selectedCells.length != selection.rangeCount ) {
72
+ // @if CK_DEBUG // console.warn( 'Mixed selection warning. The selection contains table cells and some other ranges.' );
73
+ // @if CK_DEBUG // }
74
+
75
+ return selectedCells;
76
+ }
77
+
78
+ /**
79
+ * Returns the selected table fragment as a document fragment.
80
+ *
81
+ * @returns {module:engine/model/documentfragment~DocumentFragment|null}
82
+ */
83
+ getSelectionAsFragment() {
84
+ const selectedCells = this.getSelectedTableCells();
85
+
86
+ if ( !selectedCells ) {
87
+ return null;
88
+ }
89
+
90
+ return this.editor.model.change( writer => {
91
+ const documentFragment = writer.createDocumentFragment();
92
+ const tableUtils = this.editor.plugins.get( 'TableUtils' );
93
+
94
+ const { first: firstColumn, last: lastColumn } = getColumnIndexes( selectedCells );
95
+ const { first: firstRow, last: lastRow } = getRowIndexes( selectedCells );
96
+
97
+ const sourceTable = selectedCells[ 0 ].findAncestor( 'table' );
98
+
99
+ let adjustedLastRow = lastRow;
100
+ let adjustedLastColumn = lastColumn;
101
+
102
+ // If the selection is rectangular there could be a case of all cells in the last row/column spanned over
103
+ // next row/column so the real lastRow/lastColumn should be updated.
104
+ if ( isSelectionRectangular( selectedCells, tableUtils ) ) {
105
+ const dimensions = {
106
+ firstColumn,
107
+ lastColumn,
108
+ firstRow,
109
+ lastRow
110
+ };
111
+
112
+ adjustedLastRow = adjustLastRowIndex( sourceTable, dimensions );
113
+ adjustedLastColumn = adjustLastColumnIndex( sourceTable, dimensions );
114
+ }
115
+
116
+ const cropDimensions = {
117
+ startRow: firstRow,
118
+ startColumn: firstColumn,
119
+ endRow: adjustedLastRow,
120
+ endColumn: adjustedLastColumn
121
+ };
122
+
123
+ const table = cropTableToDimensions( sourceTable, cropDimensions, writer );
124
+
125
+ writer.insert( table, documentFragment, 0 );
126
+
127
+ return documentFragment;
128
+ } );
129
+ }
130
+
131
+ /**
132
+ * Sets the model selection based on given anchor and target cells (can be the same cell).
133
+ * Takes care of setting the backward flag.
134
+ *
135
+ * const modelRoot = editor.model.document.getRoot();
136
+ * const firstCell = modelRoot.getNodeByPath( [ 0, 0, 0 ] );
137
+ * const lastCell = modelRoot.getNodeByPath( [ 0, 0, 1 ] );
138
+ *
139
+ * const tableSelection = editor.plugins.get( 'TableSelection' );
140
+ * tableSelection.setCellSelection( firstCell, lastCell );
141
+ *
142
+ * @param {module:engine/model/element~Element} anchorCell
143
+ * @param {module:engine/model/element~Element} targetCell
144
+ */
145
+ setCellSelection( anchorCell, targetCell ) {
146
+ const cellsToSelect = this._getCellsToSelect( anchorCell, targetCell );
147
+
148
+ this.editor.model.change( writer => {
149
+ writer.setSelection(
150
+ cellsToSelect.cells.map( cell => writer.createRangeOn( cell ) ),
151
+ { backward: cellsToSelect.backward }
152
+ );
153
+ } );
154
+ }
155
+
156
+ /**
157
+ * Returns the focus cell from the current selection.
158
+ *
159
+ * @returns {module:engine/model/element~Element}
160
+ */
161
+ getFocusCell() {
162
+ const selection = this.editor.model.document.selection;
163
+ const focusCellRange = [ ...selection.getRanges() ].pop();
164
+ const element = focusCellRange.getContainedElement();
165
+
166
+ if ( element && element.is( 'element', 'tableCell' ) ) {
167
+ return element;
168
+ }
169
+
170
+ return null;
171
+ }
172
+
173
+ /**
174
+ * Returns the anchor cell from the current selection.
175
+ *
176
+ * @returns {module:engine/model/element~Element} anchorCell
177
+ */
178
+ getAnchorCell() {
179
+ const selection = this.editor.model.document.selection;
180
+ const anchorCellRange = first( selection.getRanges() );
181
+ const element = anchorCellRange.getContainedElement();
182
+
183
+ if ( element && element.is( 'element', 'tableCell' ) ) {
184
+ return element;
185
+ }
186
+
187
+ return null;
188
+ }
189
+
190
+ /**
191
+ * Defines a selection converter which marks the selected cells with a specific class.
192
+ *
193
+ * The real DOM selection is put in the last cell. Since the order of ranges is dependent on whether the
194
+ * selection is backward or not, the last cell will usually be close to the "focus" end of the selection
195
+ * (a selection has anchor and focus).
196
+ *
197
+ * The real DOM selection is then hidden with CSS.
198
+ *
199
+ * @private
200
+ */
201
+ _defineSelectionConverter() {
202
+ const editor = this.editor;
203
+ const highlighted = new Set();
204
+
205
+ editor.conversion.for( 'editingDowncast' ).add( dispatcher => dispatcher.on( 'selection', ( evt, data, conversionApi ) => {
206
+ const viewWriter = conversionApi.writer;
207
+
208
+ clearHighlightedTableCells( viewWriter );
209
+
210
+ const selectedCells = this.getSelectedTableCells();
211
+
212
+ if ( !selectedCells ) {
213
+ return;
214
+ }
215
+
216
+ for ( const tableCell of selectedCells ) {
217
+ const viewElement = conversionApi.mapper.toViewElement( tableCell );
218
+
219
+ viewWriter.addClass( 'ck-editor__editable_selected', viewElement );
220
+ highlighted.add( viewElement );
221
+ }
222
+
223
+ const lastViewCell = conversionApi.mapper.toViewElement( selectedCells[ selectedCells.length - 1 ] );
224
+ viewWriter.setSelection( lastViewCell, 0 );
225
+ }, { priority: 'lowest' } ) );
226
+
227
+ function clearHighlightedTableCells( writer ) {
228
+ for ( const previouslyHighlighted of highlighted ) {
229
+ writer.removeClass( 'ck-editor__editable_selected', previouslyHighlighted );
230
+ }
231
+
232
+ highlighted.clear();
233
+ }
234
+ }
235
+
236
+ /**
237
+ * Creates a listener that reacts to changes in {@link #isEnabled} and, if the plugin was disabled,
238
+ * it collapses the multi-cell selection to a regular selection placed inside a table cell.
239
+ *
240
+ * This listener helps features that disable the table selection plugin bring the selection
241
+ * to a clear state they can work with (for instance, because they don't support multiple cell selection).
242
+ */
243
+ _enablePluginDisabling() {
244
+ const editor = this.editor;
245
+
246
+ this.on( 'change:isEnabled', () => {
247
+ if ( !this.isEnabled ) {
248
+ const selectedCells = this.getSelectedTableCells();
249
+
250
+ if ( !selectedCells ) {
251
+ return;
252
+ }
253
+
254
+ editor.model.change( writer => {
255
+ const position = writer.createPositionAt( selectedCells[ 0 ], 0 );
256
+ const range = editor.model.schema.getNearestSelectionRange( position );
257
+
258
+ writer.setSelection( range );
259
+ } );
260
+ }
261
+ } );
262
+ }
263
+
264
+ /**
265
+ * Overrides the default `model.deleteContent()` behavior over a selected table fragment.
266
+ *
267
+ * @private
268
+ * @param {module:utils/eventinfo~EventInfo} event
269
+ * @param {Array.<*>} args Delete content method arguments.
270
+ */
271
+ _handleDeleteContent( event, args ) {
272
+ const [ selection, options ] = args;
273
+ const model = this.editor.model;
274
+ const isBackward = !options || options.direction == 'backward';
275
+ const selectedTableCells = getSelectedTableCells( selection );
276
+
277
+ if ( !selectedTableCells.length ) {
278
+ return;
279
+ }
280
+
281
+ event.stop();
282
+
283
+ model.change( writer => {
284
+ const tableCellToSelect = selectedTableCells[ isBackward ? selectedTableCells.length - 1 : 0 ];
285
+
286
+ model.change( writer => {
287
+ for ( const tableCell of selectedTableCells ) {
288
+ model.deleteContent( writer.createSelection( tableCell, 'in' ) );
289
+ }
290
+ } );
291
+
292
+ const rangeToSelect = model.schema.getNearestSelectionRange( writer.createPositionAt( tableCellToSelect, 0 ) );
293
+
294
+ // Note: we ignore the case where rangeToSelect may be null because deleteContent() will always (unless someone broke it)
295
+ // create an empty paragraph to accommodate the selection.
296
+
297
+ if ( selection.is( 'documentSelection' ) ) {
298
+ writer.setSelection( rangeToSelect );
299
+ } else {
300
+ selection.setTo( rangeToSelect );
301
+ }
302
+ } );
303
+ }
304
+
305
+ /**
306
+ * Returns an array of table cells that should be selected based on the
307
+ * given anchor cell and target (focus) cell.
308
+ *
309
+ * The cells are returned in a reverse direction if the selection is backward.
310
+ *
311
+ * @private
312
+ * @param {module:engine/model/element~Element} anchorCell
313
+ * @param {module:engine/model/element~Element} targetCell
314
+ * @returns {Array.<module:engine/model/element~Element>}
315
+ */
316
+ _getCellsToSelect( anchorCell, targetCell ) {
317
+ const tableUtils = this.editor.plugins.get( 'TableUtils' );
318
+ const startLocation = tableUtils.getCellLocation( anchorCell );
319
+ const endLocation = tableUtils.getCellLocation( targetCell );
320
+
321
+ const startRow = Math.min( startLocation.row, endLocation.row );
322
+ const endRow = Math.max( startLocation.row, endLocation.row );
323
+
324
+ const startColumn = Math.min( startLocation.column, endLocation.column );
325
+ const endColumn = Math.max( startLocation.column, endLocation.column );
326
+
327
+ // 2-dimensional array of the selected cells to ease flipping the order of cells for backward selections.
328
+ const selectionMap = new Array( endRow - startRow + 1 ).fill( null ).map( () => [] );
329
+
330
+ const walkerOptions = {
331
+ startRow,
332
+ endRow,
333
+ startColumn,
334
+ endColumn
335
+ };
336
+
337
+ for ( const { row, cell } of new TableWalker( anchorCell.findAncestor( 'table' ), walkerOptions ) ) {
338
+ selectionMap[ row - startRow ].push( cell );
339
+ }
340
+
341
+ const flipVertically = endLocation.row < startLocation.row;
342
+ const flipHorizontally = endLocation.column < startLocation.column;
343
+
344
+ if ( flipVertically ) {
345
+ selectionMap.reverse();
346
+ }
347
+
348
+ if ( flipHorizontally ) {
349
+ selectionMap.forEach( row => row.reverse() );
350
+ }
351
+
352
+ return {
353
+ cells: selectionMap.flat(),
354
+ backward: flipVertically || flipHorizontally
355
+ };
356
+ }
357
+ }
@@ -0,0 +1,111 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4
+ */
5
+
6
+ /**
7
+ * @module table/tabletoolbar
8
+ */
9
+
10
+ import { Plugin } from 'ckeditor5/src/core';
11
+ import { WidgetToolbarRepository } from 'ckeditor5/src/widget';
12
+ import { getSelectedTableWidget, getTableWidgetAncestor } from './utils/ui/widget';
13
+
14
+ /**
15
+ * The table toolbar class. It creates toolbars for the table feature and its content (for now only for the table cell content).
16
+ *
17
+ * The table toolbar shows up when a table widget is selected. Its components (e.g. buttons) are created based on the
18
+ * {@link module:table/table~TableConfig#tableToolbar `table.tableToolbar` configuration option}.
19
+ *
20
+ * Table content toolbar shows up when the selection is inside the content of a table. It creates its component based on the
21
+ * {@link module:table/table~TableConfig#contentToolbar `table.contentToolbar` configuration option}.
22
+ *
23
+ * @extends module:core/plugin~Plugin
24
+ */
25
+ export default class TableToolbar extends Plugin {
26
+ /**
27
+ * @inheritDoc
28
+ */
29
+ static get requires() {
30
+ return [ WidgetToolbarRepository ];
31
+ }
32
+
33
+ /**
34
+ * @inheritDoc
35
+ */
36
+ static get pluginName() {
37
+ return 'TableToolbar';
38
+ }
39
+
40
+ /**
41
+ * @inheritDoc
42
+ */
43
+ afterInit() {
44
+ const editor = this.editor;
45
+ const t = editor.t;
46
+ const widgetToolbarRepository = editor.plugins.get( WidgetToolbarRepository );
47
+
48
+ const tableContentToolbarItems = editor.config.get( 'table.contentToolbar' );
49
+
50
+ const tableToolbarItems = editor.config.get( 'table.tableToolbar' );
51
+
52
+ if ( tableContentToolbarItems ) {
53
+ widgetToolbarRepository.register( 'tableContent', {
54
+ ariaLabel: t( 'Table toolbar' ),
55
+ items: tableContentToolbarItems,
56
+ getRelatedElement: getTableWidgetAncestor
57
+ } );
58
+ }
59
+
60
+ if ( tableToolbarItems ) {
61
+ widgetToolbarRepository.register( 'table', {
62
+ ariaLabel: t( 'Table toolbar' ),
63
+ items: tableToolbarItems,
64
+ getRelatedElement: getSelectedTableWidget
65
+ } );
66
+ }
67
+ }
68
+ }
69
+
70
+ /**
71
+ * Items to be placed in the table content toolbar.
72
+ * The {@link module:table/tabletoolbar~TableToolbar} plugin is required to make this toolbar work.
73
+ *
74
+ * Assuming that you use the {@link module:table/tableui~TableUI} feature, the following toolbar items will be available
75
+ * in {@link module:ui/componentfactory~ComponentFactory}:
76
+ *
77
+ * * `'tableRow'`,
78
+ * * `'tableColumn'`,
79
+ * * `'mergeTableCells'`.
80
+ *
81
+ * You can thus configure the toolbar like this:
82
+ *
83
+ * const tableConfig = {
84
+ * contentToolbar: [ 'tableRow', 'tableColumn', 'mergeTableCells' ]
85
+ * };
86
+ *
87
+ * Of course, the same buttons can also be used in the
88
+ * {@link module:core/editor/editorconfig~EditorConfig#toolbar main editor toolbar}.
89
+ *
90
+ * Read more about configuring the toolbar in {@link module:core/editor/editorconfig~EditorConfig#toolbar}.
91
+ *
92
+ * @member {Array.<String>} module:table/table~TableConfig#contentToolbar
93
+ */
94
+
95
+ /**
96
+ * Items to be placed in the table toolbar.
97
+ * The {@link module:table/tabletoolbar~TableToolbar} plugin is required to make this toolbar work.
98
+ *
99
+ * You can thus configure the toolbar like this:
100
+ *
101
+ * const tableConfig = {
102
+ * tableToolbar: [ 'blockQuote' ]
103
+ * };
104
+ *
105
+ * Of course, the same buttons can also be used in the
106
+ * {@link module:core/editor/editorconfig~EditorConfig#toolbar main editor toolbar}.
107
+ *
108
+ * Read more about configuring the toolbar in {@link module:core/editor/editorconfig~EditorConfig#toolbar}.
109
+ *
110
+ * @member {Array.<String>} module:table/table~TableConfig#tableToolbar
111
+ */