@bnsights/bbsf-admin-portal 1.2.10 → 1.2.11
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/README.md +8 -0
- package/fesm2022/bnsights-bbsf-admin-portal.mjs +117 -367
- package/fesm2022/bnsights-bbsf-admin-portal.mjs.map +1 -1
- package/lib/Pages/localizations/localizations-replace-text/localizations-replace-text.component.d.ts +1 -1
- package/lib/Pages/localizations/localizations.component.d.ts +1 -1
- package/lib/Pages/shared/index.d.ts +0 -2
- package/package.json +3 -3
- package/public-api.d.ts +1 -5
- package/lib/Pages/core/authentication/auth.service.d.ts +0 -35
- package/lib/Pages/shared/base.service.d.ts +0 -4
- package/lib/Pages/shared/config.service.d.ts +0 -8
- package/lib/Pages/start/index/index.component.d.ts +0 -15
- package/lib/Pages/start/start-routing.module.d.ts +0 -7
- package/lib/Pages/start/start.module.d.ts +0 -11
- /package/lib/Pages/shared/Services/{localizationsService.service .d.ts → localizations.service.d.ts} +0 -0
|
@@ -7,11 +7,11 @@ import { HttpParams, HttpHeaders, HttpClientModule, HTTP_INTERCEPTORS, HttpError
|
|
|
7
7
|
import * as i1 from '@angular/router';
|
|
8
8
|
import { NavigationEnd, NavigationCancel, ResolveEnd, RouterModule, Router } from '@angular/router';
|
|
9
9
|
import * as i1$1 from '@bnsights/bbsf-utilities';
|
|
10
|
-
import { RequestOptionsModel, AuthService
|
|
10
|
+
import { RequestOptionsModel, AuthService, EnvironmentService, UtilityService, BBSFTranslateService, BBSFUtilitiesModule, RequestHandlerService, TranslationResolverService, AuthenticationModes, StylesBundleService as StylesBundleService$1, MasterLayoutService, AppearanceConfigurationService, ConfigurationService } from '@bnsights/bbsf-utilities';
|
|
11
11
|
import { __decorate } from 'tslib';
|
|
12
12
|
import * as i1$2 from 'ng-block-ui';
|
|
13
13
|
import { BlockUI, BlockUIModule } from 'ng-block-ui';
|
|
14
|
-
import { BehaviorSubject, throwError,
|
|
14
|
+
import { BehaviorSubject, throwError, of } from 'rxjs';
|
|
15
15
|
import * as objectPath from 'object-path';
|
|
16
16
|
import { createPopper } from '@popperjs/core';
|
|
17
17
|
import * as i11 from 'ng-inline-svg-2';
|
|
@@ -28,7 +28,6 @@ import * as i3 from 'ngx-clipboard';
|
|
|
28
28
|
import { ClipboardModule } from 'ngx-clipboard';
|
|
29
29
|
import * as i10 from '@angular/material/menu';
|
|
30
30
|
import { MatMenuModule } from '@angular/material/menu';
|
|
31
|
-
import { UserManager } from 'oidc-client';
|
|
32
31
|
import * as i11$1 from '@angular/material/checkbox';
|
|
33
32
|
import { MatCheckboxModule } from '@angular/material/checkbox';
|
|
34
33
|
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
@@ -3411,7 +3410,7 @@ class AuthGuard {
|
|
|
3411
3410
|
}
|
|
3412
3411
|
canActivate(route, state) {
|
|
3413
3412
|
if (this.authService.isAuthenticated()) {
|
|
3414
|
-
let currentSelectedPermissionSetID = Number.parseInt(AuthService
|
|
3413
|
+
let currentSelectedPermissionSetID = Number.parseInt(AuthService.user.profile["selectedpermissionsetid"]);
|
|
3415
3414
|
let excludedUrls = ['Admin/Home'];
|
|
3416
3415
|
let isExcludedUrl = excludedUrls.some(url => state.url.toLocaleLowerCase().includes(url.toLocaleLowerCase()));
|
|
3417
3416
|
let adminPermissionSetsIds = [1, 2];
|
|
@@ -3663,7 +3662,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
3663
3662
|
}]
|
|
3664
3663
|
}] });
|
|
3665
3664
|
|
|
3666
|
-
const routes$
|
|
3665
|
+
const routes$k = [
|
|
3667
3666
|
{
|
|
3668
3667
|
path: '', component: HomeComponent
|
|
3669
3668
|
}
|
|
@@ -3677,7 +3676,7 @@ class HomeModule {
|
|
|
3677
3676
|
BBSFControlsModule] }); }
|
|
3678
3677
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: HomeModule, imports: [CommonModule,
|
|
3679
3678
|
InlineSVGModule,
|
|
3680
|
-
RouterModule.forChild(routes$
|
|
3679
|
+
RouterModule.forChild(routes$k),
|
|
3681
3680
|
ToolbarModule,
|
|
3682
3681
|
FormsModule,
|
|
3683
3682
|
ReactiveFormsModule,
|
|
@@ -3690,7 +3689,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
3690
3689
|
imports: [
|
|
3691
3690
|
CommonModule,
|
|
3692
3691
|
InlineSVGModule,
|
|
3693
|
-
RouterModule.forChild(routes$
|
|
3692
|
+
RouterModule.forChild(routes$k),
|
|
3694
3693
|
ToolbarModule,
|
|
3695
3694
|
FormsModule,
|
|
3696
3695
|
ReactiveFormsModule,
|
|
@@ -4537,7 +4536,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
4537
4536
|
args: ['localizationPagingViewElement', { static: false }]
|
|
4538
4537
|
}] } });
|
|
4539
4538
|
|
|
4540
|
-
const routes$
|
|
4539
|
+
const routes$j = [
|
|
4541
4540
|
{ path: '', component: LocalizationsComponent, },
|
|
4542
4541
|
{ path: "ReplaceText", component: LocalizationsReplaceTextComponent }
|
|
4543
4542
|
];
|
|
@@ -4554,14 +4553,14 @@ class LocalizationsModule {
|
|
|
4554
4553
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LocalizationsModule, providers: [
|
|
4555
4554
|
EnvironmentService,
|
|
4556
4555
|
UtilityService,
|
|
4557
|
-
AuthService
|
|
4556
|
+
AuthService,
|
|
4558
4557
|
BBSFTranslateService,
|
|
4559
4558
|
DatePipe,
|
|
4560
4559
|
localizationsService
|
|
4561
4560
|
], imports: [CommonModule,
|
|
4562
4561
|
ClipboardModule,
|
|
4563
4562
|
BlockUIModule.forRoot(),
|
|
4564
|
-
RouterModule.forChild(routes$
|
|
4563
|
+
RouterModule.forChild(routes$j),
|
|
4565
4564
|
ReactiveFormsModule,
|
|
4566
4565
|
FormsModule,
|
|
4567
4566
|
BBSFControlsModule,
|
|
@@ -4578,7 +4577,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
4578
4577
|
CommonModule,
|
|
4579
4578
|
ClipboardModule,
|
|
4580
4579
|
BlockUIModule.forRoot(),
|
|
4581
|
-
RouterModule.forChild(routes$
|
|
4580
|
+
RouterModule.forChild(routes$j),
|
|
4582
4581
|
ReactiveFormsModule,
|
|
4583
4582
|
FormsModule,
|
|
4584
4583
|
BBSFControlsModule,
|
|
@@ -4590,7 +4589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
4590
4589
|
providers: [
|
|
4591
4590
|
EnvironmentService,
|
|
4592
4591
|
UtilityService,
|
|
4593
|
-
AuthService
|
|
4592
|
+
AuthService,
|
|
4594
4593
|
BBSFTranslateService,
|
|
4595
4594
|
DatePipe,
|
|
4596
4595
|
localizationsService
|
|
@@ -4631,40 +4630,6 @@ class PermissionListModel {
|
|
|
4631
4630
|
}
|
|
4632
4631
|
}
|
|
4633
4632
|
|
|
4634
|
-
class BaseService {
|
|
4635
|
-
constructor() { }
|
|
4636
|
-
handleError(error) {
|
|
4637
|
-
var applicationError = error.headers.get('Application-Error');
|
|
4638
|
-
// either application-error in header or model error in body
|
|
4639
|
-
if (applicationError) {
|
|
4640
|
-
return throwError(applicationError);
|
|
4641
|
-
}
|
|
4642
|
-
var modelStateErrors = '';
|
|
4643
|
-
// for now just concatenate the error descriptions, alternative we could simply pass the entire error response upstream
|
|
4644
|
-
for (var key in error.error) {
|
|
4645
|
-
if (error.error[key])
|
|
4646
|
-
modelStateErrors += error.error[key].description + '\n';
|
|
4647
|
-
}
|
|
4648
|
-
modelStateErrors = modelStateErrors = '' ? null : modelStateErrors;
|
|
4649
|
-
return throwError(modelStateErrors || 'Server error');
|
|
4650
|
-
}
|
|
4651
|
-
}
|
|
4652
|
-
|
|
4653
|
-
class ConfigService {
|
|
4654
|
-
constructor() { }
|
|
4655
|
-
authApiURI() {
|
|
4656
|
-
return 'https://localhost:44335/api';
|
|
4657
|
-
}
|
|
4658
|
-
resourceApiURI() {
|
|
4659
|
-
return 'http://localhost:5050/api';
|
|
4660
|
-
}
|
|
4661
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4662
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ConfigService }); }
|
|
4663
|
-
}
|
|
4664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ConfigService, decorators: [{
|
|
4665
|
-
type: Injectable
|
|
4666
|
-
}], ctorParameters: () => [] });
|
|
4667
|
-
|
|
4668
4633
|
class ProvidersType {
|
|
4669
4634
|
static { this.Files = "97f0e6b9-f34d-44b9-be84-259af792a84a"; }
|
|
4670
4635
|
static { this.Emails = "de340fe0-3368-42bc-b232-22e567c543db"; }
|
|
@@ -4796,146 +4761,6 @@ class Constants {
|
|
|
4796
4761
|
static { this.NotAssignedToOrganization = "20BB2FB3-0CC8-484A-B073-B979BD9F8B5F"; }
|
|
4797
4762
|
}
|
|
4798
4763
|
|
|
4799
|
-
// import { environmentService } from '../../shared/Services/environmentsService.Service';
|
|
4800
|
-
class AuthService extends BaseService {
|
|
4801
|
-
static { this.user = null; }
|
|
4802
|
-
constructor(http) {
|
|
4803
|
-
super();
|
|
4804
|
-
this.http = http;
|
|
4805
|
-
// Observable navItem source
|
|
4806
|
-
this._authNavStatusSource = new BehaviorSubject(false);
|
|
4807
|
-
// Observable navItem stream
|
|
4808
|
-
this.authNavStatus$ = this._authNavStatusSource.asObservable();
|
|
4809
|
-
// Observable navItem source
|
|
4810
|
-
this._userSource = new Subject();
|
|
4811
|
-
this.UserStatus$ = this._userSource.asObservable();
|
|
4812
|
-
this.manager = new UserManager(getClientSettings());
|
|
4813
|
-
this.redirectUrl = "";
|
|
4814
|
-
;
|
|
4815
|
-
this.manager.getUser().then(async (user) => {
|
|
4816
|
-
;
|
|
4817
|
-
this.manager.storeUser(user);
|
|
4818
|
-
AuthService.user = user;
|
|
4819
|
-
this.user = user;
|
|
4820
|
-
this._authNavStatusSource.next(await this.isAuthenticated());
|
|
4821
|
-
});
|
|
4822
|
-
this.manager.events.addAccessTokenExpired(_ => {
|
|
4823
|
-
this._authNavStatusSource.next(false);
|
|
4824
|
-
//AuthService.user = null;
|
|
4825
|
-
});
|
|
4826
|
-
}
|
|
4827
|
-
login() {
|
|
4828
|
-
return this.manager.signinRedirect();
|
|
4829
|
-
}
|
|
4830
|
-
getUser() {
|
|
4831
|
-
this.manager.getUser().then(async (user) => {
|
|
4832
|
-
;
|
|
4833
|
-
AuthService.user = user;
|
|
4834
|
-
this.user = user;
|
|
4835
|
-
this._authNavStatusSource.next(await this.isAuthenticated());
|
|
4836
|
-
});
|
|
4837
|
-
}
|
|
4838
|
-
storUser(User) {
|
|
4839
|
-
this.manager.storeUser(User);
|
|
4840
|
-
}
|
|
4841
|
-
revokeAccessToken() {
|
|
4842
|
-
this.manager.revokeAccessToken();
|
|
4843
|
-
}
|
|
4844
|
-
signinSilent() {
|
|
4845
|
-
let x = this.manager.signinSilentCallback();
|
|
4846
|
-
x.then(s => {
|
|
4847
|
-
//console.log(s)
|
|
4848
|
-
});
|
|
4849
|
-
}
|
|
4850
|
-
async completeAuthentication() {
|
|
4851
|
-
;
|
|
4852
|
-
this.user = await this.manager.signinRedirectCallback();
|
|
4853
|
-
AuthService.user = this.user;
|
|
4854
|
-
this._userSource.next(AuthService.user);
|
|
4855
|
-
this._authNavStatusSource.next(await this.isAuthenticated());
|
|
4856
|
-
}
|
|
4857
|
-
register(userRegistration) {
|
|
4858
|
-
return this.http.post('https://localhost:44335/api' + '/account', userRegistration);
|
|
4859
|
-
}
|
|
4860
|
-
async refreshToken(token) {
|
|
4861
|
-
const httpOptions = {
|
|
4862
|
-
headers: new HttpHeaders({
|
|
4863
|
-
'Content-Type': 'application/json',
|
|
4864
|
-
'Authorization': token
|
|
4865
|
-
})
|
|
4866
|
-
};
|
|
4867
|
-
this.manager.revokeAccessToken;
|
|
4868
|
-
return await this.http.post(`$users/refresh-token`, httpOptions, { withCredentials: true }).subscribe((user) => {
|
|
4869
|
-
this._userSource.next(user);
|
|
4870
|
-
AuthService.user = user;
|
|
4871
|
-
this.user = user;
|
|
4872
|
-
});
|
|
4873
|
-
}
|
|
4874
|
-
async isAuthenticated(allowedPermission) {
|
|
4875
|
-
let user = await this.manager.getUser().then(user => {
|
|
4876
|
-
return user;
|
|
4877
|
-
});
|
|
4878
|
-
if (allowedPermission != null && allowedPermission != undefined) {
|
|
4879
|
-
if (allowedPermission.length == 0) {
|
|
4880
|
-
return this.user != null && !this.user.expired;
|
|
4881
|
-
}
|
|
4882
|
-
else {
|
|
4883
|
-
;
|
|
4884
|
-
let isUserInRole = this.isUserInRole(allowedPermission);
|
|
4885
|
-
return this.user != null && !this.user.expired && isUserInRole;
|
|
4886
|
-
}
|
|
4887
|
-
}
|
|
4888
|
-
else
|
|
4889
|
-
return this.user != null && !this.user.expired;
|
|
4890
|
-
}
|
|
4891
|
-
isUserInRole(allowedPermission) {
|
|
4892
|
-
let permissionSetSID = this.user.profile["permissionSetSID"].split `,`.map(x => +x);
|
|
4893
|
-
return allowedPermission.every(i => permissionSetSID.includes(i));
|
|
4894
|
-
}
|
|
4895
|
-
authorizationHeaderValue() {
|
|
4896
|
-
return `${AuthService.user.token_type} ${AuthService.user.access_token}`;
|
|
4897
|
-
}
|
|
4898
|
-
name() {
|
|
4899
|
-
return AuthService.user != null ? AuthService.user.profile.given_name : '';
|
|
4900
|
-
}
|
|
4901
|
-
setUrl(url) {
|
|
4902
|
-
localStorage.setItem("redirectUrl", url);
|
|
4903
|
-
}
|
|
4904
|
-
getUrl() {
|
|
4905
|
-
return localStorage.getItem("redirectUrl");
|
|
4906
|
-
}
|
|
4907
|
-
signinSilentCallback() {
|
|
4908
|
-
this.manager.signinSilentCallback();
|
|
4909
|
-
}
|
|
4910
|
-
async signout() {
|
|
4911
|
-
localStorage.clear();
|
|
4912
|
-
await this.manager.signoutRedirect();
|
|
4913
|
-
}
|
|
4914
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthService, deps: [{ token: i1$3.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4915
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthService, providedIn: 'root' }); }
|
|
4916
|
-
}
|
|
4917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthService, decorators: [{
|
|
4918
|
-
type: Injectable,
|
|
4919
|
-
args: [{
|
|
4920
|
-
providedIn: 'root'
|
|
4921
|
-
}]
|
|
4922
|
-
}], ctorParameters: () => [{ type: i1$3.HttpClient }] });
|
|
4923
|
-
function getClientSettings() {
|
|
4924
|
-
return {
|
|
4925
|
-
// authority: environmentService.getIdentityServerUrl(),
|
|
4926
|
-
// client_id: 'angular_spa',
|
|
4927
|
-
// redirect_uri: environmentService.getIdentityServerUrl() +'/Admin/authentication/auth-callback',
|
|
4928
|
-
// post_logout_redirect_uri: environmentService.getBaseUrl() ,
|
|
4929
|
-
// response_type: "id_token token",
|
|
4930
|
-
// scope: "openid profile email IdentityServerApi",
|
|
4931
|
-
// filterProtocolClaims: true,
|
|
4932
|
-
// loadUserInfo: true,
|
|
4933
|
-
// automaticSilentRenew:true,
|
|
4934
|
-
// silent_redirect_uri: environmentService.getIdentityServerUrl()+'/assets/silent-callback.html',
|
|
4935
|
-
// userStore: new WebStorageStateStore({ store: window.localStorage })
|
|
4936
|
-
};
|
|
4937
|
-
}
|
|
4938
|
-
|
|
4939
4764
|
// include directives/components commonly used in features modules in this shared modules
|
|
4940
4765
|
// and import me into the feature module
|
|
4941
4766
|
// importing them individually results in: Type xxx is part of the declarations of 2 modules: ... Please consider moving to a higher module...
|
|
@@ -4945,19 +4770,14 @@ function getClientSettings() {
|
|
|
4945
4770
|
class SharedModule {
|
|
4946
4771
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4947
4772
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: SharedModule, imports: [CommonModule, InlineSVGModule], exports: [InlineSVGModule] }); }
|
|
4948
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SharedModule,
|
|
4949
|
-
AuthService
|
|
4950
|
-
], imports: [CommonModule, InlineSVGModule, InlineSVGModule] }); }
|
|
4773
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SharedModule, imports: [CommonModule, InlineSVGModule, InlineSVGModule] }); }
|
|
4951
4774
|
}
|
|
4952
4775
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SharedModule, decorators: [{
|
|
4953
4776
|
type: NgModule,
|
|
4954
4777
|
args: [{
|
|
4955
4778
|
imports: [CommonModule, InlineSVGModule],
|
|
4956
|
-
// declarations: [AutofocusDirective],
|
|
4957
4779
|
exports: [InlineSVGModule],
|
|
4958
|
-
providers: [
|
|
4959
|
-
AuthService
|
|
4960
|
-
],
|
|
4780
|
+
providers: [],
|
|
4961
4781
|
declarations: []
|
|
4962
4782
|
}]
|
|
4963
4783
|
}] });
|
|
@@ -5003,15 +4823,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
5003
4823
|
args: [DOCUMENT]
|
|
5004
4824
|
}] }] });
|
|
5005
4825
|
|
|
5006
|
-
// export * from './components';
|
|
5007
|
-
// export * from './config';
|
|
5008
|
-
// export * from './Enums';
|
|
5009
|
-
// export * from './filter';
|
|
5010
|
-
// export * from './models';
|
|
5011
|
-
// export * from './modules';
|
|
5012
|
-
// export * from './Pipes';
|
|
5013
|
-
// export * from './Services';
|
|
5014
|
-
|
|
5015
4826
|
class PermissionsService {
|
|
5016
4827
|
constructor(http) {
|
|
5017
4828
|
this.http = http;
|
|
@@ -5687,7 +5498,7 @@ class AuthModule {
|
|
|
5687
5498
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: AuthModule, imports: [CommonModule,
|
|
5688
5499
|
BBSFUtilitiesModule] }); }
|
|
5689
5500
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthModule, providers: [
|
|
5690
|
-
AuthService
|
|
5501
|
+
AuthService,
|
|
5691
5502
|
AuthGuard
|
|
5692
5503
|
], imports: [CommonModule,
|
|
5693
5504
|
BBSFUtilitiesModule] }); }
|
|
@@ -5701,7 +5512,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
5701
5512
|
BBSFUtilitiesModule
|
|
5702
5513
|
],
|
|
5703
5514
|
providers: [
|
|
5704
|
-
AuthService
|
|
5515
|
+
AuthService,
|
|
5705
5516
|
AuthGuard
|
|
5706
5517
|
]
|
|
5707
5518
|
}]
|
|
@@ -5882,7 +5693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
5882
5693
|
args: ['ConfirmationModalControl', { static: false }]
|
|
5883
5694
|
}] } });
|
|
5884
5695
|
|
|
5885
|
-
const routes$
|
|
5696
|
+
const routes$i = [
|
|
5886
5697
|
{
|
|
5887
5698
|
path: "",
|
|
5888
5699
|
component: RolesComponent,
|
|
@@ -5910,12 +5721,12 @@ const routes$j = [
|
|
|
5910
5721
|
class RolesRoutingModule {
|
|
5911
5722
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RolesRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5912
5723
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: RolesRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
5913
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RolesRoutingModule, imports: [RouterModule.forChild(routes$
|
|
5724
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RolesRoutingModule, imports: [RouterModule.forChild(routes$i), RouterModule] }); }
|
|
5914
5725
|
}
|
|
5915
5726
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: RolesRoutingModule, decorators: [{
|
|
5916
5727
|
type: NgModule,
|
|
5917
5728
|
args: [{
|
|
5918
|
-
imports: [RouterModule.forChild(routes$
|
|
5729
|
+
imports: [RouterModule.forChild(routes$i)],
|
|
5919
5730
|
exports: [RouterModule]
|
|
5920
5731
|
}]
|
|
5921
5732
|
}] });
|
|
@@ -6017,7 +5828,7 @@ class RolesModule {
|
|
|
6017
5828
|
EnvironmentService,
|
|
6018
5829
|
DataSecretService,
|
|
6019
5830
|
UtilityService,
|
|
6020
|
-
AuthService
|
|
5831
|
+
AuthService,
|
|
6021
5832
|
BBSFTranslateService,
|
|
6022
5833
|
DatePipe,
|
|
6023
5834
|
PermissionSetService,
|
|
@@ -6067,7 +5878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
6067
5878
|
EnvironmentService,
|
|
6068
5879
|
DataSecretService,
|
|
6069
5880
|
UtilityService,
|
|
6070
|
-
AuthService
|
|
5881
|
+
AuthService,
|
|
6071
5882
|
BBSFTranslateService,
|
|
6072
5883
|
DatePipe,
|
|
6073
5884
|
PermissionSetService,
|
|
@@ -7857,7 +7668,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
7857
7668
|
args: [{ selector: 'lib-edit-sms', standalone: false, template: "<block-ui></block-ui>\r\n\r\n <div class=\"container-fluid\">\r\n <div class=\"card card-custom-h\">\r\n <div class=\"card-header border-0 pt-5\">\r\n <div class=\"card-title align-items-start flex-column\">\r\n <!--{{TemplateInfo.templateName}}(SMS)-->\r\n </div>\r\n <div class=\"card-toolbar\">\r\n <a class=\"btn btn-light-primary btn-sm\" (click)=\"changeCurrentLanguage('ar')\" *ngIf=\"Lang=='en'\">\r\n {{utilityService.getResourceValue(\"Arabic\")}}\r\n </a>\r\n <a class=\"btn btn-light-primary btn-sm\" (click)=\"changeCurrentLanguage('en')\" *ngIf=\"Lang=='ar'\">\r\n {{utilityService.getResourceValue(\"English\")}}\r\n </a>\r\n </div>\r\n </div>\r\n <div class=\"card-body\">\r\n <BBSF-Form [options]=\"EditSMSFormOptions\" *ngIf=\"IsFormLoaded\">\r\n <div class=\"kt-form row\">\r\n <div *ngIf=\"Lang=='ar'\">\r\n <div class=\"row\">\r\n <div class=\"form-group col-md-6\">\r\n <BBSF-TextArea class=\"text-right\" [options]=\"SMSInArabic\" [group]=\"EditSMSForm\">\r\n </BBSF-TextArea>\r\n </div>\r\n <div class=\"col-md-6 d-flex align-items-center justify-content-center\">\r\n <div class=\"iphone\">\r\n <span class=\"position-absolute mobile-txt\">{{TemplateInfo.smsTemplateInfo.sms.arabic}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div *ngIf=\"Lang=='en'\">\r\n <div class=\"row\">\r\n <div class=\"form-group col-md-6\">\r\n <BBSF-TextArea [options]=\"SMSInEnglish\" [group]=\"EditSMSForm\">\r\n </BBSF-TextArea>\r\n </div>\r\n <div class=\"col-md-6 d-flex align-items-center justify-content-center\">\r\n <div class=\"iphone\">\r\n <span class=\"position-absolute mobile-txt\">{{TemplateInfo.smsTemplateInfo.sms.english}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n <div class=\"d-flex justify-content-end\">\r\n <button type=\"button\" class=\"btn btn-light-primary btn-sm me-3\" (click)=\"cancelEdit()\">{{utilityService.getResourceValue(\"CancelLabel\")}}</button>\r\n <button type=\"submit\" class=\"btn btn-primary btn-sm\">{{utilityService.getResourceValue(\"SaveLabel\")}}</button>\r\n </div>\r\n </BBSF-Form>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n\r\n" }]
|
|
7858
7669
|
}], ctorParameters: () => [{ type: i1$1.UtilityService }, { type: i1$1.BBSFTranslateService }, { type: TemplateService }, { type: i1.ActivatedRoute }, { type: i1.Router }, { type: PageInfoService }, { type: i1$1.RequestHandlerService }] });
|
|
7859
7670
|
|
|
7860
|
-
const routes$
|
|
7671
|
+
const routes$h = [
|
|
7861
7672
|
{
|
|
7862
7673
|
path: "",
|
|
7863
7674
|
component: NotificationsComponent,
|
|
@@ -7901,12 +7712,12 @@ const routes$i = [
|
|
|
7901
7712
|
class NotificationsRoutingModule {
|
|
7902
7713
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NotificationsRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7903
7714
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: NotificationsRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
7904
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NotificationsRoutingModule, imports: [RouterModule.forChild(routes$
|
|
7715
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NotificationsRoutingModule, imports: [RouterModule.forChild(routes$h), RouterModule] }); }
|
|
7905
7716
|
}
|
|
7906
7717
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NotificationsRoutingModule, decorators: [{
|
|
7907
7718
|
type: NgModule,
|
|
7908
7719
|
args: [{
|
|
7909
|
-
imports: [RouterModule.forChild(routes$
|
|
7720
|
+
imports: [RouterModule.forChild(routes$h)],
|
|
7910
7721
|
exports: [RouterModule]
|
|
7911
7722
|
}]
|
|
7912
7723
|
}] });
|
|
@@ -7931,7 +7742,7 @@ class NotificationsModule {
|
|
|
7931
7742
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: NotificationsModule, providers: [
|
|
7932
7743
|
EnvironmentService,
|
|
7933
7744
|
UtilityService,
|
|
7934
|
-
AuthService
|
|
7745
|
+
AuthService,
|
|
7935
7746
|
BBSFTranslateService,
|
|
7936
7747
|
TemplateService
|
|
7937
7748
|
], imports: [NotificationsRoutingModule,
|
|
@@ -7978,7 +7789,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
7978
7789
|
providers: [
|
|
7979
7790
|
EnvironmentService,
|
|
7980
7791
|
UtilityService,
|
|
7981
|
-
AuthService
|
|
7792
|
+
AuthService,
|
|
7982
7793
|
BBSFTranslateService,
|
|
7983
7794
|
TemplateService
|
|
7984
7795
|
]
|
|
@@ -8914,7 +8725,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
8914
8725
|
args: ['ConfirmationModalControl', { static: false }]
|
|
8915
8726
|
}] } });
|
|
8916
8727
|
|
|
8917
|
-
const routes$
|
|
8728
|
+
const routes$g = [
|
|
8918
8729
|
{ path: "", component: LookupsComponent, children: [
|
|
8919
8730
|
{ path: "Lookups", component: LookupComponent },
|
|
8920
8731
|
{ path: "LookupGroups", component: LookupGroupComponent },
|
|
@@ -8925,12 +8736,12 @@ const routes$h = [
|
|
|
8925
8736
|
class LookupsRoutingModule {
|
|
8926
8737
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LookupsRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8927
8738
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: LookupsRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
8928
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LookupsRoutingModule, imports: [RouterModule.forChild(routes$
|
|
8739
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LookupsRoutingModule, imports: [RouterModule.forChild(routes$g), RouterModule] }); }
|
|
8929
8740
|
}
|
|
8930
8741
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LookupsRoutingModule, decorators: [{
|
|
8931
8742
|
type: NgModule,
|
|
8932
8743
|
args: [{
|
|
8933
|
-
imports: [RouterModule.forChild(routes$
|
|
8744
|
+
imports: [RouterModule.forChild(routes$g)],
|
|
8934
8745
|
exports: [RouterModule]
|
|
8935
8746
|
}]
|
|
8936
8747
|
}] });
|
|
@@ -8956,7 +8767,7 @@ class LookupsModule {
|
|
|
8956
8767
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LookupsModule, providers: [
|
|
8957
8768
|
EnvironmentService,
|
|
8958
8769
|
UtilityService,
|
|
8959
|
-
AuthService
|
|
8770
|
+
AuthService,
|
|
8960
8771
|
BBSFTranslateService,
|
|
8961
8772
|
LookupService
|
|
8962
8773
|
], imports: [CommonModule,
|
|
@@ -9005,7 +8816,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
9005
8816
|
providers: [
|
|
9006
8817
|
EnvironmentService,
|
|
9007
8818
|
UtilityService,
|
|
9008
|
-
AuthService
|
|
8819
|
+
AuthService,
|
|
9009
8820
|
BBSFTranslateService,
|
|
9010
8821
|
LookupService
|
|
9011
8822
|
]
|
|
@@ -9550,7 +9361,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
9550
9361
|
args: ['ConfirmationModalControl', { static: false }]
|
|
9551
9362
|
}] } });
|
|
9552
9363
|
|
|
9553
|
-
const routes$
|
|
9364
|
+
const routes$f = [
|
|
9554
9365
|
{ path: "", component: DepartmentsComponent, children: [
|
|
9555
9366
|
{ path: "Departments", component: DepartmentComponent },
|
|
9556
9367
|
{ path: "DepartmentInfo/:id", component: DepartmentInfoComponent },
|
|
@@ -9560,12 +9371,12 @@ const routes$g = [
|
|
|
9560
9371
|
class DepartmentsRoutingModule {
|
|
9561
9372
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DepartmentsRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9562
9373
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: DepartmentsRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
9563
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DepartmentsRoutingModule, imports: [RouterModule.forChild(routes$
|
|
9374
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DepartmentsRoutingModule, imports: [RouterModule.forChild(routes$f), RouterModule] }); }
|
|
9564
9375
|
}
|
|
9565
9376
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DepartmentsRoutingModule, decorators: [{
|
|
9566
9377
|
type: NgModule,
|
|
9567
9378
|
args: [{
|
|
9568
|
-
imports: [RouterModule.forChild(routes$
|
|
9379
|
+
imports: [RouterModule.forChild(routes$f)],
|
|
9569
9380
|
exports: [RouterModule],
|
|
9570
9381
|
}]
|
|
9571
9382
|
}] });
|
|
@@ -9589,7 +9400,7 @@ class DepartmentsModule {
|
|
|
9589
9400
|
EnvironmentService,
|
|
9590
9401
|
DataSecretService,
|
|
9591
9402
|
UtilityService,
|
|
9592
|
-
AuthService
|
|
9403
|
+
AuthService,
|
|
9593
9404
|
BBSFTranslateService,
|
|
9594
9405
|
DepartmentService,
|
|
9595
9406
|
RequestHandlerService
|
|
@@ -9634,7 +9445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
9634
9445
|
EnvironmentService,
|
|
9635
9446
|
DataSecretService,
|
|
9636
9447
|
UtilityService,
|
|
9637
|
-
AuthService
|
|
9448
|
+
AuthService,
|
|
9638
9449
|
BBSFTranslateService,
|
|
9639
9450
|
DepartmentService,
|
|
9640
9451
|
RequestHandlerService
|
|
@@ -10284,7 +10095,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
10284
10095
|
args: [{ selector: 'lib-sectors', standalone: false, template: "<router-outlet></router-outlet>\r\n" }]
|
|
10285
10096
|
}], ctorParameters: () => [] });
|
|
10286
10097
|
|
|
10287
|
-
const routes$
|
|
10098
|
+
const routes$e = [
|
|
10288
10099
|
{ path: "", component: SectorsComponent, children: [
|
|
10289
10100
|
{ path: "Sector", component: SectorComponent },
|
|
10290
10101
|
{ path: "SectorInfo/:id", component: SectorInfoComponent },
|
|
@@ -10295,12 +10106,12 @@ const routes$f = [
|
|
|
10295
10106
|
class SectorsRoutingModule {
|
|
10296
10107
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SectorsRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10297
10108
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: SectorsRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
10298
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SectorsRoutingModule, imports: [RouterModule.forChild(routes$
|
|
10109
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SectorsRoutingModule, imports: [RouterModule.forChild(routes$e), RouterModule] }); }
|
|
10299
10110
|
}
|
|
10300
10111
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SectorsRoutingModule, decorators: [{
|
|
10301
10112
|
type: NgModule,
|
|
10302
10113
|
args: [{
|
|
10303
|
-
imports: [RouterModule.forChild(routes$
|
|
10114
|
+
imports: [RouterModule.forChild(routes$e)],
|
|
10304
10115
|
exports: [RouterModule]
|
|
10305
10116
|
}]
|
|
10306
10117
|
}] });
|
|
@@ -10325,7 +10136,7 @@ class SectorsModule {
|
|
|
10325
10136
|
EnvironmentService,
|
|
10326
10137
|
DataSecretService,
|
|
10327
10138
|
UtilityService,
|
|
10328
|
-
AuthService
|
|
10139
|
+
AuthService,
|
|
10329
10140
|
BBSFTranslateService,
|
|
10330
10141
|
SectorService,
|
|
10331
10142
|
], imports: [SectorsRoutingModule,
|
|
@@ -10371,7 +10182,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
10371
10182
|
EnvironmentService,
|
|
10372
10183
|
DataSecretService,
|
|
10373
10184
|
UtilityService,
|
|
10374
|
-
AuthService
|
|
10185
|
+
AuthService,
|
|
10375
10186
|
BBSFTranslateService,
|
|
10376
10187
|
SectorService,
|
|
10377
10188
|
]
|
|
@@ -11882,7 +11693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
11882
11693
|
args: [{ selector: 'lib-configurations', standalone: false, template: "<router-outlet></router-outlet>\r\n" }]
|
|
11883
11694
|
}], ctorParameters: () => [] });
|
|
11884
11695
|
|
|
11885
|
-
const routes$
|
|
11696
|
+
const routes$d = [
|
|
11886
11697
|
{
|
|
11887
11698
|
path: "",
|
|
11888
11699
|
component: ConfigurationsComponent,
|
|
@@ -11906,12 +11717,12 @@ const routes$e = [
|
|
|
11906
11717
|
class ConfigurationsRoutingModule {
|
|
11907
11718
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ConfigurationsRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11908
11719
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: ConfigurationsRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
11909
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ConfigurationsRoutingModule, imports: [RouterModule.forChild(routes$
|
|
11720
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ConfigurationsRoutingModule, imports: [RouterModule.forChild(routes$d), RouterModule] }); }
|
|
11910
11721
|
}
|
|
11911
11722
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ConfigurationsRoutingModule, decorators: [{
|
|
11912
11723
|
type: NgModule,
|
|
11913
11724
|
args: [{
|
|
11914
|
-
imports: [RouterModule.forChild(routes$
|
|
11725
|
+
imports: [RouterModule.forChild(routes$d)],
|
|
11915
11726
|
exports: [RouterModule]
|
|
11916
11727
|
}]
|
|
11917
11728
|
}] });
|
|
@@ -11941,7 +11752,7 @@ class ConfigurationsModule {
|
|
|
11941
11752
|
UserService,
|
|
11942
11753
|
EnvironmentService,
|
|
11943
11754
|
UtilityService,
|
|
11944
|
-
AuthService
|
|
11755
|
+
AuthService,
|
|
11945
11756
|
BBSFTranslateService,
|
|
11946
11757
|
ConfigurationsService
|
|
11947
11758
|
], imports: [BlockUIModule.forRoot(),
|
|
@@ -11994,7 +11805,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
11994
11805
|
UserService,
|
|
11995
11806
|
EnvironmentService,
|
|
11996
11807
|
UtilityService,
|
|
11997
|
-
AuthService
|
|
11808
|
+
AuthService,
|
|
11998
11809
|
BBSFTranslateService,
|
|
11999
11810
|
ConfigurationsService
|
|
12000
11811
|
]
|
|
@@ -12491,7 +12302,7 @@ class ImpersonationRulesModule {
|
|
|
12491
12302
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ImpersonationRulesModule, providers: [
|
|
12492
12303
|
EnvironmentService,
|
|
12493
12304
|
UtilityService,
|
|
12494
|
-
AuthService
|
|
12305
|
+
AuthService,
|
|
12495
12306
|
BBSFTranslateService,
|
|
12496
12307
|
ImpersonationRuleService
|
|
12497
12308
|
], imports: [RouterModule.forChild([
|
|
@@ -12542,7 +12353,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
12542
12353
|
providers: [
|
|
12543
12354
|
EnvironmentService,
|
|
12544
12355
|
UtilityService,
|
|
12545
|
-
AuthService
|
|
12356
|
+
AuthService,
|
|
12546
12357
|
BBSFTranslateService,
|
|
12547
12358
|
ImpersonationRuleService
|
|
12548
12359
|
]
|
|
@@ -12795,7 +12606,7 @@ class JobsModule {
|
|
|
12795
12606
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: JobsModule, providers: [
|
|
12796
12607
|
EnvironmentService,
|
|
12797
12608
|
UtilityService,
|
|
12798
|
-
AuthService
|
|
12609
|
+
AuthService,
|
|
12799
12610
|
BBSFTranslateService,
|
|
12800
12611
|
JobsService
|
|
12801
12612
|
], imports: [RouterModule.forChild([
|
|
@@ -12842,7 +12653,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
12842
12653
|
providers: [
|
|
12843
12654
|
EnvironmentService,
|
|
12844
12655
|
UtilityService,
|
|
12845
|
-
AuthService
|
|
12656
|
+
AuthService,
|
|
12846
12657
|
BBSFTranslateService,
|
|
12847
12658
|
JobsService
|
|
12848
12659
|
]
|
|
@@ -13031,7 +12842,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
13031
12842
|
args: [{ selector: 'lib-license', standalone: false, template: "<block-ui></block-ui>\r\n\r\n<!--Begin::Section-->\r\n<div class=\"container-fluid\">\r\n <div class=\"card card-custom-h\">\r\n <div class=\"card-header border-0\">\r\n <div class=\"card-title\">\r\n <h3 *ngIf=\"!noLicenseFound\" class=\"\">{{name}}</h3>\r\n <span *ngIf=\"!noLicenseFound\" class=\"badge badge-light-success m-3 badge-lg\">\r\n {{utilityService.getResourceValue(\"LicenseActivatedSuccessfully\")}}\r\n </span>\r\n </div>\r\n\r\n <div class=\"card-toolbar\">\r\n <!-- begin::Menu -->\r\n <button type=\"button\" class=\"btn btn-sm btn-primary\" (click)=\"showUploadModal(uploadFileModal)\">\r\n {{utilityService.getResourceValue(\"Activate\")}}\r\n </button>\r\n <!-- end::Menu -->\r\n </div>\r\n </div>\r\n <div class=\"card-body d-flex align-items-center justify-content-center\" *ngIf=\"!noLicenseFound\">\r\n <ng-container *ngIf=\"showTimer\">\r\n <div class=\"main_Timer\">\r\n <div class=\"clock\">\r\n <div class=\"time row\">\r\n <div class=\"col-lg-2 col-md-4 mb-4 d-flex justify-content-center\">\r\n <div class=\"counter-item border bg-light-primary border-primary notice text-center min-w-150px rounded\">\r\n <div class=\"counter-title fs-3 fw-bold text-primary d-block\">\r\n {{utilityService.getResourceValue(\"Years\")}}</div>\r\n <span class=\"years fs-2hx fw-bolder text-gray-900\">{{years}}</span>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-2 col-md-4 mb-4 d-flex justify-content-center\">\r\n <div class=\"counter-item border bg-light-primary border-primary notice text-center min-w-150px rounded\">\r\n <div class=\"counter-title fs-3 fw-bold text-primary d-block\">\r\n {{utilityService.getResourceValue(\"Months\")}}</div>\r\n <span class=\"months fs-2hx fw-bolder text-gray-900\">{{months}}</span>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-2 col-md-4 mb-4 d-flex justify-content-center\">\r\n <div class=\"counter-item border bg-light-primary border-primary notice text-center min-w-150px rounded\">\r\n <div class=\"counter-title fs-3 fw-bold text-primary d-block\">\r\n {{utilityService.getResourceValue(\"Days\")}}</div>\r\n <span class=\"days fs-2hx fw-bolder text-gray-900\">{{days}}</span>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-2 col-md-4 mb-4 d-flex justify-content-center\">\r\n <div\r\n class=\"counter-item border bg-light-primary border-primary notice text-center min-w-150px rounded d-none d-md-block\">\r\n <div class=\"counter-title fs-3 fw-bold text-primary d-block\">\r\n {{utilityService.getResourceValue(\"Hours\")}}</div>\r\n <span class=\"hours fs-2hx fw-bolder text-gray-900\">{{hours}}</span>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-2 col-md-4 mb-4 d-flex justify-content-center\">\r\n <div\r\n class=\"counter-item border bg-light-primary border-primary notice text-center min-w-150px rounded d-none d-md-block\">\r\n <div class=\"counter-title fs-3 fw-bold text-primary d-block\">\r\n {{utilityService.getResourceValue(\"Minutes\")}}</div>\r\n <span class=\"min fs-2hx fw-bolder text-gray-900\">{{minutes}}</span>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-lg-2 col-md-4 mb-4 d-flex justify-content-center\">\r\n <div\r\n class=\"counter-item border bg-light-primary border-primary notice text-center min-w-150px rounded d-none d-md-block\">\r\n <div class=\"counter-title fs-3 fw-bold text-primary d-block\">\r\n {{utilityService.getResourceValue(\"Seconds\")}}</div>\r\n <span class=\"sec fs-2hx fw-bolder text-gray-900\">{{seconds}}</span>\r\n </div>\r\n </div>\r\n\r\n\r\n </div>\r\n </div>\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div class=\"card-body d-flex align-items-center justify-content-center\" *ngIf=\"noLicenseFound\">\r\n <div class=\"text-center\">\r\n <h3 class=\"text-danger mb-0\">\r\n {{utilityService.getResourceValue(\"NoLicenseFound\")}}\r\n </h3>\r\n </div>\r\n </div>\r\n <div *ngIf=\"!noLicenseFound\" class=\"card-footer border-0 d-flex justify-content-between\">\r\n <div class=\"mb-4\">\r\n <p class=\"badge badge-light-primary fs-7 fw-bolder me-2 min-w-150px\">\r\n {{utilityService.getResourceValue(\"LicenseStartDate\")}}:</p>\r\n <p class=\"font-weight-500\">{{licenseStartDate | date:'dd-MM-y'}}</p>\r\n </div>\r\n <div class=\"mb-4\">\r\n <p class=\"badge badge-light-info fs-7 fw-bolder me-2 min-w-150px\">\r\n {{utilityService.getResourceValue(\"LicensedUsers\")}}:</p>\r\n <p class=\"font-weight-500\">{{licensedUsersCount}} / {{usersCount}}</p>\r\n </div>\r\n <div>\r\n <p class=\"badge badge-light-danger fs-7 fw-bolder me-2 min-w-150px\">\r\n {{utilityService.getResourceValue(\"LicenseExpiryDate\")}}:</p>\r\n <p class=\"font-weight-500\">{{licenseEndDate | date:'dd-MM-y'}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n</div>\r\n\r\n\r\n<!-- activate-->\r\n<ng-template #uploadFileModal let-modal>\r\n <div class=\"modal-header pb-0 border-0 justify-content-end\">\r\n <h5 class=\"modal-title\" id=\"exampleModalLabel\"></h5>\r\n <button type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\" (click)=\"modal.dismiss()\"\r\n class=\"btn btn-sm btn-icon btn-active-color-primary\">\r\n <span class=\"svg-icon svg-icon-1\">\r\n <span [inlineSVG]=\"'.././src/assets/images/arr061.svg'\"></span>\r\n </span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body scroll-y px-10 px-lg-15 pt-0 pb-15\">\r\n <div class=\"mb-13 text-center\">\r\n <h1 class=\"mb-3\"> {{utilityService.getResourceValue(\"UploadLicense\")}}</h1>\r\n </div>\r\n <BBSF-Form [options]=\"uploadFileFormOptions\">\r\n <BBSF-FileUpload [options]=\"licenseFileInput\" [group]=\"uploadFileForm\">\r\n </BBSF-FileUpload>\r\n <div class=\"text-center pt-7\">\r\n <button #CloseLicenseFileModal id=\"CloseLicenseFileModal\" type=\"button\" class=\"btn btn-light me-3 btn-sm\"\r\n (click)=\"modal.dismiss()\">\r\n {{utilityService.getResourceValue(\"CancelLabel\")}}\r\n </button>\r\n <button type=\"submit\" (click)=\"isAppendExisting(false)\"\r\n class=\"btn btn-light-primary me-3 btn-sm\">{{utilityService.getResourceValue(\"Replace\")}}</button>\r\n <button type=\"submit\" (click)=\"isAppendExisting(true)\"\r\n class=\"btn btn-primary me-3 btn-sm\">{{utilityService.getResourceValue(\"Append\")}}</button>\r\n\r\n </div>\r\n </BBSF-Form>\r\n </div>\r\n</ng-template>", styles: [".counter-item{padding:50px 5px;margin:0 10px}\n"] }]
|
|
13032
12843
|
}], ctorParameters: () => [{ type: PageInfoService }, { type: i1$1.UtilityService }, { type: i1$1.EnvironmentService }, { type: LicenseService }, { type: i5$1.NgbModal }, { type: i1$1.RequestHandlerService }] });
|
|
13033
12844
|
|
|
13034
|
-
const routes$
|
|
12845
|
+
const routes$c = [
|
|
13035
12846
|
{
|
|
13036
12847
|
path: '', component: LicenseComponent
|
|
13037
12848
|
}
|
|
@@ -13047,14 +12858,14 @@ class LicenseModule {
|
|
|
13047
12858
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LicenseModule, providers: [
|
|
13048
12859
|
EnvironmentService,
|
|
13049
12860
|
UtilityService,
|
|
13050
|
-
AuthService
|
|
12861
|
+
AuthService,
|
|
13051
12862
|
BBSFTranslateService,
|
|
13052
12863
|
DatePipe,
|
|
13053
12864
|
LicenseService
|
|
13054
12865
|
], imports: [CommonModule,
|
|
13055
12866
|
ClipboardModule,
|
|
13056
12867
|
BlockUIModule.forRoot(),
|
|
13057
|
-
RouterModule.forChild(routes$
|
|
12868
|
+
RouterModule.forChild(routes$c),
|
|
13058
12869
|
ReactiveFormsModule,
|
|
13059
12870
|
FormsModule,
|
|
13060
12871
|
BBSFControlsModule,
|
|
@@ -13069,7 +12880,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
13069
12880
|
CommonModule,
|
|
13070
12881
|
ClipboardModule,
|
|
13071
12882
|
BlockUIModule.forRoot(),
|
|
13072
|
-
RouterModule.forChild(routes$
|
|
12883
|
+
RouterModule.forChild(routes$c),
|
|
13073
12884
|
ReactiveFormsModule,
|
|
13074
12885
|
FormsModule,
|
|
13075
12886
|
BBSFControlsModule,
|
|
@@ -13079,7 +12890,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
13079
12890
|
providers: [
|
|
13080
12891
|
EnvironmentService,
|
|
13081
12892
|
UtilityService,
|
|
13082
|
-
AuthService
|
|
12893
|
+
AuthService,
|
|
13083
12894
|
BBSFTranslateService,
|
|
13084
12895
|
DatePipe,
|
|
13085
12896
|
LicenseService
|
|
@@ -16033,7 +15844,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
16033
15844
|
args: [{ selector: 'lib-workflows', standalone: false, template: "<router-outlet></router-outlet>\r\n" }]
|
|
16034
15845
|
}], ctorParameters: () => [] });
|
|
16035
15846
|
|
|
16036
|
-
const routes$
|
|
15847
|
+
const routes$b = [
|
|
16037
15848
|
{ path: "", component: WorkflowsComponent, children: [
|
|
16038
15849
|
{ path: "workflow", component: WorkflowComponent },
|
|
16039
15850
|
{ path: "tabs/:id/:vid", component: TabsComponent },
|
|
@@ -16047,12 +15858,12 @@ const routes$c = [
|
|
|
16047
15858
|
class WorkflowsRoutingModule {
|
|
16048
15859
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WorkflowsRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
16049
15860
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: WorkflowsRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
16050
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WorkflowsRoutingModule, imports: [RouterModule.forChild(routes$
|
|
15861
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WorkflowsRoutingModule, imports: [RouterModule.forChild(routes$b), RouterModule] }); }
|
|
16051
15862
|
}
|
|
16052
15863
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: WorkflowsRoutingModule, decorators: [{
|
|
16053
15864
|
type: NgModule,
|
|
16054
15865
|
args: [{
|
|
16055
|
-
imports: [RouterModule.forChild(routes$
|
|
15866
|
+
imports: [RouterModule.forChild(routes$b)],
|
|
16056
15867
|
exports: [RouterModule]
|
|
16057
15868
|
}]
|
|
16058
15869
|
}] });
|
|
@@ -16078,7 +15889,7 @@ class WorkflowsModule {
|
|
|
16078
15889
|
EnvironmentService,
|
|
16079
15890
|
DataSecretService,
|
|
16080
15891
|
UtilityService,
|
|
16081
|
-
AuthService
|
|
15892
|
+
AuthService,
|
|
16082
15893
|
BBSFTranslateService,
|
|
16083
15894
|
WorkflowService
|
|
16084
15895
|
], imports: [WorkflowsRoutingModule,
|
|
@@ -16126,7 +15937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
16126
15937
|
EnvironmentService,
|
|
16127
15938
|
DataSecretService,
|
|
16128
15939
|
UtilityService,
|
|
16129
|
-
AuthService
|
|
15940
|
+
AuthService,
|
|
16130
15941
|
BBSFTranslateService,
|
|
16131
15942
|
WorkflowService
|
|
16132
15943
|
]
|
|
@@ -16504,7 +16315,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
16504
16315
|
args: [{ selector: 'lib-public-holidays', standalone: false, template: "<router-outlet></router-outlet>\r\n" }]
|
|
16505
16316
|
}], ctorParameters: () => [] });
|
|
16506
16317
|
|
|
16507
|
-
const routes$
|
|
16318
|
+
const routes$a = [
|
|
16508
16319
|
{ path: "", component: PublicHolidaysComponent, children: [
|
|
16509
16320
|
{ path: "PublicHolidays", component: PublicHolidayComponent },
|
|
16510
16321
|
{ path: "", redirectTo: 'PublicHolidays', pathMatch: 'full' },
|
|
@@ -16513,12 +16324,12 @@ const routes$b = [
|
|
|
16513
16324
|
class PublicHolidaysRoutingModule {
|
|
16514
16325
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: PublicHolidaysRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
16515
16326
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: PublicHolidaysRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
16516
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: PublicHolidaysRoutingModule, imports: [RouterModule.forChild(routes$
|
|
16327
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: PublicHolidaysRoutingModule, imports: [RouterModule.forChild(routes$a), RouterModule] }); }
|
|
16517
16328
|
}
|
|
16518
16329
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: PublicHolidaysRoutingModule, decorators: [{
|
|
16519
16330
|
type: NgModule,
|
|
16520
16331
|
args: [{
|
|
16521
|
-
imports: [RouterModule.forChild(routes$
|
|
16332
|
+
imports: [RouterModule.forChild(routes$a)],
|
|
16522
16333
|
exports: [RouterModule]
|
|
16523
16334
|
}]
|
|
16524
16335
|
}] });
|
|
@@ -16543,7 +16354,7 @@ class PublicHolidaysModule {
|
|
|
16543
16354
|
EnvironmentService,
|
|
16544
16355
|
DataSecretService,
|
|
16545
16356
|
UtilityService,
|
|
16546
|
-
AuthService
|
|
16357
|
+
AuthService,
|
|
16547
16358
|
BBSFTranslateService,
|
|
16548
16359
|
PublicHolidayService
|
|
16549
16360
|
], imports: [PublicHolidaysRoutingModule,
|
|
@@ -16589,7 +16400,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
16589
16400
|
EnvironmentService,
|
|
16590
16401
|
DataSecretService,
|
|
16591
16402
|
UtilityService,
|
|
16592
|
-
AuthService
|
|
16403
|
+
AuthService,
|
|
16593
16404
|
BBSFTranslateService,
|
|
16594
16405
|
PublicHolidayService
|
|
16595
16406
|
]
|
|
@@ -17507,7 +17318,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
17507
17318
|
args: [{ selector: 'lib-help-center-preview', standalone: false, template: "<block-ui></block-ui>\r\n<div class=\"container-fluid\">\r\n <div class=\"card card-custom-h\">\r\n <div class=\"card-body accordion-custom\">\r\n <div ngbAccordion activeIds=\"ngb-panel-0\" *ngFor=\"let Item of HelpCenterItems;let itemIndex=index;\">\r\n <div ngbAccordionItem>\r\n <ng-template ngbAccordionHeader>\r\n <h4 id=\"parentTitle\" *ngIf=\"language=='en'\">{{Item.title.english}}</h4>\r\n <h4 id=\"parentTitle\" *ngIf=\"language=='ar'\">{{Item.title.arabic}}</h4>\r\n <div id=\"parentdesc\" *ngIf=\"language=='en'\" class=\"text-muted\">{{Item.description.english}}</div>\r\n <div id=\"parentdesc\" *ngIf=\"language=='ar'\" class=\"text-muted\">{{Item.description.arabic}}</div>\r\n </ng-template>\r\n <ng-template ngbAccordionBody>\r\n <ul id=\"{{'Lvl1-'+Item.id}}\">\r\n <li *ngFor=\"let child of Item.children;let i=index;\">\r\n <a href=\"{{'#Content-'+i+'-'+itemIndex}}\" [ngClass]=\"{'active helpcenterlink': i === 0}\"\r\n data-toggle=\"tab\" role=\"tab\" aria-selected=\"true\">\r\n <span class=\"kt-nav__link-text text-to-truncate1\"\r\n *ngIf=\"language=='en'\">{{child.title.english}}</span>\r\n <span class=\"kt-nav__link-text text-to-truncate1\" *ngIf=\"language=='ar'\">{{child.title.arabic}}</span>\r\n </a>\r\n </li>\r\n </ul>\r\n <div *ngFor=\"let child of Item.children;let i=index;\"\r\n class=\"d-flex align-items-center bg-light-dark rounded p-5 mb-7\">\r\n <div id=\"{{'#Content-'+i+'-'+itemIndex}}\">\r\n <div *ngFor=\"let lastChild of child.children;let j=index;\">\r\n <span *ngIf=\"language=='en'\" class=\"fw-bolder text-light fs-4 mb-2\">{{lastChild.title.english}}</span>\r\n <span *ngIf=\"language=='ar'\" class=\"fw-bolder text-light fs-4 mb-2\">{{lastChild.title.arabic}}</span>\r\n <div>\r\n <div>\r\n <span *ngIf=\"language=='en'\" class=\"text-primary fw-bold d-block\"\r\n innerHtml=\"{{lastChild.html.english}}\">\r\n </span>\r\n <span *ngIf=\"language=='ar'\" class=\"text-primary fw-bold d-block\"\r\n innerHtml=\"{{lastChild.html.arabic}}\">\r\n </span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>" }]
|
|
17508
17319
|
}], ctorParameters: () => [{ type: i1$1.AuthService }, { type: PageInfoService }, { type: i1$1.UtilityService }, { type: i1$1.BBSFTranslateService }, { type: i1$1.EnvironmentService }, { type: HelpCenterService }] });
|
|
17509
17320
|
|
|
17510
|
-
const routes$
|
|
17321
|
+
const routes$9 = [
|
|
17511
17322
|
{ path: "", component: HelpCentersComponent, children: [
|
|
17512
17323
|
{ path: "HelpCenter", component: HelpCenterComponent },
|
|
17513
17324
|
{ path: "SecondLevel/:parentID", component: HelpCenterSecondlevelComponent },
|
|
@@ -17519,12 +17330,12 @@ const routes$a = [
|
|
|
17519
17330
|
class HelpCenterRoutingModule {
|
|
17520
17331
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: HelpCenterRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
17521
17332
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: HelpCenterRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
17522
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: HelpCenterRoutingModule, imports: [RouterModule.forChild(routes$
|
|
17333
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: HelpCenterRoutingModule, imports: [RouterModule.forChild(routes$9), RouterModule] }); }
|
|
17523
17334
|
}
|
|
17524
17335
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: HelpCenterRoutingModule, decorators: [{
|
|
17525
17336
|
type: NgModule,
|
|
17526
17337
|
args: [{
|
|
17527
|
-
imports: [RouterModule.forChild(routes$
|
|
17338
|
+
imports: [RouterModule.forChild(routes$9)],
|
|
17528
17339
|
exports: [RouterModule]
|
|
17529
17340
|
}]
|
|
17530
17341
|
}] });
|
|
@@ -17549,7 +17360,7 @@ class HelpCenterModule {
|
|
|
17549
17360
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: HelpCenterModule, providers: [
|
|
17550
17361
|
EnvironmentService,
|
|
17551
17362
|
UtilityService,
|
|
17552
|
-
AuthService
|
|
17363
|
+
AuthService,
|
|
17553
17364
|
BBSFTranslateService,
|
|
17554
17365
|
HelpCenterService
|
|
17555
17366
|
], imports: [HelpCenterRoutingModule,
|
|
@@ -17596,7 +17407,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
17596
17407
|
providers: [
|
|
17597
17408
|
EnvironmentService,
|
|
17598
17409
|
UtilityService,
|
|
17599
|
-
AuthService
|
|
17410
|
+
AuthService,
|
|
17600
17411
|
BBSFTranslateService,
|
|
17601
17412
|
HelpCenterService
|
|
17602
17413
|
],
|
|
@@ -17714,7 +17525,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
17714
17525
|
args: ['LogsPagingViewElement', { static: false }]
|
|
17715
17526
|
}] } });
|
|
17716
17527
|
|
|
17717
|
-
const routes$
|
|
17528
|
+
const routes$8 = [
|
|
17718
17529
|
{
|
|
17719
17530
|
path: "", component: LogsComponent, children: [
|
|
17720
17531
|
{ path: "Logs", component: LogComponent },
|
|
@@ -17725,12 +17536,12 @@ const routes$9 = [
|
|
|
17725
17536
|
class LogsRoutingModule {
|
|
17726
17537
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LogsRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
17727
17538
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: LogsRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
17728
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LogsRoutingModule, imports: [RouterModule.forChild(routes$
|
|
17539
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LogsRoutingModule, imports: [RouterModule.forChild(routes$8), RouterModule] }); }
|
|
17729
17540
|
}
|
|
17730
17541
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LogsRoutingModule, decorators: [{
|
|
17731
17542
|
type: NgModule,
|
|
17732
17543
|
args: [{
|
|
17733
|
-
imports: [RouterModule.forChild(routes$
|
|
17544
|
+
imports: [RouterModule.forChild(routes$8)],
|
|
17734
17545
|
exports: [RouterModule]
|
|
17735
17546
|
}]
|
|
17736
17547
|
}] });
|
|
@@ -17753,7 +17564,7 @@ class LogsModule {
|
|
|
17753
17564
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: LogsModule, providers: [
|
|
17754
17565
|
EnvironmentService,
|
|
17755
17566
|
UtilityService,
|
|
17756
|
-
AuthService
|
|
17567
|
+
AuthService,
|
|
17757
17568
|
BBSFTranslateService,
|
|
17758
17569
|
LogsService
|
|
17759
17570
|
], imports: [LogsRoutingModule,
|
|
@@ -17796,7 +17607,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
17796
17607
|
providers: [
|
|
17797
17608
|
EnvironmentService,
|
|
17798
17609
|
UtilityService,
|
|
17799
|
-
AuthService
|
|
17610
|
+
AuthService,
|
|
17800
17611
|
BBSFTranslateService,
|
|
17801
17612
|
LogsService
|
|
17802
17613
|
]
|
|
@@ -18541,7 +18352,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
18541
18352
|
args: [{ selector: 'lib-providers', standalone: false, template: "<router-outlet></router-outlet>\r\n\r\n" }]
|
|
18542
18353
|
}], ctorParameters: () => [] });
|
|
18543
18354
|
|
|
18544
|
-
const routes$
|
|
18355
|
+
const routes$7 = [
|
|
18545
18356
|
{
|
|
18546
18357
|
path: "", component: ProvidersComponent, children: [
|
|
18547
18358
|
{ path: "Providers", component: ProviderComponent },
|
|
@@ -18552,12 +18363,12 @@ const routes$8 = [
|
|
|
18552
18363
|
class ProvidersRoutingModule {
|
|
18553
18364
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProvidersRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
18554
18365
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: ProvidersRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
18555
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProvidersRoutingModule, imports: [RouterModule.forChild(routes$
|
|
18366
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProvidersRoutingModule, imports: [RouterModule.forChild(routes$7), RouterModule] }); }
|
|
18556
18367
|
}
|
|
18557
18368
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProvidersRoutingModule, decorators: [{
|
|
18558
18369
|
type: NgModule,
|
|
18559
18370
|
args: [{
|
|
18560
|
-
imports: [RouterModule.forChild(routes$
|
|
18371
|
+
imports: [RouterModule.forChild(routes$7)],
|
|
18561
18372
|
exports: [RouterModule]
|
|
18562
18373
|
}]
|
|
18563
18374
|
}] });
|
|
@@ -18581,7 +18392,7 @@ class ProvidersModule {
|
|
|
18581
18392
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProvidersModule, providers: [
|
|
18582
18393
|
EnvironmentService,
|
|
18583
18394
|
UtilityService,
|
|
18584
|
-
AuthService
|
|
18395
|
+
AuthService,
|
|
18585
18396
|
BBSFTranslateService,
|
|
18586
18397
|
ProviderService
|
|
18587
18398
|
], imports: [ProvidersRoutingModule,
|
|
@@ -18626,7 +18437,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
18626
18437
|
providers: [
|
|
18627
18438
|
EnvironmentService,
|
|
18628
18439
|
UtilityService,
|
|
18629
|
-
AuthService
|
|
18440
|
+
AuthService,
|
|
18630
18441
|
BBSFTranslateService,
|
|
18631
18442
|
ProviderService
|
|
18632
18443
|
]
|
|
@@ -18778,7 +18589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
18778
18589
|
args: [{ selector: 'app-authentication', standalone: false, template: "<div class=\"d-flex flex-column flex-root h-100\">\r\n <!--begin::Authentication - Sign-in -->\r\n <div class=\"d-flex flex-column flex-lg-row flex-column-fluid h-100\">\r\n <!--begin::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-auto w-xl-600px positon-xl-relative bg-custom\">\r\n <div class=\"d-flex flex-column position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y\">\r\n <div class=\"d-flex flex-row-fluid flex-column text-center p-10 pt-lg-20\">\r\n <!--begin::Logo-->\r\n <img alt=\"Logo\" [src]=\"loadLogo()\" class=\"h-60px mt-10\">\r\n </div>\r\n </div>\r\n </div>\r\n <!--end::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-fluid py-10\">\r\n <div class=\"d-flex flex-center flex-column flex-column-fluid\">\r\n <div class=\"w-lg-500px p-10 p-lg-15 mx-auto w-100\">\r\n <router-outlet></router-outlet>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n</div>" }]
|
|
18779
18590
|
}], ctorParameters: () => [{ type: i1$1.AppearanceConfigurationService }] });
|
|
18780
18591
|
|
|
18781
|
-
const routes$
|
|
18592
|
+
const routes$6 = [
|
|
18782
18593
|
{
|
|
18783
18594
|
path: "authentication",
|
|
18784
18595
|
component: AuthenticationComponent,
|
|
@@ -18793,12 +18604,12 @@ const routes$7 = [
|
|
|
18793
18604
|
class AuthenticationRoutingModule {
|
|
18794
18605
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthenticationRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
18795
18606
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: AuthenticationRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
18796
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthenticationRoutingModule, imports: [RouterModule.forChild(routes$
|
|
18607
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthenticationRoutingModule, imports: [RouterModule.forChild(routes$6), RouterModule] }); }
|
|
18797
18608
|
}
|
|
18798
18609
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthenticationRoutingModule, decorators: [{
|
|
18799
18610
|
type: NgModule,
|
|
18800
18611
|
args: [{
|
|
18801
|
-
imports: [RouterModule.forChild(routes$
|
|
18612
|
+
imports: [RouterModule.forChild(routes$6)],
|
|
18802
18613
|
exports: [RouterModule]
|
|
18803
18614
|
}]
|
|
18804
18615
|
}] });
|
|
@@ -18811,7 +18622,7 @@ class AuthenticationModule {
|
|
|
18811
18622
|
AuthenticationRoutingModule,
|
|
18812
18623
|
BBSFUtilitiesModule] }); }
|
|
18813
18624
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AuthenticationModule, providers: [
|
|
18814
|
-
AuthService
|
|
18625
|
+
AuthService
|
|
18815
18626
|
], imports: [CommonModule,
|
|
18816
18627
|
RouterModule,
|
|
18817
18628
|
AuthenticationRoutingModule,
|
|
@@ -18831,7 +18642,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
18831
18642
|
BBSFUtilitiesModule
|
|
18832
18643
|
],
|
|
18833
18644
|
providers: [
|
|
18834
|
-
AuthService
|
|
18645
|
+
AuthService
|
|
18835
18646
|
]
|
|
18836
18647
|
}]
|
|
18837
18648
|
}] });
|
|
@@ -19789,7 +19600,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
19789
19600
|
args: ['organizationDDL', { static: false }]
|
|
19790
19601
|
}] } });
|
|
19791
19602
|
|
|
19792
|
-
const routes$
|
|
19603
|
+
const routes$5 = [
|
|
19793
19604
|
{
|
|
19794
19605
|
path: '', component: UsersComponent
|
|
19795
19606
|
}
|
|
@@ -19811,11 +19622,11 @@ class UsersModule {
|
|
|
19811
19622
|
EnvironmentService,
|
|
19812
19623
|
DataSecretService,
|
|
19813
19624
|
UtilityService,
|
|
19814
|
-
AuthService
|
|
19625
|
+
AuthService,
|
|
19815
19626
|
BBSFTranslateService,
|
|
19816
19627
|
], imports: [BlockUIModule.forRoot(),
|
|
19817
19628
|
CommonModule,
|
|
19818
|
-
RouterModule.forChild(routes$
|
|
19629
|
+
RouterModule.forChild(routes$5),
|
|
19819
19630
|
ReactiveFormsModule,
|
|
19820
19631
|
FormsModule,
|
|
19821
19632
|
BBSFControlsModule,
|
|
@@ -19833,7 +19644,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
19833
19644
|
imports: [
|
|
19834
19645
|
BlockUIModule.forRoot(),
|
|
19835
19646
|
CommonModule,
|
|
19836
|
-
RouterModule.forChild(routes$
|
|
19647
|
+
RouterModule.forChild(routes$5),
|
|
19837
19648
|
ReactiveFormsModule,
|
|
19838
19649
|
FormsModule,
|
|
19839
19650
|
BBSFControlsModule,
|
|
@@ -19850,7 +19661,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
19850
19661
|
EnvironmentService,
|
|
19851
19662
|
DataSecretService,
|
|
19852
19663
|
UtilityService,
|
|
19853
|
-
AuthService
|
|
19664
|
+
AuthService,
|
|
19854
19665
|
BBSFTranslateService,
|
|
19855
19666
|
]
|
|
19856
19667
|
}]
|
|
@@ -20841,7 +20652,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
20841
20652
|
args: ['clientSecretControl', { static: false }]
|
|
20842
20653
|
}] } });
|
|
20843
20654
|
|
|
20844
|
-
const routes$
|
|
20655
|
+
const routes$4 = [
|
|
20845
20656
|
{
|
|
20846
20657
|
path: "", component: ActiveDirectoriesComponent, children: [
|
|
20847
20658
|
{ path: "ADConnection", component: ActiveDirectoryComponent },
|
|
@@ -20853,12 +20664,12 @@ const routes$5 = [
|
|
|
20853
20664
|
class ActiveDirectoryRoutingModule {
|
|
20854
20665
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ActiveDirectoryRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20855
20666
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: ActiveDirectoryRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
20856
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ActiveDirectoryRoutingModule, imports: [RouterModule.forChild(routes$
|
|
20667
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ActiveDirectoryRoutingModule, imports: [RouterModule.forChild(routes$4), RouterModule] }); }
|
|
20857
20668
|
}
|
|
20858
20669
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ActiveDirectoryRoutingModule, decorators: [{
|
|
20859
20670
|
type: NgModule,
|
|
20860
20671
|
args: [{
|
|
20861
|
-
imports: [RouterModule.forChild(routes$
|
|
20672
|
+
imports: [RouterModule.forChild(routes$4)],
|
|
20862
20673
|
exports: [RouterModule]
|
|
20863
20674
|
}]
|
|
20864
20675
|
}] });
|
|
@@ -20886,7 +20697,7 @@ class ActiveDirectoryModule {
|
|
|
20886
20697
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ActiveDirectoryModule, providers: [
|
|
20887
20698
|
EnvironmentService,
|
|
20888
20699
|
UtilityService,
|
|
20889
|
-
AuthService
|
|
20700
|
+
AuthService,
|
|
20890
20701
|
BBSFTranslateService,
|
|
20891
20702
|
ActiveDirectoryService
|
|
20892
20703
|
], imports: [ActiveDirectoryRoutingModule,
|
|
@@ -20939,7 +20750,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
20939
20750
|
providers: [
|
|
20940
20751
|
EnvironmentService,
|
|
20941
20752
|
UtilityService,
|
|
20942
|
-
AuthService
|
|
20753
|
+
AuthService,
|
|
20943
20754
|
BBSFTranslateService,
|
|
20944
20755
|
ActiveDirectoryService
|
|
20945
20756
|
]
|
|
@@ -22353,7 +22164,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
22353
22164
|
args: [{ selector: 'lib-edit-document', standalone: false, template: "\r\n<div class=\"container-fluid\">\r\n <div class=\"card card-custom-h\" *ngIf=\"showPageContent\">\r\n <div class=\"card-body\">\r\n <BBSF-Form [options]=\"editFormOptions\">\r\n <div class=\" row\">\r\n <div class=\"col-md-12\">\r\n <BBSF-MultiLingualTextBox [options]=\"multiLingualName\"\r\n [group]=\"editForm\"></BBSF-MultiLingualTextBox>\r\n\r\n </div>\r\n </div>\r\n\r\n <div class=\" row\">\r\n <div class=\"col-md-12\">\r\n <BBSF-MultiLingualHtmlEditor [options]=\"multiLingualHeader\"\r\n [group]=\"editForm\"></BBSF-MultiLingualHtmlEditor>\r\n </div>\r\n </div>\r\n\r\n <div class=\" row\">\r\n <div class=\"col-md-12 table-dark-skin\">\r\n <BBSF-MultiLingualHtmlEditor [options]=\"multiLingualFooter\"\r\n [group]=\"editForm\"></BBSF-MultiLingualHtmlEditor>\r\n </div>\r\n </div>\r\n\r\n <div class=\" row\">\r\n <div class=\"col-md-12 table-dark-skin\">\r\n <BBSF-MultiLingualHtmlEditor [options]=\"multiLingualHeadContent\"\r\n [group]=\"editForm\"></BBSF-MultiLingualHtmlEditor>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <h2> {{utilityService.getResourceValue(\"Options\")}}</h2>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <BBSF-TextBox [options]=\"EditTop\" [group]=\"editForm\">\r\n </BBSF-TextBox>\r\n </div>\r\n <div class=\"col-md-6\">\r\n <BBSF-TextBox [options]=\"EditBottom\" [group]=\"editForm\">\r\n </BBSF-TextBox>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <BBSF-TextBox [options]=\"EditLeft\" [group]=\"editForm\">\r\n </BBSF-TextBox>\r\n </div>\r\n <div class=\"col-md-6\">\r\n <BBSF-TextBox [options]=\"EditRight\" [group]=\"editForm\">\r\n </BBSF-TextBox>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <BBSF-TextBox [options]=\"EditPageHeight\" [group]=\"editForm\">\r\n </BBSF-TextBox>\r\n </div>\r\n <div class=\"col-md-6\">\r\n <BBSF-TextBox [options]=\"EditPageWidth\" [group]=\"editForm\">\r\n </BBSF-TextBox>\r\n </div>\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <BBSF-CheckBox [options]=\"EditIsLandscape\" [group]=\"editForm\">\r\n </BBSF-CheckBox>\r\n </div>\r\n <div class=\"col-md-6\">\r\n <BBSF-CheckBox [options]=\"EditShowPaging\" [group]=\"editForm\">\r\n </BBSF-CheckBox>\r\n </div>\r\n </div>\r\n\r\n\r\n <div class=\"text-center pt-7\">\r\n <button type=\"button\" class=\"btn btn-light-primary btn-sm me-3\"\r\n (click)=\"cancelEdit()\">{{utilityService.getResourceValue(\"CancelLabel\")}}</button>\r\n <button type=\"submit\" class=\"btn btn-primary btn-sm \">{{utilityService.getResourceValue(\"SaveLabel\")}}</button>\r\n </div>\r\n </BBSF-Form>\r\n </div>\r\n </div>\r\n\r\n</div>\r\n" }]
|
|
22354
22165
|
}], ctorParameters: () => [{ type: i1$1.UtilityService }, { type: i1$1.BBSFTranslateService }, { type: DocumentHeaderAndFooterTemplateService }, { type: i1.ActivatedRoute }, { type: i1.Router }, { type: i1$1.RequestHandlerService }] });
|
|
22355
22166
|
|
|
22356
|
-
const routes$
|
|
22167
|
+
const routes$3 = [
|
|
22357
22168
|
{
|
|
22358
22169
|
path: "", component: DocumentsComponent, children: [
|
|
22359
22170
|
{ path: "Add", component: AddDocumentComponent },
|
|
@@ -22369,12 +22180,12 @@ const routes$4 = [
|
|
|
22369
22180
|
class DocumentsRoutingModule {
|
|
22370
22181
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DocumentsRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22371
22182
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: DocumentsRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
22372
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DocumentsRoutingModule, imports: [RouterModule.forChild(routes$
|
|
22183
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DocumentsRoutingModule, imports: [RouterModule.forChild(routes$3), RouterModule] }); }
|
|
22373
22184
|
}
|
|
22374
22185
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DocumentsRoutingModule, decorators: [{
|
|
22375
22186
|
type: NgModule,
|
|
22376
22187
|
args: [{
|
|
22377
|
-
imports: [RouterModule.forChild(routes$
|
|
22188
|
+
imports: [RouterModule.forChild(routes$3)],
|
|
22378
22189
|
exports: [RouterModule]
|
|
22379
22190
|
}]
|
|
22380
22191
|
}] });
|
|
@@ -22405,7 +22216,7 @@ class DocumentsModule {
|
|
|
22405
22216
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: DocumentsModule, providers: [
|
|
22406
22217
|
EnvironmentService,
|
|
22407
22218
|
UtilityService,
|
|
22408
|
-
AuthService
|
|
22219
|
+
AuthService,
|
|
22409
22220
|
BBSFTranslateService,
|
|
22410
22221
|
TemplateService,
|
|
22411
22222
|
], imports: [DocumentsRoutingModule,
|
|
@@ -22460,7 +22271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
22460
22271
|
providers: [
|
|
22461
22272
|
EnvironmentService,
|
|
22462
22273
|
UtilityService,
|
|
22463
|
-
AuthService
|
|
22274
|
+
AuthService,
|
|
22464
22275
|
BBSFTranslateService,
|
|
22465
22276
|
TemplateService,
|
|
22466
22277
|
],
|
|
@@ -22888,7 +22699,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
22888
22699
|
args: ['activateConfirmationModalControl', { static: false }]
|
|
22889
22700
|
}] } });
|
|
22890
22701
|
|
|
22891
|
-
const routes$
|
|
22702
|
+
const routes$2 = [
|
|
22892
22703
|
{
|
|
22893
22704
|
path: "",
|
|
22894
22705
|
component: OrganizationComponent,
|
|
@@ -22908,12 +22719,12 @@ const routes$3 = [
|
|
|
22908
22719
|
class OrganizationRoutingModule {
|
|
22909
22720
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: OrganizationRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22910
22721
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: OrganizationRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
22911
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: OrganizationRoutingModule, imports: [RouterModule.forChild(routes$
|
|
22722
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: OrganizationRoutingModule, imports: [RouterModule.forChild(routes$2), RouterModule] }); }
|
|
22912
22723
|
}
|
|
22913
22724
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: OrganizationRoutingModule, decorators: [{
|
|
22914
22725
|
type: NgModule,
|
|
22915
22726
|
args: [{
|
|
22916
|
-
imports: [RouterModule.forChild(routes$
|
|
22727
|
+
imports: [RouterModule.forChild(routes$2)],
|
|
22917
22728
|
exports: [RouterModule]
|
|
22918
22729
|
}]
|
|
22919
22730
|
}] });
|
|
@@ -22936,7 +22747,7 @@ class OrganizationModule {
|
|
|
22936
22747
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: OrganizationModule, providers: [
|
|
22937
22748
|
EnvironmentService,
|
|
22938
22749
|
UtilityService,
|
|
22939
|
-
AuthService
|
|
22750
|
+
AuthService,
|
|
22940
22751
|
BBSFTranslateService,
|
|
22941
22752
|
OrganizationService
|
|
22942
22753
|
], imports: [OrganizationRoutingModule,
|
|
@@ -22979,7 +22790,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
22979
22790
|
providers: [
|
|
22980
22791
|
EnvironmentService,
|
|
22981
22792
|
UtilityService,
|
|
22982
|
-
AuthService
|
|
22793
|
+
AuthService,
|
|
22983
22794
|
BBSFTranslateService,
|
|
22984
22795
|
OrganizationService
|
|
22985
22796
|
],
|
|
@@ -23871,7 +23682,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
23871
23682
|
args: [{ selector: 'lib-verify-two-fa', standalone: false, template: "<block-ui></block-ui>\r\n<div class=\"form w-100\" novalidate=\"novalidate\" id=\"kt_sign_in_form\">\r\n <div class=\"text-center mb-10\">\r\n <h1 class=\"text-dark mb-3\"> {{utilityService.getResourceValue(\"Verify2FA\")}}</h1>\r\n </div>\r\n <BBSF-Form [options]=\"verify2FAFormOptions\">\r\n <div class=\"fv-row mb-10\">\r\n <BBSF-TextBox [options]=\"otpCode\" [group]=\"verify2FAForm\"></BBSF-TextBox>\r\n </div>\r\n <div>\r\n <div>\r\n <div *ngIf=\"timeLeft > 0\" style=\"text-align: center; padding-bottom: 5px;\" >\r\n <span id=\"timer\">{{ minutes }}:{{ seconds }}</span>\r\n </div>\r\n <a id=\"resendOTPBtn\" (click)=\"resendOTP()\" class=\"btn btn-link btn-sm fs-6 fw-bolder mt-2\" [class.disabled]=\"timeLeft > 0\">{{utilityService.getResourceValue(\"ResendOTP\")}}</a>\r\n </div>\r\n </div>\r\n <div class=\"text-center\">\r\n <!--begin::Submit button-->\r\n <button type=\"submit\"\r\n class=\"btn btn-primary btn-sm\">\r\n {{utilityService.getResourceValue(\"Submit\")}}\r\n </button>\r\n </div>\r\n </BBSF-Form>\r\n</div>\r\n<!--end::Form-->\r\n" }]
|
|
23872
23683
|
}], ctorParameters: () => [{ type: i1.ActivatedRoute }, { type: AccountService }, { type: i1$1.UtilityService }, { type: i1.Router }, { type: i1$1.AuthService }] });
|
|
23873
23684
|
|
|
23874
|
-
const routes$
|
|
23685
|
+
const routes$1 = [
|
|
23875
23686
|
{
|
|
23876
23687
|
path: "account", component: anonymouslayoutComponent, resolve: [TranslationResolverService], children: [
|
|
23877
23688
|
{ path: "login", component: LoginComponent },
|
|
@@ -23888,12 +23699,12 @@ const routes$2 = [
|
|
|
23888
23699
|
class AnonymouslayoutRoutingModule {
|
|
23889
23700
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnonymouslayoutRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
23890
23701
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: AnonymouslayoutRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
23891
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnonymouslayoutRoutingModule, imports: [RouterModule.forChild(routes$
|
|
23702
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnonymouslayoutRoutingModule, imports: [RouterModule.forChild(routes$1), RouterModule] }); }
|
|
23892
23703
|
}
|
|
23893
23704
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: AnonymouslayoutRoutingModule, decorators: [{
|
|
23894
23705
|
type: NgModule,
|
|
23895
23706
|
args: [{
|
|
23896
|
-
imports: [RouterModule.forChild(routes$
|
|
23707
|
+
imports: [RouterModule.forChild(routes$1)],
|
|
23897
23708
|
exports: [RouterModule]
|
|
23898
23709
|
}]
|
|
23899
23710
|
}] });
|
|
@@ -23959,7 +23770,7 @@ class AnonymouslayoutModule {
|
|
|
23959
23770
|
LayoutInitService,
|
|
23960
23771
|
StylesBundleService$1,
|
|
23961
23772
|
EnvironmentService,
|
|
23962
|
-
AuthService
|
|
23773
|
+
AuthService,
|
|
23963
23774
|
UtilityService,
|
|
23964
23775
|
AuthGuard,
|
|
23965
23776
|
BBSFTranslateService,
|
|
@@ -24003,7 +23814,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
24003
23814
|
LayoutInitService,
|
|
24004
23815
|
StylesBundleService$1,
|
|
24005
23816
|
EnvironmentService,
|
|
24006
|
-
AuthService
|
|
23817
|
+
AuthService,
|
|
24007
23818
|
UtilityService,
|
|
24008
23819
|
AuthGuard,
|
|
24009
23820
|
BBSFTranslateService,
|
|
@@ -24086,7 +23897,7 @@ class MasterlayoutModule {
|
|
|
24086
23897
|
LayoutInitService,
|
|
24087
23898
|
StylesBundleService$1,
|
|
24088
23899
|
EnvironmentService,
|
|
24089
|
-
AuthService
|
|
23900
|
+
AuthService,
|
|
24090
23901
|
UtilityService,
|
|
24091
23902
|
AuthGuard,
|
|
24092
23903
|
AdminGuard,
|
|
@@ -24155,7 +23966,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
24155
23966
|
LayoutInitService,
|
|
24156
23967
|
StylesBundleService$1,
|
|
24157
23968
|
EnvironmentService,
|
|
24158
|
-
AuthService
|
|
23969
|
+
AuthService,
|
|
24159
23970
|
UtilityService,
|
|
24160
23971
|
AuthGuard,
|
|
24161
23972
|
AdminGuard,
|
|
@@ -24174,67 +23985,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
24174
23985
|
}]
|
|
24175
23986
|
}] });
|
|
24176
23987
|
|
|
24177
|
-
class IndexComponent {
|
|
24178
|
-
constructor(authService) {
|
|
24179
|
-
this.authService = authService;
|
|
24180
|
-
}
|
|
24181
|
-
ngOnInit() {
|
|
24182
|
-
this.subscription = this.authService.authNavStatus$.subscribe(status => this.isAuthenticated = status);
|
|
24183
|
-
//console.log(this.isAuthenticated)
|
|
24184
|
-
this.name = this.authService.name();
|
|
24185
|
-
}
|
|
24186
|
-
async signout() {
|
|
24187
|
-
await this.authService.signout();
|
|
24188
|
-
}
|
|
24189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: IndexComponent, deps: [{ token: AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
24190
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: IndexComponent, isStandalone: false, selector: "app-index", ngImport: i0, template: "<div *ngIf=\"isAuthenticated\">\r\n <a class=\"p-2 text-light\" (click)=\"signout()\" href=\"javascript:void(0)\">Signout {{name}}</a> \r\n\r\n</div>\r\n<div class=\"container\">\r\n <div class=\"jumbotron mt-3\">\r\n <h1>Test Index Page</h1>\r\n <a class=\"btn btn-lg btn-primary\" routerLink=\"/account/register\" role=\"button\">Signup Page »</a>\r\n <a class=\"btn btn-lg btn-primary ml-4\" routerLink=\"/account/login\" role=\"button\">Login Page »</a>\r\n <a class=\"btn btn-lg btn-primary ml-4\" routerLink=\"/securePage/data\" role=\"button\">Secure Page »</a>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
|
|
24191
|
-
}
|
|
24192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: IndexComponent, decorators: [{
|
|
24193
|
-
type: Component,
|
|
24194
|
-
args: [{ selector: 'app-index', standalone: false, template: "<div *ngIf=\"isAuthenticated\">\r\n <a class=\"p-2 text-light\" (click)=\"signout()\" href=\"javascript:void(0)\">Signout {{name}}</a> \r\n\r\n</div>\r\n<div class=\"container\">\r\n <div class=\"jumbotron mt-3\">\r\n <h1>Test Index Page</h1>\r\n <a class=\"btn btn-lg btn-primary\" routerLink=\"/account/register\" role=\"button\">Signup Page »</a>\r\n <a class=\"btn btn-lg btn-primary ml-4\" routerLink=\"/account/login\" role=\"button\">Login Page »</a>\r\n <a class=\"btn btn-lg btn-primary ml-4\" routerLink=\"/securePage/data\" role=\"button\">Secure Page »</a>\r\n </div>\r\n</div>\r\n" }]
|
|
24195
|
-
}], ctorParameters: () => [{ type: AuthService }] });
|
|
24196
|
-
|
|
24197
|
-
const routes$1 = [
|
|
24198
|
-
{ path: "index", component: IndexComponent },
|
|
24199
|
-
{ path: "", redirectTo: "index", pathMatch: 'full' }
|
|
24200
|
-
];
|
|
24201
|
-
class StartRoutingModule {
|
|
24202
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: StartRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
24203
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: StartRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }
|
|
24204
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: StartRoutingModule, imports: [RouterModule.forChild(routes$1), RouterModule] }); }
|
|
24205
|
-
}
|
|
24206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: StartRoutingModule, decorators: [{
|
|
24207
|
-
type: NgModule,
|
|
24208
|
-
args: [{
|
|
24209
|
-
imports: [RouterModule.forChild(routes$1)],
|
|
24210
|
-
exports: [RouterModule]
|
|
24211
|
-
}]
|
|
24212
|
-
}] });
|
|
24213
|
-
|
|
24214
|
-
class StartModule {
|
|
24215
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: StartModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
24216
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.16", ngImport: i0, type: StartModule, declarations: [IndexComponent], imports: [CommonModule,
|
|
24217
|
-
StartRoutingModule,
|
|
24218
|
-
RouterModule,
|
|
24219
|
-
SharedModule] }); }
|
|
24220
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: StartModule, imports: [CommonModule,
|
|
24221
|
-
StartRoutingModule,
|
|
24222
|
-
RouterModule,
|
|
24223
|
-
SharedModule] }); }
|
|
24224
|
-
}
|
|
24225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: StartModule, decorators: [{
|
|
24226
|
-
type: NgModule,
|
|
24227
|
-
args: [{
|
|
24228
|
-
declarations: [IndexComponent],
|
|
24229
|
-
imports: [
|
|
24230
|
-
CommonModule,
|
|
24231
|
-
StartRoutingModule,
|
|
24232
|
-
RouterModule,
|
|
24233
|
-
SharedModule,
|
|
24234
|
-
]
|
|
24235
|
-
}]
|
|
24236
|
-
}] });
|
|
24237
|
-
|
|
24238
23988
|
class SurveyFormOptions {
|
|
24239
23989
|
constructor() {
|
|
24240
23990
|
this.QuestionList = [];
|
|
@@ -28697,7 +28447,7 @@ class ExternalUrlComponent extends AppBaseComponent {
|
|
|
28697
28447
|
this.pageTitle = this.surveyInfo.title.current_FailOver;
|
|
28698
28448
|
this.updatePageTitle(this.surveyInfo.title.current_FailOver);
|
|
28699
28449
|
this.isDateLoaded = true;
|
|
28700
|
-
if (AuthService
|
|
28450
|
+
if (AuthService.user != null)
|
|
28701
28451
|
this.showInternalErrorMessage = true;
|
|
28702
28452
|
});
|
|
28703
28453
|
}
|
|
@@ -28743,7 +28493,7 @@ class PublicSurveyModule {
|
|
|
28743
28493
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: PublicSurveyModule, providers: [
|
|
28744
28494
|
AnonymousLayoutService,
|
|
28745
28495
|
MasterLayoutService,
|
|
28746
|
-
AuthService
|
|
28496
|
+
AuthService,
|
|
28747
28497
|
ConfigurationService,
|
|
28748
28498
|
SurveyService,
|
|
28749
28499
|
SurveyQuestionService
|
|
@@ -28775,7 +28525,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
28775
28525
|
providers: [
|
|
28776
28526
|
AnonymousLayoutService,
|
|
28777
28527
|
MasterLayoutService,
|
|
28778
|
-
AuthService
|
|
28528
|
+
AuthService,
|
|
28779
28529
|
ConfigurationService,
|
|
28780
28530
|
SurveyService,
|
|
28781
28531
|
SurveyQuestionService
|
|
@@ -28824,7 +28574,7 @@ class SurveyModule {
|
|
|
28824
28574
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: SurveyModule, providers: [
|
|
28825
28575
|
AnonymousLayoutService,
|
|
28826
28576
|
MasterLayoutService,
|
|
28827
|
-
AuthService
|
|
28577
|
+
AuthService,
|
|
28828
28578
|
EnvironmentService,
|
|
28829
28579
|
ConfigurationService,
|
|
28830
28580
|
], imports: [PublicSurveyModule,
|
|
@@ -28876,7 +28626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
28876
28626
|
providers: [
|
|
28877
28627
|
AnonymousLayoutService,
|
|
28878
28628
|
MasterLayoutService,
|
|
28879
|
-
AuthService
|
|
28629
|
+
AuthService,
|
|
28880
28630
|
EnvironmentService,
|
|
28881
28631
|
ConfigurationService,
|
|
28882
28632
|
],
|
|
@@ -28939,5 +28689,5 @@ class UserRegistration {
|
|
|
28939
28689
|
* Generated bundle index. Do not edit.
|
|
28940
28690
|
*/
|
|
28941
28691
|
|
|
28942
|
-
export { AnonymousLayoutService, AnonymouslayoutModule, AudienceType, AuthCallbackComponent, AuthGuard, AuthModule,
|
|
28692
|
+
export { AnonymousLayoutService, AnonymouslayoutModule, AudienceType, AuthCallbackComponent, AuthGuard, AuthModule, AuthenticationModule, DataSecretService, DefaultLayoutConfig, DepartmentModel, DocumentTemplateService, EmptyGuid, ExternalUrlComponent, GlobalErrorHandler, HomeComponent, HomeModule, InjectedModule, LanguageType, LayoutInitService, LayoutService, LocalizationsComponent, LocalizationsModule, LoginComponent, MasterlayoutComponent, MasterlayoutModule, PageInfo, PageInfoService, PublicSurveyModule, SharedModule, SortingOptions, SortingType, StylesBundleService, SubheaderComponent, SubheaderModule, SurveyFormComponent, SurveyMode, SurveyModule, SurveyOptionType, SurveyStatusEnum, UserRegistration, UsersComponent, UsersModule, anonymouslayoutComponent, getEmptyCSSVariables, getEmptyCssClasses, getEmptyHTMLAttributes, injectionModuleService, localizationsService };
|
|
28943
28693
|
//# sourceMappingURL=bnsights-bbsf-admin-portal.mjs.map
|