qms-angular 1.0.50 → 1.0.54

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 (414) hide show
  1. package/bundles/qms-angular.umd.js +19558 -11339
  2. package/bundles/qms-angular.umd.js.map +1 -1
  3. package/esm2015/lib/components/app-icon/app-icon.module.js +29 -16
  4. package/esm2015/lib/components/app-icon/icon-registry.service.js +9 -7
  5. package/esm2015/lib/components/badges/index.js +2 -0
  6. package/esm2015/lib/components/badges/models/qms-badges.model.js +13 -0
  7. package/esm2015/lib/components/badges/public_api.js +3 -0
  8. package/esm2015/lib/components/badges/qms-badges.component.js +38 -0
  9. package/esm2015/lib/components/badges/qms-badges.module.js +41 -0
  10. package/esm2015/lib/components/banner/qms-banner/qms-banner.component.js +28 -16
  11. package/esm2015/lib/components/banner/qms-banner/qms-banner.module.js +36 -19
  12. package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.js +28 -16
  13. package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.js +36 -19
  14. package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.component.js +19 -13
  15. package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.module.js +30 -17
  16. package/esm2015/lib/components/breadcrumb/breadcrumb-direction-icon.directive.js +11 -10
  17. package/esm2015/lib/components/breadcrumb/breadcrumb-item.directive.js +20 -17
  18. package/esm2015/lib/components/breadcrumb/breadcrumb.js +40 -28
  19. package/esm2015/lib/components/breadcrumb/breadcrumb.module.js +50 -26
  20. package/esm2015/lib/components/button/button-toggle.js +120 -85
  21. package/esm2015/lib/components/button/button.js +86 -78
  22. package/esm2015/lib/components/button/button.module.js +51 -27
  23. package/esm2015/lib/components/comment/comment.js +29 -18
  24. package/esm2015/lib/components/dialog/dialog.js +38 -28
  25. package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.js +24 -16
  26. package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.module.js +71 -31
  27. package/esm2015/lib/components/list/list.js +101 -89
  28. package/esm2015/lib/components/list/list.module.js +94 -50
  29. package/esm2015/lib/components/qms-app-bar/qms-app-bar.component.js +55 -29
  30. package/esm2015/lib/components/qms-app-bar/qms-app-bar.module.js +39 -20
  31. package/esm2015/lib/components/qms-stepper/qms-stepper.component.js +32 -22
  32. package/esm2015/lib/components/qms-stepper/qms-stepper.module.js +35 -25
  33. package/esm2015/lib/components/related/content/related-content.component.js +19 -12
  34. package/esm2015/lib/components/related/list-other-related/list-related.component.js +29 -25
  35. package/esm2015/lib/components/related/popup/related-popup.component.js +50 -33
  36. package/esm2015/lib/components/related/related.module.js +97 -44
  37. package/esm2015/lib/components/related/risk/analysis/analysis.component.js +23 -17
  38. package/esm2015/lib/components/related/risk/list/list.component.js +22 -18
  39. package/esm2015/lib/components/related/risk/result/result.component.js +23 -16
  40. package/esm2015/lib/components/related/service/related-global.service.js +7 -6
  41. package/esm2015/lib/components/related/sidenav/sidenav.component.js +21 -12
  42. package/esm2015/lib/components/related/tree/tree.component.js +54 -41
  43. package/esm2015/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.js +22 -18
  44. package/esm2015/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.js +22 -18
  45. package/esm2015/lib/components/reports/qms-reports.module.js +29 -20
  46. package/esm2015/lib/components/rich-text/rich-text.js +47 -32
  47. package/esm2015/lib/components/rich-text/rich-text.module.js +35 -21
  48. package/esm2015/lib/components/select-dialog/select-dialog.js +31 -16
  49. package/esm2015/lib/components/suffix-field/suffix-field.directive.js +22 -21
  50. package/esm2015/lib/components/table/table-action.js +31 -31
  51. package/esm2015/lib/components/table/table.module.js +37 -21
  52. package/esm2015/lib/components/test-only/test-only.component.js +14 -11
  53. package/esm2015/lib/components/tooltip/tooltip.js +24 -19
  54. package/esm2015/lib/components/tooltip/tooltip.module.js +38 -20
  55. package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.js +22 -16
  56. package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.module.js +71 -31
  57. package/esm2015/lib/directives/chip-input/chip-input-chip-list.directive.js +13 -13
  58. package/esm2015/lib/directives/chip-input/chip-input-field.directive.js +11 -10
  59. package/esm2015/lib/directives/chip-input/chip-input-select-dropdown.directive.js +11 -10
  60. package/esm2015/lib/directives/chip-input/chip-input-select-field.directive.js +17 -14
  61. package/esm2015/lib/directives/chip-input/chip-input-select-trigger.directive.js +14 -13
  62. package/esm2015/lib/directives/chips/chip-body.directive.js +11 -10
  63. package/esm2015/lib/directives/chips/chip.directive.js +13 -13
  64. package/esm2015/lib/directives/dropdown-menu/dropdown-item.directive.js +16 -14
  65. package/esm2015/lib/directives/file-upload/file-upload-attachment-list.directive.js +11 -10
  66. package/esm2015/lib/directives/file-upload/file-upload-display.directive.js +19 -16
  67. package/esm2015/lib/directives/file-upload/file-upload-multiple-display.directive.js +16 -14
  68. package/esm2015/lib/directives/file-upload/file-upload-multiple-selector.directive.js +26 -20
  69. package/esm2015/lib/directives/file-upload/file-upload-multiple.directive.js +19 -15
  70. package/esm2015/lib/directives/file-upload/file-upload-scrollable-attachment-list.directive.js +11 -10
  71. package/esm2015/lib/directives/file-upload/file-upload-selector.directive.js +25 -18
  72. package/esm2015/lib/directives/file-upload/file-upload.directive.js +24 -20
  73. package/esm2015/lib/directives/form.directive.js +48 -51
  74. package/esm2015/lib/directives/margin.directive.js +15 -14
  75. package/esm2015/lib/directives/range-slider/range-slider-lockup.directive.js +11 -10
  76. package/esm2015/lib/directives/range-slider/range-slider.directive.js +17 -14
  77. package/esm2015/lib/directives/scroll-selected/scroll-to-selected.directive.js +16 -15
  78. package/esm2015/lib/directives/scrollbar/scrollbar.directive.js +13 -13
  79. package/esm2015/lib/directives/search-field.directive.js +21 -22
  80. package/esm2015/lib/directives/side-sheet/drawer-content.directive.js +11 -10
  81. package/esm2015/lib/directives/side-sheet/drawer-header-action.directive.js +11 -10
  82. package/esm2015/lib/directives/side-sheet/drawer-header.directive.js +11 -10
  83. package/esm2015/lib/directives/side-sheet/drawer.directive.js +11 -10
  84. package/esm2015/lib/directives/tab/tab-group-advanced.directive.js +15 -14
  85. package/esm2015/lib/directives/tab/tab-group.directive.js +11 -10
  86. package/esm2015/lib/directives/tab/tab-label.directive.js +11 -10
  87. package/esm2015/lib/directives/text-block/text-block-line.directive.js +20 -16
  88. package/esm2015/lib/directives/text-block/text-block.directive.js +17 -14
  89. package/esm2015/lib/directives/tooltip/tooltip-image.directive.js +14 -13
  90. package/esm2015/lib/directives/tooltip/tooltip-renderer.directive.js +35 -22
  91. package/esm2015/lib/material-module.js +35 -16
  92. package/esm2015/lib/model/en.js +35 -4
  93. package/esm2015/lib/model/no.js +34 -3
  94. package/esm2015/lib/pipe/dateFormat.pipe.js +11 -10
  95. package/esm2015/lib/qms-angular.component.js +13 -11
  96. package/esm2015/lib/qms-angular.module.js +232 -121
  97. package/esm2015/lib/qms-angular.service.js +9 -8
  98. package/esm2015/lib/qms-ckeditor-components/common/bpmn/toolbar.function.js +32 -12
  99. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.js +5 -1
  100. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.js +10 -1
  101. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.js +7 -0
  102. package/esm2015/lib/qms-ckeditor-components/common/enums/document-type.enum.js +2 -1
  103. package/esm2015/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.js +8 -0
  104. package/esm2015/lib/qms-ckeditor-components/common/flowchart/sample/sample-graphs.js +16 -0
  105. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/halo-service.js +105 -0
  106. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/inspector-service.js +3762 -0
  107. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.js +68 -0
  108. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +372 -0
  109. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/stencil-service.js +1041 -0
  110. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/toolbar-service.js +326 -0
  111. package/esm2015/lib/qms-ckeditor-components/common/flowchart/shapes/app-shapes.js +318 -0
  112. package/esm2015/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.js +80 -0
  113. package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +2 -2
  114. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.js +9 -0
  115. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.js +9 -0
  116. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +3 -0
  117. package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +23 -16
  118. package/esm2015/lib/qms-ckeditor-components/common/module/tree/qms-ckeditor-tree.component.js +34 -19
  119. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.js +43 -0
  120. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +577 -53
  121. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.js +69 -35
  122. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.js +322 -0
  123. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.js +12 -8
  124. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +39 -30
  125. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +22 -18
  126. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +29 -20
  127. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +22 -18
  128. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +35 -23
  129. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +30 -20
  130. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +27 -18
  131. package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.js +8 -0
  132. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor-base.component.js +7 -4
  133. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +118 -44
  134. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.module.js +131 -55
  135. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-base.service.js +10 -10
  136. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn-api.service.js +9 -9
  137. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.js +66 -26
  138. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.js +26 -0
  139. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-global.service.js +9 -8
  140. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-link.service.js +9 -9
  141. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.js +9 -9
  142. package/esm2015/lib/qms-ckeditor-components/services/qms-ckedtior-template.service.js +9 -9
  143. package/esm2015/lib/services/translation-registry.service.js +9 -8
  144. package/esm2015/lib/shared.module.js +9 -4
  145. package/esm2015/public-api.js +17 -1
  146. package/esm2015/qms-angular.js +1 -9
  147. package/fesm2015/qms-angular.js +10820 -2740
  148. package/fesm2015/qms-angular.js.map +1 -1
  149. package/lib/components/app-icon/app-icon.module.d.ts +7 -0
  150. package/lib/components/app-icon/icon-registry.service.d.ts +3 -0
  151. package/lib/components/badges/index.d.ts +1 -0
  152. package/lib/components/badges/models/qms-badges.model.d.ts +10 -0
  153. package/lib/components/badges/public_api.d.ts +2 -0
  154. package/lib/components/badges/qms-badges.component.d.ts +15 -0
  155. package/lib/components/badges/qms-badges.module.d.ts +11 -0
  156. package/lib/components/banner/qms-banner/qms-banner.component.d.ts +3 -0
  157. package/lib/components/banner/qms-banner/qms-banner.module.d.ts +10 -0
  158. package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.d.ts +3 -0
  159. package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.d.ts +10 -0
  160. package/lib/components/banner/qms-banner-loading/qms-banner-loading.component.d.ts +3 -0
  161. package/lib/components/banner/qms-banner-loading/qms-banner-loading.module.d.ts +8 -0
  162. package/lib/components/breadcrumb/breadcrumb-direction-icon.directive.d.ts +3 -0
  163. package/lib/components/breadcrumb/breadcrumb-item.directive.d.ts +3 -0
  164. package/lib/components/breadcrumb/breadcrumb.d.ts +3 -0
  165. package/lib/components/breadcrumb/breadcrumb.module.d.ts +13 -0
  166. package/lib/components/button/button-toggle.d.ts +5 -0
  167. package/lib/components/button/button.d.ts +7 -0
  168. package/lib/components/button/button.module.d.ts +9 -0
  169. package/lib/components/comment/comment.d.ts +3 -0
  170. package/lib/components/dialog/dialog.d.ts +5 -0
  171. package/lib/components/edit-file-name-dialog/edit-file-name-dialog.d.ts +3 -0
  172. package/lib/components/edit-file-name-dialog/edit-file-name-dialog.module.d.ts +16 -0
  173. package/lib/components/list/list.d.ts +15 -0
  174. package/lib/components/list/list.module.d.ts +11 -0
  175. package/lib/components/qms-app-bar/qms-app-bar.component.d.ts +3 -0
  176. package/lib/components/qms-app-bar/qms-app-bar.module.d.ts +12 -0
  177. package/lib/components/qms-stepper/qms-stepper.component.d.ts +3 -0
  178. package/lib/components/qms-stepper/qms-stepper.module.d.ts +8 -0
  179. package/lib/components/related/content/related-content.component.d.ts +3 -0
  180. package/lib/components/related/list-other-related/list-related.component.d.ts +3 -0
  181. package/lib/components/related/popup/related-popup.component.d.ts +3 -0
  182. package/lib/components/related/related.module.d.ts +29 -0
  183. package/lib/components/related/risk/analysis/analysis.component.d.ts +3 -0
  184. package/lib/components/related/risk/list/list.component.d.ts +3 -0
  185. package/lib/components/related/risk/result/result.component.d.ts +3 -0
  186. package/lib/components/related/service/related-global.service.d.ts +3 -0
  187. package/lib/components/related/sidenav/sidenav.component.d.ts +3 -0
  188. package/lib/components/related/tree/tree.component.d.ts +3 -0
  189. package/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.d.ts +3 -0
  190. package/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.d.ts +3 -0
  191. package/lib/components/reports/qms-reports.module.d.ts +7 -0
  192. package/lib/components/rich-text/rich-text.d.ts +3 -0
  193. package/lib/components/rich-text/rich-text.module.d.ts +8 -0
  194. package/lib/components/select-dialog/select-dialog.d.ts +3 -0
  195. package/lib/components/suffix-field/suffix-field.directive.d.ts +5 -0
  196. package/lib/components/table/table-action.d.ts +5 -0
  197. package/lib/components/table/table.module.d.ts +8 -0
  198. package/lib/components/test-only/test-only.component.d.ts +3 -0
  199. package/lib/components/tooltip/tooltip.d.ts +3 -0
  200. package/lib/components/tooltip/tooltip.module.d.ts +9 -0
  201. package/lib/components/upload-file-error-dialog/upload-file-error-dialog.d.ts +3 -0
  202. package/lib/components/upload-file-error-dialog/upload-file-error-dialog.module.d.ts +16 -0
  203. package/lib/directives/chip-input/chip-input-chip-list.directive.d.ts +3 -0
  204. package/lib/directives/chip-input/chip-input-field.directive.d.ts +3 -0
  205. package/lib/directives/chip-input/chip-input-select-dropdown.directive.d.ts +3 -0
  206. package/lib/directives/chip-input/chip-input-select-field.directive.d.ts +3 -0
  207. package/lib/directives/chip-input/chip-input-select-trigger.directive.d.ts +3 -0
  208. package/lib/directives/chips/chip-body.directive.d.ts +3 -0
  209. package/lib/directives/chips/chip.directive.d.ts +3 -0
  210. package/lib/directives/dropdown-menu/dropdown-item.directive.d.ts +3 -0
  211. package/lib/directives/file-upload/file-upload-attachment-list.directive.d.ts +3 -0
  212. package/lib/directives/file-upload/file-upload-display.directive.d.ts +3 -0
  213. package/lib/directives/file-upload/file-upload-multiple-display.directive.d.ts +3 -0
  214. package/lib/directives/file-upload/file-upload-multiple-selector.directive.d.ts +3 -0
  215. package/lib/directives/file-upload/file-upload-multiple.directive.d.ts +3 -0
  216. package/lib/directives/file-upload/file-upload-scrollable-attachment-list.directive.d.ts +3 -0
  217. package/lib/directives/file-upload/file-upload-selector.directive.d.ts +3 -0
  218. package/lib/directives/file-upload/file-upload.directive.d.ts +5 -0
  219. package/lib/directives/form.directive.d.ts +11 -0
  220. package/lib/directives/margin.directive.d.ts +3 -0
  221. package/lib/directives/range-slider/range-slider-lockup.directive.d.ts +3 -0
  222. package/lib/directives/range-slider/range-slider.directive.d.ts +3 -0
  223. package/lib/directives/scroll-selected/scroll-to-selected.directive.d.ts +3 -0
  224. package/lib/directives/scrollbar/scrollbar.directive.d.ts +3 -0
  225. package/lib/directives/search-field.directive.d.ts +5 -0
  226. package/lib/directives/side-sheet/drawer-content.directive.d.ts +3 -0
  227. package/lib/directives/side-sheet/drawer-header-action.directive.d.ts +3 -0
  228. package/lib/directives/side-sheet/drawer-header.directive.d.ts +3 -0
  229. package/lib/directives/side-sheet/drawer.directive.d.ts +3 -0
  230. package/lib/directives/tab/tab-group-advanced.directive.d.ts +3 -0
  231. package/lib/directives/tab/tab-group.directive.d.ts +3 -0
  232. package/lib/directives/tab/tab-label.directive.d.ts +3 -0
  233. package/lib/directives/text-block/text-block-line.directive.d.ts +3 -0
  234. package/lib/directives/text-block/text-block.directive.d.ts +3 -0
  235. package/lib/directives/tooltip/tooltip-image.directive.d.ts +3 -0
  236. package/lib/directives/tooltip/tooltip-renderer.directive.d.ts +3 -0
  237. package/lib/material-module.d.ts +12 -0
  238. package/lib/model/en.d.ts +31 -0
  239. package/lib/model/no.d.ts +31 -0
  240. package/lib/pipe/dateFormat.pipe.d.ts +3 -0
  241. package/lib/qms-angular.component.d.ts +3 -0
  242. package/lib/qms-angular.module.d.ts +49 -0
  243. package/lib/qms-angular.service.d.ts +3 -0
  244. package/lib/qms-ckeditor-components/common/bpmn/toolbar.function.d.ts +2 -2
  245. package/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.d.ts +4 -0
  246. package/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.d.ts +9 -0
  247. package/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.d.ts +6 -0
  248. package/lib/qms-ckeditor-components/common/enums/document-type.enum.d.ts +1 -0
  249. package/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.d.ts +6 -0
  250. package/lib/qms-ckeditor-components/common/flowchart/sample/sample-graphs.d.ts +14 -0
  251. package/lib/qms-ckeditor-components/common/flowchart/service/halo-service.d.ts +48 -0
  252. package/lib/qms-ckeditor-components/common/flowchart/service/inspector-service.d.ts +18 -0
  253. package/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.d.ts +17 -0
  254. package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +62 -0
  255. package/lib/qms-ckeditor-components/common/flowchart/service/stencil-service.d.ts +1183 -0
  256. package/lib/qms-ckeditor-components/common/flowchart/service/toolbar-service.d.ts +216 -0
  257. package/lib/qms-ckeditor-components/common/flowchart/shapes/app-shapes.d.ts +61 -0
  258. package/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.d.ts +36 -0
  259. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.d.ts +7 -0
  260. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.d.ts +7 -0
  261. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.d.ts +7 -0
  262. package/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.d.ts +3 -0
  263. package/lib/qms-ckeditor-components/common/module/tree/qms-ckeditor-tree.component.d.ts +3 -0
  264. package/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.d.ts +18 -0
  265. package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.d.ts +88 -4
  266. package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.d.ts +11 -2
  267. package/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.d.ts +44 -0
  268. package/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.d.ts +3 -0
  269. package/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.d.ts +3 -0
  270. package/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.d.ts +3 -0
  271. package/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.d.ts +3 -0
  272. package/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.d.ts +3 -0
  273. package/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.d.ts +4 -0
  274. package/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.d.ts +3 -0
  275. package/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.d.ts +3 -0
  276. package/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.d.ts +7 -0
  277. package/lib/qms-ckeditor-components/qms-ckeditor-base.component.d.ts +3 -0
  278. package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +8 -0
  279. package/lib/qms-ckeditor-components/qms-ckeditor.module.d.ts +44 -0
  280. package/lib/qms-ckeditor-components/services/qms-ckeditor-base.service.d.ts +3 -0
  281. package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn-api.service.d.ts +3 -0
  282. package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.d.ts +4 -0
  283. package/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.d.ts +13 -0
  284. package/lib/qms-ckeditor-components/services/qms-ckeditor-global.service.d.ts +3 -0
  285. package/lib/qms-ckeditor-components/services/qms-ckeditor-link.service.d.ts +3 -0
  286. package/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.d.ts +3 -0
  287. package/lib/qms-ckeditor-components/services/qms-ckedtior-template.service.d.ts +3 -0
  288. package/lib/services/translation-registry.service.d.ts +3 -0
  289. package/lib/shared.module.d.ts +4 -0
  290. package/lib.theme.scss +8 -0
  291. package/package.json +1 -2
  292. package/public-api.d.ts +15 -0
  293. package/qms-angular.d.ts +1 -8
  294. package/src/assets/images/ckeditor5.svg +1 -0
  295. package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf +0 -0
  296. package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf +0 -0
  297. package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf +0 -0
  298. package/src/assets/jointjs/fonts/Alegreya_Sans/OFL.txt +92 -0
  299. package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Bold.ttf +0 -0
  300. package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Light.ttf +0 -0
  301. package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Regular.ttf +0 -0
  302. package/src/assets/jointjs/fonts/Averia_Libre/OFL.txt +93 -0
  303. package/src/assets/jointjs/fonts/Roboto_Condensed/LICENSE.txt +202 -0
  304. package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf +0 -0
  305. package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf +0 -0
  306. package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf +0 -0
  307. package/src/assets/jointjs/images/delete-icon-modern.png +0 -0
  308. package/src/assets/jointjs/images/image-icon1.svg +1 -0
  309. package/src/assets/jointjs/images/image-icon2.svg +6 -0
  310. package/src/assets/jointjs/images/image-icon3.svg +11 -0
  311. package/src/assets/jointjs/images/image-icon4.svg +8 -0
  312. package/src/assets/jointjs/images/member-female.png +0 -0
  313. package/src/assets/jointjs/images/member-male.png +0 -0
  314. package/src/assets/jointjs/images/no-color-icon.svg +72 -0
  315. package/src/assets/jointjs/images/reset-icon-modern.png +0 -0
  316. package/src/assets/jointjs/images/save-icon-modern.png +0 -0
  317. package/src/assets/jointjs/images/to-front-icon-modern.png +0 -0
  318. package/src/assets/jointjs/images/toback-icon-modern.png +0 -0
  319. package/src/assets/jointjs/images/toolbar-icons-dark.woff +0 -0
  320. package/src/assets/jointjs/images/toolbar-icons-material.png +0 -0
  321. package/src/assets/jointjs/images/toolbar-icons-modern.png +0 -0
  322. package/src/assets/jointjs/images/transparent-icon.svg +50 -0
  323. package/src/assets/jointjs/scss/bpmn.scss +36 -35
  324. package/src/assets/jointjs/scss/style.dark.scss +233 -0
  325. package/src/assets/jointjs/scss/style.material.scss +234 -0
  326. package/src/assets/jointjs/scss/style.modern.scss +225 -0
  327. package/src/assets/jointjs/scss/style.scss +216 -0
  328. package/src/assets/jointjs/scss/theme-picker.scss +21 -0
  329. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -2
  330. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
  331. package/src/assets/qms-ckeditor-plugin/build/translations/ar.js +1 -1
  332. package/src/assets/qms-ckeditor-plugin/build/translations/az.js +1 -1
  333. package/src/assets/qms-ckeditor-plugin/build/translations/bg.js +1 -1
  334. package/src/assets/qms-ckeditor-plugin/build/translations/cs.js +1 -1
  335. package/src/assets/qms-ckeditor-plugin/build/translations/da.js +1 -1
  336. package/src/assets/qms-ckeditor-plugin/build/translations/de-ch.js +1 -1
  337. package/src/assets/qms-ckeditor-plugin/build/translations/de.js +1 -1
  338. package/src/assets/qms-ckeditor-plugin/build/translations/en-au.js +1 -1
  339. package/src/assets/qms-ckeditor-plugin/build/translations/en-gb.js +1 -1
  340. package/src/assets/qms-ckeditor-plugin/build/translations/es.js +1 -1
  341. package/src/assets/qms-ckeditor-plugin/build/translations/et.js +1 -1
  342. package/src/assets/qms-ckeditor-plugin/build/translations/fa.js +1 -1
  343. package/src/assets/qms-ckeditor-plugin/build/translations/fi.js +1 -1
  344. package/src/assets/qms-ckeditor-plugin/build/translations/fr.js +1 -1
  345. package/src/assets/qms-ckeditor-plugin/build/translations/gl.js +1 -1
  346. package/src/assets/qms-ckeditor-plugin/build/translations/he.js +1 -1
  347. package/src/assets/qms-ckeditor-plugin/build/translations/hi.js +1 -1
  348. package/src/assets/qms-ckeditor-plugin/build/translations/hr.js +1 -1
  349. package/src/assets/qms-ckeditor-plugin/build/translations/hu.js +1 -1
  350. package/src/assets/qms-ckeditor-plugin/build/translations/id.js +1 -1
  351. package/src/assets/qms-ckeditor-plugin/build/translations/it.js +1 -1
  352. package/src/assets/qms-ckeditor-plugin/build/translations/ja.js +1 -1
  353. package/src/assets/qms-ckeditor-plugin/build/translations/ko.js +1 -1
  354. package/src/assets/qms-ckeditor-plugin/build/translations/ku.js +1 -1
  355. package/src/assets/qms-ckeditor-plugin/build/translations/lt.js +1 -1
  356. package/src/assets/qms-ckeditor-plugin/build/translations/lv.js +1 -1
  357. package/src/assets/qms-ckeditor-plugin/build/translations/nb.js +1 -1
  358. package/src/assets/qms-ckeditor-plugin/build/translations/ne.js +1 -1
  359. package/src/assets/qms-ckeditor-plugin/build/translations/nl.js +1 -1
  360. package/src/assets/qms-ckeditor-plugin/build/translations/no.js +1 -1
  361. package/src/assets/qms-ckeditor-plugin/build/translations/pl.js +1 -1
  362. package/src/assets/qms-ckeditor-plugin/build/translations/pt-br.js +1 -1
  363. package/src/assets/qms-ckeditor-plugin/build/translations/ro.js +1 -1
  364. package/src/assets/qms-ckeditor-plugin/build/translations/ru.js +1 -1
  365. package/src/assets/qms-ckeditor-plugin/build/translations/sk.js +1 -1
  366. package/src/assets/qms-ckeditor-plugin/build/translations/sl.js +1 -1
  367. package/src/assets/qms-ckeditor-plugin/build/translations/sq.js +1 -1
  368. package/src/assets/qms-ckeditor-plugin/build/translations/sr-latn.js +1 -1
  369. package/src/assets/qms-ckeditor-plugin/build/translations/sr.js +1 -1
  370. package/src/assets/qms-ckeditor-plugin/build/translations/sv.js +1 -1
  371. package/src/assets/qms-ckeditor-plugin/build/translations/th.js +1 -1
  372. package/src/assets/qms-ckeditor-plugin/build/translations/tk.js +1 -1
  373. package/src/assets/qms-ckeditor-plugin/build/translations/tr.js +1 -1
  374. package/src/assets/qms-ckeditor-plugin/build/translations/ug.js +1 -1
  375. package/src/assets/qms-ckeditor-plugin/build/translations/uk.js +1 -1
  376. package/src/assets/qms-ckeditor-plugin/build/translations/vi.js +1 -1
  377. package/src/assets/qms-ckeditor-plugin/build/translations/zh-cn.js +1 -1
  378. package/src/assets/qms-ckeditor-plugin/build/translations/zh.js +1 -1
  379. package/src/assets/qms-ckeditor-plugin/package-lock.json +12198 -9
  380. package/src/assets/qms-ckeditor-plugin/package.json +1 -0
  381. package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +22 -5
  382. package/src/assets/qms-ckeditor-plugin/src/dist/ckeditor.dev.js +173 -0
  383. package/src/assets/qms-ckeditor-plugin/src/plugins/aboutckeditor/aboutckeditor.js +28 -0
  384. package/src/assets/qms-ckeditor-plugin/src/plugins/bpmn/qmsCKEditorBpmnPlugin.js +24 -5
  385. package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorConstant.js +7 -1
  386. package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorService.js +20 -0
  387. package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/qmsCKEditorFlowchartPlugin.js +63 -0
  388. package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/dist/qmsCKEditorFullscreenPlugin.dev.js +87 -0
  389. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapediting.js +47 -43
  390. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapui.js +1 -1
  391. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/insertimagemapcommand.js +72 -108
  392. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/openimagemapcommand.js +58 -0
  393. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/resizeimagemapcommand.js +4 -3
  394. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/utils.js +13 -0
  395. package/src/assets/qms-ckeditor-plugin/src/plugins/timestamp/timestamp.js +8 -8
  396. package/src/assets/qms-ckeditor-plugin/src/plugins/tooltip/tooltipui.js +23 -24
  397. package/src/assets/qms-ckeditor-plugin/src/themes/icons/flowchart.svg +507 -0
  398. package/src/assets/qms-ckeditor-plugin/src/themes/icons/information.svg +1 -50
  399. package/src/assets/qms-ckeditor-plugin/src/themes/icons/timestamp.svg +1 -1
  400. package/src/assets/qms-ckeditor-plugin/src/themes/icons/tooltip.svg +1 -0
  401. package/src/lib/components/badges/_qms-badges-base.scss +122 -0
  402. package/src/lib/components/badges/qms-badges.component.scss +89 -0
  403. package/src/lib/components/list/_list-base.scss +1 -0
  404. package/src/lib/components/list/list.scss +2 -2
  405. package/src/lib/components/related/popup/related-popup.component.scss +1 -1
  406. package/src/lib/components/related/tree/tree.component.scss +1 -1
  407. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.scss +16 -0
  408. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.scss +15 -1
  409. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.scss +5 -0
  410. package/src/lib/qms-ckeditor-components/styles/_layout.scss +24 -0
  411. package/src/lib/qms-ckeditor-components/styles/_modules.scss +8 -0
  412. package/src/themes/_color.scss +1 -1
  413. package/src/themes/_scrollbar.scss +5 -5
  414. package/qms-angular.metadata.json +0 -1
@@ -0,0 +1,233 @@
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
+
13
+
14
+
15
+ /* Dark */
16
+ .joint-app.joint-theme-dark .app-title {
17
+ background: #383c3f;
18
+ box-shadow: inset -2px -1px 0px #333;
19
+ }
20
+
21
+ .joint-app.joint-theme-dark .inspector-container {
22
+ background: #5e6366;
23
+ }
24
+
25
+ .joint-paper.joint-theme-dark .port-label {
26
+ fill: #c6c7e2;
27
+ }
28
+
29
+ .joint-stencil.joint-theme-dark .joint-element.joint-type-uml rect,
30
+ .joint-stencil.joint-theme-dark .joint-element.joint-type-uml path {
31
+ stroke: #5e6366;
32
+ }
33
+
34
+ .joint-select-box.joint-color-palette.joint-theme-dark .select-box-option:nth-child(2):not(.hover) {
35
+ border: none;
36
+ }
37
+
38
+ @font-face {
39
+ font-family: 'toolbar-icons-dark-kitchen-sink';
40
+ src: url('../images/toolbar-icons-dark.woff') format('woff');
41
+ }
42
+
43
+ .joint-widget.joint-theme-dark[data-name="clear"]:after,
44
+ .joint-widget.joint-theme-dark[data-name="layout"]:after,
45
+ .joint-widget.joint-theme-dark[data-name="print"]:after {
46
+ font-family: "toolbar-icons-dark-kitchen-sink";
47
+ font-style: normal;
48
+ font-weight: normal;
49
+ display: inline-block;
50
+ margin: auto;
51
+ text-align: center;
52
+ font-variant: normal;
53
+ text-transform: none;
54
+ line-height: 1em;
55
+ font-size: 22px;
56
+ }
57
+
58
+ .joint-widget.joint-theme-dark[data-name="clear"]:after {
59
+ content: '\e850';
60
+ }
61
+
62
+ .joint-widget.joint-theme-dark[data-name="layout"]:after {
63
+ content: '\e853';
64
+ }
65
+
66
+ .joint-widget.joint-theme-dark[data-name="print"]:after {
67
+ content: '\e851';
68
+ }
69
+
70
+ .joint-widget.joint-theme-dark[data-name="resetTemplate"]:after {
71
+ display: block;
72
+ width: 25px;
73
+ height: 25px;
74
+ content: ' ';
75
+ background-color: transparent;
76
+ background-position: 0 0;
77
+ background-repeat: no-repeat;
78
+ background-image: url(../images/reset-icon-modern.png);
79
+ }
80
+
81
+ .joint-widget.joint-theme-dark[data-name="resetTemplate"]:after {
82
+ background-position: 1px;
83
+ }
84
+
85
+ .joint-widget.joint-theme-dark[data-name="saveAsTemplate"]:after {
86
+ display: block;
87
+ width: 25px;
88
+ height: 25px;
89
+ content: ' ';
90
+ background-color: transparent;
91
+ background-position: 0 0;
92
+ background-repeat: no-repeat;
93
+ background-image: url(../images/save-icon-modern.png);
94
+ }
95
+
96
+ .joint-widget.joint-theme-dark[data-name="saveAsTemplate"]:after {
97
+ background-position: 1px;
98
+ }
99
+
100
+ .joint-widget.joint-theme-dark[data-name="deleteTemplate"]:after {
101
+ display: block;
102
+ width: 25px;
103
+ height: 25px;
104
+ content: ' ';
105
+ background-color: transparent;
106
+ background-position: 0 0;
107
+ background-repeat: no-repeat;
108
+ background-image: url(../images/delete-icon-modern.png);
109
+ }
110
+
111
+ .joint-widget.joint-theme-dark[data-name="deleteTemplate"]:after {
112
+ background-position: 1px;
113
+ }
114
+
115
+ .joint-widget.joint-theme-dark[data-name="to-front"]:after {
116
+ display: block;
117
+ width: 25px;
118
+ height: 25px;
119
+ content: ' ';
120
+ background-color: transparent;
121
+ background-position: 0 0;
122
+ background-repeat: no-repeat;
123
+ background-image: url(../images/to-front-icon-modern.png);
124
+ }
125
+
126
+ .joint-widget.joint-theme-dark[data-name="to-front"]:after {
127
+ background-position: 1px;
128
+ }
129
+
130
+ .joint-widget.joint-theme-dark[data-name="to-back"]:after {
131
+ display: block;
132
+ width: 25px;
133
+ height: 25px;
134
+ content: ' ';
135
+ background-color: transparent;
136
+ background-position: 0 0;
137
+ background-repeat: no-repeat;
138
+ background-image: url(../images/toback-icon-modern.png);
139
+ }
140
+
141
+ .joint-widget.joint-theme-dark[data-name="to-back"]:after {
142
+ background-position: 1px;
143
+ }
144
+
145
+ @media screen and (max-width: 1390px) and (min-width: 1280px) {
146
+ .joint-toolbar.joint-theme-dark div[data-name="zoom-slider"] input,
147
+ .joint-toolbar.joint-theme-dark label[data-name="zoom-slider-label"] {
148
+ display: none;
149
+ }
150
+
151
+ .joint-app.joint-theme-dark .toolbar-container button[data-type="zoomIn"],
152
+ .joint-app.joint-theme-dark .toolbar-container button[data-type="zoomOut"] {
153
+ display: block;
154
+ }
155
+ }
156
+
157
+ @media screen and (max-width: 1280px) {
158
+ .joint-app.joint-theme-dark .toolbar-container {
159
+ overflow-y: auto;
160
+ }
161
+
162
+ .joint-toolbar.joint-theme-dark {
163
+ flex-wrap: wrap;
164
+ }
165
+
166
+ .joint-app.joint-theme-dark .app-title h1 {
167
+ line-height: 92px;
168
+ }
169
+
170
+ .joint-app.joint-theme-dark .app-body {
171
+ height: -moz-calc(100% - 92px);
172
+ height: -webkit-calc(100% - 92px);
173
+ height: calc(100% - 92px);
174
+ }
175
+ }
176
+
177
+ /* IE */
178
+ @media screen and (max-width: 1390px) and (min-width: 0\0
179
+ ) {
180
+ .joint-toolbar.joint-theme-dark div[data-name="zoom-slider"] input,
181
+ .joint-toolbar.joint-theme-dark label[data-name="zoom-slider-label"] {
182
+ display: none;
183
+ }
184
+
185
+ .joint-app.joint-theme-dark .toolbar-container button[data-type="zoomIn"],
186
+ .joint-app.joint-theme-dark .toolbar-container button[data-type="zoomOut"] {
187
+ display: block;
188
+ }
189
+ }
190
+
191
+ @media screen and (max-width: 1350px) and (min-width: 0\0
192
+ ) {
193
+ .joint-toolbar.joint-theme-dark div[data-name="zoom-slider"] input,
194
+ .joint-toolbar.joint-theme-dark label[data-name="zoom-slider-label"] {
195
+ display: inline-block;
196
+ }
197
+
198
+ .joint-app.joint-theme-dark .toolbar-container button[data-type="zoomIn"],
199
+ .joint-app.joint-theme-dark .toolbar-container button[data-type="zoomOut"] {
200
+ display: none;
201
+ }
202
+
203
+ .joint-app.joint-theme-dark .toolbar-container {
204
+ overflow-y: auto;
205
+ }
206
+
207
+ .joint-toolbar.joint-theme-dark {
208
+ flex-wrap: wrap; /* IE 11 */
209
+ }
210
+
211
+ .joint-app.joint-theme-dark .app-title h1 {
212
+ line-height: 92px;
213
+ }
214
+
215
+ .joint-app.joint-theme-dark .app-body {
216
+ height: -moz-calc(100% - 92px);
217
+ height: -webkit-calc(100% - 92px);
218
+ height: calc(100% - 92px);
219
+ }
220
+ }
221
+
222
+ .joint-tool.joint-theme-dark[data-tool-name="source-arrowhead"],
223
+ .joint-tool.joint-theme-dark[data-tool-name="target-arrowhead"],
224
+ .joint-tool.joint-theme-dark[data-tool-name="segments"] rect,
225
+ .joint-tool.joint-theme-dark[data-tool-name="vertices"] circle {
226
+ fill: white;
227
+ stroke: black;
228
+ }
229
+
230
+ .joint-tool.joint-theme-dark[data-tool-name="source-anchor"] rect,
231
+ .joint-tool.joint-theme-dark[data-tool-name="source-anchor"] rect {
232
+ stroke: white;
233
+ }
@@ -0,0 +1,234 @@
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
+
13
+
14
+ /* Material */
15
+ .joint-app.joint-theme-material .inspector-container {
16
+ background: #ecf0f8;
17
+ }
18
+
19
+ .joint-app.joint-theme-material .app-title {
20
+ box-shadow: inset -1px -1px 1px #434c63;
21
+ background-color: #545D74;
22
+ background-image: -ms-linear-gradient(top, #6B748F 0%, #545D74 100%);
23
+ background-image: -moz-linear-gradient(top, #6B748F 0%, #545D74 100%);
24
+ background-image: -o-linear-gradient(top, #6B748F 0%, #545D74 100%);
25
+ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6B748F), color-stop(100, #545D74));
26
+ background-image: -webkit-linear-gradient(top, #6B748F 0%, #545D74 100%);
27
+ background-image: linear-gradient(to bottom, #6B748F 0%, #545D74 100%);
28
+ }
29
+
30
+ .joint-stencil.joint-theme-material .joint-element.joint-type-uml rect,
31
+ .joint-stencil.joint-theme-material .joint-element.joint-type-uml path {
32
+ stroke: #ecf0f8;
33
+ }
34
+
35
+ .joint-inspector.joint-theme-material .select-button-group-button {
36
+ background: #d0d8e8;
37
+ }
38
+
39
+ .joint-toolbar.joint-theme-material .joint-widget[data-type="separator"],
40
+ .joint-toolbar.joint-theme-material button {
41
+ height: 60px;
42
+ }
43
+
44
+ .joint-toolbar.joint-theme-material .joint-toolbar-group + .joint-toolbar-group button.joint-widget.joint-theme-material[data-type="zoomIn"] {
45
+ border-width: 0 0 0 2px;
46
+ }
47
+
48
+ .joint-widget.joint-theme-material[data-name="clear"]:after {
49
+ background-position: -46px -100px;
50
+ }
51
+
52
+ .joint-widget.joint-theme-material[data-name="layout"]:after {
53
+ background-position: -5px -99px;
54
+ }
55
+
56
+ .joint-widget.joint-theme-material[data-name="print"]:after {
57
+ background-position: -88px -100px;
58
+ }
59
+
60
+ .joint-widget.joint-theme-material[data-name="clear"]:after,
61
+ .joint-widget.joint-theme-material[data-name="layout"]:after,
62
+ .joint-widget.joint-theme-material[data-name="print"]:after {
63
+ display: block;
64
+ width: 33px;
65
+ height: 33px;
66
+ content: ' ';
67
+ background-color: transparent;
68
+ background-repeat: no-repeat;
69
+ background-image: url(../images/toolbar-icons-material.png);
70
+ }
71
+
72
+ .joint-widget.joint-theme-material[data-name="resetTemplate"]:after {
73
+ display: block;
74
+ width: 25px;
75
+ height: 25px;
76
+ content: ' ';
77
+ background-color: transparent;
78
+ background-position: 0 0;
79
+ background-repeat: no-repeat;
80
+ background-image: url(../images/reset-icon-modern.png);
81
+ }
82
+
83
+ .joint-widget.joint-theme-material[data-name="resetTemplate"]:after {
84
+ background-position: 1px;
85
+ }
86
+
87
+ .joint-widget.joint-theme-material[data-name="saveAsTemplate"]:after {
88
+ display: block;
89
+ width: 25px;
90
+ height: 25px;
91
+ content: ' ';
92
+ background-color: transparent;
93
+ background-position: 0 0;
94
+ background-repeat: no-repeat;
95
+ background-image: url(../images/save-icon-modern.png);
96
+ }
97
+
98
+ .joint-widget.joint-theme-material[data-name="saveAsTemplate"]:after {
99
+ background-position: 1px;
100
+ }
101
+
102
+ .joint-widget.joint-theme-material[data-name="deleteTemplate"]:after {
103
+ display: block;
104
+ width: 25px;
105
+ height: 25px;
106
+ content: ' ';
107
+ background-color: transparent;
108
+ background-position: 0 0;
109
+ background-repeat: no-repeat;
110
+ background-image: url(../images/delete-icon-modern.png);
111
+ }
112
+
113
+ .joint-widget.joint-theme-material[data-name="deleteTemplate"]:after {
114
+ background-position: 1px;
115
+ }
116
+
117
+ .joint-widget.joint-theme-material[data-name="to-front"]:after {
118
+ display: block;
119
+ width: 25px;
120
+ height: 25px;
121
+ content: ' ';
122
+ background-color: transparent;
123
+ background-position: 0 0;
124
+ background-repeat: no-repeat;
125
+ background-image: url(../images/to-front-icon-modern.png);
126
+ }
127
+
128
+ .joint-widget.joint-theme-material[data-name="to-front"]:after {
129
+ background-position: 1px;
130
+ }
131
+
132
+ .joint-widget.joint-theme-material[data-name="to-back"]:after {
133
+ display: block;
134
+ width: 25px;
135
+ height: 25px;
136
+ content: ' ';
137
+ background-color: transparent;
138
+ background-position: 0 0;
139
+ background-repeat: no-repeat;
140
+ background-image: url(../images/toback-icon-modern.png);
141
+ }
142
+
143
+ .joint-widget.joint-theme-material[data-name="to-back"]:after {
144
+ background-position: 1px;
145
+ }
146
+
147
+ @media screen and (max-width: 1460px) and (min-width: 1300px) {
148
+ .joint-toolbar.joint-theme-material div[data-name="zoom-slider"] input,
149
+ .joint-toolbar.joint-theme-material label[data-name="zoom-slider-label"] {
150
+ display: none;
151
+ }
152
+
153
+ .joint-app.joint-theme-material .toolbar-container button[data-type="zoomIn"],
154
+ .joint-app.joint-theme-material .toolbar-container button[data-type="zoomOut"] {
155
+ display: block;
156
+ }
157
+ }
158
+
159
+ @media screen and (max-width: 1300px) {
160
+ .joint-app.joint-theme-material .toolbar-container {
161
+ overflow-y: auto;
162
+ }
163
+
164
+ .joint-toolbar.joint-theme-material {
165
+ flex-wrap: wrap;
166
+ }
167
+
168
+ .joint-app.joint-theme-material .app-title h1 {
169
+ line-height: 92px;
170
+ }
171
+
172
+ .joint-app.joint-theme-material .app-body {
173
+ height: -moz-calc(100% - 92px);
174
+ height: -webkit-calc(100% - 92px);
175
+ height: calc(100% - 92px);
176
+ }
177
+
178
+ .joint-toolbar.joint-theme-material .joint-widget[data-type="separator"],
179
+ .joint-toolbar.joint-theme-material button {
180
+ height: 45px;
181
+ }
182
+ }
183
+
184
+ /* IE */
185
+ @media screen and (max-width: 1500px) and (min-width: 0\0) {
186
+ .joint-toolbar.joint-theme-material div[data-name="zoom-slider"] input,
187
+ .joint-toolbar.joint-theme-material label[data-name="zoom-slider-label"] {
188
+ display: none;
189
+ }
190
+
191
+ .joint-app.joint-theme-material .toolbar-container button[data-type="zoomIn"],
192
+ .joint-app.joint-theme-material .toolbar-container button[data-type="zoomOut"] {
193
+ display: block;
194
+ }
195
+ }
196
+
197
+ @media screen and (max-width: 1420px) and (min-width: 0\0) {
198
+ .joint-toolbar.joint-theme-material div[data-name="zoom-slider"] input,
199
+ .joint-toolbar.joint-theme-material label[data-name="zoom-slider-label"] {
200
+ display: inline-block;
201
+ }
202
+
203
+ .joint-app.joint-theme-material .toolbar-container button[data-type="zoomIn"],
204
+ .joint-app.joint-theme-material .toolbar-container button[data-type="zoomOut"] {
205
+ display: none;
206
+ }
207
+
208
+ .joint-app.joint-theme-material .toolbar-container {
209
+ overflow-y: auto;
210
+ }
211
+
212
+ .joint-toolbar.joint-theme-material {
213
+ flex-wrap: wrap; /* IE 11 */
214
+ }
215
+
216
+ .joint-app.joint-theme-material .app-title h1 {
217
+ line-height: 92px;
218
+ }
219
+
220
+ .joint-app.joint-theme-material .app-body {
221
+ height: -moz-calc(100% - 92px);
222
+ height: -webkit-calc(100% - 92px);
223
+ height: calc(100% - 92px);
224
+ }
225
+
226
+ .joint-toolbar.joint-theme-material .joint-widget[data-type="separator"],
227
+ .joint-toolbar.joint-theme-material button {
228
+ height: 45px;
229
+ }
230
+
231
+ .joint-toolbar.joint-theme-material .joint-toolbar-group {
232
+ height: 40px;
233
+ }
234
+ }
@@ -0,0 +1,225 @@
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
+
13
+
14
+
15
+ /* Modern */
16
+ .joint-theme-picker.joint-theme-modern {
17
+ border: 1px solid lightgray;
18
+ }
19
+
20
+ .joint-app.joint-theme-modern .app-title {
21
+ background: #30d0c6;
22
+ }
23
+
24
+ .joint-app.joint-theme-modern .inspector-container {
25
+ background: #383b61;
26
+ }
27
+
28
+ .joint-widget.joint-theme-modern[data-name="clear"]:after,
29
+ .joint-widget.joint-theme-modern[data-name="layout"]:after,
30
+ .joint-widget.joint-theme-modern[data-name="resetTemplate"]:after,
31
+ .joint-widget.joint-theme-modern[data-name="print"]:after {
32
+ display: block;
33
+ width: 31px;
34
+ height: 31px;
35
+ content: ' ';
36
+ background-color: transparent;
37
+ background-position: 0 0;
38
+ background-repeat: no-repeat;
39
+ background-image: url(../images/toolbar-icons-modern.png);
40
+ }
41
+
42
+ .joint-widget.joint-theme-modern[data-name="clear"]:after {
43
+ background-position: 0 -62px;
44
+ }
45
+
46
+ .joint-widget.joint-theme-modern[data-name="clear"]:hover:after {
47
+ background-position: -31px -62px;
48
+ }
49
+
50
+ .joint-widget.joint-theme-modern[data-name="layout"]:after {
51
+ background-position: 0 -124px;
52
+ }
53
+
54
+ .joint-widget.joint-theme-modern[data-name="layout"]:hover:after {
55
+ background-position: -31px -124px;
56
+ }
57
+
58
+ .joint-widget.joint-theme-modern[data-name="print"]:after {
59
+ background-position: 0 -248px;
60
+ }
61
+
62
+ .joint-widget.joint-theme-modern[data-name="print"]:hover:after {
63
+ background-position: -31px -248px;
64
+ }
65
+
66
+ .joint-widget.joint-theme-modern[data-name="clear"],
67
+ .joint-widget.joint-theme-modern[data-name="layout"],
68
+ .joint-widget.joint-theme-modern[data-name="print"] {
69
+ position: relative;
70
+ top: -1px;
71
+ border: none;
72
+ padding: 0;
73
+ }
74
+
75
+ .joint-widget.joint-theme-modern[data-name="resetTemplate"]:after {
76
+ display: block;
77
+ width: 25px;
78
+ height: 25px;
79
+ content: ' ';
80
+ background-color: transparent;
81
+ background-position: 0 0;
82
+ background-repeat: no-repeat;
83
+ background-image: url(../images/reset-icon-modern.png);
84
+ }
85
+
86
+ .joint-widget.joint-theme-modern[data-name="resetTemplate"]:after {
87
+ background-position: 1px;
88
+ }
89
+
90
+ .joint-widget.joint-theme-modern[data-name="saveAsTemplate"]:after {
91
+ display: block;
92
+ width: 25px;
93
+ height: 25px;
94
+ content: ' ';
95
+ background-color: transparent;
96
+ background-position: 0 0;
97
+ background-repeat: no-repeat;
98
+ background-image: url(../images/save-icon-modern.png);
99
+ }
100
+
101
+ .joint-widget.joint-theme-modern[data-name="saveAsTemplate"]:after {
102
+ background-position: 1px;
103
+ }
104
+
105
+ .joint-widget.joint-theme-modern[data-name="deleteTemplate"]:after {
106
+ display: block;
107
+ width: 25px;
108
+ height: 25px;
109
+ content: ' ';
110
+ background-color: transparent;
111
+ background-position: 0 0;
112
+ background-repeat: no-repeat;
113
+ background-image: url(../images/delete-icon-modern.png);
114
+ }
115
+
116
+ .joint-widget.joint-theme-modern[data-name="deleteTemplate"]:after {
117
+ background-position: 1px;
118
+ }
119
+
120
+ .joint-widget.joint-theme-modern[data-name="to-front"]:after {
121
+ display: block;
122
+ width: 25px;
123
+ height: 25px;
124
+ content: ' ';
125
+ background-color: transparent;
126
+ background-position: 0 0;
127
+ background-repeat: no-repeat;
128
+ background-image: url(../images/to-front-icon-modern.png);
129
+ }
130
+
131
+ .joint-widget.joint-theme-modern[data-name="to-front"]:after {
132
+ background-position: 1px;
133
+ }
134
+
135
+ .joint-widget.joint-theme-modern[data-name="to-back"]:after {
136
+ display: block;
137
+ width: 25px;
138
+ height: 25px;
139
+ content: ' ';
140
+ background-color: transparent;
141
+ background-position: 0 0;
142
+ background-repeat: no-repeat;
143
+ background-image: url(../images/toback-icon-modern.png);
144
+ }
145
+
146
+ .joint-widget.joint-theme-modern[data-name="to-back"]:after {
147
+ background-position: 1px;
148
+ }
149
+
150
+ @media screen and (max-width: 1230px) and (min-width: 1170px) {
151
+ .joint-toolbar.joint-theme-modern div[data-name="zoom-slider"] input,
152
+ .joint-toolbar.joint-theme-modern label[data-name="zoom-slider-label"] {
153
+ display: none;
154
+ }
155
+
156
+ .joint-app.joint-theme-modern .toolbar-container button[data-type="zoomIn"],
157
+ .joint-app.joint-theme-modern .toolbar-container button[data-type="zoomOut"] {
158
+ display: block;
159
+ }
160
+ }
161
+
162
+ @media screen and (max-width: 1170px) {
163
+ .joint-app.joint-theme-modern .toolbar-container {
164
+ overflow-y: auto;
165
+ }
166
+
167
+ .joint-toolbar.joint-theme-modern {
168
+ flex-wrap: wrap;
169
+ }
170
+
171
+ .joint-app.joint-theme-modern .app-title h1 {
172
+ line-height: 92px;
173
+ }
174
+
175
+ .joint-app.joint-theme-modern .app-body {
176
+ height: -moz-calc(100% - 92px);
177
+ height: -webkit-calc(100% - 92px);
178
+ height: calc(100% - 92px);
179
+ }
180
+ }
181
+
182
+ /* IE */
183
+ @media screen and (max-width: 1490px) and (min-width: 0\0
184
+ ) {
185
+ .joint-toolbar.joint-theme-modern div[data-name="zoom-slider"] input,
186
+ .joint-toolbar.joint-theme-modern label[data-name="zoom-slider-label"] {
187
+ display: none;
188
+ }
189
+
190
+ .joint-app.joint-theme-modern .toolbar-container button[data-type="zoomIn"],
191
+ .joint-app.joint-theme-modern .toolbar-container button[data-type="zoomOut"] {
192
+ display: block;
193
+ }
194
+ }
195
+
196
+ @media screen and (max-width: 1380px) and (min-width: 0\0
197
+ ) {
198
+ .joint-toolbar.joint-theme-modern div[data-name="zoom-slider"] input,
199
+ .joint-toolbar.joint-theme-modern label[data-name="zoom-slider-label"] {
200
+ display: inline-block;
201
+ }
202
+
203
+ .joint-app.joint-theme-modern .toolbar-container button[data-type="zoomIn"],
204
+ .joint-app.joint-theme-modern .toolbar-container button[data-type="zoomOut"] {
205
+ display: none;
206
+ }
207
+
208
+ .joint-app.joint-theme-modern .toolbar-container {
209
+ overflow-y: auto;
210
+ }
211
+
212
+ .joint-toolbar.joint-theme-modern {
213
+ flex-wrap: wrap; /* IE 11 */
214
+ }
215
+
216
+ .joint-app.joint-theme-modern .app-title h1 {
217
+ line-height: 92px;
218
+ }
219
+
220
+ .joint-app.joint-theme-modern .app-body {
221
+ height: -moz-calc(100% - 92px);
222
+ height: -webkit-calc(100% - 92px);
223
+ height: calc(100% - 92px);
224
+ }
225
+ }