@colijnit/sharedcomponents 1.0.54 → 1.0.55

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 (36) hide show
  1. package/bundles/colijnit-sharedcomponents.umd.js +261 -158
  2. package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
  3. package/colijnit-sharedcomponents.d.ts +51 -49
  4. package/colijnit-sharedcomponents.metadata.json +1 -1
  5. package/esm2015/colijnit-sharedcomponents.js +52 -50
  6. package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.js +40 -0
  7. package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.js +23 -0
  8. package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +14 -2
  9. package/esm2015/lib/components/send-method-dialog/send-method-dialog.module.js +4 -2
  10. package/esm2015/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.js +2 -1
  11. package/esm2015/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.js +2 -1
  12. package/esm2015/lib/components/stock/components/order-stock-history/order-stock-history.component.js +2 -1
  13. package/esm2015/lib/components/stock/components/order-stock-tab/order-stock-tab.component.js +2 -1
  14. package/esm2015/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.js +2 -1
  15. package/esm2015/lib/components/stock/components/order-tab/order-tab.component.js +3 -1
  16. package/esm2015/lib/components/stock/components/stock-history/stock-history.component.js +3 -1
  17. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +5 -1
  18. package/esm2015/lib/components/stock/components/stock-prognose/stock-prognose.component.js +2 -1
  19. package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +2 -1
  20. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +89 -68
  21. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +3 -1
  22. package/esm2015/lib/components/stock/stock.component.js +8 -1
  23. package/esm2015/lib/components/tab-bar/tab-bar.component.js +4 -1
  24. package/fesm2015/colijnit-sharedcomponents.js +186 -69
  25. package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
  26. package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.d.ts +8 -0
  27. package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.d.ts +2 -0
  28. package/lib/components/send-method-dialog/components/send-method-pdf/style/_layout.scss +25 -0
  29. package/lib/components/send-method-dialog/components/send-method-pdf/style/_material-definition.scss +5 -0
  30. package/lib/components/send-method-dialog/components/send-method-pdf/style/_theme.scss +5 -0
  31. package/lib/components/send-method-dialog/components/send-method-pdf/style/material.scss +4 -0
  32. package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +2 -0
  33. package/lib/components/send-method-dialog/style/_layout.scss +1 -1
  34. package/lib/components/send-method-dialog/style/material.scss +1 -0
  35. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +4 -2
  36. package/package.json +1 -1
@@ -884,13 +884,13 @@
884
884
  },] }
885
885
  ];
886
886
 
887
- exports["ɵbx"] = void 0;
887
+ exports["ɵbz"] = 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["ɵbx"] || (exports["ɵbx"] = {}));
893
+ })(exports["ɵbz"] || (exports["ɵbz"] = {}));
894
894
 
895
895
  // Static utility functions holder related to strings.
896
896
  var StringUtils = /** @class */ (function () {
@@ -1004,7 +1004,7 @@
1004
1004
  DictionaryService.prototype.setDictionary = function (language) {
1005
1005
  return __awaiter(this, void 0, void 0, function () {
1006
1006
  return __generator(this, function (_a) {
1007
- this._language = language || exports["ɵbx"].Dutch;
1007
+ this._language = language || exports["ɵbz"].Dutch;
1008
1008
  this._loadDictionary();
1009
1009
  return [2 /*return*/];
1010
1010
  });
@@ -1037,7 +1037,7 @@
1037
1037
  return key || "";
1038
1038
  }
1039
1039
  if (this.language === undefined) {
1040
- this._language = exports["ɵbx"].Dutch;
1040
+ this._language = exports["ɵbz"].Dutch;
1041
1041
  this._loadDictionary();
1042
1042
  }
1043
1043
  var text = this._dictionaries.get(this.language)[key];
@@ -1843,14 +1843,19 @@
1843
1843
  this._localizeService = _localizeService;
1844
1844
  this._connector = _connector;
1845
1845
  this.handleStickerClicked = new i0.EventEmitter();
1846
+ this.articleWarehouse = [];
1847
+ this.allWarehouses = [];
1846
1848
  this.okButtonClicked = new i0.EventEmitter();
1847
1849
  this.cancelButtonClicked = new i0.EventEmitter();
1848
1850
  this.loaded = false;
1849
1851
  this.showStockInformationGrid = true;
1850
1852
  this.showStockTransfer = false;
1853
+ this.stockInformation = [];
1854
+ this.stockHistory = [];
1851
1855
  this.allAvailableStock = 0;
1852
1856
  this.allTechnicalStock = 0;
1853
1857
  this.showSendMethodDialog = false;
1858
+ this.warehouses = [];
1854
1859
  this._subscriptions = [];
1855
1860
  this._subscriptions.push(this._optionsService.optionsLoaded.subscribe(function (loaded) { return _this._handleSettingsLoaded(loaded); }));
1856
1861
  }
@@ -1978,6 +1983,8 @@
1978
1983
  this.getStockManagementWarehouses();
1979
1984
  this.getStockInformation(this.articleExtended ? this.articleExtended.goodId : this._goodId);
1980
1985
  }
1986
+ this._changeDetector.markForCheck();
1987
+ this._changeDetector.detectChanges();
1981
1988
  };
1982
1989
  return StockComponent;
1983
1990
  }());
@@ -2115,7 +2122,7 @@
2115
2122
  ]; };
2116
2123
 
2117
2124
  /** AUTO GENERATED FILE. DO NOT CHANGE.. OR YOU WILL SUFFER THE CONSEQUENCES OF YOUR ACTIONS **/
2118
- exports["ɵbr"] = void 0;
2125
+ exports["ɵbt"] = void 0;
2119
2126
  (function (Icon) {
2120
2127
  Icon["Account"] = "account";
2121
2128
  Icon["AngleLeftSolid"] = "angle_left_solid";
@@ -2150,13 +2157,13 @@
2150
2157
  Icon["TagRegular"] = "tag_regular";
2151
2158
  Icon["Xml"] = "xml";
2152
2159
  Icon["XSolid"] = "x_solid";
2153
- })(exports["ɵbr"] || (exports["ɵbr"] = {}));
2160
+ })(exports["ɵbt"] || (exports["ɵbt"] = {}));
2154
2161
 
2155
2162
  var StockInformationGridComponent = /** @class */ (function () {
2156
2163
  function StockInformationGridComponent(iconCacheService, _stockService) {
2157
2164
  this.iconCacheService = iconCacheService;
2158
2165
  this._stockService = _stockService;
2159
- this.icons = exports["ɵbr"];
2166
+ this.icons = exports["ɵbt"];
2160
2167
  this.transferIconClicked = new i0.EventEmitter();
2161
2168
  this.historyClicked = new i0.EventEmitter();
2162
2169
  this.cancelButtonClicked = new i0.EventEmitter();
@@ -2397,9 +2404,11 @@
2397
2404
  this.allWarehousesDropdownFields = { text: "warehouseDescription", value: "warehouseNo" };
2398
2405
  this.allLocationDropdownFields = { text: "locationNo", value: "locationNo" };
2399
2406
  this.showSendMethodDialog = false;
2407
+ this.warehouses = [];
2400
2408
  this.stockState = [];
2401
2409
  this.stockStateDropdownField = { text: "stateDescription", value: "stockStateId" };
2402
- this.icons = exports["ɵbr"];
2410
+ this.locations = [];
2411
+ this.icons = exports["ɵbt"];
2403
2412
  }
2404
2413
  StockTransferComponent.prototype.ngAfterViewInit = function () {
2405
2414
  this.getStockManagementWarehouses();
@@ -2642,13 +2651,14 @@
2642
2651
  }());
2643
2652
 
2644
2653
  var sendMethodsWithIcon = [
2645
- new SendMethod(sendMethodType_enum.SendMethodType.Fax, "Fax", exports["ɵbr"].PrintRegular),
2646
- new SendMethod(sendMethodType_enum.SendMethodType.Print, "Print", exports["ɵbr"].PrintSolid),
2647
- new SendMethod(sendMethodType_enum.SendMethodType.Email, "Email", exports["ɵbr"].AtSolid),
2648
- new SendMethod(sendMethodType_enum.SendMethodType.Edi, "Edi", exports["ɵbr"].FileExportSolid),
2649
- new SendMethod(sendMethodType_enum.SendMethodType.EmailTemplate, "Email template", exports["ɵbr"].EnvelopeRegular),
2650
- new SendMethod(sendMethodType_enum.SendMethodType.Sms, "Sms", exports["ɵbr"].MessageSmsSolid),
2651
- new SendMethod(sendMethodType_enum.SendMethodType.WebService, "Webservice", exports["ɵbr"].PrintRegular)
2654
+ new SendMethod(sendMethodType_enum.SendMethodType.Fax, "Fax", exports["ɵbt"].PrintRegular),
2655
+ new SendMethod(sendMethodType_enum.SendMethodType.Print, "Print", exports["ɵbt"].PrintSolid),
2656
+ new SendMethod(sendMethodType_enum.SendMethodType.Email, "Email", exports["ɵbt"].AtSolid),
2657
+ new SendMethod(sendMethodType_enum.SendMethodType.Edi, "Edi", exports["ɵbt"].FileExportSolid),
2658
+ new SendMethod(sendMethodType_enum.SendMethodType.EmailTemplate, "Email template", exports["ɵbt"].EnvelopeRegular),
2659
+ new SendMethod(sendMethodType_enum.SendMethodType.Sms, "Sms", exports["ɵbt"].MessageSmsSolid),
2660
+ new SendMethod(sendMethodType_enum.SendMethodType.WebService, "Webservice", exports["ɵbt"].PrintRegular),
2661
+ new SendMethod(sendMethodType_enum.SendMethodType.Pdf, "Pdf", exports["ɵbt"].Pdf)
2652
2662
  ];
2653
2663
  var SendMethodDialogComponent = /** @class */ (function () {
2654
2664
  function SendMethodDialogComponent(iconCacheService, _changeDetector, _sharedService, _sendMethodService) {
@@ -2657,7 +2667,7 @@
2657
2667
  this._changeDetector = _changeDetector;
2658
2668
  this._sharedService = _sharedService;
2659
2669
  this._sendMethodService = _sendMethodService;
2660
- this.icons = exports["ɵbr"];
2670
+ this.icons = exports["ɵbt"];
2661
2671
  this.printerList = [];
2662
2672
  this.emailLayouts = [];
2663
2673
  this.printLayouts = [];
@@ -2681,6 +2691,7 @@
2681
2691
  this.showSms = true;
2682
2692
  this.showEmailTemplate = true;
2683
2693
  this.showWebservice = true;
2694
+ this.showPdf = true;
2684
2695
  this._subscriptions = [];
2685
2696
  this._subscriptions.push(this._sendMethodService.reportingDocumentPrintSignDocBaseRequestChanged.subscribe(function (value) { return _this.reportingDocumentPrintRequestChange.next(value); }), this._sendMethodService.reportingDocumentEmailSignDocBaseRequestChanged.subscribe(function (value) { return _this.reportingDocumentEmailRequestChange.next(value); }), this._sendMethodService.reportingDocumentPdfBaseRequestChanged.subscribe(function (value) { return _this.reportingDocumentPdfRequestChange.next(value); }));
2686
2697
  }
@@ -2730,6 +2741,9 @@
2730
2741
  else if (sendMethod.code === sendMethodType_enum.SendMethodType.WebService && this.showWebservice) {
2731
2742
  this.navigationItems.nativeElement.scrollLeft = this.webServiceItems.nativeElement.offsetLeft - this.navigationItems.nativeElement.offsetLeft;
2732
2743
  }
2744
+ else if (sendMethod.code === sendMethodType_enum.SendMethodType.Pdf && this.showPdf) {
2745
+ this.navigationItems.nativeElement.scrollLeft = this.pdfItems.nativeElement.offsetLeft - this.navigationItems.nativeElement.offsetLeft;
2746
+ }
2733
2747
  };
2734
2748
  SendMethodDialogComponent.prototype._initDefaultSendMethod = function () {
2735
2749
  if (this.defaultSendMethod) {
@@ -2765,13 +2779,14 @@
2765
2779
  this.showEmailTemplate = this.sendMethods.find(function (sm) { return sm.code === sendMethodType_enum.SendMethodType.EmailTemplate; }) !== undefined;
2766
2780
  this.showSms = this.sendMethods.find(function (sm) { return sm.code === sendMethodType_enum.SendMethodType.Sms; }) !== undefined;
2767
2781
  this.showWebservice = this.sendMethods.find(function (sm) { return sm.code === sendMethodType_enum.SendMethodType.WebService; }) !== undefined;
2782
+ this.showPdf = this.sendMethods.find(function (sm) { return sm.code === sendMethodType_enum.SendMethodType.Pdf; }) !== undefined;
2768
2783
  };
2769
2784
  return SendMethodDialogComponent;
2770
2785
  }());
2771
2786
  SendMethodDialogComponent.decorators = [
2772
2787
  { type: i0.Component, args: [{
2773
2788
  selector: 'co-send-method-dialog',
2774
- template: "\n <co-dialog id=\"sendOptionsDialog\" [headerTemplate]=\"headerTemplate\" [footerTemplate]=\"footerTemplate\"\n (closeClick)=\"closeClick.emit($event)\">\n <ng-template #headerTemplate>\n <div class=\"co-dialog-header-title-wrapper\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.EnvelopeRegular)\"></co-icon>\n <div class=\"co-dialog-header-title\" [textContent]=\"headerTitle\"></div>\n </div>\n <div class=\"dialog-navigation-wrapper\">\n <div class=\"send-button-wrapper\" *ngFor=\"let sendMethod of sendMethods; let index = index\"\n [class.selected]=\"activeSendMethod ? sendMethod.code === activeSendMethod.code : index === 0\"\n (click)=\"handleSendMethodClick(sendMethod)\">\n <div class=\"custom-button-title\" [textContent]=\"sendMethod.description\"></div>\n </div>\n </div>\n </ng-template>\n\n <div class=\"dialog-content-wrapper\">\n <div class=\"send-methods-wrapper\">\n\n </div>\n <div #navigationItems class=\"send-method-navigation-wrapper\" [class.smooth-scrolling]=\"!startUp\">\n <div #faxItems class=\"send-method-navigation-content co-small-scrollbar\">\n\n </div>\n <div #printItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showPrint\">\n <co-send-method-printer\n [printerList]=\"printerList\"\n [layouts]=\"printLayouts\"\n ></co-send-method-printer>\n </div>\n <div #emailItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showEmail\">\n <co-send-method-email\n [emailAddresses]=\"emailAddresses\"\n [layouts]=\"emailLayouts\"\n ></co-send-method-email>\n </div>\n <div #ediItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showEdi\">\n\n </div>\n <div #emailTemplateItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showEmailTemplate\">\n\n </div>\n <div #smsItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showSms\">\n\n </div>\n <div #webServiceItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showWebservice\">\n\n </div>\n </div>\n </div>\n <ng-template #footerTemplate>\n <div class=\"co-dialog-footer-button-wrapper\">\n <co-button class=\"save-button\"\n [iconData]=\"iconCacheService.getIcon(icons.CheckDuotone)\"\n (click)=\"okClick.emit(activeSendMethod ? activeSendMethod.code : '0')\"></co-button>\n <co-button class=\"close-button\"\n [iconData]=\"iconCacheService.getIcon(icons.CrossSkinny)\"\n (click)=\"closeClick.emit($event)\"></co-button>\n </div>\n </ng-template>\n </co-dialog>\n ",
2789
+ template: "\n <co-dialog id=\"sendOptionsDialog\" [headerTemplate]=\"headerTemplate\" [footerTemplate]=\"footerTemplate\"\n (closeClick)=\"closeClick.emit($event)\">\n <ng-template #headerTemplate>\n <div class=\"co-dialog-header-title-wrapper\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.EnvelopeRegular)\"></co-icon>\n <div class=\"co-dialog-header-title\" [textContent]=\"headerTitle\"></div>\n </div>\n <div class=\"dialog-navigation-wrapper\">\n <div class=\"send-button-wrapper\" *ngFor=\"let sendMethod of sendMethods; let index = index\"\n [class.selected]=\"activeSendMethod ? sendMethod.code === activeSendMethod.code : index === 0\"\n (click)=\"handleSendMethodClick(sendMethod)\">\n <div class=\"custom-button-title\" [textContent]=\"sendMethod.description\"></div>\n </div>\n </div>\n </ng-template>\n\n <div class=\"dialog-content-wrapper\">\n <div class=\"send-methods-wrapper\">\n\n </div>\n <div #navigationItems class=\"send-method-navigation-wrapper\" [class.smooth-scrolling]=\"!startUp\">\n <div #faxItems class=\"send-method-navigation-content co-small-scrollbar\">\n\n </div>\n <div #printItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showPrint\">\n <co-send-method-printer\n [printerList]=\"printerList\"\n [layouts]=\"printLayouts\"\n ></co-send-method-printer>\n </div>\n <div #emailItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showEmail\">\n <co-send-method-email\n [emailAddresses]=\"emailAddresses\"\n [layouts]=\"emailLayouts\"\n ></co-send-method-email>\n </div>\n <div #ediItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showEdi\">\n\n </div>\n <div #emailTemplateItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showEmailTemplate\">\n\n </div>\n <div #smsItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showSms\">\n\n </div>\n <div #webServiceItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showWebservice\">\n\n </div>\n <div #pdfItems class=\"send-method-navigation-content co-small-scrollbar\" *ngIf=\"showPdf\">\n <co-send-method-pdf\n [layouts]=\"printLayouts\"\n ></co-send-method-pdf>\n </div>\n </div>\n </div>\n <ng-template #footerTemplate>\n <div class=\"co-dialog-footer-button-wrapper\">\n <co-button class=\"save-button\"\n [iconData]=\"iconCacheService.getIcon(icons.CheckDuotone)\"\n (click)=\"okClick.emit(activeSendMethod ? activeSendMethod.code : '0')\"></co-button>\n <co-button class=\"close-button\"\n [iconData]=\"iconCacheService.getIcon(icons.CrossSkinny)\"\n (click)=\"closeClick.emit($event)\"></co-button>\n </div>\n </ng-template>\n </co-dialog>\n ",
2775
2790
  encapsulation: i0.ViewEncapsulation.None,
2776
2791
  animations: [
2777
2792
  animations.trigger('slideInOut', [
@@ -2797,6 +2812,7 @@
2797
2812
  emailTemplateItems: [{ type: i0.ViewChild, args: ['emailTemplateItems', { read: i0.ElementRef },] }],
2798
2813
  smsItems: [{ type: i0.ViewChild, args: ['smsItems', { read: i0.ElementRef },] }],
2799
2814
  webServiceItems: [{ type: i0.ViewChild, args: ['webServiceItems', { read: i0.ElementRef },] }],
2815
+ pdfItems: [{ type: i0.ViewChild, args: ['pdfItems', { read: i0.ElementRef },] }],
2800
2816
  printerList: [{ type: i0.Input }],
2801
2817
  reportingDocumentPrintRequest: [{ type: i0.Input }],
2802
2818
  reportingDocumentEmailRequest: [{ type: i0.Input }],
@@ -2876,7 +2892,7 @@
2876
2892
  var LayoutSelectionComponent = /** @class */ (function () {
2877
2893
  function LayoutSelectionComponent(iconCacheService) {
2878
2894
  this.iconCacheService = iconCacheService;
2879
- this.icons = exports["ɵbr"];
2895
+ this.icons = exports["ɵbt"];
2880
2896
  this.layouts = [];
2881
2897
  this.requestChange = new i0.EventEmitter();
2882
2898
  this.showLayoutList = false;
@@ -2952,7 +2968,7 @@
2952
2968
  var SignatureButtonComponent = /** @class */ (function () {
2953
2969
  function SignatureButtonComponent(iconCacheService) {
2954
2970
  this.iconCacheService = iconCacheService;
2955
- this.icons = exports["ɵbr"];
2971
+ this.icons = exports["ɵbt"];
2956
2972
  }
2957
2973
  SignatureButtonComponent.prototype.showClass = function () {
2958
2974
  return true;
@@ -3060,7 +3076,7 @@
3060
3076
  this.sendMethodService = sendMethodService;
3061
3077
  this.iconService = iconService;
3062
3078
  this._service = _service;
3063
- this.icons = exports["ɵbr"];
3079
+ this.icons = exports["ɵbt"];
3064
3080
  this.printers = [];
3065
3081
  this.showPrinterList = false;
3066
3082
  }
@@ -3155,6 +3171,52 @@
3155
3171
  },] }
3156
3172
  ];
3157
3173
 
3174
+ var SendMethodPdfComponent = /** @class */ (function () {
3175
+ function SendMethodPdfComponent(sendMethodService) {
3176
+ this.sendMethodService = sendMethodService;
3177
+ this.layouts = [];
3178
+ }
3179
+ SendMethodPdfComponent.prototype.showClass = function () {
3180
+ return true;
3181
+ };
3182
+ return SendMethodPdfComponent;
3183
+ }());
3184
+ SendMethodPdfComponent.decorators = [
3185
+ { type: i0.Component, args: [{
3186
+ selector: 'co-send-method-pdf',
3187
+ template: "\n <div class=\"pdf-layout-selections-wrapper\">\n <div class=\"layout-signature-wrapper\">\n <co-layout-selection\n [(request)]=\"sendMethodService.reportingDocumentPdfBaseRequest\"\n [layouts]=\"layouts\"\n ></co-layout-selection>\n<!--\n <co-signature-button\n [request]=\"sendMethodService.reportingDocumentPdfBaseRequest\"\n ></co-signature-button>\n-->\n </div>\n </div>\n ",
3188
+ encapsulation: i0.ViewEncapsulation.None
3189
+ },] }
3190
+ ];
3191
+ SendMethodPdfComponent.ctorParameters = function () { return [
3192
+ { type: SendMethodService }
3193
+ ]; };
3194
+ SendMethodPdfComponent.propDecorators = {
3195
+ layouts: [{ type: i0.Input }],
3196
+ showClass: [{ type: i0.HostBinding, args: ['class.co-send-method-pdf',] }]
3197
+ };
3198
+
3199
+ var SendMethodPdfModule = /** @class */ (function () {
3200
+ function SendMethodPdfModule() {
3201
+ }
3202
+ return SendMethodPdfModule;
3203
+ }());
3204
+ SendMethodPdfModule.decorators = [
3205
+ { type: i0.NgModule, args: [{
3206
+ imports: [
3207
+ common.CommonModule,
3208
+ LayoutSelectionModule,
3209
+ SignatureButtonModule
3210
+ ],
3211
+ declarations: [
3212
+ SendMethodPdfComponent
3213
+ ],
3214
+ exports: [
3215
+ SendMethodPdfComponent
3216
+ ]
3217
+ },] }
3218
+ ];
3219
+
3158
3220
  var SendMethodDialogModule = /** @class */ (function () {
3159
3221
  function SendMethodDialogModule() {
3160
3222
  }
@@ -3171,7 +3233,8 @@
3171
3233
  corecomponents_v12.IconModule,
3172
3234
  SendMethodEmailModule,
3173
3235
  SendMethodPrinterModule,
3174
- corecomponents_v12.ButtonModule
3236
+ corecomponents_v12.ButtonModule,
3237
+ SendMethodPdfModule
3175
3238
  ],
3176
3239
  exports: [
3177
3240
  SendMethodDialogComponent
@@ -3239,6 +3302,7 @@
3239
3302
 
3240
3303
  var StockTabComponent = /** @class */ (function () {
3241
3304
  function StockTabComponent() {
3305
+ this.articleStockInformation = [];
3242
3306
  this.locationClicked = new i0.EventEmitter();
3243
3307
  this.warehouseToShow = new stockManagementWarehouses_bo.StockManagementWarehouses();
3244
3308
  }
@@ -3264,7 +3328,9 @@
3264
3328
  function OrderTabComponent(iconCacheService, _stockService) {
3265
3329
  this.iconCacheService = iconCacheService;
3266
3330
  this._stockService = _stockService;
3267
- this.icons = exports["ɵbr"];
3331
+ this.icons = exports["ɵbt"];
3332
+ this.articleStockInformation = [];
3333
+ this.inOrderInformation = [];
3268
3334
  this.locationClicked = new i0.EventEmitter();
3269
3335
  this.transferIconClicked = new i0.EventEmitter();
3270
3336
  this.sendMethodDialogClicked = new i0.EventEmitter();
@@ -3297,118 +3363,124 @@
3297
3363
  };
3298
3364
 
3299
3365
  var StockTabsComponent = /** @class */ (function () {
3300
- function StockTabsComponent(_stockService, _localizeService) {
3366
+ function StockTabsComponent(_stockService, _localizeService, _changeDetector) {
3301
3367
  this._stockService = _stockService;
3302
3368
  this._localizeService = _localizeService;
3303
- this.icons = exports["ɵbr"];
3369
+ this._changeDetector = _changeDetector;
3370
+ this.icons = exports["ɵbt"];
3371
+ this.stockInformation = [];
3372
+ this.warehouses = [];
3304
3373
  this.transferIconClicked = new i0.EventEmitter();
3305
3374
  this.sendMethodDialogClicked = new i0.EventEmitter();
3375
+ this.stockHistory = [];
3376
+ this.orderSupplyStockHistory = [];
3377
+ this.orderCommissionStockHistory = [];
3378
+ this.orderStockHistory = [];
3379
+ this.orderAllocationStockHistory = [];
3380
+ this.inOrderInformation = [];
3381
+ this.orderInformation = [];
3382
+ this.stockPrognose = [];
3306
3383
  this.articleDetailsInformation = new articleStockManagement.ArticleStockManagement();
3307
3384
  this.showWarehouseSelection = false;
3385
+ this.articleDetails = [];
3308
3386
  this.tabs = [];
3309
3387
  this.historyTabs = [];
3310
3388
  }
3311
3389
  StockTabsComponent.prototype.ngOnInit = function () {
3312
- var _this = this;
3313
3390
  this.tabs = [
3314
3391
  { title: this._localizeService.get('OVERVIEW'), active: true },
3315
3392
  { title: this._localizeService.get('STOCK_FORECAST'), active: false },
3316
3393
  { title: this._localizeService.get('STOCK_DETAILS'), active: false },
3317
- { title: this._localizeService.get('ALREADY_IN_ORDER'), active: false, clickHandler: function () { return _this.getInOrderData(); } },
3318
- { title: this._localizeService.get('IN_ORDER'), active: false, clickHandler: function () { return _this.getOrderData(); } },
3394
+ { title: this._localizeService.get('ALREADY_IN_ORDER'), active: false },
3395
+ { title: this._localizeService.get('IN_ORDER'), active: false },
3319
3396
  { title: this._localizeService.get('HISTORY'), active: false },
3320
3397
  ];
3321
3398
  this.historyTabs = [
3322
- { title: this._localizeService.get('STOCK'), active: true, clickHandler: function () { return _this.getStockHistory(); } },
3323
- { title: this._localizeService.get('ORDER_STOCK'), active: false, clickHandler: function () { return _this.getOrderSupplyStockHistory(); } },
3324
- { title: this._localizeService.get('ORDER_COMMISSION'), active: false, clickHandler: function () { return _this.getOrderCommissionStockHistory(); } },
3325
- { title: this._localizeService.get('ORDER'), active: false, clickHandler: function () { return _this.getOrderStockHistory(); } },
3326
- { title: this._localizeService.get('ALLOCATION'), active: false, clickHandler: function () { return _this.getAllocationStockHistory(); } },
3399
+ { title: this._localizeService.get('STOCK'), active: true },
3400
+ {
3401
+ title: this._localizeService.get('ORDER_STOCK'),
3402
+ active: false
3403
+ },
3404
+ {
3405
+ title: this._localizeService.get('ORDER_COMMISSION'),
3406
+ active: false
3407
+ },
3408
+ { title: this._localizeService.get('ORDER'), active: false },
3409
+ {
3410
+ title: this._localizeService.get('ALLOCATION'),
3411
+ active: false
3412
+ },
3327
3413
  ];
3328
- this.historyTabs[0].clickHandler();
3329
3414
  };
3330
3415
  StockTabsComponent.prototype.handleLocationClicked = function (data) {
3331
3416
  this.tabs[0].active = false;
3332
3417
  this.tabs[2].active = true;
3333
3418
  this.selectedWarehouse = this.wareHouseForCode(data.warehouseNo);
3334
3419
  this.handleWarehouseSelected(this.selectedWarehouse);
3420
+ this.getStockData(data);
3335
3421
  };
3336
3422
  StockTabsComponent.prototype.getStockHistory = function () {
3337
3423
  var _this = this;
3338
- if (!this.stockHistory) {
3339
- var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3340
- stockHistoryInformation.type = "V";
3341
- stockHistoryInformation.goodId = this.article.goodId.toString();
3342
- this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3343
- _this.stockHistory = result;
3344
- });
3345
- }
3424
+ var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3425
+ stockHistoryInformation.type = "V";
3426
+ stockHistoryInformation.goodId = this.article.goodId.toString();
3427
+ this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3428
+ _this.stockHistory = result;
3429
+ });
3346
3430
  };
3347
3431
  StockTabsComponent.prototype.getOrderSupplyStockHistory = function () {
3348
3432
  var _this = this;
3349
- if (!this.orderSupplyStockHistory) {
3350
- var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3351
- stockHistoryInformation.type = "O";
3352
- stockHistoryInformation.goodId = this.article.goodId.toString();
3353
- this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3354
- _this.orderSupplyStockHistory = result;
3355
- });
3356
- }
3433
+ var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3434
+ stockHistoryInformation.type = "O";
3435
+ stockHistoryInformation.goodId = this.article.goodId.toString();
3436
+ this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3437
+ _this.orderSupplyStockHistory = result;
3438
+ });
3357
3439
  };
3358
3440
  StockTabsComponent.prototype.getOrderCommissionStockHistory = function () {
3359
3441
  var _this = this;
3360
- if (!this.orderCommissionStockHistory) {
3361
- var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3362
- stockHistoryInformation.type = "C";
3363
- stockHistoryInformation.goodId = this.article.goodId.toString();
3364
- this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3365
- _this.orderCommissionStockHistory = result;
3366
- });
3367
- }
3442
+ var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3443
+ stockHistoryInformation.type = "C";
3444
+ stockHistoryInformation.goodId = this.article.goodId.toString();
3445
+ this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3446
+ _this.orderCommissionStockHistory = result;
3447
+ });
3368
3448
  };
3369
3449
  StockTabsComponent.prototype.getOrderStockHistory = function () {
3370
3450
  var _this = this;
3371
- if (!this.orderStockHistory) {
3372
- var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3373
- stockHistoryInformation.type = "B";
3374
- stockHistoryInformation.goodId = this.article.goodId.toString();
3375
- this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3376
- _this.orderStockHistory = result;
3377
- });
3378
- }
3451
+ var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3452
+ stockHistoryInformation.type = "B";
3453
+ stockHistoryInformation.goodId = this.article.goodId.toString();
3454
+ this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3455
+ _this.orderStockHistory = result;
3456
+ });
3379
3457
  };
3380
3458
  StockTabsComponent.prototype.getAllocationStockHistory = function () {
3381
3459
  var _this = this;
3382
- if (!this.orderAllocationStockHistory) {
3383
- var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3384
- stockHistoryInformation.type = "T";
3385
- stockHistoryInformation.goodId = this.article.goodId.toString();
3386
- this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3387
- _this.orderAllocationStockHistory = result;
3388
- });
3389
- }
3460
+ var stockHistoryInformation = new getStockHistoryRequest.GetStockHistoryRequest();
3461
+ stockHistoryInformation.type = "T";
3462
+ stockHistoryInformation.goodId = this.article.goodId.toString();
3463
+ this._stockService.getStockHistory(stockHistoryInformation).then(function (result) {
3464
+ _this.orderAllocationStockHistory = result;
3465
+ });
3390
3466
  };
3391
3467
  StockTabsComponent.prototype.getInOrderData = function () {
3392
3468
  var _this = this;
3393
- if (!this.inOrderInformation) {
3394
- var inOrderData = new articleTransaction.ArticleTransaction();
3395
- inOrderData.type = "V";
3396
- inOrderData.goodId = this.stockInformation[0].goodId.toString();
3397
- this._stockService.getArticleTransaction(inOrderData).then(function (result) {
3398
- _this.inOrderInformation = result;
3399
- });
3400
- }
3469
+ var inOrderData = new articleTransaction.ArticleTransaction();
3470
+ inOrderData.type = "V";
3471
+ inOrderData.goodId = this.stockInformation[0].goodId.toString();
3472
+ this._stockService.getArticleTransaction(inOrderData).then(function (result) {
3473
+ _this.inOrderInformation = result;
3474
+ });
3401
3475
  };
3402
3476
  StockTabsComponent.prototype.getOrderData = function () {
3403
3477
  var _this = this;
3404
- if (!this.orderInformation) {
3405
- var orderData = new articleTransaction.ArticleTransaction();
3406
- orderData.type = "I";
3407
- orderData.goodId = this.stockInformation[0].goodId.toString();
3408
- this._stockService.getArticleTransaction(orderData).then(function (result) {
3409
- _this.orderInformation = result;
3410
- });
3411
- }
3478
+ var orderData = new articleTransaction.ArticleTransaction();
3479
+ orderData.type = "I";
3480
+ orderData.goodId = this.stockInformation[0].goodId.toString();
3481
+ this._stockService.getArticleTransaction(orderData).then(function (result) {
3482
+ _this.orderInformation = result;
3483
+ });
3412
3484
  };
3413
3485
  StockTabsComponent.prototype.getStockPrognose = function (warehouseNo) {
3414
3486
  var _this = this;
@@ -3431,6 +3503,19 @@
3431
3503
  });
3432
3504
  }
3433
3505
  };
3506
+ StockTabsComponent.prototype.getStockData = function (warehouse) {
3507
+ this.handleWarehouseSelected(warehouse);
3508
+ this.getStockPrognose(warehouse.warehouseNo);
3509
+ this.getOrderData();
3510
+ this.getInOrderData();
3511
+ this.getAllocationStockHistory();
3512
+ this.getOrderStockHistory();
3513
+ this.getOrderCommissionStockHistory();
3514
+ this.getOrderSupplyStockHistory();
3515
+ this.getStockHistory();
3516
+ this._changeDetector.markForCheck();
3517
+ this._changeDetector.detectChanges();
3518
+ };
3434
3519
  StockTabsComponent.prototype.wareHouseForCode = function (code) {
3435
3520
  return this.warehouses.find(function (warehouse) { return warehouse.warehouseNo === code; });
3436
3521
  };
@@ -3445,7 +3530,8 @@
3445
3530
  ];
3446
3531
  StockTabsComponent.ctorParameters = function () { return [
3447
3532
  { type: StockService },
3448
- { type: LocalizeService }
3533
+ { type: LocalizeService },
3534
+ { type: i0.ChangeDetectorRef }
3449
3535
  ]; };
3450
3536
  StockTabsComponent.propDecorators = {
3451
3537
  stockInformation: [{ type: i0.Input }],
@@ -3458,7 +3544,7 @@
3458
3544
 
3459
3545
  var StockHistoryTabsComponent = /** @class */ (function () {
3460
3546
  function StockHistoryTabsComponent() {
3461
- this.icons = exports["ɵbr"];
3547
+ this.icons = exports["ɵbt"];
3462
3548
  this.selectedTab = 0;
3463
3549
  }
3464
3550
  return StockHistoryTabsComponent;
@@ -3478,7 +3564,8 @@
3478
3564
  function OrderStockTabComponent(iconCacheService, _stockService) {
3479
3565
  this.iconCacheService = iconCacheService;
3480
3566
  this._stockService = _stockService;
3481
- this.icons = exports["ɵbr"];
3567
+ this.icons = exports["ɵbt"];
3568
+ this.orderInformation = [];
3482
3569
  }
3483
3570
  return OrderStockTabComponent;
3484
3571
  }());
@@ -3502,11 +3589,15 @@
3502
3589
  this.iconCacheService = iconCacheService;
3503
3590
  this._stockService = _stockService;
3504
3591
  this._changeDetector = _changeDetector;
3505
- this.icons = exports["ɵbr"];
3592
+ this.icons = exports["ɵbt"];
3593
+ this.articleStockInfo = [];
3594
+ this.articleStockInformation = [];
3595
+ this.dataWareHouseCode = [];
3506
3596
  this.transferIconClicked = new i0.EventEmitter();
3507
3597
  this.sendMethodDialogClicked = new i0.EventEmitter();
3508
3598
  this.showConfirmationDialog = false;
3509
3599
  this.articleDetailsInformation = new articleStockManagement.ArticleStockManagement();
3600
+ this.stockLocations = [];
3510
3601
  this.stockStatus = [];
3511
3602
  this.selectedArticleDetailsData = new articleDetails_bo.ArticleDetailsBo();
3512
3603
  this._subs = [];
@@ -3625,7 +3716,9 @@
3625
3716
  function StockHistoryComponent(iconCacheService, _stockService) {
3626
3717
  this.iconCacheService = iconCacheService;
3627
3718
  this._stockService = _stockService;
3628
- this.icons = exports["ɵbr"];
3719
+ this.icons = exports["ɵbt"];
3720
+ this.stockHistoryInformation = [];
3721
+ this.stockHistory = [];
3629
3722
  }
3630
3723
  return StockHistoryComponent;
3631
3724
  }());
@@ -3649,7 +3742,10 @@
3649
3742
  var TabBarComponent = /** @class */ (function () {
3650
3743
  function TabBarComponent(_stockService) {
3651
3744
  this._stockService = _stockService;
3745
+ this.tabs = [];
3746
+ this.secondaryTabs = [];
3652
3747
  this.ActivateSecondaryTabs = false;
3748
+ this.dataWareHouseCode = [];
3653
3749
  this.showWarehouseSelection = false;
3654
3750
  this.warehouseSelected = new i0.EventEmitter();
3655
3751
  }
@@ -3718,7 +3814,8 @@
3718
3814
  var OrderSupplyStockHistoryComponent = /** @class */ (function () {
3719
3815
  function OrderSupplyStockHistoryComponent(iconCacheService) {
3720
3816
  this.iconCacheService = iconCacheService;
3721
- this.icons = exports["ɵbr"];
3817
+ this.icons = exports["ɵbt"];
3818
+ this.orderSupplyStockHistory = [];
3722
3819
  }
3723
3820
  return OrderSupplyStockHistoryComponent;
3724
3821
  }());
@@ -3739,7 +3836,8 @@
3739
3836
  var OrderCommissionStockHistoryComponent = /** @class */ (function () {
3740
3837
  function OrderCommissionStockHistoryComponent(iconCacheService) {
3741
3838
  this.iconCacheService = iconCacheService;
3742
- this.icons = exports["ɵbr"];
3839
+ this.icons = exports["ɵbt"];
3840
+ this.orderStockCommissionHistory = [];
3743
3841
  }
3744
3842
  return OrderCommissionStockHistoryComponent;
3745
3843
  }());
@@ -3760,7 +3858,8 @@
3760
3858
  var OrderStockHistoryComponent = /** @class */ (function () {
3761
3859
  function OrderStockHistoryComponent(iconCacheService) {
3762
3860
  this.iconCacheService = iconCacheService;
3763
- this.icons = exports["ɵbr"];
3861
+ this.icons = exports["ɵbt"];
3862
+ this.orderStockHistory = [];
3764
3863
  }
3765
3864
  return OrderStockHistoryComponent;
3766
3865
  }());
@@ -3781,7 +3880,8 @@
3781
3880
  var AllocationStockHistoryComponent = /** @class */ (function () {
3782
3881
  function AllocationStockHistoryComponent(iconCacheService) {
3783
3882
  this.iconCacheService = iconCacheService;
3784
- this.icons = exports["ɵbr"];
3883
+ this.icons = exports["ɵbt"];
3884
+ this.allocationStockHistory = [];
3785
3885
  }
3786
3886
  return AllocationStockHistoryComponent;
3787
3887
  }());
@@ -4109,7 +4209,8 @@
4109
4209
  function StockPrognoseComponent(iconCacheService, _stockService) {
4110
4210
  this.iconCacheService = iconCacheService;
4111
4211
  this._stockService = _stockService;
4112
- this.icons = exports["ɵbr"];
4212
+ this.icons = exports["ɵbt"];
4213
+ this.stockPrognose = [];
4113
4214
  }
4114
4215
  return StockPrognoseComponent;
4115
4216
  }());
@@ -4330,7 +4431,7 @@
4330
4431
  var KeyPadComponent = /** @class */ (function () {
4331
4432
  function KeyPadComponent(iconCacheService) {
4332
4433
  this.iconCacheService = iconCacheService;
4333
- this.icons = exports["ɵbr"];
4434
+ this.icons = exports["ɵbt"];
4334
4435
  this.showValue = true;
4335
4436
  this.resetModelOnInit = true;
4336
4437
  this.emitModelChangeOnEnter = true;
@@ -4531,7 +4632,7 @@
4531
4632
  var LayoutSwitcherComponent = /** @class */ (function () {
4532
4633
  function LayoutSwitcherComponent(iconCacheService) {
4533
4634
  this.iconCacheService = iconCacheService;
4534
- this.icon = exports["ɵbr"];
4635
+ this.icon = exports["ɵbt"];
4535
4636
  this.layoutItems = [];
4536
4637
  this.layoutSwitchEmit = new i0.EventEmitter();
4537
4638
  this.showMaskSidebar = false;
@@ -4796,7 +4897,7 @@
4796
4897
  this.iconCacheService = iconCacheService;
4797
4898
  this.selectedDate = new Date();
4798
4899
  this.selectedDateChange = new i0.EventEmitter();
4799
- this.icons = exports["ɵbr"];
4900
+ this.icons = exports["ɵbt"];
4800
4901
  this.showMonthYearSelect = false;
4801
4902
  this.expanded = false;
4802
4903
  }
@@ -5357,7 +5458,7 @@
5357
5458
  },] }
5358
5459
  ];
5359
5460
  CalendarViewComponent.ctorParameters = function () { return [
5360
- { type: exports["ɵbx"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
5461
+ { type: exports["ɵbz"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
5361
5462
  ]; };
5362
5463
  CalendarViewComponent.propDecorators = {
5363
5464
  view: [{ type: i0.Input }],
@@ -5445,7 +5546,7 @@
5445
5546
  CalendarUtils.Locale = undefined;
5446
5547
  CalendarUtils.Now = new Date();
5447
5548
  CalendarUtils.ctorParameters = function () { return [
5448
- { type: exports["ɵbx"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
5549
+ { type: exports["ɵbz"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] }
5449
5550
  ]; };
5450
5551
 
5451
5552
  var AgendaEvent = /** @class */ (function () {
@@ -5502,7 +5603,7 @@
5502
5603
  this._renderer = _renderer;
5503
5604
  this._ngZone = _ngZone;
5504
5605
  this.iconCacheService = iconCacheService;
5505
- this.icons = exports["ɵbr"];
5606
+ this.icons = exports["ɵbt"];
5506
5607
  this.viewTypes = CalendarView;
5507
5608
  this.scrollbarWidth = 15;
5508
5609
  this.view = CalendarView.WeekSelectView;
@@ -5678,7 +5779,7 @@
5678
5779
  },] }
5679
5780
  ];
5680
5781
  AgendaHeaderComponent.ctorParameters = function () { return [
5681
- { type: exports["ɵbx"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
5782
+ { type: exports["ɵbz"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
5682
5783
  { type: i0.ElementRef },
5683
5784
  { type: i0.Renderer2 },
5684
5785
  { type: i0.NgZone },
@@ -5778,7 +5879,7 @@
5778
5879
  { type: i0.Directive }
5779
5880
  ];
5780
5881
  AgendaBaseViewComponent.ctorParameters = function () { return [
5781
- { type: exports["ɵbx"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
5882
+ { type: exports["ɵbz"], decorators: [{ type: i0.Inject, args: [i0.LOCALE_ID,] }] },
5782
5883
  { type: IconCacheService }
5783
5884
  ]; };
5784
5885
  AgendaBaseViewComponent.propDecorators = {
@@ -5894,7 +5995,7 @@
5894
5995
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
5895
5996
  _this.view = CalendarView.WeekSelectView;
5896
5997
  _this.week = NULL_WEEK;
5897
- _this.icons = exports["ɵbr"];
5998
+ _this.icons = exports["ɵbt"];
5898
5999
  return _this;
5899
6000
  }
5900
6001
  AgendaWeekSelectViewComponent.prototype.prepareViewData = function () {
@@ -6139,7 +6240,7 @@
6139
6240
  this._elementRef = _elementRef;
6140
6241
  this._renderer = _renderer;
6141
6242
  this.iconCacheService = iconCacheService;
6142
- this.icons = exports["ɵbr"];
6243
+ this.icons = exports["ɵbt"];
6143
6244
  this.event = NULL_AGENDA_EVENT;
6144
6245
  this.eventChecked = new i0.EventEmitter();
6145
6246
  }
@@ -6308,7 +6409,7 @@
6308
6409
  var AgendaSelectEventComponent = /** @class */ (function () {
6309
6410
  function AgendaSelectEventComponent(iconCacheService) {
6310
6411
  this.iconCacheService = iconCacheService;
6311
- this.icons = exports["ɵbr"];
6412
+ this.icons = exports["ɵbt"];
6312
6413
  this.event = NULL_AGENDA_EVENT;
6313
6414
  this.eventChecked = new i0.EventEmitter();
6314
6415
  }
@@ -6378,7 +6479,7 @@
6378
6479
  function SimpleTagsComponent(iconCacheService, sharedService) {
6379
6480
  this.iconCacheService = iconCacheService;
6380
6481
  this.sharedService = sharedService;
6381
- this.icon = exports["ɵbr"];
6482
+ this.icon = exports["ɵbt"];
6382
6483
  this.closeClick = new i0.EventEmitter();
6383
6484
  this.saveClick = new i0.EventEmitter();
6384
6485
  this.breadCrumbs = [];
@@ -6559,47 +6660,49 @@
6559
6660
  exports.sendMethodsWithIcon = sendMethodsWithIcon;
6560
6661
  exports["ɵa"] = SignatureComponent;
6561
6662
  exports["ɵb"] = SignaturesComponent;
6562
- exports["ɵba"] = StockInformationComponent;
6563
- exports["ɵbb"] = StockInformationGridComponent;
6564
- exports["ɵbc"] = StockTransferComponent;
6565
- exports["ɵbd"] = StockChangeAmountComponent;
6566
- exports["ɵbe"] = StockTabComponent;
6567
- exports["ɵbf"] = OrderTabComponent;
6568
- exports["ɵbg"] = StockTabsComponent;
6569
- exports["ɵbh"] = StockHistoryTabsComponent;
6570
- exports["ɵbi"] = OrderStockTabComponent;
6571
- exports["ɵbj"] = StockLocationComponent;
6572
- exports["ɵbk"] = StockHistoryComponent;
6573
- exports["ɵbl"] = OrderSupplyStockHistoryComponent;
6574
- exports["ɵbm"] = OrderCommissionStockHistoryComponent;
6575
- exports["ɵbn"] = OrderStockHistoryComponent;
6576
- exports["ɵbo"] = AllocationStockHistoryComponent;
6577
- exports["ɵbp"] = StockPrognoseComponent;
6578
- exports["ɵbq"] = SendMethod;
6579
- exports["ɵbs"] = CalendarAllYearsComponent;
6580
- exports["ɵbt"] = CalendarAllMonthsComponent;
6581
- exports["ɵbu"] = CalendarHeaderComponent;
6582
- exports["ɵbv"] = CalendarComponent;
6583
- exports["ɵbw"] = CalendarViewComponent;
6584
- exports["ɵby"] = AgendaHeaderComponent;
6585
- exports["ɵbz"] = AgendaViewComponent;
6663
+ exports["ɵba"] = LocalizationModule;
6664
+ exports["ɵbb"] = LocalizePipe;
6665
+ exports["ɵbc"] = StockInformationComponent;
6666
+ exports["ɵbd"] = StockInformationGridComponent;
6667
+ exports["ɵbe"] = StockTransferComponent;
6668
+ exports["ɵbf"] = StockChangeAmountComponent;
6669
+ exports["ɵbg"] = StockTabComponent;
6670
+ exports["ɵbh"] = OrderTabComponent;
6671
+ exports["ɵbi"] = StockTabsComponent;
6672
+ exports["ɵbj"] = StockHistoryTabsComponent;
6673
+ exports["ɵbk"] = OrderStockTabComponent;
6674
+ exports["ɵbl"] = StockLocationComponent;
6675
+ exports["ɵbm"] = StockHistoryComponent;
6676
+ exports["ɵbn"] = OrderSupplyStockHistoryComponent;
6677
+ exports["ɵbo"] = OrderCommissionStockHistoryComponent;
6678
+ exports["ɵbp"] = OrderStockHistoryComponent;
6679
+ exports["ɵbq"] = AllocationStockHistoryComponent;
6680
+ exports["ɵbr"] = StockPrognoseComponent;
6681
+ exports["ɵbs"] = SendMethod;
6682
+ exports["ɵbu"] = CalendarAllYearsComponent;
6683
+ exports["ɵbv"] = CalendarAllMonthsComponent;
6684
+ exports["ɵbw"] = CalendarHeaderComponent;
6685
+ exports["ɵbx"] = CalendarComponent;
6686
+ exports["ɵby"] = CalendarViewComponent;
6586
6687
  exports["ɵc"] = StockService;
6587
- exports["ɵca"] = AgendaMonthViewComponent;
6588
- exports["ɵcb"] = AgendaBaseViewComponent;
6589
- exports["ɵcc"] = AgendaDayViewComponent;
6590
- exports["ɵcd"] = AgendaWeekViewComponent;
6591
- exports["ɵce"] = AgendaWeekSelectViewComponent;
6592
- exports["ɵcf"] = AgendaHourViewComponent;
6593
- exports["ɵcg"] = AgendaHourCellComponent;
6594
- exports["ɵch"] = AgendaHourViewLabelsComponent;
6595
- exports["ɵci"] = AgendaHalfHourCellComponent;
6596
- exports["ɵcj"] = AgendaEventsComponent;
6597
- exports["ɵck"] = AgendaEventComponent;
6598
- exports["ɵcl"] = ViewSelectComponent;
6599
- exports["ɵcm"] = AgendaSelectEventComponent;
6600
- exports["ɵcn"] = MASTER_PIPES;
6601
- exports["ɵco"] = ArrayNumberPipe;
6602
- exports["ɵcp"] = UCfirstPipe;
6688
+ exports["ɵca"] = AgendaHeaderComponent;
6689
+ exports["ɵcb"] = AgendaViewComponent;
6690
+ exports["ɵcc"] = AgendaMonthViewComponent;
6691
+ exports["ɵcd"] = AgendaBaseViewComponent;
6692
+ exports["ɵce"] = AgendaDayViewComponent;
6693
+ exports["ɵcf"] = AgendaWeekViewComponent;
6694
+ exports["ɵcg"] = AgendaWeekSelectViewComponent;
6695
+ exports["ɵch"] = AgendaHourViewComponent;
6696
+ exports["ɵci"] = AgendaHourCellComponent;
6697
+ exports["ɵcj"] = AgendaHourViewLabelsComponent;
6698
+ exports["ɵck"] = AgendaHalfHourCellComponent;
6699
+ exports["ɵcl"] = AgendaEventsComponent;
6700
+ exports["ɵcm"] = AgendaEventComponent;
6701
+ exports["ɵcn"] = ViewSelectComponent;
6702
+ exports["ɵco"] = AgendaSelectEventComponent;
6703
+ exports["ɵcp"] = MASTER_PIPES;
6704
+ exports["ɵcq"] = ArrayNumberPipe;
6705
+ exports["ɵcr"] = UCfirstPipe;
6603
6706
  exports["ɵd"] = SharedConnectorService;
6604
6707
  exports["ɵe"] = OptionsService;
6605
6708
  exports["ɵf"] = DictionaryService;
@@ -6616,13 +6719,13 @@
6616
6719
  exports["ɵq"] = PrinterSelectionModule;
6617
6720
  exports["ɵr"] = PrinterSelectionComponent;
6618
6721
  exports["ɵs"] = SendMethodPrinterComponent;
6619
- exports["ɵt"] = TabBarModule;
6620
- exports["ɵu"] = TabBarComponent;
6621
- exports["ɵv"] = StatusbarPopupComponent;
6622
- exports["ɵw"] = StockStatusbarModule;
6623
- exports["ɵx"] = StockStatusbarComponent;
6624
- exports["ɵy"] = LocalizationModule;
6625
- exports["ɵz"] = LocalizePipe;
6722
+ exports["ɵt"] = SendMethodPdfModule;
6723
+ exports["ɵu"] = SendMethodPdfComponent;
6724
+ exports["ɵv"] = TabBarModule;
6725
+ exports["ɵw"] = TabBarComponent;
6726
+ exports["ɵx"] = StatusbarPopupComponent;
6727
+ exports["ɵy"] = StockStatusbarModule;
6728
+ exports["ɵz"] = StockStatusbarComponent;
6626
6729
 
6627
6730
  Object.defineProperty(exports, '__esModule', { value: true });
6628
6731