gunsmith-common 2.1.15 → 2.1.20

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 (130) hide show
  1. package/{esm2015/gunsmith-common.js → esm2020/gunsmith-common.mjs} +0 -0
  2. package/{esm2015/notification/fade-out.animation.js → esm2020/notification/fade-out.animation.mjs} +0 -0
  3. package/{esm2015/notification/index.js → esm2020/notification/index.mjs} +0 -0
  4. package/esm2020/notification/notification-bar/notification-bar.component.mjs +43 -0
  5. package/{esm2015/notification/notification-message.js → esm2020/notification/notification-message.mjs} +0 -0
  6. package/{esm2015/notification/notification-type.enum.js → esm2020/notification/notification-type.enum.mjs} +0 -0
  7. package/{esm2015/notification/notification.module.js → esm2020/notification/notification.module.mjs} +5 -5
  8. package/{esm2015/notification/notification.service.js → esm2020/notification/notification.service.mjs} +4 -4
  9. package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
  10. package/{esm2015/shared/directives/disable-control.directive.js → esm2020/shared/directives/disable-control.directive.mjs} +4 -4
  11. package/{esm2015/shared/directives/index.js → esm2020/shared/directives/index.mjs} +0 -0
  12. package/{esm2015/shared/directives/refinish-details-validators.js → esm2020/shared/directives/refinish-details-validators.mjs} +0 -0
  13. package/{esm2015/shared/pipes/enum.pipe.js → esm2020/shared/pipes/enum.pipe.mjs} +4 -4
  14. package/{esm2015/shared/pipes/file-name.pipe.js → esm2020/shared/pipes/file-name.pipe.mjs} +4 -4
  15. package/{esm2015/shared/pipes/frame-material.pipe.js → esm2020/shared/pipes/frame-material.pipe.mjs} +4 -4
  16. package/{esm2015/shared/pipes/index.js → esm2020/shared/pipes/index.mjs} +0 -0
  17. package/{esm2015/shared/pipes/new-line.pipe.js → esm2020/shared/pipes/new-line.pipe.mjs} +4 -4
  18. package/{esm2015/shared/pipes/phone.pipe.js → esm2020/shared/pipes/phone.pipe.mjs} +4 -4
  19. package/{esm2015/shared/services/coating.service.js → esm2020/shared/services/coating.service.mjs} +4 -4
  20. package/{esm2015/shared/services/configuration.service.js → esm2020/shared/services/configuration.service.mjs} +4 -4
  21. package/{esm2015/shared/services/cosmetic-milling.service.js → esm2020/shared/services/cosmetic-milling.service.mjs} +4 -4
  22. package/{esm2015/shared/services/customer.service.js → esm2020/shared/services/customer.service.mjs} +4 -4
  23. package/{esm2015/shared/services/dealer.service.js → esm2020/shared/services/dealer.service.mjs} +4 -4
  24. package/{esm2015/shared/services/file-upload.service.js → esm2020/shared/services/file-upload.service.mjs} +4 -4
  25. package/{esm2015/shared/services/firearm-series.service.js → esm2020/shared/services/firearm-series.service.mjs} +4 -4
  26. package/{esm2015/shared/services/firearm.service.js → esm2020/shared/services/firearm.service.mjs} +4 -4
  27. package/{esm2015/shared/services/gun-part.service.js → esm2020/shared/services/gun-part.service.mjs} +4 -4
  28. package/{esm2015/shared/services/index.js → esm2020/shared/services/index.mjs} +2 -1
  29. package/{esm2015/shared/services/inventory.service.js → esm2020/shared/services/inventory.service.mjs} +4 -4
  30. package/{esm2015/shared/services/material.service.js → esm2020/shared/services/material.service.mjs} +4 -4
  31. package/{esm2015/shared/services/milling-type.service.js → esm2020/shared/services/milling-type.service.mjs} +4 -4
  32. package/{esm2015/shared/services/optic.service.js → esm2020/shared/services/optic.service.mjs} +4 -4
  33. package/{esm2015/shared/services/product.service.js → esm2020/shared/services/product.service.mjs} +4 -4
  34. package/{esm2015/shared/services/purchase-order.service.js → esm2020/shared/services/purchase-order.service.mjs} +4 -4
  35. package/{esm2015/shared/services/state.service.js → esm2020/shared/services/state.service.mjs} +4 -4
  36. package/esm2020/shared/services/status-history.service.mjs +40 -0
  37. package/{esm2015/shared/services/totals.service.js → esm2020/shared/services/totals.service.mjs} +4 -4
  38. package/{esm2015/shared/services/user.service.js → esm2020/shared/services/user.service.mjs} +4 -4
  39. package/{esm2015/shared/services/vendor.service.js → esm2020/shared/services/vendor.service.mjs} +4 -4
  40. package/{esm2015/shared/services/waitlist-customer.service.js → esm2020/shared/services/waitlist-customer.service.mjs} +4 -4
  41. package/{esm2015/shared/services/waitlist-project.service.js → esm2020/shared/services/waitlist-project.service.mjs} +4 -4
  42. package/{esm2015/shared/services/waitlist.service.js → esm2020/shared/services/waitlist.service.mjs} +4 -4
  43. package/{esm2015/shared/services/work-holiday.service.js → esm2020/shared/services/work-holiday.service.mjs} +4 -4
  44. package/{esm2015/shared/services/work-order.service.js → esm2020/shared/services/work-order.service.mjs} +4 -4
  45. package/{esm2015/shared/shared.module.js → esm2020/shared/shared.module.mjs} +5 -5
  46. package/{esm2015/shared/types/bundle-item.js → esm2020/shared/types/bundle-item.mjs} +0 -0
  47. package/{esm2015/shared/types/change-order-status.js → esm2020/shared/types/change-order-status.mjs} +0 -0
  48. package/{esm2015/shared/types/coating-value.js → esm2020/shared/types/coating-value.mjs} +0 -0
  49. package/{esm2015/shared/types/coating.js → esm2020/shared/types/coating.mjs} +0 -0
  50. package/{esm2015/shared/types/configuration.js → esm2020/shared/types/configuration.mjs} +0 -0
  51. package/{esm2015/shared/types/cosmetic-milling.js → esm2020/shared/types/cosmetic-milling.mjs} +0 -0
  52. package/{esm2015/shared/types/customer.js → esm2020/shared/types/customer.mjs} +0 -0
  53. package/{esm2015/shared/types/dealer-contact.js → esm2020/shared/types/dealer-contact.mjs} +0 -0
  54. package/{esm2015/shared/types/dealer-coupon.js → esm2020/shared/types/dealer-coupon.mjs} +0 -0
  55. package/{esm2015/shared/types/dealer.js → esm2020/shared/types/dealer.mjs} +0 -0
  56. package/{esm2015/shared/types/filter-options.js → esm2020/shared/types/filter-options.mjs} +0 -0
  57. package/{esm2015/shared/types/firearm-series-optic.js → esm2020/shared/types/firearm-series-optic.mjs} +0 -0
  58. package/{esm2015/shared/types/firearm-series.js → esm2020/shared/types/firearm-series.mjs} +0 -0
  59. package/{esm2015/shared/types/firearm.js → esm2020/shared/types/firearm.mjs} +0 -0
  60. package/{esm2015/shared/types/frame-material.js → esm2020/shared/types/frame-material.mjs} +0 -0
  61. package/{esm2015/shared/types/gun-caliber.js → esm2020/shared/types/gun-caliber.mjs} +0 -0
  62. package/esm2020/shared/types/gun-part-option.mjs +3 -0
  63. package/esm2020/shared/types/gun-part.mjs +11 -0
  64. package/{esm2015/shared/types/index.js → esm2020/shared/types/index.mjs} +2 -1
  65. package/{esm2015/shared/types/inventory-item.js → esm2020/shared/types/inventory-item.mjs} +0 -0
  66. package/{esm2015/shared/types/j-file.js → esm2020/shared/types/j-file.mjs} +0 -0
  67. package/{esm2015/shared/types/material.js → esm2020/shared/types/material.mjs} +0 -0
  68. package/{esm2015/shared/types/milling-detail.js → esm2020/shared/types/milling-detail.mjs} +0 -0
  69. package/{esm2015/shared/types/milling-item.js → esm2020/shared/types/milling-item.mjs} +0 -0
  70. package/{esm2015/shared/types/milling-type.js → esm2020/shared/types/milling-type.mjs} +0 -0
  71. package/{esm2015/shared/types/mount-type.js → esm2020/shared/types/mount-type.mjs} +0 -0
  72. package/{esm2015/shared/types/optic-status.js → esm2020/shared/types/optic-status.mjs} +0 -0
  73. package/{esm2015/shared/types/optic.js → esm2020/shared/types/optic.mjs} +0 -0
  74. package/{esm2015/shared/types/product.js → esm2020/shared/types/product.mjs} +0 -0
  75. package/{esm2015/shared/types/project-type.js → esm2020/shared/types/project-type.mjs} +0 -0
  76. package/esm2020/shared/types/purchase-order-refinish-item.mjs +3 -0
  77. package/{esm2015/shared/types/purchase-order-status.js → esm2020/shared/types/purchase-order-status.mjs} +0 -0
  78. package/{esm2015/shared/types/purchase-order.js → esm2020/shared/types/purchase-order.mjs} +0 -0
  79. package/{esm2015/shared/types/rear-sight-position.js → esm2020/shared/types/rear-sight-position.mjs} +0 -0
  80. package/{esm2015/shared/types/refinish-detail.js → esm2020/shared/types/refinish-detail.mjs} +1 -1
  81. package/{esm2015/shared/types/report-milling-item.js → esm2020/shared/types/report-milling-item.mjs} +0 -0
  82. package/esm2020/shared/types/report-refinish-item.mjs +3 -0
  83. package/{esm2015/shared/types/sight-type.js → esm2020/shared/types/sight-type.mjs} +0 -0
  84. package/{esm2015/shared/types/state.js → esm2020/shared/types/state.mjs} +0 -0
  85. package/{esm2015/shared/types/total-item.js → esm2020/shared/types/total-item.mjs} +1 -1
  86. package/{esm2015/shared/types/total.js → esm2020/shared/types/total.mjs} +0 -0
  87. package/{esm2015/shared/types/vendor-contact.js → esm2020/shared/types/vendor-contact.mjs} +0 -0
  88. package/{esm2015/shared/types/vendor.js → esm2020/shared/types/vendor.mjs} +0 -0
  89. package/{esm2015/shared/types/waitlist-action.js → esm2020/shared/types/waitlist-action.mjs} +0 -0
  90. package/{esm2015/shared/types/waitlist-gun.js → esm2020/shared/types/waitlist-gun.mjs} +0 -0
  91. package/{esm2015/shared/types/waitlist-history.js → esm2020/shared/types/waitlist-history.mjs} +0 -0
  92. package/{esm2015/shared/types/waitlist-item.js → esm2020/shared/types/waitlist-item.mjs} +0 -0
  93. package/{esm2015/shared/types/waitlist-status.js → esm2020/shared/types/waitlist-status.mjs} +0 -0
  94. package/{esm2015/shared/types/work-change-order.js → esm2020/shared/types/work-change-order.mjs} +0 -0
  95. package/{esm2015/shared/types/work-holiday.js → esm2020/shared/types/work-holiday.mjs} +0 -0
  96. package/{esm2015/shared/types/work-order-action.js → esm2020/shared/types/work-order-action.mjs} +0 -0
  97. package/{esm2015/shared/types/work-order-history.js → esm2020/shared/types/work-order-history.mjs} +0 -0
  98. package/esm2020/shared/types/work-order-refinish-item.mjs +3 -0
  99. package/{esm2015/shared/types/work-order-status.js → esm2020/shared/types/work-order-status.mjs} +2 -1
  100. package/{esm2015/shared/types/work-order-type.js → esm2020/shared/types/work-order-type.mjs} +0 -0
  101. package/{esm2015/shared/types/work-order.js → esm2020/shared/types/work-order.mjs} +0 -0
  102. package/{esm2015/shared/utils/coating-helpers.js → esm2020/shared/utils/coating-helpers.mjs} +0 -0
  103. package/{esm2015/shared/utils/enum-object.js → esm2020/shared/utils/enum-object.mjs} +0 -0
  104. package/{esm2015/shared/utils/finish-date-calculator.js → esm2020/shared/utils/finish-date-calculator.mjs} +0 -0
  105. package/{esm2015/shared/utils/index.js → esm2020/shared/utils/index.mjs} +0 -0
  106. package/{esm2015/shared/utils/invalid-form-control-toucher.js → esm2020/shared/utils/invalid-form-control-toucher.mjs} +0 -0
  107. package/fesm2015/gunsmith-common.mjs +1855 -0
  108. package/fesm2015/gunsmith-common.mjs.map +1 -0
  109. package/{fesm2015/gunsmith-common.js → fesm2020/gunsmith-common.mjs} +147 -112
  110. package/fesm2020/gunsmith-common.mjs.map +1 -0
  111. package/package.json +19 -6
  112. package/shared/services/index.d.ts +1 -0
  113. package/shared/services/status-history.service.d.ts +14 -0
  114. package/shared/types/gun-part-option.d.ts +9 -0
  115. package/shared/types/gun-part.d.ts +2 -0
  116. package/shared/types/index.d.ts +1 -0
  117. package/shared/types/purchase-order-refinish-item.d.ts +2 -0
  118. package/shared/types/refinish-detail.d.ts +2 -0
  119. package/shared/types/report-refinish-item.d.ts +2 -0
  120. package/shared/types/total-item.d.ts +1 -1
  121. package/shared/types/work-order-refinish-item.d.ts +2 -0
  122. package/shared/types/work-order-status.d.ts +1 -0
  123. package/bundles/gunsmith-common.umd.js +0 -2096
  124. package/bundles/gunsmith-common.umd.js.map +0 -1
  125. package/esm2015/notification/notification-bar/notification-bar.component.js +0 -48
  126. package/esm2015/shared/types/gun-part.js +0 -10
  127. package/esm2015/shared/types/purchase-order-refinish-item.js +0 -3
  128. package/esm2015/shared/types/report-refinish-item.js +0 -3
  129. package/esm2015/shared/types/work-order-refinish-item.js +0 -3
  130. package/fesm2015/gunsmith-common.js.map +0 -1
@@ -96,6 +96,7 @@ class Firearm {
96
96
  class GunPart {
97
97
  constructor() {
98
98
  this.coatings = [];
99
+ this.options = [];
99
100
  this.defaultControl = false;
100
101
  this.customer = false;
101
102
  this.gunsmith = false;
@@ -194,6 +195,7 @@ var WorkOrderStatus;
194
195
  WorkOrderStatus[WorkOrderStatus["CustomerNotified"] = 4] = "CustomerNotified";
195
196
  WorkOrderStatus[WorkOrderStatus["ShippingPostponed"] = 10] = "ShippingPostponed";
196
197
  WorkOrderStatus[WorkOrderStatus["FflNeeded"] = 11] = "FflNeeded";
198
+ WorkOrderStatus[WorkOrderStatus["InspectionNeeded"] = 12] = "InspectionNeeded";
197
199
  WorkOrderStatus[WorkOrderStatus["ReadyToShip"] = 5] = "ReadyToShip";
198
200
  WorkOrderStatus[WorkOrderStatus["Completed"] = 6] = "Completed";
199
201
  WorkOrderStatus[WorkOrderStatus["Cancelled"] = 7] = "Cancelled";
@@ -388,6 +390,9 @@ class InventoryItem {
388
390
  class JFile {
389
391
  }
390
392
 
393
+ class GunPartOption {
394
+ }
395
+
391
396
  function adjustHoliday(finishDate, holidays) {
392
397
  while (holidays.map(h => new Date(h.holiday)).findIndex(h => DateTime.fromJSDate(h) === DateTime.fromJSDate(finishDate)) !== -1) {
393
398
  do {
@@ -447,9 +452,9 @@ class CustomerService {
447
452
  return this.http.delete(`${this.url}/${id}`);
448
453
  }
449
454
  }
450
- CustomerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CustomerService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
451
- CustomerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CustomerService, providedIn: 'root' });
452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CustomerService, decorators: [{
455
+ CustomerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CustomerService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
456
+ CustomerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CustomerService, providedIn: 'root' });
457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CustomerService, decorators: [{
453
458
  type: Injectable,
454
459
  args: [{
455
460
  providedIn: 'root'
@@ -491,9 +496,9 @@ class FirearmService {
491
496
  return this.http.get(`${this.url}/${firearmId}/material`);
492
497
  }
493
498
  }
494
- FirearmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FirearmService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
495
- FirearmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FirearmService, providedIn: 'root' });
496
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FirearmService, decorators: [{
499
+ FirearmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FirearmService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
500
+ FirearmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FirearmService, providedIn: 'root' });
501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FirearmService, decorators: [{
497
502
  type: Injectable,
498
503
  args: [{
499
504
  providedIn: 'root'
@@ -539,9 +544,9 @@ class GunPartService {
539
544
  return this.http.get(`${this.url}/${id}/coatings`);
540
545
  }
541
546
  }
542
- GunPartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: GunPartService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
543
- GunPartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: GunPartService, providedIn: 'root' });
544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: GunPartService, decorators: [{
547
+ GunPartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GunPartService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
548
+ GunPartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GunPartService, providedIn: 'root' });
549
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: GunPartService, decorators: [{
545
550
  type: Injectable,
546
551
  args: [{
547
552
  providedIn: 'root'
@@ -561,9 +566,9 @@ class StateService {
561
566
  return this.http.get(this.url);
562
567
  }
563
568
  }
564
- StateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: StateService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
565
- StateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: StateService, providedIn: 'root' });
566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: StateService, decorators: [{
569
+ StateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StateService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
570
+ StateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StateService, providedIn: 'root' });
571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StateService, decorators: [{
567
572
  type: Injectable,
568
573
  args: [{
569
574
  providedIn: 'root'
@@ -599,9 +604,9 @@ class VendorService {
599
604
  return this.http.delete(`${this.url}/${id}`);
600
605
  }
601
606
  }
602
- VendorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: VendorService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
603
- VendorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: VendorService, providedIn: 'root' });
604
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: VendorService, decorators: [{
607
+ VendorService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: VendorService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
608
+ VendorService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: VendorService, providedIn: 'root' });
609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: VendorService, decorators: [{
605
610
  type: Injectable,
606
611
  args: [{
607
612
  providedIn: 'root'
@@ -645,9 +650,9 @@ class TotalsService {
645
650
  });
646
651
  }
647
652
  }
648
- TotalsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: TotalsService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
649
- TotalsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: TotalsService, providedIn: 'root' });
650
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: TotalsService, decorators: [{
653
+ TotalsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TotalsService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
654
+ TotalsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TotalsService, providedIn: 'root' });
655
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TotalsService, decorators: [{
651
656
  type: Injectable,
652
657
  args: [{
653
658
  providedIn: 'root'
@@ -673,9 +678,9 @@ class WorkHolidayService {
673
678
  return this.http.delete(`${this.url}/${id}`);
674
679
  }
675
680
  }
676
- WorkHolidayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WorkHolidayService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
677
- WorkHolidayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WorkHolidayService, providedIn: 'root' });
678
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WorkHolidayService, decorators: [{
681
+ WorkHolidayService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WorkHolidayService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
682
+ WorkHolidayService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WorkHolidayService, providedIn: 'root' });
683
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WorkHolidayService, decorators: [{
679
684
  type: Injectable,
680
685
  args: [{
681
686
  providedIn: 'root'
@@ -819,9 +824,9 @@ class WorkOrderService {
819
824
  return this.http.get(`${this.env.baseUrl}api/report-refinish-items`);
820
825
  }
821
826
  }
822
- WorkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WorkOrderService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
823
- WorkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WorkOrderService, providedIn: 'root' });
824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WorkOrderService, decorators: [{
827
+ WorkOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WorkOrderService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
828
+ WorkOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WorkOrderService, providedIn: 'root' });
829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WorkOrderService, decorators: [{
825
830
  type: Injectable,
826
831
  args: [{
827
832
  providedIn: 'root'
@@ -860,9 +865,9 @@ class DealerService {
860
865
  return this.http.put(`${this.url}/${dealerId}/coupons/${couponId}`, dealerCoupon);
861
866
  }
862
867
  }
863
- DealerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: DealerService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
864
- DealerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: DealerService, providedIn: 'root' });
865
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: DealerService, decorators: [{
868
+ DealerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DealerService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
869
+ DealerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DealerService, providedIn: 'root' });
870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DealerService, decorators: [{
866
871
  type: Injectable,
867
872
  args: [{
868
873
  providedIn: 'root'
@@ -893,9 +898,9 @@ class FileUploadService {
893
898
  }));
894
899
  }
895
900
  }
896
- FileUploadService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FileUploadService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
897
- FileUploadService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FileUploadService, providedIn: 'root' });
898
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FileUploadService, decorators: [{
901
+ FileUploadService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FileUploadService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
902
+ FileUploadService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FileUploadService, providedIn: 'root' });
903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FileUploadService, decorators: [{
899
904
  type: Injectable,
900
905
  args: [{
901
906
  providedIn: 'root'
@@ -972,9 +977,9 @@ class WaitlistService {
972
977
  return this.http.delete(`${this.url}/${waitlistId}/projects/${projectId}`);
973
978
  }
974
979
  }
975
- WaitlistService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
976
- WaitlistService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistService, providedIn: 'root' });
977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistService, decorators: [{
980
+ WaitlistService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
981
+ WaitlistService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistService, providedIn: 'root' });
982
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistService, decorators: [{
978
983
  type: Injectable,
979
984
  args: [{
980
985
  providedIn: 'root'
@@ -997,9 +1002,9 @@ class ConfigurationService {
997
1002
  return this.http.put(`${this.url}/1`, configuration);
998
1003
  }
999
1004
  }
1000
- ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: ConfigurationService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1001
- ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: ConfigurationService, providedIn: 'root' });
1002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: ConfigurationService, decorators: [{
1005
+ ConfigurationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1006
+ ConfigurationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, providedIn: 'root' });
1007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfigurationService, decorators: [{
1003
1008
  type: Injectable,
1004
1009
  args: [{
1005
1010
  providedIn: 'root'
@@ -1031,9 +1036,9 @@ class WaitlistCustomerService {
1031
1036
  });
1032
1037
  }
1033
1038
  }
1034
- WaitlistCustomerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistCustomerService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1035
- WaitlistCustomerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistCustomerService, providedIn: 'root' });
1036
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistCustomerService, decorators: [{
1039
+ WaitlistCustomerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistCustomerService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1040
+ WaitlistCustomerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistCustomerService, providedIn: 'root' });
1041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistCustomerService, decorators: [{
1037
1042
  type: Injectable,
1038
1043
  args: [{
1039
1044
  providedIn: 'root'
@@ -1069,9 +1074,9 @@ class OpticService {
1069
1074
  return this.http.delete(`${this.url}/${opticId}`);
1070
1075
  }
1071
1076
  }
1072
- OpticService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: OpticService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1073
- OpticService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: OpticService, providedIn: 'root' });
1074
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: OpticService, decorators: [{
1077
+ OpticService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpticService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1078
+ OpticService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpticService, providedIn: 'root' });
1079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: OpticService, decorators: [{
1075
1080
  type: Injectable,
1076
1081
  args: [{
1077
1082
  providedIn: 'root'
@@ -1094,9 +1099,9 @@ class ProductService {
1094
1099
  return this.http.get(`${this.url}/${id}/bundle-items`);
1095
1100
  }
1096
1101
  }
1097
- ProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: ProductService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1098
- ProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: ProductService, providedIn: 'root' });
1099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: ProductService, decorators: [{
1102
+ ProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ProductService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1103
+ ProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ProductService, providedIn: 'root' });
1104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ProductService, decorators: [{
1100
1105
  type: Injectable,
1101
1106
  args: [{
1102
1107
  providedIn: 'root'
@@ -1135,9 +1140,9 @@ class FirearmSeriesService {
1135
1140
  return this.http.get(`${this.url}/${firearmSeriesId}/optics`);
1136
1141
  }
1137
1142
  }
1138
- FirearmSeriesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FirearmSeriesService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1139
- FirearmSeriesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FirearmSeriesService, providedIn: 'root' });
1140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FirearmSeriesService, decorators: [{
1143
+ FirearmSeriesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FirearmSeriesService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1144
+ FirearmSeriesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FirearmSeriesService, providedIn: 'root' });
1145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FirearmSeriesService, decorators: [{
1141
1146
  type: Injectable,
1142
1147
  args: [{
1143
1148
  providedIn: 'root'
@@ -1175,9 +1180,9 @@ class MillingTypeService {
1175
1180
  return this.http.delete(`${this.url}/${id}`);
1176
1181
  }
1177
1182
  }
1178
- MillingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: MillingTypeService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1179
- MillingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: MillingTypeService, providedIn: 'root' });
1180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: MillingTypeService, decorators: [{
1183
+ MillingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MillingTypeService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1184
+ MillingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MillingTypeService, providedIn: 'root' });
1185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MillingTypeService, decorators: [{
1181
1186
  type: Injectable,
1182
1187
  args: [{
1183
1188
  providedIn: 'root'
@@ -1213,9 +1218,9 @@ class CosmeticMillingService {
1213
1218
  return this.http.delete(`${this.url}/${id}`);
1214
1219
  }
1215
1220
  }
1216
- CosmeticMillingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CosmeticMillingService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1217
- CosmeticMillingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CosmeticMillingService, providedIn: 'root' });
1218
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CosmeticMillingService, decorators: [{
1221
+ CosmeticMillingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CosmeticMillingService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1222
+ CosmeticMillingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CosmeticMillingService, providedIn: 'root' });
1223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CosmeticMillingService, decorators: [{
1219
1224
  type: Injectable,
1220
1225
  args: [{
1221
1226
  providedIn: 'root'
@@ -1272,9 +1277,9 @@ class CoatingService {
1272
1277
  return this.http.delete(`${this.url}/${coatingId}/coating-values/${coatingValueId}`);
1273
1278
  }
1274
1279
  }
1275
- CoatingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CoatingService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1276
- CoatingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CoatingService, providedIn: 'root' });
1277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: CoatingService, decorators: [{
1280
+ CoatingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CoatingService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1281
+ CoatingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CoatingService, providedIn: 'root' });
1282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CoatingService, decorators: [{
1278
1283
  type: Injectable,
1279
1284
  args: [{
1280
1285
  providedIn: 'root'
@@ -1298,9 +1303,9 @@ class MaterialService {
1298
1303
  });
1299
1304
  }
1300
1305
  }
1301
- MaterialService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: MaterialService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1302
- MaterialService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: MaterialService, providedIn: 'root' });
1303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: MaterialService, decorators: [{
1306
+ MaterialService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MaterialService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1307
+ MaterialService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MaterialService, providedIn: 'root' });
1308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MaterialService, decorators: [{
1304
1309
  type: Injectable,
1305
1310
  args: [{
1306
1311
  providedIn: 'root'
@@ -1381,9 +1386,9 @@ class PurchaseOrderService {
1381
1386
  return this.http.get(`${this.url}/${purchaseOrderId}/batf`, { responseType: "blob" });
1382
1387
  }
1383
1388
  }
1384
- PurchaseOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: PurchaseOrderService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1385
- PurchaseOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: PurchaseOrderService, providedIn: 'root' });
1386
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: PurchaseOrderService, decorators: [{
1389
+ PurchaseOrderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PurchaseOrderService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1390
+ PurchaseOrderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PurchaseOrderService, providedIn: 'root' });
1391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PurchaseOrderService, decorators: [{
1387
1392
  type: Injectable,
1388
1393
  args: [{
1389
1394
  providedIn: 'root'
@@ -1403,9 +1408,9 @@ class UserService {
1403
1408
  return this.http.get(this.url);
1404
1409
  }
1405
1410
  }
1406
- UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1407
- UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: UserService, providedIn: 'root' });
1408
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: UserService, decorators: [{
1411
+ UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1412
+ UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: UserService, providedIn: 'root' });
1413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: UserService, decorators: [{
1409
1414
  type: Injectable,
1410
1415
  args: [{
1411
1416
  providedIn: 'root'
@@ -1437,9 +1442,9 @@ class WaitlistProjectService {
1437
1442
  return this.http.put(`${this.url}/${projectId}/milling-details/${detailId}`, detail);
1438
1443
  }
1439
1444
  }
1440
- WaitlistProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistProjectService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1441
- WaitlistProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistProjectService, providedIn: 'root' });
1442
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: WaitlistProjectService, decorators: [{
1445
+ WaitlistProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistProjectService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1446
+ WaitlistProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistProjectService, providedIn: 'root' });
1447
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WaitlistProjectService, decorators: [{
1443
1448
  type: Injectable,
1444
1449
  args: [{
1445
1450
  providedIn: 'root'
@@ -1465,9 +1470,44 @@ class InventoryService {
1465
1470
  return this.http.get(this.url, { params: params });
1466
1471
  }
1467
1472
  }
1468
- InventoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: InventoryService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1469
- InventoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: InventoryService, providedIn: 'root' });
1470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: InventoryService, decorators: [{
1473
+ InventoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InventoryService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1474
+ InventoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InventoryService, providedIn: 'root' });
1475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: InventoryService, decorators: [{
1476
+ type: Injectable,
1477
+ args: [{
1478
+ providedIn: 'root'
1479
+ }]
1480
+ }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: undefined, decorators: [{
1481
+ type: Inject,
1482
+ args: ['env']
1483
+ }] }]; } });
1484
+
1485
+ class StatusHistoryService {
1486
+ constructor(http, env) {
1487
+ this.http = http;
1488
+ this.env = env;
1489
+ this.url = this.env.baseUrl + 'api/status-histories';
1490
+ }
1491
+ readStatusByUser(user, startDate, endDate) {
1492
+ return this.http.get(`${this.url}/by-user`, {
1493
+ params: {
1494
+ user: user,
1495
+ startDate: startDate.toUTCString(),
1496
+ endDate: endDate.toUTCString()
1497
+ }
1498
+ });
1499
+ }
1500
+ readStatusByDate(date) {
1501
+ return this.http.get(`${this.url}/by-date`, {
1502
+ params: {
1503
+ date: date.toUTCString()
1504
+ }
1505
+ });
1506
+ }
1507
+ }
1508
+ StatusHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StatusHistoryService, deps: [{ token: i1.HttpClient }, { token: 'env' }], target: i0.ɵɵFactoryTarget.Injectable });
1509
+ StatusHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StatusHistoryService, providedIn: 'root' });
1510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: StatusHistoryService, decorators: [{
1471
1511
  type: Injectable,
1472
1512
  args: [{
1473
1513
  providedIn: 'root'
@@ -1485,9 +1525,9 @@ class PhonePipe {
1485
1525
  return '';
1486
1526
  }
1487
1527
  }
1488
- PhonePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: PhonePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1489
- PhonePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: PhonePipe, name: "phone" });
1490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: PhonePipe, decorators: [{
1528
+ PhonePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PhonePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1529
+ PhonePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PhonePipe, name: "phone" });
1530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PhonePipe, decorators: [{
1491
1531
  type: Pipe,
1492
1532
  args: [{
1493
1533
  name: 'phone'
@@ -1499,9 +1539,9 @@ class FileNamePipe {
1499
1539
  return value.replace(/(\{){0,1}[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}(\}){0,1}-/, '');
1500
1540
  }
1501
1541
  }
1502
- FileNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FileNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1503
- FileNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FileNamePipe, name: "fileName" });
1504
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FileNamePipe, decorators: [{
1542
+ FileNamePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FileNamePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1543
+ FileNamePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FileNamePipe, name: "fileName" });
1544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FileNamePipe, decorators: [{
1505
1545
  type: Pipe,
1506
1546
  args: [{
1507
1547
  name: 'fileName'
@@ -1513,9 +1553,9 @@ class EnumPipe {
1513
1553
  return value.replace(/([A-Z])/g, ' $1').trim();
1514
1554
  }
1515
1555
  }
1516
- EnumPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: EnumPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1517
- EnumPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: EnumPipe, name: "enum" });
1518
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: EnumPipe, decorators: [{
1556
+ EnumPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EnumPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1557
+ EnumPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EnumPipe, name: "enum" });
1558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EnumPipe, decorators: [{
1519
1559
  type: Pipe,
1520
1560
  args: [{
1521
1561
  name: 'enum'
@@ -1527,9 +1567,9 @@ class NewLinePipe {
1527
1567
  return value ? value.replace(/(?:\r\n|\r|\n)/g, '<br>') : '';
1528
1568
  }
1529
1569
  }
1530
- NewLinePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NewLinePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1531
- NewLinePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NewLinePipe, name: "newLine" });
1532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NewLinePipe, decorators: [{
1570
+ NewLinePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NewLinePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1571
+ NewLinePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NewLinePipe, name: "newLine" });
1572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NewLinePipe, decorators: [{
1533
1573
  type: Pipe,
1534
1574
  args: [{
1535
1575
  name: 'newLine'
@@ -1549,9 +1589,9 @@ class FrameMaterialPipe {
1549
1589
  return this.frameMaterial.find(fm => fm.id == value).name;
1550
1590
  }
1551
1591
  }
1552
- FrameMaterialPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FrameMaterialPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1553
- FrameMaterialPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FrameMaterialPipe, name: "frameMaterial" });
1554
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: FrameMaterialPipe, decorators: [{
1592
+ FrameMaterialPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FrameMaterialPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
1593
+ FrameMaterialPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FrameMaterialPipe, name: "frameMaterial" });
1594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FrameMaterialPipe, decorators: [{
1555
1595
  type: Pipe,
1556
1596
  args: [{
1557
1597
  name: 'frameMaterial'
@@ -1567,9 +1607,9 @@ class DisableControlDirective {
1567
1607
  this.ngControl.control[action]();
1568
1608
  }
1569
1609
  }
1570
- DisableControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: DisableControlDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
1571
- DisableControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.1.2", type: DisableControlDirective, selector: "[disableControl]", inputs: { disableControl: "disableControl" }, ngImport: i0 });
1572
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: DisableControlDirective, decorators: [{
1610
+ DisableControlDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DisableControlDirective, deps: [{ token: i1$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
1611
+ DisableControlDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: DisableControlDirective, selector: "[disableControl]", inputs: { disableControl: "disableControl" }, ngImport: i0 });
1612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DisableControlDirective, decorators: [{
1573
1613
  type: Directive,
1574
1614
  args: [{
1575
1615
  selector: '[disableControl]'
@@ -1625,8 +1665,8 @@ function refinishDetailsValidator() {
1625
1665
 
1626
1666
  class SharedModule {
1627
1667
  }
1628
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1629
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: SharedModule, declarations: [PhonePipe,
1668
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1669
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, declarations: [PhonePipe,
1630
1670
  FileNamePipe,
1631
1671
  EnumPipe,
1632
1672
  DisableControlDirective,
@@ -1637,8 +1677,8 @@ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
1637
1677
  NewLinePipe,
1638
1678
  DisableControlDirective,
1639
1679
  FrameMaterialPipe] });
1640
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: SharedModule, imports: [[]] });
1641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: SharedModule, decorators: [{
1680
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, imports: [[]] });
1681
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedModule, decorators: [{
1642
1682
  type: NgModule,
1643
1683
  args: [{
1644
1684
  declarations: [
@@ -1670,9 +1710,9 @@ class NotificationService {
1670
1710
  this.messageUpdatedSource.next({ index: 0, type: type, message: message });
1671
1711
  }
1672
1712
  }
1673
- NotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1674
- NotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationService, providedIn: 'root' });
1675
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationService, decorators: [{
1713
+ NotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1714
+ NotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationService, providedIn: 'root' });
1715
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationService, decorators: [{
1676
1716
  type: Injectable,
1677
1717
  args: [{
1678
1718
  providedIn: 'root'
@@ -1718,26 +1758,21 @@ class NotificationBarComponent {
1718
1758
  return this.messages.length < 3;
1719
1759
  }
1720
1760
  }
1721
- NotificationBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationBarComponent, deps: [{ token: NotificationService }], target: i0.ɵɵFactoryTarget.Component });
1722
- NotificationBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.1.2", type: NotificationBarComponent, selector: "app-notification-bar", ngImport: i0, template: "<div class=\"notification-bar\" *ngIf=\"messages.length\">\r\n <div *ngFor=\"let message of viewMessages\" class=\"notification-pill\" [class.error]=\"message.type == 1\" [@fadeOutAnimation]=\"shouldFade()\">\r\n <i class=\"fa\" [ngClass]=\"getIconClass(message)\"></i> <span class=\"ml-1\">{{message.message}}</span>\r\n </div>\r\n <div *ngIf=\"messages.length > 3\" class=\"notification-pill\">{{messages.length - 2}} more...</div>\r\n</div>\r\n", styles: [".notification-bar{position:fixed;top:0;left:0;right:0;z-index:10001;pointer-events:none}.notification-bar .notification-pill{max-width:300px;margin:10px auto;border-radius:20px;color:#2a2b4b;background:#f2f2f2;padding:8px;text-align:center;box-shadow:inset 0 2px 4px hsla(0,0%,100%,.5),inset 0 -2px 4px rgba(0,0,0,.9),0 2px 4px rgba(0,0,0,.5)}.notification-bar .error{color:#711e16!important;background:#f8d8d4!important}"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], animations: [fadeOutAnimation] });
1723
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationBarComponent, decorators: [{
1761
+ NotificationBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationBarComponent, deps: [{ token: NotificationService }], target: i0.ɵɵFactoryTarget.Component });
1762
+ NotificationBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NotificationBarComponent, selector: "app-notification-bar", ngImport: i0, template: "<div class=\"notification-bar\" *ngIf=\"messages.length\">\r\n <div *ngFor=\"let message of viewMessages\" class=\"notification-pill\" [class.error]=\"message.type == 1\" [@fadeOutAnimation]=\"shouldFade()\">\r\n <i class=\"fa\" [ngClass]=\"getIconClass(message)\"></i> <span class=\"ms-1\">{{message.message}}</span>\r\n </div>\r\n <div *ngIf=\"messages.length > 3\" class=\"notification-pill\">{{messages.length - 2}} more...</div>\r\n</div>\r\n", styles: [".notification-bar{position:fixed;top:0;left:0;right:0;z-index:10001;pointer-events:none}.notification-bar .notification-pill{max-width:300px;margin:10px auto;border-radius:20px;color:#2a2b4b;background:#F2F2F2;padding:8px;text-align:center;box-shadow:inset 0 2px 4px #ffffff80,inset 0 -2px 4px #000000e6,0 2px 4px #00000080}.notification-bar .error{color:#711e16!important;background:#f8d8d4!important}\n"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], animations: [fadeOutAnimation] });
1763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationBarComponent, decorators: [{
1724
1764
  type: Component,
1725
- args: [{
1726
- selector: 'app-notification-bar',
1727
- templateUrl: './notification-bar.component.html',
1728
- styleUrls: ['./notification-bar.component.scss'],
1729
- animations: [fadeOutAnimation],
1730
- }]
1765
+ args: [{ selector: 'app-notification-bar', animations: [fadeOutAnimation], template: "<div class=\"notification-bar\" *ngIf=\"messages.length\">\r\n <div *ngFor=\"let message of viewMessages\" class=\"notification-pill\" [class.error]=\"message.type == 1\" [@fadeOutAnimation]=\"shouldFade()\">\r\n <i class=\"fa\" [ngClass]=\"getIconClass(message)\"></i> <span class=\"ms-1\">{{message.message}}</span>\r\n </div>\r\n <div *ngIf=\"messages.length > 3\" class=\"notification-pill\">{{messages.length - 2}} more...</div>\r\n</div>\r\n", styles: [".notification-bar{position:fixed;top:0;left:0;right:0;z-index:10001;pointer-events:none}.notification-bar .notification-pill{max-width:300px;margin:10px auto;border-radius:20px;color:#2a2b4b;background:#F2F2F2;padding:8px;text-align:center;box-shadow:inset 0 2px 4px #ffffff80,inset 0 -2px 4px #000000e6,0 2px 4px #00000080}.notification-bar .error{color:#711e16!important;background:#f8d8d4!important}\n"] }]
1731
1766
  }], ctorParameters: function () { return [{ type: NotificationService }]; } });
1732
1767
 
1733
1768
  class NotificationModule {
1734
1769
  }
1735
- NotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1736
- NotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationModule, declarations: [NotificationBarComponent], imports: [CommonModule], exports: [NotificationBarComponent] });
1737
- NotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationModule, imports: [[
1770
+ NotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1771
+ NotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationModule, declarations: [NotificationBarComponent], imports: [CommonModule], exports: [NotificationBarComponent] });
1772
+ NotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationModule, imports: [[
1738
1773
  CommonModule
1739
1774
  ]] });
1740
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.2", ngImport: i0, type: NotificationModule, decorators: [{
1775
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NotificationModule, decorators: [{
1741
1776
  type: NgModule,
1742
1777
  args: [{
1743
1778
  imports: [
@@ -1766,5 +1801,5 @@ var NotificationType;
1766
1801
  * Generated bundle index. Do not edit.
1767
1802
  */
1768
1803
 
1769
- export { BundleItem, ChangeOrderStatus, Coating, CoatingService, CoatingValue, Configuration, ConfigurationService, CosmeticMilling, CosmeticMillingService, Customer, CustomerService, Dealer, DealerContact, DealerCoupon, DealerService, DisableControlDirective, EnumPipe, FileNamePipe, FileUploadService, FilterOptions, Firearm, FirearmSeries, FirearmSeriesOptic, FirearmSeriesService, FirearmService, FrameMaterial, FrameMaterialPipe, GunCaliber, GunPart, GunPartService, InventoryItem, InventoryService, JFile, Material, MaterialService, MillingDetail, MillingItem, MillingType, MillingTypeService, MountType, NewLinePipe, NotificationBarComponent, NotificationModule, NotificationService, NotificationType, Optic, OpticService, OpticStatus, PhonePipe, Product, ProductService, ProjectType, PurchaseOrder, PurchaseOrderRefinishItem, PurchaseOrderService, PurchaseOrderStatus, RearSightPosition, RefinishDetail, ReportMillingItem, ReportRefinishItem, SharedModule, SightType, State, StateService, Total, TotalItem, TotalsService, UserService, Vendor, VendorContact, VendorService, WaitlistAction, WaitlistCustomerService, WaitlistGun, WaitlistHistory, WaitlistItem, WaitlistProjectService, WaitlistService, WaitlistStatus, WorkChangeOrder, WorkHoliday, WorkHolidayService, WorkOrder, WorkOrderAction, WorkOrderHistory, WorkOrderRefinishItem, WorkOrderService, WorkOrderStatus, WorkOrderType, calculateFinishDate, coatingDescriptionValidator, coatingValueValidator, convertEnumToObjectArray, getCoatingValues, getCoatings, hasCoatingDescription, hasCoatingValues, refinishDetailsValidator, touchControls };
1770
- //# sourceMappingURL=gunsmith-common.js.map
1804
+ export { BundleItem, ChangeOrderStatus, Coating, CoatingService, CoatingValue, Configuration, ConfigurationService, CosmeticMilling, CosmeticMillingService, Customer, CustomerService, Dealer, DealerContact, DealerCoupon, DealerService, DisableControlDirective, EnumPipe, FileNamePipe, FileUploadService, FilterOptions, Firearm, FirearmSeries, FirearmSeriesOptic, FirearmSeriesService, FirearmService, FrameMaterial, FrameMaterialPipe, GunCaliber, GunPart, GunPartOption, GunPartService, InventoryItem, InventoryService, JFile, Material, MaterialService, MillingDetail, MillingItem, MillingType, MillingTypeService, MountType, NewLinePipe, NotificationBarComponent, NotificationModule, NotificationService, NotificationType, Optic, OpticService, OpticStatus, PhonePipe, Product, ProductService, ProjectType, PurchaseOrder, PurchaseOrderRefinishItem, PurchaseOrderService, PurchaseOrderStatus, RearSightPosition, RefinishDetail, ReportMillingItem, ReportRefinishItem, SharedModule, SightType, State, StateService, StatusHistoryService, Total, TotalItem, TotalsService, UserService, Vendor, VendorContact, VendorService, WaitlistAction, WaitlistCustomerService, WaitlistGun, WaitlistHistory, WaitlistItem, WaitlistProjectService, WaitlistService, WaitlistStatus, WorkChangeOrder, WorkHoliday, WorkHolidayService, WorkOrder, WorkOrderAction, WorkOrderHistory, WorkOrderRefinishItem, WorkOrderService, WorkOrderStatus, WorkOrderType, calculateFinishDate, coatingDescriptionValidator, coatingValueValidator, convertEnumToObjectArray, getCoatingValues, getCoatings, hasCoatingDescription, hasCoatingValues, refinishDetailsValidator, touchControls };
1805
+ //# sourceMappingURL=gunsmith-common.mjs.map