gunsmith-common 2.2.4 → 2.2.6
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.
- package/esm2020/gunsmith-common.mjs +4 -4
- package/esm2020/notification/fade-out.animation.mjs +10 -10
- package/esm2020/notification/index.mjs +4 -4
- package/esm2020/notification/notification-bar/notification-bar.component.mjs +43 -43
- package/esm2020/notification/notification-message.mjs +3 -3
- package/esm2020/notification/notification-type.enum.mjs +6 -6
- package/esm2020/notification/notification.module.mjs +26 -26
- package/esm2020/notification/notification.service.mjs +21 -21
- package/esm2020/public_api.mjs +13 -13
- package/esm2020/shared/controls/package-selector/package-selector.component.mjs +184 -172
- package/esm2020/shared/directives/disable-control.directive.mjs +24 -24
- package/esm2020/shared/directives/index.mjs +3 -3
- package/esm2020/shared/directives/refinish-details-validators.mjs +45 -45
- package/esm2020/shared/pipes/enum.pipe.mjs +16 -16
- package/esm2020/shared/pipes/file-name.pipe.mjs +16 -16
- package/esm2020/shared/pipes/frame-material.pipe.mjs +24 -24
- package/esm2020/shared/pipes/index.mjs +6 -6
- package/esm2020/shared/pipes/new-line.pipe.mjs +16 -16
- package/esm2020/shared/pipes/phone.pipe.mjs +19 -19
- package/esm2020/shared/services/coating.service.mjs +63 -63
- package/esm2020/shared/services/configuration.service.mjs +29 -29
- package/esm2020/shared/services/customer.service.mjs +47 -47
- package/esm2020/shared/services/dealer.service.mjs +45 -45
- package/esm2020/shared/services/file-upload.service.mjs +34 -39
- package/esm2020/shared/services/firearm-series.service.mjs +45 -45
- package/esm2020/shared/services/firearm.service.mjs +48 -48
- package/esm2020/shared/services/gun-part.service.mjs +52 -52
- package/esm2020/shared/services/index.mjs +30 -27
- package/esm2020/shared/services/inventory.service.mjs +38 -38
- package/esm2020/shared/services/material.service.mjs +30 -30
- package/esm2020/shared/services/milling-type.service.mjs +53 -53
- package/esm2020/shared/services/optic.service.mjs +42 -42
- package/esm2020/shared/services/package.service.mjs +47 -47
- package/esm2020/shared/services/product.service.mjs +29 -29
- package/esm2020/shared/services/purchase-order.service.mjs +87 -87
- package/esm2020/shared/services/quickbooks.service.mjs +30 -0
- package/esm2020/shared/services/refinish-code.service.mjs +35 -35
- package/esm2020/shared/services/state.service.mjs +26 -26
- package/esm2020/shared/services/status-history.service.mjs +40 -40
- package/esm2020/shared/services/totals.service.mjs +50 -50
- package/esm2020/shared/services/user.service.mjs +26 -26
- package/esm2020/shared/services/vendor.service.mjs +42 -42
- package/esm2020/shared/services/waitlist-customer.service.mjs +38 -38
- package/esm2020/shared/services/waitlist-project.service.mjs +38 -38
- package/esm2020/shared/services/waitlist.service.mjs +86 -86
- package/esm2020/shared/services/work-holiday.service.mjs +32 -32
- package/esm2020/shared/services/work-order-discount.service.mjs +38 -0
- package/esm2020/shared/services/work-order-shipping-item.service.mjs +38 -0
- package/esm2020/shared/services/work-order.service.mjs +195 -195
- package/esm2020/shared/shared.module.mjs +67 -67
- package/esm2020/shared/types/bundle-item.mjs +6 -6
- package/esm2020/shared/types/change-order-status.mjs +9 -9
- package/esm2020/shared/types/coating-value.mjs +6 -6
- package/esm2020/shared/types/coating.mjs +8 -8
- package/esm2020/shared/types/configuration.mjs +3 -3
- package/esm2020/shared/types/customer.mjs +6 -6
- package/esm2020/shared/types/dealer-contact.mjs +3 -3
- package/esm2020/shared/types/dealer-coupon.mjs +3 -3
- package/esm2020/shared/types/dealer.mjs +8 -8
- package/esm2020/shared/types/filter-options.mjs +9 -9
- package/esm2020/shared/types/firearm-series-optic.mjs +9 -9
- package/esm2020/shared/types/firearm-series.mjs +10 -10
- package/esm2020/shared/types/firearm.mjs +6 -6
- package/esm2020/shared/types/frame-material.mjs +8 -8
- package/esm2020/shared/types/gun-caliber.mjs +7 -7
- package/esm2020/shared/types/gun-part-option.mjs +3 -3
- package/esm2020/shared/types/gun-part.mjs +11 -11
- package/esm2020/shared/types/index.mjs +70 -68
- package/esm2020/shared/types/inventory-item.mjs +9 -6
- package/esm2020/shared/types/j-file.mjs +3 -3
- package/esm2020/shared/types/material.mjs +6 -6
- package/esm2020/shared/types/milling-detail.mjs +7 -7
- package/esm2020/shared/types/milling-item.mjs +3 -3
- package/esm2020/shared/types/milling-type.mjs +6 -6
- package/esm2020/shared/types/mount-type.mjs +9 -9
- package/esm2020/shared/types/optic-status.mjs +7 -7
- package/esm2020/shared/types/optic.mjs +7 -7
- package/esm2020/shared/types/package-item.mjs +3 -3
- package/esm2020/shared/types/package-optional-item.mjs +3 -3
- package/esm2020/shared/types/package-total.mjs +3 -3
- package/esm2020/shared/types/package-variation-option.mjs +3 -3
- package/esm2020/shared/types/package-variation.mjs +6 -6
- package/esm2020/shared/types/package.mjs +10 -10
- package/esm2020/shared/types/product.mjs +3 -3
- package/esm2020/shared/types/project-type.mjs +7 -7
- package/esm2020/shared/types/purchase-order-refinish-item.mjs +3 -3
- package/esm2020/shared/types/purchase-order-status.mjs +8 -8
- package/esm2020/shared/types/purchase-order.mjs +9 -9
- package/esm2020/shared/types/rear-sight-position.mjs +6 -6
- package/esm2020/shared/types/refinish-code.mjs +3 -3
- package/esm2020/shared/types/refinish-detail.mjs +3 -3
- package/esm2020/shared/types/report-milling-item.mjs +3 -3
- package/esm2020/shared/types/report-refinish-item.mjs +3 -3
- package/esm2020/shared/types/shield-rms-options.mjs +6 -6
- package/esm2020/shared/types/sight-type.mjs +7 -7
- package/esm2020/shared/types/state.mjs +3 -3
- package/esm2020/shared/types/total-item.mjs +3 -3
- package/esm2020/shared/types/total.mjs +3 -3
- package/esm2020/shared/types/vendor-contact.mjs +3 -3
- package/esm2020/shared/types/vendor.mjs +7 -7
- package/esm2020/shared/types/waitlist-action.mjs +9 -9
- package/esm2020/shared/types/waitlist-gun-package-detail.mjs +7 -7
- package/esm2020/shared/types/waitlist-gun.mjs +13 -12
- package/esm2020/shared/types/waitlist-history.mjs +3 -3
- package/esm2020/shared/types/waitlist-item.mjs +12 -12
- package/esm2020/shared/types/waitlist-status.mjs +15 -15
- package/esm2020/shared/types/work-change-order.mjs +3 -3
- package/esm2020/shared/types/work-holiday.mjs +3 -3
- package/esm2020/shared/types/work-order-action.mjs +7 -7
- package/esm2020/shared/types/work-order-discount.mjs +4 -0
- package/esm2020/shared/types/work-order-history.mjs +3 -3
- package/esm2020/shared/types/work-order-inventory-item.mjs +3 -3
- package/esm2020/shared/types/work-order-list-item.mjs +3 -3
- package/esm2020/shared/types/work-order-package-detail.mjs +7 -7
- package/esm2020/shared/types/work-order-refinish-item.mjs +3 -3
- package/esm2020/shared/types/work-order-shipping-item.mjs +3 -0
- package/esm2020/shared/types/work-order-status.mjs +18 -18
- package/esm2020/shared/types/work-order-type.mjs +8 -8
- package/esm2020/shared/types/work-order.mjs +18 -18
- package/esm2020/shared/utils/coating-helpers.mjs +22 -22
- package/esm2020/shared/utils/enum-object.mjs +10 -10
- package/esm2020/shared/utils/finish-date-calculator.mjs +30 -30
- package/esm2020/shared/utils/index.mjs +5 -5
- package/esm2020/shared/utils/invalid-form-control-toucher.mjs +7 -7
- package/fesm2015/gunsmith-common.mjs +2118 -2001
- package/fesm2015/gunsmith-common.mjs.map +1 -1
- package/fesm2020/gunsmith-common.mjs +2058 -1947
- package/fesm2020/gunsmith-common.mjs.map +1 -1
- package/gunsmith-common-2.2.6.tgz +0 -0
- package/gunsmith-common.d.ts +5 -5
- package/notification/fade-out.animation.d.ts +2 -2
- package/notification/index.d.ts +3 -3
- package/notification/notification-bar/notification-bar.component.d.ts +18 -18
- package/notification/notification-message.d.ts +6 -6
- package/notification/notification-type.enum.d.ts +4 -4
- package/notification/notification.module.d.ts +8 -8
- package/notification/notification.service.d.ts +12 -12
- package/package.json +1 -1
- package/public_api.d.ts +9 -9
- package/shared/controls/package-selector/package-selector.component.d.ts +40 -39
- package/shared/directives/disable-control.directive.d.ts +9 -9
- package/shared/directives/index.d.ts +2 -2
- package/shared/directives/refinish-details-validators.d.ts +4 -4
- package/shared/pipes/enum.pipe.d.ts +7 -7
- package/shared/pipes/file-name.pipe.d.ts +7 -7
- package/shared/pipes/frame-material.pipe.d.ts +11 -11
- package/shared/pipes/index.d.ts +5 -5
- package/shared/pipes/new-line.pipe.d.ts +7 -7
- package/shared/pipes/phone.pipe.d.ts +7 -7
- package/shared/services/coating.service.d.ts +22 -22
- package/shared/services/configuration.service.d.ts +14 -14
- package/shared/services/customer.service.d.ts +17 -17
- package/shared/services/dealer.service.d.ts +19 -19
- package/shared/services/file-upload.service.d.ts +13 -14
- package/shared/services/firearm-series.service.d.ts +18 -18
- package/shared/services/firearm.service.d.ts +20 -20
- package/shared/services/gun-part.service.d.ts +18 -18
- package/shared/services/index.d.ts +29 -26
- package/shared/services/inventory.service.d.ts +15 -15
- package/shared/services/material.service.d.ts +13 -13
- package/shared/services/milling-type.service.d.ts +18 -18
- package/shared/services/optic.service.d.ts +17 -17
- package/shared/services/package.service.d.ts +16 -16
- package/shared/services/product.service.d.ts +15 -15
- package/shared/services/purchase-order.service.d.ts +27 -27
- package/shared/services/quickbooks.service.d.ts +12 -0
- package/shared/services/refinish-code.service.d.ts +16 -16
- package/shared/services/state.service.d.ts +13 -13
- package/shared/services/status-history.service.d.ts +14 -14
- package/shared/services/totals.service.d.ts +15 -15
- package/shared/services/user.service.d.ts +12 -12
- package/shared/services/vendor.service.d.ts +17 -17
- package/shared/services/waitlist-customer.service.d.ts +15 -15
- package/shared/services/waitlist-project.service.d.ts +17 -17
- package/shared/services/waitlist.service.d.ts +25 -25
- package/shared/services/work-holiday.service.d.ts +15 -15
- package/shared/services/work-order-discount.service.d.ts +17 -0
- package/shared/services/work-order-shipping-item.service.d.ts +17 -0
- package/shared/services/work-order.service.d.ts +53 -53
- package/shared/shared.module.d.ts +16 -16
- package/shared/types/bundle-item.d.ts +11 -11
- package/shared/types/change-order-status.d.ts +7 -7
- package/shared/types/coating-value.d.ts +6 -6
- package/shared/types/coating.d.ts +11 -11
- package/shared/types/configuration.d.ts +11 -11
- package/shared/types/customer.d.ts +14 -14
- package/shared/types/dealer-contact.d.ts +9 -9
- package/shared/types/dealer-coupon.d.ts +5 -5
- package/shared/types/dealer.d.ts +24 -24
- package/shared/types/filter-options.d.ts +6 -6
- package/shared/types/firearm-series-optic.d.ts +12 -12
- package/shared/types/firearm-series.d.ts +11 -11
- package/shared/types/firearm.d.ts +10 -10
- package/shared/types/frame-material.d.ts +6 -6
- package/shared/types/gun-caliber.d.ts +5 -5
- package/shared/types/gun-part-option.d.ts +9 -9
- package/shared/types/gun-part.d.ts +13 -13
- package/shared/types/index.d.ts +69 -67
- package/shared/types/inventory-item.d.ts +10 -9
- package/shared/types/j-file.d.ts +5 -5
- package/shared/types/material.d.ts +6 -6
- package/shared/types/milling-detail.d.ts +19 -19
- package/shared/types/milling-item.d.ts +8 -8
- package/shared/types/milling-type.d.ts +11 -10
- package/shared/types/mount-type.d.ts +7 -7
- package/shared/types/optic-status.d.ts +5 -5
- package/shared/types/optic.d.ts +7 -7
- package/shared/types/package-item.d.ts +9 -9
- package/shared/types/package-optional-item.d.ts +10 -6
- package/shared/types/package-total.d.ts +5 -5
- package/shared/types/package-variation-option.d.ts +14 -10
- package/shared/types/package-variation.d.ts +9 -8
- package/shared/types/package.d.ts +15 -14
- package/shared/types/product.d.ts +7 -7
- package/shared/types/project-type.d.ts +5 -5
- package/shared/types/purchase-order-refinish-item.d.ts +18 -18
- package/shared/types/purchase-order-status.d.ts +6 -6
- package/shared/types/purchase-order.d.ts +11 -11
- package/shared/types/rear-sight-position.d.ts +4 -4
- package/shared/types/refinish-code.d.ts +9 -8
- package/shared/types/refinish-detail.d.ts +13 -13
- package/shared/types/report-milling-item.d.ts +16 -16
- package/shared/types/report-refinish-item.d.ts +20 -20
- package/shared/types/shield-rms-options.d.ts +4 -4
- package/shared/types/sight-type.d.ts +5 -5
- package/shared/types/state.d.ts +4 -4
- package/shared/types/total-item.d.ts +4 -4
- package/shared/types/total.d.ts +5 -5
- package/shared/types/vendor-contact.d.ts +9 -9
- package/shared/types/vendor.d.ts +20 -20
- package/shared/types/waitlist-action.d.ts +7 -7
- package/shared/types/waitlist-gun-package-detail.d.ts +10 -10
- package/shared/types/waitlist-gun.d.ts +25 -24
- package/shared/types/waitlist-history.d.ts +8 -8
- package/shared/types/waitlist-item.d.ts +25 -25
- package/shared/types/waitlist-status.d.ts +13 -13
- package/shared/types/work-change-order.d.ts +10 -10
- package/shared/types/work-holiday.d.ts +4 -4
- package/shared/types/work-order-action.d.ts +5 -5
- package/shared/types/work-order-discount.d.ts +8 -0
- package/shared/types/work-order-history.d.ts +8 -8
- package/shared/types/work-order-inventory-item.d.ts +7 -7
- package/shared/types/work-order-list-item.d.ts +15 -15
- package/shared/types/work-order-package-detail.d.ts +10 -10
- package/shared/types/work-order-refinish-item.d.ts +18 -18
- package/shared/types/work-order-shipping-item.d.ts +7 -0
- package/shared/types/work-order-status.d.ts +16 -16
- package/shared/types/work-order-type.d.ts +6 -6
- package/shared/types/work-order.d.ts +33 -33
- package/shared/utils/coating-helpers.d.ts +5 -5
- package/shared/utils/enum-object.d.ts +5 -5
- package/shared/utils/finish-date-calculator.d.ts +2 -2
- package/shared/utils/index.d.ts +4 -4
- package/shared/utils/invalid-form-control-toucher.d.ts +2 -2
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { WorkOrderStatus } from "./work-order-status";
|
|
2
|
-
import { WorkOrderHistory } from './work-order-history';
|
|
3
|
-
import { WorkOrderType } from "./work-order-type";
|
|
4
|
-
import { Customer } from "./customer";
|
|
5
|
-
import { Firearm } from './firearm';
|
|
6
|
-
import { GunCaliber } from './gun-caliber';
|
|
7
|
-
import { ProjectType } from './project-type';
|
|
8
|
-
import { WorkOrderPackageDetail } from "./work-order-package-detail";
|
|
9
|
-
export declare class WorkOrder {
|
|
10
|
-
constructor();
|
|
11
|
-
id: number;
|
|
12
|
-
customer: Customer;
|
|
13
|
-
firearm: Firearm;
|
|
14
|
-
serialNumber: string;
|
|
15
|
-
caliber: GunCaliber;
|
|
16
|
-
receivedDate: Date;
|
|
17
|
-
estimatedFinishDate: Date;
|
|
18
|
-
lastStatusDate: Date;
|
|
19
|
-
workOrderType: WorkOrderType;
|
|
20
|
-
refinish: boolean;
|
|
21
|
-
logo: boolean;
|
|
22
|
-
milling: boolean;
|
|
23
|
-
specialOrder: boolean;
|
|
24
|
-
condition: string;
|
|
25
|
-
workDescription: string;
|
|
26
|
-
shipmentInfo: string;
|
|
27
|
-
projectType: ProjectType;
|
|
28
|
-
status: WorkOrderStatus;
|
|
29
|
-
packageDetail: WorkOrderPackageDetail;
|
|
30
|
-
histories: WorkOrderHistory[];
|
|
31
|
-
notes: string;
|
|
32
|
-
timestamp: string;
|
|
33
|
-
}
|
|
1
|
+
import { WorkOrderStatus } from "./work-order-status";
|
|
2
|
+
import { WorkOrderHistory } from './work-order-history';
|
|
3
|
+
import { WorkOrderType } from "./work-order-type";
|
|
4
|
+
import { Customer } from "./customer";
|
|
5
|
+
import { Firearm } from './firearm';
|
|
6
|
+
import { GunCaliber } from './gun-caliber';
|
|
7
|
+
import { ProjectType } from './project-type';
|
|
8
|
+
import { WorkOrderPackageDetail } from "./work-order-package-detail";
|
|
9
|
+
export declare class WorkOrder {
|
|
10
|
+
constructor();
|
|
11
|
+
id: number;
|
|
12
|
+
customer: Customer;
|
|
13
|
+
firearm: Firearm;
|
|
14
|
+
serialNumber: string;
|
|
15
|
+
caliber: GunCaliber;
|
|
16
|
+
receivedDate: Date;
|
|
17
|
+
estimatedFinishDate: Date;
|
|
18
|
+
lastStatusDate: Date;
|
|
19
|
+
workOrderType: WorkOrderType;
|
|
20
|
+
refinish: boolean;
|
|
21
|
+
logo: boolean;
|
|
22
|
+
milling: boolean;
|
|
23
|
+
specialOrder: boolean;
|
|
24
|
+
condition: string;
|
|
25
|
+
workDescription: string;
|
|
26
|
+
shipmentInfo: string;
|
|
27
|
+
projectType: ProjectType;
|
|
28
|
+
status: WorkOrderStatus;
|
|
29
|
+
packageDetail: WorkOrderPackageDetail;
|
|
30
|
+
histories: WorkOrderHistory[];
|
|
31
|
+
notes: string;
|
|
32
|
+
timestamp: string;
|
|
33
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Coating, CoatingValue, GunPart, Material } from '../types';
|
|
2
|
-
export declare function getCoatings(part: GunPart, coatings: Coating[], material: Material): Coating[];
|
|
3
|
-
export declare function getCoatingValues(coating: Coating): CoatingValue[];
|
|
4
|
-
export declare function hasCoatingValues(coating: Coating): boolean;
|
|
5
|
-
export declare function hasCoatingDescription(coating: Coating): boolean;
|
|
1
|
+
import { Coating, CoatingValue, GunPart, Material } from '../types';
|
|
2
|
+
export declare function getCoatings(part: GunPart, coatings: Coating[], material: Material): Coating[];
|
|
3
|
+
export declare function getCoatingValues(coating: Coating): CoatingValue[];
|
|
4
|
+
export declare function hasCoatingValues(coating: Coating): boolean;
|
|
5
|
+
export declare function hasCoatingDescription(coating: Coating): boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare function convertEnumToObjectArray(value: any): EnumObject[];
|
|
2
|
-
export interface EnumObject {
|
|
3
|
-
id: number;
|
|
4
|
-
name: string;
|
|
5
|
-
}
|
|
1
|
+
export declare function convertEnumToObjectArray(value: any): EnumObject[];
|
|
2
|
+
export interface EnumObject {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { WorkOrderType, Configuration, WorkHoliday } from "../types";
|
|
2
|
-
export declare function calculateFinishDate(receivedDate: Date, workOrderType: WorkOrderType, configs: Configuration, holidays: WorkHoliday[]): Date;
|
|
1
|
+
import { WorkOrderType, Configuration, WorkHoliday } from "../types";
|
|
2
|
+
export declare function calculateFinishDate(receivedDate: Date, workOrderType: WorkOrderType, configs: Configuration, holidays: WorkHoliday[]): Date;
|
package/shared/utils/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './invalid-form-control-toucher';
|
|
2
|
-
export * from './enum-object';
|
|
3
|
-
export * from './coating-helpers';
|
|
4
|
-
export * from './finish-date-calculator';
|
|
1
|
+
export * from './invalid-form-control-toucher';
|
|
2
|
+
export * from './enum-object';
|
|
3
|
+
export * from './coating-helpers';
|
|
4
|
+
export * from './finish-date-calculator';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { FormGroup } from "@angular/forms";
|
|
2
|
-
export declare function touchControls(formGroup: FormGroup): void;
|
|
1
|
+
import { FormGroup } from "@angular/forms";
|
|
2
|
+
export declare function touchControls(formGroup: FormGroup): void;
|