ngx-wapp-components 3.2.26-alpha.1 → 3.2.26-alpha.3
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/package.json
CHANGED
|
@@ -3640,7 +3640,8 @@ declare enum WappingServiceType {
|
|
|
3640
3640
|
Promotion = 4,
|
|
3641
3641
|
Cuponing = 5,
|
|
3642
3642
|
Post = 6,
|
|
3643
|
-
Draws = 7
|
|
3643
|
+
Draws = 7,
|
|
3644
|
+
MemberGetMember = 8
|
|
3644
3645
|
}
|
|
3645
3646
|
declare enum WappingServiceSubtype {
|
|
3646
3647
|
GiftCard = 1,
|
|
@@ -3658,7 +3659,10 @@ declare enum WappingServiceSubtype {
|
|
|
3658
3659
|
Post = 13,
|
|
3659
3660
|
DiscountCoupon = 14,
|
|
3660
3661
|
Identity = 15,
|
|
3661
|
-
PromoFixedPrice = 16
|
|
3662
|
+
PromoFixedPrice = 16,
|
|
3663
|
+
Draws = 17,
|
|
3664
|
+
EarnAndBurn = 18,
|
|
3665
|
+
MemberGetMember = 20
|
|
3662
3666
|
}
|
|
3663
3667
|
declare enum SendingStatus {
|
|
3664
3668
|
ScheduledToSend = 1,
|
|
@@ -3909,6 +3913,7 @@ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
|
|
|
3909
3913
|
ecardStatus: typeof CardStatus;
|
|
3910
3914
|
translations: any;
|
|
3911
3915
|
isDrawService: boolean;
|
|
3916
|
+
isMemberGetMember: boolean;
|
|
3912
3917
|
isStampBookletService: boolean;
|
|
3913
3918
|
forceMobile: boolean;
|
|
3914
3919
|
wappingServicesTranslations: WappingServiceTranslations;
|
|
@@ -3932,7 +3937,6 @@ declare class WMaterialServiceViewComponent implements OnInit, OnChanges {
|
|
|
3932
3937
|
isNoImage: boolean;
|
|
3933
3938
|
onHoverImageTooltip: string;
|
|
3934
3939
|
firstParticipation: boolean;
|
|
3935
|
-
isDraw: boolean;
|
|
3936
3940
|
hasParticipations: boolean;
|
|
3937
3941
|
disabledParticipationsModal: boolean;
|
|
3938
3942
|
ref: DynamicDialogRef<WImageCropperComponent> | null;
|
|
@@ -4028,6 +4032,7 @@ declare class WappMaterialServiceViewComponent implements OnInit {
|
|
|
4028
4032
|
isDraw: boolean;
|
|
4029
4033
|
hasParticipations: boolean;
|
|
4030
4034
|
disabledParticipationsModal: boolean;
|
|
4035
|
+
isMemberGetMember: boolean;
|
|
4031
4036
|
constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer, materialModal: MaterialModalService);
|
|
4032
4037
|
ngOnInit(): void;
|
|
4033
4038
|
initWappingService(): void;
|