qms-angular 1.0.54 → 1.0.58

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 (479) hide show
  1. package/README.md +46 -1
  2. package/bundles/qms-angular.umd.js +6610 -13461
  3. package/bundles/qms-angular.umd.js.map +1 -1
  4. package/esm2015/lib/common/qms-icon.const.js +107 -1
  5. package/esm2015/lib/components/app-icon/app-icon.module.js +16 -29
  6. package/esm2015/lib/components/app-icon/icon-registry.service.js +8 -10
  7. package/esm2015/lib/components/badges/qms-badges.component.js +15 -24
  8. package/esm2015/lib/components/badges/qms-badges.module.js +18 -33
  9. package/esm2015/lib/components/banner/qms-banner/qms-banner.component.js +16 -28
  10. package/esm2015/lib/components/banner/qms-banner/qms-banner.module.js +19 -36
  11. package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.js +16 -28
  12. package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.js +19 -36
  13. package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.component.js +13 -19
  14. package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.module.js +17 -30
  15. package/esm2015/lib/components/breadcrumb/breadcrumb-direction-icon.directive.js +10 -11
  16. package/esm2015/lib/components/breadcrumb/breadcrumb-item.directive.js +17 -20
  17. package/esm2015/lib/components/breadcrumb/breadcrumb.js +28 -40
  18. package/esm2015/lib/components/breadcrumb/breadcrumb.module.js +26 -50
  19. package/esm2015/lib/components/button/button-toggle.js +85 -120
  20. package/esm2015/lib/components/button/button.js +78 -86
  21. package/esm2015/lib/components/button/button.module.js +27 -51
  22. package/esm2015/lib/components/comment/comment.js +18 -29
  23. package/esm2015/lib/components/dialog/dialog.js +28 -38
  24. package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.js +16 -24
  25. package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.module.js +31 -71
  26. package/esm2015/lib/components/list/list.js +89 -101
  27. package/esm2015/lib/components/list/list.module.js +50 -94
  28. package/esm2015/lib/components/qms-app-bar/qms-app-bar.component.js +29 -55
  29. package/esm2015/lib/components/qms-app-bar/qms-app-bar.module.js +20 -39
  30. package/esm2015/lib/components/qms-stepper/qms-stepper.component.js +22 -32
  31. package/esm2015/lib/components/qms-stepper/qms-stepper.module.js +25 -35
  32. package/esm2015/lib/components/related/content/related-content.component.js +12 -19
  33. package/esm2015/lib/components/related/list-other-related/list-related.component.js +25 -29
  34. package/esm2015/lib/components/related/model/popup-data.model.js +1 -1
  35. package/esm2015/lib/components/related/model/risk-analysis.model.js +1 -1
  36. package/esm2015/lib/components/related/popup/related-popup.component.js +80 -71
  37. package/esm2015/lib/components/related/related.module.js +44 -98
  38. package/esm2015/lib/components/related/risk/analysis/analysis.component.js +17 -23
  39. package/esm2015/lib/components/related/risk/list/list.component.js +18 -22
  40. package/esm2015/lib/components/related/risk/result/result.component.js +16 -23
  41. package/esm2015/lib/components/related/service/related-global.service.js +6 -7
  42. package/esm2015/lib/components/related/sidenav/sidenav.component.js +12 -21
  43. package/esm2015/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.js +18 -22
  44. package/esm2015/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.js +18 -22
  45. package/esm2015/lib/components/reports/qms-reports.module.js +20 -29
  46. package/esm2015/lib/components/rich-text/rich-text.js +32 -47
  47. package/esm2015/lib/components/rich-text/rich-text.module.js +21 -35
  48. package/esm2015/lib/components/select-dialog/select-dialog.js +16 -31
  49. package/esm2015/lib/components/select-include-children/enum/select-option-type.enum.js +7 -0
  50. package/esm2015/lib/components/select-include-children/index.js +2 -0
  51. package/esm2015/lib/components/select-include-children/model/select-option.model.js +3 -0
  52. package/esm2015/lib/components/select-include-children/model/select-popup-data.model.js +9 -0
  53. package/esm2015/lib/components/select-include-children/model/select-search-option.model.js +4 -0
  54. package/esm2015/lib/components/select-include-children/model/select.const.js +6 -0
  55. package/esm2015/lib/components/select-include-children/model/seleted-option.model.js +3 -0
  56. package/esm2015/lib/components/select-include-children/public_api.js +9 -0
  57. package/esm2015/lib/components/select-include-children/select-include-children.component.js +635 -0
  58. package/esm2015/lib/components/select-include-children/select-include-children.module.js +57 -0
  59. package/esm2015/lib/components/select-include-children/services/select-global.service.js +17 -0
  60. package/esm2015/lib/components/select-one/common/data-type.enum.js +14 -0
  61. package/esm2015/lib/components/select-one/common/document-folder-type.enum.js +12 -0
  62. package/esm2015/lib/components/select-one/common/module-type.enum.js +8 -0
  63. package/esm2015/lib/components/select-one/common/select-data.model.js +3 -0
  64. package/esm2015/lib/components/select-one/common/selected-node.model.js +3 -0
  65. package/esm2015/lib/components/select-one/common/selectone-popup-data.model.js +11 -0
  66. package/esm2015/lib/components/select-one/common/show-hide-search-result.const.js +6 -0
  67. package/esm2015/lib/components/select-one/index.js +2 -0
  68. package/esm2015/lib/components/select-one/public_api.js +7 -0
  69. package/esm2015/lib/components/select-one/select-one.component.js +343 -0
  70. package/esm2015/lib/components/select-one/select-one.module.js +53 -0
  71. package/esm2015/lib/components/select-one/service/select-one-global.service.js +17 -0
  72. package/esm2015/lib/components/suffix-field/suffix-field.directive.js +21 -22
  73. package/esm2015/lib/components/table/table-action.js +31 -31
  74. package/esm2015/lib/components/table/table.module.js +21 -37
  75. package/esm2015/lib/components/test-only/test-only.component.js +11 -14
  76. package/esm2015/lib/components/tooltip/tooltip.js +19 -24
  77. package/esm2015/lib/components/tooltip/tooltip.module.js +20 -38
  78. package/esm2015/lib/components/tree/model/tree-config.model.js +3 -0
  79. package/esm2015/lib/components/tree/model/tree-flat-node.model.js +3 -0
  80. package/esm2015/lib/components/tree/model/tree-node.model.js +3 -0
  81. package/esm2015/lib/components/tree/model/tree.model.js +3 -0
  82. package/esm2015/lib/components/tree/tree.component.js +730 -0
  83. package/esm2015/lib/components/tree/tree.function.js +96 -0
  84. package/esm2015/lib/components/tree/tree.module.js +51 -0
  85. package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.js +16 -22
  86. package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.module.js +31 -71
  87. package/esm2015/lib/directives/chip-input/chip-input-chip-list.directive.js +13 -13
  88. package/esm2015/lib/directives/chip-input/chip-input-field.directive.js +10 -11
  89. package/esm2015/lib/directives/chip-input/chip-input-select-dropdown.directive.js +10 -11
  90. package/esm2015/lib/directives/chip-input/chip-input-select-field.directive.js +14 -17
  91. package/esm2015/lib/directives/chip-input/chip-input-select-trigger.directive.js +13 -14
  92. package/esm2015/lib/directives/chips/chip-body.directive.js +10 -11
  93. package/esm2015/lib/directives/chips/chip.directive.js +13 -13
  94. package/esm2015/lib/directives/dropdown-menu/dropdown-item.directive.js +14 -16
  95. package/esm2015/lib/directives/file-upload/file-upload-attachment-list.directive.js +10 -11
  96. package/esm2015/lib/directives/file-upload/file-upload-display.directive.js +16 -19
  97. package/esm2015/lib/directives/file-upload/file-upload-multiple-display.directive.js +14 -16
  98. package/esm2015/lib/directives/file-upload/file-upload-multiple-selector.directive.js +20 -26
  99. package/esm2015/lib/directives/file-upload/file-upload-multiple.directive.js +15 -19
  100. package/esm2015/lib/directives/file-upload/file-upload-scrollable-attachment-list.directive.js +10 -11
  101. package/esm2015/lib/directives/file-upload/file-upload-selector.directive.js +18 -25
  102. package/esm2015/lib/directives/file-upload/file-upload.directive.js +20 -24
  103. package/esm2015/lib/directives/form.directive.js +51 -48
  104. package/esm2015/lib/directives/margin.directive.js +14 -15
  105. package/esm2015/lib/directives/range-slider/range-slider-lockup.directive.js +10 -11
  106. package/esm2015/lib/directives/range-slider/range-slider.directive.js +14 -17
  107. package/esm2015/lib/directives/scroll-selected/scroll-to-selected.directive.js +15 -16
  108. package/esm2015/lib/directives/scrollbar/scrollbar.directive.js +13 -13
  109. package/esm2015/lib/directives/search-field.directive.js +22 -21
  110. package/esm2015/lib/directives/side-sheet/drawer-content.directive.js +10 -11
  111. package/esm2015/lib/directives/side-sheet/drawer-header-action.directive.js +10 -11
  112. package/esm2015/lib/directives/side-sheet/drawer-header.directive.js +10 -11
  113. package/esm2015/lib/directives/side-sheet/drawer.directive.js +10 -11
  114. package/esm2015/lib/directives/tab/tab-group-advanced.directive.js +14 -15
  115. package/esm2015/lib/directives/tab/tab-group.directive.js +10 -11
  116. package/esm2015/lib/directives/tab/tab-label.directive.js +10 -11
  117. package/esm2015/lib/directives/text-block/text-block-line.directive.js +16 -20
  118. package/esm2015/lib/directives/text-block/text-block.directive.js +14 -17
  119. package/esm2015/lib/directives/tooltip/tooltip-image.directive.js +13 -14
  120. package/esm2015/lib/directives/tooltip/tooltip-renderer.directive.js +22 -35
  121. package/esm2015/lib/material-module.js +16 -35
  122. package/esm2015/lib/model/en.js +4 -35
  123. package/esm2015/lib/model/no.js +3 -34
  124. package/esm2015/lib/pipe/dateFormat.pipe.js +10 -11
  125. package/esm2015/lib/qms-angular.component.js +11 -13
  126. package/esm2015/lib/qms-angular.module.js +121 -232
  127. package/esm2015/lib/qms-angular.service.js +8 -9
  128. package/esm2015/lib/qms-ckeditor-components/common/bpmn/toolbar.function.js +12 -32
  129. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.js +1 -5
  130. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.js +1 -10
  131. package/esm2015/lib/qms-ckeditor-components/common/enums/document-type.enum.js +1 -2
  132. package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +2 -2
  133. package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +16 -23
  134. package/esm2015/lib/qms-ckeditor-components/common/module/tree/qms-ckeditor-tree.component.js +19 -34
  135. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +53 -577
  136. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.js +35 -69
  137. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.js +8 -12
  138. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +30 -39
  139. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +18 -22
  140. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +20 -29
  141. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +18 -22
  142. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +23 -35
  143. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +20 -30
  144. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +18 -27
  145. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor-base.component.js +4 -7
  146. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +44 -118
  147. package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.module.js +55 -131
  148. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-base.service.js +10 -10
  149. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn-api.service.js +9 -9
  150. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.js +26 -66
  151. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-global.service.js +8 -9
  152. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-link.service.js +9 -9
  153. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.js +9 -9
  154. package/esm2015/lib/qms-ckeditor-components/services/qms-ckedtior-template.service.js +9 -9
  155. package/esm2015/lib/services/translation-registry.service.js +8 -9
  156. package/esm2015/lib/shared.module.js +4 -9
  157. package/esm2015/public-api.js +10 -22
  158. package/esm2015/qms-angular.js +9 -1
  159. package/fesm2015/qms-angular.js +5337 -12118
  160. package/fesm2015/qms-angular.js.map +1 -1
  161. package/lib/common/qms-icon.const.d.ts +23 -0
  162. package/lib/components/app-icon/app-icon.module.d.ts +0 -7
  163. package/lib/components/app-icon/icon-registry.service.d.ts +0 -3
  164. package/lib/components/badges/qms-badges.component.d.ts +0 -3
  165. package/lib/components/badges/qms-badges.module.d.ts +0 -9
  166. package/lib/components/banner/qms-banner/qms-banner.component.d.ts +0 -3
  167. package/lib/components/banner/qms-banner/qms-banner.module.d.ts +0 -10
  168. package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.d.ts +0 -3
  169. package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.d.ts +0 -10
  170. package/lib/components/banner/qms-banner-loading/qms-banner-loading.component.d.ts +0 -3
  171. package/lib/components/banner/qms-banner-loading/qms-banner-loading.module.d.ts +0 -8
  172. package/lib/components/breadcrumb/breadcrumb-direction-icon.directive.d.ts +0 -3
  173. package/lib/components/breadcrumb/breadcrumb-item.directive.d.ts +0 -3
  174. package/lib/components/breadcrumb/breadcrumb.d.ts +0 -3
  175. package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -13
  176. package/lib/components/button/button-toggle.d.ts +0 -5
  177. package/lib/components/button/button.d.ts +0 -7
  178. package/lib/components/button/button.module.d.ts +0 -9
  179. package/lib/components/comment/comment.d.ts +0 -3
  180. package/lib/components/dialog/dialog.d.ts +0 -5
  181. package/lib/components/edit-file-name-dialog/edit-file-name-dialog.d.ts +0 -3
  182. package/lib/components/edit-file-name-dialog/edit-file-name-dialog.module.d.ts +0 -16
  183. package/lib/components/list/list.d.ts +0 -15
  184. package/lib/components/list/list.module.d.ts +0 -11
  185. package/lib/components/qms-app-bar/qms-app-bar.component.d.ts +0 -3
  186. package/lib/components/qms-app-bar/qms-app-bar.module.d.ts +0 -12
  187. package/lib/components/qms-stepper/qms-stepper.component.d.ts +0 -3
  188. package/lib/components/qms-stepper/qms-stepper.module.d.ts +0 -8
  189. package/lib/components/related/content/related-content.component.d.ts +0 -3
  190. package/lib/components/related/list-other-related/list-related.component.d.ts +0 -3
  191. package/lib/components/related/model/popup-data.model.d.ts +2 -2
  192. package/lib/components/related/model/risk-analysis.model.d.ts +2 -2
  193. package/lib/components/related/popup/related-popup.component.d.ts +4 -17
  194. package/lib/components/related/related.module.d.ts +0 -29
  195. package/lib/components/related/risk/analysis/analysis.component.d.ts +3 -14
  196. package/lib/components/related/risk/list/list.component.d.ts +1 -4
  197. package/lib/components/related/risk/result/result.component.d.ts +0 -3
  198. package/lib/components/related/service/related-global.service.d.ts +0 -3
  199. package/lib/components/related/sidenav/sidenav.component.d.ts +0 -3
  200. package/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.d.ts +0 -3
  201. package/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.d.ts +0 -3
  202. package/lib/components/reports/qms-reports.module.d.ts +0 -7
  203. package/lib/components/rich-text/rich-text.d.ts +0 -3
  204. package/lib/components/rich-text/rich-text.module.d.ts +0 -8
  205. package/lib/components/select-dialog/select-dialog.d.ts +0 -3
  206. package/lib/components/select-include-children/enum/select-option-type.enum.d.ts +5 -0
  207. package/lib/components/select-include-children/index.d.ts +1 -0
  208. package/lib/components/select-include-children/model/select-option.model.d.ts +11 -0
  209. package/lib/components/select-include-children/model/select-popup-data.model.d.ts +15 -0
  210. package/lib/components/select-include-children/model/select-search-option.model.d.ts +7 -0
  211. package/lib/components/select-include-children/model/select.const.d.ts +5 -0
  212. package/lib/components/select-include-children/model/seleted-option.model.d.ts +15 -0
  213. package/lib/components/select-include-children/public_api.d.ts +8 -0
  214. package/lib/components/select-include-children/select-include-children.component.d.ts +99 -0
  215. package/lib/components/select-include-children/select-include-children.module.d.ts +2 -0
  216. package/lib/components/select-include-children/services/select-global.service.d.ts +7 -0
  217. package/lib/components/select-one/common/data-type.enum.d.ts +12 -0
  218. package/lib/components/select-one/common/document-folder-type.enum.d.ts +10 -0
  219. package/lib/components/select-one/common/module-type.enum.d.ts +6 -0
  220. package/lib/components/select-one/common/select-data.model.d.ts +12 -0
  221. package/lib/components/select-one/common/selected-node.model.d.ts +12 -0
  222. package/lib/components/select-one/common/selectone-popup-data.model.d.ts +12 -0
  223. package/lib/components/select-one/common/show-hide-search-result.const.d.ts +5 -0
  224. package/lib/components/select-one/index.d.ts +1 -0
  225. package/lib/components/select-one/public_api.d.ts +6 -0
  226. package/lib/components/select-one/select-one.component.d.ts +77 -0
  227. package/lib/components/select-one/select-one.module.d.ts +2 -0
  228. package/lib/components/select-one/service/select-one-global.service.d.ts +7 -0
  229. package/lib/components/suffix-field/suffix-field.directive.d.ts +0 -5
  230. package/lib/components/table/table-action.d.ts +0 -5
  231. package/lib/components/table/table.module.d.ts +0 -8
  232. package/lib/components/test-only/test-only.component.d.ts +0 -3
  233. package/lib/components/tooltip/tooltip.d.ts +0 -3
  234. package/lib/components/tooltip/tooltip.module.d.ts +0 -9
  235. package/lib/components/{related → tree}/model/tree-config.model.d.ts +2 -2
  236. package/lib/components/tree/model/tree-flat-node.model.d.ts +11 -0
  237. package/lib/components/{related → tree}/model/tree-node.model.d.ts +0 -0
  238. package/lib/components/{related → tree}/model/tree.model.d.ts +0 -0
  239. package/lib/components/{related/tree → tree}/tree.component.d.ts +11 -19
  240. package/lib/components/{related/common → tree}/tree.function.d.ts +2 -2
  241. package/lib/components/tree/tree.module.d.ts +2 -0
  242. package/lib/components/upload-file-error-dialog/upload-file-error-dialog.d.ts +0 -3
  243. package/lib/components/upload-file-error-dialog/upload-file-error-dialog.module.d.ts +0 -16
  244. package/lib/directives/chip-input/chip-input-chip-list.directive.d.ts +0 -3
  245. package/lib/directives/chip-input/chip-input-field.directive.d.ts +0 -3
  246. package/lib/directives/chip-input/chip-input-select-dropdown.directive.d.ts +0 -3
  247. package/lib/directives/chip-input/chip-input-select-field.directive.d.ts +0 -3
  248. package/lib/directives/chip-input/chip-input-select-trigger.directive.d.ts +0 -3
  249. package/lib/directives/chips/chip-body.directive.d.ts +0 -3
  250. package/lib/directives/chips/chip.directive.d.ts +0 -3
  251. package/lib/directives/dropdown-menu/dropdown-item.directive.d.ts +0 -3
  252. package/lib/directives/file-upload/file-upload-attachment-list.directive.d.ts +0 -3
  253. package/lib/directives/file-upload/file-upload-display.directive.d.ts +0 -3
  254. package/lib/directives/file-upload/file-upload-multiple-display.directive.d.ts +0 -3
  255. package/lib/directives/file-upload/file-upload-multiple-selector.directive.d.ts +0 -3
  256. package/lib/directives/file-upload/file-upload-multiple.directive.d.ts +0 -3
  257. package/lib/directives/file-upload/file-upload-scrollable-attachment-list.directive.d.ts +0 -3
  258. package/lib/directives/file-upload/file-upload-selector.directive.d.ts +0 -3
  259. package/lib/directives/file-upload/file-upload.directive.d.ts +0 -5
  260. package/lib/directives/form.directive.d.ts +0 -11
  261. package/lib/directives/margin.directive.d.ts +0 -3
  262. package/lib/directives/range-slider/range-slider-lockup.directive.d.ts +0 -3
  263. package/lib/directives/range-slider/range-slider.directive.d.ts +0 -3
  264. package/lib/directives/scroll-selected/scroll-to-selected.directive.d.ts +0 -3
  265. package/lib/directives/scrollbar/scrollbar.directive.d.ts +0 -3
  266. package/lib/directives/search-field.directive.d.ts +0 -5
  267. package/lib/directives/side-sheet/drawer-content.directive.d.ts +0 -3
  268. package/lib/directives/side-sheet/drawer-header-action.directive.d.ts +0 -3
  269. package/lib/directives/side-sheet/drawer-header.directive.d.ts +0 -3
  270. package/lib/directives/side-sheet/drawer.directive.d.ts +0 -3
  271. package/lib/directives/tab/tab-group-advanced.directive.d.ts +0 -3
  272. package/lib/directives/tab/tab-group.directive.d.ts +0 -3
  273. package/lib/directives/tab/tab-label.directive.d.ts +0 -3
  274. package/lib/directives/text-block/text-block-line.directive.d.ts +0 -3
  275. package/lib/directives/text-block/text-block.directive.d.ts +0 -3
  276. package/lib/directives/tooltip/tooltip-image.directive.d.ts +0 -3
  277. package/lib/directives/tooltip/tooltip-renderer.directive.d.ts +0 -3
  278. package/lib/material-module.d.ts +0 -12
  279. package/lib/model/en.d.ts +0 -31
  280. package/lib/model/no.d.ts +0 -31
  281. package/lib/pipe/dateFormat.pipe.d.ts +0 -3
  282. package/lib/qms-angular.component.d.ts +0 -3
  283. package/lib/qms-angular.module.d.ts +0 -49
  284. package/lib/qms-angular.service.d.ts +0 -3
  285. package/lib/qms-ckeditor-components/common/bpmn/toolbar.function.d.ts +2 -2
  286. package/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.d.ts +0 -4
  287. package/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.d.ts +0 -9
  288. package/lib/qms-ckeditor-components/common/enums/document-type.enum.d.ts +0 -1
  289. package/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.d.ts +0 -3
  290. package/lib/qms-ckeditor-components/common/module/tree/qms-ckeditor-tree.component.d.ts +0 -3
  291. package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.d.ts +4 -88
  292. package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.d.ts +2 -11
  293. package/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.d.ts +0 -3
  294. package/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.d.ts +0 -3
  295. package/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.d.ts +0 -3
  296. package/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.d.ts +0 -3
  297. package/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.d.ts +0 -3
  298. package/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.d.ts +0 -4
  299. package/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.d.ts +0 -3
  300. package/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.d.ts +0 -3
  301. package/lib/qms-ckeditor-components/qms-ckeditor-base.component.d.ts +0 -3
  302. package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +0 -8
  303. package/lib/qms-ckeditor-components/qms-ckeditor.module.d.ts +0 -44
  304. package/lib/qms-ckeditor-components/services/qms-ckeditor-base.service.d.ts +0 -3
  305. package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn-api.service.d.ts +0 -3
  306. package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.d.ts +0 -4
  307. package/lib/qms-ckeditor-components/services/qms-ckeditor-global.service.d.ts +0 -3
  308. package/lib/qms-ckeditor-components/services/qms-ckeditor-link.service.d.ts +0 -3
  309. package/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.d.ts +0 -3
  310. package/lib/qms-ckeditor-components/services/qms-ckedtior-template.service.d.ts +0 -3
  311. package/lib/services/translation-registry.service.d.ts +0 -3
  312. package/lib/shared.module.d.ts +0 -4
  313. package/lib.theme.scss +0 -8
  314. package/package.json +2 -1
  315. package/public-api.d.ts +9 -20
  316. package/qms-angular.d.ts +8 -1
  317. package/qms-angular.metadata.json +1 -0
  318. package/src/assets/jointjs/scss/bpmn.scss +63 -64
  319. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
  320. package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
  321. package/src/assets/qms-ckeditor-plugin/build/translations/ar.js +1 -1
  322. package/src/assets/qms-ckeditor-plugin/build/translations/az.js +1 -1
  323. package/src/assets/qms-ckeditor-plugin/build/translations/bg.js +1 -1
  324. package/src/assets/qms-ckeditor-plugin/build/translations/cs.js +1 -1
  325. package/src/assets/qms-ckeditor-plugin/build/translations/da.js +1 -1
  326. package/src/assets/qms-ckeditor-plugin/build/translations/de-ch.js +1 -1
  327. package/src/assets/qms-ckeditor-plugin/build/translations/de.js +1 -1
  328. package/src/assets/qms-ckeditor-plugin/build/translations/en-au.js +1 -1
  329. package/src/assets/qms-ckeditor-plugin/build/translations/en-gb.js +1 -1
  330. package/src/assets/qms-ckeditor-plugin/build/translations/es.js +1 -1
  331. package/src/assets/qms-ckeditor-plugin/build/translations/et.js +1 -1
  332. package/src/assets/qms-ckeditor-plugin/build/translations/fa.js +1 -1
  333. package/src/assets/qms-ckeditor-plugin/build/translations/fi.js +1 -1
  334. package/src/assets/qms-ckeditor-plugin/build/translations/fr.js +1 -1
  335. package/src/assets/qms-ckeditor-plugin/build/translations/gl.js +1 -1
  336. package/src/assets/qms-ckeditor-plugin/build/translations/he.js +1 -1
  337. package/src/assets/qms-ckeditor-plugin/build/translations/hi.js +1 -1
  338. package/src/assets/qms-ckeditor-plugin/build/translations/hr.js +1 -1
  339. package/src/assets/qms-ckeditor-plugin/build/translations/hu.js +1 -1
  340. package/src/assets/qms-ckeditor-plugin/build/translations/id.js +1 -1
  341. package/src/assets/qms-ckeditor-plugin/build/translations/it.js +1 -1
  342. package/src/assets/qms-ckeditor-plugin/build/translations/ja.js +1 -1
  343. package/src/assets/qms-ckeditor-plugin/build/translations/ko.js +1 -1
  344. package/src/assets/qms-ckeditor-plugin/build/translations/ku.js +1 -1
  345. package/src/assets/qms-ckeditor-plugin/build/translations/lt.js +1 -1
  346. package/src/assets/qms-ckeditor-plugin/build/translations/lv.js +1 -1
  347. package/src/assets/qms-ckeditor-plugin/build/translations/nb.js +1 -1
  348. package/src/assets/qms-ckeditor-plugin/build/translations/ne.js +1 -1
  349. package/src/assets/qms-ckeditor-plugin/build/translations/nl.js +1 -1
  350. package/src/assets/qms-ckeditor-plugin/build/translations/no.js +1 -1
  351. package/src/assets/qms-ckeditor-plugin/build/translations/pl.js +1 -1
  352. package/src/assets/qms-ckeditor-plugin/build/translations/pt-br.js +1 -1
  353. package/src/assets/qms-ckeditor-plugin/build/translations/ro.js +1 -1
  354. package/src/assets/qms-ckeditor-plugin/build/translations/ru.js +1 -1
  355. package/src/assets/qms-ckeditor-plugin/build/translations/sk.js +1 -1
  356. package/src/assets/qms-ckeditor-plugin/build/translations/sl.js +1 -1
  357. package/src/assets/qms-ckeditor-plugin/build/translations/sq.js +1 -1
  358. package/src/assets/qms-ckeditor-plugin/build/translations/sr-latn.js +1 -1
  359. package/src/assets/qms-ckeditor-plugin/build/translations/sr.js +1 -1
  360. package/src/assets/qms-ckeditor-plugin/build/translations/sv.js +1 -1
  361. package/src/assets/qms-ckeditor-plugin/build/translations/th.js +1 -1
  362. package/src/assets/qms-ckeditor-plugin/build/translations/tk.js +1 -1
  363. package/src/assets/qms-ckeditor-plugin/build/translations/tr.js +1 -1
  364. package/src/assets/qms-ckeditor-plugin/build/translations/ug.js +1 -1
  365. package/src/assets/qms-ckeditor-plugin/build/translations/uk.js +1 -1
  366. package/src/assets/qms-ckeditor-plugin/build/translations/vi.js +1 -1
  367. package/src/assets/qms-ckeditor-plugin/build/translations/zh-cn.js +1 -1
  368. package/src/assets/qms-ckeditor-plugin/build/translations/zh.js +1 -1
  369. package/src/assets/qms-ckeditor-plugin/package-lock.json +9 -12198
  370. package/src/assets/qms-ckeditor-plugin/package.json +0 -1
  371. package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +3 -22
  372. package/src/assets/qms-ckeditor-plugin/src/plugins/bpmn/qmsCKEditorBpmnPlugin.js +5 -24
  373. package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorConstant.js +1 -7
  374. package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorService.js +0 -20
  375. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapediting.js +43 -47
  376. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapui.js +1 -1
  377. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/insertimagemapcommand.js +108 -72
  378. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/resizeimagemapcommand.js +3 -4
  379. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/utils.js +0 -13
  380. package/src/assets/qms-ckeditor-plugin/src/plugins/timestamp/timestamp.js +8 -8
  381. package/src/assets/qms-ckeditor-plugin/src/plugins/tooltip/tooltipui.js +24 -23
  382. package/src/assets/qms-ckeditor-plugin/src/themes/icons/information.svg +50 -1
  383. package/src/assets/qms-ckeditor-plugin/src/themes/icons/timestamp.svg +1 -1
  384. package/src/lib/components/qms-app-bar/qms-app-bar.component.scss +7 -0
  385. package/src/lib/components/select-include-children/select-include-children.component.scss +309 -0
  386. package/src/lib/components/select-one/select-one.component.scss +240 -0
  387. package/src/lib/components/{related/tree → tree}/tree.component.scss +4 -4
  388. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.scss +1 -15
  389. package/src/lib/qms-ckeditor-components/styles/_layout.scss +0 -24
  390. package/src/lib/qms-ckeditor-components/styles/_modules.scss +0 -8
  391. package/src/themes/_non-bg-scrollbar.scss +33 -0
  392. package/src/themes/_scrollbar.scss +3 -10
  393. package/esm2015/lib/components/related/common/qms-icon.const.js +0 -107
  394. package/esm2015/lib/components/related/common/tree.function.js +0 -96
  395. package/esm2015/lib/components/related/model/tree-config.model.js +0 -3
  396. package/esm2015/lib/components/related/model/tree-node.model.js +0 -3
  397. package/esm2015/lib/components/related/model/tree.model.js +0 -3
  398. package/esm2015/lib/components/related/tree/tree.component.js +0 -684
  399. package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.js +0 -7
  400. package/esm2015/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.js +0 -8
  401. package/esm2015/lib/qms-ckeditor-components/common/flowchart/sample/sample-graphs.js +0 -16
  402. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/halo-service.js +0 -105
  403. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/inspector-service.js +0 -3762
  404. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.js +0 -68
  405. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +0 -372
  406. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/stencil-service.js +0 -1041
  407. package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/toolbar-service.js +0 -326
  408. package/esm2015/lib/qms-ckeditor-components/common/flowchart/shapes/app-shapes.js +0 -318
  409. package/esm2015/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.js +0 -80
  410. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.js +0 -9
  411. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.js +0 -9
  412. package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +0 -3
  413. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.js +0 -43
  414. package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.js +0 -322
  415. package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.js +0 -8
  416. package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.js +0 -26
  417. package/lib/components/related/common/qms-icon.const.d.ts +0 -23
  418. package/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.d.ts +0 -6
  419. package/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.d.ts +0 -6
  420. package/lib/qms-ckeditor-components/common/flowchart/sample/sample-graphs.d.ts +0 -14
  421. package/lib/qms-ckeditor-components/common/flowchart/service/halo-service.d.ts +0 -48
  422. package/lib/qms-ckeditor-components/common/flowchart/service/inspector-service.d.ts +0 -18
  423. package/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.d.ts +0 -17
  424. package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +0 -62
  425. package/lib/qms-ckeditor-components/common/flowchart/service/stencil-service.d.ts +0 -1183
  426. package/lib/qms-ckeditor-components/common/flowchart/service/toolbar-service.d.ts +0 -216
  427. package/lib/qms-ckeditor-components/common/flowchart/shapes/app-shapes.d.ts +0 -61
  428. package/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.d.ts +0 -36
  429. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.d.ts +0 -7
  430. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.d.ts +0 -7
  431. package/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.d.ts +0 -7
  432. package/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.d.ts +0 -18
  433. package/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.d.ts +0 -44
  434. package/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.d.ts +0 -7
  435. package/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.d.ts +0 -13
  436. package/src/assets/images/ckeditor5.svg +0 -1
  437. package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf +0 -0
  438. package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf +0 -0
  439. package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf +0 -0
  440. package/src/assets/jointjs/fonts/Alegreya_Sans/OFL.txt +0 -92
  441. package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Bold.ttf +0 -0
  442. package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Light.ttf +0 -0
  443. package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Regular.ttf +0 -0
  444. package/src/assets/jointjs/fonts/Averia_Libre/OFL.txt +0 -93
  445. package/src/assets/jointjs/fonts/Roboto_Condensed/LICENSE.txt +0 -202
  446. package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf +0 -0
  447. package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf +0 -0
  448. package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf +0 -0
  449. package/src/assets/jointjs/images/delete-icon-modern.png +0 -0
  450. package/src/assets/jointjs/images/image-icon1.svg +0 -1
  451. package/src/assets/jointjs/images/image-icon2.svg +0 -6
  452. package/src/assets/jointjs/images/image-icon3.svg +0 -11
  453. package/src/assets/jointjs/images/image-icon4.svg +0 -8
  454. package/src/assets/jointjs/images/member-female.png +0 -0
  455. package/src/assets/jointjs/images/member-male.png +0 -0
  456. package/src/assets/jointjs/images/no-color-icon.svg +0 -72
  457. package/src/assets/jointjs/images/reset-icon-modern.png +0 -0
  458. package/src/assets/jointjs/images/save-icon-modern.png +0 -0
  459. package/src/assets/jointjs/images/to-front-icon-modern.png +0 -0
  460. package/src/assets/jointjs/images/toback-icon-modern.png +0 -0
  461. package/src/assets/jointjs/images/toolbar-icons-dark.woff +0 -0
  462. package/src/assets/jointjs/images/toolbar-icons-material.png +0 -0
  463. package/src/assets/jointjs/images/toolbar-icons-modern.png +0 -0
  464. package/src/assets/jointjs/images/transparent-icon.svg +0 -50
  465. package/src/assets/jointjs/scss/style.dark.scss +0 -233
  466. package/src/assets/jointjs/scss/style.material.scss +0 -234
  467. package/src/assets/jointjs/scss/style.modern.scss +0 -225
  468. package/src/assets/jointjs/scss/style.scss +0 -216
  469. package/src/assets/jointjs/scss/theme-picker.scss +0 -21
  470. package/src/assets/qms-ckeditor-plugin/src/dist/ckeditor.dev.js +0 -173
  471. package/src/assets/qms-ckeditor-plugin/src/plugins/aboutckeditor/aboutckeditor.js +0 -28
  472. package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/qmsCKEditorFlowchartPlugin.js +0 -63
  473. package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/dist/qmsCKEditorFullscreenPlugin.dev.js +0 -87
  474. package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/openimagemapcommand.js +0 -58
  475. package/src/assets/qms-ckeditor-plugin/src/themes/icons/flowchart.svg +0 -507
  476. package/src/assets/qms-ckeditor-plugin/src/themes/icons/tooltip.svg +0 -1
  477. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.scss +0 -16
  478. package/src/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.scss +0 -5
  479. package/src/themes/_non-bg-srcollbar.scss +0 -4
@@ -1 +1,24 @@
1
1
  export declare const BREADCRUMB_DROPDOWN_ICON = "<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3552 5.35508C11.9118 4.91175 11.3168 4.66675 10.6985 4.66675H4.66683C3.3835 4.66675 2.34516 5.71675 2.34516 7.00008L2.3335 21.0001C2.3335 22.2834 3.3835 23.3334 4.66683 23.3334H23.3335C24.6168 23.3334 25.6668 22.2834 25.6668 21.0001V9.33341C25.6668 8.05008 24.6168 7.00008 23.3335 7.00008H14.0002L12.3552 5.35508Z\" fill=\"#00324E\"/>\n<path d=\"M10.25 13.125L14 16.875L17.75 13.125H10.25Z\" fill=\"white\" fill-opacity=\"0.6\"/>\n</svg>\n";
2
+ export declare const PROCESS_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3V9H5V19H15V21H21V15H15V17H7V9H9V7H15V9H21V3H15V5H9V3H3ZM7 5V7H5V5H7ZM19 5V7H17V5H19ZM19 19V17H17V19H19Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
3
+ export declare const PROCESS_AREA_OUTLINED_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4H4C2.9 4 2.01 4.9 2.01 6L2 18C2 19.1 2.9 20 4 20H11V18H4V6H9.17L11.17 8H20V11H22V8C22 6.9 21.1 6 20 6H12L10 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path d=\"M13 16.5V13H16.5V14.1667H20V13H23.5V16.5H20V15.3333H16.5V16.5H15.3333V21.1667H20V20H23.5V23.5H20V22.3333H14.1667V16.5H13Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
4
+ export declare const PROCESS_AREA_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4H10L12 6H20C21.1 6 22 6.9 22 8V11H13C11.8954 11 11 11.8954 11 13V20H4C2.9 20 2 19.1 2 18L2.01 6C2.01 4.9 2.9 4 4 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path d=\"M13 16.5V13H16.5V14.1667H20V13H23.5V16.5H20V15.3333H16.5V16.5H15.3333V21.1667H20V20H23.5V23.5H20V22.3333H14.1667V16.5H13Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
5
+ export declare const DOCUMENT_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 2H14L20 8V20C20 21.1 19.1 22 18 22H5.99C4.89 22 4 21.1 4 20L4.01 4C4.01 2.9 4.9 2 6 2ZM6 4V20H18V9H13V4H6Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
6
+ export declare const DEVIATION_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 21.5L12 2.5L23 21.5H1ZM19.53 19.5L12 6.49L4.47 19.5H19.53ZM11 16.5V18.5H13V16.5H11ZM11 10.5H13V14.5H11V10.5Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
7
+ export declare const CHECKLIST_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3 13H5V11H3V13Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path d=\"M3 17H5V15H3V17Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path d=\"M3 9H5V7H3V9Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path d=\"M7 13H21V11H7V13Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path d=\"M7 17H21V15H7V17Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path d=\"M7 7V9H21V7H7Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
8
+ export declare const RISK_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3V21H21V3H3ZM11 19H5V13H11V19ZM5 11H11V5H5V11ZM19 19H13V13H19V19ZM13 11H19V5H13V11Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
9
+ export declare const NORMAL_FOLDER_OUTLINED_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4H10L12 6H20C21.1 6 22 6.9 22 8V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18L2.01 6C2.01 4.9 2.9 4 4 4ZM11.17 8L9.17 6H4V18H20V8H11.17Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
10
+ export declare const NORMAL_FOLDER_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.59 4.59C10.21 4.21 9.7 4 9.17 4H4C2.9 4 2.01 4.9 2.01 6L2 18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 6.9 21.1 6 20 6H12L10.59 4.59Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n</svg>\n";
11
+ export declare const LOCAL_FOLDER_OUTLINED_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4H4C2.9 4 2.01 4.9 2.01 6L2 18C2 19.1 2.9 20 4 20H11V18H4V6H9.17L11.17 8H20V12H22V8C22 6.9 21.1 6 20 6H12L10 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21.5001V19.0001H19V21.5001C19 21.7751 19.225 22.0001 19.5 22.0001H21C21.275 22.0001 21.5 21.7751 21.5 21.5001V18.0001H22.35C22.58 18.0001 22.69 17.7151 22.515 17.5651L18.335 13.8001C18.145 13.6301 17.855 13.6301 17.665 13.8001L13.485 17.5651C13.315 17.7151 13.42 18.0001 13.65 18.0001H14.5V21.5001C14.5 21.7751 14.725 22.0001 15 22.0001H16.5C16.775 22.0001 17 21.7751 17 21.5001Z\" fill=\"#1954A9\"/>\n</svg>\n";
12
+ export declare const LOCAL_FOLDER_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4H10L12 6H20C21.1 6 22 6.9 22 8V12H17C13.6863 12 11 14.6863 11 18V20H4C2.9 20 2 19.1 2 18L2.01 6C2.01 4.9 2.9 4 4 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21.5001V19.0001H19V21.5001C19 21.7751 19.225 22.0001 19.5 22.0001H21C21.275 22.0001 21.5 21.7751 21.5 21.5001V18.0001H22.35C22.58 18.0001 22.69 17.7151 22.515 17.5651L18.335 13.8001C18.145 13.6301 17.855 13.6301 17.665 13.8001L13.485 17.5651C13.315 17.7151 13.42 18.0001 13.65 18.0001H14.5V21.5001C14.5 21.7751 14.725 22.0001 15 22.0001H16.5C16.775 22.0001 17 21.7751 17 21.5001Z\" fill=\"#1954A9\"/>\n</svg>\n";
13
+ export declare const ENTERPRISE_FOLDER_OUTLINED_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4H4C2.9 4 2.01 4.9 2.01 6L2 18C2 19.1 2.9 20 4 20H11V18H4V6H9.17L11.17 8H20V11H22V8C22 6.9 21.1 6 20 6H12L10 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 17.5V13.5H15.5V15.5H13.5V22.5H17.5V20.5H18.5V22.5H22.5V17.5H20.5ZM15.5 21.5H14.5V20.5H15.5V21.5ZM15.5 19.5H14.5V18.5H15.5V19.5ZM15.5 17.5H14.5V16.5H15.5V17.5ZM17.5 19.5H16.5V18.5H17.5V19.5ZM17.5 17.5H16.5V16.5H17.5V17.5ZM17.5 15.5H16.5V14.5H17.5V15.5ZM19.5 19.5H18.5V18.5H19.5V19.5ZM19.5 17.5H18.5V16.5H19.5V17.5ZM19.5 15.5H18.5V14.5H19.5V15.5ZM21.5 21.5H20.5V20.5H21.5V21.5ZM21.5 19.5H20.5V18.5H21.5V19.5Z\" fill=\"#CF4714\"/>\n</svg>\n";
14
+ export declare const ENTERPRISE_FOLDER_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4H10L12 6H20C21.1 6 22 6.9 22 8V11H17C13.6863 11 11 13.6863 11 17V20H4C2.9 20 2 19.1 2 18L2.01 6C2.01 4.9 2.9 4 4 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 17.5V13.5H15.5V15.5H13.5V22.5H17.5V20.5H18.5V22.5H22.5V17.5H20.5ZM15.5 21.5H14.5V20.5H15.5V21.5ZM15.5 19.5H14.5V18.5H15.5V19.5ZM15.5 17.5H14.5V16.5H15.5V17.5ZM17.5 19.5H16.5V18.5H17.5V19.5ZM17.5 17.5H16.5V16.5H17.5V17.5ZM17.5 15.5H16.5V14.5H17.5V15.5ZM19.5 19.5H18.5V18.5H19.5V19.5ZM19.5 17.5H18.5V16.5H19.5V17.5ZM19.5 15.5H18.5V14.5H19.5V15.5ZM21.5 21.5H20.5V20.5H21.5V21.5ZM21.5 19.5H20.5V18.5H21.5V19.5Z\" fill=\"#CF4714\"/>\n</svg>";
15
+ export declare const REGIONAL_FOLDER_OUTLINED_ICON = "<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4H4C2.9 4 2.01 4.9 2.01 6L2 18C2 19.1 2.9 20 4 20H12V18H4V6H9.17L11.17 8H20V11H22V8C22 6.9 21.1 6 20 6H12L10 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.4999 13.0833C16.4037 13.0833 14.7083 14.7787 14.7083 16.8749C14.7083 19.1337 17.1024 22.2483 18.0883 23.4345C18.3049 23.6945 18.7003 23.6945 18.917 23.4345C19.8974 22.2483 22.2916 19.1337 22.2916 16.8749C22.2916 14.7787 20.5962 13.0833 18.4999 13.0833ZM18.4999 18.2291C17.7524 18.2291 17.1458 17.6224 17.1458 16.8749C17.1458 16.1274 17.7524 15.5208 18.4999 15.5208C19.2474 15.5208 19.8541 16.1274 19.8541 16.8749C19.8541 17.6224 19.2474 18.2291 18.4999 18.2291Z\" fill=\"#662E0D\"/>\n</svg>\n";
16
+ export declare const REGIONAL_FOLDER_ICON = "<svg width=\"25\" height=\"25\" viewBox=\"0 0 25 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4H10L12 6H20C21.1 6 22 6.9 22 8V11H18C14.6863 11 12 13.6863 12 17V20H4C2.9 20 2 19.1 2 18L2.01 6C2.01 4.9 2.9 4 4 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.4999 13.0833C16.4037 13.0833 14.7083 14.7787 14.7083 16.8749C14.7083 19.1337 17.1024 22.2483 18.0883 23.4345C18.3049 23.6945 18.7003 23.6945 18.917 23.4345C19.8974 22.2483 22.2916 19.1337 22.2916 16.8749C22.2916 14.7787 20.5962 13.0833 18.4999 13.0833ZM18.4999 18.2291C17.7524 18.2291 17.1458 17.6224 17.1458 16.8749C17.1458 16.1274 17.7524 15.5208 18.4999 15.5208C19.2474 15.5208 19.8541 16.1274 19.8541 16.8749C19.8541 17.6224 19.2474 18.2291 18.4999 18.2291Z\" fill=\"#662E0D\"/>\n</svg>\n";
17
+ export declare const DEPARTMENT_FOLDER_OUTLINED_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 4H4C2.9 4 2.01 4.9 2.01 6L2 18C2 19.1 2.9 20 4 20H11V18H4V6H9.17L11.17 8H20V12H22V8C22 6.9 21.1 6 20 6H12L10 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 15.25H22C22.555 15.25 23 15.695 23 16.25V21.75C23 22.305 22.555 22.75 22 22.75H14C13.445 22.75 13 22.305 13 21.75L13.005 16.25C13.005 15.695 13.445 15.25 14 15.25H16V14.25C16 13.695 16.445 13.25 17 13.25H19C19.555 13.25 20 13.695 20 14.25V15.25ZM17 15.25H19V14.25H17V15.25Z\" fill=\"#00804C\"/>\n</svg>\n";
18
+ export declare const DEPARTMENT_FOLDER_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 4H10L12 6H20C21.1 6 22 6.9 22 8V12H17C13.6863 12 11 14.6863 11 18V20H4C2.9 20 2 19.1 2 18L2.01 6C2.01 4.9 2.9 4 4 4Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 15.25H22C22.555 15.25 23 15.695 23 16.25V21.75C23 22.305 22.555 22.75 22 22.75H14C13.445 22.75 13 22.305 13 21.75L13.005 16.25C13.005 15.695 13.445 15.25 14 15.25H16V14.25C16 13.695 16.445 13.25 17 13.25H19C19.555 13.25 20 13.695 20 14.25V15.25ZM17 15.25H19V14.25H17V15.25Z\" fill=\"#00804C\"/>\n</svg>\n";
19
+ export declare const KEYBOARD_UP_ICON = "<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\" fill=\"#000000\"><path d=\"M0 0h24v24H0z\" fill=\"none\"/><path d=\"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z\"/></svg>\n";
20
+ export declare const KEYBOARD_DOWN_ICON = "<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\" fill=\"#000000\"><path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"/></svg>\n";
21
+ export declare const DOCUMENT_LOCAL_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H11V20H6V4H13V9H18V12H20V8L14 2Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 21.5001V19.0001H19V21.5001C19 21.7751 19.225 22.0001 19.5 22.0001H21C21.275 22.0001 21.5 21.7751 21.5 21.5001V18.0001H22.35C22.58 18.0001 22.69 17.7151 22.515 17.5651L18.335 13.8001C18.145 13.6301 17.855 13.6301 17.665 13.8001L13.485 17.5651C13.315 17.7151 13.42 18.0001 13.65 18.0001H14.5V21.5001C14.5 21.7751 14.725 22.0001 15 22.0001H16.5C16.775 22.0001 17 21.7751 17 21.5001Z\" fill=\"#1954A9\"/>\n</svg>\n";
22
+ export declare const DOCUMENT_DEPARTMENT_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H11V20H6V4H13V9H18V12H20V8L14 2Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 15.25H22C22.555 15.25 23 15.695 23 16.25V21.75C23 22.305 22.555 22.75 22 22.75H14C13.445 22.75 13 22.305 13 21.75L13.005 16.25C13.005 15.695 13.445 15.25 14 15.25H16V14.25C16 13.695 16.445 13.25 17 13.25H19C19.555 13.25 20 13.695 20 14.25V15.25ZM17 15.25H19V14.25H17V15.25Z\" fill=\"#00804C\"/>\n</svg>\n";
23
+ export declare const DOCUMENT_REGIONAL_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H11V20H6V4H13V9H18V12H20V8L14 2Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 13C16.065 13 14.5 14.565 14.5 16.5C14.5 18.585 16.71 21.46 17.62 22.555C17.82 22.795 18.185 22.795 18.385 22.555C19.29 21.46 21.5 18.585 21.5 16.5C21.5 14.565 19.935 13 18 13ZM18 17.75C17.31 17.75 16.75 17.19 16.75 16.5C16.75 15.81 17.31 15.25 18 15.25C18.69 15.25 19.25 15.81 19.25 16.5C19.25 17.19 18.69 17.75 18 17.75Z\" fill=\"#662E0D\"/>\n</svg>\n";
24
+ export declare const DOCUMENT_ENTERPRISE_ICON = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H11V20H6V4H13V9H18V12H20V8L14 2Z\" fill=\"black\" fill-opacity=\"0.6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 17.5V13.5H15.5V15.5H13.5V22.5H17.5V20.5H18.5V22.5H22.5V17.5H20.5ZM15.5 21.5H14.5V20.5H15.5V21.5ZM15.5 19.5H14.5V18.5H15.5V19.5ZM15.5 17.5H14.5V16.5H15.5V17.5ZM17.5 19.5H16.5V18.5H17.5V19.5ZM17.5 17.5H16.5V16.5H17.5V17.5ZM17.5 15.5H16.5V14.5H17.5V15.5ZM19.5 19.5H18.5V18.5H19.5V19.5ZM19.5 17.5H18.5V16.5H19.5V17.5ZM19.5 15.5H18.5V14.5H19.5V15.5ZM21.5 21.5H20.5V20.5H21.5V21.5ZM21.5 19.5H20.5V18.5H21.5V19.5Z\" fill=\"#CF4714\"/>\n</svg>\n";
@@ -1,9 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/material/core";
4
- import * as i3 from "@angular/material/icon";
5
1
  export declare class QMSAppIconModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSAppIconModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<QMSAppIconModule, never, [typeof i1.CommonModule, typeof i2.MatCommonModule, typeof i3.MatIconModule], [typeof i2.MatCommonModule, typeof i3.MatIconModule]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<QMSAppIconModule>;
9
2
  }
@@ -1,6 +1,5 @@
1
1
  import { MatIconRegistry } from "@angular/material/icon";
2
2
  import { DomSanitizer } from "@angular/platform-browser";
3
- import * as i0 from "@angular/core";
4
3
  export declare class QMSIconRegistryService {
5
4
  registerProcessIcon(_iconRegistry: MatIconRegistry, _sanitizer: DomSanitizer): void;
6
5
  registerProcessAreaIcon(_iconRegistry: MatIconRegistry, _sanitizer: DomSanitizer): void;
@@ -9,6 +8,4 @@ export declare class QMSIconRegistryService {
9
8
  registerDeviationIcon(_iconRegistry: MatIconRegistry, _sanitizer: DomSanitizer): void;
10
9
  registerChecklistIcon(_iconRegistry: MatIconRegistry, _sanitizer: DomSanitizer): void;
11
10
  registerRiskIcon(_iconRegistry: MatIconRegistry, _sanitizer: DomSanitizer): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSIconRegistryService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<QMSIconRegistryService>;
14
11
  }
@@ -1,6 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { BadgeCircleSize, BadgesType } from './models/qms-badges.model';
3
- import * as i0 from "@angular/core";
4
3
  export declare class QmsBadgesComponent implements OnInit {
5
4
  typeBadges: typeof BadgesType;
6
5
  sizeCircleBadges: typeof BadgeCircleSize;
@@ -10,6 +9,4 @@ export declare class QmsBadgesComponent implements OnInit {
10
9
  size: string;
11
10
  icon: string;
12
11
  ngOnInit(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsBadgesComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<QmsBadgesComponent, "qms-badges", never, { "type": "type"; "color": "color"; "contents": "contents"; "size": "size"; "icon": "icon"; }, {}, never, never>;
15
12
  }
@@ -1,11 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./qms-badges.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "@angular/material/tooltip";
7
1
  export declare class QmsBadgesModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsBadgesModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<QmsBadgesModule, [typeof i1.QmsBadgesComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatIconModule, typeof i5.MatTooltipModule], [typeof i1.QmsBadgesComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<QmsBadgesModule>;
11
2
  }
@@ -1,6 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { BannerType, QmsBannerContent } from '../models/qms-banner.model';
3
- import * as i0 from "@angular/core";
4
3
  export declare class QmsBannerComponent {
5
4
  type: BannerType;
6
5
  contents: QmsBannerContent[];
@@ -9,6 +8,4 @@ export declare class QmsBannerComponent {
9
8
  buttonMinWidth: number;
10
9
  buttonClick: EventEmitter<PointerEvent>;
11
10
  onClickButton(event: PointerEvent): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsBannerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<QmsBannerComponent, "qms-banner", never, { "type": "type"; "contents": "contents"; "icon": "icon"; "buttonText": "buttonText"; "buttonMinWidth": "buttonMinWidth"; }, { "buttonClick": "buttonClick"; }, never, never>;
14
11
  }
@@ -1,12 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./qms-banner.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "@angular/material/tooltip";
7
- import * as i6 from "../../button/button.module";
8
1
  export declare class QmsBannerModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsBannerModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<QmsBannerModule, [typeof i1.QmsBannerComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.QMSButtonModule], [typeof i1.QmsBannerComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<QmsBannerModule>;
12
2
  }
@@ -1,6 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { BannerType, QmsBannerConfirmButton, QmsBannerConfirmButtonClick, QmsBannerContent } from '../models/qms-banner.model';
3
- import * as i0 from "@angular/core";
4
3
  export declare class QmsBannerConfirmComponent {
5
4
  type: BannerType;
6
5
  contents: QmsBannerContent[];
@@ -9,6 +8,4 @@ export declare class QmsBannerConfirmComponent {
9
8
  buttons: QmsBannerConfirmButton[];
10
9
  buttonClick: EventEmitter<QmsBannerConfirmButtonClick>;
11
10
  onClickButton(event: PointerEvent, button: QmsBannerConfirmButton): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsBannerConfirmComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<QmsBannerConfirmComponent, "qms-banner-confirm", never, { "type": "type"; "contents": "contents"; "icon": "icon"; "title": "title"; "buttons": "buttons"; }, { "buttonClick": "buttonClick"; }, never, never>;
14
11
  }
@@ -1,12 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./qms-banner-confirm.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "@angular/material/tooltip";
7
- import * as i6 from "../../button/button.module";
8
1
  export declare class QmsBannerConfirmModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsBannerConfirmModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<QmsBannerConfirmModule, [typeof i1.QmsBannerConfirmComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatIconModule, typeof i5.MatTooltipModule, typeof i6.QMSButtonModule], [typeof i1.QmsBannerConfirmComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<QmsBannerConfirmModule>;
12
2
  }
@@ -1,9 +1,6 @@
1
1
  import { BannerType } from '../models/qms-banner.model';
2
- import * as i0 from "@angular/core";
3
2
  export declare class QmsBannerLoadingComponent {
4
3
  type: BannerType;
5
4
  title: string;
6
5
  percent: number;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsBannerLoadingComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<QmsBannerLoadingComponent, "qms-banner-loading", never, { "type": "type"; "title": "title"; "percent": "percent"; }, {}, never, never>;
9
6
  }
@@ -1,10 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./qms-banner-loading.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@angular/material/progress-spinner";
6
1
  export declare class QmsBannerLoadingModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsBannerLoadingModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<QmsBannerLoadingModule, [typeof i1.QmsBannerLoadingComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatProgressSpinnerModule], [typeof i1.QmsBannerLoadingComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<QmsBannerLoadingModule>;
10
2
  }
@@ -1,9 +1,6 @@
1
1
  import { ElementRef, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class QMSBreadcrumbDirectionIconDirective implements OnInit {
4
3
  ele: ElementRef;
5
4
  constructor(ele: ElementRef);
6
5
  ngOnInit(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSBreadcrumbDirectionIconDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<QMSBreadcrumbDirectionIconDirective, "[qms-breadcrumb-direction-icon]", never, {}, {}, never>;
9
6
  }
@@ -1,5 +1,4 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnInit, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
2
  export declare class QMSBreadcrumbItemDirective implements OnInit, AfterViewInit {
4
3
  ele: ElementRef;
5
4
  private renderer;
@@ -10,6 +9,4 @@ export declare class QMSBreadcrumbItemDirective implements OnInit, AfterViewInit
10
9
  constructor(ele: ElementRef, renderer: Renderer2);
11
10
  ngAfterViewInit(): void;
12
11
  ngOnInit(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSBreadcrumbItemDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<QMSBreadcrumbItemDirective, "[qms-breadcrumb-item]", never, { "isLastItem": "isLastItem"; "showTooltip": "showTooltip"; }, { "showTooltipChange": "showTooltipChange"; }, ["breadcrumbItemText"]>;
15
12
  }
@@ -4,7 +4,6 @@ import { DomSanitizer } from "@angular/platform-browser";
4
4
  import { ItemIconType } from "../related/common/item-icon-type.enum";
5
5
  import { QMSBreadcrumbItemDirective } from "./breadcrumb-item.directive";
6
6
  import { BreadcrumbNode } from "./model/breadcrumb-node.model";
7
- import * as i0 from "@angular/core";
8
7
  export declare class QMSBreadcrumb implements OnInit, AfterViewInit {
9
8
  private ele;
10
9
  private iconRegistry;
@@ -34,6 +33,4 @@ export declare class QMSBreadcrumb implements OnInit, AfterViewInit {
34
33
  getImagePath(node: BreadcrumbNode): string;
35
34
  onKeyPressed(event: any): void;
36
35
  onItemSelect(item: BreadcrumbNode, isLastItem?: boolean): void;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSBreadcrumb, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSBreadcrumb, "qms-breadcrumb", never, { "nodes": "nodes"; "type": "type"; "maxLine": "maxLine"; "numDisplayItem": "numDisplayItem"; "onlyItem": "onlyItem"; "disabledLastItem": "disabledLastItem"; }, { "onItemClick": "onItemClick"; }, never, never>;
39
36
  }
@@ -1,15 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./breadcrumb";
3
- import * as i2 from "./breadcrumb-item.directive";
4
- import * as i3 from "./breadcrumb-direction-icon.directive";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "@angular/material/core";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "../../qms-angular.module";
9
- import * as i8 from "../button/button.module";
10
- import * as i9 from "@angular/material/menu";
11
1
  export declare class QMSBreadcrumbModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSBreadcrumbModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<QMSBreadcrumbModule, [typeof i1.QMSBreadcrumb, typeof i2.QMSBreadcrumbItemDirective, typeof i3.QMSBreadcrumbDirectionIconDirective], [typeof i4.CommonModule, typeof i5.MatCommonModule, typeof i6.MatIconModule, typeof i7.QmsAngularModule, typeof i8.QMSButtonModule, typeof i9.MatMenuModule], [typeof i5.MatCommonModule, typeof i6.MatIconModule, typeof i1.QMSBreadcrumb, typeof i2.QMSBreadcrumbItemDirective, typeof i3.QMSBreadcrumbDirectionIconDirective]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<QMSBreadcrumbModule>;
15
2
  }
@@ -3,7 +3,6 @@ import { BooleanInput } from '@angular/cdk/coercion';
3
3
  import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList, InjectionToken, AfterViewInit } from '@angular/core';
4
4
  import { ControlValueAccessor } from '@angular/forms';
5
5
  import { CanDisableRipple } from '@angular/material/core';
6
- import * as i0 from "@angular/core";
7
6
  export declare type ButtonToggleAppearance = 'standard' | 'active' | 'dark';
8
7
  export interface ButtonToggleDefaultOptions {
9
8
  appearance?: ButtonToggleAppearance;
@@ -56,8 +55,6 @@ export declare class QMSButtonToggleGroup implements ControlValueAccessor, OnIni
56
55
  static ngAcceptInputType_disabled: BooleanInput;
57
56
  static ngAcceptInputType_multiple: BooleanInput;
58
57
  static ngAcceptInputType_vertical: BooleanInput;
59
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSButtonToggleGroup, [null, { optional: true; }]>;
60
- static ɵdir: i0.ɵɵDirectiveDeclaration<QMSButtonToggleGroup, "qms-button-toggle-group", ["qmsButtonToggleGroup"], { "appearance": "appearance"; "name": "name"; "vertical": "vertical"; "value": "value"; "disabled": "disabled"; }, { "valueChange": "valueChange"; "change": "change"; }, ["_buttonToggles"]>;
61
58
  }
62
59
  declare const _ButtonToggleBase: import("@angular/material/core/common-behaviors/constructor").Constructor<CanDisableRipple> & import("@angular/material/core/common-behaviors/constructor").AbstractConstructor<CanDisableRipple> & {
63
60
  new (): {};
@@ -96,7 +93,5 @@ export declare class QMSButtonToggle extends _ButtonToggleBase implements OnInit
96
93
  static ngAcceptInputType_disabled: BooleanInput;
97
94
  static ngAcceptInputType_vertical: BooleanInput;
98
95
  static ngAcceptInputType_disableRipple: BooleanInput;
99
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSButtonToggle, [{ optional: true; }, null, null, null, { attribute: "tabindex"; }, { optional: true; }]>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSButtonToggle, "qms-button-toggle", ["qmsButtonToggle"], { "disableRipple": "disableRipple"; "ariaLabel": "aria-label"; "ariaLabelledby": "aria-labelledby"; "id": "id"; "name": "name"; "value": "value"; "tabIndex": "tabIndex"; "appearance": "appearance"; "checked": "checked"; "disabled": "disabled"; }, { "change": "change"; }, never, ["*"]>;
101
96
  }
102
97
  export {};
@@ -2,7 +2,6 @@ import { FocusMonitor, FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
2
2
  import { ElementRef, OnDestroy, AfterViewInit, Renderer2 } from '@angular/core';
3
3
  import { CanColor, CanColorCtor } from './color';
4
4
  import { CanDisable, CanDisableCtor } from '@angular/material/core';
5
- import * as i0 from "@angular/core";
6
5
  declare class QMSButtonBase {
7
6
  _elementRef: ElementRef;
8
7
  constructor(_elementRef: ElementRef);
@@ -20,8 +19,6 @@ export declare class QMSButton extends _QMSButtonMixinBase implements AfterViewI
20
19
  _hasHostAttributes(...attributes: string[]): boolean;
21
20
  ngAfterViewInit(): void;
22
21
  ngOnDestroy(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSButton, [null, null, { optional: true; }]>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSButton, "button[qms-btn], button[qms-btn-lg], button[qms-btn-outlined], button[qms-btn-outlined-lg], button[qms-btn-text], button[qms-btn-text-lg], button[qms-btn-fab],button[qms-btn-fab-sm],button[qms-btn-fab-ext], button[qms-btn-fab-outlined],button[qms-btn-fab-outlined-sm],button[qms-btn-fab-outlined-ext]", ["qmsButton"], { "disabled": "disabled"; "color": "color"; }, {}, never, ["*"]>;
25
22
  }
26
23
  /**
27
24
  * Material design anchor button.
@@ -30,8 +27,6 @@ export declare class QMSAnchor extends QMSButton {
30
27
  tabIndex: number;
31
28
  constructor(focusMonitor: FocusMonitor, elementRef: ElementRef, animationMode: string);
32
29
  _haltDisabledEvents(event: Event): void;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSAnchor, [null, null, { optional: true; }]>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSAnchor, "a[qms-btn], a[qms-btn-lg], a[qms-btn-outlined], a[qms-btn-outlined-lg], a[qms-btn-text], a[qms-btn-text-lg], a[qms-btn-fab], a[qms-btn-fab-sm], a[qms-btn-fab-ext], a[qms-btn-fab-outlined],a[qms-btn-fab-outlined-sm],a[qms-btn-fab-outlined-ext]", ["qmsButton", "qmsAnchor"], { "disabled": "disabled"; "color": "color"; "tabIndex": "tabIndex"; }, {}, never, ["*"]>;
35
30
  }
36
31
  export declare class QMSButtonIcon extends _QMSButtonMixinBase implements AfterViewInit, OnDestroy, CanDisable, CanColor, FocusableOption {
37
32
  private _focusMonitor;
@@ -44,7 +39,5 @@ export declare class QMSButtonIcon extends _QMSButtonMixinBase implements AfterV
44
39
  _hasHostAttributes(...attributes: string[]): boolean;
45
40
  ngAfterViewInit(): void;
46
41
  ngOnDestroy(): void;
47
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSButtonIcon, [null, null, null, { optional: true; }]>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSButtonIcon, "button[qms-btn-icon]", ["qmsButtonIcon"], { "disabled": "disabled"; "color": "color"; "type": "type"; }, {}, never, ["*"]>;
49
42
  }
50
43
  export {};
@@ -1,11 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./button";
3
- import * as i2 from "./button-toggle";
4
- import * as i3 from "@angular/material/core";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "@angular/material/progress-spinner";
7
1
  export declare class QMSButtonModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<QMSButtonModule, [typeof i1.QMSButton, typeof i1.QMSAnchor, typeof i2.QMSButtonToggle, typeof i2.QMSButtonToggleGroup, typeof i1.QMSButtonIcon], [typeof i3.MatCommonModule, typeof i4.MatIconModule, typeof i5.MatProgressSpinnerModule], [typeof i1.QMSButton, typeof i1.QMSAnchor, typeof i1.QMSButtonIcon, typeof i3.MatCommonModule, typeof i4.MatIconModule, typeof i5.MatProgressSpinnerModule, typeof i2.QMSButtonToggle, typeof i2.QMSButtonToggleGroup]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<QMSButtonModule>;
11
2
  }
@@ -1,6 +1,5 @@
1
1
  import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
2
2
  import { TranslateLibraryService } from "../../services/translation-registry.service";
3
- import * as i0 from "@angular/core";
4
3
  export interface Logs {
5
4
  user: string;
6
5
  date: any;
@@ -21,6 +20,4 @@ export declare class QMSComment implements OnInit, OnChanges {
21
20
  editContent(item: any): void;
22
21
  saveEditedContent(item: any): void;
23
22
  removeItem(item: any): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSComment, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSComment, "qms-comment", never, { "sourceLog": "sourceLog"; }, { "updateLog": "updateLog"; }, never, never>;
26
23
  }
@@ -2,7 +2,6 @@ import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
2
2
  import { FormBuilder } from '@angular/forms';
3
3
  import { MatDialogRef } from '@angular/material/dialog';
4
4
  import { ConfirmDialog } from './constant';
5
- import * as i0 from "@angular/core";
6
5
  export declare class QMSConfirmDialog implements OnInit, AfterViewInit {
7
6
  private fb;
8
7
  private _elRef;
@@ -16,11 +15,7 @@ export declare class QMSConfirmDialog implements OnInit, AfterViewInit {
16
15
  orderActionButton(): void;
17
16
  save(): void;
18
17
  close(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSConfirmDialog, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSConfirmDialog, "qms-dialog-confirm", never, {}, {}, never, never>;
21
18
  }
22
19
  export declare class QMSFormDialog implements OnInit {
23
20
  ngOnInit(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSFormDialog, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSFormDialog, "qms-dialog-form", never, {}, {}, never, ["*"]>;
26
21
  }
@@ -1,6 +1,5 @@
1
1
  import { MatDialogRef } from "@angular/material/dialog";
2
2
  import { TranslateLibraryService } from "../../services/translation-registry.service";
3
- import * as i0 from "@angular/core";
4
3
  export declare class QMSEditFileNameDialog {
5
4
  dialogRef: MatDialogRef<QMSEditFileNameDialog>;
6
5
  trans: TranslateLibraryService;
@@ -11,6 +10,4 @@ export declare class QMSEditFileNameDialog {
11
10
  cancel(): void;
12
11
  saveChanges(): void;
13
12
  clearInput(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSEditFileNameDialog, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSEditFileNameDialog, "qms-edit-file-name-dialog", never, {}, {}, never, never>;
16
13
  }
@@ -1,18 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./edit-file-name-dialog";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/core";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "@angular/material/dialog";
7
- import * as i6 from "@angular/material/button";
8
- import * as i7 from "@angular/material/expansion";
9
- import * as i8 from "@angular/material/form-field";
10
- import * as i9 from "@angular/material/input";
11
- import * as i10 from "@angular/forms";
12
- import * as i11 from "../../shared.module";
13
- import * as i12 from "../button/button.module";
14
1
  export declare class QMSEditFileNameDialogModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSEditFileNameDialogModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<QMSEditFileNameDialogModule, [typeof i1.QMSEditFileNameDialog], [typeof i2.CommonModule, typeof i3.MatCommonModule, typeof i4.MatIconModule, typeof i5.MatDialogModule, typeof i6.MatButtonModule, typeof i7.MatExpansionModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i10.FormsModule, typeof i11.SharedModule, typeof i12.QMSButtonModule], [typeof i3.MatCommonModule, typeof i4.MatIconModule, typeof i7.MatExpansionModule, typeof i5.MatDialogModule, typeof i8.MatFormFieldModule, typeof i9.MatInputModule, typeof i6.MatButtonModule, typeof i1.QMSEditFileNameDialog]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<QMSEditFileNameDialogModule>;
18
2
  }
@@ -1,8 +1,5 @@
1
1
  import { AfterContentInit, AfterViewInit, ElementRef, OnInit, QueryList, Renderer2 } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
2
  export declare class QMSListLeadingIcon {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSListLeadingIcon, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<QMSListLeadingIcon, "[leading-icon]", never, {}, {}, never>;
6
3
  }
7
4
  export declare class QMSListLine {
8
5
  private elRef;
@@ -12,12 +9,8 @@ export declare class QMSListLine {
12
9
  type: string;
13
10
  color: string;
14
11
  ngOnInit(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSListLine, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<QMSListLine, "[qms-line]", never, { "size": "size"; "type": "type"; "color": "color"; }, {}, never>;
17
12
  }
18
13
  export declare class QMSListHeader {
19
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSListHeader, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<QMSListHeader, "[qms-list-header]", never, {}, {}, never>;
21
14
  }
22
15
  export declare class QMSListExpansion implements AfterContentInit {
23
16
  private elRef;
@@ -25,8 +18,6 @@ export declare class QMSListExpansion implements AfterContentInit {
25
18
  _lines: QueryList<QMSListLine>;
26
19
  constructor(elRef: ElementRef, renderer: Renderer2);
27
20
  ngAfterContentInit(): void;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSListExpansion, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<QMSListExpansion, "[qms-expansion]", never, {}, {}, ["_lines"]>;
30
21
  }
31
22
  export declare class QMSListExpansionHeader implements AfterContentInit {
32
23
  private elRef;
@@ -35,15 +26,11 @@ export declare class QMSListExpansionHeader implements AfterContentInit {
35
26
  constructor(elRef: ElementRef, renderer: Renderer2);
36
27
  onClick($event: any): void;
37
28
  ngAfterContentInit(): void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSListExpansionHeader, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<QMSListExpansionHeader, "[qms-expansion-header]", never, {}, {}, ["_lines"]>;
40
29
  }
41
30
  export declare class QMSList implements OnInit {
42
31
  private elRef;
43
32
  constructor(elRef: ElementRef);
44
33
  ngOnInit(): void;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSList, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSList, "qms-list", never, {}, {}, never, ["*"]>;
47
34
  }
48
35
  export declare class QMSListItem implements AfterViewInit {
49
36
  private elRef;
@@ -55,6 +42,4 @@ export declare class QMSListItem implements AfterViewInit {
55
42
  _lines: QueryList<QMSListLine>;
56
43
  constructor(elRef: ElementRef<HTMLElement>, renderer: Renderer2);
57
44
  ngAfterViewInit(): void;
58
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSListItem, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<QMSListItem, "qms-list-item", never, { "type": "type"; }, {}, ["_lines"], ["[leading-icon]", "[qms-list-header]", "[qms-line]", "*"]>;
60
45
  }
@@ -1,13 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./list";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/core";
5
- import * as i4 from "@angular/material/icon";
6
- import * as i5 from "@angular/material/progress-spinner";
7
- import * as i6 from "@angular/material/list";
8
- import * as i7 from "@angular/material/expansion";
9
1
  export declare class QMSListModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<QMSListModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<QMSListModule, [typeof i1.QMSList, typeof i1.QMSListItem, typeof i1.QMSListLeadingIcon, typeof i1.QMSListLine, typeof i1.QMSListHeader, typeof i1.QMSListExpansion, typeof i1.QMSListExpansionHeader], [typeof i2.CommonModule, typeof i3.MatCommonModule, typeof i4.MatIconModule, typeof i5.MatProgressSpinnerModule, typeof i6.MatListModule, typeof i7.MatExpansionModule], [typeof i3.MatCommonModule, typeof i4.MatIconModule, typeof i5.MatProgressSpinnerModule, typeof i6.MatListModule, typeof i7.MatExpansionModule, typeof i1.QMSList, typeof i1.QMSListItem, typeof i1.QMSListLeadingIcon, typeof i1.QMSListLine, typeof i1.QMSListHeader, typeof i1.QMSListExpansion, typeof i1.QMSListExpansionHeader]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<QMSListModule>;
13
2
  }
@@ -1,7 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { MatButton } from '@angular/material/button';
3
3
  import { IconModel } from './qms-app-bar.model';
4
- import * as i0 from "@angular/core";
5
4
  export declare class QmsAppBarComponent implements OnInit {
6
5
  menu: MatButton;
7
6
  isNomalType: boolean;
@@ -28,6 +27,4 @@ export declare class QmsAppBarComponent implements OnInit {
28
27
  onConfirm(): void;
29
28
  onMenuClicked(): void;
30
29
  onRightIconClicked(icon: string): void;
31
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsAppBarComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<QmsAppBarComponent, "app-qms-app-bar", never, { "isNomalType": "isNomalType"; "leftFirstIcon": "leftFirstIcon"; "title": "title"; "cancelTitle": "cancelTitle"; "confirmTitle": "confirmTitle"; "disabledConfirmAction": "disabledConfirmAction"; "hideMenuDropdown": "hideMenuDropdown"; "logoSvgPath": "logoSvgPath"; "imgSvgPath": "imgSvgPath"; "isImgSvgTransparent": "isImgSvgTransparent"; "rightIcons": "rightIcons"; "notifications": "notifications"; }, { "onClickLeftFirstIconEvent": "onClickLeftFirstIconEvent"; "onCancelEvent": "onCancelEvent"; "onConfirmEvent": "onConfirmEvent"; "onMenuClickedEvent": "onMenuClickedEvent"; "onRightIconClickedEvent": "onRightIconClickedEvent"; }, never, never>;
33
30
  }
@@ -1,14 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./qms-app-bar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/icon";
5
- import * as i4 from "@angular/material/toolbar";
6
- import * as i5 from "@angular/material/button";
7
- import * as i6 from "@angular/material/tooltip";
8
- import * as i7 from "@angular/material/badge";
9
- import * as i8 from "../button/button.module";
10
1
  export declare class QmsAppBarModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsAppBarModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<QmsAppBarModule, [typeof i1.QmsAppBarComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatToolbarModule, typeof i5.MatButtonModule, typeof i6.MatTooltipModule, typeof i7.MatBadgeModule, typeof i8.QMSButtonModule], [typeof i1.QmsAppBarComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<QmsAppBarModule>;
14
2
  }
@@ -1,6 +1,5 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { StepModel } from './qms-stepper.model';
3
- import * as i0 from "@angular/core";
4
3
  export declare class QmsStepperComponent implements OnInit {
5
4
  private changeDetector;
6
5
  stepper: any;
@@ -14,6 +13,4 @@ export declare class QmsStepperComponent implements OnInit {
14
13
  constructor(changeDetector: ChangeDetectorRef);
15
14
  ngOnInit(): void;
16
15
  changeStep(selectedIndex: number): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsStepperComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<QmsStepperComponent, "app-qms-stepper", never, { "steps": "steps"; "width": "width"; "height": "height"; "isHorizontal": "isHorizontal"; "currentStep": "currentStep"; "labelPosition": "labelPosition"; }, { "selectionChangeEvent": "selectionChangeEvent"; }, never, never>;
19
16
  }
@@ -1,10 +1,2 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./qms-stepper.component";
3
- import * as i2 from "@angular/material/stepper";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/material/icon";
6
1
  export declare class QmsStepperModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<QmsStepperModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<QmsStepperModule, [typeof i1.QmsStepperComponent], [typeof i2.MatStepperModule, typeof i3.CommonModule, typeof i4.MatIconModule], [typeof i1.QmsStepperComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<QmsStepperModule>;
10
2
  }
@@ -1,7 +1,6 @@
1
1
  import { OnInit } from "@angular/core";
2
2
  import { DataType } from "../common/data-type.enum";
3
3
  import { SelectedNode } from "../model/selected-node.model";
4
- import * as i0 from "@angular/core";
5
4
  export declare class RelatedContentComponent implements OnInit {
6
5
  LANG: any;
7
6
  header: string;
@@ -10,6 +9,4 @@ export declare class RelatedContentComponent implements OnInit {
10
9
  imageProcess: string;
11
10
  ngOnInit(): void;
12
11
  removeContent(content: SelectedNode): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<RelatedContentComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<RelatedContentComponent, "qms-related-content", never, { "header": "header"; "contents": "contents"; }, {}, never, never>;
15
12
  }
@@ -5,7 +5,6 @@ import { TranslateLibraryService } from '../../../services/translation-registry.
5
5
  import { QMSIconRegistryService } from "../../app-icon/icon-registry.service";
6
6
  import { DataType } from "../common/data-type.enum";
7
7
  import { IRelated, RelatedData } from "../model/related-data.model";
8
- import * as i0 from "@angular/core";
9
8
  export declare class RelatedListComponent implements OnInit, OnChanges {
10
9
  private domSanitizer;
11
10
  translate: TranslateLibraryService;
@@ -32,6 +31,4 @@ export declare class RelatedListComponent implements OnInit, OnChanges {
32
31
  getItemStatus(item: any): string;
33
32
  getNodeIcon(item: any): "process" | "process_area_outlined" | "document" | "document_local" | "document_enterprise" | "document_department" | "document_regional" | "folder_outlined" | "local_folder_outlined" | "enterprise_folder_outlined" | "regional_folder_outlined" | "department_folder_outlined" | "deviation" | "checklist" | "risk";
34
33
  canShowParent(item: any): boolean;
35
- static ɵfac: i0.ɵɵFactoryDeclaration<RelatedListComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<RelatedListComponent, "qms-related-list", never, { "data": "data"; "showStatus": "showStatus"; }, { "updateData": "updateData"; "onItemSelect": "onItemSelect"; }, never, never>;
37
34
  }
@@ -1,5 +1,5 @@
1
- import { TreeConfig } from "./tree-config.model";
2
- import { TreeModel } from "./tree.model";
1
+ import { TreeConfig } from "../../tree/model/tree-config.model";
2
+ import { TreeModel } from "../../tree/model/tree.model";
3
3
  export declare class PopupData {
4
4
  moduleId: number;
5
5
  moduleName: string;
@@ -1,5 +1,5 @@
1
- import { TreeConfig } from "./tree-config.model";
2
- import { TreeModel } from "./tree.model";
1
+ import { TreeConfig } from "../../tree/model/tree-config.model";
2
+ import { TreeModel } from "../../tree/model/tree.model";
3
3
  export declare class RiskAnalysis {
4
4
  title: string;
5
5
  dangers: Array<TreeModel>;
@@ -13,21 +13,11 @@ import { ModuleType } from '../common/module-type.enum';
13
13
  import { PopupData } from '../model/popup-data.model';
14
14
  import { IRelated } from '../model/related-data.model';
15
15
  import { SelectedNode } from '../model/selected-node.model';
16
- import { TreeConfig } from '../model/tree-config.model';
17
- import { TreeModel } from '../model/tree.model';
16
+ import { TreeConfig } from '../../tree/model/tree-config.model';
17
+ import { TreeModel } from '../../tree/model/tree.model';
18
18
  import { QMSRelatedGlobalService } from '../service/related-global.service';
19
- import { TreeComponent } from '../tree/tree.component';
20
- import * as i0 from "@angular/core";
21
- interface TreeFlatNode {
22
- id: string;
23
- name: string;
24
- level: number;
25
- expandable: boolean;
26
- hasChild: boolean;
27
- parentId?: string;
28
- disabled: boolean;
29
- levelType?: number;
30
- }
19
+ import { TreeComponent } from '../../tree/tree.component';
20
+ import { TreeFlatNode } from '../../tree/model/tree-flat-node.model';
31
21
  export declare class RelatedPopupComponent implements OnInit, OnDestroy, AfterViewChecked {
32
22
  private cdRef;
33
23
  translate: TranslateLibraryService;
@@ -115,7 +105,4 @@ export declare class RelatedPopupComponent implements OnInit, OnDestroy, AfterVi
115
105
  canShowSearchOption(moduleId: number): boolean;
116
106
  selectNodeTreeEvent(node: any): void;
117
107
  getChildNodeSelectOne(listChildren: any): void;
118
- static ɵfac: i0.ɵɵFactoryDeclaration<RelatedPopupComponent, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<RelatedPopupComponent, "qms-related-popup", never, {}, {}, never, never>;
120
108
  }
121
- export {};