@osovitny/angular 4.0.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +33 -33
- package/fesm2022/osovitny-angular.mjs +390 -380
- package/fesm2022/osovitny-angular.mjs.map +1 -1
- package/osovitny-angular-4.2.0.tgz +0 -0
- package/package.json +56 -50
- package/types/osovitny-angular.d.ts +48 -43
|
@@ -16,8 +16,7 @@ import { DOCUMENT, CommonModule } from '@angular/common';
|
|
|
16
16
|
import { format, formatDistance, formatDistanceToNow } from 'date-fns';
|
|
17
17
|
import { enUS } from 'date-fns/locale/en-US';
|
|
18
18
|
import * as i1$3 from '@ngx-translate/core';
|
|
19
|
-
import {
|
|
20
|
-
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
19
|
+
import { TranslatePipe, TranslateDirective, provideTranslateService, provideTranslateLoader, TranslateService } from '@ngx-translate/core';
|
|
21
20
|
import * as i1$4 from 'ngx-toastr';
|
|
22
21
|
import { ToastrModule } from 'ngx-toastr';
|
|
23
22
|
import * as i1$5 from '@angular/cdk/platform';
|
|
@@ -118,10 +117,10 @@ class ApiServiceBase {
|
|
|
118
117
|
getExternalJsonFile(libname, fileName) {
|
|
119
118
|
return this._http.get(formatAssetsUrl(AssetGroupType.External, `${libname}/jsons/${fileName}`));
|
|
120
119
|
}
|
|
121
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
122
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: ApiServiceBase }); }
|
|
123
122
|
}
|
|
124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ApiServiceBase, decorators: [{
|
|
125
124
|
type: Injectable
|
|
126
125
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
127
126
|
|
|
@@ -162,20 +161,20 @@ class LocalStorageService extends WebStorageService {
|
|
|
162
161
|
constructor() {
|
|
163
162
|
super('localStorage');
|
|
164
163
|
}
|
|
165
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
166
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
164
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LocalStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
165
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LocalStorageService }); }
|
|
167
166
|
}
|
|
168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LocalStorageService, decorators: [{
|
|
169
168
|
type: Injectable
|
|
170
169
|
}], ctorParameters: () => [] });
|
|
171
170
|
class SessionStorageService extends WebStorageService {
|
|
172
171
|
constructor() {
|
|
173
172
|
super('sessionStorage');
|
|
174
173
|
}
|
|
175
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
176
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
174
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SessionStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
175
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SessionStorageService }); }
|
|
177
176
|
}
|
|
178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SessionStorageService, decorators: [{
|
|
179
178
|
type: Injectable
|
|
180
179
|
}], ctorParameters: () => [] });
|
|
181
180
|
|
|
@@ -427,10 +426,10 @@ class AppContextService extends ApiServiceBase {
|
|
|
427
426
|
clearUSStates() {
|
|
428
427
|
this.localStorage.remove(AppContextStorageKeys.usStates);
|
|
429
428
|
}
|
|
430
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
431
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: AppContextService }); }
|
|
432
431
|
}
|
|
433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AppContextService, decorators: [{
|
|
434
433
|
type: Injectable
|
|
435
434
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: LocalStorageService }, { type: SessionStorageService }] });
|
|
436
435
|
|
|
@@ -448,10 +447,10 @@ class ServiceBase {
|
|
|
448
447
|
ngOnDestroy() {
|
|
449
448
|
this.subs.unsubscribe();
|
|
450
449
|
}
|
|
451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
452
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ServiceBase, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
451
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ServiceBase }); }
|
|
453
452
|
}
|
|
454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ServiceBase, decorators: [{
|
|
455
454
|
type: Injectable
|
|
456
455
|
}], ctorParameters: () => [] });
|
|
457
456
|
|
|
@@ -529,10 +528,10 @@ class GoServiceBase extends ServiceBase {
|
|
|
529
528
|
error500() {
|
|
530
529
|
this.navigate([this.currentApp.root + '/errors/500']);
|
|
531
530
|
}
|
|
532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
533
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
531
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: GoServiceBase }); }
|
|
534
533
|
}
|
|
535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
534
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: GoServiceBase, decorators: [{
|
|
536
535
|
type: Injectable
|
|
537
536
|
}], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: i1$1.Router }] });
|
|
538
537
|
|
|
@@ -653,10 +652,10 @@ class LoggingService {
|
|
|
653
652
|
error(error, ...optionalParams) {
|
|
654
653
|
LoggingService.error(error, ...optionalParams);
|
|
655
654
|
}
|
|
656
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
657
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
655
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LoggingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
656
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LoggingService, providedIn: "root" }); }
|
|
658
657
|
}
|
|
659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LoggingService, decorators: [{
|
|
660
659
|
type: Injectable,
|
|
661
660
|
args: [{
|
|
662
661
|
providedIn: "root",
|
|
@@ -708,32 +707,29 @@ class AuthService extends ApiServiceBase {
|
|
|
708
707
|
this.logger.error(error);
|
|
709
708
|
}
|
|
710
709
|
});
|
|
711
|
-
|
|
710
|
+
//MSAL v5: account storage events are always on (enableAccountStorageEvents() was removed);
|
|
711
|
+
//cross-tab login/logout surfaces as ACTIVE_ACCOUNT_CHANGED. LOGIN_FAILURE and
|
|
712
|
+
//SSO_SILENT_SUCCESS were removed — failures/successes surface via ACQUIRE_TOKEN_*.
|
|
712
713
|
this.msalBroadcastService.msalSubject$.pipe(filter((msg) => msg.eventType === EventType.INITIALIZE_END ||
|
|
713
|
-
//
|
|
714
|
-
msg.eventType === EventType.
|
|
715
|
-
|
|
716
|
-
//Login Failure
|
|
717
|
-
msg.eventType === EventType.LOGIN_FAILURE ||
|
|
714
|
+
//Emitted when a user logs in or out of another tab or window
|
|
715
|
+
msg.eventType === EventType.ACTIVE_ACCOUNT_CHANGED ||
|
|
716
|
+
//Failure
|
|
718
717
|
msg.eventType === EventType.ACQUIRE_TOKEN_FAILURE ||
|
|
719
718
|
//LogOut
|
|
720
719
|
msg.eventType === EventType.LOGOUT_SUCCESS ||
|
|
721
720
|
//LogIn
|
|
722
721
|
msg.eventType === EventType.LOGIN_SUCCESS ||
|
|
723
|
-
msg.eventType === EventType.ACQUIRE_TOKEN_SUCCESS
|
|
724
|
-
msg.eventType === EventType.SSO_SILENT_SUCCESS), takeUntil(this.msalDestroying$))
|
|
722
|
+
msg.eventType === EventType.ACQUIRE_TOKEN_SUCCESS), takeUntil(this.msalDestroying$))
|
|
725
723
|
.subscribe((msg) => {
|
|
726
724
|
switch (msg.eventType) {
|
|
727
725
|
case EventType.INITIALIZE_END:
|
|
728
726
|
this.logger.info(`MSAL. INITIALIZE_END fired`);
|
|
729
727
|
break;
|
|
730
|
-
case EventType.
|
|
731
|
-
case EventType.ACCOUNT_REMOVED:
|
|
728
|
+
case EventType.ACTIVE_ACCOUNT_CHANGED:
|
|
732
729
|
if (this.msalService.instance.getAllAccounts().length === 0) {
|
|
733
730
|
window.location.pathname = "/";
|
|
734
731
|
}
|
|
735
732
|
break;
|
|
736
|
-
case EventType.LOGIN_FAILURE:
|
|
737
733
|
case EventType.ACQUIRE_TOKEN_FAILURE:
|
|
738
734
|
if (!MSALUtils.isB2C()) {
|
|
739
735
|
return;
|
|
@@ -753,7 +749,6 @@ class AuthService extends ApiServiceBase {
|
|
|
753
749
|
break;
|
|
754
750
|
case EventType.LOGIN_SUCCESS:
|
|
755
751
|
case EventType.ACQUIRE_TOKEN_SUCCESS:
|
|
756
|
-
case EventType.SSO_SILENT_SUCCESS:
|
|
757
752
|
let payload = msg.payload;
|
|
758
753
|
if (!payload) {
|
|
759
754
|
return;
|
|
@@ -1072,10 +1067,10 @@ class AuthService extends ApiServiceBase {
|
|
|
1072
1067
|
};
|
|
1073
1068
|
this.login(resetPasswordFlowRequest);
|
|
1074
1069
|
}
|
|
1075
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1076
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1070
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: AuthService, providedIn: 'root' }); }
|
|
1077
1072
|
}
|
|
1078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AuthService, decorators: [{
|
|
1079
1074
|
type: Injectable,
|
|
1080
1075
|
args: [{
|
|
1081
1076
|
providedIn: 'root'
|
|
@@ -1149,10 +1144,10 @@ class AppsGoServiceBase extends GoServiceBase {
|
|
|
1149
1144
|
}
|
|
1150
1145
|
}
|
|
1151
1146
|
}
|
|
1152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1153
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: AppsGoServiceBase }); }
|
|
1154
1149
|
}
|
|
1155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AppsGoServiceBase, decorators: [{
|
|
1156
1151
|
type: Injectable
|
|
1157
1152
|
}], ctorParameters: () => [{ type: i1$1.ActivatedRoute }, { type: i1$1.Router }, { type: AuthService }, { type: LoggingService }] });
|
|
1158
1153
|
|
|
@@ -1178,10 +1173,10 @@ class AdminGuard {
|
|
|
1178
1173
|
}
|
|
1179
1174
|
return of(true);
|
|
1180
1175
|
}
|
|
1181
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1182
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AdminGuard, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1177
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AdminGuard }); }
|
|
1183
1178
|
}
|
|
1184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AdminGuard, decorators: [{
|
|
1185
1180
|
type: Injectable
|
|
1186
1181
|
}], ctorParameters: () => [{ type: AuthService }] });
|
|
1187
1182
|
|
|
@@ -1198,10 +1193,10 @@ class AuthenticationGuard extends MsalGuard {
|
|
|
1198
1193
|
this.setInteractionType(route);
|
|
1199
1194
|
return super.canActivate(route, state);
|
|
1200
1195
|
}
|
|
1201
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1202
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: AuthenticationGuard }); }
|
|
1203
1198
|
}
|
|
1204
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AuthenticationGuard, decorators: [{
|
|
1205
1200
|
type: Injectable
|
|
1206
1201
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1207
1202
|
type: Inject,
|
|
@@ -1284,10 +1279,10 @@ class LoadingService extends BehaviorSubject {
|
|
|
1284
1279
|
this.clearShowTimeout();
|
|
1285
1280
|
this.next(false);
|
|
1286
1281
|
}
|
|
1287
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1288
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LoadingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1283
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LoadingService, providedIn: 'root' }); }
|
|
1289
1284
|
}
|
|
1290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LoadingService, decorators: [{
|
|
1291
1286
|
type: Injectable,
|
|
1292
1287
|
args: [{
|
|
1293
1288
|
providedIn: 'root'
|
|
@@ -1443,10 +1438,10 @@ class OsovitnyHttpInterceptor {
|
|
|
1443
1438
|
this.loadingService.hide();
|
|
1444
1439
|
}
|
|
1445
1440
|
}
|
|
1446
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1447
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: OsovitnyHttpInterceptor }); }
|
|
1448
1443
|
}
|
|
1449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyHttpInterceptor, decorators: [{
|
|
1450
1445
|
type: Injectable
|
|
1451
1446
|
}], ctorParameters: () => [{ type: AuthService }, { type: LoadingService }, { type: LoggingService }] });
|
|
1452
1447
|
|
|
@@ -1517,10 +1512,10 @@ class StarterService extends ApiServiceBase {
|
|
|
1517
1512
|
stopwatch.printElapsedAsMilliseconds();
|
|
1518
1513
|
}));
|
|
1519
1514
|
}
|
|
1520
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1521
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: StarterService }); }
|
|
1522
1517
|
}
|
|
1523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: StarterService, decorators: [{
|
|
1524
1519
|
type: Injectable
|
|
1525
1520
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: AppContextService }, { type: LoggingService }] });
|
|
1526
1521
|
|
|
@@ -1548,10 +1543,10 @@ class StarterGuard {
|
|
|
1548
1543
|
}
|
|
1549
1544
|
return of(true);
|
|
1550
1545
|
}
|
|
1551
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1552
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1546
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: StarterGuard, deps: [{ token: StarterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1547
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: StarterGuard }); }
|
|
1553
1548
|
}
|
|
1554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: StarterGuard, decorators: [{
|
|
1555
1550
|
type: Injectable
|
|
1556
1551
|
}], ctorParameters: () => [{ type: StarterService }] });
|
|
1557
1552
|
|
|
@@ -1605,7 +1600,8 @@ class LocalizationService {
|
|
|
1605
1600
|
this.translate.addLangs(languages);
|
|
1606
1601
|
}
|
|
1607
1602
|
setDefaultLanguage(lang) {
|
|
1608
|
-
|
|
1603
|
+
//ngx-translate v18: setDefaultLang was renamed to setFallbackLang
|
|
1604
|
+
this.translate.setFallbackLang(lang);
|
|
1609
1605
|
}
|
|
1610
1606
|
setLanguage(language) {
|
|
1611
1607
|
this.translate.use(language);
|
|
@@ -1684,10 +1680,10 @@ class LocalizationService {
|
|
|
1684
1680
|
}
|
|
1685
1681
|
return formatDistanceToNow(d, this.dateFnsLocale);
|
|
1686
1682
|
}
|
|
1687
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1688
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1683
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
|
|
1689
1685
|
}
|
|
1690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LocalizationService, decorators: [{
|
|
1691
1687
|
type: Injectable,
|
|
1692
1688
|
args: [{
|
|
1693
1689
|
providedIn: 'root'
|
|
@@ -1755,10 +1751,10 @@ class LocalizePipe {
|
|
|
1755
1751
|
//Distance ----------------------------------------------------------------END
|
|
1756
1752
|
return inputData;
|
|
1757
1753
|
}
|
|
1758
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1759
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
1754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LocalizePipe, deps: [{ token: LocalizationService }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1755
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.6", ngImport: i0, type: LocalizePipe, isStandalone: false, name: "localize", pure: false }); }
|
|
1760
1756
|
}
|
|
1761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LocalizePipe, decorators: [{
|
|
1762
1758
|
type: Pipe,
|
|
1763
1759
|
args: [{
|
|
1764
1760
|
name: 'localize',
|
|
@@ -1767,12 +1763,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
1767
1763
|
}]
|
|
1768
1764
|
}], ctorParameters: () => [{ type: LocalizationService }] });
|
|
1769
1765
|
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1766
|
+
/*
|
|
1767
|
+
ngx-translate v18 removed TranslateModule and the TranslateHttpLoader(prefix, suffix)
|
|
1768
|
+
constructor. This loader computes the URL lazily per request so AppVersion and CDN
|
|
1769
|
+
settings resolve at call time (same behavior as the old translateLoaderFactory).
|
|
1770
|
+
Wired in OsovitnyModule via provideTranslateService({ loader: provideTranslateLoader(...) }).
|
|
1771
|
+
*/
|
|
1772
|
+
class OsovitnyTranslateLoader {
|
|
1773
|
+
constructor(httpClient) {
|
|
1774
|
+
this.httpClient = httpClient;
|
|
1775
|
+
}
|
|
1776
|
+
getTranslation(lang) {
|
|
1777
|
+
const prefix = formatAssetsUrl(AssetGroupType.Lib, 'l10n/');
|
|
1778
|
+
const suffix = `.json?v=${AppVersion ?? '1.0.0'}`;
|
|
1779
|
+
return this.httpClient.get(`${prefix}${lang}${suffix}`);
|
|
1780
|
+
}
|
|
1781
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: OsovitnyTranslateLoader }); }
|
|
1775
1783
|
}
|
|
1784
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyTranslateLoader, decorators: [{
|
|
1785
|
+
type: Injectable
|
|
1786
|
+
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
1776
1787
|
let _localizationInjectorInstance;
|
|
1777
1788
|
function getLocalizationInjector() {
|
|
1778
1789
|
if (!_localizationInjectorInstance) {
|
|
@@ -1785,19 +1796,23 @@ class LocalizationModule {
|
|
|
1785
1796
|
this.injector = injector;
|
|
1786
1797
|
_localizationInjectorInstance = this.injector;
|
|
1787
1798
|
}
|
|
1788
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1789
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: LocalizationModule, declarations: [LocalizePipe], imports: [TranslatePipe,
|
|
1801
|
+
TranslateDirective], exports: [TranslatePipe,
|
|
1802
|
+
TranslateDirective,
|
|
1790
1803
|
LocalizePipe] }); }
|
|
1791
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1804
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LocalizationModule }); }
|
|
1792
1805
|
}
|
|
1793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LocalizationModule, decorators: [{
|
|
1794
1807
|
type: NgModule,
|
|
1795
1808
|
args: [{
|
|
1796
1809
|
imports: [
|
|
1797
|
-
|
|
1810
|
+
TranslatePipe,
|
|
1811
|
+
TranslateDirective
|
|
1798
1812
|
],
|
|
1799
1813
|
exports: [
|
|
1800
|
-
|
|
1814
|
+
TranslatePipe,
|
|
1815
|
+
TranslateDirective,
|
|
1801
1816
|
LocalizePipe
|
|
1802
1817
|
],
|
|
1803
1818
|
declarations: [
|
|
@@ -1851,10 +1866,10 @@ class GlobalErrorHandler {
|
|
|
1851
1866
|
// IMPORTANT: Rethrow the error otherwise it gets swallowed
|
|
1852
1867
|
throw error;
|
|
1853
1868
|
}
|
|
1854
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1855
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1869
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: GlobalErrorHandler }); }
|
|
1856
1871
|
}
|
|
1857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: GlobalErrorHandler, decorators: [{
|
|
1858
1873
|
type: Injectable
|
|
1859
1874
|
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1860
1875
|
|
|
@@ -1918,10 +1933,10 @@ class NotificationService {
|
|
|
1918
1933
|
let title = 'Authentication Required';
|
|
1919
1934
|
this.warning(text, null, title);
|
|
1920
1935
|
}
|
|
1921
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1922
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: NotificationService, providedIn: 'root' }); }
|
|
1923
1938
|
}
|
|
1924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: NotificationService, decorators: [{
|
|
1925
1940
|
type: Injectable,
|
|
1926
1941
|
args: [{ providedIn: 'root' }]
|
|
1927
1942
|
}], ctorParameters: () => [{ type: i1$4.ToastrService }] });
|
|
@@ -2002,10 +2017,10 @@ class BrowserService {
|
|
|
2002
2017
|
get userAgent() {
|
|
2003
2018
|
return navigator.userAgent.toLowerCase();
|
|
2004
2019
|
}
|
|
2005
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2006
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2020
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: BrowserService, providedIn: 'root' }); }
|
|
2007
2022
|
}
|
|
2008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: BrowserService, decorators: [{
|
|
2009
2024
|
type: Injectable,
|
|
2010
2025
|
args: [{
|
|
2011
2026
|
providedIn: 'root'
|
|
@@ -2133,10 +2148,10 @@ class DigitalMarketingService {
|
|
|
2133
2148
|
this.meta.removeTag(selector);
|
|
2134
2149
|
});
|
|
2135
2150
|
}
|
|
2136
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2137
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2151
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: DigitalMarketingService, providedIn: 'root' }); }
|
|
2138
2153
|
}
|
|
2139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: DigitalMarketingService, decorators: [{
|
|
2140
2155
|
type: Injectable,
|
|
2141
2156
|
args: [{
|
|
2142
2157
|
providedIn: 'root'
|
|
@@ -2194,10 +2209,10 @@ class GoogleAnalyticsService {
|
|
|
2194
2209
|
let ga = window.gtag;
|
|
2195
2210
|
return ga;
|
|
2196
2211
|
}
|
|
2197
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2198
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2212
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: GoogleAnalyticsService }); }
|
|
2199
2214
|
}
|
|
2200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: GoogleAnalyticsService, decorators: [{
|
|
2201
2216
|
type: Injectable
|
|
2202
2217
|
}], ctorParameters: () => [{ type: i1$1.Router }, { type: LoggingService }] });
|
|
2203
2218
|
|
|
@@ -2254,10 +2269,10 @@ class IdleService {
|
|
|
2254
2269
|
this.resetTimeCounters(timeOutSeconds);
|
|
2255
2270
|
this.startTimer();
|
|
2256
2271
|
}
|
|
2257
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2258
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: IdleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2273
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: IdleService, providedIn: 'root' }); }
|
|
2259
2274
|
}
|
|
2260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: IdleService, decorators: [{
|
|
2261
2276
|
type: Injectable,
|
|
2262
2277
|
args: [{
|
|
2263
2278
|
providedIn: 'root'
|
|
@@ -2322,10 +2337,10 @@ class ScriptService {
|
|
|
2322
2337
|
}
|
|
2323
2338
|
return queryString;
|
|
2324
2339
|
}
|
|
2325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2326
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: ScriptService }); }
|
|
2327
2342
|
}
|
|
2328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ScriptService, decorators: [{
|
|
2329
2344
|
type: Injectable
|
|
2330
2345
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
2331
2346
|
|
|
@@ -2356,10 +2371,10 @@ class Message2UserService extends BehaviorSubject {
|
|
|
2356
2371
|
const message = new Message2User(type, block, timeout);
|
|
2357
2372
|
this.next(message);
|
|
2358
2373
|
}
|
|
2359
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2360
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: Message2UserService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2375
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: Message2UserService }); }
|
|
2361
2376
|
}
|
|
2362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: Message2UserService, decorators: [{
|
|
2363
2378
|
type: Injectable
|
|
2364
2379
|
}], ctorParameters: () => [] });
|
|
2365
2380
|
|
|
@@ -2416,10 +2431,10 @@ class ComponentBase {
|
|
|
2416
2431
|
this.dataLoaded = true;
|
|
2417
2432
|
this.dataFound = found;
|
|
2418
2433
|
}
|
|
2419
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2420
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2434
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2435
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: ComponentBase, isStandalone: true, selector: "ng-component", inputs: { mode: "mode", classes: "classes", title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired" }, ngImport: i0, template: '', isInline: true }); }
|
|
2421
2436
|
}
|
|
2422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ComponentBase, decorators: [{
|
|
2423
2438
|
type: Component,
|
|
2424
2439
|
args: [{
|
|
2425
2440
|
template: ''
|
|
@@ -2456,10 +2471,10 @@ class ReplacerDirectiveBase {
|
|
|
2456
2471
|
setAttribute(name, value) {
|
|
2457
2472
|
this.renderer.setAttribute(this.el.nativeElement, name, value);
|
|
2458
2473
|
}
|
|
2459
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2460
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", type: ReplacerDirectiveBase, isStandalone: true, ngImport: i0 }); }
|
|
2461
2476
|
}
|
|
2462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ReplacerDirectiveBase, decorators: [{
|
|
2463
2478
|
type: Directive,
|
|
2464
2479
|
args: [{}]
|
|
2465
2480
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
@@ -2489,10 +2504,10 @@ class AReplacerDirective extends ReplacerDirectiveBase {
|
|
|
2489
2504
|
}
|
|
2490
2505
|
}
|
|
2491
2506
|
}
|
|
2492
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2493
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2507
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AReplacerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2508
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.6", type: AReplacerDirective, isStandalone: false, selector: "a", inputs: { href: "href" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
2494
2509
|
}
|
|
2495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AReplacerDirective, decorators: [{
|
|
2496
2511
|
type: Directive,
|
|
2497
2512
|
args: [{
|
|
2498
2513
|
selector: 'a',
|
|
@@ -2516,10 +2531,10 @@ class SignUpButtonComponent extends ComponentBase {
|
|
|
2516
2531
|
this.url = url + (this.qs ? '?' + this.qs : '');
|
|
2517
2532
|
}
|
|
2518
2533
|
}
|
|
2519
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2520
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2534
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignUpButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2535
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
2521
2536
|
}
|
|
2522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2537
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignUpButtonComponent, decorators: [{
|
|
2523
2538
|
type: Component,
|
|
2524
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" }]
|
|
2525
2540
|
}], propDecorators: { qs: [{
|
|
@@ -2566,10 +2581,10 @@ class BuyAccessButtonComponent {
|
|
|
2566
2581
|
onPlanSelect() {
|
|
2567
2582
|
this.planselect.emit(this.plan);
|
|
2568
2583
|
}
|
|
2569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2570
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: BuyAccessButtonComponent, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2585
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
2571
2586
|
}
|
|
2572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: BuyAccessButtonComponent, decorators: [{
|
|
2573
2588
|
type: Component,
|
|
2574
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" }]
|
|
2575
2590
|
}], ctorParameters: () => [{ type: AppContextService }], propDecorators: { plan: [{
|
|
@@ -2624,10 +2639,10 @@ class SubscribePlanButtonComponent {
|
|
|
2624
2639
|
onPlanSelect() {
|
|
2625
2640
|
this.planselect.emit(this.plan);
|
|
2626
2641
|
}
|
|
2627
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2628
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2642
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SubscribePlanButtonComponent, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2643
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
2629
2644
|
}
|
|
2630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SubscribePlanButtonComponent, decorators: [{
|
|
2631
2646
|
type: Component,
|
|
2632
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" }]
|
|
2633
2648
|
}], ctorParameters: () => [{ type: AppContextService }], propDecorators: { plan: [{
|
|
@@ -2729,10 +2744,10 @@ class PaymentsService {
|
|
|
2729
2744
|
closeBraintreePaymentDialog() {
|
|
2730
2745
|
this._showBraintreeDialog.next(false);
|
|
2731
2746
|
}
|
|
2732
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2733
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2747
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaymentsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2748
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaymentsService }); }
|
|
2734
2749
|
}
|
|
2735
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaymentsService, decorators: [{
|
|
2736
2751
|
type: Injectable
|
|
2737
2752
|
}] });
|
|
2738
2753
|
|
|
@@ -2751,10 +2766,10 @@ class PromoCodesApiService extends ApiServiceBase {
|
|
|
2751
2766
|
getPromoCode(code) {
|
|
2752
2767
|
return this.get('getPromoCode', { code });
|
|
2753
2768
|
}
|
|
2754
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2755
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2769
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: PromoCodesApiService }); }
|
|
2756
2771
|
}
|
|
2757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PromoCodesApiService, decorators: [{
|
|
2758
2773
|
type: Injectable
|
|
2759
2774
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
2760
2775
|
|
|
@@ -2821,10 +2836,10 @@ class OrderSummaryComponent extends ComponentBase {
|
|
|
2821
2836
|
},
|
|
2822
2837
|
});
|
|
2823
2838
|
}
|
|
2824
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2825
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2839
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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"] }] }); }
|
|
2826
2841
|
}
|
|
2827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OrderSummaryComponent, decorators: [{
|
|
2828
2843
|
type: Component,
|
|
2829
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" }]
|
|
2830
2845
|
}], ctorParameters: () => [{ type: PaymentsService }, { type: PromoCodesApiService }, { type: NotificationService }] });
|
|
@@ -2847,10 +2862,10 @@ class ImageReplacerDirective extends ReplacerDirectiveBase {
|
|
|
2847
2862
|
setSrc(value) {
|
|
2848
2863
|
this.setUrlAttribute('src', value);
|
|
2849
2864
|
}
|
|
2850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2851
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2865
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ImageReplacerDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2866
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.6", type: ImageReplacerDirective, isStandalone: false, selector: "img", inputs: { src: "src" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 }); }
|
|
2852
2867
|
}
|
|
2853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ImageReplacerDirective, decorators: [{
|
|
2854
2869
|
type: Directive,
|
|
2855
2870
|
args: [{
|
|
2856
2871
|
selector: 'img',
|
|
@@ -2913,10 +2928,10 @@ class PaymentMethodsComponent extends ComponentBase {
|
|
|
2913
2928
|
paymentMethod.selected = true;
|
|
2914
2929
|
this.ps.selectedPaymentMethod = paymentMethod.id;
|
|
2915
2930
|
}
|
|
2916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2917
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
2931
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaymentMethodsComponent, deps: [{ token: PaymentsService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2932
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
2918
2933
|
}
|
|
2919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaymentMethodsComponent, decorators: [{
|
|
2920
2935
|
type: Component,
|
|
2921
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" }]
|
|
2922
2937
|
}], ctorParameters: () => [{ type: PaymentsService }] });
|
|
@@ -2946,10 +2961,10 @@ class PaymentOptionsComponent extends ComponentBase {
|
|
|
2946
2961
|
this.ps.selectedPaymentType = pt;
|
|
2947
2962
|
this.change.emit();
|
|
2948
2963
|
}
|
|
2949
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2950
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2964
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaymentOptionsComponent, deps: [{ token: PaymentsService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2965
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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"] }] }); }
|
|
2951
2966
|
}
|
|
2952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaymentOptionsComponent, decorators: [{
|
|
2953
2968
|
type: Component,
|
|
2954
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" }]
|
|
2955
2970
|
}], ctorParameters: () => [{ type: PaymentsService }], propDecorators: { priceWeekly: [{
|
|
@@ -3079,10 +3094,10 @@ class EditComponentBase extends ComponentBase {
|
|
|
3079
3094
|
let fg = frmGroup ? frmGroup : this.formGroup;
|
|
3080
3095
|
fg.get(controlName)?.setErrors({ invalid: true });
|
|
3081
3096
|
}
|
|
3082
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3083
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3097
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: EditComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3098
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: EditComponentBase, isStandalone: true, selector: "ng-component", inputs: { formGroup: "formGroup", formSubmitted: "formSubmitted", controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
3084
3099
|
}
|
|
3085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: EditComponentBase, decorators: [{
|
|
3086
3101
|
type: Component,
|
|
3087
3102
|
args: [{
|
|
3088
3103
|
template: ''
|
|
@@ -3135,10 +3150,10 @@ class DialogBase extends EditComponentBase {
|
|
|
3135
3150
|
this.isOpen = false;
|
|
3136
3151
|
this.closed.emit(-1);
|
|
3137
3152
|
}
|
|
3138
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3139
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3153
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: DialogBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3154
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: DialogBase, isStandalone: false, selector: "ng-component", inputs: { isOpen: "isOpen" }, outputs: { opened: "opened", closed: "closed" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
3140
3155
|
}
|
|
3141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: DialogBase, decorators: [{
|
|
3142
3157
|
type: Component,
|
|
3143
3158
|
args: [{
|
|
3144
3159
|
template: '',
|
|
@@ -3194,10 +3209,10 @@ class PaymentsApiService extends ApiServiceBase {
|
|
|
3194
3209
|
}
|
|
3195
3210
|
});
|
|
3196
3211
|
}
|
|
3197
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3198
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3212
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: PaymentsApiService }); }
|
|
3199
3214
|
}
|
|
3200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaymentsApiService, decorators: [{
|
|
3201
3216
|
type: Injectable
|
|
3202
3217
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
3203
3218
|
|
|
@@ -3257,10 +3272,10 @@ class SubscriptionsApiService extends ApiServiceBase {
|
|
|
3257
3272
|
}
|
|
3258
3273
|
});
|
|
3259
3274
|
}
|
|
3260
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3261
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3275
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: SubscriptionsApiService }); }
|
|
3262
3277
|
}
|
|
3263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SubscriptionsApiService, decorators: [{
|
|
3264
3279
|
type: Injectable
|
|
3265
3280
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
3266
3281
|
|
|
@@ -3347,10 +3362,10 @@ class BillingService {
|
|
|
3347
3362
|
});
|
|
3348
3363
|
});
|
|
3349
3364
|
}
|
|
3350
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3351
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: BillingService }); }
|
|
3352
3367
|
}
|
|
3353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: BillingService, decorators: [{
|
|
3354
3369
|
type: Injectable
|
|
3355
3370
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: AppContextService }, { type: PaymentsApiService }, { type: SubscriptionsApiService }, { type: NotificationService }] });
|
|
3356
3371
|
|
|
@@ -3452,10 +3467,10 @@ class BraintreeDialog extends DialogBase {
|
|
|
3452
3467
|
get visible() {
|
|
3453
3468
|
return this.isOpen && this.ps.getTotal() > 0;
|
|
3454
3469
|
}
|
|
3455
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3456
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
3470
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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"] }] }); }
|
|
3457
3472
|
}
|
|
3458
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: BraintreeDialog, decorators: [{
|
|
3459
3474
|
type: Component,
|
|
3460
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" }]
|
|
3461
3476
|
}], ctorParameters: () => [{ type: BillingService }, { type: PaymentsService }, { type: NotificationService }], propDecorators: { planId: [{
|
|
@@ -3541,10 +3556,10 @@ class PayPalScriptService {
|
|
|
3541
3556
|
}
|
|
3542
3557
|
return `https://www.paypal.com/sdk/js${this.ss.getQueryString(params)}`;
|
|
3543
3558
|
}
|
|
3544
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3545
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PayPalScriptService, deps: [{ token: ScriptService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3560
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PayPalScriptService }); }
|
|
3546
3561
|
}
|
|
3547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PayPalScriptService, decorators: [{
|
|
3548
3563
|
type: Injectable
|
|
3549
3564
|
}], ctorParameters: () => [{ type: ScriptService }] });
|
|
3550
3565
|
|
|
@@ -3819,12 +3834,12 @@ class PayPalComponent {
|
|
|
3819
3834
|
return (c == "x" ? r : (r & 0x7) | 0x8).toString(16);
|
|
3820
3835
|
});
|
|
3821
3836
|
}
|
|
3822
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3823
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3837
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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: `
|
|
3824
3839
|
<div #payPalButtonContainer [id]="payPalButtonContainerId"></div>
|
|
3825
3840
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3826
3841
|
}
|
|
3827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3842
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PayPalComponent, decorators: [{
|
|
3828
3843
|
type: Component,
|
|
3829
3844
|
args: [{
|
|
3830
3845
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -3957,10 +3972,10 @@ class PaypalButtonComponent extends ComponentBase {
|
|
|
3957
3972
|
get visible() {
|
|
3958
3973
|
return this.ps.selectedPaymentMethod == PaymentMethod.PayPal && this.ps.getTotal() > 0;
|
|
3959
3974
|
}
|
|
3960
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3961
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
3975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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"] }] }); }
|
|
3962
3977
|
}
|
|
3963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaypalButtonComponent, decorators: [{
|
|
3964
3979
|
type: Component,
|
|
3965
3980
|
args: [{ selector: 'osovitny-billing-paypal-button', standalone: false, template: "@if (visible) {\r\n <osovitny-billing-paypal-container [config]='payPalConfig' />\r\n}\r\n" }]
|
|
3966
3981
|
}], ctorParameters: () => [{ type: BillingService }, { type: PaymentsService }], propDecorators: { planId: [{
|
|
@@ -4052,10 +4067,10 @@ class PaypalSubscribeButtonComponent extends ComponentBase {
|
|
|
4052
4067
|
}
|
|
4053
4068
|
};
|
|
4054
4069
|
}
|
|
4055
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4056
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4070
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaypalSubscribeButtonComponent, deps: [{ token: BillingService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4071
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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"] }] }); }
|
|
4057
4072
|
}
|
|
4058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4073
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PaypalSubscribeButtonComponent, decorators: [{
|
|
4059
4074
|
type: Component,
|
|
4060
4075
|
args: [{ selector: 'osovitny-billing-paypal-subscribe-button', standalone: false, template: "<osovitny-billing-paypal-container [config]='payPalConfig' />\r\n\r\n" }]
|
|
4061
4076
|
}], ctorParameters: () => [{ type: BillingService }], propDecorators: { payPalPlanId: [{
|
|
@@ -4137,10 +4152,10 @@ class StripeDialog extends DialogBase {
|
|
|
4137
4152
|
get visible() {
|
|
4138
4153
|
return this.isOpen && this.ps.getTotal() > 0;
|
|
4139
4154
|
}
|
|
4140
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4141
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
4155
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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"] }] }); }
|
|
4142
4157
|
}
|
|
4143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: StripeDialog, decorators: [{
|
|
4144
4159
|
type: Component,
|
|
4145
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" }]
|
|
4146
4161
|
}], ctorParameters: () => [{ type: BillingService }, { type: PaymentsService }], propDecorators: { planId: [{
|
|
@@ -4208,10 +4223,10 @@ class GridReadServiceBase extends BehaviorSubject {
|
|
|
4208
4223
|
}
|
|
4209
4224
|
});
|
|
4210
4225
|
}
|
|
4211
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4212
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4226
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: GridReadServiceBase }); }
|
|
4213
4228
|
}
|
|
4214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: GridReadServiceBase, decorators: [{
|
|
4215
4230
|
type: Injectable
|
|
4216
4231
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4217
4232
|
|
|
@@ -4273,10 +4288,10 @@ class GridEditServiceBase extends GridReadServiceBase {
|
|
|
4273
4288
|
const url = `${this.baseUrl}/${action}${this.serializeParams(data)}`;
|
|
4274
4289
|
return this.http.post(url, data).pipe(map(res => res));
|
|
4275
4290
|
}
|
|
4276
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4277
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4291
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: GridEditServiceBase }); }
|
|
4278
4293
|
}
|
|
4279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: GridEditServiceBase, decorators: [{
|
|
4280
4295
|
type: Injectable
|
|
4281
4296
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4282
4297
|
|
|
@@ -4298,10 +4313,10 @@ class CurrenciesApiService extends ApiServiceBase {
|
|
|
4298
4313
|
getRates() {
|
|
4299
4314
|
return this.get('getRates');
|
|
4300
4315
|
}
|
|
4301
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4302
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4316
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: CurrenciesApiService }); }
|
|
4303
4318
|
}
|
|
4304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CurrenciesApiService, decorators: [{
|
|
4305
4320
|
type: Injectable
|
|
4306
4321
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4307
4322
|
|
|
@@ -4376,10 +4391,10 @@ class CurrenciesStorageService {
|
|
|
4376
4391
|
}
|
|
4377
4392
|
return rate;
|
|
4378
4393
|
}
|
|
4379
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4380
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4394
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: CurrenciesStorageService }); }
|
|
4381
4396
|
}
|
|
4382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CurrenciesStorageService, decorators: [{
|
|
4383
4398
|
type: Injectable
|
|
4384
4399
|
}], ctorParameters: () => [{ type: AppContextService }, { type: CurrenciesApiService }] });
|
|
4385
4400
|
|
|
@@ -4404,10 +4419,10 @@ class TransactionsApiService extends ApiServiceBase {
|
|
|
4404
4419
|
getTransactions(data) {
|
|
4405
4420
|
return this.get('getTransactions', data);
|
|
4406
4421
|
}
|
|
4407
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4408
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: TransactionsApiService }); }
|
|
4409
4424
|
}
|
|
4410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: TransactionsApiService, decorators: [{
|
|
4411
4426
|
type: Injectable
|
|
4412
4427
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4413
4428
|
|
|
@@ -4423,10 +4438,10 @@ class CoreApiService extends ApiServiceBase {
|
|
|
4423
4438
|
this.http = http;
|
|
4424
4439
|
this.baseUrl = `${ApiUrl}/core`;
|
|
4425
4440
|
}
|
|
4426
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4427
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: CoreApiService }); }
|
|
4428
4443
|
}
|
|
4429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CoreApiService, decorators: [{
|
|
4430
4445
|
type: Injectable
|
|
4431
4446
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4432
4447
|
|
|
@@ -4454,10 +4469,10 @@ class EmailsApiService extends ApiServiceBase {
|
|
|
4454
4469
|
}
|
|
4455
4470
|
});
|
|
4456
4471
|
}
|
|
4457
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4458
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4472
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: EmailsApiService }); }
|
|
4459
4474
|
}
|
|
4460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: EmailsApiService, decorators: [{
|
|
4461
4476
|
type: Injectable
|
|
4462
4477
|
}], ctorParameters: () => [{ type: i1.HttpClient }] });
|
|
4463
4478
|
|
|
@@ -4530,10 +4545,10 @@ class EnumEditComponentBase extends EditComponentBase {
|
|
|
4530
4545
|
onChange(value) {
|
|
4531
4546
|
this.fireValueChange(value);
|
|
4532
4547
|
}
|
|
4533
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4534
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4548
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: EnumEditComponentBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4549
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: EnumEditComponentBase, isStandalone: true, selector: "ng-component", inputs: { selectedValue: "selectedValue", defaultValue: "defaultValue" }, outputs: { valueChange: "valueChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4535
4550
|
}
|
|
4536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: EnumEditComponentBase, decorators: [{
|
|
4537
4552
|
type: Component,
|
|
4538
4553
|
args: [{
|
|
4539
4554
|
template: ''
|
|
@@ -4553,10 +4568,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4553
4568
|
*/
|
|
4554
4569
|
//Node
|
|
4555
4570
|
class PageBase extends ComponentBase {
|
|
4556
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4557
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PageBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4572
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: PageBase, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4558
4573
|
}
|
|
4559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PageBase, decorators: [{
|
|
4560
4575
|
type: Component,
|
|
4561
4576
|
args: [{
|
|
4562
4577
|
template: '',
|
|
@@ -4571,10 +4586,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4571
4586
|
*/
|
|
4572
4587
|
//Node
|
|
4573
4588
|
class EditPageBase extends EditComponentBase {
|
|
4574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4575
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: EditPageBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: EditPageBase, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4576
4591
|
}
|
|
4577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: EditPageBase, decorators: [{
|
|
4578
4593
|
type: Component,
|
|
4579
4594
|
args: [{
|
|
4580
4595
|
template: '',
|
|
@@ -4625,10 +4640,10 @@ class PagedPageBase extends PageBase {
|
|
|
4625
4640
|
this.currentPage = (this.skipItems / this.pageSize) + 1;
|
|
4626
4641
|
this.loadPage();
|
|
4627
4642
|
}
|
|
4628
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4629
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4643
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PagedPageBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4644
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: PagedPageBase, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4630
4645
|
}
|
|
4631
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4646
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PagedPageBase, decorators: [{
|
|
4632
4647
|
type: Component,
|
|
4633
4648
|
args: [{
|
|
4634
4649
|
template: '',
|
|
@@ -4708,10 +4723,10 @@ class ListBase extends ComponentBase {
|
|
|
4708
4723
|
this.currentPage = (this.skipItems / this.pageSize) + 1;
|
|
4709
4724
|
this.loadPage();
|
|
4710
4725
|
}
|
|
4711
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4712
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4726
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ListBase, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4727
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: ListBase, isStandalone: false, selector: "ng-component", inputs: { pageSize: "pageSize", autoDataLoading: "autoDataLoading" }, outputs: { filterRequest: "filterRequest", dataChange: "dataChange" }, usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4713
4728
|
}
|
|
4714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4729
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ListBase, decorators: [{
|
|
4715
4730
|
type: Component,
|
|
4716
4731
|
args: [{
|
|
4717
4732
|
template: '',
|
|
@@ -4734,10 +4749,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4734
4749
|
*/
|
|
4735
4750
|
//Node
|
|
4736
4751
|
class CardComponent extends ComponentBase {
|
|
4737
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4738
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4752
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CardComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4753
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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" }); }
|
|
4739
4754
|
}
|
|
4740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CardComponent, decorators: [{
|
|
4741
4756
|
type: Component,
|
|
4742
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" }]
|
|
4743
4758
|
}] });
|
|
@@ -4749,10 +4764,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4749
4764
|
*/
|
|
4750
4765
|
//Node
|
|
4751
4766
|
class CardHeaderComponent extends ComponentBase {
|
|
4752
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4753
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
4767
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CardHeaderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4768
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }); }
|
|
4754
4769
|
}
|
|
4755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
4756
4771
|
type: Component,
|
|
4757
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" }]
|
|
4758
4773
|
}] });
|
|
@@ -4764,10 +4779,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4764
4779
|
*/
|
|
4765
4780
|
//Node
|
|
4766
4781
|
class CardBodyComponent extends ComponentBase {
|
|
4767
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4768
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4782
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CardBodyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4783
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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" }); }
|
|
4769
4784
|
}
|
|
4770
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
4771
4786
|
type: Component,
|
|
4772
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" }]
|
|
4773
4788
|
}] });
|
|
@@ -4779,10 +4794,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4779
4794
|
*/
|
|
4780
4795
|
//Node
|
|
4781
4796
|
class CardFooterComponent extends ComponentBase {
|
|
4782
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4783
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4797
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CardFooterComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4798
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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" }); }
|
|
4784
4799
|
}
|
|
4785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
4786
4801
|
type: Component,
|
|
4787
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" }]
|
|
4788
4803
|
}] });
|
|
@@ -4802,10 +4817,10 @@ class NativeElementDirective {
|
|
|
4802
4817
|
// sets the localization key to the control
|
|
4803
4818
|
this.control.control.nativeElement = this.el.nativeElement;
|
|
4804
4819
|
}
|
|
4805
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4806
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4820
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", type: NativeElementDirective, isStandalone: false, selector: "[formControl], [formControlName]", ngImport: i0 }); }
|
|
4807
4822
|
}
|
|
4808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: NativeElementDirective, decorators: [{
|
|
4809
4824
|
type: Directive,
|
|
4810
4825
|
args: [{
|
|
4811
4826
|
selector: '[formControl], [formControlName]',
|
|
@@ -4839,10 +4854,10 @@ class CountryDropdownlist extends EditComponentBase {
|
|
|
4839
4854
|
else {
|
|
4840
4855
|
}
|
|
4841
4856
|
}
|
|
4842
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4843
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
4857
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CountryDropdownlist, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4858
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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]" }] }); }
|
|
4844
4859
|
}
|
|
4845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4860
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CountryDropdownlist, decorators: [{
|
|
4846
4861
|
type: Component,
|
|
4847
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" }]
|
|
4848
4863
|
}], ctorParameters: () => [{ type: AppContextService }] });
|
|
@@ -4865,10 +4880,10 @@ class LanguageDropdownlist extends EditComponentBase {
|
|
|
4865
4880
|
}
|
|
4866
4881
|
});
|
|
4867
4882
|
}
|
|
4868
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4869
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
4883
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LanguageDropdownlist, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4884
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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]" }] }); }
|
|
4870
4885
|
}
|
|
4871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LanguageDropdownlist, decorators: [{
|
|
4872
4887
|
type: Component,
|
|
4873
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" }]
|
|
4874
4889
|
}], ctorParameters: () => [{ type: AppContextService }] });
|
|
@@ -4972,10 +4987,10 @@ class ValidationSummaryComponent extends EditComponentBase {
|
|
|
4972
4987
|
}
|
|
4973
4988
|
return messages;
|
|
4974
4989
|
}
|
|
4975
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4976
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4990
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4991
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: ValidationSummaryComponent, isStandalone: false, selector: "ng-component", usesInheritance: true, ngImport: i0, template: '', isInline: true }); }
|
|
4977
4992
|
}
|
|
4978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ValidationSummaryComponent, decorators: [{
|
|
4979
4994
|
type: Component,
|
|
4980
4995
|
args: [{
|
|
4981
4996
|
template: '',
|
|
@@ -4990,10 +5005,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4990
5005
|
*/
|
|
4991
5006
|
//Node
|
|
4992
5007
|
class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
4993
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4994
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5008
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ItemValidationSummaryComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5009
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }); }
|
|
4995
5010
|
}
|
|
4996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ItemValidationSummaryComponent, decorators: [{
|
|
4997
5012
|
type: Component,
|
|
4998
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" }]
|
|
4999
5014
|
}] });
|
|
@@ -5010,10 +5025,10 @@ class ModerationStatusDropdownlist extends EnumEditComponentBase {
|
|
|
5010
5025
|
this.title = 'Moderation Status';
|
|
5011
5026
|
this.enumeration = ModerationStatus;
|
|
5012
5027
|
}
|
|
5013
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5014
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5028
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ModerationStatusDropdownlist, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5029
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }] }); }
|
|
5015
5030
|
}
|
|
5016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ModerationStatusDropdownlist, decorators: [{
|
|
5017
5032
|
type: Component,
|
|
5018
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" }]
|
|
5019
5034
|
}], ctorParameters: () => [] });
|
|
@@ -5030,10 +5045,10 @@ class PublishStatusDropdownlist extends EnumEditComponentBase {
|
|
|
5030
5045
|
this.title = 'Publish Status';
|
|
5031
5046
|
this.enumeration = PublishStatus;
|
|
5032
5047
|
}
|
|
5033
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5034
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5048
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PublishStatusDropdownlist, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5049
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }] }); }
|
|
5035
5050
|
}
|
|
5036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5051
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PublishStatusDropdownlist, decorators: [{
|
|
5037
5052
|
type: Component,
|
|
5038
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" }]
|
|
5039
5054
|
}], ctorParameters: () => [] });
|
|
@@ -5082,10 +5097,10 @@ class TimezoneDropdownlist extends EditComponentBase {
|
|
|
5082
5097
|
}
|
|
5083
5098
|
}
|
|
5084
5099
|
}
|
|
5085
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5086
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5100
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: TimezoneDropdownlist, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5101
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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]" }] }); }
|
|
5087
5102
|
}
|
|
5088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: TimezoneDropdownlist, decorators: [{
|
|
5089
5104
|
type: Component,
|
|
5090
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" }]
|
|
5091
5106
|
}], ctorParameters: () => [{ type: AppContextService }], propDecorators: { disabled: [{
|
|
@@ -5167,10 +5182,10 @@ class HtmlEditorComponentBase extends EditComponentBase {
|
|
|
5167
5182
|
editor.opts.imageUploadParams.uploadParentId = uploadParentId;
|
|
5168
5183
|
});
|
|
5169
5184
|
}
|
|
5170
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5171
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: HtmlEditorComponentBase, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5186
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: HtmlEditorComponentBase, isStandalone: false, selector: "ng-component", inputs: { editorOptions: "editorOptions" }, usesInheritance: true, ngImport: i0, template: "", isInline: true }); }
|
|
5172
5187
|
}
|
|
5173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: HtmlEditorComponentBase, decorators: [{
|
|
5174
5189
|
type: Component,
|
|
5175
5190
|
args: [{
|
|
5176
5191
|
template: "",
|
|
@@ -5206,10 +5221,10 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
5206
5221
|
editor.html.set(content);
|
|
5207
5222
|
});
|
|
5208
5223
|
}
|
|
5209
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5210
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: HtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5225
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }] }); }
|
|
5211
5226
|
}
|
|
5212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: HtmlEditorComponent, decorators: [{
|
|
5213
5228
|
type: Component,
|
|
5214
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" }]
|
|
5215
5230
|
}], ctorParameters: () => [] });
|
|
@@ -5225,10 +5240,10 @@ class CheckIconComponent {
|
|
|
5225
5240
|
//Inputs
|
|
5226
5241
|
this.checked = true;
|
|
5227
5242
|
}
|
|
5228
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5229
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5243
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5244
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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"] }] }); }
|
|
5230
5245
|
}
|
|
5231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5246
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CheckIconComponent, decorators: [{
|
|
5232
5247
|
type: Component,
|
|
5233
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" }]
|
|
5234
5249
|
}], propDecorators: { checked: [{
|
|
@@ -5307,10 +5322,10 @@ class ControlPanelComponent extends ComponentBase {
|
|
|
5307
5322
|
onAdd() {
|
|
5308
5323
|
this.fireAdd();
|
|
5309
5324
|
}
|
|
5310
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5311
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ControlPanelComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5326
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
5312
5327
|
}
|
|
5313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ControlPanelComponent, decorators: [{
|
|
5314
5329
|
type: Component,
|
|
5315
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" }]
|
|
5316
5331
|
}], propDecorators: { sortByItems: [{
|
|
@@ -5379,10 +5394,10 @@ class DataPagerComponent extends ComponentBase {
|
|
|
5379
5394
|
onPageChange(e) {
|
|
5380
5395
|
this.pageChange.emit(e);
|
|
5381
5396
|
}
|
|
5382
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5383
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5397
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: DataPagerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5398
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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"] }] }); }
|
|
5384
5399
|
}
|
|
5385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: DataPagerComponent, decorators: [{
|
|
5386
5401
|
type: Component,
|
|
5387
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" }]
|
|
5388
5403
|
}], propDecorators: { totalItems: [{
|
|
@@ -5414,10 +5429,10 @@ class SignInButtonComponent extends ComponentBase {
|
|
|
5414
5429
|
this.url = url + (this.qs ? '?' + this.qs : '');
|
|
5415
5430
|
}
|
|
5416
5431
|
}
|
|
5417
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5418
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignInButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5433
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
5419
5434
|
}
|
|
5420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignInButtonComponent, decorators: [{
|
|
5421
5436
|
type: Component,
|
|
5422
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" }]
|
|
5423
5438
|
}], propDecorators: { qs: [{
|
|
@@ -5437,10 +5452,10 @@ class SignOutButtonComponent extends ComponentBase {
|
|
|
5437
5452
|
this.url = url + (this.qs ? '?' + this.qs : '');
|
|
5438
5453
|
}
|
|
5439
5454
|
}
|
|
5440
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5441
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5455
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignOutButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5456
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
5442
5457
|
}
|
|
5443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignOutButtonComponent, decorators: [{
|
|
5444
5459
|
type: Component,
|
|
5445
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" }]
|
|
5446
5461
|
}], propDecorators: { qs: [{
|
|
@@ -5458,10 +5473,10 @@ class NodataComponent {
|
|
|
5458
5473
|
this.iconSize = '10x';
|
|
5459
5474
|
this.heading = 'No data found';
|
|
5460
5475
|
}
|
|
5461
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5462
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5476
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5477
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
5463
5478
|
}
|
|
5464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: NodataComponent, decorators: [{
|
|
5465
5480
|
type: Component,
|
|
5466
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" }]
|
|
5467
5482
|
}], propDecorators: { dataLoading: [{
|
|
@@ -5485,10 +5500,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
5485
5500
|
*/
|
|
5486
5501
|
//Node
|
|
5487
5502
|
class NoMobileSupportComponent extends ComponentBase {
|
|
5488
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5489
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5503
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: NoMobileSupportComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5504
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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"] }] }); }
|
|
5490
5505
|
}
|
|
5491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: NoMobileSupportComponent, decorators: [{
|
|
5492
5507
|
type: Component,
|
|
5493
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" }]
|
|
5494
5509
|
}], propDecorators: { logo: [{
|
|
@@ -5544,10 +5559,10 @@ class Message2UserComponent extends ComponentBase {
|
|
|
5544
5559
|
onClose() {
|
|
5545
5560
|
this.show = false;
|
|
5546
5561
|
}
|
|
5547
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5548
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5562
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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"] }] }); }
|
|
5549
5564
|
}
|
|
5550
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: Message2UserComponent, decorators: [{
|
|
5551
5566
|
type: Component,
|
|
5552
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" }]
|
|
5553
5568
|
}], ctorParameters: () => [{ type: GoServiceBase }, { type: Message2UserService }] });
|
|
@@ -5571,10 +5586,10 @@ class LoadingComponent extends ComponentBase {
|
|
|
5571
5586
|
}
|
|
5572
5587
|
});
|
|
5573
5588
|
}
|
|
5574
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5575
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5589
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5590
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }); }
|
|
5576
5591
|
}
|
|
5577
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
5578
5593
|
type: Component,
|
|
5579
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" }]
|
|
5580
5595
|
}], ctorParameters: () => [{ type: LoadingService }] });
|
|
@@ -5611,10 +5626,10 @@ class PageSpinnerComponent {
|
|
|
5611
5626
|
ngOnDestroy() {
|
|
5612
5627
|
this.isSpinnerVisible = false;
|
|
5613
5628
|
}
|
|
5614
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5615
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5629
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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 }); }
|
|
5616
5631
|
}
|
|
5617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: PageSpinnerComponent, decorators: [{
|
|
5618
5633
|
type: Component,
|
|
5619
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" }]
|
|
5620
5635
|
}], ctorParameters: () => [{ type: i1$1.Router }], propDecorators: { backgroundColor: [{
|
|
@@ -5643,10 +5658,10 @@ class Copy2ClipboardComponent extends ComponentBase {
|
|
|
5643
5658
|
}, 1000);
|
|
5644
5659
|
Utils.copyToClipBoard(event, this.text);
|
|
5645
5660
|
}
|
|
5646
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5647
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5661
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: Copy2ClipboardComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5662
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", 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"] }] }); }
|
|
5648
5663
|
}
|
|
5649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: Copy2ClipboardComponent, decorators: [{
|
|
5650
5665
|
type: Component,
|
|
5651
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" }]
|
|
5652
5667
|
}], propDecorators: { tooltip: [{
|
|
@@ -5702,10 +5717,10 @@ class UrlSlugComponent extends EditComponentBase {
|
|
|
5702
5717
|
let text = this.getFormValue(this.controlName);
|
|
5703
5718
|
this.generateUrlSlug(text);
|
|
5704
5719
|
}
|
|
5705
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5706
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5720
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: UrlSlugComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5721
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }] }); }
|
|
5707
5722
|
}
|
|
5708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: UrlSlugComponent, decorators: [{
|
|
5709
5724
|
type: Component,
|
|
5710
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" }]
|
|
5711
5726
|
}], ctorParameters: () => [], propDecorators: { urlPrefix: [{
|
|
@@ -5725,10 +5740,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
5725
5740
|
*/
|
|
5726
5741
|
//Node
|
|
5727
5742
|
class FeatureWillBeReadyComponent extends ComponentBase {
|
|
5728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5729
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5743
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: FeatureWillBeReadyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5744
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }); }
|
|
5730
5745
|
}
|
|
5731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: FeatureWillBeReadyComponent, decorators: [{
|
|
5732
5747
|
type: Component,
|
|
5733
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" }]
|
|
5734
5749
|
}], propDecorators: { readyDate: [{
|
|
@@ -5746,10 +5761,10 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
|
|
|
5746
5761
|
super(...arguments);
|
|
5747
5762
|
this.oneLine = true;
|
|
5748
5763
|
}
|
|
5749
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5750
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5764
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: YouAgreeToOurTermsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
5765
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
5751
5766
|
}
|
|
5752
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: YouAgreeToOurTermsComponent, decorators: [{
|
|
5753
5768
|
type: Component,
|
|
5754
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" }]
|
|
5755
5770
|
}], propDecorators: { prefix: [{
|
|
@@ -5800,10 +5815,10 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
5800
5815
|
}
|
|
5801
5816
|
return messages;
|
|
5802
5817
|
}
|
|
5803
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5804
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5818
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: FormValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5819
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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" }); }
|
|
5805
5820
|
}
|
|
5806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: FormValidationSummaryComponent, decorators: [{
|
|
5807
5822
|
type: Component,
|
|
5808
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" }]
|
|
5809
5824
|
}], ctorParameters: () => [], propDecorators: { visible: [{
|
|
@@ -5896,10 +5911,10 @@ class ContactUsForm extends EditComponentBase {
|
|
|
5896
5911
|
onTopicChange(event) {
|
|
5897
5912
|
this.selectedTopic = event.target.value;
|
|
5898
5913
|
}
|
|
5899
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5900
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5914
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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" }] }); }
|
|
5901
5916
|
}
|
|
5902
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5917
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ContactUsForm, decorators: [{
|
|
5903
5918
|
type: Component,
|
|
5904
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" }]
|
|
5905
5920
|
}], ctorParameters: () => [{ type: i1$9.ReCaptchaV3Service }, { type: i2.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }], propDecorators: { showActionButtons: [{
|
|
@@ -5928,10 +5943,10 @@ class ContactUsDialog extends DialogBase {
|
|
|
5928
5943
|
onSubmit() {
|
|
5929
5944
|
super.close();
|
|
5930
5945
|
}
|
|
5931
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5932
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
5946
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ContactUsDialog, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5947
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.6", 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"] }] }); }
|
|
5933
5948
|
}
|
|
5934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ContactUsDialog, decorators: [{
|
|
5935
5950
|
type: Component,
|
|
5936
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}" }]
|
|
5937
5952
|
}], ctorParameters: () => [], propDecorators: { contactUsForm: [{
|
|
@@ -5961,10 +5976,10 @@ class HoveringDirective {
|
|
|
5961
5976
|
onMouseLeave() {
|
|
5962
5977
|
this.hovering = false;
|
|
5963
5978
|
}
|
|
5964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5965
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5979
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: HoveringDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5980
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "22.1.6", type: HoveringDirective, isStandalone: false, selector: "[osovitny-hover]", host: { listeners: { "mouseenter": "onMouseEnter()", "mouseleave": "onMouseLeave()" }, properties: { "class.hovering": "this.hovering" } }, ngImport: i0 }); }
|
|
5966
5981
|
}
|
|
5967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: HoveringDirective, decorators: [{
|
|
5968
5983
|
type: Directive,
|
|
5969
5984
|
args: [{
|
|
5970
5985
|
selector: '[osovitny-hover]',
|
|
@@ -6081,10 +6096,10 @@ class AddressComponent extends EditComponentBase {
|
|
|
6081
6096
|
let usState = event.target.value;
|
|
6082
6097
|
this.change.emit(usState);
|
|
6083
6098
|
}
|
|
6084
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6085
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
6099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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" }] }); }
|
|
6086
6101
|
}
|
|
6087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AddressComponent, decorators: [{
|
|
6088
6103
|
type: Component,
|
|
6089
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" }]
|
|
6090
6105
|
}], ctorParameters: () => [{ type: i2.FormBuilder }, { type: AppContextService }], propDecorators: { address: [{
|
|
@@ -6148,10 +6163,10 @@ class CompanyComponent extends EditComponentBase {
|
|
|
6148
6163
|
};
|
|
6149
6164
|
return JSON.stringify(data);
|
|
6150
6165
|
}
|
|
6151
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6152
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
6166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", 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" }] }); }
|
|
6153
6168
|
}
|
|
6154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: CompanyComponent, decorators: [{
|
|
6155
6170
|
type: Component,
|
|
6156
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" }]
|
|
6157
6172
|
}], ctorParameters: () => [{ type: i2.FormBuilder }], propDecorators: { company: [{
|
|
@@ -6185,10 +6200,10 @@ class FileSizePipe {
|
|
|
6185
6200
|
}
|
|
6186
6201
|
return bytes.toFixed(+precision) + ' ' + this.units[unit];
|
|
6187
6202
|
}
|
|
6188
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6189
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
6203
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: FileSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
6204
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.6", ngImport: i0, type: FileSizePipe, isStandalone: false, name: "filesize" }); }
|
|
6190
6205
|
}
|
|
6191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: FileSizePipe, decorators: [{
|
|
6192
6207
|
type: Pipe,
|
|
6193
6208
|
args: [{
|
|
6194
6209
|
name: 'filesize',
|
|
@@ -6211,10 +6226,10 @@ class ReplaceTextPipe {
|
|
|
6211
6226
|
return inputData;
|
|
6212
6227
|
}
|
|
6213
6228
|
}
|
|
6214
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6215
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
6229
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ReplaceTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
6230
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "22.1.6", ngImport: i0, type: ReplaceTextPipe, isStandalone: false, name: "replaceText" }); }
|
|
6216
6231
|
}
|
|
6217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: ReplaceTextPipe, decorators: [{
|
|
6218
6233
|
type: Pipe,
|
|
6219
6234
|
args: [{
|
|
6220
6235
|
name: "replaceText",
|
|
@@ -6235,10 +6250,10 @@ class SafeHtmlPipe {
|
|
|
6235
6250
|
transform(value) {
|
|
6236
6251
|
return this.sanitized.bypassSecurityTrustHtml(value);
|
|
6237
6252
|
}
|
|
6238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6239
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "
|
|
6253
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: SafeHtmlPipe, isStandalone: false, name: "safeHtml" }); }
|
|
6240
6255
|
}
|
|
6241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6256
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
6242
6257
|
type: Pipe,
|
|
6243
6258
|
args: [{
|
|
6244
6259
|
name: 'safeHtml',
|
|
@@ -6279,11 +6294,11 @@ class OsovitnyCoreModule {
|
|
|
6279
6294
|
setLogger(LoggingService);
|
|
6280
6295
|
setLocalizer(L10nUtils);
|
|
6281
6296
|
}
|
|
6282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6283
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6297
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: OsovitnyCoreModule, imports: [CommonModule,
|
|
6284
6299
|
RouterModule, i1$4.ToastrModule, LocalizationModule], exports: [RouterModule,
|
|
6285
6300
|
LocalizationModule] }); }
|
|
6286
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6301
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyCoreModule, providers: [
|
|
6287
6302
|
//Guards
|
|
6288
6303
|
StarterGuard,
|
|
6289
6304
|
//GoService
|
|
@@ -6307,7 +6322,7 @@ class OsovitnyCoreModule {
|
|
|
6307
6322
|
LocalizationModule, RouterModule,
|
|
6308
6323
|
LocalizationModule] }); }
|
|
6309
6324
|
}
|
|
6310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyCoreModule, decorators: [{
|
|
6311
6326
|
type: NgModule,
|
|
6312
6327
|
args: [{
|
|
6313
6328
|
imports: [
|
|
@@ -6349,9 +6364,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
6349
6364
|
*/
|
|
6350
6365
|
//Node
|
|
6351
6366
|
class OsovitnyDataModule {
|
|
6352
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6353
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6354
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6367
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyDataModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6368
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyDataModule, imports: [CommonModule] }); }
|
|
6369
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyDataModule, providers: [
|
|
6355
6370
|
//Billing Services
|
|
6356
6371
|
CurrenciesApiService,
|
|
6357
6372
|
CurrenciesStorageService,
|
|
@@ -6364,7 +6379,7 @@ class OsovitnyDataModule {
|
|
|
6364
6379
|
EmailsApiService
|
|
6365
6380
|
], imports: [CommonModule] }); }
|
|
6366
6381
|
}
|
|
6367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyDataModule, decorators: [{
|
|
6368
6383
|
type: NgModule,
|
|
6369
6384
|
args: [{
|
|
6370
6385
|
imports: [
|
|
@@ -6488,18 +6503,18 @@ const MSALProviders = [
|
|
|
6488
6503
|
AdminGuard
|
|
6489
6504
|
];
|
|
6490
6505
|
class OsovitnyIAMModule {
|
|
6491
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6492
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6506
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyIAMModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6507
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyIAMModule, imports: [CommonModule,
|
|
6493
6508
|
RouterModule,
|
|
6494
6509
|
MsalModule] }); }
|
|
6495
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6510
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyIAMModule, providers: [
|
|
6496
6511
|
provideHttpClient(),
|
|
6497
6512
|
...MSALProviders
|
|
6498
6513
|
], imports: [CommonModule,
|
|
6499
6514
|
RouterModule,
|
|
6500
6515
|
MsalModule] }); }
|
|
6501
6516
|
}
|
|
6502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyIAMModule, decorators: [{
|
|
6503
6518
|
type: NgModule,
|
|
6504
6519
|
args: [{
|
|
6505
6520
|
imports: [
|
|
@@ -6529,10 +6544,10 @@ class SignInPage extends PageBase {
|
|
|
6529
6544
|
ngOnInit() {
|
|
6530
6545
|
this.auth.login();
|
|
6531
6546
|
}
|
|
6532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6533
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6547
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignInPage, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6548
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: SignInPage, isStandalone: false, selector: "iam-signin-page", usesInheritance: true, ngImport: i0, template: "" }); }
|
|
6534
6549
|
}
|
|
6535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignInPage, decorators: [{
|
|
6536
6551
|
type: Component,
|
|
6537
6552
|
args: [{ selector: 'iam-signin-page', standalone: false, template: "" }]
|
|
6538
6553
|
}], ctorParameters: () => [{ type: AuthService }] });
|
|
@@ -6551,10 +6566,10 @@ class SignOutPage extends PageBase {
|
|
|
6551
6566
|
ngOnInit() {
|
|
6552
6567
|
this.auth.logout();
|
|
6553
6568
|
}
|
|
6554
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6555
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignOutPage, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6570
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: SignOutPage, isStandalone: false, selector: "iam-signout-page", usesInheritance: true, ngImport: i0, template: "" }); }
|
|
6556
6571
|
}
|
|
6557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignOutPage, decorators: [{
|
|
6558
6573
|
type: Component,
|
|
6559
6574
|
args: [{ selector: 'iam-signout-page', standalone: false, template: "" }]
|
|
6560
6575
|
}], ctorParameters: () => [{ type: AuthService }] });
|
|
@@ -6573,10 +6588,10 @@ class SignUpPage extends PageBase {
|
|
|
6573
6588
|
ngOnInit() {
|
|
6574
6589
|
this.auth.signUp();
|
|
6575
6590
|
}
|
|
6576
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6577
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
6591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignUpPage, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6592
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.6", type: SignUpPage, isStandalone: false, selector: "iam-signup-page", usesInheritance: true, ngImport: i0, template: "" }); }
|
|
6578
6593
|
}
|
|
6579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: SignUpPage, decorators: [{
|
|
6580
6595
|
type: Component,
|
|
6581
6596
|
args: [{ selector: 'iam-signup-page', standalone: false, template: "" }]
|
|
6582
6597
|
}], ctorParameters: () => [{ type: AuthService }] });
|
|
@@ -6615,14 +6630,14 @@ const PAGES = [
|
|
|
6615
6630
|
*/
|
|
6616
6631
|
//Node
|
|
6617
6632
|
class OsovitnyIAMPagesModule {
|
|
6618
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6619
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6633
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyIAMPagesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6634
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyIAMPagesModule, declarations: [SignInPage, SignUpPage, SignOutPage], imports: [CommonModule,
|
|
6620
6635
|
RouterModule, i1$1.RouterModule] }); }
|
|
6621
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6636
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyIAMPagesModule, imports: [CommonModule,
|
|
6622
6637
|
RouterModule,
|
|
6623
6638
|
IAMRouterModule] }); }
|
|
6624
6639
|
}
|
|
6625
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyIAMPagesModule, decorators: [{
|
|
6626
6641
|
type: NgModule,
|
|
6627
6642
|
args: [{
|
|
6628
6643
|
imports: [
|
|
@@ -6647,13 +6662,13 @@ class FaModule {
|
|
|
6647
6662
|
constructor(library) {
|
|
6648
6663
|
library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
|
|
6649
6664
|
}
|
|
6650
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6651
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6665
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
6652
6667
|
FontAwesomeModule], exports: [FontAwesomeModule] }); }
|
|
6653
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6668
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
6654
6669
|
FontAwesomeModule, FontAwesomeModule] }); }
|
|
6655
6670
|
}
|
|
6656
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: FaModule, decorators: [{
|
|
6657
6672
|
type: NgModule,
|
|
6658
6673
|
args: [{
|
|
6659
6674
|
imports: [
|
|
@@ -6673,8 +6688,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
6673
6688
|
*/
|
|
6674
6689
|
//Node
|
|
6675
6690
|
class KendoModule {
|
|
6676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6677
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: KendoModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6692
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.6", ngImport: i0, type: KendoModule, imports: [CommonModule,
|
|
6678
6693
|
LayoutModule,
|
|
6679
6694
|
ButtonsModule,
|
|
6680
6695
|
DropDownsModule,
|
|
@@ -6716,7 +6731,7 @@ class KendoModule {
|
|
|
6716
6731
|
PopupModule,
|
|
6717
6732
|
TreeViewModule,
|
|
6718
6733
|
TooltipsModule] }); }
|
|
6719
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6734
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: KendoModule, imports: [CommonModule,
|
|
6720
6735
|
LayoutModule,
|
|
6721
6736
|
ButtonsModule,
|
|
6722
6737
|
DropDownsModule,
|
|
@@ -6759,7 +6774,7 @@ class KendoModule {
|
|
|
6759
6774
|
TreeViewModule,
|
|
6760
6775
|
TooltipsModule] }); }
|
|
6761
6776
|
}
|
|
6762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: KendoModule, decorators: [{
|
|
6763
6778
|
type: NgModule,
|
|
6764
6779
|
args: [{
|
|
6765
6780
|
imports: [
|
|
@@ -6918,8 +6933,8 @@ const COMPONENTS$1 = [
|
|
|
6918
6933
|
VALIDATION_COMPONENTS
|
|
6919
6934
|
];
|
|
6920
6935
|
class OsovitnyUIModule {
|
|
6921
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6922
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6937
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.6", 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,
|
|
6923
6938
|
RouterModule,
|
|
6924
6939
|
ReactiveFormsModule,
|
|
6925
6940
|
FormsModule,
|
|
@@ -6928,7 +6943,7 @@ class OsovitnyUIModule {
|
|
|
6928
6943
|
//Modules
|
|
6929
6944
|
FaModule,
|
|
6930
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] }); }
|
|
6931
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6946
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyUIModule, imports: [CommonModule,
|
|
6932
6947
|
RouterModule,
|
|
6933
6948
|
ReactiveFormsModule,
|
|
6934
6949
|
FormsModule,
|
|
@@ -6938,7 +6953,7 @@ class OsovitnyUIModule {
|
|
|
6938
6953
|
FaModule,
|
|
6939
6954
|
KendoModule] }); }
|
|
6940
6955
|
}
|
|
6941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyUIModule, decorators: [{
|
|
6942
6957
|
type: NgModule,
|
|
6943
6958
|
args: [{
|
|
6944
6959
|
imports: [
|
|
@@ -6987,14 +7002,14 @@ const COMPONENTS = [
|
|
|
6987
7002
|
*/
|
|
6988
7003
|
//Node
|
|
6989
7004
|
class OsovitnyBillingModule {
|
|
6990
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6991
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7005
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyBillingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7006
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyBillingModule, declarations: [BuyAccessButtonComponent, SubscribePlanButtonComponent, OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, BraintreeDialog, PaypalButtonComponent, PaypalSubscribeButtonComponent, PayPalComponent, StripeDialog], imports: [CommonModule,
|
|
6992
7007
|
ReactiveFormsModule,
|
|
6993
7008
|
FormsModule,
|
|
6994
7009
|
FaModule,
|
|
6995
7010
|
KendoModule,
|
|
6996
7011
|
OsovitnyUIModule], exports: [BuyAccessButtonComponent, SubscribePlanButtonComponent, OrderSummaryComponent, PaymentMethodsComponent, PaymentOptionsComponent, BraintreeDialog, PaypalButtonComponent, PaypalSubscribeButtonComponent, PayPalComponent, StripeDialog] }); }
|
|
6997
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
7012
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyBillingModule, providers: [
|
|
6998
7013
|
BillingService,
|
|
6999
7014
|
PaymentsService,
|
|
7000
7015
|
PayPalScriptService
|
|
@@ -7005,7 +7020,7 @@ class OsovitnyBillingModule {
|
|
|
7005
7020
|
KendoModule,
|
|
7006
7021
|
OsovitnyUIModule] }); }
|
|
7007
7022
|
}
|
|
7008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyBillingModule, decorators: [{
|
|
7009
7024
|
type: NgModule,
|
|
7010
7025
|
args: [{
|
|
7011
7026
|
imports: [
|
|
@@ -7056,10 +7071,10 @@ class AppService extends ApiServiceBase {
|
|
|
7056
7071
|
}
|
|
7057
7072
|
}));
|
|
7058
7073
|
}
|
|
7059
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7060
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
7074
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: AppService, providedIn: 'root' }); }
|
|
7061
7076
|
}
|
|
7062
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: AppService, decorators: [{
|
|
7063
7078
|
type: Injectable,
|
|
7064
7079
|
args: [{
|
|
7065
7080
|
providedIn: 'root'
|
|
@@ -7078,16 +7093,21 @@ class OsovitnyModule {
|
|
|
7078
7093
|
this.injector = injector;
|
|
7079
7094
|
InjectorInstance = this.injector;
|
|
7080
7095
|
}
|
|
7081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7082
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
7096
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.6", 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.6", ngImport: i0, type: OsovitnyModule, imports: [CommonModule,
|
|
7098
|
+
OsovitnyCoreModule,
|
|
7083
7099
|
OsovitnyDataModule,
|
|
7084
7100
|
OsovitnyIAMModule,
|
|
7085
7101
|
OsovitnyUIModule], exports: [OsovitnyCoreModule,
|
|
7086
7102
|
OsovitnyDataModule,
|
|
7087
7103
|
OsovitnyIAMModule,
|
|
7088
7104
|
OsovitnyUIModule] }); }
|
|
7089
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
7105
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyModule, providers: [
|
|
7090
7106
|
provideHttpClient(),
|
|
7107
|
+
//ngx-translate v18: provider-based setup (TranslateModule.forRoot was removed)
|
|
7108
|
+
provideTranslateService({
|
|
7109
|
+
loader: provideTranslateLoader(OsovitnyTranslateLoader)
|
|
7110
|
+
}),
|
|
7091
7111
|
provideAppInitializer(() => {
|
|
7092
7112
|
return (async () => {
|
|
7093
7113
|
const appService = inject(AppService);
|
|
@@ -7107,13 +7127,6 @@ class OsovitnyModule {
|
|
|
7107
7127
|
}),
|
|
7108
7128
|
AppService
|
|
7109
7129
|
], imports: [CommonModule,
|
|
7110
|
-
TranslateModule.forRoot({
|
|
7111
|
-
loader: {
|
|
7112
|
-
provide: TranslateLoader,
|
|
7113
|
-
useFactory: translateLoaderFactory,
|
|
7114
|
-
deps: [HttpClient]
|
|
7115
|
-
}
|
|
7116
|
-
}),
|
|
7117
7130
|
OsovitnyCoreModule,
|
|
7118
7131
|
OsovitnyDataModule,
|
|
7119
7132
|
OsovitnyIAMModule,
|
|
@@ -7122,18 +7135,11 @@ class OsovitnyModule {
|
|
|
7122
7135
|
OsovitnyIAMModule,
|
|
7123
7136
|
OsovitnyUIModule] }); }
|
|
7124
7137
|
}
|
|
7125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7138
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.6", ngImport: i0, type: OsovitnyModule, decorators: [{
|
|
7126
7139
|
type: NgModule,
|
|
7127
7140
|
args: [{
|
|
7128
7141
|
imports: [
|
|
7129
7142
|
CommonModule,
|
|
7130
|
-
TranslateModule.forRoot({
|
|
7131
|
-
loader: {
|
|
7132
|
-
provide: TranslateLoader,
|
|
7133
|
-
useFactory: translateLoaderFactory,
|
|
7134
|
-
deps: [HttpClient]
|
|
7135
|
-
}
|
|
7136
|
-
}),
|
|
7137
7143
|
OsovitnyCoreModule,
|
|
7138
7144
|
OsovitnyDataModule,
|
|
7139
7145
|
OsovitnyIAMModule,
|
|
@@ -7147,6 +7153,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
7147
7153
|
],
|
|
7148
7154
|
providers: [
|
|
7149
7155
|
provideHttpClient(),
|
|
7156
|
+
//ngx-translate v18: provider-based setup (TranslateModule.forRoot was removed)
|
|
7157
|
+
provideTranslateService({
|
|
7158
|
+
loader: provideTranslateLoader(OsovitnyTranslateLoader)
|
|
7159
|
+
}),
|
|
7150
7160
|
provideAppInitializer(() => {
|
|
7151
7161
|
return (async () => {
|
|
7152
7162
|
const appService = inject(AppService);
|
|
@@ -7179,5 +7189,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
7179
7189
|
* Generated bundle index. Do not edit.
|
|
7180
7190
|
*/
|
|
7181
7191
|
|
|
7182
|
-
export { AReplacerDirective, AddressComponent, AdminGuard, ApiServiceBase, AppContextService, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingService, BraintreeDialog, BrowserService, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, ControlPanelComponent, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DataPagerComponent, DialogBase, DigitalMarketingService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, ImageReplacerDirective, InjectorInstance$1 as InjectorInstance, ItemValidationSummaryComponent, L10nUtils, LanguageDropdownlist, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationModule, LocalizationService, LocalizePipe, LoggingService, Message2User, Message2UserComponent, Message2UserService, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, OsovitnyBillingModule, OsovitnyCoreModule, OsovitnyDataModule, OsovitnyHttpInterceptor, OsovitnyIAMModule, OsovitnyIAMPagesModule, OsovitnyLogLevel, OsovitnyModule, OsovitnyUIModule, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethodsComponent, PaymentOptionsComponent, PaymentsApiService, PaymentsService, PaypalButtonComponent, PaypalSubscribeButtonComponent, PromoCodesApiService, PublishStatusDropdownlist, ReplaceTextPipe, SafeHtmlPipe, ScriptService, ServiceBase, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, StripeDialog, SubscribePlanButtonComponent, SubscriptionsApiService, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, ValidationSummaryComponent, YouAgreeToOurTermsComponent, getLocalizationInjector
|
|
7192
|
+
export { AReplacerDirective, AddressComponent, AdminGuard, ApiServiceBase, AppContextService, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingService, BraintreeDialog, BrowserService, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, ControlPanelComponent, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DataPagerComponent, DialogBase, DigitalMarketingService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, ImageReplacerDirective, InjectorInstance$1 as InjectorInstance, ItemValidationSummaryComponent, L10nUtils, LanguageDropdownlist, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationModule, LocalizationService, LocalizePipe, LoggingService, Message2User, Message2UserComponent, Message2UserService, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, OsovitnyBillingModule, OsovitnyCoreModule, OsovitnyDataModule, OsovitnyHttpInterceptor, OsovitnyIAMModule, OsovitnyIAMPagesModule, OsovitnyLogLevel, OsovitnyModule, OsovitnyTranslateLoader, OsovitnyUIModule, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethodsComponent, PaymentOptionsComponent, PaymentsApiService, PaymentsService, PaypalButtonComponent, PaypalSubscribeButtonComponent, PromoCodesApiService, PublishStatusDropdownlist, ReplaceTextPipe, SafeHtmlPipe, ScriptService, ServiceBase, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, StripeDialog, SubscribePlanButtonComponent, SubscriptionsApiService, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, ValidationSummaryComponent, YouAgreeToOurTermsComponent, getLocalizationInjector };
|
|
7183
7193
|
//# sourceMappingURL=osovitny-angular.mjs.map
|