@osovitny/angular 4.2.3 → 4.2.4
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/fesm2022/osovitny-angular.mjs +346 -346
- package/package.json +3 -3
|
@@ -117,10 +117,10 @@ class ApiServiceBase {
|
|
|
117
117
|
getExternalJsonFile(libname, fileName) {
|
|
118
118
|
return this._http.get(formatAssetsUrl(AssetGroupType.External, `${libname}/jsons/${fileName}`));
|
|
119
119
|
}
|
|
120
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
121
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ApiServiceBase, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
121
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ApiServiceBase }); }
|
|
122
122
|
}
|
|
123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ApiServiceBase, decorators: [{
|
|
124
124
|
type: Injectable
|
|
125
125
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
126
126
|
|
|
@@ -161,20 +161,20 @@ class LocalStorageService extends WebStorageService {
|
|
|
161
161
|
constructor() {
|
|
162
162
|
super('localStorage');
|
|
163
163
|
}
|
|
164
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
165
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
164
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
165
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalStorageService }); }
|
|
166
166
|
}
|
|
167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
168
168
|
type: Injectable
|
|
169
169
|
}], ctorParameters: () => [] });
|
|
170
170
|
class SessionStorageService extends WebStorageService {
|
|
171
171
|
constructor() {
|
|
172
172
|
super('sessionStorage');
|
|
173
173
|
}
|
|
174
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
175
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
174
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SessionStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
175
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SessionStorageService }); }
|
|
176
176
|
}
|
|
177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
178
178
|
type: Injectable
|
|
179
179
|
}], ctorParameters: () => [] });
|
|
180
180
|
|
|
@@ -426,10 +426,10 @@ class AppContextService extends ApiServiceBase {
|
|
|
426
426
|
clearUSStates() {
|
|
427
427
|
this.localStorage.remove(AppContextStorageKeys.usStates);
|
|
428
428
|
}
|
|
429
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
430
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppContextService, deps: [{ token: i1.HttpClient }, { token: LocalStorageService }, { token: SessionStorageService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
430
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppContextService }); }
|
|
431
431
|
}
|
|
432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppContextService, decorators: [{
|
|
433
433
|
type: Injectable
|
|
434
434
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: LocalStorageService }, { type: SessionStorageService }] });
|
|
435
435
|
|
|
@@ -447,10 +447,10 @@ class ServiceBase {
|
|
|
447
447
|
ngOnDestroy() {
|
|
448
448
|
this.subs.unsubscribe();
|
|
449
449
|
}
|
|
450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
451
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ServiceBase, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
451
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ServiceBase }); }
|
|
452
452
|
}
|
|
453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ServiceBase, decorators: [{
|
|
454
454
|
type: Injectable
|
|
455
455
|
}], ctorParameters: () => [] });
|
|
456
456
|
|
|
@@ -528,10 +528,10 @@ class GoServiceBase extends ServiceBase {
|
|
|
528
528
|
error500() {
|
|
529
529
|
this.navigate([this.currentApp.root + '/errors/500']);
|
|
530
530
|
}
|
|
531
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
532
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
531
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GoServiceBase, deps: [{ token: i1$1.ActivatedRoute }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
532
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GoServiceBase }); }
|
|
533
533
|
}
|
|
534
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GoServiceBase, decorators: [{
|
|
535
535
|
type: Injectable
|
|
536
536
|
}], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: i1$1.Router }] });
|
|
537
537
|
|
|
@@ -652,10 +652,10 @@ class LoggingService {
|
|
|
652
652
|
error(error, ...optionalParams) {
|
|
653
653
|
LoggingService.error(error, ...optionalParams);
|
|
654
654
|
}
|
|
655
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
656
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
655
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LoggingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
656
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LoggingService, providedIn: "root" }); }
|
|
657
657
|
}
|
|
658
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LoggingService, decorators: [{
|
|
659
659
|
type: Injectable,
|
|
660
660
|
args: [{
|
|
661
661
|
providedIn: "root",
|
|
@@ -1067,10 +1067,10 @@ class AuthService extends ApiServiceBase {
|
|
|
1067
1067
|
};
|
|
1068
1068
|
this.login(resetPasswordFlowRequest);
|
|
1069
1069
|
}
|
|
1070
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1071
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1070
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: i1$1.Router }, { token: AppContextService }, { token: MSAL_GUARD_CONFIG }, { token: i4.MsalService }, { token: i4.MsalBroadcastService }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1071
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AuthService, providedIn: 'root' }); }
|
|
1072
1072
|
}
|
|
1073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AuthService, decorators: [{
|
|
1074
1074
|
type: Injectable,
|
|
1075
1075
|
args: [{
|
|
1076
1076
|
providedIn: 'root'
|
|
@@ -1144,10 +1144,10 @@ class AppsGoServiceBase extends GoServiceBase {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
}
|
|
1146
1146
|
}
|
|
1147
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1148
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppsGoServiceBase, deps: [{ token: i1$1.ActivatedRoute }, { token: i1$1.Router }, { token: AuthService }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1148
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppsGoServiceBase }); }
|
|
1149
1149
|
}
|
|
1150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppsGoServiceBase, decorators: [{
|
|
1151
1151
|
type: Injectable
|
|
1152
1152
|
}], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: i1$1.Router }, { type: AuthService }, { type: LoggingService }] });
|
|
1153
1153
|
|
|
@@ -1173,10 +1173,10 @@ class AdminGuard {
|
|
|
1173
1173
|
}
|
|
1174
1174
|
return of(true);
|
|
1175
1175
|
}
|
|
1176
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1177
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AdminGuard, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1177
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AdminGuard }); }
|
|
1178
1178
|
}
|
|
1179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AdminGuard, decorators: [{
|
|
1180
1180
|
type: Injectable
|
|
1181
1181
|
}], ctorParameters: () => [{ type: AuthService }] });
|
|
1182
1182
|
|
|
@@ -1193,10 +1193,10 @@ class AuthenticationGuard extends MsalGuard {
|
|
|
1193
1193
|
this.setInteractionType(route);
|
|
1194
1194
|
return super.canActivate(route, state);
|
|
1195
1195
|
}
|
|
1196
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1197
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AuthenticationGuard, deps: [{ token: MSAL_GUARD_CONFIG }, { token: i4.MsalBroadcastService }, { token: i4.MsalService }, { token: i1$2.Location }, { token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1197
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AuthenticationGuard }); }
|
|
1198
1198
|
}
|
|
1199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AuthenticationGuard, decorators: [{
|
|
1200
1200
|
type: Injectable
|
|
1201
1201
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1202
1202
|
type: Inject,
|
|
@@ -1279,10 +1279,10 @@ class LoadingService extends BehaviorSubject {
|
|
|
1279
1279
|
this.clearShowTimeout();
|
|
1280
1280
|
this.next(false);
|
|
1281
1281
|
}
|
|
1282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1283
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1283
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LoadingService, providedIn: 'root' }); }
|
|
1284
1284
|
}
|
|
1285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LoadingService, decorators: [{
|
|
1286
1286
|
type: Injectable,
|
|
1287
1287
|
args: [{
|
|
1288
1288
|
providedIn: 'root'
|
|
@@ -1438,10 +1438,10 @@ class OsovitnyHttpInterceptor {
|
|
|
1438
1438
|
this.loadingService.hide();
|
|
1439
1439
|
}
|
|
1440
1440
|
}
|
|
1441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1442
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyHttpInterceptor, deps: [{ token: AuthService }, { token: LoadingService }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1442
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyHttpInterceptor }); }
|
|
1443
1443
|
}
|
|
1444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyHttpInterceptor, decorators: [{
|
|
1445
1445
|
type: Injectable
|
|
1446
1446
|
}], ctorParameters: () => [{ type: AuthService }, { type: LoadingService }, { type: LoggingService }] });
|
|
1447
1447
|
|
|
@@ -1512,10 +1512,10 @@ class StarterService extends ApiServiceBase {
|
|
|
1512
1512
|
stopwatch.printElapsedAsMilliseconds();
|
|
1513
1513
|
}));
|
|
1514
1514
|
}
|
|
1515
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1516
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: StarterService, deps: [{ token: i1.HttpClient }, { token: AppContextService }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1516
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: StarterService }); }
|
|
1517
1517
|
}
|
|
1518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: StarterService, decorators: [{
|
|
1519
1519
|
type: Injectable
|
|
1520
1520
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: AppContextService }, { type: LoggingService }] });
|
|
1521
1521
|
|
|
@@ -1543,10 +1543,10 @@ class StarterGuard {
|
|
|
1543
1543
|
}
|
|
1544
1544
|
return of(true);
|
|
1545
1545
|
}
|
|
1546
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1547
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1546
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: StarterGuard, deps: [{ token: StarterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1547
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: StarterGuard }); }
|
|
1548
1548
|
}
|
|
1549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: StarterGuard, decorators: [{
|
|
1550
1550
|
type: Injectable
|
|
1551
1551
|
}], ctorParameters: () => [{ type: StarterService }] });
|
|
1552
1552
|
|
|
@@ -1680,10 +1680,10 @@ class LocalizationService {
|
|
|
1680
1680
|
}
|
|
1681
1681
|
return formatDistanceToNow(d, this.dateFnsLocale);
|
|
1682
1682
|
}
|
|
1683
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1684
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1683
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalizationService, deps: [{ token: i1$3.TranslateService }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1684
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
|
|
1685
1685
|
}
|
|
1686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalizationService, decorators: [{
|
|
1687
1687
|
type: Injectable,
|
|
1688
1688
|
args: [{
|
|
1689
1689
|
providedIn: 'root'
|
|
@@ -1751,10 +1751,10 @@ class LocalizePipe {
|
|
|
1751
1751
|
//Distance ----------------------------------------------------------------END
|
|
1752
1752
|
return inputData;
|
|
1753
1753
|
}
|
|
1754
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1755
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.
|
|
1754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalizePipe, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1755
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: LocalizePipe, isStandalone: false, name: "localize", pure: false }); }
|
|
1756
1756
|
}
|
|
1757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalizePipe, decorators: [{
|
|
1758
1758
|
type: Pipe,
|
|
1759
1759
|
args: [{
|
|
1760
1760
|
name: 'localize',
|
|
@@ -1778,10 +1778,10 @@ class OsovitnyTranslateLoader {
|
|
|
1778
1778
|
const suffix = `.json?v=${AppVersion ?? '1.0.0'}`;
|
|
1779
1779
|
return this.httpClient.get(`${prefix}${lang}${suffix}`);
|
|
1780
1780
|
}
|
|
1781
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1782
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1781
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyTranslateLoader, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1782
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyTranslateLoader }); }
|
|
1783
1783
|
}
|
|
1784
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyTranslateLoader, decorators: [{
|
|
1785
1785
|
type: Injectable
|
|
1786
1786
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
1787
1787
|
let _localizationInjectorInstance;
|
|
@@ -1796,14 +1796,14 @@ class LocalizationModule {
|
|
|
1796
1796
|
this.injector = injector;
|
|
1797
1797
|
_localizationInjectorInstance = this.injector;
|
|
1798
1798
|
}
|
|
1799
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1800
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
1799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalizationModule, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1800
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: LocalizationModule, declarations: [LocalizePipe], imports: [TranslatePipe,
|
|
1801
1801
|
TranslateDirective], exports: [TranslatePipe,
|
|
1802
1802
|
TranslateDirective,
|
|
1803
1803
|
LocalizePipe] }); }
|
|
1804
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
1804
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalizationModule }); }
|
|
1805
1805
|
}
|
|
1806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LocalizationModule, decorators: [{
|
|
1807
1807
|
type: NgModule,
|
|
1808
1808
|
args: [{
|
|
1809
1809
|
imports: [
|
|
@@ -1866,10 +1866,10 @@ class GlobalErrorHandler {
|
|
|
1866
1866
|
// IMPORTANT: Rethrow the error otherwise it gets swallowed
|
|
1867
1867
|
throw error;
|
|
1868
1868
|
}
|
|
1869
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1870
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1869
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GlobalErrorHandler, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1870
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GlobalErrorHandler }); }
|
|
1871
1871
|
}
|
|
1872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
1873
1873
|
type: Injectable
|
|
1874
1874
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1875
1875
|
|
|
@@ -1933,10 +1933,10 @@ class NotificationService {
|
|
|
1933
1933
|
let title = 'Authentication Required';
|
|
1934
1934
|
this.warning(text, null, title);
|
|
1935
1935
|
}
|
|
1936
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
1937
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
1936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NotificationService, deps: [{ token: i1$4.ToastrService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1937
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
|
|
1938
1938
|
}
|
|
1939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NotificationService, decorators: [{
|
|
1940
1940
|
type: Injectable,
|
|
1941
1941
|
args: [{ providedIn: 'root' }]
|
|
1942
1942
|
}], ctorParameters: () => [{ type: i1$4.ToastrService }] });
|
|
@@ -2017,10 +2017,10 @@ class BrowserService {
|
|
|
2017
2017
|
get userAgent() {
|
|
2018
2018
|
return navigator.userAgent.toLowerCase();
|
|
2019
2019
|
}
|
|
2020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2021
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
2020
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BrowserService, deps: [{ token: i1$5.Platform }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2021
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BrowserService, providedIn: 'root' }); }
|
|
2022
2022
|
}
|
|
2023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BrowserService, decorators: [{
|
|
2024
2024
|
type: Injectable,
|
|
2025
2025
|
args: [{
|
|
2026
2026
|
providedIn: 'root'
|
|
@@ -2148,10 +2148,10 @@ class DigitalMarketingService {
|
|
|
2148
2148
|
this.meta.removeTag(selector);
|
|
2149
2149
|
});
|
|
2150
2150
|
}
|
|
2151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2152
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
2151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: DigitalMarketingService, deps: [{ token: i1$6.Title }, { token: i1$6.Meta }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2152
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: DigitalMarketingService, providedIn: 'root' }); }
|
|
2153
2153
|
}
|
|
2154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: DigitalMarketingService, decorators: [{
|
|
2155
2155
|
type: Injectable,
|
|
2156
2156
|
args: [{
|
|
2157
2157
|
providedIn: 'root'
|
|
@@ -2209,10 +2209,10 @@ class GoogleAnalyticsService {
|
|
|
2209
2209
|
let ga = window.gtag;
|
|
2210
2210
|
return ga;
|
|
2211
2211
|
}
|
|
2212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2213
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
2212
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GoogleAnalyticsService, deps: [{ token: i1$1.Router }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2213
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GoogleAnalyticsService }); }
|
|
2214
2214
|
}
|
|
2215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GoogleAnalyticsService, decorators: [{
|
|
2216
2216
|
type: Injectable
|
|
2217
2217
|
}], ctorParameters: () => [{ type: i1$1.Router }, { type: LoggingService }] });
|
|
2218
2218
|
|
|
@@ -2269,10 +2269,10 @@ class IdleService {
|
|
|
2269
2269
|
this.resetTimeCounters(timeOutSeconds);
|
|
2270
2270
|
this.startTimer();
|
|
2271
2271
|
}
|
|
2272
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2273
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
2272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: IdleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2273
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: IdleService, providedIn: 'root' }); }
|
|
2274
2274
|
}
|
|
2275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: IdleService, decorators: [{
|
|
2276
2276
|
type: Injectable,
|
|
2277
2277
|
args: [{
|
|
2278
2278
|
providedIn: 'root'
|
|
@@ -2337,10 +2337,10 @@ class ScriptService {
|
|
|
2337
2337
|
}
|
|
2338
2338
|
return queryString;
|
|
2339
2339
|
}
|
|
2340
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2341
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
2340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ScriptService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2341
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ScriptService }); }
|
|
2342
2342
|
}
|
|
2343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ScriptService, decorators: [{
|
|
2344
2344
|
type: Injectable
|
|
2345
2345
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2346
2346
|
|
|
@@ -2371,10 +2371,10 @@ class Message2UserService extends BehaviorSubject {
|
|
|
2371
2371
|
const message = new Message2User(type, block, timeout);
|
|
2372
2372
|
this.next(message);
|
|
2373
2373
|
}
|
|
2374
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2375
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
2374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: Message2UserService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2375
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: Message2UserService }); }
|
|
2376
2376
|
}
|
|
2377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: Message2UserService, decorators: [{
|
|
2378
2378
|
type: Injectable
|
|
2379
2379
|
}], ctorParameters: () => [] });
|
|
2380
2380
|
|
|
@@ -2431,10 +2431,10 @@ class ComponentBase {
|
|
|
2431
2431
|
this.dataLoaded = true;
|
|
2432
2432
|
this.dataFound = found;
|
|
2433
2433
|
}
|
|
2434
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2435
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
2434
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2435
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: ComponentBase, isStandalone: true, selector: "ng-component", inputs: { mode: "mode", classes: "classes", title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired" }, ngImport: i0, template: '', isInline: true }); }
|
|
2436
2436
|
}
|
|
2437
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ComponentBase, decorators: [{
|
|
2438
2438
|
type: Component,
|
|
2439
2439
|
args: [{
|
|
2440
2440
|
template: ''
|
|
@@ -2471,10 +2471,10 @@ class ReplacerDirectiveBase {
|
|
|
2471
2471
|
setAttribute(name, value) {
|
|
2472
2472
|
this.renderer.setAttribute(this.el.nativeElement, name, value);
|
|
2473
2473
|
}
|
|
2474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2475
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.
|
|
2474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ReplacerDirectiveBase, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2475
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.7", type: ReplacerDirectiveBase, isStandalone: true, ngImport: i0 }); }
|
|
2476
2476
|
}
|
|
2477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ReplacerDirectiveBase, decorators: [{
|
|
2478
2478
|
type: Directive,
|
|
2479
2479
|
args: [{}]
|
|
2480
2480
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
@@ -2504,10 +2504,10 @@ class AReplacerDirective extends ReplacerDirectiveBase {
|
|
|
2504
2504
|
}
|
|
2505
2505
|
}
|
|
2506
2506
|
}
|
|
2507
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2508
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.
|
|
2507
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AReplacerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2508
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.7", type: AReplacerDirective, isStandalone: false, selector: "a", inputs: { href: "href" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
2509
2509
|
}
|
|
2510
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AReplacerDirective, decorators: [{
|
|
2511
2511
|
type: Directive,
|
|
2512
2512
|
args: [{
|
|
2513
2513
|
selector: 'a',
|
|
@@ -2531,10 +2531,10 @@ class SignUpButtonComponent extends ComponentBase {
|
|
|
2531
2531
|
this.url = url + (this.qs ? '?' + this.qs : '');
|
|
2532
2532
|
}
|
|
2533
2533
|
}
|
|
2534
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2535
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
2534
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignUpButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2535
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: SignUpButtonComponent, isStandalone: false, selector: "osovitny-signup-button", inputs: { qs: "qs" }, usesInheritance: true, ngImport: i0, template: "<a [href]=\"url\" class=\"{{ classes }}\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n @if (!ref.innerHTML.trim()) {\r\n <span>Sign Up</span>\r\n }\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: AReplacerDirective, selector: "a", inputs: ["href"] }] }); }
|
|
2536
2536
|
}
|
|
2537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignUpButtonComponent, decorators: [{
|
|
2538
2538
|
type: Component,
|
|
2539
2539
|
args: [{ selector: "osovitny-signup-button", standalone: false, template: "<a [href]=\"url\" class=\"{{ classes }}\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n @if (!ref.innerHTML.trim()) {\r\n <span>Sign Up</span>\r\n }\r\n</ng-template>\r\n" }]
|
|
2540
2540
|
}], propDecorators: { qs: [{
|
|
@@ -2581,10 +2581,10 @@ class BuyAccessButtonComponent {
|
|
|
2581
2581
|
onPlanSelect() {
|
|
2582
2582
|
this.planselect.emit(this.plan);
|
|
2583
2583
|
}
|
|
2584
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2585
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
2584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BuyAccessButtonComponent, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2585
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: BuyAccessButtonComponent, isStandalone: false, selector: "osovitny-billing-buyaccess-button", inputs: { plan: "plan", visiblePlanStatus: "visiblePlanStatus", visibleSignup: "visibleSignup" }, outputs: { planselect: "planselect" }, ngImport: i0, template: "@if (contextUpdated) {\r\n <div class=\"actions\">\r\n @if (!isUserSignedIn && visibleSignup) {\r\n <div>\r\n <osovitny-signup-button classes=\"btn btn-block btn-primary\" />\r\n </div>\r\n }\r\n @if (isUserSignedIn && visiblePlanStatus) {\r\n <div>\r\n @if (plan == currentPlanId) {\r\n <button class=\"btn btn-block btn-success selectPlan\">\r\n Your Plan\r\n </button>\r\n }\r\n @if (plan != currentPlanId) {\r\n <button class=\"btn btn-block btn-warning selectPlan\"\r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n }\r\n </div>\r\n }\r\n </div>\r\n}\r\n", dependencies: [{ kind: "component", type: SignUpButtonComponent, selector: "osovitny-signup-button", inputs: ["qs"] }] }); }
|
|
2586
2586
|
}
|
|
2587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BuyAccessButtonComponent, decorators: [{
|
|
2588
2588
|
type: Component,
|
|
2589
2589
|
args: [{ selector: 'osovitny-billing-buyaccess-button', standalone: false, template: "@if (contextUpdated) {\r\n <div class=\"actions\">\r\n @if (!isUserSignedIn && visibleSignup) {\r\n <div>\r\n <osovitny-signup-button classes=\"btn btn-block btn-primary\" />\r\n </div>\r\n }\r\n @if (isUserSignedIn && visiblePlanStatus) {\r\n <div>\r\n @if (plan == currentPlanId) {\r\n <button class=\"btn btn-block btn-success selectPlan\">\r\n Your Plan\r\n </button>\r\n }\r\n @if (plan != currentPlanId) {\r\n <button class=\"btn btn-block btn-warning selectPlan\"\r\n (click)=\"onPlanSelect()\">\r\n Buy Now\r\n </button>\r\n }\r\n </div>\r\n }\r\n </div>\r\n}\r\n" }]
|
|
2590
2590
|
}], ctorParameters: () => [{ type: AppContextService }], propDecorators: { plan: [{
|
|
@@ -2639,10 +2639,10 @@ class SubscribePlanButtonComponent {
|
|
|
2639
2639
|
onPlanSelect() {
|
|
2640
2640
|
this.planselect.emit(this.plan);
|
|
2641
2641
|
}
|
|
2642
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2643
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
2642
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SubscribePlanButtonComponent, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2643
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: SubscribePlanButtonComponent, isStandalone: false, selector: "osovitny-billing-subscribe-plan-button", inputs: { plan: "plan", visiblePlanStatus: "visiblePlanStatus", visibleSignup: "visibleSignup" }, outputs: { planselect: "planselect" }, ngImport: i0, template: "@if (contextUpdated) {\r\n <div class=\"actions\">\r\n @if (!isUserSignedIn && visibleSignup) {\r\n <div>\r\n <osovitny-signup-button classes=\"btn btn-block btn-primary\" />\r\n </div>\r\n }\r\n @if (isUserSignedIn && visiblePlanStatus) {\r\n <div>\r\n @if (plan == currentPlanId) {\r\n <button class=\"btn btn-block btn-success selectPlan\">\r\n Your Plan\r\n </button>\r\n }\r\n @if (plan == requestedPlanId) {\r\n <button class=\"btn btn-block btn-warning selectPlan\">\r\n Requested\r\n </button>\r\n }\r\n @if (plan != currentPlanId && plan != requestedPlanId) {\r\n <button class=\"btn btn-block btn-warning selectPlan\"\r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n }\r\n </div>\r\n }\r\n </div>\r\n}\r\n", dependencies: [{ kind: "component", type: SignUpButtonComponent, selector: "osovitny-signup-button", inputs: ["qs"] }] }); }
|
|
2644
2644
|
}
|
|
2645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SubscribePlanButtonComponent, decorators: [{
|
|
2646
2646
|
type: Component,
|
|
2647
2647
|
args: [{ selector: 'osovitny-billing-subscribe-plan-button', standalone: false, template: "@if (contextUpdated) {\r\n <div class=\"actions\">\r\n @if (!isUserSignedIn && visibleSignup) {\r\n <div>\r\n <osovitny-signup-button classes=\"btn btn-block btn-primary\" />\r\n </div>\r\n }\r\n @if (isUserSignedIn && visiblePlanStatus) {\r\n <div>\r\n @if (plan == currentPlanId) {\r\n <button class=\"btn btn-block btn-success selectPlan\">\r\n Your Plan\r\n </button>\r\n }\r\n @if (plan == requestedPlanId) {\r\n <button class=\"btn btn-block btn-warning selectPlan\">\r\n Requested\r\n </button>\r\n }\r\n @if (plan != currentPlanId && plan != requestedPlanId) {\r\n <button class=\"btn btn-block btn-warning selectPlan\"\r\n (click)=\"onPlanSelect()\">\r\n Subscribe\r\n </button>\r\n }\r\n </div>\r\n }\r\n </div>\r\n}\r\n" }]
|
|
2648
2648
|
}], ctorParameters: () => [{ type: AppContextService }], propDecorators: { plan: [{
|
|
@@ -2744,10 +2744,10 @@ class PaymentsService {
|
|
|
2744
2744
|
closeBraintreePaymentDialog() {
|
|
2745
2745
|
this._showBraintreeDialog.next(false);
|
|
2746
2746
|
}
|
|
2747
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2748
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
2747
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2748
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentsService }); }
|
|
2749
2749
|
}
|
|
2750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentsService, decorators: [{
|
|
2751
2751
|
type: Injectable
|
|
2752
2752
|
}] });
|
|
2753
2753
|
|
|
@@ -2766,10 +2766,10 @@ class PromoCodesApiService extends ApiServiceBase {
|
|
|
2766
2766
|
getPromoCode(code) {
|
|
2767
2767
|
return this.get('getPromoCode', { code });
|
|
2768
2768
|
}
|
|
2769
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2770
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
2769
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PromoCodesApiService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2770
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PromoCodesApiService }); }
|
|
2771
2771
|
}
|
|
2772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PromoCodesApiService, decorators: [{
|
|
2773
2773
|
type: Injectable
|
|
2774
2774
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
2775
2775
|
|
|
@@ -2836,10 +2836,10 @@ class OrderSummaryComponent extends ComponentBase {
|
|
|
2836
2836
|
},
|
|
2837
2837
|
});
|
|
2838
2838
|
}
|
|
2839
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2840
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
2839
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OrderSummaryComponent, deps: [{ token: PaymentsService }, { token: PromoCodesApiService }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2840
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: OrderSummaryComponent, isStandalone: false, selector: "osovitny-billing-order-summary", usesInheritance: true, ngImport: i0, template: "<div class='card'>\r\n <div class='card-header'>\r\n <div class='card-title'>\r\n <h2>Order Summary</h2>\r\n </div>\r\n </div>\r\n <div class='card-body'>\r\n <div class='order-summary'>\r\n <ng-content></ng-content>\r\n\r\n <div class='subtotal'>\r\n <span>Subtotal:</span><strong>${{ ps.subtotal }}</strong>\r\n </div>\r\n <div class='divider'></div>\r\n <div class=\"add-promo-code\" [ngClass]=\"{ 'show': showPromoCode }\" (click)=\"onTogglePromoCode()\">\r\n <span class='has-arrow'>Add a Promo Code:</span>\r\n </div>\r\n\r\n @if (showPromoCode) {\r\n <div class=\"add-promo-code\" [ngClass]=\"{ 'show': showPromoCode }\">\r\n <div class=\"promo-code\">\r\n <input type=\"text\" [(ngModel)]=\"promoCode\" class=\"input-text\" placeholder=\"Promo code\">\r\n <button class=\"btn\" (click)=\"onApplyPromoCode()\">Apply</button>\r\n </div>\r\n </div>\r\n }\r\n\r\n <div class='divider'></div>\r\n <div class='discounts'>\r\n <span>Discounts & Savings:</span>\r\n <strong>{{ discount }}</strong>\r\n </div>\r\n <div class='divider'></div>\r\n <div class='total'>\r\n <span>Total:</span>\r\n <strong>${{ toTotal() }}</strong>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox]):not([ngNoCva])[formControlName],textarea:not([ngNoCva])[formControlName],input:not([type=checkbox]):not([ngNoCva])[formControl],textarea:not([ngNoCva])[formControl],input:not([type=checkbox]):not([ngNoCva])[ngModel],textarea:not([ngNoCva])[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] }); }
|
|
2841
2841
|
}
|
|
2842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OrderSummaryComponent, decorators: [{
|
|
2843
2843
|
type: Component,
|
|
2844
2844
|
args: [{ selector: "osovitny-billing-order-summary", standalone: false, template: "<div class='card'>\r\n <div class='card-header'>\r\n <div class='card-title'>\r\n <h2>Order Summary</h2>\r\n </div>\r\n </div>\r\n <div class='card-body'>\r\n <div class='order-summary'>\r\n <ng-content></ng-content>\r\n\r\n <div class='subtotal'>\r\n <span>Subtotal:</span><strong>${{ ps.subtotal }}</strong>\r\n </div>\r\n <div class='divider'></div>\r\n <div class=\"add-promo-code\" [ngClass]=\"{ 'show': showPromoCode }\" (click)=\"onTogglePromoCode()\">\r\n <span class='has-arrow'>Add a Promo Code:</span>\r\n </div>\r\n\r\n @if (showPromoCode) {\r\n <div class=\"add-promo-code\" [ngClass]=\"{ 'show': showPromoCode }\">\r\n <div class=\"promo-code\">\r\n <input type=\"text\" [(ngModel)]=\"promoCode\" class=\"input-text\" placeholder=\"Promo code\">\r\n <button class=\"btn\" (click)=\"onApplyPromoCode()\">Apply</button>\r\n </div>\r\n </div>\r\n }\r\n\r\n <div class='divider'></div>\r\n <div class='discounts'>\r\n <span>Discounts & Savings:</span>\r\n <strong>{{ discount }}</strong>\r\n </div>\r\n <div class='divider'></div>\r\n <div class='total'>\r\n <span>Total:</span>\r\n <strong>${{ toTotal() }}</strong>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
2845
2845
|
}], ctorParameters: () => [{ type: PaymentsService }, { type: PromoCodesApiService }, { type: NotificationService }] });
|
|
@@ -2862,10 +2862,10 @@ class ImageReplacerDirective extends ReplacerDirectiveBase {
|
|
|
2862
2862
|
setSrc(value) {
|
|
2863
2863
|
this.setUrlAttribute('src', value);
|
|
2864
2864
|
}
|
|
2865
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2866
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.
|
|
2865
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ImageReplacerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2866
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.7", type: ImageReplacerDirective, isStandalone: false, selector: "img", inputs: { src: "src" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
2867
2867
|
}
|
|
2868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ImageReplacerDirective, decorators: [{
|
|
2869
2869
|
type: Directive,
|
|
2870
2870
|
args: [{
|
|
2871
2871
|
selector: 'img',
|
|
@@ -2928,10 +2928,10 @@ class PaymentMethodsComponent extends ComponentBase {
|
|
|
2928
2928
|
paymentMethod.selected = true;
|
|
2929
2929
|
this.ps.selectedPaymentMethod = paymentMethod.id;
|
|
2930
2930
|
}
|
|
2931
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2932
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
2931
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentMethodsComponent, deps: [{ token: PaymentsService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2932
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: PaymentMethodsComponent, isStandalone: false, selector: "osovitny-billing-payment-methods", usesInheritance: true, ngImport: i0, template: "<div class='card p-0 mb-3'>\r\n <div class='card-header'>\r\n <div class='card-title'>\r\n <h2>Select a payment method</h2>\r\n </div>\r\n </div>\r\n <div class='card-body'>\r\n <div class='payment__select-method'>\r\n <ul>\r\n @for (item of paymentMethods; track item) {\r\n <li (click)='onPaymentSelect(item)' [class.selected]='item.selected'>\r\n <div class='payment-name'>Pay with {{ item.title }}</div>\r\n <div class='icon-img'>\r\n <img src='/assets/@lib/images/payment-icons/{{item.icon}}.png' alt='payment-icon {{item.title}}'>\r\n </div>\r\n </li>\r\n }\r\n </ul>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: ImageReplacerDirective, selector: "img", inputs: ["src"] }] }); }
|
|
2933
2933
|
}
|
|
2934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentMethodsComponent, decorators: [{
|
|
2935
2935
|
type: Component,
|
|
2936
2936
|
args: [{ selector: "osovitny-billing-payment-methods", standalone: false, template: "<div class='card p-0 mb-3'>\r\n <div class='card-header'>\r\n <div class='card-title'>\r\n <h2>Select a payment method</h2>\r\n </div>\r\n </div>\r\n <div class='card-body'>\r\n <div class='payment__select-method'>\r\n <ul>\r\n @for (item of paymentMethods; track item) {\r\n <li (click)='onPaymentSelect(item)' [class.selected]='item.selected'>\r\n <div class='payment-name'>Pay with {{ item.title }}</div>\r\n <div class='icon-img'>\r\n <img src='/assets/@lib/images/payment-icons/{{item.icon}}.png' alt='payment-icon {{item.title}}'>\r\n </div>\r\n </li>\r\n }\r\n </ul>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
2937
2937
|
}], ctorParameters: () => [{ type: PaymentsService }] });
|
|
@@ -2961,10 +2961,10 @@ class PaymentOptionsComponent extends ComponentBase {
|
|
|
2961
2961
|
this.ps.selectedPaymentType = pt;
|
|
2962
2962
|
this.change.emit();
|
|
2963
2963
|
}
|
|
2964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
2965
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
2964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentOptionsComponent, deps: [{ token: PaymentsService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2965
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: PaymentOptionsComponent, isStandalone: false, selector: "osovitny-billing-payment-options", inputs: { priceWeekly: "priceWeekly", priceUpfront: "priceUpfront", numberOfWeeks: "numberOfWeeks" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: "<div class='payment-options'>\r\n <h4>Payment options</h4>\r\n <div (click)='onPaymentTypeSelect(2)' [ngClass]='{\"active\": ps.selectedPaymentType == 2 }' class='pay-weekly'>\r\n <div class='info'>\r\n <h4>Pay weekly</h4>\r\n <p>Cancel anytime</p>\r\n </div>\r\n <div class='price'>${{ priceWeekly }}</div>\r\n </div>\r\n\r\n <div (click)='onPaymentTypeSelect(1)' [ngClass]='{\"active\": ps.selectedPaymentType == 1 }' class='pay-upfront'>\r\n <div class='info'>\r\n <h4>Pay upfront</h4>\r\n <p>Covers the full {{ numberOfWeeks }} weeks </p>\r\n </div>\r\n <div class='price'>${{ priceUpfront }}</div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] }); }
|
|
2966
2966
|
}
|
|
2967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
2967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentOptionsComponent, decorators: [{
|
|
2968
2968
|
type: Component,
|
|
2969
2969
|
args: [{ selector: "osovitny-billing-payment-options", standalone: false, template: "<div class='payment-options'>\r\n <h4>Payment options</h4>\r\n <div (click)='onPaymentTypeSelect(2)' [ngClass]='{\"active\": ps.selectedPaymentType == 2 }' class='pay-weekly'>\r\n <div class='info'>\r\n <h4>Pay weekly</h4>\r\n <p>Cancel anytime</p>\r\n </div>\r\n <div class='price'>${{ priceWeekly }}</div>\r\n </div>\r\n\r\n <div (click)='onPaymentTypeSelect(1)' [ngClass]='{\"active\": ps.selectedPaymentType == 1 }' class='pay-upfront'>\r\n <div class='info'>\r\n <h4>Pay upfront</h4>\r\n <p>Covers the full {{ numberOfWeeks }} weeks </p>\r\n </div>\r\n <div class='price'>${{ priceUpfront }}</div>\r\n </div>\r\n</div>\r\n" }]
|
|
2970
2970
|
}], ctorParameters: () => [{ type: PaymentsService }], propDecorators: { priceWeekly: [{
|
|
@@ -3094,10 +3094,10 @@ class EditComponentBase extends ComponentBase {
|
|
|
3094
3094
|
let fg = frmGroup ? frmGroup : this.formGroup;
|
|
3095
3095
|
fg.get(controlName)?.setErrors({ invalid: true });
|
|
3096
3096
|
}
|
|
3097
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3098
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
3097
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EditComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3098
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: EditComponentBase, isStandalone: true, selector: "ng-component", inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted", controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
3099
3099
|
}
|
|
3100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EditComponentBase, decorators: [{
|
|
3101
3101
|
type: Component,
|
|
3102
3102
|
args: [{
|
|
3103
3103
|
template: ''
|
|
@@ -3150,10 +3150,10 @@ class DialogBase extends EditComponentBase {
|
|
|
3150
3150
|
this.isOpen = false;
|
|
3151
3151
|
this.closed.emit(-1);
|
|
3152
3152
|
}
|
|
3153
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3154
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
3153
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: DialogBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3154
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: DialogBase, isStandalone: false, selector: "ng-component", inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
3155
3155
|
}
|
|
3156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: DialogBase, decorators: [{
|
|
3157
3157
|
type: Component,
|
|
3158
3158
|
args: [{
|
|
3159
3159
|
template: '',
|
|
@@ -3209,10 +3209,10 @@ class PaymentsApiService extends ApiServiceBase {
|
|
|
3209
3209
|
}
|
|
3210
3210
|
});
|
|
3211
3211
|
}
|
|
3212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3213
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
3212
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentsApiService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3213
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentsApiService }); }
|
|
3214
3214
|
}
|
|
3215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaymentsApiService, decorators: [{
|
|
3216
3216
|
type: Injectable
|
|
3217
3217
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
3218
3218
|
|
|
@@ -3272,10 +3272,10 @@ class SubscriptionsApiService extends ApiServiceBase {
|
|
|
3272
3272
|
}
|
|
3273
3273
|
});
|
|
3274
3274
|
}
|
|
3275
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3276
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
3275
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SubscriptionsApiService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3276
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SubscriptionsApiService }); }
|
|
3277
3277
|
}
|
|
3278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SubscriptionsApiService, decorators: [{
|
|
3279
3279
|
type: Injectable
|
|
3280
3280
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
3281
3281
|
|
|
@@ -3362,10 +3362,10 @@ class BillingService {
|
|
|
3362
3362
|
});
|
|
3363
3363
|
});
|
|
3364
3364
|
}
|
|
3365
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3366
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
3365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BillingService, deps: [{ token: i0.NgZone }, { token: AppContextService }, { token: PaymentsApiService }, { token: SubscriptionsApiService }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3366
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BillingService }); }
|
|
3367
3367
|
}
|
|
3368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BillingService, decorators: [{
|
|
3369
3369
|
type: Injectable
|
|
3370
3370
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: AppContextService }, { type: PaymentsApiService }, { type: SubscriptionsApiService }, { type: NotificationService }] });
|
|
3371
3371
|
|
|
@@ -3467,10 +3467,10 @@ class BraintreeDialog extends DialogBase {
|
|
|
3467
3467
|
get visible() {
|
|
3468
3468
|
return this.isOpen && this.ps.getTotal() > 0;
|
|
3469
3469
|
}
|
|
3470
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3471
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
3470
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BraintreeDialog, deps: [{ token: BillingService }, { token: PaymentsService }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3471
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: BraintreeDialog, isStandalone: false, selector: "osovitny-billing-braintree-dialog", inputs: { planId: "planId", paidFor: "paidFor", title: "title", description: "description", image: "image" }, usesInheritance: true, ngImport: i0, template: "@if (visible) {\r\n <div class='send-message__kendo-dialog'>\r\n <kendo-dialog [width]='480' [height]='560' (close)='onClose()'>\r\n <kendo-dialog-titlebar>Pay with Credit Card</kendo-dialog-titlebar>\r\n <div class='kendo-dialog-content'>\r\n <div id=\"braintree-container\"></div>\r\n </div>\r\n <kendo-dialog-actions layout='end'>\r\n <button class='btn btn-sm btn-success' type='button' (click)='onPay()'>Pay</button>\r\n <button class='btn btn-sm btn-danger' type='button' (click)='onClose()'>Cancel</button>\r\n </kendo-dialog-actions>\r\n </kendo-dialog>\r\n </div>\r\n}\r\n", dependencies: [{ kind: "component", type: i4$1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "closable", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "component", type: i4$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }, { kind: "component", type: i4$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }] }); }
|
|
3472
3472
|
}
|
|
3473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: BraintreeDialog, decorators: [{
|
|
3474
3474
|
type: Component,
|
|
3475
3475
|
args: [{ selector: 'osovitny-billing-braintree-dialog', standalone: false, template: "@if (visible) {\r\n <div class='send-message__kendo-dialog'>\r\n <kendo-dialog [width]='480' [height]='560' (close)='onClose()'>\r\n <kendo-dialog-titlebar>Pay with Credit Card</kendo-dialog-titlebar>\r\n <div class='kendo-dialog-content'>\r\n <div id=\"braintree-container\"></div>\r\n </div>\r\n <kendo-dialog-actions layout='end'>\r\n <button class='btn btn-sm btn-success' type='button' (click)='onPay()'>Pay</button>\r\n <button class='btn btn-sm btn-danger' type='button' (click)='onClose()'>Cancel</button>\r\n </kendo-dialog-actions>\r\n </kendo-dialog>\r\n </div>\r\n}\r\n" }]
|
|
3476
3476
|
}], ctorParameters: () => [{ type: BillingService }, { type: PaymentsService }, { type: NotificationService }], propDecorators: { planId: [{
|
|
@@ -3556,10 +3556,10 @@ class PayPalScriptService {
|
|
|
3556
3556
|
}
|
|
3557
3557
|
return `https://www.paypal.com/sdk/js${this.ss.getQueryString(params)}`;
|
|
3558
3558
|
}
|
|
3559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3560
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
3559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PayPalScriptService, deps: [{ token: ScriptService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3560
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PayPalScriptService }); }
|
|
3561
3561
|
}
|
|
3562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PayPalScriptService, decorators: [{
|
|
3563
3563
|
type: Injectable
|
|
3564
3564
|
}], ctorParameters: () => [{ type: ScriptService }] });
|
|
3565
3565
|
|
|
@@ -3834,12 +3834,12 @@ class PayPalComponent {
|
|
|
3834
3834
|
return (c == "x" ? r : (r & 0x7) | 0x8).toString(16);
|
|
3835
3835
|
});
|
|
3836
3836
|
}
|
|
3837
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3838
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
3837
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PayPalComponent, deps: [{ token: PayPalScriptService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: LoggingService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3838
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: PayPalComponent, isStandalone: false, selector: "osovitny-billing-paypal-container", inputs: { config: "config", registerScript: "registerScript" }, outputs: { scriptLoaded: "scriptLoaded" }, viewQueries: [{ propertyName: "payPalButtonContainer", first: true, predicate: ["payPalButtonContainer"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
3839
3839
|
<div #payPalButtonContainer [id]="payPalButtonContainerId"></div>
|
|
3840
3840
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3841
3841
|
}
|
|
3842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PayPalComponent, decorators: [{
|
|
3843
3843
|
type: Component,
|
|
3844
3844
|
args: [{
|
|
3845
3845
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -3972,10 +3972,10 @@ class PaypalButtonComponent extends ComponentBase {
|
|
|
3972
3972
|
get visible() {
|
|
3973
3973
|
return this.ps.selectedPaymentMethod == PaymentMethod.PayPal && this.ps.getTotal() > 0;
|
|
3974
3974
|
}
|
|
3975
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
3976
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
3975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaypalButtonComponent, deps: [{ token: BillingService }, { token: PaymentsService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3976
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: PaypalButtonComponent, isStandalone: false, selector: "osovitny-billing-paypal-button", inputs: { planId: "planId", paidFor: "paidFor", paidForTitle: "paidForTitle" }, usesInheritance: true, ngImport: i0, template: "@if (visible) {\r\n <osovitny-billing-paypal-container [config]='payPalConfig' />\r\n}\r\n", dependencies: [{ kind: "component", type: PayPalComponent, selector: "osovitny-billing-paypal-container", inputs: ["config", "registerScript"], outputs: ["scriptLoaded"] }] }); }
|
|
3977
3977
|
}
|
|
3978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
3978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaypalButtonComponent, decorators: [{
|
|
3979
3979
|
type: Component,
|
|
3980
3980
|
args: [{ selector: 'osovitny-billing-paypal-button', standalone: false, template: "@if (visible) {\r\n <osovitny-billing-paypal-container [config]='payPalConfig' />\r\n}\r\n" }]
|
|
3981
3981
|
}], ctorParameters: () => [{ type: BillingService }, { type: PaymentsService }], propDecorators: { planId: [{
|
|
@@ -4067,10 +4067,10 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
|
|
|
4067
4067
|
}
|
|
4068
4068
|
};
|
|
4069
4069
|
}
|
|
4070
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4071
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4070
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaypalSubscribeButtonComponent, deps: [{ token: BillingService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4071
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: PaypalSubscribeButtonComponent, isStandalone: false, selector: "osovitny-billing-paypal-subscribe-button", inputs: { payPalPlanId: "payPalPlanId", quantity: "quantity", planId: "planId", addons: "addons", subtotal: "subtotal", promoCode: "promoCode", total: "total", currency: "currency" }, usesInheritance: true, ngImport: i0, template: "<osovitny-billing-paypal-container [config]='payPalConfig' />\r\n\r\n", dependencies: [{ kind: "component", type: PayPalComponent, selector: "osovitny-billing-paypal-container", inputs: ["config", "registerScript"], outputs: ["scriptLoaded"] }] }); }
|
|
4072
4072
|
}
|
|
4073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PaypalSubscribeButtonComponent, decorators: [{
|
|
4074
4074
|
type: Component,
|
|
4075
4075
|
args: [{ selector: 'osovitny-billing-paypal-subscribe-button', standalone: false, template: "<osovitny-billing-paypal-container [config]='payPalConfig' />\r\n\r\n" }]
|
|
4076
4076
|
}], ctorParameters: () => [{ type: BillingService }], propDecorators: { payPalPlanId: [{
|
|
@@ -4152,10 +4152,10 @@ class StripeDialog extends DialogBase {
|
|
|
4152
4152
|
get visible() {
|
|
4153
4153
|
return this.isOpen && this.ps.getTotal() > 0;
|
|
4154
4154
|
}
|
|
4155
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4156
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
4155
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: StripeDialog, deps: [{ token: BillingService }, { token: PaymentsService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4156
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: StripeDialog, isStandalone: false, selector: "osovitny-billing-stripe-dialog", inputs: { planId: "planId", paidFor: "paidFor", title: "title", description: "description", image: "image" }, usesInheritance: true, ngImport: i0, template: "@if (visible) {\r\n <div class='send-message__kendo-dialog'>\r\n <kendo-dialog [width]='1080' [height]='800' (close)='onClose()'>\r\n <kendo-dialog-titlebar>Pay with Stripe</kendo-dialog-titlebar> \r\n <div class='kendo-dialog-content'>\r\n <div id=\"stripeCheckout\"></div>\r\n </div>\r\n </kendo-dialog>\r\n </div>\r\n}\r\n", dependencies: [{ kind: "component", type: i4$1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "closable", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "component", type: i4$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle", "closable"], outputs: ["close"] }] }); }
|
|
4157
4157
|
}
|
|
4158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: StripeDialog, decorators: [{
|
|
4159
4159
|
type: Component,
|
|
4160
4160
|
args: [{ selector: 'osovitny-billing-stripe-dialog', standalone: false, template: "@if (visible) {\r\n <div class='send-message__kendo-dialog'>\r\n <kendo-dialog [width]='1080' [height]='800' (close)='onClose()'>\r\n <kendo-dialog-titlebar>Pay with Stripe</kendo-dialog-titlebar> \r\n <div class='kendo-dialog-content'>\r\n <div id=\"stripeCheckout\"></div>\r\n </div>\r\n </kendo-dialog>\r\n </div>\r\n}\r\n" }]
|
|
4161
4161
|
}], ctorParameters: () => [{ type: BillingService }, { type: PaymentsService }], propDecorators: { planId: [{
|
|
@@ -4223,10 +4223,10 @@ class GridReadServiceBase extends BehaviorSubject {
|
|
|
4223
4223
|
}
|
|
4224
4224
|
});
|
|
4225
4225
|
}
|
|
4226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4227
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
4226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GridReadServiceBase, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4227
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GridReadServiceBase }); }
|
|
4228
4228
|
}
|
|
4229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GridReadServiceBase, decorators: [{
|
|
4230
4230
|
type: Injectable
|
|
4231
4231
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4232
4232
|
|
|
@@ -4288,10 +4288,10 @@ class GridEditServiceBase extends GridReadServiceBase {
|
|
|
4288
4288
|
const url = `${this.baseUrl}/${action}${this.serializeParams(data)}`;
|
|
4289
4289
|
return this.http.post(url, data).pipe(map(res => res));
|
|
4290
4290
|
}
|
|
4291
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4292
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
4291
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GridEditServiceBase, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4292
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GridEditServiceBase }); }
|
|
4293
4293
|
}
|
|
4294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: GridEditServiceBase, decorators: [{
|
|
4295
4295
|
type: Injectable
|
|
4296
4296
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4297
4297
|
|
|
@@ -4313,10 +4313,10 @@ class CurrenciesApiService extends ApiServiceBase {
|
|
|
4313
4313
|
getRates() {
|
|
4314
4314
|
return this.get('getRates');
|
|
4315
4315
|
}
|
|
4316
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4317
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
4316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CurrenciesApiService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4317
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CurrenciesApiService }); }
|
|
4318
4318
|
}
|
|
4319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CurrenciesApiService, decorators: [{
|
|
4320
4320
|
type: Injectable
|
|
4321
4321
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4322
4322
|
|
|
@@ -4391,10 +4391,10 @@ class CurrenciesStorageService {
|
|
|
4391
4391
|
}
|
|
4392
4392
|
return rate;
|
|
4393
4393
|
}
|
|
4394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4395
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
4394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CurrenciesStorageService, deps: [{ token: AppContextService }, { token: CurrenciesApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4395
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CurrenciesStorageService }); }
|
|
4396
4396
|
}
|
|
4397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CurrenciesStorageService, decorators: [{
|
|
4398
4398
|
type: Injectable
|
|
4399
4399
|
}], ctorParameters: () => [{ type: AppContextService }, { type: CurrenciesApiService }] });
|
|
4400
4400
|
|
|
@@ -4419,10 +4419,10 @@ class TransactionsApiService extends ApiServiceBase {
|
|
|
4419
4419
|
getTransactions(data) {
|
|
4420
4420
|
return this.get('getTransactions', data);
|
|
4421
4421
|
}
|
|
4422
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4423
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
4422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: TransactionsApiService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4423
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: TransactionsApiService }); }
|
|
4424
4424
|
}
|
|
4425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: TransactionsApiService, decorators: [{
|
|
4426
4426
|
type: Injectable
|
|
4427
4427
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4428
4428
|
|
|
@@ -4438,10 +4438,10 @@ class CoreApiService extends ApiServiceBase {
|
|
|
4438
4438
|
this.http = http;
|
|
4439
4439
|
this.baseUrl = `${ApiUrl}/core`;
|
|
4440
4440
|
}
|
|
4441
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4442
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
4441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CoreApiService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4442
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CoreApiService }); }
|
|
4443
4443
|
}
|
|
4444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CoreApiService, decorators: [{
|
|
4445
4445
|
type: Injectable
|
|
4446
4446
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4447
4447
|
|
|
@@ -4469,10 +4469,10 @@ class EmailsApiService extends ApiServiceBase {
|
|
|
4469
4469
|
}
|
|
4470
4470
|
});
|
|
4471
4471
|
}
|
|
4472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4473
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
4472
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EmailsApiService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4473
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EmailsApiService }); }
|
|
4474
4474
|
}
|
|
4475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EmailsApiService, decorators: [{
|
|
4476
4476
|
type: Injectable
|
|
4477
4477
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4478
4478
|
|
|
@@ -4545,10 +4545,10 @@ class EnumEditComponentBase extends EditComponentBase {
|
|
|
4545
4545
|
onChange(value) {
|
|
4546
4546
|
this.fireValueChange(value);
|
|
4547
4547
|
}
|
|
4548
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4549
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4548
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EnumEditComponentBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4549
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: EnumEditComponentBase, isStandalone: true, selector: "ng-component", inputs: { selectedValue: "selectedValue", defaultValue: "defaultValue" }, outputs: { valueChange: "valueChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4550
4550
|
}
|
|
4551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EnumEditComponentBase, decorators: [{
|
|
4552
4552
|
type: Component,
|
|
4553
4553
|
args: [{
|
|
4554
4554
|
template: ''
|
|
@@ -4568,10 +4568,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
4568
4568
|
*/
|
|
4569
4569
|
//Node
|
|
4570
4570
|
class PageBase extends ComponentBase {
|
|
4571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4572
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PageBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4572
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: PageBase, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4573
4573
|
}
|
|
4574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PageBase, decorators: [{
|
|
4575
4575
|
type: Component,
|
|
4576
4576
|
args: [{
|
|
4577
4577
|
template: '',
|
|
@@ -4586,10 +4586,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
4586
4586
|
*/
|
|
4587
4587
|
//Node
|
|
4588
4588
|
class EditPageBase extends EditComponentBase {
|
|
4589
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4590
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EditPageBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: EditPageBase, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4591
4591
|
}
|
|
4592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: EditPageBase, decorators: [{
|
|
4593
4593
|
type: Component,
|
|
4594
4594
|
args: [{
|
|
4595
4595
|
template: '',
|
|
@@ -4640,10 +4640,10 @@ class PagedPageBase extends PageBase {
|
|
|
4640
4640
|
this.currentPage = (this.skipItems / this.pageSize) + 1;
|
|
4641
4641
|
this.loadPage();
|
|
4642
4642
|
}
|
|
4643
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4644
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PagedPageBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4644
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: PagedPageBase, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4645
4645
|
}
|
|
4646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PagedPageBase, decorators: [{
|
|
4647
4647
|
type: Component,
|
|
4648
4648
|
args: [{
|
|
4649
4649
|
template: '',
|
|
@@ -4723,10 +4723,10 @@ class ListBase extends ComponentBase {
|
|
|
4723
4723
|
this.currentPage = (this.skipItems / this.pageSize) + 1;
|
|
4724
4724
|
this.loadPage();
|
|
4725
4725
|
}
|
|
4726
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4727
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4726
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ListBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4727
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: ListBase, isStandalone: false, selector: "ng-component", inputs: { pageSize: "pageSize", autoDataLoading: "autoDataLoading" }, outputs: { filterRequest: "filterRequest", dataChange: "dataChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4728
4728
|
}
|
|
4729
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ListBase, decorators: [{
|
|
4730
4730
|
type: Component,
|
|
4731
4731
|
args: [{
|
|
4732
4732
|
template: '',
|
|
@@ -4749,10 +4749,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
4749
4749
|
*/
|
|
4750
4750
|
//Node
|
|
4751
4751
|
class CardComponent extends ComponentBase {
|
|
4752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4753
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4752
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CardComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4753
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: CardComponent, isStandalone: false, selector: "osovitny-card", usesInheritance: true, ngImport: i0, template: "<div class='card {{ classes }}'>\r\n <ng-content select='card-header'></ng-content>\r\n <ng-content select='card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='card-footer'></ng-content>\r\n</div>\r\n" }); }
|
|
4754
4754
|
}
|
|
4755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CardComponent, decorators: [{
|
|
4756
4756
|
type: Component,
|
|
4757
4757
|
args: [{ selector: 'osovitny-card', standalone: false, template: "<div class='card {{ classes }}'>\r\n <ng-content select='card-header'></ng-content>\r\n <ng-content select='card-body'></ng-content>\r\n <ng-content></ng-content>\r\n <ng-content select='card-footer'></ng-content>\r\n</div>\r\n" }]
|
|
4758
4758
|
}] });
|
|
@@ -4764,10 +4764,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
4764
4764
|
*/
|
|
4765
4765
|
//Node
|
|
4766
4766
|
class CardHeaderComponent extends ComponentBase {
|
|
4767
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4768
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
4767
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CardHeaderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4768
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: CardHeaderComponent, isStandalone: false, selector: "osovitny-card-header", usesInheritance: true, ngImport: i0, template: "<div class='card-header {{ classes }}'>\r\n <div class=\"card-title\">\r\n @if (title) {\r\n <h3>{{ title }}</h3>\r\n }\r\n </div>\r\n <ng-content></ng-content>\r\n</div>\r\n" }); }
|
|
4769
4769
|
}
|
|
4770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
4771
4771
|
type: Component,
|
|
4772
4772
|
args: [{ selector: 'osovitny-card-header', standalone: false, template: "<div class='card-header {{ classes }}'>\r\n <div class=\"card-title\">\r\n @if (title) {\r\n <h3>{{ title }}</h3>\r\n }\r\n </div>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
4773
4773
|
}] });
|
|
@@ -4779,10 +4779,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
4779
4779
|
*/
|
|
4780
4780
|
//Node
|
|
4781
4781
|
class CardBodyComponent extends ComponentBase {
|
|
4782
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4783
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4782
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CardBodyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4783
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: CardBodyComponent, isStandalone: false, selector: "osovitny-card-body", usesInheritance: true, ngImport: i0, template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }); }
|
|
4784
4784
|
}
|
|
4785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
4786
4786
|
type: Component,
|
|
4787
4787
|
args: [{ selector: 'osovitny-card-body', standalone: false, template: "<div class='card-body {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
4788
4788
|
}] });
|
|
@@ -4794,10 +4794,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
4794
4794
|
*/
|
|
4795
4795
|
//Node
|
|
4796
4796
|
class CardFooterComponent extends ComponentBase {
|
|
4797
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4798
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4797
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CardFooterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4798
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: CardFooterComponent, isStandalone: false, selector: "osovitny-card-footer", usesInheritance: true, ngImport: i0, template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }); }
|
|
4799
4799
|
}
|
|
4800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
4801
4801
|
type: Component,
|
|
4802
4802
|
args: [{ selector: 'osovitny-card-footer', standalone: false, template: "<div class='card-footer {{ classes }}'>\r\n <ng-content></ng-content>\r\n</div>\r\n" }]
|
|
4803
4803
|
}] });
|
|
@@ -4817,10 +4817,10 @@ class NativeElementDirective {
|
|
|
4817
4817
|
// sets the localization key to the control
|
|
4818
4818
|
this.control.control.nativeElement = this.el.nativeElement;
|
|
4819
4819
|
}
|
|
4820
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4821
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.
|
|
4820
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NativeElementDirective, deps: [{ token: i0.ElementRef }, { token: i2.NgControl }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4821
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.7", type: NativeElementDirective, isStandalone: false, selector: "[formControl], [formControlName]", ngImport: i0 }); }
|
|
4822
4822
|
}
|
|
4823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NativeElementDirective, decorators: [{
|
|
4824
4824
|
type: Directive,
|
|
4825
4825
|
args: [{
|
|
4826
4826
|
selector: '[formControl], [formControlName]',
|
|
@@ -4854,10 +4854,10 @@ class CountryDropdownlist extends EditComponentBase {
|
|
|
4854
4854
|
else {
|
|
4855
4855
|
}
|
|
4856
4856
|
}
|
|
4857
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4858
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
4857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CountryDropdownlist, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4858
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: CountryDropdownlist, isStandalone: false, selector: "osovitny-country-dropdownlist", usesInheritance: true, ngImport: i0, template: "@if (isNgModelBased) {\r\n <div>\r\n </div>\r\n}\r\n\r\n@if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <select [formControlName]='controlName' class='form-select'>\r\n @for (item of items; track item) {\r\n <option [value]='item.code'>\r\n {{ item.name }}\r\n </option>\r\n }\r\n </select>\r\n </div>\r\n}\r\n", dependencies: [{ kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple]):not([ngNoCva])[formControlName],select:not([multiple]):not([ngNoCva])[formControl],select:not([multiple]):not([ngNoCva])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }] }); }
|
|
4859
4859
|
}
|
|
4860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CountryDropdownlist, decorators: [{
|
|
4861
4861
|
type: Component,
|
|
4862
4862
|
args: [{ selector: 'osovitny-country-dropdownlist', standalone: false, template: "@if (isNgModelBased) {\r\n <div>\r\n </div>\r\n}\r\n\r\n@if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <select [formControlName]='controlName' class='form-select'>\r\n @for (item of items; track item) {\r\n <option [value]='item.code'>\r\n {{ item.name }}\r\n </option>\r\n }\r\n </select>\r\n </div>\r\n}\r\n" }]
|
|
4863
4863
|
}], ctorParameters: () => [{ type: AppContextService }] });
|
|
@@ -4880,10 +4880,10 @@ class LanguageDropdownlist extends EditComponentBase {
|
|
|
4880
4880
|
}
|
|
4881
4881
|
});
|
|
4882
4882
|
}
|
|
4883
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4884
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
4883
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LanguageDropdownlist, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4884
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: LanguageDropdownlist, isStandalone: false, selector: "osovitny-language-dropdownlist", usesInheritance: true, ngImport: i0, template: "@if (isNgModelBased) {\r\n <div>\r\n </div>\r\n}\r\n\r\n@if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]='items'\r\n valueField=\"code\"\r\n textField=\"name\"\r\n [valuePrimitive]='true'\r\n [formControlName]='controlName' />\r\n </div>\r\n }\r\n", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i2$1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "component", type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }] }); }
|
|
4885
4885
|
}
|
|
4886
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LanguageDropdownlist, decorators: [{
|
|
4887
4887
|
type: Component,
|
|
4888
4888
|
args: [{ selector: 'osovitny-language-dropdownlist', standalone: false, template: "@if (isNgModelBased) {\r\n <div>\r\n </div>\r\n}\r\n\r\n@if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]='items'\r\n valueField=\"code\"\r\n textField=\"name\"\r\n [valuePrimitive]='true'\r\n [formControlName]='controlName' />\r\n </div>\r\n }\r\n" }]
|
|
4889
4889
|
}], ctorParameters: () => [{ type: AppContextService }] });
|
|
@@ -4987,10 +4987,10 @@ class ValidationSummaryComponent extends EditComponentBase {
|
|
|
4987
4987
|
}
|
|
4988
4988
|
return messages;
|
|
4989
4989
|
}
|
|
4990
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
4991
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
4990
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4991
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: ValidationSummaryComponent, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4992
4992
|
}
|
|
4993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
4993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ValidationSummaryComponent, decorators: [{
|
|
4994
4994
|
type: Component,
|
|
4995
4995
|
args: [{
|
|
4996
4996
|
template: '',
|
|
@@ -5005,10 +5005,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
5005
5005
|
*/
|
|
5006
5006
|
//Node
|
|
5007
5007
|
class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
5008
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5009
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ItemValidationSummaryComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5009
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: ItemValidationSummaryComponent, isStandalone: false, selector: "osovitny-item-validation-summary", usesInheritance: true, ngImport: i0, template: "@if (isControlInvalid(controlName)) {\r\n <ul class=\"list-unstyled\">\r\n @for (error of getValidationMessages(formGroup.controls[controlName], controlName, controlTitle); track error) {\r\n <li>\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n }\r\n </ul>\r\n}\r\n\r\n" }); }
|
|
5010
5010
|
}
|
|
5011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ItemValidationSummaryComponent, decorators: [{
|
|
5012
5012
|
type: Component,
|
|
5013
5013
|
args: [{ selector: "osovitny-item-validation-summary", standalone: false, template: "@if (isControlInvalid(controlName)) {\r\n <ul class=\"list-unstyled\">\r\n @for (error of getValidationMessages(formGroup.controls[controlName], controlName, controlTitle); track error) {\r\n <li>\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n }\r\n </ul>\r\n}\r\n\r\n" }]
|
|
5014
5014
|
}] });
|
|
@@ -5025,10 +5025,10 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
|
|
|
5025
5025
|
this.title = 'Moderation Status';
|
|
5026
5026
|
this.enumeration = ModerationStatus;
|
|
5027
5027
|
}
|
|
5028
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5029
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5028
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ModerationStatusDropdownlist, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5029
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: ModerationStatusDropdownlist, isStandalone: false, selector: "osovitny-moderationstatus-dropdownlist", usesInheritance: true, ngImport: i0, template: "@if (isNgModelBased) {\r\n <div>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [(ngModel)]=\"sv\"\r\n (valueChange)=\"onChange($event)\" />\r\n </div>\r\n }\r\n\r\n @if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [formControlName]='controlName' />\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n </div>\r\n }\r\n", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i2$1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "component", type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "osovitny-item-validation-summary" }] }); }
|
|
5030
5030
|
}
|
|
5031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ModerationStatusDropdownlist, decorators: [{
|
|
5032
5032
|
type: Component,
|
|
5033
5033
|
args: [{ selector: 'osovitny-moderationstatus-dropdownlist', standalone: false, template: "@if (isNgModelBased) {\r\n <div>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [(ngModel)]=\"sv\"\r\n (valueChange)=\"onChange($event)\" />\r\n </div>\r\n }\r\n\r\n @if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [formControlName]='controlName' />\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n </div>\r\n }\r\n" }]
|
|
5034
5034
|
}], ctorParameters: () => [] });
|
|
@@ -5045,10 +5045,10 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
|
|
|
5045
5045
|
this.title = 'Publish Status';
|
|
5046
5046
|
this.enumeration = PublishStatus;
|
|
5047
5047
|
}
|
|
5048
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5049
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5048
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PublishStatusDropdownlist, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5049
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: PublishStatusDropdownlist, isStandalone: false, selector: "osovitny-publishstatus-dropdownlist", usesInheritance: true, ngImport: i0, template: "@if (isNgModelBased) {\r\n <div>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [(ngModel)]=\"sv\"\r\n (valueChange)=\"onChange($event)\" />\r\n </div>\r\n }\r\n\r\n @if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [formControlName]='controlName' />\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n </div>\r\n }\r\n", dependencies: [{ kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i2$1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "component", type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "osovitny-item-validation-summary" }] }); }
|
|
5050
5050
|
}
|
|
5051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PublishStatusDropdownlist, decorators: [{
|
|
5052
5052
|
type: Component,
|
|
5053
5053
|
args: [{ selector: 'osovitny-publishstatus-dropdownlist', standalone: false, template: "@if (isNgModelBased) {\r\n <div>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [(ngModel)]=\"sv\"\r\n (valueChange)=\"onChange($event)\" />\r\n </div>\r\n }\r\n\r\n @if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <kendo-dropdownlist [data]=\"items\"\r\n valueField=\"value\" textField=\"text\"\r\n [valuePrimitive]=\"true\"\r\n [formControlName]='controlName' />\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n </div>\r\n }\r\n" }]
|
|
5054
5054
|
}], ctorParameters: () => [] });
|
|
@@ -5097,10 +5097,10 @@ class TimezoneDropdownlist extends EditComponentBase {
|
|
|
5097
5097
|
}
|
|
5098
5098
|
}
|
|
5099
5099
|
}
|
|
5100
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5101
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5100
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: TimezoneDropdownlist, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5101
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: TimezoneDropdownlist, isStandalone: false, selector: "osovitny-timezone-dropdownlist", inputs: { disabled: "disabled" }, usesInheritance: true, ngImport: i0, template: "@if (isNgModelBased) {\r\n <div>\r\n </div>\r\n}\r\n\r\n@if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <label class='col-form-label'>Timezone</label>\r\n }\r\n <select [formControlName]='controlName' class='form-select' [disabled]='disabled'>\r\n @for (item of items; track item) {\r\n <option [value]='item.code'>\r\n ({{ item.offset }}) {{ item.name }}\r\n </option>\r\n }\r\n </select>\r\n </div>\r\n}\r\n", dependencies: [{ kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple]):not([ngNoCva])[formControlName],select:not([multiple]):not([ngNoCva])[formControl],select:not([multiple]):not([ngNoCva])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }] }); }
|
|
5102
5102
|
}
|
|
5103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: TimezoneDropdownlist, decorators: [{
|
|
5104
5104
|
type: Component,
|
|
5105
5105
|
args: [{ selector: 'osovitny-timezone-dropdownlist', standalone: false, template: "@if (isNgModelBased) {\r\n <div>\r\n </div>\r\n}\r\n\r\n@if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <label class='col-form-label'>Timezone</label>\r\n }\r\n <select [formControlName]='controlName' class='form-select' [disabled]='disabled'>\r\n @for (item of items; track item) {\r\n <option [value]='item.code'>\r\n ({{ item.offset }}) {{ item.name }}\r\n </option>\r\n }\r\n </select>\r\n </div>\r\n}\r\n" }]
|
|
5106
5106
|
}], ctorParameters: () => [{ type: AppContextService }], propDecorators: { disabled: [{
|
|
@@ -5182,10 +5182,10 @@ class HtmlEditorComponentBase extends EditComponentBase {
|
|
|
5182
5182
|
editor.opts.imageUploadParams.uploadParentId = uploadParentId;
|
|
5183
5183
|
});
|
|
5184
5184
|
}
|
|
5185
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5186
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
5185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: HtmlEditorComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5186
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: HtmlEditorComponentBase, isStandalone: false, selector: "ng-component", inputs: { editorOptions: "editorOptions" }, usesInheritance: true, ngImport: i0, template: "", isInline: true }); }
|
|
5187
5187
|
}
|
|
5188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: HtmlEditorComponentBase, decorators: [{
|
|
5189
5189
|
type: Component,
|
|
5190
5190
|
args: [{
|
|
5191
5191
|
template: "",
|
|
@@ -5221,10 +5221,10 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
5221
5221
|
editor.html.set(content);
|
|
5222
5222
|
});
|
|
5223
5223
|
}
|
|
5224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5225
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: HtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5225
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: HtmlEditorComponent, isStandalone: false, selector: "osovitny-html-editor", usesInheritance: true, ngImport: i0, template: "@if (isNgModelBased) {\r\n <div>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n </div>\r\n}\r\n\r\n@if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <textarea [froalaEditor]=\"options\"\r\n [formControlName]=\"controlName\"\r\n [attr.formControlTitle]=\"controlTitle\"\r\n (froalaInit)=\"initializeControl($event)\">\r\n </textarea>\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n </div>\r\n }\r\n", dependencies: [{ kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox]):not([ngNoCva])[formControlName],textarea:not([ngNoCva])[formControlName],input:not([type=checkbox]):not([ngNoCva])[formControl],textarea:not([ngNoCva])[formControl],input:not([type=checkbox]):not([ngNoCva])[ngModel],textarea:not([ngNoCva])[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2$2.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }, { kind: "component", type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "osovitny-item-validation-summary" }] }); }
|
|
5226
5226
|
}
|
|
5227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: HtmlEditorComponent, decorators: [{
|
|
5228
5228
|
type: Component,
|
|
5229
5229
|
args: [{ selector: "osovitny-html-editor", standalone: false, template: "@if (isNgModelBased) {\r\n <div>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n </div>\r\n}\r\n\r\n@if (!isNgModelBased) {\r\n <div [formGroup]='formGroup'>\r\n @if (isTitleVisible) {\r\n <kendo-label text=\"{{ title }}\"></kendo-label>\r\n }\r\n <textarea [froalaEditor]=\"options\"\r\n [formControlName]=\"controlName\"\r\n [attr.formControlTitle]=\"controlTitle\"\r\n (froalaInit)=\"initializeControl($event)\">\r\n </textarea>\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'\r\n [controlTitle]='controlTitle' />\r\n </div>\r\n }\r\n" }]
|
|
5230
5230
|
}], ctorParameters: () => [] });
|
|
@@ -5240,10 +5240,10 @@ class CheckIconComponent {
|
|
|
5240
5240
|
//Inputs
|
|
5241
5241
|
this.checked = true;
|
|
5242
5242
|
}
|
|
5243
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5244
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
5243
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5244
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: CheckIconComponent, isStandalone: false, selector: "osovitny-check-icon", inputs: { checked: "checked" }, ngImport: i0, template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\"\r\n [ngClass]=\"checked ? 'text-success' : 'text-danger'\" />\r\n<ng-content></ng-content>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$7.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "mask", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"], outputs: ["iconChange", "titleChange", "animationChange", "maskChange", "flipChange", "sizeChange", "pullChange", "borderChange", "inverseChange", "symbolChange", "rotateChange", "fixedWidthChange", "transformChange", "a11yRoleChange"] }] }); }
|
|
5245
5245
|
}
|
|
5246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CheckIconComponent, decorators: [{
|
|
5247
5247
|
type: Component,
|
|
5248
5248
|
args: [{ selector: 'osovitny-check-icon', standalone: false, template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\"\r\n [ngClass]=\"checked ? 'text-success' : 'text-danger'\" />\r\n<ng-content></ng-content>\r\n" }]
|
|
5249
5249
|
}], propDecorators: { checked: [{
|
|
@@ -5322,10 +5322,10 @@ class ControlPanelComponent extends ComponentBase {
|
|
|
5322
5322
|
onAdd() {
|
|
5323
5323
|
this.fireAdd();
|
|
5324
5324
|
}
|
|
5325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5326
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ControlPanelComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5326
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: ControlPanelComponent, isStandalone: false, selector: "osovitny-data-grid-control-panel", inputs: { sortByItems: "sortByItems", viewType: "viewType", filterButtonVisible: "filterButtonVisible", sortByVisible: "sortByVisible", viewTypesVisible: "viewTypesVisible", addButtonVisible: "addButtonVisible" }, outputs: { settingsChange: "settingsChange", add: "add" }, usesInheritance: true, ngImport: i0, template: "<div class='os-control-panel'>\r\n <div class='control-wrapper'>\r\n @if (filterButtonVisible) {\r\n <div class='filter'>\r\n <a [ngClass]=\"{'active': filterVisible}\"\r\n class='btn btn-icon btn-primary'\r\n href='javascript:void(0)' \r\n (click)='onFilterToggle()'>\r\n <svg height='22' viewBox='0 0 32 32' width='20' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M2 7h.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2H9.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2zm4-3a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm24 11h-.142a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h20.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-4 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm4 7H19.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h10.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-14 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2z'\r\n fill='currentColor'/>\r\n </svg>\r\n </a> \r\n </div>\r\n }\r\n \r\n <div>\r\n <ng-content></ng-content>\r\n </div>\r\n\r\n <div class='tools'>\r\n @if (sortByVisible) {\r\n <div class='sort-by'>\r\n <h2>Sort By:</h2>\r\n <kendo-dropdownlist [data]='sortByItems'\r\n valueField='value'\r\n textField='text'\r\n [valuePrimitive]='true'\r\n [(ngModel)]='selectedSortBy'\r\n (valueChange)='onSortByChange()'>\r\n </kendo-dropdownlist>\r\n </div>\r\n }\r\n\r\n @if (viewTypesVisible) {\r\n <div class='actions'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'grid'}\"\r\n (click)=\"onViewSwitch('grid')\">\r\n <svg fill='none' height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M6 1H2C1.44772 1 1 1.44772 1 2V6C1 6.55228 1.44772 7 2 7H6C6.55228 7 7 6.55228 7 6V2C7 1.44772 6.55228 1 6 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M16 1H12C11.4477 1 11 1.44772 11 2V6C11 6.55228 11.4477 7 12 7H16C16.5523 7 17 6.55228 17 6V2C17 1.44772 16.5523 1 16 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M6 11H2C1.44772 11 1 11.4477 1 12V16C1 16.5523 1.44772 17 2 17H6C6.55228 17 7 16.5523 7 16V12C7 11.4477 6.55228 11 6 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M16 11H12C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17H16C16.5523 17 17 16.5523 17 16V12C17 11.4477 16.5523 11 16 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'list'}\"\r\n (click)=\"onViewSwitch('list')\">\r\n <svg fill='none' height='15' viewBox='0 0 19 15' width='19' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M1.5 6C0.67 6 0 6.67 0 7.5C0 8.33 0.67 9 1.5 9C2.33 9 3 8.33 3 7.5C3 6.67 2.33 6 1.5 6ZM1.5 0C0.67 0 0 0.67 0 1.5C0 2.33 0.67 3 1.5 3C2.33 3 3 2.33 3 1.5C3 0.67 2.33 0 1.5 0ZM1.5 12C0.67 12 0 12.68 0 13.5C0 14.32 0.68 15 1.5 15C2.32 15 3 14.32 3 13.5C3 12.68 2.33 12 1.5 12ZM5.5 14.5H17.5C18.05 14.5 18.5 14.05 18.5 13.5C18.5 12.95 18.05 12.5 17.5 12.5H5.5C4.95 12.5 4.5 12.95 4.5 13.5C4.5 14.05 4.95 14.5 5.5 14.5ZM5.5 8.5H17.5C18.05 8.5 18.5 8.05 18.5 7.5C18.5 6.95 18.05 6.5 17.5 6.5H5.5C4.95 6.5 4.5 6.95 4.5 7.5C4.5 8.05 4.95 8.5 5.5 8.5ZM4.5 1.5C4.5 2.05 4.95 2.5 5.5 2.5H17.5C18.05 2.5 18.5 2.05 18.5 1.5C18.5 0.95 18.05 0.5 17.5 0.5H5.5C4.95 0.5 4.5 0.95 4.5 1.5Z'\r\n fill='currentColor'/>\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'table'}\"\r\n (click)=\"onViewSwitch('table')\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" height=\"20\" width=\"20\" fill='none' >\r\n <path\r\n d=\"M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z\"\r\n fill='currentColor'/>\r\n </svg>\r\n </a>\r\n </div>\r\n }\r\n\r\n @if (addButtonVisible) {\r\n <div class='action-add'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)' (click)='onAdd()'>\r\n <fa-icon icon='plus'/>\r\n </a>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i1$7.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "mask", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"], outputs: ["iconChange", "titleChange", "animationChange", "maskChange", "flipChange", "sizeChange", "pullChange", "borderChange", "inverseChange", "symbolChange", "rotateChange", "fixedWidthChange", "transformChange", "a11yRoleChange"] }, { kind: "component", type: i2$1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: AReplacerDirective, selector: "a", inputs: ["href"] }] }); }
|
|
5327
5327
|
}
|
|
5328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ControlPanelComponent, decorators: [{
|
|
5329
5329
|
type: Component,
|
|
5330
5330
|
args: [{ selector: 'osovitny-data-grid-control-panel', standalone: false, template: "<div class='os-control-panel'>\r\n <div class='control-wrapper'>\r\n @if (filterButtonVisible) {\r\n <div class='filter'>\r\n <a [ngClass]=\"{'active': filterVisible}\"\r\n class='btn btn-icon btn-primary'\r\n href='javascript:void(0)' \r\n (click)='onFilterToggle()'>\r\n <svg height='22' viewBox='0 0 32 32' width='20' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M2 7h.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2H9.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2zm4-3a2 2 0 1 1-2 2 2 2 0 0 1 2-2zm24 11h-.142a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h20.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-4 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm4 7H19.858a3.981 3.981 0 0 0-7.716 0H2a1 1 0 0 0 0 2h10.142a3.981 3.981 0 0 0 7.716 0H30a1 1 0 0 0 0-2zm-14 3a2 2 0 1 1 2-2 2 2 0 0 1-2 2z'\r\n fill='currentColor'/>\r\n </svg>\r\n </a> \r\n </div>\r\n }\r\n \r\n <div>\r\n <ng-content></ng-content>\r\n </div>\r\n\r\n <div class='tools'>\r\n @if (sortByVisible) {\r\n <div class='sort-by'>\r\n <h2>Sort By:</h2>\r\n <kendo-dropdownlist [data]='sortByItems'\r\n valueField='value'\r\n textField='text'\r\n [valuePrimitive]='true'\r\n [(ngModel)]='selectedSortBy'\r\n (valueChange)='onSortByChange()'>\r\n </kendo-dropdownlist>\r\n </div>\r\n }\r\n\r\n @if (viewTypesVisible) {\r\n <div class='actions'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'grid'}\"\r\n (click)=\"onViewSwitch('grid')\">\r\n <svg fill='none' height='18' viewBox='0 0 18 18' width='18' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M6 1H2C1.44772 1 1 1.44772 1 2V6C1 6.55228 1.44772 7 2 7H6C6.55228 7 7 6.55228 7 6V2C7 1.44772 6.55228 1 6 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M16 1H12C11.4477 1 11 1.44772 11 2V6C11 6.55228 11.4477 7 12 7H16C16.5523 7 17 6.55228 17 6V2C17 1.44772 16.5523 1 16 1Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M6 11H2C1.44772 11 1 11.4477 1 12V16C1 16.5523 1.44772 17 2 17H6C6.55228 17 7 16.5523 7 16V12C7 11.4477 6.55228 11 6 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n <path\r\n d='M16 11H12C11.4477 11 11 11.4477 11 12V16C11 16.5523 11.4477 17 12 17H16C16.5523 17 17 16.5523 17 16V12C17 11.4477 16.5523 11 16 11Z'\r\n stroke='currentColor'\r\n stroke-linecap='round'\r\n stroke-linejoin='round'\r\n stroke-width='2'/>\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'list'}\"\r\n (click)=\"onViewSwitch('list')\">\r\n <svg fill='none' height='15' viewBox='0 0 19 15' width='19' xmlns='http://www.w3.org/2000/svg'>\r\n <path\r\n d='M1.5 6C0.67 6 0 6.67 0 7.5C0 8.33 0.67 9 1.5 9C2.33 9 3 8.33 3 7.5C3 6.67 2.33 6 1.5 6ZM1.5 0C0.67 0 0 0.67 0 1.5C0 2.33 0.67 3 1.5 3C2.33 3 3 2.33 3 1.5C3 0.67 2.33 0 1.5 0ZM1.5 12C0.67 12 0 12.68 0 13.5C0 14.32 0.68 15 1.5 15C2.32 15 3 14.32 3 13.5C3 12.68 2.33 12 1.5 12ZM5.5 14.5H17.5C18.05 14.5 18.5 14.05 18.5 13.5C18.5 12.95 18.05 12.5 17.5 12.5H5.5C4.95 12.5 4.5 12.95 4.5 13.5C4.5 14.05 4.95 14.5 5.5 14.5ZM5.5 8.5H17.5C18.05 8.5 18.5 8.05 18.5 7.5C18.5 6.95 18.05 6.5 17.5 6.5H5.5C4.95 6.5 4.5 6.95 4.5 7.5C4.5 8.05 4.95 8.5 5.5 8.5ZM4.5 1.5C4.5 2.05 4.95 2.5 5.5 2.5H17.5C18.05 2.5 18.5 2.05 18.5 1.5C18.5 0.95 18.05 0.5 17.5 0.5H5.5C4.95 0.5 4.5 0.95 4.5 1.5Z'\r\n fill='currentColor'/>\r\n </svg>\r\n </a>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)'\r\n [ngClass]=\"{'active': viewType == 'table'}\"\r\n (click)=\"onViewSwitch('table')\">\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" height=\"20\" width=\"20\" fill='none' >\r\n <path\r\n d=\"M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z\"\r\n fill='currentColor'/>\r\n </svg>\r\n </a>\r\n </div>\r\n }\r\n\r\n @if (addButtonVisible) {\r\n <div class='action-add'>\r\n <a class='btn btn-icon btn-primary' href='javascript:void(0)' (click)='onAdd()'>\r\n <fa-icon icon='plus'/>\r\n </a>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
5331
5331
|
}], propDecorators: { sortByItems: [{
|
|
@@ -5394,10 +5394,10 @@ class DataPagerComponent extends ComponentBase {
|
|
|
5394
5394
|
onPageChange(e) {
|
|
5395
5395
|
this.pageChange.emit(e);
|
|
5396
5396
|
}
|
|
5397
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5398
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
5397
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: DataPagerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5398
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: DataPagerComponent, isStandalone: false, selector: "osovitny-datapager", inputs: { totalItems: "totalItems", pageSize: "pageSize", skipItems: "skipItems", pageSizeDivisor: "pageSizeDivisor", pageSizeMax: "pageSizeMax", width: "width" }, outputs: { pageChange: "pageChange" }, usesInheritance: true, ngImport: i0, template: "<div class='{{ classes }}'>\r\n <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</div>\r\n", dependencies: [{ kind: "component", type: i1$8.PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive", "adaptiveMode"], outputs: ["pageChange", "pageSizeChange", "pagerInputVisibilityChange", "pageTextVisibilityChange", "itemsTextVisibilityChange"], exportAs: ["kendoDataPager", "kendoPager"] }] }); }
|
|
5399
5399
|
}
|
|
5400
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: DataPagerComponent, decorators: [{
|
|
5401
5401
|
type: Component,
|
|
5402
5402
|
args: [{ selector: 'osovitny-datapager', standalone: false, template: "<div class='{{ classes }}'>\r\n <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</div>\r\n" }]
|
|
5403
5403
|
}], propDecorators: { totalItems: [{
|
|
@@ -5429,10 +5429,10 @@ class SignInButtonComponent extends ComponentBase {
|
|
|
5429
5429
|
this.url = url + (this.qs ? '?' + this.qs : '');
|
|
5430
5430
|
}
|
|
5431
5431
|
}
|
|
5432
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5433
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignInButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5433
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: SignInButtonComponent, isStandalone: false, selector: "osovitny-signin-button", inputs: { qs: "qs" }, usesInheritance: true, ngImport: i0, template: "<a [href]=\"url\" class=\"{{ classes }}\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n @if (!ref.innerHTML.trim()) {\r\n <span>Sign In</span>\r\n }\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: AReplacerDirective, selector: "a", inputs: ["href"] }] }); }
|
|
5434
5434
|
}
|
|
5435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignInButtonComponent, decorators: [{
|
|
5436
5436
|
type: Component,
|
|
5437
5437
|
args: [{ selector: "osovitny-signin-button", standalone: false, template: "<a [href]=\"url\" class=\"{{ classes }}\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n @if (!ref.innerHTML.trim()) {\r\n <span>Sign In</span>\r\n }\r\n</ng-template>\r\n" }]
|
|
5438
5438
|
}], propDecorators: { qs: [{
|
|
@@ -5452,10 +5452,10 @@ class SignOutButtonComponent extends ComponentBase {
|
|
|
5452
5452
|
this.url = url + (this.qs ? '?' + this.qs : '');
|
|
5453
5453
|
}
|
|
5454
5454
|
}
|
|
5455
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5456
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5455
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignOutButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5456
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: SignOutButtonComponent, isStandalone: false, selector: "osovitny-signout-button", inputs: { qs: "qs" }, usesInheritance: true, ngImport: i0, template: "<a [href]=\"url\" class=\"{{ classes }}\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n @if (!ref.innerHTML.trim()) {\r\n <span>Sign Out</span>\r\n }\r\n</ng-template>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: AReplacerDirective, selector: "a", inputs: ["href"] }] }); }
|
|
5457
5457
|
}
|
|
5458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignOutButtonComponent, decorators: [{
|
|
5459
5459
|
type: Component,
|
|
5460
5460
|
args: [{ selector: "osovitny-signout-button", standalone: false, template: "<a [href]=\"url\" class=\"{{ classes }}\">\r\n <ng-container *ngTemplateOutlet=\"contentTemplate\"></ng-container>\r\n</a>\r\n\r\n<ng-template #contentTemplate>\r\n <span #ref><ng-content></ng-content></span>\r\n @if (!ref.innerHTML.trim()) {\r\n <span>Sign Out</span>\r\n }\r\n</ng-template>\r\n" }]
|
|
5461
5461
|
}], propDecorators: { qs: [{
|
|
@@ -5473,10 +5473,10 @@ class NodataComponent {
|
|
|
5473
5473
|
this.iconSize = '10x';
|
|
5474
5474
|
this.heading = 'No data found';
|
|
5475
5475
|
}
|
|
5476
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5477
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5476
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5477
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: NodataComponent, isStandalone: false, selector: "osovitny-nodata", inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", icon: "icon", iconSize: "iconSize", heading: "heading" }, ngImport: i0, template: "@if (!dataLoading && dataLoaded && !dataFound) {\r\n <div class=\"no-data\">\r\n <div class='loaded text-info'>\r\n @if (icon) {\r\n <div>\r\n <fa-icon [icon]=\"icon\" [size]=\"iconSize\"></fa-icon>\r\n </div>\r\n }\r\n <h3 class='no-data-heading'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n}\r\n", dependencies: [{ kind: "component", type: i1$7.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "mask", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"], outputs: ["iconChange", "titleChange", "animationChange", "maskChange", "flipChange", "sizeChange", "pullChange", "borderChange", "inverseChange", "symbolChange", "rotateChange", "fixedWidthChange", "transformChange", "a11yRoleChange"] }] }); }
|
|
5478
5478
|
}
|
|
5479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NodataComponent, decorators: [{
|
|
5480
5480
|
type: Component,
|
|
5481
5481
|
args: [{ selector: 'osovitny-nodata', standalone: false, template: "@if (!dataLoading && dataLoaded && !dataFound) {\r\n <div class=\"no-data\">\r\n <div class='loaded text-info'>\r\n @if (icon) {\r\n <div>\r\n <fa-icon [icon]=\"icon\" [size]=\"iconSize\"></fa-icon>\r\n </div>\r\n }\r\n <h3 class='no-data-heading'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n}\r\n" }]
|
|
5482
5482
|
}], propDecorators: { dataLoading: [{
|
|
@@ -5500,10 +5500,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
5500
5500
|
*/
|
|
5501
5501
|
//Node
|
|
5502
5502
|
class NoMobileSupportComponent extends ComponentBase {
|
|
5503
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5504
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
5503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NoMobileSupportComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5504
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: NoMobileSupportComponent, isStandalone: false, selector: "osovitny-no-mobile-support", inputs: { logo: "logo" }, usesInheritance: true, ngImport: i0, template: "<div style=\"text-align:center; padding-top:20px;\">\r\n <img [src]='logo' alt='logo'>\r\n</div>\r\n<div style='text-align: center; margin-top:40vh;'>\r\n <div style='font-size:1.25rem;'>\r\n <b>Mobile Site Under Construction</b>\r\n </div>\r\n <div>Please Use Another Device</div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: ImageReplacerDirective, selector: "img", inputs: ["src"] }] }); }
|
|
5505
5505
|
}
|
|
5506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: NoMobileSupportComponent, decorators: [{
|
|
5507
5507
|
type: Component,
|
|
5508
5508
|
args: [{ selector: 'osovitny-no-mobile-support', standalone: false, template: "<div style=\"text-align:center; padding-top:20px;\">\r\n <img [src]='logo' alt='logo'>\r\n</div>\r\n<div style='text-align: center; margin-top:40vh;'>\r\n <div style='font-size:1.25rem;'>\r\n <b>Mobile Site Under Construction</b>\r\n </div>\r\n <div>Please Use Another Device</div>\r\n</div>\r\n" }]
|
|
5509
5509
|
}], propDecorators: { logo: [{
|
|
@@ -5559,10 +5559,10 @@ class Message2UserComponent extends ComponentBase {
|
|
|
5559
5559
|
onClose() {
|
|
5560
5560
|
this.show = false;
|
|
5561
5561
|
}
|
|
5562
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5563
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5562
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: Message2UserComponent, deps: [{ token: GoServiceBase }, { token: Message2UserService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5563
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: Message2UserComponent, isStandalone: false, selector: "osovitny-message2user", usesInheritance: true, ngImport: i0, template: "@if (show) {\r\n <div class='message-user' [ngClass]='{show: show}'>\r\n <div class='message-user-inner '>\r\n <osovitny-card>\r\n <osovitny-card-header title=' '>\r\n <div class='card-tools'>\r\n @if (message?.block) {\r\n <a href='javascript:' class='btn btn-icon btn-info' (click)='onCloseAndBlock()'>\r\n <fa-icon icon='close' />\r\n </a>\r\n }\r\n \r\n @if (!message?.block) {\r\n <a href='javascript:' class='btn btn-icon btn-info' (click)='onClose()'>\r\n <fa-icon icon='close' />\r\n </a>\r\n }\r\n </div>\r\n </osovitny-card-header>\r\n \r\n <osovitny-card-body classes='p-0'>\r\n <div class='message-content'>\r\n <div class='message-content text-center'>\r\n @if (config?.image) {\r\n <div class='message-image mb-3'>\r\n <img [src]=\"config.image\"\r\n [alt]=\"config.title || 'Message'\"\r\n class='img-fluid'\r\n loading=\"lazy\">\r\n </div>\r\n }\r\n <div class='message-text'>\r\n <h4 class='mb-2' [ngClass]=\"'text-' + config?.color\">\r\n {{ config?.title }}\r\n </h4>\r\n <p class='mb-0'>{{ config?.message }}</p>\r\n </div>\r\n </div>\r\n <ng-content></ng-content>\r\n </div>\r\n </osovitny-card-body>\r\n \r\n <osovitny-card-footer classes='bg-footer'>\r\n <div class='actions'>\r\n @if (message?.block) {\r\n <a href='javascript:' class='btn btn-secondary' (click)='onCloseAndBlock()'>\r\n <span>Close</span>\r\n </a>\r\n }\r\n \r\n @if (!message?.block) {\r\n <a href='javascript:' class='btn btn-secondary' (click)='onClose()'>\r\n <span>Close</span>\r\n </a>\r\n }\r\n </div>\r\n </osovitny-card-footer>\r\n </osovitny-card>\r\n </div>\r\n </div>\r\n}\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$7.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "mask", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"], outputs: ["iconChange", "titleChange", "animationChange", "maskChange", "flipChange", "sizeChange", "pullChange", "borderChange", "inverseChange", "symbolChange", "rotateChange", "fixedWidthChange", "transformChange", "a11yRoleChange"] }, { kind: "component", type: CardComponent, selector: "osovitny-card" }, { kind: "component", type: CardHeaderComponent, selector: "osovitny-card-header" }, { kind: "component", type: CardBodyComponent, selector: "osovitny-card-body" }, { kind: "component", type: CardFooterComponent, selector: "osovitny-card-footer" }, { kind: "directive", type: AReplacerDirective, selector: "a", inputs: ["href"] }, { kind: "directive", type: ImageReplacerDirective, selector: "img", inputs: ["src"] }] }); }
|
|
5564
5564
|
}
|
|
5565
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: Message2UserComponent, decorators: [{
|
|
5566
5566
|
type: Component,
|
|
5567
5567
|
args: [{ selector: 'osovitny-message2user', standalone: false, template: "@if (show) {\r\n <div class='message-user' [ngClass]='{show: show}'>\r\n <div class='message-user-inner '>\r\n <osovitny-card>\r\n <osovitny-card-header title=' '>\r\n <div class='card-tools'>\r\n @if (message?.block) {\r\n <a href='javascript:' class='btn btn-icon btn-info' (click)='onCloseAndBlock()'>\r\n <fa-icon icon='close' />\r\n </a>\r\n }\r\n \r\n @if (!message?.block) {\r\n <a href='javascript:' class='btn btn-icon btn-info' (click)='onClose()'>\r\n <fa-icon icon='close' />\r\n </a>\r\n }\r\n </div>\r\n </osovitny-card-header>\r\n \r\n <osovitny-card-body classes='p-0'>\r\n <div class='message-content'>\r\n <div class='message-content text-center'>\r\n @if (config?.image) {\r\n <div class='message-image mb-3'>\r\n <img [src]=\"config.image\"\r\n [alt]=\"config.title || 'Message'\"\r\n class='img-fluid'\r\n loading=\"lazy\">\r\n </div>\r\n }\r\n <div class='message-text'>\r\n <h4 class='mb-2' [ngClass]=\"'text-' + config?.color\">\r\n {{ config?.title }}\r\n </h4>\r\n <p class='mb-0'>{{ config?.message }}</p>\r\n </div>\r\n </div>\r\n <ng-content></ng-content>\r\n </div>\r\n </osovitny-card-body>\r\n \r\n <osovitny-card-footer classes='bg-footer'>\r\n <div class='actions'>\r\n @if (message?.block) {\r\n <a href='javascript:' class='btn btn-secondary' (click)='onCloseAndBlock()'>\r\n <span>Close</span>\r\n </a>\r\n }\r\n \r\n @if (!message?.block) {\r\n <a href='javascript:' class='btn btn-secondary' (click)='onClose()'>\r\n <span>Close</span>\r\n </a>\r\n }\r\n </div>\r\n </osovitny-card-footer>\r\n </osovitny-card>\r\n </div>\r\n </div>\r\n}\r\n" }]
|
|
5568
5568
|
}], ctorParameters: () => [{ type: GoServiceBase }, { type: Message2UserService }] });
|
|
@@ -5586,10 +5586,10 @@ class LoadingComponent extends ComponentBase {
|
|
|
5586
5586
|
}
|
|
5587
5587
|
});
|
|
5588
5588
|
}
|
|
5589
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5590
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: LoadingComponent, isStandalone: false, selector: "osovitny-loading", usesInheritance: true, ngImport: i0, template: "@if (show) {\r\n <div id=\"pnlLoading\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n </div>\r\n}\r\n" }); }
|
|
5591
5591
|
}
|
|
5592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
5593
5593
|
type: Component,
|
|
5594
5594
|
args: [{ selector: 'osovitny-loading', standalone: false, template: "@if (show) {\r\n <div id=\"pnlLoading\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n </div>\r\n}\r\n" }]
|
|
5595
5595
|
}], ctorParameters: () => [{ type: LoadingService }] });
|
|
@@ -5626,10 +5626,10 @@ class PageSpinnerComponent {
|
|
|
5626
5626
|
ngOnDestroy() {
|
|
5627
5627
|
this.isSpinnerVisible = false;
|
|
5628
5628
|
}
|
|
5629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5630
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PageSpinnerComponent, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5630
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: PageSpinnerComponent, isStandalone: false, selector: "osovitny-pagespinner", inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, ngImport: i0, template: "@if (isSpinnerVisible) {\r\n <div id=\"http-loader\">\r\n <div class=\"loader-bg\">\r\n @if (spinner === Spinkit.skLine) {\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n}\r\n", encapsulation: i0.ViewEncapsulation.None }); }
|
|
5631
5631
|
}
|
|
5632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: PageSpinnerComponent, decorators: [{
|
|
5633
5633
|
type: Component,
|
|
5634
5634
|
args: [{ selector: 'osovitny-pagespinner', standalone: false, encapsulation: ViewEncapsulation.None, template: "@if (isSpinnerVisible) {\r\n <div id=\"http-loader\">\r\n <div class=\"loader-bg\">\r\n @if (spinner === Spinkit.skLine) {\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n}\r\n" }]
|
|
5635
5635
|
}], ctorParameters: () => [{ type: i1$1.Router }], propDecorators: { backgroundColor: [{
|
|
@@ -5658,10 +5658,10 @@ class Copy2ClipboardComponent extends ComponentBase {
|
|
|
5658
5658
|
}, 1000);
|
|
5659
5659
|
Utils.copyToClipBoard(event, this.text);
|
|
5660
5660
|
}
|
|
5661
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5662
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
5661
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: Copy2ClipboardComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5662
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: Copy2ClipboardComponent, isStandalone: false, selector: "osovitny-copy-2-clipboard", inputs: { tooltip: "tooltip", text: "text" }, usesInheritance: true, ngImport: i0, template: "<a class=\"btn btn-icon {{ classes }}\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\" />\r\n</a>\r\n", dependencies: [{ kind: "component", type: i1$7.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "mask", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "transform", "a11yRole"], outputs: ["iconChange", "titleChange", "animationChange", "maskChange", "flipChange", "sizeChange", "pullChange", "borderChange", "inverseChange", "symbolChange", "rotateChange", "fixedWidthChange", "transformChange", "a11yRoleChange"] }, { kind: "directive", type: AReplacerDirective, selector: "a", inputs: ["href"] }] }); }
|
|
5663
5663
|
}
|
|
5664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: Copy2ClipboardComponent, decorators: [{
|
|
5665
5665
|
type: Component,
|
|
5666
5666
|
args: [{ selector: 'osovitny-copy-2-clipboard', standalone: false, template: "<a class=\"btn btn-icon {{ classes }}\" (click)=\"onCopy2Clipboard($event)\">\r\n <fa-icon size=\"lg\" icon=\"copy\" />\r\n</a>\r\n" }]
|
|
5667
5667
|
}], propDecorators: { tooltip: [{
|
|
@@ -5717,10 +5717,10 @@ class UrlSlugComponent extends EditComponentBase {
|
|
|
5717
5717
|
let text = this.getFormValue(this.controlName);
|
|
5718
5718
|
this.generateUrlSlug(text);
|
|
5719
5719
|
}
|
|
5720
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5721
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5720
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: UrlSlugComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5721
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: UrlSlugComponent, isStandalone: false, selector: "osovitny-urlslug", inputs: { urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible", watchedControlName: "watchedControlName" }, outputs: { generated: "generated" }, usesInheritance: true, ngImport: i0, template: "<div class=\"form-group\" [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\" >\r\n <osovitny-item-validation-summary\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'>\r\n </osovitny-item-validation-summary>\r\n\r\n <div class=\"input-group permalink\" [ngClass]=\"classes\">\r\n @if (isTitleVisible) {\r\n <label for=\"urlPrefixId\">{{ title }}</label>\r\n }\r\n <div class=\"urlPrefix\">{{ urlPrefix }}</div>\r\n <input type=\"text\" class=\"form-control\" id=\"urlPrefixId\" [formControlName]='controlName' (focusout)='onUrlSlugChange()'>\r\n @if (isGoButtonVisible) {\r\n <a class=\"btn btn-primary\" href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" >Go</a>\r\n }\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox]):not([ngNoCva])[formControlName],textarea:not([ngNoCva])[formControlName],input:not([type=checkbox]):not([ngNoCva])[formControl],textarea:not([ngNoCva])[formControl],input:not([type=checkbox]):not([ngNoCva])[ngModel],textarea:not([ngNoCva])[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { kind: "directive", type: AReplacerDirective, selector: "a", inputs: ["href"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "osovitny-item-validation-summary" }] }); }
|
|
5722
5722
|
}
|
|
5723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: UrlSlugComponent, decorators: [{
|
|
5724
5724
|
type: Component,
|
|
5725
5725
|
args: [{ selector: 'osovitny-urlslug', standalone: false, template: "<div class=\"form-group\" [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\" >\r\n <osovitny-item-validation-summary\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n [controlName]='controlName'>\r\n </osovitny-item-validation-summary>\r\n\r\n <div class=\"input-group permalink\" [ngClass]=\"classes\">\r\n @if (isTitleVisible) {\r\n <label for=\"urlPrefixId\">{{ title }}</label>\r\n }\r\n <div class=\"urlPrefix\">{{ urlPrefix }}</div>\r\n <input type=\"text\" class=\"form-control\" id=\"urlPrefixId\" [formControlName]='controlName' (focusout)='onUrlSlugChange()'>\r\n @if (isGoButtonVisible) {\r\n <a class=\"btn btn-primary\" href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" >Go</a>\r\n }\r\n </div>\r\n</div>\r\n" }]
|
|
5726
5726
|
}], ctorParameters: () => [], propDecorators: { urlPrefix: [{
|
|
@@ -5740,10 +5740,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
5740
5740
|
*/
|
|
5741
5741
|
//Node
|
|
5742
5742
|
class FeatureWillBeReadyComponent extends ComponentBase {
|
|
5743
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5744
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5743
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FeatureWillBeReadyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5744
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: FeatureWillBeReadyComponent, isStandalone: false, selector: "osovitny-feature-will-be-ready", inputs: { readyDate: "readyDate" }, usesInheritance: true, ngImport: i0, template: "<div class='feature-will-be-ready'>\r\n @if (readyDate) {\r\n <h3>This feature will be ready in {{ readyDate }} </h3>\r\n }\r\n @if (!readyDate) {\r\n <h3>This feature will be available soon</h3>\r\n }\r\n</div>\r\n" }); }
|
|
5745
5745
|
}
|
|
5746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FeatureWillBeReadyComponent, decorators: [{
|
|
5747
5747
|
type: Component,
|
|
5748
5748
|
args: [{ selector: 'osovitny-feature-will-be-ready', standalone: false, template: "<div class='feature-will-be-ready'>\r\n @if (readyDate) {\r\n <h3>This feature will be ready in {{ readyDate }} </h3>\r\n }\r\n @if (!readyDate) {\r\n <h3>This feature will be available soon</h3>\r\n }\r\n</div>\r\n" }]
|
|
5749
5749
|
}], propDecorators: { readyDate: [{
|
|
@@ -5761,10 +5761,10 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
|
|
|
5761
5761
|
super(...arguments);
|
|
5762
5762
|
this.oneLine = true;
|
|
5763
5763
|
}
|
|
5764
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5765
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5764
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: YouAgreeToOurTermsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5765
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: YouAgreeToOurTermsComponent, isStandalone: false, selector: "osovitny-you-agree-to-our-terms", inputs: { prefix: "prefix", oneLine: "oneLine" }, usesInheritance: true, ngImport: i0, template: "<div class=\"you-agree-to-our-terms\">\r\n <p>\r\n {{ prefix }} you agree to our\r\n @if (!oneLine) {\r\n <br />\r\n }\r\n <a [href]=\"currentApp.oneUrl + 'legal/terms'\" target=\"_blank\" rel=\"noopener\">Terms of use</a>\r\n and\r\n <a [href]=\"currentApp.oneUrl + 'legal/privacy'\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>.\r\n </p>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: AReplacerDirective, selector: "a", inputs: ["href"] }] }); }
|
|
5766
5766
|
}
|
|
5767
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: YouAgreeToOurTermsComponent, decorators: [{
|
|
5768
5768
|
type: Component,
|
|
5769
5769
|
args: [{ selector: 'osovitny-you-agree-to-our-terms', standalone: false, template: "<div class=\"you-agree-to-our-terms\">\r\n <p>\r\n {{ prefix }} you agree to our\r\n @if (!oneLine) {\r\n <br />\r\n }\r\n <a [href]=\"currentApp.oneUrl + 'legal/terms'\" target=\"_blank\" rel=\"noopener\">Terms of use</a>\r\n and\r\n <a [href]=\"currentApp.oneUrl + 'legal/privacy'\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a>.\r\n </p>\r\n</div>\r\n" }]
|
|
5770
5770
|
}], propDecorators: { prefix: [{
|
|
@@ -5815,10 +5815,10 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
5815
5815
|
}
|
|
5816
5816
|
return messages;
|
|
5817
5817
|
}
|
|
5818
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5819
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5818
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FormValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5819
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: FormValidationSummaryComponent, isStandalone: false, selector: "osovitny-form-validation-summary", inputs: { visible: "visible", customerrors: "customerrors", viewtype: "viewtype" }, usesInheritance: true, ngImport: i0, template: "@if (visible) {\r\n <div class=\"callout callout-danger\">\r\n <h6 class=\"box-title\">There are problems with the form</h6>\r\n <ul>\r\n @for (error of getErrors(); track error) {\r\n <li><span>{{error}}</span></li>\r\n }\r\n </ul>\r\n </div>\r\n}\r\n\r\n" }); }
|
|
5820
5820
|
}
|
|
5821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FormValidationSummaryComponent, decorators: [{
|
|
5822
5822
|
type: Component,
|
|
5823
5823
|
args: [{ selector: "osovitny-form-validation-summary", standalone: false, template: "@if (visible) {\r\n <div class=\"callout callout-danger\">\r\n <h6 class=\"box-title\">There are problems with the form</h6>\r\n <ul>\r\n @for (error of getErrors(); track error) {\r\n <li><span>{{error}}</span></li>\r\n }\r\n </ul>\r\n </div>\r\n}\r\n\r\n" }]
|
|
5824
5824
|
}], ctorParameters: () => [], propDecorators: { visible: [{
|
|
@@ -5911,10 +5911,10 @@ class ContactUsForm extends EditComponentBase {
|
|
|
5911
5911
|
onTopicChange(event) {
|
|
5912
5912
|
this.selectedTopic = event.target.value;
|
|
5913
5913
|
}
|
|
5914
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5915
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5914
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ContactUsForm, deps: [{ token: i1$9.ReCaptchaV3Service }, { token: i2.FormBuilder }, { token: AppContextService }, { token: EmailsApiService }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5915
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: ContactUsForm, isStandalone: false, selector: "osovitny-forms-contactus-form", inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, usesInheritance: true, ngImport: i0, template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <osovitny-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></osovitny-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 @for (topic of topicList; track topic) {\r\n <option [value]='topic.value'>{{ topic.value }} </option>\r\n }\r\n </select>\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </osovitny-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 <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </osovitny-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 @if (!isUserSignedIn) {\r\n <p>Please indicate the email used for your MailEx login if you already have an account</p>\r\n }\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </osovitny-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 <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </osovitny-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 <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col\">\r\n @if (showActionButtons) {\r\n <button\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success'\r\n type='submit'>\r\n Submit\r\n </button>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox]):not([ngNoCva])[formControlName],textarea:not([ngNoCva])[formControlName],input:not([type=checkbox]):not([ngNoCva])[formControl],textarea:not([ngNoCva])[formControl],input:not([type=checkbox]):not([ngNoCva])[ngModel],textarea:not([ngNoCva])[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple]):not([ngNoCva])[formControlName],select:not([multiple]):not([ngNoCva])[formControl],select:not([multiple]):not([ngNoCva])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: FormValidationSummaryComponent, selector: "osovitny-form-validation-summary", inputs: ["visible", "customerrors", "viewtype"] }, { kind: "component", type: ItemValidationSummaryComponent, selector: "osovitny-item-validation-summary" }] }); }
|
|
5916
5916
|
}
|
|
5917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ContactUsForm, decorators: [{
|
|
5918
5918
|
type: Component,
|
|
5919
5919
|
args: [{ selector: 'osovitny-forms-contactus-form', standalone: false, template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <osovitny-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></osovitny-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 @for (topic of topicList; track topic) {\r\n <option [value]='topic.value'>{{ topic.value }} </option>\r\n }\r\n </select>\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </osovitny-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 <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </osovitny-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 @if (!isUserSignedIn) {\r\n <p>Please indicate the email used for your MailEx login if you already have an account</p>\r\n }\r\n <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </osovitny-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 <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </osovitny-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 <osovitny-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col\">\r\n @if (showActionButtons) {\r\n <button\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success'\r\n type='submit'>\r\n Submit\r\n </button>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n" }]
|
|
5920
5920
|
}], ctorParameters: () => [{ type: i1$9.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }], propDecorators: { showActionButtons: [{
|
|
@@ -5943,10 +5943,10 @@ class ContactUsDialog extends DialogBase {
|
|
|
5943
5943
|
onSubmit() {
|
|
5944
5944
|
super.close();
|
|
5945
5945
|
}
|
|
5946
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5947
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
5946
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ContactUsDialog, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5947
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: ContactUsDialog, isStandalone: false, selector: "osovitny-contactus-dialog", viewQueries: [{ propertyName: "contactUsForm", first: true, predicate: ["contactusform"], descendants: true }], usesInheritance: true, ngImport: i0, template: "@if (isOpen) {\r\n <kendo-dialog (close)='onClose()' [width]='700' title='Contact Us'>\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <osovitny-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </osovitny-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-actions\">\r\n <div class=\"d-flex justify-content-end\">\r\n <button (click)='onSubmitFire()' class='btn btn-sm btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-sm btn-danger' type='button'>Cancel </button>\r\n </div>\r\n </kendo-dialog-actions>\r\n </kendo-dialog>\r\n}", dependencies: [{ kind: "component", type: i4$1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "closable", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "component", type: i4$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ContactUsForm, selector: "osovitny-forms-contactus-form", inputs: ["showActionButtons"], outputs: ["submit"] }] }); }
|
|
5948
5948
|
}
|
|
5949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ContactUsDialog, decorators: [{
|
|
5950
5950
|
type: Component,
|
|
5951
5951
|
args: [{ selector: 'osovitny-contactus-dialog', standalone: false, template: "@if (isOpen) {\r\n <kendo-dialog (close)='onClose()' [width]='700' title='Contact Us'>\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <osovitny-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </osovitny-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-actions\">\r\n <div class=\"d-flex justify-content-end\">\r\n <button (click)='onSubmitFire()' class='btn btn-sm btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-sm btn-danger' type='button'>Cancel </button>\r\n </div>\r\n </kendo-dialog-actions>\r\n </kendo-dialog>\r\n}" }]
|
|
5952
5952
|
}], ctorParameters: () => [], propDecorators: { contactUsForm: [{
|
|
@@ -5976,10 +5976,10 @@ class HoveringDirective {
|
|
|
5976
5976
|
onMouseLeave() {
|
|
5977
5977
|
this.hovering = false;
|
|
5978
5978
|
}
|
|
5979
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
5980
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.
|
|
5979
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: HoveringDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5980
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.7", type: HoveringDirective, isStandalone: false, selector: "[osovitny-hover]", host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" }, properties: { "class.hovering": "this.hovering" } }, ngImport: i0 }); }
|
|
5981
5981
|
}
|
|
5982
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
5982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: HoveringDirective, decorators: [{
|
|
5983
5983
|
type: Directive,
|
|
5984
5984
|
args: [{
|
|
5985
5985
|
selector: '[osovitny-hover]',
|
|
@@ -6096,10 +6096,10 @@ class AddressComponent extends EditComponentBase {
|
|
|
6096
6096
|
let usState = event.target.value;
|
|
6097
6097
|
this.change.emit(usState);
|
|
6098
6098
|
}
|
|
6099
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6100
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
6099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AddressComponent, deps: [{ token: i2.FormBuilder }, { token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6100
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: AddressComponent, isStandalone: false, selector: "osovitny-forms-address", inputs: { address: "address" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: "<osovitny-card classes='card-outline card-primary'>\r\n @if (isTitleVisible) {\r\n <osovitny-card-header [title]='title' />\r\n }\r\n <osovitny-card-body [formGroup]='formGroup'>\r\n <div class=\"row\">\r\n <div class='form-group' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <osovitny-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n <div class='form-group' [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 <osovitny-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <osovitny-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n @if (formGroup.value.address_country == 'US') {\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n @for (state of usStateData; track state) {\r\n <option [value]='state.code'>{{state.name}}</option>\r\n }\r\n </select>\r\n <osovitny-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n }\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label>Zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <osovitny-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n @for (country of countryData; track country) {\r\n <option [value]='country.code'>{{country.name}}</option>\r\n }\r\n </select>\r\n <osovitny-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n </osovitny-card-body>\r\n</osovitny-card>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox]):not([ngNoCva])[formControlName],textarea:not([ngNoCva])[formControlName],input:not([type=checkbox]):not([ngNoCva])[formControl],textarea:not([ngNoCva])[formControl],input:not([type=checkbox]):not([ngNoCva])[ngModel],textarea:not([ngNoCva])[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple]):not([ngNoCva])[formControlName],select:not([multiple]):not([ngNoCva])[formControl],select:not([multiple]):not([ngNoCva])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: CardComponent, selector: "osovitny-card" }, { kind: "component", type: CardHeaderComponent, selector: "osovitny-card-header" }, { kind: "component", type: CardBodyComponent, selector: "osovitny-card-body" }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "osovitny-item-validation-summary" }] }); }
|
|
6101
6101
|
}
|
|
6102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AddressComponent, decorators: [{
|
|
6103
6103
|
type: Component,
|
|
6104
6104
|
args: [{ selector: 'osovitny-forms-address', standalone: false, template: "<osovitny-card classes='card-outline card-primary'>\r\n @if (isTitleVisible) {\r\n <osovitny-card-header [title]='title' />\r\n }\r\n <osovitny-card-body [formGroup]='formGroup'>\r\n <div class=\"row\">\r\n <div class='form-group' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <osovitny-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n <div class='form-group' [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 <osovitny-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <osovitny-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n @if (formGroup.value.address_country == 'US') {\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n @for (state of usStateData; track state) {\r\n <option [value]='state.code'>{{state.name}}</option>\r\n }\r\n </select>\r\n <osovitny-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n }\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label>Zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <osovitny-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n <div class='form-group col-3 mb-0' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n @for (country of countryData; track country) {\r\n <option [value]='country.code'>{{country.name}}</option>\r\n }\r\n </select>\r\n <osovitny-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n </osovitny-card-body>\r\n</osovitny-card>\r\n" }]
|
|
6105
6105
|
}], ctorParameters: () => [{ type: i2.FormBuilder }, { type: AppContextService }], propDecorators: { address: [{
|
|
@@ -6163,10 +6163,10 @@ class CompanyComponent extends EditComponentBase {
|
|
|
6163
6163
|
};
|
|
6164
6164
|
return JSON.stringify(data);
|
|
6165
6165
|
}
|
|
6166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6167
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.
|
|
6166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CompanyComponent, deps: [{ token: i2.FormBuilder }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6167
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.7", type: CompanyComponent, isStandalone: false, selector: "osovitny-forms-company", inputs: { company: "company" }, usesInheritance: true, ngImport: i0, template: "<osovitny-card classes='card-outline card-primary'>\r\n @if (isTitleVisible) {\r\n <osovitny-card-header [title]='title' />\r\n }\r\n <osovitny-card-body [formGroup]='formGroup' >\r\n <div class=\"row\">\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <osovitny-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <osovitny-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class='form-group col-6 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <osovitny-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <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 <osovitny-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n </osovitny-card-body>\r\n </osovitny-card>\r\n", dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox]):not([ngNoCva])[formControlName],textarea:not([ngNoCva])[formControlName],input:not([type=checkbox]):not([ngNoCva])[formControl],textarea:not([ngNoCva])[formControl],input:not([type=checkbox]):not([ngNoCva])[ngModel],textarea:not([ngNoCva])[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: CardComponent, selector: "osovitny-card" }, { kind: "component", type: CardHeaderComponent, selector: "osovitny-card-header" }, { kind: "component", type: CardBodyComponent, selector: "osovitny-card-body" }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "osovitny-item-validation-summary" }] }); }
|
|
6168
6168
|
}
|
|
6169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: CompanyComponent, decorators: [{
|
|
6170
6170
|
type: Component,
|
|
6171
6171
|
args: [{ selector: 'osovitny-forms-company', standalone: false, template: "<osovitny-card classes='card-outline card-primary'>\r\n @if (isTitleVisible) {\r\n <osovitny-card-header [title]='title' />\r\n }\r\n <osovitny-card-body [formGroup]='formGroup' >\r\n <div class=\"row\">\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <osovitny-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <osovitny-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class='form-group col-6 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <osovitny-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6 mb-0' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <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 <osovitny-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </osovitny-item-validation-summary>\r\n </div>\r\n </div>\r\n </osovitny-card-body>\r\n </osovitny-card>\r\n" }]
|
|
6172
6172
|
}], ctorParameters: () => [{ type: i2.FormBuilder }], propDecorators: { company: [{
|
|
@@ -6200,10 +6200,10 @@ class FileSizePipe {
|
|
|
6200
6200
|
}
|
|
6201
6201
|
return bytes.toFixed(+precision) + ' ' + this.units[unit];
|
|
6202
6202
|
}
|
|
6203
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6204
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.
|
|
6203
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FileSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
6204
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: FileSizePipe, isStandalone: false, name: "filesize" }); }
|
|
6205
6205
|
}
|
|
6206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FileSizePipe, decorators: [{
|
|
6207
6207
|
type: Pipe,
|
|
6208
6208
|
args: [{
|
|
6209
6209
|
name: 'filesize',
|
|
@@ -6226,10 +6226,10 @@ class ReplaceTextPipe {
|
|
|
6226
6226
|
return inputData;
|
|
6227
6227
|
}
|
|
6228
6228
|
}
|
|
6229
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6230
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.
|
|
6229
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ReplaceTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
6230
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: ReplaceTextPipe, isStandalone: false, name: "replaceText" }); }
|
|
6231
6231
|
}
|
|
6232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: ReplaceTextPipe, decorators: [{
|
|
6233
6233
|
type: Pipe,
|
|
6234
6234
|
args: [{
|
|
6235
6235
|
name: "replaceText",
|
|
@@ -6250,10 +6250,10 @@ class SafeHtmlPipe {
|
|
|
6250
6250
|
transform(value) {
|
|
6251
6251
|
return this.sanitized.bypassSecurityTrustHtml(value);
|
|
6252
6252
|
}
|
|
6253
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6254
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.
|
|
6253
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: i1$6.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
6254
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: SafeHtmlPipe, isStandalone: false, name: "safeHtml" }); }
|
|
6255
6255
|
}
|
|
6256
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
6257
6257
|
type: Pipe,
|
|
6258
6258
|
args: [{
|
|
6259
6259
|
name: 'safeHtml',
|
|
@@ -6294,11 +6294,11 @@ class OsovitnyCoreModule {
|
|
|
6294
6294
|
setLogger(LoggingService);
|
|
6295
6295
|
setLocalizer(L10nUtils);
|
|
6296
6296
|
}
|
|
6297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6298
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
6297
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyCoreModule, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6298
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyCoreModule, imports: [CommonModule,
|
|
6299
6299
|
RouterModule, i1$4.ToastrModule, LocalizationModule], exports: [RouterModule,
|
|
6300
6300
|
LocalizationModule] }); }
|
|
6301
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
6301
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyCoreModule, providers: [
|
|
6302
6302
|
//Guards
|
|
6303
6303
|
StarterGuard,
|
|
6304
6304
|
//GoService
|
|
@@ -6322,7 +6322,7 @@ class OsovitnyCoreModule {
|
|
|
6322
6322
|
LocalizationModule, RouterModule,
|
|
6323
6323
|
LocalizationModule] }); }
|
|
6324
6324
|
}
|
|
6325
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyCoreModule, decorators: [{
|
|
6326
6326
|
type: NgModule,
|
|
6327
6327
|
args: [{
|
|
6328
6328
|
imports: [
|
|
@@ -6364,9 +6364,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
6364
6364
|
*/
|
|
6365
6365
|
//Node
|
|
6366
6366
|
class OsovitnyDataModule {
|
|
6367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6368
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
6369
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
6367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyDataModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6368
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyDataModule, imports: [CommonModule] }); }
|
|
6369
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyDataModule, providers: [
|
|
6370
6370
|
//Billing Services
|
|
6371
6371
|
CurrenciesApiService,
|
|
6372
6372
|
CurrenciesStorageService,
|
|
@@ -6379,7 +6379,7 @@ class OsovitnyDataModule {
|
|
|
6379
6379
|
EmailsApiService
|
|
6380
6380
|
], imports: [CommonModule] }); }
|
|
6381
6381
|
}
|
|
6382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyDataModule, decorators: [{
|
|
6383
6383
|
type: NgModule,
|
|
6384
6384
|
args: [{
|
|
6385
6385
|
imports: [
|
|
@@ -6503,18 +6503,18 @@ const MSALProviders = [
|
|
|
6503
6503
|
AdminGuard
|
|
6504
6504
|
];
|
|
6505
6505
|
class OsovitnyIAMModule {
|
|
6506
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6507
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
6506
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyIAMModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6507
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyIAMModule, imports: [CommonModule,
|
|
6508
6508
|
RouterModule,
|
|
6509
6509
|
MsalModule] }); }
|
|
6510
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
6510
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyIAMModule, providers: [
|
|
6511
6511
|
provideHttpClient(),
|
|
6512
6512
|
...MSALProviders
|
|
6513
6513
|
], imports: [CommonModule,
|
|
6514
6514
|
RouterModule,
|
|
6515
6515
|
MsalModule] }); }
|
|
6516
6516
|
}
|
|
6517
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyIAMModule, decorators: [{
|
|
6518
6518
|
type: NgModule,
|
|
6519
6519
|
args: [{
|
|
6520
6520
|
imports: [
|
|
@@ -6544,10 +6544,10 @@ class SignInPage extends PageBase {
|
|
|
6544
6544
|
ngOnInit() {
|
|
6545
6545
|
this.auth.login();
|
|
6546
6546
|
}
|
|
6547
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6548
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
6547
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignInPage, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6548
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: SignInPage, isStandalone: false, selector: "iam-signin-page", usesInheritance: true, ngImport: i0, template: "" }); }
|
|
6549
6549
|
}
|
|
6550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignInPage, decorators: [{
|
|
6551
6551
|
type: Component,
|
|
6552
6552
|
args: [{ selector: 'iam-signin-page', standalone: false, template: "" }]
|
|
6553
6553
|
}], ctorParameters: () => [{ type: AuthService }] });
|
|
@@ -6566,10 +6566,10 @@ class SignOutPage extends PageBase {
|
|
|
6566
6566
|
ngOnInit() {
|
|
6567
6567
|
this.auth.logout();
|
|
6568
6568
|
}
|
|
6569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6570
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
6569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignOutPage, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6570
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: SignOutPage, isStandalone: false, selector: "iam-signout-page", usesInheritance: true, ngImport: i0, template: "" }); }
|
|
6571
6571
|
}
|
|
6572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignOutPage, decorators: [{
|
|
6573
6573
|
type: Component,
|
|
6574
6574
|
args: [{ selector: 'iam-signout-page', standalone: false, template: "" }]
|
|
6575
6575
|
}], ctorParameters: () => [{ type: AuthService }] });
|
|
@@ -6588,10 +6588,10 @@ class SignUpPage extends PageBase {
|
|
|
6588
6588
|
ngOnInit() {
|
|
6589
6589
|
this.auth.signUp();
|
|
6590
6590
|
}
|
|
6591
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6592
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.
|
|
6591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignUpPage, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6592
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.7", type: SignUpPage, isStandalone: false, selector: "iam-signup-page", usesInheritance: true, ngImport: i0, template: "" }); }
|
|
6593
6593
|
}
|
|
6594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: SignUpPage, decorators: [{
|
|
6595
6595
|
type: Component,
|
|
6596
6596
|
args: [{ selector: 'iam-signup-page', standalone: false, template: "" }]
|
|
6597
6597
|
}], ctorParameters: () => [{ type: AuthService }] });
|
|
@@ -6630,14 +6630,14 @@ const PAGES = [
|
|
|
6630
6630
|
*/
|
|
6631
6631
|
//Node
|
|
6632
6632
|
class OsovitnyIAMPagesModule {
|
|
6633
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6634
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
6633
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyIAMPagesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6634
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyIAMPagesModule, declarations: [SignInPage, SignUpPage, SignOutPage], imports: [CommonModule,
|
|
6635
6635
|
RouterModule, i1$1.RouterModule] }); }
|
|
6636
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
6636
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyIAMPagesModule, imports: [CommonModule,
|
|
6637
6637
|
RouterModule,
|
|
6638
6638
|
IAMRouterModule] }); }
|
|
6639
6639
|
}
|
|
6640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyIAMPagesModule, decorators: [{
|
|
6641
6641
|
type: NgModule,
|
|
6642
6642
|
args: [{
|
|
6643
6643
|
imports: [
|
|
@@ -6662,13 +6662,13 @@ class FaModule {
|
|
|
6662
6662
|
constructor(library) {
|
|
6663
6663
|
library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
|
|
6664
6664
|
}
|
|
6665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6666
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
6665
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FaModule, deps: [{ token: i1$7.FaIconLibrary }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6666
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
6667
6667
|
FontAwesomeModule], exports: [FontAwesomeModule] }); }
|
|
6668
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
6668
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
6669
6669
|
FontAwesomeModule, FontAwesomeModule] }); }
|
|
6670
6670
|
}
|
|
6671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: FaModule, decorators: [{
|
|
6672
6672
|
type: NgModule,
|
|
6673
6673
|
args: [{
|
|
6674
6674
|
imports: [
|
|
@@ -6688,8 +6688,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImpor
|
|
|
6688
6688
|
*/
|
|
6689
6689
|
//Node
|
|
6690
6690
|
class KendoModule {
|
|
6691
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6692
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
6691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: KendoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6692
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: KendoModule, imports: [CommonModule,
|
|
6693
6693
|
LayoutModule,
|
|
6694
6694
|
ButtonsModule,
|
|
6695
6695
|
DropDownsModule,
|
|
@@ -6731,7 +6731,7 @@ class KendoModule {
|
|
|
6731
6731
|
PopupModule,
|
|
6732
6732
|
TreeViewModule,
|
|
6733
6733
|
TooltipsModule] }); }
|
|
6734
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
6734
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: KendoModule, imports: [CommonModule,
|
|
6735
6735
|
LayoutModule,
|
|
6736
6736
|
ButtonsModule,
|
|
6737
6737
|
DropDownsModule,
|
|
@@ -6774,7 +6774,7 @@ class KendoModule {
|
|
|
6774
6774
|
TreeViewModule,
|
|
6775
6775
|
TooltipsModule] }); }
|
|
6776
6776
|
}
|
|
6777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: KendoModule, decorators: [{
|
|
6778
6778
|
type: NgModule,
|
|
6779
6779
|
args: [{
|
|
6780
6780
|
imports: [
|
|
@@ -6933,8 +6933,8 @@ const COMPONENTS$1 = [
|
|
|
6933
6933
|
VALIDATION_COMPONENTS
|
|
6934
6934
|
];
|
|
6935
6935
|
class OsovitnyUIModule {
|
|
6936
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
6937
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
6936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6937
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyUIModule, declarations: [CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, ControlPanelComponent, DataPagerComponent, CountryDropdownlist, LanguageDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, Message2UserComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent], imports: [CommonModule,
|
|
6938
6938
|
RouterModule,
|
|
6939
6939
|
ReactiveFormsModule,
|
|
6940
6940
|
FormsModule,
|
|
@@ -6943,7 +6943,7 @@ class OsovitnyUIModule {
|
|
|
6943
6943
|
//Modules
|
|
6944
6944
|
FaModule,
|
|
6945
6945
|
KendoModule], exports: [CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, ControlPanelComponent, DataPagerComponent, CountryDropdownlist, LanguageDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, Message2UserComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent] }); }
|
|
6946
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
6946
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyUIModule, imports: [CommonModule,
|
|
6947
6947
|
RouterModule,
|
|
6948
6948
|
ReactiveFormsModule,
|
|
6949
6949
|
FormsModule,
|
|
@@ -6953,7 +6953,7 @@ class OsovitnyUIModule {
|
|
|
6953
6953
|
FaModule,
|
|
6954
6954
|
KendoModule] }); }
|
|
6955
6955
|
}
|
|
6956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
6956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyUIModule, decorators: [{
|
|
6957
6957
|
type: NgModule,
|
|
6958
6958
|
args: [{
|
|
6959
6959
|
imports: [
|
|
@@ -7002,14 +7002,14 @@ const COMPONENTS = [
|
|
|
7002
7002
|
*/
|
|
7003
7003
|
//Node
|
|
7004
7004
|
class OsovitnyBillingModule {
|
|
7005
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
7006
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
7005
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyBillingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7006
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyBillingModule, declarations: [BuyAccessButtonComponent, SubscribePlanButtonComponent, OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, BraintreeDialog, PaypalButtonComponent, PaypalSubscribeButtonComponent, PayPalComponent, StripeDialog], imports: [CommonModule,
|
|
7007
7007
|
ReactiveFormsModule,
|
|
7008
7008
|
FormsModule,
|
|
7009
7009
|
FaModule,
|
|
7010
7010
|
KendoModule,
|
|
7011
7011
|
OsovitnyUIModule], exports: [BuyAccessButtonComponent, SubscribePlanButtonComponent, OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, BraintreeDialog, PaypalButtonComponent, PaypalSubscribeButtonComponent, PayPalComponent, StripeDialog] }); }
|
|
7012
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
7012
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyBillingModule, providers: [
|
|
7013
7013
|
BillingService,
|
|
7014
7014
|
PaymentsService,
|
|
7015
7015
|
PayPalScriptService
|
|
@@ -7020,7 +7020,7 @@ class OsovitnyBillingModule {
|
|
|
7020
7020
|
KendoModule,
|
|
7021
7021
|
OsovitnyUIModule] }); }
|
|
7022
7022
|
}
|
|
7023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
7023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyBillingModule, decorators: [{
|
|
7024
7024
|
type: NgModule,
|
|
7025
7025
|
args: [{
|
|
7026
7026
|
imports: [
|
|
@@ -7071,10 +7071,10 @@ class AppService extends ApiServiceBase {
|
|
|
7071
7071
|
}
|
|
7072
7072
|
}));
|
|
7073
7073
|
}
|
|
7074
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
7075
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.
|
|
7074
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7075
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppService, providedIn: 'root' }); }
|
|
7076
7076
|
}
|
|
7077
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
7077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: AppService, decorators: [{
|
|
7078
7078
|
type: Injectable,
|
|
7079
7079
|
args: [{
|
|
7080
7080
|
providedIn: 'root'
|
|
@@ -7093,8 +7093,8 @@ class OsovitnyModule {
|
|
|
7093
7093
|
this.injector = injector;
|
|
7094
7094
|
InjectorInstance = this.injector;
|
|
7095
7095
|
}
|
|
7096
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.
|
|
7097
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.
|
|
7096
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyModule, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7097
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyModule, imports: [CommonModule,
|
|
7098
7098
|
OsovitnyCoreModule,
|
|
7099
7099
|
OsovitnyDataModule,
|
|
7100
7100
|
OsovitnyIAMModule,
|
|
@@ -7102,7 +7102,7 @@ class OsovitnyModule {
|
|
|
7102
7102
|
OsovitnyDataModule,
|
|
7103
7103
|
OsovitnyIAMModule,
|
|
7104
7104
|
OsovitnyUIModule] }); }
|
|
7105
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.
|
|
7105
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyModule, providers: [
|
|
7106
7106
|
provideHttpClient(),
|
|
7107
7107
|
//ngx-translate v18: provider-based setup (TranslateModule.forRoot was removed)
|
|
7108
7108
|
provideTranslateService({
|
|
@@ -7135,7 +7135,7 @@ class OsovitnyModule {
|
|
|
7135
7135
|
OsovitnyIAMModule,
|
|
7136
7136
|
OsovitnyUIModule] }); }
|
|
7137
7137
|
}
|
|
7138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.
|
|
7138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.7", ngImport: i0, type: OsovitnyModule, decorators: [{
|
|
7139
7139
|
type: NgModule,
|
|
7140
7140
|
args: [{
|
|
7141
7141
|
imports: [
|