@osovitny/anatoly 2.16.1 → 2.16.2
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/esm2022/lib/anatoly.module.mjs +27 -26
- package/esm2022/lib/core/core.module.mjs +36 -35
- package/esm2022/lib/core/go/base-go.service.mjs +6 -6
- package/esm2022/lib/core/interceptors/httpInterceptor.mjs +6 -6
- package/esm2022/lib/core/localization/localization.module.mjs +22 -21
- package/esm2022/lib/core/localization/localization.service.mjs +9 -9
- package/esm2022/lib/core/localization/localizationSettings.module.mjs +22 -21
- package/esm2022/lib/core/localization/localize.pipe.mjs +9 -9
- package/esm2022/lib/core/logging/globalErrorHandler.mjs +6 -6
- package/esm2022/lib/core/logging/logging.service.mjs +9 -9
- package/esm2022/lib/core/notifications/services/notification-service.mjs +7 -7
- package/esm2022/lib/core/services/appcontext.service.mjs +6 -6
- package/esm2022/lib/core/services/dm.service.mjs +12 -12
- package/esm2022/lib/core/services/google-analytics.service.mjs +6 -6
- package/esm2022/lib/core/services/idle.service.mjs +9 -9
- package/esm2022/lib/core/services/loading.service.mjs +9 -9
- package/esm2022/lib/core/services/web-storage.service.mjs +11 -11
- package/esm2022/lib/data/base/base-api.service.mjs +6 -6
- package/esm2022/lib/data/base/grid/base-grid-edit.service.mjs +6 -6
- package/esm2022/lib/data/base/grid/base-grid-read.service.mjs +6 -6
- package/esm2022/lib/data/data.module.mjs +17 -16
- package/esm2022/lib/data/services/core-api.service.mjs +6 -6
- package/esm2022/lib/data/services/emails-api.service.mjs +6 -6
- package/esm2022/lib/data/services/notifications/notifications-api-service.mjs +9 -9
- package/esm2022/lib/ui/components/base/base-edit.component.mjs +13 -13
- package/esm2022/lib/ui/components/base/base.component.mjs +9 -9
- package/esm2022/lib/ui/components/base/base.dialog.mjs +15 -15
- package/esm2022/lib/ui/components/base/base.list.mjs +11 -11
- package/esm2022/lib/ui/components/base/base.page.mjs +9 -9
- package/esm2022/lib/ui/components/base/base.paged.page.mjs +9 -9
- package/esm2022/lib/ui/components/billing/buyaccess-button.component.mjs +60 -15
- package/esm2022/lib/ui/components/billing/subscribe-plan-button.component.mjs +68 -15
- package/esm2022/lib/ui/components/card/card-body.component.mjs +17 -9
- package/esm2022/lib/ui/components/card/card-footer.component.mjs +17 -9
- package/esm2022/lib/ui/components/card/card-header.component.mjs +31 -11
- package/esm2022/lib/ui/components/card/card.component.mjs +21 -9
- package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +16 -9
- package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +16 -11
- package/esm2022/lib/ui/components/datapager/datapager.component.mjs +28 -21
- package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +13 -13
- package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +27 -9
- package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +19 -7
- package/esm2022/lib/ui/components/identity/signin-button.component.mjs +15 -9
- package/esm2022/lib/ui/components/identity/signout-button.component.mjs +15 -9
- package/esm2022/lib/ui/components/identity/signup-button.component.mjs +15 -9
- package/esm2022/lib/ui/components/nodata/nodata.component.mjs +38 -17
- package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +16 -7
- package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +34 -11
- package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +40 -10
- package/esm2022/lib/ui/directives/hover.directive.mjs +22 -18
- package/esm2022/lib/ui/directives/native-element.directive.mjs +9 -9
- package/esm2022/lib/ui/external/fa.module.mjs +18 -17
- package/esm2022/lib/ui/external/kendo.module.mjs +46 -45
- package/esm2022/lib/ui/forms/components/address/address.component.mjs +123 -17
- package/esm2022/lib/ui/forms/components/company/company.component.mjs +64 -13
- package/esm2022/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.mjs +44 -15
- package/esm2022/lib/ui/forms/components/urlslug/urlslug.component.mjs +69 -25
- package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +106 -11
- package/esm2022/lib/ui/pipes/filesize.pipe.mjs +9 -9
- package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +9 -9
- package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +7 -7
- package/esm2022/lib/ui/ui.module.mjs +105 -104
- package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +38 -13
- package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +33 -11
- package/esm2022/lib/ui/validation/validation-summary.component.mjs +9 -9
- package/fesm2022/osovitny-anatoly.mjs +1486 -806
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -254,12 +254,12 @@ class BaseGoService {
|
|
|
254
254
|
this.router.navigate(commands);
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
|
-
static ɵfac =
|
|
258
|
-
static ɵprov = i0.ɵɵ
|
|
257
|
+
static ɵfac = function BaseGoService_Factory(t) { return new (t || BaseGoService)(i0.ɵɵinject(i1.ActivatedRoute), i0.ɵɵinject(i1.Router)); };
|
|
258
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGoService, factory: BaseGoService.ɵfac });
|
|
259
259
|
}
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
260
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGoService, [{
|
|
261
|
+
type: Injectable
|
|
262
|
+
}], function () { return [{ type: i1.ActivatedRoute }, { type: i1.Router }]; }, null); })();
|
|
263
263
|
|
|
264
264
|
/*
|
|
265
265
|
<file>
|
|
@@ -336,15 +336,15 @@ class LoadingService extends BehaviorSubject {
|
|
|
336
336
|
}
|
|
337
337
|
this.counter = 0;
|
|
338
338
|
}
|
|
339
|
-
static ɵfac =
|
|
340
|
-
static ɵprov = i0.ɵɵ
|
|
339
|
+
static ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); };
|
|
340
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac, providedIn: "root" });
|
|
341
341
|
}
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
342
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
|
|
343
|
+
type: Injectable,
|
|
344
|
+
args: [{
|
|
345
|
+
providedIn: "root",
|
|
346
|
+
}]
|
|
347
|
+
}], function () { return []; }, null); })();
|
|
348
348
|
|
|
349
349
|
/*
|
|
350
350
|
<file>
|
|
@@ -370,15 +370,15 @@ class LoggingService {
|
|
|
370
370
|
logInformation(info) {
|
|
371
371
|
console.info(info);
|
|
372
372
|
}
|
|
373
|
-
static ɵfac =
|
|
374
|
-
static ɵprov = i0.ɵɵ
|
|
373
|
+
static ɵfac = function LoggingService_Factory(t) { return new (t || LoggingService)(); };
|
|
374
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoggingService, factory: LoggingService.ɵfac, providedIn: "root" });
|
|
375
375
|
}
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
376
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoggingService, [{
|
|
377
|
+
type: Injectable,
|
|
378
|
+
args: [{
|
|
379
|
+
providedIn: "root",
|
|
380
|
+
}]
|
|
381
|
+
}], function () { return []; }, null); })();
|
|
382
382
|
|
|
383
383
|
/*
|
|
384
384
|
<file>
|
|
@@ -471,12 +471,12 @@ class AnatolyHttpInterceptor {
|
|
|
471
471
|
this.loadingService.hide();
|
|
472
472
|
}
|
|
473
473
|
}
|
|
474
|
-
static ɵfac =
|
|
475
|
-
static ɵprov = i0.ɵɵ
|
|
474
|
+
static ɵfac = function AnatolyHttpInterceptor_Factory(t) { return new (t || AnatolyHttpInterceptor)(i0.ɵɵinject(LoadingService), i0.ɵɵinject(LoggingService)); };
|
|
475
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AnatolyHttpInterceptor, factory: AnatolyHttpInterceptor.ɵfac });
|
|
476
476
|
}
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
477
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyHttpInterceptor, [{
|
|
478
|
+
type: Injectable
|
|
479
|
+
}], function () { return [{ type: LoadingService }, { type: LoggingService }]; }, null); })();
|
|
480
480
|
|
|
481
481
|
/*
|
|
482
482
|
<file>
|
|
@@ -642,15 +642,15 @@ class LocalizationService {
|
|
|
642
642
|
}
|
|
643
643
|
return result;
|
|
644
644
|
}
|
|
645
|
-
static ɵfac =
|
|
646
|
-
static ɵprov = i0.ɵɵ
|
|
645
|
+
static ɵfac = function LocalizationService_Factory(t) { return new (t || LocalizationService)(i0.ɵɵinject(i1$1.TranslateService)); };
|
|
646
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalizationService, factory: LocalizationService.ɵfac, providedIn: 'root' });
|
|
647
647
|
}
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
648
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationService, [{
|
|
649
|
+
type: Injectable,
|
|
650
|
+
args: [{
|
|
651
|
+
providedIn: 'root'
|
|
652
|
+
}]
|
|
653
|
+
}], function () { return [{ type: i1$1.TranslateService }]; }, null); })();
|
|
654
654
|
|
|
655
655
|
/*
|
|
656
656
|
<file>
|
|
@@ -715,15 +715,15 @@ class LocalizePipe {
|
|
|
715
715
|
}
|
|
716
716
|
return inputData;
|
|
717
717
|
}
|
|
718
|
-
static ɵfac =
|
|
719
|
-
static ɵpipe = i0.ɵɵ
|
|
718
|
+
static ɵfac = function LocalizePipe_Factory(t) { return new (t || LocalizePipe)(i0.ɵɵdirectiveInject(LocalizationService, 16)); };
|
|
719
|
+
static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "localize", type: LocalizePipe, pure: true });
|
|
720
720
|
}
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
721
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizePipe, [{
|
|
722
|
+
type: Pipe,
|
|
723
|
+
args: [{
|
|
724
|
+
name: 'localize'
|
|
725
|
+
}]
|
|
726
|
+
}], function () { return [{ type: LocalizationService }]; }, null); })();
|
|
727
727
|
|
|
728
728
|
/*
|
|
729
729
|
<file>
|
|
@@ -776,9 +776,9 @@ class LocalizationSettingsModule {
|
|
|
776
776
|
this.injector = injector;
|
|
777
777
|
LocalizationInjectorInstance = this.injector;
|
|
778
778
|
}
|
|
779
|
-
static ɵfac =
|
|
780
|
-
static ɵmod = i0.ɵɵ
|
|
781
|
-
static ɵinj = i0.ɵɵ
|
|
779
|
+
static ɵfac = function LocalizationSettingsModule_Factory(t) { return new (t || LocalizationSettingsModule)(i0.ɵɵinject(i0.Injector)); };
|
|
780
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationSettingsModule });
|
|
781
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
782
782
|
{
|
|
783
783
|
provide: APP_INITIALIZER,
|
|
784
784
|
useFactory: localizationInitializerFactory,
|
|
@@ -787,23 +787,24 @@ class LocalizationSettingsModule {
|
|
|
787
787
|
}
|
|
788
788
|
], imports: [TranslateModuleAtRoot] });
|
|
789
789
|
}
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
790
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationSettingsModule, [{
|
|
791
|
+
type: NgModule,
|
|
792
|
+
args: [{
|
|
793
|
+
imports: [
|
|
794
|
+
TranslateModuleAtRoot
|
|
795
|
+
],
|
|
796
|
+
providers: [
|
|
797
|
+
{
|
|
798
|
+
provide: APP_INITIALIZER,
|
|
799
|
+
useFactory: localizationInitializerFactory,
|
|
800
|
+
deps: [TranslateService, LocalizationService, Injector],
|
|
801
|
+
multi: true
|
|
802
|
+
}
|
|
803
|
+
],
|
|
804
|
+
exports: []
|
|
805
|
+
}]
|
|
806
|
+
}], function () { return [{ type: i0.Injector }]; }, null); })();
|
|
807
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationSettingsModule, { imports: [i1$1.TranslateModule] }); })();
|
|
807
808
|
|
|
808
809
|
/*
|
|
809
810
|
<file>
|
|
@@ -822,27 +823,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
822
823
|
*/
|
|
823
824
|
// Node
|
|
824
825
|
class LocalizationModule {
|
|
825
|
-
static ɵfac =
|
|
826
|
-
static ɵmod = i0.ɵɵ
|
|
827
|
-
|
|
828
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: LocalizationModule, imports: [TranslateModule, TranslateModule] });
|
|
826
|
+
static ɵfac = function LocalizationModule_Factory(t) { return new (t || LocalizationModule)(); };
|
|
827
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationModule });
|
|
828
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [TranslateModule, TranslateModule] });
|
|
829
829
|
}
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
830
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationModule, [{
|
|
831
|
+
type: NgModule,
|
|
832
|
+
args: [{
|
|
833
|
+
imports: [
|
|
834
|
+
TranslateModule
|
|
835
|
+
],
|
|
836
|
+
exports: [
|
|
837
|
+
TranslateModule,
|
|
838
|
+
LocalizePipe
|
|
839
|
+
],
|
|
840
|
+
declarations: [
|
|
841
|
+
LocalizePipe
|
|
842
|
+
],
|
|
843
|
+
providers: []
|
|
844
|
+
}]
|
|
845
|
+
}], null, null); })();
|
|
846
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationModule, { declarations: [LocalizePipe], imports: [TranslateModule], exports: [TranslateModule,
|
|
847
|
+
LocalizePipe] }); })();
|
|
846
848
|
|
|
847
849
|
/*
|
|
848
850
|
<file>
|
|
@@ -875,12 +877,12 @@ class GlobalErrorHandler {
|
|
|
875
877
|
// IMPORTANT: Rethrow the error otherwise it gets swallowed
|
|
876
878
|
throw error;
|
|
877
879
|
}
|
|
878
|
-
static ɵfac =
|
|
879
|
-
static ɵprov = i0.ɵɵ
|
|
880
|
+
static ɵfac = function GlobalErrorHandler_Factory(t) { return new (t || GlobalErrorHandler)(i0.ɵɵinject(i0.Injector)); };
|
|
881
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GlobalErrorHandler, factory: GlobalErrorHandler.ɵfac });
|
|
880
882
|
}
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
883
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalErrorHandler, [{
|
|
884
|
+
type: Injectable
|
|
885
|
+
}], function () { return [{ type: i0.Injector }]; }, null); })();
|
|
884
886
|
|
|
885
887
|
/*
|
|
886
888
|
<file>
|
|
@@ -1273,13 +1275,13 @@ class NotificationService {
|
|
|
1273
1275
|
set serverNotifications(val) {
|
|
1274
1276
|
this._serverNotifications.next(val);
|
|
1275
1277
|
}
|
|
1276
|
-
static ɵfac =
|
|
1277
|
-
static ɵprov = i0.ɵɵ
|
|
1278
|
+
static ɵfac = function NotificationService_Factory(t) { return new (t || NotificationService)(i0.ɵɵinject(i1$2.ToastrService)); };
|
|
1279
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationService, factory: NotificationService.ɵfac, providedIn: 'root' });
|
|
1278
1280
|
}
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1281
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationService, [{
|
|
1282
|
+
type: Injectable,
|
|
1283
|
+
args: [{ providedIn: 'root' }]
|
|
1284
|
+
}], function () { return [{ type: i1$2.ToastrService }]; }, null); })();
|
|
1283
1285
|
|
|
1284
1286
|
/*
|
|
1285
1287
|
<file>
|
|
@@ -1422,12 +1424,12 @@ class BaseApiService {
|
|
|
1422
1424
|
}
|
|
1423
1425
|
return this.http.get(url).pipe(map(res => res));
|
|
1424
1426
|
}
|
|
1425
|
-
static ɵfac =
|
|
1426
|
-
static ɵprov = i0.ɵɵ
|
|
1427
|
+
static ɵfac = function BaseApiService_Factory(t) { return new (t || BaseApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
1428
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseApiService, factory: BaseApiService.ɵfac });
|
|
1427
1429
|
}
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1430
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseApiService, [{
|
|
1431
|
+
type: Injectable
|
|
1432
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
1431
1433
|
|
|
1432
1434
|
/*
|
|
1433
1435
|
<file>
|
|
@@ -1477,22 +1479,22 @@ class LocalStorageService extends WebStorageService {
|
|
|
1477
1479
|
constructor() {
|
|
1478
1480
|
super('localStorage');
|
|
1479
1481
|
}
|
|
1480
|
-
static ɵfac =
|
|
1481
|
-
static ɵprov = i0.ɵɵ
|
|
1482
|
+
static ɵfac = function LocalStorageService_Factory(t) { return new (t || LocalStorageService)(); };
|
|
1483
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalStorageService, factory: LocalStorageService.ɵfac });
|
|
1482
1484
|
}
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1485
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalStorageService, [{
|
|
1486
|
+
type: Injectable
|
|
1487
|
+
}], function () { return []; }, null); })();
|
|
1486
1488
|
class SessionStorageService extends WebStorageService {
|
|
1487
1489
|
constructor() {
|
|
1488
1490
|
super('sessionStorage');
|
|
1489
1491
|
}
|
|
1490
|
-
static ɵfac =
|
|
1491
|
-
static ɵprov = i0.ɵɵ
|
|
1492
|
+
static ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); };
|
|
1493
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac });
|
|
1492
1494
|
}
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1495
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
|
|
1496
|
+
type: Injectable
|
|
1497
|
+
}], function () { return []; }, null); })();
|
|
1496
1498
|
|
|
1497
1499
|
/*
|
|
1498
1500
|
<file>
|
|
@@ -1632,12 +1634,12 @@ class AppContextService extends BaseApiService {
|
|
|
1632
1634
|
set current(value) {
|
|
1633
1635
|
this.setCurrentFromSession(value);
|
|
1634
1636
|
}
|
|
1635
|
-
static ɵfac =
|
|
1636
|
-
static ɵprov = i0.ɵɵ
|
|
1637
|
+
static ɵfac = function AppContextService_Factory(t) { return new (t || AppContextService)(i0.ɵɵinject(i1$3.HttpClient), i0.ɵɵinject(LocalStorageService), i0.ɵɵinject(SessionStorageService)); };
|
|
1638
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppContextService, factory: AppContextService.ɵfac });
|
|
1637
1639
|
}
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1640
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppContextService, [{
|
|
1641
|
+
type: Injectable
|
|
1642
|
+
}], function () { return [{ type: i1$3.HttpClient }, { type: LocalStorageService }, { type: SessionStorageService }]; }, null); })();
|
|
1641
1643
|
|
|
1642
1644
|
/*
|
|
1643
1645
|
<file>
|
|
@@ -1707,15 +1709,15 @@ class IdleService {
|
|
|
1707
1709
|
this.resetTimeCounters(timeOutSeconds);
|
|
1708
1710
|
this.startTimer();
|
|
1709
1711
|
}
|
|
1710
|
-
static ɵfac =
|
|
1711
|
-
static ɵprov = i0.ɵɵ
|
|
1712
|
+
static ɵfac = function IdleService_Factory(t) { return new (t || IdleService)(); };
|
|
1713
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: IdleService, factory: IdleService.ɵfac, providedIn: 'root' });
|
|
1712
1714
|
}
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1715
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleService, [{
|
|
1716
|
+
type: Injectable,
|
|
1717
|
+
args: [{
|
|
1718
|
+
providedIn: 'root'
|
|
1719
|
+
}]
|
|
1720
|
+
}], null, null); })();
|
|
1719
1721
|
|
|
1720
1722
|
/*
|
|
1721
1723
|
<file>
|
|
@@ -1772,18 +1774,18 @@ class DigitalMarketingService {
|
|
|
1772
1774
|
link.setAttribute('rel', 'canonical');
|
|
1773
1775
|
link.setAttribute('href', canUrl);
|
|
1774
1776
|
}
|
|
1775
|
-
static ɵfac =
|
|
1776
|
-
static ɵprov = i0.ɵɵ
|
|
1777
|
+
static ɵfac = function DigitalMarketingService_Factory(t) { return new (t || DigitalMarketingService)(i0.ɵɵinject(i1$4.Title), i0.ɵɵinject(i1$4.Meta), i0.ɵɵinject(DOCUMENT)); };
|
|
1778
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DigitalMarketingService, factory: DigitalMarketingService.ɵfac, providedIn: 'root' });
|
|
1777
1779
|
}
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1780
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DigitalMarketingService, [{
|
|
1781
|
+
type: Injectable,
|
|
1782
|
+
args: [{
|
|
1783
|
+
providedIn: 'root'
|
|
1784
|
+
}]
|
|
1785
|
+
}], function () { return [{ type: i1$4.Title }, { type: i1$4.Meta }, { type: undefined, decorators: [{
|
|
1786
|
+
type: Inject,
|
|
1787
|
+
args: [DOCUMENT]
|
|
1788
|
+
}] }]; }, null); })();
|
|
1787
1789
|
|
|
1788
1790
|
/*
|
|
1789
1791
|
<file>
|
|
@@ -1829,12 +1831,12 @@ class GoogleAnalyticsService {
|
|
|
1829
1831
|
this.subscription.unsubscribe();
|
|
1830
1832
|
}
|
|
1831
1833
|
}
|
|
1832
|
-
static ɵfac =
|
|
1833
|
-
static ɵprov = i0.ɵɵ
|
|
1834
|
+
static ɵfac = function GoogleAnalyticsService_Factory(t) { return new (t || GoogleAnalyticsService)(i0.ɵɵinject(i1.Router)); };
|
|
1835
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleAnalyticsService, factory: GoogleAnalyticsService.ɵfac });
|
|
1834
1836
|
}
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1837
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleAnalyticsService, [{
|
|
1838
|
+
type: Injectable
|
|
1839
|
+
}], function () { return [{ type: i1.Router }]; }, null); })();
|
|
1838
1840
|
|
|
1839
1841
|
/*
|
|
1840
1842
|
<file>
|
|
@@ -2206,12 +2208,12 @@ class BaseGridReadService extends BehaviorSubject {
|
|
|
2206
2208
|
}
|
|
2207
2209
|
});
|
|
2208
2210
|
}
|
|
2209
|
-
static ɵfac =
|
|
2210
|
-
static ɵprov = i0.ɵɵ
|
|
2211
|
+
static ɵfac = function BaseGridReadService_Factory(t) { return new (t || BaseGridReadService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2212
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGridReadService, factory: BaseGridReadService.ɵfac });
|
|
2211
2213
|
}
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2214
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGridReadService, [{
|
|
2215
|
+
type: Injectable
|
|
2216
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2215
2217
|
|
|
2216
2218
|
/*
|
|
2217
2219
|
<file>
|
|
@@ -2283,12 +2285,12 @@ class BaseGridEditService extends BaseGridReadService {
|
|
|
2283
2285
|
const url = `${this.baseUrl}/${action}${this.serializeParams(data)}`;
|
|
2284
2286
|
return this.http.post(url, data).pipe(map(res => res));
|
|
2285
2287
|
}
|
|
2286
|
-
static ɵfac =
|
|
2287
|
-
static ɵprov = i0.ɵɵ
|
|
2288
|
+
static ɵfac = function BaseGridEditService_Factory(t) { return new (t || BaseGridEditService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2289
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGridEditService, factory: BaseGridEditService.ɵfac });
|
|
2288
2290
|
}
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2291
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGridEditService, [{
|
|
2292
|
+
type: Injectable
|
|
2293
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2292
2294
|
|
|
2293
2295
|
/*
|
|
2294
2296
|
<file>
|
|
@@ -2340,15 +2342,15 @@ class NotificationsApiService extends BaseApiService {
|
|
|
2340
2342
|
retrieveNotifications() {
|
|
2341
2343
|
return this.get('retrieveNotifications');
|
|
2342
2344
|
}
|
|
2343
|
-
static ɵfac =
|
|
2344
|
-
static ɵprov = i0.ɵɵ
|
|
2345
|
+
static ɵfac = function NotificationsApiService_Factory(t) { return new (t || NotificationsApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2346
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationsApiService, factory: NotificationsApiService.ɵfac, providedIn: 'root' });
|
|
2345
2347
|
}
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2348
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationsApiService, [{
|
|
2349
|
+
type: Injectable,
|
|
2350
|
+
args: [{
|
|
2351
|
+
providedIn: 'root'
|
|
2352
|
+
}]
|
|
2353
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2352
2354
|
|
|
2353
2355
|
/*
|
|
2354
2356
|
<file>
|
|
@@ -2385,12 +2387,12 @@ class EmailsApiService extends BaseApiService {
|
|
|
2385
2387
|
}
|
|
2386
2388
|
});
|
|
2387
2389
|
}
|
|
2388
|
-
static ɵfac =
|
|
2389
|
-
static ɵprov = i0.ɵɵ
|
|
2390
|
+
static ɵfac = function EmailsApiService_Factory(t) { return new (t || EmailsApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2391
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EmailsApiService, factory: EmailsApiService.ɵfac });
|
|
2390
2392
|
}
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2393
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmailsApiService, [{
|
|
2394
|
+
type: Injectable
|
|
2395
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2394
2396
|
|
|
2395
2397
|
/*
|
|
2396
2398
|
<file>
|
|
@@ -2439,12 +2441,12 @@ class CoreApiService extends BaseApiService {
|
|
|
2439
2441
|
}
|
|
2440
2442
|
});
|
|
2441
2443
|
}
|
|
2442
|
-
static ɵfac =
|
|
2443
|
-
static ɵprov = i0.ɵɵ
|
|
2444
|
+
static ɵfac = function CoreApiService_Factory(t) { return new (t || CoreApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2445
|
+
static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CoreApiService, factory: CoreApiService.ɵfac });
|
|
2444
2446
|
}
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2447
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreApiService, [{
|
|
2448
|
+
type: Injectable
|
|
2449
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2448
2450
|
|
|
2449
2451
|
/*
|
|
2450
2452
|
<file>
|
|
@@ -2479,15 +2481,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2479
2481
|
*/
|
|
2480
2482
|
class SignUpButtonComponent {
|
|
2481
2483
|
classbtn;
|
|
2482
|
-
static ɵfac =
|
|
2483
|
-
static ɵcmp = i0.ɵɵ
|
|
2484
|
+
static ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); };
|
|
2485
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["routerLink", "iam/signup"]], template: function SignUpButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2486
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2487
|
+
i0.ɵɵtext(1, "Sign Up");
|
|
2488
|
+
i0.ɵɵelementEnd();
|
|
2489
|
+
} if (rf & 2) {
|
|
2490
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2491
|
+
} }, dependencies: [i1.RouterLink], encapsulation: 2 });
|
|
2484
2492
|
}
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2493
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
|
|
2494
|
+
type: Component,
|
|
2495
|
+
args: [{ selector: "anatoly-signup-button", template: "<a routerLink=\"iam/signup\" class=\"{{classbtn}}\">Sign Up</a>\r\n" }]
|
|
2496
|
+
}], null, { classbtn: [{
|
|
2497
|
+
type: Input
|
|
2498
|
+
}] }); })();
|
|
2491
2499
|
|
|
2492
2500
|
/*
|
|
2493
2501
|
<file>
|
|
@@ -2505,6 +2513,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2505
2513
|
</file>
|
|
2506
2514
|
*/
|
|
2507
2515
|
// Node
|
|
2516
|
+
function BuyAccessButtonComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
2517
|
+
i0.ɵɵelementStart(0, "div");
|
|
2518
|
+
i0.ɵɵelement(1, "anatoly-signup-button", 1);
|
|
2519
|
+
i0.ɵɵelementEnd();
|
|
2520
|
+
} }
|
|
2521
|
+
function BuyAccessButtonComponent_div_0_div_2_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
2522
|
+
i0.ɵɵelementStart(0, "button", 4);
|
|
2523
|
+
i0.ɵɵtext(1, " Your Plan ");
|
|
2524
|
+
i0.ɵɵelementEnd();
|
|
2525
|
+
} }
|
|
2526
|
+
function BuyAccessButtonComponent_div_0_div_2_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
2527
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
2528
|
+
i0.ɵɵelementStart(0, "button", 5);
|
|
2529
|
+
i0.ɵɵlistener("click", function BuyAccessButtonComponent_div_0_div_2_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r5.onPlanSelect()); });
|
|
2530
|
+
i0.ɵɵtext(1, " Buy Now ");
|
|
2531
|
+
i0.ɵɵelementEnd();
|
|
2532
|
+
} }
|
|
2533
|
+
function BuyAccessButtonComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
2534
|
+
i0.ɵɵelementStart(0, "div");
|
|
2535
|
+
i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
|
|
2536
|
+
i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
|
|
2537
|
+
i0.ɵɵelementEnd();
|
|
2538
|
+
} if (rf & 2) {
|
|
2539
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
2540
|
+
i0.ɵɵadvance(1);
|
|
2541
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
|
|
2542
|
+
i0.ɵɵadvance(1);
|
|
2543
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.currentPlan == 1);
|
|
2544
|
+
} }
|
|
2545
|
+
function BuyAccessButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2546
|
+
i0.ɵɵelementStart(0, "div");
|
|
2547
|
+
i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
|
|
2548
|
+
i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_Template, 3, 2, "div", 0);
|
|
2549
|
+
i0.ɵɵelementEnd();
|
|
2550
|
+
} if (rf & 2) {
|
|
2551
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2552
|
+
i0.ɵɵadvance(1);
|
|
2553
|
+
i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
|
|
2554
|
+
i0.ɵɵadvance(1);
|
|
2555
|
+
i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
|
|
2556
|
+
} }
|
|
2508
2557
|
class BuyAccessButtonComponent {
|
|
2509
2558
|
appContext;
|
|
2510
2559
|
contextUpdated = false;
|
|
@@ -2532,21 +2581,25 @@ class BuyAccessButtonComponent {
|
|
|
2532
2581
|
onPlanSelect() {
|
|
2533
2582
|
this.planselect.emit(this.plan);
|
|
2534
2583
|
}
|
|
2535
|
-
static ɵfac =
|
|
2536
|
-
static ɵcmp = i0.ɵɵ
|
|
2584
|
+
static ɵfac = function BuyAccessButtonComponent_Factory(t) { return new (t || BuyAccessButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
|
|
2585
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BuyAccessButtonComponent, selectors: [["anatoly-buyaccess-button"]], inputs: { plan: "plan", planTitle: "planTitle", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["classbtn", "btn btn-block btn-primary"], ["class", "btn btn-block btn-success selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 3, "click", 4, "ngIf"], [1, "btn", "btn-block", "btn-success", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan", 3, "click"]], template: function BuyAccessButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2586
|
+
i0.ɵɵtemplate(0, BuyAccessButtonComponent_div_0_Template, 3, 2, "div", 0);
|
|
2587
|
+
} if (rf & 2) {
|
|
2588
|
+
i0.ɵɵproperty("ngIf", ctx.contextUpdated);
|
|
2589
|
+
} }, dependencies: [i1$5.NgIf, SignUpButtonComponent], encapsulation: 2 });
|
|
2537
2590
|
}
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2591
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BuyAccessButtonComponent, [{
|
|
2592
|
+
type: Component,
|
|
2593
|
+
args: [{ selector: 'anatoly-buyaccess-button', template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && currentPlan == 1\" \r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n" }]
|
|
2594
|
+
}], function () { return [{ type: AppContextService }]; }, { plan: [{
|
|
2595
|
+
type: Input
|
|
2596
|
+
}], planTitle: [{
|
|
2597
|
+
type: Input
|
|
2598
|
+
}], visibleIfUserSignedIn: [{
|
|
2599
|
+
type: Input
|
|
2600
|
+
}], planselect: [{
|
|
2601
|
+
type: Output
|
|
2602
|
+
}] }); })();
|
|
2550
2603
|
|
|
2551
2604
|
/*
|
|
2552
2605
|
<file>
|
|
@@ -2564,6 +2617,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2564
2617
|
</file>
|
|
2565
2618
|
*/
|
|
2566
2619
|
// Node
|
|
2620
|
+
function SubscribePlanButtonComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
2621
|
+
i0.ɵɵelementStart(0, "div");
|
|
2622
|
+
i0.ɵɵelement(1, "anatoly-signup-button", 1);
|
|
2623
|
+
i0.ɵɵelementEnd();
|
|
2624
|
+
} }
|
|
2625
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
2626
|
+
i0.ɵɵelementStart(0, "button", 5);
|
|
2627
|
+
i0.ɵɵtext(1, " Your Plan ");
|
|
2628
|
+
i0.ɵɵelementEnd();
|
|
2629
|
+
} }
|
|
2630
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
2631
|
+
i0.ɵɵelementStart(0, "button", 6);
|
|
2632
|
+
i0.ɵɵtext(1, " Requested ");
|
|
2633
|
+
i0.ɵɵelementEnd();
|
|
2634
|
+
} }
|
|
2635
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
2636
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
2637
|
+
i0.ɵɵelementStart(0, "button", 7);
|
|
2638
|
+
i0.ɵɵlistener("click", function SubscribePlanButtonComponent_div_0_div_2_button_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r6.onPlanSelect()); });
|
|
2639
|
+
i0.ɵɵtext(1, " Subscribe ");
|
|
2640
|
+
i0.ɵɵelementEnd();
|
|
2641
|
+
} }
|
|
2642
|
+
function SubscribePlanButtonComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
2643
|
+
i0.ɵɵelementStart(0, "div");
|
|
2644
|
+
i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
|
|
2645
|
+
i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
|
|
2646
|
+
i0.ɵɵtemplate(3, SubscribePlanButtonComponent_div_0_div_2_button_3_Template, 2, 0, "button", 4);
|
|
2647
|
+
i0.ɵɵelementEnd();
|
|
2648
|
+
} if (rf & 2) {
|
|
2649
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
2650
|
+
i0.ɵɵadvance(1);
|
|
2651
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
|
|
2652
|
+
i0.ɵɵadvance(1);
|
|
2653
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.requestedPlan);
|
|
2654
|
+
i0.ɵɵadvance(1);
|
|
2655
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.plan != ctx_r2.requestedPlan);
|
|
2656
|
+
} }
|
|
2657
|
+
function SubscribePlanButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2658
|
+
i0.ɵɵelementStart(0, "div");
|
|
2659
|
+
i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
|
|
2660
|
+
i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_Template, 4, 3, "div", 0);
|
|
2661
|
+
i0.ɵɵelementEnd();
|
|
2662
|
+
} if (rf & 2) {
|
|
2663
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2664
|
+
i0.ɵɵadvance(1);
|
|
2665
|
+
i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
|
|
2666
|
+
i0.ɵɵadvance(1);
|
|
2667
|
+
i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
|
|
2668
|
+
} }
|
|
2567
2669
|
class SubscribePlanButtonComponent {
|
|
2568
2670
|
appContext;
|
|
2569
2671
|
contextUpdated = false;
|
|
@@ -2595,21 +2697,25 @@ class SubscribePlanButtonComponent {
|
|
|
2595
2697
|
onPlanSelect() {
|
|
2596
2698
|
this.planselect.emit(this.plan);
|
|
2597
2699
|
}
|
|
2598
|
-
static ɵfac =
|
|
2599
|
-
static ɵcmp = i0.ɵɵ
|
|
2700
|
+
static ɵfac = function SubscribePlanButtonComponent_Factory(t) { return new (t || SubscribePlanButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
|
|
2701
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscribePlanButtonComponent, selectors: [["anatoly-subscribe-plan-button"]], inputs: { plan: "plan", planTitle: "planTitle", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["classbtn", "btn btn-block btn-primary"], ["class", "btn btn-block btn-success selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 3, "click", 4, "ngIf"], [1, "btn", "btn-block", "btn-success", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan", 3, "click"]], template: function SubscribePlanButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2702
|
+
i0.ɵɵtemplate(0, SubscribePlanButtonComponent_div_0_Template, 3, 2, "div", 0);
|
|
2703
|
+
} if (rf & 2) {
|
|
2704
|
+
i0.ɵɵproperty("ngIf", ctx.contextUpdated);
|
|
2705
|
+
} }, dependencies: [i1$5.NgIf, SignUpButtonComponent], encapsulation: 2 });
|
|
2600
2706
|
}
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2707
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscribePlanButtonComponent, [{
|
|
2708
|
+
type: Component,
|
|
2709
|
+
args: [{ selector: "anatoly-subscribe-plan-button", template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan == requestedPlan\">\r\n Requested\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && plan != requestedPlan\" \r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n </div>\r\n</div>\r\n" }]
|
|
2710
|
+
}], function () { return [{ type: AppContextService }]; }, { plan: [{
|
|
2711
|
+
type: Input
|
|
2712
|
+
}], planTitle: [{
|
|
2713
|
+
type: Input
|
|
2714
|
+
}], visibleIfUserSignedIn: [{
|
|
2715
|
+
type: Input
|
|
2716
|
+
}], planselect: [{
|
|
2717
|
+
type: Output
|
|
2718
|
+
}] }); })();
|
|
2613
2719
|
|
|
2614
2720
|
/*
|
|
2615
2721
|
<file>
|
|
@@ -2627,18 +2733,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2627
2733
|
</file>
|
|
2628
2734
|
*/
|
|
2629
2735
|
//Node
|
|
2736
|
+
const _c0$b = ["*"];
|
|
2630
2737
|
class CheckIconComponent {
|
|
2631
2738
|
//Inputs
|
|
2632
2739
|
checked = true;
|
|
2633
|
-
static ɵfac =
|
|
2634
|
-
static ɵcmp = i0.ɵɵ
|
|
2740
|
+
static ɵfac = function CheckIconComponent_Factory(t) { return new (t || CheckIconComponent)(); };
|
|
2741
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, ngContentSelectors: _c0$b, decls: 2, vars: 2, consts: [[3, "icon", "ngClass"]], template: function CheckIconComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2742
|
+
i0.ɵɵprojectionDef();
|
|
2743
|
+
i0.ɵɵelement(0, "fa-icon", 0);
|
|
2744
|
+
i0.ɵɵprojection(1);
|
|
2745
|
+
} if (rf & 2) {
|
|
2746
|
+
i0.ɵɵproperty("icon", ctx.checked ? "check-circle" : "circle-xmark")("ngClass", ctx.checked ? "text-success" : "text-danger");
|
|
2747
|
+
} }, dependencies: [i1$5.NgClass, i1$6.FaIconComponent], encapsulation: 2 });
|
|
2635
2748
|
}
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2749
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
|
|
2750
|
+
type: Component,
|
|
2751
|
+
args: [{ selector: 'anatoly-check-icon', template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n" }]
|
|
2752
|
+
}], null, { checked: [{
|
|
2753
|
+
type: Input
|
|
2754
|
+
}] }); })();
|
|
2642
2755
|
|
|
2643
2756
|
/*
|
|
2644
2757
|
<file>
|
|
@@ -2700,27 +2813,34 @@ class DatapagerComponent {
|
|
|
2700
2813
|
onPageChange(e) {
|
|
2701
2814
|
this.pageChange.emit(e);
|
|
2702
2815
|
}
|
|
2703
|
-
static ɵfac =
|
|
2704
|
-
static ɵcmp = i0.ɵɵ
|
|
2816
|
+
static ɵfac = function DatapagerComponent_Factory(t) { return new (t || DatapagerComponent)(); };
|
|
2817
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DatapagerComponent, selectors: [["anatoly-datapager"]], inputs: { totalItems: "totalItems", pageSize: "pageSize", skipItems: "skipItems", pageSizeDivisor: "pageSizeDivisor", pageSizeMax: "pageSizeMax", width: "width" }, outputs: { pageChange: "pageChange" }, decls: 1, vars: 6, consts: [[3, "total", "pageSize", "pageSizeValues", "skip", "pageChange"]], template: function DatapagerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2818
|
+
i0.ɵɵelementStart(0, "kendo-datapager", 0);
|
|
2819
|
+
i0.ɵɵlistener("pageChange", function DatapagerComponent_Template_kendo_datapager_pageChange_0_listener($event) { return ctx.onPageChange($event); });
|
|
2820
|
+
i0.ɵɵelementEnd();
|
|
2821
|
+
} if (rf & 2) {
|
|
2822
|
+
i0.ɵɵstyleMap(ctx.style);
|
|
2823
|
+
i0.ɵɵproperty("total", ctx.totalItems)("pageSize", ctx.pageSize)("pageSizeValues", ctx.pageSizes)("skip", ctx.skipItems);
|
|
2824
|
+
} }, dependencies: [i1$7.PagerComponent], encapsulation: 2 });
|
|
2705
2825
|
}
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2826
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatapagerComponent, [{
|
|
2827
|
+
type: Component,
|
|
2828
|
+
args: [{ selector: 'anatoly-datapager', template: "<kendo-datapager [total]='totalItems'\r\n [pageSize]='pageSize'\r\n [pageSizeValues]='pageSizes'\r\n [skip]='skipItems' \r\n [style]='style'\r\n (pageChange)='onPageChange($event)'>\r\n</kendo-datapager>\r\n" }]
|
|
2829
|
+
}], function () { return []; }, { totalItems: [{
|
|
2830
|
+
type: Input
|
|
2831
|
+
}], pageSize: [{
|
|
2832
|
+
type: Input
|
|
2833
|
+
}], skipItems: [{
|
|
2834
|
+
type: Input
|
|
2835
|
+
}], pageSizeDivisor: [{
|
|
2836
|
+
type: Input
|
|
2837
|
+
}], pageSizeMax: [{
|
|
2838
|
+
type: Input
|
|
2839
|
+
}], width: [{
|
|
2840
|
+
type: Input
|
|
2841
|
+
}], pageChange: [{
|
|
2842
|
+
type: Output
|
|
2843
|
+
}] }); })();
|
|
2724
2844
|
|
|
2725
2845
|
/*
|
|
2726
2846
|
<file>
|
|
@@ -2740,15 +2860,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2740
2860
|
class SignInButtonComponent {
|
|
2741
2861
|
classbtn;
|
|
2742
2862
|
constructor() { }
|
|
2743
|
-
static ɵfac =
|
|
2744
|
-
static ɵcmp = i0.ɵɵ
|
|
2863
|
+
static ɵfac = function SignInButtonComponent_Factory(t) { return new (t || SignInButtonComponent)(); };
|
|
2864
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInButtonComponent, selectors: [["anatoly-signin-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["routerLink", "iam/signin"]], template: function SignInButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2865
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2866
|
+
i0.ɵɵtext(1, "Sign In");
|
|
2867
|
+
i0.ɵɵelementEnd();
|
|
2868
|
+
} if (rf & 2) {
|
|
2869
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2870
|
+
} }, dependencies: [i1.RouterLink], encapsulation: 2 });
|
|
2745
2871
|
}
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2872
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
|
|
2873
|
+
type: Component,
|
|
2874
|
+
args: [{ selector: "anatoly-signin-button", template: "<a routerLink=\"iam/signin\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
|
|
2875
|
+
}], function () { return []; }, { classbtn: [{
|
|
2876
|
+
type: Input
|
|
2877
|
+
}] }); })();
|
|
2752
2878
|
|
|
2753
2879
|
/*
|
|
2754
2880
|
<file>
|
|
@@ -2768,15 +2894,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2768
2894
|
class SignOutButtonComponent {
|
|
2769
2895
|
classbtn;
|
|
2770
2896
|
constructor() { }
|
|
2771
|
-
static ɵfac =
|
|
2772
|
-
static ɵcmp = i0.ɵɵ
|
|
2897
|
+
static ɵfac = function SignOutButtonComponent_Factory(t) { return new (t || SignOutButtonComponent)(); };
|
|
2898
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutButtonComponent, selectors: [["anatoly-signout-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["routerLink", "iam/signout"]], template: function SignOutButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2899
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2900
|
+
i0.ɵɵtext(1, "Sign Out");
|
|
2901
|
+
i0.ɵɵelementEnd();
|
|
2902
|
+
} if (rf & 2) {
|
|
2903
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2904
|
+
} }, dependencies: [i1.RouterLink], encapsulation: 2 });
|
|
2773
2905
|
}
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2906
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
|
|
2907
|
+
type: Component,
|
|
2908
|
+
args: [{ selector: "anatoly-signout-button", template: "<a routerLink=\"iam/signout\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
|
|
2909
|
+
}], function () { return []; }, { classbtn: [{
|
|
2910
|
+
type: Input
|
|
2911
|
+
}] }); })();
|
|
2780
2912
|
|
|
2781
2913
|
/*
|
|
2782
2914
|
<file>
|
|
@@ -2794,6 +2926,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2794
2926
|
</file>
|
|
2795
2927
|
*/
|
|
2796
2928
|
//Node
|
|
2929
|
+
function NodataComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2930
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
2931
|
+
i0.ɵɵelement(2, "fa-icon", 3);
|
|
2932
|
+
i0.ɵɵelementStart(3, "h3");
|
|
2933
|
+
i0.ɵɵtext(4);
|
|
2934
|
+
i0.ɵɵelementEnd();
|
|
2935
|
+
i0.ɵɵprojection(5);
|
|
2936
|
+
i0.ɵɵelementEnd()();
|
|
2937
|
+
} if (rf & 2) {
|
|
2938
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2939
|
+
i0.ɵɵadvance(3);
|
|
2940
|
+
i0.ɵɵclassMap(ctx_r0.headingClass);
|
|
2941
|
+
i0.ɵɵadvance(1);
|
|
2942
|
+
i0.ɵɵtextInterpolate(ctx_r0.heading);
|
|
2943
|
+
} }
|
|
2944
|
+
const _c0$a = ["*"];
|
|
2797
2945
|
class NodataComponent {
|
|
2798
2946
|
dataLoading = false;
|
|
2799
2947
|
dataLoaded = false;
|
|
@@ -2802,23 +2950,28 @@ class NodataComponent {
|
|
|
2802
2950
|
headingClass = 'text-uppercase';
|
|
2803
2951
|
constructor() {
|
|
2804
2952
|
}
|
|
2805
|
-
static ɵfac =
|
|
2806
|
-
static ɵcmp = i0.ɵɵ
|
|
2953
|
+
static ɵfac = function NodataComponent_Factory(t) { return new (t || NodataComponent)(); };
|
|
2954
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NodataComponent, selectors: [["anatoly-nodata"]], inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", heading: "heading", headingClass: "headingClass" }, ngContentSelectors: _c0$a, decls: 1, vars: 1, consts: [["class", "no-data", 4, "ngIf"], [1, "no-data"], [1, "loaded", "text-info"], ["icon", "database", "size", "10x"]], template: function NodataComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2955
|
+
i0.ɵɵprojectionDef();
|
|
2956
|
+
i0.ɵɵtemplate(0, NodataComponent_div_0_Template, 6, 4, "div", 0);
|
|
2957
|
+
} if (rf & 2) {
|
|
2958
|
+
i0.ɵɵproperty("ngIf", ctx.dataLoaded && !ctx.dataFound);
|
|
2959
|
+
} }, dependencies: [i1$5.NgIf, i1$6.FaIconComponent], encapsulation: 2 });
|
|
2807
2960
|
}
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2961
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
|
|
2962
|
+
type: Component,
|
|
2963
|
+
args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded text-info'>\r\n <fa-icon icon=\"database\" size=\"10x\"></fa-icon>\r\n <h3 class='{{headingClass}}'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
|
|
2964
|
+
}], function () { return []; }, { dataLoading: [{
|
|
2965
|
+
type: Input
|
|
2966
|
+
}], dataLoaded: [{
|
|
2967
|
+
type: Input
|
|
2968
|
+
}], dataFound: [{
|
|
2969
|
+
type: Input
|
|
2970
|
+
}], heading: [{
|
|
2971
|
+
type: Input
|
|
2972
|
+
}], headingClass: [{
|
|
2973
|
+
type: Input
|
|
2974
|
+
}] }); })();
|
|
2822
2975
|
|
|
2823
2976
|
/*
|
|
2824
2977
|
<file>
|
|
@@ -2836,6 +2989,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2836
2989
|
</file>
|
|
2837
2990
|
*/
|
|
2838
2991
|
// Node
|
|
2992
|
+
function LoadingComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2993
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
2994
|
+
i0.ɵɵelement(1, "span", 2);
|
|
2995
|
+
i0.ɵɵelementEnd();
|
|
2996
|
+
} }
|
|
2839
2997
|
class LoadingComponent {
|
|
2840
2998
|
loadingService;
|
|
2841
2999
|
// Private
|
|
@@ -2855,13 +3013,17 @@ class LoadingComponent {
|
|
|
2855
3013
|
ngOnDestroy() {
|
|
2856
3014
|
this.subs.unsubscribe();
|
|
2857
3015
|
}
|
|
2858
|
-
static ɵfac =
|
|
2859
|
-
static ɵcmp = i0.ɵɵ
|
|
3016
|
+
static ɵfac = function LoadingComponent_Factory(t) { return new (t || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); };
|
|
3017
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LoadingComponent, selectors: [["anatoly-loading"]], decls: 1, vars: 1, consts: [["id", "pnlLoading", 4, "ngIf"], ["id", "pnlLoading"], [1, "k-icon", "k-i-loading"]], template: function LoadingComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3018
|
+
i0.ɵɵtemplate(0, LoadingComponent_div_0_Template, 2, 0, "div", 0);
|
|
3019
|
+
} if (rf & 2) {
|
|
3020
|
+
i0.ɵɵproperty("ngIf", ctx.show);
|
|
3021
|
+
} }, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
2860
3022
|
}
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
3023
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingComponent, [{
|
|
3024
|
+
type: Component,
|
|
3025
|
+
args: [{ selector: 'anatoly-loading', template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
|
|
3026
|
+
}], function () { return [{ type: LoadingService }]; }, null); })();
|
|
2865
3027
|
|
|
2866
3028
|
const Spinkit = {
|
|
2867
3029
|
skChasingDots: 'sk-chasing-dots',
|
|
@@ -2891,6 +3053,25 @@ const Spinkit = {
|
|
|
2891
3053
|
</file>
|
|
2892
3054
|
*/
|
|
2893
3055
|
// Node
|
|
3056
|
+
function PageSpinnerComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
3057
|
+
i0.ɵɵelementStart(0, "div", 4);
|
|
3058
|
+
i0.ɵɵelement(1, "div", 5);
|
|
3059
|
+
i0.ɵɵelementEnd();
|
|
3060
|
+
} if (rf & 2) {
|
|
3061
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
3062
|
+
i0.ɵɵclassProp("colored", !ctx_r1.backgroundColor);
|
|
3063
|
+
i0.ɵɵadvance(1);
|
|
3064
|
+
i0.ɵɵstyleProp("background-color", ctx_r1.backgroundColor);
|
|
3065
|
+
} }
|
|
3066
|
+
function PageSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
3067
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
3068
|
+
i0.ɵɵtemplate(2, PageSpinnerComponent_div_0_div_2_Template, 2, 4, "div", 3);
|
|
3069
|
+
i0.ɵɵelementEnd()();
|
|
3070
|
+
} if (rf & 2) {
|
|
3071
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
3072
|
+
i0.ɵɵadvance(2);
|
|
3073
|
+
i0.ɵɵproperty("ngIf", ctx_r0.spinner === ctx_r0.Spinkit.skLine);
|
|
3074
|
+
} }
|
|
2894
3075
|
class PageSpinnerComponent {
|
|
2895
3076
|
router;
|
|
2896
3077
|
isSpinnerVisible = true;
|
|
@@ -2918,17 +3099,21 @@ class PageSpinnerComponent {
|
|
|
2918
3099
|
ngOnDestroy() {
|
|
2919
3100
|
this.isSpinnerVisible = false;
|
|
2920
3101
|
}
|
|
2921
|
-
static ɵfac =
|
|
2922
|
-
static ɵcmp = i0.ɵɵ
|
|
3102
|
+
static ɵfac = function PageSpinnerComponent_Factory(t) { return new (t || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1.Router)); };
|
|
3103
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageSpinnerComponent, selectors: [["anatoly-pagespinner"]], inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, decls: 1, vars: 1, consts: [["id", "http-loader", 4, "ngIf"], ["id", "http-loader"], [1, "loader-bg"], ["class", "sk-line-material", 3, "colored", 4, "ngIf"], [1, "sk-line-material"], [1, "sk-child", "sk-bounce1"]], template: function PageSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3104
|
+
i0.ɵɵtemplate(0, PageSpinnerComponent_div_0_Template, 3, 1, "div", 0);
|
|
3105
|
+
} if (rf & 2) {
|
|
3106
|
+
i0.ɵɵproperty("ngIf", ctx.isSpinnerVisible);
|
|
3107
|
+
} }, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
2923
3108
|
}
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
3109
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageSpinnerComponent, [{
|
|
3110
|
+
type: Component,
|
|
3111
|
+
args: [{ selector: 'anatoly-pagespinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
3112
|
+
}], function () { return [{ type: i1.Router }]; }, { backgroundColor: [{
|
|
3113
|
+
type: Input
|
|
3114
|
+
}], spinner: [{
|
|
3115
|
+
type: Input
|
|
3116
|
+
}] }); })();
|
|
2932
3117
|
|
|
2933
3118
|
/*
|
|
2934
3119
|
<file>
|
|
@@ -2957,17 +3142,22 @@ class Copy2ClipboardComponent {
|
|
|
2957
3142
|
}, 1000);
|
|
2958
3143
|
Utils.copyToClipBoard(event, this.text);
|
|
2959
3144
|
}
|
|
2960
|
-
static ɵfac =
|
|
2961
|
-
static ɵcmp = i0.ɵɵ
|
|
3145
|
+
static ɵfac = function Copy2ClipboardComponent_Factory(t) { return new (t || Copy2ClipboardComponent)(); };
|
|
3146
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Copy2ClipboardComponent, selectors: [["anatoly-copy-2-clipboard"]], inputs: { tooltip: "tooltip", text: "text" }, decls: 2, vars: 0, consts: [[1, "btn", "btn-primary", "btn-sm", "active", 3, "click"], ["size", "lg", "icon", "copy"]], template: function Copy2ClipboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3147
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
3148
|
+
i0.ɵɵlistener("click", function Copy2ClipboardComponent_Template_a_click_0_listener($event) { return ctx.onCopy2Clipboard($event); });
|
|
3149
|
+
i0.ɵɵelement(1, "fa-icon", 1);
|
|
3150
|
+
i0.ɵɵelementEnd();
|
|
3151
|
+
} }, dependencies: [i1$6.FaIconComponent], encapsulation: 2 });
|
|
2962
3152
|
}
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
3153
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
|
|
3154
|
+
type: Component,
|
|
3155
|
+
args: [{ selector: 'anatoly-copy-2-clipboard', template: "<a class=\"btn btn-primary btn-sm active\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\"></fa-icon>\r\n</a>" }]
|
|
3156
|
+
}], null, { tooltip: [{
|
|
3157
|
+
type: Input
|
|
3158
|
+
}], text: [{
|
|
3159
|
+
type: Input
|
|
3160
|
+
}] }); })();
|
|
2971
3161
|
|
|
2972
3162
|
/*
|
|
2973
3163
|
<file>
|
|
@@ -2985,17 +3175,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
2985
3175
|
</file>
|
|
2986
3176
|
*/
|
|
2987
3177
|
//Node
|
|
3178
|
+
const _c0$9 = [[["mex-card-header"]], [["mex-card-body"]], "*", [["mex-card-footer"]]];
|
|
3179
|
+
const _c1 = ["mex-card-header", "mex-card-body", "*", "mex-card-footer"];
|
|
2988
3180
|
class CardComponent {
|
|
2989
3181
|
classes;
|
|
2990
|
-
static ɵfac =
|
|
2991
|
-
static ɵcmp = i0.ɵɵ
|
|
3182
|
+
static ɵfac = function CardComponent_Factory(t) { return new (t || CardComponent)(); };
|
|
3183
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], inputs: { classes: "classes" }, ngContentSelectors: _c1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3184
|
+
i0.ɵɵprojectionDef(_c0$9);
|
|
3185
|
+
i0.ɵɵelementStart(0, "div");
|
|
3186
|
+
i0.ɵɵprojection(1);
|
|
3187
|
+
i0.ɵɵprojection(2, 1);
|
|
3188
|
+
i0.ɵɵprojection(3, 2);
|
|
3189
|
+
i0.ɵɵprojection(4, 3);
|
|
3190
|
+
i0.ɵɵelementEnd();
|
|
3191
|
+
} if (rf & 2) {
|
|
3192
|
+
i0.ɵɵclassMapInterpolate1("card ", ctx.classes, "");
|
|
3193
|
+
} }, encapsulation: 2 });
|
|
2992
3194
|
}
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
3195
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardComponent, [{
|
|
3196
|
+
type: Component,
|
|
3197
|
+
args: [{ selector: 'anatoly-card', template: "<div class='card {{ classes }}'>\r\n <ng-content select='mex-card-header'></ng-content>\r\n <ng-content select='mex-card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='mex-card-footer'></ng-content>\r\n</div>\r\n" }]
|
|
3198
|
+
}], null, { classes: [{
|
|
3199
|
+
type: Input
|
|
3200
|
+
}] }); })();
|
|
2999
3201
|
|
|
3000
3202
|
/*
|
|
3001
3203
|
<file>
|
|
@@ -3013,20 +3215,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
3013
3215
|
</file>
|
|
3014
3216
|
*/
|
|
3015
3217
|
//Node
|
|
3218
|
+
function CardHeaderComponent_h3_1_Template(rf, ctx) { if (rf & 1) {
|
|
3219
|
+
i0.ɵɵelementStart(0, "h3", 1);
|
|
3220
|
+
i0.ɵɵtext(1);
|
|
3221
|
+
i0.ɵɵelementEnd();
|
|
3222
|
+
} if (rf & 2) {
|
|
3223
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
3224
|
+
i0.ɵɵadvance(1);
|
|
3225
|
+
i0.ɵɵtextInterpolate(ctx_r0.title);
|
|
3226
|
+
} }
|
|
3227
|
+
const _c0$8 = ["*"];
|
|
3016
3228
|
class CardHeaderComponent {
|
|
3017
3229
|
classes;
|
|
3018
3230
|
title;
|
|
3019
|
-
static ɵfac =
|
|
3020
|
-
static ɵcmp = i0.ɵɵ
|
|
3231
|
+
static ɵfac = function CardHeaderComponent_Factory(t) { return new (t || CardHeaderComponent)(); };
|
|
3232
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], inputs: { classes: "classes", title: "title" }, ngContentSelectors: _c0$8, decls: 3, vars: 4, consts: [["class", "card-title", 4, "ngIf"], [1, "card-title"]], template: function CardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3233
|
+
i0.ɵɵprojectionDef();
|
|
3234
|
+
i0.ɵɵelementStart(0, "div");
|
|
3235
|
+
i0.ɵɵtemplate(1, CardHeaderComponent_h3_1_Template, 2, 1, "h3", 0);
|
|
3236
|
+
i0.ɵɵprojection(2);
|
|
3237
|
+
i0.ɵɵelementEnd();
|
|
3238
|
+
} if (rf & 2) {
|
|
3239
|
+
i0.ɵɵclassMapInterpolate1("card-header ", ctx.classes, "");
|
|
3240
|
+
i0.ɵɵadvance(1);
|
|
3241
|
+
i0.ɵɵproperty("ngIf", ctx.title);
|
|
3242
|
+
} }, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
3021
3243
|
}
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3244
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardHeaderComponent, [{
|
|
3245
|
+
type: Component,
|
|
3246
|
+
args: [{ selector: 'anatoly-card-header', template: "<div class='card-header {{ classes }}'>\r\n <h3 *ngIf='title' class='card-title'>{{ title }}</h3>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
3247
|
+
}], null, { classes: [{
|
|
3248
|
+
type: Input
|
|
3249
|
+
}], title: [{
|
|
3250
|
+
type: Input
|
|
3251
|
+
}] }); })();
|
|
3030
3252
|
|
|
3031
3253
|
/*
|
|
3032
3254
|
<file>
|
|
@@ -3044,17 +3266,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
3044
3266
|
</file>
|
|
3045
3267
|
*/
|
|
3046
3268
|
//Node
|
|
3269
|
+
const _c0$7 = ["*"];
|
|
3047
3270
|
class CardBodyComponent {
|
|
3048
3271
|
classes;
|
|
3049
|
-
static ɵfac =
|
|
3050
|
-
static ɵcmp = i0.ɵɵ
|
|
3272
|
+
static ɵfac = function CardBodyComponent_Factory(t) { return new (t || CardBodyComponent)(); };
|
|
3273
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], inputs: { classes: "classes" }, ngContentSelectors: _c0$7, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3274
|
+
i0.ɵɵprojectionDef();
|
|
3275
|
+
i0.ɵɵelementStart(0, "div");
|
|
3276
|
+
i0.ɵɵprojection(1);
|
|
3277
|
+
i0.ɵɵelementEnd();
|
|
3278
|
+
} if (rf & 2) {
|
|
3279
|
+
i0.ɵɵclassMapInterpolate1("card-body ", ctx.classes, "");
|
|
3280
|
+
} }, encapsulation: 2 });
|
|
3051
3281
|
}
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3282
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardBodyComponent, [{
|
|
3283
|
+
type: Component,
|
|
3284
|
+
args: [{ selector: 'anatoly-card-body', template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
3285
|
+
}], null, { classes: [{
|
|
3286
|
+
type: Input
|
|
3287
|
+
}] }); })();
|
|
3058
3288
|
|
|
3059
3289
|
/*
|
|
3060
3290
|
<file>
|
|
@@ -3072,17 +3302,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
3072
3302
|
</file>
|
|
3073
3303
|
*/
|
|
3074
3304
|
//Node
|
|
3305
|
+
const _c0$6 = ["*"];
|
|
3075
3306
|
class CardFooterComponent {
|
|
3076
3307
|
classes;
|
|
3077
|
-
static ɵfac =
|
|
3078
|
-
static ɵcmp = i0.ɵɵ
|
|
3308
|
+
static ɵfac = function CardFooterComponent_Factory(t) { return new (t || CardFooterComponent)(); };
|
|
3309
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], inputs: { classes: "classes" }, ngContentSelectors: _c0$6, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3310
|
+
i0.ɵɵprojectionDef();
|
|
3311
|
+
i0.ɵɵelementStart(0, "div");
|
|
3312
|
+
i0.ɵɵprojection(1);
|
|
3313
|
+
i0.ɵɵelementEnd();
|
|
3314
|
+
} if (rf & 2) {
|
|
3315
|
+
i0.ɵɵclassMapInterpolate1("card-footer ", ctx.classes, "");
|
|
3316
|
+
} }, encapsulation: 2 });
|
|
3079
3317
|
}
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3318
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardFooterComponent, [{
|
|
3319
|
+
type: Component,
|
|
3320
|
+
args: [{ selector: 'anatoly-card-footer', template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
3321
|
+
}], null, { classes: [{
|
|
3322
|
+
type: Input
|
|
3323
|
+
}] }); })();
|
|
3086
3324
|
|
|
3087
3325
|
/*
|
|
3088
3326
|
<file>
|
|
@@ -3217,15 +3455,15 @@ class BaseComponent {
|
|
|
3217
3455
|
this.dataLoaded = true;
|
|
3218
3456
|
this.dataFound = found;
|
|
3219
3457
|
}
|
|
3220
|
-
static ɵfac =
|
|
3221
|
-
static ɵcmp = i0.ɵɵ
|
|
3458
|
+
static ɵfac = function BaseComponent_Factory(t) { return new (t || BaseComponent)(); };
|
|
3459
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseComponent, selectors: [["ng-component"]], decls: 0, vars: 0, template: function BaseComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3222
3460
|
}
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3461
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseComponent, [{
|
|
3462
|
+
type: Component,
|
|
3463
|
+
args: [{
|
|
3464
|
+
template: ''
|
|
3465
|
+
}]
|
|
3466
|
+
}], null, null); })();
|
|
3229
3467
|
|
|
3230
3468
|
/*
|
|
3231
3469
|
<file>
|
|
@@ -3342,19 +3580,19 @@ class BaseEditComponent extends BaseComponent {
|
|
|
3342
3580
|
get fc() {
|
|
3343
3581
|
return this.formGroup.controls;
|
|
3344
3582
|
}
|
|
3345
|
-
static ɵfac =
|
|
3346
|
-
static ɵcmp = i0.ɵɵ
|
|
3583
|
+
static ɵfac = function BaseEditComponent_Factory(t) { return new (t || BaseEditComponent)(); };
|
|
3584
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseEditComponent, selectors: [["ng-component"]], inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseEditComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3347
3585
|
}
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3586
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseEditComponent, [{
|
|
3587
|
+
type: Component,
|
|
3588
|
+
args: [{
|
|
3589
|
+
template: ''
|
|
3590
|
+
}]
|
|
3591
|
+
}], function () { return []; }, { formGroup: [{
|
|
3592
|
+
type: Input
|
|
3593
|
+
}], formSubmitted: [{
|
|
3594
|
+
type: Input
|
|
3595
|
+
}] }); })();
|
|
3358
3596
|
|
|
3359
3597
|
// Node
|
|
3360
3598
|
class BaseHtmlEditorComponent extends BaseEditComponent {
|
|
@@ -3432,19 +3670,19 @@ class BaseHtmlEditorComponent extends BaseEditComponent {
|
|
|
3432
3670
|
editor.opts.imageUploadParams.uploadParentId = uploadParentId;
|
|
3433
3671
|
});
|
|
3434
3672
|
}
|
|
3435
|
-
static ɵfac =
|
|
3436
|
-
static ɵcmp = i0.ɵɵ
|
|
3673
|
+
static ɵfac = function BaseHtmlEditorComponent_Factory(t) { return new (t || BaseHtmlEditorComponent)(); };
|
|
3674
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseHtmlEditorComponent, selectors: [["ng-component"]], inputs: { editorLabelText: "editorLabelText", editorOptions: "editorOptions" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseHtmlEditorComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3437
3675
|
}
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3676
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseHtmlEditorComponent, [{
|
|
3677
|
+
type: Component,
|
|
3678
|
+
args: [{
|
|
3679
|
+
template: "",
|
|
3680
|
+
}]
|
|
3681
|
+
}], function () { return []; }, { editorLabelText: [{
|
|
3682
|
+
type: Input
|
|
3683
|
+
}], editorOptions: [{
|
|
3684
|
+
type: Input
|
|
3685
|
+
}] }); })();
|
|
3448
3686
|
|
|
3449
3687
|
/*
|
|
3450
3688
|
<file>
|
|
@@ -3473,15 +3711,15 @@ class NativeElementDirective {
|
|
|
3473
3711
|
// sets the localization key to the control
|
|
3474
3712
|
this.control.control.nativeElement = this.el.nativeElement;
|
|
3475
3713
|
}
|
|
3476
|
-
static ɵfac =
|
|
3477
|
-
static ɵdir = i0.ɵɵ
|
|
3714
|
+
static ɵfac = function NativeElementDirective_Factory(t) { return new (t || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i2.NgControl)); };
|
|
3715
|
+
static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]] });
|
|
3478
3716
|
}
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3717
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeElementDirective, [{
|
|
3718
|
+
type: Directive,
|
|
3719
|
+
args: [{
|
|
3720
|
+
selector: '[formControl], [formControlName]'
|
|
3721
|
+
}]
|
|
3722
|
+
}], function () { return [{ type: i0.ElementRef }, { type: i2.NgControl }]; }, null); })();
|
|
3485
3723
|
|
|
3486
3724
|
/*
|
|
3487
3725
|
<file>
|
|
@@ -3594,15 +3832,15 @@ class ValidationSummaryComponent extends BaseEditComponent {
|
|
|
3594
3832
|
}
|
|
3595
3833
|
return title;
|
|
3596
3834
|
}
|
|
3597
|
-
static ɵfac =
|
|
3598
|
-
static ɵcmp = i0.ɵɵ
|
|
3835
|
+
static ɵfac = function ValidationSummaryComponent_Factory(t) { return new (t || ValidationSummaryComponent)(); };
|
|
3836
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ValidationSummaryComponent, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ValidationSummaryComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3599
3837
|
}
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3838
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidationSummaryComponent, [{
|
|
3839
|
+
type: Component,
|
|
3840
|
+
args: [{
|
|
3841
|
+
template: "",
|
|
3842
|
+
}]
|
|
3843
|
+
}], function () { return []; }, null); })();
|
|
3606
3844
|
|
|
3607
3845
|
/*
|
|
3608
3846
|
<file>
|
|
@@ -3620,23 +3858,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
3620
3858
|
</file>
|
|
3621
3859
|
*/
|
|
3622
3860
|
// Node
|
|
3861
|
+
function ItemValidationSummaryComponent_ul_0_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
3862
|
+
i0.ɵɵelementStart(0, "li")(1, "span", 3);
|
|
3863
|
+
i0.ɵɵtext(2);
|
|
3864
|
+
i0.ɵɵelementEnd()();
|
|
3865
|
+
} if (rf & 2) {
|
|
3866
|
+
const error_r2 = ctx.$implicit;
|
|
3867
|
+
i0.ɵɵadvance(2);
|
|
3868
|
+
i0.ɵɵtextInterpolate(error_r2);
|
|
3869
|
+
} }
|
|
3870
|
+
function ItemValidationSummaryComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
|
|
3871
|
+
i0.ɵɵelementStart(0, "ul", 1);
|
|
3872
|
+
i0.ɵɵtemplate(1, ItemValidationSummaryComponent_ul_0_li_1_Template, 3, 1, "li", 2);
|
|
3873
|
+
i0.ɵɵelementEnd();
|
|
3874
|
+
} if (rf & 2) {
|
|
3875
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
3876
|
+
i0.ɵɵadvance(1);
|
|
3877
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.get(ctx_r0.controlName), ctx_r0.controlTitle));
|
|
3878
|
+
} }
|
|
3623
3879
|
class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3624
3880
|
controlName;
|
|
3625
3881
|
controlTitle;
|
|
3626
3882
|
constructor() {
|
|
3627
3883
|
super();
|
|
3628
3884
|
}
|
|
3629
|
-
static ɵfac =
|
|
3630
|
-
static ɵcmp = i0.ɵɵ
|
|
3885
|
+
static ɵfac = function ItemValidationSummaryComponent_Factory(t) { return new (t || ItemValidationSummaryComponent)(); };
|
|
3886
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemValidationSummaryComponent, selectors: [["anatoly-item-validation-summary"]], inputs: { controlName: "controlName", controlTitle: "controlTitle" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "list-unstyled", 4, "ngIf"], [1, "list-unstyled"], [4, "ngFor", "ngForOf"], [1, "help-block"]], template: function ItemValidationSummaryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3887
|
+
i0.ɵɵtemplate(0, ItemValidationSummaryComponent_ul_0_Template, 2, 1, "ul", 0);
|
|
3888
|
+
} if (rf & 2) {
|
|
3889
|
+
i0.ɵɵproperty("ngIf", ctx.isControlInvalid(ctx.controlName));
|
|
3890
|
+
} }, dependencies: [i1$5.NgForOf, i1$5.NgIf], encapsulation: 2 });
|
|
3631
3891
|
}
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3892
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
|
|
3893
|
+
type: Component,
|
|
3894
|
+
args: [{ selector: "anatoly-item-validation-summary", template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.get(controlName), controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
|
|
3895
|
+
}], function () { return []; }, { controlName: [{
|
|
3896
|
+
type: Input
|
|
3897
|
+
}], controlTitle: [{
|
|
3898
|
+
type: Input
|
|
3899
|
+
}] }); })();
|
|
3640
3900
|
|
|
3641
3901
|
/*
|
|
3642
3902
|
<file>
|
|
@@ -3654,6 +3914,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
3654
3914
|
</file>
|
|
3655
3915
|
*/
|
|
3656
3916
|
//Node
|
|
3917
|
+
const _c0$5 = function (a0) { return { "has-error": a0 }; };
|
|
3657
3918
|
class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
3658
3919
|
editorFormKey = "html";
|
|
3659
3920
|
constructor() {
|
|
@@ -3664,15 +3925,32 @@ class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
3664
3925
|
that.setFormValue(name, value);
|
|
3665
3926
|
});
|
|
3666
3927
|
}
|
|
3667
|
-
static ɵfac =
|
|
3668
|
-
static ɵcmp = i0.ɵɵ
|
|
3928
|
+
static ɵfac = function FormsHtmlEditorComponent_Factory(t) { return new (t || FormsHtmlEditorComponent)(); };
|
|
3929
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormsHtmlEditorComponent, selectors: [["anatoly-forms-html-editor"]], inputs: { editorFormKey: "editorFormKey" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 11, consts: [[1, "form-group", 3, "formGroup", "ngClass"], [1, "col-form-label"], [3, "formControlName", "froalaEditor", "froalaInit"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function FormsHtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3930
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
|
|
3931
|
+
i0.ɵɵtext(2);
|
|
3932
|
+
i0.ɵɵelementEnd();
|
|
3933
|
+
i0.ɵɵelementStart(3, "textarea", 2);
|
|
3934
|
+
i0.ɵɵlistener("froalaInit", function FormsHtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
|
|
3935
|
+
i0.ɵɵelementEnd();
|
|
3936
|
+
i0.ɵɵelement(4, "anatoly-item-validation-summary", 3);
|
|
3937
|
+
i0.ɵɵelementEnd();
|
|
3938
|
+
} if (rf & 2) {
|
|
3939
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(9, _c0$5, ctx.isControlInvalid(ctx.editorFormKey)));
|
|
3940
|
+
i0.ɵɵadvance(2);
|
|
3941
|
+
i0.ɵɵtextInterpolate(ctx.editorLabelText);
|
|
3942
|
+
i0.ɵɵadvance(1);
|
|
3943
|
+
i0.ɵɵproperty("formControlName", ctx.editorFormKey)("froalaEditor", ctx.options);
|
|
3944
|
+
i0.ɵɵadvance(1);
|
|
3945
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.editorFormKey)("controlTitle", ctx.editorLabelText);
|
|
3946
|
+
} }, dependencies: [i1$5.NgClass, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i3.FroalaEditorDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
3669
3947
|
}
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3948
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormsHtmlEditorComponent, [{
|
|
3949
|
+
type: Component,
|
|
3950
|
+
args: [{ selector: "anatoly-forms-html-editor", template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n" }]
|
|
3951
|
+
}], function () { return []; }, { editorFormKey: [{
|
|
3952
|
+
type: Input
|
|
3953
|
+
}] }); })();
|
|
3676
3954
|
|
|
3677
3955
|
/*
|
|
3678
3956
|
<file>
|
|
@@ -3710,13 +3988,25 @@ class HtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
3710
3988
|
}
|
|
3711
3989
|
return editor.html.get(false);
|
|
3712
3990
|
}
|
|
3713
|
-
static ɵfac =
|
|
3714
|
-
static ɵcmp = i0.ɵɵ
|
|
3991
|
+
static ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); };
|
|
3992
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponent, selectors: [["anatoly-html-editor"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 2, consts: [[1, "form-group"], [1, "col-form-label"], [3, "froalaEditor", "froalaInit"]], template: function HtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3993
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
|
|
3994
|
+
i0.ɵɵtext(2);
|
|
3995
|
+
i0.ɵɵelementEnd();
|
|
3996
|
+
i0.ɵɵelementStart(3, "textarea", 2);
|
|
3997
|
+
i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
|
|
3998
|
+
i0.ɵɵelementEnd()();
|
|
3999
|
+
} if (rf & 2) {
|
|
4000
|
+
i0.ɵɵadvance(2);
|
|
4001
|
+
i0.ɵɵtextInterpolate(ctx.editorLabelText);
|
|
4002
|
+
i0.ɵɵadvance(1);
|
|
4003
|
+
i0.ɵɵproperty("froalaEditor", ctx.options);
|
|
4004
|
+
} }, dependencies: [i3.FroalaEditorDirective], encapsulation: 2 });
|
|
3715
4005
|
}
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
4006
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
|
|
4007
|
+
type: Component,
|
|
4008
|
+
args: [{ selector: "anatoly-html-editor", template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n" }]
|
|
4009
|
+
}], function () { return []; }, null); })();
|
|
3720
4010
|
|
|
3721
4011
|
/*
|
|
3722
4012
|
<file>
|
|
@@ -3765,21 +4055,21 @@ class BaseDialog extends BaseEditComponent {
|
|
|
3765
4055
|
this.isOpen = false;
|
|
3766
4056
|
this.closed.emit(-1);
|
|
3767
4057
|
}
|
|
3768
|
-
static ɵfac =
|
|
3769
|
-
static ɵcmp = i0.ɵɵ
|
|
4058
|
+
static ɵfac = function BaseDialog_Factory(t) { return new (t || BaseDialog)(); };
|
|
4059
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseDialog, selectors: [["ng-component"]], inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseDialog_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3770
4060
|
}
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
4061
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseDialog, [{
|
|
4062
|
+
type: Component,
|
|
4063
|
+
args: [{
|
|
4064
|
+
template: ''
|
|
4065
|
+
}]
|
|
4066
|
+
}], function () { return []; }, { isOpen: [{
|
|
4067
|
+
type: Input
|
|
4068
|
+
}], opened: [{
|
|
4069
|
+
type: Output
|
|
4070
|
+
}], closed: [{
|
|
4071
|
+
type: Output
|
|
4072
|
+
}] }); })();
|
|
3783
4073
|
|
|
3784
4074
|
/*
|
|
3785
4075
|
<file>
|
|
@@ -3834,17 +4124,17 @@ class BaseList extends BaseComponent {
|
|
|
3834
4124
|
this.currentPage = (this.skipItems / this.pageSize) + 1;
|
|
3835
4125
|
this.loadPage();
|
|
3836
4126
|
}
|
|
3837
|
-
static ɵfac =
|
|
3838
|
-
static ɵcmp = i0.ɵɵ
|
|
4127
|
+
static ɵfac = /*@__PURE__*/ function () { let ɵBaseList_BaseFactory; return function BaseList_Factory(t) { return (ɵBaseList_BaseFactory || (ɵBaseList_BaseFactory = i0.ɵɵgetInheritedFactory(BaseList)))(t || BaseList); }; }();
|
|
4128
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseList, selectors: [["ng-component"]], inputs: { showNoDataIfNoDataFound: "showNoDataIfNoDataFound" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseList_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3839
4129
|
}
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
4130
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseList, [{
|
|
4131
|
+
type: Component,
|
|
4132
|
+
args: [{
|
|
4133
|
+
template: ''
|
|
4134
|
+
}]
|
|
4135
|
+
}], null, { showNoDataIfNoDataFound: [{
|
|
4136
|
+
type: Input
|
|
4137
|
+
}] }); })();
|
|
3848
4138
|
|
|
3849
4139
|
/*
|
|
3850
4140
|
<file>
|
|
@@ -3863,15 +4153,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
3863
4153
|
*/
|
|
3864
4154
|
//Node
|
|
3865
4155
|
class BasePage extends BaseComponent {
|
|
3866
|
-
static ɵfac =
|
|
3867
|
-
static ɵcmp = i0.ɵɵ
|
|
4156
|
+
static ɵfac = /*@__PURE__*/ function () { let ɵBasePage_BaseFactory; return function BasePage_Factory(t) { return (ɵBasePage_BaseFactory || (ɵBasePage_BaseFactory = i0.ɵɵgetInheritedFactory(BasePage)))(t || BasePage); }; }();
|
|
4157
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BasePage, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BasePage_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3868
4158
|
}
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
4159
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePage, [{
|
|
4160
|
+
type: Component,
|
|
4161
|
+
args: [{
|
|
4162
|
+
template: ''
|
|
4163
|
+
}]
|
|
4164
|
+
}], null, null); })();
|
|
3875
4165
|
|
|
3876
4166
|
/*
|
|
3877
4167
|
<file>
|
|
@@ -3925,15 +4215,15 @@ class BasePagedPage extends BasePage {
|
|
|
3925
4215
|
this.currentPage = (this.skipItems / this.pageSize) + 1;
|
|
3926
4216
|
this.loadPage();
|
|
3927
4217
|
}
|
|
3928
|
-
static ɵfac =
|
|
3929
|
-
static ɵcmp = i0.ɵɵ
|
|
4218
|
+
static ɵfac = /*@__PURE__*/ function () { let ɵBasePagedPage_BaseFactory; return function BasePagedPage_Factory(t) { return (ɵBasePagedPage_BaseFactory || (ɵBasePagedPage_BaseFactory = i0.ɵɵgetInheritedFactory(BasePagedPage)))(t || BasePagedPage); }; }();
|
|
4219
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BasePagedPage, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BasePagedPage_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3930
4220
|
}
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
4221
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePagedPage, [{
|
|
4222
|
+
type: Component,
|
|
4223
|
+
args: [{
|
|
4224
|
+
template: ''
|
|
4225
|
+
}]
|
|
4226
|
+
}], null, null); })();
|
|
3937
4227
|
|
|
3938
4228
|
/*
|
|
3939
4229
|
<file>
|
|
@@ -3967,6 +4257,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
3967
4257
|
</file>
|
|
3968
4258
|
*/
|
|
3969
4259
|
// Node
|
|
4260
|
+
function FormValidationSummaryComponent_div_0_li_4_Template(rf, ctx) { if (rf & 1) {
|
|
4261
|
+
i0.ɵɵelementStart(0, "li")(1, "span");
|
|
4262
|
+
i0.ɵɵtext(2);
|
|
4263
|
+
i0.ɵɵelementEnd()();
|
|
4264
|
+
} if (rf & 2) {
|
|
4265
|
+
const error_r2 = ctx.$implicit;
|
|
4266
|
+
i0.ɵɵadvance(2);
|
|
4267
|
+
i0.ɵɵtextInterpolate(error_r2);
|
|
4268
|
+
} }
|
|
4269
|
+
function FormValidationSummaryComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
4270
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "h6", 2);
|
|
4271
|
+
i0.ɵɵtext(2, "There are problems with the form");
|
|
4272
|
+
i0.ɵɵelementEnd();
|
|
4273
|
+
i0.ɵɵelementStart(3, "ul");
|
|
4274
|
+
i0.ɵɵtemplate(4, FormValidationSummaryComponent_div_0_li_4_Template, 3, 1, "li", 3);
|
|
4275
|
+
i0.ɵɵelementEnd()();
|
|
4276
|
+
} if (rf & 2) {
|
|
4277
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4278
|
+
i0.ɵɵadvance(4);
|
|
4279
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.getErrors());
|
|
4280
|
+
} }
|
|
3970
4281
|
class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3971
4282
|
visible = false;
|
|
3972
4283
|
customerrors = [];
|
|
@@ -3996,19 +4307,23 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
3996
4307
|
}
|
|
3997
4308
|
return messages;
|
|
3998
4309
|
}
|
|
3999
|
-
static ɵfac =
|
|
4000
|
-
static ɵcmp = i0.ɵɵ
|
|
4310
|
+
static ɵfac = function FormValidationSummaryComponent_Factory(t) { return new (t || FormValidationSummaryComponent)(); };
|
|
4311
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormValidationSummaryComponent, selectors: [["anatoly-form-validation-summary"]], inputs: { visible: "visible", customerrors: "customerrors", viewtype: "viewtype" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "callout callout-danger", 4, "ngIf"], [1, "callout", "callout-danger"], [1, "box-title"], [4, "ngFor", "ngForOf"]], template: function FormValidationSummaryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4312
|
+
i0.ɵɵtemplate(0, FormValidationSummaryComponent_div_0_Template, 5, 1, "div", 0);
|
|
4313
|
+
} if (rf & 2) {
|
|
4314
|
+
i0.ɵɵproperty("ngIf", ctx.visible);
|
|
4315
|
+
} }, dependencies: [i1$5.NgForOf, i1$5.NgIf], encapsulation: 2 });
|
|
4001
4316
|
}
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4317
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidationSummaryComponent, [{
|
|
4318
|
+
type: Component,
|
|
4319
|
+
args: [{ selector: "anatoly-form-validation-summary", template: "<div class=\"callout callout-danger\" *ngIf=\"visible\">\r\n <h6 class=\"box-title\">There are problems with the form</h6>\r\n <ul>\r\n <li *ngFor=\"let error of getErrors()\"><span>{{error}}</span></li>\r\n </ul>\r\n</div>\r\n\r\n" }]
|
|
4320
|
+
}], function () { return []; }, { visible: [{
|
|
4321
|
+
type: Input
|
|
4322
|
+
}], customerrors: [{
|
|
4323
|
+
type: Input
|
|
4324
|
+
}], viewtype: [{
|
|
4325
|
+
type: Input
|
|
4326
|
+
}] }); })();
|
|
4012
4327
|
|
|
4013
4328
|
/*
|
|
4014
4329
|
<file>
|
|
@@ -4026,6 +4341,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
4026
4341
|
</file>
|
|
4027
4342
|
*/
|
|
4028
4343
|
//Node
|
|
4344
|
+
function ContactUsForm_option_12_Template(rf, ctx) { if (rf & 1) {
|
|
4345
|
+
i0.ɵɵelementStart(0, "option", 28);
|
|
4346
|
+
i0.ɵɵtext(1);
|
|
4347
|
+
i0.ɵɵelementEnd();
|
|
4348
|
+
} if (rf & 2) {
|
|
4349
|
+
const topic_r3 = ctx.$implicit;
|
|
4350
|
+
i0.ɵɵproperty("value", topic_r3.value);
|
|
4351
|
+
i0.ɵɵadvance(1);
|
|
4352
|
+
i0.ɵɵtextInterpolate1("", topic_r3.value, " ");
|
|
4353
|
+
} }
|
|
4354
|
+
function ContactUsForm_p_23_Template(rf, ctx) { if (rf & 1) {
|
|
4355
|
+
i0.ɵɵelementStart(0, "p");
|
|
4356
|
+
i0.ɵɵtext(1, "Please indicate the email used for your MailEx login if you already have an account");
|
|
4357
|
+
i0.ɵɵelementEnd();
|
|
4358
|
+
} }
|
|
4359
|
+
function ContactUsForm_button_38_Template(rf, ctx) { if (rf & 1) {
|
|
4360
|
+
i0.ɵɵelementStart(0, "button", 29);
|
|
4361
|
+
i0.ɵɵtext(1, " Submit ");
|
|
4362
|
+
i0.ɵɵelementEnd();
|
|
4363
|
+
} if (rf & 2) {
|
|
4364
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
|
4365
|
+
i0.ɵɵclassProp("btn-primary", !ctx_r2.formGroup.invalid);
|
|
4366
|
+
} }
|
|
4367
|
+
const _c0$4 = function (a0) { return { "has-error": a0 }; };
|
|
4029
4368
|
class ContactUsForm extends BaseEditComponent {
|
|
4030
4369
|
reCaptcha;
|
|
4031
4370
|
fb;
|
|
@@ -4109,17 +4448,88 @@ class ContactUsForm extends BaseEditComponent {
|
|
|
4109
4448
|
onTopicChange(event) {
|
|
4110
4449
|
this.selectedTopic = event.target.value;
|
|
4111
4450
|
}
|
|
4112
|
-
static ɵfac =
|
|
4113
|
-
static ɵcmp = i0.ɵɵ
|
|
4451
|
+
static ɵfac = function ContactUsForm_Factory(t) { return new (t || ContactUsForm)(i0.ɵɵdirectiveInject(i1$8.ReCaptchaV3Service), i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(EmailsApiService), i0.ɵɵdirectiveInject(NotificationService)); };
|
|
4452
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsForm, selectors: [["anatoly-forms-contactus-form"]], inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 39, vars: 31, consts: [["novalidate", "", 3, "formGroup", "ngSubmit"], [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) {
|
|
4453
|
+
i0.ɵɵelementStart(0, "form", 0);
|
|
4454
|
+
i0.ɵɵlistener("ngSubmit", function ContactUsForm_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
|
|
4455
|
+
i0.ɵɵelement(1, "anatoly-form-validation-summary", 1);
|
|
4456
|
+
i0.ɵɵelementStart(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "p");
|
|
4457
|
+
i0.ɵɵtext(6, "What can we help you with?");
|
|
4458
|
+
i0.ɵɵelementEnd();
|
|
4459
|
+
i0.ɵɵelementStart(7, "div", 5)(8, "div", 6)(9, "label", 7);
|
|
4460
|
+
i0.ɵɵtext(10, "Topic *");
|
|
4461
|
+
i0.ɵɵelementEnd();
|
|
4462
|
+
i0.ɵɵelementStart(11, "select", 8);
|
|
4463
|
+
i0.ɵɵlistener("change", function ContactUsForm_Template_select_change_11_listener($event) { return ctx.onTopicChange($event); });
|
|
4464
|
+
i0.ɵɵtemplate(12, ContactUsForm_option_12_Template, 2, 2, "option", 9);
|
|
4465
|
+
i0.ɵɵelementEnd();
|
|
4466
|
+
i0.ɵɵelement(13, "anatoly-item-validation-summary", 10);
|
|
4467
|
+
i0.ɵɵelementEnd()();
|
|
4468
|
+
i0.ɵɵelementStart(14, "div", 11)(15, "label", 7);
|
|
4469
|
+
i0.ɵɵtext(16, "Name *");
|
|
4470
|
+
i0.ɵɵelementEnd();
|
|
4471
|
+
i0.ɵɵelement(17, "input", 12)(18, "anatoly-item-validation-summary", 13);
|
|
4472
|
+
i0.ɵɵelementEnd();
|
|
4473
|
+
i0.ɵɵelementStart(19, "div", 14)(20, "label", 7);
|
|
4474
|
+
i0.ɵɵtext(21, "E-mail * ");
|
|
4475
|
+
i0.ɵɵelementEnd();
|
|
4476
|
+
i0.ɵɵelement(22, "input", 15);
|
|
4477
|
+
i0.ɵɵtemplate(23, ContactUsForm_p_23_Template, 2, 0, "p", 16);
|
|
4478
|
+
i0.ɵɵelement(24, "anatoly-item-validation-summary", 17);
|
|
4479
|
+
i0.ɵɵelementEnd();
|
|
4480
|
+
i0.ɵɵelementStart(25, "div", 18)(26, "label", 7);
|
|
4481
|
+
i0.ɵɵtext(27, "Subject *");
|
|
4482
|
+
i0.ɵɵelementEnd();
|
|
4483
|
+
i0.ɵɵelement(28, "input", 19)(29, "anatoly-item-validation-summary", 20);
|
|
4484
|
+
i0.ɵɵelementEnd()();
|
|
4485
|
+
i0.ɵɵelementStart(30, "div", 21)(31, "div", 22)(32, "label", 7);
|
|
4486
|
+
i0.ɵɵtext(33, "Message *");
|
|
4487
|
+
i0.ɵɵelementEnd();
|
|
4488
|
+
i0.ɵɵelement(34, "textarea", 23)(35, "anatoly-item-validation-summary", 24);
|
|
4489
|
+
i0.ɵɵelementEnd()()();
|
|
4490
|
+
i0.ɵɵelementStart(36, "div", 25)(37, "div", 26);
|
|
4491
|
+
i0.ɵɵtemplate(38, ContactUsForm_button_38_Template, 2, 2, "button", 27);
|
|
4492
|
+
i0.ɵɵelementEnd()()()();
|
|
4493
|
+
} if (rf & 2) {
|
|
4494
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
4495
|
+
i0.ɵɵadvance(1);
|
|
4496
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("visible", ctx.formSubmitted && ctx.formGroup.invalid);
|
|
4497
|
+
i0.ɵɵadvance(6);
|
|
4498
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(21, _c0$4, ctx.isControlInvalid("topic")));
|
|
4499
|
+
i0.ɵɵadvance(5);
|
|
4500
|
+
i0.ɵɵproperty("ngForOf", ctx.topicList);
|
|
4501
|
+
i0.ɵɵadvance(1);
|
|
4502
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4503
|
+
i0.ɵɵadvance(1);
|
|
4504
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(23, _c0$4, ctx.isControlInvalid("name")));
|
|
4505
|
+
i0.ɵɵadvance(4);
|
|
4506
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4507
|
+
i0.ɵɵadvance(1);
|
|
4508
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(25, _c0$4, ctx.isControlInvalid("email")));
|
|
4509
|
+
i0.ɵɵadvance(4);
|
|
4510
|
+
i0.ɵɵproperty("ngIf", !ctx.isUserSignedIn);
|
|
4511
|
+
i0.ɵɵadvance(1);
|
|
4512
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4513
|
+
i0.ɵɵadvance(1);
|
|
4514
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c0$4, ctx.isControlInvalid("subject")));
|
|
4515
|
+
i0.ɵɵadvance(4);
|
|
4516
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4517
|
+
i0.ɵɵadvance(2);
|
|
4518
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(29, _c0$4, ctx.isControlInvalid("message")));
|
|
4519
|
+
i0.ɵɵadvance(4);
|
|
4520
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4521
|
+
i0.ɵɵadvance(3);
|
|
4522
|
+
i0.ɵɵproperty("ngIf", ctx.showActionButtons);
|
|
4523
|
+
} }, dependencies: [i1$5.NgClass, i1$5.NgForOf, i1$5.NgIf, i2.ɵNgNoValidate, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.DefaultValueAccessor, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective, FormValidationSummaryComponent, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
4114
4524
|
}
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4525
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
|
|
4526
|
+
type: Component,
|
|
4527
|
+
args: [{ selector: 'anatoly-forms-contactus-form', 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" }]
|
|
4528
|
+
}], function () { return [{ type: i1$8.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }]; }, { showActionButtons: [{
|
|
4529
|
+
type: Input
|
|
4530
|
+
}], submit: [{
|
|
4531
|
+
type: Output
|
|
4532
|
+
}] }); })();
|
|
4123
4533
|
|
|
4124
4534
|
/*
|
|
4125
4535
|
<file>
|
|
@@ -4137,6 +4547,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
4137
4547
|
</file>
|
|
4138
4548
|
*/
|
|
4139
4549
|
//Node
|
|
4550
|
+
const _c0$3 = ["contactusform"];
|
|
4551
|
+
function ContactUsDialog_kendo_dialog_0_Template(rf, ctx) { if (rf & 1) {
|
|
4552
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
4553
|
+
i0.ɵɵelementStart(0, "kendo-dialog", 1);
|
|
4554
|
+
i0.ɵɵlistener("close", function ContactUsDialog_kendo_dialog_0_Template_kendo_dialog_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onClose()); });
|
|
4555
|
+
i0.ɵɵelementStart(1, "div", 2)(2, "anatoly-forms-contactus-form", 3, 4);
|
|
4556
|
+
i0.ɵɵlistener("submit", function ContactUsDialog_kendo_dialog_0_Template_anatoly_forms_contactus_form_submit_2_listener() { i0.ɵɵrestoreView(_r3); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.onSubmit()); });
|
|
4557
|
+
i0.ɵɵelementEnd()();
|
|
4558
|
+
i0.ɵɵelementStart(4, "kendo-dialog-actions", 5)(5, "div", 6)(6, "button", 7);
|
|
4559
|
+
i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r3); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onSubmitFire()); });
|
|
4560
|
+
i0.ɵɵtext(7, "Submit");
|
|
4561
|
+
i0.ɵɵelementEnd();
|
|
4562
|
+
i0.ɵɵelementStart(8, "button", 8);
|
|
4563
|
+
i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_8_listener() { i0.ɵɵrestoreView(_r3); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.onClose()); });
|
|
4564
|
+
i0.ɵɵtext(9, "Cancel ");
|
|
4565
|
+
i0.ɵɵelementEnd()()()();
|
|
4566
|
+
} if (rf & 2) {
|
|
4567
|
+
i0.ɵɵproperty("width", 700);
|
|
4568
|
+
i0.ɵɵadvance(2);
|
|
4569
|
+
i0.ɵɵproperty("showActionButtons", false);
|
|
4570
|
+
} }
|
|
4140
4571
|
class ContactUsDialog extends BaseDialog {
|
|
4141
4572
|
contactUsForm;
|
|
4142
4573
|
constructor() {
|
|
@@ -4152,16 +4583,25 @@ class ContactUsDialog extends BaseDialog {
|
|
|
4152
4583
|
onSubmit() {
|
|
4153
4584
|
super.close();
|
|
4154
4585
|
}
|
|
4155
|
-
static ɵfac =
|
|
4156
|
-
static ɵcmp = i0.ɵɵ
|
|
4586
|
+
static ɵfac = function ContactUsDialog_Factory(t) { return new (t || ContactUsDialog)(); };
|
|
4587
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsDialog, selectors: [["anatoly-contactus-dialog"]], viewQuery: function ContactUsDialog_Query(rf, ctx) { if (rf & 1) {
|
|
4588
|
+
i0.ɵɵviewQuery(_c0$3, 5);
|
|
4589
|
+
} if (rf & 2) {
|
|
4590
|
+
let _t;
|
|
4591
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contactUsForm = _t.first);
|
|
4592
|
+
} }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["title", "Contact Us", 3, "width", "close", 4, "ngIf"], ["title", "Contact Us", 3, "width", "close"], [1, "k-content", "k-window-content", "k-dialog-content"], [3, "showActionButtons", "submit"], ["contactusform", ""], [1, "k-actions"], [1, "d-flex", "justify-content-end"], ["type", "button", 1, "btn", "btn-sm", "btn-success", 3, "click"], ["type", "button", 1, "btn", "btn-sm", "btn-danger", 3, "click"]], template: function ContactUsDialog_Template(rf, ctx) { if (rf & 1) {
|
|
4593
|
+
i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 0);
|
|
4594
|
+
} if (rf & 2) {
|
|
4595
|
+
i0.ɵɵproperty("ngIf", ctx.isOpen);
|
|
4596
|
+
} }, dependencies: [i1$5.NgIf, i2$1.DialogComponent, i2$1.DialogActionsComponent, ContactUsForm], encapsulation: 2 });
|
|
4157
4597
|
}
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4598
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
|
|
4599
|
+
type: Component,
|
|
4600
|
+
args: [{ selector: 'anatoly-contactus-dialog', template: "<kendo-dialog (close)='onClose()' *ngIf='isOpen' [width]='700' title='Contact Us'>\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <anatoly-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </anatoly-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-actions\">\r\n <div class=\"d-flex justify-content-end\">\r\n <button (click)='onSubmitFire()' class='btn btn-sm btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-sm btn-danger' type='button'>Cancel </button>\r\n </div>\r\n </kendo-dialog-actions>\r\n</kendo-dialog>" }]
|
|
4601
|
+
}], function () { return []; }, { contactUsForm: [{
|
|
4602
|
+
type: ViewChild,
|
|
4603
|
+
args: ['contactusform']
|
|
4604
|
+
}] }); })();
|
|
4165
4605
|
|
|
4166
4606
|
/*
|
|
4167
4607
|
<file>
|
|
@@ -4203,24 +4643,28 @@ class HoveringDirective {
|
|
|
4203
4643
|
onMouseLeave() {
|
|
4204
4644
|
this.hovering = false;
|
|
4205
4645
|
}
|
|
4206
|
-
static ɵfac =
|
|
4207
|
-
static ɵdir = i0.ɵɵ
|
|
4646
|
+
static ɵfac = function HoveringDirective_Factory(t) { return new (t || HoveringDirective)(); };
|
|
4647
|
+
static ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: HoveringDirective, selectors: [["", "anatoly-hover", ""]], hostVars: 2, hostBindings: function HoveringDirective_HostBindings(rf, ctx) { if (rf & 1) {
|
|
4648
|
+
i0.ɵɵlistener("mouseenter", function HoveringDirective_mouseenter_HostBindingHandler() { return ctx.onMouseEnter(); })("mouseleave", function HoveringDirective_mouseleave_HostBindingHandler() { return ctx.onMouseLeave(); });
|
|
4649
|
+
} if (rf & 2) {
|
|
4650
|
+
i0.ɵɵclassProp("hovering", ctx.hovering);
|
|
4651
|
+
} } });
|
|
4208
4652
|
}
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4653
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HoveringDirective, [{
|
|
4654
|
+
type: Directive,
|
|
4655
|
+
args: [{
|
|
4656
|
+
selector: '[anatoly-hover]'
|
|
4657
|
+
}]
|
|
4658
|
+
}], null, { hovering: [{
|
|
4659
|
+
type: HostBinding,
|
|
4660
|
+
args: ['class.hovering']
|
|
4661
|
+
}], onMouseEnter: [{
|
|
4662
|
+
type: HostListener,
|
|
4663
|
+
args: ['mouseenter']
|
|
4664
|
+
}], onMouseLeave: [{
|
|
4665
|
+
type: HostListener,
|
|
4666
|
+
args: ['mouseleave']
|
|
4667
|
+
}] }); })();
|
|
4224
4668
|
|
|
4225
4669
|
/*
|
|
4226
4670
|
<file>
|
|
@@ -4254,6 +4698,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
4254
4698
|
</file>
|
|
4255
4699
|
*/
|
|
4256
4700
|
//Node
|
|
4701
|
+
function AddressComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
|
|
4702
|
+
i0.ɵɵelement(0, "anatoly-card-header", 18);
|
|
4703
|
+
} if (rf & 2) {
|
|
4704
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4705
|
+
i0.ɵɵproperty("title", ctx_r0.title);
|
|
4706
|
+
} }
|
|
4707
|
+
function AddressComponent_div_17_option_4_Template(rf, ctx) { if (rf & 1) {
|
|
4708
|
+
i0.ɵɵelementStart(0, "option", 21);
|
|
4709
|
+
i0.ɵɵtext(1);
|
|
4710
|
+
i0.ɵɵelementEnd();
|
|
4711
|
+
} if (rf & 2) {
|
|
4712
|
+
const state_r4 = ctx.$implicit;
|
|
4713
|
+
i0.ɵɵproperty("value", state_r4.code);
|
|
4714
|
+
i0.ɵɵadvance(1);
|
|
4715
|
+
i0.ɵɵtextInterpolate(state_r4.name);
|
|
4716
|
+
} }
|
|
4717
|
+
const _c0$2 = function (a0) { return { "has-error": a0 }; };
|
|
4718
|
+
function AddressComponent_div_17_Template(rf, ctx) { if (rf & 1) {
|
|
4719
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
4720
|
+
i0.ɵɵelementStart(0, "div", 9)(1, "label", 4);
|
|
4721
|
+
i0.ɵɵtext(2, "State");
|
|
4722
|
+
i0.ɵɵelementEnd();
|
|
4723
|
+
i0.ɵɵelementStart(3, "select", 19);
|
|
4724
|
+
i0.ɵɵlistener("change", function AddressComponent_div_17_Template_select_change_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onUSStateChange($event)); });
|
|
4725
|
+
i0.ɵɵtemplate(4, AddressComponent_div_17_option_4_Template, 2, 2, "option", 16);
|
|
4726
|
+
i0.ɵɵelementEnd();
|
|
4727
|
+
i0.ɵɵelement(5, "anatoly-item-validation-summary", 20);
|
|
4728
|
+
i0.ɵɵelementEnd();
|
|
4729
|
+
} if (rf & 2) {
|
|
4730
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
4731
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$2, ctx_r1.isControlInvalid("address_stateOrRegion")));
|
|
4732
|
+
i0.ɵɵadvance(4);
|
|
4733
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.usStateData);
|
|
4734
|
+
i0.ɵɵadvance(1);
|
|
4735
|
+
i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted);
|
|
4736
|
+
} }
|
|
4737
|
+
function AddressComponent_option_27_Template(rf, ctx) { if (rf & 1) {
|
|
4738
|
+
i0.ɵɵelementStart(0, "option", 21);
|
|
4739
|
+
i0.ɵɵtext(1);
|
|
4740
|
+
i0.ɵɵelementEnd();
|
|
4741
|
+
} if (rf & 2) {
|
|
4742
|
+
const country_r7 = ctx.$implicit;
|
|
4743
|
+
i0.ɵɵproperty("value", country_r7.code);
|
|
4744
|
+
i0.ɵɵadvance(1);
|
|
4745
|
+
i0.ɵɵtextInterpolate(country_r7.name);
|
|
4746
|
+
} }
|
|
4257
4747
|
class AddressComponent extends BaseEditComponent {
|
|
4258
4748
|
fb;
|
|
4259
4749
|
api;
|
|
@@ -4348,23 +4838,83 @@ class AddressComponent extends BaseEditComponent {
|
|
|
4348
4838
|
let usState = event.target.value;
|
|
4349
4839
|
this.change.emit(usState);
|
|
4350
4840
|
}
|
|
4351
|
-
static ɵfac =
|
|
4352
|
-
static ɵcmp = i0.ɵɵ
|
|
4841
|
+
static ɵfac = function AddressComponent_Factory(t) { return new (t || AddressComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); };
|
|
4842
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired", address: "address" }, outputs: { change: "change" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 29, vars: 29, consts: [["classes", "card-primary card-outline"], [3, "title", 4, "ngIf"], [1, "row", 3, "formGroup"], [1, "form-group", "col-12", 3, "ngClass"], [1, "col-form-label", "required"], ["type", "text", "formControlName", "address_street", "placeholder", "Street Address", 1, "form-control"], ["controlName", "address_street", "controlTitle", "Street", 3, "formGroup", "formSubmitted"], ["type", "text", "formControlName", "address_street2", "placeholder", "Apartment, suite, unit, building, floor, etc.", 1, "form-control"], ["controlName", "address_street2", "controlTitle", "Street2", 3, "formGroup", "formSubmitted"], [1, "form-group", "col-3", 3, "ngClass"], ["type", "text", "formControlName", "address_city", "placeholder", "City", 1, "form-control"], ["controlName", "address_city", "controlTitle", "City", 3, "formGroup", "formSubmitted"], ["class", "form-group col-3", 3, "ngClass", 4, "ngIf"], ["type", "text", "formControlName", "address_zipcode", "placeholder", "zipcode", 1, "form-control"], ["controlName", "address_zipcode", "controlTitle", "zipcode", 3, "formGroup", "formSubmitted"], ["formControlName", "address_country", "data-placeholder", "Select a Country", 1, "form-control", 3, "change"], [3, "value", 4, "ngFor", "ngForOf"], ["controlName", "address_country", "controlTitle", "Country", 3, "formGroup", "formSubmitted"], [3, "title"], ["formControlName", "address_stateOrRegion", 1, "form-control", 3, "change"], ["controlName", "address_stateOrRegion", "controlTitle", "State", 3, "formGroup", "formSubmitted"], [3, "value"]], template: function AddressComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4843
|
+
i0.ɵɵelementStart(0, "anatoly-card", 0);
|
|
4844
|
+
i0.ɵɵtemplate(1, AddressComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
|
|
4845
|
+
i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
|
|
4846
|
+
i0.ɵɵtext(6, "Street Address");
|
|
4847
|
+
i0.ɵɵelementEnd();
|
|
4848
|
+
i0.ɵɵelement(7, "input", 5)(8, "anatoly-item-validation-summary", 6);
|
|
4849
|
+
i0.ɵɵelementEnd();
|
|
4850
|
+
i0.ɵɵelementStart(9, "div", 3);
|
|
4851
|
+
i0.ɵɵelement(10, "input", 7)(11, "anatoly-item-validation-summary", 8);
|
|
4852
|
+
i0.ɵɵelementEnd();
|
|
4853
|
+
i0.ɵɵelementStart(12, "div", 9)(13, "label", 4);
|
|
4854
|
+
i0.ɵɵtext(14, "City");
|
|
4855
|
+
i0.ɵɵelementEnd();
|
|
4856
|
+
i0.ɵɵelement(15, "input", 10)(16, "anatoly-item-validation-summary", 11);
|
|
4857
|
+
i0.ɵɵelementEnd();
|
|
4858
|
+
i0.ɵɵtemplate(17, AddressComponent_div_17_Template, 6, 6, "div", 12);
|
|
4859
|
+
i0.ɵɵelementStart(18, "div", 9)(19, "label", 4);
|
|
4860
|
+
i0.ɵɵtext(20, "zipcode");
|
|
4861
|
+
i0.ɵɵelementEnd();
|
|
4862
|
+
i0.ɵɵelement(21, "input", 13)(22, "anatoly-item-validation-summary", 14);
|
|
4863
|
+
i0.ɵɵelementEnd();
|
|
4864
|
+
i0.ɵɵelementStart(23, "div", 9)(24, "label", 4);
|
|
4865
|
+
i0.ɵɵtext(25, "Country");
|
|
4866
|
+
i0.ɵɵelementEnd();
|
|
4867
|
+
i0.ɵɵelementStart(26, "select", 15);
|
|
4868
|
+
i0.ɵɵlistener("change", function AddressComponent_Template_select_change_26_listener($event) { return ctx.onCountryChange($event); });
|
|
4869
|
+
i0.ɵɵtemplate(27, AddressComponent_option_27_Template, 2, 2, "option", 16);
|
|
4870
|
+
i0.ɵɵelementEnd();
|
|
4871
|
+
i0.ɵɵelement(28, "anatoly-item-validation-summary", 17);
|
|
4872
|
+
i0.ɵɵelementEnd()()()();
|
|
4873
|
+
} if (rf & 2) {
|
|
4874
|
+
i0.ɵɵadvance(1);
|
|
4875
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
4876
|
+
i0.ɵɵadvance(2);
|
|
4877
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
4878
|
+
i0.ɵɵadvance(1);
|
|
4879
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(19, _c0$2, ctx.isControlInvalid("address_street")));
|
|
4880
|
+
i0.ɵɵadvance(4);
|
|
4881
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4882
|
+
i0.ɵɵadvance(1);
|
|
4883
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(21, _c0$2, ctx.isControlInvalid("address_street2")));
|
|
4884
|
+
i0.ɵɵadvance(2);
|
|
4885
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4886
|
+
i0.ɵɵadvance(1);
|
|
4887
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(23, _c0$2, ctx.isControlInvalid("address_city")));
|
|
4888
|
+
i0.ɵɵadvance(4);
|
|
4889
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4890
|
+
i0.ɵɵadvance(1);
|
|
4891
|
+
i0.ɵɵproperty("ngIf", ctx.formGroup.value.address_country == "US");
|
|
4892
|
+
i0.ɵɵadvance(1);
|
|
4893
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(25, _c0$2, ctx.isControlInvalid("address_zipcode")));
|
|
4894
|
+
i0.ɵɵadvance(4);
|
|
4895
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4896
|
+
i0.ɵɵadvance(1);
|
|
4897
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c0$2, ctx.isControlInvalid("address_country")));
|
|
4898
|
+
i0.ɵɵadvance(4);
|
|
4899
|
+
i0.ɵɵproperty("ngForOf", ctx.countryData);
|
|
4900
|
+
i0.ɵɵadvance(1);
|
|
4901
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4902
|
+
} }, dependencies: [i1$5.NgClass, i1$5.NgForOf, i1$5.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.DefaultValueAccessor, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
4353
4903
|
}
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
|
|
4904
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
|
|
4905
|
+
type: Component,
|
|
4906
|
+
args: [{ selector: 'anatoly-forms-address', template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div class='row' [formGroup]='formGroup'>\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label class='col-form-label required'>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label class='col-form-label required'>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label class='col-form-label required'>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label class='col-form-label required'>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label class='col-form-label required'>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
|
|
4907
|
+
}], function () { return [{ type: i2.FormBuilder }, { type: CoreApiService }]; }, { title: [{
|
|
4908
|
+
type: Input
|
|
4909
|
+
}], isTitleVisible: [{
|
|
4910
|
+
type: Input
|
|
4911
|
+
}], isRequired: [{
|
|
4912
|
+
type: Input
|
|
4913
|
+
}], address: [{
|
|
4914
|
+
type: Input
|
|
4915
|
+
}], change: [{
|
|
4916
|
+
type: Output
|
|
4917
|
+
}] }); })();
|
|
4368
4918
|
|
|
4369
4919
|
/*
|
|
4370
4920
|
<file>
|
|
@@ -4382,6 +4932,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
4382
4932
|
</file>
|
|
4383
4933
|
*/
|
|
4384
4934
|
//Node
|
|
4935
|
+
function CompanyComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
|
|
4936
|
+
i0.ɵɵelement(0, "anatoly-card-header", 13);
|
|
4937
|
+
} if (rf & 2) {
|
|
4938
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4939
|
+
i0.ɵɵproperty("title", ctx_r0.title);
|
|
4940
|
+
} }
|
|
4941
|
+
const _c0$1 = function (a0) { return { "has-error": a0 }; };
|
|
4385
4942
|
class CompanyComponent extends BaseEditComponent {
|
|
4386
4943
|
fb;
|
|
4387
4944
|
//Private
|
|
@@ -4435,19 +4992,63 @@ class CompanyComponent extends BaseEditComponent {
|
|
|
4435
4992
|
};
|
|
4436
4993
|
return JSON.stringify(data);
|
|
4437
4994
|
}
|
|
4438
|
-
static ɵfac =
|
|
4439
|
-
static ɵcmp = i0.ɵɵ
|
|
4995
|
+
static ɵfac = function CompanyComponent_Factory(t) { return new (t || CompanyComponent)(i0.ɵɵdirectiveInject(i2.FormBuilder)); };
|
|
4996
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", company: "company" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 24, vars: 22, consts: [["classes", "card-primary card-outline"], [3, "title", 4, "ngIf"], [1, "row", 3, "formGroup"], [1, "form-group", "col-6", 3, "ngClass"], [1, "col-form-label"], ["type", "text", "formControlName", "company_name", "placeholder", "Company Name", 1, "form-control"], ["controlName", "company_name", "controlTitle", "Company Name", 3, "formGroup", "formSubmitted"], ["type", "tel", "formControlName", "company_phone", "placeholder", "Company Phone", 1, "form-control"], ["controlName", "company_phone", "controlTitle", "Company Phone", 3, "formGroup", "formSubmitted"], ["type", "email", "formControlName", "company_email", "placeholder", "Company Email", 1, "form-control"], ["controlName", "company_email", "controlTitle", "Company Email", 3, "formGroup", "formSubmitted"], ["type", "url", "placeholder", "https://example.com", "pattern", "https://.*", "size", "30", "formControlName", "company_websiteUrl", 1, "form-control"], ["controlName", "company_websiteUrl", "controlTitle", "Company website url", 3, "formGroup", "formSubmitted"], [3, "title"]], template: function CompanyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4997
|
+
i0.ɵɵelementStart(0, "anatoly-card", 0);
|
|
4998
|
+
i0.ɵɵtemplate(1, CompanyComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
|
|
4999
|
+
i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
|
|
5000
|
+
i0.ɵɵtext(6, "Name");
|
|
5001
|
+
i0.ɵɵelementEnd();
|
|
5002
|
+
i0.ɵɵelement(7, "input", 5)(8, "anatoly-item-validation-summary", 6);
|
|
5003
|
+
i0.ɵɵelementEnd();
|
|
5004
|
+
i0.ɵɵelementStart(9, "div", 3)(10, "label", 4);
|
|
5005
|
+
i0.ɵɵtext(11, "Phone");
|
|
5006
|
+
i0.ɵɵelementEnd();
|
|
5007
|
+
i0.ɵɵelement(12, "input", 7)(13, "anatoly-item-validation-summary", 8);
|
|
5008
|
+
i0.ɵɵelementEnd();
|
|
5009
|
+
i0.ɵɵelementStart(14, "div", 3)(15, "label", 4);
|
|
5010
|
+
i0.ɵɵtext(16, "Email");
|
|
5011
|
+
i0.ɵɵelementEnd();
|
|
5012
|
+
i0.ɵɵelement(17, "input", 9)(18, "anatoly-item-validation-summary", 10);
|
|
5013
|
+
i0.ɵɵelementEnd();
|
|
5014
|
+
i0.ɵɵelementStart(19, "div", 3)(20, "label", 4);
|
|
5015
|
+
i0.ɵɵtext(21, "Website Url");
|
|
5016
|
+
i0.ɵɵelementEnd();
|
|
5017
|
+
i0.ɵɵelement(22, "input", 11)(23, "anatoly-item-validation-summary", 12);
|
|
5018
|
+
i0.ɵɵelementEnd()()()();
|
|
5019
|
+
} if (rf & 2) {
|
|
5020
|
+
i0.ɵɵadvance(1);
|
|
5021
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
5022
|
+
i0.ɵɵadvance(2);
|
|
5023
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
5024
|
+
i0.ɵɵadvance(1);
|
|
5025
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c0$1, ctx.isControlInvalid("company_name")));
|
|
5026
|
+
i0.ɵɵadvance(4);
|
|
5027
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
5028
|
+
i0.ɵɵadvance(1);
|
|
5029
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(16, _c0$1, ctx.isControlInvalid("company_phone")));
|
|
5030
|
+
i0.ɵɵadvance(4);
|
|
5031
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
5032
|
+
i0.ɵɵadvance(1);
|
|
5033
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(18, _c0$1, ctx.isControlInvalid("company_email")));
|
|
5034
|
+
i0.ɵɵadvance(4);
|
|
5035
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
5036
|
+
i0.ɵɵadvance(1);
|
|
5037
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(20, _c0$1, ctx.isControlInvalid("company_websiteUrl")));
|
|
5038
|
+
i0.ɵɵadvance(4);
|
|
5039
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
5040
|
+
} }, dependencies: [i1$5.NgClass, i1$5.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.PatternValidator, i2.FormGroupDirective, i2.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
4440
5041
|
}
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
5042
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
|
|
5043
|
+
type: Component,
|
|
5044
|
+
args: [{ selector: 'anatoly-forms-company', template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div [formGroup]='formGroup' class='row'>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label class='col-form-label'>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label class='col-form-label'>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label class='col-form-label'>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label class='col-form-label'>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
|
|
5045
|
+
}], function () { return [{ type: i2.FormBuilder }]; }, { title: [{
|
|
5046
|
+
type: Input
|
|
5047
|
+
}], isTitleVisible: [{
|
|
5048
|
+
type: Input
|
|
5049
|
+
}], company: [{
|
|
5050
|
+
type: Input
|
|
5051
|
+
}] }); })();
|
|
4451
5052
|
|
|
4452
5053
|
/*
|
|
4453
5054
|
<file>
|
|
@@ -4465,6 +5066,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
4465
5066
|
</file>
|
|
4466
5067
|
*/
|
|
4467
5068
|
//Node
|
|
5069
|
+
function UrlSlugComponent_label_4_Template(rf, ctx) { if (rf & 1) {
|
|
5070
|
+
i0.ɵɵelementStart(0, "label", 7);
|
|
5071
|
+
i0.ɵɵtext(1);
|
|
5072
|
+
i0.ɵɵelementStart(2, "span", 8);
|
|
5073
|
+
i0.ɵɵtext(3);
|
|
5074
|
+
i0.ɵɵelementEnd()();
|
|
5075
|
+
} if (rf & 2) {
|
|
5076
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
5077
|
+
i0.ɵɵadvance(1);
|
|
5078
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.title, " ");
|
|
5079
|
+
i0.ɵɵadvance(2);
|
|
5080
|
+
i0.ɵɵtextInterpolate(ctx_r0.urlPrefix);
|
|
5081
|
+
} }
|
|
5082
|
+
function UrlSlugComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
5083
|
+
i0.ɵɵelementStart(0, "div", 9)(1, "a", 10);
|
|
5084
|
+
i0.ɵɵtext(2, "Go");
|
|
5085
|
+
i0.ɵɵelementEnd()();
|
|
5086
|
+
} if (rf & 2) {
|
|
5087
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
5088
|
+
i0.ɵɵadvance(1);
|
|
5089
|
+
i0.ɵɵpropertyInterpolate2("href", "", ctx_r1.urlPrefix, "", ctx_r1.hrefGo, "", i0.ɵɵsanitizeUrl);
|
|
5090
|
+
} }
|
|
5091
|
+
const _c0 = function (a0) { return { "has-error": a0 }; };
|
|
4468
5092
|
class UrlSlugComponent extends BaseEditComponent {
|
|
4469
5093
|
firstValue = true;
|
|
4470
5094
|
hrefGo;
|
|
@@ -4512,31 +5136,52 @@ class UrlSlugComponent extends BaseEditComponent {
|
|
|
4512
5136
|
let text = this.getFormValue(this.controlName);
|
|
4513
5137
|
this.generateUrlSlug(text);
|
|
4514
5138
|
}
|
|
4515
|
-
static ɵfac =
|
|
4516
|
-
static ɵcmp = i0.ɵɵ
|
|
5139
|
+
static ɵfac = function UrlSlugComponent_Factory(t) { return new (t || UrlSlugComponent)(); };
|
|
5140
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UrlSlugComponent, selectors: [["anatoly-forms-urlslug"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle", class: "class", watchedControlName: "watchedControlName", urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible" }, outputs: { generating: "generating" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 14, consts: [[3, "formGroup", "ngClass"], [1, "d-flex", "align-items-end"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"], [1, "form-group"], ["class", "col-form-label", 4, "ngIf"], ["type", "text", "placeholder", "Type url slug here", 1, "form-control", 3, "formControlName", "focusout"], ["class", "form-group flex-shrink-1", 4, "ngIf"], [1, "col-form-label"], [1, "urlPrefix"], [1, "form-group", "flex-shrink-1"], ["target", "_blank", 1, "btn", "btn-primary", 3, "href"]], template: function UrlSlugComponent_Template(rf, ctx) { if (rf & 1) {
|
|
5141
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
5142
|
+
i0.ɵɵelement(2, "anatoly-item-validation-summary", 2);
|
|
5143
|
+
i0.ɵɵelementStart(3, "div", 3);
|
|
5144
|
+
i0.ɵɵtemplate(4, UrlSlugComponent_label_4_Template, 4, 2, "label", 4);
|
|
5145
|
+
i0.ɵɵelementStart(5, "input", 5);
|
|
5146
|
+
i0.ɵɵlistener("focusout", function UrlSlugComponent_Template_input_focusout_5_listener() { return ctx.onUrlSlugChange(); });
|
|
5147
|
+
i0.ɵɵelementEnd()();
|
|
5148
|
+
i0.ɵɵtemplate(6, UrlSlugComponent_div_6_Template, 3, 2, "div", 6);
|
|
5149
|
+
i0.ɵɵelementEnd()();
|
|
5150
|
+
} if (rf & 2) {
|
|
5151
|
+
i0.ɵɵclassMapInterpolate1("permalink form-group ", ctx.class, "");
|
|
5152
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(12, _c0, ctx.isControlInvalid(ctx.controlName)));
|
|
5153
|
+
i0.ɵɵadvance(2);
|
|
5154
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.controlName)("controlTitle", ctx.controlTitle);
|
|
5155
|
+
i0.ɵɵadvance(2);
|
|
5156
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
5157
|
+
i0.ɵɵadvance(1);
|
|
5158
|
+
i0.ɵɵproperty("formControlName", ctx.controlName);
|
|
5159
|
+
i0.ɵɵadvance(1);
|
|
5160
|
+
i0.ɵɵproperty("ngIf", ctx.isGoButtonVisible);
|
|
5161
|
+
} }, dependencies: [i1$5.NgClass, i1$5.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
4517
5162
|
}
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
5163
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
|
|
5164
|
+
type: Component,
|
|
5165
|
+
args: [{ selector: 'anatoly-forms-urlslug', template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{class}}\">\r\n <div class=\"d-flex align-items-end\">\r\n <anatoly-item-validation-summary [formGroup]='formGroup' [formSubmitted]='formSubmitted' [controlName]='controlName'\r\n [controlTitle]='controlTitle'>\r\n </anatoly-item-validation-summary>\r\n <div class=\"form-group\">\r\n <label *ngIf='isTitleVisible' class='col-form-label'>\r\n {{ title }}\r\n <span class=\"urlPrefix\">{{ urlPrefix }}</span>\r\n </label>\r\n <input type='text' class='form-control' [formControlName]='controlName' placeholder='Type url slug here'\r\n (focusout)='onUrlSlugChange()' />\r\n </div>\r\n\r\n <div class=\"form-group flex-shrink-1\" *ngIf=\"isGoButtonVisible\">\r\n <a href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" class=\"btn btn-primary\">Go</a>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
5166
|
+
}], function () { return []; }, { title: [{
|
|
5167
|
+
type: Input
|
|
5168
|
+
}], isTitleVisible: [{
|
|
5169
|
+
type: Input
|
|
5170
|
+
}], controlName: [{
|
|
5171
|
+
type: Input
|
|
5172
|
+
}], controlTitle: [{
|
|
5173
|
+
type: Input
|
|
5174
|
+
}], class: [{
|
|
5175
|
+
type: Input
|
|
5176
|
+
}], watchedControlName: [{
|
|
5177
|
+
type: Input
|
|
5178
|
+
}], urlPrefix: [{
|
|
5179
|
+
type: Input
|
|
5180
|
+
}], isGoButtonVisible: [{
|
|
5181
|
+
type: Input
|
|
5182
|
+
}], generating: [{
|
|
5183
|
+
type: Output
|
|
5184
|
+
}] }); })();
|
|
4540
5185
|
|
|
4541
5186
|
/*
|
|
4542
5187
|
<file>
|
|
@@ -4554,6 +5199,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
4554
5199
|
</file>
|
|
4555
5200
|
*/
|
|
4556
5201
|
//Node
|
|
5202
|
+
function TimezoneDropdownlist_label_1_Template(rf, ctx) { if (rf & 1) {
|
|
5203
|
+
i0.ɵɵelementStart(0, "label", 4);
|
|
5204
|
+
i0.ɵɵtext(1, "Timezone");
|
|
5205
|
+
i0.ɵɵelementEnd();
|
|
5206
|
+
} }
|
|
5207
|
+
function TimezoneDropdownlist_option_3_Template(rf, ctx) { if (rf & 1) {
|
|
5208
|
+
i0.ɵɵelementStart(0, "option", 5);
|
|
5209
|
+
i0.ɵɵtext(1);
|
|
5210
|
+
i0.ɵɵelementEnd();
|
|
5211
|
+
} if (rf & 2) {
|
|
5212
|
+
const timezone_r2 = ctx.$implicit;
|
|
5213
|
+
i0.ɵɵproperty("value", timezone_r2.code);
|
|
5214
|
+
i0.ɵɵadvance(1);
|
|
5215
|
+
i0.ɵɵtextInterpolate2(" (", timezone_r2.offset, ") ", timezone_r2.name, " ");
|
|
5216
|
+
} }
|
|
4557
5217
|
class TimezoneDropdownlist extends BaseEditComponent {
|
|
4558
5218
|
api;
|
|
4559
5219
|
appContext;
|
|
@@ -4587,21 +5247,35 @@ class TimezoneDropdownlist extends BaseEditComponent {
|
|
|
4587
5247
|
this.setFormValue(this.controlName, timeZone);
|
|
4588
5248
|
}
|
|
4589
5249
|
}
|
|
4590
|
-
static ɵfac =
|
|
4591
|
-
static ɵcmp = i0.ɵɵ
|
|
5250
|
+
static ɵfac = function TimezoneDropdownlist_Factory(t) { return new (t || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); };
|
|
5251
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimezoneDropdownlist, selectors: [["anatoly-forms-timezone-dropdownlist"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 4, consts: [[1, "form-group", 3, "formGroup"], ["class", "col-form-label", 4, "ngIf"], [1, "form-control", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "col-form-label"], [3, "value"]], template: function TimezoneDropdownlist_Template(rf, ctx) { if (rf & 1) {
|
|
5252
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
5253
|
+
i0.ɵɵtemplate(1, TimezoneDropdownlist_label_1_Template, 2, 0, "label", 1);
|
|
5254
|
+
i0.ɵɵelementStart(2, "select", 2);
|
|
5255
|
+
i0.ɵɵtemplate(3, TimezoneDropdownlist_option_3_Template, 2, 3, "option", 3);
|
|
5256
|
+
i0.ɵɵelementEnd()();
|
|
5257
|
+
} if (rf & 2) {
|
|
5258
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
5259
|
+
i0.ɵɵadvance(1);
|
|
5260
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
5261
|
+
i0.ɵɵadvance(1);
|
|
5262
|
+
i0.ɵɵproperty("formControlName", ctx.controlName);
|
|
5263
|
+
i0.ɵɵadvance(1);
|
|
5264
|
+
i0.ɵɵproperty("ngForOf", ctx.timezoneListItems);
|
|
5265
|
+
} }, dependencies: [i1$5.NgForOf, i1$5.NgIf, i2.NgSelectOption, i2.ɵNgSelectMultipleOption, i2.SelectControlValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, NativeElementDirective], encapsulation: 2 });
|
|
4592
5266
|
}
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
5267
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimezoneDropdownlist, [{
|
|
5268
|
+
type: Component,
|
|
5269
|
+
args: [{ selector: 'anatoly-forms-timezone-dropdownlist', template: "<div [formGroup]='formGroup' class='form-group'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-control'>\r\n <option *ngFor='let timezone of timezoneListItems'\r\n [value]='timezone.code'>\r\n ({{timezone.offset}}) {{timezone.name}}\r\n </option>\r\n </select>\r\n</div>\r\n" }]
|
|
5270
|
+
}], function () { return [{ type: CoreApiService }, { type: AppContextService }]; }, { title: [{
|
|
5271
|
+
type: Input
|
|
5272
|
+
}], isTitleVisible: [{
|
|
5273
|
+
type: Input
|
|
5274
|
+
}], controlName: [{
|
|
5275
|
+
type: Input
|
|
5276
|
+
}], controlTitle: [{
|
|
5277
|
+
type: Input
|
|
5278
|
+
}] }); })();
|
|
4605
5279
|
|
|
4606
5280
|
/*
|
|
4607
5281
|
<file>
|
|
@@ -4648,15 +5322,15 @@ class FileSizePipe {
|
|
|
4648
5322
|
}
|
|
4649
5323
|
return bytes.toFixed(+precision) + ' ' + this.units[unit];
|
|
4650
5324
|
}
|
|
4651
|
-
static ɵfac =
|
|
4652
|
-
static ɵpipe = i0.ɵɵ
|
|
5325
|
+
static ɵfac = function FileSizePipe_Factory(t) { return new (t || FileSizePipe)(); };
|
|
5326
|
+
static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true });
|
|
4653
5327
|
}
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
5328
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileSizePipe, [{
|
|
5329
|
+
type: Pipe,
|
|
5330
|
+
args: [{
|
|
5331
|
+
name: 'filesize',
|
|
5332
|
+
}]
|
|
5333
|
+
}], null, null); })();
|
|
4660
5334
|
|
|
4661
5335
|
/*
|
|
4662
5336
|
<file>
|
|
@@ -4683,15 +5357,15 @@ class ReplaceTextPipe {
|
|
|
4683
5357
|
return inputData;
|
|
4684
5358
|
}
|
|
4685
5359
|
}
|
|
4686
|
-
static ɵfac =
|
|
4687
|
-
static ɵpipe = i0.ɵɵ
|
|
5360
|
+
static ɵfac = function ReplaceTextPipe_Factory(t) { return new (t || ReplaceTextPipe)(); };
|
|
5361
|
+
static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true });
|
|
4688
5362
|
}
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
5363
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplaceTextPipe, [{
|
|
5364
|
+
type: Pipe,
|
|
5365
|
+
args: [{
|
|
5366
|
+
name: "replaceText",
|
|
5367
|
+
}]
|
|
5368
|
+
}], null, null); })();
|
|
4695
5369
|
|
|
4696
5370
|
/*
|
|
4697
5371
|
<file>
|
|
@@ -4717,13 +5391,13 @@ class SafeHtmlPipe {
|
|
|
4717
5391
|
transform(value) {
|
|
4718
5392
|
return this.sanitized.bypassSecurityTrustHtml(value);
|
|
4719
5393
|
}
|
|
4720
|
-
static ɵfac =
|
|
4721
|
-
static ɵpipe = i0.ɵɵ
|
|
5394
|
+
static ɵfac = function SafeHtmlPipe_Factory(t) { return new (t || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$4.DomSanitizer, 16)); };
|
|
5395
|
+
static ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true });
|
|
4722
5396
|
}
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
5397
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
|
|
5398
|
+
type: Pipe,
|
|
5399
|
+
args: [{ name: 'safeHtml' }]
|
|
5400
|
+
}], function () { return [{ type: i1$4.DomSanitizer }]; }, null); })();
|
|
4727
5401
|
|
|
4728
5402
|
/*
|
|
4729
5403
|
<file>
|
|
@@ -4779,11 +5453,9 @@ class AnatolyCoreModule {
|
|
|
4779
5453
|
this.injector = injector;
|
|
4780
5454
|
InjectorInstance = this.injector;
|
|
4781
5455
|
}
|
|
4782
|
-
static ɵfac =
|
|
4783
|
-
static ɵmod = i0.ɵɵ
|
|
4784
|
-
|
|
4785
|
-
LocalizationModule] });
|
|
4786
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyCoreModule, providers: [
|
|
5456
|
+
static ɵfac = function AnatolyCoreModule_Factory(t) { return new (t || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); };
|
|
5457
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyCoreModule });
|
|
5458
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
4787
5459
|
LoggingService,
|
|
4788
5460
|
NotificationService,
|
|
4789
5461
|
AppContextService,
|
|
@@ -4798,35 +5470,38 @@ class AnatolyCoreModule {
|
|
|
4798
5470
|
LocalizationModule, LocalizationSettingsModule,
|
|
4799
5471
|
LocalizationModule] });
|
|
4800
5472
|
}
|
|
4801
|
-
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
5473
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyCoreModule, [{
|
|
5474
|
+
type: NgModule,
|
|
5475
|
+
args: [{
|
|
5476
|
+
imports: [
|
|
5477
|
+
CommonModule,
|
|
5478
|
+
ToastrModule.forRoot(),
|
|
5479
|
+
LocalizationSettingsModule,
|
|
5480
|
+
LocalizationModule
|
|
5481
|
+
],
|
|
5482
|
+
exports: [
|
|
5483
|
+
LocalizationSettingsModule,
|
|
5484
|
+
LocalizationModule,
|
|
5485
|
+
],
|
|
5486
|
+
providers: [
|
|
5487
|
+
LoggingService,
|
|
5488
|
+
NotificationService,
|
|
5489
|
+
AppContextService,
|
|
5490
|
+
LoadingService,
|
|
5491
|
+
DigitalMarketingService,
|
|
5492
|
+
GoogleAnalyticsService,
|
|
5493
|
+
LocalStorageService,
|
|
5494
|
+
SessionStorageService
|
|
5495
|
+
],
|
|
5496
|
+
}]
|
|
5497
|
+
}], function () { return [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
|
|
5498
|
+
type: Optional
|
|
5499
|
+
}, {
|
|
5500
|
+
type: SkipSelf
|
|
5501
|
+
}] }]; }, null); })();
|
|
5502
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyCoreModule, { imports: [CommonModule, i1$2.ToastrModule, LocalizationSettingsModule,
|
|
5503
|
+
LocalizationModule], exports: [LocalizationSettingsModule,
|
|
5504
|
+
LocalizationModule] }); })();
|
|
4830
5505
|
|
|
4831
5506
|
/*
|
|
4832
5507
|
<file>
|
|
@@ -4845,25 +5520,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
4845
5520
|
*/
|
|
4846
5521
|
//Node
|
|
4847
5522
|
class AnatolyDataModule {
|
|
4848
|
-
static ɵfac =
|
|
4849
|
-
static ɵmod = i0.ɵɵ
|
|
4850
|
-
static ɵinj = i0.ɵɵ
|
|
5523
|
+
static ɵfac = function AnatolyDataModule_Factory(t) { return new (t || AnatolyDataModule)(); };
|
|
5524
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule });
|
|
5525
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
4851
5526
|
CoreApiService,
|
|
4852
5527
|
EmailsApiService
|
|
4853
5528
|
], imports: [CommonModule] });
|
|
4854
5529
|
}
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
|
|
5530
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyDataModule, [{
|
|
5531
|
+
type: NgModule,
|
|
5532
|
+
args: [{
|
|
5533
|
+
imports: [
|
|
5534
|
+
CommonModule
|
|
5535
|
+
],
|
|
5536
|
+
providers: [
|
|
5537
|
+
CoreApiService,
|
|
5538
|
+
EmailsApiService
|
|
5539
|
+
]
|
|
5540
|
+
}]
|
|
5541
|
+
}], null, null); })();
|
|
5542
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyDataModule, { imports: [CommonModule] }); })();
|
|
4867
5543
|
|
|
4868
5544
|
/*
|
|
4869
5545
|
<file>
|
|
@@ -4885,24 +5561,25 @@ class FaModule {
|
|
|
4885
5561
|
constructor(library) {
|
|
4886
5562
|
library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
|
|
4887
5563
|
}
|
|
4888
|
-
static ɵfac =
|
|
4889
|
-
static ɵmod = i0.ɵɵ
|
|
4890
|
-
|
|
4891
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
5564
|
+
static ɵfac = function FaModule_Factory(t) { return new (t || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); };
|
|
5565
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule });
|
|
5566
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4892
5567
|
FontAwesomeModule, FontAwesomeModule] });
|
|
4893
5568
|
}
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
-
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
5569
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FaModule, [{
|
|
5570
|
+
type: NgModule,
|
|
5571
|
+
args: [{
|
|
5572
|
+
imports: [
|
|
5573
|
+
CommonModule,
|
|
5574
|
+
FontAwesomeModule
|
|
5575
|
+
],
|
|
5576
|
+
exports: [
|
|
5577
|
+
FontAwesomeModule
|
|
5578
|
+
]
|
|
5579
|
+
}]
|
|
5580
|
+
}], function () { return [{ type: i1$6.FaIconLibrary }]; }, null); })();
|
|
5581
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FaModule, { imports: [CommonModule,
|
|
5582
|
+
FontAwesomeModule], exports: [FontAwesomeModule] }); })();
|
|
4906
5583
|
|
|
4907
5584
|
/*
|
|
4908
5585
|
<file>
|
|
@@ -4921,24 +5598,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
4921
5598
|
*/
|
|
4922
5599
|
//Node
|
|
4923
5600
|
class KendoModule {
|
|
4924
|
-
static ɵfac =
|
|
4925
|
-
static ɵmod = i0.ɵɵ
|
|
4926
|
-
|
|
4927
|
-
DialogsModule,
|
|
4928
|
-
DropDownsModule,
|
|
4929
|
-
InputsModule,
|
|
4930
|
-
PagerModule,
|
|
4931
|
-
TreeViewModule,
|
|
4932
|
-
TooltipsModule,
|
|
4933
|
-
IconsModule], exports: [ButtonsModule,
|
|
4934
|
-
DialogsModule,
|
|
4935
|
-
DropDownsModule,
|
|
4936
|
-
InputsModule,
|
|
4937
|
-
PagerModule,
|
|
4938
|
-
TreeViewModule,
|
|
4939
|
-
TooltipsModule,
|
|
4940
|
-
IconsModule] });
|
|
4941
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: KendoModule, imports: [CommonModule,
|
|
5601
|
+
static ɵfac = function KendoModule_Factory(t) { return new (t || KendoModule)(); };
|
|
5602
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: KendoModule });
|
|
5603
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4942
5604
|
ButtonsModule,
|
|
4943
5605
|
DialogsModule,
|
|
4944
5606
|
DropDownsModule,
|
|
@@ -4955,32 +5617,48 @@ class KendoModule {
|
|
|
4955
5617
|
TooltipsModule,
|
|
4956
5618
|
IconsModule] });
|
|
4957
5619
|
}
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
5620
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KendoModule, [{
|
|
5621
|
+
type: NgModule,
|
|
5622
|
+
args: [{
|
|
5623
|
+
imports: [
|
|
5624
|
+
CommonModule,
|
|
5625
|
+
ButtonsModule,
|
|
5626
|
+
DialogsModule,
|
|
5627
|
+
DropDownsModule,
|
|
5628
|
+
InputsModule,
|
|
5629
|
+
PagerModule,
|
|
5630
|
+
TreeViewModule,
|
|
5631
|
+
TooltipsModule,
|
|
5632
|
+
IconsModule,
|
|
5633
|
+
],
|
|
5634
|
+
exports: [
|
|
5635
|
+
ButtonsModule,
|
|
5636
|
+
DialogsModule,
|
|
5637
|
+
DropDownsModule,
|
|
5638
|
+
InputsModule,
|
|
5639
|
+
PagerModule,
|
|
5640
|
+
TreeViewModule,
|
|
5641
|
+
TooltipsModule,
|
|
5642
|
+
IconsModule
|
|
5643
|
+
]
|
|
5644
|
+
}]
|
|
5645
|
+
}], null, null); })();
|
|
5646
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(KendoModule, { imports: [CommonModule,
|
|
5647
|
+
ButtonsModule,
|
|
5648
|
+
DialogsModule,
|
|
5649
|
+
DropDownsModule,
|
|
5650
|
+
InputsModule,
|
|
5651
|
+
PagerModule,
|
|
5652
|
+
TreeViewModule,
|
|
5653
|
+
TooltipsModule,
|
|
5654
|
+
IconsModule], exports: [ButtonsModule,
|
|
5655
|
+
DialogsModule,
|
|
5656
|
+
DropDownsModule,
|
|
5657
|
+
InputsModule,
|
|
5658
|
+
PagerModule,
|
|
5659
|
+
TreeViewModule,
|
|
5660
|
+
TooltipsModule,
|
|
5661
|
+
IconsModule] }); })();
|
|
4984
5662
|
|
|
4985
5663
|
/*
|
|
4986
5664
|
<file>
|
|
@@ -5038,88 +5716,9 @@ const COMPONENTS = [
|
|
|
5038
5716
|
ItemValidationSummaryComponent
|
|
5039
5717
|
];
|
|
5040
5718
|
class AnatolyUIModule {
|
|
5041
|
-
static ɵfac =
|
|
5042
|
-
static ɵmod = i0.ɵɵ
|
|
5043
|
-
|
|
5044
|
-
CheckIconComponent,
|
|
5045
|
-
DatapagerComponent,
|
|
5046
|
-
SignInButtonComponent,
|
|
5047
|
-
SignUpButtonComponent,
|
|
5048
|
-
SignOutButtonComponent,
|
|
5049
|
-
NodataComponent,
|
|
5050
|
-
PageSpinnerComponent,
|
|
5051
|
-
LoadingComponent,
|
|
5052
|
-
Copy2ClipboardComponent,
|
|
5053
|
-
//Cards
|
|
5054
|
-
CardComponent,
|
|
5055
|
-
CardHeaderComponent,
|
|
5056
|
-
CardBodyComponent,
|
|
5057
|
-
CardFooterComponent,
|
|
5058
|
-
//HtmlEditor
|
|
5059
|
-
HtmlEditorComponent,
|
|
5060
|
-
FormsHtmlEditorComponent,
|
|
5061
|
-
//Dialogs
|
|
5062
|
-
ContactUsDialog,
|
|
5063
|
-
//Directives
|
|
5064
|
-
NativeElementDirective,
|
|
5065
|
-
HoveringDirective,
|
|
5066
|
-
//Forms
|
|
5067
|
-
AddressComponent,
|
|
5068
|
-
CompanyComponent,
|
|
5069
|
-
UrlSlugComponent,
|
|
5070
|
-
TimezoneDropdownlist,
|
|
5071
|
-
ContactUsForm,
|
|
5072
|
-
//Pipes
|
|
5073
|
-
SafeHtmlPipe,
|
|
5074
|
-
ReplaceTextPipe,
|
|
5075
|
-
FileSizePipe,
|
|
5076
|
-
//Validation
|
|
5077
|
-
FormValidationSummaryComponent,
|
|
5078
|
-
ItemValidationSummaryComponent], imports: [CommonModule,
|
|
5079
|
-
RouterModule,
|
|
5080
|
-
ReactiveFormsModule,
|
|
5081
|
-
FormsModule,
|
|
5082
|
-
NgxCaptchaModule,
|
|
5083
|
-
FaModule,
|
|
5084
|
-
KendoModule,
|
|
5085
|
-
FERootModule], exports: [BuyAccessButtonComponent,
|
|
5086
|
-
SubscribePlanButtonComponent,
|
|
5087
|
-
CheckIconComponent,
|
|
5088
|
-
DatapagerComponent,
|
|
5089
|
-
SignInButtonComponent,
|
|
5090
|
-
SignUpButtonComponent,
|
|
5091
|
-
SignOutButtonComponent,
|
|
5092
|
-
NodataComponent,
|
|
5093
|
-
PageSpinnerComponent,
|
|
5094
|
-
LoadingComponent,
|
|
5095
|
-
Copy2ClipboardComponent,
|
|
5096
|
-
//Cards
|
|
5097
|
-
CardComponent,
|
|
5098
|
-
CardHeaderComponent,
|
|
5099
|
-
CardBodyComponent,
|
|
5100
|
-
CardFooterComponent,
|
|
5101
|
-
//HtmlEditor
|
|
5102
|
-
HtmlEditorComponent,
|
|
5103
|
-
FormsHtmlEditorComponent,
|
|
5104
|
-
//Dialogs
|
|
5105
|
-
ContactUsDialog,
|
|
5106
|
-
//Directives
|
|
5107
|
-
NativeElementDirective,
|
|
5108
|
-
HoveringDirective,
|
|
5109
|
-
//Forms
|
|
5110
|
-
AddressComponent,
|
|
5111
|
-
CompanyComponent,
|
|
5112
|
-
UrlSlugComponent,
|
|
5113
|
-
TimezoneDropdownlist,
|
|
5114
|
-
ContactUsForm,
|
|
5115
|
-
//Pipes
|
|
5116
|
-
SafeHtmlPipe,
|
|
5117
|
-
ReplaceTextPipe,
|
|
5118
|
-
FileSizePipe,
|
|
5119
|
-
//Validation
|
|
5120
|
-
FormValidationSummaryComponent,
|
|
5121
|
-
ItemValidationSummaryComponent] });
|
|
5122
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyUIModule, imports: [CommonModule,
|
|
5719
|
+
static ɵfac = function AnatolyUIModule_Factory(t) { return new (t || AnatolyUIModule)(); };
|
|
5720
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyUIModule });
|
|
5721
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
5123
5722
|
RouterModule,
|
|
5124
5723
|
ReactiveFormsModule,
|
|
5125
5724
|
FormsModule,
|
|
@@ -5128,27 +5727,107 @@ class AnatolyUIModule {
|
|
|
5128
5727
|
KendoModule,
|
|
5129
5728
|
FERootModule] });
|
|
5130
5729
|
}
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5142
|
-
|
|
5143
|
-
|
|
5144
|
-
|
|
5145
|
-
|
|
5146
|
-
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5730
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyUIModule, [{
|
|
5731
|
+
type: NgModule,
|
|
5732
|
+
args: [{
|
|
5733
|
+
imports: [
|
|
5734
|
+
CommonModule,
|
|
5735
|
+
RouterModule,
|
|
5736
|
+
ReactiveFormsModule,
|
|
5737
|
+
FormsModule,
|
|
5738
|
+
NgxCaptchaModule,
|
|
5739
|
+
FaModule,
|
|
5740
|
+
KendoModule,
|
|
5741
|
+
FERootModule
|
|
5742
|
+
],
|
|
5743
|
+
exports: [
|
|
5744
|
+
...COMPONENTS
|
|
5745
|
+
],
|
|
5746
|
+
declarations: [
|
|
5747
|
+
...COMPONENTS
|
|
5748
|
+
]
|
|
5749
|
+
}]
|
|
5750
|
+
}], null, null); })();
|
|
5751
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent,
|
|
5752
|
+
SubscribePlanButtonComponent,
|
|
5753
|
+
CheckIconComponent,
|
|
5754
|
+
DatapagerComponent,
|
|
5755
|
+
SignInButtonComponent,
|
|
5756
|
+
SignUpButtonComponent,
|
|
5757
|
+
SignOutButtonComponent,
|
|
5758
|
+
NodataComponent,
|
|
5759
|
+
PageSpinnerComponent,
|
|
5760
|
+
LoadingComponent,
|
|
5761
|
+
Copy2ClipboardComponent,
|
|
5762
|
+
//Cards
|
|
5763
|
+
CardComponent,
|
|
5764
|
+
CardHeaderComponent,
|
|
5765
|
+
CardBodyComponent,
|
|
5766
|
+
CardFooterComponent,
|
|
5767
|
+
//HtmlEditor
|
|
5768
|
+
HtmlEditorComponent,
|
|
5769
|
+
FormsHtmlEditorComponent,
|
|
5770
|
+
//Dialogs
|
|
5771
|
+
ContactUsDialog,
|
|
5772
|
+
//Directives
|
|
5773
|
+
NativeElementDirective,
|
|
5774
|
+
HoveringDirective,
|
|
5775
|
+
//Forms
|
|
5776
|
+
AddressComponent,
|
|
5777
|
+
CompanyComponent,
|
|
5778
|
+
UrlSlugComponent,
|
|
5779
|
+
TimezoneDropdownlist,
|
|
5780
|
+
ContactUsForm,
|
|
5781
|
+
//Pipes
|
|
5782
|
+
SafeHtmlPipe,
|
|
5783
|
+
ReplaceTextPipe,
|
|
5784
|
+
FileSizePipe,
|
|
5785
|
+
//Validation
|
|
5786
|
+
FormValidationSummaryComponent,
|
|
5787
|
+
ItemValidationSummaryComponent], imports: [CommonModule,
|
|
5788
|
+
RouterModule,
|
|
5789
|
+
ReactiveFormsModule,
|
|
5790
|
+
FormsModule,
|
|
5791
|
+
NgxCaptchaModule,
|
|
5792
|
+
FaModule,
|
|
5793
|
+
KendoModule,
|
|
5794
|
+
FERootModule], exports: [BuyAccessButtonComponent,
|
|
5795
|
+
SubscribePlanButtonComponent,
|
|
5796
|
+
CheckIconComponent,
|
|
5797
|
+
DatapagerComponent,
|
|
5798
|
+
SignInButtonComponent,
|
|
5799
|
+
SignUpButtonComponent,
|
|
5800
|
+
SignOutButtonComponent,
|
|
5801
|
+
NodataComponent,
|
|
5802
|
+
PageSpinnerComponent,
|
|
5803
|
+
LoadingComponent,
|
|
5804
|
+
Copy2ClipboardComponent,
|
|
5805
|
+
//Cards
|
|
5806
|
+
CardComponent,
|
|
5807
|
+
CardHeaderComponent,
|
|
5808
|
+
CardBodyComponent,
|
|
5809
|
+
CardFooterComponent,
|
|
5810
|
+
//HtmlEditor
|
|
5811
|
+
HtmlEditorComponent,
|
|
5812
|
+
FormsHtmlEditorComponent,
|
|
5813
|
+
//Dialogs
|
|
5814
|
+
ContactUsDialog,
|
|
5815
|
+
//Directives
|
|
5816
|
+
NativeElementDirective,
|
|
5817
|
+
HoveringDirective,
|
|
5818
|
+
//Forms
|
|
5819
|
+
AddressComponent,
|
|
5820
|
+
CompanyComponent,
|
|
5821
|
+
UrlSlugComponent,
|
|
5822
|
+
TimezoneDropdownlist,
|
|
5823
|
+
ContactUsForm,
|
|
5824
|
+
//Pipes
|
|
5825
|
+
SafeHtmlPipe,
|
|
5826
|
+
ReplaceTextPipe,
|
|
5827
|
+
FileSizePipe,
|
|
5828
|
+
//Validation
|
|
5829
|
+
FormValidationSummaryComponent,
|
|
5830
|
+
ItemValidationSummaryComponent] }); })();
|
|
5152
5831
|
|
|
5153
5832
|
/*
|
|
5154
5833
|
<file>
|
|
@@ -5166,37 +5845,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.7", ngImpor
|
|
|
5166
5845
|
</file>
|
|
5167
5846
|
*/
|
|
5168
5847
|
class AnatolyModule {
|
|
5169
|
-
static ɵfac =
|
|
5170
|
-
static ɵmod = i0.ɵɵ
|
|
5171
|
-
|
|
5172
|
-
AnatolyDataModule,
|
|
5173
|
-
AnatolyUIModule], exports: [AnatolyCoreModule,
|
|
5174
|
-
AnatolyDataModule,
|
|
5175
|
-
AnatolyUIModule] });
|
|
5176
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.7", ngImport: i0, type: AnatolyModule, imports: [CommonModule,
|
|
5848
|
+
static ɵfac = function AnatolyModule_Factory(t) { return new (t || AnatolyModule)(); };
|
|
5849
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyModule });
|
|
5850
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
5177
5851
|
AnatolyCoreModule,
|
|
5178
5852
|
AnatolyDataModule,
|
|
5179
5853
|
AnatolyUIModule, AnatolyCoreModule,
|
|
5180
5854
|
AnatolyDataModule,
|
|
5181
5855
|
AnatolyUIModule] });
|
|
5182
5856
|
}
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5187
|
-
|
|
5188
|
-
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5857
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyModule, [{
|
|
5858
|
+
type: NgModule,
|
|
5859
|
+
args: [{
|
|
5860
|
+
imports: [
|
|
5861
|
+
CommonModule,
|
|
5862
|
+
AnatolyCoreModule,
|
|
5863
|
+
AnatolyDataModule,
|
|
5864
|
+
AnatolyUIModule
|
|
5865
|
+
],
|
|
5866
|
+
exports: [
|
|
5867
|
+
AnatolyCoreModule,
|
|
5868
|
+
AnatolyDataModule,
|
|
5869
|
+
AnatolyUIModule
|
|
5870
|
+
],
|
|
5871
|
+
providers: [],
|
|
5872
|
+
}]
|
|
5873
|
+
}], null, null); })();
|
|
5874
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyModule, { imports: [CommonModule,
|
|
5875
|
+
AnatolyCoreModule,
|
|
5876
|
+
AnatolyDataModule,
|
|
5877
|
+
AnatolyUIModule], exports: [AnatolyCoreModule,
|
|
5878
|
+
AnatolyDataModule,
|
|
5879
|
+
AnatolyUIModule] }); })();
|
|
5200
5880
|
|
|
5201
5881
|
/*
|
|
5202
5882
|
* Public API Surface of anatoly-lib
|