@osovitny/anatoly 2.14.107 → 2.15.1
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/anatoly.module.mjs +25 -24
- package/esm2020/lib/core/core.module.mjs +36 -35
- package/esm2020/lib/core/go/base-go.service.mjs +6 -6
- package/esm2020/lib/core/interceptors/httpInterceptor.mjs +6 -6
- package/esm2020/lib/core/localization/localization.module.mjs +22 -21
- package/esm2020/lib/core/localization/localization.service.mjs +9 -9
- package/esm2020/lib/core/localization/localizationSettings.module.mjs +22 -21
- package/esm2020/lib/core/localization/localize.pipe.mjs +9 -9
- package/esm2020/lib/core/logging/globalErrorHandler.mjs +6 -6
- package/esm2020/lib/core/logging/logging.service.mjs +9 -9
- package/esm2020/lib/core/notifications/services/notification-service.mjs +7 -7
- package/esm2020/lib/core/services/appcontext.service.mjs +6 -6
- package/esm2020/lib/core/services/dm.service.mjs +12 -12
- package/esm2020/lib/core/services/google-analytics.service.mjs +6 -6
- package/esm2020/lib/core/services/idle.service.mjs +9 -9
- package/esm2020/lib/core/services/loading.service.mjs +9 -9
- package/esm2020/lib/core/services/web-storage.service.mjs +11 -11
- package/esm2020/lib/core/utils.mjs +4 -1
- package/esm2020/lib/data/base/base-api.service.mjs +6 -6
- package/esm2020/lib/data/base/grid/base-grid-edit.service.mjs +6 -6
- package/esm2020/lib/data/base/grid/base-grid-read.service.mjs +6 -6
- package/esm2020/lib/data/data.module.mjs +17 -16
- package/esm2020/lib/data/services/core-api.service.mjs +6 -6
- package/esm2020/lib/data/services/emails-api.service.mjs +6 -6
- package/esm2020/lib/data/services/notifications/notifications-api-service.mjs +9 -9
- package/esm2020/lib/ui/components/base/base-edit.component.mjs +13 -13
- package/esm2020/lib/ui/components/base/base.component.mjs +9 -9
- package/esm2020/lib/ui/components/base/base.dialog.mjs +22 -22
- package/esm2020/lib/ui/components/base/base.list.mjs +11 -11
- package/esm2020/lib/ui/components/base/base.page.mjs +9 -9
- package/esm2020/lib/ui/components/base/base.paged.page.mjs +9 -9
- package/esm2020/lib/ui/components/billing/buyaccess-button.component.mjs +60 -15
- package/esm2020/lib/ui/components/billing/subscribe-plan-button.component.mjs +68 -15
- package/esm2020/lib/ui/components/card/card-body.component.mjs +17 -9
- package/esm2020/lib/ui/components/card/card-footer.component.mjs +17 -9
- package/esm2020/lib/ui/components/card/card-header.component.mjs +31 -11
- package/esm2020/lib/ui/components/card/card.component.mjs +21 -9
- package/esm2020/lib/ui/components/check-icon/check-icon.component.mjs +16 -9
- package/esm2020/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +16 -11
- package/esm2020/lib/ui/components/datapager/datapager.component.mjs +37 -30
- package/esm2020/lib/ui/components/html-editor/base-html-editor.component.mjs +13 -13
- package/esm2020/lib/ui/components/html-editor/forms-html-editor.component.mjs +27 -9
- package/esm2020/lib/ui/components/html-editor/html-editor.component.mjs +19 -7
- package/esm2020/lib/ui/components/identity/signin-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/identity/signout-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/identity/signup-button.component.mjs +15 -9
- package/esm2020/lib/ui/components/nodata/nodata.component.mjs +38 -17
- package/esm2020/lib/ui/components/spinners/loading/loading.component.mjs +16 -7
- package/esm2020/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +34 -11
- package/esm2020/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +40 -10
- package/esm2020/lib/ui/directives/native-element.directive.mjs +9 -9
- package/esm2020/lib/ui/external/fa.module.mjs +18 -17
- package/esm2020/lib/ui/external/kendo.module.mjs +40 -32
- package/esm2020/lib/ui/forms/components/address/address.component.mjs +132 -26
- package/esm2020/lib/ui/forms/components/company/company.component.mjs +72 -21
- package/esm2020/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.mjs +44 -15
- package/esm2020/lib/ui/forms/components/urlslug/urlslug.component.mjs +69 -25
- package/esm2020/lib/ui/forms/contact-us/contact-us.mjs +120 -14
- package/esm2020/lib/ui/pipes/filesize.pipe.mjs +9 -9
- package/esm2020/lib/ui/pipes/replace-text.pipe.mjs +9 -9
- package/esm2020/lib/ui/pipes/safeHtml.pipe.mjs +7 -7
- package/esm2020/lib/ui/ui.module.mjs +34 -33
- package/esm2020/lib/ui/validation/form-validation-summary.component.mjs +38 -13
- package/esm2020/lib/ui/validation/item-validation-summary.component.mjs +33 -11
- package/esm2020/lib/ui/validation/validation-summary.component.mjs +9 -9
- package/fesm2015/osovitny-anatoly.mjs +1439 -431
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +1436 -739
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/core/utils.d.ts +1 -0
- package/lib/ui/components/base/base-edit.component.d.ts +1 -1
- package/lib/ui/components/base/base.component.d.ts +1 -1
- package/lib/ui/components/base/base.dialog.d.ts +1 -1
- package/lib/ui/components/base/base.list.d.ts +1 -1
- package/lib/ui/components/base/base.page.d.ts +1 -1
- package/lib/ui/components/base/base.paged.page.d.ts +1 -1
- package/lib/ui/components/billing/buyaccess-button.component.d.ts +1 -1
- package/lib/ui/components/billing/subscribe-plan-button.component.d.ts +1 -1
- package/lib/ui/components/card/card-body.component.d.ts +1 -1
- package/lib/ui/components/card/card-footer.component.d.ts +1 -1
- package/lib/ui/components/card/card-header.component.d.ts +1 -1
- package/lib/ui/components/card/card.component.d.ts +1 -1
- package/lib/ui/components/check-icon/check-icon.component.d.ts +1 -1
- package/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.d.ts +1 -1
- package/lib/ui/components/datapager/datapager.component.d.ts +1 -1
- package/lib/ui/components/html-editor/base-html-editor.component.d.ts +1 -1
- package/lib/ui/components/html-editor/forms-html-editor.component.d.ts +1 -1
- package/lib/ui/components/html-editor/html-editor.component.d.ts +1 -1
- package/lib/ui/components/identity/signin-button.component.d.ts +1 -1
- package/lib/ui/components/identity/signout-button.component.d.ts +1 -1
- package/lib/ui/components/identity/signup-button.component.d.ts +1 -1
- package/lib/ui/components/nodata/nodata.component.d.ts +1 -1
- package/lib/ui/components/spinners/loading/loading.component.d.ts +1 -1
- package/lib/ui/components/spinners/pagespinner/pagespinner.component.d.ts +1 -1
- package/lib/ui/dialogs/contact-us/contact-us.dialog.d.ts +1 -1
- package/lib/ui/directives/native-element.directive.d.ts +1 -1
- package/lib/ui/external/kendo.module.d.ts +2 -1
- package/lib/ui/forms/components/address/address.component.d.ts +1 -1
- package/lib/ui/forms/components/company/company.component.d.ts +1 -1
- package/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.d.ts +1 -1
- package/lib/ui/forms/components/urlslug/urlslug.component.d.ts +1 -1
- package/lib/ui/forms/contact-us/contact-us.d.ts +1 -1
- package/lib/ui/validation/form-validation-summary.component.d.ts +1 -1
- package/lib/ui/validation/item-validation-summary.component.d.ts +1 -1
- package/lib/ui/validation/validation-summary.component.d.ts +1 -1
- package/package.json +4 -4
|
@@ -38,6 +38,7 @@ import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
|
38
38
|
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
39
39
|
import { TreeViewModule } from '@progress/kendo-angular-treeview';
|
|
40
40
|
import { TooltipsModule } from '@progress/kendo-angular-tooltip';
|
|
41
|
+
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
41
42
|
|
|
42
43
|
/*
|
|
43
44
|
<file>
|
|
@@ -114,11 +115,11 @@ class BaseGoService {
|
|
|
114
115
|
}
|
|
115
116
|
}
|
|
116
117
|
}
|
|
117
|
-
BaseGoService.ɵfac =
|
|
118
|
-
BaseGoService.ɵprov = i0.ɵɵ
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
118
|
+
BaseGoService.ɵfac = function BaseGoService_Factory(t) { return new (t || BaseGoService)(i0.ɵɵinject(i1.ActivatedRoute), i0.ɵɵinject(i1.Router)); };
|
|
119
|
+
BaseGoService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGoService, factory: BaseGoService.ɵfac });
|
|
120
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGoService, [{
|
|
121
|
+
type: Injectable
|
|
122
|
+
}], function () { return [{ type: i1.ActivatedRoute }, { type: i1.Router }]; }, null); })();
|
|
122
123
|
|
|
123
124
|
/*
|
|
124
125
|
<file>
|
|
@@ -195,14 +196,14 @@ class LoadingService extends BehaviorSubject {
|
|
|
195
196
|
this.counter = 0;
|
|
196
197
|
}
|
|
197
198
|
}
|
|
198
|
-
LoadingService.ɵfac =
|
|
199
|
-
LoadingService.ɵprov = i0.ɵɵ
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
199
|
+
LoadingService.ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); };
|
|
200
|
+
LoadingService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac, providedIn: "root" });
|
|
201
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
|
|
202
|
+
type: Injectable,
|
|
203
|
+
args: [{
|
|
204
|
+
providedIn: "root",
|
|
205
|
+
}]
|
|
206
|
+
}], function () { return []; }, null); })();
|
|
206
207
|
|
|
207
208
|
/*
|
|
208
209
|
<file>
|
|
@@ -228,14 +229,14 @@ class LoggingService {
|
|
|
228
229
|
console.info(info);
|
|
229
230
|
}
|
|
230
231
|
}
|
|
231
|
-
LoggingService.ɵfac =
|
|
232
|
-
LoggingService.ɵprov = i0.ɵɵ
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
232
|
+
LoggingService.ɵfac = function LoggingService_Factory(t) { return new (t || LoggingService)(); };
|
|
233
|
+
LoggingService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoggingService, factory: LoggingService.ɵfac, providedIn: "root" });
|
|
234
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoggingService, [{
|
|
235
|
+
type: Injectable,
|
|
236
|
+
args: [{
|
|
237
|
+
providedIn: "root",
|
|
238
|
+
}]
|
|
239
|
+
}], function () { return []; }, null); })();
|
|
239
240
|
|
|
240
241
|
/*
|
|
241
242
|
<file>
|
|
@@ -326,11 +327,11 @@ class AnatolyHttpInterceptor {
|
|
|
326
327
|
}
|
|
327
328
|
}
|
|
328
329
|
}
|
|
329
|
-
AnatolyHttpInterceptor.ɵfac =
|
|
330
|
-
AnatolyHttpInterceptor.ɵprov = i0.ɵɵ
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
330
|
+
AnatolyHttpInterceptor.ɵfac = function AnatolyHttpInterceptor_Factory(t) { return new (t || AnatolyHttpInterceptor)(i0.ɵɵinject(LoadingService), i0.ɵɵinject(LoggingService)); };
|
|
331
|
+
AnatolyHttpInterceptor.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AnatolyHttpInterceptor, factory: AnatolyHttpInterceptor.ɵfac });
|
|
332
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyHttpInterceptor, [{
|
|
333
|
+
type: Injectable
|
|
334
|
+
}], function () { return [{ type: LoadingService }, { type: LoggingService }]; }, null); })();
|
|
334
335
|
|
|
335
336
|
/*
|
|
336
337
|
<file>
|
|
@@ -599,14 +600,14 @@ class LocalizationService {
|
|
|
599
600
|
return result;
|
|
600
601
|
}
|
|
601
602
|
}
|
|
602
|
-
LocalizationService.ɵfac =
|
|
603
|
-
LocalizationService.ɵprov = i0.ɵɵ
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
603
|
+
LocalizationService.ɵfac = function LocalizationService_Factory(t) { return new (t || LocalizationService)(i0.ɵɵinject(i1$1.TranslateService)); };
|
|
604
|
+
LocalizationService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalizationService, factory: LocalizationService.ɵfac, providedIn: 'root' });
|
|
605
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationService, [{
|
|
606
|
+
type: Injectable,
|
|
607
|
+
args: [{
|
|
608
|
+
providedIn: 'root'
|
|
609
|
+
}]
|
|
610
|
+
}], function () { return [{ type: i1$1.TranslateService }]; }, null); })();
|
|
610
611
|
|
|
611
612
|
/*
|
|
612
613
|
<file>
|
|
@@ -670,14 +671,14 @@ class LocalizePipe {
|
|
|
670
671
|
return inputData;
|
|
671
672
|
}
|
|
672
673
|
}
|
|
673
|
-
LocalizePipe.ɵfac =
|
|
674
|
-
LocalizePipe.ɵpipe = i0.ɵɵ
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
674
|
+
LocalizePipe.ɵfac = function LocalizePipe_Factory(t) { return new (t || LocalizePipe)(i0.ɵɵdirectiveInject(LocalizationService, 16)); };
|
|
675
|
+
LocalizePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "localize", type: LocalizePipe, pure: true });
|
|
676
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizePipe, [{
|
|
677
|
+
type: Pipe,
|
|
678
|
+
args: [{
|
|
679
|
+
name: 'localize'
|
|
680
|
+
}]
|
|
681
|
+
}], function () { return [{ type: LocalizationService }]; }, null); })();
|
|
681
682
|
|
|
682
683
|
/*
|
|
683
684
|
<file>
|
|
@@ -729,9 +730,9 @@ class LocalizationSettingsModule {
|
|
|
729
730
|
LocalizationInjectorInstance = this.injector;
|
|
730
731
|
}
|
|
731
732
|
}
|
|
732
|
-
LocalizationSettingsModule.ɵfac =
|
|
733
|
-
LocalizationSettingsModule.ɵmod = i0.ɵɵ
|
|
734
|
-
LocalizationSettingsModule.ɵinj = i0.ɵɵ
|
|
733
|
+
LocalizationSettingsModule.ɵfac = function LocalizationSettingsModule_Factory(t) { return new (t || LocalizationSettingsModule)(i0.ɵɵinject(i0.Injector)); };
|
|
734
|
+
LocalizationSettingsModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationSettingsModule });
|
|
735
|
+
LocalizationSettingsModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
735
736
|
{
|
|
736
737
|
provide: APP_INITIALIZER,
|
|
737
738
|
useFactory: localizationInitializerFactory,
|
|
@@ -739,23 +740,24 @@ LocalizationSettingsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.
|
|
|
739
740
|
multi: true
|
|
740
741
|
}
|
|
741
742
|
], imports: [TranslateModuleAtRoot] });
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
743
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationSettingsModule, [{
|
|
744
|
+
type: NgModule,
|
|
745
|
+
args: [{
|
|
746
|
+
imports: [
|
|
747
|
+
TranslateModuleAtRoot
|
|
748
|
+
],
|
|
749
|
+
providers: [
|
|
750
|
+
{
|
|
751
|
+
provide: APP_INITIALIZER,
|
|
752
|
+
useFactory: localizationInitializerFactory,
|
|
753
|
+
deps: [TranslateService, LocalizationService, Injector],
|
|
754
|
+
multi: true
|
|
755
|
+
}
|
|
756
|
+
],
|
|
757
|
+
exports: []
|
|
758
|
+
}]
|
|
759
|
+
}], function () { return [{ type: i0.Injector }]; }, null); })();
|
|
760
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationSettingsModule, { imports: [i1$1.TranslateModule] }); })();
|
|
759
761
|
|
|
760
762
|
/*
|
|
761
763
|
<file>
|
|
@@ -774,26 +776,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
774
776
|
*/
|
|
775
777
|
class LocalizationModule {
|
|
776
778
|
}
|
|
777
|
-
LocalizationModule.ɵfac =
|
|
778
|
-
LocalizationModule.ɵmod = i0.ɵɵ
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
779
|
+
LocalizationModule.ɵfac = function LocalizationModule_Factory(t) { return new (t || LocalizationModule)(); };
|
|
780
|
+
LocalizationModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationModule });
|
|
781
|
+
LocalizationModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [TranslateModule, TranslateModule] });
|
|
782
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationModule, [{
|
|
783
|
+
type: NgModule,
|
|
784
|
+
args: [{
|
|
785
|
+
imports: [
|
|
786
|
+
TranslateModule
|
|
787
|
+
],
|
|
788
|
+
exports: [
|
|
789
|
+
TranslateModule,
|
|
790
|
+
LocalizePipe
|
|
791
|
+
],
|
|
792
|
+
declarations: [
|
|
793
|
+
LocalizePipe
|
|
794
|
+
],
|
|
795
|
+
providers: []
|
|
796
|
+
}]
|
|
797
|
+
}], null, null); })();
|
|
798
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationModule, { declarations: [LocalizePipe], imports: [TranslateModule], exports: [TranslateModule,
|
|
799
|
+
LocalizePipe] }); })();
|
|
797
800
|
|
|
798
801
|
/*
|
|
799
802
|
<file>
|
|
@@ -821,11 +824,11 @@ class GlobalErrorHandler {
|
|
|
821
824
|
throw error;
|
|
822
825
|
}
|
|
823
826
|
}
|
|
824
|
-
GlobalErrorHandler.ɵfac =
|
|
825
|
-
GlobalErrorHandler.ɵprov = i0.ɵɵ
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
827
|
+
GlobalErrorHandler.ɵfac = function GlobalErrorHandler_Factory(t) { return new (t || GlobalErrorHandler)(i0.ɵɵinject(i0.Injector)); };
|
|
828
|
+
GlobalErrorHandler.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GlobalErrorHandler, factory: GlobalErrorHandler.ɵfac });
|
|
829
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalErrorHandler, [{
|
|
830
|
+
type: Injectable
|
|
831
|
+
}], function () { return [{ type: i0.Injector }]; }, null); })();
|
|
829
832
|
|
|
830
833
|
/*
|
|
831
834
|
<file>
|
|
@@ -1216,12 +1219,12 @@ class NotificationService {
|
|
|
1216
1219
|
this._serverNotifications.next(val);
|
|
1217
1220
|
}
|
|
1218
1221
|
}
|
|
1219
|
-
NotificationService.ɵfac =
|
|
1220
|
-
NotificationService.ɵprov = i0.ɵɵ
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1222
|
+
NotificationService.ɵfac = function NotificationService_Factory(t) { return new (t || NotificationService)(i0.ɵɵinject(i1$2.ToastrService)); };
|
|
1223
|
+
NotificationService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationService, factory: NotificationService.ɵfac, providedIn: 'root' });
|
|
1224
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationService, [{
|
|
1225
|
+
type: Injectable,
|
|
1226
|
+
args: [{ providedIn: 'root' }]
|
|
1227
|
+
}], function () { return [{ type: i1$2.ToastrService }]; }, null); })();
|
|
1225
1228
|
|
|
1226
1229
|
/*
|
|
1227
1230
|
<file>
|
|
@@ -1307,11 +1310,11 @@ class BaseApiService {
|
|
|
1307
1310
|
return this.http.get(url).pipe(map(res => res));
|
|
1308
1311
|
}
|
|
1309
1312
|
}
|
|
1310
|
-
BaseApiService.ɵfac =
|
|
1311
|
-
BaseApiService.ɵprov = i0.ɵɵ
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1313
|
+
BaseApiService.ɵfac = function BaseApiService_Factory(t) { return new (t || BaseApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
1314
|
+
BaseApiService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseApiService, factory: BaseApiService.ɵfac });
|
|
1315
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseApiService, [{
|
|
1316
|
+
type: Injectable
|
|
1317
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
1315
1318
|
|
|
1316
1319
|
/*
|
|
1317
1320
|
<file>
|
|
@@ -1360,21 +1363,21 @@ class LocalStorageService extends WebStorageService {
|
|
|
1360
1363
|
super('localStorage');
|
|
1361
1364
|
}
|
|
1362
1365
|
}
|
|
1363
|
-
LocalStorageService.ɵfac =
|
|
1364
|
-
LocalStorageService.ɵprov = i0.ɵɵ
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1366
|
+
LocalStorageService.ɵfac = function LocalStorageService_Factory(t) { return new (t || LocalStorageService)(); };
|
|
1367
|
+
LocalStorageService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalStorageService, factory: LocalStorageService.ɵfac });
|
|
1368
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalStorageService, [{
|
|
1369
|
+
type: Injectable
|
|
1370
|
+
}], function () { return []; }, null); })();
|
|
1368
1371
|
class SessionStorageService extends WebStorageService {
|
|
1369
1372
|
constructor() {
|
|
1370
1373
|
super('sessionStorage');
|
|
1371
1374
|
}
|
|
1372
1375
|
}
|
|
1373
|
-
SessionStorageService.ɵfac =
|
|
1374
|
-
SessionStorageService.ɵprov = i0.ɵɵ
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1376
|
+
SessionStorageService.ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); };
|
|
1377
|
+
SessionStorageService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac });
|
|
1378
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
|
|
1379
|
+
type: Injectable
|
|
1380
|
+
}], function () { return []; }, null); })();
|
|
1378
1381
|
|
|
1379
1382
|
/*
|
|
1380
1383
|
<file>
|
|
@@ -1499,11 +1502,11 @@ class AppContextService extends BaseApiService {
|
|
|
1499
1502
|
this.setCurrentFromSession(value);
|
|
1500
1503
|
}
|
|
1501
1504
|
}
|
|
1502
|
-
AppContextService.ɵfac =
|
|
1503
|
-
AppContextService.ɵprov = i0.ɵɵ
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1505
|
+
AppContextService.ɵfac = function AppContextService_Factory(t) { return new (t || AppContextService)(i0.ɵɵinject(i1$3.HttpClient), i0.ɵɵinject(SessionStorageService)); };
|
|
1506
|
+
AppContextService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppContextService, factory: AppContextService.ɵfac });
|
|
1507
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppContextService, [{
|
|
1508
|
+
type: Injectable
|
|
1509
|
+
}], function () { return [{ type: i1$3.HttpClient }, { type: SessionStorageService }]; }, null); })();
|
|
1507
1510
|
|
|
1508
1511
|
/*
|
|
1509
1512
|
<file>
|
|
@@ -1568,14 +1571,14 @@ class IdleService {
|
|
|
1568
1571
|
this.startTimer();
|
|
1569
1572
|
}
|
|
1570
1573
|
}
|
|
1571
|
-
IdleService.ɵfac =
|
|
1572
|
-
IdleService.ɵprov = i0.ɵɵ
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1574
|
+
IdleService.ɵfac = function IdleService_Factory(t) { return new (t || IdleService)(); };
|
|
1575
|
+
IdleService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: IdleService, factory: IdleService.ɵfac, providedIn: 'root' });
|
|
1576
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleService, [{
|
|
1577
|
+
type: Injectable,
|
|
1578
|
+
args: [{
|
|
1579
|
+
providedIn: 'root'
|
|
1580
|
+
}]
|
|
1581
|
+
}], null, null); })();
|
|
1579
1582
|
|
|
1580
1583
|
/*
|
|
1581
1584
|
<file>
|
|
@@ -1629,17 +1632,17 @@ class DigitalMarketingService {
|
|
|
1629
1632
|
link.setAttribute('href', canUrl);
|
|
1630
1633
|
}
|
|
1631
1634
|
}
|
|
1632
|
-
DigitalMarketingService.ɵfac =
|
|
1633
|
-
DigitalMarketingService.ɵprov = i0.ɵɵ
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1635
|
+
DigitalMarketingService.ɵfac = function DigitalMarketingService_Factory(t) { return new (t || DigitalMarketingService)(i0.ɵɵinject(i1$4.Title), i0.ɵɵinject(i1$4.Meta), i0.ɵɵinject(DOCUMENT)); };
|
|
1636
|
+
DigitalMarketingService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DigitalMarketingService, factory: DigitalMarketingService.ɵfac, providedIn: 'root' });
|
|
1637
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DigitalMarketingService, [{
|
|
1638
|
+
type: Injectable,
|
|
1639
|
+
args: [{
|
|
1640
|
+
providedIn: 'root'
|
|
1641
|
+
}]
|
|
1642
|
+
}], function () { return [{ type: i1$4.Title }, { type: i1$4.Meta }, { type: undefined, decorators: [{
|
|
1643
|
+
type: Inject,
|
|
1644
|
+
args: [DOCUMENT]
|
|
1645
|
+
}] }]; }, null); })();
|
|
1643
1646
|
|
|
1644
1647
|
/*
|
|
1645
1648
|
<file>
|
|
@@ -1683,11 +1686,11 @@ class GoogleAnalyticsService {
|
|
|
1683
1686
|
}
|
|
1684
1687
|
}
|
|
1685
1688
|
}
|
|
1686
|
-
GoogleAnalyticsService.ɵfac =
|
|
1687
|
-
GoogleAnalyticsService.ɵprov = i0.ɵɵ
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1689
|
+
GoogleAnalyticsService.ɵfac = function GoogleAnalyticsService_Factory(t) { return new (t || GoogleAnalyticsService)(i0.ɵɵinject(i1.Router)); };
|
|
1690
|
+
GoogleAnalyticsService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleAnalyticsService, factory: GoogleAnalyticsService.ɵfac });
|
|
1691
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleAnalyticsService, [{
|
|
1692
|
+
type: Injectable
|
|
1693
|
+
}], function () { return [{ type: i1.Router }]; }, null); })();
|
|
1691
1694
|
|
|
1692
1695
|
/*
|
|
1693
1696
|
<file>
|
|
@@ -1921,6 +1924,9 @@ class Subs {
|
|
|
1921
1924
|
</file>
|
|
1922
1925
|
*/
|
|
1923
1926
|
class Utils {
|
|
1927
|
+
constructor() {
|
|
1928
|
+
this.generateRandomInteger = (start, end) => Math.floor(Math.random() * (end - start + 1)) + start;
|
|
1929
|
+
}
|
|
1924
1930
|
static getValueByNameInQS(name) {
|
|
1925
1931
|
return Utils.getValueByName(location.search, name);
|
|
1926
1932
|
}
|
|
@@ -2052,11 +2058,11 @@ class BaseGridReadService extends BehaviorSubject {
|
|
|
2052
2058
|
});
|
|
2053
2059
|
}
|
|
2054
2060
|
}
|
|
2055
|
-
BaseGridReadService.ɵfac =
|
|
2056
|
-
BaseGridReadService.ɵprov = i0.ɵɵ
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2061
|
+
BaseGridReadService.ɵfac = function BaseGridReadService_Factory(t) { return new (t || BaseGridReadService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2062
|
+
BaseGridReadService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGridReadService, factory: BaseGridReadService.ɵfac });
|
|
2063
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGridReadService, [{
|
|
2064
|
+
type: Injectable
|
|
2065
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2060
2066
|
|
|
2061
2067
|
/*
|
|
2062
2068
|
<file>
|
|
@@ -2126,11 +2132,11 @@ class BaseGridEditService extends BaseGridReadService {
|
|
|
2126
2132
|
return this.http.post(url, data).pipe(map(res => res));
|
|
2127
2133
|
}
|
|
2128
2134
|
}
|
|
2129
|
-
BaseGridEditService.ɵfac =
|
|
2130
|
-
BaseGridEditService.ɵprov = i0.ɵɵ
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2135
|
+
BaseGridEditService.ɵfac = function BaseGridEditService_Factory(t) { return new (t || BaseGridEditService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2136
|
+
BaseGridEditService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGridEditService, factory: BaseGridEditService.ɵfac });
|
|
2137
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGridEditService, [{
|
|
2138
|
+
type: Injectable
|
|
2139
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2134
2140
|
|
|
2135
2141
|
/*
|
|
2136
2142
|
<file>
|
|
@@ -2181,14 +2187,14 @@ class NotificationsApiService extends BaseApiService {
|
|
|
2181
2187
|
return this.get('retrieveNotifications');
|
|
2182
2188
|
}
|
|
2183
2189
|
}
|
|
2184
|
-
NotificationsApiService.ɵfac =
|
|
2185
|
-
NotificationsApiService.ɵprov = i0.ɵɵ
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2190
|
+
NotificationsApiService.ɵfac = function NotificationsApiService_Factory(t) { return new (t || NotificationsApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2191
|
+
NotificationsApiService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationsApiService, factory: NotificationsApiService.ɵfac, providedIn: 'root' });
|
|
2192
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationsApiService, [{
|
|
2193
|
+
type: Injectable,
|
|
2194
|
+
args: [{
|
|
2195
|
+
providedIn: 'root'
|
|
2196
|
+
}]
|
|
2197
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2192
2198
|
|
|
2193
2199
|
/*
|
|
2194
2200
|
<file>
|
|
@@ -2224,11 +2230,11 @@ class EmailsApiService extends BaseApiService {
|
|
|
2224
2230
|
});
|
|
2225
2231
|
}
|
|
2226
2232
|
}
|
|
2227
|
-
EmailsApiService.ɵfac =
|
|
2228
|
-
EmailsApiService.ɵprov = i0.ɵɵ
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2233
|
+
EmailsApiService.ɵfac = function EmailsApiService_Factory(t) { return new (t || EmailsApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2234
|
+
EmailsApiService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EmailsApiService, factory: EmailsApiService.ɵfac });
|
|
2235
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmailsApiService, [{
|
|
2236
|
+
type: Injectable
|
|
2237
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2232
2238
|
|
|
2233
2239
|
/*
|
|
2234
2240
|
<file>
|
|
@@ -2276,11 +2282,11 @@ class CoreApiService extends BaseApiService {
|
|
|
2276
2282
|
});
|
|
2277
2283
|
}
|
|
2278
2284
|
}
|
|
2279
|
-
CoreApiService.ɵfac =
|
|
2280
|
-
CoreApiService.ɵprov = i0.ɵɵ
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2285
|
+
CoreApiService.ɵfac = function CoreApiService_Factory(t) { return new (t || CoreApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2286
|
+
CoreApiService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CoreApiService, factory: CoreApiService.ɵfac });
|
|
2287
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreApiService, [{
|
|
2288
|
+
type: Injectable
|
|
2289
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null); })();
|
|
2284
2290
|
|
|
2285
2291
|
/*
|
|
2286
2292
|
<file>
|
|
@@ -2315,14 +2321,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2315
2321
|
*/
|
|
2316
2322
|
class SignUpButtonComponent {
|
|
2317
2323
|
}
|
|
2318
|
-
SignUpButtonComponent.ɵfac =
|
|
2319
|
-
SignUpButtonComponent.ɵcmp = i0.ɵɵ
|
|
2320
|
-
i0.ɵɵ
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2324
|
+
SignUpButtonComponent.ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); };
|
|
2325
|
+
SignUpButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignUpButtonComponent, selectors: [["anatoly-signup-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["href", "identity/signup"]], template: function SignUpButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2326
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2327
|
+
i0.ɵɵtext(1, "Sign Up");
|
|
2328
|
+
i0.ɵɵelementEnd();
|
|
2329
|
+
} if (rf & 2) {
|
|
2330
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2331
|
+
} }, encapsulation: 2 });
|
|
2332
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
|
|
2333
|
+
type: Component,
|
|
2334
|
+
args: [{ selector: "anatoly-signup-button", template: "<a href=\"identity/signup\" class=\"{{classbtn}}\">Sign Up</a>\r\n" }]
|
|
2335
|
+
}], null, { classbtn: [{
|
|
2336
|
+
type: Input
|
|
2337
|
+
}] }); })();
|
|
2326
2338
|
|
|
2327
2339
|
/*
|
|
2328
2340
|
<file>
|
|
@@ -2339,6 +2351,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2339
2351
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2340
2352
|
</file>
|
|
2341
2353
|
*/
|
|
2354
|
+
function BuyAccessButtonComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
2355
|
+
i0.ɵɵelementStart(0, "div");
|
|
2356
|
+
i0.ɵɵelement(1, "anatoly-signup-button", 1);
|
|
2357
|
+
i0.ɵɵelementEnd();
|
|
2358
|
+
} }
|
|
2359
|
+
function BuyAccessButtonComponent_div_0_div_2_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
2360
|
+
i0.ɵɵelementStart(0, "button", 4);
|
|
2361
|
+
i0.ɵɵtext(1, " Your Plan ");
|
|
2362
|
+
i0.ɵɵelementEnd();
|
|
2363
|
+
} }
|
|
2364
|
+
function BuyAccessButtonComponent_div_0_div_2_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
2365
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
2366
|
+
i0.ɵɵelementStart(0, "button", 5);
|
|
2367
|
+
i0.ɵɵlistener("click", function BuyAccessButtonComponent_div_0_div_2_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r5.onPlanSelect()); });
|
|
2368
|
+
i0.ɵɵtext(1, " Buy Now ");
|
|
2369
|
+
i0.ɵɵelementEnd();
|
|
2370
|
+
} }
|
|
2371
|
+
function BuyAccessButtonComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
2372
|
+
i0.ɵɵelementStart(0, "div");
|
|
2373
|
+
i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
|
|
2374
|
+
i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
|
|
2375
|
+
i0.ɵɵelementEnd();
|
|
2376
|
+
} if (rf & 2) {
|
|
2377
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
2378
|
+
i0.ɵɵadvance(1);
|
|
2379
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
|
|
2380
|
+
i0.ɵɵadvance(1);
|
|
2381
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.currentPlan == 1);
|
|
2382
|
+
} }
|
|
2383
|
+
function BuyAccessButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2384
|
+
i0.ɵɵelementStart(0, "div");
|
|
2385
|
+
i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
|
|
2386
|
+
i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_Template, 3, 2, "div", 0);
|
|
2387
|
+
i0.ɵɵelementEnd();
|
|
2388
|
+
} if (rf & 2) {
|
|
2389
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2390
|
+
i0.ɵɵadvance(1);
|
|
2391
|
+
i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
|
|
2392
|
+
i0.ɵɵadvance(1);
|
|
2393
|
+
i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
|
|
2394
|
+
} }
|
|
2342
2395
|
class BuyAccessButtonComponent {
|
|
2343
2396
|
constructor(appContext) {
|
|
2344
2397
|
this.appContext = appContext;
|
|
@@ -2364,20 +2417,24 @@ class BuyAccessButtonComponent {
|
|
|
2364
2417
|
this.planselect.emit(this.plan);
|
|
2365
2418
|
}
|
|
2366
2419
|
}
|
|
2367
|
-
BuyAccessButtonComponent.ɵfac =
|
|
2368
|
-
BuyAccessButtonComponent.ɵcmp = i0.ɵɵ
|
|
2369
|
-
i0.ɵɵ
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2420
|
+
BuyAccessButtonComponent.ɵfac = function BuyAccessButtonComponent_Factory(t) { return new (t || BuyAccessButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
|
|
2421
|
+
BuyAccessButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BuyAccessButtonComponent, selectors: [["anatoly-buyaccess-button"]], inputs: { plan: "plan", planTitle: "planTitle", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["classbtn", "btn btn-block btn-primary"], ["class", "btn btn-block btn-success selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 3, "click", 4, "ngIf"], [1, "btn", "btn-block", "btn-success", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan", 3, "click"]], template: function BuyAccessButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2422
|
+
i0.ɵɵtemplate(0, BuyAccessButtonComponent_div_0_Template, 3, 2, "div", 0);
|
|
2423
|
+
} if (rf & 2) {
|
|
2424
|
+
i0.ɵɵproperty("ngIf", ctx.contextUpdated);
|
|
2425
|
+
} }, dependencies: [i1$5.NgIf, SignUpButtonComponent], encapsulation: 2 });
|
|
2426
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BuyAccessButtonComponent, [{
|
|
2427
|
+
type: Component,
|
|
2428
|
+
args: [{ selector: 'anatoly-buyaccess-button', template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && currentPlan == 1\" \r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n </div>\r\n</div>\r\n" }]
|
|
2429
|
+
}], function () { return [{ type: AppContextService }]; }, { plan: [{
|
|
2430
|
+
type: Input
|
|
2431
|
+
}], planTitle: [{
|
|
2432
|
+
type: Input
|
|
2433
|
+
}], visibleIfUserSignedIn: [{
|
|
2434
|
+
type: Input
|
|
2435
|
+
}], planselect: [{
|
|
2436
|
+
type: Output
|
|
2437
|
+
}] }); })();
|
|
2381
2438
|
|
|
2382
2439
|
/*
|
|
2383
2440
|
<file>
|
|
@@ -2394,6 +2451,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2394
2451
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2395
2452
|
</file>
|
|
2396
2453
|
*/
|
|
2454
|
+
function SubscribePlanButtonComponent_div_0_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
2455
|
+
i0.ɵɵelementStart(0, "div");
|
|
2456
|
+
i0.ɵɵelement(1, "anatoly-signup-button", 1);
|
|
2457
|
+
i0.ɵɵelementEnd();
|
|
2458
|
+
} }
|
|
2459
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
2460
|
+
i0.ɵɵelementStart(0, "button", 5);
|
|
2461
|
+
i0.ɵɵtext(1, " Your Plan ");
|
|
2462
|
+
i0.ɵɵelementEnd();
|
|
2463
|
+
} }
|
|
2464
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
2465
|
+
i0.ɵɵelementStart(0, "button", 6);
|
|
2466
|
+
i0.ɵɵtext(1, " Requested ");
|
|
2467
|
+
i0.ɵɵelementEnd();
|
|
2468
|
+
} }
|
|
2469
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_3_Template(rf, ctx) { if (rf & 1) {
|
|
2470
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
2471
|
+
i0.ɵɵelementStart(0, "button", 7);
|
|
2472
|
+
i0.ɵɵlistener("click", function SubscribePlanButtonComponent_div_0_div_2_button_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r6.onPlanSelect()); });
|
|
2473
|
+
i0.ɵɵtext(1, " Subscribe ");
|
|
2474
|
+
i0.ɵɵelementEnd();
|
|
2475
|
+
} }
|
|
2476
|
+
function SubscribePlanButtonComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
2477
|
+
i0.ɵɵelementStart(0, "div");
|
|
2478
|
+
i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
|
|
2479
|
+
i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
|
|
2480
|
+
i0.ɵɵtemplate(3, SubscribePlanButtonComponent_div_0_div_2_button_3_Template, 2, 0, "button", 4);
|
|
2481
|
+
i0.ɵɵelementEnd();
|
|
2482
|
+
} if (rf & 2) {
|
|
2483
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
2484
|
+
i0.ɵɵadvance(1);
|
|
2485
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
|
|
2486
|
+
i0.ɵɵadvance(1);
|
|
2487
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.requestedPlan);
|
|
2488
|
+
i0.ɵɵadvance(1);
|
|
2489
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.plan != ctx_r2.requestedPlan);
|
|
2490
|
+
} }
|
|
2491
|
+
function SubscribePlanButtonComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2492
|
+
i0.ɵɵelementStart(0, "div");
|
|
2493
|
+
i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
|
|
2494
|
+
i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_Template, 4, 3, "div", 0);
|
|
2495
|
+
i0.ɵɵelementEnd();
|
|
2496
|
+
} if (rf & 2) {
|
|
2497
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2498
|
+
i0.ɵɵadvance(1);
|
|
2499
|
+
i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
|
|
2500
|
+
i0.ɵɵadvance(1);
|
|
2501
|
+
i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
|
|
2502
|
+
} }
|
|
2397
2503
|
class SubscribePlanButtonComponent {
|
|
2398
2504
|
constructor(appContext) {
|
|
2399
2505
|
this.appContext = appContext;
|
|
@@ -2423,20 +2529,24 @@ class SubscribePlanButtonComponent {
|
|
|
2423
2529
|
this.planselect.emit(this.plan);
|
|
2424
2530
|
}
|
|
2425
2531
|
}
|
|
2426
|
-
SubscribePlanButtonComponent.ɵfac =
|
|
2427
|
-
SubscribePlanButtonComponent.ɵcmp = i0.ɵɵ
|
|
2428
|
-
i0.ɵɵ
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2532
|
+
SubscribePlanButtonComponent.ɵfac = function SubscribePlanButtonComponent_Factory(t) { return new (t || SubscribePlanButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
|
|
2533
|
+
SubscribePlanButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SubscribePlanButtonComponent, selectors: [["anatoly-subscribe-plan-button"]], inputs: { plan: "plan", planTitle: "planTitle", visibleIfUserSignedIn: "visibleIfUserSignedIn" }, outputs: { planselect: "planselect" }, decls: 1, vars: 1, consts: [[4, "ngIf"], ["classbtn", "btn btn-block btn-primary"], ["class", "btn btn-block btn-success selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 4, "ngIf"], ["class", "btn btn-block btn-warning selectPlan", 3, "click", 4, "ngIf"], [1, "btn", "btn-block", "btn-success", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan"], [1, "btn", "btn-block", "btn-warning", "selectPlan", 3, "click"]], template: function SubscribePlanButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2534
|
+
i0.ɵɵtemplate(0, SubscribePlanButtonComponent_div_0_Template, 3, 2, "div", 0);
|
|
2535
|
+
} if (rf & 2) {
|
|
2536
|
+
i0.ɵɵproperty("ngIf", ctx.contextUpdated);
|
|
2537
|
+
} }, dependencies: [i1$5.NgIf, SignUpButtonComponent], encapsulation: 2 });
|
|
2538
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscribePlanButtonComponent, [{
|
|
2539
|
+
type: Component,
|
|
2540
|
+
args: [{ selector: "anatoly-subscribe-plan-button", template: "<div *ngIf=\"contextUpdated\">\r\n <div *ngIf=\"!isUserSignedIn\">\r\n <anatoly-signup-button classbtn=\"btn btn-block btn-primary\"></anatoly-signup-button>\r\n </div>\r\n\r\n <div *ngIf=\"isUserSignedIn && visibleIfUserSignedIn\">\r\n <button class=\"btn btn-block btn-success selectPlan\" \r\n *ngIf=\"plan == currentPlan\">\r\n Your Plan\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan == requestedPlan\">\r\n Requested\r\n </button>\r\n\r\n <button class=\"btn btn-block btn-warning selectPlan\" \r\n *ngIf=\"plan != currentPlan && plan != requestedPlan\" \r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n </div>\r\n</div>\r\n" }]
|
|
2541
|
+
}], function () { return [{ type: AppContextService }]; }, { plan: [{
|
|
2542
|
+
type: Input
|
|
2543
|
+
}], planTitle: [{
|
|
2544
|
+
type: Input
|
|
2545
|
+
}], visibleIfUserSignedIn: [{
|
|
2546
|
+
type: Input
|
|
2547
|
+
}], planselect: [{
|
|
2548
|
+
type: Output
|
|
2549
|
+
}] }); })();
|
|
2440
2550
|
|
|
2441
2551
|
/*
|
|
2442
2552
|
<file>
|
|
@@ -2453,20 +2563,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2453
2563
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2454
2564
|
</file>
|
|
2455
2565
|
*/
|
|
2566
|
+
const _c0$b = ["*"];
|
|
2456
2567
|
class CheckIconComponent {
|
|
2457
2568
|
constructor() {
|
|
2458
2569
|
//Inputs
|
|
2459
2570
|
this.checked = true;
|
|
2460
2571
|
}
|
|
2461
2572
|
}
|
|
2462
|
-
CheckIconComponent.ɵfac =
|
|
2463
|
-
CheckIconComponent.ɵcmp = i0.ɵɵ
|
|
2464
|
-
i0.ɵɵ
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2573
|
+
CheckIconComponent.ɵfac = function CheckIconComponent_Factory(t) { return new (t || CheckIconComponent)(); };
|
|
2574
|
+
CheckIconComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CheckIconComponent, selectors: [["anatoly-check-icon"]], inputs: { checked: "checked" }, ngContentSelectors: _c0$b, decls: 2, vars: 2, consts: [[3, "icon", "ngClass"]], template: function CheckIconComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2575
|
+
i0.ɵɵprojectionDef();
|
|
2576
|
+
i0.ɵɵelement(0, "fa-icon", 0);
|
|
2577
|
+
i0.ɵɵprojection(1);
|
|
2578
|
+
} if (rf & 2) {
|
|
2579
|
+
i0.ɵɵproperty("icon", ctx.checked ? "check-circle" : "circle-xmark")("ngClass", ctx.checked ? "text-success" : "text-danger");
|
|
2580
|
+
} }, dependencies: [i1$5.NgClass, i1$6.FaIconComponent], encapsulation: 2 });
|
|
2581
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
|
|
2582
|
+
type: Component,
|
|
2583
|
+
args: [{ selector: 'anatoly-check-icon', template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n" }]
|
|
2584
|
+
}], null, { checked: [{
|
|
2585
|
+
type: Input
|
|
2586
|
+
}] }); })();
|
|
2470
2587
|
|
|
2471
2588
|
/*
|
|
2472
2589
|
<file>
|
|
@@ -2484,6 +2601,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2484
2601
|
</file>
|
|
2485
2602
|
*/
|
|
2486
2603
|
class DatapagerComponent {
|
|
2604
|
+
get width() {
|
|
2605
|
+
return this._width;
|
|
2606
|
+
}
|
|
2607
|
+
set width(value) {
|
|
2608
|
+
this._width = value;
|
|
2609
|
+
if (value) {
|
|
2610
|
+
this.style = "width: " + value + "px";
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2487
2613
|
constructor() {
|
|
2488
2614
|
//Private
|
|
2489
2615
|
this._defaultPageSizes = [5, 10, 20, 30];
|
|
@@ -2497,15 +2623,6 @@ class DatapagerComponent {
|
|
|
2497
2623
|
//Outputs
|
|
2498
2624
|
this.pageChange = new EventEmitter();
|
|
2499
2625
|
}
|
|
2500
|
-
get width() {
|
|
2501
|
-
return this._width;
|
|
2502
|
-
}
|
|
2503
|
-
set width(value) {
|
|
2504
|
-
this._width = value;
|
|
2505
|
-
if (value) {
|
|
2506
|
-
this.style = "width: " + value + "px";
|
|
2507
|
-
}
|
|
2508
|
-
}
|
|
2509
2626
|
ngOnInit() {
|
|
2510
2627
|
this.pageSizes = [];
|
|
2511
2628
|
if (this.pageSizeDivisor) {
|
|
@@ -2525,26 +2642,33 @@ class DatapagerComponent {
|
|
|
2525
2642
|
this.pageChange.emit(e);
|
|
2526
2643
|
}
|
|
2527
2644
|
}
|
|
2528
|
-
DatapagerComponent.ɵfac =
|
|
2529
|
-
DatapagerComponent.ɵcmp = i0.ɵɵ
|
|
2530
|
-
i0.ɵɵ
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2645
|
+
DatapagerComponent.ɵfac = function DatapagerComponent_Factory(t) { return new (t || DatapagerComponent)(); };
|
|
2646
|
+
DatapagerComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DatapagerComponent, selectors: [["anatoly-datapager"]], inputs: { totalItems: "totalItems", pageSize: "pageSize", skipItems: "skipItems", pageSizeDivisor: "pageSizeDivisor", pageSizeMax: "pageSizeMax", width: "width" }, outputs: { pageChange: "pageChange" }, decls: 1, vars: 6, consts: [[3, "total", "pageSize", "pageSizeValues", "skip", "pageChange"]], template: function DatapagerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2647
|
+
i0.ɵɵelementStart(0, "kendo-datapager", 0);
|
|
2648
|
+
i0.ɵɵlistener("pageChange", function DatapagerComponent_Template_kendo_datapager_pageChange_0_listener($event) { return ctx.onPageChange($event); });
|
|
2649
|
+
i0.ɵɵelementEnd();
|
|
2650
|
+
} if (rf & 2) {
|
|
2651
|
+
i0.ɵɵstyleMap(ctx.style);
|
|
2652
|
+
i0.ɵɵproperty("total", ctx.totalItems)("pageSize", ctx.pageSize)("pageSizeValues", ctx.pageSizes)("skip", ctx.skipItems);
|
|
2653
|
+
} }, dependencies: [i1$7.PagerComponent], encapsulation: 2 });
|
|
2654
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatapagerComponent, [{
|
|
2655
|
+
type: Component,
|
|
2656
|
+
args: [{ selector: 'anatoly-datapager', template: "<kendo-datapager [total]='totalItems'\r\n [pageSize]='pageSize'\r\n [pageSizeValues]='pageSizes'\r\n [skip]='skipItems' \r\n [style]='style'\r\n (pageChange)='onPageChange($event)'>\r\n</kendo-datapager>\r\n" }]
|
|
2657
|
+
}], function () { return []; }, { totalItems: [{
|
|
2658
|
+
type: Input
|
|
2659
|
+
}], pageSize: [{
|
|
2660
|
+
type: Input
|
|
2661
|
+
}], skipItems: [{
|
|
2662
|
+
type: Input
|
|
2663
|
+
}], pageSizeDivisor: [{
|
|
2664
|
+
type: Input
|
|
2665
|
+
}], pageSizeMax: [{
|
|
2666
|
+
type: Input
|
|
2667
|
+
}], width: [{
|
|
2668
|
+
type: Input
|
|
2669
|
+
}], pageChange: [{
|
|
2670
|
+
type: Output
|
|
2671
|
+
}] }); })();
|
|
2548
2672
|
|
|
2549
2673
|
/*
|
|
2550
2674
|
<file>
|
|
@@ -2564,14 +2688,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2564
2688
|
class SignInButtonComponent {
|
|
2565
2689
|
constructor() { }
|
|
2566
2690
|
}
|
|
2567
|
-
SignInButtonComponent.ɵfac =
|
|
2568
|
-
SignInButtonComponent.ɵcmp = i0.ɵɵ
|
|
2569
|
-
i0.ɵɵ
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2691
|
+
SignInButtonComponent.ɵfac = function SignInButtonComponent_Factory(t) { return new (t || SignInButtonComponent)(); };
|
|
2692
|
+
SignInButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignInButtonComponent, selectors: [["anatoly-signin-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["href", "identity/signIn"]], template: function SignInButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2693
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2694
|
+
i0.ɵɵtext(1, "Sign In");
|
|
2695
|
+
i0.ɵɵelementEnd();
|
|
2696
|
+
} if (rf & 2) {
|
|
2697
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2698
|
+
} }, encapsulation: 2 });
|
|
2699
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
|
|
2700
|
+
type: Component,
|
|
2701
|
+
args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
|
|
2702
|
+
}], function () { return []; }, { classbtn: [{
|
|
2703
|
+
type: Input
|
|
2704
|
+
}] }); })();
|
|
2575
2705
|
|
|
2576
2706
|
/*
|
|
2577
2707
|
<file>
|
|
@@ -2591,14 +2721,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2591
2721
|
class SignOutButtonComponent {
|
|
2592
2722
|
constructor() { }
|
|
2593
2723
|
}
|
|
2594
|
-
SignOutButtonComponent.ɵfac =
|
|
2595
|
-
SignOutButtonComponent.ɵcmp = i0.ɵɵ
|
|
2596
|
-
i0.ɵɵ
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2724
|
+
SignOutButtonComponent.ɵfac = function SignOutButtonComponent_Factory(t) { return new (t || SignOutButtonComponent)(); };
|
|
2725
|
+
SignOutButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutButtonComponent, selectors: [["anatoly-signout-button"]], inputs: { classbtn: "classbtn" }, decls: 2, vars: 3, consts: [["href", "identity/signOut"]], template: function SignOutButtonComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2726
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2727
|
+
i0.ɵɵtext(1, "Sign Out");
|
|
2728
|
+
i0.ɵɵelementEnd();
|
|
2729
|
+
} if (rf & 2) {
|
|
2730
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2731
|
+
} }, encapsulation: 2 });
|
|
2732
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
|
|
2733
|
+
type: Component,
|
|
2734
|
+
args: [{ selector: "anatoly-signout-button", template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
|
|
2735
|
+
}], function () { return []; }, { classbtn: [{
|
|
2736
|
+
type: Input
|
|
2737
|
+
}] }); })();
|
|
2602
2738
|
|
|
2603
2739
|
/*
|
|
2604
2740
|
<file>
|
|
@@ -2615,6 +2751,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2615
2751
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2616
2752
|
</file>
|
|
2617
2753
|
*/
|
|
2754
|
+
function NodataComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2755
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
2756
|
+
i0.ɵɵelement(2, "fa-icon", 3);
|
|
2757
|
+
i0.ɵɵelementStart(3, "h3");
|
|
2758
|
+
i0.ɵɵtext(4);
|
|
2759
|
+
i0.ɵɵelementEnd();
|
|
2760
|
+
i0.ɵɵprojection(5);
|
|
2761
|
+
i0.ɵɵelementEnd()();
|
|
2762
|
+
} if (rf & 2) {
|
|
2763
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2764
|
+
i0.ɵɵadvance(3);
|
|
2765
|
+
i0.ɵɵclassMap(ctx_r0.headingClass);
|
|
2766
|
+
i0.ɵɵadvance(1);
|
|
2767
|
+
i0.ɵɵtextInterpolate(ctx_r0.heading);
|
|
2768
|
+
} }
|
|
2769
|
+
const _c0$a = ["*"];
|
|
2618
2770
|
class NodataComponent {
|
|
2619
2771
|
constructor() {
|
|
2620
2772
|
this.dataLoading = false;
|
|
@@ -2624,22 +2776,27 @@ class NodataComponent {
|
|
|
2624
2776
|
this.headingClass = 'text-uppercase';
|
|
2625
2777
|
}
|
|
2626
2778
|
}
|
|
2627
|
-
NodataComponent.ɵfac =
|
|
2628
|
-
NodataComponent.ɵcmp = i0.ɵɵ
|
|
2629
|
-
i0.ɵɵ
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2779
|
+
NodataComponent.ɵfac = function NodataComponent_Factory(t) { return new (t || NodataComponent)(); };
|
|
2780
|
+
NodataComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NodataComponent, selectors: [["anatoly-nodata"]], inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", heading: "heading", headingClass: "headingClass" }, ngContentSelectors: _c0$a, decls: 1, vars: 1, consts: [["class", "no-data", 4, "ngIf"], [1, "no-data"], [1, "loaded", "text-info"], ["icon", "database", "size", "10x"]], template: function NodataComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2781
|
+
i0.ɵɵprojectionDef();
|
|
2782
|
+
i0.ɵɵtemplate(0, NodataComponent_div_0_Template, 6, 4, "div", 0);
|
|
2783
|
+
} if (rf & 2) {
|
|
2784
|
+
i0.ɵɵproperty("ngIf", ctx.dataLoaded && !ctx.dataFound);
|
|
2785
|
+
} }, dependencies: [i1$5.NgIf, i1$6.FaIconComponent], encapsulation: 2 });
|
|
2786
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
|
|
2787
|
+
type: Component,
|
|
2788
|
+
args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded text-info'>\r\n <fa-icon icon=\"database\" size=\"10x\"></fa-icon>\r\n <h3 class='{{headingClass}}'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
|
|
2789
|
+
}], function () { return []; }, { dataLoading: [{
|
|
2790
|
+
type: Input
|
|
2791
|
+
}], dataLoaded: [{
|
|
2792
|
+
type: Input
|
|
2793
|
+
}], dataFound: [{
|
|
2794
|
+
type: Input
|
|
2795
|
+
}], heading: [{
|
|
2796
|
+
type: Input
|
|
2797
|
+
}], headingClass: [{
|
|
2798
|
+
type: Input
|
|
2799
|
+
}] }); })();
|
|
2643
2800
|
|
|
2644
2801
|
/*
|
|
2645
2802
|
<file>
|
|
@@ -2656,6 +2813,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2656
2813
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2657
2814
|
</file>
|
|
2658
2815
|
*/
|
|
2816
|
+
function LoadingComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2817
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
2818
|
+
i0.ɵɵelement(1, "span", 2);
|
|
2819
|
+
i0.ɵɵelementEnd();
|
|
2820
|
+
} }
|
|
2659
2821
|
class LoadingComponent {
|
|
2660
2822
|
constructor(loadingService) {
|
|
2661
2823
|
this.loadingService = loadingService;
|
|
@@ -2675,12 +2837,16 @@ class LoadingComponent {
|
|
|
2675
2837
|
this.subs.unsubscribe();
|
|
2676
2838
|
}
|
|
2677
2839
|
}
|
|
2678
|
-
LoadingComponent.ɵfac =
|
|
2679
|
-
LoadingComponent.ɵcmp = i0.ɵɵ
|
|
2680
|
-
i0.ɵɵ
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2840
|
+
LoadingComponent.ɵfac = function LoadingComponent_Factory(t) { return new (t || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); };
|
|
2841
|
+
LoadingComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: LoadingComponent, selectors: [["anatoly-loading"]], decls: 1, vars: 1, consts: [["id", "pnlLoading", 4, "ngIf"], ["id", "pnlLoading"], [1, "k-icon", "k-i-loading"]], template: function LoadingComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2842
|
+
i0.ɵɵtemplate(0, LoadingComponent_div_0_Template, 2, 0, "div", 0);
|
|
2843
|
+
} if (rf & 2) {
|
|
2844
|
+
i0.ɵɵproperty("ngIf", ctx.show);
|
|
2845
|
+
} }, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
2846
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingComponent, [{
|
|
2847
|
+
type: Component,
|
|
2848
|
+
args: [{ selector: 'anatoly-loading', template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
|
|
2849
|
+
}], function () { return [{ type: LoadingService }]; }, null); })();
|
|
2684
2850
|
|
|
2685
2851
|
const Spinkit = {
|
|
2686
2852
|
skChasingDots: 'sk-chasing-dots',
|
|
@@ -2709,6 +2875,25 @@ const Spinkit = {
|
|
|
2709
2875
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2710
2876
|
</file>
|
|
2711
2877
|
*/
|
|
2878
|
+
function PageSpinnerComponent_div_0_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
2879
|
+
i0.ɵɵelementStart(0, "div", 4);
|
|
2880
|
+
i0.ɵɵelement(1, "div", 5);
|
|
2881
|
+
i0.ɵɵelementEnd();
|
|
2882
|
+
} if (rf & 2) {
|
|
2883
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
2884
|
+
i0.ɵɵclassProp("colored", !ctx_r1.backgroundColor);
|
|
2885
|
+
i0.ɵɵadvance(1);
|
|
2886
|
+
i0.ɵɵstyleProp("background-color", ctx_r1.backgroundColor);
|
|
2887
|
+
} }
|
|
2888
|
+
function PageSpinnerComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
2889
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
2890
|
+
i0.ɵɵtemplate(2, PageSpinnerComponent_div_0_div_2_Template, 2, 4, "div", 3);
|
|
2891
|
+
i0.ɵɵelementEnd()();
|
|
2892
|
+
} if (rf & 2) {
|
|
2893
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2894
|
+
i0.ɵɵadvance(2);
|
|
2895
|
+
i0.ɵɵproperty("ngIf", ctx_r0.spinner === ctx_r0.Spinkit.skLine);
|
|
2896
|
+
} }
|
|
2712
2897
|
class PageSpinnerComponent {
|
|
2713
2898
|
constructor(router) {
|
|
2714
2899
|
this.router = router;
|
|
@@ -2736,16 +2921,20 @@ class PageSpinnerComponent {
|
|
|
2736
2921
|
this.isSpinnerVisible = false;
|
|
2737
2922
|
}
|
|
2738
2923
|
}
|
|
2739
|
-
PageSpinnerComponent.ɵfac =
|
|
2740
|
-
PageSpinnerComponent.ɵcmp = i0.ɵɵ
|
|
2741
|
-
i0.ɵɵ
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2924
|
+
PageSpinnerComponent.ɵfac = function PageSpinnerComponent_Factory(t) { return new (t || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1.Router)); };
|
|
2925
|
+
PageSpinnerComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PageSpinnerComponent, selectors: [["anatoly-pagespinner"]], inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, decls: 1, vars: 1, consts: [["id", "http-loader", 4, "ngIf"], ["id", "http-loader"], [1, "loader-bg"], ["class", "sk-line-material", 3, "colored", 4, "ngIf"], [1, "sk-line-material"], [1, "sk-child", "sk-bounce1"]], template: function PageSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2926
|
+
i0.ɵɵtemplate(0, PageSpinnerComponent_div_0_Template, 3, 1, "div", 0);
|
|
2927
|
+
} if (rf & 2) {
|
|
2928
|
+
i0.ɵɵproperty("ngIf", ctx.isSpinnerVisible);
|
|
2929
|
+
} }, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
2930
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageSpinnerComponent, [{
|
|
2931
|
+
type: Component,
|
|
2932
|
+
args: [{ selector: 'anatoly-pagespinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
2933
|
+
}], function () { return [{ type: i1.Router }]; }, { backgroundColor: [{
|
|
2934
|
+
type: Input
|
|
2935
|
+
}], spinner: [{
|
|
2936
|
+
type: Input
|
|
2937
|
+
}] }); })();
|
|
2749
2938
|
|
|
2750
2939
|
/*
|
|
2751
2940
|
<file>
|
|
@@ -2776,16 +2965,21 @@ class Copy2ClipboardComponent {
|
|
|
2776
2965
|
Utils.copyToClipBoard(event, this.text);
|
|
2777
2966
|
}
|
|
2778
2967
|
}
|
|
2779
|
-
Copy2ClipboardComponent.ɵfac =
|
|
2780
|
-
Copy2ClipboardComponent.ɵcmp = i0.ɵɵ
|
|
2781
|
-
i0.ɵɵ
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2968
|
+
Copy2ClipboardComponent.ɵfac = function Copy2ClipboardComponent_Factory(t) { return new (t || Copy2ClipboardComponent)(); };
|
|
2969
|
+
Copy2ClipboardComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Copy2ClipboardComponent, selectors: [["anatoly-copy-2-clipboard"]], inputs: { tooltip: "tooltip", text: "text" }, decls: 2, vars: 0, consts: [[1, "btn", "btn-primary", "btn-sm", "active", 3, "click"], ["size", "lg", "icon", "copy"]], template: function Copy2ClipboardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2970
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2971
|
+
i0.ɵɵlistener("click", function Copy2ClipboardComponent_Template_a_click_0_listener($event) { return ctx.onCopy2Clipboard($event); });
|
|
2972
|
+
i0.ɵɵelement(1, "fa-icon", 1);
|
|
2973
|
+
i0.ɵɵelementEnd();
|
|
2974
|
+
} }, dependencies: [i1$6.FaIconComponent], encapsulation: 2 });
|
|
2975
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
|
|
2976
|
+
type: Component,
|
|
2977
|
+
args: [{ selector: 'anatoly-copy-2-clipboard', template: "<a class=\"btn btn-primary btn-sm active\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\"></fa-icon>\r\n</a>" }]
|
|
2978
|
+
}], null, { tooltip: [{
|
|
2979
|
+
type: Input
|
|
2980
|
+
}], text: [{
|
|
2981
|
+
type: Input
|
|
2982
|
+
}] }); })();
|
|
2789
2983
|
|
|
2790
2984
|
/*
|
|
2791
2985
|
<file>
|
|
@@ -2802,16 +2996,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2802
2996
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2803
2997
|
</file>
|
|
2804
2998
|
*/
|
|
2999
|
+
const _c0$9 = [[["mex-card-header"]], [["mex-card-body"]], "*", [["mex-card-footer"]]];
|
|
3000
|
+
const _c1$1 = ["mex-card-header", "mex-card-body", "*", "mex-card-footer"];
|
|
2805
3001
|
class CardComponent {
|
|
2806
3002
|
}
|
|
2807
|
-
CardComponent.ɵfac =
|
|
2808
|
-
CardComponent.ɵcmp = i0.ɵɵ
|
|
2809
|
-
i0.ɵɵ
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
3003
|
+
CardComponent.ɵfac = function CardComponent_Factory(t) { return new (t || CardComponent)(); };
|
|
3004
|
+
CardComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardComponent, selectors: [["anatoly-card"]], inputs: { classes: "classes" }, ngContentSelectors: _c1$1, decls: 5, vars: 3, template: function CardComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3005
|
+
i0.ɵɵprojectionDef(_c0$9);
|
|
3006
|
+
i0.ɵɵelementStart(0, "div");
|
|
3007
|
+
i0.ɵɵprojection(1);
|
|
3008
|
+
i0.ɵɵprojection(2, 1);
|
|
3009
|
+
i0.ɵɵprojection(3, 2);
|
|
3010
|
+
i0.ɵɵprojection(4, 3);
|
|
3011
|
+
i0.ɵɵelementEnd();
|
|
3012
|
+
} if (rf & 2) {
|
|
3013
|
+
i0.ɵɵclassMapInterpolate1("card ", ctx.classes, "");
|
|
3014
|
+
} }, encapsulation: 2 });
|
|
3015
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardComponent, [{
|
|
3016
|
+
type: Component,
|
|
3017
|
+
args: [{ selector: 'anatoly-card', template: "<div class='card {{ classes }}'>\r\n <ng-content select='mex-card-header'></ng-content>\r\n <ng-content select='mex-card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='mex-card-footer'></ng-content>\r\n</div>\r\n" }]
|
|
3018
|
+
}], null, { classes: [{
|
|
3019
|
+
type: Input
|
|
3020
|
+
}] }); })();
|
|
2815
3021
|
|
|
2816
3022
|
/*
|
|
2817
3023
|
<file>
|
|
@@ -2828,18 +3034,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2828
3034
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2829
3035
|
</file>
|
|
2830
3036
|
*/
|
|
3037
|
+
function CardHeaderComponent_h3_1_Template(rf, ctx) { if (rf & 1) {
|
|
3038
|
+
i0.ɵɵelementStart(0, "h3", 1);
|
|
3039
|
+
i0.ɵɵtext(1);
|
|
3040
|
+
i0.ɵɵelementEnd();
|
|
3041
|
+
} if (rf & 2) {
|
|
3042
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
3043
|
+
i0.ɵɵadvance(1);
|
|
3044
|
+
i0.ɵɵtextInterpolate(ctx_r0.title);
|
|
3045
|
+
} }
|
|
3046
|
+
const _c0$8 = ["*"];
|
|
2831
3047
|
class CardHeaderComponent {
|
|
2832
3048
|
}
|
|
2833
|
-
CardHeaderComponent.ɵfac =
|
|
2834
|
-
CardHeaderComponent.ɵcmp = i0.ɵɵ
|
|
2835
|
-
i0.ɵɵ
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
3049
|
+
CardHeaderComponent.ɵfac = function CardHeaderComponent_Factory(t) { return new (t || CardHeaderComponent)(); };
|
|
3050
|
+
CardHeaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardHeaderComponent, selectors: [["anatoly-card-header"]], inputs: { classes: "classes", title: "title" }, ngContentSelectors: _c0$8, decls: 3, vars: 4, consts: [["class", "card-title", 4, "ngIf"], [1, "card-title"]], template: function CardHeaderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3051
|
+
i0.ɵɵprojectionDef();
|
|
3052
|
+
i0.ɵɵelementStart(0, "div");
|
|
3053
|
+
i0.ɵɵtemplate(1, CardHeaderComponent_h3_1_Template, 2, 1, "h3", 0);
|
|
3054
|
+
i0.ɵɵprojection(2);
|
|
3055
|
+
i0.ɵɵelementEnd();
|
|
3056
|
+
} if (rf & 2) {
|
|
3057
|
+
i0.ɵɵclassMapInterpolate1("card-header ", ctx.classes, "");
|
|
3058
|
+
i0.ɵɵadvance(1);
|
|
3059
|
+
i0.ɵɵproperty("ngIf", ctx.title);
|
|
3060
|
+
} }, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
3061
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardHeaderComponent, [{
|
|
3062
|
+
type: Component,
|
|
3063
|
+
args: [{ selector: 'anatoly-card-header', template: "<div class='card-header {{ classes }}'>\r\n <h3 *ngIf='title' class='card-title'>{{ title }}</h3>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
3064
|
+
}], null, { classes: [{
|
|
3065
|
+
type: Input
|
|
3066
|
+
}], title: [{
|
|
3067
|
+
type: Input
|
|
3068
|
+
}] }); })();
|
|
2843
3069
|
|
|
2844
3070
|
/*
|
|
2845
3071
|
<file>
|
|
@@ -2856,16 +3082,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2856
3082
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2857
3083
|
</file>
|
|
2858
3084
|
*/
|
|
3085
|
+
const _c0$7 = ["*"];
|
|
2859
3086
|
class CardBodyComponent {
|
|
2860
3087
|
}
|
|
2861
|
-
CardBodyComponent.ɵfac =
|
|
2862
|
-
CardBodyComponent.ɵcmp = i0.ɵɵ
|
|
2863
|
-
i0.ɵɵ
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
3088
|
+
CardBodyComponent.ɵfac = function CardBodyComponent_Factory(t) { return new (t || CardBodyComponent)(); };
|
|
3089
|
+
CardBodyComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardBodyComponent, selectors: [["anatoly-card-body"]], inputs: { classes: "classes" }, ngContentSelectors: _c0$7, decls: 2, vars: 3, template: function CardBodyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3090
|
+
i0.ɵɵprojectionDef();
|
|
3091
|
+
i0.ɵɵelementStart(0, "div");
|
|
3092
|
+
i0.ɵɵprojection(1);
|
|
3093
|
+
i0.ɵɵelementEnd();
|
|
3094
|
+
} if (rf & 2) {
|
|
3095
|
+
i0.ɵɵclassMapInterpolate1("card-body ", ctx.classes, "");
|
|
3096
|
+
} }, encapsulation: 2 });
|
|
3097
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardBodyComponent, [{
|
|
3098
|
+
type: Component,
|
|
3099
|
+
args: [{ selector: 'anatoly-card-body', template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
3100
|
+
}], null, { classes: [{
|
|
3101
|
+
type: Input
|
|
3102
|
+
}] }); })();
|
|
2869
3103
|
|
|
2870
3104
|
/*
|
|
2871
3105
|
<file>
|
|
@@ -2882,16 +3116,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2882
3116
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2883
3117
|
</file>
|
|
2884
3118
|
*/
|
|
3119
|
+
const _c0$6 = ["*"];
|
|
2885
3120
|
class CardFooterComponent {
|
|
2886
3121
|
}
|
|
2887
|
-
CardFooterComponent.ɵfac =
|
|
2888
|
-
CardFooterComponent.ɵcmp = i0.ɵɵ
|
|
2889
|
-
i0.ɵɵ
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
3122
|
+
CardFooterComponent.ɵfac = function CardFooterComponent_Factory(t) { return new (t || CardFooterComponent)(); };
|
|
3123
|
+
CardFooterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CardFooterComponent, selectors: [["anatoly-card-footer"]], inputs: { classes: "classes" }, ngContentSelectors: _c0$6, decls: 2, vars: 3, template: function CardFooterComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3124
|
+
i0.ɵɵprojectionDef();
|
|
3125
|
+
i0.ɵɵelementStart(0, "div");
|
|
3126
|
+
i0.ɵɵprojection(1);
|
|
3127
|
+
i0.ɵɵelementEnd();
|
|
3128
|
+
} if (rf & 2) {
|
|
3129
|
+
i0.ɵɵclassMapInterpolate1("card-footer ", ctx.classes, "");
|
|
3130
|
+
} }, encapsulation: 2 });
|
|
3131
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardFooterComponent, [{
|
|
3132
|
+
type: Component,
|
|
3133
|
+
args: [{ selector: 'anatoly-card-footer', template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
3134
|
+
}], null, { classes: [{
|
|
3135
|
+
type: Input
|
|
3136
|
+
}] }); })();
|
|
2895
3137
|
|
|
2896
3138
|
/*
|
|
2897
3139
|
<file>
|
|
@@ -3028,14 +3270,14 @@ class BaseComponent {
|
|
|
3028
3270
|
this.dataFound = found;
|
|
3029
3271
|
}
|
|
3030
3272
|
}
|
|
3031
|
-
BaseComponent.ɵfac =
|
|
3032
|
-
BaseComponent.ɵcmp = i0.ɵɵ
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3273
|
+
BaseComponent.ɵfac = function BaseComponent_Factory(t) { return new (t || BaseComponent)(); };
|
|
3274
|
+
BaseComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseComponent, selectors: [["ng-component"]], decls: 0, vars: 0, template: function BaseComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3275
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseComponent, [{
|
|
3276
|
+
type: Component,
|
|
3277
|
+
args: [{
|
|
3278
|
+
template: ''
|
|
3279
|
+
}]
|
|
3280
|
+
}], null, null); })();
|
|
3039
3281
|
|
|
3040
3282
|
/*
|
|
3041
3283
|
<file>
|
|
@@ -3152,18 +3394,18 @@ class BaseEditComponent extends BaseComponent {
|
|
|
3152
3394
|
return this.formGroup.controls;
|
|
3153
3395
|
}
|
|
3154
3396
|
}
|
|
3155
|
-
BaseEditComponent.ɵfac =
|
|
3156
|
-
BaseEditComponent.ɵcmp = i0.ɵɵ
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3397
|
+
BaseEditComponent.ɵfac = function BaseEditComponent_Factory(t) { return new (t || BaseEditComponent)(); };
|
|
3398
|
+
BaseEditComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseEditComponent, selectors: [["ng-component"]], inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseEditComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3399
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseEditComponent, [{
|
|
3400
|
+
type: Component,
|
|
3401
|
+
args: [{
|
|
3402
|
+
template: ''
|
|
3403
|
+
}]
|
|
3404
|
+
}], function () { return []; }, { formGroup: [{
|
|
3405
|
+
type: Input
|
|
3406
|
+
}], formSubmitted: [{
|
|
3407
|
+
type: Input
|
|
3408
|
+
}] }); })();
|
|
3167
3409
|
|
|
3168
3410
|
/*
|
|
3169
3411
|
<file>
|
|
@@ -3253,18 +3495,18 @@ class BaseHtmlEditorComponent extends BaseEditComponent {
|
|
|
3253
3495
|
});
|
|
3254
3496
|
}
|
|
3255
3497
|
}
|
|
3256
|
-
BaseHtmlEditorComponent.ɵfac =
|
|
3257
|
-
BaseHtmlEditorComponent.ɵcmp = i0.ɵɵ
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3498
|
+
BaseHtmlEditorComponent.ɵfac = function BaseHtmlEditorComponent_Factory(t) { return new (t || BaseHtmlEditorComponent)(); };
|
|
3499
|
+
BaseHtmlEditorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseHtmlEditorComponent, selectors: [["ng-component"]], inputs: { editorLabelText: "editorLabelText", editorOptions: "editorOptions" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseHtmlEditorComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3500
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseHtmlEditorComponent, [{
|
|
3501
|
+
type: Component,
|
|
3502
|
+
args: [{
|
|
3503
|
+
template: "",
|
|
3504
|
+
}]
|
|
3505
|
+
}], function () { return []; }, { editorLabelText: [{
|
|
3506
|
+
type: Input
|
|
3507
|
+
}], editorOptions: [{
|
|
3508
|
+
type: Input
|
|
3509
|
+
}] }); })();
|
|
3268
3510
|
|
|
3269
3511
|
/*
|
|
3270
3512
|
<file>
|
|
@@ -3291,14 +3533,14 @@ class NativeElementDirective {
|
|
|
3291
3533
|
this.control.control.nativeElement = this.el.nativeElement;
|
|
3292
3534
|
}
|
|
3293
3535
|
}
|
|
3294
|
-
NativeElementDirective.ɵfac =
|
|
3295
|
-
NativeElementDirective.ɵdir = i0.ɵɵ
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3536
|
+
NativeElementDirective.ɵfac = function NativeElementDirective_Factory(t) { return new (t || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$8.NgControl)); };
|
|
3537
|
+
NativeElementDirective.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]] });
|
|
3538
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeElementDirective, [{
|
|
3539
|
+
type: Directive,
|
|
3540
|
+
args: [{
|
|
3541
|
+
selector: '[formControl], [formControlName]'
|
|
3542
|
+
}]
|
|
3543
|
+
}], function () { return [{ type: i0.ElementRef }, { type: i1$8.NgControl }]; }, null); })();
|
|
3302
3544
|
|
|
3303
3545
|
/*
|
|
3304
3546
|
<file>
|
|
@@ -3411,14 +3653,14 @@ class ValidationSummaryComponent extends BaseEditComponent {
|
|
|
3411
3653
|
return title;
|
|
3412
3654
|
}
|
|
3413
3655
|
}
|
|
3414
|
-
ValidationSummaryComponent.ɵfac =
|
|
3415
|
-
ValidationSummaryComponent.ɵcmp = i0.ɵɵ
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3656
|
+
ValidationSummaryComponent.ɵfac = function ValidationSummaryComponent_Factory(t) { return new (t || ValidationSummaryComponent)(); };
|
|
3657
|
+
ValidationSummaryComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ValidationSummaryComponent, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function ValidationSummaryComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3658
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidationSummaryComponent, [{
|
|
3659
|
+
type: Component,
|
|
3660
|
+
args: [{
|
|
3661
|
+
template: "",
|
|
3662
|
+
}]
|
|
3663
|
+
}], function () { return []; }, null); })();
|
|
3422
3664
|
|
|
3423
3665
|
/*
|
|
3424
3666
|
<file>
|
|
@@ -3435,21 +3677,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3435
3677
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3436
3678
|
</file>
|
|
3437
3679
|
*/
|
|
3680
|
+
function ItemValidationSummaryComponent_ul_0_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
3681
|
+
i0.ɵɵelementStart(0, "li")(1, "span", 3);
|
|
3682
|
+
i0.ɵɵtext(2);
|
|
3683
|
+
i0.ɵɵelementEnd()();
|
|
3684
|
+
} if (rf & 2) {
|
|
3685
|
+
const error_r2 = ctx.$implicit;
|
|
3686
|
+
i0.ɵɵadvance(2);
|
|
3687
|
+
i0.ɵɵtextInterpolate(error_r2);
|
|
3688
|
+
} }
|
|
3689
|
+
function ItemValidationSummaryComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
|
|
3690
|
+
i0.ɵɵelementStart(0, "ul", 1);
|
|
3691
|
+
i0.ɵɵtemplate(1, ItemValidationSummaryComponent_ul_0_li_1_Template, 3, 1, "li", 2);
|
|
3692
|
+
i0.ɵɵelementEnd();
|
|
3693
|
+
} if (rf & 2) {
|
|
3694
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
3695
|
+
i0.ɵɵadvance(1);
|
|
3696
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.get(ctx_r0.controlName), ctx_r0.controlTitle));
|
|
3697
|
+
} }
|
|
3438
3698
|
class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3439
3699
|
constructor() {
|
|
3440
3700
|
super();
|
|
3441
3701
|
}
|
|
3442
3702
|
}
|
|
3443
|
-
ItemValidationSummaryComponent.ɵfac =
|
|
3444
|
-
ItemValidationSummaryComponent.ɵcmp = i0.ɵɵ
|
|
3445
|
-
i0.ɵɵ
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3703
|
+
ItemValidationSummaryComponent.ɵfac = function ItemValidationSummaryComponent_Factory(t) { return new (t || ItemValidationSummaryComponent)(); };
|
|
3704
|
+
ItemValidationSummaryComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ItemValidationSummaryComponent, selectors: [["anatoly-item-validation-summary"]], inputs: { controlName: "controlName", controlTitle: "controlTitle" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "list-unstyled", 4, "ngIf"], [1, "list-unstyled"], [4, "ngFor", "ngForOf"], [1, "help-block"]], template: function ItemValidationSummaryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3705
|
+
i0.ɵɵtemplate(0, ItemValidationSummaryComponent_ul_0_Template, 2, 1, "ul", 0);
|
|
3706
|
+
} if (rf & 2) {
|
|
3707
|
+
i0.ɵɵproperty("ngIf", ctx.isControlInvalid(ctx.controlName));
|
|
3708
|
+
} }, dependencies: [i1$5.NgForOf, i1$5.NgIf], encapsulation: 2 });
|
|
3709
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
|
|
3710
|
+
type: Component,
|
|
3711
|
+
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" }]
|
|
3712
|
+
}], function () { return []; }, { controlName: [{
|
|
3713
|
+
type: Input
|
|
3714
|
+
}], controlTitle: [{
|
|
3715
|
+
type: Input
|
|
3716
|
+
}] }); })();
|
|
3453
3717
|
|
|
3454
3718
|
/*
|
|
3455
3719
|
<file>
|
|
@@ -3466,6 +3730,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3466
3730
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3467
3731
|
</file>
|
|
3468
3732
|
*/
|
|
3733
|
+
const _c0$5 = function (a0) { return { "has-error": a0 }; };
|
|
3469
3734
|
class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
3470
3735
|
constructor() {
|
|
3471
3736
|
super();
|
|
@@ -3477,14 +3742,31 @@ class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
3477
3742
|
});
|
|
3478
3743
|
}
|
|
3479
3744
|
}
|
|
3480
|
-
FormsHtmlEditorComponent.ɵfac =
|
|
3481
|
-
FormsHtmlEditorComponent.ɵcmp = i0.ɵɵ
|
|
3482
|
-
i0.ɵɵ
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3745
|
+
FormsHtmlEditorComponent.ɵfac = function FormsHtmlEditorComponent_Factory(t) { return new (t || FormsHtmlEditorComponent)(); };
|
|
3746
|
+
FormsHtmlEditorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormsHtmlEditorComponent, selectors: [["anatoly-forms-html-editor"]], inputs: { editorFormKey: "editorFormKey" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 5, vars: 11, consts: [[1, "form-group", 3, "formGroup", "ngClass"], [1, "col-form-label"], [3, "formControlName", "froalaEditor", "froalaInit"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"]], template: function FormsHtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3747
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
|
|
3748
|
+
i0.ɵɵtext(2);
|
|
3749
|
+
i0.ɵɵelementEnd();
|
|
3750
|
+
i0.ɵɵelementStart(3, "textarea", 2);
|
|
3751
|
+
i0.ɵɵlistener("froalaInit", function FormsHtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
|
|
3752
|
+
i0.ɵɵelementEnd();
|
|
3753
|
+
i0.ɵɵelement(4, "anatoly-item-validation-summary", 3);
|
|
3754
|
+
i0.ɵɵelementEnd();
|
|
3755
|
+
} if (rf & 2) {
|
|
3756
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(9, _c0$5, ctx.isControlInvalid(ctx.editorFormKey)));
|
|
3757
|
+
i0.ɵɵadvance(2);
|
|
3758
|
+
i0.ɵɵtextInterpolate(ctx.editorLabelText);
|
|
3759
|
+
i0.ɵɵadvance(1);
|
|
3760
|
+
i0.ɵɵproperty("formControlName", ctx.editorFormKey)("froalaEditor", ctx.options);
|
|
3761
|
+
i0.ɵɵadvance(1);
|
|
3762
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.editorFormKey)("controlTitle", ctx.editorLabelText);
|
|
3763
|
+
} }, dependencies: [i1$5.NgClass, i1$8.DefaultValueAccessor, i1$8.NgControlStatus, i1$8.NgControlStatusGroup, i1$8.FormGroupDirective, i1$8.FormControlName, i1$9.FroalaEditorDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
3764
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormsHtmlEditorComponent, [{
|
|
3765
|
+
type: Component,
|
|
3766
|
+
args: [{ selector: "anatoly-forms-html-editor", template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n" }]
|
|
3767
|
+
}], function () { return []; }, { editorFormKey: [{
|
|
3768
|
+
type: Input
|
|
3769
|
+
}] }); })();
|
|
3488
3770
|
|
|
3489
3771
|
/*
|
|
3490
3772
|
<file>
|
|
@@ -3522,12 +3804,24 @@ class HtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
3522
3804
|
return editor.html.get(false);
|
|
3523
3805
|
}
|
|
3524
3806
|
}
|
|
3525
|
-
HtmlEditorComponent.ɵfac =
|
|
3526
|
-
HtmlEditorComponent.ɵcmp = i0.ɵɵ
|
|
3527
|
-
i0.ɵɵ
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3807
|
+
HtmlEditorComponent.ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); };
|
|
3808
|
+
HtmlEditorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HtmlEditorComponent, selectors: [["anatoly-html-editor"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 2, consts: [[1, "form-group"], [1, "col-form-label"], [3, "froalaEditor", "froalaInit"]], template: function HtmlEditorComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3809
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
|
|
3810
|
+
i0.ɵɵtext(2);
|
|
3811
|
+
i0.ɵɵelementEnd();
|
|
3812
|
+
i0.ɵɵelementStart(3, "textarea", 2);
|
|
3813
|
+
i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
|
|
3814
|
+
i0.ɵɵelementEnd()();
|
|
3815
|
+
} if (rf & 2) {
|
|
3816
|
+
i0.ɵɵadvance(2);
|
|
3817
|
+
i0.ɵɵtextInterpolate(ctx.editorLabelText);
|
|
3818
|
+
i0.ɵɵadvance(1);
|
|
3819
|
+
i0.ɵɵproperty("froalaEditor", ctx.options);
|
|
3820
|
+
} }, dependencies: [i1$9.FroalaEditorDirective], encapsulation: 2 });
|
|
3821
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
|
|
3822
|
+
type: Component,
|
|
3823
|
+
args: [{ selector: "anatoly-html-editor", template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n" }]
|
|
3824
|
+
}], function () { return []; }, null); })();
|
|
3531
3825
|
|
|
3532
3826
|
/*
|
|
3533
3827
|
<file>
|
|
@@ -3545,13 +3839,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3545
3839
|
</file>
|
|
3546
3840
|
*/
|
|
3547
3841
|
class BaseDialog extends BaseEditComponent {
|
|
3548
|
-
constructor() {
|
|
3549
|
-
super();
|
|
3550
|
-
this._isOpen = false;
|
|
3551
|
-
//Events
|
|
3552
|
-
this.opened = new EventEmitter();
|
|
3553
|
-
this.closed = new EventEmitter();
|
|
3554
|
-
}
|
|
3555
3842
|
get isOpen() {
|
|
3556
3843
|
return this._isOpen;
|
|
3557
3844
|
}
|
|
@@ -3564,6 +3851,13 @@ class BaseDialog extends BaseEditComponent {
|
|
|
3564
3851
|
}
|
|
3565
3852
|
this._isOpen = value;
|
|
3566
3853
|
}
|
|
3854
|
+
constructor() {
|
|
3855
|
+
super();
|
|
3856
|
+
this._isOpen = false;
|
|
3857
|
+
//Events
|
|
3858
|
+
this.opened = new EventEmitter();
|
|
3859
|
+
this.closed = new EventEmitter();
|
|
3860
|
+
}
|
|
3567
3861
|
open() {
|
|
3568
3862
|
this.isOpen = true;
|
|
3569
3863
|
}
|
|
@@ -3576,20 +3870,20 @@ class BaseDialog extends BaseEditComponent {
|
|
|
3576
3870
|
this.closed.emit(-1);
|
|
3577
3871
|
}
|
|
3578
3872
|
}
|
|
3579
|
-
BaseDialog.ɵfac =
|
|
3580
|
-
BaseDialog.ɵcmp = i0.ɵɵ
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3873
|
+
BaseDialog.ɵfac = function BaseDialog_Factory(t) { return new (t || BaseDialog)(); };
|
|
3874
|
+
BaseDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseDialog, selectors: [["ng-component"]], inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseDialog_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3875
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseDialog, [{
|
|
3876
|
+
type: Component,
|
|
3877
|
+
args: [{
|
|
3878
|
+
template: ''
|
|
3879
|
+
}]
|
|
3880
|
+
}], function () { return []; }, { isOpen: [{
|
|
3881
|
+
type: Input
|
|
3882
|
+
}], opened: [{
|
|
3883
|
+
type: Output
|
|
3884
|
+
}], closed: [{
|
|
3885
|
+
type: Output
|
|
3886
|
+
}] }); })();
|
|
3593
3887
|
|
|
3594
3888
|
/*
|
|
3595
3889
|
<file>
|
|
@@ -3645,16 +3939,16 @@ class BaseList extends BaseComponent {
|
|
|
3645
3939
|
this.loadPage();
|
|
3646
3940
|
}
|
|
3647
3941
|
}
|
|
3648
|
-
BaseList.ɵfac =
|
|
3649
|
-
BaseList.ɵcmp = i0.ɵɵ
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3942
|
+
BaseList.ɵfac = /*@__PURE__*/ function () { let ɵBaseList_BaseFactory; return function BaseList_Factory(t) { return (ɵBaseList_BaseFactory || (ɵBaseList_BaseFactory = i0.ɵɵgetInheritedFactory(BaseList)))(t || BaseList); }; }();
|
|
3943
|
+
BaseList.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseList, selectors: [["ng-component"]], inputs: { showNoDataIfNoDataFound: "showNoDataIfNoDataFound" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BaseList_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3944
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseList, [{
|
|
3945
|
+
type: Component,
|
|
3946
|
+
args: [{
|
|
3947
|
+
template: ''
|
|
3948
|
+
}]
|
|
3949
|
+
}], null, { showNoDataIfNoDataFound: [{
|
|
3950
|
+
type: Input
|
|
3951
|
+
}] }); })();
|
|
3658
3952
|
|
|
3659
3953
|
/*
|
|
3660
3954
|
<file>
|
|
@@ -3673,14 +3967,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3673
3967
|
*/
|
|
3674
3968
|
class BasePage extends BaseComponent {
|
|
3675
3969
|
}
|
|
3676
|
-
BasePage.ɵfac =
|
|
3677
|
-
BasePage.ɵcmp = i0.ɵɵ
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3970
|
+
BasePage.ɵfac = /*@__PURE__*/ function () { let ɵBasePage_BaseFactory; return function BasePage_Factory(t) { return (ɵBasePage_BaseFactory || (ɵBasePage_BaseFactory = i0.ɵɵgetInheritedFactory(BasePage)))(t || BasePage); }; }();
|
|
3971
|
+
BasePage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BasePage, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BasePage_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3972
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePage, [{
|
|
3973
|
+
type: Component,
|
|
3974
|
+
args: [{
|
|
3975
|
+
template: ''
|
|
3976
|
+
}]
|
|
3977
|
+
}], null, null); })();
|
|
3684
3978
|
|
|
3685
3979
|
/*
|
|
3686
3980
|
<file>
|
|
@@ -3735,14 +4029,14 @@ class BasePagedPage extends BasePage {
|
|
|
3735
4029
|
this.loadPage();
|
|
3736
4030
|
}
|
|
3737
4031
|
}
|
|
3738
|
-
BasePagedPage.ɵfac =
|
|
3739
|
-
BasePagedPage.ɵcmp = i0.ɵɵ
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
4032
|
+
BasePagedPage.ɵfac = /*@__PURE__*/ function () { let ɵBasePagedPage_BaseFactory; return function BasePagedPage_Factory(t) { return (ɵBasePagedPage_BaseFactory || (ɵBasePagedPage_BaseFactory = i0.ɵɵgetInheritedFactory(BasePagedPage)))(t || BasePagedPage); }; }();
|
|
4033
|
+
BasePagedPage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BasePagedPage, selectors: [["ng-component"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 0, vars: 0, template: function BasePagedPage_Template(rf, ctx) { }, encapsulation: 2 });
|
|
4034
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePagedPage, [{
|
|
4035
|
+
type: Component,
|
|
4036
|
+
args: [{
|
|
4037
|
+
template: ''
|
|
4038
|
+
}]
|
|
4039
|
+
}], null, null); })();
|
|
3746
4040
|
|
|
3747
4041
|
/*
|
|
3748
4042
|
<file>
|
|
@@ -3775,6 +4069,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3775
4069
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3776
4070
|
</file>
|
|
3777
4071
|
*/
|
|
4072
|
+
function FormValidationSummaryComponent_div_0_li_4_Template(rf, ctx) { if (rf & 1) {
|
|
4073
|
+
i0.ɵɵelementStart(0, "li")(1, "span");
|
|
4074
|
+
i0.ɵɵtext(2);
|
|
4075
|
+
i0.ɵɵelementEnd()();
|
|
4076
|
+
} if (rf & 2) {
|
|
4077
|
+
const error_r2 = ctx.$implicit;
|
|
4078
|
+
i0.ɵɵadvance(2);
|
|
4079
|
+
i0.ɵɵtextInterpolate(error_r2);
|
|
4080
|
+
} }
|
|
4081
|
+
function FormValidationSummaryComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
4082
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "h6", 2);
|
|
4083
|
+
i0.ɵɵtext(2, "There are problems with the form");
|
|
4084
|
+
i0.ɵɵelementEnd();
|
|
4085
|
+
i0.ɵɵelementStart(3, "ul");
|
|
4086
|
+
i0.ɵɵtemplate(4, FormValidationSummaryComponent_div_0_li_4_Template, 3, 1, "li", 3);
|
|
4087
|
+
i0.ɵɵelementEnd()();
|
|
4088
|
+
} if (rf & 2) {
|
|
4089
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4090
|
+
i0.ɵɵadvance(4);
|
|
4091
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.getErrors());
|
|
4092
|
+
} }
|
|
3778
4093
|
class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3779
4094
|
constructor() {
|
|
3780
4095
|
super();
|
|
@@ -3805,18 +4120,22 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
3805
4120
|
return messages;
|
|
3806
4121
|
}
|
|
3807
4122
|
}
|
|
3808
|
-
FormValidationSummaryComponent.ɵfac =
|
|
3809
|
-
FormValidationSummaryComponent.ɵcmp = i0.ɵɵ
|
|
3810
|
-
i0.ɵɵ
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
4123
|
+
FormValidationSummaryComponent.ɵfac = function FormValidationSummaryComponent_Factory(t) { return new (t || FormValidationSummaryComponent)(); };
|
|
4124
|
+
FormValidationSummaryComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormValidationSummaryComponent, selectors: [["anatoly-form-validation-summary"]], inputs: { visible: "visible", customerrors: "customerrors", viewtype: "viewtype" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["class", "callout callout-danger", 4, "ngIf"], [1, "callout", "callout-danger"], [1, "box-title"], [4, "ngFor", "ngForOf"]], template: function FormValidationSummaryComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4125
|
+
i0.ɵɵtemplate(0, FormValidationSummaryComponent_div_0_Template, 5, 1, "div", 0);
|
|
4126
|
+
} if (rf & 2) {
|
|
4127
|
+
i0.ɵɵproperty("ngIf", ctx.visible);
|
|
4128
|
+
} }, dependencies: [i1$5.NgForOf, i1$5.NgIf], encapsulation: 2 });
|
|
4129
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidationSummaryComponent, [{
|
|
4130
|
+
type: Component,
|
|
4131
|
+
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" }]
|
|
4132
|
+
}], function () { return []; }, { visible: [{
|
|
4133
|
+
type: Input
|
|
4134
|
+
}], customerrors: [{
|
|
4135
|
+
type: Input
|
|
4136
|
+
}], viewtype: [{
|
|
4137
|
+
type: Input
|
|
4138
|
+
}] }); })();
|
|
3820
4139
|
|
|
3821
4140
|
/*
|
|
3822
4141
|
<file>
|
|
@@ -3833,6 +4152,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3833
4152
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
3834
4153
|
</file>
|
|
3835
4154
|
*/
|
|
4155
|
+
const _c0$4 = ["recaptcha"];
|
|
4156
|
+
function ContactUsForm_option_12_Template(rf, ctx) { if (rf & 1) {
|
|
4157
|
+
i0.ɵɵelementStart(0, "option", 30);
|
|
4158
|
+
i0.ɵɵtext(1);
|
|
4159
|
+
i0.ɵɵelementEnd();
|
|
4160
|
+
} if (rf & 2) {
|
|
4161
|
+
const topic_r4 = ctx.$implicit;
|
|
4162
|
+
i0.ɵɵproperty("value", topic_r4.value);
|
|
4163
|
+
i0.ɵɵadvance(1);
|
|
4164
|
+
i0.ɵɵtextInterpolate1("", topic_r4.value, " ");
|
|
4165
|
+
} }
|
|
4166
|
+
function ContactUsForm_p_23_Template(rf, ctx) { if (rf & 1) {
|
|
4167
|
+
i0.ɵɵelementStart(0, "p");
|
|
4168
|
+
i0.ɵɵtext(1, "Please indicate the email used for your MailEx login if you already have an account");
|
|
4169
|
+
i0.ɵɵelementEnd();
|
|
4170
|
+
} }
|
|
4171
|
+
function ContactUsForm_button_42_Template(rf, ctx) { if (rf & 1) {
|
|
4172
|
+
i0.ɵɵelementStart(0, "button", 31);
|
|
4173
|
+
i0.ɵɵtext(1, " Submit ");
|
|
4174
|
+
i0.ɵɵelementEnd();
|
|
4175
|
+
} if (rf & 2) {
|
|
4176
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
4177
|
+
i0.ɵɵclassProp("btn-primary", !ctx_r3.formGroup.invalid);
|
|
4178
|
+
} }
|
|
4179
|
+
const _c1 = function (a0) { return { "has-error": a0 }; };
|
|
3836
4180
|
class ContactUsForm extends BaseEditComponent {
|
|
3837
4181
|
constructor(fb, appContext, api, notificationService) {
|
|
3838
4182
|
super();
|
|
@@ -3910,19 +4254,100 @@ class ContactUsForm extends BaseEditComponent {
|
|
|
3910
4254
|
this.selectedTopic = event.target.value;
|
|
3911
4255
|
}
|
|
3912
4256
|
}
|
|
3913
|
-
ContactUsForm.ɵfac =
|
|
3914
|
-
ContactUsForm.ɵcmp = i0.ɵɵ
|
|
3915
|
-
i0.ɵɵ
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
4257
|
+
ContactUsForm.ɵfac = function ContactUsForm_Factory(t) { return new (t || ContactUsForm)(i0.ɵɵdirectiveInject(i1$8.FormBuilder), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(EmailsApiService), i0.ɵɵdirectiveInject(NotificationService)); };
|
|
4258
|
+
ContactUsForm.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsForm, selectors: [["anatoly-forms-contactus-form"]], viewQuery: function ContactUsForm_Query(rf, ctx) { if (rf & 1) {
|
|
4259
|
+
i0.ɵɵviewQuery(_c0$4, 5);
|
|
4260
|
+
} if (rf & 2) {
|
|
4261
|
+
let _t;
|
|
4262
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.recaptcha = _t.first);
|
|
4263
|
+
} }, inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 43, vars: 32, consts: [["novalidate", "", 3, "formGroup", "ngSubmit"], [3, "formGroup", "visible"], [1, "contact-us"], [1, "row"], [1, "form-fields", "col-6"], [1, "form-topic", 3, "ngClass"], [1, "form-select-wrapper"], [1, "assistive-text"], ["formControlName", "topic", 1, "form-select", 3, "change"], [3, "value", 4, "ngFor", "ngForOf"], ["controlName", "topic", "controlTitle", "topic", 3, "formGroup", "formSubmitted"], [1, "form-name", 3, "ngClass"], ["formControlName", "name", "placeholder", "Name *", "type", "text", 1, "form-control"], ["controlName", "name", "controlTitle", "name", 3, "formGroup", "formSubmitted"], [1, "form-email", 3, "ngClass"], ["formControlName", "email", "placeholder", "E-mail *", "type", "text", 1, "form-control"], [4, "ngIf"], ["controlName", "email", "controlTitle", "email", 3, "formGroup", "formSubmitted"], [1, "form-subject", 3, "ngClass"], ["formControlName", "subject", "placeholder", "Subject *", "type", "text", 1, "form-control"], ["controlName", "subject", "controlTitle", "subject", 3, "formGroup", "formSubmitted"], [1, "col-6"], [1, "form-message", 3, "ngClass"], ["formControlName", "message", "name", "message", "placeholder", "Message *", "rows", "4", "type", "text"], ["controlName", "message", "controlTitle", "message", 3, "formGroup", "formSubmitted"], [1, "row", "form-footer"], [2, "transform", "scale(0.8)", "transform-origin", "0"], ["formControlName", "captcha", 3, "siteKey"], ["recaptcha", ""], ["class", "btn btn-success float-right m-t-20", "type", "submit", 3, "btn-primary", 4, "ngIf"], [3, "value"], ["type", "submit", 1, "btn", "btn-success", "float-right", "m-t-20"]], template: function ContactUsForm_Template(rf, ctx) { if (rf & 1) {
|
|
4264
|
+
i0.ɵɵelementStart(0, "form", 0);
|
|
4265
|
+
i0.ɵɵlistener("ngSubmit", function ContactUsForm_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
|
|
4266
|
+
i0.ɵɵelement(1, "anatoly-form-validation-summary", 1);
|
|
4267
|
+
i0.ɵɵelementStart(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "p");
|
|
4268
|
+
i0.ɵɵtext(6, "What can we help you with?");
|
|
4269
|
+
i0.ɵɵelementEnd();
|
|
4270
|
+
i0.ɵɵelementStart(7, "div", 5)(8, "div", 6)(9, "label", 7);
|
|
4271
|
+
i0.ɵɵtext(10, "Topic *");
|
|
4272
|
+
i0.ɵɵelementEnd();
|
|
4273
|
+
i0.ɵɵelementStart(11, "select", 8);
|
|
4274
|
+
i0.ɵɵlistener("change", function ContactUsForm_Template_select_change_11_listener($event) { return ctx.onTopicChange($event); });
|
|
4275
|
+
i0.ɵɵtemplate(12, ContactUsForm_option_12_Template, 2, 2, "option", 9);
|
|
4276
|
+
i0.ɵɵelementEnd();
|
|
4277
|
+
i0.ɵɵelement(13, "anatoly-item-validation-summary", 10);
|
|
4278
|
+
i0.ɵɵelementEnd()();
|
|
4279
|
+
i0.ɵɵelementStart(14, "div", 11)(15, "label", 7);
|
|
4280
|
+
i0.ɵɵtext(16, "Name *");
|
|
4281
|
+
i0.ɵɵelementEnd();
|
|
4282
|
+
i0.ɵɵelement(17, "input", 12)(18, "anatoly-item-validation-summary", 13);
|
|
4283
|
+
i0.ɵɵelementEnd();
|
|
4284
|
+
i0.ɵɵelementStart(19, "div", 14)(20, "label", 7);
|
|
4285
|
+
i0.ɵɵtext(21, "E-mail * ");
|
|
4286
|
+
i0.ɵɵelementEnd();
|
|
4287
|
+
i0.ɵɵelement(22, "input", 15);
|
|
4288
|
+
i0.ɵɵtemplate(23, ContactUsForm_p_23_Template, 2, 0, "p", 16);
|
|
4289
|
+
i0.ɵɵelement(24, "anatoly-item-validation-summary", 17);
|
|
4290
|
+
i0.ɵɵelementEnd();
|
|
4291
|
+
i0.ɵɵelementStart(25, "div", 18)(26, "label", 7);
|
|
4292
|
+
i0.ɵɵtext(27, "Subject *");
|
|
4293
|
+
i0.ɵɵelementEnd();
|
|
4294
|
+
i0.ɵɵelement(28, "input", 19)(29, "anatoly-item-validation-summary", 20);
|
|
4295
|
+
i0.ɵɵelementEnd()();
|
|
4296
|
+
i0.ɵɵelementStart(30, "div", 21)(31, "div", 22)(32, "label", 7);
|
|
4297
|
+
i0.ɵɵtext(33, "Message *");
|
|
4298
|
+
i0.ɵɵelementEnd();
|
|
4299
|
+
i0.ɵɵelement(34, "textarea", 23)(35, "anatoly-item-validation-summary", 24);
|
|
4300
|
+
i0.ɵɵelementEnd()()();
|
|
4301
|
+
i0.ɵɵelementStart(36, "div", 25)(37, "div", 21)(38, "div", 26);
|
|
4302
|
+
i0.ɵɵelement(39, "ngx-recaptcha2", 27, 28);
|
|
4303
|
+
i0.ɵɵelementEnd()();
|
|
4304
|
+
i0.ɵɵelementStart(41, "div", 21);
|
|
4305
|
+
i0.ɵɵtemplate(42, ContactUsForm_button_42_Template, 2, 2, "button", 29);
|
|
4306
|
+
i0.ɵɵelementEnd()()()();
|
|
4307
|
+
} if (rf & 2) {
|
|
4308
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
4309
|
+
i0.ɵɵadvance(1);
|
|
4310
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("visible", ctx.formSubmitted && ctx.formGroup.invalid);
|
|
4311
|
+
i0.ɵɵadvance(6);
|
|
4312
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(22, _c1, ctx.isControlInvalid("topic")));
|
|
4313
|
+
i0.ɵɵadvance(5);
|
|
4314
|
+
i0.ɵɵproperty("ngForOf", ctx.topicList);
|
|
4315
|
+
i0.ɵɵadvance(1);
|
|
4316
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4317
|
+
i0.ɵɵadvance(1);
|
|
4318
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(24, _c1, ctx.isControlInvalid("name")));
|
|
4319
|
+
i0.ɵɵadvance(4);
|
|
4320
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4321
|
+
i0.ɵɵadvance(1);
|
|
4322
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(26, _c1, ctx.isControlInvalid("email")));
|
|
4323
|
+
i0.ɵɵadvance(4);
|
|
4324
|
+
i0.ɵɵproperty("ngIf", !ctx.isUserSignedIn);
|
|
4325
|
+
i0.ɵɵadvance(1);
|
|
4326
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4327
|
+
i0.ɵɵadvance(1);
|
|
4328
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(28, _c1, ctx.isControlInvalid("subject")));
|
|
4329
|
+
i0.ɵɵadvance(4);
|
|
4330
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4331
|
+
i0.ɵɵadvance(2);
|
|
4332
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(30, _c1, ctx.isControlInvalid("message")));
|
|
4333
|
+
i0.ɵɵadvance(4);
|
|
4334
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4335
|
+
i0.ɵɵadvance(4);
|
|
4336
|
+
i0.ɵɵproperty("siteKey", ctx.siteKey);
|
|
4337
|
+
i0.ɵɵadvance(3);
|
|
4338
|
+
i0.ɵɵproperty("ngIf", ctx.showActionButtons);
|
|
4339
|
+
} }, dependencies: [i1$5.NgClass, i1$5.NgForOf, i1$5.NgIf, i1$8.ɵNgNoValidate, i1$8.NgSelectOption, i1$8.ɵNgSelectMultipleOption, i1$8.DefaultValueAccessor, i1$8.SelectControlValueAccessor, i1$8.NgControlStatus, i1$8.NgControlStatusGroup, i1$8.FormGroupDirective, i1$8.FormControlName, i6.ReCaptcha2Component, NativeElementDirective, FormValidationSummaryComponent, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
4340
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
|
|
4341
|
+
type: Component,
|
|
4342
|
+
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" }]
|
|
4343
|
+
}], function () { return [{ type: i1$8.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }]; }, { showActionButtons: [{
|
|
4344
|
+
type: Input
|
|
4345
|
+
}], submit: [{
|
|
4346
|
+
type: Output
|
|
4347
|
+
}], recaptcha: [{
|
|
4348
|
+
type: ViewChild,
|
|
4349
|
+
args: ['recaptcha']
|
|
4350
|
+
}] }); })();
|
|
3926
4351
|
|
|
3927
4352
|
/*
|
|
3928
4353
|
<file>
|
|
@@ -3939,6 +4364,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3939
4364
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
3940
4365
|
</file>
|
|
3941
4366
|
*/
|
|
4367
|
+
const _c0$3 = ["contactusform"];
|
|
4368
|
+
function ContactUsDialog_kendo_dialog_0_Template(rf, ctx) { if (rf & 1) {
|
|
4369
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
4370
|
+
i0.ɵɵelementStart(0, "kendo-dialog", 1);
|
|
4371
|
+
i0.ɵɵlistener("close", function ContactUsDialog_kendo_dialog_0_Template_kendo_dialog_close_0_listener() { i0.ɵɵrestoreView(_r3); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onClose()); });
|
|
4372
|
+
i0.ɵɵelementStart(1, "div", 2)(2, "anatoly-forms-contactus-form", 3, 4);
|
|
4373
|
+
i0.ɵɵlistener("submit", function ContactUsDialog_kendo_dialog_0_Template_anatoly_forms_contactus_form_submit_2_listener() { i0.ɵɵrestoreView(_r3); const ctx_r4 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r4.onSubmit()); });
|
|
4374
|
+
i0.ɵɵelementEnd()();
|
|
4375
|
+
i0.ɵɵelementStart(4, "kendo-dialog-actions", 5)(5, "div", 6)(6, "button", 7);
|
|
4376
|
+
i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_6_listener() { i0.ɵɵrestoreView(_r3); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onSubmitFire()); });
|
|
4377
|
+
i0.ɵɵtext(7, "Submit");
|
|
4378
|
+
i0.ɵɵelementEnd();
|
|
4379
|
+
i0.ɵɵelementStart(8, "button", 8);
|
|
4380
|
+
i0.ɵɵlistener("click", function ContactUsDialog_kendo_dialog_0_Template_button_click_8_listener() { i0.ɵɵrestoreView(_r3); const ctx_r6 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r6.onClose()); });
|
|
4381
|
+
i0.ɵɵtext(9, "Cancel ");
|
|
4382
|
+
i0.ɵɵelementEnd()()()();
|
|
4383
|
+
} if (rf & 2) {
|
|
4384
|
+
i0.ɵɵproperty("width", 700);
|
|
4385
|
+
i0.ɵɵadvance(2);
|
|
4386
|
+
i0.ɵɵproperty("showActionButtons", false);
|
|
4387
|
+
} }
|
|
3942
4388
|
class ContactUsDialog extends BaseDialog {
|
|
3943
4389
|
constructor() {
|
|
3944
4390
|
super();
|
|
@@ -3954,15 +4400,24 @@ class ContactUsDialog extends BaseDialog {
|
|
|
3954
4400
|
super.close();
|
|
3955
4401
|
}
|
|
3956
4402
|
}
|
|
3957
|
-
ContactUsDialog.ɵfac =
|
|
3958
|
-
ContactUsDialog.ɵcmp = i0.ɵɵ
|
|
3959
|
-
i0.ɵɵ
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
4403
|
+
ContactUsDialog.ɵfac = function ContactUsDialog_Factory(t) { return new (t || ContactUsDialog)(); };
|
|
4404
|
+
ContactUsDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsDialog, selectors: [["anatoly-contactus-dialog"]], viewQuery: function ContactUsDialog_Query(rf, ctx) { if (rf & 1) {
|
|
4405
|
+
i0.ɵɵviewQuery(_c0$3, 5);
|
|
4406
|
+
} if (rf & 2) {
|
|
4407
|
+
let _t;
|
|
4408
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contactUsForm = _t.first);
|
|
4409
|
+
} }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 1, consts: [["title", "Contact Us", 3, "width", "close", 4, "ngIf"], ["title", "Contact Us", 3, "width", "close"], [1, "k-content", "k-window-content", "k-dialog-content"], [3, "showActionButtons", "submit"], ["contactusform", ""], [1, "k-actions"], [1, "d-flex", "justify-content-end"], ["type", "button", 1, "btn", "btn-success", 3, "click"], ["type", "button", 1, "btn", "btn-danger", 3, "click"]], template: function ContactUsDialog_Template(rf, ctx) { if (rf & 1) {
|
|
4410
|
+
i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 0);
|
|
4411
|
+
} if (rf & 2) {
|
|
4412
|
+
i0.ɵɵproperty("ngIf", ctx.isOpen);
|
|
4413
|
+
} }, dependencies: [i1$5.NgIf, i2.DialogComponent, i2.DialogActionsComponent, ContactUsForm], encapsulation: 2 });
|
|
4414
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
|
|
4415
|
+
type: Component,
|
|
4416
|
+
args: [{ selector: 'anatoly-contactus-dialog', template: "<kendo-dialog (close)='onClose()' *ngIf='isOpen' [width]='700' title='Contact Us'>\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <anatoly-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </anatoly-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-actions\">\r\n <div class=\"d-flex justify-content-end\">\r\n <button (click)='onSubmitFire()' class='btn btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-danger' type='button'>Cancel </button>\r\n </div>\r\n </kendo-dialog-actions>\r\n</kendo-dialog>\r\n" }]
|
|
4417
|
+
}], function () { return []; }, { contactUsForm: [{
|
|
4418
|
+
type: ViewChild,
|
|
4419
|
+
args: ['contactusform']
|
|
4420
|
+
}] }); })();
|
|
3966
4421
|
|
|
3967
4422
|
/*
|
|
3968
4423
|
<file>
|
|
@@ -4011,7 +4466,62 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4011
4466
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
4012
4467
|
</file>
|
|
4013
4468
|
*/
|
|
4469
|
+
function AddressComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
|
|
4470
|
+
i0.ɵɵelement(0, "anatoly-card-header", 18);
|
|
4471
|
+
} if (rf & 2) {
|
|
4472
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4473
|
+
i0.ɵɵproperty("title", ctx_r0.title);
|
|
4474
|
+
} }
|
|
4475
|
+
function AddressComponent_div_17_option_4_Template(rf, ctx) { if (rf & 1) {
|
|
4476
|
+
i0.ɵɵelementStart(0, "option", 21);
|
|
4477
|
+
i0.ɵɵtext(1);
|
|
4478
|
+
i0.ɵɵelementEnd();
|
|
4479
|
+
} if (rf & 2) {
|
|
4480
|
+
const state_r4 = ctx.$implicit;
|
|
4481
|
+
i0.ɵɵproperty("value", state_r4.code);
|
|
4482
|
+
i0.ɵɵadvance(1);
|
|
4483
|
+
i0.ɵɵtextInterpolate(state_r4.name);
|
|
4484
|
+
} }
|
|
4485
|
+
const _c0$2 = function (a0) { return { "has-error": a0 }; };
|
|
4486
|
+
function AddressComponent_div_17_Template(rf, ctx) { if (rf & 1) {
|
|
4487
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
4488
|
+
i0.ɵɵelementStart(0, "div", 9)(1, "label", 4);
|
|
4489
|
+
i0.ɵɵtext(2, "State");
|
|
4490
|
+
i0.ɵɵelementEnd();
|
|
4491
|
+
i0.ɵɵelementStart(3, "select", 19);
|
|
4492
|
+
i0.ɵɵlistener("change", function AddressComponent_div_17_Template_select_change_3_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r5 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r5.onUSStateChange($event)); });
|
|
4493
|
+
i0.ɵɵtemplate(4, AddressComponent_div_17_option_4_Template, 2, 2, "option", 16);
|
|
4494
|
+
i0.ɵɵelementEnd();
|
|
4495
|
+
i0.ɵɵelement(5, "anatoly-item-validation-summary", 20);
|
|
4496
|
+
i0.ɵɵelementEnd();
|
|
4497
|
+
} if (rf & 2) {
|
|
4498
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
4499
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$2, ctx_r1.isControlInvalid("address_stateOrRegion")));
|
|
4500
|
+
i0.ɵɵadvance(4);
|
|
4501
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.usStateData);
|
|
4502
|
+
i0.ɵɵadvance(1);
|
|
4503
|
+
i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted);
|
|
4504
|
+
} }
|
|
4505
|
+
function AddressComponent_option_27_Template(rf, ctx) { if (rf & 1) {
|
|
4506
|
+
i0.ɵɵelementStart(0, "option", 21);
|
|
4507
|
+
i0.ɵɵtext(1);
|
|
4508
|
+
i0.ɵɵelementEnd();
|
|
4509
|
+
} if (rf & 2) {
|
|
4510
|
+
const country_r7 = ctx.$implicit;
|
|
4511
|
+
i0.ɵɵproperty("value", country_r7.code);
|
|
4512
|
+
i0.ɵɵadvance(1);
|
|
4513
|
+
i0.ɵɵtextInterpolate(country_r7.name);
|
|
4514
|
+
} }
|
|
4014
4515
|
class AddressComponent extends BaseEditComponent {
|
|
4516
|
+
get address() {
|
|
4517
|
+
return this._address;
|
|
4518
|
+
}
|
|
4519
|
+
set address(value) {
|
|
4520
|
+
this._address = value;
|
|
4521
|
+
if (value) {
|
|
4522
|
+
this.init();
|
|
4523
|
+
}
|
|
4524
|
+
}
|
|
4015
4525
|
constructor(fb, api) {
|
|
4016
4526
|
super();
|
|
4017
4527
|
this.fb = fb;
|
|
@@ -4027,15 +4537,6 @@ class AddressComponent extends BaseEditComponent {
|
|
|
4027
4537
|
//Outputs
|
|
4028
4538
|
this.change = new EventEmitter();
|
|
4029
4539
|
}
|
|
4030
|
-
get address() {
|
|
4031
|
-
return this._address;
|
|
4032
|
-
}
|
|
4033
|
-
set address(value) {
|
|
4034
|
-
this._address = value;
|
|
4035
|
-
if (value) {
|
|
4036
|
-
this.init();
|
|
4037
|
-
}
|
|
4038
|
-
}
|
|
4039
4540
|
ngOnInit() {
|
|
4040
4541
|
this.api.getCountriesJsonFile(data => {
|
|
4041
4542
|
this.countryData = data;
|
|
@@ -4101,22 +4602,82 @@ class AddressComponent extends BaseEditComponent {
|
|
|
4101
4602
|
this.change.emit(usState);
|
|
4102
4603
|
}
|
|
4103
4604
|
}
|
|
4104
|
-
AddressComponent.ɵfac =
|
|
4105
|
-
AddressComponent.ɵcmp = i0.ɵɵ
|
|
4106
|
-
i0.ɵɵ
|
|
4107
|
-
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4605
|
+
AddressComponent.ɵfac = function AddressComponent_Factory(t) { return new (t || AddressComponent)(i0.ɵɵdirectiveInject(i1$8.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); };
|
|
4606
|
+
AddressComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AddressComponent, selectors: [["anatoly-forms-address"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired", address: "address" }, outputs: { change: "change" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 29, vars: 29, consts: [["classes", "card-primary card-outline"], [3, "title", 4, "ngIf"], [1, "row", 3, "formGroup"], [1, "form-group", "col-12", 3, "ngClass"], [1, "col-form-label", "required"], ["type", "text", "formControlName", "address_street", "placeholder", "Street Address", 1, "form-control"], ["controlName", "address_street", "controlTitle", "Street", 3, "formGroup", "formSubmitted"], ["type", "text", "formControlName", "address_street2", "placeholder", "Apartment, suite, unit, building, floor, etc.", 1, "form-control"], ["controlName", "address_street2", "controlTitle", "Street2", 3, "formGroup", "formSubmitted"], [1, "form-group", "col-3", 3, "ngClass"], ["type", "text", "formControlName", "address_city", "placeholder", "City", 1, "form-control"], ["controlName", "address_city", "controlTitle", "City", 3, "formGroup", "formSubmitted"], ["class", "form-group col-3", 3, "ngClass", 4, "ngIf"], ["type", "text", "formControlName", "address_zipcode", "placeholder", "zipcode", 1, "form-control"], ["controlName", "address_zipcode", "controlTitle", "zipcode", 3, "formGroup", "formSubmitted"], ["formControlName", "address_country", "data-placeholder", "Select a Country", 1, "form-control", 3, "change"], [3, "value", 4, "ngFor", "ngForOf"], ["controlName", "address_country", "controlTitle", "Country", 3, "formGroup", "formSubmitted"], [3, "title"], ["formControlName", "address_stateOrRegion", 1, "form-control", 3, "change"], ["controlName", "address_stateOrRegion", "controlTitle", "State", 3, "formGroup", "formSubmitted"], [3, "value"]], template: function AddressComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4607
|
+
i0.ɵɵelementStart(0, "anatoly-card", 0);
|
|
4608
|
+
i0.ɵɵtemplate(1, AddressComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
|
|
4609
|
+
i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
|
|
4610
|
+
i0.ɵɵtext(6, "Street Address");
|
|
4611
|
+
i0.ɵɵelementEnd();
|
|
4612
|
+
i0.ɵɵelement(7, "input", 5)(8, "anatoly-item-validation-summary", 6);
|
|
4613
|
+
i0.ɵɵelementEnd();
|
|
4614
|
+
i0.ɵɵelementStart(9, "div", 3);
|
|
4615
|
+
i0.ɵɵelement(10, "input", 7)(11, "anatoly-item-validation-summary", 8);
|
|
4616
|
+
i0.ɵɵelementEnd();
|
|
4617
|
+
i0.ɵɵelementStart(12, "div", 9)(13, "label", 4);
|
|
4618
|
+
i0.ɵɵtext(14, "City");
|
|
4619
|
+
i0.ɵɵelementEnd();
|
|
4620
|
+
i0.ɵɵelement(15, "input", 10)(16, "anatoly-item-validation-summary", 11);
|
|
4621
|
+
i0.ɵɵelementEnd();
|
|
4622
|
+
i0.ɵɵtemplate(17, AddressComponent_div_17_Template, 6, 6, "div", 12);
|
|
4623
|
+
i0.ɵɵelementStart(18, "div", 9)(19, "label", 4);
|
|
4624
|
+
i0.ɵɵtext(20, "zipcode");
|
|
4625
|
+
i0.ɵɵelementEnd();
|
|
4626
|
+
i0.ɵɵelement(21, "input", 13)(22, "anatoly-item-validation-summary", 14);
|
|
4627
|
+
i0.ɵɵelementEnd();
|
|
4628
|
+
i0.ɵɵelementStart(23, "div", 9)(24, "label", 4);
|
|
4629
|
+
i0.ɵɵtext(25, "Country");
|
|
4630
|
+
i0.ɵɵelementEnd();
|
|
4631
|
+
i0.ɵɵelementStart(26, "select", 15);
|
|
4632
|
+
i0.ɵɵlistener("change", function AddressComponent_Template_select_change_26_listener($event) { return ctx.onCountryChange($event); });
|
|
4633
|
+
i0.ɵɵtemplate(27, AddressComponent_option_27_Template, 2, 2, "option", 16);
|
|
4634
|
+
i0.ɵɵelementEnd();
|
|
4635
|
+
i0.ɵɵelement(28, "anatoly-item-validation-summary", 17);
|
|
4636
|
+
i0.ɵɵelementEnd()()()();
|
|
4637
|
+
} if (rf & 2) {
|
|
4638
|
+
i0.ɵɵadvance(1);
|
|
4639
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
4640
|
+
i0.ɵɵadvance(2);
|
|
4641
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
4642
|
+
i0.ɵɵadvance(1);
|
|
4643
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(19, _c0$2, ctx.isControlInvalid("address_street")));
|
|
4644
|
+
i0.ɵɵadvance(4);
|
|
4645
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4646
|
+
i0.ɵɵadvance(1);
|
|
4647
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(21, _c0$2, ctx.isControlInvalid("address_street2")));
|
|
4648
|
+
i0.ɵɵadvance(2);
|
|
4649
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4650
|
+
i0.ɵɵadvance(1);
|
|
4651
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(23, _c0$2, ctx.isControlInvalid("address_city")));
|
|
4652
|
+
i0.ɵɵadvance(4);
|
|
4653
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4654
|
+
i0.ɵɵadvance(1);
|
|
4655
|
+
i0.ɵɵproperty("ngIf", ctx.formGroup.value.address_country == "US");
|
|
4656
|
+
i0.ɵɵadvance(1);
|
|
4657
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(25, _c0$2, ctx.isControlInvalid("address_zipcode")));
|
|
4658
|
+
i0.ɵɵadvance(4);
|
|
4659
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4660
|
+
i0.ɵɵadvance(1);
|
|
4661
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c0$2, ctx.isControlInvalid("address_country")));
|
|
4662
|
+
i0.ɵɵadvance(4);
|
|
4663
|
+
i0.ɵɵproperty("ngForOf", ctx.countryData);
|
|
4664
|
+
i0.ɵɵadvance(1);
|
|
4665
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4666
|
+
} }, dependencies: [i1$5.NgClass, i1$5.NgForOf, i1$5.NgIf, i1$8.NgSelectOption, i1$8.ɵNgSelectMultipleOption, i1$8.DefaultValueAccessor, i1$8.SelectControlValueAccessor, i1$8.NgControlStatus, i1$8.NgControlStatusGroup, i1$8.FormGroupDirective, i1$8.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
4667
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
|
|
4668
|
+
type: Component,
|
|
4669
|
+
args: [{ selector: 'anatoly-forms-address', template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div class='row' [formGroup]='formGroup'>\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label class='col-form-label required'>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label class='col-form-label required'>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label class='col-form-label required'>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label class='col-form-label required'>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label class='col-form-label required'>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
|
|
4670
|
+
}], function () { return [{ type: i1$8.FormBuilder }, { type: CoreApiService }]; }, { title: [{
|
|
4671
|
+
type: Input
|
|
4672
|
+
}], isTitleVisible: [{
|
|
4673
|
+
type: Input
|
|
4674
|
+
}], isRequired: [{
|
|
4675
|
+
type: Input
|
|
4676
|
+
}], address: [{
|
|
4677
|
+
type: Input
|
|
4678
|
+
}], change: [{
|
|
4679
|
+
type: Output
|
|
4680
|
+
}] }); })();
|
|
4120
4681
|
|
|
4121
4682
|
/*
|
|
4122
4683
|
<file>
|
|
@@ -4133,15 +4694,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4133
4694
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
4134
4695
|
</file>
|
|
4135
4696
|
*/
|
|
4697
|
+
function CompanyComponent_anatoly_card_header_1_Template(rf, ctx) { if (rf & 1) {
|
|
4698
|
+
i0.ɵɵelement(0, "anatoly-card-header", 13);
|
|
4699
|
+
} if (rf & 2) {
|
|
4700
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4701
|
+
i0.ɵɵproperty("title", ctx_r0.title);
|
|
4702
|
+
} }
|
|
4703
|
+
const _c0$1 = function (a0) { return { "has-error": a0 }; };
|
|
4136
4704
|
class CompanyComponent extends BaseEditComponent {
|
|
4137
|
-
constructor(fb) {
|
|
4138
|
-
super();
|
|
4139
|
-
this.fb = fb;
|
|
4140
|
-
this.formGroupGenerated = false;
|
|
4141
|
-
//Inputs
|
|
4142
|
-
this.title = 'Company / Organization';
|
|
4143
|
-
this.isTitleVisible = true;
|
|
4144
|
-
}
|
|
4145
4705
|
get company() {
|
|
4146
4706
|
return this._company;
|
|
4147
4707
|
}
|
|
@@ -4151,6 +4711,14 @@ class CompanyComponent extends BaseEditComponent {
|
|
|
4151
4711
|
this.init();
|
|
4152
4712
|
}
|
|
4153
4713
|
}
|
|
4714
|
+
constructor(fb) {
|
|
4715
|
+
super();
|
|
4716
|
+
this.fb = fb;
|
|
4717
|
+
this.formGroupGenerated = false;
|
|
4718
|
+
//Inputs
|
|
4719
|
+
this.title = 'Company / Organization';
|
|
4720
|
+
this.isTitleVisible = true;
|
|
4721
|
+
}
|
|
4154
4722
|
ngOnInit() {
|
|
4155
4723
|
this.createFormGroup();
|
|
4156
4724
|
this.init();
|
|
@@ -4184,18 +4752,62 @@ class CompanyComponent extends BaseEditComponent {
|
|
|
4184
4752
|
return JSON.stringify(data);
|
|
4185
4753
|
}
|
|
4186
4754
|
}
|
|
4187
|
-
CompanyComponent.ɵfac =
|
|
4188
|
-
CompanyComponent.ɵcmp = i0.ɵɵ
|
|
4189
|
-
i0.ɵɵ
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4755
|
+
CompanyComponent.ɵfac = function CompanyComponent_Factory(t) { return new (t || CompanyComponent)(i0.ɵɵdirectiveInject(i1$8.FormBuilder)); };
|
|
4756
|
+
CompanyComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CompanyComponent, selectors: [["anatoly-forms-company"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", company: "company" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 24, vars: 22, consts: [["classes", "card-primary card-outline"], [3, "title", 4, "ngIf"], [1, "row", 3, "formGroup"], [1, "form-group", "col-6", 3, "ngClass"], [1, "col-form-label"], ["type", "text", "formControlName", "company_name", "placeholder", "Company Name", 1, "form-control"], ["controlName", "company_name", "controlTitle", "Company Name", 3, "formGroup", "formSubmitted"], ["type", "tel", "formControlName", "company_phone", "placeholder", "Company Phone", 1, "form-control"], ["controlName", "company_phone", "controlTitle", "Company Phone", 3, "formGroup", "formSubmitted"], ["type", "email", "formControlName", "company_email", "placeholder", "Company Email", 1, "form-control"], ["controlName", "company_email", "controlTitle", "Company Email", 3, "formGroup", "formSubmitted"], ["type", "url", "placeholder", "https://example.com", "pattern", "https://.*", "size", "30", "formControlName", "company_websiteUrl", 1, "form-control"], ["controlName", "company_websiteUrl", "controlTitle", "Company website url", 3, "formGroup", "formSubmitted"], [3, "title"]], template: function CompanyComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4757
|
+
i0.ɵɵelementStart(0, "anatoly-card", 0);
|
|
4758
|
+
i0.ɵɵtemplate(1, CompanyComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
|
|
4759
|
+
i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
|
|
4760
|
+
i0.ɵɵtext(6, "Name");
|
|
4761
|
+
i0.ɵɵelementEnd();
|
|
4762
|
+
i0.ɵɵelement(7, "input", 5)(8, "anatoly-item-validation-summary", 6);
|
|
4763
|
+
i0.ɵɵelementEnd();
|
|
4764
|
+
i0.ɵɵelementStart(9, "div", 3)(10, "label", 4);
|
|
4765
|
+
i0.ɵɵtext(11, "Phone");
|
|
4766
|
+
i0.ɵɵelementEnd();
|
|
4767
|
+
i0.ɵɵelement(12, "input", 7)(13, "anatoly-item-validation-summary", 8);
|
|
4768
|
+
i0.ɵɵelementEnd();
|
|
4769
|
+
i0.ɵɵelementStart(14, "div", 3)(15, "label", 4);
|
|
4770
|
+
i0.ɵɵtext(16, "Email");
|
|
4771
|
+
i0.ɵɵelementEnd();
|
|
4772
|
+
i0.ɵɵelement(17, "input", 9)(18, "anatoly-item-validation-summary", 10);
|
|
4773
|
+
i0.ɵɵelementEnd();
|
|
4774
|
+
i0.ɵɵelementStart(19, "div", 3)(20, "label", 4);
|
|
4775
|
+
i0.ɵɵtext(21, "Website Url");
|
|
4776
|
+
i0.ɵɵelementEnd();
|
|
4777
|
+
i0.ɵɵelement(22, "input", 11)(23, "anatoly-item-validation-summary", 12);
|
|
4778
|
+
i0.ɵɵelementEnd()()()();
|
|
4779
|
+
} if (rf & 2) {
|
|
4780
|
+
i0.ɵɵadvance(1);
|
|
4781
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
4782
|
+
i0.ɵɵadvance(2);
|
|
4783
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
4784
|
+
i0.ɵɵadvance(1);
|
|
4785
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c0$1, ctx.isControlInvalid("company_name")));
|
|
4786
|
+
i0.ɵɵadvance(4);
|
|
4787
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4788
|
+
i0.ɵɵadvance(1);
|
|
4789
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(16, _c0$1, ctx.isControlInvalid("company_phone")));
|
|
4790
|
+
i0.ɵɵadvance(4);
|
|
4791
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4792
|
+
i0.ɵɵadvance(1);
|
|
4793
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(18, _c0$1, ctx.isControlInvalid("company_email")));
|
|
4794
|
+
i0.ɵɵadvance(4);
|
|
4795
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4796
|
+
i0.ɵɵadvance(1);
|
|
4797
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(20, _c0$1, ctx.isControlInvalid("company_websiteUrl")));
|
|
4798
|
+
i0.ɵɵadvance(4);
|
|
4799
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4800
|
+
} }, dependencies: [i1$5.NgClass, i1$5.NgIf, i1$8.DefaultValueAccessor, i1$8.NgControlStatus, i1$8.NgControlStatusGroup, i1$8.PatternValidator, i1$8.FormGroupDirective, i1$8.FormControlName, CardComponent, CardHeaderComponent, CardBodyComponent, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
4801
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
|
|
4802
|
+
type: Component,
|
|
4803
|
+
args: [{ selector: 'anatoly-forms-company', template: "<anatoly-card classes='card-primary card-outline'>\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div [formGroup]='formGroup' class='row'>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label class='col-form-label'>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label class='col-form-label'>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label class='col-form-label'>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label class='col-form-label'>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
|
|
4804
|
+
}], function () { return [{ type: i1$8.FormBuilder }]; }, { title: [{
|
|
4805
|
+
type: Input
|
|
4806
|
+
}], isTitleVisible: [{
|
|
4807
|
+
type: Input
|
|
4808
|
+
}], company: [{
|
|
4809
|
+
type: Input
|
|
4810
|
+
}] }); })();
|
|
4199
4811
|
|
|
4200
4812
|
/*
|
|
4201
4813
|
<file>
|
|
@@ -4212,6 +4824,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4212
4824
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
4213
4825
|
</file>
|
|
4214
4826
|
*/
|
|
4827
|
+
function UrlSlugComponent_label_4_Template(rf, ctx) { if (rf & 1) {
|
|
4828
|
+
i0.ɵɵelementStart(0, "label", 7);
|
|
4829
|
+
i0.ɵɵtext(1);
|
|
4830
|
+
i0.ɵɵelementStart(2, "span", 8);
|
|
4831
|
+
i0.ɵɵtext(3);
|
|
4832
|
+
i0.ɵɵelementEnd()();
|
|
4833
|
+
} if (rf & 2) {
|
|
4834
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4835
|
+
i0.ɵɵadvance(1);
|
|
4836
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.title, " ");
|
|
4837
|
+
i0.ɵɵadvance(2);
|
|
4838
|
+
i0.ɵɵtextInterpolate(ctx_r0.urlPrefix);
|
|
4839
|
+
} }
|
|
4840
|
+
function UrlSlugComponent_div_6_Template(rf, ctx) { if (rf & 1) {
|
|
4841
|
+
i0.ɵɵelementStart(0, "div", 9)(1, "a", 10);
|
|
4842
|
+
i0.ɵɵtext(2, "Go");
|
|
4843
|
+
i0.ɵɵelementEnd()();
|
|
4844
|
+
} if (rf & 2) {
|
|
4845
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
4846
|
+
i0.ɵɵadvance(1);
|
|
4847
|
+
i0.ɵɵpropertyInterpolate2("href", "", ctx_r1.urlPrefix, "", ctx_r1.hrefGo, "", i0.ɵɵsanitizeUrl);
|
|
4848
|
+
} }
|
|
4849
|
+
const _c0 = function (a0) { return { "has-error": a0 }; };
|
|
4215
4850
|
class UrlSlugComponent extends BaseEditComponent {
|
|
4216
4851
|
constructor() {
|
|
4217
4852
|
super();
|
|
@@ -4254,30 +4889,51 @@ class UrlSlugComponent extends BaseEditComponent {
|
|
|
4254
4889
|
this.generateUrlSlug(text);
|
|
4255
4890
|
}
|
|
4256
4891
|
}
|
|
4257
|
-
UrlSlugComponent.ɵfac =
|
|
4258
|
-
UrlSlugComponent.ɵcmp = i0.ɵɵ
|
|
4259
|
-
i0.ɵɵ
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4892
|
+
UrlSlugComponent.ɵfac = function UrlSlugComponent_Factory(t) { return new (t || UrlSlugComponent)(); };
|
|
4893
|
+
UrlSlugComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UrlSlugComponent, selectors: [["anatoly-forms-urlslug"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle", class: "class", watchedControlName: "watchedControlName", urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible" }, outputs: { generating: "generating" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 7, vars: 14, consts: [[3, "formGroup", "ngClass"], [1, "d-flex", "align-items-end"], [3, "formGroup", "formSubmitted", "controlName", "controlTitle"], [1, "form-group"], ["class", "col-form-label", 4, "ngIf"], ["type", "text", "placeholder", "Type url slug here", 1, "form-control", 3, "formControlName", "focusout"], ["class", "form-group flex-shrink-1", 4, "ngIf"], [1, "col-form-label"], [1, "urlPrefix"], [1, "form-group", "flex-shrink-1"], ["target", "_blank", 1, "btn", "btn-primary", 3, "href"]], template: function UrlSlugComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4894
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
4895
|
+
i0.ɵɵelement(2, "anatoly-item-validation-summary", 2);
|
|
4896
|
+
i0.ɵɵelementStart(3, "div", 3);
|
|
4897
|
+
i0.ɵɵtemplate(4, UrlSlugComponent_label_4_Template, 4, 2, "label", 4);
|
|
4898
|
+
i0.ɵɵelementStart(5, "input", 5);
|
|
4899
|
+
i0.ɵɵlistener("focusout", function UrlSlugComponent_Template_input_focusout_5_listener() { return ctx.onUrlSlugChange(); });
|
|
4900
|
+
i0.ɵɵelementEnd()();
|
|
4901
|
+
i0.ɵɵtemplate(6, UrlSlugComponent_div_6_Template, 3, 2, "div", 6);
|
|
4902
|
+
i0.ɵɵelementEnd()();
|
|
4903
|
+
} if (rf & 2) {
|
|
4904
|
+
i0.ɵɵclassMapInterpolate1("permalink form-group ", ctx.class, "");
|
|
4905
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(12, _c0, ctx.isControlInvalid(ctx.controlName)));
|
|
4906
|
+
i0.ɵɵadvance(2);
|
|
4907
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.controlName)("controlTitle", ctx.controlTitle);
|
|
4908
|
+
i0.ɵɵadvance(2);
|
|
4909
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
4910
|
+
i0.ɵɵadvance(1);
|
|
4911
|
+
i0.ɵɵproperty("formControlName", ctx.controlName);
|
|
4912
|
+
i0.ɵɵadvance(1);
|
|
4913
|
+
i0.ɵɵproperty("ngIf", ctx.isGoButtonVisible);
|
|
4914
|
+
} }, dependencies: [i1$5.NgClass, i1$5.NgIf, i1$8.DefaultValueAccessor, i1$8.NgControlStatus, i1$8.NgControlStatusGroup, i1$8.FormGroupDirective, i1$8.FormControlName, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 });
|
|
4915
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
|
|
4916
|
+
type: Component,
|
|
4917
|
+
args: [{ selector: 'anatoly-forms-urlslug', template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{class}}\">\r\n <div class=\"d-flex align-items-end\">\r\n <anatoly-item-validation-summary [formGroup]='formGroup' [formSubmitted]='formSubmitted' [controlName]='controlName'\r\n [controlTitle]='controlTitle'>\r\n </anatoly-item-validation-summary>\r\n <div class=\"form-group\">\r\n <label *ngIf='isTitleVisible' class='col-form-label'>\r\n {{ title }}\r\n <span class=\"urlPrefix\">{{ urlPrefix }}</span>\r\n </label>\r\n <input type='text' class='form-control' [formControlName]='controlName' placeholder='Type url slug here'\r\n (focusout)='onUrlSlugChange()' />\r\n </div>\r\n\r\n <div class=\"form-group flex-shrink-1\" *ngIf=\"isGoButtonVisible\">\r\n <a href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" class=\"btn btn-primary\">Go</a>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
4918
|
+
}], function () { return []; }, { title: [{
|
|
4919
|
+
type: Input
|
|
4920
|
+
}], isTitleVisible: [{
|
|
4921
|
+
type: Input
|
|
4922
|
+
}], controlName: [{
|
|
4923
|
+
type: Input
|
|
4924
|
+
}], controlTitle: [{
|
|
4925
|
+
type: Input
|
|
4926
|
+
}], class: [{
|
|
4927
|
+
type: Input
|
|
4928
|
+
}], watchedControlName: [{
|
|
4929
|
+
type: Input
|
|
4930
|
+
}], urlPrefix: [{
|
|
4931
|
+
type: Input
|
|
4932
|
+
}], isGoButtonVisible: [{
|
|
4933
|
+
type: Input
|
|
4934
|
+
}], generating: [{
|
|
4935
|
+
type: Output
|
|
4936
|
+
}] }); })();
|
|
4281
4937
|
|
|
4282
4938
|
/*
|
|
4283
4939
|
<file>
|
|
@@ -4294,6 +4950,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4294
4950
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
4295
4951
|
</file>
|
|
4296
4952
|
*/
|
|
4953
|
+
function TimezoneDropdownlist_label_1_Template(rf, ctx) { if (rf & 1) {
|
|
4954
|
+
i0.ɵɵelementStart(0, "label", 4);
|
|
4955
|
+
i0.ɵɵtext(1, "Timezone");
|
|
4956
|
+
i0.ɵɵelementEnd();
|
|
4957
|
+
} }
|
|
4958
|
+
function TimezoneDropdownlist_option_3_Template(rf, ctx) { if (rf & 1) {
|
|
4959
|
+
i0.ɵɵelementStart(0, "option", 5);
|
|
4960
|
+
i0.ɵɵtext(1);
|
|
4961
|
+
i0.ɵɵelementEnd();
|
|
4962
|
+
} if (rf & 2) {
|
|
4963
|
+
const timezone_r2 = ctx.$implicit;
|
|
4964
|
+
i0.ɵɵproperty("value", timezone_r2.code);
|
|
4965
|
+
i0.ɵɵadvance(1);
|
|
4966
|
+
i0.ɵɵtextInterpolate2(" (", timezone_r2.offset, ") ", timezone_r2.name, " ");
|
|
4967
|
+
} }
|
|
4297
4968
|
class TimezoneDropdownlist extends BaseEditComponent {
|
|
4298
4969
|
constructor(api, appContext) {
|
|
4299
4970
|
super();
|
|
@@ -4324,20 +4995,34 @@ class TimezoneDropdownlist extends BaseEditComponent {
|
|
|
4324
4995
|
}
|
|
4325
4996
|
}
|
|
4326
4997
|
}
|
|
4327
|
-
TimezoneDropdownlist.ɵfac =
|
|
4328
|
-
TimezoneDropdownlist.ɵcmp = i0.ɵɵ
|
|
4329
|
-
i0.ɵɵ
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4998
|
+
TimezoneDropdownlist.ɵfac = function TimezoneDropdownlist_Factory(t) { return new (t || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); };
|
|
4999
|
+
TimezoneDropdownlist.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimezoneDropdownlist, selectors: [["anatoly-forms-timezone-dropdownlist"]], inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 4, consts: [[1, "form-group", 3, "formGroup"], ["class", "col-form-label", 4, "ngIf"], [1, "form-control", 3, "formControlName"], [3, "value", 4, "ngFor", "ngForOf"], [1, "col-form-label"], [3, "value"]], template: function TimezoneDropdownlist_Template(rf, ctx) { if (rf & 1) {
|
|
5000
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
5001
|
+
i0.ɵɵtemplate(1, TimezoneDropdownlist_label_1_Template, 2, 0, "label", 1);
|
|
5002
|
+
i0.ɵɵelementStart(2, "select", 2);
|
|
5003
|
+
i0.ɵɵtemplate(3, TimezoneDropdownlist_option_3_Template, 2, 3, "option", 3);
|
|
5004
|
+
i0.ɵɵelementEnd()();
|
|
5005
|
+
} if (rf & 2) {
|
|
5006
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
5007
|
+
i0.ɵɵadvance(1);
|
|
5008
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
5009
|
+
i0.ɵɵadvance(1);
|
|
5010
|
+
i0.ɵɵproperty("formControlName", ctx.controlName);
|
|
5011
|
+
i0.ɵɵadvance(1);
|
|
5012
|
+
i0.ɵɵproperty("ngForOf", ctx.timezoneListItems);
|
|
5013
|
+
} }, dependencies: [i1$5.NgForOf, i1$5.NgIf, i1$8.NgSelectOption, i1$8.ɵNgSelectMultipleOption, i1$8.SelectControlValueAccessor, i1$8.NgControlStatus, i1$8.NgControlStatusGroup, i1$8.FormGroupDirective, i1$8.FormControlName, NativeElementDirective], encapsulation: 2 });
|
|
5014
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimezoneDropdownlist, [{
|
|
5015
|
+
type: Component,
|
|
5016
|
+
args: [{ selector: 'anatoly-forms-timezone-dropdownlist', template: "<div [formGroup]='formGroup' class='form-group'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-control'>\r\n <option *ngFor='let timezone of timezoneListItems'\r\n [value]='timezone.code'>\r\n ({{timezone.offset}}) {{timezone.name}}\r\n </option>\r\n </select>\r\n</div>\r\n" }]
|
|
5017
|
+
}], function () { return [{ type: CoreApiService }, { type: AppContextService }]; }, { title: [{
|
|
5018
|
+
type: Input
|
|
5019
|
+
}], isTitleVisible: [{
|
|
5020
|
+
type: Input
|
|
5021
|
+
}], controlName: [{
|
|
5022
|
+
type: Input
|
|
5023
|
+
}], controlTitle: [{
|
|
5024
|
+
type: Input
|
|
5025
|
+
}] }); })();
|
|
4341
5026
|
|
|
4342
5027
|
/*
|
|
4343
5028
|
<file>
|
|
@@ -4385,14 +5070,14 @@ class FileSizePipe {
|
|
|
4385
5070
|
return bytes.toFixed(+precision) + ' ' + this.units[unit];
|
|
4386
5071
|
}
|
|
4387
5072
|
}
|
|
4388
|
-
FileSizePipe.ɵfac =
|
|
4389
|
-
FileSizePipe.ɵpipe = i0.ɵɵ
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
5073
|
+
FileSizePipe.ɵfac = function FileSizePipe_Factory(t) { return new (t || FileSizePipe)(); };
|
|
5074
|
+
FileSizePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true });
|
|
5075
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileSizePipe, [{
|
|
5076
|
+
type: Pipe,
|
|
5077
|
+
args: [{
|
|
5078
|
+
name: 'filesize',
|
|
5079
|
+
}]
|
|
5080
|
+
}], null, null); })();
|
|
4396
5081
|
|
|
4397
5082
|
/*
|
|
4398
5083
|
<file>
|
|
@@ -4419,14 +5104,14 @@ class ReplaceTextPipe {
|
|
|
4419
5104
|
}
|
|
4420
5105
|
}
|
|
4421
5106
|
}
|
|
4422
|
-
ReplaceTextPipe.ɵfac =
|
|
4423
|
-
ReplaceTextPipe.ɵpipe = i0.ɵɵ
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
5107
|
+
ReplaceTextPipe.ɵfac = function ReplaceTextPipe_Factory(t) { return new (t || ReplaceTextPipe)(); };
|
|
5108
|
+
ReplaceTextPipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true });
|
|
5109
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplaceTextPipe, [{
|
|
5110
|
+
type: Pipe,
|
|
5111
|
+
args: [{
|
|
5112
|
+
name: "replaceText",
|
|
5113
|
+
}]
|
|
5114
|
+
}], null, null); })();
|
|
4430
5115
|
|
|
4431
5116
|
/*
|
|
4432
5117
|
<file>
|
|
@@ -4451,12 +5136,12 @@ class SafeHtmlPipe {
|
|
|
4451
5136
|
return this.sanitized.bypassSecurityTrustHtml(value);
|
|
4452
5137
|
}
|
|
4453
5138
|
}
|
|
4454
|
-
SafeHtmlPipe.ɵfac =
|
|
4455
|
-
SafeHtmlPipe.ɵpipe = i0.ɵɵ
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
5139
|
+
SafeHtmlPipe.ɵfac = function SafeHtmlPipe_Factory(t) { return new (t || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$4.DomSanitizer, 16)); };
|
|
5140
|
+
SafeHtmlPipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true });
|
|
5141
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
|
|
5142
|
+
type: Pipe,
|
|
5143
|
+
args: [{ name: 'safeHtml' }]
|
|
5144
|
+
}], function () { return [{ type: i1$4.DomSanitizer }]; }, null); })();
|
|
4460
5145
|
|
|
4461
5146
|
/*
|
|
4462
5147
|
<file>
|
|
@@ -4512,11 +5197,9 @@ class AnatolyCoreModule {
|
|
|
4512
5197
|
InjectorInstance = this.injector;
|
|
4513
5198
|
}
|
|
4514
5199
|
}
|
|
4515
|
-
AnatolyCoreModule.ɵfac =
|
|
4516
|
-
AnatolyCoreModule.ɵmod = i0.ɵɵ
|
|
4517
|
-
|
|
4518
|
-
LocalizationModule] });
|
|
4519
|
-
AnatolyCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AnatolyCoreModule, providers: [
|
|
5200
|
+
AnatolyCoreModule.ɵfac = function AnatolyCoreModule_Factory(t) { return new (t || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); };
|
|
5201
|
+
AnatolyCoreModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyCoreModule });
|
|
5202
|
+
AnatolyCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
4520
5203
|
LoggingService,
|
|
4521
5204
|
NotificationService,
|
|
4522
5205
|
AppContextService,
|
|
@@ -4530,35 +5213,38 @@ AnatolyCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versi
|
|
|
4530
5213
|
LocalizationSettingsModule,
|
|
4531
5214
|
LocalizationModule, LocalizationSettingsModule,
|
|
4532
5215
|
LocalizationModule] });
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
5216
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyCoreModule, [{
|
|
5217
|
+
type: NgModule,
|
|
5218
|
+
args: [{
|
|
5219
|
+
imports: [
|
|
5220
|
+
CommonModule,
|
|
5221
|
+
ToastrModule.forRoot(),
|
|
5222
|
+
LocalizationSettingsModule,
|
|
5223
|
+
LocalizationModule,
|
|
5224
|
+
],
|
|
5225
|
+
exports: [
|
|
5226
|
+
LocalizationSettingsModule,
|
|
5227
|
+
LocalizationModule,
|
|
5228
|
+
],
|
|
5229
|
+
providers: [
|
|
5230
|
+
LoggingService,
|
|
5231
|
+
NotificationService,
|
|
5232
|
+
AppContextService,
|
|
5233
|
+
LoadingService,
|
|
5234
|
+
DigitalMarketingService,
|
|
5235
|
+
GoogleAnalyticsService,
|
|
5236
|
+
LocalStorageService,
|
|
5237
|
+
SessionStorageService
|
|
5238
|
+
],
|
|
5239
|
+
}]
|
|
5240
|
+
}], function () { return [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
|
|
5241
|
+
type: Optional
|
|
5242
|
+
}, {
|
|
5243
|
+
type: SkipSelf
|
|
5244
|
+
}] }]; }, null); })();
|
|
5245
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyCoreModule, { imports: [CommonModule, i1$2.ToastrModule, LocalizationSettingsModule,
|
|
5246
|
+
LocalizationModule], exports: [LocalizationSettingsModule,
|
|
5247
|
+
LocalizationModule] }); })();
|
|
4562
5248
|
|
|
4563
5249
|
/*
|
|
4564
5250
|
<file>
|
|
@@ -4577,24 +5263,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4577
5263
|
*/
|
|
4578
5264
|
class AnatolyDataModule {
|
|
4579
5265
|
}
|
|
4580
|
-
AnatolyDataModule.ɵfac =
|
|
4581
|
-
AnatolyDataModule.ɵmod = i0.ɵɵ
|
|
4582
|
-
AnatolyDataModule.ɵinj = i0.ɵɵ
|
|
5266
|
+
AnatolyDataModule.ɵfac = function AnatolyDataModule_Factory(t) { return new (t || AnatolyDataModule)(); };
|
|
5267
|
+
AnatolyDataModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule });
|
|
5268
|
+
AnatolyDataModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
4583
5269
|
CoreApiService,
|
|
4584
5270
|
EmailsApiService
|
|
4585
5271
|
], imports: [CommonModule] });
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
5272
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyDataModule, [{
|
|
5273
|
+
type: NgModule,
|
|
5274
|
+
args: [{
|
|
5275
|
+
imports: [
|
|
5276
|
+
CommonModule
|
|
5277
|
+
],
|
|
5278
|
+
providers: [
|
|
5279
|
+
CoreApiService,
|
|
5280
|
+
EmailsApiService
|
|
5281
|
+
]
|
|
5282
|
+
}]
|
|
5283
|
+
}], null, null); })();
|
|
5284
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyDataModule, { imports: [CommonModule] }); })();
|
|
4598
5285
|
|
|
4599
5286
|
/*
|
|
4600
5287
|
<file>
|
|
@@ -4616,23 +5303,24 @@ class FaModule {
|
|
|
4616
5303
|
library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
|
|
4617
5304
|
}
|
|
4618
5305
|
}
|
|
4619
|
-
FaModule.ɵfac =
|
|
4620
|
-
FaModule.ɵmod = i0.ɵɵ
|
|
4621
|
-
|
|
4622
|
-
FaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
5306
|
+
FaModule.ɵfac = function FaModule_Factory(t) { return new (t || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); };
|
|
5307
|
+
FaModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule });
|
|
5308
|
+
FaModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4623
5309
|
FontAwesomeModule, FontAwesomeModule] });
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
5310
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FaModule, [{
|
|
5311
|
+
type: NgModule,
|
|
5312
|
+
args: [{
|
|
5313
|
+
imports: [
|
|
5314
|
+
CommonModule,
|
|
5315
|
+
FontAwesomeModule
|
|
5316
|
+
],
|
|
5317
|
+
exports: [
|
|
5318
|
+
FontAwesomeModule
|
|
5319
|
+
]
|
|
5320
|
+
}]
|
|
5321
|
+
}], function () { return [{ type: i1$6.FaIconLibrary }]; }, null); })();
|
|
5322
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FaModule, { imports: [CommonModule,
|
|
5323
|
+
FontAwesomeModule], exports: [FontAwesomeModule] }); })();
|
|
4636
5324
|
|
|
4637
5325
|
/*
|
|
4638
5326
|
<file>
|
|
@@ -4651,59 +5339,66 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4651
5339
|
*/
|
|
4652
5340
|
class KendoModule {
|
|
4653
5341
|
}
|
|
4654
|
-
KendoModule.ɵfac =
|
|
4655
|
-
KendoModule.ɵmod = i0.ɵɵ
|
|
5342
|
+
KendoModule.ɵfac = function KendoModule_Factory(t) { return new (t || KendoModule)(); };
|
|
5343
|
+
KendoModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: KendoModule });
|
|
5344
|
+
KendoModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4656
5345
|
ButtonsModule,
|
|
4657
5346
|
DialogsModule,
|
|
4658
5347
|
DropDownsModule,
|
|
4659
5348
|
InputsModule,
|
|
4660
5349
|
PagerModule,
|
|
4661
5350
|
TreeViewModule,
|
|
4662
|
-
TooltipsModule
|
|
5351
|
+
TooltipsModule,
|
|
5352
|
+
IconsModule, ButtonsModule,
|
|
4663
5353
|
DialogsModule,
|
|
4664
5354
|
DropDownsModule,
|
|
4665
5355
|
InputsModule,
|
|
4666
5356
|
PagerModule,
|
|
4667
5357
|
TreeViewModule,
|
|
4668
|
-
TooltipsModule
|
|
4669
|
-
|
|
5358
|
+
TooltipsModule,
|
|
5359
|
+
IconsModule] });
|
|
5360
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KendoModule, [{
|
|
5361
|
+
type: NgModule,
|
|
5362
|
+
args: [{
|
|
5363
|
+
imports: [
|
|
5364
|
+
CommonModule,
|
|
5365
|
+
ButtonsModule,
|
|
5366
|
+
DialogsModule,
|
|
5367
|
+
DropDownsModule,
|
|
5368
|
+
InputsModule,
|
|
5369
|
+
PagerModule,
|
|
5370
|
+
TreeViewModule,
|
|
5371
|
+
TooltipsModule,
|
|
5372
|
+
IconsModule,
|
|
5373
|
+
],
|
|
5374
|
+
exports: [
|
|
5375
|
+
ButtonsModule,
|
|
5376
|
+
DialogsModule,
|
|
5377
|
+
DropDownsModule,
|
|
5378
|
+
InputsModule,
|
|
5379
|
+
PagerModule,
|
|
5380
|
+
TreeViewModule,
|
|
5381
|
+
TooltipsModule,
|
|
5382
|
+
IconsModule
|
|
5383
|
+
]
|
|
5384
|
+
}]
|
|
5385
|
+
}], null, null); })();
|
|
5386
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(KendoModule, { imports: [CommonModule,
|
|
4670
5387
|
ButtonsModule,
|
|
4671
5388
|
DialogsModule,
|
|
4672
5389
|
DropDownsModule,
|
|
4673
5390
|
InputsModule,
|
|
4674
5391
|
PagerModule,
|
|
4675
5392
|
TreeViewModule,
|
|
4676
|
-
TooltipsModule,
|
|
5393
|
+
TooltipsModule,
|
|
5394
|
+
IconsModule], exports: [ButtonsModule,
|
|
4677
5395
|
DialogsModule,
|
|
4678
5396
|
DropDownsModule,
|
|
4679
5397
|
InputsModule,
|
|
4680
5398
|
PagerModule,
|
|
4681
5399
|
TreeViewModule,
|
|
4682
|
-
TooltipsModule
|
|
4683
|
-
|
|
4684
|
-
type: NgModule,
|
|
4685
|
-
args: [{
|
|
4686
|
-
imports: [
|
|
4687
|
-
CommonModule,
|
|
4688
|
-
ButtonsModule,
|
|
4689
|
-
DialogsModule,
|
|
4690
|
-
DropDownsModule,
|
|
4691
|
-
InputsModule,
|
|
4692
|
-
PagerModule,
|
|
4693
|
-
TreeViewModule,
|
|
4694
|
-
TooltipsModule
|
|
4695
|
-
],
|
|
4696
|
-
exports: [
|
|
4697
|
-
ButtonsModule,
|
|
4698
|
-
DialogsModule,
|
|
4699
|
-
DropDownsModule,
|
|
4700
|
-
InputsModule,
|
|
4701
|
-
PagerModule,
|
|
4702
|
-
TreeViewModule,
|
|
4703
|
-
TooltipsModule
|
|
4704
|
-
]
|
|
4705
|
-
}]
|
|
4706
|
-
}] });
|
|
5400
|
+
TooltipsModule,
|
|
5401
|
+
IconsModule] }); })();
|
|
4707
5402
|
|
|
4708
5403
|
/*
|
|
4709
5404
|
<file>
|
|
@@ -4762,8 +5457,38 @@ const COMPONENTS = [
|
|
|
4762
5457
|
];
|
|
4763
5458
|
class AnatolyUIModule {
|
|
4764
5459
|
}
|
|
4765
|
-
AnatolyUIModule.ɵfac =
|
|
4766
|
-
AnatolyUIModule.ɵmod = i0.ɵɵ
|
|
5460
|
+
AnatolyUIModule.ɵfac = function AnatolyUIModule_Factory(t) { return new (t || AnatolyUIModule)(); };
|
|
5461
|
+
AnatolyUIModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyUIModule });
|
|
5462
|
+
AnatolyUIModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
5463
|
+
ReactiveFormsModule,
|
|
5464
|
+
FormsModule,
|
|
5465
|
+
NgxCaptchaModule,
|
|
5466
|
+
FaModule,
|
|
5467
|
+
KendoModule,
|
|
5468
|
+
FroalaEditorModuleWithProviders,
|
|
5469
|
+
FroalaViewModuleWithProviders] });
|
|
5470
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyUIModule, [{
|
|
5471
|
+
type: NgModule,
|
|
5472
|
+
args: [{
|
|
5473
|
+
imports: [
|
|
5474
|
+
CommonModule,
|
|
5475
|
+
ReactiveFormsModule,
|
|
5476
|
+
FormsModule,
|
|
5477
|
+
NgxCaptchaModule,
|
|
5478
|
+
FaModule,
|
|
5479
|
+
KendoModule,
|
|
5480
|
+
FroalaEditorModuleWithProviders,
|
|
5481
|
+
FroalaViewModuleWithProviders,
|
|
5482
|
+
],
|
|
5483
|
+
exports: [
|
|
5484
|
+
...COMPONENTS
|
|
5485
|
+
],
|
|
5486
|
+
declarations: [
|
|
5487
|
+
...COMPONENTS
|
|
5488
|
+
]
|
|
5489
|
+
}]
|
|
5490
|
+
}], null, null); })();
|
|
5491
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent,
|
|
4767
5492
|
SubscribePlanButtonComponent,
|
|
4768
5493
|
CheckIconComponent,
|
|
4769
5494
|
DatapagerComponent,
|
|
@@ -4838,36 +5563,7 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
4838
5563
|
FileSizePipe,
|
|
4839
5564
|
//Validation
|
|
4840
5565
|
FormValidationSummaryComponent,
|
|
4841
|
-
ItemValidationSummaryComponent] });
|
|
4842
|
-
AnatolyUIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AnatolyUIModule, imports: [CommonModule,
|
|
4843
|
-
ReactiveFormsModule,
|
|
4844
|
-
FormsModule,
|
|
4845
|
-
NgxCaptchaModule,
|
|
4846
|
-
FaModule,
|
|
4847
|
-
KendoModule,
|
|
4848
|
-
FroalaEditorModuleWithProviders,
|
|
4849
|
-
FroalaViewModuleWithProviders] });
|
|
4850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AnatolyUIModule, decorators: [{
|
|
4851
|
-
type: NgModule,
|
|
4852
|
-
args: [{
|
|
4853
|
-
imports: [
|
|
4854
|
-
CommonModule,
|
|
4855
|
-
ReactiveFormsModule,
|
|
4856
|
-
FormsModule,
|
|
4857
|
-
NgxCaptchaModule,
|
|
4858
|
-
FaModule,
|
|
4859
|
-
KendoModule,
|
|
4860
|
-
FroalaEditorModuleWithProviders,
|
|
4861
|
-
FroalaViewModuleWithProviders,
|
|
4862
|
-
],
|
|
4863
|
-
exports: [
|
|
4864
|
-
...COMPONENTS
|
|
4865
|
-
],
|
|
4866
|
-
declarations: [
|
|
4867
|
-
...COMPONENTS
|
|
4868
|
-
]
|
|
4869
|
-
}]
|
|
4870
|
-
}] });
|
|
5566
|
+
ItemValidationSummaryComponent] }); })();
|
|
4871
5567
|
|
|
4872
5568
|
/*
|
|
4873
5569
|
<file>
|
|
@@ -4886,36 +5582,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4886
5582
|
*/
|
|
4887
5583
|
class AnatolyModule {
|
|
4888
5584
|
}
|
|
4889
|
-
AnatolyModule.ɵfac =
|
|
4890
|
-
AnatolyModule.ɵmod = i0.ɵɵ
|
|
5585
|
+
AnatolyModule.ɵfac = function AnatolyModule_Factory(t) { return new (t || AnatolyModule)(); };
|
|
5586
|
+
AnatolyModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyModule });
|
|
5587
|
+
AnatolyModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4891
5588
|
AnatolyCoreModule,
|
|
4892
5589
|
AnatolyDataModule,
|
|
4893
|
-
AnatolyUIModule
|
|
5590
|
+
AnatolyUIModule, AnatolyCoreModule,
|
|
4894
5591
|
AnatolyDataModule,
|
|
4895
5592
|
AnatolyUIModule] });
|
|
4896
|
-
|
|
5593
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyModule, [{
|
|
5594
|
+
type: NgModule,
|
|
5595
|
+
args: [{
|
|
5596
|
+
imports: [
|
|
5597
|
+
CommonModule,
|
|
5598
|
+
AnatolyCoreModule,
|
|
5599
|
+
AnatolyDataModule,
|
|
5600
|
+
AnatolyUIModule
|
|
5601
|
+
],
|
|
5602
|
+
exports: [
|
|
5603
|
+
AnatolyCoreModule,
|
|
5604
|
+
AnatolyDataModule,
|
|
5605
|
+
AnatolyUIModule
|
|
5606
|
+
],
|
|
5607
|
+
providers: [],
|
|
5608
|
+
}]
|
|
5609
|
+
}], null, null); })();
|
|
5610
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyModule, { imports: [CommonModule,
|
|
4897
5611
|
AnatolyCoreModule,
|
|
4898
5612
|
AnatolyDataModule,
|
|
4899
|
-
AnatolyUIModule, AnatolyCoreModule,
|
|
5613
|
+
AnatolyUIModule], exports: [AnatolyCoreModule,
|
|
4900
5614
|
AnatolyDataModule,
|
|
4901
|
-
AnatolyUIModule] });
|
|
4902
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AnatolyModule, decorators: [{
|
|
4903
|
-
type: NgModule,
|
|
4904
|
-
args: [{
|
|
4905
|
-
imports: [
|
|
4906
|
-
CommonModule,
|
|
4907
|
-
AnatolyCoreModule,
|
|
4908
|
-
AnatolyDataModule,
|
|
4909
|
-
AnatolyUIModule
|
|
4910
|
-
],
|
|
4911
|
-
exports: [
|
|
4912
|
-
AnatolyCoreModule,
|
|
4913
|
-
AnatolyDataModule,
|
|
4914
|
-
AnatolyUIModule
|
|
4915
|
-
],
|
|
4916
|
-
providers: [],
|
|
4917
|
-
}]
|
|
4918
|
-
}] });
|
|
5615
|
+
AnatolyUIModule] }); })();
|
|
4919
5616
|
|
|
4920
5617
|
/*
|
|
4921
5618
|
* Public API Surface of anatoly-lib
|