@posiwise/public-modules 0.1.6 → 0.1.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/public-modules",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.6",
6
6
  "@angular/core": "^21.2.6",
@@ -4,12 +4,13 @@ import { AppBaseComponent } from '@posiwise/app-base-component';
4
4
  import { AuthService, CommonService, MainApiHttpService, GeoService, CustomToastService, AbTestService } from '@posiwise/common-services';
5
5
  import * as i29 from '@angular/forms';
6
6
  import { UntypedFormBuilder, UntypedFormGroup, NgForm } from '@angular/forms';
7
+ import * as i21 from '@posiwise/shared-components';
8
+ import { ConfirmDialogService } from '@posiwise/shared-components';
7
9
  import * as i3 from '@angular/common';
8
10
  import { Location } from '@angular/common';
9
11
  import * as i18 from 'ngx-pagination';
10
12
  import * as i31 from '@posiwise/core-transloco';
11
13
  import * as i32 from '@posiwise/directives';
12
- import * as i21 from '@posiwise/shared-components';
13
14
  import * as i34 from 'ngx-captcha';
14
15
  import * as i23 from '@ng-bootstrap/ng-bootstrap';
15
16
  import * as i30 from '@angular/router';
@@ -41,6 +42,7 @@ declare abstract class BaseContactFormComponent extends AppBaseComponent impleme
41
42
  protected readonly fb: UntypedFormBuilder;
42
43
  protected readonly authService: AuthService;
43
44
  private readonly cdr;
45
+ protected readonly confirmDialog: ConfirmDialogService;
44
46
  form: UntypedFormGroup;
45
47
  isEmailValid: boolean;
46
48
  isCaptchaVerified: boolean;
@@ -49,7 +51,7 @@ declare abstract class BaseContactFormComponent extends AppBaseComponent impleme
49
51
  siteKey: string;
50
52
  recaptcha: any;
51
53
  masterProductId: any;
52
- constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, cdr: ChangeDetectorRef, injector: Injector);
54
+ constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, cdr: ChangeDetectorRef, injector: Injector, confirmDialog: ConfirmDialogService);
53
55
  ngOnInit(): void;
54
56
  onSubmit(): void;
55
57
  handleSuccess(reCaptchaRes: any): void;
@@ -60,7 +62,7 @@ declare abstract class BaseContactFormComponent extends AppBaseComponent impleme
60
62
  }
61
63
 
62
64
  declare class CareersContactUsComponent extends BaseContactFormComponent {
63
- constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, cdr: ChangeDetectorRef, injector: Injector);
65
+ constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, cdr: ChangeDetectorRef, injector: Injector, confirmDialog: ConfirmDialogService);
64
66
  protected getDefaultSubject(): string;
65
67
  static ɵfac: i0.ɵɵFactoryDeclaration<CareersContactUsComponent, never>;
66
68
  static ɵcmp: i0.ɵɵComponentDeclaration<CareersContactUsComponent, "pw-careers-contact-us", never, {}, {}, never, never, false, never>;
@@ -249,6 +251,7 @@ declare class LandingPageContactComponent extends AppBaseComponent implements On
249
251
  private readonly fb;
250
252
  private readonly authService;
251
253
  private readonly cdr;
254
+ private readonly confirmDialog;
252
255
  gaEventObj: GaEvent;
253
256
  form: UntypedFormGroup;
254
257
  isEmailValid: boolean;
@@ -258,7 +261,7 @@ declare class LandingPageContactComponent extends AppBaseComponent implements On
258
261
  siteKey: string;
259
262
  recaptcha: any;
260
263
  masterProductId: any;
261
- constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, cdr: ChangeDetectorRef, injector: Injector);
264
+ constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, cdr: ChangeDetectorRef, injector: Injector, confirmDialog: ConfirmDialogService);
262
265
  ngOnInit(): void;
263
266
  onSubmit(): void;
264
267
  handleSuccess(reCaptchaRes: any): void;
@@ -311,6 +314,7 @@ declare class LandingPageSubscribeComponent extends AppBaseComponent implements
311
314
  private readonly authService;
312
315
  private readonly crmService;
313
316
  private readonly cdr;
317
+ private readonly confirmDialog;
314
318
  sourceId: any;
315
319
  gaEventObj: GaEvent;
316
320
  email: string;
@@ -321,7 +325,7 @@ declare class LandingPageSubscribeComponent extends AppBaseComponent implements
321
325
  recaptcha: any;
322
326
  toast: CustomToastService;
323
327
  subscriptionId: any;
324
- constructor(authService: AuthService, crmService: CrmService, cdr: ChangeDetectorRef, injector: Injector);
328
+ constructor(authService: AuthService, crmService: CrmService, cdr: ChangeDetectorRef, injector: Injector, confirmDialog: ConfirmDialogService);
325
329
  ngOnInit(): void;
326
330
  subscribeNewsletter(): void;
327
331
  validateEmail(): void;
@@ -366,6 +370,7 @@ declare class LandingPageContactBComponent extends AppBaseComponent implements O
366
370
  private readonly fb;
367
371
  private readonly authService;
368
372
  private readonly cdr;
373
+ private readonly confirmDialog;
369
374
  masterProductId: any;
370
375
  form: UntypedFormGroup;
371
376
  isEmailValid: boolean;
@@ -375,7 +380,7 @@ declare class LandingPageContactBComponent extends AppBaseComponent implements O
375
380
  siteKey: string;
376
381
  recaptcha: any;
377
382
  gaEventObj: GaEvent;
378
- constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, cdr: ChangeDetectorRef, injector: Injector);
383
+ constructor(commonService: CommonService, fb: UntypedFormBuilder, authService: AuthService, cdr: ChangeDetectorRef, injector: Injector, confirmDialog: ConfirmDialogService);
379
384
  ngOnInit(): void;
380
385
  onSubmit(): void;
381
386
  handleSuccess(reCaptchaRes: any): void;
@@ -419,6 +424,7 @@ declare class LandingPageSubscribeBComponent extends AppBaseComponent implements
419
424
  private readonly authService;
420
425
  private readonly crmService;
421
426
  private readonly cdr;
427
+ private readonly confirmDialog;
422
428
  email: string;
423
429
  siteKey: string;
424
430
  recaptcha: any;
@@ -429,7 +435,7 @@ declare class LandingPageSubscribeBComponent extends AppBaseComponent implements
429
435
  subscriptionId: any;
430
436
  sourceId: any;
431
437
  gaEventObj: GaEvent;
432
- constructor(authService: AuthService, crmService: CrmService, cdr: ChangeDetectorRef, injector: Injector);
438
+ constructor(authService: AuthService, crmService: CrmService, cdr: ChangeDetectorRef, injector: Injector, confirmDialog: ConfirmDialogService);
433
439
  ngOnInit(): void;
434
440
  subscribeNewsletter(): void;
435
441
  validateEmail(): void;