@colijnit/sharedcomponents 254.1.2 → 254.1.4

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 (50) hide show
  1. package/bundles/colijnit-sharedcomponents.umd.js +688 -152
  2. package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
  3. package/colijnit-sharedcomponents.d.ts +45 -45
  4. package/colijnit-sharedcomponents.metadata.json +1 -1
  5. package/esm2015/colijnit-sharedcomponents.js +46 -46
  6. package/esm2015/lib/components/activity-list/activity-list.component.js +7 -3
  7. package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +7 -1
  8. package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +3 -3
  9. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +28 -2
  10. package/esm2015/lib/components/stock/localization/translation.js +3 -1
  11. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +7 -2
  12. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +144 -85
  13. package/esm2015/lib/components/stock/stock.component.js +11 -42
  14. package/esm2015/lib/components/stock/stock.module.js +4 -3
  15. package/esm2015/lib/components/task-creator/task-creator.component.js +275 -0
  16. package/esm2015/lib/components/task-creator/task-creator.module.js +34 -0
  17. package/esm2015/lib/enum/icon.enum.js +2 -1
  18. package/esm2015/lib/model/icon-svg.js +2 -1
  19. package/esm2015/lib/service/shared-connector.service.js +72 -3
  20. package/esm2015/lib/service/shared.service.js +52 -4
  21. package/esm2015/public-api.js +3 -1
  22. package/fesm2015/colijnit-sharedcomponents.js +616 -139
  23. package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
  24. package/lib/components/activity-list/style/_layout.scss +17 -6
  25. package/lib/components/open-activity-list/component-activity-list.component.d.ts +1 -0
  26. package/lib/components/stock/components/stock-location/stock-location.component.d.ts +7 -1
  27. package/lib/components/stock/localization/translation.d.ts +2 -0
  28. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +2 -0
  29. package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +19 -6
  30. package/lib/components/stock/stock.component.d.ts +3 -0
  31. package/lib/components/stock/style/_layout.scss +64 -31
  32. package/lib/components/task-creator/style/_layout.scss +18 -0
  33. package/lib/components/task-creator/style/_material-definition.scss +0 -0
  34. package/lib/components/task-creator/style/_theme.scss +4 -0
  35. package/lib/components/task-creator/style/material.scss +4 -0
  36. package/lib/components/task-creator/task-creator.component.d.ts +53 -0
  37. package/lib/components/task-creator/task-creator.module.d.ts +2 -0
  38. package/lib/enum/icon.enum.d.ts +1 -0
  39. package/lib/service/shared-connector.service.d.ts +10 -1
  40. package/lib/service/shared.service.d.ts +12 -1
  41. package/lib/style/_variables.scss +2 -0
  42. package/package.json +3 -3
  43. package/public-api.d.ts +2 -0
  44. package/3rdpartylicenses.txt +0 -1408
  45. package/favicon.ico +0 -0
  46. package/index.html +0 -12
  47. package/main.894c3ac9caba556953e2.js +0 -1
  48. package/polyfills.907fe9d1887c5de17993.js +0 -1
  49. package/runtime.8aac21847ed3d3829cca.js +0 -1
  50. package/styles.b92683eab3a233f3fb51.css +0 -1
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/animations'), require('pdf-lib'), require('pdfjs-dist/legacy/build/pdf'), require('pdfjs-dist/build/pdf.worker.entry'), require('@angular/common'), require('signature_pad'), require('@colijnit/articleapi/build/articles'), require('@colijnit/sharedapi/build/sharedapi'), require('@colijnit/articleapi/build/model/article-stock.bo'), require('@colijnit/articleapi/build/model/stock-history.bo'), require('@colijnit/articleapi/build/model/article-details.bo'), require('@colijnit/articleapi/build/model/stock-status.bo'), require('@colijnit/articleapi/build/model/stock-management-warehouses.bo'), require('@colijnit/articleapi/build/model/stock-location.bo'), require('@colijnit/articleapi/build/model/article-transaction.bo'), require('rxjs'), require('@colijnit/ioneconnector/build/model/options'), require('@colijnit/mainapi'), require('@colijnit/mainapi/build/model/printer.bo'), require('@colijnit/mainapi/build/model/send-method.bo'), require('@colijnit/ioneconnector/build/service/business-object-factory'), require('@colijnit/mainapi/build/model/tag-tree-item.bo'), require('@colijnit/ioneconnector/build/model/object-configuration'), require('@colijnit/relationapi'), require('@colijnit/relationapi/build/model/relation-list-object.bo'), require('@colijnit/mainapi/build/model/task-category.bo'), require('@colijnit/mainapi/build/model/workflow-process'), require('@colijnit/mainapi/build/model/co-domain-value.bo'), require('@colijnit/mainapi/build/model/role-email-address'), require('@colijnit/mainapi/build/model/activity.bo'), require('@colijnit/mainapi/build/model/workflow-process-info-per-status'), require('@colijnit/sharedapi/build/model/print-stock-stickers'), require('@colijnit/articleapi/build/model/article-extended.bo'), require('@colijnit/articleapi/build/model/article-stock'), require('@colijnit/articleapi/build/model/article-extended-request'), require('@angular/platform-browser'), require('@colijnit/corecomponents_v12'), require('@colijnit/articleapi/build/model/article-stock-management'), require('@colijnit/articleapi/build/model/article-transaction'), require('@colijnit/sharedapi/build/model/print-price-stickers.bo'), require('@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request'), require('@colijnit/mainapi/build/model/reporting-document-pdf-base-request'), require('@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request'), require('@colijnit/mainapi/build/enum/send-method-type.enum'), require('@colijnit/articleapi/build/model/get-stock-history-request'), require('chart.js'), require('moment'), require('@colijnit/sharedapi/build/enum/refcode/file-type-internal.enum'), require('@angular/cdk/drag-drop'), require('@colijnit/mainapi/build/enum/file-type.enum'), require('@colijnit/sharedapi/build/enum/object-right-type.enum'), require('@colijnit/mainapi/build/utils/file-utils'), require('@colijnit/mainapi/build/model/co-document'), require('@colijnit/mainapi/build/enum/co-document-type.enum'), require('@colijnit/articleapi/build/enum/refcode/document-publication.enum'), require('@colijnit/mainapi/build/model/co-document-right'), require('@colijnit/sharedapi/build/utils/array-utils'), require('@angular/cdk/overlay'), require('@colijnit/articleapi/build/enum/relation-kind.enum'), require('@colijnit/mainapi/build/enum/activity-type'), require('@colijnit/mainapi/build/utils/time-utils'), require('@colijnit/ioneconnector/build/utils/function/is-nill.function'), require('@colijnit/mainapi/build/model/activity-list-view-model'), require('@colijnit/mainapi/build/model/activity-view-model'), require('@colijnit/mainapi/build/enum/personal-activity-tab.enum'), require('@colijnit/mainapi/build/enum/activity-sort-type.enum'), require('@colijnit/mainapi/build/model/task.bo'), require('@colijnit/mainapi/build/enum/table-name.enum'), require('@colijnit/mainapi/build/enum/tab-category.enum'), require('@colijnit/ioneconnector/build/model/validation-result'), require('@colijnit/mainapi/build/enum/domain-name.enum'), require('@colijnit/mainapi/build/enum/priority-type.enum'), require('@colijnit/relationapi/build/model/relation-request'), require('@colijnit/mainapi/build/enum/period.enum')) :
3
- typeof define === 'function' && define.amd ? define('@colijnit/sharedcomponents', ['exports', '@angular/core', '@angular/animations', 'pdf-lib', 'pdfjs-dist/legacy/build/pdf', 'pdfjs-dist/build/pdf.worker.entry', '@angular/common', 'signature_pad', '@colijnit/articleapi/build/articles', '@colijnit/sharedapi/build/sharedapi', '@colijnit/articleapi/build/model/article-stock.bo', '@colijnit/articleapi/build/model/stock-history.bo', '@colijnit/articleapi/build/model/article-details.bo', '@colijnit/articleapi/build/model/stock-status.bo', '@colijnit/articleapi/build/model/stock-management-warehouses.bo', '@colijnit/articleapi/build/model/stock-location.bo', '@colijnit/articleapi/build/model/article-transaction.bo', 'rxjs', '@colijnit/ioneconnector/build/model/options', '@colijnit/mainapi', '@colijnit/mainapi/build/model/printer.bo', '@colijnit/mainapi/build/model/send-method.bo', '@colijnit/ioneconnector/build/service/business-object-factory', '@colijnit/mainapi/build/model/tag-tree-item.bo', '@colijnit/ioneconnector/build/model/object-configuration', '@colijnit/relationapi', '@colijnit/relationapi/build/model/relation-list-object.bo', '@colijnit/mainapi/build/model/task-category.bo', '@colijnit/mainapi/build/model/workflow-process', '@colijnit/mainapi/build/model/co-domain-value.bo', '@colijnit/mainapi/build/model/role-email-address', '@colijnit/mainapi/build/model/activity.bo', '@colijnit/mainapi/build/model/workflow-process-info-per-status', '@colijnit/sharedapi/build/model/print-stock-stickers', '@colijnit/articleapi/build/model/article-extended.bo', '@colijnit/articleapi/build/model/article-stock', '@colijnit/articleapi/build/model/article-extended-request', '@angular/platform-browser', '@colijnit/corecomponents_v12', '@colijnit/articleapi/build/model/article-stock-management', '@colijnit/articleapi/build/model/article-transaction', '@colijnit/sharedapi/build/model/print-price-stickers.bo', '@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request', '@colijnit/mainapi/build/model/reporting-document-pdf-base-request', '@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request', '@colijnit/mainapi/build/enum/send-method-type.enum', '@colijnit/articleapi/build/model/get-stock-history-request', 'chart.js', 'moment', '@colijnit/sharedapi/build/enum/refcode/file-type-internal.enum', '@angular/cdk/drag-drop', '@colijnit/mainapi/build/enum/file-type.enum', '@colijnit/sharedapi/build/enum/object-right-type.enum', '@colijnit/mainapi/build/utils/file-utils', '@colijnit/mainapi/build/model/co-document', '@colijnit/mainapi/build/enum/co-document-type.enum', '@colijnit/articleapi/build/enum/refcode/document-publication.enum', '@colijnit/mainapi/build/model/co-document-right', '@colijnit/sharedapi/build/utils/array-utils', '@angular/cdk/overlay', '@colijnit/articleapi/build/enum/relation-kind.enum', '@colijnit/mainapi/build/enum/activity-type', '@colijnit/mainapi/build/utils/time-utils', '@colijnit/ioneconnector/build/utils/function/is-nill.function', '@colijnit/mainapi/build/model/activity-list-view-model', '@colijnit/mainapi/build/model/activity-view-model', '@colijnit/mainapi/build/enum/personal-activity-tab.enum', '@colijnit/mainapi/build/enum/activity-sort-type.enum', '@colijnit/mainapi/build/model/task.bo', '@colijnit/mainapi/build/enum/table-name.enum', '@colijnit/mainapi/build/enum/tab-category.enum', '@colijnit/ioneconnector/build/model/validation-result', '@colijnit/mainapi/build/enum/domain-name.enum', '@colijnit/mainapi/build/enum/priority-type.enum', '@colijnit/relationapi/build/model/relation-request', '@colijnit/mainapi/build/enum/period.enum'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.colijnit = global.colijnit || {}, global.colijnit.sharedcomponents = {}), global.ng.core, global.ng.animations, global.pdfLib, global.PDFJS, global.pdfjsWorker, global.ng.common, global.SignaturePad, global.articles, global.sharedapi, global.articleStock_bo, global.stockHistory_bo, global.articleDetails_bo, global.stockStatus_bo, global.stockManagementWarehouses_bo, global.stockLocation_bo, global.articleTransaction_bo, global.rxjs, global.options, global.mainapi, global.printer_bo, global.sendMethod_bo, global.businessObjectFactory, global.tagTreeItem_bo, global.objectConfiguration, global.relationapi, global.relationListObject_bo, global.taskCategory_bo, global.workflowProcess, global.coDomainValue_bo, global.roleEmailAddress, global.activity_bo, global.workflowProcessInfoPerStatus, global.printStockStickers, global.articleExtended_bo, global.articleStock, global.articleExtendedRequest, global.ng.platformBrowser, global.corecomponents_v12, global.articleStockManagement, global.articleTransaction, global.printPriceStickers_bo, global.reportingDocumentEmailSignDocBaseRequest, global.reportingDocumentPdfBaseRequest, global.reportingDocumentPrintSignDocBaseRequest, global.sendMethodType_enum, global.getStockHistoryRequest, global.chart_js, global.moment, global.fileTypeInternal_enum, global.ng.cdk.dragDrop, global.fileType_enum, global.objectRightType_enum, global.fileUtils, global.coDocument, global.coDocumentType_enum, global.documentPublication_enum, global.coDocumentRight, global.arrayUtils, global.ng.cdk.overlay, global.relationKind_enum, global.activityType, global.timeUtils, global.isNill_function, global.activityListViewModel, global.activityViewModel, global.personalActivityTab_enum, global.activitySortType_enum, global.task_bo, global.tableName_enum, global.tabCategory_enum, global.validationResult, global.domainName_enum, global.priorityType_enum, global.relationRequest, global.period_enum));
5
- })(this, (function (exports, i0, animations, pdfLib, PDFJS, pdfjsWorker, common, SignaturePad, articles, sharedapi, articleStock_bo, stockHistory_bo, articleDetails_bo, stockStatus_bo, stockManagementWarehouses_bo, stockLocation_bo, articleTransaction_bo, rxjs, options, mainapi, printer_bo, sendMethod_bo, businessObjectFactory, tagTreeItem_bo, objectConfiguration, relationapi, relationListObject_bo, taskCategory_bo, workflowProcess, coDomainValue_bo, roleEmailAddress, activity_bo, workflowProcessInfoPerStatus, printStockStickers, articleExtended_bo, articleStock, articleExtendedRequest, i1, corecomponents_v12, articleStockManagement, articleTransaction, printPriceStickers_bo, reportingDocumentEmailSignDocBaseRequest, reportingDocumentPdfBaseRequest, reportingDocumentPrintSignDocBaseRequest, sendMethodType_enum, getStockHistoryRequest, chart_js, moment, fileTypeInternal_enum, dragDrop, fileType_enum, objectRightType_enum, fileUtils, coDocument, coDocumentType_enum, documentPublication_enum, coDocumentRight, arrayUtils, overlay, relationKind_enum, activityType, timeUtils, isNill_function, activityListViewModel, activityViewModel, personalActivityTab_enum, activitySortType_enum, task_bo, tableName_enum, tabCategory_enum, validationResult, domainName_enum, priorityType_enum, relationRequest, period_enum) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/animations'), require('pdf-lib'), require('pdfjs-dist/legacy/build/pdf'), require('pdfjs-dist/build/pdf.worker.entry'), require('@angular/common'), require('signature_pad'), require('@colijnit/articleapi/build/articles'), require('@colijnit/sharedapi/build/sharedapi'), require('@colijnit/articleapi/build/model/article-stock.bo'), require('@colijnit/articleapi/build/model/stock-history.bo'), require('@colijnit/articleapi/build/model/article-details.bo'), require('@colijnit/articleapi/build/model/stock-status.bo'), require('@colijnit/articleapi/build/model/stock-management-warehouses.bo'), require('@colijnit/articleapi/build/model/stock-location.bo'), require('@colijnit/articleapi/build/model/article-transaction.bo'), require('rxjs'), require('@colijnit/ioneconnector/build/model/options'), require('@colijnit/mainapi'), require('@colijnit/mainapi/build/model/printer.bo'), require('@colijnit/mainapi/build/model/send-method.bo'), require('@colijnit/ioneconnector/build/service/business-object-factory'), require('@colijnit/mainapi/build/model/tag-tree-item.bo'), require('@colijnit/ioneconnector/build/model/object-configuration'), require('@colijnit/relationapi'), require('@colijnit/relationapi/build/model/relation-list-object.bo'), require('@colijnit/mainapi/build/model/task-category.bo'), require('@colijnit/mainapi/build/model/workflow-process'), require('@colijnit/mainapi/build/model/co-domain-value.bo'), require('@colijnit/mainapi/build/model/role-email-address'), require('@colijnit/mainapi/build/model/activity.bo'), require('@colijnit/mainapi/build/model/workflow-process-info-per-status'), require('@colijnit/mainapi/build/model/relation-small-object.bo'), require('@colijnit/mainapi/build/model/report.bo'), require('@colijnit/sharedapi/build/model/print-stock-stickers'), require('@colijnit/articleapi/build/model/article-extended.bo'), require('@colijnit/articleapi/build/model/article-stock'), require('@colijnit/articleapi/build/model/article-extended-request'), require('@angular/platform-browser'), require('@colijnit/articleapi/build/model/article-stock-management'), require('@colijnit/corecomponents_v12'), require('@colijnit/articleapi/build/model/article-transaction'), require('@colijnit/sharedapi/build/model/print-price-stickers.bo'), require('@colijnit/mainapi/build/model/select-report-templates-request'), require('@colijnit/mainapi/build/enum/send-method-type.enum'), require('@colijnit/mainapi/build/model/email-job'), require('@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request'), require('@colijnit/mainapi/build/model/reporting-document-pdf-base-request'), require('@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request'), require('@colijnit/articleapi/build/model/get-stock-history-request'), require('chart.js'), require('moment'), require('@colijnit/sharedapi/build/enum/refcode/file-type-internal.enum'), require('@angular/cdk/drag-drop'), require('@colijnit/mainapi/build/enum/file-type.enum'), require('@colijnit/sharedapi/build/enum/object-right-type.enum'), require('@colijnit/mainapi/build/utils/file-utils'), require('@colijnit/mainapi/build/model/co-document'), require('@colijnit/mainapi/build/enum/co-document-type.enum'), require('@colijnit/articleapi/build/enum/refcode/document-publication.enum'), require('@colijnit/mainapi/build/model/co-document-right'), require('@colijnit/sharedapi/build/utils/array-utils'), require('@angular/cdk/overlay'), require('@colijnit/articleapi/build/enum/relation-kind.enum'), require('@colijnit/mainapi/build/enum/activity-type'), require('@colijnit/mainapi/build/utils/time-utils'), require('@colijnit/ioneconnector/build/utils/function/is-nill.function'), require('@colijnit/mainapi/build/model/activity-list-view-model'), require('@colijnit/mainapi/build/model/activity-view-model'), require('@colijnit/mainapi/build/enum/personal-activity-tab.enum'), require('@colijnit/mainapi/build/enum/activity-sort-type.enum'), require('@colijnit/mainapi/build/model/task.bo'), require('@colijnit/mainapi/build/enum/table-name.enum'), require('@colijnit/mainapi/build/enum/tab-category.enum'), require('@colijnit/ioneconnector/build/model/validation-result'), require('@colijnit/mainapi/build/enum/domain-name.enum'), require('@colijnit/mainapi/build/enum/priority-type.enum'), require('@colijnit/relationapi/build/model/relation-request'), require('@colijnit/mainapi/build/enum/period.enum'), require('@colijnit/mainapi/build/model/remark.bo'), require('@colijnit/mainapi/build/model/work.bo'), require('@colijnit/mainapi/build/model/activity-email-request-data'), require('@colijnit/mainapi/build/enum/report-type.enum')) :
3
+ typeof define === 'function' && define.amd ? define('@colijnit/sharedcomponents', ['exports', '@angular/core', '@angular/animations', 'pdf-lib', 'pdfjs-dist/legacy/build/pdf', 'pdfjs-dist/build/pdf.worker.entry', '@angular/common', 'signature_pad', '@colijnit/articleapi/build/articles', '@colijnit/sharedapi/build/sharedapi', '@colijnit/articleapi/build/model/article-stock.bo', '@colijnit/articleapi/build/model/stock-history.bo', '@colijnit/articleapi/build/model/article-details.bo', '@colijnit/articleapi/build/model/stock-status.bo', '@colijnit/articleapi/build/model/stock-management-warehouses.bo', '@colijnit/articleapi/build/model/stock-location.bo', '@colijnit/articleapi/build/model/article-transaction.bo', 'rxjs', '@colijnit/ioneconnector/build/model/options', '@colijnit/mainapi', '@colijnit/mainapi/build/model/printer.bo', '@colijnit/mainapi/build/model/send-method.bo', '@colijnit/ioneconnector/build/service/business-object-factory', '@colijnit/mainapi/build/model/tag-tree-item.bo', '@colijnit/ioneconnector/build/model/object-configuration', '@colijnit/relationapi', '@colijnit/relationapi/build/model/relation-list-object.bo', '@colijnit/mainapi/build/model/task-category.bo', '@colijnit/mainapi/build/model/workflow-process', '@colijnit/mainapi/build/model/co-domain-value.bo', '@colijnit/mainapi/build/model/role-email-address', '@colijnit/mainapi/build/model/activity.bo', '@colijnit/mainapi/build/model/workflow-process-info-per-status', '@colijnit/mainapi/build/model/relation-small-object.bo', '@colijnit/mainapi/build/model/report.bo', '@colijnit/sharedapi/build/model/print-stock-stickers', '@colijnit/articleapi/build/model/article-extended.bo', '@colijnit/articleapi/build/model/article-stock', '@colijnit/articleapi/build/model/article-extended-request', '@angular/platform-browser', '@colijnit/articleapi/build/model/article-stock-management', '@colijnit/corecomponents_v12', '@colijnit/articleapi/build/model/article-transaction', '@colijnit/sharedapi/build/model/print-price-stickers.bo', '@colijnit/mainapi/build/model/select-report-templates-request', '@colijnit/mainapi/build/enum/send-method-type.enum', '@colijnit/mainapi/build/model/email-job', '@colijnit/mainapi/build/model/reporting-document-email-sign-doc-base-request', '@colijnit/mainapi/build/model/reporting-document-pdf-base-request', '@colijnit/mainapi/build/model/reporting-document-print-sign-doc-base-request', '@colijnit/articleapi/build/model/get-stock-history-request', 'chart.js', 'moment', '@colijnit/sharedapi/build/enum/refcode/file-type-internal.enum', '@angular/cdk/drag-drop', '@colijnit/mainapi/build/enum/file-type.enum', '@colijnit/sharedapi/build/enum/object-right-type.enum', '@colijnit/mainapi/build/utils/file-utils', '@colijnit/mainapi/build/model/co-document', '@colijnit/mainapi/build/enum/co-document-type.enum', '@colijnit/articleapi/build/enum/refcode/document-publication.enum', '@colijnit/mainapi/build/model/co-document-right', '@colijnit/sharedapi/build/utils/array-utils', '@angular/cdk/overlay', '@colijnit/articleapi/build/enum/relation-kind.enum', '@colijnit/mainapi/build/enum/activity-type', '@colijnit/mainapi/build/utils/time-utils', '@colijnit/ioneconnector/build/utils/function/is-nill.function', '@colijnit/mainapi/build/model/activity-list-view-model', '@colijnit/mainapi/build/model/activity-view-model', '@colijnit/mainapi/build/enum/personal-activity-tab.enum', '@colijnit/mainapi/build/enum/activity-sort-type.enum', '@colijnit/mainapi/build/model/task.bo', '@colijnit/mainapi/build/enum/table-name.enum', '@colijnit/mainapi/build/enum/tab-category.enum', '@colijnit/ioneconnector/build/model/validation-result', '@colijnit/mainapi/build/enum/domain-name.enum', '@colijnit/mainapi/build/enum/priority-type.enum', '@colijnit/relationapi/build/model/relation-request', '@colijnit/mainapi/build/enum/period.enum', '@colijnit/mainapi/build/model/remark.bo', '@colijnit/mainapi/build/model/work.bo', '@colijnit/mainapi/build/model/activity-email-request-data', '@colijnit/mainapi/build/enum/report-type.enum'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.colijnit = global.colijnit || {}, global.colijnit.sharedcomponents = {}), global.ng.core, global.ng.animations, global.pdfLib, global.PDFJS, global.pdfjsWorker, global.ng.common, global.SignaturePad, global.articles, global.sharedapi, global.articleStock_bo, global.stockHistory_bo, global.articleDetails_bo, global.stockStatus_bo, global.stockManagementWarehouses_bo, global.stockLocation_bo, global.articleTransaction_bo, global.rxjs, global.options, global.mainapi, global.printer_bo, global.sendMethod_bo, global.businessObjectFactory, global.tagTreeItem_bo, global.objectConfiguration, global.relationapi, global.relationListObject_bo, global.taskCategory_bo, global.workflowProcess, global.coDomainValue_bo, global.roleEmailAddress, global.activity_bo, global.workflowProcessInfoPerStatus, global.relationSmallObject_bo, global.report_bo, global.printStockStickers, global.articleExtended_bo, global.articleStock, global.articleExtendedRequest, global.ng.platformBrowser, global.articleStockManagement, global.corecomponents_v12, global.articleTransaction, global.printPriceStickers_bo, global.selectReportTemplatesRequest, global.sendMethodType_enum, global.emailJob, global.reportingDocumentEmailSignDocBaseRequest, global.reportingDocumentPdfBaseRequest, global.reportingDocumentPrintSignDocBaseRequest, global.getStockHistoryRequest, global.chart_js, global.moment, global.fileTypeInternal_enum, global.ng.cdk.dragDrop, global.fileType_enum, global.objectRightType_enum, global.fileUtils, global.coDocument, global.coDocumentType_enum, global.documentPublication_enum, global.coDocumentRight, global.arrayUtils, global.ng.cdk.overlay, global.relationKind_enum, global.activityType, global.timeUtils, global.isNill_function, global.activityListViewModel, global.activityViewModel, global.personalActivityTab_enum, global.activitySortType_enum, global.task_bo, global.tableName_enum, global.tabCategory_enum, global.validationResult, global.domainName_enum, global.priorityType_enum, global.relationRequest, global.period_enum, global.remark_bo, global.work_bo, global.activityEmailRequestData, global.reportType_enum));
5
+ })(this, (function (exports, i0, animations, pdfLib, PDFJS, pdfjsWorker, common, SignaturePad, articles, sharedapi, articleStock_bo, stockHistory_bo, articleDetails_bo, stockStatus_bo, stockManagementWarehouses_bo, stockLocation_bo, articleTransaction_bo, rxjs, options, mainapi, printer_bo, sendMethod_bo, businessObjectFactory, tagTreeItem_bo, objectConfiguration, relationapi, relationListObject_bo, taskCategory_bo, workflowProcess, coDomainValue_bo, roleEmailAddress, activity_bo, workflowProcessInfoPerStatus, relationSmallObject_bo, report_bo, printStockStickers, articleExtended_bo, articleStock, articleExtendedRequest, i1, articleStockManagement, corecomponents_v12, articleTransaction, printPriceStickers_bo, selectReportTemplatesRequest, sendMethodType_enum, emailJob, reportingDocumentEmailSignDocBaseRequest, reportingDocumentPdfBaseRequest, reportingDocumentPrintSignDocBaseRequest, getStockHistoryRequest, chart_js, moment, fileTypeInternal_enum, dragDrop, fileType_enum, objectRightType_enum, fileUtils, coDocument, coDocumentType_enum, documentPublication_enum, coDocumentRight, arrayUtils, overlay, relationKind_enum, activityType, timeUtils, isNill_function, activityListViewModel, activityViewModel, personalActivityTab_enum, activitySortType_enum, task_bo, tableName_enum, tabCategory_enum, validationResult, domainName_enum, priorityType_enum, relationRequest, period_enum, remark_bo, work_bo, activityEmailRequestData, reportType_enum) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -884,13 +884,13 @@
884
884
  },] }
885
885
  ];
886
886
 
887
- exports["ɵca"] = void 0;
887
+ exports["ɵi"] = void 0;
888
888
  (function (LanguageCode) {
889
889
  LanguageCode["Dutch"] = "nl-NL";
890
890
  LanguageCode["English"] = "en-GB";
891
891
  LanguageCode["German"] = "de-DE";
892
892
  LanguageCode["French"] = "fr-FR";
893
- })(exports["ɵca"] || (exports["ɵca"] = {}));
893
+ })(exports["ɵi"] || (exports["ɵi"] = {}));
894
894
 
895
895
  // Static utility functions holder related to strings.
896
896
  var StringUtils = /** @class */ (function () {
@@ -1037,7 +1037,7 @@
1037
1037
  DictionaryService.prototype.setDictionary = function (language) {
1038
1038
  return __awaiter(this, void 0, void 0, function () {
1039
1039
  return __generator(this, function (_a) {
1040
- this._language = language || exports["ɵca"].Dutch;
1040
+ this._language = language || exports["ɵi"].Dutch;
1041
1041
  this._loadDictionary();
1042
1042
  return [2 /*return*/];
1043
1043
  });
@@ -1070,7 +1070,7 @@
1070
1070
  return key || "";
1071
1071
  }
1072
1072
  if (this.language === undefined) {
1073
- this._language = exports["ɵca"].Dutch;
1073
+ this._language = exports["ɵi"].Dutch;
1074
1074
  this._loadDictionary();
1075
1075
  }
1076
1076
  var text = this._dictionaries.get(this.language)[key];
@@ -1313,6 +1313,38 @@
1313
1313
  });
1314
1314
  });
1315
1315
  };
1316
+ SharedConnectorService.prototype.getRelationSmallObject = function (relationId) {
1317
+ return __awaiter(this, void 0, void 0, function () {
1318
+ var _this = this;
1319
+ return __generator(this, function (_a) {
1320
+ return [2 /*return*/, new Promise(function (resolve, reject) {
1321
+ return _this.relationConnector.getRelationSmallObject(relationId).then(function (result) {
1322
+ if (result && result.validationResult && result.validationResult.success) {
1323
+ resolve(_this._boFactory.makeWithRawBackendData(relationSmallObject_bo.RelationSmallObject, result.resultObject));
1324
+ }
1325
+ else {
1326
+ reject(result.validationMessagesAsString);
1327
+ }
1328
+ });
1329
+ })];
1330
+ });
1331
+ });
1332
+ };
1333
+ SharedConnectorService.prototype.insertActivity = function (activity) {
1334
+ return __awaiter(this, void 0, void 0, function () {
1335
+ var _this = this;
1336
+ return __generator(this, function (_a) {
1337
+ return [2 /*return*/, new Promise(function (resolve, reject) {
1338
+ return _this.mainConnector.insertActivity(activity).then(function (result) { return __awaiter(_this, void 0, void 0, function () {
1339
+ return __generator(this, function (_a) {
1340
+ resolve(result.validationResult);
1341
+ return [2 /*return*/];
1342
+ });
1343
+ }); });
1344
+ })];
1345
+ });
1346
+ });
1347
+ };
1316
1348
  SharedConnectorService.prototype.updateActivity = function (activity) {
1317
1349
  return __awaiter(this, void 0, void 0, function () {
1318
1350
  var _this = this;
@@ -1840,12 +1872,12 @@
1840
1872
  });
1841
1873
  });
1842
1874
  };
1843
- SharedConnectorService.prototype.getRoleEmailAddressesByWorkflowCategoryAndKey = function (worlflowCategory, key) {
1875
+ SharedConnectorService.prototype.getRoleEmailAddressesByWorkflowCategoryAndKey = function (workflowCategory, key) {
1844
1876
  return __awaiter(this, void 0, void 0, function () {
1845
1877
  var _this = this;
1846
1878
  return __generator(this, function (_a) {
1847
1879
  return [2 /*return*/, new Promise(function (resolve, reject) {
1848
- return _this.mainConnector.getRoleEmailAddressesByWorkflowCategoryAndKey(worlflowCategory, key).then(function (result) {
1880
+ return _this.mainConnector.getRoleEmailAddressesByWorkflowCategoryAndKey(workflowCategory, key).then(function (result) {
1849
1881
  if (result.validationResult && result.validationResult.success) {
1850
1882
  if (result.resultObject) {
1851
1883
  resolve(_this._boFactory.makeBOArrayFromRawBackendDataArray(roleEmailAddress.RoleEmailaddress, result.resultObject));
@@ -1859,6 +1891,59 @@
1859
1891
  });
1860
1892
  });
1861
1893
  };
1894
+ SharedConnectorService.prototype.getEmailSenderByWorkflowCategoryAndKey = function (worlflowCategory, key) {
1895
+ return __awaiter(this, void 0, void 0, function () {
1896
+ var _this = this;
1897
+ return __generator(this, function (_a) {
1898
+ return [2 /*return*/, new Promise(function (resolve, reject) {
1899
+ return _this.mainConnector.getEmailSenderByWorkflowCategoryAndKey(worlflowCategory, key).then(function (result) {
1900
+ if (result.validationResult && result.validationResult.success) {
1901
+ resolve(result.resultObject);
1902
+ }
1903
+ else {
1904
+ reject(result.validationMessagesAsString);
1905
+ }
1906
+ });
1907
+ })];
1908
+ });
1909
+ });
1910
+ };
1911
+ SharedConnectorService.prototype.getReportTemplates = function (reportTemplatesRequest) {
1912
+ return __awaiter(this, void 0, void 0, function () {
1913
+ var _this = this;
1914
+ return __generator(this, function (_a) {
1915
+ return [2 /*return*/, new Promise(function (resolve, reject) {
1916
+ return _this.mainConnector.getReportTemplates(reportTemplatesRequest).then(function (result) {
1917
+ if (result.validationResult && result.validationResult.success) {
1918
+ if (result.resultObjects) {
1919
+ resolve(_this._boFactory.makeBOArrayFromRawBackendDataArray(report_bo.Report, result.resultObjects));
1920
+ }
1921
+ }
1922
+ else {
1923
+ reject(result.validationMessagesAsString);
1924
+ }
1925
+ });
1926
+ })];
1927
+ });
1928
+ });
1929
+ };
1930
+ SharedConnectorService.prototype.emailReport = function (emailJob) {
1931
+ return __awaiter(this, void 0, void 0, function () {
1932
+ var _this = this;
1933
+ return __generator(this, function (_a) {
1934
+ return [2 /*return*/, new Promise(function (resolve, reject) {
1935
+ return _this.mainConnector.emailReport(emailJob).then(function (result) {
1936
+ if (result.validationResult && result.validationResult.success) {
1937
+ resolve(result.resultObject);
1938
+ }
1939
+ else {
1940
+ reject(result.validationMessagesAsString);
1941
+ }
1942
+ });
1943
+ })];
1944
+ });
1945
+ });
1946
+ };
1862
1947
  SharedConnectorService.prototype.getWorkflowProcessInfoPerStatus = function (worlflowCategory) {
1863
1948
  return __awaiter(this, void 0, void 0, function () {
1864
1949
  var _this = this;
@@ -2147,7 +2232,7 @@
2147
2232
  ];
2148
2233
 
2149
2234
  /** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
2150
- exports["ɵbu"] = void 0;
2235
+ exports["ɵbv"] = void 0;
2151
2236
  (function (Icon) {
2152
2237
  Icon["Account"] = "account";
2153
2238
  Icon["AngleLeftSolid"] = "angle_left_solid";
@@ -2193,6 +2278,7 @@
2193
2278
  Icon["MessageSmsSolid"] = "message_sms_solid";
2194
2279
  Icon["Notification"] = "notification";
2195
2280
  Icon["PaperclipRegular"] = "paperclip_regular";
2281
+ Icon["PaperPlaneTopSolid"] = "paper_plane_top_solid";
2196
2282
  Icon["Pdf"] = "pdf";
2197
2283
  Icon["PersonDiggingRegular"] = "person_digging_regular";
2198
2284
  Icon["PinRoundOpen"] = "pin_round_open";
@@ -2205,7 +2291,7 @@
2205
2291
  Icon["Trashbin"] = "trashbin";
2206
2292
  Icon["Xml"] = "xml";
2207
2293
  Icon["XSolid"] = "x_solid";
2208
- })(exports["ɵbu"] || (exports["ɵbu"] = {}));
2294
+ })(exports["ɵbv"] || (exports["ɵbv"] = {}));
2209
2295
 
2210
2296
  /** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
2211
2297
  var IconSvg = {
@@ -2253,6 +2339,7 @@
2253
2339
  "message_sms_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L185.6 508.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V416H64c-35.3 0-64-28.7-64-64V64zm202.9 80.8C196.4 147 192 153.1 192 160v96c0 8.8 7.2 16 16 16s16-7.2 16-16V208l19.2 25.6c3 4 7.8 6.4 12.8 6.4s9.8-2.4 12.8-6.4L288 208v48c0 8.8 7.2 16 16 16s16-7.2 16-16V160c0-6.9-4.4-13-10.9-15.2s-13.7 .1-17.9 5.6L256 197.3l-35.2-46.9c-4.1-5.5-11.3-7.8-17.9-5.6zm173.1 38c0-1.1 .2-1.6 .4-1.9c.3-.4 .9-1.2 2.4-2c3.1-1.8 8-3 12.9-2.9c6.1 .1 12.9 1.4 20.1 3.4c8.5 2.3 17.3-2.8 19.6-11.3s-2.8-17.3-11.3-19.6c-8.2-2.2-17.9-4.3-27.9-4.4c-9.3-.1-20.4 1.9-29.7 7.4c-9.9 5.9-18.6 16.4-18.5 31.6c.1 14.7 8.8 24 17.7 29.4c7.6 4.6 17.1 7.4 24.3 9.6l1.2 .4c8.5 2.6 14.2 4.5 18 6.9c2.7 1.7 2.7 2.4 2.7 3.1l0 .2c0 1.6-.3 2.3-.6 2.7c-.3 .5-.9 1.2-2.1 2c-2.8 1.7-7.5 2.9-12.8 2.8c-7-.2-13.5-2.4-22.6-5.5l0 0 0 0c-1.5-.5-3.2-1.1-4.9-1.6c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2c1.2 .4 2.6 .9 4 1.4l0 0 0 0c8.8 3 20.4 7 32.6 7.4c9.8 .3 21.2-1.6 30.7-7.6c10.2-6.4 18-17.3 17.8-32.3c-.2-14.7-8.5-24.2-17.6-29.9c-8-5-17.9-8-25.2-10.2l-.6-.2c-8.6-2.6-14.4-4.4-18.2-6.8c-1.6-1-2.1-1.6-2.2-1.7c0-.1 0-.2 0-.4zm-272 0c0-1.1 .2-1.6 .4-1.9c.3-.4 .9-1.2 2.4-2c3.1-1.8 8-3 12.9-2.9c6.6 .1 16.7 1.6 23.3 3.4c8.5 2.3 17.3-2.8 19.6-11.3s-2.8-17.3-11.3-19.6c-8.8-2.4-21.6-4.3-31.1-4.4c-9.3-.1-20.4 1.9-29.7 7.4C80.6 157.3 72 167.8 72 183c.1 14.7 8.8 24 17.7 29.4c7.6 4.6 17.1 7.4 24.3 9.6l0 0 1.2 .4c8.5 2.6 14.2 4.5 18 6.9c2.7 1.7 2.7 2.4 2.7 3.1l0 .2c0 1.6-.3 2.3-.6 2.7c-.3 .5-.9 1.2-2.1 2c-2.8 1.7-7.5 2.9-12.8 2.8c-7.2-.2-14.2-2.6-23.7-5.8l0 0 0 0c-1.3-.4-2.7-.9-4.1-1.4c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2c1.1 .4 2.4 .8 3.6 1.2l0 0 0 0c9 3.1 20.9 7.2 33.2 7.6c9.8 .3 21.2-1.6 30.7-7.6c10.2-6.4 18-17.3 17.8-32.3c-.2-14.7-8.5-24.2-17.6-29.9c-8-5-17.9-8-25.2-10.2l-.6-.2c-8.6-2.6-14.4-4.4-18.3-6.8c-1.6-1-2.1-1.6-2.2-1.7c0-.1 0-.2 0-.4z\"/></svg>",
2254
2340
  "notification": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><path d=\"M15,1.1C6.72,1.1,0,6,0,12.06c0,2.12,.84,4.09,2.27,5.77h-.16c.16,.1,.28,.22,.43,.32,.4,.44,.86,.85,1.35,1.24,3.07,3.75,.06,8.71-3.25,9.84,5.79-1.34,9.31-3.89,10.9-6.53,1.11,.19,2.27,.31,3.46,.31,8.28,0,15-4.91,15-10.96S23.28,1.1,15,1.1Zm1.38,17.07h-2.82v-7.06h2.82v7.06Zm-.34-9.59c-.28,.28-.61,.41-1,.41s-.72-.14-1-.41c-.28-.28-.41-.61-.41-1s.14-.72,.41-1c.27-.28,.61-.41,1-.41s.72,.14,1,.41c.28,.28,.41,.61,.41,1s-.14,.72-.41,1Z\" fill=\"#484f60\"/></g></svg>",
2255
2341
  "paperclip_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M375 73c-26-26-68.1-26-94.1 0L89 265C45.3 308.6 45.3 379.4 89 423s114.4 43.6 158.1 0L399 271c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L281 457c-62.4 62.4-163.5 62.4-225.9 0S-7.4 293.4 55 231L247 39C291.7-5.7 364.2-5.7 409 39s44.7 117.2 0 161.9L225.2 384.7c-31.6 31.6-83.6 28.7-111.5-6.2c-23.8-29.8-21.5-72.8 5.5-99.8L271 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L153.2 312.7c-9.7 9.7-10.6 25.1-2 35.8c10 12.5 28.7 13.6 40 2.2L375 167c26-26 26-68.1 0-94.1z\"/></svg>",
2342
+ "paper_plane_top_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M49.9 27.8C15.1 12.7-19.2 50.1-1.2 83.5L68.1 212.2c4.4 8.3 12.6 13.8 21.9 15c0 0 0 0 0 0l176 22c3.4 .4 6 3.3 6 6.7s-2.6 6.3-6 6.7l-176 22s0 0 0 0c-9.3 1.2-17.5 6.8-21.9 15L-1.2 428.5c-18 33.4 16.3 70.8 51.1 55.7L491.8 292.7c32.1-13.9 32.1-59.5 0-73.4L49.9 27.8z\"/></svg>",
2256
2343
  "pdf": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M31.42,40.17H13.88c-2.16,0-2.72-.56-2.72-2.72V12.88c0-2.15.56-2.71,2.72-2.71h11.6l8.66,8.88v3.43H32.8V19.6l-7.88-8.09h-11c-1.38,0-1.38,0-1.38,1.37V37.45c0,1.37,0,1.37,1.38,1.37H31.42c1.38,0,1.38,0,1.38-1.37V35h1.34v2.43C34.14,39.61,33.58,40.17,31.42,40.17Z\" fill=\"#484f60\"/><path d=\"M27.83,26.63v4.24h1a3.57,3.57,0,0,0,.78-.06,1.22,1.22,0,0,0,.52-.26,1.44,1.44,0,0,0,.34-.62,4.13,4.13,0,0,0,.13-1.18,3.79,3.79,0,0,0-.13-1.14,1.51,1.51,0,0,0-.37-.62,1.14,1.14,0,0,0-.6-.3,5.93,5.93,0,0,0-1.06-.06Z\" fill=\"#484f60\"/><path d=\"M21.86,26.63v1.82h.71a3.57,3.57,0,0,0,1-.1A.88.88,0,0,0,24,28a.84.84,0,0,0,.14-.5.8.8,0,0,0-.2-.57.88.88,0,0,0-.52-.29,6.36,6.36,0,0,0-.93,0Z\" fill=\"#484f60\"/><path d=\"M19.14,24.27v9h19.7v-9Zm6.12,4.24a1.68,1.68,0,0,1-.54.63,1.9,1.9,0,0,1-.67.3,6.57,6.57,0,0,1-1.34.1h-.85V32H20.57V25.54h2.07a7.75,7.75,0,0,1,1.54.1,1.73,1.73,0,0,1,.93.63,2,2,0,0,1,.37,1.25A2,2,0,0,1,25.26,28.51Zm6.45,1.66A2.91,2.91,0,0,1,31,31.31a2.28,2.28,0,0,1-.91.51A4,4,0,0,1,29,32H26.54V25.54H28.9a4.21,4.21,0,0,1,1.22.13,2.08,2.08,0,0,1,1,.59,2.79,2.79,0,0,1,.61,1,4.76,4.76,0,0,1,.21,1.52A4.19,4.19,0,0,1,31.71,30.17Zm5.7-3.54h-3.1v1.52H37v1.08H34.31V32H33V25.54h4.39Z\" fill=\"#484f60\"/><path d=\"M25.2,10.84v6.44c0,1.78.27,2,2,2h6.23Z\" fill=\"#484f60\"/></svg>",
2257
2344
  "person_digging_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM440.8 288c8.2 .3 15.7 4.7 19.8 11.8l104 176c4.4 7.4 4.5 16.6 .2 24.1s-12.2 12.1-20.8 12.1H288c-7.7 0-15-3.7-19.5-10s-5.7-14.3-3.3-21.6l16-48c3.3-9.8 12.4-16.4 22.8-16.4h35.4l20.3-29.5L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4s19.1-18 31.4-12.9L61 210.1l19.8-36.2C96.2 145.6 125.8 128 158 128h3.8c52.3 0 98.5 33.8 114.4 83.6l32.3 101.6 79 32.9 32.8-47.7c4.6-6.8 12.4-10.7 20.6-10.4zm-190.4 1l-20-62.8c-9.5-29.9-37.3-50.2-68.6-50.2H158c-14.6 0-28.1 8-35.1 20.8l-17.3 31.8L250.4 289zm188.1 67.6l-66.7 97L364.6 464H501.9L438.5 356.6zM81.4 301.1l128 54.4c8.9 3.8 14.6 12.5 14.6 22.1V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V393.5L87.5 355.9 47 494.7c-3.7 12.7-17 20-29.8 16.3S-2.7 494 1 481.3L49 316.5l7.6-25.9 24.9 10.6z\"/></svg>",
2258
2345
  "pin_round_open": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 51 51\"><path d=\"M683.16,390.18a7.07,7.07,0,0,1-3.09-.77c-2.53-1.25-3.94-3.58-3.14-5.19a3.07,3.07,0,0,1,2.94-1.43h.1l-1,1.74v.2a2.48,2.48,0,0,0,.78,1.82,5.23,5.23,0,0,0,3.44,1.51,2,2,0,0,0,1.8-.84l.06-.09.52-1.48a3,3,0,0,1,.57,3.09,3.07,3.07,0,0,1-2.94,1.43Z\" transform=\"translate(-657.5 -358.97)\" fill=\"#4d5065\"/><path d=\"M683.15,386.94a4.06,4.06,0,0,1-2.62-1.16,1.5,1.5,0,0,1-.47-.92l2.32-4a5.24,5.24,0,0,0,3.13,1.45L684,386.63a1,1,0,0,1-.84.31Z\" transform=\"translate(-657.5 -358.97)\" fill=\"#4d5065\"/><path d=\"M686.75,381.45a5.78,5.78,0,0,1-2.52-.63c-2.06-1-3.21-2.9-2.57-4.21a2.48,2.48,0,0,1,2.37-1.15,5.78,5.78,0,0,1,2.53.63,5.5,5.5,0,0,1,2.32,2.05,2.26,2.26,0,0,1,.24,2.15,2.48,2.48,0,0,1-2.37,1.15Z\" transform=\"translate(-657.5 -358.97)\" fill=\"#4d5065\"/><path d=\"M679.42,390l-.89,1.92-.13,1.55,1-1.16.81-1.92-.54-.24Z\" transform=\"translate(-657.5 -358.97)\" fill=\"#4d5065\"/><path d=\"M683,399.47a15,15,0,1,1,15-15A15,15,0,0,1,683,399.47Zm0-29a14,14,0,1,0,14,14A14,14,0,0,0,683,370.44Z\" transform=\"translate(-657.5 -358.97)\" fill=\"#4d5065\"/></svg>",
@@ -2328,17 +2415,19 @@
2328
2415
  this._localizeService = _localizeService;
2329
2416
  this._connector = _connector;
2330
2417
  this.iconCacheService = iconCacheService;
2331
- this.icons = exports["ɵbu"];
2418
+ this.icons = exports["ɵbv"];
2332
2419
  this.handleStickerClicked = new i0.EventEmitter();
2333
2420
  this.articleWarehouse = [];
2334
2421
  this.allWarehouses = [];
2335
2422
  this.okButtonClicked = new i0.EventEmitter();
2336
2423
  this.cancelButtonClicked = new i0.EventEmitter();
2337
2424
  this.handleClick = new i0.EventEmitter();
2425
+ this.updateGridData = new i0.EventEmitter();
2338
2426
  this.loaded = false;
2339
2427
  this.showStockInformationGrid = true;
2340
2428
  this.showStockTransfer = false;
2341
2429
  this.stockInformation = [];
2430
+ this.articleDetailsInformation = new articleStockManagement.ArticleStockManagement();
2342
2431
  this.stockHistory = [];
2343
2432
  this.allAvailableStock = 0;
2344
2433
  this.allTechnicalStock = 0;
@@ -2395,7 +2484,12 @@
2395
2484
  data.entryDate = new Date;
2396
2485
  this._stockService.updateArticleDetails(data).then(function (result) {
2397
2486
  _this.handleClick.emit();
2487
+ _this._stockService.getArticleDetails(_this.articleDetailsInformation).then(function (details) {
2488
+ _this.updateGridData.emit(details);
2489
+ });
2398
2490
  });
2491
+ this.loaded = true;
2492
+ this.loadData();
2399
2493
  };
2400
2494
  StockComponent.prototype.backToStock = function (goodId) {
2401
2495
  this.loadData();
@@ -2492,7 +2586,7 @@
2492
2586
  StockComponent.decorators = [
2493
2587
  { type: i0.Component, args: [{
2494
2588
  selector: "co-stock",
2495
- template: "\n <div class=\"stock-info-container\" *ngIf=\"loaded && articleExtended\">\n <co-stock-information [article]=\"articleExtended\"\n [articleStockState]=\"articleStockState\"\n [allAvailableStockInformation]=\"allAvailableStock\"\n [allTechnicalStockInformation]=\"allTechnicalStock\"\n [economicalStock]=\"economicalStock\"\n >\n </co-stock-information>\n <co-stock-tabs [stockInformation]=\"stockInformation\"\n [article]=\"articleExtended\"\n [articleFlat]=\"articleFlat\"\n (transferIconClicked)=\"handleStockTransferClick($event)\"\n (sendMethodDialogClicked)=\"handleSendMethodClick($event)\"\n [warehouses]=\"warehouses\"\n ></co-stock-tabs>\n <div class=\"stock-transfer-wrapper\">\n <co-dialog *ngIf=\"showStockTransfer\"\n (closeClick)=\"showStockTransfer = false\"\n [showCloseIcon]=\"true\"\n [modal]=\"true\"\n [headerTemplate]=\"headerTemplate\"\n [footerTemplate]=\"footerTemplate\">\n <ng-template #headerTemplate>\n <div class=\"co-dialog-header-title-wrapper\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.Cubes)\"></co-icon>\n <div class=\"co-dialog-header-title\" [textContent]=\"'TRANSFER_STOCK' | localize\"></div>\n </div>\n </ng-template>\n <div class=\"dialog-wrapper\">\n <co-stock-transfer (handleClick)=\"backToStock($event)\"\n class=\"stock-transfer-dialog\"\n [article]=\"stockTransferArticle\"\n [articleToTransfer]=\"stockTransferArticleDetails\"\n (handleStickerClicked)=\"handleStickerClicked.emit($event)\"\n [articleWarehouse]=\"articleWarehouse\"\n [allWarehouses]=\"allWarehouses\">\n </co-stock-transfer>\n </div>\n <ng-template #footerTemplate>\n <div class=\"button-wrapper ok-cancel-buttons\">\n <co-button class=\"save-button\"\n (click)=\"handleOkClick(stockTransferArticleDetails)\"\n [iconData]=\"iconCacheService.getIcon(icons.CheckDuotone)\">\n </co-button>\n <co-button class=\"cancel-button\"\n (click)=\"showStockTransfer = false\"\n [iconData]=\"iconCacheService.getIcon(icons.CrossSkinny)\">\n </co-button>\n </div>\n </ng-template>\n </co-dialog>\n </div>\n\n <co-send-method-dialog *ngIf=\"showSendMethodDialog\">\n\n </co-send-method-dialog>\n </div>\n ",
2589
+ template: "\n <div class=\"stock-info-container\" *ngIf=\"loaded && articleExtended\">\n <co-stock-information [article]=\"articleExtended\"\n [articleStockState]=\"articleStockState\"\n [allAvailableStockInformation]=\"allAvailableStock\"\n [allTechnicalStockInformation]=\"allTechnicalStock\"\n [economicalStock]=\"economicalStock\"\n >\n </co-stock-information>\n <co-stock-tabs [stockInformation]=\"stockInformation\"\n [article]=\"articleExtended\"\n [articleFlat]=\"articleFlat\"\n (transferIconClicked)=\"handleStockTransferClick($event)\"\n (sendMethodDialogClicked)=\"handleSendMethodClick($event)\"\n [warehouses]=\"warehouses\"\n [showStockTransfer]=\"showStockTransfer\"\n\n ></co-stock-tabs>\n </div>\n ",
2496
2590
  encapsulation: i0.ViewEncapsulation.None
2497
2591
  },] }
2498
2592
  ];
@@ -2541,7 +2635,7 @@
2541
2635
  function StockInformationGridComponent(iconCacheService, _stockService) {
2542
2636
  this.iconCacheService = iconCacheService;
2543
2637
  this._stockService = _stockService;
2544
- this.icons = exports["ɵbu"];
2638
+ this.icons = exports["ɵbv"];
2545
2639
  this.transferIconClicked = new i0.EventEmitter();
2546
2640
  this.historyClicked = new i0.EventEmitter();
2547
2641
  this.cancelButtonClicked = new i0.EventEmitter();
@@ -2774,16 +2868,25 @@
2774
2868
  };
2775
2869
 
2776
2870
  var StockTransferComponent = /** @class */ (function () {
2777
- function StockTransferComponent(_stockService, iconCacheService) {
2871
+ function StockTransferComponent(_stockService, iconCacheService, _changeDetector) {
2778
2872
  this._stockService = _stockService;
2779
2873
  this.iconCacheService = iconCacheService;
2874
+ this._changeDetector = _changeDetector;
2875
+ this.selectedArticleDetailsData = new articleDetails_bo.ArticleDetailsBo();
2876
+ this.articleDetailsInformation = new articleStockManagement.ArticleStockManagement();
2877
+ this.articleStockInfo = [];
2878
+ this.stockLocations = [];
2780
2879
  this.handleClick = new i0.EventEmitter();
2781
2880
  this.handleStickerClicked = new i0.EventEmitter();
2881
+ this.updateGridData = new i0.EventEmitter();
2882
+ this.showStockTransferChange = new i0.EventEmitter();
2782
2883
  this.showSendMethodDialog = false;
2884
+ this.transferFull = false;
2783
2885
  this.warehouses = [];
2784
2886
  this.stockState = [];
2785
2887
  this.locations = [];
2786
- this.icons = exports["ɵbu"];
2888
+ this.stockStatus = [];
2889
+ this.icons = exports["ɵbv"];
2787
2890
  }
2788
2891
  StockTransferComponent.prototype.ngAfterViewInit = function () {
2789
2892
  this.getStockManagementWarehouses();
@@ -2791,21 +2894,31 @@
2791
2894
  };
2792
2895
  StockTransferComponent.prototype.handleOkClick = function (data) {
2793
2896
  var _this = this;
2794
- data.selected = true;
2795
- data.entryDate = new Date;
2796
- this._stockService.updateArticleDetails(data).then(function (result) {
2797
- if (result) {
2798
- _this.handleClick.emit(data.goodId);
2799
- }
2800
- });
2897
+ if (this.articleToTransfer.amountTransfer > this.articleToTransfer.amountInStockFree) {
2898
+ this.transferFull = true;
2899
+ }
2900
+ else {
2901
+ data.selected = true;
2902
+ data.entryDate = new Date;
2903
+ this._stockService.updateArticleDetails(data).then(function (result) {
2904
+ _this.handleClick.emit();
2905
+ _this.showStockTransferChange.emit(false);
2906
+ _this._stockService.getArticleDetails(_this.articleDetailsInformation).then(function (details) {
2907
+ _this.articleStockInfo = details;
2908
+ _this.updateGridData.emit(details);
2909
+ });
2910
+ }).catch(function (result) {
2911
+ // Log failure message
2912
+ });
2913
+ }
2801
2914
  };
2802
- StockTransferComponent.prototype.handleCancelClick = function () {
2803
- this.handleClick.emit();
2915
+ StockTransferComponent.prototype.onCloseClick = function () {
2916
+ this.showStockTransferChange.emit(false);
2804
2917
  };
2805
2918
  StockTransferComponent.prototype.handleSelectedWarehouse = function (event) {
2806
2919
  this.articleToTransfer.targetWarehouse = event.warehouseNo;
2807
2920
  this.selectedWarehouse = event;
2808
- this.getStockManagementLocations(this.selectedWarehouse.warehouseNo);
2921
+ this.getStockManagementLocations();
2809
2922
  };
2810
2923
  StockTransferComponent.prototype.handleSelectedLocation = function (event) {
2811
2924
  this.articleToTransfer.targetLocation = event.locationNo;
@@ -2823,10 +2936,10 @@
2823
2936
  _this.warehouses = warehouses;
2824
2937
  });
2825
2938
  };
2826
- StockTransferComponent.prototype.getStockManagementLocations = function (data) {
2939
+ StockTransferComponent.prototype.getStockManagementLocations = function () {
2827
2940
  var _this = this;
2828
- this._stockService.getStockManagementLocations(data).then(function (locations) {
2829
- _this.locations = locations;
2941
+ this._stockService.getStockManagementLocations(this.selectedWarehouse.warehouseNo).then(function (locations) {
2942
+ _this.stockLocations = locations;
2830
2943
  });
2831
2944
  };
2832
2945
  StockTransferComponent.prototype.getStockState = function () {
@@ -2840,26 +2953,37 @@
2840
2953
  StockTransferComponent.decorators = [
2841
2954
  { type: i0.Component, args: [{
2842
2955
  selector: "co-stock-transfer",
2843
- template: "\n <div class=\"stock-transfer\">\n <div class=\"stock-transfer-columns\">\n <div *ngIf=\"articleToTransfer\" class=\"stock-transfer-top-column\">\n <div class=\"transfer-items\">\n <div class=\"transfer-item\">\n <label class=\"item-label\" [textContent]=\"'WAREHOUSE' | localize\"></label>\n <span class=\"item-value\" [textContent]=\"articleToTransfer.warehouseDescription\"></span>\n </div>\n <div class=\"transfer-item\">\n <label class=\"item-label\" [textContent]=\"'LOCATION' | localize\"></label>\n <span class=\"item-value\" [textContent]=\"articleToTransfer.locationNo\"></span>\n </div>\n <div class=\"transfer-item\" *ngIf=\"articleToTransfer?.batchNo\">\n <label class=\"item-label\" [textContent]=\"'BATCH_NO' | localize\"></label>\n <span class=\"item-value\" [textContent]=\"articleToTransfer.batchNo\"></span>\n </div>\n <div class=\"transfer-item\" *ngIf=\"articleToTransfer?.serialNo\">\n <label class=\"item-label\" [textContent]=\"'SERIE_NO' | localize\"></label>\n <span class=\"item-value\" [textContent]=\"articleToTransfer.serialNo\"></span>\n </div>\n </div>\n <div class=\"transfer-quantity\">\n <co-input-number-picker\n [(model)]=\"articleToTransfer.amountTransfer\"\n [min]=\"1\"\n [label]=\"'QUANTITY' | localize\">\n </co-input-number-picker>\n </div>\n </div>\n <div class=\"transfer-arrow-wrapper\">\n <span class=\"half-circle\"></span>\n <div class=\"icon-wrapper\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.ArrowDownRegular)\"></co-icon>\n </div>\n </div>\n\n\n <div class=\"stock-transfer-bottom-column\">\n <div class=\"transfer-bottom-row\">\n <co-list-of-values [collection]=\"warehouses\"\n [displayField]=\"'warehouseDescription'\"\n (modelChange)=\"handleSelectedWarehouse($event)\"\n [label]=\"'WAREHOUSE' | localize\"\n >\n </co-list-of-values>\n <co-list-of-values [collection]=\"locations\"\n [displayField]=\"'description'\"\n (modelChange)=\"handleSelectedLocation($event)\"\n [label]=\"'LOCATION' | localize\"\n >\n </co-list-of-values>\n </div>\n <div class=\"transfer-bottom-row\">\n <co-list-of-values [collection]=\"stockState\"\n [displayField]=\"'stateDescription'\"\n [label]=\"'STOCK_STATE' | localize\"\n (modelChange)=\"handleSelectedStockState($event)\"\n >\n </co-list-of-values>\n </div>\n <div class=\"transfer-bottom-row\">\n <co-input-text [placeholder]=\"'DESCRIPTION' | localize\"\n [(model)]=\"articleToTransfer.stockStateRemark\">\n </co-input-text>\n </div>\n </div>\n <div class=\"transfer-sticker-buttons\">\n <co-button\n [label]=\"'STICKER' | localize\"\n (click)=\"handleStickerClick()\"\n [iconData]=\"iconCacheService.getIcon(icons.BarcodeReadRegular)\">\n </co-button>\n </div>\n </div>\n </div>\n ",
2956
+ template: "\n <div class=\"stock-transfer\">\n <co-dialog\n (closeClick)=\"onCloseClick()\"\n [showCloseIcon]=\"true\"\n [modal]=\"true\"\n [headerTemplate]=\"headerTemplate\"\n [footerTemplate]=\"footerTemplate\">\n <ng-template #headerTemplate>\n <div class=\"co-dialog-header-title-wrapper\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.Cubes)\"></co-icon>\n <div class=\"co-dialog-header-title\" [textContent]=\"'TRANSFER_STOCK' | localize\"></div>\n </div>\n </ng-template>\n <div class=\"dialog-wrapper\">\n <div class=\"stock-transfer-columns\">\n <div *ngIf=\"articleToTransfer\" class=\"stock-transfer-top-column\">\n <div class=\"transfer-items\">\n <div class=\"transfer-item\">\n <label class=\"item-label\" [textContent]=\"'WAREHOUSE' | localize\"></label>\n <span class=\"item-value\" [textContent]=\"articleToTransfer.warehouseDescription\"></span>\n </div>\n <div class=\"transfer-item\">\n <label class=\"item-label\" [textContent]=\"'LOCATION' | localize\"></label>\n <span class=\"item-value\" [textContent]=\"articleToTransfer.locationNo\"></span>\n </div>\n <div class=\"transfer-item\" *ngIf=\"articleToTransfer?.batchNo\">\n <label class=\"item-label\" [textContent]=\"'BATCH_NO' | localize\"></label>\n <span class=\"item-value\" [textContent]=\"articleToTransfer.batchNo\"></span>\n </div>\n <div class=\"transfer-item\" *ngIf=\"articleToTransfer?.serialNo\">\n <label class=\"item-label\" [textContent]=\"'SERIE_NO' | localize\"></label>\n <span class=\"item-value\" [textContent]=\"articleToTransfer.serialNo\"></span>\n </div>\n </div>\n <div class=\"transfer-quantity\">\n <co-input-number-picker\n [(model)]=\"articleToTransfer.amountTransfer\"\n [min]=\"1\"\n [label]=\"'QUANTITY' | localize\">\n </co-input-number-picker>\n <span *ngIf=\"transferFull\" [textContent]=\"this.articleToTransfer.amountInStockFree + (' AVAILABLE' | localize)\"></span>\n </div>\n </div>\n <div class=\"transfer-arrow-wrapper\">\n <span class=\"half-circle\"></span>\n <div class=\"icon-wrapper\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.ArrowDownRegular)\"></co-icon>\n </div>\n </div>\n\n\n <div class=\"stock-transfer-bottom-column\">\n <div class=\"transfer-bottom-row\">\n <co-list-of-values [collection]=\"warehouses\"\n [displayField]=\"'warehouseDescription'\"\n (modelChange)=\"handleSelectedWarehouse($event)\"\n [label]=\"'WAREHOUSE' | localize\"\n >\n </co-list-of-values>\n <co-list-of-values [collection]=\"stockLocations\"\n [displayField]=\"'locationNo'\"\n (modelChange)=\"handleSelectedLocation($event)\"\n [label]=\"'LOCATION' | localize\"\n >\n </co-list-of-values>\n </div>\n <div class=\"transfer-bottom-row\">\n <co-list-of-values [collection]=\"stockState\"\n [displayField]=\"'stateDescription'\"\n [label]=\"'STOCK_STATE' | localize\"\n (modelChange)=\"handleSelectedStockState($event)\"\n >\n </co-list-of-values>\n </div>\n\n </div>\n <div class=\"transfer-sticker-buttons\">\n <co-button\n [label]=\"'STICKER' | localize\"\n (click)=\"handleStickerClick()\"\n [iconData]=\"iconCacheService.getIcon(icons.BarcodeReadRegular)\">\n </co-button>\n </div>\n </div>\n </div>\n <ng-template #footerTemplate>\n <div class=\"button-wrapper ok-cancel-buttons\">\n <co-button class=\"save-button\"\n (click)=\"handleOkClick(articleToTransfer)\"\n [iconData]=\"iconCacheService.getIcon(icons.CheckDuotone)\">\n </co-button>\n <co-button class=\"cancel-button\"\n (click)=\"onCloseClick()\"\n [iconData]=\"iconCacheService.getIcon(icons.CrossSkinny)\">\n </co-button>\n </div>\n </ng-template>\n </co-dialog>\n </div>\n <co-send-method-dialog *ngIf=\"showSendMethodDialog\"\n (closeClick)=\"showSendMethodDialog = false\">\n\n </co-send-method-dialog>\n ",
2844
2957
  encapsulation: i0.ViewEncapsulation.None
2845
2958
  },] }
2846
2959
  ];
2847
2960
  StockTransferComponent.ctorParameters = function () { return [
2848
2961
  { type: StockService },
2849
- { type: IconCacheService }
2962
+ { type: IconCacheService },
2963
+ { type: i0.ChangeDetectorRef }
2850
2964
  ]; };
2851
2965
  StockTransferComponent.propDecorators = {
2852
2966
  stockSticker: [{ type: i0.Input }],
2853
2967
  article: [{ type: i0.Input }],
2854
2968
  articleToTransfer: [{ type: i0.Input }],
2855
- articleWarehouse: [{ type: i0.Input }],
2856
2969
  allWarehouses: [{ type: i0.Input }],
2970
+ showStockTransfer: [{ type: i0.Input }],
2971
+ selectedArticleDetailsData: [{ type: i0.Input }],
2972
+ articleFlat: [{ type: i0.Input }],
2973
+ articleDetailsInformation: [{ type: i0.Input }],
2974
+ selectedWarehouse: [{ type: i0.Input }],
2975
+ selectedLocationNo: [{ type: i0.Input }],
2976
+ articleStockInfo: [{ type: i0.Input }],
2977
+ stockLocations: [{ type: i0.Input }],
2857
2978
  handleClick: [{ type: i0.Output }],
2858
- handleStickerClicked: [{ type: i0.Output }]
2979
+ handleStickerClicked: [{ type: i0.Output }],
2980
+ updateGridData: [{ type: i0.Output }],
2981
+ showStockTransferChange: [{ type: i0.Output }]
2859
2982
  };
2860
2983
 
2861
2984
  var SharedService = /** @class */ (function () {
2862
- function SharedService(options, connector) {
2985
+ function SharedService(locale, options, connector) {
2986
+ this.locale = locale;
2863
2987
  this.options = options;
2864
2988
  this.connector = connector;
2865
2989
  }
@@ -2972,6 +3096,26 @@
2972
3096
  });
2973
3097
  });
2974
3098
  };
3099
+ SharedService.prototype.getRelationSmallObject = function (relationId) {
3100
+ return __awaiter(this, void 0, void 0, function () {
3101
+ return __generator(this, function (_a) {
3102
+ switch (_a.label) {
3103
+ case 0: return [4 /*yield*/, this.connector.getRelationSmallObject(relationId)];
3104
+ case 1: return [2 /*return*/, _a.sent()];
3105
+ }
3106
+ });
3107
+ });
3108
+ };
3109
+ SharedService.prototype.insertActivity = function (activity) {
3110
+ return __awaiter(this, void 0, void 0, function () {
3111
+ return __generator(this, function (_a) {
3112
+ switch (_a.label) {
3113
+ case 0: return [4 /*yield*/, this.connector.insertActivity(activity)];
3114
+ case 1: return [2 /*return*/, _a.sent()];
3115
+ }
3116
+ });
3117
+ });
3118
+ };
2975
3119
  SharedService.prototype.updateActivity = function (activity) {
2976
3120
  return __awaiter(this, void 0, void 0, function () {
2977
3121
  return __generator(this, function (_a) {
@@ -3075,6 +3219,58 @@
3075
3219
  });
3076
3220
  });
3077
3221
  };
3222
+ SharedService.prototype.getEmailSenderByWorkflowCategoryAndKey = function (workflowCategory, key) {
3223
+ return __awaiter(this, void 0, void 0, function () {
3224
+ return __generator(this, function (_a) {
3225
+ switch (_a.label) {
3226
+ case 0: return [4 /*yield*/, this.connector.getEmailSenderByWorkflowCategoryAndKey(workflowCategory, key)];
3227
+ case 1: return [2 /*return*/, _a.sent()];
3228
+ }
3229
+ });
3230
+ });
3231
+ };
3232
+ SharedService.prototype.getDefaultEmailReportTemplatesForBranch = function (branchNr, reportType) {
3233
+ return __awaiter(this, void 0, void 0, function () {
3234
+ var reportTemplatesRequest;
3235
+ return __generator(this, function (_a) {
3236
+ switch (_a.label) {
3237
+ case 0:
3238
+ reportTemplatesRequest = new selectReportTemplatesRequest.SelectReportTemplatesRequest();
3239
+ reportTemplatesRequest.branchNr = branchNr;
3240
+ reportTemplatesRequest.documentCode = reportType;
3241
+ reportTemplatesRequest.sendMethod = sendMethodType_enum.SendMethodType.Email;
3242
+ return [4 /*yield*/, this.connector.getReportTemplates(reportTemplatesRequest)];
3243
+ case 1: return [2 /*return*/, _a.sent()];
3244
+ }
3245
+ });
3246
+ });
3247
+ };
3248
+ SharedService.prototype.emailViaTemplate = function (template, emailTo, subject, message, attachments, parameters) {
3249
+ if (subject === void 0) { subject = ""; }
3250
+ if (message === void 0) { message = ""; }
3251
+ if (attachments === void 0) { attachments = []; }
3252
+ if (parameters === void 0) { parameters = {}; }
3253
+ return __awaiter(this, void 0, void 0, function () {
3254
+ var subjectAddition, emailJob;
3255
+ return __generator(this, function (_a) {
3256
+ subjectAddition = subject.trim();
3257
+ emailJob = this._createEmailJob(template, emailTo, subjectAddition, message, attachments, parameters);
3258
+ return [2 /*return*/, this.connector.emailReport(emailJob)];
3259
+ });
3260
+ });
3261
+ };
3262
+ SharedService.prototype._createEmailJob = function (report, emailTo, subject, message, attachments, parameters) {
3263
+ if (parameters === void 0) { parameters = {}; }
3264
+ var emailJob$1 = new emailJob.EmailJob();
3265
+ emailJob$1.emailTo = emailTo;
3266
+ emailJob$1.subject = subject;
3267
+ emailJob$1.message = message;
3268
+ emailJob$1.attachments = attachments;
3269
+ emailJob$1.reportId = report.reportId;
3270
+ emailJob$1.parameterValues = parameters;
3271
+ emailJob$1.locale = this.locale;
3272
+ return emailJob$1;
3273
+ };
3078
3274
  SharedService.prototype.getWorkflowProcessInfoPerStatus = function (workflowCategory) {
3079
3275
  return __awaiter(this, void 0, void 0, function () {
3080
3276
  return __generator(this, function (_a) {
@@ -3115,13 +3311,14 @@
3115
3311
  };
3116
3312
  return SharedService;
3117
3313
  }());
3118
- SharedService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function SharedService_Factory() { return new SharedService(i0__namespace.ɵɵinject(OptionsService), i0__namespace.ɵɵinject(SharedConnectorService)); }, token: SharedService, providedIn: "root" });
3314
+ SharedService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function SharedService_Factory() { return new SharedService(i0__namespace.ɵɵinject(i0__namespace.LOCALE_ID), i0__namespace.ɵɵinject(OptionsService), i0__namespace.ɵɵinject(SharedConnectorService)); }, token: SharedService, providedIn: "root" });
3119
3315
  SharedService.decorators = [
3120
3316
  { type: i0.Injectable, args: [{
3121
3317
  providedIn: "root"
3122
3318
  },] }
3123
3319
  ];
3124
3320
  SharedService.ctorParameters = function () { return [
3321
+ { type: exports["ɵi"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
3125
3322
  { type: OptionsService },
3126
3323
  { type: SharedConnectorService }
3127
3324
  ]; };
@@ -3203,14 +3400,14 @@
3203
3400
  }());
3204
3401
 
3205
3402
  var sendMethodsWithIcon = [
3206
- new SendMethod(sendMethodType_enum.SendMethodType.Fax, "Fax", exports["ɵbu"].PrintRegular),
3207
- new SendMethod(sendMethodType_enum.SendMethodType.Print, "Print", exports["ɵbu"].PrintSolid),
3208
- new SendMethod(sendMethodType_enum.SendMethodType.Email, "Email", exports["ɵbu"].AtSolid),
3209
- new SendMethod(sendMethodType_enum.SendMethodType.Edi, "Edi", exports["ɵbu"].FileExportSolid),
3210
- new SendMethod(sendMethodType_enum.SendMethodType.EmailTemplate, "Email template", exports["ɵbu"].EnvelopeRegular),
3211
- new SendMethod(sendMethodType_enum.SendMethodType.Sms, "Sms", exports["ɵbu"].MessageSmsSolid),
3212
- new SendMethod(sendMethodType_enum.SendMethodType.WebService, "Webservice", exports["ɵbu"].PrintRegular),
3213
- new SendMethod(sendMethodType_enum.SendMethodType.Pdf, "Pdf", exports["ɵbu"].Pdf)
3403
+ new SendMethod(sendMethodType_enum.SendMethodType.Fax, "Fax", exports["ɵbv"].PrintRegular),
3404
+ new SendMethod(sendMethodType_enum.SendMethodType.Print, "Print", exports["ɵbv"].PrintSolid),
3405
+ new SendMethod(sendMethodType_enum.SendMethodType.Email, "Email", exports["ɵbv"].AtSolid),
3406
+ new SendMethod(sendMethodType_enum.SendMethodType.Edi, "Edi", exports["ɵbv"].FileExportSolid),
3407
+ new SendMethod(sendMethodType_enum.SendMethodType.EmailTemplate, "Email template", exports["ɵbv"].EnvelopeRegular),
3408
+ new SendMethod(sendMethodType_enum.SendMethodType.Sms, "Sms", exports["ɵbv"].MessageSmsSolid),
3409
+ new SendMethod(sendMethodType_enum.SendMethodType.WebService, "Webservice", exports["ɵbv"].PrintRegular),
3410
+ new SendMethod(sendMethodType_enum.SendMethodType.Pdf, "Pdf", exports["ɵbv"].Pdf)
3214
3411
  ];
3215
3412
  var SendMethodDialogComponent = /** @class */ (function () {
3216
3413
  function SendMethodDialogComponent(iconCacheService, _changeDetector, _sharedService, _sendMethodService) {
@@ -3219,7 +3416,7 @@
3219
3416
  this._changeDetector = _changeDetector;
3220
3417
  this._sharedService = _sharedService;
3221
3418
  this._sendMethodService = _sendMethodService;
3222
- this.icons = exports["ɵbu"];
3419
+ this.icons = exports["ɵbv"];
3223
3420
  this.printerList = [];
3224
3421
  this.emailLayouts = [];
3225
3422
  this.printLayouts = [];
@@ -3446,7 +3643,7 @@
3446
3643
  var LayoutSelectionComponent = /** @class */ (function () {
3447
3644
  function LayoutSelectionComponent(iconCacheService) {
3448
3645
  this.iconCacheService = iconCacheService;
3449
- this.icons = exports["ɵbu"];
3646
+ this.icons = exports["ɵbv"];
3450
3647
  this.layouts = [];
3451
3648
  this.requestChange = new i0.EventEmitter();
3452
3649
  this.showLayoutList = false;
@@ -3522,7 +3719,7 @@
3522
3719
  var SignatureButtonComponent = /** @class */ (function () {
3523
3720
  function SignatureButtonComponent(iconCacheService) {
3524
3721
  this.iconCacheService = iconCacheService;
3525
- this.icons = exports["ɵbu"];
3722
+ this.icons = exports["ɵbv"];
3526
3723
  }
3527
3724
  SignatureButtonComponent.prototype.showClass = function () {
3528
3725
  return true;
@@ -3632,7 +3829,7 @@
3632
3829
  this.sendMethodService = sendMethodService;
3633
3830
  this.iconService = iconService;
3634
3831
  this._service = _service;
3635
- this.icons = exports["ɵbu"];
3832
+ this.icons = exports["ɵbv"];
3636
3833
  this.printers = [];
3637
3834
  this.showPrinterList = false;
3638
3835
  }
@@ -3883,7 +4080,7 @@
3883
4080
  function OrderTabComponent(iconCacheService, _stockService) {
3884
4081
  this.iconCacheService = iconCacheService;
3885
4082
  this._stockService = _stockService;
3886
- this.icons = exports["ɵbu"];
4083
+ this.icons = exports["ɵbv"];
3887
4084
  this.articleStockInformation = [];
3888
4085
  this.inOrderInformation = [];
3889
4086
  this.locationClicked = new i0.EventEmitter();
@@ -3922,7 +4119,7 @@
3922
4119
  this._stockService = _stockService;
3923
4120
  this._localizeService = _localizeService;
3924
4121
  this._changeDetector = _changeDetector;
3925
- this.icons = exports["ɵbu"];
4122
+ this.icons = exports["ɵbv"];
3926
4123
  this.stockInformation = [];
3927
4124
  this.warehouses = [];
3928
4125
  this.transferIconClicked = new i0.EventEmitter();
@@ -3969,6 +4166,9 @@
3969
4166
  },
3970
4167
  ];
3971
4168
  };
4169
+ StockTabsComponent.prototype.onShowStockTransferChange = function (show) {
4170
+ this.showStockTransfer = show;
4171
+ };
3972
4172
  StockTabsComponent.prototype.handleLocationClicked = function (data) {
3973
4173
  this.tabs[0].active = false;
3974
4174
  this.tabs[2].active = true;
@@ -4088,7 +4288,7 @@
4088
4288
  StockTabsComponent.decorators = [
4089
4289
  { type: i0.Component, args: [{
4090
4290
  selector: "co-stock-tabs",
4091
- template: "\n <co-tab-bar [wareHouseLabel]=\"'CHOICES' | localize\"\n [wareHouseSearchLabel]=\"'SEARCH' | localize\"\n [tabs]=\"tabs\"\n [dataWareHouseCode]=\"warehouses\"\n [selectedWarehouse]=\"selectedWarehouse\"\n [secondaryTabs]=\"historyTabs\"\n [ActivateSecondaryTabs]=\"tabs[5].active\"\n [showWarehouseSelection]=\"tabs[1].active || tabs[2].active\"\n (warehouseSelected)=\"handleWarehouseSelected($event)\"\n ></co-tab-bar>\n\n <co-stock-tab *ngIf=\"tabs[0].active\"\n [articleStockInformation]=\"stockInformation\"\n (locationClicked)=\"handleLocationClicked($event)\"\n ></co-stock-tab>\n\n <co-stock-prognose *ngIf=\"tabs[1].active\"\n [stockPrognose]=\"stockPrognose\"\n ></co-stock-prognose>\n\n <co-stock-location *ngIf=\"tabs[2].active\"\n [articleStockInfo]=\"articleDetails\"\n [articleStockInformation]=\"stockInformation\"\n [article]=\"article\"\n [articleFlat]=\"articleFlat\"\n [selectedWarehouse]=\"selectedWarehouse\"\n [dataWareHouseCode]=\"warehouses\"\n [stockLocations]=\"stockLocations\"\n (transferIconClicked)=\"transferIconClicked.emit($event)\"\n (sendMethodDialogClicked)=\"sendMethodDialogClicked.emit($event)\"\n\n ></co-stock-location>\n\n <co-order-tab *ngIf=\"tabs[3].active\"\n [articleStockInformation]=\"stockInformation\"\n [inOrderInformation]=\"inOrderInformation\"\n (transferIconClicked)=\"transferIconClicked.emit($event)\"\n (sendMethodDialogClicked)=\"sendMethodDialogClicked.emit($event)\"\n ></co-order-tab>\n\n <co-order-stock-tab *ngIf=\"tabs[4].active\"\n [orderInformation]=\"orderInformation\"\n ></co-order-stock-tab>\n\n <co-stock-history *ngIf=\"historyTabs[0].active && tabs[5].active\"\n [stockHistory]=\"stockHistory\"\n ></co-stock-history>\n\n <co-order-supply-stock-history *ngIf=\"historyTabs[1].active && tabs[5].active\"\n [orderSupplyStockHistory]=\"orderSupplyStockHistory\"\n ></co-order-supply-stock-history>\n\n <co-order-stock-commission-history *ngIf=\"historyTabs[2].active && tabs[5].active\"\n [orderStockCommissionHistory]=\"orderCommissionStockHistory\"\n ></co-order-stock-commission-history>\n\n <co-order-stock-history *ngIf=\"historyTabs[3].active && tabs[5].active\"\n [orderStockHistory]=\"orderStockHistory\"\n ></co-order-stock-history>\n\n <co-allocation-stock-history *ngIf=\"historyTabs[4].active && tabs[5].active\"\n [allocationStockHistory]=\"orderAllocationStockHistory\"\n ></co-allocation-stock-history>\n\n ",
4291
+ template: "\n <co-tab-bar [wareHouseLabel]=\"'CHOICES' | localize\"\n [wareHouseSearchLabel]=\"'SEARCH' | localize\"\n [tabs]=\"tabs\"\n [dataWareHouseCode]=\"warehouses\"\n [selectedWarehouse]=\"selectedWarehouse\"\n [secondaryTabs]=\"historyTabs\"\n [ActivateSecondaryTabs]=\"tabs[5].active\"\n [showWarehouseSelection]=\"tabs[1].active || tabs[2].active\"\n (warehouseSelected)=\"handleWarehouseSelected($event)\"\n ></co-tab-bar>\n\n <co-stock-tab *ngIf=\"tabs[0].active\"\n [articleStockInformation]=\"stockInformation\"\n (locationClicked)=\"handleLocationClicked($event)\"\n ></co-stock-tab>\n\n <co-stock-prognose *ngIf=\"tabs[1].active\"\n [stockPrognose]=\"stockPrognose\"\n ></co-stock-prognose>\n\n <co-stock-location *ngIf=\"tabs[2].active\"\n [articleStockInfo]=\"articleDetails\"\n [articleStockInformation]=\"stockInformation\"\n [article]=\"article\"\n [articleFlat]=\"articleFlat\"\n [selectedWarehouse]=\"selectedWarehouse\"\n [dataWareHouseCode]=\"warehouses\"\n [stockLocations]=\"stockLocations\"\n (transferIconClicked)=\"transferIconClicked.emit($event)\"\n (sendMethodDialogClicked)=\"sendMethodDialogClicked.emit($event)\"\n [showStockTransfer]=\"showStockTransfer\"\n (showStockTransferChange)=\"onShowStockTransferChange($event)\"\n ></co-stock-location>\n\n <co-order-tab *ngIf=\"tabs[3].active\"\n [articleStockInformation]=\"stockInformation\"\n [inOrderInformation]=\"inOrderInformation\"\n (transferIconClicked)=\"transferIconClicked.emit($event)\"\n (sendMethodDialogClicked)=\"sendMethodDialogClicked.emit($event)\"\n ></co-order-tab>\n\n <co-order-stock-tab *ngIf=\"tabs[4].active\"\n [orderInformation]=\"orderInformation\"\n ></co-order-stock-tab>\n\n <co-stock-history *ngIf=\"historyTabs[0].active && tabs[5].active\"\n [stockHistory]=\"stockHistory\"\n ></co-stock-history>\n\n <co-order-supply-stock-history *ngIf=\"historyTabs[1].active && tabs[5].active\"\n [orderSupplyStockHistory]=\"orderSupplyStockHistory\"\n ></co-order-supply-stock-history>\n\n <co-order-stock-commission-history *ngIf=\"historyTabs[2].active && tabs[5].active\"\n [orderStockCommissionHistory]=\"orderCommissionStockHistory\"\n ></co-order-stock-commission-history>\n\n <co-order-stock-history *ngIf=\"historyTabs[3].active && tabs[5].active\"\n [orderStockHistory]=\"orderStockHistory\"\n ></co-order-stock-history>\n\n <co-allocation-stock-history *ngIf=\"historyTabs[4].active && tabs[5].active\"\n [allocationStockHistory]=\"orderAllocationStockHistory\"\n ></co-allocation-stock-history>\n\n ",
4092
4292
  encapsulation: i0.ViewEncapsulation.None
4093
4293
  },] }
4094
4294
  ];
@@ -4101,6 +4301,7 @@
4101
4301
  stockInformation: [{ type: i0.Input }],
4102
4302
  article: [{ type: i0.Input }],
4103
4303
  articleFlat: [{ type: i0.Input }],
4304
+ showStockTransfer: [{ type: i0.Input }],
4104
4305
  warehouses: [{ type: i0.Input }],
4105
4306
  transferIconClicked: [{ type: i0.Output }],
4106
4307
  sendMethodDialogClicked: [{ type: i0.Output }]
@@ -4108,7 +4309,7 @@
4108
4309
 
4109
4310
  var StockHistoryTabsComponent = /** @class */ (function () {
4110
4311
  function StockHistoryTabsComponent() {
4111
- this.icons = exports["ɵbu"];
4312
+ this.icons = exports["ɵbv"];
4112
4313
  this.selectedTab = 0;
4113
4314
  }
4114
4315
  return StockHistoryTabsComponent;
@@ -4128,7 +4329,7 @@
4128
4329
  function OrderStockTabComponent(iconCacheService, _stockService) {
4129
4330
  this.iconCacheService = iconCacheService;
4130
4331
  this._stockService = _stockService;
4131
- this.icons = exports["ɵbu"];
4332
+ this.icons = exports["ɵbv"];
4132
4333
  this.orderInformation = [];
4133
4334
  }
4134
4335
  return OrderStockTabComponent;
@@ -4153,12 +4354,16 @@
4153
4354
  this.iconCacheService = iconCacheService;
4154
4355
  this._stockService = _stockService;
4155
4356
  this._changeDetector = _changeDetector;
4156
- this.icons = exports["ɵbu"];
4357
+ this.icons = exports["ɵbv"];
4157
4358
  this.articleStockInfo = [];
4158
4359
  this.articleStockInformation = [];
4360
+ this.articleWarehouse = [];
4361
+ this.allWarehouses = [];
4159
4362
  this.dataWareHouseCode = [];
4160
4363
  this.transferIconClicked = new i0.EventEmitter();
4161
4364
  this.sendMethodDialogClicked = new i0.EventEmitter();
4365
+ this.showStockTransferChange = new i0.EventEmitter();
4366
+ this.handleStickerClicked = new i0.EventEmitter();
4162
4367
  this.showConfirmationDialog = false;
4163
4368
  this.newStockLine = false;
4164
4369
  this.showConfirmStockRow = false;
@@ -4188,6 +4393,10 @@
4188
4393
  };
4189
4394
  StockLocationComponent.prototype.ngOnDestroy = function () {
4190
4395
  };
4396
+ StockLocationComponent.prototype.onShowStockTransferChange = function (show) {
4397
+ this.showStockTransfer = show;
4398
+ this.showStockTransferChange.emit(this.showStockTransfer);
4399
+ };
4191
4400
  StockLocationComponent.prototype.onLocationDropdownClick = function () {
4192
4401
  var _this = this;
4193
4402
  this._stockService.getStockManagementLocations(this.selectedWarehouse.warehouseNo).then(function (locations) {
@@ -4206,7 +4415,8 @@
4206
4415
  this.sendMethodDialogClicked.emit(data);
4207
4416
  };
4208
4417
  StockLocationComponent.prototype.handleStockTransferClick = function (event) {
4209
- this.transferIconClicked.emit(event);
4418
+ this.articleDetails = event;
4419
+ this.showStockTransfer = true;
4210
4420
  };
4211
4421
  StockLocationComponent.prototype.onOkClickSendLocations = function (row) {
4212
4422
  this.selectedArticleDetailsData = row;
@@ -4278,7 +4488,7 @@
4278
4488
  StockLocationComponent.decorators = [
4279
4489
  { type: i0.Component, args: [{
4280
4490
  selector: "co-stock-location",
4281
- template: "\n <div class=\"stock-grid\">\n <co-stock-location-popup\n [selectedWarehouse]=\"selectedWarehouse\"\n [articleFlat]=\"articleFlat\"\n [selectedLocationNo]=\"selectedLocationNo\"\n [stockLocations]=\"stockLocations\"\n [articleDetailsInformation]=\"articleDetailsInformation\"\n [articleStockInfo]=\"articleStockInfo\"\n [selectedArticleDetailsData]=\"selectedArticleDetailsData\"\n [showConfirmationDialog]=\"showConfirmationDialog\"\n [newStockLine]=\"newStockLine\"\n (togglePopupEvent)=\"showConfirmationDialog = $event\"\n (updateGridData)=\"articleStockInfo = $event\"\n\n ></co-stock-location-popup>\n <co-simple-grid [data]=\"articleStockInfo\"\n class=\"simple-grid\"\n [showAdd]=\"true\"\n [inlineEdit]=\"false\"\n [showToolbar]=\"true\"\n (addRow)=\"handleAddRow()\"\n >\n <co-simple-grid-column [headerText]=\"'STOCK' | localize\" [field]=\"'amountInStock'\">\n <ng-template #template let-row=\"row\">\n <div class=\"stock-amount\" (click)=\"onOkClickSendLocations(row)\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.EditPenRegular)\"></co-icon>\n <span [textContent]=\"row['amountInStock']\"></span>\n </div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [width]=\"150\" [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-list-of-values\n [model]=\"locationForNumber(row['locationNo'])\"\n [collection]=\"stockLocations\"\n [displayField]=\"'description'\"\n [label]=\"'LOCATION' | localize\"\n [required]=\"true\"\n (modelChange)=\"locationChanged(row, $event)\"\n ></co-list-of-values>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleFlat?.batch\" [headerText]=\"'BATCH' | localize\" [field]=\"'batchNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [model]=\"selectedArticleDetailsData.batchNo\"\n [placeholder]=\"'BATCH' | localize\"\n (modelChange)=\"row['batchNo'] = $event\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleFlat?.serial\" [headerText]=\"'SERIAL_NO' | localize\" [field]=\"'serialNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [model]=\"selectedArticleDetailsData.serialNo\"\n [placeholder]=\"'SERIAL_NO' | localize\"\n (modelChange)=\"row['serialNo'] = $event\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ALLOCATED' | localize\" [field]=\"'stockAssigned'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['stockAssigned']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK' | localize\" [field]=\"'amountInStockFree'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['amountInStockFree']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA' | localize\" [field]=\"'currency'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['currency']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PURCHASE_PRICE' | localize\" [field]=\"'purchasePrice'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['purchasePrice']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SUPPLIERNR' | localize\" [field]=\"'supplierNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['supplierNo']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [readonly]=\"true\" [headerText]=\"'TRANSFER' | localize\" [field]=\"'transfer'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.DeliveryTruck)\"\n (click)=\"handleStockTransferClick(row)\"></co-icon>\n </ng-template>\n <ng-template #editTemplate></ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [readonly]=\"true\" [headerText]=\"'STICKER' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\"\n (click)=\"openSendMethodDialog(row)\"></co-icon>\n </ng-template>\n <ng-template #editTemplate></ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n ",
4491
+ template: "\n <div class=\"stock-grid\">\n <div class=\"stock-transfer-wrapper\">\n <co-stock-transfer *ngIf=\"showStockTransfer\"\n class=\"stock-transfer-dialog\"\n [articleToTransfer]=\"articleDetails\"\n (handleStickerClicked)=\"handleStickerClicked.emit($event)\"\n [allWarehouses]=\"allWarehouses\"\n [stockLocations]=\"stockLocations\"\n [articleFlat]=\"articleFlat\"\n [showStockTransfer]=\"showStockTransfer\"\n (showStockTransferChange)=\"onShowStockTransferChange($event)\">\n </co-stock-transfer>\n </div>\n <co-stock-location-popup\n [selectedWarehouse]=\"selectedWarehouse\"\n [articleFlat]=\"articleFlat\"\n [selectedLocationNo]=\"selectedLocationNo\"\n [stockLocations]=\"stockLocations\"\n [articleDetailsInformation]=\"articleDetailsInformation\"\n [articleStockInfo]=\"articleStockInfo\"\n [selectedArticleDetailsData]=\"selectedArticleDetailsData\"\n [showConfirmationDialog]=\"showConfirmationDialog\"\n [newStockLine]=\"newStockLine\"\n (togglePopupEvent)=\"showConfirmationDialog = $event\"\n (updateGridData)=\"articleStockInfo = $event\"\n\n ></co-stock-location-popup>\n <co-simple-grid [data]=\"articleStockInfo\"\n class=\"simple-grid\"\n [showAdd]=\"true\"\n [inlineEdit]=\"false\"\n [showToolbar]=\"true\"\n (addRow)=\"handleAddRow()\"\n >\n <co-simple-grid-column [headerText]=\"'STOCK' | localize\" [field]=\"'amountInStock'\">\n <ng-template #template let-row=\"row\">\n <div class=\"stock-amount\" (click)=\"onOkClickSendLocations(row)\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.EditPenRegular)\"></co-icon>\n <span [textContent]=\"row['amountInStock']\"></span>\n </div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [width]=\"150\" [headerText]=\"'LOCATION' | localize\" [field]=\"'locationNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-list-of-values\n [model]=\"locationForNumber(row['locationNo'])\"\n [collection]=\"stockLocations\"\n [displayField]=\"'description'\"\n [label]=\"'LOCATION' | localize\"\n [required]=\"true\"\n (modelChange)=\"locationChanged(row, $event)\"\n ></co-list-of-values>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleFlat?.batch\" [headerText]=\"'BATCH' | localize\" [field]=\"'batchNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [model]=\"selectedArticleDetailsData.batchNo\"\n [placeholder]=\"'BATCH' | localize\"\n (modelChange)=\"row['batchNo'] = $event\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column *ngIf=\"articleFlat?.serial\" [headerText]=\"'SERIAL_NO' | localize\" [field]=\"'serialNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <co-input-text [model]=\"selectedArticleDetailsData.serialNo\"\n [placeholder]=\"'SERIAL_NO' | localize\"\n (modelChange)=\"row['serialNo'] = $event\"\n ></co-input-text>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'ALLOCATED' | localize\" [field]=\"'stockAssigned'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['stockAssigned']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AVAILABLE_STOCK' | localize\" [field]=\"'amountInStockFree'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['amountInStockFree']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'VALUTA' | localize\" [field]=\"'currency'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['currency']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PURCHASE_PRICE' | localize\" [field]=\"'purchasePrice'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['purchasePrice']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SUPPLIERNR' | localize\" [field]=\"'supplierNo'\">\n <ng-template #editTemplate let-row=\"row\">\n <span [textContent]=\"row['supplierNo']\"></span>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [readonly]=\"true\" [headerText]=\"'TRANSFER' | localize\" [field]=\"'transfer'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.DeliveryTruck)\"\n (click)=\"handleStockTransferClick(row)\"></co-icon>\n </ng-template>\n <ng-template #editTemplate></ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [readonly]=\"true\" [headerText]=\"'STICKER' | localize\" [field]=\"'sticker'\">\n <ng-template #template let-row=\"row\">\n <co-icon class=\"menu-icon\" [iconData]=\"iconCacheService.getIcon(icons.Print)\"\n (click)=\"openSendMethodDialog(row)\"></co-icon>\n </ng-template>\n <ng-template #editTemplate></ng-template>\n </co-simple-grid-column>\n </co-simple-grid>\n </div>\n ",
4282
4492
  encapsulation: i0.ViewEncapsulation.None
4283
4493
  },] }
4284
4494
  ];
@@ -4290,11 +4500,16 @@
4290
4500
  StockLocationComponent.propDecorators = {
4291
4501
  articleStockInfo: [{ type: i0.Input }],
4292
4502
  articleStockInformation: [{ type: i0.Input }],
4503
+ articleWarehouse: [{ type: i0.Input }],
4504
+ allWarehouses: [{ type: i0.Input }],
4293
4505
  article: [{ type: i0.Input }],
4506
+ showStockTransfer: [{ type: i0.Input }],
4294
4507
  articleFlat: [{ type: i0.Input }],
4295
4508
  dataWareHouseCode: [{ type: i0.Input }],
4296
4509
  transferIconClicked: [{ type: i0.Output }],
4297
4510
  sendMethodDialogClicked: [{ type: i0.Output }],
4511
+ showStockTransferChange: [{ type: i0.Output }],
4512
+ handleStickerClicked: [{ type: i0.Output }],
4298
4513
  selectedWarehouse: [{ type: i0.Input }],
4299
4514
  stockLocations: [{ type: i0.Input }]
4300
4515
  };
@@ -4303,7 +4518,7 @@
4303
4518
  function StockHistoryComponent(iconCacheService, _stockService) {
4304
4519
  this.iconCacheService = iconCacheService;
4305
4520
  this._stockService = _stockService;
4306
- this.icons = exports["ɵbu"];
4521
+ this.icons = exports["ɵbv"];
4307
4522
  this.stockHistoryInformation = [];
4308
4523
  this.stockHistory = [];
4309
4524
  }
@@ -4402,7 +4617,7 @@
4402
4617
  var OrderSupplyStockHistoryComponent = /** @class */ (function () {
4403
4618
  function OrderSupplyStockHistoryComponent(iconCacheService) {
4404
4619
  this.iconCacheService = iconCacheService;
4405
- this.icons = exports["ɵbu"];
4620
+ this.icons = exports["ɵbv"];
4406
4621
  this.orderSupplyStockHistory = [];
4407
4622
  }
4408
4623
  return OrderSupplyStockHistoryComponent;
@@ -4424,7 +4639,7 @@
4424
4639
  var OrderCommissionStockHistoryComponent = /** @class */ (function () {
4425
4640
  function OrderCommissionStockHistoryComponent(iconCacheService) {
4426
4641
  this.iconCacheService = iconCacheService;
4427
- this.icons = exports["ɵbu"];
4642
+ this.icons = exports["ɵbv"];
4428
4643
  this.orderStockCommissionHistory = [];
4429
4644
  }
4430
4645
  return OrderCommissionStockHistoryComponent;
@@ -4446,7 +4661,7 @@
4446
4661
  var OrderStockHistoryComponent = /** @class */ (function () {
4447
4662
  function OrderStockHistoryComponent(iconCacheService) {
4448
4663
  this.iconCacheService = iconCacheService;
4449
- this.icons = exports["ɵbu"];
4664
+ this.icons = exports["ɵbv"];
4450
4665
  this.orderStockHistory = [];
4451
4666
  }
4452
4667
  return OrderStockHistoryComponent;
@@ -4468,7 +4683,7 @@
4468
4683
  var AllocationStockHistoryComponent = /** @class */ (function () {
4469
4684
  function AllocationStockHistoryComponent(iconCacheService) {
4470
4685
  this.iconCacheService = iconCacheService;
4471
- this.icons = exports["ɵbu"];
4686
+ this.icons = exports["ɵbv"];
4472
4687
  this.allocationStockHistory = [];
4473
4688
  }
4474
4689
  return AllocationStockHistoryComponent;
@@ -4797,7 +5012,7 @@
4797
5012
  function StockPrognoseComponent(iconCacheService, _stockService) {
4798
5013
  this.iconCacheService = iconCacheService;
4799
5014
  this._stockService = _stockService;
4800
- this.icons = exports["ɵbu"];
5015
+ this.icons = exports["ɵbv"];
4801
5016
  this.stockPrognose = [];
4802
5017
  }
4803
5018
  return StockPrognoseComponent;
@@ -4869,7 +5084,7 @@
4869
5084
  this.iconCacheService = iconCacheService;
4870
5085
  this._stockService = _stockService;
4871
5086
  this._changeDetector = _changeDetector;
4872
- this.icons = exports["ɵbu"];
5087
+ this.icons = exports["ɵbv"];
4873
5088
  this.showConfirmationDialog = false;
4874
5089
  this.newStockLine = false;
4875
5090
  this.selectedArticleDetailsData = new articleDetails_bo.ArticleDetailsBo();
@@ -4964,7 +5179,7 @@
4964
5179
  StockLocationPopupComponent.decorators = [
4965
5180
  { type: i0.Component, args: [{
4966
5181
  selector: "co-stock-location-popup",
4967
- template: "\n <div class=\"stock-grid\">\n <co-dialog *ngIf=\"showConfirmationDialog\"\n [showCloseIcon]=\"true\"\n [modal]=\"true\"\n (closeClick)=\"togglePopup()\"\n [headerTemplate]=\"headerTemplate\"\n [footerTemplate]=\"footerTemplate\">\n <ng-template #headerTemplate>\n <div class=\"co-dialog-header-title-wrapper\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.Cubes)\"></co-icon>\n <div class=\"co-dialog-header-title\" [textContent]=\"'CONFIRM_STOCK_CHANGE' | localize\"></div>\n </div>\n </ng-template>\n <div class=\"dialog-wrapper\">\n <div class=\"stock-dialog-header\">\n <span class=\"stock-header\" *ngIf=\"newStockLine\" [textContent]=\"'NEW_STOCK_LINE' | localize\"></span>\n <span class=\"stock-header\" *ngIf=\"!newStockLine\" [textContent]=\"'CHANGE_STOCK_LINE' | localize\"></span>\n </div>\n <div class=\"stock-dialog-row\">\n <co-input-text [model]=\"selectedWarehouse.warehouseDescription\"\n [placeholder]=\"'WAREHOUSE' | localize\"\n [readonly]=\"true\"\n ></co-input-text>\n\n <co-list-of-values\n [model]=\"locationForNumber(selectedLocationNo)\"\n [collection]=\"stockLocations\"\n [displayField]=\"'locationNo'\"\n [label]=\"'LOCATION' | localize\"\n [required]=\"true\"\n (modelChange)=\"locationChanged($event)\"\n ></co-list-of-values>\n </div>\n <div class=\"stock-dialog-row\">\n <co-input-text [(model)]=\"selectedArticleDetailsData.serialNo\"\n [placeholder]=\"'SERIAL_NO' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n <co-input-text [(model)]=\"selectedArticleDetailsData.batchNo\"\n [placeholder]=\"'BATCH' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n </div>\n <div class=\"stock-dialog-row\">\n <div class=\"stock-dialog-row-row\">\n <co-input-text [model]=\"articleStockInfo[0]?.purchasePrice | currency:'EUR'\"\n [placeholder]=\"'PURCHASE_PRICE' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n <co-input-text [(model)]=\"articleStockInfo[0].currency\"\n [placeholder]=\"'VALUTA' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n </div>\n <co-input-text [model]=\"selectedArticleDetailsData?.entryDate | date\"\n [placeholder]=\"'DATE' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n </div>\n <div class=\"stock-dialog-row\">\n <co-list-of-values [label]=\"'STATUS' | localize\"\n [model]=\"statusForId(selectedArticleDetailsData?.stockStateId)\"\n [collection]=\"stockStatus\"\n [displayField]=\"'stateDescription'\"\n (modelChange)=\"handleStockStatusChange($event)\"\n ></co-list-of-values>\n <co-input-text [placeholder]=\"'REMARK' | localize\"\n (modelChange)=\"handleStockStatusRemarkChange($event)\"></co-input-text>\n </div>\n <co-input-number-picker\n [(model)]=\"selectedArticleDetailsData.amountInStock\"\n [label]=\"'STOCK' | localize\"\n (modelChange)=\"amountInStockChanged($event)\"\n [min]=\"1\"\n ></co-input-number-picker>\n </div>\n <ng-template #footerTemplate>\n <div class=\"button-wrapper ok-cancel-buttons\">\n <co-button class=\"save-button\"\n (click)=\"handleOkClick()\"\n [iconData]=\"iconCacheService.getIcon(icons.CheckDuotone)\"\n [disabled]=\"disabled()\">\n </co-button>\n <co-button class=\"cancel-button\"\n (click)=\"togglePopup()\"\n [iconData]=\"iconCacheService.getIcon(icons.CrossSkinny)\">\n </co-button>\n </div>\n </ng-template>\n </co-dialog>\n </div>\n ",
5182
+ template: "\n <div class=\"stock-grid\">\n <co-dialog *ngIf=\"showConfirmationDialog\"\n [showCloseIcon]=\"true\"\n [modal]=\"true\"\n (closeClick)=\"togglePopup()\"\n [headerTemplate]=\"headerTemplate\"\n [footerTemplate]=\"footerTemplate\">\n <ng-template #headerTemplate>\n <div class=\"co-dialog-header-title-wrapper\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.Cubes)\"></co-icon>\n <div class=\"co-dialog-header-title\" [textContent]=\"'CONFIRM_STOCK_CHANGE' | localize\"></div>\n </div>\n </ng-template>\n <div class=\"dialog-wrapper\">\n <div class=\"stock-dialog-header\">\n <span class=\"stock-header\" *ngIf=\"newStockLine\" [textContent]=\"'NEW_STOCK_LINE' | localize\"></span>\n <span class=\"stock-header\" *ngIf=\"!newStockLine\" [textContent]=\"'CHANGE_STOCK_LINE' | localize\"></span>\n </div>\n <div class=\"stock-dialog-row\">\n <co-input-text [model]=\"selectedWarehouse.warehouseDescription\"\n [placeholder]=\"'WAREHOUSE' | localize\"\n [readonly]=\"true\"\n ></co-input-text>\n\n <co-list-of-values\n [model]=\"locationForNumber(selectedLocationNo)\"\n [collection]=\"stockLocations\"\n [displayField]=\"'locationNo'\"\n [label]=\"'LOCATION' | localize\"\n [required]=\"true\"\n (modelChange)=\"locationChanged($event)\"\n ></co-list-of-values>\n </div>\n <div class=\"stock-dialog-row\">\n <co-input-text [(model)]=\"selectedArticleDetailsData.serialNo\"\n [placeholder]=\"'SERIAL_NO' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n <co-input-text [(model)]=\"selectedArticleDetailsData.batchNo\"\n [placeholder]=\"'BATCH' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n </div>\n <div class=\"stock-dialog-row\">\n <div class=\"stock-dialog-row-row\">\n <co-input-text [model]=\"articleStockInfo[0]?.purchasePrice | currency:'EUR'\"\n [placeholder]=\"'PURCHASE_PRICE' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n <co-input-text [(model)]=\"articleStockInfo[0].currency\"\n [placeholder]=\"'VALUTA' | localize\"\n [readonly]=\"false\"\n ></co-input-text>\n </div>\n <co-input-date [model]=\"selectedArticleDetailsData?.entryDate | date\"\n [placeholder]=\"'DATE' | localize\"\n [readonly]=\"false\"\n ></co-input-date>\n </div>\n <div class=\"stock-dialog-row\">\n <co-list-of-values [label]=\"'STATUS' | localize\"\n [model]=\"statusForId(selectedArticleDetailsData?.stockStateId)\"\n [collection]=\"stockStatus\"\n [displayField]=\"'stateDescription'\"\n (modelChange)=\"handleStockStatusChange($event)\"\n ></co-list-of-values>\n <co-input-text [placeholder]=\"'REMARK' | localize\"\n (modelChange)=\"handleStockStatusRemarkChange($event)\"></co-input-text>\n </div>\n <co-input-number-picker\n [(model)]=\"selectedArticleDetailsData.amountInStock\"\n [label]=\"'STOCK' | localize\"\n (modelChange)=\"amountInStockChanged($event)\"\n [min]=\"1\"\n ></co-input-number-picker>\n </div>\n <ng-template #footerTemplate>\n <div class=\"button-wrapper ok-cancel-buttons\">\n <co-button class=\"save-button\"\n (click)=\"handleOkClick()\"\n [iconData]=\"iconCacheService.getIcon(icons.CheckDuotone)\"\n [disabled]=\"disabled()\">\n </co-button>\n <co-button class=\"cancel-button\"\n (click)=\"togglePopup()\"\n [iconData]=\"iconCacheService.getIcon(icons.CrossSkinny)\">\n </co-button>\n </div>\n </ng-template>\n </co-dialog>\n </div>\n ",
4968
5183
  encapsulation: i0.ViewEncapsulation.None
4969
5184
  },] }
4970
5185
  ];
@@ -5012,7 +5227,8 @@
5012
5227
  StockStatusbarModule,
5013
5228
  corecomponents_v12.ListOfValuesModule,
5014
5229
  LocalizationModule,
5015
- corecomponents_v12.PopupModule
5230
+ corecomponents_v12.PopupModule,
5231
+ corecomponents_v12.InputDatePickerModule
5016
5232
  ],
5017
5233
  declarations: [
5018
5234
  StockComponent,
@@ -5095,6 +5311,7 @@
5095
5311
  this.REFERENCE = 'REFERENCE';
5096
5312
  this.RELATION_ID = 'RELATION_ID';
5097
5313
  this.RELATION_NR = 'RELATION_NR';
5314
+ this.REMARK = 'REMARK';
5098
5315
  this.RESERVED = 'RESERVED';
5099
5316
  this.QUANTITY = 'QUANTITY';
5100
5317
  this.SEARCH = 'SEARCH';
@@ -5102,6 +5319,7 @@
5102
5319
  this.SERIE_NO = 'SERIE_NO';
5103
5320
  this.STANDARD_WAREHOUSE = 'STANDARD_WAREHOUSE';
5104
5321
  this.STANDARD_LOCATION = 'STANDARD_LOCATION';
5322
+ this.STATUS = 'STATUS';
5105
5323
  this.STICKER = 'STICKER';
5106
5324
  this.STOCK = 'STOCK';
5107
5325
  this.STOCK_DETAILS = 'STOCK_DETAILS';
@@ -5154,7 +5372,7 @@
5154
5372
  var KeyPadComponent = /** @class */ (function () {
5155
5373
  function KeyPadComponent(iconCacheService) {
5156
5374
  this.iconCacheService = iconCacheService;
5157
- this.icons = exports["ɵbu"];
5375
+ this.icons = exports["ɵbv"];
5158
5376
  this.showValue = true;
5159
5377
  this.resetModelOnInit = true;
5160
5378
  this.emitModelChangeOnEnter = true;
@@ -5355,7 +5573,7 @@
5355
5573
  var LayoutSwitcherComponent = /** @class */ (function () {
5356
5574
  function LayoutSwitcherComponent(iconCacheService) {
5357
5575
  this.iconCacheService = iconCacheService;
5358
- this.icon = exports["ɵbu"];
5576
+ this.icon = exports["ɵbv"];
5359
5577
  this.layoutItems = [];
5360
5578
  this.layoutSwitchEmit = new i0.EventEmitter();
5361
5579
  this.showMaskSidebar = false;
@@ -5635,7 +5853,7 @@
5635
5853
  this.iconCacheService = iconCacheService;
5636
5854
  this.selectedDate = new Date();
5637
5855
  this.selectedDateChange = new i0.EventEmitter();
5638
- this.icons = exports["ɵbu"];
5856
+ this.icons = exports["ɵbv"];
5639
5857
  this.showMonthYearSelect = false;
5640
5858
  this.expanded = false;
5641
5859
  }
@@ -6188,7 +6406,7 @@
6188
6406
  },] }
6189
6407
  ];
6190
6408
  CalendarViewComponent.ctorParameters = function () { return [
6191
- { type: exports["ɵca"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
6409
+ { type: exports["ɵi"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
6192
6410
  ]; };
6193
6411
  CalendarViewComponent.propDecorators = {
6194
6412
  view: [{ type: i0.Input }],
@@ -6315,7 +6533,7 @@
6315
6533
  CalendarUtils.Locale = undefined;
6316
6534
  CalendarUtils.Now = new Date();
6317
6535
  CalendarUtils.ctorParameters = function () { return [
6318
- { type: exports["ɵca"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
6536
+ { type: exports["ɵi"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
6319
6537
  ]; };
6320
6538
 
6321
6539
  var AgendaEvent = /** @class */ (function () {
@@ -6372,7 +6590,7 @@
6372
6590
  this._renderer = _renderer;
6373
6591
  this._ngZone = _ngZone;
6374
6592
  this.iconCacheService = iconCacheService;
6375
- this.icons = exports["ɵbu"];
6593
+ this.icons = exports["ɵbv"];
6376
6594
  this.viewTypes = exports.CalendarView;
6377
6595
  this.scrollbarWidth = 15;
6378
6596
  this.today = new Date();
@@ -6564,7 +6782,7 @@
6564
6782
  },] }
6565
6783
  ];
6566
6784
  AgendaHeaderComponent.ctorParameters = function () { return [
6567
- { type: exports["ɵca"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
6785
+ { type: exports["ɵi"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
6568
6786
  { type: i0.ElementRef },
6569
6787
  { type: i0.Renderer2 },
6570
6788
  { type: i0.NgZone },
@@ -6665,7 +6883,7 @@
6665
6883
  { type: i0.Directive }
6666
6884
  ];
6667
6885
  AgendaBaseViewComponent.ctorParameters = function () { return [
6668
- { type: exports["ɵca"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
6886
+ { type: exports["ɵi"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
6669
6887
  { type: IconCacheService }
6670
6888
  ]; };
6671
6889
  AgendaBaseViewComponent.propDecorators = {
@@ -6784,7 +7002,7 @@
6784
7002
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
6785
7003
  _this.view = exports.CalendarView.WeekSelectView;
6786
7004
  _this.week = NULL_WEEK;
6787
- _this.icons = exports["ɵbu"];
7005
+ _this.icons = exports["ɵbv"];
6788
7006
  return _this;
6789
7007
  }
6790
7008
  AgendaWeekSelectViewComponent.prototype.prepareViewData = function () {
@@ -7030,7 +7248,7 @@
7030
7248
  this._elementRef = _elementRef;
7031
7249
  this._renderer = _renderer;
7032
7250
  this.iconCacheService = iconCacheService;
7033
- this.icons = exports["ɵbu"];
7251
+ this.icons = exports["ɵbv"];
7034
7252
  this.event = NULL_AGENDA_EVENT;
7035
7253
  this.eventChecked = new i0.EventEmitter();
7036
7254
  }
@@ -7252,7 +7470,7 @@
7252
7470
  var AgendaSelectEventComponent = /** @class */ (function () {
7253
7471
  function AgendaSelectEventComponent(iconCacheService) {
7254
7472
  this.iconCacheService = iconCacheService;
7255
- this.icons = exports["ɵbu"];
7473
+ this.icons = exports["ɵbv"];
7256
7474
  this.event = NULL_AGENDA_EVENT;
7257
7475
  this.eventChecked = new i0.EventEmitter();
7258
7476
  }
@@ -7322,7 +7540,7 @@
7322
7540
  function SimpleTagsComponent(iconCacheService, sharedService) {
7323
7541
  this.iconCacheService = iconCacheService;
7324
7542
  this.sharedService = sharedService;
7325
- this.icon = exports["ɵbu"];
7543
+ this.icon = exports["ɵbv"];
7326
7544
  this.closeClick = new i0.EventEmitter();
7327
7545
  this.saveClick = new i0.EventEmitter();
7328
7546
  this.breadCrumbs = [];
@@ -7383,7 +7601,7 @@
7383
7601
  function SimpleTagsFormComponent(iconCacheService, sharedService) {
7384
7602
  this.iconCacheService = iconCacheService;
7385
7603
  this.sharedService = sharedService;
7386
- this.icon = exports["ɵbu"];
7604
+ this.icon = exports["ɵbv"];
7387
7605
  this.linkedTagsChange = new i0.EventEmitter();
7388
7606
  this.breadCrumbs = [];
7389
7607
  this.displayTags = [];
@@ -8702,8 +8920,8 @@
8702
8920
  function AppFileDropzoneComponent(dictionary, iconCacheService) {
8703
8921
  this.dictionary = dictionary;
8704
8922
  this.iconCacheService = iconCacheService;
8705
- this.icons = exports["ɵbu"];
8706
- this.Icons = exports["ɵbu"];
8923
+ this.icons = exports["ɵbv"];
8924
+ this.Icons = exports["ɵbv"];
8707
8925
  this._defaultDropActionMessage = "DROP_ZONE_DOCUMENTS";
8708
8926
  }
8709
8927
  AppFileDropzoneComponent.prototype.showClass = function () {
@@ -10238,7 +10456,7 @@
10238
10456
  this._promptService = _promptService;
10239
10457
  this._fileTypeImgPipe = _fileTypeImgPipe;
10240
10458
  this.iconService = iconService;
10241
- this.icons = exports["ɵbu"];
10459
+ this.icons = exports["ɵbv"];
10242
10460
  // Element clickable
10243
10461
  this.link = false;
10244
10462
  this.readonly = false;
@@ -10440,7 +10658,7 @@
10440
10658
  var TileRenderComponent = /** @class */ (function () {
10441
10659
  function TileRenderComponent(iconCacheService) {
10442
10660
  this.iconCacheService = iconCacheService;
10443
- this.icons = exports["ɵbu"];
10661
+ this.icons = exports["ɵbv"];
10444
10662
  // Render a large or small tile.
10445
10663
  this.tileSize = TileSizeType.Large;
10446
10664
  // When this tile is selected, this icon will be shown green in the upper-left corner (defaults to 'check').
@@ -10449,7 +10667,7 @@
10449
10667
  this.imageClick = new i0.EventEmitter();
10450
10668
  // Emits when the info wrapper was clicked (bottom half of this component).
10451
10669
  this.infoClick = new i0.EventEmitter();
10452
- this.Icon = exports["ɵbu"];
10670
+ this.Icon = exports["ɵbv"];
10453
10671
  }
10454
10672
  Object.defineProperty(TileRenderComponent.prototype, "inSmallTileMode", {
10455
10673
  get: function () {
@@ -10693,7 +10911,7 @@
10693
10911
  this.enableditemsChange = new i0.EventEmitter();
10694
10912
  // Outputs the sum of cgrefkeys of all newly enabled items
10695
10913
  this.onPropertyItemChange = new i0.EventEmitter();
10696
- this.Icons = exports["ɵbu"];
10914
+ this.Icons = exports["ɵbv"];
10697
10915
  this.objectifiedEnum = [];
10698
10916
  this.enabledItemNumberList = [];
10699
10917
  }
@@ -10859,13 +11077,13 @@
10859
11077
  function ActivityListComponent(iconCacheService, _dictionaryService) {
10860
11078
  this.iconCacheService = iconCacheService;
10861
11079
  this._dictionaryService = _dictionaryService;
10862
- this.Icon = exports["ɵbu"];
11080
+ this.Icon = exports["ɵbv"];
10863
11081
  this.RelationKind = relationKind_enum.RelationKind;
10864
11082
  this.ActivityType = activityType.ActivityType;
10865
11083
  this.TimeUtils = timeUtils.TimeUtils;
10866
11084
  this.activities = [];
10867
- this.remarkIcon = exports["ɵbu"].CommentRegular;
10868
- this.workIcon = exports["ɵbu"].PersonDiggingRegular;
11085
+ this.remarkIcon = exports["ɵbv"].CommentRegular;
11086
+ this.workIcon = exports["ɵbv"].PersonDiggingRegular;
10869
11087
  }
10870
11088
  ActivityListComponent.prototype.showClass = function () {
10871
11089
  return true;
@@ -10886,7 +11104,11 @@
10886
11104
  }
10887
11105
  };
10888
11106
  ActivityListComponent.prototype.getDateString = function (date) {
10889
- return date.getDay().toString() + ' ' + (this._dictionaryService.get(ALL_MONTHS[date.getMonth()])) + ' ' + date.getFullYear();
11107
+ var day = date.getDate();
11108
+ var month = this._dictionaryService.get(ALL_MONTHS[date.getMonth()]);
11109
+ var hours = date.getHours().toString().padStart(2, '0');
11110
+ var minutes = date.getMinutes().toString().padStart(2, '0');
11111
+ return day + " " + month + " " + hours + ":" + minutes;
10890
11112
  };
10891
11113
  ActivityListComponent.prototype.getActivityIcon = function (activity) {
10892
11114
  switch (activity.activityType) {
@@ -10932,7 +11154,7 @@
10932
11154
  ActivityListComponent.decorators = [
10933
11155
  { type: i0.Component, args: [{
10934
11156
  selector: "co-activity-list",
10935
- template: "\n <div class=\"activity-list-wrapper\">\n <div class=\"activity-wrapper\" [class.customer-reply-wrapper]=\"(getRelationKind(activity.author) === RelationKind.Customer)\" *ngFor=\"let activity of activities\" >\n <div class=\"activity-display\">\n <div class=\"activity-display-title\">\n <span>{{activity.author ? ( activity.author.initials + ' ' + activity.author.familyName) : \" \"}}</span>\n <span>{{getDateString(activity.lastActionDateTime)}}</span>\n <co-icon [iconData]=\"iconCacheService.getIcon(getActivityIcon(activity))\"></co-icon>\n </div>\n <div class=\"activity-display-content\" [class.customer-reply-content]=\"(getRelationKind(activity.author) === RelationKind.Customer)\">\n <div class=\"activity-display-body\">\n <span>{{activity.subDescription}}</span>\n </div>\n <div class=\"activity-display-footer\">\n <!--TODO discuss with Rob is we can gather the info needed to see which workflow triggers have previously been activated for this trigger-->\n <!--<div *ngIf=\"showState(activity)\" class=\"activity-state\">\n <span *ngIf=\"showAttachments(activity)\">{{activity.documents.length}}</span>\n </div>-->\n <co-icon *ngIf=\"showAttachments(activity)\" [iconData]=\"iconCacheService.getIcon(Icon.PaperclipRegular)\" (click)=\"openActivityPopup(activity)\"></co-icon>\n <span *ngIf=\"showAttachments(activity)\">{{activity.documents.length}}</span>\n <co-icon *ngIf=\"showWorkedTime(activity)\"\n [iconData]=\"iconCacheService.getIcon(Icon.ClockRegular)\"></co-icon>\n <span *ngIf=\"showWorkedTime(activity)\" >\n {{TimeUtils.ConvertToDuration(getWorkedTime(activity))}}</span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <co-dialog *ngIf=\"showActivityPopup\" (closeClick)=\"showActivityPopup = false\">\n <co-files-upload [documents]=\"currentActivityDocuments\">\n </co-files-upload>\n </co-dialog>\n ",
11157
+ template: "\n <div class=\"activity-list-wrapper\">\n <div class=\"activity-wrapper\" [class.customer-reply-wrapper]=\"(getRelationKind(activity.author) === RelationKind.Customer)\" *ngFor=\"let activity of activities\" >\n <div class=\"activity-display\">\n <div class=\"activity-display-title\">\n <span>{{activity.author && (activity.author.initials || activity.author.familyName) ? (activity.author.initials || '') + ' ' + (activity.author.familyName || '') : ''}}</span>\n <span>{{getDateString(activity.lastActionDateTime)}}</span>\n <co-icon [iconData]=\"iconCacheService.getIcon(getActivityIcon(activity))\"></co-icon>\n </div>\n <div class=\"activity-display-content\" [class.customer-reply-content]=\"(getRelationKind(activity.author) === RelationKind.Customer)\">\n <div class=\"activity-display-body\">\n <span>{{activity.subDescription}}</span>\n </div>\n <div class=\"activity-display-footer\">\n <!--TODO discuss with Rob is we can gather the info needed to see which workflow triggers have previously been activated for this trigger-->\n <!--<div *ngIf=\"showState(activity)\" class=\"activity-state\">\n <span *ngIf=\"showAttachments(activity)\">{{activity.documents.length}}</span>\n </div>-->\n <co-icon *ngIf=\"showAttachments(activity)\" [iconData]=\"iconCacheService.getIcon(Icon.PaperclipRegular)\" (click)=\"openActivityPopup(activity)\"></co-icon>\n <span *ngIf=\"showAttachments(activity)\">{{activity.documents.length}}</span>\n <co-icon *ngIf=\"showWorkedTime(activity)\"\n [iconData]=\"iconCacheService.getIcon(Icon.ClockRegular)\"></co-icon>\n <span *ngIf=\"showWorkedTime(activity)\" >\n {{TimeUtils.ConvertToDuration(getWorkedTime(activity))}}</span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <co-dialog *ngIf=\"showActivityPopup\" (closeClick)=\"showActivityPopup = false\">\n <co-files-upload [documents]=\"currentActivityDocuments\">\n </co-files-upload>\n </co-dialog>\n ",
10936
11158
  encapsulation: i0.ViewEncapsulation.None
10937
11159
  },] }
10938
11160
  ];
@@ -11493,7 +11715,7 @@
11493
11715
  this._dictionary = _dictionary;
11494
11716
  this.iconService = iconService;
11495
11717
  this.sharedService = sharedService;
11496
- this.icons = exports["ɵbu"];
11718
+ this.icons = exports["ɵbv"];
11497
11719
  this.editingComplete = new i0.EventEmitter();
11498
11720
  this.activitySaved = new i0.EventEmitter();
11499
11721
  this.activityDeleted = new i0.EventEmitter();
@@ -11505,7 +11727,7 @@
11505
11727
  this.showNewForm = false;
11506
11728
  this.showModificationForm = false;
11507
11729
  this.taskEditting = false;
11508
- this.Icon = exports["ɵbu"];
11730
+ this.Icon = exports["ɵbv"];
11509
11731
  }
11510
11732
  Object.defineProperty(TaskModifierComponent.prototype, "readonly", {
11511
11733
  get: function () {
@@ -11773,7 +11995,7 @@
11773
11995
  this._dialogService = _dialogService;
11774
11996
  this._dictionaryService = _dictionaryService;
11775
11997
  this._sharedService = _sharedService;
11776
- this.icon = exports["ɵbu"];
11998
+ this.icon = exports["ɵbv"];
11777
11999
  this.cfgNames = ActivityCfgName;
11778
12000
  this.taskCfgNames = {
11779
12001
  timeRegistrationMandatory: ActivityCfgName.TimeRegistrationMandatory,
@@ -12084,9 +12306,10 @@
12084
12306
  var _this = _super.call(this) || this;
12085
12307
  _this.sharedService = sharedService;
12086
12308
  _this.tabs = personalActivityTab_enum.PersonalActivityTabEnum;
12087
- _this.icons = exports["ɵbu"];
12309
+ _this.icons = exports["ɵbv"];
12088
12310
  _this.activityClass = activity_bo.Activity;
12089
12311
  _this.activitySortType = activitySortType_enum.ActivitySortType;
12312
+ _this.showActivityHeader = true;
12090
12313
  _this.hideTitle = false;
12091
12314
  _this.noFreeTasks = false;
12092
12315
  _this.componentActivitiesMethod = OperationWithAlwaysSuccessCallback;
@@ -12261,7 +12484,7 @@
12261
12484
  ComponentActivityListComponent.decorators = [
12262
12485
  { type: i0.Component, args: [{
12263
12486
  selector: "co-component-activity-list",
12264
- template: "\n <co-activity-list-header\n [title]=\"'ACTIVITIES'\"\n [table]=\"table\"\n [key]=\"key\"\n [(showUsergroupActivities)]=\"showUsergroupActivities\"\n [(searchText)]=\"searchText\"\n (periodFilterClicked)=\"doFilterClicked($event)\"\n (searchTextChange)=\"applyFilter()\"\n (showUsergroupActivitiesChange)=\"showUsergroupActivitiesChange()\"\n [setHasPausedNotificationsForWorkflowProcessOperation]=\"setHasPausedNotificationsForWorkflowProcessOperation\"\n ></co-activity-list-header>\n <div class=\"activity-list-content\">\n <div class=\"activity-wrapper\" [@showHideTab]=\"activeTab\">\n <div class=\"activity-tab-content mini-scrollbar\">\n <ng-container *ngFor=\"let activityListViewModel of privateActivityListViewModels\">\n <co-collapsible *ngIf=\"activityListViewModel.showing\" #collapseable\n [headerTitle]=\"activityListViewModel.label + ' ' + activityListViewModel.amount\"\n [(expanded)]=\"activityListViewModel.expanded\">\n <ng-container *ngFor=\"let activityViewModel of activityListViewModel.activities; trackBy: trackByFn; let index = index\">\n <co-component-activity-overview *ngIf=\"activityViewModel.showing\"\n [viewModel]=\"activityViewModel\"\n [userRelationId]=\"relationId\"\n [userGroupId]=\"userGroupId\"\n (activityChange)=\"handleChangedActivity(index, $event)\"\n (activityDeleted)=\"deleteActivity($event)\"\n (genericTriggerFired)=\"handleGenericTriggerFired($event)\"\n (triggerFired)=\"handleTriggerFired($event)\"\n (linkClicked)=\"linkClicked.emit($event)\"\n (formCreated)=\"handleFormCreation()\"></co-component-activity-overview>\n </ng-container>\n </co-collapsible>\n </ng-container>\n </div>\n <div class=\"activity-tab-content mini-scrollbar\">\n <ng-container *ngFor=\"let activityListViewModel of privateDelegatedActivityListViewModels\">\n <co-collapsible *ngIf=\"activityListViewModel.showing\" #collapseable\n [headerTitle]=\"activityListViewModel.label + ' ' + activityListViewModel.amount\"\n [(expanded)]=\"activityListViewModel.expanded\">\n <ng-container *ngFor=\"let activityViewModel of activityListViewModel.activities; trackBy: trackByFn; let index = index\">\n <co-component-activity-overview *ngIf=\"activityViewModel.showing\"\n [viewModel]=\"activityViewModel\"\n [userRelationId]=\"relationId\"\n [userGroupId]=\"userGroupId\"\n (activityChange)=\"handleChangedActivity(index, $event)\"\n (activityDeleted)=\"deleteActivity($event)\"\n (genericTriggerFired)=\"handleGenericTriggerFired($event)\"\n (triggerFired)=\"handleTriggerFired($event)\"\n (linkClicked)=\"linkClicked.emit($event)\"\n (formCreated)=\"handleFormCreation()\"></co-component-activity-overview>\n </ng-container>\n </co-collapsible>\n </ng-container>\n </div>\n </div>\n </div>\n ",
12487
+ template: "\n <co-activity-list-header\n *ngIf=\"showActivityHeader\"\n [title]=\"'ACTIVITIES'\"\n [table]=\"table\"\n [key]=\"key\"\n [(showUsergroupActivities)]=\"showUsergroupActivities\"\n [(searchText)]=\"searchText\"\n (periodFilterClicked)=\"doFilterClicked($event)\"\n (searchTextChange)=\"applyFilter()\"\n (showUsergroupActivitiesChange)=\"showUsergroupActivitiesChange()\"\n [setHasPausedNotificationsForWorkflowProcessOperation]=\"setHasPausedNotificationsForWorkflowProcessOperation\"\n ></co-activity-list-header>\n <div class=\"activity-list-content\">\n <div class=\"activity-wrapper\" [@showHideTab]=\"activeTab\">\n <div class=\"activity-tab-content mini-scrollbar\">\n <ng-container *ngFor=\"let activityListViewModel of privateActivityListViewModels\">\n <co-collapsible *ngIf=\"activityListViewModel.showing\" #collapseable\n [headerTitle]=\"activityListViewModel.label + ' ' + activityListViewModel.amount\"\n [(expanded)]=\"activityListViewModel.expanded\">\n <ng-container *ngFor=\"let activityViewModel of activityListViewModel.activities; trackBy: trackByFn; let index = index\">\n <co-component-activity-overview *ngIf=\"activityViewModel.showing\"\n [viewModel]=\"activityViewModel\"\n [userRelationId]=\"relationId\"\n [userGroupId]=\"userGroupId\"\n (activityChange)=\"handleChangedActivity(index, $event)\"\n (activityDeleted)=\"deleteActivity($event)\"\n (genericTriggerFired)=\"handleGenericTriggerFired($event)\"\n (triggerFired)=\"handleTriggerFired($event)\"\n (linkClicked)=\"linkClicked.emit($event)\"\n (formCreated)=\"handleFormCreation()\"></co-component-activity-overview>\n </ng-container>\n </co-collapsible>\n </ng-container>\n </div>\n <div class=\"activity-tab-content mini-scrollbar\">\n <ng-container *ngFor=\"let activityListViewModel of privateDelegatedActivityListViewModels\">\n <co-collapsible *ngIf=\"activityListViewModel.showing\" #collapseable\n [headerTitle]=\"activityListViewModel.label + ' ' + activityListViewModel.amount\"\n [(expanded)]=\"activityListViewModel.expanded\">\n <ng-container *ngFor=\"let activityViewModel of activityListViewModel.activities; trackBy: trackByFn; let index = index\">\n <co-component-activity-overview *ngIf=\"activityViewModel.showing\"\n [viewModel]=\"activityViewModel\"\n [userRelationId]=\"relationId\"\n [userGroupId]=\"userGroupId\"\n (activityChange)=\"handleChangedActivity(index, $event)\"\n (activityDeleted)=\"deleteActivity($event)\"\n (genericTriggerFired)=\"handleGenericTriggerFired($event)\"\n (triggerFired)=\"handleTriggerFired($event)\"\n (linkClicked)=\"linkClicked.emit($event)\"\n (formCreated)=\"handleFormCreation()\"></co-component-activity-overview>\n </ng-container>\n </co-collapsible>\n </ng-container>\n </div>\n </div>\n </div>\n ",
12265
12488
  animations: [
12266
12489
  animations.trigger("showHideContent", [
12267
12490
  animations.state("void", animations.style({ transform: "scaleY(0)", opacity: 0 })),
@@ -12284,6 +12507,7 @@
12284
12507
  showClass: [{ type: i0.HostBinding, args: ["class.co-component-activity-list",] }],
12285
12508
  table: [{ type: i0.Input }],
12286
12509
  key: [{ type: i0.Input }],
12510
+ showActivityHeader: [{ type: i0.Input }],
12287
12511
  hideTitle: [{ type: i0.Input }],
12288
12512
  noFreeTasks: [{ type: i0.Input }],
12289
12513
  customTitle: [{ type: i0.Input }],
@@ -12299,6 +12523,9 @@
12299
12523
  showUsergroupActivitiesChanged: [{ type: i0.Output }],
12300
12524
  activitiesList: [{ type: i0.Input }]
12301
12525
  };
12526
+ __decorate([
12527
+ InputBoolean()
12528
+ ], ComponentActivityListComponent.prototype, "showActivityHeader", void 0);
12302
12529
  __decorate([
12303
12530
  InputBoolean()
12304
12531
  ], ComponentActivityListComponent.prototype, "hideTitle", void 0);
@@ -12334,7 +12561,7 @@
12334
12561
  _this.dialogService = dialogService;
12335
12562
  _this.dictionaryService = dictionaryService;
12336
12563
  _this.sharedService = sharedService;
12337
- _this.Icon = exports["ɵbu"];
12564
+ _this.Icon = exports["ɵbv"];
12338
12565
  return _this;
12339
12566
  }
12340
12567
  ComponentActivityOverviewComponent.prototype.showClass = function () {
@@ -12554,7 +12781,7 @@
12554
12781
  _this.dialogService = dialogService;
12555
12782
  _this.iconCacheService = iconCacheService;
12556
12783
  _this.sharedService = sharedService;
12557
- _this.Icon = exports["ɵbu"];
12784
+ _this.Icon = exports["ɵbv"];
12558
12785
  _this.showStatusDropdown = false;
12559
12786
  return _this;
12560
12787
  }
@@ -12625,7 +12852,7 @@
12625
12852
  function ActivitySummaryBlockComponent(_formMaster, elementRef) {
12626
12853
  this._formMaster = _formMaster;
12627
12854
  this.elementRef = elementRef;
12628
- this.Icon = exports["ɵbu"];
12855
+ this.Icon = exports["ɵbv"];
12629
12856
  this.noBorder = false;
12630
12857
  this.readonly = false;
12631
12858
  this.showButtons = false;
@@ -12737,7 +12964,7 @@
12737
12964
  _this.dialogService = dialogService;
12738
12965
  _this.iconService = iconService;
12739
12966
  _this.sharedService = sharedService;
12740
- _this.Icon = exports["ɵbu"];
12967
+ _this.Icon = exports["ɵbv"];
12741
12968
  return _this;
12742
12969
  }
12743
12970
  StatusSummaryBlockComponent.prototype.showClass = function () {
@@ -12808,7 +13035,7 @@
12808
13035
  _this.dialogService = dialogService;
12809
13036
  _this.sharedService = sharedService;
12810
13037
  _this.locale = locale;
12811
- _this.Icon = exports["ɵbu"];
13038
+ _this.Icon = exports["ɵbv"];
12812
13039
  _this.taskCategories = [];
12813
13040
  _this.priorityDomainColl = [];
12814
13041
  return _this;
@@ -12867,7 +13094,7 @@
12867
13094
  { type: DictionaryService },
12868
13095
  { type: corecomponents_v12.CoreDialogService },
12869
13096
  { type: SharedService },
12870
- { type: exports["ɵca"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
13097
+ { type: exports["ɵi"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
12871
13098
  ]; };
12872
13099
  CreationSummaryBlockComponent.propDecorators = {
12873
13100
  editTemplate: [{ type: i0.ViewChild, args: ["editTemplate", { static: true },] }],
@@ -12912,7 +13139,7 @@
12912
13139
  _this.dialogService = dialogService;
12913
13140
  _this.sharedService = sharedService;
12914
13141
  _this.RelationType = RelationType;
12915
- _this.Icon = exports["ɵbu"];
13142
+ _this.Icon = exports["ɵbv"];
12916
13143
  _this._textSearchParams = new relationRequest.RelationRequest();
12917
13144
  _this.personnel = [];
12918
13145
  return _this;
@@ -12985,7 +13212,7 @@
12985
13212
  _this.dictionaryService = dictionaryService;
12986
13213
  _this.dialogService = dialogService;
12987
13214
  _this.sharedService = sharedService;
12988
- _this.Icon = exports["ɵbu"];
13215
+ _this.Icon = exports["ɵbv"];
12989
13216
  _this.listItems = [];
12990
13217
  return _this;
12991
13218
  }
@@ -13141,7 +13368,7 @@
13141
13368
  var ActivityListHeaderComponent = /** @class */ (function () {
13142
13369
  function ActivityListHeaderComponent(iconService) {
13143
13370
  this.iconService = iconService;
13144
- this.icons = exports["ɵbu"];
13371
+ this.icons = exports["ɵbv"];
13145
13372
  this.activitySortType = activitySortType_enum.ActivitySortType;
13146
13373
  this.title = 'MY_WORK';
13147
13374
  this.searchTextChange = new i0.EventEmitter();
@@ -13182,7 +13409,7 @@
13182
13409
  function WorkflowNotificationTogglePopupComponent(element, iconService) {
13183
13410
  this.element = element;
13184
13411
  this.iconService = iconService;
13185
- this.icons = exports["ɵbu"];
13412
+ this.icons = exports["ɵbv"];
13186
13413
  this.workflowProcesses = [];
13187
13414
  this.closePopupClicked = new i0.EventEmitter();
13188
13415
  this.workflowProcessClicked = new i0.EventEmitter();
@@ -13215,7 +13442,7 @@
13215
13442
  this.iconService = iconService;
13216
13443
  this.sharedService = sharedService;
13217
13444
  this._overlayService = _overlayService;
13218
- this.icons = exports["ɵbu"];
13445
+ this.icons = exports["ɵbv"];
13219
13446
  this.workflowProcesses = [];
13220
13447
  this.showPopup = false;
13221
13448
  }
@@ -13824,7 +14051,7 @@
13824
14051
  this.element = element;
13825
14052
  this.iconService = iconService;
13826
14053
  this._overlayService = _overlayService;
13827
- this.icon = exports["ɵbu"];
14054
+ this.icon = exports["ɵbv"];
13828
14055
  this.possibleFilters = [
13829
14056
  period_enum.Period.All,
13830
14057
  period_enum.Period.Today,
@@ -13996,8 +14223,8 @@
13996
14223
  function WorkflowInfoTilesComponent(iconCacheService, sharedService) {
13997
14224
  this.iconCacheService = iconCacheService;
13998
14225
  this.sharedService = sharedService;
13999
- this.Icon = exports["ɵbu"];
14000
- this.icons = exports["ɵbu"];
14226
+ this.Icon = exports["ɵbv"];
14227
+ this.icons = exports["ɵbv"];
14001
14228
  this.workflowProcessInfoPerStatusClicked = new i0.EventEmitter();
14002
14229
  }
14003
14230
  Object.defineProperty(WorkflowInfoTilesComponent.prototype, "workflowCategory", {
@@ -14048,7 +14275,7 @@
14048
14275
  function WorkflowInfoTileComponent(iconCacheService, colorService) {
14049
14276
  this.iconCacheService = iconCacheService;
14050
14277
  this.colorService = colorService;
14051
- this.Icon = exports["ɵbu"];
14278
+ this.Icon = exports["ɵbv"];
14052
14279
  }
14053
14280
  WorkflowInfoTileComponent.prototype.showClass = function () {
14054
14281
  return true;
@@ -14117,6 +14344,313 @@
14117
14344
  },] }
14118
14345
  ];
14119
14346
 
14347
+ var TaskCreatorComponent = /** @class */ (function () {
14348
+ function TaskCreatorComponent(iconService, sharedService) {
14349
+ this.iconService = iconService;
14350
+ this.sharedService = sharedService;
14351
+ this.icons = exports["ɵbv"];
14352
+ this.table = tableName_enum.TableName.Transactions;
14353
+ this.activityCreated = new i0.EventEmitter();
14354
+ this.showFilesDialog = false;
14355
+ this.documents = [];
14356
+ this.showEmailDialog = false;
14357
+ this.emailAddressesAvailable = [];
14358
+ this.emailRequest = null;
14359
+ this.optionCollection = [{ id: 'Opmerking' }, { id: 'Werkzaamheid' }, { id: 'Taak' }];
14360
+ this.remarkText = "";
14361
+ this.workDescription = "";
14362
+ this.taskName = "";
14363
+ this.taskDescription = "";
14364
+ }
14365
+ TaskCreatorComponent.prototype.showClass = function () {
14366
+ return true;
14367
+ };
14368
+ TaskCreatorComponent.prototype.ngOnInit = function () {
14369
+ return __awaiter(this, void 0, void 0, function () {
14370
+ var _a, _b;
14371
+ return __generator(this, function (_c) {
14372
+ switch (_c.label) {
14373
+ case 0:
14374
+ this.chosenActivityType = this.optionCollection[1];
14375
+ _a = this;
14376
+ return [4 /*yield*/, this.sharedService.getRoleEmailAddressesByWorkflowCategoryAndKey('SERVICE_ORDER', this.RemarkAndWorkKey)];
14377
+ case 1:
14378
+ _a.emailAddressesAvailable = _c.sent();
14379
+ _b = this;
14380
+ return [4 /*yield*/, this.sharedService.getEmailSenderByWorkflowCategoryAndKey('SERVICE_ORDER', this.RemarkAndWorkKey)];
14381
+ case 2:
14382
+ _b.senderAddress = _c.sent();
14383
+ return [2 /*return*/];
14384
+ }
14385
+ });
14386
+ });
14387
+ };
14388
+ TaskCreatorComponent.prototype.createRemarkClicked = function () {
14389
+ return __awaiter(this, void 0, void 0, function () {
14390
+ var remark, activity, remarkMade;
14391
+ return __generator(this, function (_a) {
14392
+ switch (_a.label) {
14393
+ case 0:
14394
+ this.createForm.submit();
14395
+ if (!this.createForm.isValid()) return [3 /*break*/, 2];
14396
+ remark = new remark_bo.Remark();
14397
+ remark.author = this.author;
14398
+ remark.author.image = undefined;
14399
+ if (this.documents.length !== 0) {
14400
+ remark.documents = this.documents;
14401
+ }
14402
+ remark.remark = this.remarkText;
14403
+ remark.dateTime = new Date();
14404
+ remark.table = this.table;
14405
+ remark.key = this.RemarkAndWorkKey;
14406
+ remark.read = false;
14407
+ remark.current = true;
14408
+ activity = new activity_bo.Activity();
14409
+ activity.activityType = activityType.ActivityType.Remark;
14410
+ activity.remark = remark;
14411
+ return [4 /*yield*/, this.sharedService.insertActivity(activity)];
14412
+ case 1:
14413
+ remarkMade = _a.sent();
14414
+ if (remarkMade) {
14415
+ this.activityCreated.emit();
14416
+ //await this.sendEmailIfNeccesary();
14417
+ this.clearFields();
14418
+ }
14419
+ _a.label = 2;
14420
+ case 2: return [2 /*return*/];
14421
+ }
14422
+ });
14423
+ });
14424
+ };
14425
+ TaskCreatorComponent.prototype.createWorkClicked = function () {
14426
+ return __awaiter(this, void 0, void 0, function () {
14427
+ var work, activity, workMade;
14428
+ return __generator(this, function (_a) {
14429
+ switch (_a.label) {
14430
+ case 0:
14431
+ this.createForm.submit();
14432
+ if (!this.createForm.isValid()) return [3 /*break*/, 2];
14433
+ work = new work_bo.Work();
14434
+ work.executive = this.author;
14435
+ work.executive.image = undefined;
14436
+ work.documents = this.documents;
14437
+ work.workedTime = 0;
14438
+ work.workDescription = this.workDescription;
14439
+ work.dateTime = new Date();
14440
+ work.table = this.table;
14441
+ work.key = this.RemarkAndWorkKey;
14442
+ activity = new activity_bo.Activity();
14443
+ activity.activityType = activityType.ActivityType.Work;
14444
+ activity.work = work;
14445
+ return [4 /*yield*/, this.sharedService.insertActivity(activity)];
14446
+ case 1:
14447
+ workMade = _a.sent();
14448
+ if (workMade) {
14449
+ this.activityCreated.emit();
14450
+ //await this.sendEmailIfNeccesary();
14451
+ this.clearFields();
14452
+ }
14453
+ _a.label = 2;
14454
+ case 2: return [2 /*return*/];
14455
+ }
14456
+ });
14457
+ });
14458
+ };
14459
+ TaskCreatorComponent.prototype.createTaskClicked = function () {
14460
+ return __awaiter(this, void 0, void 0, function () {
14461
+ var task, activity, taskMade;
14462
+ return __generator(this, function (_a) {
14463
+ switch (_a.label) {
14464
+ case 0:
14465
+ this.createForm.submit();
14466
+ if (!this.createForm.isValid()) return [3 /*break*/, 2];
14467
+ task = new task_bo.Task();
14468
+ task.executive = this.author;
14469
+ task.executive.image = undefined;
14470
+ task.documents = this.documents;
14471
+ task.name = this.taskName;
14472
+ task.description = this.taskDescription;
14473
+ task.creationDateTime = new Date();
14474
+ task.dateDefinate = false;
14475
+ task.needsPlanning = true;
14476
+ task.priority = 0;
14477
+ task.workflowCategory = this.workflowCategoryType;
14478
+ task.reference = this.TaskKey;
14479
+ activity = new activity_bo.Activity();
14480
+ activity.activityType = activityType.ActivityType.Task;
14481
+ activity.task = task;
14482
+ return [4 /*yield*/, this.sharedService.insertActivity(activity)];
14483
+ case 1:
14484
+ taskMade = _a.sent();
14485
+ if (taskMade) {
14486
+ this.activityCreated.emit();
14487
+ //await this.sendEmailIfNeccesary();
14488
+ this.clearFields();
14489
+ }
14490
+ _a.label = 2;
14491
+ case 2: return [2 /*return*/];
14492
+ }
14493
+ });
14494
+ });
14495
+ };
14496
+ TaskCreatorComponent.prototype.addedDocument = function (docs) {
14497
+ return __awaiter(this, void 0, void 0, function () {
14498
+ return __generator(this, function (_a) {
14499
+ this.documents = this.documents.concat(docs);
14500
+ return [2 /*return*/];
14501
+ });
14502
+ });
14503
+ };
14504
+ TaskCreatorComponent.prototype.deletedDocument = function (doc) {
14505
+ return __awaiter(this, void 0, void 0, function () {
14506
+ return __generator(this, function (_a) {
14507
+ ArrayUtils.RemoveElement(doc, this.documents);
14508
+ return [2 /*return*/];
14509
+ });
14510
+ });
14511
+ };
14512
+ TaskCreatorComponent.prototype.emailDialogClosed = function () {
14513
+ if (this.emailAddresses.length >= 0) {
14514
+ this.emailRequest = new activityEmailRequestData.activityEmailRequestData;
14515
+ this.emailRequest.table = this.table;
14516
+ this.emailRequest.key = this.RemarkAndWorkKey;
14517
+ this.emailRequest.senderAddress = this.senderAddress;
14518
+ this.emailRequest.sendAddresses = this.createAddressList(this.emailAddresses);
14519
+ this.emailRequest.ccAddresses = this.createAddressList(this.ccEmailAddresses);
14520
+ }
14521
+ else {
14522
+ this.emailRequest = null;
14523
+ }
14524
+ this.showEmailDialog = false;
14525
+ };
14526
+ TaskCreatorComponent.prototype.createAddressList = function (addresses) {
14527
+ var addressStrings = [];
14528
+ if (addresses && addresses.length !== 0) {
14529
+ addresses.forEach(function (r) {
14530
+ r.emailAddresses.forEach(function (e) {
14531
+ addressStrings.push(e);
14532
+ });
14533
+ });
14534
+ }
14535
+ return addressStrings;
14536
+ };
14537
+ TaskCreatorComponent.prototype.sendEmailIfNeccesary = function () {
14538
+ return __awaiter(this, void 0, void 0, function () {
14539
+ var templates, template;
14540
+ return __generator(this, function (_a) {
14541
+ switch (_a.label) {
14542
+ case 0:
14543
+ if (!this.emailRequest) return [3 /*break*/, 2];
14544
+ return [4 /*yield*/, this.sharedService.getDefaultEmailReportTemplatesForBranch(this.branchNo, this.findReportType())];
14545
+ case 1:
14546
+ templates = _a.sent();
14547
+ if (templates.length != 0) {
14548
+ template = this.findDefault(templates);
14549
+ if (template) {
14550
+ this.startEmailing(template);
14551
+ }
14552
+ }
14553
+ _a.label = 2;
14554
+ case 2: return [2 /*return*/];
14555
+ }
14556
+ });
14557
+ });
14558
+ };
14559
+ TaskCreatorComponent.prototype.findReportType = function () {
14560
+ if (this.chosenActivityType === this.optionCollection[0]) {
14561
+ return reportType_enum.ReportType.RemarkMessage;
14562
+ }
14563
+ else if (this.chosenActivityType === this.optionCollection[1]) {
14564
+ return reportType_enum.ReportType.WorkMessage;
14565
+ }
14566
+ else {
14567
+ return reportType_enum.ReportType.TaskMessage;
14568
+ }
14569
+ };
14570
+ TaskCreatorComponent.prototype.startEmailing = function (template) {
14571
+ return __awaiter(this, void 0, void 0, function () {
14572
+ var _this = this;
14573
+ return __generator(this, function (_a) {
14574
+ this.emailRequest.sendAddresses.forEach(function (a) {
14575
+ _this.sharedService.emailViaTemplate(template, a, 'emailtiteeeel', "", [], {});
14576
+ });
14577
+ return [2 /*return*/];
14578
+ });
14579
+ });
14580
+ };
14581
+ TaskCreatorComponent.prototype.findDefault = function (reportList) {
14582
+ var defaultTemplate = null;
14583
+ reportList.forEach(function (r) {
14584
+ if (r.isDefault) {
14585
+ defaultTemplate = r;
14586
+ }
14587
+ });
14588
+ return defaultTemplate;
14589
+ };
14590
+ TaskCreatorComponent.prototype.clearFields = function () {
14591
+ this.remarkText = "";
14592
+ this.workDescription = "";
14593
+ this.taskName = "";
14594
+ this.taskDescription = "";
14595
+ this.senderAddress = "";
14596
+ this.emailAddresses = [];
14597
+ this.ccEmailAddresses = [];
14598
+ this.emailRequest = null;
14599
+ };
14600
+ return TaskCreatorComponent;
14601
+ }());
14602
+ TaskCreatorComponent.decorators = [
14603
+ { type: i0.Component, args: [{
14604
+ selector: "co-task-creator",
14605
+ template: "\n <div class=\"input-fields\">\n <co-form #createForm>\n <co-list-of-values [collection]=\"optionCollection\" [(model)]=\"chosenActivityType\"\n [displayField]=\"'id'\"></co-list-of-values>\n <co-input-text *ngIf=\"chosenActivityType === optionCollection[0]\" [required]=\"chosenActivityType === optionCollection[0]\"\n [placeholder]=\"'REMARK' | localize\" [(model)]=\"remarkText\"\n [rightIconData]=\"iconService.getIcon(icons.PaperPlaneTopSolid)\"\n (rightIconClick)=\"createRemarkClicked()\"></co-input-text>\n <co-input-text *ngIf=\"chosenActivityType === optionCollection[1]\" [required]=\"chosenActivityType === optionCollection[1]\"\n [placeholder]=\"'DESCRIPTION' | localize\" [(model)]=\"workDescription\"\n [rightIconData]=\"iconService.getIcon(icons.PaperPlaneTopSolid)\"\n (rightIconClick)=\"createWorkClicked()\"></co-input-text>\n <div class=\"task-input-fields\" *ngIf=\"chosenActivityType === optionCollection[2]\">\n <co-input-text [(model)]=\"taskName\" [placeholder]=\"'NAME' | localize\" [required]=\"chosenActivityType === optionCollection[2]\"\n [rightIconData]=\"iconService.getIcon(icons.PaperPlaneTopSolid)\"\n (rightIconClick)=\"createTaskClicked()\"></co-input-text>\n <co-input-text [(model)]=\"taskDescription\" [placeholder]=\"'DESCRIPTION' | localize\" [required]=\"chosenActivityType === optionCollection[2]\"></co-input-text>\n </div>\n </co-form>\n </div>\n <div class=\"extras-buttons\">\n <co-button [iconData]=\"iconService.getIcon(icons.Email)\" (click)=\"showEmailDialog = true\"></co-button>\n <co-button [iconData]=\"iconService.getIcon(icons.PaperclipRegular)\" (click)=\"showFilesDialog = true\"\n [label]=\"documents.length === 0 ? '' : documents.length.toString()\" ></co-button>\n </div>\n\n <co-dialog *ngIf=\"showFilesDialog\" (closeClick)=\"showFilesDialog = false\">\n <co-files-upload (documentsAdded)=\"addedDocument($event)\" (documentDeleted)=\"deletedDocument\"\n [documents]=\"documents\" [useWithoutSettingProps]=\"true\"></co-files-upload>\n </co-dialog>\n <co-dialog *ngIf=\"showEmailDialog\" (closeClick)=\"emailDialogClosed()\">\n <co-list-of-values [multiselect]=\"true\" [label]=\"'RECIPIENTS' | localize\"\n [collection]=\"emailAddressesAvailable\" [displayField]=\"'role'\"\n [(model)]=\"emailAddresses\">\n </co-list-of-values>\n <co-list-of-values [multiselect]=\"true\" [label]=\"'BCC' | localize\"\n [collection]=\"emailAddressesAvailable\" [displayField]=\"'role'\"\n [(model)]=\"ccEmailAddresses\">\n </co-list-of-values>\n <co-input-text [readonly]=\"false\" [label]=\"'SENDER' | localize\" [model]=\"senderAddress\"></co-input-text>\n </co-dialog>\n\n "
14606
+ },] }
14607
+ ];
14608
+ TaskCreatorComponent.ctorParameters = function () { return [
14609
+ { type: IconCacheService },
14610
+ { type: SharedService }
14611
+ ]; };
14612
+ TaskCreatorComponent.propDecorators = {
14613
+ createForm: [{ type: i0.ViewChild, args: [corecomponents_v12.FormComponent,] }],
14614
+ author: [{ type: i0.Input }],
14615
+ branchNo: [{ type: i0.Input }],
14616
+ table: [{ type: i0.Input }],
14617
+ RemarkAndWorkKey: [{ type: i0.Input }],
14618
+ TaskKey: [{ type: i0.Input }],
14619
+ workflowCategoryType: [{ type: i0.Input }],
14620
+ activityCreated: [{ type: i0.Output }],
14621
+ showClass: [{ type: i0.HostBinding, args: ["class.co-task-creator",] }]
14622
+ };
14623
+
14624
+ var TaskCreatorModule = /** @class */ (function () {
14625
+ function TaskCreatorModule() {
14626
+ }
14627
+ return TaskCreatorModule;
14628
+ }());
14629
+ TaskCreatorModule.decorators = [
14630
+ { type: i0.NgModule, args: [{
14631
+ imports: [
14632
+ corecomponents_v12.ListOfValuesModule,
14633
+ corecomponents_v12.InputTextModule,
14634
+ corecomponents_v12.ButtonModule,
14635
+ common.CommonModule,
14636
+ corecomponents_v12.CoDialogModule,
14637
+ FilesUploadModule,
14638
+ LocalizationModule,
14639
+ corecomponents_v12.ListOfIconsModule,
14640
+ corecomponents_v12.FormModule
14641
+ ],
14642
+ declarations: [
14643
+ TaskCreatorComponent
14644
+ ],
14645
+ exports: [
14646
+ TaskCreatorComponent
14647
+ ],
14648
+ providers: [
14649
+ businessObjectFactory.BusinessObjectFactory
14650
+ ]
14651
+ },] }
14652
+ ];
14653
+
14120
14654
  /*
14121
14655
  * Public API Surface of sharedcomponents
14122
14656
  */
@@ -14154,38 +14688,41 @@
14154
14688
  exports.StatusbarModule = StatusbarModule;
14155
14689
  exports.StockComponent = StockComponent;
14156
14690
  exports.StockModule = StockModule;
14691
+ exports.TaskCreatorComponent = TaskCreatorComponent;
14692
+ exports.TaskCreatorModule = TaskCreatorModule;
14157
14693
  exports.Translation = Translation;
14158
14694
  exports.WorkflowInfoTilesComponent = WorkflowInfoTilesComponent;
14159
14695
  exports.WorkflowInfoTilesModule = WorkflowInfoTilesModule;
14160
14696
  exports.sendMethodsWithIcon = sendMethodsWithIcon;
14161
14697
  exports["ɵa"] = SignatureComponent;
14162
14698
  exports["ɵb"] = SignaturesComponent;
14163
- exports["ɵba"] = LocalizationModule;
14164
- exports["ɵbb"] = LocalizePipe;
14165
- exports["ɵbc"] = StockInformationComponent;
14166
- exports["ɵbd"] = StockInformationGridComponent;
14167
- exports["ɵbe"] = StockTransferComponent;
14168
- exports["ɵbf"] = StockChangeAmountComponent;
14169
- exports["ɵbg"] = StockTabComponent;
14170
- exports["ɵbh"] = OrderTabComponent;
14171
- exports["ɵbi"] = StockTabsComponent;
14172
- exports["ɵbj"] = StockHistoryTabsComponent;
14173
- exports["ɵbk"] = OrderStockTabComponent;
14174
- exports["ɵbl"] = StockLocationComponent;
14175
- exports["ɵbm"] = StockHistoryComponent;
14176
- exports["ɵbn"] = OrderSupplyStockHistoryComponent;
14177
- exports["ɵbo"] = OrderCommissionStockHistoryComponent;
14178
- exports["ɵbp"] = OrderStockHistoryComponent;
14179
- exports["ɵbq"] = AllocationStockHistoryComponent;
14180
- exports["ɵbr"] = StockPrognoseComponent;
14181
- exports["ɵbs"] = StockLocationPopupComponent;
14182
- exports["ɵbt"] = SendMethod;
14183
- exports["ɵbv"] = CalendarAllYearsComponent;
14184
- exports["ɵbw"] = CalendarAllMonthsComponent;
14185
- exports["ɵbx"] = CalendarHeaderComponent;
14186
- exports["ɵby"] = CalendarComponent;
14187
- exports["ɵbz"] = CalendarViewComponent;
14699
+ exports["ɵba"] = StockStatusbarComponent;
14700
+ exports["ɵbb"] = LocalizationModule;
14701
+ exports["ɵbc"] = LocalizePipe;
14702
+ exports["ɵbd"] = StockInformationComponent;
14703
+ exports["ɵbe"] = StockInformationGridComponent;
14704
+ exports["ɵbf"] = StockTransferComponent;
14705
+ exports["ɵbg"] = StockChangeAmountComponent;
14706
+ exports["ɵbh"] = StockTabComponent;
14707
+ exports["ɵbi"] = OrderTabComponent;
14708
+ exports["ɵbj"] = StockTabsComponent;
14709
+ exports["ɵbk"] = StockHistoryTabsComponent;
14710
+ exports["ɵbl"] = OrderStockTabComponent;
14711
+ exports["ɵbm"] = StockLocationComponent;
14712
+ exports["ɵbn"] = StockHistoryComponent;
14713
+ exports["ɵbo"] = OrderSupplyStockHistoryComponent;
14714
+ exports["ɵbp"] = OrderCommissionStockHistoryComponent;
14715
+ exports["ɵbq"] = OrderStockHistoryComponent;
14716
+ exports["ɵbr"] = AllocationStockHistoryComponent;
14717
+ exports["ɵbs"] = StockPrognoseComponent;
14718
+ exports["ɵbt"] = StockLocationPopupComponent;
14719
+ exports["ɵbu"] = SendMethod;
14720
+ exports["ɵbw"] = CalendarAllYearsComponent;
14721
+ exports["ɵbx"] = CalendarAllMonthsComponent;
14722
+ exports["ɵby"] = CalendarHeaderComponent;
14723
+ exports["ɵbz"] = CalendarComponent;
14188
14724
  exports["ɵc"] = StockService;
14725
+ exports["ɵca"] = CalendarViewComponent;
14189
14726
  exports["ɵcb"] = AgendaHeaderComponent;
14190
14727
  exports["ɵcc"] = AgendaViewComponent;
14191
14728
  exports["ɵcd"] = AgendaMonthViewComponent;
@@ -14264,24 +14801,23 @@
14264
14801
  exports["ɵf"] = DictionaryService;
14265
14802
  exports["ɵg"] = LocalizeService;
14266
14803
  exports["ɵh"] = IconCacheService;
14267
- exports["ɵi"] = SendMethodService;
14268
- exports["ɵj"] = SendMethodEmailModule;
14269
- exports["ɵk"] = LayoutSelectionModule;
14270
- exports["ɵl"] = LayoutSelectionComponent;
14271
- exports["ɵm"] = SignatureButtonModule;
14272
- exports["ɵn"] = SignatureButtonComponent;
14273
- exports["ɵo"] = SendMethodEmailComponent;
14274
- exports["ɵp"] = SendMethodPrinterModule;
14275
- exports["ɵq"] = PrinterSelectionModule;
14276
- exports["ɵr"] = PrinterSelectionComponent;
14277
- exports["ɵs"] = SendMethodPrinterComponent;
14278
- exports["ɵt"] = SendMethodPdfModule;
14279
- exports["ɵu"] = SendMethodPdfComponent;
14280
- exports["ɵv"] = TabBarModule;
14281
- exports["ɵw"] = TabBarComponent;
14282
- exports["ɵx"] = StatusbarPopupComponent;
14283
- exports["ɵy"] = StockStatusbarModule;
14284
- exports["ɵz"] = StockStatusbarComponent;
14804
+ exports["ɵj"] = SendMethodService;
14805
+ exports["ɵk"] = SendMethodEmailModule;
14806
+ exports["ɵl"] = LayoutSelectionModule;
14807
+ exports["ɵm"] = LayoutSelectionComponent;
14808
+ exports["ɵn"] = SignatureButtonModule;
14809
+ exports["ɵo"] = SignatureButtonComponent;
14810
+ exports["ɵp"] = SendMethodEmailComponent;
14811
+ exports["ɵq"] = SendMethodPrinterModule;
14812
+ exports["ɵr"] = PrinterSelectionModule;
14813
+ exports["ɵs"] = PrinterSelectionComponent;
14814
+ exports["ɵt"] = SendMethodPrinterComponent;
14815
+ exports["ɵu"] = SendMethodPdfModule;
14816
+ exports["ɵv"] = SendMethodPdfComponent;
14817
+ exports["ɵw"] = TabBarModule;
14818
+ exports["ɵx"] = TabBarComponent;
14819
+ exports["ɵy"] = StatusbarPopupComponent;
14820
+ exports["ɵz"] = StockStatusbarModule;
14285
14821
 
14286
14822
  Object.defineProperty(exports, '__esModule', { value: true });
14287
14823