@osovitny/anatoly 2.14.106 → 2.15.0
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/assets/jsons/countries.json +994 -0
- package/assets/jsons/timezones.json +554 -0
- package/assets/jsons/usStates.json +202 -0
- package/assets/styles/scss/alerts.scss +168 -0
- package/assets/styles/scss/dialog/dialog.scss +49 -0
- package/assets/styles/scss/forms/contactus-form.scss +111 -0
- package/assets/styles/scss/forms/form-validation.scss +56 -0
- package/assets/styles/scss/mixins/_cards.scss +99 -0
- package/assets/styles/scss/pnlLoading.scss +20 -0
- package/assets/styles/scss/spinkit/sk-line-material.scss +61 -0
- package/assets/styles/scss/spinner.scss +22 -0
- package/assets/styles/scss/toastr.scss +192 -0
- package/assets/styles/styles.scss +33 -0
- 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,13 @@ class BaseGoService {
|
|
|
114
115
|
}
|
|
115
116
|
}
|
|
116
117
|
}
|
|
117
|
-
BaseGoService.ɵfac =
|
|
118
|
-
BaseGoService.ɵprov = i0.ɵɵ
|
|
119
|
-
|
|
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 () {
|
|
121
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGoService, [{
|
|
120
122
|
type: Injectable
|
|
121
|
-
}],
|
|
123
|
+
}], function () { return [{ type: i1.ActivatedRoute }, { type: i1.Router }]; }, null);
|
|
124
|
+
})();
|
|
122
125
|
|
|
123
126
|
/*
|
|
124
127
|
<file>
|
|
@@ -195,14 +198,16 @@ class LoadingService extends BehaviorSubject {
|
|
|
195
198
|
this.counter = 0;
|
|
196
199
|
}
|
|
197
200
|
}
|
|
198
|
-
LoadingService.ɵfac =
|
|
199
|
-
LoadingService.ɵprov = i0.ɵɵ
|
|
200
|
-
|
|
201
|
+
LoadingService.ɵfac = function LoadingService_Factory(t) { return new (t || LoadingService)(); };
|
|
202
|
+
LoadingService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoadingService, factory: LoadingService.ɵfac, providedIn: "root" });
|
|
203
|
+
(function () {
|
|
204
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingService, [{
|
|
201
205
|
type: Injectable,
|
|
202
206
|
args: [{
|
|
203
207
|
providedIn: "root",
|
|
204
208
|
}]
|
|
205
|
-
}],
|
|
209
|
+
}], function () { return []; }, null);
|
|
210
|
+
})();
|
|
206
211
|
|
|
207
212
|
/*
|
|
208
213
|
<file>
|
|
@@ -228,14 +233,16 @@ class LoggingService {
|
|
|
228
233
|
console.info(info);
|
|
229
234
|
}
|
|
230
235
|
}
|
|
231
|
-
LoggingService.ɵfac =
|
|
232
|
-
LoggingService.ɵprov = i0.ɵɵ
|
|
233
|
-
|
|
236
|
+
LoggingService.ɵfac = function LoggingService_Factory(t) { return new (t || LoggingService)(); };
|
|
237
|
+
LoggingService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LoggingService, factory: LoggingService.ɵfac, providedIn: "root" });
|
|
238
|
+
(function () {
|
|
239
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoggingService, [{
|
|
234
240
|
type: Injectable,
|
|
235
241
|
args: [{
|
|
236
242
|
providedIn: "root",
|
|
237
243
|
}]
|
|
238
|
-
}],
|
|
244
|
+
}], function () { return []; }, null);
|
|
245
|
+
})();
|
|
239
246
|
|
|
240
247
|
/*
|
|
241
248
|
<file>
|
|
@@ -326,11 +333,13 @@ class AnatolyHttpInterceptor {
|
|
|
326
333
|
}
|
|
327
334
|
}
|
|
328
335
|
}
|
|
329
|
-
AnatolyHttpInterceptor.ɵfac =
|
|
330
|
-
AnatolyHttpInterceptor.ɵprov = i0.ɵɵ
|
|
331
|
-
|
|
336
|
+
AnatolyHttpInterceptor.ɵfac = function AnatolyHttpInterceptor_Factory(t) { return new (t || AnatolyHttpInterceptor)(i0.ɵɵinject(LoadingService), i0.ɵɵinject(LoggingService)); };
|
|
337
|
+
AnatolyHttpInterceptor.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AnatolyHttpInterceptor, factory: AnatolyHttpInterceptor.ɵfac });
|
|
338
|
+
(function () {
|
|
339
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyHttpInterceptor, [{
|
|
332
340
|
type: Injectable
|
|
333
|
-
}],
|
|
341
|
+
}], function () { return [{ type: LoadingService }, { type: LoggingService }]; }, null);
|
|
342
|
+
})();
|
|
334
343
|
|
|
335
344
|
/*
|
|
336
345
|
<file>
|
|
@@ -599,14 +608,16 @@ class LocalizationService {
|
|
|
599
608
|
return result;
|
|
600
609
|
}
|
|
601
610
|
}
|
|
602
|
-
LocalizationService.ɵfac =
|
|
603
|
-
LocalizationService.ɵprov = i0.ɵɵ
|
|
604
|
-
|
|
611
|
+
LocalizationService.ɵfac = function LocalizationService_Factory(t) { return new (t || LocalizationService)(i0.ɵɵinject(i1$1.TranslateService)); };
|
|
612
|
+
LocalizationService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalizationService, factory: LocalizationService.ɵfac, providedIn: 'root' });
|
|
613
|
+
(function () {
|
|
614
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationService, [{
|
|
605
615
|
type: Injectable,
|
|
606
616
|
args: [{
|
|
607
617
|
providedIn: 'root'
|
|
608
618
|
}]
|
|
609
|
-
}],
|
|
619
|
+
}], function () { return [{ type: i1$1.TranslateService }]; }, null);
|
|
620
|
+
})();
|
|
610
621
|
|
|
611
622
|
/*
|
|
612
623
|
<file>
|
|
@@ -670,14 +681,16 @@ class LocalizePipe {
|
|
|
670
681
|
return inputData;
|
|
671
682
|
}
|
|
672
683
|
}
|
|
673
|
-
LocalizePipe.ɵfac =
|
|
674
|
-
LocalizePipe.ɵpipe = i0.ɵɵ
|
|
675
|
-
|
|
684
|
+
LocalizePipe.ɵfac = function LocalizePipe_Factory(t) { return new (t || LocalizePipe)(i0.ɵɵdirectiveInject(LocalizationService, 16)); };
|
|
685
|
+
LocalizePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "localize", type: LocalizePipe, pure: true });
|
|
686
|
+
(function () {
|
|
687
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizePipe, [{
|
|
676
688
|
type: Pipe,
|
|
677
689
|
args: [{
|
|
678
690
|
name: 'localize'
|
|
679
691
|
}]
|
|
680
|
-
}],
|
|
692
|
+
}], function () { return [{ type: LocalizationService }]; }, null);
|
|
693
|
+
})();
|
|
681
694
|
|
|
682
695
|
/*
|
|
683
696
|
<file>
|
|
@@ -729,9 +742,9 @@ class LocalizationSettingsModule {
|
|
|
729
742
|
LocalizationInjectorInstance = this.injector;
|
|
730
743
|
}
|
|
731
744
|
}
|
|
732
|
-
LocalizationSettingsModule.ɵfac =
|
|
733
|
-
LocalizationSettingsModule.ɵmod = i0.ɵɵ
|
|
734
|
-
LocalizationSettingsModule.ɵinj = i0.ɵɵ
|
|
745
|
+
LocalizationSettingsModule.ɵfac = function LocalizationSettingsModule_Factory(t) { return new (t || LocalizationSettingsModule)(i0.ɵɵinject(i0.Injector)); };
|
|
746
|
+
LocalizationSettingsModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationSettingsModule });
|
|
747
|
+
LocalizationSettingsModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
735
748
|
{
|
|
736
749
|
provide: APP_INITIALIZER,
|
|
737
750
|
useFactory: localizationInitializerFactory,
|
|
@@ -739,7 +752,8 @@ LocalizationSettingsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.
|
|
|
739
752
|
multi: true
|
|
740
753
|
}
|
|
741
754
|
], imports: [TranslateModuleAtRoot] });
|
|
742
|
-
|
|
755
|
+
(function () {
|
|
756
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationSettingsModule, [{
|
|
743
757
|
type: NgModule,
|
|
744
758
|
args: [{
|
|
745
759
|
imports: [
|
|
@@ -755,7 +769,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
755
769
|
],
|
|
756
770
|
exports: []
|
|
757
771
|
}]
|
|
758
|
-
}],
|
|
772
|
+
}], function () { return [{ type: i0.Injector }]; }, null);
|
|
773
|
+
})();
|
|
774
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationSettingsModule, { imports: [i1$1.TranslateModule] }); })();
|
|
759
775
|
|
|
760
776
|
/*
|
|
761
777
|
<file>
|
|
@@ -774,11 +790,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
774
790
|
*/
|
|
775
791
|
class LocalizationModule {
|
|
776
792
|
}
|
|
777
|
-
LocalizationModule.ɵfac =
|
|
778
|
-
LocalizationModule.ɵmod = i0.ɵɵ
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
793
|
+
LocalizationModule.ɵfac = function LocalizationModule_Factory(t) { return new (t || LocalizationModule)(); };
|
|
794
|
+
LocalizationModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LocalizationModule });
|
|
795
|
+
LocalizationModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [TranslateModule, TranslateModule] });
|
|
796
|
+
(function () {
|
|
797
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalizationModule, [{
|
|
782
798
|
type: NgModule,
|
|
783
799
|
args: [{
|
|
784
800
|
imports: [
|
|
@@ -793,7 +809,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
793
809
|
],
|
|
794
810
|
providers: []
|
|
795
811
|
}]
|
|
796
|
-
}]
|
|
812
|
+
}], null, null);
|
|
813
|
+
})();
|
|
814
|
+
(function () {
|
|
815
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LocalizationModule, { declarations: [LocalizePipe], imports: [TranslateModule], exports: [TranslateModule,
|
|
816
|
+
LocalizePipe] });
|
|
817
|
+
})();
|
|
797
818
|
|
|
798
819
|
/*
|
|
799
820
|
<file>
|
|
@@ -821,11 +842,13 @@ class GlobalErrorHandler {
|
|
|
821
842
|
throw error;
|
|
822
843
|
}
|
|
823
844
|
}
|
|
824
|
-
GlobalErrorHandler.ɵfac =
|
|
825
|
-
GlobalErrorHandler.ɵprov = i0.ɵɵ
|
|
826
|
-
|
|
845
|
+
GlobalErrorHandler.ɵfac = function GlobalErrorHandler_Factory(t) { return new (t || GlobalErrorHandler)(i0.ɵɵinject(i0.Injector)); };
|
|
846
|
+
GlobalErrorHandler.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GlobalErrorHandler, factory: GlobalErrorHandler.ɵfac });
|
|
847
|
+
(function () {
|
|
848
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GlobalErrorHandler, [{
|
|
827
849
|
type: Injectable
|
|
828
|
-
}],
|
|
850
|
+
}], function () { return [{ type: i0.Injector }]; }, null);
|
|
851
|
+
})();
|
|
829
852
|
|
|
830
853
|
/*
|
|
831
854
|
<file>
|
|
@@ -1200,12 +1223,14 @@ class NotificationService {
|
|
|
1200
1223
|
this._serverNotifications.next(val);
|
|
1201
1224
|
}
|
|
1202
1225
|
}
|
|
1203
|
-
NotificationService.ɵfac =
|
|
1204
|
-
NotificationService.ɵprov = i0.ɵɵ
|
|
1205
|
-
|
|
1226
|
+
NotificationService.ɵfac = function NotificationService_Factory(t) { return new (t || NotificationService)(i0.ɵɵinject(i1$2.ToastrService)); };
|
|
1227
|
+
NotificationService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationService, factory: NotificationService.ɵfac, providedIn: 'root' });
|
|
1228
|
+
(function () {
|
|
1229
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationService, [{
|
|
1206
1230
|
type: Injectable,
|
|
1207
1231
|
args: [{ providedIn: 'root' }]
|
|
1208
|
-
}],
|
|
1232
|
+
}], function () { return [{ type: i1$2.ToastrService }]; }, null);
|
|
1233
|
+
})();
|
|
1209
1234
|
|
|
1210
1235
|
/*
|
|
1211
1236
|
<file>
|
|
@@ -1291,11 +1316,13 @@ class BaseApiService {
|
|
|
1291
1316
|
return this.http.get(url).pipe(map(res => res));
|
|
1292
1317
|
}
|
|
1293
1318
|
}
|
|
1294
|
-
BaseApiService.ɵfac =
|
|
1295
|
-
BaseApiService.ɵprov = i0.ɵɵ
|
|
1296
|
-
|
|
1319
|
+
BaseApiService.ɵfac = function BaseApiService_Factory(t) { return new (t || BaseApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
1320
|
+
BaseApiService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseApiService, factory: BaseApiService.ɵfac });
|
|
1321
|
+
(function () {
|
|
1322
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseApiService, [{
|
|
1297
1323
|
type: Injectable
|
|
1298
|
-
}],
|
|
1324
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null);
|
|
1325
|
+
})();
|
|
1299
1326
|
|
|
1300
1327
|
/*
|
|
1301
1328
|
<file>
|
|
@@ -1344,21 +1371,25 @@ class LocalStorageService extends WebStorageService {
|
|
|
1344
1371
|
super('localStorage');
|
|
1345
1372
|
}
|
|
1346
1373
|
}
|
|
1347
|
-
LocalStorageService.ɵfac =
|
|
1348
|
-
LocalStorageService.ɵprov = i0.ɵɵ
|
|
1349
|
-
|
|
1374
|
+
LocalStorageService.ɵfac = function LocalStorageService_Factory(t) { return new (t || LocalStorageService)(); };
|
|
1375
|
+
LocalStorageService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: LocalStorageService, factory: LocalStorageService.ɵfac });
|
|
1376
|
+
(function () {
|
|
1377
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LocalStorageService, [{
|
|
1350
1378
|
type: Injectable
|
|
1351
|
-
}],
|
|
1379
|
+
}], function () { return []; }, null);
|
|
1380
|
+
})();
|
|
1352
1381
|
class SessionStorageService extends WebStorageService {
|
|
1353
1382
|
constructor() {
|
|
1354
1383
|
super('sessionStorage');
|
|
1355
1384
|
}
|
|
1356
1385
|
}
|
|
1357
|
-
SessionStorageService.ɵfac =
|
|
1358
|
-
SessionStorageService.ɵprov = i0.ɵɵ
|
|
1359
|
-
|
|
1386
|
+
SessionStorageService.ɵfac = function SessionStorageService_Factory(t) { return new (t || SessionStorageService)(); };
|
|
1387
|
+
SessionStorageService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SessionStorageService, factory: SessionStorageService.ɵfac });
|
|
1388
|
+
(function () {
|
|
1389
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SessionStorageService, [{
|
|
1360
1390
|
type: Injectable
|
|
1361
|
-
}],
|
|
1391
|
+
}], function () { return []; }, null);
|
|
1392
|
+
})();
|
|
1362
1393
|
|
|
1363
1394
|
/*
|
|
1364
1395
|
<file>
|
|
@@ -1483,11 +1514,13 @@ class AppContextService extends BaseApiService {
|
|
|
1483
1514
|
this.setCurrentFromSession(value);
|
|
1484
1515
|
}
|
|
1485
1516
|
}
|
|
1486
|
-
AppContextService.ɵfac =
|
|
1487
|
-
AppContextService.ɵprov = i0.ɵɵ
|
|
1488
|
-
|
|
1517
|
+
AppContextService.ɵfac = function AppContextService_Factory(t) { return new (t || AppContextService)(i0.ɵɵinject(i1$3.HttpClient), i0.ɵɵinject(SessionStorageService)); };
|
|
1518
|
+
AppContextService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: AppContextService, factory: AppContextService.ɵfac });
|
|
1519
|
+
(function () {
|
|
1520
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppContextService, [{
|
|
1489
1521
|
type: Injectable
|
|
1490
|
-
}],
|
|
1522
|
+
}], function () { return [{ type: i1$3.HttpClient }, { type: SessionStorageService }]; }, null);
|
|
1523
|
+
})();
|
|
1491
1524
|
|
|
1492
1525
|
/*
|
|
1493
1526
|
<file>
|
|
@@ -1552,14 +1585,16 @@ class IdleService {
|
|
|
1552
1585
|
this.startTimer();
|
|
1553
1586
|
}
|
|
1554
1587
|
}
|
|
1555
|
-
IdleService.ɵfac =
|
|
1556
|
-
IdleService.ɵprov = i0.ɵɵ
|
|
1557
|
-
|
|
1588
|
+
IdleService.ɵfac = function IdleService_Factory(t) { return new (t || IdleService)(); };
|
|
1589
|
+
IdleService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: IdleService, factory: IdleService.ɵfac, providedIn: 'root' });
|
|
1590
|
+
(function () {
|
|
1591
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IdleService, [{
|
|
1558
1592
|
type: Injectable,
|
|
1559
1593
|
args: [{
|
|
1560
1594
|
providedIn: 'root'
|
|
1561
1595
|
}]
|
|
1562
|
-
}]
|
|
1596
|
+
}], null, null);
|
|
1597
|
+
})();
|
|
1563
1598
|
|
|
1564
1599
|
/*
|
|
1565
1600
|
<file>
|
|
@@ -1613,19 +1648,21 @@ class DigitalMarketingService {
|
|
|
1613
1648
|
link.setAttribute('href', canUrl);
|
|
1614
1649
|
}
|
|
1615
1650
|
}
|
|
1616
|
-
DigitalMarketingService.ɵfac =
|
|
1617
|
-
DigitalMarketingService.ɵprov = i0.ɵɵ
|
|
1618
|
-
|
|
1651
|
+
DigitalMarketingService.ɵfac = function DigitalMarketingService_Factory(t) { return new (t || DigitalMarketingService)(i0.ɵɵinject(i1$4.Title), i0.ɵɵinject(i1$4.Meta), i0.ɵɵinject(DOCUMENT)); };
|
|
1652
|
+
DigitalMarketingService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: DigitalMarketingService, factory: DigitalMarketingService.ɵfac, providedIn: 'root' });
|
|
1653
|
+
(function () {
|
|
1654
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DigitalMarketingService, [{
|
|
1619
1655
|
type: Injectable,
|
|
1620
1656
|
args: [{
|
|
1621
1657
|
providedIn: 'root'
|
|
1622
1658
|
}]
|
|
1623
|
-
}],
|
|
1659
|
+
}], function () {
|
|
1624
1660
|
return [{ type: i1$4.Title }, { type: i1$4.Meta }, { type: undefined, decorators: [{
|
|
1625
1661
|
type: Inject,
|
|
1626
1662
|
args: [DOCUMENT]
|
|
1627
1663
|
}] }];
|
|
1628
|
-
}
|
|
1664
|
+
}, null);
|
|
1665
|
+
})();
|
|
1629
1666
|
|
|
1630
1667
|
/*
|
|
1631
1668
|
<file>
|
|
@@ -1669,11 +1706,13 @@ class GoogleAnalyticsService {
|
|
|
1669
1706
|
}
|
|
1670
1707
|
}
|
|
1671
1708
|
}
|
|
1672
|
-
GoogleAnalyticsService.ɵfac =
|
|
1673
|
-
GoogleAnalyticsService.ɵprov = i0.ɵɵ
|
|
1674
|
-
|
|
1709
|
+
GoogleAnalyticsService.ɵfac = function GoogleAnalyticsService_Factory(t) { return new (t || GoogleAnalyticsService)(i0.ɵɵinject(i1.Router)); };
|
|
1710
|
+
GoogleAnalyticsService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: GoogleAnalyticsService, factory: GoogleAnalyticsService.ɵfac });
|
|
1711
|
+
(function () {
|
|
1712
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GoogleAnalyticsService, [{
|
|
1675
1713
|
type: Injectable
|
|
1676
|
-
}],
|
|
1714
|
+
}], function () { return [{ type: i1.Router }]; }, null);
|
|
1715
|
+
})();
|
|
1677
1716
|
|
|
1678
1717
|
/*
|
|
1679
1718
|
<file>
|
|
@@ -1907,6 +1946,9 @@ class Subs {
|
|
|
1907
1946
|
</file>
|
|
1908
1947
|
*/
|
|
1909
1948
|
class Utils {
|
|
1949
|
+
constructor() {
|
|
1950
|
+
this.generateRandomInteger = (start, end) => Math.floor(Math.random() * (end - start + 1)) + start;
|
|
1951
|
+
}
|
|
1910
1952
|
static getValueByNameInQS(name) {
|
|
1911
1953
|
return Utils.getValueByName(location.search, name);
|
|
1912
1954
|
}
|
|
@@ -2038,11 +2080,13 @@ class BaseGridReadService extends BehaviorSubject {
|
|
|
2038
2080
|
});
|
|
2039
2081
|
}
|
|
2040
2082
|
}
|
|
2041
|
-
BaseGridReadService.ɵfac =
|
|
2042
|
-
BaseGridReadService.ɵprov = i0.ɵɵ
|
|
2043
|
-
|
|
2083
|
+
BaseGridReadService.ɵfac = function BaseGridReadService_Factory(t) { return new (t || BaseGridReadService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2084
|
+
BaseGridReadService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGridReadService, factory: BaseGridReadService.ɵfac });
|
|
2085
|
+
(function () {
|
|
2086
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGridReadService, [{
|
|
2044
2087
|
type: Injectable
|
|
2045
|
-
}],
|
|
2088
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null);
|
|
2089
|
+
})();
|
|
2046
2090
|
|
|
2047
2091
|
/*
|
|
2048
2092
|
<file>
|
|
@@ -2112,11 +2156,13 @@ class BaseGridEditService extends BaseGridReadService {
|
|
|
2112
2156
|
return this.http.post(url, data).pipe(map(res => res));
|
|
2113
2157
|
}
|
|
2114
2158
|
}
|
|
2115
|
-
BaseGridEditService.ɵfac =
|
|
2116
|
-
BaseGridEditService.ɵprov = i0.ɵɵ
|
|
2117
|
-
|
|
2159
|
+
BaseGridEditService.ɵfac = function BaseGridEditService_Factory(t) { return new (t || BaseGridEditService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2160
|
+
BaseGridEditService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: BaseGridEditService, factory: BaseGridEditService.ɵfac });
|
|
2161
|
+
(function () {
|
|
2162
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseGridEditService, [{
|
|
2118
2163
|
type: Injectable
|
|
2119
|
-
}],
|
|
2164
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null);
|
|
2165
|
+
})();
|
|
2120
2166
|
|
|
2121
2167
|
/*
|
|
2122
2168
|
<file>
|
|
@@ -2167,14 +2213,16 @@ class NotificationsApiService extends BaseApiService {
|
|
|
2167
2213
|
return this.get('retrieveNotifications');
|
|
2168
2214
|
}
|
|
2169
2215
|
}
|
|
2170
|
-
NotificationsApiService.ɵfac =
|
|
2171
|
-
NotificationsApiService.ɵprov = i0.ɵɵ
|
|
2172
|
-
|
|
2216
|
+
NotificationsApiService.ɵfac = function NotificationsApiService_Factory(t) { return new (t || NotificationsApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2217
|
+
NotificationsApiService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: NotificationsApiService, factory: NotificationsApiService.ɵfac, providedIn: 'root' });
|
|
2218
|
+
(function () {
|
|
2219
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NotificationsApiService, [{
|
|
2173
2220
|
type: Injectable,
|
|
2174
2221
|
args: [{
|
|
2175
2222
|
providedIn: 'root'
|
|
2176
2223
|
}]
|
|
2177
|
-
}],
|
|
2224
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null);
|
|
2225
|
+
})();
|
|
2178
2226
|
|
|
2179
2227
|
/*
|
|
2180
2228
|
<file>
|
|
@@ -2210,11 +2258,13 @@ class EmailsApiService extends BaseApiService {
|
|
|
2210
2258
|
});
|
|
2211
2259
|
}
|
|
2212
2260
|
}
|
|
2213
|
-
EmailsApiService.ɵfac =
|
|
2214
|
-
EmailsApiService.ɵprov = i0.ɵɵ
|
|
2215
|
-
|
|
2261
|
+
EmailsApiService.ɵfac = function EmailsApiService_Factory(t) { return new (t || EmailsApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2262
|
+
EmailsApiService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: EmailsApiService, factory: EmailsApiService.ɵfac });
|
|
2263
|
+
(function () {
|
|
2264
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EmailsApiService, [{
|
|
2216
2265
|
type: Injectable
|
|
2217
|
-
}],
|
|
2266
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null);
|
|
2267
|
+
})();
|
|
2218
2268
|
|
|
2219
2269
|
/*
|
|
2220
2270
|
<file>
|
|
@@ -2262,11 +2312,13 @@ class CoreApiService extends BaseApiService {
|
|
|
2262
2312
|
});
|
|
2263
2313
|
}
|
|
2264
2314
|
}
|
|
2265
|
-
CoreApiService.ɵfac =
|
|
2266
|
-
CoreApiService.ɵprov = i0.ɵɵ
|
|
2267
|
-
|
|
2315
|
+
CoreApiService.ɵfac = function CoreApiService_Factory(t) { return new (t || CoreApiService)(i0.ɵɵinject(i1$3.HttpClient)); };
|
|
2316
|
+
CoreApiService.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CoreApiService, factory: CoreApiService.ɵfac });
|
|
2317
|
+
(function () {
|
|
2318
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreApiService, [{
|
|
2268
2319
|
type: Injectable
|
|
2269
|
-
}],
|
|
2320
|
+
}], function () { return [{ type: i1$3.HttpClient }]; }, null);
|
|
2321
|
+
})();
|
|
2270
2322
|
|
|
2271
2323
|
/*
|
|
2272
2324
|
<file>
|
|
@@ -2301,14 +2353,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2301
2353
|
*/
|
|
2302
2354
|
class SignUpButtonComponent {
|
|
2303
2355
|
}
|
|
2304
|
-
SignUpButtonComponent.ɵfac =
|
|
2305
|
-
SignUpButtonComponent.ɵcmp = i0.ɵɵ
|
|
2306
|
-
|
|
2356
|
+
SignUpButtonComponent.ɵfac = function SignUpButtonComponent_Factory(t) { return new (t || SignUpButtonComponent)(); };
|
|
2357
|
+
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) {
|
|
2358
|
+
if (rf & 1) {
|
|
2359
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2360
|
+
i0.ɵɵtext(1, "Sign Up");
|
|
2361
|
+
i0.ɵɵelementEnd();
|
|
2362
|
+
}
|
|
2363
|
+
if (rf & 2) {
|
|
2364
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2365
|
+
}
|
|
2366
|
+
}, encapsulation: 2 });
|
|
2367
|
+
(function () {
|
|
2368
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
|
|
2307
2369
|
type: Component,
|
|
2308
2370
|
args: [{ selector: "anatoly-signup-button", template: "<a href=\"identity/signup\" class=\"{{classbtn}}\">Sign Up</a>\r\n" }]
|
|
2309
|
-
}],
|
|
2371
|
+
}], null, { classbtn: [{
|
|
2310
2372
|
type: Input
|
|
2311
|
-
}] }
|
|
2373
|
+
}] });
|
|
2374
|
+
})();
|
|
2312
2375
|
|
|
2313
2376
|
/*
|
|
2314
2377
|
<file>
|
|
@@ -2325,6 +2388,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2325
2388
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2326
2389
|
</file>
|
|
2327
2390
|
*/
|
|
2391
|
+
function BuyAccessButtonComponent_div_0_div_1_Template(rf, ctx) {
|
|
2392
|
+
if (rf & 1) {
|
|
2393
|
+
i0.ɵɵelementStart(0, "div");
|
|
2394
|
+
i0.ɵɵelement(1, "anatoly-signup-button", 1);
|
|
2395
|
+
i0.ɵɵelementEnd();
|
|
2396
|
+
}
|
|
2397
|
+
}
|
|
2398
|
+
function BuyAccessButtonComponent_div_0_div_2_button_1_Template(rf, ctx) {
|
|
2399
|
+
if (rf & 1) {
|
|
2400
|
+
i0.ɵɵelementStart(0, "button", 4);
|
|
2401
|
+
i0.ɵɵtext(1, " Your Plan ");
|
|
2402
|
+
i0.ɵɵelementEnd();
|
|
2403
|
+
}
|
|
2404
|
+
}
|
|
2405
|
+
function BuyAccessButtonComponent_div_0_div_2_button_2_Template(rf, ctx) {
|
|
2406
|
+
if (rf & 1) {
|
|
2407
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
2408
|
+
i0.ɵɵelementStart(0, "button", 5);
|
|
2409
|
+
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()); });
|
|
2410
|
+
i0.ɵɵtext(1, " Buy Now ");
|
|
2411
|
+
i0.ɵɵelementEnd();
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
function BuyAccessButtonComponent_div_0_div_2_Template(rf, ctx) {
|
|
2415
|
+
if (rf & 1) {
|
|
2416
|
+
i0.ɵɵelementStart(0, "div");
|
|
2417
|
+
i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
|
|
2418
|
+
i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
|
|
2419
|
+
i0.ɵɵelementEnd();
|
|
2420
|
+
}
|
|
2421
|
+
if (rf & 2) {
|
|
2422
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
2423
|
+
i0.ɵɵadvance(1);
|
|
2424
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
|
|
2425
|
+
i0.ɵɵadvance(1);
|
|
2426
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.currentPlan == 1);
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2429
|
+
function BuyAccessButtonComponent_div_0_Template(rf, ctx) {
|
|
2430
|
+
if (rf & 1) {
|
|
2431
|
+
i0.ɵɵelementStart(0, "div");
|
|
2432
|
+
i0.ɵɵtemplate(1, BuyAccessButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
|
|
2433
|
+
i0.ɵɵtemplate(2, BuyAccessButtonComponent_div_0_div_2_Template, 3, 2, "div", 0);
|
|
2434
|
+
i0.ɵɵelementEnd();
|
|
2435
|
+
}
|
|
2436
|
+
if (rf & 2) {
|
|
2437
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2438
|
+
i0.ɵɵadvance(1);
|
|
2439
|
+
i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
|
|
2440
|
+
i0.ɵɵadvance(1);
|
|
2441
|
+
i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
|
|
2442
|
+
}
|
|
2443
|
+
}
|
|
2328
2444
|
class BuyAccessButtonComponent {
|
|
2329
2445
|
constructor(appContext) {
|
|
2330
2446
|
this.appContext = appContext;
|
|
@@ -2350,12 +2466,20 @@ class BuyAccessButtonComponent {
|
|
|
2350
2466
|
this.planselect.emit(this.plan);
|
|
2351
2467
|
}
|
|
2352
2468
|
}
|
|
2353
|
-
BuyAccessButtonComponent.ɵfac =
|
|
2354
|
-
BuyAccessButtonComponent.ɵcmp = i0.ɵɵ
|
|
2355
|
-
|
|
2469
|
+
BuyAccessButtonComponent.ɵfac = function BuyAccessButtonComponent_Factory(t) { return new (t || BuyAccessButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
|
|
2470
|
+
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) {
|
|
2471
|
+
if (rf & 1) {
|
|
2472
|
+
i0.ɵɵtemplate(0, BuyAccessButtonComponent_div_0_Template, 3, 2, "div", 0);
|
|
2473
|
+
}
|
|
2474
|
+
if (rf & 2) {
|
|
2475
|
+
i0.ɵɵproperty("ngIf", ctx.contextUpdated);
|
|
2476
|
+
}
|
|
2477
|
+
}, dependencies: [i1$5.NgIf, SignUpButtonComponent], encapsulation: 2 });
|
|
2478
|
+
(function () {
|
|
2479
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BuyAccessButtonComponent, [{
|
|
2356
2480
|
type: Component,
|
|
2357
2481
|
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" }]
|
|
2358
|
-
}],
|
|
2482
|
+
}], function () { return [{ type: AppContextService }]; }, { plan: [{
|
|
2359
2483
|
type: Input
|
|
2360
2484
|
}], planTitle: [{
|
|
2361
2485
|
type: Input
|
|
@@ -2363,7 +2487,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2363
2487
|
type: Input
|
|
2364
2488
|
}], planselect: [{
|
|
2365
2489
|
type: Output
|
|
2366
|
-
}] }
|
|
2490
|
+
}] });
|
|
2491
|
+
})();
|
|
2367
2492
|
|
|
2368
2493
|
/*
|
|
2369
2494
|
<file>
|
|
@@ -2380,6 +2505,69 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2380
2505
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2381
2506
|
</file>
|
|
2382
2507
|
*/
|
|
2508
|
+
function SubscribePlanButtonComponent_div_0_div_1_Template(rf, ctx) {
|
|
2509
|
+
if (rf & 1) {
|
|
2510
|
+
i0.ɵɵelementStart(0, "div");
|
|
2511
|
+
i0.ɵɵelement(1, "anatoly-signup-button", 1);
|
|
2512
|
+
i0.ɵɵelementEnd();
|
|
2513
|
+
}
|
|
2514
|
+
}
|
|
2515
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_1_Template(rf, ctx) {
|
|
2516
|
+
if (rf & 1) {
|
|
2517
|
+
i0.ɵɵelementStart(0, "button", 5);
|
|
2518
|
+
i0.ɵɵtext(1, " Your Plan ");
|
|
2519
|
+
i0.ɵɵelementEnd();
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_2_Template(rf, ctx) {
|
|
2523
|
+
if (rf & 1) {
|
|
2524
|
+
i0.ɵɵelementStart(0, "button", 6);
|
|
2525
|
+
i0.ɵɵtext(1, " Requested ");
|
|
2526
|
+
i0.ɵɵelementEnd();
|
|
2527
|
+
}
|
|
2528
|
+
}
|
|
2529
|
+
function SubscribePlanButtonComponent_div_0_div_2_button_3_Template(rf, ctx) {
|
|
2530
|
+
if (rf & 1) {
|
|
2531
|
+
const _r7 = i0.ɵɵgetCurrentView();
|
|
2532
|
+
i0.ɵɵelementStart(0, "button", 7);
|
|
2533
|
+
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()); });
|
|
2534
|
+
i0.ɵɵtext(1, " Subscribe ");
|
|
2535
|
+
i0.ɵɵelementEnd();
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
2538
|
+
function SubscribePlanButtonComponent_div_0_div_2_Template(rf, ctx) {
|
|
2539
|
+
if (rf & 1) {
|
|
2540
|
+
i0.ɵɵelementStart(0, "div");
|
|
2541
|
+
i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_2_button_1_Template, 2, 0, "button", 2);
|
|
2542
|
+
i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_button_2_Template, 2, 0, "button", 3);
|
|
2543
|
+
i0.ɵɵtemplate(3, SubscribePlanButtonComponent_div_0_div_2_button_3_Template, 2, 0, "button", 4);
|
|
2544
|
+
i0.ɵɵelementEnd();
|
|
2545
|
+
}
|
|
2546
|
+
if (rf & 2) {
|
|
2547
|
+
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
2548
|
+
i0.ɵɵadvance(1);
|
|
2549
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.currentPlan);
|
|
2550
|
+
i0.ɵɵadvance(1);
|
|
2551
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan == ctx_r2.requestedPlan);
|
|
2552
|
+
i0.ɵɵadvance(1);
|
|
2553
|
+
i0.ɵɵproperty("ngIf", ctx_r2.plan != ctx_r2.currentPlan && ctx_r2.plan != ctx_r2.requestedPlan);
|
|
2554
|
+
}
|
|
2555
|
+
}
|
|
2556
|
+
function SubscribePlanButtonComponent_div_0_Template(rf, ctx) {
|
|
2557
|
+
if (rf & 1) {
|
|
2558
|
+
i0.ɵɵelementStart(0, "div");
|
|
2559
|
+
i0.ɵɵtemplate(1, SubscribePlanButtonComponent_div_0_div_1_Template, 2, 0, "div", 0);
|
|
2560
|
+
i0.ɵɵtemplate(2, SubscribePlanButtonComponent_div_0_div_2_Template, 4, 3, "div", 0);
|
|
2561
|
+
i0.ɵɵelementEnd();
|
|
2562
|
+
}
|
|
2563
|
+
if (rf & 2) {
|
|
2564
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2565
|
+
i0.ɵɵadvance(1);
|
|
2566
|
+
i0.ɵɵproperty("ngIf", !ctx_r0.isUserSignedIn);
|
|
2567
|
+
i0.ɵɵadvance(1);
|
|
2568
|
+
i0.ɵɵproperty("ngIf", ctx_r0.isUserSignedIn && ctx_r0.visibleIfUserSignedIn);
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2383
2571
|
class SubscribePlanButtonComponent {
|
|
2384
2572
|
constructor(appContext) {
|
|
2385
2573
|
this.appContext = appContext;
|
|
@@ -2409,12 +2597,20 @@ class SubscribePlanButtonComponent {
|
|
|
2409
2597
|
this.planselect.emit(this.plan);
|
|
2410
2598
|
}
|
|
2411
2599
|
}
|
|
2412
|
-
SubscribePlanButtonComponent.ɵfac =
|
|
2413
|
-
SubscribePlanButtonComponent.ɵcmp = i0.ɵɵ
|
|
2414
|
-
|
|
2600
|
+
SubscribePlanButtonComponent.ɵfac = function SubscribePlanButtonComponent_Factory(t) { return new (t || SubscribePlanButtonComponent)(i0.ɵɵdirectiveInject(AppContextService)); };
|
|
2601
|
+
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) {
|
|
2602
|
+
if (rf & 1) {
|
|
2603
|
+
i0.ɵɵtemplate(0, SubscribePlanButtonComponent_div_0_Template, 3, 2, "div", 0);
|
|
2604
|
+
}
|
|
2605
|
+
if (rf & 2) {
|
|
2606
|
+
i0.ɵɵproperty("ngIf", ctx.contextUpdated);
|
|
2607
|
+
}
|
|
2608
|
+
}, dependencies: [i1$5.NgIf, SignUpButtonComponent], encapsulation: 2 });
|
|
2609
|
+
(function () {
|
|
2610
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SubscribePlanButtonComponent, [{
|
|
2415
2611
|
type: Component,
|
|
2416
2612
|
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" }]
|
|
2417
|
-
}],
|
|
2613
|
+
}], function () { return [{ type: AppContextService }]; }, { plan: [{
|
|
2418
2614
|
type: Input
|
|
2419
2615
|
}], planTitle: [{
|
|
2420
2616
|
type: Input
|
|
@@ -2422,7 +2618,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2422
2618
|
type: Input
|
|
2423
2619
|
}], planselect: [{
|
|
2424
2620
|
type: Output
|
|
2425
|
-
}] }
|
|
2621
|
+
}] });
|
|
2622
|
+
})();
|
|
2426
2623
|
|
|
2427
2624
|
/*
|
|
2428
2625
|
<file>
|
|
@@ -2439,20 +2636,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2439
2636
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2440
2637
|
</file>
|
|
2441
2638
|
*/
|
|
2639
|
+
const _c0$b = ["*"];
|
|
2442
2640
|
class CheckIconComponent {
|
|
2443
2641
|
constructor() {
|
|
2444
2642
|
//Inputs
|
|
2445
2643
|
this.checked = true;
|
|
2446
2644
|
}
|
|
2447
2645
|
}
|
|
2448
|
-
CheckIconComponent.ɵfac =
|
|
2449
|
-
CheckIconComponent.ɵcmp = i0.ɵɵ
|
|
2450
|
-
|
|
2646
|
+
CheckIconComponent.ɵfac = function CheckIconComponent_Factory(t) { return new (t || CheckIconComponent)(); };
|
|
2647
|
+
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) {
|
|
2648
|
+
if (rf & 1) {
|
|
2649
|
+
i0.ɵɵprojectionDef();
|
|
2650
|
+
i0.ɵɵelement(0, "fa-icon", 0);
|
|
2651
|
+
i0.ɵɵprojection(1);
|
|
2652
|
+
}
|
|
2653
|
+
if (rf & 2) {
|
|
2654
|
+
i0.ɵɵproperty("icon", ctx.checked ? "check-circle" : "circle-xmark")("ngClass", ctx.checked ? "text-success" : "text-danger");
|
|
2655
|
+
}
|
|
2656
|
+
}, dependencies: [i1$5.NgClass, i1$6.FaIconComponent], encapsulation: 2 });
|
|
2657
|
+
(function () {
|
|
2658
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CheckIconComponent, [{
|
|
2451
2659
|
type: Component,
|
|
2452
2660
|
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" }]
|
|
2453
|
-
}],
|
|
2661
|
+
}], null, { checked: [{
|
|
2454
2662
|
type: Input
|
|
2455
|
-
}] }
|
|
2663
|
+
}] });
|
|
2664
|
+
})();
|
|
2456
2665
|
|
|
2457
2666
|
/*
|
|
2458
2667
|
<file>
|
|
@@ -2470,6 +2679,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2470
2679
|
</file>
|
|
2471
2680
|
*/
|
|
2472
2681
|
class DatapagerComponent {
|
|
2682
|
+
get width() {
|
|
2683
|
+
return this._width;
|
|
2684
|
+
}
|
|
2685
|
+
set width(value) {
|
|
2686
|
+
this._width = value;
|
|
2687
|
+
if (value) {
|
|
2688
|
+
this.style = "width: " + value + "px";
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2473
2691
|
constructor() {
|
|
2474
2692
|
//Private
|
|
2475
2693
|
this._defaultPageSizes = [5, 10, 20, 30];
|
|
@@ -2483,15 +2701,6 @@ class DatapagerComponent {
|
|
|
2483
2701
|
//Outputs
|
|
2484
2702
|
this.pageChange = new EventEmitter();
|
|
2485
2703
|
}
|
|
2486
|
-
get width() {
|
|
2487
|
-
return this._width;
|
|
2488
|
-
}
|
|
2489
|
-
set width(value) {
|
|
2490
|
-
this._width = value;
|
|
2491
|
-
if (value) {
|
|
2492
|
-
this.style = "width: " + value + "px";
|
|
2493
|
-
}
|
|
2494
|
-
}
|
|
2495
2704
|
ngOnInit() {
|
|
2496
2705
|
this.pageSizes = [];
|
|
2497
2706
|
if (this.pageSizeDivisor) {
|
|
@@ -2511,12 +2720,23 @@ class DatapagerComponent {
|
|
|
2511
2720
|
this.pageChange.emit(e);
|
|
2512
2721
|
}
|
|
2513
2722
|
}
|
|
2514
|
-
DatapagerComponent.ɵfac =
|
|
2515
|
-
DatapagerComponent.ɵcmp = i0.ɵɵ
|
|
2516
|
-
|
|
2723
|
+
DatapagerComponent.ɵfac = function DatapagerComponent_Factory(t) { return new (t || DatapagerComponent)(); };
|
|
2724
|
+
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) {
|
|
2725
|
+
if (rf & 1) {
|
|
2726
|
+
i0.ɵɵelementStart(0, "kendo-datapager", 0);
|
|
2727
|
+
i0.ɵɵlistener("pageChange", function DatapagerComponent_Template_kendo_datapager_pageChange_0_listener($event) { return ctx.onPageChange($event); });
|
|
2728
|
+
i0.ɵɵelementEnd();
|
|
2729
|
+
}
|
|
2730
|
+
if (rf & 2) {
|
|
2731
|
+
i0.ɵɵstyleMap(ctx.style);
|
|
2732
|
+
i0.ɵɵproperty("total", ctx.totalItems)("pageSize", ctx.pageSize)("pageSizeValues", ctx.pageSizes)("skip", ctx.skipItems);
|
|
2733
|
+
}
|
|
2734
|
+
}, dependencies: [i1$7.PagerComponent], encapsulation: 2 });
|
|
2735
|
+
(function () {
|
|
2736
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatapagerComponent, [{
|
|
2517
2737
|
type: Component,
|
|
2518
2738
|
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" }]
|
|
2519
|
-
}],
|
|
2739
|
+
}], function () { return []; }, { totalItems: [{
|
|
2520
2740
|
type: Input
|
|
2521
2741
|
}], pageSize: [{
|
|
2522
2742
|
type: Input
|
|
@@ -2530,7 +2750,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2530
2750
|
type: Input
|
|
2531
2751
|
}], pageChange: [{
|
|
2532
2752
|
type: Output
|
|
2533
|
-
}] }
|
|
2753
|
+
}] });
|
|
2754
|
+
})();
|
|
2534
2755
|
|
|
2535
2756
|
/*
|
|
2536
2757
|
<file>
|
|
@@ -2550,14 +2771,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2550
2771
|
class SignInButtonComponent {
|
|
2551
2772
|
constructor() { }
|
|
2552
2773
|
}
|
|
2553
|
-
SignInButtonComponent.ɵfac =
|
|
2554
|
-
SignInButtonComponent.ɵcmp = i0.ɵɵ
|
|
2555
|
-
|
|
2774
|
+
SignInButtonComponent.ɵfac = function SignInButtonComponent_Factory(t) { return new (t || SignInButtonComponent)(); };
|
|
2775
|
+
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) {
|
|
2776
|
+
if (rf & 1) {
|
|
2777
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2778
|
+
i0.ɵɵtext(1, "Sign In");
|
|
2779
|
+
i0.ɵɵelementEnd();
|
|
2780
|
+
}
|
|
2781
|
+
if (rf & 2) {
|
|
2782
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2783
|
+
}
|
|
2784
|
+
}, encapsulation: 2 });
|
|
2785
|
+
(function () {
|
|
2786
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
|
|
2556
2787
|
type: Component,
|
|
2557
2788
|
args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
|
|
2558
|
-
}],
|
|
2789
|
+
}], function () { return []; }, { classbtn: [{
|
|
2559
2790
|
type: Input
|
|
2560
|
-
}] }
|
|
2791
|
+
}] });
|
|
2792
|
+
})();
|
|
2561
2793
|
|
|
2562
2794
|
/*
|
|
2563
2795
|
<file>
|
|
@@ -2577,14 +2809,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2577
2809
|
class SignOutButtonComponent {
|
|
2578
2810
|
constructor() { }
|
|
2579
2811
|
}
|
|
2580
|
-
SignOutButtonComponent.ɵfac =
|
|
2581
|
-
SignOutButtonComponent.ɵcmp = i0.ɵɵ
|
|
2582
|
-
|
|
2812
|
+
SignOutButtonComponent.ɵfac = function SignOutButtonComponent_Factory(t) { return new (t || SignOutButtonComponent)(); };
|
|
2813
|
+
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) {
|
|
2814
|
+
if (rf & 1) {
|
|
2815
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
2816
|
+
i0.ɵɵtext(1, "Sign Out");
|
|
2817
|
+
i0.ɵɵelementEnd();
|
|
2818
|
+
}
|
|
2819
|
+
if (rf & 2) {
|
|
2820
|
+
i0.ɵɵclassMap(ctx.classbtn);
|
|
2821
|
+
}
|
|
2822
|
+
}, encapsulation: 2 });
|
|
2823
|
+
(function () {
|
|
2824
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
|
|
2583
2825
|
type: Component,
|
|
2584
2826
|
args: [{ selector: "anatoly-signout-button", template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
|
|
2585
|
-
}],
|
|
2827
|
+
}], function () { return []; }, { classbtn: [{
|
|
2586
2828
|
type: Input
|
|
2587
|
-
}] }
|
|
2829
|
+
}] });
|
|
2830
|
+
})();
|
|
2588
2831
|
|
|
2589
2832
|
/*
|
|
2590
2833
|
<file>
|
|
@@ -2601,6 +2844,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2601
2844
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2602
2845
|
</file>
|
|
2603
2846
|
*/
|
|
2847
|
+
function NodataComponent_div_0_Template(rf, ctx) {
|
|
2848
|
+
if (rf & 1) {
|
|
2849
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
2850
|
+
i0.ɵɵelement(2, "fa-icon", 3);
|
|
2851
|
+
i0.ɵɵelementStart(3, "h3");
|
|
2852
|
+
i0.ɵɵtext(4);
|
|
2853
|
+
i0.ɵɵelementEnd();
|
|
2854
|
+
i0.ɵɵprojection(5);
|
|
2855
|
+
i0.ɵɵelementEnd()();
|
|
2856
|
+
}
|
|
2857
|
+
if (rf & 2) {
|
|
2858
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
2859
|
+
i0.ɵɵadvance(3);
|
|
2860
|
+
i0.ɵɵclassMap(ctx_r0.headingClass);
|
|
2861
|
+
i0.ɵɵadvance(1);
|
|
2862
|
+
i0.ɵɵtextInterpolate(ctx_r0.heading);
|
|
2863
|
+
}
|
|
2864
|
+
}
|
|
2865
|
+
const _c0$a = ["*"];
|
|
2604
2866
|
class NodataComponent {
|
|
2605
2867
|
constructor() {
|
|
2606
2868
|
this.dataLoading = false;
|
|
@@ -2610,12 +2872,21 @@ class NodataComponent {
|
|
|
2610
2872
|
this.headingClass = 'text-uppercase';
|
|
2611
2873
|
}
|
|
2612
2874
|
}
|
|
2613
|
-
NodataComponent.ɵfac =
|
|
2614
|
-
NodataComponent.ɵcmp = i0.ɵɵ
|
|
2615
|
-
|
|
2875
|
+
NodataComponent.ɵfac = function NodataComponent_Factory(t) { return new (t || NodataComponent)(); };
|
|
2876
|
+
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) {
|
|
2877
|
+
if (rf & 1) {
|
|
2878
|
+
i0.ɵɵprojectionDef();
|
|
2879
|
+
i0.ɵɵtemplate(0, NodataComponent_div_0_Template, 6, 4, "div", 0);
|
|
2880
|
+
}
|
|
2881
|
+
if (rf & 2) {
|
|
2882
|
+
i0.ɵɵproperty("ngIf", ctx.dataLoaded && !ctx.dataFound);
|
|
2883
|
+
}
|
|
2884
|
+
}, dependencies: [i1$5.NgIf, i1$6.FaIconComponent], encapsulation: 2 });
|
|
2885
|
+
(function () {
|
|
2886
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NodataComponent, [{
|
|
2616
2887
|
type: Component,
|
|
2617
2888
|
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" }]
|
|
2618
|
-
}],
|
|
2889
|
+
}], function () { return []; }, { dataLoading: [{
|
|
2619
2890
|
type: Input
|
|
2620
2891
|
}], dataLoaded: [{
|
|
2621
2892
|
type: Input
|
|
@@ -2625,7 +2896,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2625
2896
|
type: Input
|
|
2626
2897
|
}], headingClass: [{
|
|
2627
2898
|
type: Input
|
|
2628
|
-
}] }
|
|
2899
|
+
}] });
|
|
2900
|
+
})();
|
|
2629
2901
|
|
|
2630
2902
|
/*
|
|
2631
2903
|
<file>
|
|
@@ -2642,6 +2914,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2642
2914
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2643
2915
|
</file>
|
|
2644
2916
|
*/
|
|
2917
|
+
function LoadingComponent_div_0_Template(rf, ctx) {
|
|
2918
|
+
if (rf & 1) {
|
|
2919
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
2920
|
+
i0.ɵɵelement(1, "span", 2);
|
|
2921
|
+
i0.ɵɵelementEnd();
|
|
2922
|
+
}
|
|
2923
|
+
}
|
|
2645
2924
|
class LoadingComponent {
|
|
2646
2925
|
constructor(loadingService) {
|
|
2647
2926
|
this.loadingService = loadingService;
|
|
@@ -2661,12 +2940,21 @@ class LoadingComponent {
|
|
|
2661
2940
|
this.subs.unsubscribe();
|
|
2662
2941
|
}
|
|
2663
2942
|
}
|
|
2664
|
-
LoadingComponent.ɵfac =
|
|
2665
|
-
LoadingComponent.ɵcmp = i0.ɵɵ
|
|
2666
|
-
|
|
2943
|
+
LoadingComponent.ɵfac = function LoadingComponent_Factory(t) { return new (t || LoadingComponent)(i0.ɵɵdirectiveInject(LoadingService)); };
|
|
2944
|
+
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) {
|
|
2945
|
+
if (rf & 1) {
|
|
2946
|
+
i0.ɵɵtemplate(0, LoadingComponent_div_0_Template, 2, 0, "div", 0);
|
|
2947
|
+
}
|
|
2948
|
+
if (rf & 2) {
|
|
2949
|
+
i0.ɵɵproperty("ngIf", ctx.show);
|
|
2950
|
+
}
|
|
2951
|
+
}, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
2952
|
+
(function () {
|
|
2953
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LoadingComponent, [{
|
|
2667
2954
|
type: Component,
|
|
2668
2955
|
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" }]
|
|
2669
|
-
}],
|
|
2956
|
+
}], function () { return [{ type: LoadingService }]; }, null);
|
|
2957
|
+
})();
|
|
2670
2958
|
|
|
2671
2959
|
const Spinkit = {
|
|
2672
2960
|
skChasingDots: 'sk-chasing-dots',
|
|
@@ -2695,6 +2983,31 @@ const Spinkit = {
|
|
|
2695
2983
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2696
2984
|
</file>
|
|
2697
2985
|
*/
|
|
2986
|
+
function PageSpinnerComponent_div_0_div_2_Template(rf, ctx) {
|
|
2987
|
+
if (rf & 1) {
|
|
2988
|
+
i0.ɵɵelementStart(0, "div", 4);
|
|
2989
|
+
i0.ɵɵelement(1, "div", 5);
|
|
2990
|
+
i0.ɵɵelementEnd();
|
|
2991
|
+
}
|
|
2992
|
+
if (rf & 2) {
|
|
2993
|
+
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
2994
|
+
i0.ɵɵclassProp("colored", !ctx_r1.backgroundColor);
|
|
2995
|
+
i0.ɵɵadvance(1);
|
|
2996
|
+
i0.ɵɵstyleProp("background-color", ctx_r1.backgroundColor);
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
function PageSpinnerComponent_div_0_Template(rf, ctx) {
|
|
3000
|
+
if (rf & 1) {
|
|
3001
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
|
|
3002
|
+
i0.ɵɵtemplate(2, PageSpinnerComponent_div_0_div_2_Template, 2, 4, "div", 3);
|
|
3003
|
+
i0.ɵɵelementEnd()();
|
|
3004
|
+
}
|
|
3005
|
+
if (rf & 2) {
|
|
3006
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
3007
|
+
i0.ɵɵadvance(2);
|
|
3008
|
+
i0.ɵɵproperty("ngIf", ctx_r0.spinner === ctx_r0.Spinkit.skLine);
|
|
3009
|
+
}
|
|
3010
|
+
}
|
|
2698
3011
|
class PageSpinnerComponent {
|
|
2699
3012
|
constructor(router) {
|
|
2700
3013
|
this.router = router;
|
|
@@ -2722,16 +3035,25 @@ class PageSpinnerComponent {
|
|
|
2722
3035
|
this.isSpinnerVisible = false;
|
|
2723
3036
|
}
|
|
2724
3037
|
}
|
|
2725
|
-
PageSpinnerComponent.ɵfac =
|
|
2726
|
-
PageSpinnerComponent.ɵcmp = i0.ɵɵ
|
|
2727
|
-
|
|
3038
|
+
PageSpinnerComponent.ɵfac = function PageSpinnerComponent_Factory(t) { return new (t || PageSpinnerComponent)(i0.ɵɵdirectiveInject(i1.Router)); };
|
|
3039
|
+
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) {
|
|
3040
|
+
if (rf & 1) {
|
|
3041
|
+
i0.ɵɵtemplate(0, PageSpinnerComponent_div_0_Template, 3, 1, "div", 0);
|
|
3042
|
+
}
|
|
3043
|
+
if (rf & 2) {
|
|
3044
|
+
i0.ɵɵproperty("ngIf", ctx.isSpinnerVisible);
|
|
3045
|
+
}
|
|
3046
|
+
}, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
3047
|
+
(function () {
|
|
3048
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PageSpinnerComponent, [{
|
|
2728
3049
|
type: Component,
|
|
2729
3050
|
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" }]
|
|
2730
|
-
}],
|
|
3051
|
+
}], function () { return [{ type: i1.Router }]; }, { backgroundColor: [{
|
|
2731
3052
|
type: Input
|
|
2732
3053
|
}], spinner: [{
|
|
2733
3054
|
type: Input
|
|
2734
|
-
}] }
|
|
3055
|
+
}] });
|
|
3056
|
+
})();
|
|
2735
3057
|
|
|
2736
3058
|
/*
|
|
2737
3059
|
<file>
|
|
@@ -2762,16 +3084,25 @@ class Copy2ClipboardComponent {
|
|
|
2762
3084
|
Utils.copyToClipBoard(event, this.text);
|
|
2763
3085
|
}
|
|
2764
3086
|
}
|
|
2765
|
-
Copy2ClipboardComponent.ɵfac =
|
|
2766
|
-
Copy2ClipboardComponent.ɵcmp = i0.ɵɵ
|
|
2767
|
-
|
|
3087
|
+
Copy2ClipboardComponent.ɵfac = function Copy2ClipboardComponent_Factory(t) { return new (t || Copy2ClipboardComponent)(); };
|
|
3088
|
+
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) {
|
|
3089
|
+
if (rf & 1) {
|
|
3090
|
+
i0.ɵɵelementStart(0, "a", 0);
|
|
3091
|
+
i0.ɵɵlistener("click", function Copy2ClipboardComponent_Template_a_click_0_listener($event) { return ctx.onCopy2Clipboard($event); });
|
|
3092
|
+
i0.ɵɵelement(1, "fa-icon", 1);
|
|
3093
|
+
i0.ɵɵelementEnd();
|
|
3094
|
+
}
|
|
3095
|
+
}, dependencies: [i1$6.FaIconComponent], encapsulation: 2 });
|
|
3096
|
+
(function () {
|
|
3097
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
|
|
2768
3098
|
type: Component,
|
|
2769
3099
|
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>" }]
|
|
2770
|
-
}],
|
|
3100
|
+
}], null, { tooltip: [{
|
|
2771
3101
|
type: Input
|
|
2772
3102
|
}], text: [{
|
|
2773
3103
|
type: Input
|
|
2774
|
-
}] }
|
|
3104
|
+
}] });
|
|
3105
|
+
})();
|
|
2775
3106
|
|
|
2776
3107
|
/*
|
|
2777
3108
|
<file>
|
|
@@ -2788,16 +3119,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2788
3119
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2789
3120
|
</file>
|
|
2790
3121
|
*/
|
|
3122
|
+
const _c0$9 = [[["mex-card-header"]], [["mex-card-body"]], "*", [["mex-card-footer"]]];
|
|
3123
|
+
const _c1$1 = ["mex-card-header", "mex-card-body", "*", "mex-card-footer"];
|
|
2791
3124
|
class CardComponent {
|
|
2792
3125
|
}
|
|
2793
|
-
CardComponent.ɵfac =
|
|
2794
|
-
CardComponent.ɵcmp = i0.ɵɵ
|
|
2795
|
-
|
|
3126
|
+
CardComponent.ɵfac = function CardComponent_Factory(t) { return new (t || CardComponent)(); };
|
|
3127
|
+
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) {
|
|
3128
|
+
if (rf & 1) {
|
|
3129
|
+
i0.ɵɵprojectionDef(_c0$9);
|
|
3130
|
+
i0.ɵɵelementStart(0, "div");
|
|
3131
|
+
i0.ɵɵprojection(1);
|
|
3132
|
+
i0.ɵɵprojection(2, 1);
|
|
3133
|
+
i0.ɵɵprojection(3, 2);
|
|
3134
|
+
i0.ɵɵprojection(4, 3);
|
|
3135
|
+
i0.ɵɵelementEnd();
|
|
3136
|
+
}
|
|
3137
|
+
if (rf & 2) {
|
|
3138
|
+
i0.ɵɵclassMapInterpolate1("card ", ctx.classes, "");
|
|
3139
|
+
}
|
|
3140
|
+
}, encapsulation: 2 });
|
|
3141
|
+
(function () {
|
|
3142
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardComponent, [{
|
|
2796
3143
|
type: Component,
|
|
2797
3144
|
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" }]
|
|
2798
|
-
}],
|
|
3145
|
+
}], null, { classes: [{
|
|
2799
3146
|
type: Input
|
|
2800
|
-
}] }
|
|
3147
|
+
}] });
|
|
3148
|
+
})();
|
|
2801
3149
|
|
|
2802
3150
|
/*
|
|
2803
3151
|
<file>
|
|
@@ -2814,18 +3162,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2814
3162
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2815
3163
|
</file>
|
|
2816
3164
|
*/
|
|
3165
|
+
function CardHeaderComponent_h3_1_Template(rf, ctx) {
|
|
3166
|
+
if (rf & 1) {
|
|
3167
|
+
i0.ɵɵelementStart(0, "h3", 1);
|
|
3168
|
+
i0.ɵɵtext(1);
|
|
3169
|
+
i0.ɵɵelementEnd();
|
|
3170
|
+
}
|
|
3171
|
+
if (rf & 2) {
|
|
3172
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
3173
|
+
i0.ɵɵadvance(1);
|
|
3174
|
+
i0.ɵɵtextInterpolate(ctx_r0.title);
|
|
3175
|
+
}
|
|
3176
|
+
}
|
|
3177
|
+
const _c0$8 = ["*"];
|
|
2817
3178
|
class CardHeaderComponent {
|
|
2818
3179
|
}
|
|
2819
|
-
CardHeaderComponent.ɵfac =
|
|
2820
|
-
CardHeaderComponent.ɵcmp = i0.ɵɵ
|
|
2821
|
-
|
|
3180
|
+
CardHeaderComponent.ɵfac = function CardHeaderComponent_Factory(t) { return new (t || CardHeaderComponent)(); };
|
|
3181
|
+
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) {
|
|
3182
|
+
if (rf & 1) {
|
|
3183
|
+
i0.ɵɵprojectionDef();
|
|
3184
|
+
i0.ɵɵelementStart(0, "div");
|
|
3185
|
+
i0.ɵɵtemplate(1, CardHeaderComponent_h3_1_Template, 2, 1, "h3", 0);
|
|
3186
|
+
i0.ɵɵprojection(2);
|
|
3187
|
+
i0.ɵɵelementEnd();
|
|
3188
|
+
}
|
|
3189
|
+
if (rf & 2) {
|
|
3190
|
+
i0.ɵɵclassMapInterpolate1("card-header ", ctx.classes, "");
|
|
3191
|
+
i0.ɵɵadvance(1);
|
|
3192
|
+
i0.ɵɵproperty("ngIf", ctx.title);
|
|
3193
|
+
}
|
|
3194
|
+
}, dependencies: [i1$5.NgIf], encapsulation: 2 });
|
|
3195
|
+
(function () {
|
|
3196
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardHeaderComponent, [{
|
|
2822
3197
|
type: Component,
|
|
2823
3198
|
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" }]
|
|
2824
|
-
}],
|
|
3199
|
+
}], null, { classes: [{
|
|
2825
3200
|
type: Input
|
|
2826
3201
|
}], title: [{
|
|
2827
3202
|
type: Input
|
|
2828
|
-
}] }
|
|
3203
|
+
}] });
|
|
3204
|
+
})();
|
|
2829
3205
|
|
|
2830
3206
|
/*
|
|
2831
3207
|
<file>
|
|
@@ -2842,16 +3218,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2842
3218
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2843
3219
|
</file>
|
|
2844
3220
|
*/
|
|
3221
|
+
const _c0$7 = ["*"];
|
|
2845
3222
|
class CardBodyComponent {
|
|
2846
3223
|
}
|
|
2847
|
-
CardBodyComponent.ɵfac =
|
|
2848
|
-
CardBodyComponent.ɵcmp = i0.ɵɵ
|
|
2849
|
-
|
|
3224
|
+
CardBodyComponent.ɵfac = function CardBodyComponent_Factory(t) { return new (t || CardBodyComponent)(); };
|
|
3225
|
+
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) {
|
|
3226
|
+
if (rf & 1) {
|
|
3227
|
+
i0.ɵɵprojectionDef();
|
|
3228
|
+
i0.ɵɵelementStart(0, "div");
|
|
3229
|
+
i0.ɵɵprojection(1);
|
|
3230
|
+
i0.ɵɵelementEnd();
|
|
3231
|
+
}
|
|
3232
|
+
if (rf & 2) {
|
|
3233
|
+
i0.ɵɵclassMapInterpolate1("card-body ", ctx.classes, "");
|
|
3234
|
+
}
|
|
3235
|
+
}, encapsulation: 2 });
|
|
3236
|
+
(function () {
|
|
3237
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardBodyComponent, [{
|
|
2850
3238
|
type: Component,
|
|
2851
3239
|
args: [{ selector: 'anatoly-card-body', template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
2852
|
-
}],
|
|
3240
|
+
}], null, { classes: [{
|
|
2853
3241
|
type: Input
|
|
2854
|
-
}] }
|
|
3242
|
+
}] });
|
|
3243
|
+
})();
|
|
2855
3244
|
|
|
2856
3245
|
/*
|
|
2857
3246
|
<file>
|
|
@@ -2868,16 +3257,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
2868
3257
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2869
3258
|
</file>
|
|
2870
3259
|
*/
|
|
3260
|
+
const _c0$6 = ["*"];
|
|
2871
3261
|
class CardFooterComponent {
|
|
2872
3262
|
}
|
|
2873
|
-
CardFooterComponent.ɵfac =
|
|
2874
|
-
CardFooterComponent.ɵcmp = i0.ɵɵ
|
|
2875
|
-
|
|
3263
|
+
CardFooterComponent.ɵfac = function CardFooterComponent_Factory(t) { return new (t || CardFooterComponent)(); };
|
|
3264
|
+
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) {
|
|
3265
|
+
if (rf & 1) {
|
|
3266
|
+
i0.ɵɵprojectionDef();
|
|
3267
|
+
i0.ɵɵelementStart(0, "div");
|
|
3268
|
+
i0.ɵɵprojection(1);
|
|
3269
|
+
i0.ɵɵelementEnd();
|
|
3270
|
+
}
|
|
3271
|
+
if (rf & 2) {
|
|
3272
|
+
i0.ɵɵclassMapInterpolate1("card-footer ", ctx.classes, "");
|
|
3273
|
+
}
|
|
3274
|
+
}, encapsulation: 2 });
|
|
3275
|
+
(function () {
|
|
3276
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CardFooterComponent, [{
|
|
2876
3277
|
type: Component,
|
|
2877
3278
|
args: [{ selector: 'anatoly-card-footer', template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
2878
|
-
}],
|
|
3279
|
+
}], null, { classes: [{
|
|
2879
3280
|
type: Input
|
|
2880
|
-
}] }
|
|
3281
|
+
}] });
|
|
3282
|
+
})();
|
|
2881
3283
|
|
|
2882
3284
|
/*
|
|
2883
3285
|
<file>
|
|
@@ -3014,14 +3416,16 @@ class BaseComponent {
|
|
|
3014
3416
|
this.dataFound = found;
|
|
3015
3417
|
}
|
|
3016
3418
|
}
|
|
3017
|
-
BaseComponent.ɵfac =
|
|
3018
|
-
BaseComponent.ɵcmp = i0.ɵɵ
|
|
3019
|
-
|
|
3419
|
+
BaseComponent.ɵfac = function BaseComponent_Factory(t) { return new (t || BaseComponent)(); };
|
|
3420
|
+
BaseComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BaseComponent, selectors: [["ng-component"]], decls: 0, vars: 0, template: function BaseComponent_Template(rf, ctx) { }, encapsulation: 2 });
|
|
3421
|
+
(function () {
|
|
3422
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseComponent, [{
|
|
3020
3423
|
type: Component,
|
|
3021
3424
|
args: [{
|
|
3022
3425
|
template: ''
|
|
3023
3426
|
}]
|
|
3024
|
-
}]
|
|
3427
|
+
}], null, null);
|
|
3428
|
+
})();
|
|
3025
3429
|
|
|
3026
3430
|
/*
|
|
3027
3431
|
<file>
|
|
@@ -3140,18 +3544,20 @@ class BaseEditComponent extends BaseComponent {
|
|
|
3140
3544
|
return this.formGroup.controls;
|
|
3141
3545
|
}
|
|
3142
3546
|
}
|
|
3143
|
-
BaseEditComponent.ɵfac =
|
|
3144
|
-
BaseEditComponent.ɵcmp = i0.ɵɵ
|
|
3145
|
-
|
|
3547
|
+
BaseEditComponent.ɵfac = function BaseEditComponent_Factory(t) { return new (t || BaseEditComponent)(); };
|
|
3548
|
+
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 });
|
|
3549
|
+
(function () {
|
|
3550
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseEditComponent, [{
|
|
3146
3551
|
type: Component,
|
|
3147
3552
|
args: [{
|
|
3148
3553
|
template: ''
|
|
3149
3554
|
}]
|
|
3150
|
-
}],
|
|
3555
|
+
}], function () { return []; }, { formGroup: [{
|
|
3151
3556
|
type: Input
|
|
3152
3557
|
}], formSubmitted: [{
|
|
3153
3558
|
type: Input
|
|
3154
|
-
}] }
|
|
3559
|
+
}] });
|
|
3560
|
+
})();
|
|
3155
3561
|
|
|
3156
3562
|
/*
|
|
3157
3563
|
<file>
|
|
@@ -3241,18 +3647,20 @@ class BaseHtmlEditorComponent extends BaseEditComponent {
|
|
|
3241
3647
|
});
|
|
3242
3648
|
}
|
|
3243
3649
|
}
|
|
3244
|
-
BaseHtmlEditorComponent.ɵfac =
|
|
3245
|
-
BaseHtmlEditorComponent.ɵcmp = i0.ɵɵ
|
|
3246
|
-
|
|
3650
|
+
BaseHtmlEditorComponent.ɵfac = function BaseHtmlEditorComponent_Factory(t) { return new (t || BaseHtmlEditorComponent)(); };
|
|
3651
|
+
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 });
|
|
3652
|
+
(function () {
|
|
3653
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseHtmlEditorComponent, [{
|
|
3247
3654
|
type: Component,
|
|
3248
3655
|
args: [{
|
|
3249
3656
|
template: "",
|
|
3250
3657
|
}]
|
|
3251
|
-
}],
|
|
3658
|
+
}], function () { return []; }, { editorLabelText: [{
|
|
3252
3659
|
type: Input
|
|
3253
3660
|
}], editorOptions: [{
|
|
3254
3661
|
type: Input
|
|
3255
|
-
}] }
|
|
3662
|
+
}] });
|
|
3663
|
+
})();
|
|
3256
3664
|
|
|
3257
3665
|
/*
|
|
3258
3666
|
<file>
|
|
@@ -3279,14 +3687,16 @@ class NativeElementDirective {
|
|
|
3279
3687
|
this.control.control.nativeElement = this.el.nativeElement;
|
|
3280
3688
|
}
|
|
3281
3689
|
}
|
|
3282
|
-
NativeElementDirective.ɵfac =
|
|
3283
|
-
NativeElementDirective.ɵdir = i0.ɵɵ
|
|
3284
|
-
|
|
3690
|
+
NativeElementDirective.ɵfac = function NativeElementDirective_Factory(t) { return new (t || NativeElementDirective)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i1$8.NgControl)); };
|
|
3691
|
+
NativeElementDirective.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: NativeElementDirective, selectors: [["", "formControl", ""], ["", "formControlName", ""]] });
|
|
3692
|
+
(function () {
|
|
3693
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeElementDirective, [{
|
|
3285
3694
|
type: Directive,
|
|
3286
3695
|
args: [{
|
|
3287
3696
|
selector: '[formControl], [formControlName]'
|
|
3288
3697
|
}]
|
|
3289
|
-
}],
|
|
3698
|
+
}], function () { return [{ type: i0.ElementRef }, { type: i1$8.NgControl }]; }, null);
|
|
3699
|
+
})();
|
|
3290
3700
|
|
|
3291
3701
|
/*
|
|
3292
3702
|
<file>
|
|
@@ -3400,14 +3810,16 @@ class ValidationSummaryComponent extends BaseEditComponent {
|
|
|
3400
3810
|
return title;
|
|
3401
3811
|
}
|
|
3402
3812
|
}
|
|
3403
|
-
ValidationSummaryComponent.ɵfac =
|
|
3404
|
-
ValidationSummaryComponent.ɵcmp = i0.ɵɵ
|
|
3405
|
-
|
|
3813
|
+
ValidationSummaryComponent.ɵfac = function ValidationSummaryComponent_Factory(t) { return new (t || ValidationSummaryComponent)(); };
|
|
3814
|
+
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 });
|
|
3815
|
+
(function () {
|
|
3816
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ValidationSummaryComponent, [{
|
|
3406
3817
|
type: Component,
|
|
3407
3818
|
args: [{
|
|
3408
3819
|
template: "",
|
|
3409
3820
|
}]
|
|
3410
|
-
}],
|
|
3821
|
+
}], function () { return []; }, null);
|
|
3822
|
+
})();
|
|
3411
3823
|
|
|
3412
3824
|
/*
|
|
3413
3825
|
<file>
|
|
@@ -3424,21 +3836,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3424
3836
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3425
3837
|
</file>
|
|
3426
3838
|
*/
|
|
3839
|
+
function ItemValidationSummaryComponent_ul_0_li_1_Template(rf, ctx) {
|
|
3840
|
+
if (rf & 1) {
|
|
3841
|
+
i0.ɵɵelementStart(0, "li")(1, "span", 3);
|
|
3842
|
+
i0.ɵɵtext(2);
|
|
3843
|
+
i0.ɵɵelementEnd()();
|
|
3844
|
+
}
|
|
3845
|
+
if (rf & 2) {
|
|
3846
|
+
const error_r2 = ctx.$implicit;
|
|
3847
|
+
i0.ɵɵadvance(2);
|
|
3848
|
+
i0.ɵɵtextInterpolate(error_r2);
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
function ItemValidationSummaryComponent_ul_0_Template(rf, ctx) {
|
|
3852
|
+
if (rf & 1) {
|
|
3853
|
+
i0.ɵɵelementStart(0, "ul", 1);
|
|
3854
|
+
i0.ɵɵtemplate(1, ItemValidationSummaryComponent_ul_0_li_1_Template, 3, 1, "li", 2);
|
|
3855
|
+
i0.ɵɵelementEnd();
|
|
3856
|
+
}
|
|
3857
|
+
if (rf & 2) {
|
|
3858
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
3859
|
+
i0.ɵɵadvance(1);
|
|
3860
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.getValidationMessages(ctx_r0.formGroup.get(ctx_r0.controlName), ctx_r0.controlTitle));
|
|
3861
|
+
}
|
|
3862
|
+
}
|
|
3427
3863
|
class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3428
3864
|
constructor() {
|
|
3429
3865
|
super();
|
|
3430
3866
|
}
|
|
3431
3867
|
}
|
|
3432
|
-
ItemValidationSummaryComponent.ɵfac =
|
|
3433
|
-
ItemValidationSummaryComponent.ɵcmp = i0.ɵɵ
|
|
3434
|
-
|
|
3868
|
+
ItemValidationSummaryComponent.ɵfac = function ItemValidationSummaryComponent_Factory(t) { return new (t || ItemValidationSummaryComponent)(); };
|
|
3869
|
+
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) {
|
|
3870
|
+
if (rf & 1) {
|
|
3871
|
+
i0.ɵɵtemplate(0, ItemValidationSummaryComponent_ul_0_Template, 2, 1, "ul", 0);
|
|
3872
|
+
}
|
|
3873
|
+
if (rf & 2) {
|
|
3874
|
+
i0.ɵɵproperty("ngIf", ctx.isControlInvalid(ctx.controlName));
|
|
3875
|
+
}
|
|
3876
|
+
}, dependencies: [i1$5.NgForOf, i1$5.NgIf], encapsulation: 2 });
|
|
3877
|
+
(function () {
|
|
3878
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ItemValidationSummaryComponent, [{
|
|
3435
3879
|
type: Component,
|
|
3436
3880
|
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" }]
|
|
3437
|
-
}],
|
|
3881
|
+
}], function () { return []; }, { controlName: [{
|
|
3438
3882
|
type: Input
|
|
3439
3883
|
}], controlTitle: [{
|
|
3440
3884
|
type: Input
|
|
3441
|
-
}] }
|
|
3885
|
+
}] });
|
|
3886
|
+
})();
|
|
3442
3887
|
|
|
3443
3888
|
/*
|
|
3444
3889
|
<file>
|
|
@@ -3455,6 +3900,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3455
3900
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3456
3901
|
</file>
|
|
3457
3902
|
*/
|
|
3903
|
+
const _c0$5 = function (a0) { return { "has-error": a0 }; };
|
|
3458
3904
|
class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
3459
3905
|
constructor() {
|
|
3460
3906
|
super();
|
|
@@ -3466,14 +3912,36 @@ class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
3466
3912
|
});
|
|
3467
3913
|
}
|
|
3468
3914
|
}
|
|
3469
|
-
FormsHtmlEditorComponent.ɵfac =
|
|
3470
|
-
FormsHtmlEditorComponent.ɵcmp = i0.ɵɵ
|
|
3471
|
-
|
|
3915
|
+
FormsHtmlEditorComponent.ɵfac = function FormsHtmlEditorComponent_Factory(t) { return new (t || FormsHtmlEditorComponent)(); };
|
|
3916
|
+
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) {
|
|
3917
|
+
if (rf & 1) {
|
|
3918
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
|
|
3919
|
+
i0.ɵɵtext(2);
|
|
3920
|
+
i0.ɵɵelementEnd();
|
|
3921
|
+
i0.ɵɵelementStart(3, "textarea", 2);
|
|
3922
|
+
i0.ɵɵlistener("froalaInit", function FormsHtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
|
|
3923
|
+
i0.ɵɵelementEnd();
|
|
3924
|
+
i0.ɵɵelement(4, "anatoly-item-validation-summary", 3);
|
|
3925
|
+
i0.ɵɵelementEnd();
|
|
3926
|
+
}
|
|
3927
|
+
if (rf & 2) {
|
|
3928
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(9, _c0$5, ctx.isControlInvalid(ctx.editorFormKey)));
|
|
3929
|
+
i0.ɵɵadvance(2);
|
|
3930
|
+
i0.ɵɵtextInterpolate(ctx.editorLabelText);
|
|
3931
|
+
i0.ɵɵadvance(1);
|
|
3932
|
+
i0.ɵɵproperty("formControlName", ctx.editorFormKey)("froalaEditor", ctx.options);
|
|
3933
|
+
i0.ɵɵadvance(1);
|
|
3934
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.editorFormKey)("controlTitle", ctx.editorLabelText);
|
|
3935
|
+
}
|
|
3936
|
+
}, 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 });
|
|
3937
|
+
(function () {
|
|
3938
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormsHtmlEditorComponent, [{
|
|
3472
3939
|
type: Component,
|
|
3473
3940
|
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" }]
|
|
3474
|
-
}],
|
|
3941
|
+
}], function () { return []; }, { editorFormKey: [{
|
|
3475
3942
|
type: Input
|
|
3476
|
-
}] }
|
|
3943
|
+
}] });
|
|
3944
|
+
})();
|
|
3477
3945
|
|
|
3478
3946
|
/*
|
|
3479
3947
|
<file>
|
|
@@ -3511,12 +3979,29 @@ class HtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
|
3511
3979
|
return editor.html.get(false);
|
|
3512
3980
|
}
|
|
3513
3981
|
}
|
|
3514
|
-
HtmlEditorComponent.ɵfac =
|
|
3515
|
-
HtmlEditorComponent.ɵcmp = i0.ɵɵ
|
|
3516
|
-
|
|
3982
|
+
HtmlEditorComponent.ɵfac = function HtmlEditorComponent_Factory(t) { return new (t || HtmlEditorComponent)(); };
|
|
3983
|
+
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) {
|
|
3984
|
+
if (rf & 1) {
|
|
3985
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "label", 1);
|
|
3986
|
+
i0.ɵɵtext(2);
|
|
3987
|
+
i0.ɵɵelementEnd();
|
|
3988
|
+
i0.ɵɵelementStart(3, "textarea", 2);
|
|
3989
|
+
i0.ɵɵlistener("froalaInit", function HtmlEditorComponent_Template_textarea_froalaInit_3_listener($event) { return ctx.initializeControl($event); });
|
|
3990
|
+
i0.ɵɵelementEnd()();
|
|
3991
|
+
}
|
|
3992
|
+
if (rf & 2) {
|
|
3993
|
+
i0.ɵɵadvance(2);
|
|
3994
|
+
i0.ɵɵtextInterpolate(ctx.editorLabelText);
|
|
3995
|
+
i0.ɵɵadvance(1);
|
|
3996
|
+
i0.ɵɵproperty("froalaEditor", ctx.options);
|
|
3997
|
+
}
|
|
3998
|
+
}, dependencies: [i1$9.FroalaEditorDirective], encapsulation: 2 });
|
|
3999
|
+
(function () {
|
|
4000
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HtmlEditorComponent, [{
|
|
3517
4001
|
type: Component,
|
|
3518
4002
|
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" }]
|
|
3519
|
-
}],
|
|
4003
|
+
}], function () { return []; }, null);
|
|
4004
|
+
})();
|
|
3520
4005
|
|
|
3521
4006
|
/*
|
|
3522
4007
|
<file>
|
|
@@ -3534,13 +4019,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3534
4019
|
</file>
|
|
3535
4020
|
*/
|
|
3536
4021
|
class BaseDialog extends BaseEditComponent {
|
|
3537
|
-
constructor() {
|
|
3538
|
-
super();
|
|
3539
|
-
this._isOpen = false;
|
|
3540
|
-
//Events
|
|
3541
|
-
this.opened = new EventEmitter();
|
|
3542
|
-
this.closed = new EventEmitter();
|
|
3543
|
-
}
|
|
3544
4022
|
get isOpen() {
|
|
3545
4023
|
return this._isOpen;
|
|
3546
4024
|
}
|
|
@@ -3553,6 +4031,13 @@ class BaseDialog extends BaseEditComponent {
|
|
|
3553
4031
|
}
|
|
3554
4032
|
this._isOpen = value;
|
|
3555
4033
|
}
|
|
4034
|
+
constructor() {
|
|
4035
|
+
super();
|
|
4036
|
+
this._isOpen = false;
|
|
4037
|
+
//Events
|
|
4038
|
+
this.opened = new EventEmitter();
|
|
4039
|
+
this.closed = new EventEmitter();
|
|
4040
|
+
}
|
|
3556
4041
|
open() {
|
|
3557
4042
|
this.isOpen = true;
|
|
3558
4043
|
}
|
|
@@ -3565,20 +4050,22 @@ class BaseDialog extends BaseEditComponent {
|
|
|
3565
4050
|
this.closed.emit(-1);
|
|
3566
4051
|
}
|
|
3567
4052
|
}
|
|
3568
|
-
BaseDialog.ɵfac =
|
|
3569
|
-
BaseDialog.ɵcmp = i0.ɵɵ
|
|
3570
|
-
|
|
4053
|
+
BaseDialog.ɵfac = function BaseDialog_Factory(t) { return new (t || BaseDialog)(); };
|
|
4054
|
+
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 });
|
|
4055
|
+
(function () {
|
|
4056
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseDialog, [{
|
|
3571
4057
|
type: Component,
|
|
3572
4058
|
args: [{
|
|
3573
4059
|
template: ''
|
|
3574
4060
|
}]
|
|
3575
|
-
}],
|
|
4061
|
+
}], function () { return []; }, { isOpen: [{
|
|
3576
4062
|
type: Input
|
|
3577
4063
|
}], opened: [{
|
|
3578
4064
|
type: Output
|
|
3579
4065
|
}], closed: [{
|
|
3580
4066
|
type: Output
|
|
3581
|
-
}] }
|
|
4067
|
+
}] });
|
|
4068
|
+
})();
|
|
3582
4069
|
|
|
3583
4070
|
/*
|
|
3584
4071
|
<file>
|
|
@@ -3634,16 +4121,18 @@ class BaseList extends BaseComponent {
|
|
|
3634
4121
|
this.loadPage();
|
|
3635
4122
|
}
|
|
3636
4123
|
}
|
|
3637
|
-
BaseList.ɵfac =
|
|
3638
|
-
BaseList.ɵcmp = i0.ɵɵ
|
|
3639
|
-
|
|
4124
|
+
BaseList.ɵfac = /*@__PURE__*/ function () { let ɵBaseList_BaseFactory; return function BaseList_Factory(t) { return (ɵBaseList_BaseFactory || (ɵBaseList_BaseFactory = i0.ɵɵgetInheritedFactory(BaseList)))(t || BaseList); }; }();
|
|
4125
|
+
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 });
|
|
4126
|
+
(function () {
|
|
4127
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseList, [{
|
|
3640
4128
|
type: Component,
|
|
3641
4129
|
args: [{
|
|
3642
4130
|
template: ''
|
|
3643
4131
|
}]
|
|
3644
|
-
}],
|
|
4132
|
+
}], null, { showNoDataIfNoDataFound: [{
|
|
3645
4133
|
type: Input
|
|
3646
|
-
}] }
|
|
4134
|
+
}] });
|
|
4135
|
+
})();
|
|
3647
4136
|
|
|
3648
4137
|
/*
|
|
3649
4138
|
<file>
|
|
@@ -3662,14 +4151,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3662
4151
|
*/
|
|
3663
4152
|
class BasePage extends BaseComponent {
|
|
3664
4153
|
}
|
|
3665
|
-
BasePage.ɵfac =
|
|
3666
|
-
BasePage.ɵcmp = i0.ɵɵ
|
|
3667
|
-
|
|
4154
|
+
BasePage.ɵfac = /*@__PURE__*/ function () { let ɵBasePage_BaseFactory; return function BasePage_Factory(t) { return (ɵBasePage_BaseFactory || (ɵBasePage_BaseFactory = i0.ɵɵgetInheritedFactory(BasePage)))(t || BasePage); }; }();
|
|
4155
|
+
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 });
|
|
4156
|
+
(function () {
|
|
4157
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePage, [{
|
|
3668
4158
|
type: Component,
|
|
3669
4159
|
args: [{
|
|
3670
4160
|
template: ''
|
|
3671
4161
|
}]
|
|
3672
|
-
}]
|
|
4162
|
+
}], null, null);
|
|
4163
|
+
})();
|
|
3673
4164
|
|
|
3674
4165
|
/*
|
|
3675
4166
|
<file>
|
|
@@ -3724,14 +4215,16 @@ class BasePagedPage extends BasePage {
|
|
|
3724
4215
|
this.loadPage();
|
|
3725
4216
|
}
|
|
3726
4217
|
}
|
|
3727
|
-
BasePagedPage.ɵfac =
|
|
3728
|
-
BasePagedPage.ɵcmp = i0.ɵɵ
|
|
3729
|
-
|
|
4218
|
+
BasePagedPage.ɵfac = /*@__PURE__*/ function () { let ɵBasePagedPage_BaseFactory; return function BasePagedPage_Factory(t) { return (ɵBasePagedPage_BaseFactory || (ɵBasePagedPage_BaseFactory = i0.ɵɵgetInheritedFactory(BasePagedPage)))(t || BasePagedPage); }; }();
|
|
4219
|
+
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 });
|
|
4220
|
+
(function () {
|
|
4221
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BasePagedPage, [{
|
|
3730
4222
|
type: Component,
|
|
3731
4223
|
args: [{
|
|
3732
4224
|
template: ''
|
|
3733
4225
|
}]
|
|
3734
|
-
}]
|
|
4226
|
+
}], null, null);
|
|
4227
|
+
})();
|
|
3735
4228
|
|
|
3736
4229
|
/*
|
|
3737
4230
|
<file>
|
|
@@ -3764,6 +4257,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3764
4257
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3765
4258
|
</file>
|
|
3766
4259
|
*/
|
|
4260
|
+
function FormValidationSummaryComponent_div_0_li_4_Template(rf, ctx) {
|
|
4261
|
+
if (rf & 1) {
|
|
4262
|
+
i0.ɵɵelementStart(0, "li")(1, "span");
|
|
4263
|
+
i0.ɵɵtext(2);
|
|
4264
|
+
i0.ɵɵelementEnd()();
|
|
4265
|
+
}
|
|
4266
|
+
if (rf & 2) {
|
|
4267
|
+
const error_r2 = ctx.$implicit;
|
|
4268
|
+
i0.ɵɵadvance(2);
|
|
4269
|
+
i0.ɵɵtextInterpolate(error_r2);
|
|
4270
|
+
}
|
|
4271
|
+
}
|
|
4272
|
+
function FormValidationSummaryComponent_div_0_Template(rf, ctx) {
|
|
4273
|
+
if (rf & 1) {
|
|
4274
|
+
i0.ɵɵelementStart(0, "div", 1)(1, "h6", 2);
|
|
4275
|
+
i0.ɵɵtext(2, "There are problems with the form");
|
|
4276
|
+
i0.ɵɵelementEnd();
|
|
4277
|
+
i0.ɵɵelementStart(3, "ul");
|
|
4278
|
+
i0.ɵɵtemplate(4, FormValidationSummaryComponent_div_0_li_4_Template, 3, 1, "li", 3);
|
|
4279
|
+
i0.ɵɵelementEnd()();
|
|
4280
|
+
}
|
|
4281
|
+
if (rf & 2) {
|
|
4282
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4283
|
+
i0.ɵɵadvance(4);
|
|
4284
|
+
i0.ɵɵproperty("ngForOf", ctx_r0.getErrors());
|
|
4285
|
+
}
|
|
4286
|
+
}
|
|
3767
4287
|
class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3768
4288
|
constructor() {
|
|
3769
4289
|
super();
|
|
@@ -3794,18 +4314,27 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
3794
4314
|
return messages;
|
|
3795
4315
|
}
|
|
3796
4316
|
}
|
|
3797
|
-
FormValidationSummaryComponent.ɵfac =
|
|
3798
|
-
FormValidationSummaryComponent.ɵcmp = i0.ɵɵ
|
|
3799
|
-
|
|
4317
|
+
FormValidationSummaryComponent.ɵfac = function FormValidationSummaryComponent_Factory(t) { return new (t || FormValidationSummaryComponent)(); };
|
|
4318
|
+
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) {
|
|
4319
|
+
if (rf & 1) {
|
|
4320
|
+
i0.ɵɵtemplate(0, FormValidationSummaryComponent_div_0_Template, 5, 1, "div", 0);
|
|
4321
|
+
}
|
|
4322
|
+
if (rf & 2) {
|
|
4323
|
+
i0.ɵɵproperty("ngIf", ctx.visible);
|
|
4324
|
+
}
|
|
4325
|
+
}, dependencies: [i1$5.NgForOf, i1$5.NgIf], encapsulation: 2 });
|
|
4326
|
+
(function () {
|
|
4327
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormValidationSummaryComponent, [{
|
|
3800
4328
|
type: Component,
|
|
3801
4329
|
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" }]
|
|
3802
|
-
}],
|
|
4330
|
+
}], function () { return []; }, { visible: [{
|
|
3803
4331
|
type: Input
|
|
3804
4332
|
}], customerrors: [{
|
|
3805
4333
|
type: Input
|
|
3806
4334
|
}], viewtype: [{
|
|
3807
4335
|
type: Input
|
|
3808
|
-
}] }
|
|
4336
|
+
}] });
|
|
4337
|
+
})();
|
|
3809
4338
|
|
|
3810
4339
|
/*
|
|
3811
4340
|
<file>
|
|
@@ -3822,6 +4351,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3822
4351
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
3823
4352
|
</file>
|
|
3824
4353
|
*/
|
|
4354
|
+
const _c0$4 = ["recaptcha"];
|
|
4355
|
+
function ContactUsForm_option_12_Template(rf, ctx) {
|
|
4356
|
+
if (rf & 1) {
|
|
4357
|
+
i0.ɵɵelementStart(0, "option", 30);
|
|
4358
|
+
i0.ɵɵtext(1);
|
|
4359
|
+
i0.ɵɵelementEnd();
|
|
4360
|
+
}
|
|
4361
|
+
if (rf & 2) {
|
|
4362
|
+
const topic_r4 = ctx.$implicit;
|
|
4363
|
+
i0.ɵɵproperty("value", topic_r4.value);
|
|
4364
|
+
i0.ɵɵadvance(1);
|
|
4365
|
+
i0.ɵɵtextInterpolate1("", topic_r4.value, " ");
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
function ContactUsForm_p_23_Template(rf, ctx) {
|
|
4369
|
+
if (rf & 1) {
|
|
4370
|
+
i0.ɵɵelementStart(0, "p");
|
|
4371
|
+
i0.ɵɵtext(1, "Please indicate the email used for your MailEx login if you already have an account");
|
|
4372
|
+
i0.ɵɵelementEnd();
|
|
4373
|
+
}
|
|
4374
|
+
}
|
|
4375
|
+
function ContactUsForm_button_42_Template(rf, ctx) {
|
|
4376
|
+
if (rf & 1) {
|
|
4377
|
+
i0.ɵɵelementStart(0, "button", 31);
|
|
4378
|
+
i0.ɵɵtext(1, " Submit ");
|
|
4379
|
+
i0.ɵɵelementEnd();
|
|
4380
|
+
}
|
|
4381
|
+
if (rf & 2) {
|
|
4382
|
+
const ctx_r3 = i0.ɵɵnextContext();
|
|
4383
|
+
i0.ɵɵclassProp("btn-primary", !ctx_r3.formGroup.invalid);
|
|
4384
|
+
}
|
|
4385
|
+
}
|
|
4386
|
+
const _c1 = function (a0) { return { "has-error": a0 }; };
|
|
3825
4387
|
class ContactUsForm extends BaseEditComponent {
|
|
3826
4388
|
constructor(fb, appContext, api, notificationService) {
|
|
3827
4389
|
super();
|
|
@@ -3899,19 +4461,108 @@ class ContactUsForm extends BaseEditComponent {
|
|
|
3899
4461
|
this.selectedTopic = event.target.value;
|
|
3900
4462
|
}
|
|
3901
4463
|
}
|
|
3902
|
-
ContactUsForm.ɵfac =
|
|
3903
|
-
ContactUsForm.ɵcmp = i0.ɵɵ
|
|
3904
|
-
|
|
4464
|
+
ContactUsForm.ɵfac = function ContactUsForm_Factory(t) { return new (t || ContactUsForm)(i0.ɵɵdirectiveInject(i1$8.FormBuilder), i0.ɵɵdirectiveInject(AppContextService), i0.ɵɵdirectiveInject(EmailsApiService), i0.ɵɵdirectiveInject(NotificationService)); };
|
|
4465
|
+
ContactUsForm.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsForm, selectors: [["anatoly-forms-contactus-form"]], viewQuery: function ContactUsForm_Query(rf, ctx) {
|
|
4466
|
+
if (rf & 1) {
|
|
4467
|
+
i0.ɵɵviewQuery(_c0$4, 5);
|
|
4468
|
+
}
|
|
4469
|
+
if (rf & 2) {
|
|
4470
|
+
let _t;
|
|
4471
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.recaptcha = _t.first);
|
|
4472
|
+
}
|
|
4473
|
+
}, 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) {
|
|
4474
|
+
if (rf & 1) {
|
|
4475
|
+
i0.ɵɵelementStart(0, "form", 0);
|
|
4476
|
+
i0.ɵɵlistener("ngSubmit", function ContactUsForm_Template_form_ngSubmit_0_listener() { return ctx.onSubmit(); });
|
|
4477
|
+
i0.ɵɵelement(1, "anatoly-form-validation-summary", 1);
|
|
4478
|
+
i0.ɵɵelementStart(2, "div", 2)(3, "div", 3)(4, "div", 4)(5, "p");
|
|
4479
|
+
i0.ɵɵtext(6, "What can we help you with?");
|
|
4480
|
+
i0.ɵɵelementEnd();
|
|
4481
|
+
i0.ɵɵelementStart(7, "div", 5)(8, "div", 6)(9, "label", 7);
|
|
4482
|
+
i0.ɵɵtext(10, "Topic *");
|
|
4483
|
+
i0.ɵɵelementEnd();
|
|
4484
|
+
i0.ɵɵelementStart(11, "select", 8);
|
|
4485
|
+
i0.ɵɵlistener("change", function ContactUsForm_Template_select_change_11_listener($event) { return ctx.onTopicChange($event); });
|
|
4486
|
+
i0.ɵɵtemplate(12, ContactUsForm_option_12_Template, 2, 2, "option", 9);
|
|
4487
|
+
i0.ɵɵelementEnd();
|
|
4488
|
+
i0.ɵɵelement(13, "anatoly-item-validation-summary", 10);
|
|
4489
|
+
i0.ɵɵelementEnd()();
|
|
4490
|
+
i0.ɵɵelementStart(14, "div", 11)(15, "label", 7);
|
|
4491
|
+
i0.ɵɵtext(16, "Name *");
|
|
4492
|
+
i0.ɵɵelementEnd();
|
|
4493
|
+
i0.ɵɵelement(17, "input", 12)(18, "anatoly-item-validation-summary", 13);
|
|
4494
|
+
i0.ɵɵelementEnd();
|
|
4495
|
+
i0.ɵɵelementStart(19, "div", 14)(20, "label", 7);
|
|
4496
|
+
i0.ɵɵtext(21, "E-mail * ");
|
|
4497
|
+
i0.ɵɵelementEnd();
|
|
4498
|
+
i0.ɵɵelement(22, "input", 15);
|
|
4499
|
+
i0.ɵɵtemplate(23, ContactUsForm_p_23_Template, 2, 0, "p", 16);
|
|
4500
|
+
i0.ɵɵelement(24, "anatoly-item-validation-summary", 17);
|
|
4501
|
+
i0.ɵɵelementEnd();
|
|
4502
|
+
i0.ɵɵelementStart(25, "div", 18)(26, "label", 7);
|
|
4503
|
+
i0.ɵɵtext(27, "Subject *");
|
|
4504
|
+
i0.ɵɵelementEnd();
|
|
4505
|
+
i0.ɵɵelement(28, "input", 19)(29, "anatoly-item-validation-summary", 20);
|
|
4506
|
+
i0.ɵɵelementEnd()();
|
|
4507
|
+
i0.ɵɵelementStart(30, "div", 21)(31, "div", 22)(32, "label", 7);
|
|
4508
|
+
i0.ɵɵtext(33, "Message *");
|
|
4509
|
+
i0.ɵɵelementEnd();
|
|
4510
|
+
i0.ɵɵelement(34, "textarea", 23)(35, "anatoly-item-validation-summary", 24);
|
|
4511
|
+
i0.ɵɵelementEnd()()();
|
|
4512
|
+
i0.ɵɵelementStart(36, "div", 25)(37, "div", 21)(38, "div", 26);
|
|
4513
|
+
i0.ɵɵelement(39, "ngx-recaptcha2", 27, 28);
|
|
4514
|
+
i0.ɵɵelementEnd()();
|
|
4515
|
+
i0.ɵɵelementStart(41, "div", 21);
|
|
4516
|
+
i0.ɵɵtemplate(42, ContactUsForm_button_42_Template, 2, 2, "button", 29);
|
|
4517
|
+
i0.ɵɵelementEnd()()()();
|
|
4518
|
+
}
|
|
4519
|
+
if (rf & 2) {
|
|
4520
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
4521
|
+
i0.ɵɵadvance(1);
|
|
4522
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("visible", ctx.formSubmitted && ctx.formGroup.invalid);
|
|
4523
|
+
i0.ɵɵadvance(6);
|
|
4524
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(22, _c1, ctx.isControlInvalid("topic")));
|
|
4525
|
+
i0.ɵɵadvance(5);
|
|
4526
|
+
i0.ɵɵproperty("ngForOf", ctx.topicList);
|
|
4527
|
+
i0.ɵɵadvance(1);
|
|
4528
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4529
|
+
i0.ɵɵadvance(1);
|
|
4530
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(24, _c1, ctx.isControlInvalid("name")));
|
|
4531
|
+
i0.ɵɵadvance(4);
|
|
4532
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4533
|
+
i0.ɵɵadvance(1);
|
|
4534
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(26, _c1, ctx.isControlInvalid("email")));
|
|
4535
|
+
i0.ɵɵadvance(4);
|
|
4536
|
+
i0.ɵɵproperty("ngIf", !ctx.isUserSignedIn);
|
|
4537
|
+
i0.ɵɵadvance(1);
|
|
4538
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4539
|
+
i0.ɵɵadvance(1);
|
|
4540
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(28, _c1, ctx.isControlInvalid("subject")));
|
|
4541
|
+
i0.ɵɵadvance(4);
|
|
4542
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4543
|
+
i0.ɵɵadvance(2);
|
|
4544
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(30, _c1, ctx.isControlInvalid("message")));
|
|
4545
|
+
i0.ɵɵadvance(4);
|
|
4546
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4547
|
+
i0.ɵɵadvance(4);
|
|
4548
|
+
i0.ɵɵproperty("siteKey", ctx.siteKey);
|
|
4549
|
+
i0.ɵɵadvance(3);
|
|
4550
|
+
i0.ɵɵproperty("ngIf", ctx.showActionButtons);
|
|
4551
|
+
}
|
|
4552
|
+
}, 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 });
|
|
4553
|
+
(function () {
|
|
4554
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsForm, [{
|
|
3905
4555
|
type: Component,
|
|
3906
4556
|
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" }]
|
|
3907
|
-
}],
|
|
4557
|
+
}], function () { return [{ type: i1$8.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }]; }, { showActionButtons: [{
|
|
3908
4558
|
type: Input
|
|
3909
4559
|
}], submit: [{
|
|
3910
4560
|
type: Output
|
|
3911
4561
|
}], recaptcha: [{
|
|
3912
4562
|
type: ViewChild,
|
|
3913
4563
|
args: ['recaptcha']
|
|
3914
|
-
}] }
|
|
4564
|
+
}] });
|
|
4565
|
+
})();
|
|
3915
4566
|
|
|
3916
4567
|
/*
|
|
3917
4568
|
<file>
|
|
@@ -3928,6 +4579,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
3928
4579
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
3929
4580
|
</file>
|
|
3930
4581
|
*/
|
|
4582
|
+
const _c0$3 = ["contactusform"];
|
|
4583
|
+
function ContactUsDialog_kendo_dialog_0_Template(rf, ctx) {
|
|
4584
|
+
if (rf & 1) {
|
|
4585
|
+
const _r3 = i0.ɵɵgetCurrentView();
|
|
4586
|
+
i0.ɵɵelementStart(0, "kendo-dialog", 1);
|
|
4587
|
+
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()); });
|
|
4588
|
+
i0.ɵɵelementStart(1, "div", 2)(2, "anatoly-forms-contactus-form", 3, 4);
|
|
4589
|
+
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()); });
|
|
4590
|
+
i0.ɵɵelementEnd()();
|
|
4591
|
+
i0.ɵɵelementStart(4, "kendo-dialog-actions", 5)(5, "div", 6)(6, "button", 7);
|
|
4592
|
+
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()); });
|
|
4593
|
+
i0.ɵɵtext(7, "Submit");
|
|
4594
|
+
i0.ɵɵelementEnd();
|
|
4595
|
+
i0.ɵɵelementStart(8, "button", 8);
|
|
4596
|
+
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()); });
|
|
4597
|
+
i0.ɵɵtext(9, "Cancel ");
|
|
4598
|
+
i0.ɵɵelementEnd()()()();
|
|
4599
|
+
}
|
|
4600
|
+
if (rf & 2) {
|
|
4601
|
+
i0.ɵɵproperty("width", 700);
|
|
4602
|
+
i0.ɵɵadvance(2);
|
|
4603
|
+
i0.ɵɵproperty("showActionButtons", false);
|
|
4604
|
+
}
|
|
4605
|
+
}
|
|
3931
4606
|
class ContactUsDialog extends BaseDialog {
|
|
3932
4607
|
constructor() {
|
|
3933
4608
|
super();
|
|
@@ -3944,15 +4619,32 @@ class ContactUsDialog extends BaseDialog {
|
|
|
3944
4619
|
super.close();
|
|
3945
4620
|
}
|
|
3946
4621
|
}
|
|
3947
|
-
ContactUsDialog.ɵfac =
|
|
3948
|
-
ContactUsDialog.ɵcmp = i0.ɵɵ
|
|
3949
|
-
|
|
4622
|
+
ContactUsDialog.ɵfac = function ContactUsDialog_Factory(t) { return new (t || ContactUsDialog)(); };
|
|
4623
|
+
ContactUsDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ContactUsDialog, selectors: [["anatoly-contactus-dialog"]], viewQuery: function ContactUsDialog_Query(rf, ctx) {
|
|
4624
|
+
if (rf & 1) {
|
|
4625
|
+
i0.ɵɵviewQuery(_c0$3, 5);
|
|
4626
|
+
}
|
|
4627
|
+
if (rf & 2) {
|
|
4628
|
+
let _t;
|
|
4629
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contactUsForm = _t.first);
|
|
4630
|
+
}
|
|
4631
|
+
}, 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) {
|
|
4632
|
+
if (rf & 1) {
|
|
4633
|
+
i0.ɵɵtemplate(0, ContactUsDialog_kendo_dialog_0_Template, 10, 2, "kendo-dialog", 0);
|
|
4634
|
+
}
|
|
4635
|
+
if (rf & 2) {
|
|
4636
|
+
i0.ɵɵproperty("ngIf", ctx.isOpen);
|
|
4637
|
+
}
|
|
4638
|
+
}, dependencies: [i1$5.NgIf, i2.DialogComponent, i2.DialogActionsComponent, ContactUsForm], encapsulation: 2 });
|
|
4639
|
+
(function () {
|
|
4640
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ContactUsDialog, [{
|
|
3950
4641
|
type: Component,
|
|
3951
4642
|
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" }]
|
|
3952
|
-
}],
|
|
4643
|
+
}], function () { return []; }, { contactUsForm: [{
|
|
3953
4644
|
type: ViewChild,
|
|
3954
4645
|
args: ['contactusform']
|
|
3955
|
-
}] }
|
|
4646
|
+
}] });
|
|
4647
|
+
})();
|
|
3956
4648
|
|
|
3957
4649
|
/*
|
|
3958
4650
|
<file>
|
|
@@ -4001,7 +4693,74 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4001
4693
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
4002
4694
|
</file>
|
|
4003
4695
|
*/
|
|
4696
|
+
function AddressComponent_anatoly_card_header_1_Template(rf, ctx) {
|
|
4697
|
+
if (rf & 1) {
|
|
4698
|
+
i0.ɵɵelement(0, "anatoly-card-header", 18);
|
|
4699
|
+
}
|
|
4700
|
+
if (rf & 2) {
|
|
4701
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4702
|
+
i0.ɵɵproperty("title", ctx_r0.title);
|
|
4703
|
+
}
|
|
4704
|
+
}
|
|
4705
|
+
function AddressComponent_div_17_option_4_Template(rf, ctx) {
|
|
4706
|
+
if (rf & 1) {
|
|
4707
|
+
i0.ɵɵelementStart(0, "option", 21);
|
|
4708
|
+
i0.ɵɵtext(1);
|
|
4709
|
+
i0.ɵɵelementEnd();
|
|
4710
|
+
}
|
|
4711
|
+
if (rf & 2) {
|
|
4712
|
+
const state_r4 = ctx.$implicit;
|
|
4713
|
+
i0.ɵɵproperty("value", state_r4.code);
|
|
4714
|
+
i0.ɵɵadvance(1);
|
|
4715
|
+
i0.ɵɵtextInterpolate(state_r4.name);
|
|
4716
|
+
}
|
|
4717
|
+
}
|
|
4718
|
+
const _c0$2 = function (a0) { return { "has-error": a0 }; };
|
|
4719
|
+
function AddressComponent_div_17_Template(rf, ctx) {
|
|
4720
|
+
if (rf & 1) {
|
|
4721
|
+
const _r6 = i0.ɵɵgetCurrentView();
|
|
4722
|
+
i0.ɵɵelementStart(0, "div", 9)(1, "label", 4);
|
|
4723
|
+
i0.ɵɵtext(2, "State");
|
|
4724
|
+
i0.ɵɵelementEnd();
|
|
4725
|
+
i0.ɵɵelementStart(3, "select", 19);
|
|
4726
|
+
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)); });
|
|
4727
|
+
i0.ɵɵtemplate(4, AddressComponent_div_17_option_4_Template, 2, 2, "option", 16);
|
|
4728
|
+
i0.ɵɵelementEnd();
|
|
4729
|
+
i0.ɵɵelement(5, "anatoly-item-validation-summary", 20);
|
|
4730
|
+
i0.ɵɵelementEnd();
|
|
4731
|
+
}
|
|
4732
|
+
if (rf & 2) {
|
|
4733
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
4734
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$2, ctx_r1.isControlInvalid("address_stateOrRegion")));
|
|
4735
|
+
i0.ɵɵadvance(4);
|
|
4736
|
+
i0.ɵɵproperty("ngForOf", ctx_r1.usStateData);
|
|
4737
|
+
i0.ɵɵadvance(1);
|
|
4738
|
+
i0.ɵɵproperty("formGroup", ctx_r1.formGroup)("formSubmitted", ctx_r1.formSubmitted);
|
|
4739
|
+
}
|
|
4740
|
+
}
|
|
4741
|
+
function AddressComponent_option_27_Template(rf, ctx) {
|
|
4742
|
+
if (rf & 1) {
|
|
4743
|
+
i0.ɵɵelementStart(0, "option", 21);
|
|
4744
|
+
i0.ɵɵtext(1);
|
|
4745
|
+
i0.ɵɵelementEnd();
|
|
4746
|
+
}
|
|
4747
|
+
if (rf & 2) {
|
|
4748
|
+
const country_r7 = ctx.$implicit;
|
|
4749
|
+
i0.ɵɵproperty("value", country_r7.code);
|
|
4750
|
+
i0.ɵɵadvance(1);
|
|
4751
|
+
i0.ɵɵtextInterpolate(country_r7.name);
|
|
4752
|
+
}
|
|
4753
|
+
}
|
|
4004
4754
|
class AddressComponent extends BaseEditComponent {
|
|
4755
|
+
get address() {
|
|
4756
|
+
return this._address;
|
|
4757
|
+
}
|
|
4758
|
+
set address(value) {
|
|
4759
|
+
this._address = value;
|
|
4760
|
+
if (value) {
|
|
4761
|
+
this.init();
|
|
4762
|
+
}
|
|
4763
|
+
}
|
|
4005
4764
|
constructor(fb, api) {
|
|
4006
4765
|
super();
|
|
4007
4766
|
this.fb = fb;
|
|
@@ -4017,15 +4776,6 @@ class AddressComponent extends BaseEditComponent {
|
|
|
4017
4776
|
//Outputs
|
|
4018
4777
|
this.change = new EventEmitter();
|
|
4019
4778
|
}
|
|
4020
|
-
get address() {
|
|
4021
|
-
return this._address;
|
|
4022
|
-
}
|
|
4023
|
-
set address(value) {
|
|
4024
|
-
this._address = value;
|
|
4025
|
-
if (value) {
|
|
4026
|
-
this.init();
|
|
4027
|
-
}
|
|
4028
|
-
}
|
|
4029
4779
|
ngOnInit() {
|
|
4030
4780
|
this.api.getCountriesJsonFile(data => {
|
|
4031
4781
|
this.countryData = data;
|
|
@@ -4091,12 +4841,76 @@ class AddressComponent extends BaseEditComponent {
|
|
|
4091
4841
|
this.change.emit(usState);
|
|
4092
4842
|
}
|
|
4093
4843
|
}
|
|
4094
|
-
AddressComponent.ɵfac =
|
|
4095
|
-
AddressComponent.ɵcmp = i0.ɵɵ
|
|
4096
|
-
|
|
4844
|
+
AddressComponent.ɵfac = function AddressComponent_Factory(t) { return new (t || AddressComponent)(i0.ɵɵdirectiveInject(i1$8.FormBuilder), i0.ɵɵdirectiveInject(CoreApiService)); };
|
|
4845
|
+
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) {
|
|
4846
|
+
if (rf & 1) {
|
|
4847
|
+
i0.ɵɵelementStart(0, "anatoly-card", 0);
|
|
4848
|
+
i0.ɵɵtemplate(1, AddressComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
|
|
4849
|
+
i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
|
|
4850
|
+
i0.ɵɵtext(6, "Street Address");
|
|
4851
|
+
i0.ɵɵelementEnd();
|
|
4852
|
+
i0.ɵɵelement(7, "input", 5)(8, "anatoly-item-validation-summary", 6);
|
|
4853
|
+
i0.ɵɵelementEnd();
|
|
4854
|
+
i0.ɵɵelementStart(9, "div", 3);
|
|
4855
|
+
i0.ɵɵelement(10, "input", 7)(11, "anatoly-item-validation-summary", 8);
|
|
4856
|
+
i0.ɵɵelementEnd();
|
|
4857
|
+
i0.ɵɵelementStart(12, "div", 9)(13, "label", 4);
|
|
4858
|
+
i0.ɵɵtext(14, "City");
|
|
4859
|
+
i0.ɵɵelementEnd();
|
|
4860
|
+
i0.ɵɵelement(15, "input", 10)(16, "anatoly-item-validation-summary", 11);
|
|
4861
|
+
i0.ɵɵelementEnd();
|
|
4862
|
+
i0.ɵɵtemplate(17, AddressComponent_div_17_Template, 6, 6, "div", 12);
|
|
4863
|
+
i0.ɵɵelementStart(18, "div", 9)(19, "label", 4);
|
|
4864
|
+
i0.ɵɵtext(20, "zipcode");
|
|
4865
|
+
i0.ɵɵelementEnd();
|
|
4866
|
+
i0.ɵɵelement(21, "input", 13)(22, "anatoly-item-validation-summary", 14);
|
|
4867
|
+
i0.ɵɵelementEnd();
|
|
4868
|
+
i0.ɵɵelementStart(23, "div", 9)(24, "label", 4);
|
|
4869
|
+
i0.ɵɵtext(25, "Country");
|
|
4870
|
+
i0.ɵɵelementEnd();
|
|
4871
|
+
i0.ɵɵelementStart(26, "select", 15);
|
|
4872
|
+
i0.ɵɵlistener("change", function AddressComponent_Template_select_change_26_listener($event) { return ctx.onCountryChange($event); });
|
|
4873
|
+
i0.ɵɵtemplate(27, AddressComponent_option_27_Template, 2, 2, "option", 16);
|
|
4874
|
+
i0.ɵɵelementEnd();
|
|
4875
|
+
i0.ɵɵelement(28, "anatoly-item-validation-summary", 17);
|
|
4876
|
+
i0.ɵɵelementEnd()()()();
|
|
4877
|
+
}
|
|
4878
|
+
if (rf & 2) {
|
|
4879
|
+
i0.ɵɵadvance(1);
|
|
4880
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
4881
|
+
i0.ɵɵadvance(2);
|
|
4882
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
4883
|
+
i0.ɵɵadvance(1);
|
|
4884
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(19, _c0$2, ctx.isControlInvalid("address_street")));
|
|
4885
|
+
i0.ɵɵadvance(4);
|
|
4886
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4887
|
+
i0.ɵɵadvance(1);
|
|
4888
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(21, _c0$2, ctx.isControlInvalid("address_street2")));
|
|
4889
|
+
i0.ɵɵadvance(2);
|
|
4890
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4891
|
+
i0.ɵɵadvance(1);
|
|
4892
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(23, _c0$2, ctx.isControlInvalid("address_city")));
|
|
4893
|
+
i0.ɵɵadvance(4);
|
|
4894
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4895
|
+
i0.ɵɵadvance(1);
|
|
4896
|
+
i0.ɵɵproperty("ngIf", ctx.formGroup.value.address_country == "US");
|
|
4897
|
+
i0.ɵɵadvance(1);
|
|
4898
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(25, _c0$2, ctx.isControlInvalid("address_zipcode")));
|
|
4899
|
+
i0.ɵɵadvance(4);
|
|
4900
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4901
|
+
i0.ɵɵadvance(1);
|
|
4902
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(27, _c0$2, ctx.isControlInvalid("address_country")));
|
|
4903
|
+
i0.ɵɵadvance(4);
|
|
4904
|
+
i0.ɵɵproperty("ngForOf", ctx.countryData);
|
|
4905
|
+
i0.ɵɵadvance(1);
|
|
4906
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
4907
|
+
}
|
|
4908
|
+
}, 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 });
|
|
4909
|
+
(function () {
|
|
4910
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AddressComponent, [{
|
|
4097
4911
|
type: Component,
|
|
4098
4912
|
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" }]
|
|
4099
|
-
}],
|
|
4913
|
+
}], function () { return [{ type: i1$8.FormBuilder }, { type: CoreApiService }]; }, { title: [{
|
|
4100
4914
|
type: Input
|
|
4101
4915
|
}], isTitleVisible: [{
|
|
4102
4916
|
type: Input
|
|
@@ -4106,7 +4920,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4106
4920
|
type: Input
|
|
4107
4921
|
}], change: [{
|
|
4108
4922
|
type: Output
|
|
4109
|
-
}] }
|
|
4923
|
+
}] });
|
|
4924
|
+
})();
|
|
4110
4925
|
|
|
4111
4926
|
/*
|
|
4112
4927
|
<file>
|
|
@@ -4123,15 +4938,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4123
4938
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
4124
4939
|
</file>
|
|
4125
4940
|
*/
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
this.isTitleVisible = true;
|
|
4941
|
+
function CompanyComponent_anatoly_card_header_1_Template(rf, ctx) {
|
|
4942
|
+
if (rf & 1) {
|
|
4943
|
+
i0.ɵɵelement(0, "anatoly-card-header", 13);
|
|
4944
|
+
}
|
|
4945
|
+
if (rf & 2) {
|
|
4946
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
4947
|
+
i0.ɵɵproperty("title", ctx_r0.title);
|
|
4134
4948
|
}
|
|
4949
|
+
}
|
|
4950
|
+
const _c0$1 = function (a0) { return { "has-error": a0 }; };
|
|
4951
|
+
class CompanyComponent extends BaseEditComponent {
|
|
4135
4952
|
get company() {
|
|
4136
4953
|
return this._company;
|
|
4137
4954
|
}
|
|
@@ -4141,6 +4958,14 @@ class CompanyComponent extends BaseEditComponent {
|
|
|
4141
4958
|
this.init();
|
|
4142
4959
|
}
|
|
4143
4960
|
}
|
|
4961
|
+
constructor(fb) {
|
|
4962
|
+
super();
|
|
4963
|
+
this.fb = fb;
|
|
4964
|
+
this.formGroupGenerated = false;
|
|
4965
|
+
//Inputs
|
|
4966
|
+
this.title = 'Company / Organization';
|
|
4967
|
+
this.isTitleVisible = true;
|
|
4968
|
+
}
|
|
4144
4969
|
ngOnInit() {
|
|
4145
4970
|
this.createFormGroup();
|
|
4146
4971
|
this.init();
|
|
@@ -4174,18 +4999,67 @@ class CompanyComponent extends BaseEditComponent {
|
|
|
4174
4999
|
return JSON.stringify(data);
|
|
4175
5000
|
}
|
|
4176
5001
|
}
|
|
4177
|
-
CompanyComponent.ɵfac =
|
|
4178
|
-
CompanyComponent.ɵcmp = i0.ɵɵ
|
|
4179
|
-
|
|
5002
|
+
CompanyComponent.ɵfac = function CompanyComponent_Factory(t) { return new (t || CompanyComponent)(i0.ɵɵdirectiveInject(i1$8.FormBuilder)); };
|
|
5003
|
+
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) {
|
|
5004
|
+
if (rf & 1) {
|
|
5005
|
+
i0.ɵɵelementStart(0, "anatoly-card", 0);
|
|
5006
|
+
i0.ɵɵtemplate(1, CompanyComponent_anatoly_card_header_1_Template, 1, 1, "anatoly-card-header", 1);
|
|
5007
|
+
i0.ɵɵelementStart(2, "anatoly-card-body")(3, "div", 2)(4, "div", 3)(5, "label", 4);
|
|
5008
|
+
i0.ɵɵtext(6, "Name");
|
|
5009
|
+
i0.ɵɵelementEnd();
|
|
5010
|
+
i0.ɵɵelement(7, "input", 5)(8, "anatoly-item-validation-summary", 6);
|
|
5011
|
+
i0.ɵɵelementEnd();
|
|
5012
|
+
i0.ɵɵelementStart(9, "div", 3)(10, "label", 4);
|
|
5013
|
+
i0.ɵɵtext(11, "Phone");
|
|
5014
|
+
i0.ɵɵelementEnd();
|
|
5015
|
+
i0.ɵɵelement(12, "input", 7)(13, "anatoly-item-validation-summary", 8);
|
|
5016
|
+
i0.ɵɵelementEnd();
|
|
5017
|
+
i0.ɵɵelementStart(14, "div", 3)(15, "label", 4);
|
|
5018
|
+
i0.ɵɵtext(16, "Email");
|
|
5019
|
+
i0.ɵɵelementEnd();
|
|
5020
|
+
i0.ɵɵelement(17, "input", 9)(18, "anatoly-item-validation-summary", 10);
|
|
5021
|
+
i0.ɵɵelementEnd();
|
|
5022
|
+
i0.ɵɵelementStart(19, "div", 3)(20, "label", 4);
|
|
5023
|
+
i0.ɵɵtext(21, "Website Url");
|
|
5024
|
+
i0.ɵɵelementEnd();
|
|
5025
|
+
i0.ɵɵelement(22, "input", 11)(23, "anatoly-item-validation-summary", 12);
|
|
5026
|
+
i0.ɵɵelementEnd()()()();
|
|
5027
|
+
}
|
|
5028
|
+
if (rf & 2) {
|
|
5029
|
+
i0.ɵɵadvance(1);
|
|
5030
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
5031
|
+
i0.ɵɵadvance(2);
|
|
5032
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
5033
|
+
i0.ɵɵadvance(1);
|
|
5034
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c0$1, ctx.isControlInvalid("company_name")));
|
|
5035
|
+
i0.ɵɵadvance(4);
|
|
5036
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
5037
|
+
i0.ɵɵadvance(1);
|
|
5038
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(16, _c0$1, ctx.isControlInvalid("company_phone")));
|
|
5039
|
+
i0.ɵɵadvance(4);
|
|
5040
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
5041
|
+
i0.ɵɵadvance(1);
|
|
5042
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(18, _c0$1, ctx.isControlInvalid("company_email")));
|
|
5043
|
+
i0.ɵɵadvance(4);
|
|
5044
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
5045
|
+
i0.ɵɵadvance(1);
|
|
5046
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(20, _c0$1, ctx.isControlInvalid("company_websiteUrl")));
|
|
5047
|
+
i0.ɵɵadvance(4);
|
|
5048
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted);
|
|
5049
|
+
}
|
|
5050
|
+
}, 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 });
|
|
5051
|
+
(function () {
|
|
5052
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CompanyComponent, [{
|
|
4180
5053
|
type: Component,
|
|
4181
5054
|
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" }]
|
|
4182
|
-
}],
|
|
5055
|
+
}], function () { return [{ type: i1$8.FormBuilder }]; }, { title: [{
|
|
4183
5056
|
type: Input
|
|
4184
5057
|
}], isTitleVisible: [{
|
|
4185
5058
|
type: Input
|
|
4186
5059
|
}], company: [{
|
|
4187
5060
|
type: Input
|
|
4188
|
-
}] }
|
|
5061
|
+
}] });
|
|
5062
|
+
})();
|
|
4189
5063
|
|
|
4190
5064
|
/*
|
|
4191
5065
|
<file>
|
|
@@ -4202,6 +5076,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4202
5076
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
4203
5077
|
</file>
|
|
4204
5078
|
*/
|
|
5079
|
+
function UrlSlugComponent_label_4_Template(rf, ctx) {
|
|
5080
|
+
if (rf & 1) {
|
|
5081
|
+
i0.ɵɵelementStart(0, "label", 7);
|
|
5082
|
+
i0.ɵɵtext(1);
|
|
5083
|
+
i0.ɵɵelementStart(2, "span", 8);
|
|
5084
|
+
i0.ɵɵtext(3);
|
|
5085
|
+
i0.ɵɵelementEnd()();
|
|
5086
|
+
}
|
|
5087
|
+
if (rf & 2) {
|
|
5088
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
5089
|
+
i0.ɵɵadvance(1);
|
|
5090
|
+
i0.ɵɵtextInterpolate1(" ", ctx_r0.title, " ");
|
|
5091
|
+
i0.ɵɵadvance(2);
|
|
5092
|
+
i0.ɵɵtextInterpolate(ctx_r0.urlPrefix);
|
|
5093
|
+
}
|
|
5094
|
+
}
|
|
5095
|
+
function UrlSlugComponent_div_6_Template(rf, ctx) {
|
|
5096
|
+
if (rf & 1) {
|
|
5097
|
+
i0.ɵɵelementStart(0, "div", 9)(1, "a", 10);
|
|
5098
|
+
i0.ɵɵtext(2, "Go");
|
|
5099
|
+
i0.ɵɵelementEnd()();
|
|
5100
|
+
}
|
|
5101
|
+
if (rf & 2) {
|
|
5102
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
5103
|
+
i0.ɵɵadvance(1);
|
|
5104
|
+
i0.ɵɵpropertyInterpolate2("href", "", ctx_r1.urlPrefix, "", ctx_r1.hrefGo, "", i0.ɵɵsanitizeUrl);
|
|
5105
|
+
}
|
|
5106
|
+
}
|
|
5107
|
+
const _c0 = function (a0) { return { "has-error": a0 }; };
|
|
4205
5108
|
class UrlSlugComponent extends BaseEditComponent {
|
|
4206
5109
|
constructor() {
|
|
4207
5110
|
super();
|
|
@@ -4244,12 +5147,37 @@ class UrlSlugComponent extends BaseEditComponent {
|
|
|
4244
5147
|
this.generateUrlSlug(text);
|
|
4245
5148
|
}
|
|
4246
5149
|
}
|
|
4247
|
-
UrlSlugComponent.ɵfac =
|
|
4248
|
-
UrlSlugComponent.ɵcmp = i0.ɵɵ
|
|
4249
|
-
|
|
5150
|
+
UrlSlugComponent.ɵfac = function UrlSlugComponent_Factory(t) { return new (t || UrlSlugComponent)(); };
|
|
5151
|
+
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) {
|
|
5152
|
+
if (rf & 1) {
|
|
5153
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
5154
|
+
i0.ɵɵelement(2, "anatoly-item-validation-summary", 2);
|
|
5155
|
+
i0.ɵɵelementStart(3, "div", 3);
|
|
5156
|
+
i0.ɵɵtemplate(4, UrlSlugComponent_label_4_Template, 4, 2, "label", 4);
|
|
5157
|
+
i0.ɵɵelementStart(5, "input", 5);
|
|
5158
|
+
i0.ɵɵlistener("focusout", function UrlSlugComponent_Template_input_focusout_5_listener() { return ctx.onUrlSlugChange(); });
|
|
5159
|
+
i0.ɵɵelementEnd()();
|
|
5160
|
+
i0.ɵɵtemplate(6, UrlSlugComponent_div_6_Template, 3, 2, "div", 6);
|
|
5161
|
+
i0.ɵɵelementEnd()();
|
|
5162
|
+
}
|
|
5163
|
+
if (rf & 2) {
|
|
5164
|
+
i0.ɵɵclassMapInterpolate1("permalink form-group ", ctx.class, "");
|
|
5165
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("ngClass", i0.ɵɵpureFunction1(12, _c0, ctx.isControlInvalid(ctx.controlName)));
|
|
5166
|
+
i0.ɵɵadvance(2);
|
|
5167
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup)("formSubmitted", ctx.formSubmitted)("controlName", ctx.controlName)("controlTitle", ctx.controlTitle);
|
|
5168
|
+
i0.ɵɵadvance(2);
|
|
5169
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
5170
|
+
i0.ɵɵadvance(1);
|
|
5171
|
+
i0.ɵɵproperty("formControlName", ctx.controlName);
|
|
5172
|
+
i0.ɵɵadvance(1);
|
|
5173
|
+
i0.ɵɵproperty("ngIf", ctx.isGoButtonVisible);
|
|
5174
|
+
}
|
|
5175
|
+
}, 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 });
|
|
5176
|
+
(function () {
|
|
5177
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
|
|
4250
5178
|
type: Component,
|
|
4251
5179
|
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" }]
|
|
4252
|
-
}],
|
|
5180
|
+
}], function () { return []; }, { title: [{
|
|
4253
5181
|
type: Input
|
|
4254
5182
|
}], isTitleVisible: [{
|
|
4255
5183
|
type: Input
|
|
@@ -4267,7 +5195,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4267
5195
|
type: Input
|
|
4268
5196
|
}], generating: [{
|
|
4269
5197
|
type: Output
|
|
4270
|
-
}] }
|
|
5198
|
+
}] });
|
|
5199
|
+
})();
|
|
4271
5200
|
|
|
4272
5201
|
/*
|
|
4273
5202
|
<file>
|
|
@@ -4284,6 +5213,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4284
5213
|
Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
|
|
4285
5214
|
</file>
|
|
4286
5215
|
*/
|
|
5216
|
+
function TimezoneDropdownlist_label_1_Template(rf, ctx) {
|
|
5217
|
+
if (rf & 1) {
|
|
5218
|
+
i0.ɵɵelementStart(0, "label", 4);
|
|
5219
|
+
i0.ɵɵtext(1, "Timezone");
|
|
5220
|
+
i0.ɵɵelementEnd();
|
|
5221
|
+
}
|
|
5222
|
+
}
|
|
5223
|
+
function TimezoneDropdownlist_option_3_Template(rf, ctx) {
|
|
5224
|
+
if (rf & 1) {
|
|
5225
|
+
i0.ɵɵelementStart(0, "option", 5);
|
|
5226
|
+
i0.ɵɵtext(1);
|
|
5227
|
+
i0.ɵɵelementEnd();
|
|
5228
|
+
}
|
|
5229
|
+
if (rf & 2) {
|
|
5230
|
+
const timezone_r2 = ctx.$implicit;
|
|
5231
|
+
i0.ɵɵproperty("value", timezone_r2.code);
|
|
5232
|
+
i0.ɵɵadvance(1);
|
|
5233
|
+
i0.ɵɵtextInterpolate2(" (", timezone_r2.offset, ") ", timezone_r2.name, " ");
|
|
5234
|
+
}
|
|
5235
|
+
}
|
|
4287
5236
|
class TimezoneDropdownlist extends BaseEditComponent {
|
|
4288
5237
|
constructor(api, appContext) {
|
|
4289
5238
|
super();
|
|
@@ -4315,12 +5264,30 @@ class TimezoneDropdownlist extends BaseEditComponent {
|
|
|
4315
5264
|
}
|
|
4316
5265
|
}
|
|
4317
5266
|
}
|
|
4318
|
-
TimezoneDropdownlist.ɵfac =
|
|
4319
|
-
TimezoneDropdownlist.ɵcmp = i0.ɵɵ
|
|
4320
|
-
|
|
5267
|
+
TimezoneDropdownlist.ɵfac = function TimezoneDropdownlist_Factory(t) { return new (t || TimezoneDropdownlist)(i0.ɵɵdirectiveInject(CoreApiService), i0.ɵɵdirectiveInject(AppContextService)); };
|
|
5268
|
+
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) {
|
|
5269
|
+
if (rf & 1) {
|
|
5270
|
+
i0.ɵɵelementStart(0, "div", 0);
|
|
5271
|
+
i0.ɵɵtemplate(1, TimezoneDropdownlist_label_1_Template, 2, 0, "label", 1);
|
|
5272
|
+
i0.ɵɵelementStart(2, "select", 2);
|
|
5273
|
+
i0.ɵɵtemplate(3, TimezoneDropdownlist_option_3_Template, 2, 3, "option", 3);
|
|
5274
|
+
i0.ɵɵelementEnd()();
|
|
5275
|
+
}
|
|
5276
|
+
if (rf & 2) {
|
|
5277
|
+
i0.ɵɵproperty("formGroup", ctx.formGroup);
|
|
5278
|
+
i0.ɵɵadvance(1);
|
|
5279
|
+
i0.ɵɵproperty("ngIf", ctx.isTitleVisible);
|
|
5280
|
+
i0.ɵɵadvance(1);
|
|
5281
|
+
i0.ɵɵproperty("formControlName", ctx.controlName);
|
|
5282
|
+
i0.ɵɵadvance(1);
|
|
5283
|
+
i0.ɵɵproperty("ngForOf", ctx.timezoneListItems);
|
|
5284
|
+
}
|
|
5285
|
+
}, 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 });
|
|
5286
|
+
(function () {
|
|
5287
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimezoneDropdownlist, [{
|
|
4321
5288
|
type: Component,
|
|
4322
5289
|
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" }]
|
|
4323
|
-
}],
|
|
5290
|
+
}], function () { return [{ type: CoreApiService }, { type: AppContextService }]; }, { title: [{
|
|
4324
5291
|
type: Input
|
|
4325
5292
|
}], isTitleVisible: [{
|
|
4326
5293
|
type: Input
|
|
@@ -4328,7 +5295,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4328
5295
|
type: Input
|
|
4329
5296
|
}], controlTitle: [{
|
|
4330
5297
|
type: Input
|
|
4331
|
-
}] }
|
|
5298
|
+
}] });
|
|
5299
|
+
})();
|
|
4332
5300
|
|
|
4333
5301
|
/*
|
|
4334
5302
|
<file>
|
|
@@ -4376,14 +5344,16 @@ class FileSizePipe {
|
|
|
4376
5344
|
return bytes.toFixed(+precision) + ' ' + this.units[unit];
|
|
4377
5345
|
}
|
|
4378
5346
|
}
|
|
4379
|
-
FileSizePipe.ɵfac =
|
|
4380
|
-
FileSizePipe.ɵpipe = i0.ɵɵ
|
|
4381
|
-
|
|
5347
|
+
FileSizePipe.ɵfac = function FileSizePipe_Factory(t) { return new (t || FileSizePipe)(); };
|
|
5348
|
+
FileSizePipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "filesize", type: FileSizePipe, pure: true });
|
|
5349
|
+
(function () {
|
|
5350
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileSizePipe, [{
|
|
4382
5351
|
type: Pipe,
|
|
4383
5352
|
args: [{
|
|
4384
5353
|
name: 'filesize',
|
|
4385
5354
|
}]
|
|
4386
|
-
}]
|
|
5355
|
+
}], null, null);
|
|
5356
|
+
})();
|
|
4387
5357
|
|
|
4388
5358
|
/*
|
|
4389
5359
|
<file>
|
|
@@ -4410,14 +5380,16 @@ class ReplaceTextPipe {
|
|
|
4410
5380
|
}
|
|
4411
5381
|
}
|
|
4412
5382
|
}
|
|
4413
|
-
ReplaceTextPipe.ɵfac =
|
|
4414
|
-
ReplaceTextPipe.ɵpipe = i0.ɵɵ
|
|
4415
|
-
|
|
5383
|
+
ReplaceTextPipe.ɵfac = function ReplaceTextPipe_Factory(t) { return new (t || ReplaceTextPipe)(); };
|
|
5384
|
+
ReplaceTextPipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "replaceText", type: ReplaceTextPipe, pure: true });
|
|
5385
|
+
(function () {
|
|
5386
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplaceTextPipe, [{
|
|
4416
5387
|
type: Pipe,
|
|
4417
5388
|
args: [{
|
|
4418
5389
|
name: "replaceText",
|
|
4419
5390
|
}]
|
|
4420
|
-
}]
|
|
5391
|
+
}], null, null);
|
|
5392
|
+
})();
|
|
4421
5393
|
|
|
4422
5394
|
/*
|
|
4423
5395
|
<file>
|
|
@@ -4442,12 +5414,14 @@ class SafeHtmlPipe {
|
|
|
4442
5414
|
return this.sanitized.bypassSecurityTrustHtml(value);
|
|
4443
5415
|
}
|
|
4444
5416
|
}
|
|
4445
|
-
SafeHtmlPipe.ɵfac =
|
|
4446
|
-
SafeHtmlPipe.ɵpipe = i0.ɵɵ
|
|
4447
|
-
|
|
5417
|
+
SafeHtmlPipe.ɵfac = function SafeHtmlPipe_Factory(t) { return new (t || SafeHtmlPipe)(i0.ɵɵdirectiveInject(i1$4.DomSanitizer, 16)); };
|
|
5418
|
+
SafeHtmlPipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "safeHtml", type: SafeHtmlPipe, pure: true });
|
|
5419
|
+
(function () {
|
|
5420
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SafeHtmlPipe, [{
|
|
4448
5421
|
type: Pipe,
|
|
4449
5422
|
args: [{ name: 'safeHtml' }]
|
|
4450
|
-
}],
|
|
5423
|
+
}], function () { return [{ type: i1$4.DomSanitizer }]; }, null);
|
|
5424
|
+
})();
|
|
4451
5425
|
|
|
4452
5426
|
/*
|
|
4453
5427
|
<file>
|
|
@@ -4503,11 +5477,9 @@ class AnatolyCoreModule {
|
|
|
4503
5477
|
InjectorInstance = this.injector;
|
|
4504
5478
|
}
|
|
4505
5479
|
}
|
|
4506
|
-
AnatolyCoreModule.ɵfac =
|
|
4507
|
-
AnatolyCoreModule.ɵmod = i0.ɵɵ
|
|
4508
|
-
|
|
4509
|
-
LocalizationModule] });
|
|
4510
|
-
AnatolyCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AnatolyCoreModule, providers: [
|
|
5480
|
+
AnatolyCoreModule.ɵfac = function AnatolyCoreModule_Factory(t) { return new (t || AnatolyCoreModule)(i0.ɵɵinject(i0.Injector), i0.ɵɵinject(AnatolyCoreModule, 12)); };
|
|
5481
|
+
AnatolyCoreModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyCoreModule });
|
|
5482
|
+
AnatolyCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
4511
5483
|
LoggingService,
|
|
4512
5484
|
NotificationService,
|
|
4513
5485
|
AppContextService,
|
|
@@ -4521,7 +5493,8 @@ AnatolyCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versi
|
|
|
4521
5493
|
LocalizationSettingsModule,
|
|
4522
5494
|
LocalizationModule, LocalizationSettingsModule,
|
|
4523
5495
|
LocalizationModule] });
|
|
4524
|
-
|
|
5496
|
+
(function () {
|
|
5497
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyCoreModule, [{
|
|
4525
5498
|
type: NgModule,
|
|
4526
5499
|
args: [{
|
|
4527
5500
|
imports: [
|
|
@@ -4545,13 +5518,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4545
5518
|
SessionStorageService
|
|
4546
5519
|
],
|
|
4547
5520
|
}]
|
|
4548
|
-
}],
|
|
5521
|
+
}], function () {
|
|
4549
5522
|
return [{ type: i0.Injector }, { type: AnatolyCoreModule, decorators: [{
|
|
4550
5523
|
type: Optional
|
|
4551
5524
|
}, {
|
|
4552
5525
|
type: SkipSelf
|
|
4553
5526
|
}] }];
|
|
4554
|
-
}
|
|
5527
|
+
}, null);
|
|
5528
|
+
})();
|
|
5529
|
+
(function () {
|
|
5530
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyCoreModule, { imports: [CommonModule, i1$2.ToastrModule, LocalizationSettingsModule,
|
|
5531
|
+
LocalizationModule], exports: [LocalizationSettingsModule,
|
|
5532
|
+
LocalizationModule] });
|
|
5533
|
+
})();
|
|
4555
5534
|
|
|
4556
5535
|
/*
|
|
4557
5536
|
<file>
|
|
@@ -4570,13 +5549,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4570
5549
|
*/
|
|
4571
5550
|
class AnatolyDataModule {
|
|
4572
5551
|
}
|
|
4573
|
-
AnatolyDataModule.ɵfac =
|
|
4574
|
-
AnatolyDataModule.ɵmod = i0.ɵɵ
|
|
4575
|
-
AnatolyDataModule.ɵinj = i0.ɵɵ
|
|
5552
|
+
AnatolyDataModule.ɵfac = function AnatolyDataModule_Factory(t) { return new (t || AnatolyDataModule)(); };
|
|
5553
|
+
AnatolyDataModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule });
|
|
5554
|
+
AnatolyDataModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
4576
5555
|
CoreApiService,
|
|
4577
5556
|
EmailsApiService
|
|
4578
5557
|
], imports: [CommonModule] });
|
|
4579
|
-
|
|
5558
|
+
(function () {
|
|
5559
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyDataModule, [{
|
|
4580
5560
|
type: NgModule,
|
|
4581
5561
|
args: [{
|
|
4582
5562
|
imports: [
|
|
@@ -4587,7 +5567,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4587
5567
|
EmailsApiService
|
|
4588
5568
|
]
|
|
4589
5569
|
}]
|
|
4590
|
-
}]
|
|
5570
|
+
}], null, null);
|
|
5571
|
+
})();
|
|
5572
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyDataModule, { imports: [CommonModule] }); })();
|
|
4591
5573
|
|
|
4592
5574
|
/*
|
|
4593
5575
|
<file>
|
|
@@ -4609,12 +5591,12 @@ class FaModule {
|
|
|
4609
5591
|
library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
|
|
4610
5592
|
}
|
|
4611
5593
|
}
|
|
4612
|
-
FaModule.ɵfac =
|
|
4613
|
-
FaModule.ɵmod = i0.ɵɵ
|
|
4614
|
-
|
|
4615
|
-
FaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
5594
|
+
FaModule.ɵfac = function FaModule_Factory(t) { return new (t || FaModule)(i0.ɵɵinject(i1$6.FaIconLibrary)); };
|
|
5595
|
+
FaModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FaModule });
|
|
5596
|
+
FaModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4616
5597
|
FontAwesomeModule, FontAwesomeModule] });
|
|
4617
|
-
|
|
5598
|
+
(function () {
|
|
5599
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FaModule, [{
|
|
4618
5600
|
type: NgModule,
|
|
4619
5601
|
args: [{
|
|
4620
5602
|
imports: [
|
|
@@ -4625,7 +5607,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4625
5607
|
FontAwesomeModule
|
|
4626
5608
|
]
|
|
4627
5609
|
}]
|
|
4628
|
-
}],
|
|
5610
|
+
}], function () { return [{ type: i1$6.FaIconLibrary }]; }, null);
|
|
5611
|
+
})();
|
|
5612
|
+
(function () {
|
|
5613
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FaModule, { imports: [CommonModule,
|
|
5614
|
+
FontAwesomeModule], exports: [FontAwesomeModule] });
|
|
5615
|
+
})();
|
|
4629
5616
|
|
|
4630
5617
|
/*
|
|
4631
5618
|
<file>
|
|
@@ -4644,36 +5631,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4644
5631
|
*/
|
|
4645
5632
|
class KendoModule {
|
|
4646
5633
|
}
|
|
4647
|
-
KendoModule.ɵfac =
|
|
4648
|
-
KendoModule.ɵmod = i0.ɵɵ
|
|
4649
|
-
|
|
4650
|
-
DialogsModule,
|
|
4651
|
-
DropDownsModule,
|
|
4652
|
-
InputsModule,
|
|
4653
|
-
PagerModule,
|
|
4654
|
-
TreeViewModule,
|
|
4655
|
-
TooltipsModule], exports: [ButtonsModule,
|
|
4656
|
-
DialogsModule,
|
|
4657
|
-
DropDownsModule,
|
|
4658
|
-
InputsModule,
|
|
4659
|
-
PagerModule,
|
|
4660
|
-
TreeViewModule,
|
|
4661
|
-
TooltipsModule] });
|
|
4662
|
-
KendoModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: KendoModule, imports: [CommonModule,
|
|
5634
|
+
KendoModule.ɵfac = function KendoModule_Factory(t) { return new (t || KendoModule)(); };
|
|
5635
|
+
KendoModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: KendoModule });
|
|
5636
|
+
KendoModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4663
5637
|
ButtonsModule,
|
|
4664
5638
|
DialogsModule,
|
|
4665
5639
|
DropDownsModule,
|
|
4666
5640
|
InputsModule,
|
|
4667
5641
|
PagerModule,
|
|
4668
5642
|
TreeViewModule,
|
|
4669
|
-
TooltipsModule,
|
|
5643
|
+
TooltipsModule,
|
|
5644
|
+
IconsModule, ButtonsModule,
|
|
4670
5645
|
DialogsModule,
|
|
4671
5646
|
DropDownsModule,
|
|
4672
5647
|
InputsModule,
|
|
4673
5648
|
PagerModule,
|
|
4674
5649
|
TreeViewModule,
|
|
4675
|
-
TooltipsModule
|
|
4676
|
-
|
|
5650
|
+
TooltipsModule,
|
|
5651
|
+
IconsModule] });
|
|
5652
|
+
(function () {
|
|
5653
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KendoModule, [{
|
|
4677
5654
|
type: NgModule,
|
|
4678
5655
|
args: [{
|
|
4679
5656
|
imports: [
|
|
@@ -4684,7 +5661,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4684
5661
|
InputsModule,
|
|
4685
5662
|
PagerModule,
|
|
4686
5663
|
TreeViewModule,
|
|
4687
|
-
TooltipsModule
|
|
5664
|
+
TooltipsModule,
|
|
5665
|
+
IconsModule,
|
|
4688
5666
|
],
|
|
4689
5667
|
exports: [
|
|
4690
5668
|
ButtonsModule,
|
|
@@ -4693,10 +5671,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4693
5671
|
InputsModule,
|
|
4694
5672
|
PagerModule,
|
|
4695
5673
|
TreeViewModule,
|
|
4696
|
-
TooltipsModule
|
|
5674
|
+
TooltipsModule,
|
|
5675
|
+
IconsModule
|
|
4697
5676
|
]
|
|
4698
5677
|
}]
|
|
4699
|
-
}]
|
|
5678
|
+
}], null, null);
|
|
5679
|
+
})();
|
|
5680
|
+
(function () {
|
|
5681
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(KendoModule, { imports: [CommonModule,
|
|
5682
|
+
ButtonsModule,
|
|
5683
|
+
DialogsModule,
|
|
5684
|
+
DropDownsModule,
|
|
5685
|
+
InputsModule,
|
|
5686
|
+
PagerModule,
|
|
5687
|
+
TreeViewModule,
|
|
5688
|
+
TooltipsModule,
|
|
5689
|
+
IconsModule], exports: [ButtonsModule,
|
|
5690
|
+
DialogsModule,
|
|
5691
|
+
DropDownsModule,
|
|
5692
|
+
InputsModule,
|
|
5693
|
+
PagerModule,
|
|
5694
|
+
TreeViewModule,
|
|
5695
|
+
TooltipsModule,
|
|
5696
|
+
IconsModule] });
|
|
5697
|
+
})();
|
|
4700
5698
|
|
|
4701
5699
|
/*
|
|
4702
5700
|
<file>
|
|
@@ -4755,84 +5753,9 @@ const COMPONENTS = [
|
|
|
4755
5753
|
];
|
|
4756
5754
|
class AnatolyUIModule {
|
|
4757
5755
|
}
|
|
4758
|
-
AnatolyUIModule.ɵfac =
|
|
4759
|
-
AnatolyUIModule.ɵmod = i0.ɵɵ
|
|
4760
|
-
|
|
4761
|
-
CheckIconComponent,
|
|
4762
|
-
DatapagerComponent,
|
|
4763
|
-
SignInButtonComponent,
|
|
4764
|
-
SignUpButtonComponent,
|
|
4765
|
-
SignOutButtonComponent,
|
|
4766
|
-
NodataComponent,
|
|
4767
|
-
PageSpinnerComponent,
|
|
4768
|
-
LoadingComponent,
|
|
4769
|
-
Copy2ClipboardComponent,
|
|
4770
|
-
//Cards
|
|
4771
|
-
CardComponent,
|
|
4772
|
-
CardHeaderComponent,
|
|
4773
|
-
CardBodyComponent,
|
|
4774
|
-
CardFooterComponent,
|
|
4775
|
-
//HtmlEditor
|
|
4776
|
-
HtmlEditorComponent,
|
|
4777
|
-
FormsHtmlEditorComponent,
|
|
4778
|
-
//Dialogs
|
|
4779
|
-
ContactUsDialog,
|
|
4780
|
-
//Directives
|
|
4781
|
-
NativeElementDirective,
|
|
4782
|
-
//Forms
|
|
4783
|
-
AddressComponent,
|
|
4784
|
-
CompanyComponent,
|
|
4785
|
-
UrlSlugComponent,
|
|
4786
|
-
TimezoneDropdownlist,
|
|
4787
|
-
ContactUsForm,
|
|
4788
|
-
//Pipes
|
|
4789
|
-
SafeHtmlPipe,
|
|
4790
|
-
ReplaceTextPipe,
|
|
4791
|
-
FileSizePipe,
|
|
4792
|
-
//Validation
|
|
4793
|
-
FormValidationSummaryComponent,
|
|
4794
|
-
ItemValidationSummaryComponent], imports: [CommonModule,
|
|
4795
|
-
ReactiveFormsModule,
|
|
4796
|
-
FormsModule,
|
|
4797
|
-
NgxCaptchaModule,
|
|
4798
|
-
FaModule,
|
|
4799
|
-
KendoModule, i1$9.FroalaEditorModule, i1$9.FroalaViewModule], exports: [BuyAccessButtonComponent,
|
|
4800
|
-
SubscribePlanButtonComponent,
|
|
4801
|
-
CheckIconComponent,
|
|
4802
|
-
DatapagerComponent,
|
|
4803
|
-
SignInButtonComponent,
|
|
4804
|
-
SignUpButtonComponent,
|
|
4805
|
-
SignOutButtonComponent,
|
|
4806
|
-
NodataComponent,
|
|
4807
|
-
PageSpinnerComponent,
|
|
4808
|
-
LoadingComponent,
|
|
4809
|
-
Copy2ClipboardComponent,
|
|
4810
|
-
//Cards
|
|
4811
|
-
CardComponent,
|
|
4812
|
-
CardHeaderComponent,
|
|
4813
|
-
CardBodyComponent,
|
|
4814
|
-
CardFooterComponent,
|
|
4815
|
-
//HtmlEditor
|
|
4816
|
-
HtmlEditorComponent,
|
|
4817
|
-
FormsHtmlEditorComponent,
|
|
4818
|
-
//Dialogs
|
|
4819
|
-
ContactUsDialog,
|
|
4820
|
-
//Directives
|
|
4821
|
-
NativeElementDirective,
|
|
4822
|
-
//Forms
|
|
4823
|
-
AddressComponent,
|
|
4824
|
-
CompanyComponent,
|
|
4825
|
-
UrlSlugComponent,
|
|
4826
|
-
TimezoneDropdownlist,
|
|
4827
|
-
ContactUsForm,
|
|
4828
|
-
//Pipes
|
|
4829
|
-
SafeHtmlPipe,
|
|
4830
|
-
ReplaceTextPipe,
|
|
4831
|
-
FileSizePipe,
|
|
4832
|
-
//Validation
|
|
4833
|
-
FormValidationSummaryComponent,
|
|
4834
|
-
ItemValidationSummaryComponent] });
|
|
4835
|
-
AnatolyUIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AnatolyUIModule, imports: [CommonModule,
|
|
5756
|
+
AnatolyUIModule.ɵfac = function AnatolyUIModule_Factory(t) { return new (t || AnatolyUIModule)(); };
|
|
5757
|
+
AnatolyUIModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyUIModule });
|
|
5758
|
+
AnatolyUIModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4836
5759
|
ReactiveFormsModule,
|
|
4837
5760
|
FormsModule,
|
|
4838
5761
|
NgxCaptchaModule,
|
|
@@ -4840,7 +5763,8 @@ AnatolyUIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
4840
5763
|
KendoModule,
|
|
4841
5764
|
FroalaEditorModuleWithProviders,
|
|
4842
5765
|
FroalaViewModuleWithProviders] });
|
|
4843
|
-
|
|
5766
|
+
(function () {
|
|
5767
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyUIModule, [{
|
|
4844
5768
|
type: NgModule,
|
|
4845
5769
|
args: [{
|
|
4846
5770
|
imports: [
|
|
@@ -4860,7 +5784,86 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4860
5784
|
...COMPONENTS
|
|
4861
5785
|
]
|
|
4862
5786
|
}]
|
|
4863
|
-
}]
|
|
5787
|
+
}], null, null);
|
|
5788
|
+
})();
|
|
5789
|
+
(function () {
|
|
5790
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [BuyAccessButtonComponent,
|
|
5791
|
+
SubscribePlanButtonComponent,
|
|
5792
|
+
CheckIconComponent,
|
|
5793
|
+
DatapagerComponent,
|
|
5794
|
+
SignInButtonComponent,
|
|
5795
|
+
SignUpButtonComponent,
|
|
5796
|
+
SignOutButtonComponent,
|
|
5797
|
+
NodataComponent,
|
|
5798
|
+
PageSpinnerComponent,
|
|
5799
|
+
LoadingComponent,
|
|
5800
|
+
Copy2ClipboardComponent,
|
|
5801
|
+
//Cards
|
|
5802
|
+
CardComponent,
|
|
5803
|
+
CardHeaderComponent,
|
|
5804
|
+
CardBodyComponent,
|
|
5805
|
+
CardFooterComponent,
|
|
5806
|
+
//HtmlEditor
|
|
5807
|
+
HtmlEditorComponent,
|
|
5808
|
+
FormsHtmlEditorComponent,
|
|
5809
|
+
//Dialogs
|
|
5810
|
+
ContactUsDialog,
|
|
5811
|
+
//Directives
|
|
5812
|
+
NativeElementDirective,
|
|
5813
|
+
//Forms
|
|
5814
|
+
AddressComponent,
|
|
5815
|
+
CompanyComponent,
|
|
5816
|
+
UrlSlugComponent,
|
|
5817
|
+
TimezoneDropdownlist,
|
|
5818
|
+
ContactUsForm,
|
|
5819
|
+
//Pipes
|
|
5820
|
+
SafeHtmlPipe,
|
|
5821
|
+
ReplaceTextPipe,
|
|
5822
|
+
FileSizePipe,
|
|
5823
|
+
//Validation
|
|
5824
|
+
FormValidationSummaryComponent,
|
|
5825
|
+
ItemValidationSummaryComponent], imports: [CommonModule,
|
|
5826
|
+
ReactiveFormsModule,
|
|
5827
|
+
FormsModule,
|
|
5828
|
+
NgxCaptchaModule,
|
|
5829
|
+
FaModule,
|
|
5830
|
+
KendoModule, i1$9.FroalaEditorModule, i1$9.FroalaViewModule], exports: [BuyAccessButtonComponent,
|
|
5831
|
+
SubscribePlanButtonComponent,
|
|
5832
|
+
CheckIconComponent,
|
|
5833
|
+
DatapagerComponent,
|
|
5834
|
+
SignInButtonComponent,
|
|
5835
|
+
SignUpButtonComponent,
|
|
5836
|
+
SignOutButtonComponent,
|
|
5837
|
+
NodataComponent,
|
|
5838
|
+
PageSpinnerComponent,
|
|
5839
|
+
LoadingComponent,
|
|
5840
|
+
Copy2ClipboardComponent,
|
|
5841
|
+
//Cards
|
|
5842
|
+
CardComponent,
|
|
5843
|
+
CardHeaderComponent,
|
|
5844
|
+
CardBodyComponent,
|
|
5845
|
+
CardFooterComponent,
|
|
5846
|
+
//HtmlEditor
|
|
5847
|
+
HtmlEditorComponent,
|
|
5848
|
+
FormsHtmlEditorComponent,
|
|
5849
|
+
//Dialogs
|
|
5850
|
+
ContactUsDialog,
|
|
5851
|
+
//Directives
|
|
5852
|
+
NativeElementDirective,
|
|
5853
|
+
//Forms
|
|
5854
|
+
AddressComponent,
|
|
5855
|
+
CompanyComponent,
|
|
5856
|
+
UrlSlugComponent,
|
|
5857
|
+
TimezoneDropdownlist,
|
|
5858
|
+
ContactUsForm,
|
|
5859
|
+
//Pipes
|
|
5860
|
+
SafeHtmlPipe,
|
|
5861
|
+
ReplaceTextPipe,
|
|
5862
|
+
FileSizePipe,
|
|
5863
|
+
//Validation
|
|
5864
|
+
FormValidationSummaryComponent,
|
|
5865
|
+
ItemValidationSummaryComponent] });
|
|
5866
|
+
})();
|
|
4864
5867
|
|
|
4865
5868
|
/*
|
|
4866
5869
|
<file>
|
|
@@ -4879,20 +5882,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4879
5882
|
*/
|
|
4880
5883
|
class AnatolyModule {
|
|
4881
5884
|
}
|
|
4882
|
-
AnatolyModule.ɵfac =
|
|
4883
|
-
AnatolyModule.ɵmod = i0.ɵɵ
|
|
4884
|
-
|
|
4885
|
-
AnatolyDataModule,
|
|
4886
|
-
AnatolyUIModule], exports: [AnatolyCoreModule,
|
|
4887
|
-
AnatolyDataModule,
|
|
4888
|
-
AnatolyUIModule] });
|
|
4889
|
-
AnatolyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.8", ngImport: i0, type: AnatolyModule, imports: [CommonModule,
|
|
5885
|
+
AnatolyModule.ɵfac = function AnatolyModule_Factory(t) { return new (t || AnatolyModule)(); };
|
|
5886
|
+
AnatolyModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyModule });
|
|
5887
|
+
AnatolyModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
4890
5888
|
AnatolyCoreModule,
|
|
4891
5889
|
AnatolyDataModule,
|
|
4892
5890
|
AnatolyUIModule, AnatolyCoreModule,
|
|
4893
5891
|
AnatolyDataModule,
|
|
4894
5892
|
AnatolyUIModule] });
|
|
4895
|
-
|
|
5893
|
+
(function () {
|
|
5894
|
+
(typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AnatolyModule, [{
|
|
4896
5895
|
type: NgModule,
|
|
4897
5896
|
args: [{
|
|
4898
5897
|
imports: [
|
|
@@ -4908,7 +5907,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.8", ngImpor
|
|
|
4908
5907
|
],
|
|
4909
5908
|
providers: [],
|
|
4910
5909
|
}]
|
|
4911
|
-
}]
|
|
5910
|
+
}], null, null);
|
|
5911
|
+
})();
|
|
5912
|
+
(function () {
|
|
5913
|
+
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyModule, { imports: [CommonModule,
|
|
5914
|
+
AnatolyCoreModule,
|
|
5915
|
+
AnatolyDataModule,
|
|
5916
|
+
AnatolyUIModule], exports: [AnatolyCoreModule,
|
|
5917
|
+
AnatolyDataModule,
|
|
5918
|
+
AnatolyUIModule] });
|
|
5919
|
+
})();
|
|
4912
5920
|
|
|
4913
5921
|
/*
|
|
4914
5922
|
* Public API Surface of anatoly-lib
|