qms-angular 1.0.55 → 1.0.56

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