@osovitny/anatoly 2.14.1 → 2.14.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/esm2020/lib/core/consts/settings.mjs +2 -2
- package/esm2020/lib/core/convert.mjs +2 -2
- package/esm2020/lib/core/core.module.mjs +6 -6
- package/esm2020/lib/core/go/base-go.service.mjs +5 -5
- package/esm2020/lib/core/guards/once-import.guard.mjs +2 -2
- package/esm2020/lib/core/guid.mjs +2 -2
- package/esm2020/lib/core/interceptors/httpInterceptor.mjs +5 -5
- package/esm2020/lib/core/localization/localization.module.mjs +6 -6
- package/esm2020/lib/core/localization/localization.service.mjs +5 -5
- package/esm2020/lib/core/localization/localizationSettings.module.mjs +6 -6
- package/esm2020/lib/core/localization/localize.pipe.mjs +5 -5
- package/esm2020/lib/core/localization/utils.mjs +2 -2
- package/esm2020/lib/core/logging/globalErrorHandler.mjs +5 -5
- package/esm2020/lib/core/logging/logging.service.mjs +5 -5
- package/esm2020/lib/core/notifications/alerts.mjs +2 -2
- package/esm2020/lib/core/notifications/interfaces/notification.mjs +2 -2
- package/esm2020/lib/core/notifications/services/notification-service.mjs +5 -5
- package/esm2020/lib/core/services/appcontext.service.mjs +5 -5
- package/esm2020/lib/core/services/dm.service.mjs +5 -5
- package/esm2020/lib/core/services/google-analytics.service.mjs +5 -5
- package/esm2020/lib/core/services/idle.service.mjs +5 -5
- package/esm2020/lib/core/services/loading.service.mjs +5 -5
- package/esm2020/lib/core/services/web-storage.service.mjs +8 -8
- package/esm2020/lib/core/subs.mjs +2 -2
- package/esm2020/lib/core/utils.mjs +2 -2
- package/esm2020/lib/data/base/base-api.service.mjs +5 -5
- package/esm2020/lib/data/base/grid/base-grid-edit.service.mjs +5 -5
- package/esm2020/lib/data/base/grid/base-grid-read.service.mjs +5 -5
- package/esm2020/lib/data/consts.mjs +2 -2
- package/esm2020/lib/data/data.module.mjs +13 -13
- package/esm2020/lib/data/services/billing-api.service.mjs +5 -5
- package/esm2020/lib/data/services/emails-api.service.mjs +42 -0
- package/esm2020/lib/data/services/notifications/notifications-api-service.mjs +5 -5
- package/esm2020/lib/ui/components/base-edit.component.mjs +6 -6
- package/esm2020/lib/ui/components/base.component.mjs +7 -7
- package/esm2020/lib/ui/components/base.dialog.mjs +3 -3
- package/esm2020/lib/ui/components/billing/buyaccess-button.component.mjs +8 -8
- package/esm2020/lib/ui/components/billing/subscribe-plan-button.component.mjs +6 -6
- package/esm2020/lib/ui/components/billing/upgrade-plan-button.component.mjs +7 -8
- package/esm2020/lib/ui/components/content-header/content-header.component.mjs +5 -5
- package/esm2020/lib/ui/components/html-editor/base-html-editor.component.mjs +6 -6
- package/esm2020/lib/ui/components/html-editor/forms-html-editor.component.mjs +6 -6
- package/esm2020/lib/ui/components/html-editor/html-editor.component.mjs +5 -5
- package/esm2020/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +2 -2
- package/esm2020/lib/ui/components/identity/signin-button.component.mjs +5 -5
- package/esm2020/lib/ui/components/identity/signout-button.component.mjs +5 -5
- package/esm2020/lib/ui/components/identity/signup-button.component.mjs +5 -5
- package/esm2020/lib/ui/components/loading/loading.component.mjs +8 -7
- package/esm2020/lib/ui/components/spinner/spinner.component.mjs +5 -5
- package/esm2020/lib/ui/directives/native-element.directive.mjs +5 -5
- package/esm2020/lib/ui/forms/contact-us/contact-us.mjs +120 -0
- package/esm2020/lib/ui/pipes/filesize.pipe.mjs +5 -5
- package/esm2020/lib/ui/pipes/replace-text.pipe.mjs +5 -5
- package/esm2020/lib/ui/pipes/safeHtml.pipe.mjs +5 -5
- package/esm2020/lib/ui/ui.module.mjs +54 -42
- package/esm2020/lib/ui/validation/form-validation-summary.component.mjs +6 -5
- package/esm2020/lib/ui/validation/item-validation-summary.component.mjs +6 -5
- package/esm2020/lib/ui/validation/validation-summary.component.mjs +6 -6
- package/esm2020/public-api.mjs +10 -4
- package/fesm2015/osovitny-anatoly.mjs +544 -382
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +541 -379
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/data/services/emails-api.service.d.ts +10 -0
- package/lib/ui/components/base.component.d.ts +1 -1
- package/lib/ui/components/billing/buyaccess-button.component.d.ts +2 -2
- package/lib/ui/components/billing/subscribe-plan-button.component.d.ts +1 -1
- package/lib/ui/components/billing/upgrade-plan-button.component.d.ts +1 -1
- package/lib/ui/components/loading/loading.component.d.ts +1 -1
- package/lib/ui/forms/contact-us/contact-us.d.ts +33 -0
- package/lib/ui/ui.module.d.ts +14 -12
- package/package.json +3 -3
- package/public-api.d.ts +3 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Injectable, Pipe, APP_INITIALIZER, Injector, NgModule, Inject,
|
|
2
|
+
import { Injectable, Pipe, APP_INITIALIZER, Injector, NgModule, Inject, Component, Input, Directive, ViewEncapsulation, EventEmitter, Output, ViewChild, Optional, SkipSelf } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/router';
|
|
4
4
|
import { NavigationEnd, NavigationStart, NavigationCancel, NavigationError } from '@angular/router';
|
|
5
5
|
import * as i1$3 from '@angular/common/http';
|
|
@@ -11,17 +11,31 @@ import { utcToZonedTime } from 'date-fns-tz';
|
|
|
11
11
|
import enUS from 'date-fns/locale/en-US';
|
|
12
12
|
import * as i1$1 from '@ngx-translate/core';
|
|
13
13
|
import { TranslateModule, TranslateLoader, TranslateService } from '@ngx-translate/core';
|
|
14
|
-
import * as i1$
|
|
14
|
+
import * as i1$6 from '@angular/common';
|
|
15
15
|
import { LOCATION_INITIALIZED, DOCUMENT, CommonModule } from '@angular/common';
|
|
16
16
|
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
17
17
|
import Swal from 'sweetalert2';
|
|
18
18
|
import { v4 } from 'uuid';
|
|
19
19
|
import * as i1$2 from 'ngx-toastr';
|
|
20
20
|
import * as i1$4 from '@angular/platform-browser';
|
|
21
|
-
import
|
|
22
|
-
import {
|
|
23
|
-
import * as i1$
|
|
21
|
+
import { Utils as Utils$1 } from '@core/utils';
|
|
22
|
+
import { Subs as Subs$1 } from '@core/subs';
|
|
23
|
+
import * as i1$7 from '@angular/forms';
|
|
24
|
+
import { FormControl, Validators, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
25
|
+
import { Alerts as Alerts$1 } from '@core/notifications/alerts';
|
|
26
|
+
import * as i1$5 from '@core/services/appcontext.service';
|
|
27
|
+
import * as i2 from '@data/services/billing-api.service';
|
|
28
|
+
import { AppCoreSettings as AppCoreSettings$1 } from '@core/consts/settings';
|
|
29
|
+
import * as i1$8 from 'angular-froala-wysiwyg';
|
|
24
30
|
import { FroalaEditorModule, FroalaViewModule } from 'angular-froala-wysiwyg';
|
|
31
|
+
import * as i1$9 from '@core/services/loading.service';
|
|
32
|
+
import { BaseEditComponent as BaseEditComponent$1 } from '@ui/components/base-edit.component';
|
|
33
|
+
import * as i3 from '@data/services/emails-api.service';
|
|
34
|
+
import * as i4 from '@core/notifications/services/notification-service';
|
|
35
|
+
import * as i6 from 'ngx-captcha';
|
|
36
|
+
import { NgxCaptchaModule } from 'ngx-captcha';
|
|
37
|
+
import { throwIfAlreadyLoaded as throwIfAlreadyLoaded$1 } from '@core/guards/once-import.guard';
|
|
38
|
+
import { BaseApiService as BaseApiService$1 } from '@data/base/base-api.service';
|
|
25
39
|
|
|
26
40
|
/*
|
|
27
41
|
<file>
|
|
@@ -35,7 +49,7 @@ import { FroalaEditorModule, FroalaViewModule } from 'angular-froala-wysiwyg';
|
|
|
35
49
|
Created:
|
|
36
50
|
26 Jun 2020
|
|
37
51
|
|
|
38
|
-
Copyright (c) 2016-
|
|
52
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
39
53
|
</file>
|
|
40
54
|
*/
|
|
41
55
|
const ContextInitState = JSON.parse((document.getElementById('contextInitState')).getAttribute('data-contextinitstate'));
|
|
@@ -75,7 +89,7 @@ const Urls = {
|
|
|
75
89
|
Version:
|
|
76
90
|
1.0
|
|
77
91
|
|
|
78
|
-
Copyright (c) 2016-
|
|
92
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
79
93
|
</file>
|
|
80
94
|
*/
|
|
81
95
|
class BaseGoService {
|
|
@@ -92,9 +106,9 @@ class BaseGoService {
|
|
|
92
106
|
window.location.href = "/";
|
|
93
107
|
}
|
|
94
108
|
}
|
|
95
|
-
BaseGoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
96
|
-
BaseGoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
97
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
109
|
+
BaseGoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGoService, deps: [{ token: i1.ActivatedRoute }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
110
|
+
BaseGoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGoService });
|
|
111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGoService, decorators: [{
|
|
98
112
|
type: Injectable
|
|
99
113
|
}], ctorParameters: function () { return [{ type: i1.ActivatedRoute }, { type: i1.Router }]; } });
|
|
100
114
|
|
|
@@ -113,7 +127,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
113
127
|
Version:
|
|
114
128
|
1.0
|
|
115
129
|
|
|
116
|
-
Copyright (c) 2016-
|
|
130
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
117
131
|
</file>
|
|
118
132
|
*/
|
|
119
133
|
function throwIfAlreadyLoaded(parentModule, moduleName) {
|
|
@@ -137,7 +151,7 @@ function throwIfAlreadyLoaded(parentModule, moduleName) {
|
|
|
137
151
|
Version:
|
|
138
152
|
1.0
|
|
139
153
|
|
|
140
|
-
Copyright (c) 2016-
|
|
154
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
141
155
|
</file>
|
|
142
156
|
*/
|
|
143
157
|
class LoadingService extends BehaviorSubject {
|
|
@@ -179,9 +193,9 @@ class LoadingService extends BehaviorSubject {
|
|
|
179
193
|
this.counter = 0;
|
|
180
194
|
}
|
|
181
195
|
}
|
|
182
|
-
LoadingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
183
|
-
LoadingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
196
|
+
LoadingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
197
|
+
LoadingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingService, providedIn: "root" });
|
|
198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingService, decorators: [{
|
|
185
199
|
type: Injectable,
|
|
186
200
|
args: [{
|
|
187
201
|
providedIn: "root",
|
|
@@ -203,7 +217,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
203
217
|
Version:
|
|
204
218
|
1.0
|
|
205
219
|
|
|
206
|
-
Copyright (c) 2016-
|
|
220
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
207
221
|
</file>
|
|
208
222
|
*/
|
|
209
223
|
class LoggingService {
|
|
@@ -215,9 +229,9 @@ class LoggingService {
|
|
|
215
229
|
console.info(info);
|
|
216
230
|
}
|
|
217
231
|
}
|
|
218
|
-
LoggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
219
|
-
LoggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
232
|
+
LoggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoggingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
233
|
+
LoggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoggingService, providedIn: "root" });
|
|
234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoggingService, decorators: [{
|
|
221
235
|
type: Injectable,
|
|
222
236
|
args: [{
|
|
223
237
|
providedIn: "root",
|
|
@@ -239,7 +253,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
239
253
|
Version:
|
|
240
254
|
1.0
|
|
241
255
|
|
|
242
|
-
Copyright (c) 2016-
|
|
256
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
243
257
|
</file>
|
|
244
258
|
*/
|
|
245
259
|
class AnatolyHttpInterceptor {
|
|
@@ -316,9 +330,9 @@ class AnatolyHttpInterceptor {
|
|
|
316
330
|
}
|
|
317
331
|
}
|
|
318
332
|
}
|
|
319
|
-
AnatolyHttpInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
320
|
-
AnatolyHttpInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
333
|
+
AnatolyHttpInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyHttpInterceptor, deps: [{ token: LoadingService }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
334
|
+
AnatolyHttpInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyHttpInterceptor });
|
|
335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyHttpInterceptor, decorators: [{
|
|
322
336
|
type: Injectable
|
|
323
337
|
}], ctorParameters: function () { return [{ type: LoadingService }, { type: LoggingService }]; } });
|
|
324
338
|
|
|
@@ -334,7 +348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
334
348
|
Created:
|
|
335
349
|
29 June 2020
|
|
336
350
|
|
|
337
|
-
Copyright (c) 2016-
|
|
351
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
338
352
|
</file>
|
|
339
353
|
*/
|
|
340
354
|
class Convert {
|
|
@@ -399,7 +413,7 @@ class Convert {
|
|
|
399
413
|
Version:
|
|
400
414
|
1.0
|
|
401
415
|
|
|
402
|
-
Copyright (c) 2016-
|
|
416
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
403
417
|
</file>
|
|
404
418
|
*/
|
|
405
419
|
class LocalizationService {
|
|
@@ -549,9 +563,9 @@ class LocalizationService {
|
|
|
549
563
|
return result;
|
|
550
564
|
}
|
|
551
565
|
}
|
|
552
|
-
LocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
553
|
-
LocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
566
|
+
LocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationService, deps: [{ token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
567
|
+
LocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationService, providedIn: 'root' });
|
|
568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationService, decorators: [{
|
|
555
569
|
type: Injectable,
|
|
556
570
|
args: [{
|
|
557
571
|
providedIn: 'root'
|
|
@@ -573,7 +587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
573
587
|
Version:
|
|
574
588
|
1.0
|
|
575
589
|
|
|
576
|
-
Copyright (c) 2016-
|
|
590
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
577
591
|
</file>
|
|
578
592
|
*/
|
|
579
593
|
class LocalizePipe {
|
|
@@ -623,9 +637,9 @@ class LocalizePipe {
|
|
|
623
637
|
return inputData;
|
|
624
638
|
}
|
|
625
639
|
}
|
|
626
|
-
LocalizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
627
|
-
LocalizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.
|
|
628
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
640
|
+
LocalizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizePipe, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
641
|
+
LocalizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: LocalizePipe, name: "localize" });
|
|
642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizePipe, decorators: [{
|
|
629
643
|
type: Pipe,
|
|
630
644
|
args: [{
|
|
631
645
|
name: 'localize'
|
|
@@ -647,7 +661,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
647
661
|
Version:
|
|
648
662
|
1.0
|
|
649
663
|
|
|
650
|
-
Copyright (c) 2016-
|
|
664
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
651
665
|
</file>
|
|
652
666
|
*/
|
|
653
667
|
function customTranslateLoaderFactory(http) {
|
|
@@ -681,9 +695,9 @@ class LocalizationSettingsModule {
|
|
|
681
695
|
LocalizationInjectorInstance = this.injector;
|
|
682
696
|
}
|
|
683
697
|
}
|
|
684
|
-
LocalizationSettingsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
685
|
-
LocalizationSettingsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.
|
|
686
|
-
LocalizationSettingsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.
|
|
698
|
+
LocalizationSettingsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationSettingsModule, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
699
|
+
LocalizationSettingsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: LocalizationSettingsModule, imports: [i1$1.TranslateModule] });
|
|
700
|
+
LocalizationSettingsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationSettingsModule, providers: [
|
|
687
701
|
{
|
|
688
702
|
provide: APP_INITIALIZER,
|
|
689
703
|
useFactory: localizationInitializerFactory,
|
|
@@ -691,7 +705,7 @@ LocalizationSettingsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.
|
|
|
691
705
|
multi: true
|
|
692
706
|
}
|
|
693
707
|
], imports: [TranslateModuleAtRoot] });
|
|
694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationSettingsModule, decorators: [{
|
|
695
709
|
type: NgModule,
|
|
696
710
|
args: [{
|
|
697
711
|
imports: [
|
|
@@ -724,16 +738,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
724
738
|
Version:
|
|
725
739
|
1.0
|
|
726
740
|
|
|
727
|
-
Copyright (c) 2016-
|
|
741
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
728
742
|
</file>
|
|
729
743
|
*/
|
|
730
744
|
class LocalizationModule {
|
|
731
745
|
}
|
|
732
|
-
LocalizationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
733
|
-
LocalizationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.
|
|
746
|
+
LocalizationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
747
|
+
LocalizationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: LocalizationModule, declarations: [LocalizePipe], imports: [TranslateModule], exports: [TranslateModule,
|
|
734
748
|
LocalizePipe] });
|
|
735
|
-
LocalizationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.
|
|
736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
749
|
+
LocalizationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationModule, imports: [TranslateModule, TranslateModule] });
|
|
750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalizationModule, decorators: [{
|
|
737
751
|
type: NgModule,
|
|
738
752
|
args: [{
|
|
739
753
|
imports: [
|
|
@@ -765,7 +779,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
765
779
|
Version:
|
|
766
780
|
1.0
|
|
767
781
|
|
|
768
|
-
Copyright (c) 2016-
|
|
782
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
769
783
|
</file>
|
|
770
784
|
*/
|
|
771
785
|
class GlobalErrorHandler {
|
|
@@ -779,9 +793,9 @@ class GlobalErrorHandler {
|
|
|
779
793
|
throw error;
|
|
780
794
|
}
|
|
781
795
|
}
|
|
782
|
-
GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
783
|
-
GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
796
|
+
GlobalErrorHandler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
797
|
+
GlobalErrorHandler.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: GlobalErrorHandler });
|
|
798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
785
799
|
type: Injectable
|
|
786
800
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
787
801
|
|
|
@@ -800,7 +814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
800
814
|
Version:
|
|
801
815
|
1.0
|
|
802
816
|
|
|
803
|
-
Copyright (c) 2016-
|
|
817
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
804
818
|
</file>
|
|
805
819
|
*/
|
|
806
820
|
class L10nUtils {
|
|
@@ -842,7 +856,7 @@ class L10nUtils {
|
|
|
842
856
|
Version:
|
|
843
857
|
1.0
|
|
844
858
|
|
|
845
|
-
Copyright (c) 2016-
|
|
859
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
846
860
|
</file>
|
|
847
861
|
*/
|
|
848
862
|
class Alerts {
|
|
@@ -946,7 +960,7 @@ class Alerts {
|
|
|
946
960
|
Created:
|
|
947
961
|
26 Jun 2020
|
|
948
962
|
|
|
949
|
-
Copyright (c) 2016-
|
|
963
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
950
964
|
</file>
|
|
951
965
|
*/
|
|
952
966
|
class Guid {
|
|
@@ -970,7 +984,7 @@ class Guid {
|
|
|
970
984
|
Version:
|
|
971
985
|
1.0
|
|
972
986
|
|
|
973
|
-
Copyright (c) 2016-
|
|
987
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
974
988
|
</file>
|
|
975
989
|
*/
|
|
976
990
|
// SignalR
|
|
@@ -1167,9 +1181,9 @@ class NotificationService {
|
|
|
1167
1181
|
this._serverNotifications.next(val);
|
|
1168
1182
|
}
|
|
1169
1183
|
}
|
|
1170
|
-
NotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1171
|
-
NotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1184
|
+
NotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NotificationService, deps: [{ token: i1$2.ToastrService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1185
|
+
NotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NotificationService, providedIn: 'root' });
|
|
1186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NotificationService, decorators: [{
|
|
1173
1187
|
type: Injectable,
|
|
1174
1188
|
args: [{ providedIn: 'root' }]
|
|
1175
1189
|
}], ctorParameters: function () { return [{ type: i1$2.ToastrService }]; } });
|
|
@@ -1189,7 +1203,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1189
1203
|
Version:
|
|
1190
1204
|
1.0
|
|
1191
1205
|
|
|
1192
|
-
Copyright (c) 2016-
|
|
1206
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1193
1207
|
</file>
|
|
1194
1208
|
*/
|
|
1195
1209
|
class BaseApiService {
|
|
@@ -1250,9 +1264,9 @@ class BaseApiService {
|
|
|
1250
1264
|
return this.http.get(url).pipe(map(res => res));
|
|
1251
1265
|
}
|
|
1252
1266
|
}
|
|
1253
|
-
BaseApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1254
|
-
BaseApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1255
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1267
|
+
BaseApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseApiService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1268
|
+
BaseApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseApiService });
|
|
1269
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseApiService, decorators: [{
|
|
1256
1270
|
type: Injectable
|
|
1257
1271
|
}], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
|
|
1258
1272
|
|
|
@@ -1271,7 +1285,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1271
1285
|
Version:
|
|
1272
1286
|
1.0
|
|
1273
1287
|
|
|
1274
|
-
Copyright (c) 2016-
|
|
1288
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1275
1289
|
</file>
|
|
1276
1290
|
*/
|
|
1277
1291
|
class WebStorageService {
|
|
@@ -1306,9 +1320,9 @@ class LocalStorageService extends WebStorageService {
|
|
|
1306
1320
|
super('localStorage');
|
|
1307
1321
|
}
|
|
1308
1322
|
}
|
|
1309
|
-
LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1310
|
-
LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1323
|
+
LocalStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1324
|
+
LocalStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalStorageService });
|
|
1325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
1312
1326
|
type: Injectable
|
|
1313
1327
|
}], ctorParameters: function () { return []; } });
|
|
1314
1328
|
class SessionStorageService extends WebStorageService {
|
|
@@ -1316,9 +1330,9 @@ class SessionStorageService extends WebStorageService {
|
|
|
1316
1330
|
super('sessionStorage');
|
|
1317
1331
|
}
|
|
1318
1332
|
}
|
|
1319
|
-
SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1320
|
-
SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1333
|
+
SessionStorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SessionStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1334
|
+
SessionStorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SessionStorageService });
|
|
1335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
1322
1336
|
type: Injectable
|
|
1323
1337
|
}], ctorParameters: function () { return []; } });
|
|
1324
1338
|
|
|
@@ -1334,7 +1348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1334
1348
|
Created:
|
|
1335
1349
|
13 Nov 2017
|
|
1336
1350
|
|
|
1337
|
-
Copyright (c) 2016-
|
|
1351
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1338
1352
|
</file>
|
|
1339
1353
|
*/
|
|
1340
1354
|
class AppContextService extends BaseApiService {
|
|
@@ -1426,9 +1440,9 @@ class AppContextService extends BaseApiService {
|
|
|
1426
1440
|
this.setCurrentFromSession(value);
|
|
1427
1441
|
}
|
|
1428
1442
|
}
|
|
1429
|
-
AppContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1430
|
-
AppContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1431
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1443
|
+
AppContextService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AppContextService, deps: [{ token: i1$3.HttpClient }, { token: SessionStorageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1444
|
+
AppContextService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AppContextService });
|
|
1445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AppContextService, decorators: [{
|
|
1432
1446
|
type: Injectable
|
|
1433
1447
|
}], ctorParameters: function () { return [{ type: i1$3.HttpClient }, { type: SessionStorageService }]; } });
|
|
1434
1448
|
|
|
@@ -1447,7 +1461,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1447
1461
|
Version:
|
|
1448
1462
|
1.0
|
|
1449
1463
|
|
|
1450
|
-
Copyright (c) 2016-
|
|
1464
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1451
1465
|
</file>
|
|
1452
1466
|
*/
|
|
1453
1467
|
class IdleService {
|
|
@@ -1494,9 +1508,9 @@ class IdleService {
|
|
|
1494
1508
|
this.startTimer();
|
|
1495
1509
|
}
|
|
1496
1510
|
}
|
|
1497
|
-
IdleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1498
|
-
IdleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1511
|
+
IdleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: IdleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1512
|
+
IdleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: IdleService, providedIn: 'root' });
|
|
1513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: IdleService, decorators: [{
|
|
1500
1514
|
type: Injectable,
|
|
1501
1515
|
args: [{
|
|
1502
1516
|
providedIn: 'root'
|
|
@@ -1518,7 +1532,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1518
1532
|
Version:
|
|
1519
1533
|
1.0
|
|
1520
1534
|
|
|
1521
|
-
Copyright (c) 2016-
|
|
1535
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1522
1536
|
</file>
|
|
1523
1537
|
*/
|
|
1524
1538
|
class DigitalMarketingService {
|
|
@@ -1558,9 +1572,9 @@ class DigitalMarketingService {
|
|
|
1558
1572
|
link.setAttribute('href', canUrl);
|
|
1559
1573
|
}
|
|
1560
1574
|
}
|
|
1561
|
-
DigitalMarketingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1562
|
-
DigitalMarketingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1575
|
+
DigitalMarketingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: DigitalMarketingService, deps: [{ token: i1$4.Title }, { token: i1$4.Meta }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1576
|
+
DigitalMarketingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: DigitalMarketingService, providedIn: 'root' });
|
|
1577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: DigitalMarketingService, decorators: [{
|
|
1564
1578
|
type: Injectable,
|
|
1565
1579
|
args: [{
|
|
1566
1580
|
providedIn: 'root'
|
|
@@ -1587,7 +1601,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1587
1601
|
Version:
|
|
1588
1602
|
1.0
|
|
1589
1603
|
|
|
1590
|
-
Copyright (c) 2016-
|
|
1604
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1591
1605
|
</file>
|
|
1592
1606
|
*/
|
|
1593
1607
|
class GoogleAnalyticsService {
|
|
@@ -1615,71 +1629,12 @@ class GoogleAnalyticsService {
|
|
|
1615
1629
|
}
|
|
1616
1630
|
}
|
|
1617
1631
|
}
|
|
1618
|
-
GoogleAnalyticsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1619
|
-
GoogleAnalyticsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1632
|
+
GoogleAnalyticsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: GoogleAnalyticsService, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1633
|
+
GoogleAnalyticsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: GoogleAnalyticsService });
|
|
1634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: GoogleAnalyticsService, decorators: [{
|
|
1621
1635
|
type: Injectable
|
|
1622
1636
|
}], ctorParameters: function () { return [{ type: i1.Router }]; } });
|
|
1623
1637
|
|
|
1624
|
-
/*
|
|
1625
|
-
<file>
|
|
1626
|
-
Project:
|
|
1627
|
-
@osovitny/anatoly
|
|
1628
|
-
|
|
1629
|
-
Authors:
|
|
1630
|
-
Vadim Osovitny
|
|
1631
|
-
Anatoly Osovitny
|
|
1632
|
-
|
|
1633
|
-
Created:
|
|
1634
|
-
29 June 2020
|
|
1635
|
-
|
|
1636
|
-
Copyright (c) 2016-2021 Osovitny Inc. All rights reserved.
|
|
1637
|
-
</file>
|
|
1638
|
-
*/
|
|
1639
|
-
let InjectorInstance;
|
|
1640
|
-
class AnatolyCoreModule {
|
|
1641
|
-
constructor(injector, parentModule) {
|
|
1642
|
-
this.injector = injector;
|
|
1643
|
-
throwIfAlreadyLoaded(parentModule, 'AnatolyCoreModule');
|
|
1644
|
-
InjectorInstance = this.injector;
|
|
1645
|
-
}
|
|
1646
|
-
}
|
|
1647
|
-
AnatolyCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: AnatolyCoreModule, deps: [{ token: i0.Injector }, { token: AnatolyCoreModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1648
|
-
AnatolyCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: AnatolyCoreModule, imports: [CommonModule] });
|
|
1649
|
-
AnatolyCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: AnatolyCoreModule, providers: [
|
|
1650
|
-
LoggingService,
|
|
1651
|
-
NotificationService,
|
|
1652
|
-
AppContextService,
|
|
1653
|
-
LoadingService,
|
|
1654
|
-
DigitalMarketingService,
|
|
1655
|
-
GoogleAnalyticsService,
|
|
1656
|
-
LocalStorageService,
|
|
1657
|
-
SessionStorageService
|
|
1658
|
-
], imports: [CommonModule] });
|
|
1659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: AnatolyCoreModule, decorators: [{
|
|
1660
|
-
type: NgModule,
|
|
1661
|
-
args: [{
|
|
1662
|
-
imports: [CommonModule],
|
|
1663
|
-
exports: [],
|
|
1664
|
-
providers: [
|
|
1665
|
-
LoggingService,
|
|
1666
|
-
NotificationService,
|
|
1667
|
-
AppContextService,
|
|
1668
|
-
LoadingService,
|
|
1669
|
-
DigitalMarketingService,
|
|
1670
|
-
GoogleAnalyticsService,
|
|
1671
|
-
LocalStorageService,
|
|
1672
|
-
SessionStorageService
|
|
1673
|
-
],
|
|
1674
|
-
}]
|
|
1675
|
-
}], ctorParameters: function () {
|
|
1676
|
-
return [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
|
|
1677
|
-
type: Optional
|
|
1678
|
-
}, {
|
|
1679
|
-
type: SkipSelf
|
|
1680
|
-
}] }];
|
|
1681
|
-
} });
|
|
1682
|
-
|
|
1683
1638
|
/*
|
|
1684
1639
|
<file>
|
|
1685
1640
|
Project:
|
|
@@ -1692,7 +1647,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1692
1647
|
Created:
|
|
1693
1648
|
26 Jun 2020
|
|
1694
1649
|
|
|
1695
|
-
Copyright (c) 2016-
|
|
1650
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1696
1651
|
</file>
|
|
1697
1652
|
*/
|
|
1698
1653
|
class Subs {
|
|
@@ -1723,7 +1678,7 @@ class Subs {
|
|
|
1723
1678
|
Created:
|
|
1724
1679
|
19 March 2020
|
|
1725
1680
|
|
|
1726
|
-
Copyright (c) 2016-
|
|
1681
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1727
1682
|
</file>
|
|
1728
1683
|
*/
|
|
1729
1684
|
class Utils {
|
|
@@ -1808,7 +1763,7 @@ class Utils {
|
|
|
1808
1763
|
Version:
|
|
1809
1764
|
1.0
|
|
1810
1765
|
|
|
1811
|
-
Copyright (c) 2016-
|
|
1766
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1812
1767
|
</file>
|
|
1813
1768
|
*/
|
|
1814
1769
|
class BaseGridReadService extends BehaviorSubject {
|
|
@@ -1842,9 +1797,9 @@ class BaseGridReadService extends BehaviorSubject {
|
|
|
1842
1797
|
});
|
|
1843
1798
|
}
|
|
1844
1799
|
}
|
|
1845
|
-
BaseGridReadService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1846
|
-
BaseGridReadService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1800
|
+
BaseGridReadService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGridReadService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1801
|
+
BaseGridReadService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGridReadService });
|
|
1802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGridReadService, decorators: [{
|
|
1848
1803
|
type: Injectable
|
|
1849
1804
|
}], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
|
|
1850
1805
|
|
|
@@ -1863,7 +1818,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1863
1818
|
Version:
|
|
1864
1819
|
1.0
|
|
1865
1820
|
|
|
1866
|
-
Copyright (c) 2016-
|
|
1821
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1867
1822
|
</file>
|
|
1868
1823
|
*/
|
|
1869
1824
|
class BaseGridEditService extends BaseGridReadService {
|
|
@@ -1912,9 +1867,9 @@ class BaseGridEditService extends BaseGridReadService {
|
|
|
1912
1867
|
return this.http.post(url, data).pipe(map(res => res));
|
|
1913
1868
|
}
|
|
1914
1869
|
}
|
|
1915
|
-
BaseGridEditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1916
|
-
BaseGridEditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1870
|
+
BaseGridEditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGridEditService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1871
|
+
BaseGridEditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGridEditService });
|
|
1872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseGridEditService, decorators: [{
|
|
1918
1873
|
type: Injectable
|
|
1919
1874
|
}], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
|
|
1920
1875
|
|
|
@@ -1933,7 +1888,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1933
1888
|
Version:
|
|
1934
1889
|
1.0
|
|
1935
1890
|
|
|
1936
|
-
Copyright (c) 2016-
|
|
1891
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1937
1892
|
</file>
|
|
1938
1893
|
*/
|
|
1939
1894
|
const consts = {
|
|
@@ -1957,7 +1912,7 @@ const consts = {
|
|
|
1957
1912
|
Version:
|
|
1958
1913
|
1.0
|
|
1959
1914
|
|
|
1960
|
-
Copyright (c) 2016-
|
|
1915
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1961
1916
|
</file>
|
|
1962
1917
|
*/
|
|
1963
1918
|
class NotificationsApiService extends BaseApiService {
|
|
@@ -1970,9 +1925,9 @@ class NotificationsApiService extends BaseApiService {
|
|
|
1970
1925
|
return this.get('retrieveNotifications');
|
|
1971
1926
|
}
|
|
1972
1927
|
}
|
|
1973
|
-
NotificationsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
1974
|
-
NotificationsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
1975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1928
|
+
NotificationsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NotificationsApiService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1929
|
+
NotificationsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NotificationsApiService, providedIn: 'root' });
|
|
1930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NotificationsApiService, decorators: [{
|
|
1976
1931
|
type: Injectable,
|
|
1977
1932
|
args: [{
|
|
1978
1933
|
providedIn: 'root'
|
|
@@ -1994,7 +1949,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
1994
1949
|
Version:
|
|
1995
1950
|
1.0
|
|
1996
1951
|
|
|
1997
|
-
Copyright (c) 2016-
|
|
1952
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
1998
1953
|
</file>
|
|
1999
1954
|
*/
|
|
2000
1955
|
class BillingApiService extends BaseApiService {
|
|
@@ -2031,58 +1986,12 @@ class BillingApiService extends BaseApiService {
|
|
|
2031
1986
|
});
|
|
2032
1987
|
}
|
|
2033
1988
|
}
|
|
2034
|
-
BillingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2035
|
-
BillingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.
|
|
2036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
1989
|
+
BillingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BillingApiService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1990
|
+
BillingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BillingApiService });
|
|
1991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BillingApiService, decorators: [{
|
|
2037
1992
|
type: Injectable
|
|
2038
1993
|
}], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
|
|
2039
1994
|
|
|
2040
|
-
/*
|
|
2041
|
-
<file>
|
|
2042
|
-
Project:
|
|
2043
|
-
@osovitny/anatoly
|
|
2044
|
-
|
|
2045
|
-
Authors:
|
|
2046
|
-
Vadim Osovitny
|
|
2047
|
-
Anatoly Osovitny
|
|
2048
|
-
|
|
2049
|
-
Created:
|
|
2050
|
-
4 Mar 2020
|
|
2051
|
-
|
|
2052
|
-
Version:
|
|
2053
|
-
1.0
|
|
2054
|
-
|
|
2055
|
-
Copyright (c) 2016-2021 Osovitny Inc. All rights reserved.
|
|
2056
|
-
</file>
|
|
2057
|
-
*/
|
|
2058
|
-
class AnatolyDataModule {
|
|
2059
|
-
constructor(parentModule) {
|
|
2060
|
-
throwIfAlreadyLoaded(parentModule, 'AnatolyDataModule');
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2063
|
-
AnatolyDataModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: AnatolyDataModule, deps: [{ token: AnatolyDataModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2064
|
-
AnatolyDataModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.5", ngImport: i0, type: AnatolyDataModule, imports: [CommonModule] });
|
|
2065
|
-
AnatolyDataModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: AnatolyDataModule, providers: [
|
|
2066
|
-
BillingApiService
|
|
2067
|
-
], imports: [CommonModule] });
|
|
2068
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: AnatolyDataModule, decorators: [{
|
|
2069
|
-
type: NgModule,
|
|
2070
|
-
args: [{
|
|
2071
|
-
imports: [
|
|
2072
|
-
CommonModule
|
|
2073
|
-
],
|
|
2074
|
-
providers: [
|
|
2075
|
-
BillingApiService
|
|
2076
|
-
],
|
|
2077
|
-
}]
|
|
2078
|
-
}], ctorParameters: function () {
|
|
2079
|
-
return [{ type: AnatolyDataModule, decorators: [{
|
|
2080
|
-
type: Optional
|
|
2081
|
-
}, {
|
|
2082
|
-
type: SkipSelf
|
|
2083
|
-
}] }];
|
|
2084
|
-
} });
|
|
2085
|
-
|
|
2086
1995
|
/*
|
|
2087
1996
|
<file>
|
|
2088
1997
|
Project:
|
|
@@ -2098,15 +2007,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2098
2007
|
Version:
|
|
2099
2008
|
1.0
|
|
2100
2009
|
|
|
2101
|
-
Copyright (c) 2016-
|
|
2010
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2102
2011
|
</file>
|
|
2103
2012
|
*/
|
|
2104
2013
|
class BaseComponent {
|
|
2105
2014
|
constructor() {
|
|
2106
|
-
this.subs = new Subs();
|
|
2015
|
+
this.subs = new Subs$1();
|
|
2107
2016
|
}
|
|
2108
2017
|
getQSId() {
|
|
2109
|
-
var id = Utils.getValueByNameInQS("id");
|
|
2018
|
+
var id = Utils$1.getValueByNameInQS("id");
|
|
2110
2019
|
if (typeof id === "undefined" || id == "")
|
|
2111
2020
|
return null;
|
|
2112
2021
|
return id;
|
|
@@ -2115,9 +2024,9 @@ class BaseComponent {
|
|
|
2115
2024
|
this.subs.unsubscribe();
|
|
2116
2025
|
}
|
|
2117
2026
|
}
|
|
2118
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2119
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2027
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2028
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: BaseComponent, selector: "ng-component", ngImport: i0, template: '', isInline: true });
|
|
2029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseComponent, decorators: [{
|
|
2121
2030
|
type: Component,
|
|
2122
2031
|
args: [{
|
|
2123
2032
|
template: ''
|
|
@@ -2139,7 +2048,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2139
2048
|
Version:
|
|
2140
2049
|
1.0
|
|
2141
2050
|
|
|
2142
|
-
Copyright (c) 2016-
|
|
2051
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2143
2052
|
</file>
|
|
2144
2053
|
*/
|
|
2145
2054
|
class BaseEditComponent extends BaseComponent {
|
|
@@ -2148,7 +2057,7 @@ class BaseEditComponent extends BaseComponent {
|
|
|
2148
2057
|
this.formSubmitted = false;
|
|
2149
2058
|
}
|
|
2150
2059
|
isActionAdding() {
|
|
2151
|
-
var id = Utils.getValueByNameInQS("id");
|
|
2060
|
+
var id = Utils$1.getValueByNameInQS("id");
|
|
2152
2061
|
if (typeof id === "undefined" || id == "")
|
|
2153
2062
|
return true;
|
|
2154
2063
|
return false;
|
|
@@ -2249,9 +2158,9 @@ class BaseEditComponent extends BaseComponent {
|
|
|
2249
2158
|
return this.formGroup.controls;
|
|
2250
2159
|
}
|
|
2251
2160
|
}
|
|
2252
|
-
BaseEditComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2253
|
-
BaseEditComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2161
|
+
BaseEditComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseEditComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2162
|
+
BaseEditComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: BaseEditComponent, selector: "ng-component", inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
2163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseEditComponent, decorators: [{
|
|
2255
2164
|
type: Component,
|
|
2256
2165
|
args: [{
|
|
2257
2166
|
template: ''
|
|
@@ -2295,9 +2204,9 @@ class BaseDialog extends BaseEditComponent {
|
|
|
2295
2204
|
this._opened = false;
|
|
2296
2205
|
}
|
|
2297
2206
|
}
|
|
2298
|
-
BaseDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2299
|
-
BaseDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2207
|
+
BaseDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseDialog, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2208
|
+
BaseDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: BaseDialog, selector: "ng-component", inputs: { opened: "opened" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
2209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseDialog, decorators: [{
|
|
2301
2210
|
type: Component,
|
|
2302
2211
|
args: [{
|
|
2303
2212
|
template: ''
|
|
@@ -2321,14 +2230,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2321
2230
|
Version:
|
|
2322
2231
|
1.0
|
|
2323
2232
|
|
|
2324
|
-
Copyright (c) 2016-
|
|
2233
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2325
2234
|
</file>
|
|
2326
2235
|
*/
|
|
2327
2236
|
class SignUpButtonComponent {
|
|
2328
2237
|
}
|
|
2329
|
-
SignUpButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2330
|
-
SignUpButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2238
|
+
SignUpButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignUpButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2239
|
+
SignUpButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignUpButtonComponent, selector: "anatoly-signup-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signup\" class=\"{{classbtn}}\">Sign Up</a>\r\n" });
|
|
2240
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignUpButtonComponent, decorators: [{
|
|
2332
2241
|
type: Component,
|
|
2333
2242
|
args: [{ selector: "anatoly-signup-button", template: "<a href=\"identity/signup\" class=\"{{classbtn}}\">Sign Up</a>\r\n" }]
|
|
2334
2243
|
}], propDecorators: { classbtn: [{
|
|
@@ -2347,7 +2256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2347
2256
|
Created:
|
|
2348
2257
|
14 Aug 2018
|
|
2349
2258
|
|
|
2350
|
-
Copyright (c) 2016-
|
|
2259
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2351
2260
|
</file>
|
|
2352
2261
|
*/
|
|
2353
2262
|
class BuyAccessButtonComponent {
|
|
@@ -2376,21 +2285,21 @@ class BuyAccessButtonComponent {
|
|
|
2376
2285
|
onBuyPlan() {
|
|
2377
2286
|
const text = `Requested plan: ${this.plantitle} `;
|
|
2378
2287
|
const that = this;
|
|
2379
|
-
Alerts.areYouSure(text, 'Buying access', 'Confirm change', 'Cancel', () => {
|
|
2288
|
+
Alerts$1.areYouSure(text, 'Buying access', 'Confirm change', 'Cancel', () => {
|
|
2380
2289
|
that.api.buyAccess(that.plan, () => {
|
|
2381
|
-
Alerts.success('Access Granted', null, null, () => {
|
|
2290
|
+
Alerts$1.success('Access Granted', null, null, () => {
|
|
2382
2291
|
window.location.reload();
|
|
2383
2292
|
});
|
|
2384
2293
|
});
|
|
2385
2294
|
});
|
|
2386
2295
|
}
|
|
2387
2296
|
}
|
|
2388
|
-
BuyAccessButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2389
|
-
BuyAccessButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2297
|
+
BuyAccessButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BuyAccessButtonComponent, deps: [{ token: i1$5.AppContextService }, { token: i2.BillingApiService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2298
|
+
BuyAccessButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: BuyAccessButtonComponent, selector: "anatoly-buyaccess-button", inputs: { plan: "plan", plantitle: "plantitle" }, ngImport: i0, 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\">\r\n <button class=\"btn btn-block btn-success selectPlan\" *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"plan != currentPlan && currentPlan == 1\" (click)=\"onBuyPlan()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SignUpButtonComponent, selector: "anatoly-signup-button", inputs: ["classbtn"] }] });
|
|
2299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BuyAccessButtonComponent, decorators: [{
|
|
2391
2300
|
type: Component,
|
|
2392
2301
|
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\">\r\n <button class=\"btn btn-block btn-success selectPlan\" *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"plan != currentPlan && currentPlan == 1\" (click)=\"onBuyPlan()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n" }]
|
|
2393
|
-
}], ctorParameters: function () { return [{ type: AppContextService }, { type: BillingApiService }]; }, propDecorators: { plan: [{
|
|
2302
|
+
}], ctorParameters: function () { return [{ type: i1$5.AppContextService }, { type: i2.BillingApiService }]; }, propDecorators: { plan: [{
|
|
2394
2303
|
type: Input
|
|
2395
2304
|
}], plantitle: [{
|
|
2396
2305
|
type: Input
|
|
@@ -2411,10 +2320,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2411
2320
|
Version:
|
|
2412
2321
|
1.0
|
|
2413
2322
|
|
|
2414
|
-
Copyright (c) 2016-
|
|
2323
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2415
2324
|
</file>
|
|
2416
2325
|
*/
|
|
2417
|
-
// Services
|
|
2418
2326
|
class UpgradePlanButtonComponent {
|
|
2419
2327
|
constructor(api) {
|
|
2420
2328
|
this.api = api;
|
|
@@ -2422,21 +2330,21 @@ class UpgradePlanButtonComponent {
|
|
|
2422
2330
|
onUpgradePlan() {
|
|
2423
2331
|
const text = `Current plan: ${this.currentplantitle} New plan: ${this.requestedplantitle}`;
|
|
2424
2332
|
const that = this;
|
|
2425
|
-
Alerts.areYouSure(text, 'Change billing plan', 'Confirm change', 'Cancel', () => {
|
|
2333
|
+
Alerts$1.areYouSure(text, 'Change billing plan', 'Confirm change', 'Cancel', () => {
|
|
2426
2334
|
that.api.requestNewSubscription(that.requestedplan, () => {
|
|
2427
|
-
Alerts.success('Your request for changing plan has been sent.', null, null, () => {
|
|
2335
|
+
Alerts$1.success('Your request for changing plan has been sent.', null, null, () => {
|
|
2428
2336
|
window.location.reload();
|
|
2429
2337
|
});
|
|
2430
2338
|
});
|
|
2431
2339
|
});
|
|
2432
2340
|
}
|
|
2433
2341
|
}
|
|
2434
|
-
UpgradePlanButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2435
|
-
UpgradePlanButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2342
|
+
UpgradePlanButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: UpgradePlanButtonComponent, deps: [{ token: i2.BillingApiService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2343
|
+
UpgradePlanButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: UpgradePlanButtonComponent, selector: "anatoly-upgrade-plan-button", inputs: { currentplantitle: "currentplantitle", requestedplan: "requestedplan", requestedplantitle: "requestedplantitle" }, ngImport: i0, template: "<button class=\"btn btn-block btn-primary\" (click)=\"onUpgradePlan()\">\r\n Upgrade\r\n</button>\r\n" });
|
|
2344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: UpgradePlanButtonComponent, decorators: [{
|
|
2437
2345
|
type: Component,
|
|
2438
2346
|
args: [{ selector: 'anatoly-upgrade-plan-button', template: "<button class=\"btn btn-block btn-primary\" (click)=\"onUpgradePlan()\">\r\n Upgrade\r\n</button>\r\n" }]
|
|
2439
|
-
}], ctorParameters: function () { return [{ type: BillingApiService }]; }, propDecorators: { currentplantitle: [{
|
|
2347
|
+
}], ctorParameters: function () { return [{ type: i2.BillingApiService }]; }, propDecorators: { currentplantitle: [{
|
|
2440
2348
|
type: Input
|
|
2441
2349
|
}], requestedplan: [{
|
|
2442
2350
|
type: Input
|
|
@@ -2459,7 +2367,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2459
2367
|
Version:
|
|
2460
2368
|
1.0
|
|
2461
2369
|
|
|
2462
|
-
Copyright (c) 2016-
|
|
2370
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2463
2371
|
</file>
|
|
2464
2372
|
*/
|
|
2465
2373
|
class SubscribePlanButtonComponent {
|
|
@@ -2489,12 +2397,12 @@ class SubscribePlanButtonComponent {
|
|
|
2489
2397
|
});
|
|
2490
2398
|
}
|
|
2491
2399
|
}
|
|
2492
|
-
SubscribePlanButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2493
|
-
SubscribePlanButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2400
|
+
SubscribePlanButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SubscribePlanButtonComponent, deps: [{ token: i1$5.AppContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2401
|
+
SubscribePlanButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SubscribePlanButtonComponent, selector: "anatoly-subscribe-plan-button", inputs: { plan: "plan", plantitle: "plantitle" }, ngImport: i0, 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\">\r\n <button class=\"btn btn-block btn-success selectPlan\" *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"requestedPlan != null && requestedPlan != 0 && plan == requestedPlan\">\r\n Requested\r\n </button>\r\n\r\n <anatoly-upgrade-plan-button *ngIf=\"plan != currentPlan && plan != requestedPlan\"\r\n [currentplantitle]=\"currentPlanTitle\"\r\n [requestedplan]=plan\r\n [requestedplantitle]=\"plantitle\">\r\n </anatoly-upgrade-plan-button>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: UpgradePlanButtonComponent, selector: "anatoly-upgrade-plan-button", inputs: ["currentplantitle", "requestedplan", "requestedplantitle"] }, { kind: "component", type: SignUpButtonComponent, selector: "anatoly-signup-button", inputs: ["classbtn"] }] });
|
|
2402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SubscribePlanButtonComponent, decorators: [{
|
|
2495
2403
|
type: Component,
|
|
2496
2404
|
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\">\r\n <button class=\"btn btn-block btn-success selectPlan\" *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" *ngIf=\"requestedPlan != null && requestedPlan != 0 && plan == requestedPlan\">\r\n Requested\r\n </button>\r\n\r\n <anatoly-upgrade-plan-button *ngIf=\"plan != currentPlan && plan != requestedPlan\"\r\n [currentplantitle]=\"currentPlanTitle\"\r\n [requestedplan]=plan\r\n [requestedplantitle]=\"plantitle\">\r\n </anatoly-upgrade-plan-button>\r\n </div>\r\n</div>\r\n" }]
|
|
2497
|
-
}], ctorParameters: function () { return [{ type: AppContextService }]; }, propDecorators: { plan: [{
|
|
2405
|
+
}], ctorParameters: function () { return [{ type: i1$5.AppContextService }]; }, propDecorators: { plan: [{
|
|
2498
2406
|
type: Input
|
|
2499
2407
|
}], plantitle: [{
|
|
2500
2408
|
type: Input
|
|
@@ -2515,7 +2423,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2515
2423
|
Version:
|
|
2516
2424
|
1.0
|
|
2517
2425
|
|
|
2518
|
-
Copyright (c) 2016-
|
|
2426
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2519
2427
|
</file>
|
|
2520
2428
|
*/
|
|
2521
2429
|
class ContentHeaderComponent {
|
|
@@ -2525,9 +2433,9 @@ class ContentHeaderComponent {
|
|
|
2525
2433
|
}
|
|
2526
2434
|
}
|
|
2527
2435
|
}
|
|
2528
|
-
ContentHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2529
|
-
ContentHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2530
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2436
|
+
ContentHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContentHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2437
|
+
ContentHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ContentHeaderComponent, selector: "anatoly-content-header", inputs: { title: "title" }, ngImport: i0, template: "<h2 class=\"page-header\">\r\n {{title}}\r\n <!--<small>Optional {{title}}</small>-->\r\n</h2>\r\n" });
|
|
2438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContentHeaderComponent, decorators: [{
|
|
2531
2439
|
type: Component,
|
|
2532
2440
|
args: [{ selector: "anatoly-content-header", template: "<h2 class=\"page-header\">\r\n {{title}}\r\n <!--<small>Optional {{title}}</small>-->\r\n</h2>\r\n" }]
|
|
2533
2441
|
}], propDecorators: { title: [{
|
|
@@ -2549,7 +2457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2549
2457
|
Version:
|
|
2550
2458
|
1.0
|
|
2551
2459
|
|
|
2552
|
-
Copyright (c) 2016-
|
|
2460
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2553
2461
|
</file>
|
|
2554
2462
|
*/
|
|
2555
2463
|
const DefaultEditorOptions = {
|
|
@@ -2638,7 +2546,7 @@ const DefaultEditorOptions = {
|
|
|
2638
2546
|
Version:
|
|
2639
2547
|
1.0
|
|
2640
2548
|
|
|
2641
|
-
Copyright (c) 2016-
|
|
2549
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2642
2550
|
</file>
|
|
2643
2551
|
*/
|
|
2644
2552
|
class BaseHtmlEditorComponent extends BaseEditComponent {
|
|
@@ -2656,7 +2564,7 @@ class BaseHtmlEditorComponent extends BaseEditComponent {
|
|
|
2656
2564
|
opt = JSON.parse(this.editorOptions);
|
|
2657
2565
|
}
|
|
2658
2566
|
let newOptions = $.extend({}, DefaultEditorOptions, opt);
|
|
2659
|
-
const key = AppCoreSettings.froalaEditorKey;
|
|
2567
|
+
const key = AppCoreSettings$1.froalaEditorKey;
|
|
2660
2568
|
if (key) {
|
|
2661
2569
|
newOptions = $.extend({}, newOptions, JSON.parse('{ "key": "' + key + '" }'));
|
|
2662
2570
|
}
|
|
@@ -2714,9 +2622,9 @@ class BaseHtmlEditorComponent extends BaseEditComponent {
|
|
|
2714
2622
|
});
|
|
2715
2623
|
}
|
|
2716
2624
|
}
|
|
2717
|
-
BaseHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2718
|
-
BaseHtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2625
|
+
BaseHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2626
|
+
BaseHtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: BaseHtmlEditorComponent, selector: "ng-component", inputs: { editorLabelText: "editorLabelText", editorOptions: "editorOptions" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
2627
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BaseHtmlEditorComponent, decorators: [{
|
|
2720
2628
|
type: Component,
|
|
2721
2629
|
args: [{
|
|
2722
2630
|
template: "",
|
|
@@ -2742,7 +2650,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2742
2650
|
Version:
|
|
2743
2651
|
1.0
|
|
2744
2652
|
|
|
2745
|
-
Copyright (c) 2016-
|
|
2653
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2746
2654
|
</file>
|
|
2747
2655
|
*/
|
|
2748
2656
|
class NativeElementDirective {
|
|
@@ -2755,14 +2663,14 @@ class NativeElementDirective {
|
|
|
2755
2663
|
this.control.control.nativeElement = this.el.nativeElement;
|
|
2756
2664
|
}
|
|
2757
2665
|
}
|
|
2758
|
-
NativeElementDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2759
|
-
NativeElementDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.
|
|
2760
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2666
|
+
NativeElementDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NativeElementDirective, deps: [{ token: i0.ElementRef }, { token: i1$7.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2667
|
+
NativeElementDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.6", type: NativeElementDirective, selector: "[formControl], [formControlName]", ngImport: i0 });
|
|
2668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NativeElementDirective, decorators: [{
|
|
2761
2669
|
type: Directive,
|
|
2762
2670
|
args: [{
|
|
2763
2671
|
selector: '[formControl], [formControlName]'
|
|
2764
2672
|
}]
|
|
2765
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type:
|
|
2673
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$7.NgControl }]; } });
|
|
2766
2674
|
|
|
2767
2675
|
/*
|
|
2768
2676
|
<file>
|
|
@@ -2779,7 +2687,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2779
2687
|
Version:
|
|
2780
2688
|
1.0
|
|
2781
2689
|
|
|
2782
|
-
Copyright (c) 2016-
|
|
2690
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2783
2691
|
</file>
|
|
2784
2692
|
*/
|
|
2785
2693
|
class ValidationSummaryComponent extends BaseEditComponent {
|
|
@@ -2879,9 +2787,9 @@ class ValidationSummaryComponent extends BaseEditComponent {
|
|
|
2879
2787
|
return title;
|
|
2880
2788
|
}
|
|
2881
2789
|
}
|
|
2882
|
-
ValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2883
|
-
ValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2790
|
+
ValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2791
|
+
ValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ValidationSummaryComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
2792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ValidationSummaryComponent, decorators: [{
|
|
2885
2793
|
type: Component,
|
|
2886
2794
|
args: [{
|
|
2887
2795
|
template: "",
|
|
@@ -2903,7 +2811,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2903
2811
|
Version:
|
|
2904
2812
|
1.0
|
|
2905
2813
|
|
|
2906
|
-
Copyright (c) 2016-
|
|
2814
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2907
2815
|
</file>
|
|
2908
2816
|
*/
|
|
2909
2817
|
class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
@@ -2911,9 +2819,9 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
2911
2819
|
super();
|
|
2912
2820
|
}
|
|
2913
2821
|
}
|
|
2914
|
-
ItemValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2915
|
-
ItemValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2822
|
+
ItemValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ItemValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2823
|
+
ItemValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: { controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, 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", dependencies: [{ kind: "directive", type: i1$6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ItemValidationSummaryComponent, decorators: [{
|
|
2917
2825
|
type: Component,
|
|
2918
2826
|
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" }]
|
|
2919
2827
|
}], ctorParameters: function () { return []; }, propDecorators: { controlName: [{
|
|
@@ -2937,7 +2845,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2937
2845
|
Version:
|
|
2938
2846
|
1.0
|
|
2939
2847
|
|
|
2940
|
-
Copyright (c) 2016-
|
|
2848
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2941
2849
|
</file>
|
|
2942
2850
|
*/
|
|
2943
2851
|
class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
@@ -2951,9 +2859,9 @@ class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
2951
2859
|
});
|
|
2952
2860
|
}
|
|
2953
2861
|
}
|
|
2954
|
-
FormsHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
2955
|
-
FormsHtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
2956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2862
|
+
FormsHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FormsHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2863
|
+
FormsHtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: FormsHtmlEditorComponent, selector: "anatoly-forms-html-editor", inputs: { editorFormKey: "editorFormKey" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]=\"formGroup\">\r\n <div class=\"form-group\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\">\r\n <label class=\"control-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\"\r\n [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\">\r\n </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</div>\r\n", dependencies: [{ kind: "directive", type: i1$6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$7.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$7.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$8.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
|
|
2864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FormsHtmlEditorComponent, decorators: [{
|
|
2957
2865
|
type: Component,
|
|
2958
2866
|
args: [{ selector: "anatoly-forms-html-editor", template: "<div [formGroup]=\"formGroup\">\r\n <div class=\"form-group\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\">\r\n <label class=\"control-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\"\r\n [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\">\r\n </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</div>\r\n" }]
|
|
2959
2867
|
}], ctorParameters: function () { return []; }, propDecorators: { editorFormKey: [{
|
|
@@ -2975,7 +2883,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
2975
2883
|
Version:
|
|
2976
2884
|
1.0
|
|
2977
2885
|
|
|
2978
|
-
Copyright (c) 2016-
|
|
2886
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2979
2887
|
</file>
|
|
2980
2888
|
*/
|
|
2981
2889
|
class HtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
@@ -2999,9 +2907,9 @@ class HtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
2999
2907
|
return editor.html.get(false);
|
|
3000
2908
|
}
|
|
3001
2909
|
}
|
|
3002
|
-
HtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3003
|
-
HtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
3004
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2910
|
+
HtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: HtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2911
|
+
HtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: HtmlEditorComponent, selector: "anatoly-html-editor", usesInheritance: true, ngImport: i0, template: "<div>\r\n <label>{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\">\r\n </textarea>\r\n</div>", dependencies: [{ kind: "directive", type: i1$8.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }] });
|
|
2912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: HtmlEditorComponent, decorators: [{
|
|
3005
2913
|
type: Component,
|
|
3006
2914
|
args: [{ selector: "anatoly-html-editor", template: "<div>\r\n <label>{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\">\r\n </textarea>\r\n</div>" }]
|
|
3007
2915
|
}], ctorParameters: function () { return []; } });
|
|
@@ -3021,15 +2929,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3021
2929
|
Version:
|
|
3022
2930
|
1.0
|
|
3023
2931
|
|
|
3024
|
-
Copyright (c) 2016-
|
|
2932
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3025
2933
|
</file>
|
|
3026
2934
|
*/
|
|
3027
2935
|
class SignInButtonComponent {
|
|
3028
2936
|
constructor() { }
|
|
3029
2937
|
}
|
|
3030
|
-
SignInButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3031
|
-
SignInButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
3032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2938
|
+
SignInButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2939
|
+
SignInButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignInButtonComponent, selector: "anatoly-signin-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" });
|
|
2940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, decorators: [{
|
|
3033
2941
|
type: Component,
|
|
3034
2942
|
args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
|
|
3035
2943
|
}], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
|
|
@@ -3051,15 +2959,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3051
2959
|
Version:
|
|
3052
2960
|
1.0
|
|
3053
2961
|
|
|
3054
|
-
Copyright (c) 2016-
|
|
2962
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3055
2963
|
</file>
|
|
3056
2964
|
*/
|
|
3057
2965
|
class SignOutButtonComponent {
|
|
3058
2966
|
constructor() { }
|
|
3059
2967
|
}
|
|
3060
|
-
SignOutButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3061
|
-
SignOutButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
3062
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
2968
|
+
SignOutButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2969
|
+
SignOutButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignOutButtonComponent, selector: "anatoly-signout-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" });
|
|
2970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, decorators: [{
|
|
3063
2971
|
type: Component,
|
|
3064
2972
|
args: [{ selector: "anatoly-signout-button", template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
|
|
3065
2973
|
}], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
|
|
@@ -3081,14 +2989,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3081
2989
|
Version:
|
|
3082
2990
|
1.0
|
|
3083
2991
|
|
|
3084
|
-
Copyright (c) 2016-
|
|
2992
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3085
2993
|
</file>
|
|
3086
2994
|
*/
|
|
3087
2995
|
class LoadingComponent {
|
|
3088
2996
|
constructor(loadingService) {
|
|
3089
2997
|
this.loadingService = loadingService;
|
|
3090
2998
|
// Private
|
|
3091
|
-
this.subs = new Subs();
|
|
2999
|
+
this.subs = new Subs$1();
|
|
3092
3000
|
// Public
|
|
3093
3001
|
this.show = false;
|
|
3094
3002
|
}
|
|
@@ -3101,12 +3009,12 @@ class LoadingComponent {
|
|
|
3101
3009
|
this.subs.unsubscribe();
|
|
3102
3010
|
}
|
|
3103
3011
|
}
|
|
3104
|
-
LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3105
|
-
LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
3106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3012
|
+
LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, deps: [{ token: i1$9.LoadingService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3013
|
+
LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: LoadingComponent, selector: "anatoly-loading", ngImport: i0, template: "<div *ngIf=\"show\">\r\n <span id=\"pnlLoading\" class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
3107
3015
|
type: Component,
|
|
3108
3016
|
args: [{ selector: 'anatoly-loading', template: "<div *ngIf=\"show\">\r\n <span id=\"pnlLoading\" class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
|
|
3109
|
-
}], ctorParameters: function () { return [{ type: LoadingService }]; } });
|
|
3017
|
+
}], ctorParameters: function () { return [{ type: i1$9.LoadingService }]; } });
|
|
3110
3018
|
|
|
3111
3019
|
/*
|
|
3112
3020
|
<file>
|
|
@@ -3123,7 +3031,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3123
3031
|
Version:
|
|
3124
3032
|
1.0
|
|
3125
3033
|
|
|
3126
|
-
Copyright (c) 2016-
|
|
3034
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3127
3035
|
</file>
|
|
3128
3036
|
*/
|
|
3129
3037
|
const SpinnerSpinKit = {
|
|
@@ -3161,9 +3069,9 @@ class SpinnerComponent {
|
|
|
3161
3069
|
this.isSpinnerVisible = false;
|
|
3162
3070
|
}
|
|
3163
3071
|
}
|
|
3164
|
-
SpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3165
|
-
SpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.
|
|
3166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3072
|
+
SpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SpinnerComponent, deps: [{ token: i1.Router }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Component });
|
|
3073
|
+
SpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SpinnerComponent, selector: "spinner", inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, ngImport: i0, template: "<div id=\"spinner-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"spinner-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === spinnerSpinKit.spinnerLine\">\r\n <div class=\"spinner-child spinner-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
3074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SpinnerComponent, decorators: [{
|
|
3167
3075
|
type: Component,
|
|
3168
3076
|
args: [{ selector: 'spinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"spinner-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"spinner-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === spinnerSpinKit.spinnerLine\">\r\n <div class=\"spinner-child spinner-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
3169
3077
|
}], ctorParameters: function () {
|
|
@@ -3177,6 +3085,173 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3177
3085
|
type: Input
|
|
3178
3086
|
}] } });
|
|
3179
3087
|
|
|
3088
|
+
/*
|
|
3089
|
+
<file>
|
|
3090
|
+
Project:
|
|
3091
|
+
@osovitny/anatoly
|
|
3092
|
+
|
|
3093
|
+
Authors:
|
|
3094
|
+
Vadim Osovitny
|
|
3095
|
+
Anatoly Osovitny
|
|
3096
|
+
|
|
3097
|
+
Created:
|
|
3098
|
+
7 Dec 2017
|
|
3099
|
+
|
|
3100
|
+
Version:
|
|
3101
|
+
1.0
|
|
3102
|
+
|
|
3103
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3104
|
+
</file>
|
|
3105
|
+
*/
|
|
3106
|
+
class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3107
|
+
constructor() {
|
|
3108
|
+
super();
|
|
3109
|
+
this.visible = false;
|
|
3110
|
+
this.customerrors = [];
|
|
3111
|
+
/*
|
|
3112
|
+
0 - only FormValidation messages
|
|
3113
|
+
1 - only Custom messages
|
|
3114
|
+
2 - all
|
|
3115
|
+
*/
|
|
3116
|
+
this.viewtype = 0;
|
|
3117
|
+
}
|
|
3118
|
+
getErrors() {
|
|
3119
|
+
if (this.viewtype == 1) {
|
|
3120
|
+
return this.customerrors;
|
|
3121
|
+
}
|
|
3122
|
+
let formValidationMessages = this.getFormValidationMessages();
|
|
3123
|
+
if (this.viewtype == 0) {
|
|
3124
|
+
return formValidationMessages;
|
|
3125
|
+
}
|
|
3126
|
+
var messages = [];
|
|
3127
|
+
if (formValidationMessages.length > 0) {
|
|
3128
|
+
messages.push(...formValidationMessages);
|
|
3129
|
+
}
|
|
3130
|
+
if (this.customerrors.length > 0) {
|
|
3131
|
+
messages.push(...this.customerrors);
|
|
3132
|
+
}
|
|
3133
|
+
return messages;
|
|
3134
|
+
}
|
|
3135
|
+
}
|
|
3136
|
+
FormValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FormValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3137
|
+
FormValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: FormValidationSummaryComponent, selector: "anatoly-form-validation-summary", inputs: { visible: "visible", customerrors: "customerrors", viewtype: "viewtype" }, usesInheritance: true, ngImport: i0, 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", dependencies: [{ kind: "directive", type: i1$6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FormValidationSummaryComponent, decorators: [{
|
|
3139
|
+
type: Component,
|
|
3140
|
+
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" }]
|
|
3141
|
+
}], ctorParameters: function () { return []; }, propDecorators: { visible: [{
|
|
3142
|
+
type: Input
|
|
3143
|
+
}], customerrors: [{
|
|
3144
|
+
type: Input
|
|
3145
|
+
}], viewtype: [{
|
|
3146
|
+
type: Input
|
|
3147
|
+
}] } });
|
|
3148
|
+
|
|
3149
|
+
/*
|
|
3150
|
+
<file>
|
|
3151
|
+
Project:
|
|
3152
|
+
@osovitny/anatoly
|
|
3153
|
+
|
|
3154
|
+
Authors:
|
|
3155
|
+
Vadim Osovitny
|
|
3156
|
+
Anatoly Osovitny
|
|
3157
|
+
|
|
3158
|
+
Created:
|
|
3159
|
+
29 June 2020
|
|
3160
|
+
|
|
3161
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3162
|
+
</file>
|
|
3163
|
+
*/
|
|
3164
|
+
class ContactUsForm extends BaseEditComponent$1 {
|
|
3165
|
+
constructor(fb, appContext, api, notificationService) {
|
|
3166
|
+
super();
|
|
3167
|
+
this.fb = fb;
|
|
3168
|
+
this.appContext = appContext;
|
|
3169
|
+
this.api = api;
|
|
3170
|
+
this.notificationService = notificationService;
|
|
3171
|
+
this.isUserSignedIn = false;
|
|
3172
|
+
this.topicList = [
|
|
3173
|
+
{ value: 'Billing & Pricing' },
|
|
3174
|
+
{ value: 'Legal & Privacy' },
|
|
3175
|
+
{ value: 'Repor abuse' },
|
|
3176
|
+
{ value: 'Technical Support' },
|
|
3177
|
+
{ value: 'Other' }
|
|
3178
|
+
];
|
|
3179
|
+
//Inputs
|
|
3180
|
+
this.showActionButtons = true;
|
|
3181
|
+
//Outputs
|
|
3182
|
+
this.submit = new EventEmitter();
|
|
3183
|
+
}
|
|
3184
|
+
ngOnInit() {
|
|
3185
|
+
this.createFormGroup();
|
|
3186
|
+
this.init();
|
|
3187
|
+
}
|
|
3188
|
+
createFormGroup() {
|
|
3189
|
+
this.formGroup = this.fb.group({
|
|
3190
|
+
captcha: new FormControl(null, [Validators.required]),
|
|
3191
|
+
name: new FormControl('', [Validators.required]),
|
|
3192
|
+
email: new FormControl('', [Validators.required]),
|
|
3193
|
+
topic: new FormControl('', [Validators.required]),
|
|
3194
|
+
subject: new FormControl('', [Validators.required]),
|
|
3195
|
+
message: new FormControl('', [Validators.required])
|
|
3196
|
+
});
|
|
3197
|
+
}
|
|
3198
|
+
init() {
|
|
3199
|
+
this.appContext.getCurrent(context => {
|
|
3200
|
+
this.isUserSignedIn = context.isUserSignedIn;
|
|
3201
|
+
this.siteKey = context.reCaptchaSiteKey;
|
|
3202
|
+
this.selectedTopic = this.topicList[3].value;
|
|
3203
|
+
this.setFormValue('topic', this.selectedTopic);
|
|
3204
|
+
if (this.isUserSignedIn) {
|
|
3205
|
+
this.setFormValue('name', context.user.displayNameOrFullName);
|
|
3206
|
+
this.setFormValue('email', context.user.email);
|
|
3207
|
+
}
|
|
3208
|
+
}, false);
|
|
3209
|
+
}
|
|
3210
|
+
isValid() {
|
|
3211
|
+
return this.formGroup.valid;
|
|
3212
|
+
}
|
|
3213
|
+
contactUs() {
|
|
3214
|
+
this.formSubmitted = true;
|
|
3215
|
+
if (!this.isValid())
|
|
3216
|
+
return;
|
|
3217
|
+
const captcha = this.getFormValue('captcha');
|
|
3218
|
+
const name = this.getFormValue('name');
|
|
3219
|
+
const email = this.getFormValue('email');
|
|
3220
|
+
const topic = this.selectedTopic;
|
|
3221
|
+
const subject = this.getFormValue('subject');
|
|
3222
|
+
const message = this.getFormValue('message');
|
|
3223
|
+
this.api.sendContactUs(captcha, name, email, topic, subject, message, () => {
|
|
3224
|
+
this.formSubmitted = false;
|
|
3225
|
+
this.notificationService.success('Message has been sent successfully');
|
|
3226
|
+
this.formGroup.reset();
|
|
3227
|
+
this.recaptcha.resetCaptcha();
|
|
3228
|
+
this.submit.emit();
|
|
3229
|
+
}, () => {
|
|
3230
|
+
this.notificationService.error();
|
|
3231
|
+
});
|
|
3232
|
+
}
|
|
3233
|
+
//Events
|
|
3234
|
+
onSubmit() {
|
|
3235
|
+
this.contactUs();
|
|
3236
|
+
}
|
|
3237
|
+
onTopicChange(event) {
|
|
3238
|
+
this.selectedTopic = event.target.value;
|
|
3239
|
+
}
|
|
3240
|
+
}
|
|
3241
|
+
ContactUsForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContactUsForm, deps: [{ token: i1$7.FormBuilder }, { token: i1$5.AppContextService }, { token: i3.EmailsApiService }, { token: i4.NotificationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3242
|
+
ContactUsForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ContactUsForm, selector: "anatoly-forms-contactus-form", inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, viewQueries: [{ propertyName: "recaptcha", first: true, predicate: ["recaptcha"], descendants: true }], usesInheritance: true, ngImport: i0, 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-6\">\r\n <div style='transform:scale(0.8);transform-origin:0;'>\r\n <ngx-recaptcha2 #recaptcha [siteKey]='siteKey' formControlName='captcha'></ngx-recaptcha2>\r\n </div>\r\n </div>\r\n <div class=\"col-6\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success float-right m-t-20'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n", dependencies: [{ kind: "directive", type: i1$6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$6.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$7.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$7.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$7.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$7.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$7.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$7.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size", "hl"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: FormValidationSummaryComponent, selector: "anatoly-form-validation-summary", inputs: ["visible", "customerrors", "viewtype"] }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
|
|
3243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContactUsForm, decorators: [{
|
|
3244
|
+
type: Component,
|
|
3245
|
+
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-6\">\r\n <div style='transform:scale(0.8);transform-origin:0;'>\r\n <ngx-recaptcha2 #recaptcha [siteKey]='siteKey' formControlName='captcha'></ngx-recaptcha2>\r\n </div>\r\n </div>\r\n <div class=\"col-6\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success float-right m-t-20'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n" }]
|
|
3246
|
+
}], ctorParameters: function () { return [{ type: i1$7.FormBuilder }, { type: i1$5.AppContextService }, { type: i3.EmailsApiService }, { type: i4.NotificationService }]; }, propDecorators: { showActionButtons: [{
|
|
3247
|
+
type: Input
|
|
3248
|
+
}], submit: [{
|
|
3249
|
+
type: Output
|
|
3250
|
+
}], recaptcha: [{
|
|
3251
|
+
type: ViewChild,
|
|
3252
|
+
args: ['recaptcha']
|
|
3253
|
+
}] } });
|
|
3254
|
+
|
|
3180
3255
|
/*
|
|
3181
3256
|
<file>
|
|
3182
3257
|
Project:
|
|
@@ -3192,7 +3267,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3192
3267
|
Version:
|
|
3193
3268
|
1.0
|
|
3194
3269
|
|
|
3195
|
-
Copyright (c) 2016-
|
|
3270
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3196
3271
|
</file>
|
|
3197
3272
|
*/
|
|
3198
3273
|
class ReplaceTextPipe {
|
|
@@ -3205,9 +3280,9 @@ class ReplaceTextPipe {
|
|
|
3205
3280
|
}
|
|
3206
3281
|
}
|
|
3207
3282
|
}
|
|
3208
|
-
ReplaceTextPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3209
|
-
ReplaceTextPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.
|
|
3210
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3283
|
+
ReplaceTextPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ReplaceTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3284
|
+
ReplaceTextPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: ReplaceTextPipe, name: "replaceText" });
|
|
3285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ReplaceTextPipe, decorators: [{
|
|
3211
3286
|
type: Pipe,
|
|
3212
3287
|
args: [{
|
|
3213
3288
|
name: "replaceText",
|
|
@@ -3229,7 +3304,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3229
3304
|
Version:
|
|
3230
3305
|
1.0
|
|
3231
3306
|
|
|
3232
|
-
Copyright (c) 2016-
|
|
3307
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3233
3308
|
</file>
|
|
3234
3309
|
*/
|
|
3235
3310
|
class FileSizePipe {
|
|
@@ -3247,9 +3322,9 @@ class FileSizePipe {
|
|
|
3247
3322
|
return bytes.toFixed(+precision) + ' ' + this.units[unit];
|
|
3248
3323
|
}
|
|
3249
3324
|
}
|
|
3250
|
-
FileSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3251
|
-
FileSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.
|
|
3252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3325
|
+
FileSizePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FileSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3326
|
+
FileSizePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: FileSizePipe, name: "filesize" });
|
|
3327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FileSizePipe, decorators: [{
|
|
3253
3328
|
type: Pipe,
|
|
3254
3329
|
args: [{
|
|
3255
3330
|
name: 'filesize',
|
|
@@ -3271,7 +3346,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3271
3346
|
Version:
|
|
3272
3347
|
1.0
|
|
3273
3348
|
|
|
3274
|
-
Copyright (c) 2016-
|
|
3349
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3275
3350
|
</file>
|
|
3276
3351
|
*/
|
|
3277
3352
|
class SafeHtmlPipe {
|
|
@@ -3282,9 +3357,9 @@ class SafeHtmlPipe {
|
|
|
3282
3357
|
return this.sanitized.bypassSecurityTrustHtml(value);
|
|
3283
3358
|
}
|
|
3284
3359
|
}
|
|
3285
|
-
SafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3286
|
-
SafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.
|
|
3287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3360
|
+
SafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3361
|
+
SafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: SafeHtmlPipe, name: "safeHtml" });
|
|
3362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
3288
3363
|
type: Pipe,
|
|
3289
3364
|
args: [{ name: 'safeHtml' }]
|
|
3290
3365
|
}], ctorParameters: function () { return [{ type: i1$4.DomSanitizer }]; } });
|
|
@@ -3299,56 +3374,90 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3299
3374
|
Anatoly Osovitny
|
|
3300
3375
|
|
|
3301
3376
|
Created:
|
|
3302
|
-
|
|
3377
|
+
29 June 2020
|
|
3303
3378
|
|
|
3304
|
-
|
|
3305
|
-
|
|
3379
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3380
|
+
</file>
|
|
3381
|
+
*/
|
|
3382
|
+
let InjectorInstance;
|
|
3383
|
+
class AnatolyCoreModule {
|
|
3384
|
+
constructor(injector, parentModule) {
|
|
3385
|
+
this.injector = injector;
|
|
3386
|
+
throwIfAlreadyLoaded(parentModule, 'AnatolyCoreModule');
|
|
3387
|
+
InjectorInstance = this.injector;
|
|
3388
|
+
}
|
|
3389
|
+
}
|
|
3390
|
+
AnatolyCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyCoreModule, deps: [{ token: i0.Injector }, { token: AnatolyCoreModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3391
|
+
AnatolyCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyCoreModule, imports: [CommonModule] });
|
|
3392
|
+
AnatolyCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyCoreModule, providers: [
|
|
3393
|
+
LoggingService,
|
|
3394
|
+
NotificationService,
|
|
3395
|
+
AppContextService,
|
|
3396
|
+
LoadingService,
|
|
3397
|
+
DigitalMarketingService,
|
|
3398
|
+
GoogleAnalyticsService,
|
|
3399
|
+
LocalStorageService,
|
|
3400
|
+
SessionStorageService
|
|
3401
|
+
], imports: [CommonModule] });
|
|
3402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyCoreModule, decorators: [{
|
|
3403
|
+
type: NgModule,
|
|
3404
|
+
args: [{
|
|
3405
|
+
imports: [CommonModule],
|
|
3406
|
+
exports: [],
|
|
3407
|
+
providers: [
|
|
3408
|
+
LoggingService,
|
|
3409
|
+
NotificationService,
|
|
3410
|
+
AppContextService,
|
|
3411
|
+
LoadingService,
|
|
3412
|
+
DigitalMarketingService,
|
|
3413
|
+
GoogleAnalyticsService,
|
|
3414
|
+
LocalStorageService,
|
|
3415
|
+
SessionStorageService
|
|
3416
|
+
],
|
|
3417
|
+
}]
|
|
3418
|
+
}], ctorParameters: function () {
|
|
3419
|
+
return [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
|
|
3420
|
+
type: Optional
|
|
3421
|
+
}, {
|
|
3422
|
+
type: SkipSelf
|
|
3423
|
+
}] }];
|
|
3424
|
+
} });
|
|
3425
|
+
|
|
3426
|
+
/*
|
|
3427
|
+
<file>
|
|
3428
|
+
Project:
|
|
3429
|
+
@osovitny/anatoly
|
|
3306
3430
|
|
|
3307
|
-
|
|
3431
|
+
Authors:
|
|
3432
|
+
Vadim Osovitny
|
|
3433
|
+
Anatoly Osovitny
|
|
3434
|
+
|
|
3435
|
+
Created:
|
|
3436
|
+
16 Jun 2022
|
|
3437
|
+
|
|
3438
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3308
3439
|
</file>
|
|
3309
3440
|
*/
|
|
3310
|
-
class
|
|
3311
|
-
constructor() {
|
|
3312
|
-
super();
|
|
3313
|
-
this.
|
|
3314
|
-
this.customerrors = [];
|
|
3315
|
-
/*
|
|
3316
|
-
0 - only FormValidation messages
|
|
3317
|
-
1 - only Custom messages
|
|
3318
|
-
2 - all
|
|
3319
|
-
*/
|
|
3320
|
-
this.viewtype = 0;
|
|
3441
|
+
class EmailsApiService extends BaseApiService$1 {
|
|
3442
|
+
constructor(http) {
|
|
3443
|
+
super(http);
|
|
3444
|
+
this.http = http;
|
|
3321
3445
|
}
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
}
|
|
3330
|
-
var messages = [];
|
|
3331
|
-
if (formValidationMessages.length > 0) {
|
|
3332
|
-
messages.push(...formValidationMessages);
|
|
3333
|
-
}
|
|
3334
|
-
if (this.customerrors.length > 0) {
|
|
3335
|
-
messages.push(...this.customerrors);
|
|
3336
|
-
}
|
|
3337
|
-
return messages;
|
|
3446
|
+
sendContactUs(captcha, name, email, topic, subject, message, success, error) {
|
|
3447
|
+
return this.post('sendContactUs', { captcha, name, email, topic, subject, message }).subscribe(data => {
|
|
3448
|
+
if (success)
|
|
3449
|
+
success(data);
|
|
3450
|
+
}, e => {
|
|
3451
|
+
if (error)
|
|
3452
|
+
error(e);
|
|
3453
|
+
});
|
|
3338
3454
|
}
|
|
3339
3455
|
}
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3343
|
-
type:
|
|
3344
|
-
|
|
3345
|
-
}], ctorParameters: function () { return []; }, propDecorators: { visible: [{
|
|
3346
|
-
type: Input
|
|
3347
|
-
}], customerrors: [{
|
|
3348
|
-
type: Input
|
|
3349
|
-
}], viewtype: [{
|
|
3350
|
-
type: Input
|
|
3351
|
-
}] } });
|
|
3456
|
+
EmailsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: EmailsApiService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3457
|
+
EmailsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: EmailsApiService });
|
|
3458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: EmailsApiService, decorators: [{
|
|
3459
|
+
type: Injectable
|
|
3460
|
+
}], ctorParameters: function () { return [{ type: i1$3.HttpClient }]; } });
|
|
3352
3461
|
|
|
3353
3462
|
/*
|
|
3354
3463
|
<file>
|
|
@@ -3360,20 +3469,62 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3360
3469
|
Anatoly Osovitny
|
|
3361
3470
|
|
|
3362
3471
|
Created:
|
|
3363
|
-
|
|
3472
|
+
4 Mar 2020
|
|
3364
3473
|
|
|
3365
|
-
|
|
3366
|
-
|
|
3474
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3475
|
+
</file>
|
|
3476
|
+
*/
|
|
3477
|
+
class AnatolyDataModule {
|
|
3478
|
+
constructor(parentModule) {
|
|
3479
|
+
throwIfAlreadyLoaded$1(parentModule, 'AnatolyDataModule');
|
|
3480
|
+
}
|
|
3481
|
+
}
|
|
3482
|
+
AnatolyDataModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, deps: [{ token: AnatolyDataModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3483
|
+
AnatolyDataModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, imports: [CommonModule] });
|
|
3484
|
+
AnatolyDataModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, providers: [
|
|
3485
|
+
BillingApiService,
|
|
3486
|
+
EmailsApiService
|
|
3487
|
+
], imports: [CommonModule] });
|
|
3488
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyDataModule, decorators: [{
|
|
3489
|
+
type: NgModule,
|
|
3490
|
+
args: [{
|
|
3491
|
+
imports: [
|
|
3492
|
+
CommonModule
|
|
3493
|
+
],
|
|
3494
|
+
providers: [
|
|
3495
|
+
BillingApiService,
|
|
3496
|
+
EmailsApiService
|
|
3497
|
+
]
|
|
3498
|
+
}]
|
|
3499
|
+
}], ctorParameters: function () {
|
|
3500
|
+
return [{ type: AnatolyDataModule, decorators: [{
|
|
3501
|
+
type: Optional
|
|
3502
|
+
}, {
|
|
3503
|
+
type: SkipSelf
|
|
3504
|
+
}] }];
|
|
3505
|
+
} });
|
|
3506
|
+
|
|
3507
|
+
/*
|
|
3508
|
+
<file>
|
|
3509
|
+
Project:
|
|
3510
|
+
@osovitny/anatoly
|
|
3367
3511
|
|
|
3368
|
-
|
|
3512
|
+
Authors:
|
|
3513
|
+
Vadim Osovitny
|
|
3514
|
+
Anatoly Osovitny
|
|
3515
|
+
|
|
3516
|
+
Created:
|
|
3517
|
+
26 Jun 2020
|
|
3518
|
+
|
|
3519
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3369
3520
|
</file>
|
|
3370
3521
|
*/
|
|
3371
3522
|
const FroalaEditorModuleWithProviders = FroalaEditorModule.forRoot();
|
|
3372
3523
|
const FroalaViewModuleWithProviders = FroalaViewModule.forRoot();
|
|
3373
3524
|
class AnatolyUIModule {
|
|
3374
3525
|
}
|
|
3375
|
-
AnatolyUIModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.
|
|
3376
|
-
AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.
|
|
3526
|
+
AnatolyUIModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3527
|
+
AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, declarations: [SubscribePlanButtonComponent,
|
|
3377
3528
|
UpgradePlanButtonComponent,
|
|
3378
3529
|
BuyAccessButtonComponent,
|
|
3379
3530
|
SignInButtonComponent,
|
|
@@ -3382,19 +3533,22 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
3382
3533
|
ContentHeaderComponent,
|
|
3383
3534
|
SpinnerComponent,
|
|
3384
3535
|
LoadingComponent,
|
|
3385
|
-
NativeElementDirective,
|
|
3386
|
-
//Editor
|
|
3387
3536
|
HtmlEditorComponent,
|
|
3388
3537
|
FormsHtmlEditorComponent,
|
|
3389
|
-
//
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3538
|
+
//Directives
|
|
3539
|
+
NativeElementDirective,
|
|
3540
|
+
//Forms
|
|
3541
|
+
ContactUsForm,
|
|
3542
|
+
//Pipes
|
|
3393
3543
|
SafeHtmlPipe,
|
|
3394
3544
|
ReplaceTextPipe,
|
|
3395
|
-
FileSizePipe
|
|
3545
|
+
FileSizePipe,
|
|
3546
|
+
//Validation
|
|
3547
|
+
FormValidationSummaryComponent,
|
|
3548
|
+
ItemValidationSummaryComponent], imports: [CommonModule,
|
|
3396
3549
|
ReactiveFormsModule,
|
|
3397
|
-
FormsModule,
|
|
3550
|
+
FormsModule,
|
|
3551
|
+
NgxCaptchaModule, i1$8.FroalaEditorModule, i1$8.FroalaViewModule], exports: [SubscribePlanButtonComponent,
|
|
3398
3552
|
UpgradePlanButtonComponent,
|
|
3399
3553
|
BuyAccessButtonComponent,
|
|
3400
3554
|
SignInButtonComponent,
|
|
@@ -3403,29 +3557,33 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
3403
3557
|
ContentHeaderComponent,
|
|
3404
3558
|
SpinnerComponent,
|
|
3405
3559
|
LoadingComponent,
|
|
3406
|
-
NativeElementDirective,
|
|
3407
|
-
//Editor
|
|
3408
3560
|
HtmlEditorComponent,
|
|
3409
3561
|
FormsHtmlEditorComponent,
|
|
3410
|
-
//
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3562
|
+
//Directives
|
|
3563
|
+
NativeElementDirective,
|
|
3564
|
+
//Forms
|
|
3565
|
+
ContactUsForm,
|
|
3566
|
+
//Pipes
|
|
3414
3567
|
SafeHtmlPipe,
|
|
3415
3568
|
ReplaceTextPipe,
|
|
3416
|
-
FileSizePipe
|
|
3417
|
-
|
|
3569
|
+
FileSizePipe,
|
|
3570
|
+
//Validation
|
|
3571
|
+
FormValidationSummaryComponent,
|
|
3572
|
+
ItemValidationSummaryComponent] });
|
|
3573
|
+
AnatolyUIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, imports: [CommonModule,
|
|
3418
3574
|
ReactiveFormsModule,
|
|
3419
3575
|
FormsModule,
|
|
3576
|
+
NgxCaptchaModule,
|
|
3420
3577
|
FroalaEditorModuleWithProviders,
|
|
3421
3578
|
FroalaViewModuleWithProviders] });
|
|
3422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.
|
|
3579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, decorators: [{
|
|
3423
3580
|
type: NgModule,
|
|
3424
3581
|
args: [{
|
|
3425
3582
|
imports: [
|
|
3426
3583
|
CommonModule,
|
|
3427
3584
|
ReactiveFormsModule,
|
|
3428
3585
|
FormsModule,
|
|
3586
|
+
NgxCaptchaModule,
|
|
3429
3587
|
FroalaEditorModuleWithProviders,
|
|
3430
3588
|
FroalaViewModuleWithProviders,
|
|
3431
3589
|
],
|
|
@@ -3439,17 +3597,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3439
3597
|
ContentHeaderComponent,
|
|
3440
3598
|
SpinnerComponent,
|
|
3441
3599
|
LoadingComponent,
|
|
3442
|
-
NativeElementDirective,
|
|
3443
|
-
//Editor
|
|
3444
3600
|
HtmlEditorComponent,
|
|
3445
3601
|
FormsHtmlEditorComponent,
|
|
3446
|
-
//
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3602
|
+
//Directives
|
|
3603
|
+
NativeElementDirective,
|
|
3604
|
+
//Forms
|
|
3605
|
+
ContactUsForm,
|
|
3606
|
+
//Pipes
|
|
3450
3607
|
SafeHtmlPipe,
|
|
3451
3608
|
ReplaceTextPipe,
|
|
3452
3609
|
FileSizePipe,
|
|
3610
|
+
//Validation
|
|
3611
|
+
FormValidationSummaryComponent,
|
|
3612
|
+
ItemValidationSummaryComponent,
|
|
3453
3613
|
],
|
|
3454
3614
|
declarations: [
|
|
3455
3615
|
SubscribePlanButtonComponent,
|
|
@@ -3461,17 +3621,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3461
3621
|
ContentHeaderComponent,
|
|
3462
3622
|
SpinnerComponent,
|
|
3463
3623
|
LoadingComponent,
|
|
3464
|
-
NativeElementDirective,
|
|
3465
|
-
//Editor
|
|
3466
3624
|
HtmlEditorComponent,
|
|
3467
3625
|
FormsHtmlEditorComponent,
|
|
3468
|
-
//
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3626
|
+
//Directives
|
|
3627
|
+
NativeElementDirective,
|
|
3628
|
+
//Forms
|
|
3629
|
+
ContactUsForm,
|
|
3630
|
+
//Pipes
|
|
3472
3631
|
SafeHtmlPipe,
|
|
3473
3632
|
ReplaceTextPipe,
|
|
3474
3633
|
FileSizePipe,
|
|
3634
|
+
//Validation
|
|
3635
|
+
FormValidationSummaryComponent,
|
|
3636
|
+
ItemValidationSummaryComponent,
|
|
3475
3637
|
]
|
|
3476
3638
|
}]
|
|
3477
3639
|
}] });
|
|
@@ -3484,5 +3646,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImpor
|
|
|
3484
3646
|
* Generated bundle index. Do not edit.
|
|
3485
3647
|
*/
|
|
3486
3648
|
|
|
3487
|
-
export { Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BillingApiService, BuyAccessButtonComponent, ContentHeaderComponent, ContextInitState, Convert, DefaultEditorOptions, DigitalMarketingService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NotificationService, NotificationsApiService, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, SpinnerComponent, Subs, SubscribePlanButtonComponent, TranslateModuleAtRoot, UpgradePlanButtonComponent, Urls, Utils, ValidationSummaryComponent, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
|
|
3649
|
+
export { Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BillingApiService, BuyAccessButtonComponent, ContactUsForm, ContentHeaderComponent, ContextInitState, Convert, DefaultEditorOptions, DigitalMarketingService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NotificationService, NotificationsApiService, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, SpinnerComponent, Subs, SubscribePlanButtonComponent, TranslateModuleAtRoot, UpgradePlanButtonComponent, Urls, Utils, ValidationSummaryComponent, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
|
|
3488
3650
|
//# sourceMappingURL=osovitny-anatoly.mjs.map
|