@colijnit/sharedcomponents 261.1.0 → 261.1.2

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 (1184) hide show
  1. package/.browserslistrc +16 -0
  2. package/.editorconfig +16 -0
  3. package/README.md +11 -8
  4. package/Sharedcomponents.iml +15 -0
  5. package/angular.json +177 -0
  6. package/build.xml +31 -0
  7. package/custom-login-bundle.webpack.config.js +3 -0
  8. package/karma.conf.js +44 -0
  9. package/move-assets.js +14 -0
  10. package/package.json +79 -33
  11. package/projects/sharedcomponents/.browserslistrc +16 -0
  12. package/projects/sharedcomponents/README.md +24 -0
  13. package/projects/sharedcomponents/karma.conf.js +44 -0
  14. package/projects/sharedcomponents/ng-package.json +17 -0
  15. package/projects/sharedcomponents/package.json +25 -0
  16. package/projects/sharedcomponents/src/lib/assets/dictionary/text.properties.ts +8 -0
  17. package/projects/sharedcomponents/src/lib/assets/icons/account.svg +1 -0
  18. package/projects/sharedcomponents/src/lib/assets/icons/angle_left_solid.svg +1 -0
  19. package/projects/sharedcomponents/src/lib/assets/icons/angle_right_solid.svg +1 -0
  20. package/projects/sharedcomponents/src/lib/assets/icons/arrow_down.svg +1 -0
  21. package/projects/sharedcomponents/src/lib/assets/icons/arrow_down_regular.svg +1 -0
  22. package/projects/sharedcomponents/src/lib/assets/icons/arrow_fat_right.svg +1 -0
  23. package/projects/sharedcomponents/src/lib/assets/icons/arrow_left_round_open.svg +1 -0
  24. package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_down.svg +6 -0
  25. package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_left.svg +1 -0
  26. package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_right.svg +1 -0
  27. package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_up.svg +8 -0
  28. package/projects/sharedcomponents/src/lib/assets/icons/arrow_right_arrow_left_regular.svg +1 -0
  29. package/projects/sharedcomponents/src/lib/assets/icons/at_solid.svg +1 -0
  30. package/projects/sharedcomponents/src/lib/assets/icons/barcode_read_regular.svg +1 -0
  31. package/projects/sharedcomponents/src/lib/assets/icons/bell_regular.svg +1 -0
  32. package/projects/sharedcomponents/src/lib/assets/icons/bell_slash_regular.svg +1 -0
  33. package/projects/sharedcomponents/src/lib/assets/icons/bring_forward_regular.svg +1 -0
  34. package/projects/sharedcomponents/src/lib/assets/icons/camera.svg +1 -0
  35. package/projects/sharedcomponents/src/lib/assets/icons/check_duotone.svg +1 -0
  36. package/projects/sharedcomponents/src/lib/assets/icons/check_round.svg +1 -0
  37. package/projects/sharedcomponents/src/lib/assets/icons/check_solid.svg +1 -0
  38. package/projects/sharedcomponents/src/lib/assets/icons/chevron_right_regular.svg +1 -0
  39. package/projects/sharedcomponents/src/lib/assets/icons/clock_regular.svg +1 -0
  40. package/projects/sharedcomponents/src/lib/assets/icons/comment_regular.svg +1 -0
  41. package/projects/sharedcomponents/src/lib/assets/icons/cross_skinny.svg +1 -0
  42. package/projects/sharedcomponents/src/lib/assets/icons/cubes.svg +1 -0
  43. package/projects/sharedcomponents/src/lib/assets/icons/delete_left_regular.svg +1 -0
  44. package/projects/sharedcomponents/src/lib/assets/icons/delivery_truck.svg +12 -0
  45. package/projects/sharedcomponents/src/lib/assets/icons/detail_view.svg +1 -0
  46. package/projects/sharedcomponents/src/lib/assets/icons/diagram_project_regular.svg +1 -0
  47. package/projects/sharedcomponents/src/lib/assets/icons/dropzone.svg +1 -0
  48. package/projects/sharedcomponents/src/lib/assets/icons/edit_pen_regular.svg +1 -0
  49. package/projects/sharedcomponents/src/lib/assets/icons/email.svg +5 -0
  50. package/projects/sharedcomponents/src/lib/assets/icons/email_regular.svg +1 -0
  51. package/projects/sharedcomponents/src/lib/assets/icons/employee.svg +1 -0
  52. package/projects/sharedcomponents/src/lib/assets/icons/envelope_regular.svg +1 -0
  53. package/projects/sharedcomponents/src/lib/assets/icons/eye_regular.svg +1 -0
  54. package/projects/sharedcomponents/src/lib/assets/icons/file_export_regular.svg +1 -0
  55. package/projects/sharedcomponents/src/lib/assets/icons/file_export_solid.svg +1 -0
  56. package/projects/sharedcomponents/src/lib/assets/icons/file_magnifying_glass.svg +1 -0
  57. package/projects/sharedcomponents/src/lib/assets/icons/file_pdf_regular.svg +1 -0
  58. package/projects/sharedcomponents/src/lib/assets/icons/file_pdf_solid.svg +1 -0
  59. package/projects/sharedcomponents/src/lib/assets/icons/file_signature_regular.svg +1 -0
  60. package/projects/sharedcomponents/src/lib/assets/icons/folders_sharp_regular.svg +1 -0
  61. package/projects/sharedcomponents/src/lib/assets/icons/house_blank_regular.svg +1 -0
  62. package/projects/sharedcomponents/src/lib/assets/icons/ione_workflow.svg +62 -0
  63. package/projects/sharedcomponents/src/lib/assets/icons/list_ul_regular.svg +1 -0
  64. package/projects/sharedcomponents/src/lib/assets/icons/lock.svg +1 -0
  65. package/projects/sharedcomponents/src/lib/assets/icons/message_sms_regular.svg +1 -0
  66. package/projects/sharedcomponents/src/lib/assets/icons/message_sms_solid.svg +1 -0
  67. package/projects/sharedcomponents/src/lib/assets/icons/minus_simple.svg +1 -0
  68. package/projects/sharedcomponents/src/lib/assets/icons/notification.svg +1 -0
  69. package/projects/sharedcomponents/src/lib/assets/icons/paper_plane_top_solid.svg +1 -0
  70. package/projects/sharedcomponents/src/lib/assets/icons/paperclip_regular.svg +1 -0
  71. package/projects/sharedcomponents/src/lib/assets/icons/pdf.svg +15 -0
  72. package/projects/sharedcomponents/src/lib/assets/icons/person_digging_regular.svg +1 -0
  73. package/projects/sharedcomponents/src/lib/assets/icons/pin_round_open.svg +11 -0
  74. package/projects/sharedcomponents/src/lib/assets/icons/plus_regular.svg +1 -0
  75. package/projects/sharedcomponents/src/lib/assets/icons/plus_simple.svg +1 -0
  76. package/projects/sharedcomponents/src/lib/assets/icons/print.svg +10 -0
  77. package/projects/sharedcomponents/src/lib/assets/icons/print_regular.svg +1 -0
  78. package/projects/sharedcomponents/src/lib/assets/icons/print_solid.svg +1 -0
  79. package/projects/sharedcomponents/src/lib/assets/icons/regular_file_signature_circle_plus.svg +1 -0
  80. package/projects/sharedcomponents/src/lib/assets/icons/share_solid.svg +1 -0
  81. package/projects/sharedcomponents/src/lib/assets/icons/signature_field.svg +9 -0
  82. package/projects/sharedcomponents/src/lib/assets/icons/solid_barcode_read_tag.svg +1 -0
  83. package/projects/sharedcomponents/src/lib/assets/icons/square_plus_regular.svg +1 -0
  84. package/projects/sharedcomponents/src/lib/assets/icons/tag_regular.svg +1 -0
  85. package/projects/sharedcomponents/src/lib/assets/icons/task.svg +1 -0
  86. package/projects/sharedcomponents/src/lib/assets/icons/trash_can_regular.svg +1 -0
  87. package/projects/sharedcomponents/src/lib/assets/icons/trashbin.svg +2 -0
  88. package/projects/sharedcomponents/src/lib/assets/icons/x_solid.svg +1 -0
  89. package/projects/sharedcomponents/src/lib/assets/icons/xml.svg +1 -0
  90. package/projects/sharedcomponents/src/lib/businessobject/build-images-and-documentation-result.ts +8 -0
  91. package/projects/sharedcomponents/src/lib/businessobject/document-allowed-extension.bo.ts +12 -0
  92. package/projects/sharedcomponents/src/lib/businessobject/drag-drop-container-element.ts +9 -0
  93. package/projects/sharedcomponents/src/lib/businessobject/drag-drop-container.ts +9 -0
  94. package/projects/sharedcomponents/src/lib/businessobject/user-group.bo.ts +34 -0
  95. package/projects/sharedcomponents/src/lib/components/access/read-write-access.component.ts +103 -0
  96. package/projects/sharedcomponents/src/lib/components/access/read-write-access.module.ts +15 -0
  97. package/projects/sharedcomponents/src/lib/components/activity-list/activity-list.component.ts +225 -0
  98. package/projects/sharedcomponents/src/lib/components/activity-list/activity-list.module.ts +22 -0
  99. package/projects/sharedcomponents/src/lib/components/activity-list-header/activity-list-header.component.ts +78 -0
  100. package/projects/sharedcomponents/src/lib/components/activity-list-header/activity-list-header.module.ts +27 -0
  101. package/projects/sharedcomponents/src/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.ts +63 -0
  102. package/projects/sharedcomponents/src/lib/components/activity-list-header/components/period-filter/period-filter.component.ts +117 -0
  103. package/projects/sharedcomponents/src/lib/components/activity-list-header/components/period-filter/period-filter.module.ts +32 -0
  104. package/projects/sharedcomponents/src/lib/components/activity-overview-component/component-activity-overview.component.ts +224 -0
  105. package/projects/sharedcomponents/src/lib/components/activity-overview-component/component-activity-overview.module.ts +25 -0
  106. package/projects/sharedcomponents/src/lib/components/activity-overview-component/components/base-activity-overview.component.ts +342 -0
  107. package/projects/sharedcomponents/src/lib/components/app-file-dropzone/app-file-dropzone.component.ts +45 -0
  108. package/projects/sharedcomponents/src/lib/components/app-file-dropzone/app-file-dropzone.module.ts +21 -0
  109. package/projects/sharedcomponents/src/lib/components/custom-pdf/custom-pdf-dialog.component.ts +299 -0
  110. package/projects/sharedcomponents/src/lib/components/custom-pdf/custom-pdf-dialog.module.ts +28 -0
  111. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-base-view.component.ts +68 -0
  112. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-day-view.component.ts +35 -0
  113. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-event.component.ts +73 -0
  114. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-events.component.ts +53 -0
  115. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.ts +81 -0
  116. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-header.component.ts +405 -0
  117. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-cell.component.ts +38 -0
  118. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.ts +50 -0
  119. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-view.component.ts +46 -0
  120. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-month-view.component.ts +65 -0
  121. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-select-event.component.ts +39 -0
  122. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-view.component.ts +41 -0
  123. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-week-select-view.component.ts +63 -0
  124. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-week-view.component.ts +50 -0
  125. package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/view-select.component.ts +78 -0
  126. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-all-months.component.ts +37 -0
  127. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-all-years.component.ts +52 -0
  128. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-header.component.ts +123 -0
  129. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-view.component.ts +200 -0
  130. package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar.component.ts +35 -0
  131. package/projects/sharedcomponents/src/lib/components/date-planning/date-planning.component.ts +145 -0
  132. package/projects/sharedcomponents/src/lib/components/date-planning/date-planning.module.ts +63 -0
  133. package/projects/sharedcomponents/src/lib/components/docsign/component/signature/signature.component.ts +82 -0
  134. package/projects/sharedcomponents/src/lib/components/docsign/component/signatures/signatures.component.ts +50 -0
  135. package/projects/sharedcomponents/src/lib/components/docsign/docsign.component.ts +293 -0
  136. package/projects/sharedcomponents/src/lib/components/docsign/docsign.module.ts +22 -0
  137. package/projects/sharedcomponents/src/lib/components/email-selector/email-selector.component.ts +121 -0
  138. package/projects/sharedcomponents/src/lib/components/email-selector/email-selector.module.ts +32 -0
  139. package/projects/sharedcomponents/src/lib/components/file-upload/file-upload.component.ts +241 -0
  140. package/projects/sharedcomponents/src/lib/components/file-upload/file-upload.module.ts +28 -0
  141. package/projects/sharedcomponents/src/lib/components/file-upload-popup/file-upload-popup.component.ts +451 -0
  142. package/projects/sharedcomponents/src/lib/components/file-upload-popup/file-upload-popup.module.ts +39 -0
  143. package/projects/sharedcomponents/src/lib/components/files-upload/components/base-file-upload.component.ts +549 -0
  144. package/projects/sharedcomponents/src/lib/components/files-upload/components/drag-drop-container.component.ts +131 -0
  145. package/projects/sharedcomponents/src/lib/components/files-upload/files-upload.component.ts +187 -0
  146. package/projects/sharedcomponents/src/lib/components/files-upload/files-upload.module.ts +54 -0
  147. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/components/forms-test-component/forms-test-component.component.ts +58 -0
  148. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/components/forms-test-component/forms-test-component.module.ts +19 -0
  149. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.component.ts +113 -0
  150. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.module.ts +21 -0
  151. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/form-builder-question.component.ts +161 -0
  152. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.ts +296 -0
  153. package/projects/sharedcomponents/src/lib/components/form-builder/form-builder-user-form/form-builder-user-form.module.ts +53 -0
  154. package/projects/sharedcomponents/src/lib/components/image-display/image-display.component.ts +42 -0
  155. package/projects/sharedcomponents/src/lib/components/image-display/image-display.module.ts +22 -0
  156. package/projects/sharedcomponents/src/lib/components/key-pad/key-pad.component.ts +216 -0
  157. package/projects/sharedcomponents/src/lib/components/key-pad/key-pad.module.ts +20 -0
  158. package/projects/sharedcomponents/src/lib/components/layout-switcher/layout-switcher.component.ts +98 -0
  159. package/projects/sharedcomponents/src/lib/components/layout-switcher/layout-switcher.module.ts +21 -0
  160. package/projects/sharedcomponents/src/lib/components/linear-gauge/co-linear-gauge.component.ts +63 -0
  161. package/projects/sharedcomponents/src/lib/components/linear-gauge/co-linear-gauge.module.ts +17 -0
  162. package/projects/sharedcomponents/src/lib/components/login/components/input-code/input-code.component.ts +187 -0
  163. package/projects/sharedcomponents/src/lib/components/login/components/input-code/input-code.module.ts +19 -0
  164. package/projects/sharedcomponents/src/lib/components/login/components/login-base.component.ts +150 -0
  165. package/projects/sharedcomponents/src/lib/components/login/components/login-change-password.component.ts +178 -0
  166. package/projects/sharedcomponents/src/lib/components/login/components/login-mfa-code-entry.component.ts +113 -0
  167. package/projects/sharedcomponents/src/lib/components/login/components/login-mfa-code-setup.component.ts +44 -0
  168. package/projects/sharedcomponents/src/lib/components/login/components/login-username-password.component.ts +160 -0
  169. package/projects/sharedcomponents/src/lib/components/login/enum/mfa-send-method-type.enum.ts +6 -0
  170. package/projects/sharedcomponents/src/lib/components/login/interface/finger-print-result.interface.ts +4 -0
  171. package/projects/sharedcomponents/src/lib/components/login/localization/login-translation.ts +15 -0
  172. package/projects/sharedcomponents/src/lib/components/login/login.component.ts +184 -0
  173. package/projects/sharedcomponents/src/lib/components/login/login.module.ts +54 -0
  174. package/projects/sharedcomponents/src/lib/components/login/service/finger-print.service.ts +45 -0
  175. package/projects/sharedcomponents/src/lib/components/login/service/login-adapter.service.ts +109 -0
  176. package/projects/sharedcomponents/src/lib/components/login/service/login.service.ts +104 -0
  177. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.ts +117 -0
  178. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.ts +24 -0
  179. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/activity-summary-block/style/_layout.scss +211 -0
  180. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/base-activity-summary.component.ts +164 -0
  181. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.ts +140 -0
  182. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.ts +26 -0
  183. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.ts +83 -0
  184. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.ts +23 -0
  185. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.ts +149 -0
  186. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.ts +29 -0
  187. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.ts +65 -0
  188. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.ts +24 -0
  189. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/task-details/task-details.component.ts +103 -0
  190. package/projects/sharedcomponents/src/lib/components/modify-task-form/components/task-details/task-details.module.ts +24 -0
  191. package/projects/sharedcomponents/src/lib/components/modify-task-form/modify-task-form.component.ts +340 -0
  192. package/projects/sharedcomponents/src/lib/components/modify-task-form/modify-task-form.module.ts +40 -0
  193. package/projects/sharedcomponents/src/lib/components/multi-property-toggler/multiple-property-toggler.component.ts +106 -0
  194. package/projects/sharedcomponents/src/lib/components/multi-property-toggler/multiple-property-toggler.module.ts +20 -0
  195. package/projects/sharedcomponents/src/lib/components/open-activity-list/component-activity-list.component.ts +377 -0
  196. package/projects/sharedcomponents/src/lib/components/open-activity-list/component-activity-list.module.ts +30 -0
  197. package/projects/sharedcomponents/src/lib/components/open-activity-list/components/base-open-activity-list.component.ts +299 -0
  198. package/projects/sharedcomponents/src/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.ts +40 -0
  199. package/projects/sharedcomponents/src/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module..ts +18 -0
  200. package/projects/sharedcomponents/src/lib/components/preferred-planning/preferred-planning.component.ts +254 -0
  201. package/projects/sharedcomponents/src/lib/components/preferred-planning/preferred-planning.module.ts +30 -0
  202. package/projects/sharedcomponents/src/lib/components/preview-pdf-dialog/preview-pdf-dialog.component.ts +86 -0
  203. package/projects/sharedcomponents/src/lib/components/preview-pdf-dialog/preview-pdf-dialog.module.ts +26 -0
  204. package/projects/sharedcomponents/src/lib/components/role-email-selector/role-email-selector.component.ts +181 -0
  205. package/projects/sharedcomponents/src/lib/components/role-email-selector/role-email-selector.module.ts +29 -0
  206. package/projects/sharedcomponents/src/lib/components/screen-config-generator/enums/field-type.enum.ts +9 -0
  207. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Config.ts +6 -0
  208. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Field.ts +8 -0
  209. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Header.ts +8 -0
  210. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Module.ts +6 -0
  211. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/Rubric.ts +10 -0
  212. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/ScreenConfig.ts +9 -0
  213. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/SubCat.ts +9 -0
  214. package/projects/sharedcomponents/src/lib/components/screen-config-generator/models/SubRubric.ts +8 -0
  215. package/projects/sharedcomponents/src/lib/components/screen-config-generator/screen-config-generator.component.ts +539 -0
  216. package/projects/sharedcomponents/src/lib/components/screen-config-generator/screen-config-generator.module.ts +21 -0
  217. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component.ts +78 -0
  218. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.module.ts +21 -0
  219. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.ts +80 -0
  220. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.ts +22 -0
  221. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.ts +60 -0
  222. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.ts +22 -0
  223. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.component.ts +276 -0
  224. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.module.ts +26 -0
  225. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.ts +104 -0
  226. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.ts +28 -0
  227. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.ts +40 -0
  228. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.ts +23 -0
  229. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.ts +182 -0
  230. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.ts +34 -0
  231. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/signature-button/signature-button.component.ts +64 -0
  232. package/projects/sharedcomponents/src/lib/components/send-method-dialog/components/signature-button/signature-button.module.ts +20 -0
  233. package/projects/sharedcomponents/src/lib/components/send-method-dialog/model/email-address-viewmodel.ts +9 -0
  234. package/projects/sharedcomponents/src/lib/components/send-method-dialog/send-method-dialog.component.ts +495 -0
  235. package/projects/sharedcomponents/src/lib/components/send-method-dialog/send-method-dialog.module.ts +38 -0
  236. package/projects/sharedcomponents/src/lib/components/send-method-dialog/send-method-params.interface.ts +13 -0
  237. package/projects/sharedcomponents/src/lib/components/send-method-dialog/service/send-method.service.ts +86 -0
  238. package/projects/sharedcomponents/src/lib/components/simple-tags/simple-tags.component.ts +92 -0
  239. package/projects/sharedcomponents/src/lib/components/simple-tags/simple-tags.module.ts +26 -0
  240. package/projects/sharedcomponents/src/lib/components/simple-tags-form/simple-tags-form.component.ts +208 -0
  241. package/projects/sharedcomponents/src/lib/components/simple-tags-form/simple-tags-form.module.ts +24 -0
  242. package/projects/sharedcomponents/src/lib/components/statusbar/statusbar-popup.component.ts +118 -0
  243. package/projects/sharedcomponents/src/lib/components/statusbar/statusbar.component.ts +115 -0
  244. package/projects/sharedcomponents/src/lib/components/statusbar/statusbar.module.ts +25 -0
  245. package/projects/sharedcomponents/src/lib/components/stock/base/base-stock.component.ts +17 -0
  246. package/projects/sharedcomponents/src/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.ts +77 -0
  247. package/projects/sharedcomponents/src/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.ts +56 -0
  248. package/projects/sharedcomponents/src/lib/components/stock/components/order-stock-history/order-stock-history.component.ts +55 -0
  249. package/projects/sharedcomponents/src/lib/components/stock/components/order-stock-tab/order-stock-tab.component.ts +54 -0
  250. package/projects/sharedcomponents/src/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.ts +55 -0
  251. package/projects/sharedcomponents/src/lib/components/stock/components/order-tab/order-tab.component.ts +180 -0
  252. package/projects/sharedcomponents/src/lib/components/stock/components/stock-history/stock-history.component.ts +63 -0
  253. package/projects/sharedcomponents/src/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.ts +266 -0
  254. package/projects/sharedcomponents/src/lib/components/stock/components/stock-location/stock-location.component.ts +373 -0
  255. package/projects/sharedcomponents/src/lib/components/stock/components/stock-prognose/stock-prognose.component.ts +71 -0
  256. package/projects/sharedcomponents/src/lib/components/stock/components/stock-tab/stock-tab.component.ts +41 -0
  257. package/projects/sharedcomponents/src/lib/components/stock/service/stock-module-screen-config.service.ts +23 -0
  258. package/projects/sharedcomponents/src/lib/components/stock/stock-history-tabs/stock-history-tabs.component.ts +32 -0
  259. package/projects/sharedcomponents/src/lib/components/stock/stock-information/stock-information.component.ts +86 -0
  260. package/projects/sharedcomponents/src/lib/components/stock/stock-information-grid/stock-information-grid.component.ts +500 -0
  261. package/projects/sharedcomponents/src/lib/components/stock/stock-tabs/stock-tabs.component.ts +191 -0
  262. package/projects/sharedcomponents/src/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.ts +4 -0
  263. package/projects/sharedcomponents/src/lib/components/stock/stock-transfer/stock-change-amount.component.ts +77 -0
  264. package/projects/sharedcomponents/src/lib/components/stock/stock-transfer/stock-transfer.component.ts +264 -0
  265. package/projects/sharedcomponents/src/lib/components/stock/stock-transfer-allocated/stock-transfer-allocated.component.ts +317 -0
  266. package/projects/sharedcomponents/src/lib/components/stock/stock.component.ts +249 -0
  267. package/projects/sharedcomponents/src/lib/components/stock/stock.module.ts +99 -0
  268. package/projects/sharedcomponents/src/lib/components/stock-statusbar/stock-statusbar.component.ts +23 -0
  269. package/projects/sharedcomponents/src/lib/components/stock-statusbar/stock-statusbar.module.ts +17 -0
  270. package/projects/sharedcomponents/src/lib/components/tab-bar/tab-bar.component.ts +110 -0
  271. package/projects/sharedcomponents/src/lib/components/tab-bar/tab-bar.module.ts +22 -0
  272. package/projects/sharedcomponents/src/lib/components/tab-bar/tab.interface.ts +8 -0
  273. package/projects/sharedcomponents/src/lib/components/tags/component/tag-join-label/tag-join-label.component.ts +61 -0
  274. package/projects/sharedcomponents/src/lib/components/tags/component/tag-label/tag-label.component.ts +47 -0
  275. package/projects/sharedcomponents/src/lib/components/tags/component/treeview/model/tree-view-node-item.ts +132 -0
  276. package/projects/sharedcomponents/src/lib/components/tags/component/treeview/treeview.component.ts +261 -0
  277. package/projects/sharedcomponents/src/lib/components/tags/tags.component.ts +192 -0
  278. package/projects/sharedcomponents/src/lib/components/tags/tags.module.ts +28 -0
  279. package/projects/sharedcomponents/src/lib/components/task-creator/style/_layout.scss +213 -0
  280. package/projects/sharedcomponents/src/lib/components/task-creator/task-creator.component.ts +497 -0
  281. package/projects/sharedcomponents/src/lib/components/task-creator/task-creator.module.ts +49 -0
  282. package/projects/sharedcomponents/src/lib/components/task-modifyer/task-modifier.component.ts +355 -0
  283. package/projects/sharedcomponents/src/lib/components/task-modifyer/task-modifyer.module..ts +32 -0
  284. package/projects/sharedcomponents/src/lib/components/tile-renderer/tile-render.component.ts +137 -0
  285. package/projects/sharedcomponents/src/lib/components/tile-renderer/tile-render.module.ts +26 -0
  286. package/projects/sharedcomponents/src/lib/components/workflow-info-tiles/components/workflow-info-tile.component.ts +59 -0
  287. package/projects/sharedcomponents/src/lib/components/workflow-info-tiles/components/workflow-info-tile.module.ts +22 -0
  288. package/projects/sharedcomponents/src/lib/components/workflow-info-tiles/workflow-info-tiles.component.ts +63 -0
  289. package/projects/sharedcomponents/src/lib/components/workflow-info-tiles/workflow-info-tiles.module.ts +22 -0
  290. package/projects/sharedcomponents/src/lib/components/workflow-notification-toggle/workflow-notification-toggle-popup.ts +55 -0
  291. package/projects/sharedcomponents/src/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.ts +88 -0
  292. package/projects/sharedcomponents/src/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.ts +34 -0
  293. package/projects/sharedcomponents/src/lib/decorator/input-boolean.decorator.ts +35 -0
  294. package/projects/sharedcomponents/src/lib/directives/absolute-overlay-template.directive.ts +26 -0
  295. package/projects/sharedcomponents/src/lib/directives/align-with.directive.ts +191 -0
  296. package/projects/sharedcomponents/src/lib/directives/click-outside.directive.ts +25 -0
  297. package/projects/sharedcomponents/src/lib/directives/directives.module.ts +22 -0
  298. package/projects/sharedcomponents/src/lib/enum/activity-cfg-name.enum.ts +28 -0
  299. package/projects/sharedcomponents/src/lib/enum/app-button-type.enum.ts +9 -0
  300. package/projects/sharedcomponents/src/lib/enum/calendar-view.enum.ts +10 -0
  301. package/projects/sharedcomponents/src/lib/enum/co-document-type.ts +11 -0
  302. package/projects/sharedcomponents/src/lib/enum/document-allowed-type.enum.ts +10 -0
  303. package/projects/sharedcomponents/src/lib/enum/document-email-report.enum.ts +16 -0
  304. package/projects/sharedcomponents/src/lib/enum/domain-multiple-name.enum.ts +11 -0
  305. package/projects/sharedcomponents/src/lib/enum/file-type.ts +12 -0
  306. package/projects/sharedcomponents/src/lib/enum/files-upload-config-objects.ts +25 -0
  307. package/projects/sharedcomponents/src/lib/enum/gauge-color.enum.ts +9 -0
  308. package/projects/sharedcomponents/src/lib/enum/icon.enum.ts +77 -0
  309. package/projects/sharedcomponents/src/lib/enum/internal-param.enum.ts +38 -0
  310. package/projects/sharedcomponents/src/lib/enum/keyboard-code.enum.ts +31 -0
  311. package/projects/sharedcomponents/src/lib/enum/language-code.enum.ts +6 -0
  312. package/projects/sharedcomponents/src/lib/enum/login-component-extra-action-type.enum.ts +4 -0
  313. package/projects/sharedcomponents/src/lib/enum/login-component-page.type.enum.ts +6 -0
  314. package/projects/sharedcomponents/src/lib/enum/login-component-query-variables-name.enum.ts +5 -0
  315. package/projects/sharedcomponents/src/lib/enum/month.enum.ts +15 -0
  316. package/projects/sharedcomponents/src/lib/enum/read-write-access-config-names.enum.ts +5 -0
  317. package/projects/sharedcomponents/src/lib/enum/shared-cfg-name.enum.ts +32 -0
  318. package/projects/sharedcomponents/src/lib/enum/table-name.enum.ts +85 -0
  319. package/projects/sharedcomponents/src/lib/enum/tag-category.enum.ts +20 -0
  320. package/projects/sharedcomponents/src/lib/enum/tags-component-config-names.ts +5 -0
  321. package/projects/sharedcomponents/src/lib/enum/thumb-three-way-state.ts +18 -0
  322. package/projects/sharedcomponents/src/lib/enum/tile-size-type.ts +5 -0
  323. package/projects/sharedcomponents/src/lib/enum/time-period.enum.ts +9 -0
  324. package/projects/sharedcomponents/src/lib/enum/user-form-mode.enum.ts +5 -0
  325. package/projects/sharedcomponents/src/lib/event/co-drag-event.ts +6 -0
  326. package/projects/sharedcomponents/src/lib/event/co-drop-event.ts +12 -0
  327. package/projects/sharedcomponents/src/lib/interface/operation-callback-activity.ts +6 -0
  328. package/projects/sharedcomponents/src/lib/interface/operation-callback-function-with-validation.ts +6 -0
  329. package/projects/sharedcomponents/src/lib/interface/operation-callback-simple-function.ts +4 -0
  330. package/projects/sharedcomponents/src/lib/model/agenda-event-per-day.model.ts +6 -0
  331. package/projects/sharedcomponents/src/lib/model/agenda-event.model.ts +19 -0
  332. package/projects/sharedcomponents/src/lib/model/agenda-null-objects.ts +11 -0
  333. package/projects/sharedcomponents/src/lib/model/constant/all-months.ts +17 -0
  334. package/projects/sharedcomponents/src/lib/model/date-range.ts +10 -0
  335. package/projects/sharedcomponents/src/lib/model/day.model.ts +9 -0
  336. package/projects/sharedcomponents/src/lib/model/icon-svg.ts +77 -0
  337. package/projects/sharedcomponents/src/lib/model/month.model.ts +11 -0
  338. package/projects/sharedcomponents/src/lib/model/send-method.ts +13 -0
  339. package/projects/sharedcomponents/src/lib/model/settings.ts +5 -0
  340. package/projects/sharedcomponents/src/lib/model/tag-tree-item.bo.ts +28 -0
  341. package/projects/sharedcomponents/src/lib/model/time-window.bo.ts +21 -0
  342. package/projects/sharedcomponents/src/lib/model/tree-object.ts +13 -0
  343. package/projects/sharedcomponents/src/lib/model/tree-view-default.model.ts +107 -0
  344. package/projects/sharedcomponents/src/lib/model/tree-view-node-default.model.ts +196 -0
  345. package/projects/sharedcomponents/src/lib/model/tree-view-node-item-options.model.ts +12 -0
  346. package/projects/sharedcomponents/src/lib/model/tree-view-node.model.ts +150 -0
  347. package/projects/sharedcomponents/src/lib/model/tree-view.model.ts +57 -0
  348. package/projects/sharedcomponents/src/lib/model/util/forms-null-object.ts +7 -0
  349. package/projects/sharedcomponents/src/lib/model/week.model.ts +5 -0
  350. package/projects/sharedcomponents/src/lib/model/weekday.model.ts +17 -0
  351. package/projects/sharedcomponents/src/lib/pipe/array-number.pipe.ts +14 -0
  352. package/projects/sharedcomponents/src/lib/pipe/file-type-image.pipe.ts +50 -0
  353. package/projects/sharedcomponents/src/lib/pipe/master-pipes.ts +9 -0
  354. package/projects/sharedcomponents/src/lib/pipe/ucfirst.pipe.ts +14 -0
  355. package/projects/sharedcomponents/src/lib/res/dictionary/dictionaries.ts +7 -0
  356. package/projects/sharedcomponents/src/lib/res/dictionary/text_de.properties.json +1 -0
  357. package/projects/sharedcomponents/src/lib/res/dictionary/text_en.properties.json +1 -0
  358. package/projects/sharedcomponents/src/lib/res/dictionary/text_fr.properties.json +1 -0
  359. package/projects/sharedcomponents/src/lib/res/dictionary/text_nl.properties.json +1 -0
  360. package/projects/sharedcomponents/src/lib/service/app-absolute-overlay-outlet.service.ts +20 -0
  361. package/projects/sharedcomponents/src/lib/service/drag-drop.service.ts +423 -0
  362. package/projects/sharedcomponents/src/lib/service/icon-cache.service.ts +51 -0
  363. package/projects/sharedcomponents/src/lib/service/options.service.ts +43 -0
  364. package/projects/sharedcomponents/src/lib/service/shared-connector.service.ts +863 -0
  365. package/projects/sharedcomponents/src/lib/service/shared-event.service.ts +9 -0
  366. package/projects/sharedcomponents/src/lib/service/shared-initializer.service.ts +44 -0
  367. package/projects/sharedcomponents/src/lib/service/shared.service.ts +244 -0
  368. package/projects/sharedcomponents/src/lib/service/stock.service.ts +124 -0
  369. package/projects/sharedcomponents/src/lib/translation/shared-components-dictionary.service.ts +73 -0
  370. package/projects/sharedcomponents/src/lib/translation/shared-components-translation.module.ts +12 -0
  371. package/projects/sharedcomponents/src/lib/translation/shared-localize.pipe.ts +21 -0
  372. package/projects/sharedcomponents/src/lib/typings/local/fingerprintjs2/index.d.ts +42 -0
  373. package/projects/sharedcomponents/src/lib/utils/array-utils.ts +225 -0
  374. package/projects/sharedcomponents/src/lib/utils/browser-utils.ts +124 -0
  375. package/projects/sharedcomponents/src/lib/utils/calendar.utils.ts +199 -0
  376. package/projects/sharedcomponents/src/lib/utils/check-precision-and-scale-result.ts +5 -0
  377. package/projects/sharedcomponents/src/lib/utils/co-document-shared-field-logic.ts +58 -0
  378. package/projects/sharedcomponents/src/lib/utils/date-utils.ts +302 -0
  379. package/projects/sharedcomponents/src/lib/utils/enum-utils.ts +149 -0
  380. package/projects/sharedcomponents/src/lib/utils/event-utils.ts +70 -0
  381. package/projects/sharedcomponents/src/lib/utils/form-utils.ts +33 -0
  382. package/projects/sharedcomponents/src/lib/utils/function/not-nill.function.ts +4 -0
  383. package/projects/sharedcomponents/src/lib/utils/is-nill.function.ts +4 -0
  384. package/projects/sharedcomponents/src/lib/utils/map-utils.ts +44 -0
  385. package/projects/sharedcomponents/src/lib/utils/number-utils.ts +439 -0
  386. package/projects/sharedcomponents/src/lib/utils/object-utils.ts +310 -0
  387. package/projects/sharedcomponents/src/lib/utils/ref-code-utils.ts +60 -0
  388. package/projects/sharedcomponents/src/lib/utils/string-utils.ts +102 -0
  389. package/projects/sharedcomponents/src/lib/utils/tree-utils.ts +63 -0
  390. package/projects/sharedcomponents/src/public-api.ts +50 -0
  391. package/projects/sharedcomponents/src/test.ts +27 -0
  392. package/projects/sharedcomponents/tsconfig.lib.json +18 -0
  393. package/projects/sharedcomponents/tsconfig.lib.prod.json +10 -0
  394. package/projects/sharedcomponents/tsconfig.spec.json +17 -0
  395. package/script/create-bundle-version.js +19 -0
  396. package/script/create-dictionaries.js +41 -0
  397. package/script/merge-icons.js +39 -0
  398. package/src/app/app-login.component.ts +18 -0
  399. package/src/app/app-module.service.ts +7 -0
  400. package/src/app/app-screen-config.service.ts +13 -0
  401. package/src/app/app.component.scss +31 -0
  402. package/src/app/app.component.spec.ts +31 -0
  403. package/src/app/app.component.ts +798 -0
  404. package/src/app/app.module.ts +100 -0
  405. package/src/app/bundle/index.html +14 -0
  406. package/src/app/bundle/login/login-bundle.component.scss +8 -0
  407. package/src/app/bundle/login/login-bundle.component.ts +150 -0
  408. package/src/app/bundle/login/login-bundle.module.ts +32 -0
  409. package/src/app/bundle/main-login-bundle.ts +11 -0
  410. package/src/app/bundle/polyfills.ts +63 -0
  411. package/src/app/bundle/shared-version.ts +7 -0
  412. package/src/app/test-data.service.ts +230 -0
  413. package/src/assets/.gitkeep +0 -0
  414. package/src/environments/environment.bundle.prod.ts +3 -0
  415. package/src/environments/environment.prod.ts +3 -0
  416. package/src/environments/environment.ts +16 -0
  417. package/src/favicon.ico +0 -0
  418. package/src/index.html +13 -0
  419. package/src/main.ts +12 -0
  420. package/src/polyfills.ts +53 -0
  421. package/src/styles.scss +92 -0
  422. package/src/test.ts +26 -0
  423. package/tsconfig.app.json +15 -0
  424. package/tsconfig.bundle.json +38 -0
  425. package/tsconfig.json +64 -0
  426. package/tsconfig.spec.json +18 -0
  427. package/webpack.login.bundle.config.js +32 -0
  428. package/bundles/colijnit-sharedcomponents.umd.js +0 -17989
  429. package/bundles/colijnit-sharedcomponents.umd.js.map +0 -1
  430. package/colijnit-sharedcomponents.d.ts +0 -143
  431. package/colijnit-sharedcomponents.metadata.json +0 -1
  432. package/esm2015/colijnit-sharedcomponents.js +0 -144
  433. package/esm2015/lib/businessobject/build-images-and-documentation-result.js +0 -2
  434. package/esm2015/lib/businessobject/drag-drop-container-element.js +0 -2
  435. package/esm2015/lib/businessobject/drag-drop-container.js +0 -7
  436. package/esm2015/lib/components/activity-list/activity-list.component.js +0 -192
  437. package/esm2015/lib/components/activity-list/activity-list.module.js +0 -24
  438. package/esm2015/lib/components/activity-list-header/activity-list-header.component.js +0 -67
  439. package/esm2015/lib/components/activity-list-header/activity-list-header.module.js +0 -28
  440. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.js +0 -55
  441. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter.component.js +0 -103
  442. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter.module.js +0 -33
  443. package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +0 -215
  444. package/esm2015/lib/components/activity-overview-component/component-activity-overview.module.js +0 -26
  445. package/esm2015/lib/components/activity-overview-component/components/base-activity-overview.component.js +0 -283
  446. package/esm2015/lib/components/app-file-dropzone/app-file-dropzone.component.js +0 -47
  447. package/esm2015/lib/components/app-file-dropzone/app-file-dropzone.module.js +0 -20
  448. package/esm2015/lib/components/custom-pdf/custom-pdf-dialog.component.js +0 -279
  449. package/esm2015/lib/components/custom-pdf/custom-pdf-dialog.module.js +0 -27
  450. package/esm2015/lib/components/date-planning/component/agenda/agenda-base-view.component.js +0 -61
  451. package/esm2015/lib/components/date-planning/component/agenda/agenda-day-view.component.js +0 -36
  452. package/esm2015/lib/components/date-planning/component/agenda/agenda-event.component.js +0 -56
  453. package/esm2015/lib/components/date-planning/component/agenda/agenda-events.component.js +0 -47
  454. package/esm2015/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.js +0 -68
  455. package/esm2015/lib/components/date-planning/component/agenda/agenda-header.component.js +0 -366
  456. package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-cell.component.js +0 -36
  457. package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.js +0 -50
  458. package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-view.component.js +0 -46
  459. package/esm2015/lib/components/date-planning/component/agenda/agenda-month-view.component.js +0 -61
  460. package/esm2015/lib/components/date-planning/component/agenda/agenda-select-event.component.js +0 -39
  461. package/esm2015/lib/components/date-planning/component/agenda/agenda-view.component.js +0 -35
  462. package/esm2015/lib/components/date-planning/component/agenda/agenda-week-select-view.component.js +0 -64
  463. package/esm2015/lib/components/date-planning/component/agenda/agenda-week-view.component.js +0 -48
  464. package/esm2015/lib/components/date-planning/component/agenda/view-select.component.js +0 -75
  465. package/esm2015/lib/components/date-planning/component/calendar/calendar-all-months.component.js +0 -34
  466. package/esm2015/lib/components/date-planning/component/calendar/calendar-all-years.component.js +0 -48
  467. package/esm2015/lib/components/date-planning/component/calendar/calendar-header.component.js +0 -107
  468. package/esm2015/lib/components/date-planning/component/calendar/calendar-view.component.js +0 -178
  469. package/esm2015/lib/components/date-planning/component/calendar/calendar.component.js +0 -34
  470. package/esm2015/lib/components/date-planning/date-planning.component.js +0 -116
  471. package/esm2015/lib/components/date-planning/date-planning.module.js +0 -65
  472. package/esm2015/lib/components/docsign/component/signature/signature.component.js +0 -75
  473. package/esm2015/lib/components/docsign/component/signatures/signatures.component.js +0 -44
  474. package/esm2015/lib/components/docsign/docsign.component.js +0 -263
  475. package/esm2015/lib/components/docsign/docsign.module.js +0 -23
  476. package/esm2015/lib/components/email-selector/email-selector.component.js +0 -117
  477. package/esm2015/lib/components/email-selector/email-selector.module.js +0 -32
  478. package/esm2015/lib/components/file-upload/file-upload.component.js +0 -210
  479. package/esm2015/lib/components/file-upload/file-upload.module.js +0 -27
  480. package/esm2015/lib/components/file-upload-popup/file-upload-popup.component.js +0 -404
  481. package/esm2015/lib/components/file-upload-popup/file-upload-popup.module.js +0 -31
  482. package/esm2015/lib/components/files-upload/components/base-file-upload.component.js +0 -468
  483. package/esm2015/lib/components/files-upload/components/drag-drop-container.component.js +0 -115
  484. package/esm2015/lib/components/files-upload/files-upload.component.js +0 -148
  485. package/esm2015/lib/components/files-upload/files-upload.module.js +0 -47
  486. package/esm2015/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.component.js +0 -98
  487. package/esm2015/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.module.js +0 -23
  488. package/esm2015/lib/components/form-builder/form-builder-user-form/form-builder-question.component.js +0 -148
  489. package/esm2015/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.js +0 -266
  490. package/esm2015/lib/components/form-builder/form-builder-user-form/form-builder-user-form.module.js +0 -43
  491. package/esm2015/lib/components/image-display/image-display.component.js +0 -36
  492. package/esm2015/lib/components/image-display/image-display.module.js +0 -23
  493. package/esm2015/lib/components/key-pad/key-pad.component.js +0 -200
  494. package/esm2015/lib/components/key-pad/key-pad.module.js +0 -22
  495. package/esm2015/lib/components/layout-switcher/layout-switcher.component.js +0 -74
  496. package/esm2015/lib/components/layout-switcher/layout-switcher.module.js +0 -21
  497. package/esm2015/lib/components/linear-gauge/co-linear-gauge.component.js +0 -67
  498. package/esm2015/lib/components/linear-gauge/co-linear-gauge.module.js +0 -19
  499. package/esm2015/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.js +0 -100
  500. package/esm2015/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.js +0 -25
  501. package/esm2015/lib/components/modify-task-form/components/base-activity-summary.component.js +0 -131
  502. package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.js +0 -120
  503. package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.js +0 -27
  504. package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.js +0 -88
  505. package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.js +0 -24
  506. package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.js +0 -108
  507. package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.js +0 -28
  508. package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.js +0 -74
  509. package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.js +0 -25
  510. package/esm2015/lib/components/modify-task-form/components/task-details/task-details.component.js +0 -105
  511. package/esm2015/lib/components/modify-task-form/components/task-details/task-details.module.js +0 -25
  512. package/esm2015/lib/components/modify-task-form/modify-task-form.component.js +0 -293
  513. package/esm2015/lib/components/modify-task-form/modify-task-form.module.js +0 -40
  514. package/esm2015/lib/components/multi-property-toggler/multiple-property-toggler.component.js +0 -89
  515. package/esm2015/lib/components/multi-property-toggler/multiple-property-toggler.module.js +0 -21
  516. package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +0 -296
  517. package/esm2015/lib/components/open-activity-list/component-activity-list.module.js +0 -30
  518. package/esm2015/lib/components/open-activity-list/components/base-open-activity-list.component.js +0 -266
  519. package/esm2015/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.js +0 -41
  520. package/esm2015/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module..js +0 -19
  521. package/esm2015/lib/components/preferred-planning/preferred-planning.component.js +0 -218
  522. package/esm2015/lib/components/preferred-planning/preferred-planning.module.js +0 -25
  523. package/esm2015/lib/components/preview-pdf-dialog/preview-pdf-dialog.component.js +0 -77
  524. package/esm2015/lib/components/preview-pdf-dialog/preview-pdf-dialog.module.js +0 -26
  525. package/esm2015/lib/components/role-email-selector/role-email-selector.component.js +0 -159
  526. package/esm2015/lib/components/role-email-selector/role-email-selector.module.js +0 -29
  527. package/esm2015/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component.js +0 -64
  528. package/esm2015/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.module.js +0 -23
  529. package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.js +0 -73
  530. package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.js +0 -24
  531. package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +0 -58
  532. package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.js +0 -24
  533. package/esm2015/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.component.js +0 -239
  534. package/esm2015/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.module.js +0 -28
  535. package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +0 -94
  536. package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.js +0 -30
  537. package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.js +0 -42
  538. package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.js +0 -25
  539. package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +0 -163
  540. package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.js +0 -36
  541. package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.component.js +0 -57
  542. package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.module.js +0 -22
  543. package/esm2015/lib/components/send-method-dialog/model/email-address-viewmodel.js +0 -7
  544. package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +0 -404
  545. package/esm2015/lib/components/send-method-dialog/send-method-dialog.module.js +0 -39
  546. package/esm2015/lib/components/send-method-dialog/send-method-params.interface.js +0 -2
  547. package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +0 -75
  548. package/esm2015/lib/components/simple-tags/simple-tags.component.js +0 -87
  549. package/esm2015/lib/components/simple-tags/simple-tags.module.js +0 -28
  550. package/esm2015/lib/components/simple-tags-form/simple-tags-form.component.js +0 -196
  551. package/esm2015/lib/components/simple-tags-form/simple-tags-form.module.js +0 -26
  552. package/esm2015/lib/components/statusbar/statusbar-popup.component.js +0 -114
  553. package/esm2015/lib/components/statusbar/statusbar.component.js +0 -86
  554. package/esm2015/lib/components/statusbar/statusbar.module.js +0 -27
  555. package/esm2015/lib/components/stock/base/base-stock.component.js +0 -18
  556. package/esm2015/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.js +0 -79
  557. package/esm2015/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.js +0 -58
  558. package/esm2015/lib/components/stock/components/order-stock-history/order-stock-history.component.js +0 -58
  559. package/esm2015/lib/components/stock/components/order-stock-tab/order-stock-tab.component.js +0 -58
  560. package/esm2015/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.js +0 -58
  561. package/esm2015/lib/components/stock/components/order-tab/order-tab.component.js +0 -162
  562. package/esm2015/lib/components/stock/components/stock-history/stock-history.component.js +0 -66
  563. package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +0 -241
  564. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +0 -327
  565. package/esm2015/lib/components/stock/components/stock-prognose/stock-prognose.component.js +0 -73
  566. package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +0 -42
  567. package/esm2015/lib/components/stock/service/stock-module-screen-config.service.js +0 -27
  568. package/esm2015/lib/components/stock/stock-history-tabs/stock-history-tabs.component.js +0 -33
  569. package/esm2015/lib/components/stock/stock-information/stock-information.component.js +0 -76
  570. package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +0 -457
  571. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +0 -173
  572. package/esm2015/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.js +0 -2
  573. package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +0 -72
  574. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +0 -219
  575. package/esm2015/lib/components/stock/stock-transfer-allocated/stock-transfer-allocated.component.js +0 -273
  576. package/esm2015/lib/components/stock/stock.component.js +0 -211
  577. package/esm2015/lib/components/stock/stock.module.js +0 -86
  578. package/esm2015/lib/components/stock-statusbar/stock-statusbar.component.js +0 -23
  579. package/esm2015/lib/components/stock-statusbar/stock-statusbar.module.js +0 -19
  580. package/esm2015/lib/components/tab-bar/tab-bar.component.js +0 -98
  581. package/esm2015/lib/components/tab-bar/tab-bar.module.js +0 -23
  582. package/esm2015/lib/components/tab-bar/tab.interface.js +0 -2
  583. package/esm2015/lib/components/task-creator/task-creator.component.js +0 -410
  584. package/esm2015/lib/components/task-creator/task-creator.module.js +0 -40
  585. package/esm2015/lib/components/task-modifyer/task-modifier.component.js +0 -282
  586. package/esm2015/lib/components/task-modifyer/task-modifyer.module..js +0 -32
  587. package/esm2015/lib/components/tile-renderer/tile-render.component.js +0 -90
  588. package/esm2015/lib/components/tile-renderer/tile-render.module.js +0 -26
  589. package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.component.js +0 -52
  590. package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.module.js +0 -22
  591. package/esm2015/lib/components/workflow-info-tiles/workflow-info-tiles.component.js +0 -60
  592. package/esm2015/lib/components/workflow-info-tiles/workflow-info-tiles.module.js +0 -22
  593. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle-popup.js +0 -53
  594. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.js +0 -81
  595. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.js +0 -34
  596. package/esm2015/lib/decorator/input-boolean.decorator.js +0 -34
  597. package/esm2015/lib/directives/absolute-overlay-template.directive.js +0 -29
  598. package/esm2015/lib/directives/align-with.directive.js +0 -174
  599. package/esm2015/lib/directives/click-outside.directive.js +0 -25
  600. package/esm2015/lib/directives/directives.module.js +0 -22
  601. package/esm2015/lib/enum/activity-cfg-name.enum.js +0 -29
  602. package/esm2015/lib/enum/app-button-type.enum.js +0 -11
  603. package/esm2015/lib/enum/calendar-view.enum.js +0 -12
  604. package/esm2015/lib/enum/document-email-report.enum.js +0 -18
  605. package/esm2015/lib/enum/domain-multiple-name.enum.js +0 -13
  606. package/esm2015/lib/enum/file-type.js +0 -14
  607. package/esm2015/lib/enum/files-upload-config-objects.js +0 -3
  608. package/esm2015/lib/enum/gauge-color.enum.js +0 -11
  609. package/esm2015/lib/enum/icon.enum.js +0 -78
  610. package/esm2015/lib/enum/internal-param.enum.js +0 -38
  611. package/esm2015/lib/enum/keyboard-code.enum.js +0 -33
  612. package/esm2015/lib/enum/language-code.enum.js +0 -8
  613. package/esm2015/lib/enum/month.enum.js +0 -17
  614. package/esm2015/lib/enum/read-write-access-config-names.enum.js +0 -2
  615. package/esm2015/lib/enum/shared-cfg-name.enum.js +0 -19
  616. package/esm2015/lib/enum/table-name.enum.js +0 -86
  617. package/esm2015/lib/enum/tag-category.enum.js +0 -22
  618. package/esm2015/lib/enum/tags-component-config-names.js +0 -2
  619. package/esm2015/lib/enum/thumb-three-way-state.js +0 -19
  620. package/esm2015/lib/enum/tile-size-type.js +0 -7
  621. package/esm2015/lib/enum/time-period.enum.js +0 -11
  622. package/esm2015/lib/enum/user-form-mode.enum.js +0 -7
  623. package/esm2015/lib/event/co-drag-event.js +0 -2
  624. package/esm2015/lib/event/co-drop-event.js +0 -2
  625. package/esm2015/lib/interface/activities-task-config-names.js +0 -2
  626. package/esm2015/lib/interface/key-value-pair.js +0 -2
  627. package/esm2015/lib/interface/operation-callback-activity.js +0 -5
  628. package/esm2015/lib/interface/operation-callback-function-with-validation.js +0 -5
  629. package/esm2015/lib/interface/operation-callback-simple-function.js +0 -4
  630. package/esm2015/lib/model/agenda-event-per-day.model.js +0 -6
  631. package/esm2015/lib/model/agenda-event.model.js +0 -8
  632. package/esm2015/lib/model/agenda-null-objects.js +0 -11
  633. package/esm2015/lib/model/constant/all-months.js +0 -17
  634. package/esm2015/lib/model/date-range.js +0 -5
  635. package/esm2015/lib/model/day.model.js +0 -7
  636. package/esm2015/lib/model/icon-svg.js +0 -77
  637. package/esm2015/lib/model/month.model.js +0 -11
  638. package/esm2015/lib/model/send-method.js +0 -8
  639. package/esm2015/lib/model/settings.js +0 -4
  640. package/esm2015/lib/model/tag-tree-item.bo.js +0 -16
  641. package/esm2015/lib/model/time-window.bo.js +0 -26
  642. package/esm2015/lib/model/tree-object.js +0 -15
  643. package/esm2015/lib/model/util/forms-null-object.js +0 -7
  644. package/esm2015/lib/model/week.model.js +0 -6
  645. package/esm2015/lib/model/weekday.model.js +0 -10
  646. package/esm2015/lib/pipe/array-number.pipe.js +0 -15
  647. package/esm2015/lib/pipe/file-type-image.pipe.js +0 -51
  648. package/esm2015/lib/pipe/master-pipes.js +0 -9
  649. package/esm2015/lib/pipe/ucfirst.pipe.js +0 -16
  650. package/esm2015/lib/res/dictionary/dictionaries.js +0 -9
  651. package/esm2015/lib/service/app-absolute-overlay-outlet.service.js +0 -20
  652. package/esm2015/lib/service/drag-drop.service.js +0 -365
  653. package/esm2015/lib/service/icon-cache.service.js +0 -51
  654. package/esm2015/lib/service/options.service.js +0 -48
  655. package/esm2015/lib/service/shared-connector.service.js +0 -932
  656. package/esm2015/lib/service/shared-event.service.js +0 -15
  657. package/esm2015/lib/service/shared.service.js +0 -252
  658. package/esm2015/lib/service/stock.service.js +0 -109
  659. package/esm2015/lib/translation/shared-components-dictionary.service.js +0 -69
  660. package/esm2015/lib/translation/shared-components-translation.module.js +0 -15
  661. package/esm2015/lib/translation/shared-localize.pipe.js +0 -26
  662. package/esm2015/lib/utils/array-utils.js +0 -202
  663. package/esm2015/lib/utils/browser-utils.js +0 -100
  664. package/esm2015/lib/utils/calendar.utils.js +0 -179
  665. package/esm2015/lib/utils/check-precision-and-scale-result.js +0 -2
  666. package/esm2015/lib/utils/check-within-stepped-bounds-result.js +0 -2
  667. package/esm2015/lib/utils/co-document-shared-field-logic.js +0 -50
  668. package/esm2015/lib/utils/date-utils.js +0 -264
  669. package/esm2015/lib/utils/enum-utils.js +0 -128
  670. package/esm2015/lib/utils/event-utils.js +0 -59
  671. package/esm2015/lib/utils/form-utils.js +0 -32
  672. package/esm2015/lib/utils/function/not-nill.function.js +0 -5
  673. package/esm2015/lib/utils/is-nill.function.js +0 -5
  674. package/esm2015/lib/utils/map-utils.js +0 -41
  675. package/esm2015/lib/utils/number-utils.js +0 -390
  676. package/esm2015/lib/utils/object-utils.js +0 -278
  677. package/esm2015/lib/utils/ref-code-utils.js +0 -49
  678. package/esm2015/lib/utils/string-utils.js +0 -97
  679. package/esm2015/public-api.js +0 -48
  680. package/fesm2015/colijnit-sharedcomponents.js +0 -18716
  681. package/fesm2015/colijnit-sharedcomponents.js.map +0 -1
  682. package/lib/businessobject/build-images-and-documentation-result.d.ts +0 -5
  683. package/lib/businessobject/drag-drop-container-element.d.ts +0 -6
  684. package/lib/businessobject/drag-drop-container.d.ts +0 -6
  685. package/lib/components/activity-list/activity-list.component.d.ts +0 -51
  686. package/lib/components/activity-list/activity-list.module.d.ts +0 -2
  687. package/lib/components/activity-list-header/activity-list-header.component.d.ts +0 -25
  688. package/lib/components/activity-list-header/activity-list-header.module.d.ts +0 -2
  689. package/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.d.ts +0 -11
  690. package/lib/components/activity-list-header/components/period-filter/period-filter.component.d.ts +0 -26
  691. package/lib/components/activity-list-header/components/period-filter/period-filter.module.d.ts +0 -2
  692. package/lib/components/activity-overview-component/component-activity-overview.component.d.ts +0 -24
  693. package/lib/components/activity-overview-component/component-activity-overview.module.d.ts +0 -2
  694. package/lib/components/activity-overview-component/components/base-activity-overview.component.d.ts +0 -81
  695. package/lib/components/app-file-dropzone/app-file-dropzone.component.d.ts +0 -14
  696. package/lib/components/app-file-dropzone/app-file-dropzone.module.d.ts +0 -2
  697. package/lib/components/custom-pdf/custom-pdf-dialog.component.d.ts +0 -41
  698. package/lib/components/custom-pdf/custom-pdf-dialog.module.d.ts +0 -2
  699. package/lib/components/date-planning/component/agenda/agenda-base-view.component.d.ts +0 -21
  700. package/lib/components/date-planning/component/agenda/agenda-day-view.component.d.ts +0 -7
  701. package/lib/components/date-planning/component/agenda/agenda-event.component.d.ts +0 -18
  702. package/lib/components/date-planning/component/agenda/agenda-events.component.d.ts +0 -13
  703. package/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.d.ts +0 -18
  704. package/lib/components/date-planning/component/agenda/agenda-header.component.d.ts +0 -51
  705. package/lib/components/date-planning/component/agenda/agenda-hour-cell.component.d.ts +0 -9
  706. package/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.d.ts +0 -8
  707. package/lib/components/date-planning/component/agenda/agenda-hour-view.component.d.ts +0 -7
  708. package/lib/components/date-planning/component/agenda/agenda-month-view.component.d.ts +0 -10
  709. package/lib/components/date-planning/component/agenda/agenda-select-event.component.d.ts +0 -12
  710. package/lib/components/date-planning/component/agenda/agenda-view.component.d.ts +0 -12
  711. package/lib/components/date-planning/component/agenda/agenda-week-select-view.component.d.ts +0 -10
  712. package/lib/components/date-planning/component/agenda/agenda-week-view.component.d.ts +0 -9
  713. package/lib/components/date-planning/component/agenda/view-select.component.d.ts +0 -13
  714. package/lib/components/date-planning/component/calendar/calendar-all-months.component.d.ts +0 -9
  715. package/lib/components/date-planning/component/calendar/calendar-all-years.component.d.ts +0 -9
  716. package/lib/components/date-planning/component/calendar/calendar-header.component.d.ts +0 -23
  717. package/lib/components/date-planning/component/calendar/calendar-view.component.d.ts +0 -31
  718. package/lib/components/date-planning/component/calendar/calendar.component.d.ts +0 -10
  719. package/lib/components/date-planning/date-planning.component.d.ts +0 -29
  720. package/lib/components/date-planning/date-planning.module.d.ts +0 -2
  721. package/lib/components/docsign/component/signature/signature.component.d.ts +0 -16
  722. package/lib/components/docsign/component/signatures/signatures.component.d.ts +0 -12
  723. package/lib/components/docsign/docsign.component.d.ts +0 -99
  724. package/lib/components/docsign/docsign.module.d.ts +0 -2
  725. package/lib/components/email-selector/email-selector.component.d.ts +0 -33
  726. package/lib/components/email-selector/email-selector.module.d.ts +0 -2
  727. package/lib/components/file-upload/file-upload.component.d.ts +0 -49
  728. package/lib/components/file-upload/file-upload.module.d.ts +0 -2
  729. package/lib/components/file-upload-popup/file-upload-popup.component.d.ts +0 -79
  730. package/lib/components/file-upload-popup/file-upload-popup.module.d.ts +0 -2
  731. package/lib/components/files-upload/components/base-file-upload.component.d.ts +0 -98
  732. package/lib/components/files-upload/components/drag-drop-container.component.d.ts +0 -34
  733. package/lib/components/files-upload/files-upload.component.d.ts +0 -32
  734. package/lib/components/files-upload/files-upload.module.d.ts +0 -2
  735. package/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.component.d.ts +0 -23
  736. package/lib/components/form-builder/form-builder-user-form/components/user-form-input-scale/user-form-input-scale.module.d.ts +0 -2
  737. package/lib/components/form-builder/form-builder-user-form/form-builder-question.component.d.ts +0 -32
  738. package/lib/components/form-builder/form-builder-user-form/form-builder-user-form.component.d.ts +0 -64
  739. package/lib/components/form-builder/form-builder-user-form/form-builder-user-form.module.d.ts +0 -2
  740. package/lib/components/image-display/image-display.component.d.ts +0 -14
  741. package/lib/components/image-display/image-display.module.d.ts +0 -2
  742. package/lib/components/key-pad/key-pad.component.d.ts +0 -38
  743. package/lib/components/key-pad/key-pad.module.d.ts +0 -2
  744. package/lib/components/layout-switcher/layout-switcher.component.d.ts +0 -16
  745. package/lib/components/layout-switcher/layout-switcher.module.d.ts +0 -2
  746. package/lib/components/linear-gauge/co-linear-gauge.component.d.ts +0 -11
  747. package/lib/components/linear-gauge/co-linear-gauge.module.d.ts +0 -2
  748. package/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.d.ts +0 -31
  749. package/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.d.ts +0 -2
  750. package/lib/components/modify-task-form/components/activity-summary-block/style/_layout.scss +0 -160
  751. package/lib/components/modify-task-form/components/base-activity-summary.component.d.ts +0 -51
  752. package/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.d.ts +0 -28
  753. package/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.d.ts +0 -2
  754. package/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.d.ts +0 -24
  755. package/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.d.ts +0 -2
  756. package/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.d.ts +0 -28
  757. package/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.d.ts +0 -2
  758. package/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.d.ts +0 -17
  759. package/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.d.ts +0 -2
  760. package/lib/components/modify-task-form/components/task-details/task-details.component.d.ts +0 -23
  761. package/lib/components/modify-task-form/components/task-details/task-details.module.d.ts +0 -2
  762. package/lib/components/modify-task-form/modify-task-form.component.d.ts +0 -56
  763. package/lib/components/modify-task-form/modify-task-form.module.d.ts +0 -2
  764. package/lib/components/multi-property-toggler/multiple-property-toggler.component.d.ts +0 -27
  765. package/lib/components/multi-property-toggler/multiple-property-toggler.module.d.ts +0 -2
  766. package/lib/components/open-activity-list/component-activity-list.component.d.ts +0 -78
  767. package/lib/components/open-activity-list/component-activity-list.module.d.ts +0 -2
  768. package/lib/components/open-activity-list/components/base-open-activity-list.component.d.ts +0 -48
  769. package/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.d.ts +0 -4
  770. package/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module..d.ts +0 -2
  771. package/lib/components/preferred-planning/preferred-planning.component.d.ts +0 -34
  772. package/lib/components/preferred-planning/preferred-planning.module.d.ts +0 -2
  773. package/lib/components/preview-pdf-dialog/preview-pdf-dialog.component.d.ts +0 -18
  774. package/lib/components/preview-pdf-dialog/preview-pdf-dialog.module.d.ts +0 -2
  775. package/lib/components/role-email-selector/role-email-selector.component.d.ts +0 -44
  776. package/lib/components/role-email-selector/role-email-selector.module.d.ts +0 -2
  777. package/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.component.d.ts +0 -22
  778. package/lib/components/send-method-dialog/components/additional-file-button/additional-file-button.module.d.ts +0 -2
  779. package/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.d.ts +0 -20
  780. package/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.d.ts +0 -2
  781. package/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.d.ts +0 -16
  782. package/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.d.ts +0 -2
  783. package/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.component.d.ts +0 -53
  784. package/lib/components/send-method-dialog/components/send-method-combine-print-email/send-method-combine-print-email.module.d.ts +0 -2
  785. package/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.d.ts +0 -25
  786. package/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.d.ts +0 -2
  787. package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.d.ts +0 -11
  788. package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.d.ts +0 -2
  789. package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +0 -41
  790. package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.d.ts +0 -2
  791. package/lib/components/send-method-dialog/components/signature-button/signature-button.component.d.ts +0 -16
  792. package/lib/components/send-method-dialog/components/signature-button/signature-button.module.d.ts +0 -2
  793. package/lib/components/send-method-dialog/model/email-address-viewmodel.d.ts +0 -5
  794. package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +0 -103
  795. package/lib/components/send-method-dialog/send-method-dialog.module.d.ts +0 -2
  796. package/lib/components/send-method-dialog/send-method-params.interface.d.ts +0 -13
  797. package/lib/components/send-method-dialog/service/send-method.service.d.ts +0 -29
  798. package/lib/components/simple-tags/simple-tags.component.d.ts +0 -24
  799. package/lib/components/simple-tags/simple-tags.module.d.ts +0 -2
  800. package/lib/components/simple-tags-form/simple-tags-form.component.d.ts +0 -29
  801. package/lib/components/simple-tags-form/simple-tags-form.module.d.ts +0 -2
  802. package/lib/components/statusbar/statusbar-popup.component.d.ts +0 -25
  803. package/lib/components/statusbar/statusbar.component.d.ts +0 -29
  804. package/lib/components/statusbar/statusbar.module.d.ts +0 -2
  805. package/lib/components/stock/base/base-stock.component.d.ts +0 -6
  806. package/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.d.ts +0 -14
  807. package/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.d.ts +0 -11
  808. package/lib/components/stock/components/order-stock-history/order-stock-history.component.d.ts +0 -11
  809. package/lib/components/stock/components/order-stock-tab/order-stock-tab.component.d.ts +0 -13
  810. package/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.d.ts +0 -11
  811. package/lib/components/stock/components/order-tab/order-tab.component.d.ts +0 -41
  812. package/lib/components/stock/components/stock-history/stock-history.component.d.ts +0 -15
  813. package/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.d.ts +0 -47
  814. package/lib/components/stock/components/stock-location/stock-location.component.d.ts +0 -72
  815. package/lib/components/stock/components/stock-prognose/stock-prognose.component.d.ts +0 -16
  816. package/lib/components/stock/components/stock-tab/stock-tab.component.d.ts +0 -9
  817. package/lib/components/stock/service/stock-module-screen-config.service.d.ts +0 -9
  818. package/lib/components/stock/stock-history-tabs/stock-history-tabs.component.d.ts +0 -7
  819. package/lib/components/stock/stock-information/stock-information.component.d.ts +0 -16
  820. package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +0 -75
  821. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +0 -36
  822. package/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.d.ts +0 -4
  823. package/lib/components/stock/stock-transfer/stock-change-amount.component.d.ts +0 -18
  824. package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +0 -51
  825. package/lib/components/stock/stock-transfer-allocated/stock-transfer-allocated.component.d.ts +0 -59
  826. package/lib/components/stock/stock.component.d.ts +0 -67
  827. package/lib/components/stock/stock.module.d.ts +0 -2
  828. package/lib/components/stock-statusbar/stock-statusbar.component.d.ts +0 -4
  829. package/lib/components/stock-statusbar/stock-statusbar.module.d.ts +0 -2
  830. package/lib/components/tab-bar/tab-bar.component.d.ts +0 -21
  831. package/lib/components/tab-bar/tab-bar.module.d.ts +0 -2
  832. package/lib/components/tab-bar/tab.interface.d.ts +0 -7
  833. package/lib/components/task-creator/style/_layout.scss +0 -201
  834. package/lib/components/task-creator/task-creator.component.d.ts +0 -91
  835. package/lib/components/task-creator/task-creator.module.d.ts +0 -2
  836. package/lib/components/task-modifyer/task-modifier.component.d.ts +0 -67
  837. package/lib/components/task-modifyer/task-modifyer.module..d.ts +0 -2
  838. package/lib/components/tile-renderer/tile-render.component.d.ts +0 -35
  839. package/lib/components/tile-renderer/tile-render.module.d.ts +0 -2
  840. package/lib/components/workflow-info-tiles/components/workflow-info-tile.component.d.ts +0 -17
  841. package/lib/components/workflow-info-tiles/components/workflow-info-tile.module.d.ts +0 -2
  842. package/lib/components/workflow-info-tiles/workflow-info-tiles.component.d.ts +0 -22
  843. package/lib/components/workflow-info-tiles/workflow-info-tiles.module.d.ts +0 -2
  844. package/lib/components/workflow-notification-toggle/workflow-notification-toggle-popup.d.ts +0 -15
  845. package/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.d.ts +0 -28
  846. package/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.d.ts +0 -2
  847. package/lib/decorator/input-boolean.decorator.d.ts +0 -8
  848. package/lib/directives/absolute-overlay-template.directive.d.ts +0 -9
  849. package/lib/directives/align-with.directive.d.ts +0 -35
  850. package/lib/directives/click-outside.directive.d.ts +0 -7
  851. package/lib/directives/directives.module.d.ts +0 -2
  852. package/lib/enum/activity-cfg-name.enum.d.ts +0 -27
  853. package/lib/enum/app-button-type.enum.d.ts +0 -9
  854. package/lib/enum/calendar-view.enum.d.ts +0 -10
  855. package/lib/enum/document-email-report.enum.d.ts +0 -15
  856. package/lib/enum/domain-multiple-name.enum.d.ts +0 -10
  857. package/lib/enum/file-type.d.ts +0 -7
  858. package/lib/enum/files-upload-config-objects.d.ts +0 -22
  859. package/lib/enum/gauge-color.enum.d.ts +0 -9
  860. package/lib/enum/icon.enum.d.ts +0 -76
  861. package/lib/enum/internal-param.enum.d.ts +0 -34
  862. package/lib/enum/keyboard-code.enum.d.ts +0 -31
  863. package/lib/enum/language-code.enum.d.ts +0 -6
  864. package/lib/enum/month.enum.d.ts +0 -14
  865. package/lib/enum/read-write-access-config-names.enum.d.ts +0 -4
  866. package/lib/enum/shared-cfg-name.enum.d.ts +0 -14
  867. package/lib/enum/table-name.enum.d.ts +0 -84
  868. package/lib/enum/tag-category.enum.d.ts +0 -19
  869. package/lib/enum/tags-component-config-names.d.ts +0 -4
  870. package/lib/enum/thumb-three-way-state.d.ts +0 -6
  871. package/lib/enum/tile-size-type.d.ts +0 -4
  872. package/lib/enum/time-period.enum.d.ts +0 -8
  873. package/lib/enum/user-form-mode.enum.d.ts +0 -4
  874. package/lib/event/co-drag-event.d.ts +0 -5
  875. package/lib/event/co-drop-event.d.ts +0 -8
  876. package/lib/interface/operation-callback-activity.d.ts +0 -5
  877. package/lib/interface/operation-callback-function-with-validation.d.ts +0 -5
  878. package/lib/interface/operation-callback-simple-function.d.ts +0 -4
  879. package/lib/model/agenda-event-per-day.model.d.ts +0 -5
  880. package/lib/model/agenda-event.model.d.ts +0 -17
  881. package/lib/model/agenda-null-objects.d.ts +0 -10
  882. package/lib/model/constant/all-months.d.ts +0 -2
  883. package/lib/model/date-range.d.ts +0 -7
  884. package/lib/model/day.model.d.ts +0 -8
  885. package/lib/model/icon-svg.d.ts +0 -4
  886. package/lib/model/month.model.d.ts +0 -5
  887. package/lib/model/send-method.d.ts +0 -7
  888. package/lib/model/settings.d.ts +0 -3
  889. package/lib/model/tag-tree-item.bo.d.ts +0 -18
  890. package/lib/model/time-window.bo.d.ts +0 -13
  891. package/lib/model/tree-object.d.ts +0 -8
  892. package/lib/model/util/forms-null-object.d.ts +0 -6
  893. package/lib/model/week.model.d.ts +0 -4
  894. package/lib/model/weekday.model.d.ts +0 -16
  895. package/lib/pipe/array-number.pipe.d.ts +0 -4
  896. package/lib/pipe/file-type-image.pipe.d.ts +0 -12
  897. package/lib/pipe/master-pipes.d.ts +0 -1
  898. package/lib/pipe/ucfirst.pipe.d.ts +0 -4
  899. package/lib/res/dictionary/dictionaries.d.ts +0 -31988
  900. package/lib/service/app-absolute-overlay-outlet.service.d.ts +0 -9
  901. package/lib/service/drag-drop.service.d.ts +0 -86
  902. package/lib/service/icon-cache.service.d.ts +0 -18
  903. package/lib/service/options.service.d.ts +0 -13
  904. package/lib/service/shared-connector.service.d.ts +0 -115
  905. package/lib/service/shared-event.service.d.ts +0 -4
  906. package/lib/service/shared.service.d.ts +0 -75
  907. package/lib/service/stock.service.d.ts +0 -39
  908. package/lib/translation/shared-components-dictionary.service.d.ts +0 -19
  909. package/lib/translation/shared-components-translation.module.d.ts +0 -2
  910. package/lib/translation/shared-localize.pipe.d.ts +0 -7
  911. package/lib/utils/array-utils.d.ts +0 -63
  912. package/lib/utils/browser-utils.d.ts +0 -15
  913. package/lib/utils/calendar.utils.d.ts +0 -14
  914. package/lib/utils/check-precision-and-scale-result.d.ts +0 -4
  915. package/lib/utils/co-document-shared-field-logic.d.ts +0 -7
  916. package/lib/utils/date-utils.d.ts +0 -44
  917. package/lib/utils/enum-utils.d.ts +0 -31
  918. package/lib/utils/event-utils.d.ts +0 -12
  919. package/lib/utils/form-utils.d.ts +0 -5
  920. package/lib/utils/function/not-nill.function.d.ts +0 -1
  921. package/lib/utils/is-nill.function.d.ts +0 -1
  922. package/lib/utils/map-utils.d.ts +0 -16
  923. package/lib/utils/number-utils.d.ts +0 -125
  924. package/lib/utils/object-utils.d.ts +0 -40
  925. package/lib/utils/ref-code-utils.d.ts +0 -10
  926. package/lib/utils/string-utils.d.ts +0 -39
  927. package/public-api.d.ts +0 -44
  928. /package/{lib → projects/sharedcomponents/src/lib}/components/access/read-write-access.scss +0 -0
  929. /package/{lib → projects/sharedcomponents/src/lib}/components/access/style/_layout.scss +0 -0
  930. /package/{lib → projects/sharedcomponents/src/lib}/components/access/style/_material-definition.scss +0 -0
  931. /package/{lib → projects/sharedcomponents/src/lib}/components/access/style/_theme.scss +0 -0
  932. /package/{lib → projects/sharedcomponents/src/lib}/components/access/style/material.scss +0 -0
  933. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list/style/_layout.scss +0 -0
  934. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list/style/_material-definition.scss +0 -0
  935. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list/style/_theme.scss +0 -0
  936. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list/style/material.scss +0 -0
  937. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/components/period-filter/style/_layout.scss +0 -0
  938. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/components/period-filter/style/_material-definition.scss +0 -0
  939. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/components/period-filter/style/_theme.scss +0 -0
  940. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/components/period-filter/style/material.scss +0 -0
  941. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/style/_layout.scss +0 -0
  942. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/style/_material-definition.scss +0 -0
  943. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/style/_theme.scss +0 -0
  944. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-list-header/style/material.scss +0 -0
  945. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-overview-component/style/_layout.scss +0 -0
  946. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-overview-component/style/_material-definition.scss +0 -0
  947. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-overview-component/style/_theme.scss +0 -0
  948. /package/{lib → projects/sharedcomponents/src/lib}/components/activity-overview-component/style/material.scss +0 -0
  949. /package/{lib → projects/sharedcomponents/src/lib}/components/app-file-dropzone/style/_layout.scss +0 -0
  950. /package/{lib → projects/sharedcomponents/src/lib}/components/app-file-dropzone/style/_material-definition.scss +0 -0
  951. /package/{lib → projects/sharedcomponents/src/lib}/components/app-file-dropzone/style/_theme.scss +0 -0
  952. /package/{lib → projects/sharedcomponents/src/lib}/components/app-file-dropzone/style/material.scss +0 -0
  953. /package/{lib → projects/sharedcomponents/src/lib}/components/custom-pdf/style/_layout.scss +0 -0
  954. /package/{lib → projects/sharedcomponents/src/lib}/components/custom-pdf/style/_material-definition.scss +0 -0
  955. /package/{lib → projects/sharedcomponents/src/lib}/components/custom-pdf/style/_theme.scss +0 -0
  956. /package/{lib → projects/sharedcomponents/src/lib}/components/custom-pdf/style/material.scss +0 -0
  957. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/agenda/style/_layout.scss +0 -0
  958. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/agenda/style/_material-definition.scss +0 -0
  959. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/agenda/style/_theme.scss +0 -0
  960. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/agenda/style/material.scss +0 -0
  961. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/calendar/style/_layout.scss +0 -0
  962. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/calendar/style/_material-definition.scss +0 -0
  963. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/calendar/style/_theme.scss +0 -0
  964. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/component/calendar/style/material.scss +0 -0
  965. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/style/_layout.scss +0 -0
  966. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/style/_material-definition.scss +0 -0
  967. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/style/_theme.scss +0 -0
  968. /package/{lib → projects/sharedcomponents/src/lib}/components/date-planning/style/material.scss +0 -0
  969. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signature/style/_layout.scss +0 -0
  970. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signature/style/_material-definition.scss +0 -0
  971. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signature/style/_theme.scss +0 -0
  972. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signature/style/material.scss +0 -0
  973. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signatures/style/_layout.scss +0 -0
  974. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signatures/style/_material-definition.scss +0 -0
  975. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signatures/style/_theme.scss +0 -0
  976. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/component/signatures/style/material.scss +0 -0
  977. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/style/_layout.scss +0 -0
  978. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/style/_material-definition.scss +0 -0
  979. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/style/_theme.scss +0 -0
  980. /package/{lib → projects/sharedcomponents/src/lib}/components/docsign/style/material.scss +0 -0
  981. /package/{lib → projects/sharedcomponents/src/lib}/components/email-selector/style/_layout.scss +0 -0
  982. /package/{lib → projects/sharedcomponents/src/lib}/components/email-selector/style/_material-definition.scss +0 -0
  983. /package/{lib → projects/sharedcomponents/src/lib}/components/email-selector/style/_theme.scss +0 -0
  984. /package/{lib → projects/sharedcomponents/src/lib}/components/email-selector/style/material.scss +0 -0
  985. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload/style/_layout.scss +0 -0
  986. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload/style/_material-definition.scss +0 -0
  987. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload/style/_theme.scss +0 -0
  988. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload/style/material.scss +0 -0
  989. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload-popup/style/_layout.scss +0 -0
  990. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload-popup/style/_material-definition.scss +0 -0
  991. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload-popup/style/_theme.scss +0 -0
  992. /package/{lib → projects/sharedcomponents/src/lib}/components/file-upload-popup/style/material.scss +0 -0
  993. /package/{lib → projects/sharedcomponents/src/lib}/components/files-upload/style/_layout.scss +0 -0
  994. /package/{lib → projects/sharedcomponents/src/lib}/components/files-upload/style/_material-definition.scss +0 -0
  995. /package/{lib → projects/sharedcomponents/src/lib}/components/files-upload/style/_theme.scss +0 -0
  996. /package/{lib → projects/sharedcomponents/src/lib}/components/files-upload/style/material.scss +0 -0
  997. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/forms-test-component/style/_layout.component.ts.child.3.scss +0 -0
  998. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/forms-test-component/style/_material-definition.component.ts.child.0.scss +0 -0
  999. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/forms-test-component/style/_theme.component.ts.child.2.scss +0 -0
  1000. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/forms-test-component/style/material.component.ts.child.1.scss +0 -0
  1001. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/user-form-input-scale/style/_layout.scss +0 -0
  1002. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/user-form-input-scale/style/_material-definition.scss +0 -0
  1003. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/user-form-input-scale/style/_theme.scss +0 -0
  1004. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/components/user-form-input-scale/style/material.scss +0 -0
  1005. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/style/_layout.scss +0 -0
  1006. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/style/_material-definition.scss +0 -0
  1007. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/style/_theme.scss +0 -0
  1008. /package/{lib → projects/sharedcomponents/src/lib}/components/form-builder/form-builder-user-form/style/material.scss +0 -0
  1009. /package/{lib → projects/sharedcomponents/src/lib}/components/image-display/style/_layout.scss +0 -0
  1010. /package/{lib → projects/sharedcomponents/src/lib}/components/image-display/style/_material-definition.scss +0 -0
  1011. /package/{lib → projects/sharedcomponents/src/lib}/components/image-display/style/_theme.scss +0 -0
  1012. /package/{lib → projects/sharedcomponents/src/lib}/components/image-display/style/material.scss +0 -0
  1013. /package/{lib → projects/sharedcomponents/src/lib}/components/key-pad/style/_layout.scss +0 -0
  1014. /package/{lib → projects/sharedcomponents/src/lib}/components/key-pad/style/_material-definition.scss +0 -0
  1015. /package/{lib → projects/sharedcomponents/src/lib}/components/key-pad/style/_theme.scss +0 -0
  1016. /package/{lib → projects/sharedcomponents/src/lib}/components/key-pad/style/material.scss +0 -0
  1017. /package/{lib → projects/sharedcomponents/src/lib}/components/layout-switcher/style/_layout.scss +0 -0
  1018. /package/{lib → projects/sharedcomponents/src/lib}/components/layout-switcher/style/_material-definition.scss +0 -0
  1019. /package/{lib → projects/sharedcomponents/src/lib}/components/layout-switcher/style/_theme.scss +0 -0
  1020. /package/{lib → projects/sharedcomponents/src/lib}/components/layout-switcher/style/material.scss +0 -0
  1021. /package/{lib → projects/sharedcomponents/src/lib}/components/linear-gauge/style/_layout.scss +0 -0
  1022. /package/{lib → projects/sharedcomponents/src/lib}/components/linear-gauge/style/_material-definition.scss +0 -0
  1023. /package/{lib → projects/sharedcomponents/src/lib}/components/linear-gauge/style/_theme.scss +0 -0
  1024. /package/{lib → projects/sharedcomponents/src/lib}/components/linear-gauge/style/material.scss +0 -0
  1025. /package/{lib → projects/sharedcomponents/src/lib}/components/login/components/input-code/style/_layout.scss +0 -0
  1026. /package/{lib → projects/sharedcomponents/src/lib}/components/login/components/input-code/style/_material-definition.scss +0 -0
  1027. /package/{lib → projects/sharedcomponents/src/lib}/components/login/components/input-code/style/_theme.scss +0 -0
  1028. /package/{lib → projects/sharedcomponents/src/lib}/components/login/components/input-code/style/material.scss +0 -0
  1029. /package/{lib → projects/sharedcomponents/src/lib}/components/login/style/_layout.scss +0 -0
  1030. /package/{lib → projects/sharedcomponents/src/lib}/components/login/style/_material-definition.scss +0 -0
  1031. /package/{lib → projects/sharedcomponents/src/lib}/components/login/style/_theme.scss +0 -0
  1032. /package/{lib → projects/sharedcomponents/src/lib}/components/login/style/material.scss +0 -0
  1033. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/activity-summary-block/style/_material-definition.scss +0 -0
  1034. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/activity-summary-block/style/_theme.scss +0 -0
  1035. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/activity-summary-block/style/material.scss +0 -0
  1036. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/creation-summary-block/style/_layout.scss +0 -0
  1037. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/creation-summary-block/style/_material-definition.scss +0 -0
  1038. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/creation-summary-block/style/_theme.scss +0 -0
  1039. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/creation-summary-block/style/material.scss +0 -0
  1040. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/executive-summary-block/style/_layout.scss +0 -0
  1041. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/executive-summary-block/style/_material-definition.scss +0 -0
  1042. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/executive-summary-block/style/_theme.scss +0 -0
  1043. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/executive-summary-block/style/material.scss +0 -0
  1044. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/notification-summary-block/style/_layout.scss +0 -0
  1045. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/notification-summary-block/style/_material-definition.scss +0 -0
  1046. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/notification-summary-block/style/_theme.scss +0 -0
  1047. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/notification-summary-block/style/material.scss +0 -0
  1048. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/status-summary-block/style/_layout.scss +0 -0
  1049. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/status-summary-block/style/_material-definition.scss +0 -0
  1050. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/status-summary-block/style/_theme.scss +0 -0
  1051. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/status-summary-block/style/material.scss +0 -0
  1052. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/task-details/style/_layout.scss +0 -0
  1053. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/task-details/style/_material-definition.scss +0 -0
  1054. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/task-details/style/_theme.scss +0 -0
  1055. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/components/task-details/style/material.scss +0 -0
  1056. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/style/_layout.scss +0 -0
  1057. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/style/_material-definition.scss +0 -0
  1058. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/style/_theme.scss +0 -0
  1059. /package/{lib → projects/sharedcomponents/src/lib}/components/modify-task-form/style/material.scss +0 -0
  1060. /package/{lib → projects/sharedcomponents/src/lib}/components/multi-property-toggler/style/_layout.scss +0 -0
  1061. /package/{lib → projects/sharedcomponents/src/lib}/components/multi-property-toggler/style/_material-definition.scss +0 -0
  1062. /package/{lib → projects/sharedcomponents/src/lib}/components/multi-property-toggler/style/_theme.scss +0 -0
  1063. /package/{lib → projects/sharedcomponents/src/lib}/components/multi-property-toggler/style/material.scss +0 -0
  1064. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/components/personal-activity-overview/style/_layout.scss +0 -0
  1065. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/components/personal-activity-overview/style/_material-definition.scss +0 -0
  1066. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/components/personal-activity-overview/style/_theme.scss +0 -0
  1067. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/components/personal-activity-overview/style/material.scss +0 -0
  1068. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/style/_layout.scss +0 -0
  1069. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/style/_material-definition.scss +0 -0
  1070. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/style/_theme.scss +0 -0
  1071. /package/{lib → projects/sharedcomponents/src/lib}/components/open-activity-list/style/material.scss +0 -0
  1072. /package/{lib → projects/sharedcomponents/src/lib}/components/preferred-planning/style/_layout.scss +0 -0
  1073. /package/{lib → projects/sharedcomponents/src/lib}/components/preferred-planning/style/_material-definition.scss +0 -0
  1074. /package/{lib → projects/sharedcomponents/src/lib}/components/preferred-planning/style/_theme.scss +0 -0
  1075. /package/{lib → projects/sharedcomponents/src/lib}/components/preferred-planning/style/material.scss +0 -0
  1076. /package/{lib → projects/sharedcomponents/src/lib}/components/preview-pdf-dialog/style/_layout.scss +0 -0
  1077. /package/{lib → projects/sharedcomponents/src/lib}/components/preview-pdf-dialog/style/_material-definition.scss +0 -0
  1078. /package/{lib → projects/sharedcomponents/src/lib}/components/preview-pdf-dialog/style/_theme.scss +0 -0
  1079. /package/{lib → projects/sharedcomponents/src/lib}/components/preview-pdf-dialog/style/material.scss +0 -0
  1080. /package/{lib → projects/sharedcomponents/src/lib}/components/role-email-selector/style/_layout.scss +0 -0
  1081. /package/{lib → projects/sharedcomponents/src/lib}/components/role-email-selector/style/_material-definition.scss +0 -0
  1082. /package/{lib → projects/sharedcomponents/src/lib}/components/role-email-selector/style/_theme.scss +0 -0
  1083. /package/{lib → projects/sharedcomponents/src/lib}/components/role-email-selector/style/material.scss +0 -0
  1084. /package/{lib → projects/sharedcomponents/src/lib}/components/screen-config-generator/style/_layout.scss +0 -0
  1085. /package/{lib → projects/sharedcomponents/src/lib}/components/screen-config-generator/style/_material-definition.scss +0 -0
  1086. /package/{lib → projects/sharedcomponents/src/lib}/components/screen-config-generator/style/_theme.scss +0 -0
  1087. /package/{lib → projects/sharedcomponents/src/lib}/components/screen-config-generator/style/material.scss +0 -0
  1088. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/additional-file-button/style/_layout.scss +0 -0
  1089. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/additional-file-button/style/_material-definition.scss +0 -0
  1090. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/additional-file-button/style/_theme.scss +0 -0
  1091. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/additional-file-button/style/material.scss +0 -0
  1092. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/layout-selection/style/_layout.scss +0 -0
  1093. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/layout-selection/style/_material-definition.scss +0 -0
  1094. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/layout-selection/style/_theme.scss +0 -0
  1095. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/layout-selection/style/material.scss +0 -0
  1096. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/printer-selection/style/_layout.scss +0 -0
  1097. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/printer-selection/style/_material-definition.scss +0 -0
  1098. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/printer-selection/style/_theme.scss +0 -0
  1099. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/printer-selection/style/material.scss +0 -0
  1100. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-combine-print-email/style/_layout.scss +0 -0
  1101. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-combine-print-email/style/_material-definition.scss +0 -0
  1102. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-combine-print-email/style/_theme.scss +0 -0
  1103. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-combine-print-email/style/material.scss +0 -0
  1104. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-email/style/_layout.scss +0 -0
  1105. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-email/style/_material-definition.scss +0 -0
  1106. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-email/style/_theme.scss +0 -0
  1107. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-email/style/material.scss +0 -0
  1108. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-pdf/style/_layout.scss +0 -0
  1109. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-pdf/style/_material-definition.scss +0 -0
  1110. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-pdf/style/_theme.scss +0 -0
  1111. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-pdf/style/material.scss +0 -0
  1112. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-printer/style/_layout.scss +0 -0
  1113. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-printer/style/_material-definition.scss +0 -0
  1114. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-printer/style/_theme.scss +0 -0
  1115. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/send-method-printer/style/material.scss +0 -0
  1116. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/signature-button/style/_layout.scss +0 -0
  1117. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/signature-button/style/_material-definition.scss +0 -0
  1118. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/signature-button/style/_theme.scss +0 -0
  1119. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/components/signature-button/style/material.scss +0 -0
  1120. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/style/_layout.scss +0 -0
  1121. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/style/_material-definition.scss +0 -0
  1122. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/style/_theme.scss +0 -0
  1123. /package/{lib → projects/sharedcomponents/src/lib}/components/send-method-dialog/style/material.scss +0 -0
  1124. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags/style/_layout.scss +0 -0
  1125. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags/style/_material-definition.scss +0 -0
  1126. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags/style/_theme.scss +0 -0
  1127. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags/style/material.scss +0 -0
  1128. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags-form/style/_layout.scss +0 -0
  1129. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags-form/style/_material-definition.scss +0 -0
  1130. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags-form/style/_theme.scss +0 -0
  1131. /package/{lib → projects/sharedcomponents/src/lib}/components/simple-tags-form/style/material.scss +0 -0
  1132. /package/{lib → projects/sharedcomponents/src/lib}/components/statusbar/style/_layout.scss +0 -0
  1133. /package/{lib → projects/sharedcomponents/src/lib}/components/statusbar/style/_material-definition.scss +0 -0
  1134. /package/{lib → projects/sharedcomponents/src/lib}/components/statusbar/style/_theme.scss +0 -0
  1135. /package/{lib → projects/sharedcomponents/src/lib}/components/statusbar/style/material.scss +0 -0
  1136. /package/{lib → projects/sharedcomponents/src/lib}/components/stock/style/_layout.scss +0 -0
  1137. /package/{lib → projects/sharedcomponents/src/lib}/components/stock/style/_material-definition.scss +0 -0
  1138. /package/{lib → projects/sharedcomponents/src/lib}/components/stock/style/_theme.scss +0 -0
  1139. /package/{lib → projects/sharedcomponents/src/lib}/components/stock/style/material.scss +0 -0
  1140. /package/{lib → projects/sharedcomponents/src/lib}/components/stock-statusbar/style/_layout.scss +0 -0
  1141. /package/{lib → projects/sharedcomponents/src/lib}/components/stock-statusbar/style/_material-definition.scss +0 -0
  1142. /package/{lib → projects/sharedcomponents/src/lib}/components/stock-statusbar/style/_theme.scss +0 -0
  1143. /package/{lib → projects/sharedcomponents/src/lib}/components/stock-statusbar/style/material.scss +0 -0
  1144. /package/{lib → projects/sharedcomponents/src/lib}/components/tab-bar/style/_layout.scss +0 -0
  1145. /package/{lib → projects/sharedcomponents/src/lib}/components/tab-bar/style/_material-definition.scss +0 -0
  1146. /package/{lib → projects/sharedcomponents/src/lib}/components/tab-bar/style/_theme.scss +0 -0
  1147. /package/{lib → projects/sharedcomponents/src/lib}/components/tab-bar/style/material.scss +0 -0
  1148. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/style/_layout.scss +0 -0
  1149. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/style/_material-definition.scss +0 -0
  1150. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/style/_theme.scss +0 -0
  1151. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/style/material.scss +0 -0
  1152. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/tag-join-label/style/_layout.scss +0 -0
  1153. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/tag-join-label/style/_material-definition.scss +0 -0
  1154. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/tag-join-label/style/_theme.scss +0 -0
  1155. /package/{lib → projects/sharedcomponents/src/lib}/components/tags/component/tag-join-label/style/material.scss +0 -0
  1156. /package/{lib → projects/sharedcomponents/src/lib}/components/task-creator/style/_material-definition.scss +0 -0
  1157. /package/{lib → projects/sharedcomponents/src/lib}/components/task-creator/style/_theme.scss +0 -0
  1158. /package/{lib → projects/sharedcomponents/src/lib}/components/task-creator/style/material.scss +0 -0
  1159. /package/{lib → projects/sharedcomponents/src/lib}/components/task-modifyer/style/_layout.scss +0 -0
  1160. /package/{lib → projects/sharedcomponents/src/lib}/components/task-modifyer/style/_material-definition.scss +0 -0
  1161. /package/{lib → projects/sharedcomponents/src/lib}/components/task-modifyer/style/_theme.scss +0 -0
  1162. /package/{lib → projects/sharedcomponents/src/lib}/components/task-modifyer/style/material.scss +0 -0
  1163. /package/{lib → projects/sharedcomponents/src/lib}/components/tile-renderer/style/_layout.scss +0 -0
  1164. /package/{lib → projects/sharedcomponents/src/lib}/components/tile-renderer/style/_material-definition.scss +0 -0
  1165. /package/{lib → projects/sharedcomponents/src/lib}/components/tile-renderer/style/_theme.scss +0 -0
  1166. /package/{lib → projects/sharedcomponents/src/lib}/components/tile-renderer/style/material.scss +0 -0
  1167. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/components/style/_layout.scss +0 -0
  1168. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/components/style/_material-definition.scss +0 -0
  1169. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/components/style/_theme.scss +0 -0
  1170. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/components/style/material.scss +0 -0
  1171. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/style/_layout.scss +0 -0
  1172. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/style/_material-definition.scss +0 -0
  1173. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/style/_theme.scss +0 -0
  1174. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-info-tiles/style/material.scss +0 -0
  1175. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-notification-toggle/style/_layout.scss +0 -0
  1176. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-notification-toggle/style/_material-definition.scss +0 -0
  1177. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-notification-toggle/style/_theme.scss +0 -0
  1178. /package/{lib → projects/sharedcomponents/src/lib}/components/workflow-notification-toggle/style/material.scss +0 -0
  1179. /package/{lib/interface/activities-task-config-names.d.ts → projects/sharedcomponents/src/lib/interface/activities-task-config-names.ts} +0 -0
  1180. /package/{lib/interface/key-value-pair.d.ts → projects/sharedcomponents/src/lib/interface/key-value-pair.ts} +0 -0
  1181. /package/{lib → projects/sharedcomponents/src/lib}/style/_mixin.scss +0 -0
  1182. /package/{lib → projects/sharedcomponents/src/lib}/style/_variables.scss +0 -0
  1183. /package/{lib → projects/sharedcomponents/src/lib}/style/sharedcomponents-globals.scss +0 -0
  1184. /package/{lib/utils/check-within-stepped-bounds-result.d.ts → projects/sharedcomponents/src/lib/utils/check-within-stepped-bounds-result.ts} +0 -0
@@ -1,327 +0,0 @@
1
- import { __awaiter } from "tslib";
2
- import { ChangeDetectorRef, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';
3
- import { IconCacheService } from '../../../../service/icon-cache.service';
4
- import { Icon } from '../../../../enum/icon.enum';
5
- import { StockService } from '../../../../service/stock.service';
6
- import { ArticleStockManagement } from '@colijnit/articleapi/build/model/article-stock-management';
7
- import { ArticleDetailsBo } from '@colijnit/articleapi/build/model/article-details.bo';
8
- import { BaseStockComponent } from '../../base/base-stock.component';
9
- export class StockLocationComponent extends BaseStockComponent {
10
- constructor(iconCacheService, _stockService, _changeDetector) {
11
- super();
12
- this.iconCacheService = iconCacheService;
13
- this._stockService = _stockService;
14
- this._changeDetector = _changeDetector;
15
- this.icons = Icon;
16
- this.articleStockInformation = [];
17
- this.articleWarehouse = [];
18
- this.allWarehouses = [];
19
- this.dataWareHouseCode = [];
20
- this.transferIconClicked = new EventEmitter();
21
- this.sendMethodDialogClicked = new EventEmitter();
22
- this.showStockTransferChange = new EventEmitter();
23
- this.handleStickerClicked = new EventEmitter();
24
- this.showConfirmationDialog = false;
25
- this.newStockLine = false;
26
- this.deleteStockLine = false;
27
- this.cannotDelete = false;
28
- this.showConfirmStockRow = false;
29
- this.articleDetailsInformation = new ArticleStockManagement();
30
- this.stockStatus = [];
31
- this.selectedArticleDetailsData = new ArticleDetailsBo();
32
- this.data = [];
33
- this.stockLocations = [];
34
- this.selectedRow = null;
35
- this.showSendMethodDialog = false;
36
- this._subs = [];
37
- }
38
- set warehouseNo(value) {
39
- if (this._warehouseNo !== value) {
40
- this._warehouseNo = value;
41
- this.getData();
42
- this._getWarehouseLocations();
43
- }
44
- }
45
- get warehouseNo() {
46
- return this._warehouseNo;
47
- }
48
- ngOnInit() {
49
- this._stockService.getStockState().then(result => {
50
- this.stockStatus = result;
51
- });
52
- }
53
- ngOnDestroy() {
54
- this._subs.forEach(s => s.unsubscribe());
55
- }
56
- onShowStockTransferChange(show) {
57
- this.showStockTransfer = show;
58
- this.showStockTransferChange.emit(this.showStockTransfer);
59
- }
60
- onLocationDropdownClick() {
61
- this._getWarehouseLocations();
62
- }
63
- locationChanged(row, event) {
64
- this.selectedLocationNo = event.locationNo;
65
- row.locationNo = event.locationNo;
66
- this.onLocationDropdownClick();
67
- }
68
- amountInStockChanged(data) {
69
- this.selectedArticleDetailsData.amountInStock = data;
70
- }
71
- openSendMethodDialog(data) {
72
- this.showSendMethodDialog = true;
73
- this.sendMethodDialogClicked.emit(data);
74
- }
75
- handleStockTransferClick(event) {
76
- this.articleDetails = event;
77
- this.showStockTransfer = true;
78
- }
79
- onRowSelected(row) {
80
- this.selectedRow = row;
81
- this.cannotDelete = false;
82
- }
83
- onOkClickSendLocations(row) {
84
- this.selectedArticleDetailsData = row;
85
- this.newStockLine = false;
86
- this.showConfirmationDialog = true;
87
- }
88
- handleDeleteRow(row) {
89
- this.selectedArticleDetailsData = row;
90
- if (this.selectedArticleDetailsData.stockAssigned > 0) {
91
- this.deleteStockLine = false;
92
- this.showConfirmationDialog = false;
93
- this.cannotDelete = true;
94
- }
95
- else {
96
- this.deleteStockLine = true;
97
- this.showConfirmationDialog = true;
98
- this.cannotDelete = false;
99
- }
100
- }
101
- handleAddRow() {
102
- var _a;
103
- if (!((_a = this.data) === null || _a === void 0 ? void 0 : _a.length)) {
104
- this.data = [];
105
- }
106
- this.data.push(new ArticleDetailsBo());
107
- this.selectedArticleDetailsData = this.data[(this.data.length - 1)];
108
- this.newStockLine = true;
109
- this.showConfirmationDialog = true;
110
- }
111
- handleOkClick() {
112
- var _a;
113
- this.selectedArticleDetailsData.selected = true;
114
- if (this.articleFlat.goodId) {
115
- this.selectedArticleDetailsData.goodId = this.articleFlat.goodId;
116
- }
117
- else if (this.articleDetailsInformation.goodId) {
118
- this.selectedArticleDetailsData.goodId = parseInt(this.articleDetailsInformation.goodId);
119
- }
120
- this.selectedArticleDetailsData.entryDate = new Date();
121
- this.selectedArticleDetailsData.warehouseNo = this.warehouseNo;
122
- if (this.selectedLocationNo) {
123
- this.selectedArticleDetailsData.locationNo = (_a = this.selectedLocationNo) === null || _a === void 0 ? void 0 : _a.toString();
124
- }
125
- this._stockService.updateArticleDetails(this.selectedArticleDetailsData).then(result => {
126
- var _a;
127
- this.articleDetailsInformation.goodId = (_a = this.selectedArticleDetailsData.goodId) === null || _a === void 0 ? void 0 : _a.toString();
128
- this.articleDetailsInformation.warehouseNumber = this.selectedArticleDetailsData.warehouseNo;
129
- this._stockService.getArticleDetails(this.articleDetailsInformation).then((details) => {
130
- this.data = details;
131
- });
132
- });
133
- this.showConfirmationDialog = false;
134
- this._changeDetector.detectChanges();
135
- }
136
- handleStockStatusChange(status) {
137
- this.selectedArticleDetailsData.stockStateId = status.stockStateId;
138
- }
139
- handleStockStatusRemarkChange(remark) {
140
- this.selectedArticleDetailsData.stockStateRemark = remark;
141
- }
142
- disabled() {
143
- var _a, _b, _c;
144
- return (!((_a = this.selectedArticleDetailsData) === null || _a === void 0 ? void 0 : _a.stockStateId) && ((_c = (_b = this.selectedArticleDetailsData) === null || _b === void 0 ? void 0 : _b.stockStateRemark) === null || _c === void 0 ? void 0 : _c.length) <= 1);
145
- }
146
- statusForId(id) {
147
- return this.stockStatus.find(status => status.stockStateId === id);
148
- }
149
- locationForNumber(number) {
150
- var _a;
151
- return (_a = this.stockLocations) === null || _a === void 0 ? void 0 : _a.find(location => location.locationNo === (number === null || number === void 0 ? void 0 : number.toString()));
152
- }
153
- locationForDescription(locationNo) {
154
- // Find the location in stockLocations by locationNo
155
- const location = this.stockLocations.find(loc => loc.locationNo === locationNo);
156
- // If location is found and it has a non-empty description, return description
157
- // If location is not found or description is empty, return locationNo
158
- return location && location.description && location.description.trim() !== '' ? location.description : locationNo;
159
- }
160
- getData() {
161
- return __awaiter(this, void 0, void 0, function* () {
162
- const request = new ArticleStockManagement();
163
- request.goodId = this.goodId.toString();
164
- request.warehouseNumber = this.warehouseNo;
165
- this._stockService.getArticleDetails(request).then((details) => {
166
- this.data = details;
167
- });
168
- this._getWarehouseLocations();
169
- });
170
- }
171
- _getWarehouseLocations() {
172
- this._stockService.getStockManagementLocations(this.warehouseNo).then((result) => {
173
- this.stockLocations = result;
174
- });
175
- }
176
- handleTogglePopup() {
177
- this.showConfirmationDialog = !this.showConfirmationDialog;
178
- }
179
- handlePopupSave(saved) {
180
- if (!saved) {
181
- this.data.splice((this.data.length - 1), 1);
182
- }
183
- }
184
- }
185
- StockLocationComponent.decorators = [
186
- { type: Component, args: [{
187
- selector: 'co-stock-location',
188
- template: `
189
- <div class="stock-grid">
190
- <div class="stock-transfer-wrapper">
191
- <co-stock-transfer *ngIf="showStockTransfer"
192
- class="stock-transfer-dialog"
193
- [articleToTransfer]="articleDetails"
194
- (handleStickerClicked)="handleStickerClicked.emit($event)"
195
- [allWarehouses]="allWarehouses"
196
- [stockLocations]="stockLocations"
197
- [articleFlat]="articleFlat"
198
- [showStockTransfer]="showStockTransfer"
199
- (showStockTransferChange)="onShowStockTransferChange($event)">
200
- </co-stock-transfer>
201
- </div>
202
- <co-stock-location-popup
203
- [selectedWarehouse]="selectedWarehouse"
204
- [articleFlat]="articleFlat"
205
- [selectedLocationNo]="selectedLocationNo"
206
- [stockLocations]="stockLocations"
207
- [articleDetailsInformation]="articleDetailsInformation"
208
- [articleStockInfo]="data"
209
- [selectedArticleDetailsData]="selectedArticleDetailsData"
210
- [showConfirmationDialog]="showConfirmationDialog"
211
- [newStockLine]="newStockLine"
212
- [deleteStockLine]="deleteStockLine"
213
- [stockStatus]="stockStatus"
214
- (togglePopupEvent)="handleTogglePopup()"
215
- (saveEvent)="handlePopupSave($event)"
216
- (updateGridData)="data = $event"
217
-
218
- ></co-stock-location-popup>
219
- <div class="stock-transfer-add">
220
- <co-icon class="menu-icon" [iconData]="iconCacheService.getIcon(icons.PlusRegular)"
221
- (click)="handleAddRow()"></co-icon>
222
- <co-icon *ngIf="selectedRow" class="menu-icon" [iconData]="iconCacheService.getIcon(icons.ArrowRightArrowLeftRegular)"
223
- (click)="handleStockTransferClick(selectedRow)"></co-icon>
224
- <co-icon *ngIf="selectedRow" class="menu-icon" [iconData]="iconCacheService.getIcon(icons.SolidBarcodeReadTag)"
225
- (click)="openSendMethodDialog(selectedRow)"></co-icon>
226
- <co-icon *ngIf="selectedRow" class="menu-icon" [iconData]="iconCacheService.getIcon(icons.TrashCanRegular)"
227
- (click)="handleDeleteRow(selectedRow)"></co-icon>
228
- <span *ngIf="cannotDelete" class="minimum-stock" [textContent]="'STOCK_BELOW_ZERO_TEXT' | sharedLocalize"></span>
229
- </div>
230
- <co-simple-grid [data]="data"
231
- class="simple-grid"
232
- [showAdd]="false"
233
- [inlineEdit]="false"
234
- [showToolbar]="true"
235
- (addRow)="handleAddRow()"
236
- (selectRow)="onRowSelected($event)">
237
- <co-simple-grid-column [headerText]="'STOCK' | sharedLocalize" [field]="'amountInStock'">
238
- <ng-template #template let-row="row">
239
- <div class="stock-amount" (click)="onOkClickSendLocations(row)">
240
- <co-icon class="menu-icon" [iconData]="iconCacheService.getIcon(icons.EditPenRegular)"></co-icon>
241
- <span [textContent]="row['amountInStock']"></span>
242
- </div>
243
- </ng-template>
244
- </co-simple-grid-column>
245
- <co-simple-grid-column [width]="150" [headerText]="'LOCATION' | sharedLocalize" [field]="'locationNo'">
246
- <ng-template #editTemplate let-row="row">
247
- <co-list-of-values
248
- [model]="locationForNumber(row['locationNo'])"
249
- [collection]="stockLocations"
250
- [displayField]="'description'"
251
- [label]="'LOCATION' | sharedLocalize"
252
- [required]="true"
253
- (modelChange)="locationChanged(row, $event)"
254
- ></co-list-of-values>
255
- </ng-template>
256
- </co-simple-grid-column>
257
- <co-simple-grid-column *ngIf="articleFlat?.batch" [headerText]="'BATCH' | sharedLocalize" [field]="'batchNo'">
258
- <ng-template #editTemplate let-row="row">
259
- <co-input-text [model]="selectedArticleDetailsData.batchNo"
260
- [placeholder]="'BATCH' | sharedLocalize"
261
- (modelChange)="row['batchNo'] = $event"
262
- ></co-input-text>
263
- </ng-template>
264
- </co-simple-grid-column>
265
- <co-simple-grid-column *ngIf="articleFlat?.serial" [headerText]="'SERIAL_NO' | sharedLocalize" [field]="'serialNo'">
266
- <ng-template #editTemplate let-row="row">
267
- <co-input-text [model]="selectedArticleDetailsData.serialNo"
268
- [placeholder]="'SERIAL_NO' | sharedLocalize"
269
- (modelChange)="row['serialNo'] = $event"
270
- ></co-input-text>
271
- </ng-template>
272
- </co-simple-grid-column>
273
- <co-simple-grid-column [headerText]="'ALLOCATED' | sharedLocalize" [field]="'stockAssigned'">
274
- <ng-template #editTemplate let-row="row">
275
- <span [textContent]="row['stockAssigned']"></span>
276
- </ng-template>
277
- </co-simple-grid-column>
278
- <co-simple-grid-column [headerText]="'AVAILABLE_STOCK' | sharedLocalize" [field]="'amountInStockFree'">
279
- <ng-template #editTemplate let-row="row">
280
- <span [textContent]="row['amountInStockFree']"></span>
281
- </ng-template>
282
- </co-simple-grid-column>
283
- <co-simple-grid-column [headerText]="'VALUTA' | sharedLocalize" [field]="'currency'">
284
- <ng-template #editTemplate let-row="row">
285
- <span [textContent]="row['currency']"></span>
286
- </ng-template>
287
- </co-simple-grid-column>
288
- <co-simple-grid-column [headerText]="'PURCHASE_PRICE' | sharedLocalize" [field]="'purchasePrice'">
289
- <ng-template #editTemplate let-row="row">
290
- <span [textContent]="row['purchasePrice']"></span>
291
- </ng-template>
292
- </co-simple-grid-column>
293
- <co-simple-grid-column [headerText]="'SUPPLIERNR' | sharedLocalize" [field]="'supplierNo'">
294
- <ng-template #editTemplate let-row="row">
295
- <span [textContent]="row['supplierNo']"></span>
296
- </ng-template>
297
- </co-simple-grid-column>
298
- </co-simple-grid>
299
- </div>
300
- <co-send-method-dialog *ngIf="showSendMethodDialog"
301
- (closeClick)="showSendMethodDialog = false">
302
-
303
- </co-send-method-dialog>
304
- `,
305
- encapsulation: ViewEncapsulation.None
306
- },] }
307
- ];
308
- StockLocationComponent.ctorParameters = () => [
309
- { type: IconCacheService },
310
- { type: StockService },
311
- { type: ChangeDetectorRef }
312
- ];
313
- StockLocationComponent.propDecorators = {
314
- warehouseNo: [{ type: Input }],
315
- articleStockInformation: [{ type: Input }],
316
- articleWarehouse: [{ type: Input }],
317
- allWarehouses: [{ type: Input }],
318
- showStockTransfer: [{ type: Input }],
319
- articleFlat: [{ type: Input }],
320
- dataWareHouseCode: [{ type: Input }],
321
- transferIconClicked: [{ type: Output }],
322
- sendMethodDialogClicked: [{ type: Output }],
323
- showStockTransferChange: [{ type: Output }],
324
- handleStickerClicked: [{ type: Output }],
325
- selectedWarehouse: [{ type: Input }]
326
- };
327
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvY2stbG9jYXRpb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2hhcmVkY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvc3RvY2svY29tcG9uZW50cy9zdG9jay1sb2NhdGlvbi9zdG9jay1sb2NhdGlvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFDTCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBR0wsTUFBTSxFQUNOLGlCQUFpQixFQUNsQixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSx3Q0FBd0MsQ0FBQztBQUN4RSxPQUFPLEVBQUMsSUFBSSxFQUFDLE1BQU0sNEJBQTRCLENBQUM7QUFDaEQsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBRS9ELE9BQU8sRUFBQyxzQkFBc0IsRUFBQyxNQUFNLDJEQUEyRCxDQUFDO0FBQ2pHLE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLHFEQUFxRCxDQUFDO0FBT3JGLE9BQU8sRUFBQyxrQkFBa0IsRUFBQyxNQUFNLGlDQUFpQyxDQUFDO0FBMkhuRSxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsa0JBQWtCO0lBc0U1RCxZQUNTLGdCQUFrQyxFQUNqQyxhQUEyQixFQUMzQixlQUFrQztRQUUxQyxLQUFLLEVBQUUsQ0FBQztRQUpELHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBa0I7UUFDakMsa0JBQWEsR0FBYixhQUFhLENBQWM7UUFDM0Isb0JBQWUsR0FBZixlQUFlLENBQW1CO1FBeEU1QixVQUFLLEdBQWdCLElBQUksQ0FBQztRQWdCbkMsNEJBQXVCLEdBQXFCLEVBQUUsQ0FBQztRQUcvQyxxQkFBZ0IsR0FBVSxFQUFFLENBQUM7UUFHN0Isa0JBQWEsR0FBVSxFQUFFLENBQUM7UUFTMUIsc0JBQWlCLEdBQWdDLEVBQUUsQ0FBQztRQUczQyx3QkFBbUIsR0FBaUMsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUd2RSw0QkFBdUIsR0FBcUMsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUVyRiw0QkFBdUIsR0FBRyxJQUFJLFlBQVksRUFBVyxDQUFDO1FBR3pELHlCQUFvQixHQUFzQixJQUFJLFlBQVksRUFBRSxDQUFDO1FBRzdELDJCQUFzQixHQUFZLEtBQUssQ0FBQztRQUN4QyxpQkFBWSxHQUFZLEtBQUssQ0FBQztRQUM5QixvQkFBZSxHQUFZLEtBQUssQ0FBQztRQUNqQyxpQkFBWSxHQUFZLEtBQUssQ0FBQztRQUM5Qix3QkFBbUIsR0FBWSxLQUFLLENBQUM7UUFFckMsOEJBQXlCLEdBQTJCLElBQUksc0JBQXNCLEVBQUUsQ0FBQztRQUVqRixnQkFBVyxHQUFrQixFQUFFLENBQUM7UUFDaEMsK0JBQTBCLEdBQXFCLElBQUksZ0JBQWdCLEVBQUUsQ0FBQztRQUd0RSxTQUFJLEdBQXVCLEVBQUUsQ0FBQztRQUc5QixtQkFBYyxHQUFvQixFQUFFLENBQUM7UUFFckMsZ0JBQVcsR0FBNEIsSUFBSSxDQUFDO1FBQzVDLHlCQUFvQixHQUFZLEtBQUssQ0FBQztRQUlyQyxVQUFLLEdBQW1CLEVBQUUsQ0FBQztJQVFuQyxDQUFDO0lBekVELElBQ1csV0FBVyxDQUFDLEtBQWE7UUFDbEMsSUFBSSxJQUFJLENBQUMsWUFBWSxLQUFLLEtBQUssRUFBRTtZQUMvQixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztZQUMxQixJQUFJLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDZixJQUFJLENBQUMsc0JBQXNCLEVBQUUsQ0FBQztTQUMvQjtJQUNILENBQUM7SUFFRCxJQUFXLFdBQVc7UUFDcEIsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDO0lBQzNCLENBQUM7SUFnRUQsUUFBUTtRQUNOLElBQUksQ0FBQyxhQUFhLENBQUMsYUFBYSxFQUFFLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxFQUFFO1lBQy9DLElBQUksQ0FBQyxXQUFXLEdBQUcsTUFBTSxDQUFDO1FBQzVCLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFTSx5QkFBeUIsQ0FBQyxJQUFhO1FBQzVDLElBQUksQ0FBQyxpQkFBaUIsR0FBRyxJQUFJLENBQUM7UUFDOUIsSUFBSSxDQUFDLHVCQUF1QixDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUM1RCxDQUFDO0lBRU0sdUJBQXVCO1FBQzVCLElBQUksQ0FBQyxzQkFBc0IsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFTSxlQUFlLENBQUMsR0FBcUIsRUFBRSxLQUFvQjtRQUNoRSxJQUFJLENBQUMsa0JBQWtCLEdBQUcsS0FBSyxDQUFDLFVBQVUsQ0FBQztRQUMzQyxHQUFHLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQyxVQUFVLENBQUM7UUFDbEMsSUFBSSxDQUFDLHVCQUF1QixFQUFFLENBQUM7SUFDakMsQ0FBQztJQUVNLG9CQUFvQixDQUFDLElBQUk7UUFDOUIsSUFBSSxDQUFDLDBCQUEwQixDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUM7SUFDdkQsQ0FBQztJQUVNLG9CQUFvQixDQUFDLElBQUk7UUFDOUIsSUFBSSxDQUFDLG9CQUFvQixHQUFHLElBQUksQ0FBQztRQUNqQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzFDLENBQUM7SUFFTSx3QkFBd0IsQ0FBQyxLQUF1QjtRQUNyRCxJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQztRQUM1QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsSUFBSSxDQUFDO0lBQ2hDLENBQUM7SUFDTSxhQUFhLENBQUMsR0FBcUI7UUFDeEMsSUFBSSxDQUFDLFdBQVcsR0FBRyxHQUFHLENBQUM7UUFDdkIsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7SUFDNUIsQ0FBQztJQUNNLHNCQUFzQixDQUFDLEdBQXFCO1FBQ2pELElBQUksQ0FBQywwQkFBMEIsR0FBRyxHQUFHLENBQUM7UUFDdEMsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7UUFDMUIsSUFBSSxDQUFDLHNCQUFzQixHQUFHLElBQUksQ0FBQztJQUNyQyxDQUFDO0lBQ00sZUFBZSxDQUFDLEdBQXFCO1FBQzFDLElBQUksQ0FBQywwQkFBMEIsR0FBRyxHQUFHLENBQUM7UUFDdEMsSUFBSSxJQUFJLENBQUMsMEJBQTBCLENBQUMsYUFBYSxHQUFHLENBQUMsRUFBRTtZQUNyRCxJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQztZQUM3QixJQUFJLENBQUMsc0JBQXNCLEdBQUcsS0FBSyxDQUFDO1lBQ3BDLElBQUksQ0FBQyxZQUFZLEdBQUcsSUFBSSxDQUFDO1NBQzFCO2FBQU07WUFDTCxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQztZQUM1QixJQUFJLENBQUMsc0JBQXNCLEdBQUcsSUFBSSxDQUFDO1lBQ25DLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO1NBQzNCO0lBQ0gsQ0FBQztJQUNNLFlBQVk7O1FBQ2pCLElBQUksQ0FBQyxDQUFBLE1BQUEsSUFBSSxDQUFDLElBQUksMENBQUUsTUFBTSxDQUFBLEVBQUU7WUFDdEIsSUFBSSxDQUFDLElBQUksR0FBRyxFQUFFLENBQUM7U0FDaEI7UUFDRCxJQUFJLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLGdCQUFnQixFQUFFLENBQUMsQ0FBQztRQUN2QyxJQUFJLENBQUMsMEJBQTBCLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDcEUsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUM7UUFDekIsSUFBSSxDQUFDLHNCQUFzQixHQUFHLElBQUksQ0FBQztJQUNyQyxDQUFDO0lBRU0sYUFBYTs7UUFDbEIsSUFBSSxDQUFDLDBCQUEwQixDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUM7UUFDaEQsSUFBSSxJQUFJLENBQUMsV0FBVyxDQUFDLE1BQU0sRUFBRTtZQUMzQixJQUFJLENBQUMsMEJBQTBCLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsTUFBTSxDQUFDO1NBQ2xFO2FBQU0sSUFBSSxJQUFJLENBQUMseUJBQXlCLENBQUMsTUFBTSxFQUFFO1lBQ2hELElBQUksQ0FBQywwQkFBMEIsQ0FBQyxNQUFNLEdBQUcsUUFBUSxDQUFDLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxNQUFNLENBQUMsQ0FBQztTQUMxRjtRQUNELElBQUksQ0FBQywwQkFBMEIsQ0FBQyxTQUFTLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUN2RCxJQUFJLENBQUMsMEJBQTBCLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUM7UUFDL0QsSUFBSSxJQUFJLENBQUMsa0JBQWtCLEVBQUU7WUFDM0IsSUFBSSxDQUFDLDBCQUEwQixDQUFDLFVBQVUsR0FBRyxNQUFBLElBQUksQ0FBQyxrQkFBa0IsMENBQUUsUUFBUSxFQUFFLENBQUM7U0FDbEY7UUFDRCxJQUFJLENBQUMsYUFBYSxDQUFDLG9CQUFvQixDQUFDLElBQUksQ0FBQywwQkFBMEIsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTs7WUFDbkYsSUFBSSxDQUFDLHlCQUF5QixDQUFDLE1BQU0sR0FBRyxNQUFBLElBQUksQ0FBQywwQkFBMEIsQ0FBQyxNQUFNLDBDQUFFLFFBQVEsRUFBRSxDQUFDO1lBQzNGLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxlQUFlLEdBQUcsSUFBSSxDQUFDLDBCQUEwQixDQUFDLFdBQVcsQ0FBQztZQUM3RixJQUFJLENBQUMsYUFBYSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyx5QkFBeUIsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFO2dCQUNwRixJQUFJLENBQUMsSUFBSSxHQUFHLE9BQU8sQ0FBQztZQUN0QixDQUFDLENBQUMsQ0FBQztRQUNMLENBQUMsQ0FDRixDQUFDO1FBQ0YsSUFBSSxDQUFDLHNCQUFzQixHQUFHLEtBQUssQ0FBQztRQUNwQyxJQUFJLENBQUMsZUFBZSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3ZDLENBQUM7SUFFTSx1QkFBdUIsQ0FBQyxNQUFtQjtRQUNoRCxJQUFJLENBQUMsMEJBQTBCLENBQUMsWUFBWSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUM7SUFDckUsQ0FBQztJQUVNLDZCQUE2QixDQUFDLE1BQWM7UUFDakQsSUFBSSxDQUFDLDBCQUEwQixDQUFDLGdCQUFnQixHQUFHLE1BQU0sQ0FBQztJQUM1RCxDQUFDO0lBRU0sUUFBUTs7UUFDYixPQUFPLENBQUMsQ0FBQyxDQUFBLE1BQUEsSUFBSSxDQUFDLDBCQUEwQiwwQ0FBRSxZQUFZLENBQUEsSUFBSSxDQUFBLE1BQUEsTUFBQSxJQUFJLENBQUMsMEJBQTBCLDBDQUFFLGdCQUFnQiwwQ0FBRSxNQUFNLEtBQUksQ0FBQyxDQUFDLENBQUM7SUFDNUgsQ0FBQztJQUdNLFdBQVcsQ0FBQyxFQUFVO1FBQzNCLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsWUFBWSxLQUFLLEVBQUUsQ0FBQyxDQUFDO0lBQ3JFLENBQUM7SUFFTSxpQkFBaUIsQ0FBQyxNQUFjOztRQUNyQyxPQUFPLE1BQUEsSUFBSSxDQUFDLGNBQWMsMENBQUUsSUFBSSxDQUFDLFFBQVEsQ0FBQyxFQUFFLENBQUMsUUFBUSxDQUFDLFVBQVUsTUFBSyxNQUFNLGFBQU4sTUFBTSx1QkFBTixNQUFNLENBQUUsUUFBUSxFQUFFLENBQUEsQ0FBQyxDQUFDO0lBQzNGLENBQUM7SUFFTSxzQkFBc0IsQ0FBQyxVQUFrQjtRQUM5QyxvREFBb0Q7UUFDcEQsTUFBTSxRQUFRLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxHQUFHLENBQUMsVUFBVSxLQUFLLFVBQVUsQ0FBQyxDQUFDO1FBQ2hGLDhFQUE4RTtRQUM5RSxzRUFBc0U7UUFDdEUsT0FBTyxRQUFRLElBQUksUUFBUSxDQUFDLFdBQVcsSUFBSSxRQUFRLENBQUMsV0FBVyxDQUFDLElBQUksRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUMsUUFBUSxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDO0lBQ3BILENBQUM7SUFFZSxPQUFPOztZQUNyQixNQUFNLE9BQU8sR0FBMkIsSUFBSSxzQkFBc0IsRUFBRSxDQUFDO1lBQ3JFLE9BQU8sQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLE1BQU0sQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUN4QyxPQUFPLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUM7WUFDM0MsSUFBSSxDQUFDLGFBQWEsQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRTtnQkFDN0QsSUFBSSxDQUFDLElBQUksR0FBRyxPQUFPLENBQUM7WUFDdEIsQ0FBQyxDQUFDLENBQUM7WUFDSCxJQUFJLENBQUMsc0JBQXNCLEVBQUUsQ0FBQztRQUNoQyxDQUFDO0tBQUE7SUFFTyxzQkFBc0I7UUFDNUIsSUFBSSxDQUFDLGFBQWEsQ0FBQywyQkFBMkIsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsTUFBdUIsRUFBRSxFQUFFO1lBQ2hHLElBQUksQ0FBQyxjQUFjLEdBQUcsTUFBTSxDQUFDO1FBQy9CLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVNLGlCQUFpQjtRQUN0QixJQUFJLENBQUMsc0JBQXNCLEdBQUcsQ0FBQyxJQUFJLENBQUMsc0JBQXNCLENBQUM7SUFDN0QsQ0FBQztJQUVNLGVBQWUsQ0FBRSxLQUFjO1FBQ3BDLElBQUcsQ0FBQyxLQUFLLEVBQUU7WUFDVCxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1NBQzdDO0lBQ0gsQ0FBQzs7O1lBelZGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QixRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBb0hUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7WUF0SU8sZ0JBQWdCO1lBRWhCLFlBQVk7WUFabEIsaUJBQWlCOzs7MEJBb0poQixLQUFLO3NDQWFMLEtBQUs7K0JBR0wsS0FBSzs0QkFHTCxLQUFLO2dDQUdMLEtBQUs7MEJBR0wsS0FBSztnQ0FHTCxLQUFLO2tDQUdMLE1BQU07c0NBR04sTUFBTTtzQ0FHTixNQUFNO21DQUVOLE1BQU07Z0NBaUJOLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIENoYW5nZURldGVjdG9yUmVmLFxyXG4gIENvbXBvbmVudCxcclxuICBFdmVudEVtaXR0ZXIsXHJcbiAgSW5wdXQsXHJcbiAgT25EZXN0cm95LFxyXG4gIE9uSW5pdCxcclxuICBPdXRwdXQsXHJcbiAgVmlld0VuY2Fwc3VsYXRpb25cclxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHtBcnRpY2xlU3RvY2sgYXMgQXJ0aWNsZVN0b2NrQm99IGZyb20gJ0Bjb2xpam5pdC9hcnRpY2xlYXBpL2J1aWxkL21vZGVsL2FydGljbGUtc3RvY2suYm8nO1xyXG5pbXBvcnQge0ljb25DYWNoZVNlcnZpY2V9IGZyb20gJy4uLy4uLy4uLy4uL3NlcnZpY2UvaWNvbi1jYWNoZS5zZXJ2aWNlJztcclxuaW1wb3J0IHtJY29ufSBmcm9tICcuLi8uLi8uLi8uLi9lbnVtL2ljb24uZW51bSc7XHJcbmltcG9ydCB7U3RvY2tTZXJ2aWNlfSBmcm9tICcuLi8uLi8uLi8uLi9zZXJ2aWNlL3N0b2NrLnNlcnZpY2UnO1xyXG5pbXBvcnQge1N0b2NrTWFuYWdlbWVudFdhcmVob3VzZXN9IGZyb20gJ0Bjb2xpam5pdC9hcnRpY2xlYXBpL2J1aWxkL21vZGVsL3N0b2NrLW1hbmFnZW1lbnQtd2FyZWhvdXNlcy5ibyc7XHJcbmltcG9ydCB7QXJ0aWNsZVN0b2NrTWFuYWdlbWVudH0gZnJvbSAnQGNvbGlqbml0L2FydGljbGVhcGkvYnVpbGQvbW9kZWwvYXJ0aWNsZS1zdG9jay1tYW5hZ2VtZW50JztcclxuaW1wb3J0IHtBcnRpY2xlRGV0YWlsc0JvfSBmcm9tICdAY29saWpuaXQvYXJ0aWNsZWFwaS9idWlsZC9tb2RlbC9hcnRpY2xlLWRldGFpbHMuYm8nO1xyXG5pbXBvcnQge1N0b2NrTG9jYXRpb259IGZyb20gJ0Bjb2xpam5pdC9hcnRpY2xlYXBpL2J1aWxkL21vZGVsL3N0b2NrLWxvY2F0aW9uLmJvJztcclxuaW1wb3J0IHtQcmludFByaWNlU3RpY2tlcnN9IGZyb20gJ0Bjb2xpam5pdC9zaGFyZWRhcGkvYnVpbGQvbW9kZWwvcHJpbnQtcHJpY2Utc3RpY2tlcnMuYm8nO1xyXG5pbXBvcnQge1N0b2NrU3RhdHVzfSBmcm9tICdAY29saWpuaXQvYXJ0aWNsZWFwaS9idWlsZC9tb2RlbC9zdG9jay1zdGF0dXMuYm8nO1xyXG5pbXBvcnQge1N1YnNjcmlwdGlvbn0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7QXJ0aWNsZUV4dGVuZGVkfSBmcm9tICdAY29saWpuaXQvYXJ0aWNsZWFwaS9idWlsZC9tb2RlbC9hcnRpY2xlLWV4dGVuZGVkLmJvJztcclxuaW1wb3J0IHtBcnRpY2xlRmxhdH0gZnJvbSAnQGNvbGlqbml0L2FydGljbGVhcGkvYnVpbGQvbW9kZWwvYXJ0aWNsZS1mbGF0LmJvJztcclxuaW1wb3J0IHtCYXNlU3RvY2tDb21wb25lbnR9IGZyb20gJy4uLy4uL2Jhc2UvYmFzZS1zdG9jay5jb21wb25lbnQnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdjby1zdG9jay1sb2NhdGlvbicsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgICAgPGRpdiBjbGFzcz1cInN0b2NrLWdyaWRcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdG9jay10cmFuc2Zlci13cmFwcGVyXCI+XHJcbiAgICAgICAgICAgICAgPGNvLXN0b2NrLXRyYW5zZmVyICpuZ0lmPVwic2hvd1N0b2NrVHJhbnNmZXJcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInN0b2NrLXRyYW5zZmVyLWRpYWxvZ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthcnRpY2xlVG9UcmFuc2Zlcl09XCJhcnRpY2xlRGV0YWlsc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChoYW5kbGVTdGlja2VyQ2xpY2tlZCk9XCJoYW5kbGVTdGlja2VyQ2xpY2tlZC5lbWl0KCRldmVudClcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYWxsV2FyZWhvdXNlc109XCJhbGxXYXJlaG91c2VzXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3N0b2NrTG9jYXRpb25zXT1cInN0b2NrTG9jYXRpb25zXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2FydGljbGVGbGF0XT1cImFydGljbGVGbGF0XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3Nob3dTdG9ja1RyYW5zZmVyXT1cInNob3dTdG9ja1RyYW5zZmVyXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKHNob3dTdG9ja1RyYW5zZmVyQ2hhbmdlKT1cIm9uU2hvd1N0b2NrVHJhbnNmZXJDaGFuZ2UoJGV2ZW50KVwiPlxyXG4gICAgICAgICAgICAgIDwvY28tc3RvY2stdHJhbnNmZXI+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxjby1zdG9jay1sb2NhdGlvbi1wb3B1cFxyXG4gICAgICAgICAgICAgICAgICBbc2VsZWN0ZWRXYXJlaG91c2VdPVwic2VsZWN0ZWRXYXJlaG91c2VcIlxyXG4gICAgICAgICAgICAgICAgICBbYXJ0aWNsZUZsYXRdPVwiYXJ0aWNsZUZsYXRcIlxyXG4gICAgICAgICAgICAgICAgICBbc2VsZWN0ZWRMb2NhdGlvbk5vXT1cInNlbGVjdGVkTG9jYXRpb25Ob1wiXHJcbiAgICAgICAgICAgICAgICAgIFtzdG9ja0xvY2F0aW9uc109XCJzdG9ja0xvY2F0aW9uc1wiXHJcbiAgICAgICAgICAgICAgICAgIFthcnRpY2xlRGV0YWlsc0luZm9ybWF0aW9uXT1cImFydGljbGVEZXRhaWxzSW5mb3JtYXRpb25cIlxyXG4gICAgICAgICAgICAgICAgICBbYXJ0aWNsZVN0b2NrSW5mb109XCJkYXRhXCJcclxuICAgICAgICAgICAgICAgICAgW3NlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhXT1cInNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhXCJcclxuICAgICAgICAgICAgICAgICAgW3Nob3dDb25maXJtYXRpb25EaWFsb2ddPVwic2hvd0NvbmZpcm1hdGlvbkRpYWxvZ1wiXHJcbiAgICAgICAgICAgICAgICAgIFtuZXdTdG9ja0xpbmVdPVwibmV3U3RvY2tMaW5lXCJcclxuICAgICAgICAgICAgICAgICAgW2RlbGV0ZVN0b2NrTGluZV09XCJkZWxldGVTdG9ja0xpbmVcIlxyXG4gICAgICAgICAgICAgICAgICBbc3RvY2tTdGF0dXNdPVwic3RvY2tTdGF0dXNcIlxyXG4gICAgICAgICAgICAgICAgICAodG9nZ2xlUG9wdXBFdmVudCk9XCJoYW5kbGVUb2dnbGVQb3B1cCgpXCJcclxuICAgICAgICAgICAgICAgICAgKHNhdmVFdmVudCk9XCJoYW5kbGVQb3B1cFNhdmUoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICh1cGRhdGVHcmlkRGF0YSk9XCJkYXRhID0gJGV2ZW50XCJcclxuXHJcbiAgICAgICAgICA+PC9jby1zdG9jay1sb2NhdGlvbi1wb3B1cD5cclxuICAgICAgICAgICAgPGRpdiAgY2xhc3M9XCJzdG9jay10cmFuc2Zlci1hZGRcIj5cclxuICAgICAgICAgICAgICA8Y28taWNvbiBjbGFzcz1cIm1lbnUtaWNvblwiIFtpY29uRGF0YV09XCJpY29uQ2FjaGVTZXJ2aWNlLmdldEljb24oaWNvbnMuUGx1c1JlZ3VsYXIpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiaGFuZGxlQWRkUm93KClcIj48L2NvLWljb24+XHJcbiAgICAgICAgICAgICAgPGNvLWljb24gKm5nSWY9XCJzZWxlY3RlZFJvd1wiIGNsYXNzPVwibWVudS1pY29uXCIgW2ljb25EYXRhXT1cImljb25DYWNoZVNlcnZpY2UuZ2V0SWNvbihpY29ucy5BcnJvd1JpZ2h0QXJyb3dMZWZ0UmVndWxhcilcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJoYW5kbGVTdG9ja1RyYW5zZmVyQ2xpY2soc2VsZWN0ZWRSb3cpXCI+PC9jby1pY29uPlxyXG4gICAgICAgICAgICAgIDxjby1pY29uICpuZ0lmPVwic2VsZWN0ZWRSb3dcIiBjbGFzcz1cIm1lbnUtaWNvblwiIFtpY29uRGF0YV09XCJpY29uQ2FjaGVTZXJ2aWNlLmdldEljb24oaWNvbnMuU29saWRCYXJjb2RlUmVhZFRhZylcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJvcGVuU2VuZE1ldGhvZERpYWxvZyhzZWxlY3RlZFJvdylcIj48L2NvLWljb24+XHJcbiAgICAgICAgICAgICAgPGNvLWljb24gKm5nSWY9XCJzZWxlY3RlZFJvd1wiIGNsYXNzPVwibWVudS1pY29uXCIgW2ljb25EYXRhXT1cImljb25DYWNoZVNlcnZpY2UuZ2V0SWNvbihpY29ucy5UcmFzaENhblJlZ3VsYXIpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwiaGFuZGxlRGVsZXRlUm93KHNlbGVjdGVkUm93KVwiPjwvY28taWNvbj5cclxuICAgICAgICAgICAgICA8c3BhbiAqbmdJZj1cImNhbm5vdERlbGV0ZVwiIGNsYXNzPVwibWluaW11bS1zdG9ja1wiIFt0ZXh0Q29udGVudF09XCInU1RPQ0tfQkVMT1dfWkVST19URVhUJyB8IHNoYXJlZExvY2FsaXplXCI+PC9zcGFuPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxjby1zaW1wbGUtZ3JpZCBbZGF0YV09XCJkYXRhXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNpbXBsZS1ncmlkXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICBbc2hvd0FkZF09XCJmYWxzZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgW2lubGluZUVkaXRdPVwiZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgIFtzaG93VG9vbGJhcl09XCJ0cnVlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAoYWRkUm93KT1cImhhbmRsZUFkZFJvdygpXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAoc2VsZWN0Um93KT1cIm9uUm93U2VsZWN0ZWQoJGV2ZW50KVwiPlxyXG4gICAgICAgICAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ1NUT0NLJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIidhbW91bnRJblN0b2NrJ1wiPlxyXG4gICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI3RlbXBsYXRlIGxldC1yb3c9XCJyb3dcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzdG9jay1hbW91bnRcIiAoY2xpY2spPVwib25Pa0NsaWNrU2VuZExvY2F0aW9ucyhyb3cpXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPGNvLWljb24gY2xhc3M9XCJtZW51LWljb25cIiBbaWNvbkRhdGFdPVwiaWNvbkNhY2hlU2VydmljZS5nZXRJY29uKGljb25zLkVkaXRQZW5SZWd1bGFyKVwiPjwvY28taWNvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBbdGV4dENvbnRlbnRdPVwicm93WydhbW91bnRJblN0b2NrJ11cIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICA8L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgICAgICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFt3aWR0aF09XCIxNTBcIiBbaGVhZGVyVGV4dF09XCInTE9DQVRJT04nIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ2xvY2F0aW9uTm8nXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjZWRpdFRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxjby1saXN0LW9mLXZhbHVlc1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbW9kZWxdPVwibG9jYXRpb25Gb3JOdW1iZXIocm93Wydsb2NhdGlvbk5vJ10pXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NvbGxlY3Rpb25dPVwic3RvY2tMb2NhdGlvbnNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZGlzcGxheUZpZWxkXT1cIidkZXNjcmlwdGlvbidcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGFiZWxdPVwiJ0xPQ0FUSU9OJyB8IHNoYXJlZExvY2FsaXplXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3JlcXVpcmVkXT1cInRydWVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAobW9kZWxDaGFuZ2UpPVwibG9jYXRpb25DaGFuZ2VkKHJvdywgJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICA+PC9jby1saXN0LW9mLXZhbHVlcz5cclxuICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICA8L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgICAgICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uICpuZ0lmPVwiYXJ0aWNsZUZsYXQ/LmJhdGNoXCIgW2hlYWRlclRleHRdPVwiJ0JBVENIJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIidiYXRjaE5vJ1wiPlxyXG4gICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2VkaXRUZW1wbGF0ZSBsZXQtcm93PVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8Y28taW5wdXQtdGV4dCBbbW9kZWxdPVwic2VsZWN0ZWRBcnRpY2xlRGV0YWlsc0RhdGEuYmF0Y2hOb1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiJ0JBVENIJyB8IHNoYXJlZExvY2FsaXplXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChtb2RlbENoYW5nZSk9XCJyb3dbJ2JhdGNoTm8nXSA9ICRldmVudFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICA+PC9jby1pbnB1dC10ZXh0PlxyXG4gICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgIDwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICAgICAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gKm5nSWY9XCJhcnRpY2xlRmxhdD8uc2VyaWFsXCIgW2hlYWRlclRleHRdPVwiJ1NFUklBTF9OTycgfCBzaGFyZWRMb2NhbGl6ZVwiIFtmaWVsZF09XCInc2VyaWFsTm8nXCI+XHJcbiAgICAgICAgICAgICAgICAgIDxuZy10ZW1wbGF0ZSAjZWRpdFRlbXBsYXRlIGxldC1yb3c9XCJyb3dcIj5cclxuICAgICAgICAgICAgICAgICAgICAgIDxjby1pbnB1dC10ZXh0IFttb2RlbF09XCJzZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YS5zZXJpYWxOb1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiJ1NFUklBTF9OTycgfCBzaGFyZWRMb2NhbGl6ZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAobW9kZWxDaGFuZ2UpPVwicm93WydzZXJpYWxObyddID0gJGV2ZW50XCJcclxuICAgICAgICAgICAgICAgICAgICAgID48L2NvLWlucHV0LXRleHQ+XHJcbiAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgPC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgICAgICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInQUxMT0NBVEVEJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIidzdG9ja0Fzc2lnbmVkJ1wiPlxyXG4gICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2VkaXRUZW1wbGF0ZSBsZXQtcm93PVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBbdGV4dENvbnRlbnRdPVwicm93WydzdG9ja0Fzc2lnbmVkJ11cIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgPC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgICAgICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInQVZBSUxBQkxFX1NUT0NLJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIidhbW91bnRJblN0b2NrRnJlZSdcIj5cclxuICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNlZGl0VGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPHNwYW4gW3RleHRDb250ZW50XT1cInJvd1snYW1vdW50SW5TdG9ja0ZyZWUnXVwiPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgICAgICAgICA8L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgICAgICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidWQUxVVEEnIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ2N1cnJlbmN5J1wiPlxyXG4gICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2VkaXRUZW1wbGF0ZSBsZXQtcm93PVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBbdGV4dENvbnRlbnRdPVwicm93WydjdXJyZW5jeSddXCI+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgIDwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICAgICAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ1BVUkNIQVNFX1BSSUNFJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIidwdXJjaGFzZVByaWNlJ1wiPlxyXG4gICAgICAgICAgICAgICAgICA8bmctdGVtcGxhdGUgI2VkaXRUZW1wbGF0ZSBsZXQtcm93PVwicm93XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBbdGV4dENvbnRlbnRdPVwicm93WydwdXJjaGFzZVByaWNlJ11cIj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgICAgPC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgICAgICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInU1VQUExJRVJOUicgfCBzaGFyZWRMb2NhbGl6ZVwiIFtmaWVsZF09XCInc3VwcGxpZXJObydcIj5cclxuICAgICAgICAgICAgICAgICAgPG5nLXRlbXBsYXRlICNlZGl0VGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgPHNwYW4gW3RleHRDb250ZW50XT1cInJvd1snc3VwcGxpZXJObyddXCI+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgICAgICAgICAgIDwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICAgICAgPC9jby1zaW1wbGUtZ3JpZD5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxjby1zZW5kLW1ldGhvZC1kaWFsb2cgKm5nSWY9XCJzaG93U2VuZE1ldGhvZERpYWxvZ1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsb3NlQ2xpY2spPVwic2hvd1NlbmRNZXRob2REaWFsb2cgPSBmYWxzZVwiPlxyXG5cclxuICAgICAgPC9jby1zZW5kLW1ldGhvZC1kaWFsb2c+XHJcbiAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTdG9ja0xvY2F0aW9uQ29tcG9uZW50IGV4dGVuZHMgQmFzZVN0b2NrQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xyXG4gIHB1YmxpYyByZWFkb25seSBpY29uczogdHlwZW9mIEljb24gPSBJY29uO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzZXQgd2FyZWhvdXNlTm8odmFsdWU6IG51bWJlcikge1xyXG4gICAgaWYgKHRoaXMuX3dhcmVob3VzZU5vICE9PSB2YWx1ZSkge1xyXG4gICAgICB0aGlzLl93YXJlaG91c2VObyA9IHZhbHVlO1xyXG4gICAgICB0aGlzLmdldERhdGEoKTtcclxuICAgICAgdGhpcy5fZ2V0V2FyZWhvdXNlTG9jYXRpb25zKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0IHdhcmVob3VzZU5vKCk6IG51bWJlciB7XHJcbiAgICByZXR1cm4gdGhpcy5fd2FyZWhvdXNlTm87XHJcbiAgfVxyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBhcnRpY2xlU3RvY2tJbmZvcm1hdGlvbjogQXJ0aWNsZVN0b2NrQm9bXSA9IFtdO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBhcnRpY2xlV2FyZWhvdXNlOiBhbnlbXSA9IFtdO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBhbGxXYXJlaG91c2VzOiBhbnlbXSA9IFtdO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzaG93U3RvY2tUcmFuc2ZlcjogYm9vbGVhbjtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgYXJ0aWNsZUZsYXQ6IEFydGljbGVGbGF0O1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBkYXRhV2FyZUhvdXNlQ29kZTogU3RvY2tNYW5hZ2VtZW50V2FyZWhvdXNlc1tdID0gW107XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyByZWFkb25seSB0cmFuc2Zlckljb25DbGlja2VkOiBFdmVudEVtaXR0ZXI8QXJ0aWNsZVN0b2NrQm8+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBwdWJsaWMgcmVhZG9ubHkgc2VuZE1ldGhvZERpYWxvZ0NsaWNrZWQ6IEV2ZW50RW1pdHRlcjxQcmludFByaWNlU3RpY2tlcnM+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxuICBAT3V0cHV0KCkgc2hvd1N0b2NrVHJhbnNmZXJDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPGJvb2xlYW4+KCk7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIHB1YmxpYyBoYW5kbGVTdGlja2VyQ2xpY2tlZDogRXZlbnRFbWl0dGVyPGFueT4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG4gIHB1YmxpYyBhcnRpY2xlRGV0YWlsczogQXJ0aWNsZURldGFpbHNCbztcclxuICBwdWJsaWMgc2hvd0NvbmZpcm1hdGlvbkRpYWxvZzogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIHB1YmxpYyBuZXdTdG9ja0xpbmU6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBwdWJsaWMgZGVsZXRlU3RvY2tMaW5lOiBib29sZWFuID0gZmFsc2U7XHJcbiAgcHVibGljIGNhbm5vdERlbGV0ZTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIHB1YmxpYyBzaG93Q29uZmlybVN0b2NrUm93OiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIHB1YmxpYyBhcnRpY2xlRGV0YWlsc0luZm9ybWF0aW9uOiBBcnRpY2xlU3RvY2tNYW5hZ2VtZW50ID0gbmV3IEFydGljbGVTdG9ja01hbmFnZW1lbnQoKTtcclxuXHJcbiAgcHVibGljIHN0b2NrU3RhdHVzOiBTdG9ja1N0YXR1c1tdID0gW107XHJcbiAgcHVibGljIHNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhOiBBcnRpY2xlRGV0YWlsc0JvID0gbmV3IEFydGljbGVEZXRhaWxzQm8oKTtcclxuXHJcbiAgcHVibGljIHNlbGVjdGVkTG9jYXRpb25Obzogc3RyaW5nO1xyXG4gIHB1YmxpYyBkYXRhOiBBcnRpY2xlRGV0YWlsc0JvW10gPSBbXTtcclxuICBASW5wdXQoKVxyXG4gIHB1YmxpYyBzZWxlY3RlZFdhcmVob3VzZTogU3RvY2tNYW5hZ2VtZW50V2FyZWhvdXNlcztcclxuICBwdWJsaWMgc3RvY2tMb2NhdGlvbnM6IFN0b2NrTG9jYXRpb25bXSA9IFtdO1xyXG5cclxuICBwdWJsaWMgc2VsZWN0ZWRSb3c6IEFydGljbGVEZXRhaWxzQm8gfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgc2hvd1NlbmRNZXRob2REaWFsb2c6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcblxyXG4gIHByaXZhdGUgX3dhcmVob3VzZU5vOiBudW1iZXI7XHJcbiAgcHJpdmF0ZSBfc3ViczogU3Vic2NyaXB0aW9uW10gPSBbXTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgaWNvbkNhY2hlU2VydmljZTogSWNvbkNhY2hlU2VydmljZSxcclxuICAgIHByaXZhdGUgX3N0b2NrU2VydmljZTogU3RvY2tTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBfY2hhbmdlRGV0ZWN0b3I6IENoYW5nZURldGVjdG9yUmVmLFxyXG4gICkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgdGhpcy5fc3RvY2tTZXJ2aWNlLmdldFN0b2NrU3RhdGUoKS50aGVuKHJlc3VsdCA9PiB7XHJcbiAgICAgIHRoaXMuc3RvY2tTdGF0dXMgPSByZXN1bHQ7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIG5nT25EZXN0cm95KCkge1xyXG4gICAgdGhpcy5fc3Vicy5mb3JFYWNoKHMgPT4gcy51bnN1YnNjcmliZSgpKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBvblNob3dTdG9ja1RyYW5zZmVyQ2hhbmdlKHNob3c6IGJvb2xlYW4pIHtcclxuICAgIHRoaXMuc2hvd1N0b2NrVHJhbnNmZXIgPSBzaG93O1xyXG4gICAgdGhpcy5zaG93U3RvY2tUcmFuc2ZlckNoYW5nZS5lbWl0KHRoaXMuc2hvd1N0b2NrVHJhbnNmZXIpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIG9uTG9jYXRpb25Ecm9wZG93bkNsaWNrKCk6IHZvaWQge1xyXG4gICAgdGhpcy5fZ2V0V2FyZWhvdXNlTG9jYXRpb25zKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgbG9jYXRpb25DaGFuZ2VkKHJvdzogQXJ0aWNsZURldGFpbHNCbywgZXZlbnQ6IFN0b2NrTG9jYXRpb24pOiB2b2lkIHtcclxuICAgIHRoaXMuc2VsZWN0ZWRMb2NhdGlvbk5vID0gZXZlbnQubG9jYXRpb25ObztcclxuICAgIHJvdy5sb2NhdGlvbk5vID0gZXZlbnQubG9jYXRpb25ObztcclxuICAgIHRoaXMub25Mb2NhdGlvbkRyb3Bkb3duQ2xpY2soKTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBhbW91bnRJblN0b2NrQ2hhbmdlZChkYXRhKTogdm9pZCB7XHJcbiAgICB0aGlzLnNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhLmFtb3VudEluU3RvY2sgPSBkYXRhO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIG9wZW5TZW5kTWV0aG9kRGlhbG9nKGRhdGEpOiB2b2lkIHtcclxuICAgIHRoaXMuc2hvd1NlbmRNZXRob2REaWFsb2cgPSB0cnVlO1xyXG4gICAgdGhpcy5zZW5kTWV0aG9kRGlhbG9nQ2xpY2tlZC5lbWl0KGRhdGEpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGhhbmRsZVN0b2NrVHJhbnNmZXJDbGljayhldmVudDogQXJ0aWNsZURldGFpbHNCbyk6IHZvaWQge1xyXG4gICAgdGhpcy5hcnRpY2xlRGV0YWlscyA9IGV2ZW50O1xyXG4gICAgdGhpcy5zaG93U3RvY2tUcmFuc2ZlciA9IHRydWU7XHJcbiAgfVxyXG4gIHB1YmxpYyBvblJvd1NlbGVjdGVkKHJvdzogQXJ0aWNsZURldGFpbHNCbyk6IHZvaWQge1xyXG4gICAgdGhpcy5zZWxlY3RlZFJvdyA9IHJvdztcclxuICAgIHRoaXMuY2Fubm90RGVsZXRlID0gZmFsc2U7XHJcbiAgfVxyXG4gIHB1YmxpYyBvbk9rQ2xpY2tTZW5kTG9jYXRpb25zKHJvdzogQXJ0aWNsZURldGFpbHNCbyk6IHZvaWQge1xyXG4gICAgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YSA9IHJvdztcclxuICAgIHRoaXMubmV3U3RvY2tMaW5lID0gZmFsc2U7XHJcbiAgICB0aGlzLnNob3dDb25maXJtYXRpb25EaWFsb2cgPSB0cnVlO1xyXG4gIH1cclxuICBwdWJsaWMgaGFuZGxlRGVsZXRlUm93KHJvdzogQXJ0aWNsZURldGFpbHNCbyk6IHZvaWQge1xyXG4gICAgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YSA9IHJvdztcclxuICAgIGlmICh0aGlzLnNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhLnN0b2NrQXNzaWduZWQgPiAwKSB7XHJcbiAgICAgIHRoaXMuZGVsZXRlU3RvY2tMaW5lID0gZmFsc2U7XHJcbiAgICAgIHRoaXMuc2hvd0NvbmZpcm1hdGlvbkRpYWxvZyA9IGZhbHNlO1xyXG4gICAgICB0aGlzLmNhbm5vdERlbGV0ZSA9IHRydWU7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLmRlbGV0ZVN0b2NrTGluZSA9IHRydWU7XHJcbiAgICAgIHRoaXMuc2hvd0NvbmZpcm1hdGlvbkRpYWxvZyA9IHRydWU7XHJcbiAgICAgIHRoaXMuY2Fubm90RGVsZXRlID0gZmFsc2U7XHJcbiAgICB9XHJcbiAgfVxyXG4gIHB1YmxpYyBoYW5kbGVBZGRSb3coKSB7XHJcbiAgICBpZiAoIXRoaXMuZGF0YT8ubGVuZ3RoKSB7XHJcbiAgICAgIHRoaXMuZGF0YSA9IFtdO1xyXG4gICAgfVxyXG4gICAgdGhpcy5kYXRhLnB1c2gobmV3IEFydGljbGVEZXRhaWxzQm8oKSk7XHJcbiAgICB0aGlzLnNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhID0gdGhpcy5kYXRhWyh0aGlzLmRhdGEubGVuZ3RoIC0gMSldO1xyXG4gICAgdGhpcy5uZXdTdG9ja0xpbmUgPSB0cnVlO1xyXG4gICAgdGhpcy5zaG93Q29uZmlybWF0aW9uRGlhbG9nID0gdHJ1ZTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBoYW5kbGVPa0NsaWNrKCkge1xyXG4gICAgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YS5zZWxlY3RlZCA9IHRydWU7XHJcbiAgICBpZiAodGhpcy5hcnRpY2xlRmxhdC5nb29kSWQpIHtcclxuICAgICAgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YS5nb29kSWQgPSB0aGlzLmFydGljbGVGbGF0Lmdvb2RJZDtcclxuICAgIH0gZWxzZSBpZiAodGhpcy5hcnRpY2xlRGV0YWlsc0luZm9ybWF0aW9uLmdvb2RJZCkge1xyXG4gICAgICB0aGlzLnNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhLmdvb2RJZCA9IHBhcnNlSW50KHRoaXMuYXJ0aWNsZURldGFpbHNJbmZvcm1hdGlvbi5nb29kSWQpO1xyXG4gICAgfVxyXG4gICAgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YS5lbnRyeURhdGUgPSBuZXcgRGF0ZSgpO1xyXG4gICAgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YS53YXJlaG91c2VObyA9IHRoaXMud2FyZWhvdXNlTm87XHJcbiAgICBpZiAodGhpcy5zZWxlY3RlZExvY2F0aW9uTm8pIHtcclxuICAgICAgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YS5sb2NhdGlvbk5vID0gdGhpcy5zZWxlY3RlZExvY2F0aW9uTm8/LnRvU3RyaW5nKCk7XHJcbiAgICB9XHJcbiAgICB0aGlzLl9zdG9ja1NlcnZpY2UudXBkYXRlQXJ0aWNsZURldGFpbHModGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YSkudGhlbihyZXN1bHQgPT4ge1xyXG4gICAgICAgIHRoaXMuYXJ0aWNsZURldGFpbHNJbmZvcm1hdGlvbi5nb29kSWQgPSB0aGlzLnNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhLmdvb2RJZD8udG9TdHJpbmcoKTtcclxuICAgICAgICB0aGlzLmFydGljbGVEZXRhaWxzSW5mb3JtYXRpb24ud2FyZWhvdXNlTnVtYmVyID0gdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YS53YXJlaG91c2VObztcclxuICAgICAgICB0aGlzLl9zdG9ja1NlcnZpY2UuZ2V0QXJ0aWNsZURldGFpbHModGhpcy5hcnRpY2xlRGV0YWlsc0luZm9ybWF0aW9uKS50aGVuKChkZXRhaWxzKSA9PiB7XHJcbiAgICAgICAgICB0aGlzLmRhdGEgPSBkZXRhaWxzO1xyXG4gICAgICAgIH0pO1xyXG4gICAgICB9XHJcbiAgICApO1xyXG4gICAgdGhpcy5zaG93Q29uZmlybWF0aW9uRGlhbG9nID0gZmFsc2U7XHJcbiAgICB0aGlzLl9jaGFuZ2VEZXRlY3Rvci5kZXRlY3RDaGFuZ2VzKCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgaGFuZGxlU3RvY2tTdGF0dXNDaGFuZ2Uoc3RhdHVzOiBTdG9ja1N0YXR1cykge1xyXG4gICAgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YS5zdG9ja1N0YXRlSWQgPSBzdGF0dXMuc3RvY2tTdGF0ZUlkO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIGhhbmRsZVN0b2NrU3RhdHVzUmVtYXJrQ2hhbmdlKHJlbWFyazogc3RyaW5nKSB7XHJcbiAgICB0aGlzLnNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhLnN0b2NrU3RhdGVSZW1hcmsgPSByZW1hcms7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZGlzYWJsZWQoKSB7XHJcbiAgICByZXR1cm4gKCF0aGlzLnNlbGVjdGVkQXJ0aWNsZURldGFpbHNEYXRhPy5zdG9ja1N0YXRlSWQgJiYgdGhpcy5zZWxlY3RlZEFydGljbGVEZXRhaWxzRGF0YT8uc3RvY2tTdGF0ZVJlbWFyaz8ubGVuZ3RoIDw9IDEpO1xyXG4gIH1cclxuXHJcblxyXG4gIHB1YmxpYyBzdGF0dXNGb3JJZChpZDogbnVtYmVyKSB7XHJcbiAgICByZXR1cm4gdGhpcy5zdG9ja1N0YXR1cy5maW5kKHN0YXR1cyA9PiBzdGF0dXMuc3RvY2tTdGF0ZUlkID09PSBpZCk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgbG9jYXRpb25Gb3JOdW1iZXIobnVtYmVyOiBudW1iZXIpIHtcclxuICAgIHJldHVybiB0aGlzLnN0b2NrTG9jYXRpb25zPy5maW5kKGxvY2F0aW9uID0+IGxvY2F0aW9uLmxvY2F0aW9uTm8gPT09IG51bWJlcj8udG9TdHJpbmcoKSk7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgbG9jYXRpb25Gb3JEZXNjcmlwdGlvbihsb2NhdGlvbk5vOiBzdHJpbmcpOiBzdHJpbmcge1xyXG4gICAgLy8gRmluZCB0aGUgbG9jYXRpb24gaW4gc3RvY2tMb2NhdGlvbnMgYnkgbG9jYXRpb25Ob1xyXG4gICAgY29uc3QgbG9jYXRpb24gPSB0aGlzLnN0b2NrTG9jYXRpb25zLmZpbmQobG9jID0+IGxvYy5sb2NhdGlvbk5vID09PSBsb2NhdGlvbk5vKTtcclxuICAgIC8vIElmIGxvY2F0aW9uIGlzIGZvdW5kIGFuZCBpdCBoYXMgYSBub24tZW1wdHkgZGVzY3JpcHRpb24sIHJldHVybiBkZXNjcmlwdGlvblxyXG4gICAgLy8gSWYgbG9jYXRpb24gaXMgbm90IGZvdW5kIG9yIGRlc2NyaXB0aW9uIGlzIGVtcHR5LCByZXR1cm4gbG9jYXRpb25Ob1xyXG4gICAgcmV0dXJuIGxvY2F0aW9uICYmIGxvY2F0aW9uLmRlc2NyaXB0aW9uICYmIGxvY2F0aW9uLmRlc2NyaXB0aW9uLnRyaW0oKSAhPT0gJycgPyBsb2NhdGlvbi5kZXNjcmlwdGlvbiA6IGxvY2F0aW9uTm87XHJcbiAgfVxyXG5cclxuICBwcm90ZWN0ZWQgYXN5bmMgZ2V0RGF0YSgpOiBQcm9taXNlPHZvaWQ+IHtcclxuICAgIGNvbnN0IHJlcXVlc3Q6IEFydGljbGVTdG9ja01hbmFnZW1lbnQgPSBuZXcgQXJ0aWNsZVN0b2NrTWFuYWdlbWVudCgpO1xyXG4gICAgcmVxdWVzdC5nb29kSWQgPSB0aGlzLmdvb2RJZC50b1N0cmluZygpO1xyXG4gICAgcmVxdWVzdC53YXJlaG91c2VOdW1iZXIgPSB0aGlzLndhcmVob3VzZU5vO1xyXG4gICAgdGhpcy5fc3RvY2tTZXJ2aWNlLmdldEFydGljbGVEZXRhaWxzKHJlcXVlc3QpLnRoZW4oKGRldGFpbHMpID0+IHtcclxuICAgICAgdGhpcy5kYXRhID0gZGV0YWlscztcclxuICAgIH0pO1xyXG4gICAgdGhpcy5fZ2V0V2FyZWhvdXNlTG9jYXRpb25zKCk7XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIF9nZXRXYXJlaG91c2VMb2NhdGlvbnMoKTogdm9pZCB7XHJcbiAgICB0aGlzLl9zdG9ja1NlcnZpY2UuZ2V0U3RvY2tNYW5hZ2VtZW50TG9jYXRpb25zKHRoaXMud2FyZWhvdXNlTm8pLnRoZW4oKHJlc3VsdDogU3RvY2tMb2NhdGlvbltdKSA9PiB7XHJcbiAgICAgIHRoaXMuc3RvY2tMb2NhdGlvbnMgPSByZXN1bHQ7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBoYW5kbGVUb2dnbGVQb3B1cCgpIHtcclxuICAgIHRoaXMuc2hvd0NvbmZpcm1hdGlvbkRpYWxvZyA9ICF0aGlzLnNob3dDb25maXJtYXRpb25EaWFsb2c7XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgaGFuZGxlUG9wdXBTYXZlKCBzYXZlZDogYm9vbGVhbikge1xyXG4gICAgaWYoIXNhdmVkKSB7XHJcbiAgICAgIHRoaXMuZGF0YS5zcGxpY2UoKHRoaXMuZGF0YS5sZW5ndGggLSAxKSwgMSk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxufVxyXG4iXX0=
@@ -1,73 +0,0 @@
1
- import { __awaiter } from "tslib";
2
- import { Component, Input, ViewEncapsulation } from "@angular/core";
3
- import { IconCacheService } from "../../../../service/icon-cache.service";
4
- import { StockService } from "../../../../service/stock.service";
5
- import { Icon } from "../../../../enum/icon.enum";
6
- import { BaseStockComponent } from '../../base/base-stock.component';
7
- export class StockPrognoseComponent extends BaseStockComponent {
8
- constructor(iconCacheService, _stockService) {
9
- super();
10
- this.iconCacheService = iconCacheService;
11
- this._stockService = _stockService;
12
- this.icons = Icon;
13
- this.data = [];
14
- }
15
- set warehouseNo(value) {
16
- if (this._warehouseNo !== value) {
17
- this._warehouseNo = value;
18
- this.getData();
19
- }
20
- }
21
- get warehouseNo() {
22
- return this._warehouseNo;
23
- }
24
- getData() {
25
- return __awaiter(this, void 0, void 0, function* () {
26
- if (this.goodId && this.warehouseNo !== undefined && this.warehouseNo !== null) {
27
- this._stockService.stockPrognose(this.goodId, this.warehouseNo).then(result => {
28
- this.data = result;
29
- });
30
- }
31
- });
32
- }
33
- }
34
- StockPrognoseComponent.decorators = [
35
- { type: Component, args: [{
36
- selector: "co-stock-prognose",
37
- template: `
38
- <co-simple-grid [data]="data"
39
- class="simple-grid"
40
- [rowsPerPage]="20"
41
- >
42
- <co-simple-grid-column [headerText]="'AVAILABILITY' | sharedLocalize" [field]="'available'"></co-simple-grid-column>
43
- <co-simple-grid-column [headerText]="'FREE_STOCK' | sharedLocalize" [field]="'freeStock'"></co-simple-grid-column>
44
- <co-simple-grid-column [headerText]="'IN_ORDER' | sharedLocalize" [field]="'inOrder'"></co-simple-grid-column>
45
- <co-simple-grid-column [headerText]="'PURCHASE_ORDER' | sharedLocalize" [field]="'transNr'"></co-simple-grid-column>
46
- <co-simple-grid-column [headerText]="'PURCHASE_ORDER_DATE' | sharedLocalize" [field]="'transactionDate'"></co-simple-grid-column>
47
- <co-simple-grid-column [headerText]="'DELIVERY_DATE' | sharedLocalize">
48
- <ng-template #template let-row="row">
49
- <span [textContent]="row['arrivalDate'] | date:'dd-MM-yyyy'"></span>
50
- </ng-template>
51
- </co-simple-grid-column>
52
- <co-simple-grid-column [headerText]="'REFERENCE' | sharedLocalize" [field]="'reference'"></co-simple-grid-column>
53
- <co-simple-grid-column [headerText]="'DELIVERY_DATE_CONFIRMED' | sharedLocalize" [field]="'transConfirmedDate'">
54
- </co-simple-grid-column>
55
- <co-simple-grid-column [headerText]="'DATE_DELIVERED' | sharedLocalize">
56
- <ng-template #template let-row="row">
57
- <span [textContent]="row['transDeliveryDate'] | date:'dd-MM-yyyy'"></span>
58
- </ng-template>
59
- </co-simple-grid-column>
60
- <co-simple-grid-column [headerText]="'FUTURE_FREE_STOCK' | sharedLocalize" [field]="'laterAvailable'"></co-simple-grid-column>
61
- </co-simple-grid>
62
- `,
63
- encapsulation: ViewEncapsulation.None
64
- },] }
65
- ];
66
- StockPrognoseComponent.ctorParameters = () => [
67
- { type: IconCacheService },
68
- { type: StockService }
69
- ];
70
- StockPrognoseComponent.propDecorators = {
71
- warehouseNo: [{ type: Input }]
72
- };
73
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvY2stcHJvZ25vc2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2hhcmVkY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvc3RvY2svY29tcG9uZW50cy9zdG9jay1wcm9nbm9zZS9zdG9jay1wcm9nbm9zZS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ2xFLE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLHdDQUF3QyxDQUFDO0FBQ3hFLE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUMvRCxPQUFPLEVBQUMsSUFBSSxFQUFDLE1BQU0sNEJBQTRCLENBQUM7QUFFaEQsT0FBTyxFQUFDLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFnQ25FLE1BQU0sT0FBTyxzQkFBdUIsU0FBUSxrQkFBa0I7SUFrQjVELFlBQ1MsZ0JBQWtDLEVBQ2pDLGFBQTJCO1FBRW5DLEtBQUssRUFBRSxDQUFDO1FBSEQscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFrQjtRQUNqQyxrQkFBYSxHQUFiLGFBQWEsQ0FBYztRQW5CckIsVUFBSyxHQUFnQixJQUFJLENBQUM7UUFjbkMsU0FBSSxHQUFvQixFQUFFLENBQUM7SUFRbEMsQ0FBQztJQXBCRCxJQUNXLFdBQVcsQ0FBQyxLQUFhO1FBQ2xDLElBQUksSUFBSSxDQUFDLFlBQVksS0FBSyxLQUFLLEVBQUU7WUFDL0IsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7WUFDMUIsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO1NBQ2hCO0lBQ0gsQ0FBQztJQUVELElBQVcsV0FBVztRQUNwQixPQUFPLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDM0IsQ0FBQztJQVllLE9BQU87O1lBQ3JCLElBQUksSUFBSSxDQUFDLE1BQU0sSUFBSSxJQUFJLENBQUMsV0FBVyxLQUFLLFNBQVMsSUFBSSxJQUFJLENBQUMsV0FBVyxLQUFLLElBQUksRUFBRTtnQkFDOUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxFQUFFO29CQUM1RSxJQUFJLENBQUMsSUFBSSxHQUFHLE1BQU0sQ0FBQztnQkFDckIsQ0FBQyxDQUFDLENBQUM7YUFDSjtRQUNILENBQUM7S0FBQTs7O1lBN0RGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QixRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0F5QlQ7Z0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7YUFDdEM7OztZQW5DTyxnQkFBZ0I7WUFDaEIsWUFBWTs7OzBCQXNDakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7SWNvbkNhY2hlU2VydmljZX0gZnJvbSBcIi4uLy4uLy4uLy4uL3NlcnZpY2UvaWNvbi1jYWNoZS5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7U3RvY2tTZXJ2aWNlfSBmcm9tIFwiLi4vLi4vLi4vLi4vc2VydmljZS9zdG9jay5zZXJ2aWNlXCI7XHJcbmltcG9ydCB7SWNvbn0gZnJvbSBcIi4uLy4uLy4uLy4uL2VudW0vaWNvbi5lbnVtXCI7XHJcbmltcG9ydCB7U3RvY2tGb3JlY2FzdH0gZnJvbSBcIkBjb2xpam5pdC9hcnRpY2xlYXBpL2J1aWxkL21vZGVsL3N0b2NrLWZvcmVjYXN0LmJvXCI7XHJcbmltcG9ydCB7QmFzZVN0b2NrQ29tcG9uZW50fSBmcm9tICcuLi8uLi9iYXNlL2Jhc2Utc3RvY2suY29tcG9uZW50JztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiBcImNvLXN0b2NrLXByb2dub3NlXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxjby1zaW1wbGUtZ3JpZCBbZGF0YV09XCJkYXRhXCJcclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNpbXBsZS1ncmlkXCJcclxuICAgICAgICAgICAgICAgICAgICBbcm93c1BlclBhZ2VdPVwiMjBcIlxyXG4gICAgPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidBVkFJTEFCSUxJVFknIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ2F2YWlsYWJsZSdcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInRlJFRV9TVE9DSycgfCBzaGFyZWRMb2NhbGl6ZVwiIFtmaWVsZF09XCInZnJlZVN0b2NrJ1wiPjwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidJTl9PUkRFUicgfCBzaGFyZWRMb2NhbGl6ZVwiIFtmaWVsZF09XCInaW5PcmRlcidcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInUFVSQ0hBU0VfT1JERVInIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ3RyYW5zTnInXCI+PC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ1BVUkNIQVNFX09SREVSX0RBVEUnIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ3RyYW5zYWN0aW9uRGF0ZSdcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInREVMSVZFUllfREFURScgfCBzaGFyZWRMb2NhbGl6ZVwiPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSAjdGVtcGxhdGUgbGV0LXJvdz1cInJvd1wiPlxyXG4gICAgICAgICAgPHNwYW4gW3RleHRDb250ZW50XT1cInJvd1snYXJyaXZhbERhdGUnXSB8IGRhdGU6J2RkLU1NLXl5eXknXCI+PC9zcGFuPlxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgIDwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidSRUZFUkVOQ0UnIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ3JlZmVyZW5jZSdcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInREVMSVZFUllfREFURV9DT05GSVJNRUQnIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ3RyYW5zQ29uZmlybWVkRGF0ZSdcIj5cclxuICAgICAgPC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ0RBVEVfREVMSVZFUkVEJyB8IHNoYXJlZExvY2FsaXplXCI+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlICN0ZW1wbGF0ZSBsZXQtcm93PVwicm93XCI+XHJcbiAgICAgICAgICA8c3BhbiBbdGV4dENvbnRlbnRdPVwicm93Wyd0cmFuc0RlbGl2ZXJ5RGF0ZSddIHwgZGF0ZTonZGQtTU0teXl5eSdcIj48L3NwYW4+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgPC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ0ZVVFVSRV9GUkVFX1NUT0NLJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIidsYXRlckF2YWlsYWJsZSdcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgIDwvY28tc2ltcGxlLWdyaWQ+XHJcbiAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTdG9ja1Byb2dub3NlQ29tcG9uZW50IGV4dGVuZHMgQmFzZVN0b2NrQ29tcG9uZW50IHtcclxuICBwdWJsaWMgcmVhZG9ubHkgaWNvbnM6IHR5cGVvZiBJY29uID0gSWNvbjtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgc2V0IHdhcmVob3VzZU5vKHZhbHVlOiBudW1iZXIpIHtcclxuICAgIGlmICh0aGlzLl93YXJlaG91c2VObyAhPT0gdmFsdWUpIHtcclxuICAgICAgdGhpcy5fd2FyZWhvdXNlTm8gPSB2YWx1ZTtcclxuICAgICAgdGhpcy5nZXREYXRhKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0IHdhcmVob3VzZU5vKCk6IG51bWJlciB7XHJcbiAgICByZXR1cm4gdGhpcy5fd2FyZWhvdXNlTm87XHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZGF0YTogU3RvY2tGb3JlY2FzdFtdID0gW107XHJcbiAgcHJpdmF0ZSBfd2FyZWhvdXNlTm86IG51bWJlcjtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwdWJsaWMgaWNvbkNhY2hlU2VydmljZTogSWNvbkNhY2hlU2VydmljZSxcclxuICAgIHByaXZhdGUgX3N0b2NrU2VydmljZTogU3RvY2tTZXJ2aWNlLFxyXG4gICkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcblxyXG4gIHByb3RlY3RlZCBhc3luYyBnZXREYXRhKCk6IFByb21pc2U8dm9pZD4ge1xyXG4gICAgaWYgKHRoaXMuZ29vZElkICYmIHRoaXMud2FyZWhvdXNlTm8gIT09IHVuZGVmaW5lZCAmJiB0aGlzLndhcmVob3VzZU5vICE9PSBudWxsKSB7XHJcbiAgICAgIHRoaXMuX3N0b2NrU2VydmljZS5zdG9ja1Byb2dub3NlKHRoaXMuZ29vZElkLCB0aGlzLndhcmVob3VzZU5vKS50aGVuKHJlc3VsdCA9PiB7XHJcbiAgICAgICAgdGhpcy5kYXRhID0gcmVzdWx0O1xyXG4gICAgICB9KTtcclxuICAgIH1cclxuICB9XHJcblxyXG59XHJcbiJdfQ==
@@ -1,42 +0,0 @@
1
- import { Component, EventEmitter, Input, Output, ViewEncapsulation } from "@angular/core";
2
- import { SharedCfgName } from "../../../../enum/shared-cfg-name.enum";
3
- export class StockTabComponent {
4
- constructor() {
5
- this.sharedCfgName = SharedCfgName;
6
- this.articleStockInformation = [];
7
- this.locationClicked = new EventEmitter();
8
- }
9
- onLocationClick(data) {
10
- ;
11
- this.locationClicked.emit(data.warehouseNo);
12
- }
13
- }
14
- StockTabComponent.decorators = [
15
- { type: Component, args: [{
16
- selector: "co-stock-tab",
17
- template: `
18
- <co-simple-grid [data]="articleStockInformation"
19
- class="simple-grid"
20
- [rowsPerPage]="20"
21
- >
22
- <co-simple-grid-column [width]="100" [headerText]="'WAREHOUSE' | sharedLocalize" [field]="'warehouseNo'" [order]="10"></co-simple-grid-column>
23
- <co-simple-grid-column [headerText]="'DESCRIPTION' | sharedLocalize" [field]="'warehouseName'" [order]="11"></co-simple-grid-column>
24
- <co-simple-grid-column [headerText]="'STOCK' | sharedLocalize" [field]="'technicalStock'" [order]="12"></co-simple-grid-column>
25
- <co-simple-grid-column [headerText]="'AVAILABLE_STOCK' | sharedLocalize" [field]="'availableStock'" [order]="13"></co-simple-grid-column>
26
- <co-simple-grid-column [headerText]="'ECONOMICAL_STOCK' | sharedLocalize" [field]="'economicalStock'" [order]="14"></co-simple-grid-column>
27
- <co-simple-grid-column [headerText]="'PERCEPTIBLE_STORAGE' | sharedLocalize" [field]="'perceptibleStorage'" [order]="15"></co-simple-grid-column>
28
- <co-simple-grid-column [headerText]="'DETAILS' | sharedLocalize" [field]="'locationNo'" [order]="16">
29
- <ng-template #template let-row="row">
30
- <co-button class="location-link" [screenConfigurationObject]="sharedCfgName.InventoryDetails" [label]="'OPEN_STOCK_DETAILS' | sharedLocalize" (click)="onLocationClick(row)"></co-button>
31
- </ng-template>
32
- </co-simple-grid-column>
33
- </co-simple-grid>
34
- `,
35
- encapsulation: ViewEncapsulation.None
36
- },] }
37
- ];
38
- StockTabComponent.propDecorators = {
39
- articleStockInformation: [{ type: Input }],
40
- locationClicked: [{ type: Output }]
41
- };
42
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvY2stdGFiLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZGNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL3N0b2NrL2NvbXBvbmVudHMvc3RvY2stdGFiL3N0b2NrLXRhYi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUV4RixPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sdUNBQXVDLENBQUM7QUF3QnBFLE1BQU0sT0FBTyxpQkFBaUI7SUF0QjlCO1FBd0JrQixrQkFBYSxHQUF5QixhQUFhLENBQUM7UUFHN0QsNEJBQXVCLEdBQXFCLEVBQUUsQ0FBQztRQUcvQyxvQkFBZSxHQUF5QixJQUFJLFlBQVksRUFBVSxDQUFDO0lBTTVFLENBQUM7SUFIUSxlQUFlLENBQUMsSUFBb0I7UUFBUyxDQUFDO1FBQ25ELElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQztJQUM5QyxDQUFDOzs7WUFuQ0YsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxjQUFjO2dCQUN4QixRQUFRLEVBQUU7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBaUJUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7c0NBS0UsS0FBSzs4QkFHTCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7QXJ0aWNsZVN0b2NrIGFzIEFydGljbGVTdG9ja0JvfSBmcm9tIFwiQGNvbGlqbml0L2FydGljbGVhcGkvYnVpbGQvbW9kZWwvYXJ0aWNsZS1zdG9jay5ib1wiO1xyXG5pbXBvcnQge1NoYXJlZENmZ05hbWV9IGZyb20gXCIuLi8uLi8uLi8uLi9lbnVtL3NoYXJlZC1jZmctbmFtZS5lbnVtXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJjby1zdG9jay10YWJcIixcclxuICB0ZW1wbGF0ZTogYFxyXG4gICAgPGNvLXNpbXBsZS1ncmlkIFtkYXRhXT1cImFydGljbGVTdG9ja0luZm9ybWF0aW9uXCJcclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInNpbXBsZS1ncmlkXCJcclxuICAgICAgICAgICAgICAgICAgICBbcm93c1BlclBhZ2VdPVwiMjBcIlxyXG4gICAgPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFt3aWR0aF09XCIxMDBcIiBbaGVhZGVyVGV4dF09XCInV0FSRUhPVVNFJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIid3YXJlaG91c2VObydcIiBbb3JkZXJdPVwiMTBcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInREVTQ1JJUFRJT04nIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ3dhcmVob3VzZU5hbWUnXCIgW29yZGVyXT1cIjExXCI+PC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ1NUT0NLJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIid0ZWNobmljYWxTdG9jaydcIiBbb3JkZXJdPVwiMTJcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInQVZBSUxBQkxFX1NUT0NLJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIidhdmFpbGFibGVTdG9jaydcIiBbb3JkZXJdPVwiMTNcIj48L2NvLXNpbXBsZS1ncmlkLWNvbHVtbj5cclxuICAgICAgPGNvLXNpbXBsZS1ncmlkLWNvbHVtbiBbaGVhZGVyVGV4dF09XCInRUNPTk9NSUNBTF9TVE9DSycgfCBzaGFyZWRMb2NhbGl6ZVwiIFtmaWVsZF09XCInZWNvbm9taWNhbFN0b2NrJ1wiIFtvcmRlcl09XCIxNFwiPjwvY28tc2ltcGxlLWdyaWQtY29sdW1uPlxyXG4gICAgICA8Y28tc2ltcGxlLWdyaWQtY29sdW1uIFtoZWFkZXJUZXh0XT1cIidQRVJDRVBUSUJMRV9TVE9SQUdFJyB8IHNoYXJlZExvY2FsaXplXCIgW2ZpZWxkXT1cIidwZXJjZXB0aWJsZVN0b3JhZ2UnXCIgW29yZGVyXT1cIjE1XCI+PC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICAgIDxjby1zaW1wbGUtZ3JpZC1jb2x1bW4gW2hlYWRlclRleHRdPVwiJ0RFVEFJTFMnIHwgc2hhcmVkTG9jYWxpemVcIiBbZmllbGRdPVwiJ2xvY2F0aW9uTm8nXCIgW29yZGVyXT1cIjE2XCI+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlICN0ZW1wbGF0ZSBsZXQtcm93PVwicm93XCI+XHJcbiAgICAgICAgICA8Y28tYnV0dG9uIGNsYXNzPVwibG9jYXRpb24tbGlua1wiIFtzY3JlZW5Db25maWd1cmF0aW9uT2JqZWN0XT1cInNoYXJlZENmZ05hbWUuSW52ZW50b3J5RGV0YWlsc1wiIFtsYWJlbF09XCInT1BFTl9TVE9DS19ERVRBSUxTJyB8IHNoYXJlZExvY2FsaXplXCIgKGNsaWNrKT1cIm9uTG9jYXRpb25DbGljayhyb3cpXCI+PC9jby1idXR0b24+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgICAgPC9jby1zaW1wbGUtZ3JpZC1jb2x1bW4+XHJcbiAgICA8L2NvLXNpbXBsZS1ncmlkPlxyXG4gIGAsXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFN0b2NrVGFiQ29tcG9uZW50IHtcclxuXHJcbiAgcHVibGljIHJlYWRvbmx5IHNoYXJlZENmZ05hbWU6IHR5cGVvZiBTaGFyZWRDZmdOYW1lID0gU2hhcmVkQ2ZnTmFtZTtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgYXJ0aWNsZVN0b2NrSW5mb3JtYXRpb246IEFydGljbGVTdG9ja0JvW10gPSBbXTtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgcHVibGljIGxvY2F0aW9uQ2xpY2tlZDogRXZlbnRFbWl0dGVyPHN0cmluZz4gPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZz4oKTtcclxuXHJcblxyXG4gIHB1YmxpYyBvbkxvY2F0aW9uQ2xpY2soZGF0YTogQXJ0aWNsZVN0b2NrQm8pOiB2b2lkIHs7XHJcbiAgICB0aGlzLmxvY2F0aW9uQ2xpY2tlZC5lbWl0KGRhdGEud2FyZWhvdXNlTm8pO1xyXG4gIH1cclxufVxyXG4iXX0=
@@ -1,27 +0,0 @@
1
- import { __awaiter } from "tslib";
2
- import { BaseModuleScreenConfigService } from "@colijnit/corecomponents_v12";
3
- import { Injectable } from "@angular/core";
4
- import { SharedConnectorService } from "../../../service/shared-connector.service";
5
- export class StockModuleScreenConfigService extends BaseModuleScreenConfigService {
6
- constructor(_sharedConnectorService) {
7
- super();
8
- this._sharedConnectorService = _sharedConnectorService;
9
- this.screenModuleName = 'Stock';
10
- }
11
- loadConfigForModule(params, insertRights) {
12
- return __awaiter(this, void 0, void 0, function* () {
13
- const config = (yield this._sharedConnectorService.getConfiguration(this.screenModuleName, ["ALL"]));
14
- if (config) {
15
- return config;
16
- }
17
- return Promise.resolve([]);
18
- });
19
- }
20
- }
21
- StockModuleScreenConfigService.decorators = [
22
- { type: Injectable }
23
- ];
24
- StockModuleScreenConfigService.ctorParameters = () => [
25
- { type: SharedConnectorService }
26
- ];
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvY2stbW9kdWxlLXNjcmVlbi1jb25maWcuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZGNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL3N0b2NrL3NlcnZpY2Uvc3RvY2stbW9kdWxlLXNjcmVlbi1jb25maWcuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFDLDZCQUE2QixFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDM0UsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUMsc0JBQXNCLEVBQUMsTUFBTSwyQ0FBMkMsQ0FBQztBQUlqRixNQUFNLE9BQU8sOEJBQStCLFNBQVEsNkJBQTZCO0lBRy9FLFlBQW9CLHVCQUErQztRQUNqRSxLQUFLLEVBQUUsQ0FBQztRQURVLDRCQUF1QixHQUF2Qix1QkFBdUIsQ0FBd0I7UUFGbkUscUJBQWdCLEdBQVcsT0FBTyxDQUFDO0lBSW5DLENBQUM7SUFFZSxtQkFBbUIsQ0FBQyxNQUFnQixFQUFFLFlBQXNCOztZQUMxRSxNQUFNLE1BQU0sR0FBMEIsQ0FBQyxNQUFNLElBQUksQ0FBQyx1QkFBdUIsQ0FBQyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDNUgsSUFBSSxNQUFNLEVBQUU7Z0JBQ1YsT0FBTyxNQUFNLENBQUM7YUFDZjtZQUNELE9BQU8sT0FBTyxDQUFDLE9BQU8sQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUM3QixDQUFDO0tBQUE7OztZQWZGLFVBQVU7OztZQUZILHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7QmFzZU1vZHVsZVNjcmVlbkNvbmZpZ1NlcnZpY2V9IGZyb20gXCJAY29saWpuaXQvY29yZWNvbXBvbmVudHNfdjEyXCI7XHJcbmltcG9ydCB7SW5qZWN0YWJsZX0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHtPYmplY3RDb25maWd1cmF0aW9ufSBmcm9tIFwiQGNvbGlqbml0L2lvbmVjb25uZWN0b3IvYnVpbGQvbW9kZWwvb2JqZWN0LWNvbmZpZ3VyYXRpb25cIjtcclxuaW1wb3J0IHtTaGFyZWRDb25uZWN0b3JTZXJ2aWNlfSBmcm9tIFwiLi4vLi4vLi4vc2VydmljZS9zaGFyZWQtY29ubmVjdG9yLnNlcnZpY2VcIjtcclxuXHJcbkBJbmplY3RhYmxlKClcclxuXHJcbmV4cG9ydCBjbGFzcyBTdG9ja01vZHVsZVNjcmVlbkNvbmZpZ1NlcnZpY2UgZXh0ZW5kcyBCYXNlTW9kdWxlU2NyZWVuQ29uZmlnU2VydmljZSB7XHJcbiAgc2NyZWVuTW9kdWxlTmFtZTogc3RyaW5nID0gJ1N0b2NrJztcclxuXHJcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBfc2hhcmVkQ29ubmVjdG9yU2VydmljZTogU2hhcmVkQ29ubmVjdG9yU2VydmljZSkge1xyXG4gICAgc3VwZXIoKTtcclxuICB9XHJcblxyXG4gIHByb3RlY3RlZCBhc3luYyBsb2FkQ29uZmlnRm9yTW9kdWxlKHBhcmFtczogc3RyaW5nW10sIGluc2VydFJpZ2h0cz86IGJvb2xlYW4pOiBQcm9taXNlPE9iamVjdENvbmZpZ3VyYXRpb25bXT4ge1xyXG4gICAgY29uc3QgY29uZmlnOiBPYmplY3RDb25maWd1cmF0aW9uW10gPSAoYXdhaXQgdGhpcy5fc2hhcmVkQ29ubmVjdG9yU2VydmljZS5nZXRDb25maWd1cmF0aW9uKHRoaXMuc2NyZWVuTW9kdWxlTmFtZSwgW1wiQUxMXCJdKSk7XHJcbiAgICBpZiAoY29uZmlnKSB7XHJcbiAgICAgIHJldHVybiBjb25maWc7XHJcbiAgICB9XHJcbiAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKFtdKTtcclxuICB9XHJcblxyXG59XHJcbiJdfQ==
@@ -1,33 +0,0 @@
1
- import { Component, Input, ViewEncapsulation } from "@angular/core";
2
- import { Icon } from "../../../enum/icon.enum";
3
- export class StockHistoryTabsComponent {
4
- constructor() {
5
- this.icons = Icon;
6
- this.selectedTab = 0;
7
- }
8
- }
9
- StockHistoryTabsComponent.decorators = [
10
- { type: Component, args: [{
11
- selector: "co-stock-history-tabs",
12
- template: `
13
- <div class="stock-history-tabs-wrapper">
14
- <div class="tab-container">
15
- <div class="tab-header">
16
- <button class="tab-button" (click)="selectedTab = 0" [class.active]="selectedTab === 0">{{ 'STOCK' | sharedLocalize }}</button>
17
- <button class="tab-button" (click)="selectedTab = 1" [class.active]="selectedTab === 1">{{ 'ORDER_STOCK' | sharedLocalize }}</button>
18
- <button class="tab-button" (click)="selectedTab = 2" [class.active]="selectedTab === 2">{{ 'ORDER_COMMISSION' | sharedLocalize }}</button>
19
- <button class="tab-button" (click)="selectedTab = 3" [class.active]="selectedTab === 3">{{ 'ORDER' | sharedLocalize }}</button>
20
- <button class="tab-button" (click)="selectedTab = 4" [class.active]="selectedTab === 4">{{ 'ALLOCATION' | sharedLocalize }}</button>
21
- </div>
22
- </div>
23
- </div>
24
-
25
-
26
- `,
27
- encapsulation: ViewEncapsulation.None
28
- },] }
29
- ];
30
- StockHistoryTabsComponent.propDecorators = {
31
- stockInformation: [{ type: Input }]
32
- };
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvY2staGlzdG9yeS10YWJzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZGNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL3N0b2NrL3N0b2NrLWhpc3RvcnktdGFicy9zdG9jay1oaXN0b3J5LXRhYnMuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQ2xFLE9BQU8sRUFBQyxJQUFJLEVBQUMsTUFBTSx5QkFBeUIsQ0FBQztBQXNCN0MsTUFBTSxPQUFPLHlCQUF5QjtJQW5CdEM7UUFvQmtCLFVBQUssR0FBZ0IsSUFBSSxDQUFDO1FBRW5DLGdCQUFXLEdBQUcsQ0FBQyxDQUFDO0lBS3pCLENBQUM7OztZQTNCQSxTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjtnQkFDakMsUUFBUSxFQUFFOzs7Ozs7Ozs7Ozs7OztHQWNUO2dCQUNELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOzs7K0JBTUUsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb259IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcbmltcG9ydCB7SWNvbn0gZnJvbSBcIi4uLy4uLy4uL2VudW0vaWNvbi5lbnVtXCI7XHJcbmltcG9ydCB7QXJ0aWNsZVN0b2NrIGFzIEFydGljbGVTdG9ja0JvfSBmcm9tIFwiQGNvbGlqbml0L2FydGljbGVhcGkvYnVpbGQvbW9kZWwvYXJ0aWNsZS1zdG9jay5ib1wiO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6IFwiY28tc3RvY2staGlzdG9yeS10YWJzXCIsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxkaXYgY2xhc3M9XCJzdG9jay1oaXN0b3J5LXRhYnMtd3JhcHBlclwiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwidGFiLWNvbnRhaW5lclwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJ0YWItaGVhZGVyXCI+XHJcbiAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidGFiLWJ1dHRvblwiIChjbGljayk9XCJzZWxlY3RlZFRhYiA9IDBcIiBbY2xhc3MuYWN0aXZlXT1cInNlbGVjdGVkVGFiID09PSAwXCI+e3sgJ1NUT0NLJyB8IHNoYXJlZExvY2FsaXplIH19PC9idXR0b24+XHJcbiAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidGFiLWJ1dHRvblwiIChjbGljayk9XCJzZWxlY3RlZFRhYiA9IDFcIiBbY2xhc3MuYWN0aXZlXT1cInNlbGVjdGVkVGFiID09PSAxXCI+e3sgJ09SREVSX1NUT0NLJyB8IHNoYXJlZExvY2FsaXplIH19PC9idXR0b24+XHJcbiAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwidGFiLWJ1dHRvblwiIChjbGljayk9XCJzZWxlY3RlZFRhYiA9IDJcIiBbY2xhc3MuYWN0aXZlXT1cInNlbGVjdGVkVGFiID09PSAyXCI+e3sgJ09SREVSX0NPTU1JU1NJT04nIHwgc2hhcmVkTG9jYWxpemUgfX08L2J1dHRvbj5cclxuICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ0YWItYnV0dG9uXCIgKGNsaWNrKT1cInNlbGVjdGVkVGFiID0gM1wiIFtjbGFzcy5hY3RpdmVdPVwic2VsZWN0ZWRUYWIgPT09IDNcIj57eyAnT1JERVInIHwgc2hhcmVkTG9jYWxpemUgfX08L2J1dHRvbj5cclxuICAgICAgICAgIDxidXR0b24gY2xhc3M9XCJ0YWItYnV0dG9uXCIgKGNsaWNrKT1cInNlbGVjdGVkVGFiID0gNFwiIFtjbGFzcy5hY3RpdmVdPVwic2VsZWN0ZWRUYWIgPT09IDRcIj57eyAnQUxMT0NBVElPTicgfCBzaGFyZWRMb2NhbGl6ZSB9fTwvYnV0dG9uPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG5cclxuXHJcbiAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTdG9ja0hpc3RvcnlUYWJzQ29tcG9uZW50IHtcclxuICBwdWJsaWMgcmVhZG9ubHkgaWNvbnM6IHR5cGVvZiBJY29uID0gSWNvbjtcclxuXHJcbiAgcHVibGljIHNlbGVjdGVkVGFiID0gMDtcclxuXHJcbiAgQElucHV0KClcclxuICBwdWJsaWMgc3RvY2tJbmZvcm1hdGlvbjogQXJ0aWNsZVN0b2NrQm9bXTtcclxuXHJcbn1cclxuIl19