@osovitny/anatoly 3.20.21 → 3.20.22
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.
|
@@ -11,35 +11,35 @@ import js_beautify from 'js-beautify';
|
|
|
11
11
|
import * as i1$2 from '@angular/router';
|
|
12
12
|
import { NavigationEnd, NavigationStart, NavigationCancel, NavigationError, RouterModule } from '@angular/router';
|
|
13
13
|
import { v4 } from 'uuid';
|
|
14
|
-
import * as
|
|
15
|
-
import { MSAL_GUARD_CONFIG, MsalGuard, MsalService, MsalBroadcastService, MsalInterceptor, MsalModule } from '@azure/msal-angular';
|
|
14
|
+
import * as i4 from '@azure/msal-angular';
|
|
15
|
+
import { MSAL_GUARD_CONFIG, MsalGuard, MsalService, MsalBroadcastService, MsalInterceptor, MSAL_INSTANCE, MSAL_INTERCEPTOR_CONFIG, MsalModule } from '@azure/msal-angular';
|
|
16
16
|
import { BrowserUtils, EventType, InteractionStatus, InteractionType, InteractionRequiredAuthError, PromptValue, PublicClientApplication, LogLevel } from '@azure/msal-browser';
|
|
17
17
|
import { enUS } from 'date-fns/locale/en-US';
|
|
18
|
-
import * as i1$
|
|
18
|
+
import * as i1$3 from '@ngx-translate/core';
|
|
19
19
|
import { TranslateModule, TranslateLoader, TranslateService } from '@ngx-translate/core';
|
|
20
20
|
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
21
21
|
import Swal from 'sweetalert2';
|
|
22
|
-
import * as i1$
|
|
22
|
+
import * as i1$4 from 'ngx-toastr';
|
|
23
23
|
import { ToastrModule } from 'ngx-toastr';
|
|
24
|
-
import * as i1$
|
|
25
|
-
import * as i1$
|
|
24
|
+
import * as i1$5 from '@angular/cdk/platform';
|
|
25
|
+
import * as i1$6 from '@angular/platform-browser';
|
|
26
26
|
import * as i2 from '@angular/forms';
|
|
27
27
|
import { FormControl, Validators, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
28
28
|
import * as dropin from 'braintree-web-drop-in';
|
|
29
|
-
import * as i4 from '@progress/kendo-angular-dialog';
|
|
29
|
+
import * as i4$1 from '@progress/kendo-angular-dialog';
|
|
30
30
|
import { DialogsModule } from '@progress/kendo-angular-dialog';
|
|
31
31
|
import { loadStripe } from '@stripe/stripe-js';
|
|
32
|
-
import * as i4$
|
|
32
|
+
import * as i4$2 from '@progress/kendo-angular-label';
|
|
33
33
|
import { LabelModule } from '@progress/kendo-angular-label';
|
|
34
34
|
import * as i3 from '@progress/kendo-angular-dropdowns';
|
|
35
35
|
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
36
36
|
import * as i3$1 from 'angular-froala-wysiwyg';
|
|
37
37
|
import { FERootModule } from 'angular-froala-wysiwyg';
|
|
38
|
-
import * as i1$
|
|
38
|
+
import * as i1$7 from '@fortawesome/angular-fontawesome';
|
|
39
39
|
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
|
40
|
-
import * as i1$
|
|
40
|
+
import * as i1$8 from '@progress/kendo-angular-pager';
|
|
41
41
|
import { PagerModule } from '@progress/kendo-angular-pager';
|
|
42
|
-
import * as i1$
|
|
42
|
+
import * as i1$9 from 'ngx-captcha';
|
|
43
43
|
import { NgxCaptchaModule } from 'ngx-captcha';
|
|
44
44
|
import { faCheckCircle, faCircleXmark, faDatabase, faCopy } from '@fortawesome/free-solid-svg-icons';
|
|
45
45
|
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
@@ -2257,7 +2257,7 @@ class AuthService extends ApiServiceBase {
|
|
|
2257
2257
|
};
|
|
2258
2258
|
this.login(resetPasswordFlowRequest);
|
|
2259
2259
|
}
|
|
2260
|
-
static { this.ɵfac = function AuthService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AuthService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(i1$2.Router), i0.ɵɵinject(AppContextService), i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(
|
|
2260
|
+
static { this.ɵfac = function AuthService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AuthService)(i0.ɵɵinject(i1.HttpClient), i0.ɵɵinject(i1$2.Router), i0.ɵɵinject(AppContextService), i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i4.MsalBroadcastService)); }; }
|
|
2261
2261
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthService, factory: AuthService.ɵfac, providedIn: 'root' }); }
|
|
2262
2262
|
}
|
|
2263
2263
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthService, [{
|
|
@@ -2268,7 +2268,7 @@ class AuthService extends ApiServiceBase {
|
|
|
2268
2268
|
}], () => [{ type: i1.HttpClient }, { type: i1$2.Router }, { type: AppContextService }, { type: undefined, decorators: [{
|
|
2269
2269
|
type: Inject,
|
|
2270
2270
|
args: [MSAL_GUARD_CONFIG]
|
|
2271
|
-
}] }, { type:
|
|
2271
|
+
}] }, { type: i4.MsalService }, { type: i4.MsalBroadcastService }], null); })();
|
|
2272
2272
|
|
|
2273
2273
|
/*
|
|
2274
2274
|
<file>
|
|
@@ -2442,7 +2442,7 @@ class AuthenticationGuard extends MsalGuard {
|
|
|
2442
2442
|
this.setInteractionType(route);
|
|
2443
2443
|
return super.canActivate(route, state);
|
|
2444
2444
|
}
|
|
2445
|
-
static { this.ɵfac = function AuthenticationGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AuthenticationGuard)(i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(
|
|
2445
|
+
static { this.ɵfac = function AuthenticationGuard_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AuthenticationGuard)(i0.ɵɵinject(MSAL_GUARD_CONFIG), i0.ɵɵinject(i4.MsalBroadcastService), i0.ɵɵinject(i4.MsalService), i0.ɵɵinject(i1$1.Location), i0.ɵɵinject(i1$2.Router)); }; }
|
|
2446
2446
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AuthenticationGuard, factory: AuthenticationGuard.ɵfac }); }
|
|
2447
2447
|
}
|
|
2448
2448
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AuthenticationGuard, [{
|
|
@@ -2450,7 +2450,7 @@ class AuthenticationGuard extends MsalGuard {
|
|
|
2450
2450
|
}], () => [{ type: undefined, decorators: [{
|
|
2451
2451
|
type: Inject,
|
|
2452
2452
|
args: [MSAL_GUARD_CONFIG]
|
|
2453
|
-
}] }, { type:
|
|
2453
|
+
}] }, { type: i4.MsalBroadcastService }, { type: i4.MsalService }, { type: i1$1.Location }, { type: i1$2.Router }], null); })();
|
|
2454
2454
|
|
|
2455
2455
|
/*
|
|
2456
2456
|
<file>
|
|
@@ -3028,7 +3028,7 @@ class LocalizationService {
|
|
|
3028
3028
|
}
|
|
3029
3029
|
return formatDistanceToNow(d, this.dateFnsLocale);
|
|
3030
3030
|
}
|
|
3031
|
-
static { this.ɵfac = function LocalizationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LocalizationService)(i0.ɵɵinject(i1$
|
|
3031
|
+
static { this.ɵfac = function LocalizationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LocalizationService)(i0.ɵɵinject(i1$3.TranslateService)); }; }
|
|
3032
3032
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalizationService, factory: LocalizationService.ɵfac, providedIn: 'root' }); }
|
|
3033
3033
|
}
|
|
3034
3034
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationService, [{
|
|
@@ -3036,7 +3036,7 @@ class LocalizationService {
|
|
|
3036
3036
|
args: [{
|
|
3037
3037
|
providedIn: 'root'
|
|
3038
3038
|
}]
|
|
3039
|
-
}], () => [{ type: i1$
|
|
3039
|
+
}], () => [{ type: i1$3.TranslateService }], { langchange: [{
|
|
3040
3040
|
type: Output
|
|
3041
3041
|
}] }); })();
|
|
3042
3042
|
|
|
@@ -3196,7 +3196,7 @@ class LocalizationModule {
|
|
|
3196
3196
|
]
|
|
3197
3197
|
}]
|
|
3198
3198
|
}], () => [{ type: i0.Injector }], null); })();
|
|
3199
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationModule, { declarations: [LocalizePipe], imports: [i1$
|
|
3199
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationModule, { declarations: [LocalizePipe], imports: [i1$3.TranslateModule], exports: [TranslateModule,
|
|
3200
3200
|
LocalizePipe] }); })();
|
|
3201
3201
|
|
|
3202
3202
|
/*
|
|
@@ -3473,13 +3473,13 @@ class NotificationService {
|
|
|
3473
3473
|
let title = 'Authentication Required';
|
|
3474
3474
|
this.warning(text, null, title);
|
|
3475
3475
|
}
|
|
3476
|
-
static { this.ɵfac = function NotificationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NotificationService)(i0.ɵɵinject(i1$
|
|
3476
|
+
static { this.ɵfac = function NotificationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NotificationService)(i0.ɵɵinject(i1$4.ToastrService)); }; }
|
|
3477
3477
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationService, factory: NotificationService.ɵfac, providedIn: 'root' }); }
|
|
3478
3478
|
}
|
|
3479
3479
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationService, [{
|
|
3480
3480
|
type: Injectable,
|
|
3481
3481
|
args: [{ providedIn: 'root' }]
|
|
3482
|
-
}], () => [{ type: i1$
|
|
3482
|
+
}], () => [{ type: i1$4.ToastrService }], null); })();
|
|
3483
3483
|
|
|
3484
3484
|
class BrowserService {
|
|
3485
3485
|
constructor(platform) {
|
|
@@ -3557,7 +3557,7 @@ class BrowserService {
|
|
|
3557
3557
|
get userAgent() {
|
|
3558
3558
|
return navigator.userAgent.toLowerCase();
|
|
3559
3559
|
}
|
|
3560
|
-
static { this.ɵfac = function BrowserService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BrowserService)(i0.ɵɵinject(i1$
|
|
3560
|
+
static { this.ɵfac = function BrowserService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || BrowserService)(i0.ɵɵinject(i1$5.Platform)); }; }
|
|
3561
3561
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BrowserService, factory: BrowserService.ɵfac, providedIn: 'root' }); }
|
|
3562
3562
|
}
|
|
3563
3563
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BrowserService, [{
|
|
@@ -3565,7 +3565,7 @@ class BrowserService {
|
|
|
3565
3565
|
args: [{
|
|
3566
3566
|
providedIn: 'root'
|
|
3567
3567
|
}]
|
|
3568
|
-
}], () => [{ type: i1$
|
|
3568
|
+
}], () => [{ type: i1$5.Platform }], null); })();
|
|
3569
3569
|
|
|
3570
3570
|
/*
|
|
3571
3571
|
<file>
|
|
@@ -3698,7 +3698,7 @@ class DigitalMarketingService {
|
|
|
3698
3698
|
this.meta.removeTag(selector);
|
|
3699
3699
|
});
|
|
3700
3700
|
}
|
|
3701
|
-
static { this.ɵfac = function DigitalMarketingService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DigitalMarketingService)(i0.ɵɵinject(i1$
|
|
3701
|
+
static { this.ɵfac = function DigitalMarketingService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DigitalMarketingService)(i0.ɵɵinject(i1$6.Title), i0.ɵɵinject(i1$6.Meta), i0.ɵɵinject(DOCUMENT)); }; }
|
|
3702
3702
|
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DigitalMarketingService, factory: DigitalMarketingService.ɵfac, providedIn: 'root' }); }
|
|
3703
3703
|
}
|
|
3704
3704
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DigitalMarketingService, [{
|
|
@@ -3706,7 +3706,7 @@ class DigitalMarketingService {
|
|
|
3706
3706
|
args: [{
|
|
3707
3707
|
providedIn: 'root'
|
|
3708
3708
|
}]
|
|
3709
|
-
}], () => [{ type: i1$
|
|
3709
|
+
}], () => [{ type: i1$6.Title }, { type: i1$6.Meta }, { type: undefined, decorators: [{
|
|
3710
3710
|
type: Inject,
|
|
3711
3711
|
args: [DOCUMENT]
|
|
3712
3712
|
}] }], null); })();
|
|
@@ -5480,7 +5480,7 @@ class BraintreeDialog extends DialogBase {
|
|
|
5480
5480
|
i0.ɵɵconditionalCreate(0, BraintreeDialog_Conditional_0_Template, 11, 3, "div", 0);
|
|
5481
5481
|
} if (rf & 2) {
|
|
5482
5482
|
i0.ɵɵconditional(ctx.visible ? 0 : -1);
|
|
5483
|
-
} }, dependencies: [i4.DialogComponent, i4.DialogTitleBarComponent, i4.DialogActionsComponent], encapsulation: 2 }); }
|
|
5483
|
+
} }, dependencies: [i4$1.DialogComponent, i4$1.DialogTitleBarComponent, i4$1.DialogActionsComponent], encapsulation: 2 }); }
|
|
5484
5484
|
}
|
|
5485
5485
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BraintreeDialog, [{
|
|
5486
5486
|
type: Component,
|
|
@@ -6265,7 +6265,7 @@ class StripeDialog extends DialogBase {
|
|
|
6265
6265
|
i0.ɵɵconditionalCreate(0, StripeDialog_Conditional_0_Template, 6, 3, "div", 0);
|
|
6266
6266
|
} if (rf & 2) {
|
|
6267
6267
|
i0.ɵɵconditional(ctx.visible ? 0 : -1);
|
|
6268
|
-
} }, dependencies: [i4.DialogComponent, i4.DialogTitleBarComponent], encapsulation: 2 }); }
|
|
6268
|
+
} }, dependencies: [i4$1.DialogComponent, i4$1.DialogTitleBarComponent], encapsulation: 2 }); }
|
|
6269
6269
|
}
|
|
6270
6270
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(StripeDialog, [{
|
|
6271
6271
|
type: Component,
|
|
@@ -7285,7 +7285,7 @@ class CountryDropdownlist extends EditComponentBase {
|
|
|
7285
7285
|
i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
|
|
7286
7286
|
i0.ɵɵadvance();
|
|
7287
7287
|
i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
|
|
7288
|
-
} }, dependencies: [i1$1.NgForOf, i1$1.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i4$
|
|
7288
|
+
} }, dependencies: [i1$1.NgForOf, i1$1.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i4$2.LabelComponent, NativeElementDirective], encapsulation: 2 }); }
|
|
7289
7289
|
}
|
|
7290
7290
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CountryDropdownlist, [{
|
|
7291
7291
|
type: Component,
|
|
@@ -7350,7 +7350,7 @@ class LanguageDropdownlist extends EditComponentBase {
|
|
|
7350
7350
|
i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
|
|
7351
7351
|
i0.ɵɵadvance();
|
|
7352
7352
|
i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
|
|
7353
|
-
} }, dependencies: [i1$1.NgIf, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3.DropDownListComponent, i4$
|
|
7353
|
+
} }, dependencies: [i1$1.NgIf, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3.DropDownListComponent, i4$2.LabelComponent, NativeElementDirective], encapsulation: 2 }); }
|
|
7354
7354
|
}
|
|
7355
7355
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LanguageDropdownlist, [{
|
|
7356
7356
|
type: Component,
|
|
@@ -7598,7 +7598,7 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
|
|
|
7598
7598
|
i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
|
|
7599
7599
|
i0.ɵɵadvance();
|
|
7600
7600
|
i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
|
|
7601
|
-
} }, dependencies: [i1$1.NgIf, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i2.NgModel, i3.DropDownListComponent, i4$
|
|
7601
|
+
} }, dependencies: [i1$1.NgIf, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i2.NgModel, i3.DropDownListComponent, i4$2.LabelComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
|
|
7602
7602
|
}
|
|
7603
7603
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ModerationStatusDropdownlist, [{
|
|
7604
7604
|
type: Component,
|
|
@@ -7677,7 +7677,7 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
|
|
|
7677
7677
|
i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
|
|
7678
7678
|
i0.ɵɵadvance();
|
|
7679
7679
|
i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
|
|
7680
|
-
} }, dependencies: [i1$1.NgIf, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i2.NgModel, i3.DropDownListComponent, i4$
|
|
7680
|
+
} }, dependencies: [i1$1.NgIf, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i2.NgModel, i3.DropDownListComponent, i4$2.LabelComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
|
|
7681
7681
|
}
|
|
7682
7682
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PublishStatusDropdownlist, [{
|
|
7683
7683
|
type: Component,
|
|
@@ -8061,7 +8061,7 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
8061
8061
|
i0.ɵɵproperty("ngIf", ctx.isNgModelBased);
|
|
8062
8062
|
i0.ɵɵadvance();
|
|
8063
8063
|
i0.ɵɵproperty("ngIf", !ctx.isNgModelBased);
|
|
8064
|
-
} }, dependencies: [i1$1.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3$1.FroalaEditorDirective, i4$
|
|
8064
|
+
} }, dependencies: [i1$1.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3$1.FroalaEditorDirective, i4$2.LabelComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
|
|
8065
8065
|
}
|
|
8066
8066
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
|
|
8067
8067
|
type: Component,
|
|
@@ -8098,7 +8098,7 @@ class CheckIconComponent {
|
|
|
8098
8098
|
i0.ɵɵprojection(1);
|
|
8099
8099
|
} if (rf & 2) {
|
|
8100
8100
|
i0.ɵɵproperty("icon", ctx.checked ? "check-circle" : "circle-xmark")("ngClass", ctx.checked ? "text-success" : "text-danger");
|
|
8101
|
-
} }, dependencies: [i1$1.NgClass, i1$
|
|
8101
|
+
} }, dependencies: [i1$1.NgClass, i1$7.FaIconComponent], encapsulation: 2 }); }
|
|
8102
8102
|
}
|
|
8103
8103
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
|
|
8104
8104
|
type: Component,
|
|
@@ -8327,7 +8327,7 @@ class ControlPanelComponent extends ComponentBase {
|
|
|
8327
8327
|
i0.ɵɵconditional(ctx.viewTypesVisible ? 7 : -1);
|
|
8328
8328
|
i0.ɵɵadvance();
|
|
8329
8329
|
i0.ɵɵconditional(ctx.addButtonVisible ? 8 : -1);
|
|
8330
|
-
} }, dependencies: [i1$1.NgClass, i2.NgControlStatus, i2.NgModel, i1$
|
|
8330
|
+
} }, dependencies: [i1$1.NgClass, i2.NgControlStatus, i2.NgModel, i1$7.FaIconComponent, i3.DropDownListComponent, AReplacerDirective], encapsulation: 2 }); }
|
|
8331
8331
|
}
|
|
8332
8332
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ControlPanelComponent, [{
|
|
8333
8333
|
type: Component,
|
|
@@ -8419,7 +8419,7 @@ class DataPagerComponent extends ComponentBase {
|
|
|
8419
8419
|
i0.ɵɵadvance();
|
|
8420
8420
|
i0.ɵɵstyleMap(ctx.style);
|
|
8421
8421
|
i0.ɵɵproperty("total", ctx.totalItems)("pageSize", ctx.pageSize)("pageSizeValues", ctx.pageSizes)("skip", ctx.skipItems);
|
|
8422
|
-
} }, dependencies: [i1$
|
|
8422
|
+
} }, dependencies: [i1$8.PagerComponent], encapsulation: 2 }); }
|
|
8423
8423
|
}
|
|
8424
8424
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DataPagerComponent, [{
|
|
8425
8425
|
type: Component,
|
|
@@ -8784,7 +8784,7 @@ class NodataComponent {
|
|
|
8784
8784
|
i0.ɵɵconditionalCreate(0, NodataComponent_Conditional_0_Template, 6, 2, "div", 0);
|
|
8785
8785
|
} if (rf & 2) {
|
|
8786
8786
|
i0.ɵɵconditional(!ctx.dataLoading && ctx.dataLoaded && !ctx.dataFound ? 0 : -1);
|
|
8787
|
-
} }, dependencies: [i1$1.NgIf, i1$
|
|
8787
|
+
} }, dependencies: [i1$1.NgIf, i1$7.FaIconComponent], encapsulation: 2 }); }
|
|
8788
8788
|
}
|
|
8789
8789
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
|
|
8790
8790
|
type: Component,
|
|
@@ -9019,7 +9019,7 @@ class Copy2ClipboardComponent extends ComponentBase {
|
|
|
9019
9019
|
i0.ɵɵelementEnd();
|
|
9020
9020
|
} if (rf & 2) {
|
|
9021
9021
|
i0.ɵɵclassMap(i0.ɵɵinterpolate1("btn btn-icon ", ctx.classes));
|
|
9022
|
-
} }, dependencies: [i1$
|
|
9022
|
+
} }, dependencies: [i1$7.FaIconComponent, AReplacerDirective], encapsulation: 2 }); }
|
|
9023
9023
|
}
|
|
9024
9024
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
|
|
9025
9025
|
type: Component,
|
|
@@ -9134,7 +9134,7 @@ class UrlSlugComponent extends EditComponentBase {
|
|
|
9134
9134
|
i0.ɵɵproperty("formControlName", ctx.controlName);
|
|
9135
9135
|
i0.ɵɵadvance();
|
|
9136
9136
|
i0.ɵɵproperty("ngIf", ctx.isGoButtonVisible);
|
|
9137
|
-
} }, dependencies: [i1$1.NgClass, i1$1.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i4$
|
|
9137
|
+
} }, dependencies: [i1$1.NgClass, i1$1.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i4$2.LabelDirective, AReplacerDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
|
|
9138
9138
|
}
|
|
9139
9139
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
|
|
9140
9140
|
type: Component,
|
|
@@ -9476,7 +9476,7 @@ class ContactUsForm extends EditComponentBase {
|
|
|
9476
9476
|
onTopicChange(event) {
|
|
9477
9477
|
this.selectedTopic = event.target.value;
|
|
9478
9478
|
}
|
|
9479
|
-
static { this.ɵfac = function ContactUsForm_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ContactUsForm)(i0.ɵɵdirectiveInject(i1$
|
|
9479
|
+
static { this.ɵfac = function ContactUsForm_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ContactUsForm)(i0.ɵɵdirectiveInject(i1$9.ReCaptchaV3Service), i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(EmailsApiService), i0.ɵɵdirectiveInject(NotificationService)); }; }
|
|
9480
9480
|
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsForm, selectors: [["anatoly-forms-contactus-form"]], inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 39, vars: 31, consts: [["novalidate", "", 3, "ngSubmit", "formGroup"], [3, "formGroup", "visible"], [1, "contact-us"], [1, "row"], [1, "form-fields", "col-6"], [1, "form-topic", 3, "ngClass"], [1, "form-select-wrapper"], [1, "assistive-text"], ["formControlName", "topic", 1, "form-select", 3, "change"], [3, "value", 4, "ngFor", "ngForOf"], ["controlName", "topic", "controlTitle", "topic", 3, "formGroup", "formSubmitted"], [1, "form-name", 3, "ngClass"], ["formControlName", "name", "placeholder", "Name *", "type", "text", 1, "form-control"], ["controlName", "name", "controlTitle", "name", 3, "formGroup", "formSubmitted"], [1, "form-email", 3, "ngClass"], ["formControlName", "email", "placeholder", "E-mail *", "type", "text", 1, "form-control"], [4, "ngIf"], ["controlName", "email", "controlTitle", "email", 3, "formGroup", "formSubmitted"], [1, "form-subject", 3, "ngClass"], ["formControlName", "subject", "placeholder", "Subject *", "type", "text", 1, "form-control"], ["controlName", "subject", "controlTitle", "subject", 3, "formGroup", "formSubmitted"], [1, "col-6"], [1, "form-message", 3, "ngClass"], ["formControlName", "message", "name", "message", "placeholder", "Message *", "rows", "4", "type", "text"], ["controlName", "message", "controlTitle", "message", 3, "formGroup", "formSubmitted"], [1, "row", "form-footer"], [1, "col"], ["class", "btn btn-success", "type", "submit", 3, "btn-primary", 4, "ngIf"], [3, "value"], ["type", "submit", 1, "btn", "btn-success"]], template: function ContactUsForm_Template(rf, ctx) { if (rf & 1) {
|
|
9481
9481
|
i0.ɵɵelementStart(0, "form", 0);
|
|
9482
9482
|
i0.ɵɵlistener("ngSubmit", function ContactUsForm_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
|
|
@@ -9553,7 +9553,7 @@ class ContactUsForm extends EditComponentBase {
|
|
|
9553
9553
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
|
|
9554
9554
|
type: Component,
|
|
9555
9555
|
args: [{ selector: 'anatoly-forms-contactus-form', standalone: false, template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <anatoly-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></anatoly-form-validation-summary>\r\n\r\n <div class='contact-us'>\r\n <div class=\"row\">\r\n <div class='form-fields col-6'>\r\n <p>What can we help you with?</p>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('topic') }\" class='form-topic'>\r\n <div class='form-select-wrapper'>\r\n <label class='assistive-text'>Topic *</label>\r\n <select (change)='onTopicChange($event)' class='form-select' formControlName='topic'>\r\n <option *ngFor='let topic of topicList' [value]='topic.value'>{{ topic.value }} </option>\r\n </select>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('name') }\" class='form-name'>\r\n <label class='assistive-text'>Name *</label>\r\n <input class='form-control' formControlName='name' placeholder='Name *' type='text'>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('email') }\" class='form-email'>\r\n <label class='assistive-text'>E-mail * </label>\r\n <input class='form-control' formControlName='email' placeholder='E-mail *' type='text' />\r\n <p *ngIf='!isUserSignedIn'>Please indicate the email used for your MailEx login if you already have an account</p>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('subject') }\" class='form-subject'>\r\n <label class='assistive-text'>Subject *</label>\r\n <input class='form-control' formControlName='subject' placeholder='Subject *' type='text' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n <div class='col-6'>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('message') }\" class='form-message'>\r\n <label class='assistive-text'>Message *</label>\r\n <textarea formControlName='message' name='message' placeholder='Message *' rows='4'\r\n type='text'></textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n" }]
|
|
9556
|
-
}], () => [{ type: i1$
|
|
9556
|
+
}], () => [{ type: i1$9.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }], { showActionButtons: [{
|
|
9557
9557
|
type: Input
|
|
9558
9558
|
}], submit: [{
|
|
9559
9559
|
type: Output
|
|
@@ -9620,7 +9620,7 @@ class ContactUsDialog extends DialogBase {
|
|
|
9620
9620
|
i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 1);
|
|
9621
9621
|
} if (rf & 2) {
|
|
9622
9622
|
i0.ɵɵproperty("ngIf", ctx.isOpen);
|
|
9623
|
-
} }, dependencies: [i1$1.NgIf, i4.DialogComponent, i4.DialogActionsComponent, ContactUsForm], encapsulation: 2 }); }
|
|
9623
|
+
} }, dependencies: [i1$1.NgIf, i4$1.DialogComponent, i4$1.DialogActionsComponent, ContactUsForm], encapsulation: 2 }); }
|
|
9624
9624
|
}
|
|
9625
9625
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
|
|
9626
9626
|
type: Component,
|
|
@@ -10176,7 +10176,7 @@ class SafeHtmlPipe {
|
|
|
10176
10176
|
transform(value) {
|
|
10177
10177
|
return this.sanitized.bypassSecurityTrustHtml(value);
|
|
10178
10178
|
}
|
|
10179
|
-
static { this.ɵfac = function SafeHtmlPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$
|
|
10179
|
+
static { this.ɵfac = function SafeHtmlPipe_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$6.DomSanitizer, 16)); }; }
|
|
10180
10180
|
static { this.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true, standalone: false }); }
|
|
10181
10181
|
}
|
|
10182
10182
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
|
|
@@ -10185,7 +10185,7 @@ class SafeHtmlPipe {
|
|
|
10185
10185
|
name: 'safeHtml',
|
|
10186
10186
|
standalone: false
|
|
10187
10187
|
}]
|
|
10188
|
-
}], () => [{ type: i1$
|
|
10188
|
+
}], () => [{ type: i1$6.DomSanitizer }], null); })();
|
|
10189
10189
|
|
|
10190
10190
|
/*
|
|
10191
10191
|
<file>
|
|
@@ -10314,7 +10314,7 @@ class AnatolyCoreModule {
|
|
|
10314
10314
|
}]
|
|
10315
10315
|
}], () => [{ type: i0.Injector }], null); })();
|
|
10316
10316
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyCoreModule, { imports: [CommonModule,
|
|
10317
|
-
RouterModule, i1$
|
|
10317
|
+
RouterModule, i1$4.ToastrModule, LocalizationModule], exports: [RouterModule,
|
|
10318
10318
|
LocalizationModule] }); })();
|
|
10319
10319
|
|
|
10320
10320
|
/*
|
|
@@ -10500,6 +10500,20 @@ const MSALProviders = [
|
|
|
10500
10500
|
useClass: MsalInterceptor,
|
|
10501
10501
|
multi: true
|
|
10502
10502
|
},
|
|
10503
|
+
{
|
|
10504
|
+
provide: MSAL_INSTANCE,
|
|
10505
|
+
//useValue: MSALInstanceFactory(),
|
|
10506
|
+
useFactory: MSALInstanceFactory,
|
|
10507
|
+
deps: [HttpClient]
|
|
10508
|
+
},
|
|
10509
|
+
{
|
|
10510
|
+
provide: MSAL_GUARD_CONFIG,
|
|
10511
|
+
useValue: MSALGuardConfigFactory(),
|
|
10512
|
+
},
|
|
10513
|
+
{
|
|
10514
|
+
provide: MSAL_INTERCEPTOR_CONFIG,
|
|
10515
|
+
useValue: MSALInterceptorConfigFactory(),
|
|
10516
|
+
},
|
|
10503
10517
|
//App
|
|
10504
10518
|
AuthService,
|
|
10505
10519
|
AuthenticationGuard,
|
|
@@ -10513,7 +10527,7 @@ class AnatolyIAMModule {
|
|
|
10513
10527
|
...MSALProviders
|
|
10514
10528
|
], imports: [CommonModule,
|
|
10515
10529
|
RouterModule,
|
|
10516
|
-
MsalModule
|
|
10530
|
+
MsalModule] }); }
|
|
10517
10531
|
}
|
|
10518
10532
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyIAMModule, [{
|
|
10519
10533
|
type: NgModule,
|
|
@@ -10521,7 +10535,7 @@ class AnatolyIAMModule {
|
|
|
10521
10535
|
imports: [
|
|
10522
10536
|
CommonModule,
|
|
10523
10537
|
RouterModule,
|
|
10524
|
-
MsalModule
|
|
10538
|
+
MsalModule
|
|
10525
10539
|
],
|
|
10526
10540
|
exports: [],
|
|
10527
10541
|
providers: [
|
|
@@ -10531,7 +10545,8 @@ class AnatolyIAMModule {
|
|
|
10531
10545
|
}]
|
|
10532
10546
|
}], null, null); })();
|
|
10533
10547
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyIAMModule, { imports: [CommonModule,
|
|
10534
|
-
RouterModule,
|
|
10548
|
+
RouterModule,
|
|
10549
|
+
MsalModule] }); })();
|
|
10535
10550
|
|
|
10536
10551
|
/*
|
|
10537
10552
|
<file>
|
|
@@ -10743,7 +10758,7 @@ class FaModule {
|
|
|
10743
10758
|
constructor(library) {
|
|
10744
10759
|
library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
|
|
10745
10760
|
}
|
|
10746
|
-
static { this.ɵfac = function FaModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FaModule)(i0.ɵɵinject(i1$
|
|
10761
|
+
static { this.ɵfac = function FaModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FaModule)(i0.ɵɵinject(i1$7.FaIconLibrary)); }; }
|
|
10747
10762
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule }); }
|
|
10748
10763
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
10749
10764
|
FontAwesomeModule, FontAwesomeModule] }); }
|
|
@@ -10759,7 +10774,7 @@ class FaModule {
|
|
|
10759
10774
|
FontAwesomeModule
|
|
10760
10775
|
]
|
|
10761
10776
|
}]
|
|
10762
|
-
}], () => [{ type: i1$
|
|
10777
|
+
}], () => [{ type: i1$7.FaIconLibrary }], null); })();
|
|
10763
10778
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FaModule, { imports: [CommonModule,
|
|
10764
10779
|
FontAwesomeModule], exports: [FontAwesomeModule] }); })();
|
|
10765
10780
|
|