qms-angular 1.0.85 → 1.0.88

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 (265) hide show
  1. package/README.md +5 -1
  2. package/bundles/qms-angular.umd.js +6917 -229
  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 +29 -12
  25. package/esm2015/lib/directives/dialog/dialog.content.directive.js +2 -3
  26. package/esm2015/lib/directives/file-upload/file-upload-multiple-selector.directive.js +3 -1
  27. package/esm2015/lib/directives/file-upload/file-upload-selector.directive.js +3 -1
  28. package/esm2015/lib/directives/file-upload/file-upload.directive.js +1 -1
  29. package/esm2015/lib/directives/text-truncate/text-truncate.directive.js +54 -0
  30. package/esm2015/lib/model/en.js +63 -2
  31. package/esm2015/lib/model/no.js +63 -2
  32. package/esm2015/lib/qms-angular.module.js +4 -1
  33. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/halo.function.js +87 -0
  34. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/inspector.function.js +3767 -0
  35. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/selection.function.js +56 -0
  36. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/stencil.function.js +1003 -0
  37. package/esm2015/lib/qms-ckeditor-components/common/flowchart/config/toolbar.function.js +302 -0
  38. package/esm2015/lib/qms-ckeditor-components/common/flowchart/models/app-shapes.js +320 -0
  39. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.js +69 -0
  40. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +412 -0
  41. package/esm2015/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.js +80 -0
  42. package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +3 -1
  43. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +1 -1
  44. package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +2 -2
  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 +2 -2
  49. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +2 -2
  50. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +2 -2
  51. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +2 -2
  52. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +2 -2
  53. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +2 -2
  54. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +2 -2
  55. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +32 -2
  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 +6852 -219
  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/dialog/dialog.content.directive.d.ts +1 -1
  65. package/lib/directives/text-truncate/text-truncate.directive.d.ts +14 -0
  66. package/lib/model/en.d.ts +61 -0
  67. package/lib/model/no.d.ts +61 -0
  68. package/lib/qms-ckeditor-components/common/flowchart/config/halo.function.d.ts +37 -0
  69. package/lib/qms-ckeditor-components/common/flowchart/config/inspector.function.d.ts +7 -0
  70. package/lib/qms-ckeditor-components/common/flowchart/config/selection.function.d.ts +39 -0
  71. package/lib/qms-ckeditor-components/common/flowchart/config/stencil.function.d.ts +11 -0
  72. package/lib/qms-ckeditor-components/common/flowchart/config/toolbar.function.d.ts +224 -0
  73. package/lib/qms-ckeditor-components/common/flowchart/models/app-shapes.d.ts +58 -0
  74. package/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.d.ts +16 -0
  75. package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +56 -0
  76. package/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.d.ts +35 -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/cs.js +1 -1
  114. package/src/assets/qms-ckeditor-plugin/build/translations/da.js +1 -1
  115. package/src/assets/qms-ckeditor-plugin/build/translations/de-ch.js +1 -1
  116. package/src/assets/qms-ckeditor-plugin/build/translations/de.js +1 -1
  117. package/src/assets/qms-ckeditor-plugin/build/translations/en-au.js +1 -1
  118. package/src/assets/qms-ckeditor-plugin/build/translations/en-gb.js +1 -1
  119. package/src/assets/qms-ckeditor-plugin/build/translations/es.js +1 -1
  120. package/src/assets/qms-ckeditor-plugin/build/translations/et.js +1 -1
  121. package/src/assets/qms-ckeditor-plugin/build/translations/fa.js +1 -1
  122. package/src/assets/qms-ckeditor-plugin/build/translations/fi.js +1 -1
  123. package/src/assets/qms-ckeditor-plugin/build/translations/fr.js +1 -1
  124. package/src/assets/qms-ckeditor-plugin/build/translations/gl.js +1 -1
  125. package/src/assets/qms-ckeditor-plugin/build/translations/hi.js +1 -1
  126. package/src/assets/qms-ckeditor-plugin/build/translations/hr.js +1 -1
  127. package/src/assets/qms-ckeditor-plugin/build/translations/hu.js +1 -1
  128. package/src/assets/qms-ckeditor-plugin/build/translations/id.js +1 -1
  129. package/src/assets/qms-ckeditor-plugin/build/translations/it.js +1 -1
  130. package/src/assets/qms-ckeditor-plugin/build/translations/ja.js +1 -1
  131. package/src/assets/qms-ckeditor-plugin/build/translations/ko.js +1 -1
  132. package/src/assets/qms-ckeditor-plugin/build/translations/ku.js +1 -1
  133. package/src/assets/qms-ckeditor-plugin/build/translations/lt.js +1 -1
  134. package/src/assets/qms-ckeditor-plugin/build/translations/lv.js +1 -1
  135. package/src/assets/qms-ckeditor-plugin/build/translations/nb.js +1 -1
  136. package/src/assets/qms-ckeditor-plugin/build/translations/ne.js +1 -1
  137. package/src/assets/qms-ckeditor-plugin/build/translations/nl.js +1 -1
  138. package/src/assets/qms-ckeditor-plugin/build/translations/no.js +1 -1
  139. package/src/assets/qms-ckeditor-plugin/build/translations/pl.js +1 -1
  140. package/src/assets/qms-ckeditor-plugin/build/translations/pt-br.js +1 -1
  141. package/src/assets/qms-ckeditor-plugin/build/translations/ro.js +1 -1
  142. package/src/assets/qms-ckeditor-plugin/build/translations/ru.js +1 -1
  143. package/src/assets/qms-ckeditor-plugin/build/translations/sk.js +1 -1
  144. package/src/assets/qms-ckeditor-plugin/build/translations/sq.js +1 -1
  145. package/src/assets/qms-ckeditor-plugin/build/translations/sr-latn.js +1 -1
  146. package/src/assets/qms-ckeditor-plugin/build/translations/sr.js +1 -1
  147. package/src/assets/qms-ckeditor-plugin/build/translations/sv.js +1 -1
  148. package/src/assets/qms-ckeditor-plugin/build/translations/th.js +1 -1
  149. package/src/assets/qms-ckeditor-plugin/build/translations/tk.js +1 -1
  150. package/src/assets/qms-ckeditor-plugin/build/translations/tr.js +1 -1
  151. package/src/assets/qms-ckeditor-plugin/build/translations/ug.js +1 -1
  152. package/src/assets/qms-ckeditor-plugin/build/translations/uk.js +1 -1
  153. package/src/assets/qms-ckeditor-plugin/build/translations/vi.js +1 -1
  154. package/src/assets/qms-ckeditor-plugin/build/translations/zh-cn.js +1 -1
  155. package/src/assets/qms-ckeditor-plugin/build/translations/zh.js +1 -1
  156. package/src/assets/qms-ckeditor-plugin/package-lock.json +12633 -345
  157. package/src/assets/qms-ckeditor-plugin/package.json +0 -1
  158. package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +7 -7
  159. package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorService.js +9 -0
  160. package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/flowchartdialogcommand.js +47 -0
  161. package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/qmsCKEditorFlowchartPlugin.js +30 -0
  162. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/insertcolumncommand.js +83 -0
  163. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/insertrowcommand.js +82 -0
  164. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/inserttablecommand.js +76 -0
  165. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/mergecellcommand.js +272 -0
  166. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/mergecellscommand.js +122 -0
  167. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/removecolumncommand.js +122 -0
  168. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/removerowcommand.js +97 -0
  169. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/selectcolumncommand.js +63 -0
  170. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/selectrowcommand.js +56 -0
  171. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/setheadercolumncommand.js +95 -0
  172. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/setheaderrowcommand.js +105 -0
  173. package/src/assets/qms-ckeditor-plugin/src/plugins/table/commands/splitcellcommand.js +68 -0
  174. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/downcast.js +529 -0
  175. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/table-cell-paragraph-post-fixer.js +136 -0
  176. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/table-cell-refresh-post-fixer.js +75 -0
  177. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/table-heading-rows-refresh-post-fixer.js +55 -0
  178. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/table-layout-post-fixer.js +399 -0
  179. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/tableproperties.js +126 -0
  180. package/src/assets/qms-ckeditor-plugin/src/plugins/table/converters/upcasttable.js +211 -0
  181. package/src/assets/qms-ckeditor-plugin/src/plugins/table/index.js +42 -0
  182. package/src/assets/qms-ckeditor-plugin/src/plugins/table/table.js +103 -0
  183. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellbackgroundcolorcommand.js +35 -0
  184. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellbordercolorcommand.js +47 -0
  185. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellborderstylecommand.js +47 -0
  186. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellborderwidthcommand.js +62 -0
  187. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellheightcommand.js +51 -0
  188. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js +35 -0
  189. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellpaddingcommand.js +62 -0
  190. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellpropertycommand.js +110 -0
  191. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellverticalalignmentcommand.js +43 -0
  192. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/commands/tablecellwidthcommand.js +51 -0
  193. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/tablecellpropertiesediting.js +204 -0
  194. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/tablecellpropertiesui.js +401 -0
  195. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties/ui/tablecellpropertiesview.js +829 -0
  196. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablecellproperties.js +80 -0
  197. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableclipboard.js +586 -0
  198. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableediting.js +160 -0
  199. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablekeyboard.js +343 -0
  200. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablemouse/mouseeventsobserver.js +72 -0
  201. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablemouse.js +218 -0
  202. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablealignmentcommand.js +35 -0
  203. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablebackgroundcolorcommand.js +35 -0
  204. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablebordercolorcommand.js +47 -0
  205. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tableborderstylecommand.js +47 -0
  206. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tableborderwidthcommand.js +62 -0
  207. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tableheightcommand.js +51 -0
  208. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablepropertycommand.js +98 -0
  209. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/commands/tablewidthcommand.js +51 -0
  210. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/tablepropertiesediting.js +182 -0
  211. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/tablepropertiesui.js +397 -0
  212. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties/ui/tablepropertiesview.js +714 -0
  213. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableproperties.js +81 -0
  214. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableselection.js +357 -0
  215. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tabletoolbar.js +111 -0
  216. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableui.js +359 -0
  217. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tableutils.js +909 -0
  218. package/src/assets/qms-ckeditor-plugin/src/plugins/table/tablewalker.js +538 -0
  219. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/colorinput.css +39 -0
  220. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/form.css +11 -0
  221. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/formrow.css +23 -0
  222. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-cell-properties.svg +1 -0
  223. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-column.svg +1 -0
  224. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-merge-cell.svg +1 -0
  225. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-properties.svg +1 -0
  226. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table-row.svg +1 -0
  227. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/icons/table.svg +1 -0
  228. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/inserttable.css +10 -0
  229. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/snippet.css +3876 -0
  230. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/table.css +67 -0
  231. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tablecaption.css +53 -0
  232. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tablecellproperties.css +28 -0
  233. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tableediting.css +10 -0
  234. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tableform.css +59 -0
  235. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tableproperties.css +18 -0
  236. package/src/assets/qms-ckeditor-plugin/src/plugins/table/theme/tableselection.css +10 -0
  237. package/src/assets/qms-ckeditor-plugin/src/plugins/table/ui/colorinputview.js +343 -0
  238. package/src/assets/qms-ckeditor-plugin/src/plugins/table/ui/formrowview.js +103 -0
  239. package/src/assets/qms-ckeditor-plugin/src/plugins/table/ui/inserttableview.js +222 -0
  240. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/common.js +57 -0
  241. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/selection.js +276 -0
  242. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/structure.js +543 -0
  243. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/table-properties.js +66 -0
  244. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/ui/contextualballoon.js +130 -0
  245. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/ui/table-properties.js +397 -0
  246. package/src/assets/qms-ckeditor-plugin/src/plugins/table/utils/ui/widget.js +62 -0
  247. package/src/assets/qms-ckeditor-plugin/src/themes/icons/flowchart.svg +507 -0
  248. package/src/lib/components/comment/comment.scss +1 -0
  249. package/src/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.scss +1 -0
  250. package/src/lib/components/qms-paginator/qms-paginator.component.scss +4 -1
  251. package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon1.svg +1 -0
  252. package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon2.svg +6 -0
  253. package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon3.svg +11 -0
  254. package/src/lib/qms-ckeditor-components/common/flowchart/assets/image-icon4.svg +8 -0
  255. package/src/lib/qms-ckeditor-components/common/flowchart/assets/member-female.png +0 -0
  256. package/src/lib/qms-ckeditor-components/common/flowchart/assets/member-male.png +0 -0
  257. package/src/lib/qms-ckeditor-components/common/flowchart/assets/no-color-icon.svg +72 -0
  258. package/src/lib/qms-ckeditor-components/common/flowchart/assets/toolbar-icons-material.png +0 -0
  259. package/src/lib/qms-ckeditor-components/common/flowchart/assets/toolbar-icons-modern.png +0 -0
  260. package/src/lib/qms-ckeditor-components/common/flowchart/assets/transparent-icon.svg +50 -0
  261. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.scss +68 -0
  262. package/src/themes/core/_dialog.scss +8 -0
  263. package/src/themes/core/_mat-icon.scss +60 -60
  264. package/src/themes/core/_table.scss +55 -2
  265. package/src/themes/core/_typography.scss +108 -108
@@ -14,4 +14,5 @@ export declare class QMSComment implements OnInit, OnChanges {
14
14
  saveEditedContent(item: Logs): void;
15
15
  removeItem(item: Logs): void;
16
16
  regretItem(item: Logs): void;
17
+ checkInvalidContent(item: Logs): boolean;
17
18
  }
@@ -39,6 +39,7 @@ export declare class QMSPaginatorComponent implements OnInit {
39
39
  displayNumberOfPages: string[];
40
40
  minPage: number;
41
41
  maxpage: number;
42
+ isFirstLoad: boolean;
42
43
  constructor(trans: TranslateLibraryService);
43
44
  ngOnInit(): void;
44
45
  private _updateDisplayedPageSizeOptions;
@@ -71,6 +71,7 @@ export declare class NewTreeComponent implements OnInit, OnChanges {
71
71
  idCheckIcon: string;
72
72
  listChildNode: any[];
73
73
  dataType: typeof DataType;
74
+ expandedNode: TreeFlatNode[];
74
75
  constructor(cdRef: ChangeDetectorRef, domSanitizer: DomSanitizer, iconRegistry: MatIconRegistry, appIconService: QMSIconRegistryService);
75
76
  ngOnChanges(changes: SimpleChanges): void;
76
77
  ngOnInit(): void;
@@ -23,7 +23,7 @@ export declare class QMSDialogContent {
23
23
  */
24
24
  export declare class QMSDialogFooter {
25
25
  private el;
26
- align?: 'start' | 'center' | 'end';
26
+ align?: 'start' | 'center';
27
27
  height: string;
28
28
  constructor(el: ElementRef);
29
29
  ngOnInit(): void;
@@ -0,0 +1,14 @@
1
+ import { ElementRef, EventEmitter, Renderer2 } from "@angular/core";
2
+ export declare class QMSTextTruncateDirective {
3
+ private _el;
4
+ private renderer;
5
+ private _originText;
6
+ private _maxLines;
7
+ constructor(_el: ElementRef, renderer: Renderer2);
8
+ ngAfterViewChecked(): void;
9
+ set maxLines(value: any);
10
+ showToolTip: boolean;
11
+ showToolTipChange: EventEmitter<boolean>;
12
+ private get el();
13
+ private _truncate;
14
+ }
package/lib/model/en.d.ts CHANGED
@@ -295,5 +295,66 @@ export declare const en: {
295
295
  QMSCKEDITOR_MESSAGE: {
296
296
  CONFIRM_DELETE_TEMPLATE: string;
297
297
  CONFIRM_CHANGE_TEMPLATE: string;
298
+ CONFIRM_DELETE_EXISTING_CONNECTION: string;
299
+ CONFIRM_DELETE_ATTACHMENT: string;
300
+ CONFIRM_DELETE_DOCUMENT_OR_PROCESS: string;
301
+ };
302
+ FLOWCHART: {
303
+ REMOVE_ELEMENT: string;
304
+ CLONE_AND_CONNECT: string;
305
+ CLONE: string;
306
+ BREAK_ALL_CONNECTIONS: string;
307
+ CONNECT: string;
308
+ ROTATE: string;
309
+ REMOVE_SELECTED_ELEMENT: string;
310
+ ROTATE_SELECTED_ELEMENT: string;
311
+ RESIZE_SELECTED_ELEMENT: string;
312
+ RECTANGLE: string;
313
+ ELLIPSE: string;
314
+ RECTANGLE_WITH_PORTS: string;
315
+ ELLIPSE_WITH_PORTS: string;
316
+ RHOMBUS: string;
317
+ CYLINDER: string;
318
+ IMAGE: string;
319
+ CARD: string;
320
+ ICON: string;
321
+ RECTANGLE_WITH_HEADER: string;
322
+ START_STATE: string;
323
+ END_STATE: string;
324
+ STATE: string;
325
+ PLACE: string;
326
+ TRANSITION: string;
327
+ ENTITY: string;
328
+ WEAK_ENTITY: string;
329
+ RELATIONSHIP: string;
330
+ IDENTIFYING_RELATIONSHIP: string;
331
+ ISA: string;
332
+ KEY: string;
333
+ NORMAL: string;
334
+ MULTIVALUED: string;
335
+ DERIVED: string;
336
+ CLASS: string;
337
+ INTERFACE: string;
338
+ ABSTRACT: string;
339
+ MEMBER: string;
340
+ UNDO: string;
341
+ REDO: string;
342
+ CLEAR_PAPER: string;
343
+ EXPORT_SVG: string;
344
+ EXPORT_PNG: string;
345
+ PRINT: string;
346
+ SEND_TO_FRONT: string;
347
+ SEND_TO_BACK: string;
348
+ AUTO_LAYOUT_GRAPH: string;
349
+ ZOOM_TO_FIT: string;
350
+ ZOOM_OUT: string;
351
+ ZOOM_IN: string;
352
+ CHANGE_GRID_SIZE: string;
353
+ SNAPLINES: string;
354
+ FULLSCREEN: string;
355
+ SELECT_TEMPLATE: string;
356
+ DELETE_TEMPLATE: string;
357
+ SAVE_AS_TEMPLATE: string;
358
+ RESET_TO_LAST_SAVE: string;
298
359
  };
299
360
  };
package/lib/model/no.d.ts CHANGED
@@ -295,5 +295,66 @@ export declare const no: {
295
295
  QMSCKEDITOR_MESSAGE: {
296
296
  CONFIRM_DELETE_TEMPLATE: string;
297
297
  CONFIRM_CHANGE_TEMPLATE: string;
298
+ CONFIRM_DELETE_EXISTING_CONNECTION: string;
299
+ CONFIRM_DELETE_ATTACHMENT: string;
300
+ CONFIRM_DELETE_DOCUMENT_OR_PROCESS: string;
301
+ };
302
+ FLOWCHART: {
303
+ REMOVE_ELEMENT: string;
304
+ CLONE_AND_CONNECT: string;
305
+ CLONE: string;
306
+ BREAK_ALL_CONNECTIONS: string;
307
+ CONNECT: string;
308
+ ROTATE: string;
309
+ REMOVE_SELECTED_ELEMENT: string;
310
+ ROTATE_SELECTED_ELEMENT: string;
311
+ RESIZE_SELECTED_ELEMENT: string;
312
+ RECTANGLE: string;
313
+ ELLIPSE: string;
314
+ RECTANGLE_WITH_PORTS: string;
315
+ ELLIPSE_WITH_PORTS: string;
316
+ RHOMBUS: string;
317
+ CYLINDER: string;
318
+ IMAGE: string;
319
+ CARD: string;
320
+ ICON: string;
321
+ RECTANGLE_WITH_HEADER: string;
322
+ START_STATE: string;
323
+ END_STATE: string;
324
+ STATE: string;
325
+ PLACE: string;
326
+ TRANSITION: string;
327
+ ENTITY: string;
328
+ WEAK_ENTITY: string;
329
+ RELATIONSHIP: string;
330
+ IDENTIFYING_RELATIONSHIP: string;
331
+ ISA: string;
332
+ KEY: string;
333
+ NORMAL: string;
334
+ MULTIVALUED: string;
335
+ DERIVED: string;
336
+ CLASS: string;
337
+ INTERFACE: string;
338
+ ABSTRACT: string;
339
+ MEMBER: string;
340
+ UNDO: string;
341
+ REDO: string;
342
+ CLEAR_PAPER: string;
343
+ EXPORT_SVG: string;
344
+ EXPORT_PNG: string;
345
+ PRINT: string;
346
+ SEND_TO_FRONT: string;
347
+ SEND_TO_BACK: string;
348
+ AUTO_LAYOUT_GRAPH: string;
349
+ ZOOM_TO_FIT: string;
350
+ ZOOM_OUT: string;
351
+ ZOOM_IN: string;
352
+ CHANGE_GRID_SIZE: string;
353
+ SNAPLINES: string;
354
+ FULLSCREEN: string;
355
+ SELECT_TEMPLATE: string;
356
+ DELETE_TEMPLATE: string;
357
+ SAVE_AS_TEMPLATE: string;
358
+ RESET_TO_LAST_SAVE: string;
298
359
  };
299
360
  };
@@ -0,0 +1,37 @@
1
+ declare function getHaloConfiguration(LANG: any): ({
2
+ name: string;
3
+ position: any;
4
+ events: {
5
+ pointerdown: string;
6
+ pointermove?: undefined;
7
+ pointerup?: undefined;
8
+ };
9
+ attrs: {
10
+ '.handle': {
11
+ 'data-tooltip-class-name': string;
12
+ 'data-tooltip': string;
13
+ 'data-tooltip-position': string;
14
+ 'data-tooltip-padding': number;
15
+ };
16
+ };
17
+ } | {
18
+ name: string;
19
+ position: any;
20
+ events: {
21
+ pointerdown: string;
22
+ pointermove: string;
23
+ pointerup: string;
24
+ };
25
+ attrs: {
26
+ '.handle': {
27
+ 'data-tooltip-class-name': string;
28
+ 'data-tooltip': string;
29
+ 'data-tooltip-position': string;
30
+ 'data-tooltip-padding': number;
31
+ };
32
+ };
33
+ })[];
34
+ declare const HaloFunction: {
35
+ getHaloConfiguration: typeof getHaloConfiguration;
36
+ };
37
+ export default HaloFunction;
@@ -0,0 +1,7 @@
1
+ declare function getInspectorConfiguration(LANG: any): {
2
+ [index: string]: any;
3
+ };
4
+ declare const InspectorFunction: {
5
+ getInspectorConfiguration: typeof getInspectorConfiguration;
6
+ };
7
+ export default InspectorFunction;
@@ -0,0 +1,39 @@
1
+ declare function getSelectionConfiguration(LANG: any): {
2
+ handles: ({
3
+ name: string;
4
+ position: string;
5
+ events: {
6
+ pointerdown: string;
7
+ pointermove?: undefined;
8
+ pointerup?: undefined;
9
+ };
10
+ attrs: {
11
+ '.handle': {
12
+ 'data-tooltip-class-name': string;
13
+ 'data-tooltip': string;
14
+ 'data-tooltip-position': string;
15
+ 'data-tooltip-padding': number;
16
+ };
17
+ };
18
+ } | {
19
+ name: string;
20
+ position: string;
21
+ events: {
22
+ pointerdown: string;
23
+ pointermove: string;
24
+ pointerup: string;
25
+ };
26
+ attrs: {
27
+ '.handle': {
28
+ 'data-tooltip-class-name': string;
29
+ 'data-tooltip': string;
30
+ 'data-tooltip-position': string;
31
+ 'data-tooltip-padding': number;
32
+ };
33
+ };
34
+ })[];
35
+ };
36
+ declare const SelectionFunction: {
37
+ getSelectionConfiguration: typeof getSelectionConfiguration;
38
+ };
39
+ export default SelectionFunction;
@@ -0,0 +1,11 @@
1
+ declare function getStencilGroups(): {
2
+ [key: string]: any;
3
+ };
4
+ declare function getStencilShapes(LANG: any): {
5
+ [key: string]: any;
6
+ };
7
+ declare const StencilFunction: {
8
+ getStencilShapes: typeof getStencilShapes;
9
+ getStencilGroups: typeof getStencilGroups;
10
+ };
11
+ export default StencilFunction;
@@ -0,0 +1,224 @@
1
+ declare function getToolbarConfiguration(LANG: any): {
2
+ groups: {
3
+ fullscreen: {
4
+ index: number;
5
+ };
6
+ 'undo-redo': {
7
+ index: number;
8
+ };
9
+ print: {
10
+ index: number;
11
+ };
12
+ clear: {
13
+ index: number;
14
+ };
15
+ export: {
16
+ index: number;
17
+ };
18
+ template: {
19
+ index: number;
20
+ };
21
+ order: {
22
+ index: number;
23
+ };
24
+ layout: {
25
+ index: number;
26
+ };
27
+ zoom: {
28
+ index: number;
29
+ };
30
+ grid: {
31
+ index: number;
32
+ };
33
+ snapline: {
34
+ index: number;
35
+ };
36
+ };
37
+ tools: ({
38
+ type: string;
39
+ name: string;
40
+ group: string;
41
+ attrs: {
42
+ button: {
43
+ 'data-tooltip': string;
44
+ 'data-tooltip-position': string;
45
+ 'data-tooltip-position-selector': string;
46
+ id?: undefined;
47
+ };
48
+ label?: undefined;
49
+ input?: undefined;
50
+ };
51
+ text?: undefined;
52
+ min?: undefined;
53
+ max?: undefined;
54
+ step?: undefined;
55
+ value?: undefined;
56
+ label?: undefined;
57
+ width?: undefined;
58
+ options?: undefined;
59
+ } | {
60
+ type: string;
61
+ name: string;
62
+ group: string;
63
+ attrs: {
64
+ button: {
65
+ id: string;
66
+ 'data-tooltip': string;
67
+ 'data-tooltip-position': string;
68
+ 'data-tooltip-position-selector': string;
69
+ };
70
+ label?: undefined;
71
+ input?: undefined;
72
+ };
73
+ text?: undefined;
74
+ min?: undefined;
75
+ max?: undefined;
76
+ step?: undefined;
77
+ value?: undefined;
78
+ label?: undefined;
79
+ width?: undefined;
80
+ options?: undefined;
81
+ } | {
82
+ type: string;
83
+ name: string;
84
+ group: string;
85
+ text: string;
86
+ attrs: {
87
+ button: {
88
+ id: string;
89
+ 'data-tooltip': string;
90
+ 'data-tooltip-position': string;
91
+ 'data-tooltip-position-selector': string;
92
+ };
93
+ label?: undefined;
94
+ input?: undefined;
95
+ };
96
+ min?: undefined;
97
+ max?: undefined;
98
+ step?: undefined;
99
+ value?: undefined;
100
+ label?: undefined;
101
+ width?: undefined;
102
+ options?: undefined;
103
+ } | {
104
+ type: string;
105
+ name: string;
106
+ group: string;
107
+ text: string;
108
+ attrs?: undefined;
109
+ min?: undefined;
110
+ max?: undefined;
111
+ step?: undefined;
112
+ value?: undefined;
113
+ label?: undefined;
114
+ width?: undefined;
115
+ options?: undefined;
116
+ } | {
117
+ type: string;
118
+ name: string;
119
+ group: string;
120
+ attrs?: undefined;
121
+ text?: undefined;
122
+ min?: undefined;
123
+ max?: undefined;
124
+ step?: undefined;
125
+ value?: undefined;
126
+ label?: undefined;
127
+ width?: undefined;
128
+ options?: undefined;
129
+ } | {
130
+ type: string;
131
+ group: string;
132
+ name?: undefined;
133
+ attrs?: undefined;
134
+ text?: undefined;
135
+ min?: undefined;
136
+ max?: undefined;
137
+ step?: undefined;
138
+ value?: undefined;
139
+ label?: undefined;
140
+ width?: undefined;
141
+ options?: undefined;
142
+ } | {
143
+ type: string;
144
+ name: string;
145
+ group: string;
146
+ text: string;
147
+ attrs: {
148
+ label: {
149
+ 'data-tooltip': string;
150
+ 'data-tooltip-position': string;
151
+ 'data-tooltip-position-selector': string;
152
+ };
153
+ button?: undefined;
154
+ input?: undefined;
155
+ };
156
+ min?: undefined;
157
+ max?: undefined;
158
+ step?: undefined;
159
+ value?: undefined;
160
+ label?: undefined;
161
+ width?: undefined;
162
+ options?: undefined;
163
+ } | {
164
+ type: string;
165
+ name: string;
166
+ group: string;
167
+ text: string;
168
+ min: number;
169
+ max: number;
170
+ step: number;
171
+ value: number;
172
+ attrs?: undefined;
173
+ label?: undefined;
174
+ width?: undefined;
175
+ options?: undefined;
176
+ } | {
177
+ type: string;
178
+ name: string;
179
+ group: string;
180
+ label: string;
181
+ value: boolean;
182
+ attrs: {
183
+ input: {
184
+ id: string;
185
+ };
186
+ label: {
187
+ 'data-tooltip': string;
188
+ 'data-tooltip-position': string;
189
+ 'data-tooltip-position-selector': string;
190
+ };
191
+ button?: undefined;
192
+ };
193
+ text?: undefined;
194
+ min?: undefined;
195
+ max?: undefined;
196
+ step?: undefined;
197
+ width?: undefined;
198
+ options?: undefined;
199
+ } | {
200
+ type: string;
201
+ name: string;
202
+ group: string;
203
+ width: number;
204
+ options: {
205
+ index: number;
206
+ content: string;
207
+ flowChartId: string;
208
+ name: string;
209
+ jsonContent: string;
210
+ selected: boolean;
211
+ }[];
212
+ attrs?: undefined;
213
+ text?: undefined;
214
+ min?: undefined;
215
+ max?: undefined;
216
+ step?: undefined;
217
+ value?: undefined;
218
+ label?: undefined;
219
+ })[];
220
+ };
221
+ declare const ToolbarFunction: {
222
+ getToolbarConfiguration: typeof getToolbarConfiguration;
223
+ };
224
+ export default ToolbarFunction;
@@ -0,0 +1,58 @@
1
+ /*! Rappid v3.3.0 - HTML5 Diagramming Framework
2
+
3
+ Copyright (c) 2021 client IO
4
+
5
+ 2021-02-12
6
+
7
+
8
+ This Source Code Form is subject to the terms of the Rappid License
9
+ , v. 2.0. If a copy of the Rappid License was not distributed with this
10
+ file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
11
+ or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
12
+ declare var joint: any;
13
+ export declare namespace app {
14
+ class CircularModel extends joint.shapes.standard.Ellipse {
15
+ portLabelMarkup: {
16
+ tagName: string;
17
+ selector: string;
18
+ }[];
19
+ defaults(): any;
20
+ }
21
+ class RectangularModel extends joint.shapes.standard.Rectangle {
22
+ portLabelMarkup: {
23
+ tagName: string;
24
+ selector: string;
25
+ }[];
26
+ defaults(): any;
27
+ }
28
+ class Link extends joint.shapes.standard.Link {
29
+ defaultLabel: {
30
+ attrs: {
31
+ rect: {
32
+ fill: string;
33
+ stroke: string;
34
+ strokeWidth: number;
35
+ refWidth: number;
36
+ refHeight: number;
37
+ refX: number;
38
+ refY: number;
39
+ };
40
+ };
41
+ };
42
+ private getDataWidthCached;
43
+ static connectionPoint(line: any, view: any, magnet: any, opt: any, type: any, linkView: any): any;
44
+ defaults(): any;
45
+ getMarkerWidth(type: any): any;
46
+ getDataWidth(d: any): any;
47
+ }
48
+ }
49
+ export declare const NavigatorElementView: any;
50
+ export declare const NavigatorLinkView: any;
51
+ export declare const basic: any;
52
+ export declare const standard: any;
53
+ export declare const fsa: any;
54
+ export declare const pn: any;
55
+ export declare const erd: any;
56
+ export declare const uml: any;
57
+ export declare const org: any;
58
+ export {};
@@ -0,0 +1,16 @@
1
+ /*! Rappid v3.3.0 - HTML5 Diagramming Framework
2
+
3
+ Copyright (c) 2021 client IO
4
+
5
+ 2021-02-12
6
+
7
+
8
+ This Source Code Form is subject to the terms of the Rappid License
9
+ , v. 2.0. If a copy of the Rappid License was not distributed with this
10
+ file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
11
+ or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
12
+ export declare class KeyboardService {
13
+ keyboard: any;
14
+ constructor();
15
+ create(graph: any, clipboard: any, selection: any, paperScroller: any, commandManager: any): void;
16
+ }
@@ -0,0 +1,56 @@
1
+ /*! Rappid v3.3.0 - HTML5 Diagramming Framework
2
+
3
+ Copyright (c) 2021 client IO
4
+
5
+ 2021-02-12
6
+
7
+
8
+ This Source Code Form is subject to the terms of the Rappid License
9
+ , v. 2.0. If a copy of the Rappid License was not distributed with this
10
+ file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
11
+ or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
12
+ import { KeyboardService } from './keyboard-service';
13
+ declare class KitchenSinkService {
14
+ LANG: any;
15
+ el: Element;
16
+ graph: any;
17
+ paper: any;
18
+ paperScroller: any;
19
+ commandManager: any;
20
+ snaplines: any;
21
+ clipboard: any;
22
+ selection: any;
23
+ navigator: any;
24
+ stencil: any;
25
+ toolbar: any;
26
+ keyboardService: KeyboardService;
27
+ constructor(el: Element, keyboardService: KeyboardService, LANG: any);
28
+ startRappid(): void;
29
+ initializePaper(): void;
30
+ initializeStencil(): void;
31
+ initializeSelection(): void;
32
+ getImageContent(): Promise<unknown>;
33
+ getJsonContent(): string;
34
+ onSelectionChange(): void;
35
+ selectPrimaryCell(cellView: any): void;
36
+ selectPrimaryElement(elementView: any): void;
37
+ selectPrimaryLink(linkView: any): void;
38
+ initializeToolsAndInspector(): void;
39
+ initializeNavigator(): void;
40
+ initializeToolbar(): void;
41
+ applyOnSelection(method: string): void;
42
+ changeSnapLines(checked: boolean): void;
43
+ initializeKeyboardShortcuts(): void;
44
+ initializeTooltips(): any;
45
+ exportStylesheet: string;
46
+ openAsSVG(): void;
47
+ openAsPNG(): void;
48
+ onMousewheel(cellView: any, evt: any, ox: number, oy: number, delta: number): void;
49
+ layoutDirectedGraph(): void;
50
+ renderPlugin(selector: string, plugin: any): void;
51
+ onChangeTemplate(event: any): void;
52
+ onDeleteTemplate(event: any): void;
53
+ onSaveAsTemplate(): void;
54
+ onResetTemplate(): void;
55
+ }
56
+ export default KitchenSinkService;
@@ -0,0 +1,35 @@
1
+ /*! Rappid v3.2.0 - HTML5 Diagramming Framework
2
+
3
+ Copyright (c) 2015 client IO
4
+
5
+ 2020-06-12
6
+
7
+
8
+ This Source Code Form is subject to the terms of the Rappid License
9
+ , v. 2.0. If a copy of the Rappid License was not distributed with this
10
+ file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
11
+ or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
12
+ declare var joint: any;
13
+ declare namespace ThemePicker {
14
+ interface Options {
15
+ tools: Array<{
16
+ [key: string]: any;
17
+ }>;
18
+ }
19
+ interface MainView {
20
+ commandManager: any;
21
+ paper: any;
22
+ graph: any;
23
+ }
24
+ }
25
+ export declare class ThemePicker extends joint.ui.Toolbar {
26
+ constructor(options: {
27
+ mainView: ThemePicker.MainView;
28
+ });
29
+ options: ThemePicker.Options;
30
+ mainView: ThemePicker.MainView;
31
+ init(): void;
32
+ onThemeSelected(option: any): void;
33
+ adjustAppToTheme(app: ThemePicker.MainView, theme: string): void;
34
+ }
35
+ export {};
@@ -1,5 +1,7 @@
1
1
  import { QMSCKEditorBpmn } from "./qms-ckeditor-bpmn.model";
2
+ import { QMSCKEditorFlowchart } from "./qms-ckeditor-flowchart.model";
2
3
  export declare class QMSCKEditorSaveAsTemplate {
3
4
  templateType?: string;
4
5
  bpmn?: QMSCKEditorBpmn;
6
+ flowchart?: QMSCKEditorFlowchart;
5
7
  }