qms-angular 1.0.68 → 1.0.72

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 (325) hide show
  1. package/README.md +21 -2
  2. package/bundles/qms-angular.umd.js +2269 -551
  3. package/bundles/qms-angular.umd.js.map +1 -1
  4. package/esm2015/lib/components/badges/qms-badges.component.js +5 -4
  5. package/esm2015/lib/components/banner/index.js +2 -0
  6. package/esm2015/lib/components/banner/public_api.js +8 -0
  7. package/esm2015/lib/components/banner/qms-banner/qms-banner.component.js +2 -2
  8. package/esm2015/lib/components/button/button.js +6 -6
  9. package/esm2015/lib/components/comment/comment-log.model.js +2 -0
  10. package/esm2015/lib/components/comment/comment.js +6 -2
  11. package/esm2015/lib/components/qms-app-bar/index.js +2 -0
  12. package/esm2015/lib/components/qms-app-bar/models/qms-app-bar.model.js +10 -0
  13. package/esm2015/lib/components/qms-app-bar/public_api.js +3 -0
  14. package/esm2015/lib/components/qms-app-bar/qms-app-bar.component.js +2 -2
  15. package/esm2015/lib/components/qms-navigation-drawer/index.js +2 -0
  16. package/esm2015/lib/components/qms-navigation-drawer/models/qms-navigation-drawer.model.js +3 -0
  17. package/esm2015/lib/components/qms-navigation-drawer/public_api.js +3 -0
  18. package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.js +350 -0
  19. package/esm2015/lib/components/qms-navigation-drawer/qms-navigation-drawer.module.js +33 -0
  20. package/esm2015/lib/components/qms-paginator/index.js +2 -0
  21. package/esm2015/lib/components/qms-paginator/public_api.js +3 -0
  22. package/esm2015/lib/components/qms-paginator/qms-paginator.component.js +173 -0
  23. package/esm2015/lib/components/qms-paginator/qms-paginator.module.js +34 -0
  24. package/esm2015/lib/components/qms-status-dropdown/index.js +4 -0
  25. package/esm2015/lib/components/qms-status-dropdown/qms-status-dropdown.component.js +33 -0
  26. package/esm2015/lib/components/qms-status-dropdown/qms-status-dropdown.model.js +10 -0
  27. package/esm2015/lib/components/qms-status-dropdown/qms-status-dropdown.module.js +28 -0
  28. package/esm2015/lib/components/qms-stepper/index.js +2 -0
  29. package/esm2015/lib/components/qms-stepper/models/qms-stepper.model.js +9 -0
  30. package/esm2015/lib/components/qms-stepper/public_api.js +3 -0
  31. package/esm2015/lib/components/qms-stepper/qms-stepper.component.js +3 -3
  32. package/esm2015/lib/components/range-slider/directives/range-slider-lockup.directive.js +20 -0
  33. package/esm2015/lib/components/range-slider/directives/range-slider.directive.js +34 -0
  34. package/esm2015/lib/components/range-slider/index.js +2 -0
  35. package/esm2015/lib/components/range-slider/public-api.js +4 -0
  36. package/esm2015/lib/components/range-slider/range-slider.module.js +22 -0
  37. package/esm2015/lib/components/related/popup/related-popup.component.js +2 -2
  38. package/esm2015/lib/components/select-include-children/model/select-popup-data.model.js +2 -1
  39. package/esm2015/lib/components/select-include-children/select-include-children.component.js +45 -45
  40. package/esm2015/lib/components/select-one/select-one.component.js +50 -3
  41. package/esm2015/lib/components/tab/directive/tab-group-advanced.directive.js +30 -0
  42. package/esm2015/lib/components/tab/directive/tab-group.directive.js +20 -0
  43. package/esm2015/lib/components/tab/directive/tab-label.directive.js +20 -0
  44. package/esm2015/lib/components/tab/index.js +2 -0
  45. package/esm2015/lib/components/tab/public-api.js +5 -0
  46. package/esm2015/lib/components/tab/tab.module.js +25 -0
  47. package/esm2015/lib/components/tree/tree.component.js +13 -10
  48. package/esm2015/lib/components/treeNew/tree.component.js +6 -3
  49. package/esm2015/lib/directives/table/table.directive.js +201 -0
  50. package/esm2015/lib/model/en.js +21 -3
  51. package/esm2015/lib/model/no.js +20 -2
  52. package/esm2015/lib/qms-angular.module.js +17 -20
  53. package/esm2015/lib/qms-ckeditor-components/common/bpmn/inspector.function.js +68 -16
  54. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.js +5 -1
  55. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.js +10 -1
  56. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.js +7 -0
  57. package/esm2015/lib/qms-ckeditor-components/common/enums/document-type.enum.js +2 -1
  58. package/esm2015/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.js +8 -0
  59. package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +2 -2
  60. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-data.model.js +1 -1
  61. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.js +9 -0
  62. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.js +9 -0
  63. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +3 -0
  64. package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +1 -1
  65. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +545 -34
  66. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.js +46 -18
  67. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.js +1 -46
  68. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +1 -1
  69. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +1 -1
  70. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +1 -1
  71. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +1 -1
  72. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +1 -1
  73. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +1 -1
  74. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +1 -1
  75. package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.js +8 -0
  76. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +26 -20
  77. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.module.js +4 -2
  78. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.js +58 -20
  79. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.js +26 -0
  80. package/esm2015/public-api.js +17 -20
  81. package/esm2015/qms-angular.js +2 -1
  82. package/fesm2015/qms-angular.js +1987 -415
  83. package/fesm2015/qms-angular.js.map +1 -1
  84. package/lib/components/badges/qms-badges.component.d.ts +1 -1
  85. package/lib/components/banner/index.d.ts +1 -0
  86. package/lib/components/banner/public_api.d.ts +7 -0
  87. package/lib/components/banner/qms-banner/qms-banner.component.d.ts +2 -2
  88. package/lib/components/button/button.d.ts +1 -1
  89. package/lib/components/comment/comment-log.model.d.ts +10 -0
  90. package/lib/components/comment/comment.d.ts +5 -11
  91. package/lib/components/qms-app-bar/index.d.ts +1 -0
  92. package/lib/components/qms-app-bar/{qms-app-bar.model.d.ts → models/qms-app-bar.model.d.ts} +0 -0
  93. package/lib/components/qms-app-bar/public_api.d.ts +2 -0
  94. package/lib/components/qms-app-bar/qms-app-bar.component.d.ts +1 -1
  95. package/lib/components/qms-navigation-drawer/index.d.ts +1 -0
  96. package/lib/components/qms-navigation-drawer/models/qms-navigation-drawer.model.d.ts +19 -0
  97. package/lib/components/qms-navigation-drawer/public_api.d.ts +2 -0
  98. package/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.d.ts +106 -0
  99. package/lib/components/qms-navigation-drawer/qms-navigation-drawer.module.d.ts +2 -0
  100. package/lib/components/qms-paginator/index.d.ts +1 -0
  101. package/lib/components/qms-paginator/public_api.d.ts +2 -0
  102. package/lib/components/qms-paginator/qms-paginator.component.d.ts +51 -0
  103. package/lib/components/qms-paginator/qms-paginator.module.d.ts +2 -0
  104. package/lib/components/qms-status-dropdown/index.d.ts +3 -0
  105. package/lib/components/qms-status-dropdown/qms-status-dropdown.component.d.ts +10 -0
  106. package/lib/components/qms-status-dropdown/qms-status-dropdown.model.d.ts +10 -0
  107. package/lib/components/qms-status-dropdown/qms-status-dropdown.module.d.ts +2 -0
  108. package/lib/components/qms-stepper/index.d.ts +1 -0
  109. package/lib/components/qms-stepper/{qms-stepper.model.d.ts → models/qms-stepper.model.d.ts} +0 -0
  110. package/lib/components/qms-stepper/public_api.d.ts +2 -0
  111. package/lib/components/qms-stepper/qms-stepper.component.d.ts +1 -1
  112. package/lib/{directives/range-slider → components/range-slider/directives}/range-slider-lockup.directive.d.ts +0 -0
  113. package/lib/{directives/range-slider → components/range-slider/directives}/range-slider.directive.d.ts +0 -0
  114. package/lib/components/range-slider/index.d.ts +1 -0
  115. package/lib/components/range-slider/public-api.d.ts +3 -0
  116. package/lib/components/range-slider/range-slider.module.d.ts +2 -0
  117. package/lib/components/select-include-children/model/select-popup-data.model.d.ts +1 -0
  118. package/lib/components/select-include-children/select-include-children.component.d.ts +3 -2
  119. package/lib/components/select-one/select-one.component.d.ts +4 -0
  120. package/lib/{directives/tab → components/tab/directive}/tab-group-advanced.directive.d.ts +0 -0
  121. package/lib/{directives/tab → components/tab/directive}/tab-group.directive.d.ts +0 -0
  122. package/lib/{directives/tab → components/tab/directive}/tab-label.directive.d.ts +0 -0
  123. package/lib/components/tab/index.d.ts +1 -0
  124. package/lib/components/tab/public-api.d.ts +4 -0
  125. package/lib/components/tab/tab.module.d.ts +2 -0
  126. package/lib/directives/table/table.directive.d.ts +50 -0
  127. package/lib/model/en.d.ts +18 -0
  128. package/lib/model/no.d.ts +18 -0
  129. package/lib/qms-ckeditor-components/common/bpmn/inspector.function.d.ts +28 -0
  130. package/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.d.ts +4 -0
  131. package/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.d.ts +9 -0
  132. package/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.d.ts +6 -0
  133. package/lib/qms-ckeditor-components/common/enums/document-type.enum.d.ts +1 -0
  134. package/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.d.ts +6 -0
  135. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-data.model.d.ts +1 -0
  136. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.d.ts +7 -0
  137. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.d.ts +7 -0
  138. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.d.ts +5 -0
  139. package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.d.ts +85 -4
  140. package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.d.ts +8 -2
  141. package/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.d.ts +7 -0
  142. package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +2 -4
  143. package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.d.ts +1 -0
  144. package/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.d.ts +10 -0
  145. package/lib.theme.scss +2 -0
  146. package/package.json +4 -2
  147. package/public-api.d.ts +13 -19
  148. package/qms-angular.d.ts +1 -0
  149. package/qms-angular.metadata.json +1 -1
  150. package/src/assets/fonts/icomoon.eot +0 -0
  151. package/src/assets/fonts/icomoon.svg +203 -0
  152. package/src/assets/fonts/icomoon.ttf +0 -0
  153. package/src/assets/fonts/icomoon.woff +0 -0
  154. package/src/assets/jointjs/js/rappid.js +55919 -55836
  155. package/src/assets/jointjs/scss/bpmn.scss +2 -1
  156. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +2 -2
  157. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
  158. package/src/assets/qms-ckeditor-plugin/build/translations/ar.js +1 -1
  159. package/src/assets/qms-ckeditor-plugin/build/translations/az.js +1 -1
  160. package/src/assets/qms-ckeditor-plugin/build/translations/bg.js +1 -1
  161. package/src/assets/qms-ckeditor-plugin/build/translations/cs.js +1 -1
  162. package/src/assets/qms-ckeditor-plugin/build/translations/da.js +1 -1
  163. package/src/assets/qms-ckeditor-plugin/build/translations/de-ch.js +1 -1
  164. package/src/assets/qms-ckeditor-plugin/build/translations/de.js +1 -1
  165. package/src/assets/qms-ckeditor-plugin/build/translations/en-au.js +1 -1
  166. package/src/assets/qms-ckeditor-plugin/build/translations/en-gb.js +1 -1
  167. package/src/assets/qms-ckeditor-plugin/build/translations/es.js +1 -1
  168. package/src/assets/qms-ckeditor-plugin/build/translations/et.js +1 -1
  169. package/src/assets/qms-ckeditor-plugin/build/translations/fa.js +1 -1
  170. package/src/assets/qms-ckeditor-plugin/build/translations/fi.js +1 -1
  171. package/src/assets/qms-ckeditor-plugin/build/translations/fr.js +1 -1
  172. package/src/assets/qms-ckeditor-plugin/build/translations/gl.js +1 -1
  173. package/src/assets/qms-ckeditor-plugin/build/translations/hi.js +1 -1
  174. package/src/assets/qms-ckeditor-plugin/build/translations/hr.js +1 -1
  175. package/src/assets/qms-ckeditor-plugin/build/translations/hu.js +1 -1
  176. package/src/assets/qms-ckeditor-plugin/build/translations/id.js +1 -1
  177. package/src/assets/qms-ckeditor-plugin/build/translations/it.js +1 -1
  178. package/src/assets/qms-ckeditor-plugin/build/translations/ja.js +1 -1
  179. package/src/assets/qms-ckeditor-plugin/build/translations/ko.js +1 -1
  180. package/src/assets/qms-ckeditor-plugin/build/translations/ku.js +1 -1
  181. package/src/assets/qms-ckeditor-plugin/build/translations/lt.js +1 -1
  182. package/src/assets/qms-ckeditor-plugin/build/translations/lv.js +1 -1
  183. package/src/assets/qms-ckeditor-plugin/build/translations/nb.js +1 -1
  184. package/src/assets/qms-ckeditor-plugin/build/translations/ne.js +1 -1
  185. package/src/assets/qms-ckeditor-plugin/build/translations/nl.js +1 -1
  186. package/src/assets/qms-ckeditor-plugin/build/translations/no.js +1 -1
  187. package/src/assets/qms-ckeditor-plugin/build/translations/pl.js +1 -1
  188. package/src/assets/qms-ckeditor-plugin/build/translations/pt-br.js +1 -1
  189. package/src/assets/qms-ckeditor-plugin/build/translations/ro.js +1 -1
  190. package/src/assets/qms-ckeditor-plugin/build/translations/ru.js +1 -1
  191. package/src/assets/qms-ckeditor-plugin/build/translations/sk.js +1 -1
  192. package/src/assets/qms-ckeditor-plugin/build/translations/sq.js +1 -1
  193. package/src/assets/qms-ckeditor-plugin/build/translations/sr-latn.js +1 -1
  194. package/src/assets/qms-ckeditor-plugin/build/translations/sr.js +1 -1
  195. package/src/assets/qms-ckeditor-plugin/build/translations/sv.js +1 -1
  196. package/src/assets/qms-ckeditor-plugin/build/translations/th.js +1 -1
  197. package/src/assets/qms-ckeditor-plugin/build/translations/tk.js +1 -1
  198. package/src/assets/qms-ckeditor-plugin/build/translations/tr.js +1 -1
  199. package/src/assets/qms-ckeditor-plugin/build/translations/ug.js +1 -1
  200. package/src/assets/qms-ckeditor-plugin/build/translations/uk.js +1 -1
  201. package/src/assets/qms-ckeditor-plugin/build/translations/vi.js +1 -1
  202. package/src/assets/qms-ckeditor-plugin/build/translations/zh-cn.js +1 -1
  203. package/src/assets/qms-ckeditor-plugin/build/translations/zh.js +1 -1
  204. package/src/assets/qms-ckeditor-plugin/package-lock.json +38 -12178
  205. package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +6 -0
  206. package/src/assets/qms-ckeditor-plugin/src/plugins/bpmn/qmsCKEditorBpmnPlugin.js +31 -6
  207. package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorConstant.js +7 -1
  208. package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorUtil.js +29 -7
  209. package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/qmsCKEditorFullscreenPlugin.js +23 -12
  210. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/converters.js +93 -92
  211. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemap.js +4 -4
  212. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapcommand.js +92 -0
  213. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapdialogcommand.js +59 -0
  214. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapediting.js +92 -87
  215. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapui.js +13 -14
  216. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/resizeimagemapcommand.js +25 -24
  217. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/utils.js +40 -49
  218. package/src/assets/qms-ckeditor-plugin/src/themes/icons/fullscreen_exit.svg +1 -0
  219. package/src/assets/svg-icons/acutely-toxic.svg +19 -0
  220. package/src/assets/svg-icons/add-column.svg +4 -0
  221. package/src/assets/svg-icons/add-tooltip.svg +6 -0
  222. package/src/assets/svg-icons/admin.svg +3 -0
  223. package/src/assets/svg-icons/annual-cycle.svg +10 -0
  224. package/src/assets/svg-icons/assignment-repete.svg +4 -0
  225. package/src/assets/svg-icons/barrier-add.svg +7 -0
  226. package/src/assets/svg-icons/barrier-edit.svg +7 -0
  227. package/src/assets/svg-icons/barrier-view.svg +3 -0
  228. package/src/assets/svg-icons/button-group.svg +5 -0
  229. package/src/assets/svg-icons/checklist.svg +8 -0
  230. package/src/assets/svg-icons/chemical-manager.svg +5 -0
  231. package/src/assets/svg-icons/chronic-health-hazard.svg +17 -0
  232. package/src/assets/svg-icons/contingency.svg +3 -0
  233. package/src/assets/svg-icons/corrosive.svg +23 -0
  234. package/src/assets/svg-icons/dashboard.svg +3 -0
  235. package/src/assets/svg-icons/database-sds.svg +4 -0
  236. package/src/assets/svg-icons/department-document.svg +4 -0
  237. package/src/assets/svg-icons/department-folder-closed.svg +4 -0
  238. package/src/assets/svg-icons/department-folder-open.svg +4 -0
  239. package/src/assets/svg-icons/description-add.svg +6 -0
  240. package/src/assets/svg-icons/description-edit.svg +6 -0
  241. package/src/assets/svg-icons/description-view.svg +3 -0
  242. package/src/assets/svg-icons/deviation.svg +3 -0
  243. package/src/assets/svg-icons/document-read.svg +5 -0
  244. package/src/assets/svg-icons/draft.svg +7 -0
  245. package/src/assets/svg-icons/dropdown-folder.svg +4 -0
  246. package/src/assets/svg-icons/enterprise-document.svg +4 -0
  247. package/src/assets/svg-icons/enterprise-folder-closed.svg +4 -0
  248. package/src/assets/svg-icons/enterprise-folder-open.svg +4 -0
  249. package/src/assets/svg-icons/expired-off.svg +3 -0
  250. package/src/assets/svg-icons/expired-on.svg +5 -0
  251. package/src/assets/svg-icons/explosive.svg +48 -0
  252. package/src/assets/svg-icons/file-excel.svg +3 -0
  253. package/src/assets/svg-icons/file-pdf-verified.svg +5 -0
  254. package/src/assets/svg-icons/file-pdf.svg +3 -0
  255. package/src/assets/svg-icons/file-word.svg +3 -0
  256. package/src/assets/svg-icons/filter-alt.svg +3 -0
  257. package/src/assets/svg-icons/flammable.svg +5 -0
  258. package/src/assets/svg-icons/flowchart-BPMN.svg +9 -0
  259. package/src/assets/svg-icons/folder-closed.svg +3 -0
  260. package/src/assets/svg-icons/folder-open.svg +3 -0
  261. package/src/assets/svg-icons/gas-under-pressure.svg +4 -0
  262. package/src/assets/svg-icons/health-hazard.svg +4 -0
  263. package/src/assets/svg-icons/keyboard_arrow_down.svg +1 -0
  264. package/src/assets/svg-icons/keyboard_arrow_up.svg +1 -0
  265. package/src/assets/svg-icons/line-break.svg +7 -0
  266. package/src/assets/svg-icons/local-document.svg +4 -0
  267. package/src/assets/svg-icons/local-folder-closed.svg +4 -0
  268. package/src/assets/svg-icons/local-folder-open.svg +4 -0
  269. package/src/assets/svg-icons/location.svg +3 -0
  270. package/src/assets/svg-icons/measure-add.svg +5 -0
  271. package/src/assets/svg-icons/measure-edit.svg +5 -0
  272. package/src/assets/svg-icons/measure-view.svg +3 -0
  273. package/src/assets/svg-icons/messages.svg +3 -0
  274. package/src/assets/svg-icons/monitoring.svg +5 -0
  275. package/src/assets/svg-icons/move.svg +3 -0
  276. package/src/assets/svg-icons/oxidizing.svg +6 -0
  277. package/src/assets/svg-icons/process-area-closed.svg +4 -0
  278. package/src/assets/svg-icons/process-area-open.svg +4 -0
  279. package/src/assets/svg-icons/process-linked.svg +4 -0
  280. package/src/assets/svg-icons/process.svg +3 -0
  281. package/src/assets/svg-icons/regional-document.svg +4 -0
  282. package/src/assets/svg-icons/regional-folder-closed.svg +4 -0
  283. package/src/assets/svg-icons/regional-folder-open.svg +4 -0
  284. package/src/assets/svg-icons/risk.svg +3 -0
  285. package/src/assets/svg-icons/search-in-file.svg +4 -0
  286. package/src/assets/svg-icons/sort-ascending.svg +3 -0
  287. package/src/assets/svg-icons/sort-descending.svg +3 -0
  288. package/src/assets/svg-icons/subscript.svg +4 -0
  289. package/src/assets/svg-icons/superscript.svg +4 -0
  290. package/src/assets/svg-icons/syncronice-favorites.svg +5 -0
  291. package/src/assets/svg-icons/system-settings.svg +3 -0
  292. package/src/assets/svg-icons/view-three-outlined.svg +5 -0
  293. package/src/assets/svg-icons/wiris.svg +9 -0
  294. package/src/assets/svg-icons/workplace-safety.svg +5 -0
  295. package/src/lib/components/badges/_qms-badges-base.scss +8 -7
  296. package/src/lib/components/badges/qms-badges.component.scss +1 -1
  297. package/src/lib/components/button/button-icon.scss +5 -1
  298. package/src/lib/components/qms-app-bar/qms-app-bar.component.scss +10 -0
  299. package/src/lib/components/qms-navigation-drawer/qms-navigation-drawer.component.scss +182 -0
  300. package/src/lib/components/qms-paginator/qms-paginator.component.scss +128 -0
  301. package/src/lib/components/qms-status-dropdown/qms-status-dropdown.component.scss +152 -0
  302. package/src/lib/components/tree/tree.component.scss +3 -1
  303. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.scss +69 -17
  304. package/src/lib/qms-ckeditor-components/qms-ckeditor.component.scss +24 -0
  305. package/src/lib/qms-ckeditor-components/styles/_modules.scss +9 -1
  306. package/src/themes/_qms-icon-font.scss +894 -0
  307. package/src/themes/core/_colors.scss +1 -0
  308. package/src/themes/core/_qms-label.scss +32 -0
  309. package/src/themes/core/_range-slider.scss +60 -35
  310. package/src/themes/core/_tab.scss +42 -1
  311. package/src/themes/core/_table.scss +55 -0
  312. package/esm2015/lib/components/qms-app-bar/qms-app-bar.model.js +0 -10
  313. package/esm2015/lib/components/qms-stepper/qms-stepper.model.js +0 -9
  314. package/esm2015/lib/components/test-only/test-only.component.js +0 -17
  315. package/esm2015/lib/directives/range-slider/range-slider-lockup.directive.js +0 -20
  316. package/esm2015/lib/directives/range-slider/range-slider.directive.js +0 -36
  317. package/esm2015/lib/directives/tab/tab-group-advanced.directive.js +0 -30
  318. package/esm2015/lib/directives/tab/tab-group.directive.js +0 -20
  319. package/esm2015/lib/directives/tab/tab-label.directive.js +0 -20
  320. package/lib/components/test-only/test-only.component.d.ts +0 -3
  321. package/src/assets/jointjs/scss/dist/bpmn.css +0 -854
  322. package/src/assets/qms-ckeditor-plugin/src/dist/ckeditor.dev.js +0 -173
  323. package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/dist/qmsCKEditorFullscreenPlugin.dev.js +0 -87
  324. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/insertimagemapcommand.js +0 -128
  325. package/src/lib/components/test-only/test-only.component.scss +0 -10
@@ -0,0 +1,894 @@
1
+ @font-face {
2
+ font-family: 'icomoon';
3
+ src: url('../assets/fonts/icomoon.eot?aghldx');
4
+ src: url('../assets/fonts/icomoon.eot?aghldx#iefix') format('embedded-opentype'),
5
+ url('../assets/fonts/icomoon.ttf?aghldx') format('truetype'),
6
+ url('../assets/fonts/icomoon.woff?aghldx') format('woff'),
7
+ url('../assets/fonts/icomoon.svg?aghldx#icomoon') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
11
+ }
12
+
13
+ [class^="icon-"], [class*=" icon-"] {
14
+ /* use !important to prevent issues with browser extensions that change fonts */
15
+ font-family: 'icomoon' !important;
16
+ speak: never;
17
+ font-style: normal;
18
+ font-weight: normal;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ line-height: 1;
22
+
23
+ /* Better Font Rendering =========== */
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+
28
+ .icon-acutely-toxic .path1:before {
29
+ content: "\e91b";
30
+ color: rgb(227, 39, 48);
31
+ }
32
+ .icon-acutely-toxic .path2:before {
33
+ content: "\e922";
34
+ margin-left: -1em;
35
+ color: rgb(50, 50, 50);
36
+ }
37
+ .icon-acutely-toxic .path3:before {
38
+ content: "\e923";
39
+ margin-left: -1em;
40
+ color: rgb(50, 50, 50);
41
+ }
42
+ .icon-acutely-toxic .path4:before {
43
+ content: "\e924";
44
+ margin-left: -1em;
45
+ color: rgb(50, 50, 50);
46
+ }
47
+ .icon-acutely-toxic .path5:before {
48
+ content: "\e925";
49
+ margin-left: -1em;
50
+ color: rgb(50, 50, 50);
51
+ }
52
+ .icon-acutely-toxic .path6:before {
53
+ content: "\e926";
54
+ margin-left: -1em;
55
+ color: rgb(50, 50, 50);
56
+ }
57
+ .icon-acutely-toxic .path7:before {
58
+ content: "\e927";
59
+ margin-left: -1em;
60
+ color: rgb(50, 50, 50);
61
+ }
62
+ .icon-acutely-toxic .path8:before {
63
+ content: "\e928";
64
+ margin-left: -1em;
65
+ color: rgb(50, 50, 50);
66
+ }
67
+ .icon-acutely-toxic .path9:before {
68
+ content: "\e929";
69
+ margin-left: -1em;
70
+ color: rgb(50, 50, 50);
71
+ }
72
+ .icon-acutely-toxic .path10:before {
73
+ content: "\e92a";
74
+ margin-left: -1em;
75
+ color: rgb(50, 50, 50);
76
+ }
77
+ .icon-acutely-toxic .path11:before {
78
+ content: "\e92b";
79
+ margin-left: -1em;
80
+ color: rgb(50, 50, 50);
81
+ }
82
+ .icon-acutely-toxic .path12:before {
83
+ content: "\e92c";
84
+ margin-left: -1em;
85
+ color: rgb(50, 50, 50);
86
+ }
87
+ .icon-acutely-toxic .path13:before {
88
+ content: "\e92d";
89
+ margin-left: -1em;
90
+ color: rgb(50, 50, 50);
91
+ }
92
+ .icon-acutely-toxic .path14:before {
93
+ content: "\e92e";
94
+ margin-left: -1em;
95
+ color: rgb(50, 50, 50);
96
+ }
97
+ .icon-acutely-toxic .path15:before {
98
+ content: "\e92f";
99
+ margin-left: -1em;
100
+ color: rgb(50, 50, 50);
101
+ }
102
+ .icon-acutely-toxic .path16:before {
103
+ content: "\e930";
104
+ margin-left: -1em;
105
+ color: rgb(50, 50, 50);
106
+ }
107
+ .icon-acutely-toxic .path17:before {
108
+ content: "\e931";
109
+ margin-left: -1em;
110
+ color: rgb(50, 50, 50);
111
+ }
112
+ .icon-add-column:before {
113
+ content: "\e932";
114
+ }
115
+ .icon-add-tooltip:before {
116
+ content: "\e933";
117
+ }
118
+ .icon-admin:before {
119
+ content: "\e934";
120
+ }
121
+ .icon-annual-cycle:before {
122
+ content: "\e935";
123
+ }
124
+ .icon-assignment-repete:before {
125
+ content: "\e936";
126
+ }
127
+ .icon-barrier-add:before {
128
+ content: "\e937";
129
+ }
130
+ .icon-barrier-edit:before {
131
+ content: "\e938";
132
+ }
133
+ .icon-barrier-view:before {
134
+ content: "\e939";
135
+ }
136
+ .icon-button-group:before {
137
+ content: "\e93a";
138
+ }
139
+ .icon-chemical-manager:before {
140
+ content: "\e93b";
141
+ }
142
+ .icon-chronic-health-hazard .path1:before {
143
+ content: "\e93c";
144
+ color: rgb(227, 39, 48);
145
+ }
146
+ .icon-chronic-health-hazard .path2:before {
147
+ content: "\e93d";
148
+ margin-left: -1em;
149
+ color: rgb(50, 50, 50);
150
+ }
151
+ .icon-chronic-health-hazard .path3:before {
152
+ content: "\e93e";
153
+ margin-left: -1em;
154
+ color: rgb(50, 50, 50);
155
+ }
156
+ .icon-chronic-health-hazard .path4:before {
157
+ content: "\e93f";
158
+ margin-left: -1em;
159
+ color: rgb(50, 50, 50);
160
+ }
161
+ .icon-chronic-health-hazard .path5:before {
162
+ content: "\e940";
163
+ margin-left: -1em;
164
+ color: rgb(50, 50, 50);
165
+ }
166
+ .icon-chronic-health-hazard .path6:before {
167
+ content: "\e941";
168
+ margin-left: -1em;
169
+ color: rgb(50, 50, 50);
170
+ }
171
+ .icon-chronic-health-hazard .path7:before {
172
+ content: "\e942";
173
+ margin-left: -1em;
174
+ color: rgb(50, 50, 50);
175
+ }
176
+ .icon-chronic-health-hazard .path8:before {
177
+ content: "\e943";
178
+ margin-left: -1em;
179
+ color: rgb(50, 50, 50);
180
+ }
181
+ .icon-chronic-health-hazard .path9:before {
182
+ content: "\e944";
183
+ margin-left: -1em;
184
+ color: rgb(50, 50, 50);
185
+ }
186
+ .icon-chronic-health-hazard .path10:before {
187
+ content: "\e945";
188
+ margin-left: -1em;
189
+ color: rgb(50, 50, 50);
190
+ }
191
+ .icon-chronic-health-hazard .path11:before {
192
+ content: "\e946";
193
+ margin-left: -1em;
194
+ color: rgb(50, 50, 50);
195
+ }
196
+ .icon-chronic-health-hazard .path12:before {
197
+ content: "\e947";
198
+ margin-left: -1em;
199
+ color: rgb(50, 50, 50);
200
+ }
201
+ .icon-chronic-health-hazard .path13:before {
202
+ content: "\e948";
203
+ margin-left: -1em;
204
+ color: rgb(50, 50, 50);
205
+ }
206
+ .icon-chronic-health-hazard .path14:before {
207
+ content: "\e949";
208
+ margin-left: -1em;
209
+ color: rgb(50, 50, 50);
210
+ }
211
+ .icon-chronic-health-hazard .path15:before {
212
+ content: "\e94a";
213
+ margin-left: -1em;
214
+ color: rgb(50, 50, 50);
215
+ }
216
+ .icon-contingency:before {
217
+ content: "\e94b";
218
+ }
219
+ .icon-corrosive .path1:before {
220
+ content: "\e94c";
221
+ color: rgb(50, 50, 50);
222
+ }
223
+ .icon-corrosive .path2:before {
224
+ content: "\e94d";
225
+ margin-left: -1em;
226
+ color: rgb(50, 50, 50);
227
+ }
228
+ .icon-corrosive .path3:before {
229
+ content: "\e94e";
230
+ margin-left: -1em;
231
+ color: rgb(50, 50, 50);
232
+ }
233
+ .icon-corrosive .path4:before {
234
+ content: "\e94f";
235
+ margin-left: -1em;
236
+ color: rgb(50, 50, 50);
237
+ }
238
+ .icon-corrosive .path5:before {
239
+ content: "\e950";
240
+ margin-left: -1em;
241
+ color: rgb(50, 50, 50);
242
+ }
243
+ .icon-corrosive .path6:before {
244
+ content: "\e951";
245
+ margin-left: -1em;
246
+ color: rgb(50, 50, 50);
247
+ }
248
+ .icon-corrosive .path7:before {
249
+ content: "\e952";
250
+ margin-left: -1em;
251
+ color: rgb(50, 50, 50);
252
+ }
253
+ .icon-corrosive .path8:before {
254
+ content: "\e953";
255
+ margin-left: -1em;
256
+ color: rgb(50, 50, 50);
257
+ }
258
+ .icon-corrosive .path9:before {
259
+ content: "\e954";
260
+ margin-left: -1em;
261
+ color: rgb(50, 50, 50);
262
+ }
263
+ .icon-corrosive .path10:before {
264
+ content: "\e955";
265
+ margin-left: -1em;
266
+ color: rgb(50, 50, 50);
267
+ }
268
+ .icon-corrosive .path11:before {
269
+ content: "\e956";
270
+ margin-left: -1em;
271
+ color: rgb(50, 50, 50);
272
+ }
273
+ .icon-corrosive .path12:before {
274
+ content: "\e957";
275
+ margin-left: -1em;
276
+ color: rgb(50, 50, 50);
277
+ }
278
+ .icon-corrosive .path13:before {
279
+ content: "\e958";
280
+ margin-left: -1em;
281
+ color: rgb(50, 50, 50);
282
+ }
283
+ .icon-corrosive .path14:before {
284
+ content: "\e959";
285
+ margin-left: -1em;
286
+ color: rgb(50, 50, 50);
287
+ }
288
+ .icon-corrosive .path15:before {
289
+ content: "\e95a";
290
+ margin-left: -1em;
291
+ color: rgb(50, 50, 50);
292
+ }
293
+ .icon-corrosive .path16:before {
294
+ content: "\e95b";
295
+ margin-left: -1em;
296
+ color: rgb(50, 50, 50);
297
+ }
298
+ .icon-corrosive .path17:before {
299
+ content: "\e95c";
300
+ margin-left: -1em;
301
+ color: rgb(50, 50, 50);
302
+ }
303
+ .icon-corrosive .path18:before {
304
+ content: "\e95d";
305
+ margin-left: -1em;
306
+ color: rgb(50, 50, 50);
307
+ }
308
+ .icon-corrosive .path19:before {
309
+ content: "\e95e";
310
+ margin-left: -1em;
311
+ color: rgb(50, 50, 50);
312
+ }
313
+ .icon-corrosive .path20:before {
314
+ content: "\e95f";
315
+ margin-left: -1em;
316
+ color: rgb(50, 50, 50);
317
+ }
318
+ .icon-corrosive .path21:before {
319
+ content: "\e960";
320
+ margin-left: -1em;
321
+ color: rgb(227, 39, 48);
322
+ }
323
+ .icon-dashboard:before {
324
+ content: "\e961";
325
+ }
326
+ .icon-database-sds:before {
327
+ content: "\e962";
328
+ }
329
+ .icon-description-add:before {
330
+ content: "\e963";
331
+ }
332
+ .icon-description-edit:before {
333
+ content: "\e964";
334
+ }
335
+ .icon-description-view:before {
336
+ content: "\e965";
337
+ color: #666;
338
+ }
339
+ .icon-document-read .path1:before {
340
+ content: "\e966";
341
+ color: rgb(0, 0, 0);
342
+ opacity: 0.6;
343
+ }
344
+ .icon-document-read .path2:before {
345
+ content: "\e967";
346
+ margin-left: -1em;
347
+ color: rgb(255, 255, 255);
348
+ }
349
+ .icon-document-read .path3:before {
350
+ content: "\e968";
351
+ margin-left: -1em;
352
+ color: rgb(0, 0, 0);
353
+ opacity: 0.6;
354
+ }
355
+ .icon-draft:before {
356
+ content: "\e969";
357
+ }
358
+ .icon-expired-off:before {
359
+ content: "\e96a";
360
+ }
361
+ .icon-expired-on:before {
362
+ content: "\e96b";
363
+ }
364
+ .icon-explosive .path1:before {
365
+ content: "\e96c";
366
+ color: rgb(227, 39, 48);
367
+ }
368
+ .icon-explosive .path2:before {
369
+ content: "\e96d";
370
+ margin-left: -1em;
371
+ color: rgb(50, 50, 50);
372
+ }
373
+ .icon-explosive .path3:before {
374
+ content: "\e96e";
375
+ margin-left: -1em;
376
+ color: rgb(50, 50, 50);
377
+ }
378
+ .icon-explosive .path4:before {
379
+ content: "\e96f";
380
+ margin-left: -1em;
381
+ color: rgb(50, 50, 50);
382
+ }
383
+ .icon-explosive .path5:before {
384
+ content: "\e970";
385
+ margin-left: -1em;
386
+ color: rgb(50, 50, 50);
387
+ }
388
+ .icon-explosive .path6:before {
389
+ content: "\e971";
390
+ margin-left: -1em;
391
+ color: rgb(50, 50, 50);
392
+ }
393
+ .icon-explosive .path7:before {
394
+ content: "\e972";
395
+ margin-left: -1em;
396
+ color: rgb(50, 50, 50);
397
+ }
398
+ .icon-explosive .path8:before {
399
+ content: "\e973";
400
+ margin-left: -1em;
401
+ color: rgb(50, 50, 50);
402
+ }
403
+ .icon-explosive .path9:before {
404
+ content: "\e974";
405
+ margin-left: -1em;
406
+ color: rgb(50, 50, 50);
407
+ }
408
+ .icon-explosive .path10:before {
409
+ content: "\e975";
410
+ margin-left: -1em;
411
+ color: rgb(50, 50, 50);
412
+ }
413
+ .icon-explosive .path11:before {
414
+ content: "\e976";
415
+ margin-left: -1em;
416
+ color: rgb(50, 50, 50);
417
+ }
418
+ .icon-explosive .path12:before {
419
+ content: "\e977";
420
+ margin-left: -1em;
421
+ color: rgb(50, 50, 50);
422
+ }
423
+ .icon-explosive .path13:before {
424
+ content: "\e978";
425
+ margin-left: -1em;
426
+ color: rgb(50, 50, 50);
427
+ }
428
+ .icon-explosive .path14:before {
429
+ content: "\e979";
430
+ margin-left: -1em;
431
+ color: rgb(50, 50, 50);
432
+ }
433
+ .icon-explosive .path15:before {
434
+ content: "\e97a";
435
+ margin-left: -1em;
436
+ color: rgb(50, 50, 50);
437
+ }
438
+ .icon-explosive .path16:before {
439
+ content: "\e97b";
440
+ margin-left: -1em;
441
+ color: rgb(50, 50, 50);
442
+ }
443
+ .icon-explosive .path17:before {
444
+ content: "\e97c";
445
+ margin-left: -1em;
446
+ color: rgb(50, 50, 50);
447
+ }
448
+ .icon-explosive .path18:before {
449
+ content: "\e97d";
450
+ margin-left: -1em;
451
+ color: rgb(50, 50, 50);
452
+ }
453
+ .icon-explosive .path19:before {
454
+ content: "\e97e";
455
+ margin-left: -1em;
456
+ color: rgb(50, 50, 50);
457
+ }
458
+ .icon-explosive .path20:before {
459
+ content: "\e97f";
460
+ margin-left: -1em;
461
+ color: rgb(50, 50, 50);
462
+ }
463
+ .icon-explosive .path21:before {
464
+ content: "\e980";
465
+ margin-left: -1em;
466
+ color: rgb(50, 50, 50);
467
+ }
468
+ .icon-explosive .path22:before {
469
+ content: "\e981";
470
+ margin-left: -1em;
471
+ color: rgb(50, 50, 50);
472
+ }
473
+ .icon-explosive .path23:before {
474
+ content: "\e982";
475
+ margin-left: -1em;
476
+ color: rgb(50, 50, 50);
477
+ }
478
+ .icon-explosive .path24:before {
479
+ content: "\e983";
480
+ margin-left: -1em;
481
+ color: rgb(50, 50, 50);
482
+ }
483
+ .icon-explosive .path25:before {
484
+ content: "\e984";
485
+ margin-left: -1em;
486
+ color: rgb(50, 50, 50);
487
+ }
488
+ .icon-explosive .path26:before {
489
+ content: "\e985";
490
+ margin-left: -1em;
491
+ color: rgb(50, 50, 50);
492
+ }
493
+ .icon-explosive .path27:before {
494
+ content: "\e986";
495
+ margin-left: -1em;
496
+ color: rgb(50, 50, 50);
497
+ }
498
+ .icon-explosive .path28:before {
499
+ content: "\e987";
500
+ margin-left: -1em;
501
+ color: rgb(50, 50, 50);
502
+ }
503
+ .icon-explosive .path29:before {
504
+ content: "\e988";
505
+ margin-left: -1em;
506
+ color: rgb(50, 50, 50);
507
+ }
508
+ .icon-explosive .path30:before {
509
+ content: "\e989";
510
+ margin-left: -1em;
511
+ color: rgb(50, 50, 50);
512
+ }
513
+ .icon-explosive .path31:before {
514
+ content: "\e98a";
515
+ margin-left: -1em;
516
+ color: rgb(50, 50, 50);
517
+ }
518
+ .icon-explosive .path32:before {
519
+ content: "\e98b";
520
+ margin-left: -1em;
521
+ color: rgb(50, 50, 50);
522
+ }
523
+ .icon-explosive .path33:before {
524
+ content: "\e98c";
525
+ margin-left: -1em;
526
+ color: rgb(50, 50, 50);
527
+ }
528
+ .icon-explosive .path34:before {
529
+ content: "\e98d";
530
+ margin-left: -1em;
531
+ color: rgb(50, 50, 50);
532
+ }
533
+ .icon-explosive .path35:before {
534
+ content: "\e98e";
535
+ margin-left: -1em;
536
+ color: rgb(50, 50, 50);
537
+ }
538
+ .icon-explosive .path36:before {
539
+ content: "\e98f";
540
+ margin-left: -1em;
541
+ color: rgb(50, 50, 50);
542
+ }
543
+ .icon-explosive .path37:before {
544
+ content: "\e990";
545
+ margin-left: -1em;
546
+ color: rgb(50, 50, 50);
547
+ }
548
+ .icon-explosive .path38:before {
549
+ content: "\e991";
550
+ margin-left: -1em;
551
+ color: rgb(50, 50, 50);
552
+ }
553
+ .icon-explosive .path39:before {
554
+ content: "\e992";
555
+ margin-left: -1em;
556
+ color: rgb(50, 50, 50);
557
+ }
558
+ .icon-explosive .path40:before {
559
+ content: "\e993";
560
+ margin-left: -1em;
561
+ color: rgb(50, 50, 50);
562
+ }
563
+ .icon-explosive .path41:before {
564
+ content: "\e994";
565
+ margin-left: -1em;
566
+ color: rgb(50, 50, 50);
567
+ }
568
+ .icon-explosive .path42:before {
569
+ content: "\e995";
570
+ margin-left: -1em;
571
+ color: rgb(50, 50, 50);
572
+ }
573
+ .icon-explosive .path43:before {
574
+ content: "\e996";
575
+ margin-left: -1em;
576
+ color: rgb(50, 50, 50);
577
+ }
578
+ .icon-explosive .path44:before {
579
+ content: "\e997";
580
+ margin-left: -1em;
581
+ color: rgb(50, 50, 50);
582
+ }
583
+ .icon-explosive .path45:before {
584
+ content: "\e998";
585
+ margin-left: -1em;
586
+ color: rgb(50, 50, 50);
587
+ }
588
+ .icon-explosive .path46:before {
589
+ content: "\e999";
590
+ margin-left: -1em;
591
+ color: rgb(50, 50, 50);
592
+ }
593
+ .icon-file-excel:before {
594
+ content: "\e99a";
595
+ }
596
+ .icon-file-pdf:before {
597
+ content: "\e99b";
598
+ }
599
+ .icon-file-pdf-verified .path1:before {
600
+ content: "\e99c";
601
+ color: rgb(0, 0, 0);
602
+ opacity: 0.6;
603
+ }
604
+ .icon-file-pdf-verified .path2:before {
605
+ content: "\e99d";
606
+ margin-left: -1em;
607
+ color: rgb(255, 255, 255);
608
+ }
609
+ .icon-file-pdf-verified .path3:before {
610
+ content: "\e99e";
611
+ margin-left: -1em;
612
+ color: rgb(0, 0, 0);
613
+ opacity: 0.6;
614
+ }
615
+ .icon-file-word:before {
616
+ content: "\e99f";
617
+ }
618
+ .icon-filter-alt:before {
619
+ content: "\e9a0";
620
+ }
621
+ .icon-flammable .path1:before {
622
+ content: "\e9a1";
623
+ color: rgb(50, 50, 50);
624
+ }
625
+ .icon-flammable .path2:before {
626
+ content: "\e9a2";
627
+ margin-left: -1em;
628
+ color: rgb(50, 50, 50);
629
+ }
630
+ .icon-flammable .path3:before {
631
+ content: "\e9a3";
632
+ margin-left: -1em;
633
+ color: rgb(227, 39, 48);
634
+ }
635
+ .icon-gas-under-pressure .path1:before {
636
+ content: "\e9a4";
637
+ color: rgb(50, 50, 50);
638
+ }
639
+ .icon-gas-under-pressure .path2:before {
640
+ content: "\e9a5";
641
+ margin-left: -1em;
642
+ color: rgb(227, 39, 48);
643
+ }
644
+ .icon-health-hazard .path1:before {
645
+ content: "\e9a6";
646
+ color: rgb(50, 50, 50);
647
+ }
648
+ .icon-health-hazard .path2:before {
649
+ content: "\e9a7";
650
+ margin-left: -1em;
651
+ color: rgb(227, 39, 48);
652
+ }
653
+ .icon-line-break:before {
654
+ content: "\e9a8";
655
+ }
656
+ .icon-location:before {
657
+ content: "\e9a9";
658
+ }
659
+ .icon-measure-add:before {
660
+ content: "\e9aa";
661
+ }
662
+ .icon-measure-edit:before {
663
+ content: "\e9ab";
664
+ }
665
+ .icon-measure-view:before {
666
+ content: "\e9ac";
667
+ color: #666;
668
+ }
669
+ .icon-messages:before {
670
+ content: "\e9ad";
671
+ }
672
+ .icon-monitoring:before {
673
+ content: "\e9ae";
674
+ color: #666;
675
+ }
676
+ .icon-move:before {
677
+ content: "\e9af";
678
+ }
679
+ .icon-oxidizing .path1:before {
680
+ content: "\e9b0";
681
+ color: rgb(227, 39, 48);
682
+ }
683
+ .icon-oxidizing .path2:before {
684
+ content: "\e9b1";
685
+ margin-left: -1em;
686
+ color: rgb(50, 50, 50);
687
+ }
688
+ .icon-oxidizing .path3:before {
689
+ content: "\e9b2";
690
+ margin-left: -1em;
691
+ color: rgb(50, 50, 50);
692
+ }
693
+ .icon-oxidizing .path4:before {
694
+ content: "\e9b3";
695
+ margin-left: -1em;
696
+ color: rgb(50, 50, 50);
697
+ }
698
+ .icon-process-area-closed:before {
699
+ content: "\e9b4";
700
+ }
701
+ .icon-process-area-open:before {
702
+ content: "\e9b5";
703
+ }
704
+ .icon-process-linked .path1:before {
705
+ content: "\e9b6";
706
+ color: rgb(0, 0, 0);
707
+ opacity: 0.6;
708
+ }
709
+ .icon-process-linked .path2:before {
710
+ content: "\e9b7";
711
+ margin-left: -1em;
712
+ color: rgb(102, 102, 102);
713
+ }
714
+ .icon-risk:before {
715
+ content: "\e9b8";
716
+ }
717
+ .icon-search-in-file:before {
718
+ content: "\e9b9";
719
+ }
720
+ .icon-sort-ascending:before {
721
+ content: "\e9ba";
722
+ }
723
+ .icon-sort-descending:before {
724
+ content: "\e9bb";
725
+ }
726
+ .icon-subscript:before {
727
+ content: "\e9bc";
728
+ }
729
+ .icon-superscript:before {
730
+ content: "\e9bd";
731
+ }
732
+ .icon-syncronice-favorites:before {
733
+ content: "\e9be";
734
+ }
735
+ .icon-system-settings:before {
736
+ content: "\e9bf";
737
+ }
738
+ .icon-view-three-outlined:before {
739
+ content: "\e9c0";
740
+ }
741
+ .icon-workplace-safety:before {
742
+ content: "\e9c1";
743
+ }
744
+ .icon-checklist:before {
745
+ content: "\e900";
746
+ }
747
+ .icon-department-document .path1:before {
748
+ content: "\e901";
749
+ color: rgb(0, 0, 0);
750
+ opacity: 0.6;
751
+ }
752
+ .icon-department-document .path2:before {
753
+ content: "\e902";
754
+ margin-left: -1em;
755
+ color: rgb(0, 128, 76);
756
+ }
757
+ .icon-department-folder-closed .path1:before {
758
+ content: "\e903";
759
+ color: rgb(0, 0, 0);
760
+ opacity: 0.6;
761
+ }
762
+ .icon-department-folder-closed .path2:before {
763
+ content: "\e904";
764
+ margin-left: -1em;
765
+ color: rgb(0, 128, 76);
766
+ }
767
+ .icon-department-folder-open .path1:before {
768
+ content: "\e905";
769
+ color: rgb(0, 0, 0);
770
+ opacity: 0.6;
771
+ }
772
+ .icon-department-folder-open .path2:before {
773
+ content: "\e906";
774
+ margin-left: -1em;
775
+ color: rgb(0, 128, 76);
776
+ }
777
+ .icon-deviation:before {
778
+ content: "\e907";
779
+ }
780
+ .icon-dropdown-folder .path1:before {
781
+ content: "\e908";
782
+ color: rgb(0, 50, 78);
783
+ }
784
+ .icon-dropdown-folder .path2:before {
785
+ content: "\e909";
786
+ margin-left: -1em;
787
+ color: rgb(255, 255, 255);
788
+ opacity: 0.6;
789
+ }
790
+ .icon-enterprise-document .path1:before {
791
+ content: "\e90a";
792
+ color: rgb(0, 0, 0);
793
+ opacity: 0.6;
794
+ }
795
+ .icon-enterprise-document .path2:before {
796
+ content: "\e90b";
797
+ margin-left: -1em;
798
+ color: rgb(207, 71, 20);
799
+ }
800
+ .icon-enterprise-folder-closed .path1:before {
801
+ content: "\e90c";
802
+ color: rgb(0, 0, 0);
803
+ opacity: 0.6;
804
+ }
805
+ .icon-enterprise-folder-closed .path2:before {
806
+ content: "\e90d";
807
+ margin-left: -1em;
808
+ color: rgb(207, 71, 20);
809
+ }
810
+ .icon-enterprise-folder-open .path1:before {
811
+ content: "\e90e";
812
+ color: rgb(0, 0, 0);
813
+ opacity: 0.6;
814
+ }
815
+ .icon-enterprise-folder-open .path2:before {
816
+ content: "\e90f";
817
+ margin-left: -1em;
818
+ color: rgb(207, 71, 20);
819
+ }
820
+ .icon-folder-closed:before {
821
+ content: "\e910";
822
+ }
823
+ .icon-folder-open:before {
824
+ content: "\e911";
825
+ }
826
+ .icon-keyboard_arrow_down:before {
827
+ content: "\e912";
828
+ }
829
+ .icon-keyboard_arrow_up:before {
830
+ content: "\e913";
831
+ }
832
+ .icon-local-document .path1:before {
833
+ content: "\e914";
834
+ color: rgb(0, 0, 0);
835
+ opacity: 0.6;
836
+ }
837
+ .icon-local-document .path2:before {
838
+ content: "\e915";
839
+ margin-left: -1em;
840
+ color: rgb(25, 84, 169);
841
+ }
842
+ .icon-local-folder-closed .path1:before {
843
+ content: "\e916";
844
+ color: rgb(0, 0, 0);
845
+ opacity: 0.6;
846
+ }
847
+ .icon-local-folder-closed .path2:before {
848
+ content: "\e917";
849
+ margin-left: -1em;
850
+ color: rgb(25, 84, 169);
851
+ }
852
+ .icon-local-folder-open .path1:before {
853
+ content: "\e918";
854
+ color: rgb(0, 0, 0);
855
+ opacity: 0.6;
856
+ }
857
+ .icon-local-folder-open .path2:before {
858
+ content: "\e919";
859
+ margin-left: -1em;
860
+ color: rgb(25, 84, 169);
861
+ }
862
+ .icon-process:before {
863
+ content: "\e91a";
864
+ }
865
+ .icon-regional-document .path1:before {
866
+ content: "\e91c";
867
+ color: rgb(0, 0, 0);
868
+ opacity: 0.6;
869
+ }
870
+ .icon-regional-document .path2:before {
871
+ content: "\e91d";
872
+ margin-left: -1em;
873
+ color: rgb(102, 46, 13);
874
+ }
875
+ .icon-regional-folder-closed .path1:before {
876
+ content: "\e91e";
877
+ color: rgb(0, 0, 0);
878
+ opacity: 0.6;
879
+ }
880
+ .icon-regional-folder-closed .path2:before {
881
+ content: "\e91f";
882
+ margin-left: -1em;
883
+ color: rgb(102, 46, 13);
884
+ }
885
+ .icon-regional-folder-open .path1:before {
886
+ content: "\e920";
887
+ color: rgb(0, 0, 0);
888
+ opacity: 0.6;
889
+ }
890
+ .icon-regional-folder-open .path2:before {
891
+ content: "\e921";
892
+ margin-left: -1em;
893
+ color: rgb(102, 46, 13);
894
+ }