gunsmith-common 2.3.19 → 2.3.21
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 +14 -14
- package/esm2020/shared/controls/form-error-message/form-error-message.component.mjs +17 -17
- package/esm2020/shared/controls/modal-header/modal-header.component.mjs +25 -25
- 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/base.service.mjs +50 -50
- package/esm2020/shared/services/coating-value.service.mjs +25 -25
- package/esm2020/shared/services/coating.service.mjs +25 -25
- package/esm2020/shared/services/configuration.service.mjs +32 -32
- package/esm2020/shared/services/customer.service.mjs +47 -47
- package/esm2020/shared/services/dealer.service.mjs +31 -31
- package/esm2020/shared/services/file-upload.service.mjs +34 -34
- package/esm2020/shared/services/finish-date-helper.service.mjs +69 -69
- package/esm2020/shared/services/firearm-milling-type.service.mjs +25 -25
- package/esm2020/shared/services/firearm-optic.service.mjs +31 -31
- package/esm2020/shared/services/firearm-sight.service.mjs +25 -25
- package/esm2020/shared/services/firearm.service.mjs +31 -31
- package/esm2020/shared/services/gun-part.service.mjs +46 -46
- package/esm2020/shared/services/index.mjs +44 -44
- package/esm2020/shared/services/inventory.service.mjs +25 -25
- package/esm2020/shared/services/material.service.mjs +30 -30
- package/esm2020/shared/services/milling-type-addon.service.mjs +25 -25
- package/esm2020/shared/services/milling-type.service.mjs +25 -25
- package/esm2020/shared/services/mount-type.service.mjs +25 -25
- package/esm2020/shared/services/optic.service.mjs +28 -28
- package/esm2020/shared/services/package-optional-item.service.mjs +25 -25
- package/esm2020/shared/services/package-variation.service.mjs +25 -25
- package/esm2020/shared/services/package.service.mjs +49 -49
- 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 -30
- package/esm2020/shared/services/refinish-code.service.mjs +35 -35
- package/esm2020/shared/services/sight-material.service.mjs +25 -25
- package/esm2020/shared/services/sight-type.service.mjs +25 -25
- package/esm2020/shared/services/sight.service.mjs +28 -28
- package/esm2020/shared/services/slide-addon.service.mjs +25 -25
- 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 +41 -41
- package/esm2020/shared/services/waitlist-project.service.mjs +38 -38
- package/esm2020/shared/services/waitlist.service.mjs +100 -100
- package/esm2020/shared/services/work-holiday.service.mjs +32 -32
- package/esm2020/shared/services/work-order-discount.service.mjs +25 -25
- package/esm2020/shared/services/work-order-non-inventory-item.service.mjs +25 -25
- package/esm2020/shared/services/work-order-shipping-item.service.mjs +25 -25
- package/esm2020/shared/services/work-order.service.mjs +214 -214
- package/esm2020/shared/shared.module.mjs +59 -59
- package/esm2020/shared/types/address.mjs +3 -3
- package/esm2020/shared/types/billing-info.mjs +3 -3
- package/esm2020/shared/types/bundle-item.mjs +6 -6
- package/esm2020/shared/types/change-order-package-detail.mjs +7 -7
- 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-optic.mjs +11 -11
- 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 +85 -85
- package/esm2020/shared/types/inventory-item.mjs +12 -12
- package/esm2020/shared/types/j-file.mjs +3 -3
- package/esm2020/shared/types/material.mjs +6 -6
- package/esm2020/shared/types/milling-detail.mjs +10 -10
- package/esm2020/shared/types/milling-item.mjs +6 -6
- package/esm2020/shared/types/milling-type-addon-option.mjs +4 -4
- package/esm2020/shared/types/milling-type-addon.mjs +7 -7
- package/esm2020/shared/types/milling-type.mjs +11 -11
- package/esm2020/shared/types/mount-type.mjs +6 -6
- package/esm2020/shared/types/optic-report-item.mjs +2 -2
- package/esm2020/shared/types/optic-sight.mjs +4 -4
- 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 +7 -7
- package/esm2020/shared/types/package-total.mjs +3 -3
- package/esm2020/shared/types/package-variation-option.mjs +6 -6
- package/esm2020/shared/types/package-variation.mjs +8 -8
- package/esm2020/shared/types/package.mjs +13 -13
- 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-material-type.mjs +6 -6
- package/esm2020/shared/types/sight-report-item.mjs +2 -2
- package/esm2020/shared/types/sight-type-enum.mjs +7 -7
- package/esm2020/shared/types/sight-type.mjs +6 -6
- package/esm2020/shared/types/sight.mjs +6 -6
- package/esm2020/shared/types/simple-type.mjs +2 -2
- package/esm2020/shared/types/slide-addon.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 +15 -15
- package/esm2020/shared/types/waitlist-history.mjs +3 -3
- package/esm2020/shared/types/waitlist-item.mjs +13 -13
- package/esm2020/shared/types/waitlist-status.mjs +18 -18
- 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-billing-transaction.mjs +3 -3
- package/esm2020/shared/types/work-order-discount.mjs +4 -4
- 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-non-inventory-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 -3
- package/esm2020/shared/types/work-order-status.mjs +18 -18
- package/esm2020/shared/types/work-order-total.mjs +3 -3
- package/esm2020/shared/types/work-order-type.mjs +8 -8
- package/esm2020/shared/types/work-order.mjs +20 -20
- package/esm2020/shared/utils/coating-helpers.mjs +22 -22
- package/esm2020/shared/utils/enum-object.mjs +10 -10
- package/esm2020/shared/utils/index.mjs +4 -4
- package/esm2020/shared/utils/invalid-form-control-toucher.mjs +7 -7
- package/fesm2015/gunsmith-common.mjs +2183 -2183
- package/fesm2015/gunsmith-common.mjs.map +1 -1
- package/fesm2020/gunsmith-common.mjs +2101 -2101
- package/fesm2020/gunsmith-common.mjs.map +1 -1
- package/gunsmith-common-2.3.21.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 +10 -10
- package/shared/controls/form-error-message/form-error-message.component.d.ts +8 -8
- package/shared/controls/modal-header/modal-header.component.d.ts +11 -11
- 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/base.service.d.ts +17 -17
- package/shared/services/coating-value.service.d.ts +11 -11
- package/shared/services/coating.service.d.ts +11 -11
- package/shared/services/configuration.service.d.ts +15 -15
- package/shared/services/customer.service.d.ts +17 -17
- package/shared/services/dealer.service.d.ts +15 -15
- package/shared/services/file-upload.service.d.ts +13 -13
- package/shared/services/finish-date-helper.service.d.ts +17 -17
- package/shared/services/firearm-milling-type.service.d.ts +11 -11
- package/shared/services/firearm-optic.service.d.ts +13 -13
- package/shared/services/firearm-sight.service.d.ts +11 -11
- package/shared/services/firearm.service.d.ts +15 -15
- package/shared/services/gun-part.service.d.ts +16 -16
- package/shared/services/index.d.ts +43 -43
- package/shared/services/inventory.service.d.ts +11 -11
- package/shared/services/material.service.d.ts +13 -13
- package/shared/services/milling-type-addon.service.d.ts +11 -11
- package/shared/services/milling-type.service.d.ts +11 -11
- package/shared/services/mount-type.service.d.ts +11 -11
- package/shared/services/optic.service.d.ts +13 -13
- package/shared/services/package-optional-item.service.d.ts +11 -11
- package/shared/services/package-variation.service.d.ts +11 -11
- 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 -12
- package/shared/services/refinish-code.service.d.ts +16 -16
- package/shared/services/sight-material.service.d.ts +11 -11
- package/shared/services/sight-type.service.d.ts +11 -11
- package/shared/services/sight.service.d.ts +13 -13
- package/shared/services/slide-addon.service.d.ts +11 -11
- 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 +16 -16
- package/shared/services/waitlist-project.service.d.ts +17 -17
- package/shared/services/waitlist.service.d.ts +28 -28
- package/shared/services/work-holiday.service.d.ts +15 -15
- package/shared/services/work-order-discount.service.d.ts +11 -11
- package/shared/services/work-order-non-inventory-item.service.d.ts +11 -11
- package/shared/services/work-order-shipping-item.service.d.ts +11 -11
- package/shared/services/work-order.service.d.ts +59 -59
- package/shared/shared.module.d.ts +17 -17
- package/shared/types/address.d.ts +11 -11
- package/shared/types/billing-info.d.ts +6 -6
- package/shared/types/bundle-item.d.ts +11 -11
- package/shared/types/change-order-package-detail.d.ts +10 -10
- package/shared/types/change-order-status.d.ts +7 -7
- package/shared/types/coating-value.d.ts +7 -7
- package/shared/types/coating.d.ts +14 -14
- package/shared/types/configuration.d.ts +17 -17
- 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 +25 -25
- package/shared/types/filter-options.d.ts +6 -6
- package/shared/types/firearm-optic.d.ts +22 -21
- 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 +14 -14
- package/shared/types/index.d.ts +84 -84
- package/shared/types/inventory-item.d.ts +14 -14
- package/shared/types/j-file.d.ts +5 -5
- package/shared/types/material.d.ts +6 -6
- package/shared/types/milling-detail.d.ts +26 -26
- package/shared/types/milling-item.d.ts +23 -23
- package/shared/types/milling-type-addon-option.d.ts +5 -5
- package/shared/types/milling-type-addon.d.ts +8 -8
- package/shared/types/milling-type.d.ts +16 -16
- package/shared/types/mount-type.d.ts +9 -9
- package/shared/types/optic-report-item.d.ts +13 -13
- package/shared/types/optic-sight.d.ts +8 -8
- package/shared/types/optic-status.d.ts +5 -5
- package/shared/types/optic.d.ts +11 -11
- package/shared/types/package-item.d.ts +9 -9
- package/shared/types/package-optional-item.d.ts +20 -20
- package/shared/types/package-total.d.ts +5 -5
- package/shared/types/package-variation-option.d.ts +16 -16
- package/shared/types/package-variation.d.ts +10 -10
- package/shared/types/package.d.ts +18 -18
- 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 -9
- package/shared/types/refinish-detail.d.ts +13 -13
- package/shared/types/report-milling-item.d.ts +18 -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-material-type.d.ts +6 -6
- package/shared/types/sight-report-item.d.ts +10 -10
- package/shared/types/sight-type-enum.d.ts +5 -5
- package/shared/types/sight-type.d.ts +8 -8
- package/shared/types/sight.d.ts +15 -15
- package/shared/types/simple-type.d.ts +6 -6
- package/shared/types/slide-addon.d.ts +20 -20
- 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 +29 -29
- package/shared/types/waitlist-history.d.ts +8 -8
- package/shared/types/waitlist-item.d.ts +28 -28
- package/shared/types/waitlist-status.d.ts +16 -16
- package/shared/types/work-change-order.d.ts +12 -12
- package/shared/types/work-holiday.d.ts +4 -4
- package/shared/types/work-order-action.d.ts +5 -5
- package/shared/types/work-order-billing-transaction.d.ts +15 -15
- package/shared/types/work-order-discount.d.ts +8 -8
- 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-non-inventory-item.d.ts +8 -8
- 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 -7
- package/shared/types/work-order-status.d.ts +16 -16
- package/shared/types/work-order-total.d.ts +6 -6
- package/shared/types/work-order-type.d.ts +6 -6
- package/shared/types/work-order.d.ts +40 -40
- package/shared/utils/coating-helpers.d.ts +5 -5
- package/shared/utils/enum-object.d.ts +5 -5
- package/shared/utils/index.d.ts +3 -3
- package/shared/utils/invalid-form-control-toucher.d.ts +2 -2
|
Binary file
|
package/gunsmith-common.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="gunsmith-common" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="gunsmith-common" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
export declare const fadeOutAnimation: AnimationTriggerMetadata;
|
|
1
|
+
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
+
export declare const fadeOutAnimation: AnimationTriggerMetadata;
|
package/notification/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './notification-bar/notification-bar.component';
|
|
2
|
-
export * from './notification-type.enum';
|
|
3
|
-
export * from './notification.service';
|
|
1
|
+
export * from './notification-bar/notification-bar.component';
|
|
2
|
+
export * from './notification-type.enum';
|
|
3
|
+
export * from './notification.service';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { NotificationService } from '../notification.service';
|
|
3
|
-
import { NotificationMessage } from '../notification-message';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class NotificationBarComponent implements OnInit {
|
|
6
|
-
private notificationService;
|
|
7
|
-
messages: NotificationMessage[];
|
|
8
|
-
get viewMessages(): NotificationMessage[];
|
|
9
|
-
constructor(notificationService: NotificationService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
getIconClass(message: NotificationMessage): {
|
|
12
|
-
'fa-exclamation-triangle': boolean;
|
|
13
|
-
'fa-info-circle': boolean;
|
|
14
|
-
};
|
|
15
|
-
shouldFade(): boolean;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationBarComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationBarComponent, "app-notification-bar", never, {}, {}, never, never>;
|
|
18
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { NotificationService } from '../notification.service';
|
|
3
|
+
import { NotificationMessage } from '../notification-message';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class NotificationBarComponent implements OnInit {
|
|
6
|
+
private notificationService;
|
|
7
|
+
messages: NotificationMessage[];
|
|
8
|
+
get viewMessages(): NotificationMessage[];
|
|
9
|
+
constructor(notificationService: NotificationService);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
getIconClass(message: NotificationMessage): {
|
|
12
|
+
'fa-exclamation-triangle': boolean;
|
|
13
|
+
'fa-info-circle': boolean;
|
|
14
|
+
};
|
|
15
|
+
shouldFade(): boolean;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationBarComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationBarComponent, "app-notification-bar", never, {}, {}, never, never>;
|
|
18
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { NotificationType } from './notification-type.enum';
|
|
2
|
-
export declare class NotificationMessage {
|
|
3
|
-
index: number;
|
|
4
|
-
type: NotificationType;
|
|
5
|
-
message: string;
|
|
6
|
-
}
|
|
1
|
+
import { NotificationType } from './notification-type.enum';
|
|
2
|
+
export declare class NotificationMessage {
|
|
3
|
+
index: number;
|
|
4
|
+
type: NotificationType;
|
|
5
|
+
message: string;
|
|
6
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum NotificationType {
|
|
2
|
-
Info = 0,
|
|
3
|
-
Error = 1
|
|
4
|
-
}
|
|
1
|
+
export declare enum NotificationType {
|
|
2
|
+
Info = 0,
|
|
3
|
+
Error = 1
|
|
4
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./notification-bar/notification-bar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class NotificationModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationModule, [typeof i1.NotificationBarComponent], [typeof i2.CommonModule], [typeof i1.NotificationBarComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NotificationModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./notification-bar/notification-bar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class NotificationModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationModule, [typeof i1.NotificationBarComponent], [typeof i2.CommonModule], [typeof i1.NotificationBarComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NotificationModule>;
|
|
8
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { NotificationType } from './notification-type.enum';
|
|
3
|
-
import { NotificationMessage } from './notification-message';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class NotificationService {
|
|
6
|
-
private messageUpdatedSource;
|
|
7
|
-
messageUpdated: Observable<NotificationMessage>;
|
|
8
|
-
constructor();
|
|
9
|
-
addMessage(type: NotificationType, message: string): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>;
|
|
12
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { NotificationType } from './notification-type.enum';
|
|
3
|
+
import { NotificationMessage } from './notification-message';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class NotificationService {
|
|
6
|
+
private messageUpdatedSource;
|
|
7
|
+
messageUpdated: Observable<NotificationMessage>;
|
|
8
|
+
constructor();
|
|
9
|
+
addMessage(type: NotificationType, message: string): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>;
|
|
12
|
+
}
|
package/package.json
CHANGED
package/public_api.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from './shared/utils';
|
|
2
|
-
export * from './shared/types';
|
|
3
|
-
export * from './shared/services';
|
|
4
|
-
export * from './shared/pipes';
|
|
5
|
-
export * from './shared/directives';
|
|
6
|
-
export * from "./shared/controls/form-error-message/form-error-message.component";
|
|
7
|
-
export * from "./shared/controls/modal-header/modal-header.component";
|
|
8
|
-
export * from './shared/shared.module';
|
|
9
|
-
export * from './notification/notification.module';
|
|
10
|
-
export * from './notification';
|
|
1
|
+
export * from './shared/utils';
|
|
2
|
+
export * from './shared/types';
|
|
3
|
+
export * from './shared/services';
|
|
4
|
+
export * from './shared/pipes';
|
|
5
|
+
export * from './shared/directives';
|
|
6
|
+
export * from "./shared/controls/form-error-message/form-error-message.component";
|
|
7
|
+
export * from "./shared/controls/modal-header/modal-header.component";
|
|
8
|
+
export * from './shared/shared.module';
|
|
9
|
+
export * from './notification/notification.module';
|
|
10
|
+
export * from './notification';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AbstractControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormErrorMessageComponent {
|
|
4
|
-
control: AbstractControl;
|
|
5
|
-
controlName: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorMessageComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorMessageComponent, "cgw-error-message", never, { "control": "control"; "controlName": "controlName"; }, {}, never, never>;
|
|
8
|
-
}
|
|
1
|
+
import { AbstractControl } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormErrorMessageComponent {
|
|
4
|
+
control: AbstractControl;
|
|
5
|
+
controlName: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormErrorMessageComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormErrorMessageComponent, "cgw-error-message", never, { "control": "control"; "controlName": "controlName"; }, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { FormGroup } from "@angular/forms";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ModalHeaderComponent {
|
|
5
|
-
headerTitle: string;
|
|
6
|
-
form: FormGroup;
|
|
7
|
-
close: EventEmitter<MouseEvent | TouchEvent>;
|
|
8
|
-
onCloseClick(e: MouseEvent | TouchEvent): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModalHeaderComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "cgw-modal-header", never, { "headerTitle": "headerTitle"; "form": "form"; }, { "close": "close"; }, never, never>;
|
|
11
|
-
}
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { FormGroup } from "@angular/forms";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ModalHeaderComponent {
|
|
5
|
+
headerTitle: string;
|
|
6
|
+
form: FormGroup;
|
|
7
|
+
close: EventEmitter<MouseEvent | TouchEvent>;
|
|
8
|
+
onCloseClick(e: MouseEvent | TouchEvent): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalHeaderComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "cgw-modal-header", never, { "headerTitle": "headerTitle"; "form": "form"; }, { "close": "close"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { NgControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DisableControlDirective {
|
|
4
|
-
private ngControl;
|
|
5
|
-
set disableControl(condition: boolean);
|
|
6
|
-
constructor(ngControl: NgControl);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DisableControlDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DisableControlDirective, "[disableControl]", never, { "disableControl": "disableControl"; }, {}, never>;
|
|
9
|
-
}
|
|
1
|
+
import { NgControl } from '@angular/forms';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DisableControlDirective {
|
|
4
|
+
private ngControl;
|
|
5
|
+
set disableControl(condition: boolean);
|
|
6
|
+
constructor(ngControl: NgControl);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DisableControlDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DisableControlDirective, "[disableControl]", never, { "disableControl": "disableControl"; }, {}, never>;
|
|
9
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './disable-control.directive';
|
|
2
|
-
export * from './refinish-details-validators';
|
|
1
|
+
export * from './disable-control.directive';
|
|
2
|
+
export * from './refinish-details-validators';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ValidatorFn } from "@angular/forms";
|
|
2
|
-
export declare function coatingValueValidator(): ValidatorFn;
|
|
3
|
-
export declare function coatingDescriptionValidator(): ValidatorFn;
|
|
4
|
-
export declare function refinishDetailsValidator(): ValidatorFn;
|
|
1
|
+
import { ValidatorFn } from "@angular/forms";
|
|
2
|
+
export declare function coatingValueValidator(): ValidatorFn;
|
|
3
|
+
export declare function coatingDescriptionValidator(): ValidatorFn;
|
|
4
|
+
export declare function refinishDetailsValidator(): ValidatorFn;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EnumPipe implements PipeTransform {
|
|
4
|
-
transform(value: string, args?: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EnumPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<EnumPipe, "enum">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class EnumPipe implements PipeTransform {
|
|
4
|
+
transform(value: string, args?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnumPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<EnumPipe, "enum">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FileNamePipe implements PipeTransform {
|
|
4
|
-
transform(value: string, args?: any): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileNamePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FileNamePipe, "fileName">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FileNamePipe implements PipeTransform {
|
|
4
|
+
transform(value: string, args?: any): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileNamePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FileNamePipe, "fileName">;
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FrameMaterialPipe implements PipeTransform {
|
|
4
|
-
frameMaterial: {
|
|
5
|
-
id: number;
|
|
6
|
-
name: string;
|
|
7
|
-
}[];
|
|
8
|
-
transform(value: number, args?: any): any;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FrameMaterialPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FrameMaterialPipe, "frameMaterial">;
|
|
11
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FrameMaterialPipe implements PipeTransform {
|
|
4
|
+
frameMaterial: {
|
|
5
|
+
id: number;
|
|
6
|
+
name: string;
|
|
7
|
+
}[];
|
|
8
|
+
transform(value: number, args?: any): any;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FrameMaterialPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FrameMaterialPipe, "frameMaterial">;
|
|
11
|
+
}
|
package/shared/pipes/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './phone.pipe';
|
|
2
|
-
export * from './file-name.pipe';
|
|
3
|
-
export * from './enum.pipe';
|
|
4
|
-
export * from './new-line.pipe';
|
|
5
|
-
export * from './frame-material.pipe';
|
|
1
|
+
export * from './phone.pipe';
|
|
2
|
+
export * from './file-name.pipe';
|
|
3
|
+
export * from './enum.pipe';
|
|
4
|
+
export * from './new-line.pipe';
|
|
5
|
+
export * from './frame-material.pipe';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NewLinePipe implements PipeTransform {
|
|
4
|
-
transform(value: string, args?: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NewLinePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<NewLinePipe, "newLine">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NewLinePipe implements PipeTransform {
|
|
4
|
+
transform(value: string, args?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NewLinePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NewLinePipe, "newLine">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PhonePipe implements PipeTransform {
|
|
4
|
-
transform(value: string, args?: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PhonePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PhonePipe, "phone">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class PhonePipe implements PipeTransform {
|
|
4
|
+
transform(value: string, args?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PhonePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PhonePipe, "phone">;
|
|
7
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class BaseService<T> {
|
|
5
|
-
protected http: HttpClient;
|
|
6
|
-
protected urlSegments: string[];
|
|
7
|
-
constructor(http: HttpClient);
|
|
8
|
-
getUrl(...params: number[]): string;
|
|
9
|
-
getAll(...params: number[]): Observable<T[]>;
|
|
10
|
-
getAllWithParams(queryParams?: {}, ...params: number[]): Observable<T[]>;
|
|
11
|
-
get(...params: number[]): Observable<T>;
|
|
12
|
-
create(item: T, ...params: number[]): Observable<T>;
|
|
13
|
-
update(item: T, ...params: number[]): Observable<T>;
|
|
14
|
-
delete(...params: number[]): Observable<T>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseService<any>, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BaseService<any>>;
|
|
17
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class BaseService<T> {
|
|
5
|
+
protected http: HttpClient;
|
|
6
|
+
protected urlSegments: string[];
|
|
7
|
+
constructor(http: HttpClient);
|
|
8
|
+
getUrl(...params: number[]): string;
|
|
9
|
+
getAll(...params: number[]): Observable<T[]>;
|
|
10
|
+
getAllWithParams(queryParams?: {}, ...params: number[]): Observable<T[]>;
|
|
11
|
+
get(...params: number[]): Observable<T>;
|
|
12
|
+
create(item: T, ...params: number[]): Observable<T>;
|
|
13
|
+
update(item: T, ...params: number[]): Observable<T>;
|
|
14
|
+
delete(...params: number[]): Observable<T>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseService<any>, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BaseService<any>>;
|
|
17
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { BaseService } from './base.service';
|
|
3
|
-
import { CoatingValue } from '../types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CoatingValueService extends BaseService<CoatingValue> {
|
|
6
|
-
protected http: HttpClient;
|
|
7
|
-
protected env: any;
|
|
8
|
-
constructor(http: HttpClient, env: any);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CoatingValueService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CoatingValueService>;
|
|
11
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseService } from './base.service';
|
|
3
|
+
import { CoatingValue } from '../types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CoatingValueService extends BaseService<CoatingValue> {
|
|
6
|
+
protected http: HttpClient;
|
|
7
|
+
protected env: any;
|
|
8
|
+
constructor(http: HttpClient, env: any);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoatingValueService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CoatingValueService>;
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Coating } from '../types';
|
|
3
|
-
import { BaseService } from './base.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CoatingService extends BaseService<Coating> {
|
|
6
|
-
protected http: HttpClient;
|
|
7
|
-
protected env: any;
|
|
8
|
-
constructor(http: HttpClient, env: any);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CoatingService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CoatingService>;
|
|
11
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Coating } from '../types';
|
|
3
|
+
import { BaseService } from './base.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CoatingService extends BaseService<Coating> {
|
|
6
|
+
protected http: HttpClient;
|
|
7
|
+
protected env: any;
|
|
8
|
+
constructor(http: HttpClient, env: any);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoatingService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CoatingService>;
|
|
11
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { Configuration } from '../types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ConfigurationService {
|
|
6
|
-
private http;
|
|
7
|
-
private env;
|
|
8
|
-
private url;
|
|
9
|
-
constructor(http: HttpClient, env: any);
|
|
10
|
-
readConfigs(): Observable<Configuration>;
|
|
11
|
-
updateConfigs(configuration: Configuration): Observable<Configuration>;
|
|
12
|
-
syncWooCommerce(): Observable<Object>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationService>;
|
|
15
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { Configuration } from '../types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ConfigurationService {
|
|
6
|
+
private http;
|
|
7
|
+
private env;
|
|
8
|
+
private url;
|
|
9
|
+
constructor(http: HttpClient, env: any);
|
|
10
|
+
readConfigs(): Observable<Configuration>;
|
|
11
|
+
updateConfigs(configuration: Configuration): Observable<Configuration>;
|
|
12
|
+
syncWooCommerce(): Observable<Object>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationService>;
|
|
15
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { Customer } from '../types/customer';
|
|
3
|
-
import { HttpClient } from '@angular/common/http';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CustomerService {
|
|
6
|
-
private http;
|
|
7
|
-
private env;
|
|
8
|
-
private url;
|
|
9
|
-
constructor(http: HttpClient, env: any);
|
|
10
|
-
readCustomers(includeInactive?: boolean, filter?: string): Observable<Customer[]>;
|
|
11
|
-
readCustomer(id: number): Observable<Customer>;
|
|
12
|
-
createCustomer(customer: Customer): Observable<Customer>;
|
|
13
|
-
updateCustomer(id: number, customer: Customer): Observable<Customer>;
|
|
14
|
-
deleteCustomer(id: number): Observable<any>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomerService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CustomerService>;
|
|
17
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { Customer } from '../types/customer';
|
|
3
|
+
import { HttpClient } from '@angular/common/http';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CustomerService {
|
|
6
|
+
private http;
|
|
7
|
+
private env;
|
|
8
|
+
private url;
|
|
9
|
+
constructor(http: HttpClient, env: any);
|
|
10
|
+
readCustomers(includeInactive?: boolean, filter?: string): Observable<Customer[]>;
|
|
11
|
+
readCustomer(id: number): Observable<Customer>;
|
|
12
|
+
createCustomer(customer: Customer): Observable<Customer>;
|
|
13
|
+
updateCustomer(id: number, customer: Customer): Observable<Customer>;
|
|
14
|
+
deleteCustomer(id: number): Observable<any>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomerService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CustomerService>;
|
|
17
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { Dealer } from '../types/dealer';
|
|
4
|
-
import { DealerCoupon } from '../types';
|
|
5
|
-
import { BaseService } from './base.service';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DealerService extends BaseService<Dealer> {
|
|
8
|
-
protected http: HttpClient;
|
|
9
|
-
protected env: any;
|
|
10
|
-
constructor(http: HttpClient, env: any);
|
|
11
|
-
updateDealerCoupon(dealerId: number, couponId: number, dealerCoupon: DealerCoupon): Observable<Dealer>;
|
|
12
|
-
sendExpiredEmail(): Observable<any>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DealerService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DealerService>;
|
|
15
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { Dealer } from '../types/dealer';
|
|
4
|
+
import { DealerCoupon } from '../types';
|
|
5
|
+
import { BaseService } from './base.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class DealerService extends BaseService<Dealer> {
|
|
8
|
+
protected http: HttpClient;
|
|
9
|
+
protected env: any;
|
|
10
|
+
constructor(http: HttpClient, env: any);
|
|
11
|
+
updateDealerCoupon(dealerId: number, couponId: number, dealerCoupon: DealerCoupon): Observable<Dealer>;
|
|
12
|
+
sendExpiredEmail(): Observable<any>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DealerService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DealerService>;
|
|
15
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FileUploadService {
|
|
5
|
-
private http;
|
|
6
|
-
private env;
|
|
7
|
-
private url;
|
|
8
|
-
constructor(http: HttpClient, env: any);
|
|
9
|
-
deleteFile(fileName: string): Observable<any>;
|
|
10
|
-
retrieveFile(fileName: string): Observable<File>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FileUploadService>;
|
|
13
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FileUploadService {
|
|
5
|
+
private http;
|
|
6
|
+
private env;
|
|
7
|
+
private url;
|
|
8
|
+
constructor(http: HttpClient, env: any);
|
|
9
|
+
deleteFile(fileName: string): Observable<any>;
|
|
10
|
+
retrieveFile(fileName: string): Observable<File>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FileUploadService>;
|
|
13
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ConfigurationService } from './configuration.service';
|
|
2
|
-
import { WorkHolidayService } from './work-holiday.service';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { WorkOrderType } from '../types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class FinishDateHelperService {
|
|
7
|
-
private configService;
|
|
8
|
-
private holidayService;
|
|
9
|
-
private configs;
|
|
10
|
-
private holidays;
|
|
11
|
-
constructor(configService: ConfigurationService, holidayService: WorkHolidayService);
|
|
12
|
-
private adjustHoliday;
|
|
13
|
-
private calculateFinishDate;
|
|
14
|
-
calculate(receivedDate: Date, workOrderType: WorkOrderType): Observable<Date>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FinishDateHelperService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FinishDateHelperService>;
|
|
17
|
-
}
|
|
1
|
+
import { ConfigurationService } from './configuration.service';
|
|
2
|
+
import { WorkHolidayService } from './work-holiday.service';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { WorkOrderType } from '../types';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FinishDateHelperService {
|
|
7
|
+
private configService;
|
|
8
|
+
private holidayService;
|
|
9
|
+
private configs;
|
|
10
|
+
private holidays;
|
|
11
|
+
constructor(configService: ConfigurationService, holidayService: WorkHolidayService);
|
|
12
|
+
private adjustHoliday;
|
|
13
|
+
private calculateFinishDate;
|
|
14
|
+
calculate(receivedDate: Date, workOrderType: WorkOrderType): Observable<Date>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FinishDateHelperService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FinishDateHelperService>;
|
|
17
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { BaseService } from './base.service';
|
|
3
|
-
import { MillingType } from '../types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FirearmMillingTypeService extends BaseService<MillingType> {
|
|
6
|
-
protected http: HttpClient;
|
|
7
|
-
protected env: any;
|
|
8
|
-
constructor(http: HttpClient, env: any);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FirearmMillingTypeService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FirearmMillingTypeService>;
|
|
11
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BaseService } from './base.service';
|
|
3
|
+
import { MillingType } from '../types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FirearmMillingTypeService extends BaseService<MillingType> {
|
|
6
|
+
protected http: HttpClient;
|
|
7
|
+
protected env: any;
|
|
8
|
+
constructor(http: HttpClient, env: any);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FirearmMillingTypeService, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FirearmMillingTypeService>;
|
|
11
|
+
}
|