@bnsights/bbsf-admin-portal 1.0.0 → 1.0.5
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/bnsights-bbsf-admin-portal-1.0.5.tgz +0 -0
- package/bundles/bnsights-bbsf-admin-portal.umd.js +19694 -20386
- package/bundles/bnsights-bbsf-admin-portal.umd.js.map +1 -1
- package/esm2015/lib/Pages/_layout/components/aside/aside-menu/aside-menu.component.js +2 -2
- package/esm2015/lib/Pages/account/account-routing.module.js +3 -1
- package/esm2015/lib/Pages/account/account.component.js +15 -6
- package/esm2015/lib/Pages/account/account.module.js +16 -8
- package/esm2015/lib/Pages/account/forgot-password/forgot-password.component.js +48 -0
- package/esm2015/lib/Pages/configurations/configuration/configuration.component.js +392 -387
- package/esm2015/lib/Pages/core/authentication/auth.service.js +1 -2
- package/esm2015/lib/Pages/departments/department/department.component.js +59 -98
- package/esm2015/lib/Pages/departments/department-info/department-info.component.js +85 -94
- package/esm2015/lib/Pages/departments/departments.module.js +4 -1
- package/esm2015/lib/Pages/helpCenter/help-center/help-center.component.js +224 -223
- package/esm2015/lib/Pages/helpCenter/help-center-secondlevel/help-center-secondlevel.component.js +137 -146
- package/esm2015/lib/Pages/helpCenter/help-center-thirdlevel/help-center-thirdlevel.component.js +136 -153
- package/esm2015/lib/Pages/home/home.component.js +32 -26
- package/esm2015/lib/Pages/home/home.module.js +5 -10
- package/esm2015/lib/Pages/impersonation-rules/impersonation-rules/impersonation-rules.component.js +336 -317
- package/esm2015/lib/Pages/jobs/jobs/jobs.component.js +168 -227
- package/esm2015/lib/Pages/license/license/license.component.js +68 -99
- package/esm2015/lib/Pages/localizations/localizations.component.js +378 -341
- package/esm2015/lib/Pages/logs/log/log.component.js +18 -27
- package/esm2015/lib/Pages/lookups/lookup/lookup.component.js +297 -288
- package/esm2015/lib/Pages/lookups/lookup-group/lookup-group.component.js +143 -165
- package/esm2015/lib/Pages/lookups/lookup-item/lookup-item.component.js +234 -233
- package/esm2015/lib/Pages/lookups/lookups-routing.module.js +2 -2
- package/esm2015/lib/Pages/notifications/add/add.component.js +83 -76
- package/esm2015/lib/Pages/notifications/edit/edit.component.js +60 -63
- package/esm2015/lib/Pages/notifications/edit-email/edit-email.component.js +128 -126
- package/esm2015/lib/Pages/notifications/edit-sms/edit-sms.component.js +87 -85
- package/esm2015/lib/Pages/notifications/master-layouts/master-layouts.component.js +57 -58
- package/esm2015/lib/Pages/notifications/notifications-routing.module.js +1 -3
- package/esm2015/lib/Pages/notifications/notifications.module.js +3 -4
- package/esm2015/lib/Pages/notifications/template-info/template-info.component.js +232 -228
- package/esm2015/lib/Pages/notifications/templates/templates.component.js +347 -310
- package/esm2015/lib/Pages/providers/provider/provider.component.js +54 -52
- package/esm2015/lib/Pages/publicHolidays/public-holiday/public-holiday.component.js +268 -270
- package/esm2015/lib/Pages/roles/permission-set-info/permission-set-info.component.js +136 -152
- package/esm2015/lib/Pages/roles/permissions/permissions.component.js +182 -218
- package/esm2015/lib/Pages/roles/permissionsets/permissionsets.component.js +219 -254
- package/esm2015/lib/Pages/sectors/department-info/department-info.component.js +134 -142
- package/esm2015/lib/Pages/sectors/sector/sector.component.js +127 -144
- package/esm2015/lib/Pages/sectors/sector-info/sector-info.component.js +123 -139
- package/esm2015/lib/Pages/shared/Enums/ConfigurationScope.js +8 -0
- package/esm2015/lib/Pages/shared/Enums/ConfigurationType.js +8 -0
- package/esm2015/lib/Pages/shared/Enums/ConfigurationValueSource.js +6 -0
- package/esm2015/lib/Pages/shared/Enums/ParticipantType.js +8 -0
- package/esm2015/lib/Pages/shared/Services/AccountService.service.js +21 -0
- package/esm2015/lib/Pages/shared/Services/ConfigurationsService.service.js +15 -12
- package/esm2015/lib/Pages/shared/Services/DepartmentService.service.js +5 -8
- package/esm2015/lib/Pages/shared/Services/EmailHeaderAndFooterTemplateService.Service.js +10 -9
- package/esm2015/lib/Pages/shared/Services/HelpCenterService.service.js +10 -7
- package/esm2015/lib/Pages/shared/Services/ImpersonationRuleService.service.js +14 -8
- package/esm2015/lib/Pages/shared/Services/LicenseService.service.js +3 -3
- package/esm2015/lib/Pages/shared/Services/LogsService.js +1 -1
- package/esm2015/lib/Pages/shared/Services/LookupGroupsService.service.js +11 -5
- package/esm2015/lib/Pages/shared/Services/LookupService.service.js +31 -15
- package/esm2015/lib/Pages/shared/Services/PermissionSetService.service.js +18 -8
- package/esm2015/lib/Pages/shared/Services/PermissionsService.service.js +12 -9
- package/esm2015/lib/Pages/shared/Services/PublicHolidayService.service.js +9 -3
- package/esm2015/lib/Pages/shared/Services/SectorService.service.js +18 -13
- package/esm2015/lib/Pages/shared/Services/TemplateService.service.js +36 -29
- package/esm2015/lib/Pages/shared/Services/localizationsService.service .js +23 -13
- package/esm2015/lib/Pages/shared/Services/provider.service.js +5 -7
- package/esm2015/lib/Pages/shared/Services/userService.service.js +10 -2
- package/esm2015/lib/Pages/shared/models/AccountModels/forgotPasswordModel.js +6 -0
- package/esm2015/lib/Pages/shared/models/ConfigurationModels/ConfigurationModel.js +1 -1
- package/esm2015/lib/Pages/shared/models/DepartmentModels/DepartmentUsersIDRequestModel.js +1 -1
- package/esm2015/lib/Pages/shared/models/ImpersonationRuleModels/ImpersonationRuleModel.js +1 -1
- package/esm2015/lib/Pages/shared/models/Lookups/LookupItem.js +1 -1
- package/esm2015/lib/Pages/shared/models/Lookups/LookupModel.js +1 -2
- package/esm2015/lib/Pages/shared/models/PermissionsModels/PermissionSetUsersIDRequestModel.js +1 -1
- package/esm2015/lib/Pages/shared/models/SectorModels/SectorDepartmentModel.js +1 -1
- package/esm2015/lib/Pages/users/users.component.js +398 -409
- package/esm2015/lib/masterlayout-routing.module.js +5 -4
- package/esm2015/lib/masterlayout.component.js +22 -32
- package/esm2015/lib/masterlayout.module.js +25 -19
- package/fesm2015/bnsights-bbsf-admin-portal.js +17295 -17401
- package/fesm2015/bnsights-bbsf-admin-portal.js.map +1 -1
- package/lib/Pages/account/account.component.d.ts +5 -1
- package/lib/Pages/account/account.module.d.ts +8 -6
- package/lib/Pages/account/forgot-password/forgot-password.component.d.ts +20 -0
- package/lib/Pages/configurations/configuration/configuration.component.d.ts +39 -31
- package/lib/Pages/departments/department/department.component.d.ts +19 -15
- package/lib/Pages/departments/department-info/department-info.component.d.ts +31 -28
- package/lib/Pages/helpCenter/help-center/help-center.component.d.ts +34 -32
- package/lib/Pages/helpCenter/help-center-secondlevel/help-center-secondlevel.component.d.ts +31 -34
- package/lib/Pages/helpCenter/help-center-thirdlevel/help-center-thirdlevel.component.d.ts +30 -35
- package/lib/Pages/home/home.component.d.ts +4 -4
- package/lib/Pages/impersonation-rules/impersonation-rules/impersonation-rules.component.d.ts +43 -42
- package/lib/Pages/jobs/jobs/jobs.component.d.ts +56 -62
- package/lib/Pages/license/license/license.component.d.ts +25 -23
- package/lib/Pages/localizations/localizations.component.d.ts +77 -65
- package/lib/Pages/logs/log/log.component.d.ts +7 -11
- package/lib/Pages/lookups/lookup/lookup.component.d.ts +64 -59
- package/lib/Pages/lookups/lookup-group/lookup-group.component.d.ts +44 -45
- package/lib/Pages/lookups/lookup-item/lookup-item.component.d.ts +62 -56
- package/lib/Pages/notifications/add/add.component.d.ts +13 -11
- package/lib/Pages/notifications/edit/edit.component.d.ts +14 -14
- package/lib/Pages/notifications/edit-email/edit-email.component.d.ts +18 -20
- package/lib/Pages/notifications/edit-sms/edit-sms.component.d.ts +15 -16
- package/lib/Pages/notifications/master-layouts/master-layouts.component.d.ts +24 -25
- package/lib/Pages/notifications/notifications.module.d.ts +15 -16
- package/lib/Pages/notifications/template-info/template-info.component.d.ts +32 -32
- package/lib/Pages/notifications/templates/templates.component.d.ts +54 -46
- package/lib/Pages/providers/provider/provider.component.d.ts +13 -12
- package/lib/Pages/publicHolidays/public-holiday/public-holiday.component.d.ts +29 -27
- package/lib/Pages/roles/permission-set-info/permission-set-info.component.d.ts +39 -40
- package/lib/Pages/roles/permissions/permissions.component.d.ts +49 -54
- package/lib/Pages/roles/permissionsets/permissionsets.component.d.ts +53 -55
- package/lib/Pages/sectors/department-info/department-info.component.d.ts +41 -44
- package/lib/Pages/sectors/sector/sector.component.d.ts +35 -33
- package/lib/Pages/sectors/sector-info/sector-info.component.d.ts +40 -44
- package/lib/Pages/shared/Enums/ConfigurationScope.d.ts +5 -0
- package/lib/Pages/shared/Enums/ConfigurationType.d.ts +6 -0
- package/lib/Pages/shared/Enums/ConfigurationValueSource.d.ts +4 -0
- package/lib/Pages/shared/Enums/ParticipantType.d.ts +6 -0
- package/lib/Pages/shared/Services/AccountService.service.d.ts +10 -0
- package/lib/Pages/shared/Services/ConfigurationsService.service.d.ts +7 -8
- package/lib/Pages/shared/Services/DepartmentService.service.d.ts +2 -2
- package/lib/Pages/shared/Services/EmailHeaderAndFooterTemplateService.Service.d.ts +5 -5
- package/lib/Pages/shared/Services/HelpCenterService.service.d.ts +2 -1
- package/lib/Pages/shared/Services/ImpersonationRuleService.service.d.ts +5 -5
- package/lib/Pages/shared/Services/LicenseService.service.d.ts +2 -2
- package/lib/Pages/shared/Services/LookupGroupsService.service.d.ts +4 -4
- package/lib/Pages/shared/Services/LookupService.service.d.ts +14 -11
- package/lib/Pages/shared/Services/PermissionSetService.service.d.ts +8 -7
- package/lib/Pages/shared/Services/PermissionsService.service.d.ts +5 -6
- package/lib/Pages/shared/Services/PublicHolidayService.service.d.ts +2 -2
- package/lib/Pages/shared/Services/SectorService.service.d.ts +7 -7
- package/lib/Pages/shared/Services/TemplateService.service.d.ts +20 -19
- package/lib/Pages/shared/Services/localizationsService.service .d.ts +12 -11
- package/lib/Pages/shared/Services/provider.service.d.ts +1 -1
- package/lib/Pages/shared/Services/userService.service.d.ts +2 -0
- package/lib/Pages/shared/models/AccountModels/forgotPasswordModel.d.ts +3 -0
- package/lib/Pages/shared/models/ConfigurationModels/ConfigurationModel.d.ts +0 -1
- package/lib/Pages/shared/models/DepartmentModels/DepartmentUsersIDRequestModel.d.ts +1 -1
- package/lib/Pages/shared/models/ImpersonationRuleModels/ImpersonationRuleModel.d.ts +0 -2
- package/lib/Pages/shared/models/Lookups/LookupModel.d.ts +1 -1
- package/lib/Pages/shared/models/PermissionsModels/PermissionSetUsersIDRequestModel.d.ts +1 -1
- package/lib/Pages/shared/models/SectorModels/SectorDepartmentModel.d.ts +1 -1
- package/lib/Pages/users/users.component.d.ts +54 -68
- package/lib/masterlayout.component.d.ts +4 -5
- package/lib/masterlayout.module.d.ts +8 -9
- package/package.json +5 -3
- package/src/lib/assets/sass/core/components/_variables.scss +1 -1
- package/src/lib/assets/sass/custom-styles-rtl.scss +5 -0
- package/src/lib/assets/sass/custom-styles.scss +153 -0
- package/src/lib/assets/sass/style-rtl.scss +2 -0
- package/src/lib/assets/sass/style.scss +2 -2
- package/bnsights-bbsf-admin-portal-0.0.1.tgz +0 -0
- package/bnsights-bbsf-admin-portal-1.0.0.tgz +0 -0
- package/esm2015/lib/Pages/notifications/edit-template/edit-template.component.js +0 -35
- package/lib/Pages/notifications/edit-template/edit-template.component.d.ts +0 -35
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { CheckBoxOptions, FilterItem, PagingOptions, TextBoxOptions, MultiLingualHtmlEditorOptions, MultiLingualTextBoxOptions } from '@bnsights/bbsf-controls';
|
|
3
|
+
import { CheckBoxOptions, FilterItem, PagingOptions, TextBoxOptions, MultiLingualHtmlEditorOptions, MultiLingualTextBoxOptions, FormOptions, ConfirmationModalOptions } from '@bnsights/bbsf-controls';
|
|
4
4
|
import { HelpCenterService } from '../../shared/Services/HelpCenterService.service';
|
|
5
|
-
import { HelpCenterItemModel } from '../../shared/models/HelpCenterModels/HelpCenterItemModel';
|
|
6
5
|
import { ActivatedRoute } from '@angular/router';
|
|
7
6
|
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
8
7
|
import { PageInfoService } from '../../../_metronic/core/services/page-info.service';
|
|
9
8
|
import { AuthService, UtilityService, BBSFTranslateService, EnvironmentService } from '@bnsights/bbsf-utilities';
|
|
9
|
+
import { PagingComponent } from '@bnsights/bbsf-controls/lib/controls/Paging/Paging.component';
|
|
10
|
+
import { Observable } from 'rxjs';
|
|
11
|
+
import { ConfirmationModalComponent } from '@bnsights/bbsf-controls/lib/controls/ConfirmationModal/ConfirmationModal.component';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
export declare class HelpCenterThirdlevelComponent implements OnInit {
|
|
12
14
|
private authService;
|
|
@@ -17,55 +19,48 @@ export declare class HelpCenterThirdlevelComponent implements OnInit {
|
|
|
17
19
|
private activatedRoute;
|
|
18
20
|
private HelpCenterService;
|
|
19
21
|
private modalService;
|
|
22
|
+
ParentId: string;
|
|
23
|
+
ParentName: string;
|
|
24
|
+
PageName: string;
|
|
20
25
|
ApiUrl: string;
|
|
21
26
|
searchTextBox: TextBoxOptions;
|
|
22
27
|
ParentIdTextBox: TextBoxOptions;
|
|
23
|
-
PermissionSetsList: any[];
|
|
24
|
-
HelpCenterForm: FormGroup;
|
|
25
|
-
showFilter: boolean;
|
|
26
|
-
HelpCenterPagingResult: any[];
|
|
27
28
|
HelpCenterPaging: PagingOptions;
|
|
28
29
|
TextInputFilter: FilterItem;
|
|
29
30
|
ParentIDFilter: FilterItem;
|
|
31
|
+
HelpCenterForm: FormGroup;
|
|
32
|
+
HelpCenterPagingResult: any[];
|
|
33
|
+
clientSidePagingResult: any[];
|
|
30
34
|
IsFilterLoaded: boolean;
|
|
31
|
-
|
|
32
|
-
ParentId: string;
|
|
33
|
-
ParentName: string;
|
|
34
|
-
PageName: string;
|
|
35
|
-
HelpCenter: HelpCenterItemModel;
|
|
36
|
-
ProductionMode: boolean;
|
|
37
|
-
input: ElementRef;
|
|
38
|
-
language: string;
|
|
35
|
+
pagingElement: PagingComponent;
|
|
39
36
|
AddHelpCenterForm: FormGroup;
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
AddHelpCenterFormOptions: FormOptions;
|
|
38
|
+
AddTitle: MultiLingualTextBoxOptions;
|
|
39
|
+
AddContent: MultiLingualHtmlEditorOptions;
|
|
42
40
|
AddIsHidden: CheckBoxOptions;
|
|
43
|
-
IsAddHelpCenterFormLoaded: boolean;
|
|
44
|
-
CloseAddHelpCenterModal: ElementRef;
|
|
45
41
|
EditHelpCenterForm: FormGroup;
|
|
46
|
-
|
|
47
|
-
|
|
42
|
+
EditHelpCenterFormOptions: FormOptions;
|
|
43
|
+
EditTitle: MultiLingualTextBoxOptions;
|
|
44
|
+
EditContent: MultiLingualHtmlEditorOptions;
|
|
48
45
|
EditIsHidden: CheckBoxOptions;
|
|
49
46
|
HelpCenterItemId: number;
|
|
50
|
-
IsEditHelpCenterModalLoaded: boolean;
|
|
51
|
-
CloseEditHelpCenterModal: ElementRef;
|
|
52
|
-
IsOpenDeleteHelpCenterModal: boolean;
|
|
53
47
|
deleteHelpCenterId: string;
|
|
54
|
-
|
|
48
|
+
DeleteConfirmationOptions: ConfirmationModalOptions;
|
|
49
|
+
deleteControlLoaded: boolean;
|
|
50
|
+
ConfirmationModalControl: ConfirmationModalComponent;
|
|
55
51
|
constructor(authService: AuthService, pageInfoService: PageInfoService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, environmentService: EnvironmentService, activatedRoute: ActivatedRoute, HelpCenterService: HelpCenterService, modalService: NgbModal);
|
|
56
52
|
ngOnInit(): Promise<void>;
|
|
57
|
-
|
|
58
|
-
ReinitializeHelpCenterPaging(): void;
|
|
59
|
-
UpdateHelpCenterPaging(): void;
|
|
53
|
+
initializePage(): void;
|
|
60
54
|
setHelpCenterItemListResult(result: any): void;
|
|
61
|
-
|
|
55
|
+
searchClientSide(searchValue: any): void;
|
|
62
56
|
showAddHelpCenterModal(AddHelpCenterModal: any): void;
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
57
|
+
getAddHelpCenterModel: () => any[];
|
|
58
|
+
getAddHelpCenterFunction: (AddModel: any) => Observable<any>;
|
|
59
|
+
showEditHelpCenterModal(helpCenterID: number, helpCenterIDEnc: string, EditHelpCenterModal: any): void;
|
|
60
|
+
getEditHelpCenterModel: () => any[];
|
|
61
|
+
getEditHelpCenterFunction: (EditModel: any) => Observable<any>;
|
|
62
|
+
showDeleteHelpCenterModal(helpCenterID: string): void;
|
|
63
|
+
deleteHelpCenter: (id: string) => Observable<any>;
|
|
69
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<HelpCenterThirdlevelComponent, never>;
|
|
70
65
|
static ɵcmp: i0.ɵɵComponentDeclaration<HelpCenterThirdlevelComponent, "lib-help-center-thirdlevel", never, {}, {}, never, never>;
|
|
71
66
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { InjectedModule } from './../shared/models/InjectedModuleModel/InjectedModule';
|
|
2
|
+
import { PageInfoService } from '../../_metronic/core/services/page-info.service';
|
|
4
3
|
import { FormGroup } from '@angular/forms';
|
|
5
4
|
import { TextBoxOptions, FilterItem } from '@bnsights/bbsf-controls';
|
|
5
|
+
import { UtilityService } from '@bnsights/bbsf-utilities';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class HomeComponent implements OnInit {
|
|
8
8
|
utilityService: UtilityService;
|
|
9
|
+
private pageInfoService;
|
|
9
10
|
searchTextBox: TextBoxOptions;
|
|
10
11
|
HomeSearch: FormGroup;
|
|
11
12
|
TextInputFilter: FilterItem;
|
|
12
13
|
searchText: '';
|
|
13
|
-
routes: InjectedModule[];
|
|
14
14
|
cards: any[];
|
|
15
|
-
constructor(utilityService: UtilityService);
|
|
15
|
+
constructor(utilityService: UtilityService, pageInfoService: PageInfoService);
|
|
16
16
|
ngOnInit(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomeComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<HomeComponent, "lib-home", never, {}, {}, never, never>;
|
package/lib/Pages/impersonation-rules/impersonation-rules/impersonation-rules.component.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { AutocompleteOptions, CheckBoxOptions, DatePickerOptions, DropdownOptions, FilterItem, PagingOptions, TextBoxOptions } from '@bnsights/bbsf-controls';
|
|
3
|
+
import { AutocompleteOptions, CheckBoxOptions, ConfirmationModalOptions, DatePickerOptions, DropdownOptions, FilterItem, FormOptions, PagingOptions, TextBoxOptions } from '@bnsights/bbsf-controls';
|
|
4
4
|
import { ImpersonationRuleService } from './../../shared/Services/ImpersonationRuleService.service';
|
|
5
5
|
import { PageInfoService } from '../../../_metronic/core/services/page-info.service';
|
|
6
6
|
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
7
|
-
import { AuthService, UtilityService, BBSFTranslateService, EnvironmentService } from '@bnsights/bbsf-utilities';
|
|
7
|
+
import { AuthService, UtilityService, BBSFTranslateService, EnvironmentService, RequestHandlerService } from '@bnsights/bbsf-utilities';
|
|
8
|
+
import { PagingComponent } from '@bnsights/bbsf-controls/lib/controls/Paging/Paging.component';
|
|
9
|
+
import { Observable } from 'rxjs';
|
|
10
|
+
import { ConfirmationModalComponent } from '@bnsights/bbsf-controls/lib/controls/ConfirmationModal/ConfirmationModal.component';
|
|
8
11
|
import * as i0 from "@angular/core";
|
|
9
12
|
export declare class ImpersonationRulesComponent implements OnInit {
|
|
10
13
|
private authService;
|
|
@@ -14,37 +17,35 @@ export declare class ImpersonationRulesComponent implements OnInit {
|
|
|
14
17
|
private environmentService;
|
|
15
18
|
private ImpersonationRuleService;
|
|
16
19
|
private modalService;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
ShowbreadCrumb: boolean;
|
|
20
|
+
private requestHandlerService;
|
|
21
|
+
ShowPageContent: boolean;
|
|
20
22
|
ApiUrl: string;
|
|
21
23
|
searchTextBox: TextBoxOptions;
|
|
22
24
|
TextInputFilter: FilterItem;
|
|
23
25
|
ImpersonationForm: FormGroup;
|
|
24
|
-
showFilter: boolean;
|
|
25
26
|
ImpersonationPagingResult: any[];
|
|
27
|
+
clientSidePagingResult: any[];
|
|
26
28
|
ImpersonationPaging: PagingOptions;
|
|
27
|
-
ImpersonationFilter: FilterItem;
|
|
28
29
|
IsFilterLoaded: boolean;
|
|
29
|
-
|
|
30
|
+
pagingElement: PagingComponent;
|
|
30
31
|
PermissionSetList: any[];
|
|
31
32
|
ParticipantTypeList: any[];
|
|
32
|
-
input: ElementRef;
|
|
33
33
|
AddImpersonationForm: FormGroup;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
34
|
+
AddImpersonationFormOptions: FormOptions;
|
|
35
|
+
AddSourceParticipantType: DropdownOptions;
|
|
36
|
+
AddDestinationParticipantType: DropdownOptions;
|
|
37
|
+
AddSourcePermissionSetList: DropdownOptions;
|
|
38
|
+
AddDestinationPermissionSetList: DropdownOptions;
|
|
39
|
+
AddSourceUserAutoComplete: AutocompleteOptions;
|
|
40
|
+
AddDestinationUserAutoComplete: AutocompleteOptions;
|
|
41
|
+
AddIsActive: CheckBoxOptions;
|
|
42
|
+
AddExpiresAt: DatePickerOptions;
|
|
43
|
+
AddShowSourcePermissionList: boolean;
|
|
44
|
+
AddShowSourceUserAutoComplete: boolean;
|
|
45
|
+
AddShowDestinationPermissionList: boolean;
|
|
46
|
+
AddShowDestinationUserAutoComplete: boolean;
|
|
47
47
|
EditImpersonationForm: FormGroup;
|
|
48
|
+
EditImpersonationFormOptions: FormOptions;
|
|
48
49
|
EditSourceParticipantType: DropdownOptions;
|
|
49
50
|
EditDestinationParticipantType: DropdownOptions;
|
|
50
51
|
EditSourcePermissionSetList: DropdownOptions;
|
|
@@ -60,28 +61,28 @@ export declare class ImpersonationRulesComponent implements OnInit {
|
|
|
60
61
|
ImpersonationId: number;
|
|
61
62
|
SourceParticipantId: number;
|
|
62
63
|
DestinationParticipantId: number;
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
constructor(authService: AuthService, pageInfoService: PageInfoService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, environmentService: EnvironmentService, ImpersonationRuleService: ImpersonationRuleService, modalService: NgbModal);
|
|
64
|
+
deleteImpersonationRuleId: string;
|
|
65
|
+
DeleteConfirmationOptions: ConfirmationModalOptions;
|
|
66
|
+
deleteControlLoaded: boolean;
|
|
67
|
+
ConfirmationModalControl: ConfirmationModalComponent;
|
|
68
|
+
constructor(authService: AuthService, pageInfoService: PageInfoService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, environmentService: EnvironmentService, ImpersonationRuleService: ImpersonationRuleService, modalService: NgbModal, requestHandlerService: RequestHandlerService);
|
|
69
69
|
ngOnInit(): Promise<void>;
|
|
70
|
-
|
|
71
|
-
SourceParticipant(key: any): void;
|
|
72
|
-
EditDestinationParticipant(key: any): void;
|
|
73
|
-
EditSourceParticipant(key: any): void;
|
|
74
|
-
LoadDropdownLists(): void;
|
|
75
|
-
ReinitializeSectorPaging(): void;
|
|
76
|
-
UpdateSectorPaging(): void;
|
|
70
|
+
initializePage(): void;
|
|
77
71
|
setImpersonationListResult(result: any): void;
|
|
78
|
-
|
|
72
|
+
searchClientSide(searchValue: any): void;
|
|
79
73
|
showAddImpersonationModal(AddImpersonationModal: any): void;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
74
|
+
getAddImpersonationRuleModel: () => any[];
|
|
75
|
+
getAddImpersonationRuleFunction: (AddModel: any) => Observable<any>;
|
|
76
|
+
addDestinationParticipantOnChange(key: any): void;
|
|
77
|
+
addSourceParticipantOnChange(key: any): void;
|
|
78
|
+
showEditImpersonationModal(impersonationID: number, impersonationIDEnc: string, editImpersonationModal: any): void;
|
|
79
|
+
getEditImpersonationRuleModel: () => any[];
|
|
80
|
+
getEditImpersonationRuleFunction: (EditModel: any) => Observable<any>;
|
|
81
|
+
editDestinationParticipantOnChange(key: any): void;
|
|
82
|
+
editSourceParticipantOnChange(key: any): void;
|
|
83
|
+
showDeleteImpersonationModal(impersonationRuleID: string): void;
|
|
84
|
+
deleteImpersonation: (id: string) => Observable<any>;
|
|
85
|
+
ngOnDestroy(): void;
|
|
85
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImpersonationRulesComponent, never>;
|
|
86
87
|
static ɵcmp: i0.ɵɵComponentDeclaration<ImpersonationRulesComponent, "lib-impersonation-rules", never, {}, {}, never, never>;
|
|
87
88
|
}
|
|
@@ -1,84 +1,78 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { FilterItem, PagingOptions, TextBoxOptions } from '@bnsights/bbsf-controls';
|
|
4
4
|
import { PageInfoService } from '../../../_metronic/core/services/page-info.service';
|
|
5
5
|
import { JobCountsModel } from '../../shared/models/JobModels/JobCountsModel';
|
|
6
6
|
import { JobsService } from './../../shared/Services/JobsService.service';
|
|
7
|
-
import {
|
|
7
|
+
import { UtilityService, EnvironmentService, RequestHandlerService } from '@bnsights/bbsf-utilities';
|
|
8
|
+
import { PagingComponent } from '@bnsights/bbsf-controls/lib/controls/Paging/Paging.component';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class JobsComponent implements OnInit {
|
|
10
|
-
private authService;
|
|
10
|
+
export declare class JobsComponent implements OnInit, OnDestroy {
|
|
11
11
|
private pageInfoService;
|
|
12
12
|
utilityService: UtilityService;
|
|
13
|
-
private bbsfTranslateService;
|
|
14
13
|
private environmentService;
|
|
15
|
-
private
|
|
14
|
+
private jobsService;
|
|
15
|
+
private requestHandlerService;
|
|
16
16
|
ApiUrl: string;
|
|
17
17
|
searchTextBox: TextBoxOptions;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
jobCountsModel: JobCountsModel;
|
|
19
|
+
productionMode: boolean;
|
|
20
|
+
isStatisticsLoaded: boolean;
|
|
21
|
+
enqueuedForm: FormGroup;
|
|
22
22
|
showEnqueuedFilter: boolean;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
constructor(
|
|
55
|
-
ngOnInit():
|
|
56
|
-
ReinitializeEnqueuedPaging(): void;
|
|
57
|
-
UpdateEnqueuedPaging(): void;
|
|
23
|
+
enqueuedPagingResult: any[];
|
|
24
|
+
filteredEnqueuedPagingResult: any[];
|
|
25
|
+
enqueuedPaging: PagingOptions;
|
|
26
|
+
enqueuedTextInputFilter: FilterItem;
|
|
27
|
+
isEnqueuedFilterLoaded: boolean;
|
|
28
|
+
enqueuedInput: PagingComponent;
|
|
29
|
+
scheduledForm: FormGroup;
|
|
30
|
+
scheduledPagingResult: any[];
|
|
31
|
+
scheduledPaging: PagingOptions;
|
|
32
|
+
isScheduledFilterLoaded: boolean;
|
|
33
|
+
scheduledInput: PagingComponent;
|
|
34
|
+
processingForm: FormGroup;
|
|
35
|
+
processingPagingResult: any[];
|
|
36
|
+
processingPaging: PagingOptions;
|
|
37
|
+
isProcessingFilterLoaded: boolean;
|
|
38
|
+
processingInput: PagingComponent;
|
|
39
|
+
succeededForm: FormGroup;
|
|
40
|
+
succeededPagingResult: any[];
|
|
41
|
+
succeededPaging: PagingOptions;
|
|
42
|
+
isSucceededFilterLoaded: boolean;
|
|
43
|
+
succeededInput: PagingComponent;
|
|
44
|
+
failedForm: FormGroup;
|
|
45
|
+
failedPagingResult: any[];
|
|
46
|
+
failedPaging: PagingOptions;
|
|
47
|
+
isFailedFilterLoaded: boolean;
|
|
48
|
+
failedInput: PagingComponent;
|
|
49
|
+
deletedForm: FormGroup;
|
|
50
|
+
deletedPagingResult: any[];
|
|
51
|
+
deletedPaging: PagingOptions;
|
|
52
|
+
isDeletedFilterLoaded: boolean;
|
|
53
|
+
deletedInput: PagingComponent;
|
|
54
|
+
constructor(pageInfoService: PageInfoService, utilityService: UtilityService, environmentService: EnvironmentService, jobsService: JobsService, requestHandlerService: RequestHandlerService);
|
|
55
|
+
ngOnInit(): void;
|
|
58
56
|
setEnqueuedListResult(result: any): void;
|
|
59
57
|
resetFilters(): void;
|
|
60
|
-
ReinitializeScheduledPaging(): void;
|
|
61
|
-
UpdateScheduledPaging(): void;
|
|
62
58
|
setScheduledListResult(result: any): void;
|
|
63
|
-
ReinitializeProcessingPaging(): void;
|
|
64
|
-
UpdateProcessingPaging(): void;
|
|
65
59
|
setProcessingListResult(result: any): void;
|
|
66
|
-
ReinitializeSucceededPaging(): void;
|
|
67
|
-
UpdateSucceededPaging(): void;
|
|
68
60
|
setSucceededListResult(result: any): void;
|
|
69
|
-
ReinitializeFailedPaging(): void;
|
|
70
|
-
UpdateFailedPaging(): void;
|
|
71
61
|
setFailedListResult(result: any): void;
|
|
72
|
-
ReinitializeDeletedPaging(): void;
|
|
73
|
-
UpdateDeletedPaging(): void;
|
|
74
62
|
setDeletedListResult(result: any): void;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
63
|
+
loadStatistics(): void;
|
|
64
|
+
loadEnqueuedJobs(): void;
|
|
65
|
+
loadScheduledJobs(): void;
|
|
66
|
+
loadProcessingJobs(): void;
|
|
67
|
+
loadSucceededJobs(): void;
|
|
68
|
+
loadFailedJobs(): void;
|
|
69
|
+
loadDeletedJobs(): void;
|
|
70
|
+
/**FunctionName:filterEnqueuedList*/
|
|
71
|
+
/**Declaration:function to filter EnqueuedList in client-side */
|
|
72
|
+
/**Parameters:*/
|
|
73
|
+
/**searchValue: current value of search box*/
|
|
74
|
+
filterEnqueuedList(searchValue: any): void;
|
|
75
|
+
ngOnDestroy(): void;
|
|
82
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobsComponent, never>;
|
|
83
77
|
static ɵcmp: i0.ɵɵComponentDeclaration<JobsComponent, "lib-jobs", never, {}, {}, never, never>;
|
|
84
78
|
}
|
|
@@ -1,31 +1,29 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { FileUploadOptions } from '@bnsights/bbsf-controls';
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
+
import { FileUploadOptions, FormOptions } from '@bnsights/bbsf-controls';
|
|
4
4
|
import { LicenseService } from './../../shared/Services/LicenseService.service';
|
|
5
5
|
import { FormGroup } from '@angular/forms';
|
|
6
6
|
import { PageInfoService } from '../../../_metronic/core/services/page-info.service';
|
|
7
7
|
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
8
|
-
import {
|
|
8
|
+
import { UtilityService, EnvironmentService, RequestHandlerService } from '@bnsights/bbsf-utilities';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class LicenseComponent implements OnInit {
|
|
11
|
-
private authService;
|
|
12
11
|
private pageInfoService;
|
|
13
12
|
utilityService: UtilityService;
|
|
14
|
-
private bbsfTranslateService;
|
|
15
13
|
private environmentService;
|
|
16
|
-
private
|
|
14
|
+
private licenseService;
|
|
17
15
|
private modalService;
|
|
16
|
+
private requestHandlerService;
|
|
18
17
|
ShowPageContent: boolean;
|
|
19
18
|
change: boolean;
|
|
20
19
|
showShadow: any[];
|
|
21
20
|
noLicenseFound: boolean;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
DateInMinutes: number;
|
|
21
|
+
activationDate: string;
|
|
22
|
+
licenseStartDate: string;
|
|
23
|
+
licenseEndDate: string;
|
|
24
|
+
name: string;
|
|
25
|
+
productionMode: boolean;
|
|
26
|
+
dateInMinutes: number;
|
|
29
27
|
seconds: number;
|
|
30
28
|
minutes: number;
|
|
31
29
|
hours: number;
|
|
@@ -35,19 +33,23 @@ export declare class LicenseComponent implements OnInit {
|
|
|
35
33
|
years: number;
|
|
36
34
|
date_future: any;
|
|
37
35
|
date_now: any;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
showTimer: boolean;
|
|
37
|
+
uploadFileForm: FormGroup;
|
|
38
|
+
uploadFileFormOptions: FormOptions;
|
|
39
|
+
licenseFileInput: FileUploadOptions;
|
|
40
|
+
appendExisting: boolean;
|
|
42
41
|
initialMinutes$: BehaviorSubject<number>;
|
|
43
42
|
value: number;
|
|
44
43
|
timer$: any;
|
|
45
|
-
constructor(
|
|
44
|
+
constructor(pageInfoService: PageInfoService, utilityService: UtilityService, environmentService: EnvironmentService, licenseService: LicenseService, modalService: NgbModal, requestHandlerService: RequestHandlerService);
|
|
46
45
|
ngOnInit(): Promise<void>;
|
|
47
|
-
|
|
46
|
+
initializePage(): void;
|
|
48
47
|
getDifferenceInMinutes(date1: any, date2: any): number;
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
showUploadModal(uploadFileModal: any): void;
|
|
49
|
+
getAddLicenseModel: () => any[];
|
|
50
|
+
getAddLicenseFunction: (Model: any) => Observable<any>;
|
|
51
|
+
isAppendExisting(appendExisting: any): void;
|
|
52
|
+
ngOnDestroy(): void;
|
|
51
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<LicenseComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LicenseComponent, "lib-license", never, {
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LicenseComponent, "lib-license", never, {}, {}, never, never>;
|
|
53
55
|
}
|
|
@@ -1,96 +1,108 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
1
|
+
import { ElementRef, OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { AutocompleteOptions, DropdownOptions, FileUploadOptions, FilterItem, PagingOptions, TextAreaOptions, TextBoxOptions, MultiLingualTextAreaOptions } from '@bnsights/bbsf-controls';
|
|
3
|
+
import { AutocompleteOptions, DropdownOptions, FileUploadOptions, FilterItem, PagingOptions, TextAreaOptions, TextBoxOptions, MultiLingualTextAreaOptions, FormOptions, ConfirmationModalOptions } from '@bnsights/bbsf-controls';
|
|
4
4
|
import { localizationsService } from '../shared/Services/localizationsService.service ';
|
|
5
5
|
import { ClipboardService } from 'ngx-clipboard';
|
|
6
6
|
import { DatePipe } from '@angular/common';
|
|
7
7
|
import { PageInfoService } from '../../_metronic/core/services/page-info.service';
|
|
8
8
|
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
9
|
-
import {
|
|
9
|
+
import { UtilityService, EnvironmentService, RequestHandlerService } from '@bnsights/bbsf-utilities';
|
|
10
|
+
import { PagingComponent } from '@bnsights/bbsf-controls/lib/controls/Paging/Paging.component';
|
|
11
|
+
import { Observable } from 'rxjs';
|
|
12
|
+
import { ConfirmationModalComponent } from '@bnsights/bbsf-controls/lib/controls/ConfirmationModal/ConfirmationModal.component';
|
|
10
13
|
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class LocalizationsComponent implements OnInit {
|
|
12
|
-
private authService;
|
|
14
|
+
export declare class LocalizationsComponent implements OnInit, OnDestroy {
|
|
13
15
|
private pageInfoService;
|
|
14
16
|
utilityService: UtilityService;
|
|
15
|
-
private bbsfTranslateService;
|
|
16
17
|
private environmentService;
|
|
17
18
|
private datePipe;
|
|
18
19
|
private _clipboardService;
|
|
19
20
|
private localizationsService;
|
|
20
21
|
private modalService;
|
|
22
|
+
private requestHandlerService;
|
|
21
23
|
ApiUrl: string;
|
|
22
|
-
|
|
24
|
+
ProductionMode: boolean;
|
|
25
|
+
resourceSetOptions: DropdownOptions;
|
|
23
26
|
searchTextBox: TextBoxOptions;
|
|
24
|
-
|
|
25
|
-
|
|
27
|
+
selectedLocalizationList: any[];
|
|
28
|
+
resourceSetList: any[];
|
|
26
29
|
filterForm: FormGroup;
|
|
27
|
-
|
|
30
|
+
localizationForm: FormGroup;
|
|
28
31
|
showFilter: boolean;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
CloseUploadJsonFileModal: ElementRef;
|
|
32
|
+
localizationPagingResult: any[];
|
|
33
|
+
filteredLocalizationPagingResult: any[];
|
|
34
|
+
localizationPaging: PagingOptions;
|
|
35
|
+
resourceSetFilter: FilterItem;
|
|
36
|
+
textInputFilter: FilterItem;
|
|
37
|
+
isFilterLoaded: boolean;
|
|
38
|
+
pagingElement: PagingComponent;
|
|
39
|
+
addResourceForm: FormGroup;
|
|
40
|
+
addResourceFormOptions: FormOptions;
|
|
41
|
+
resourceSet: AutocompleteOptions;
|
|
42
|
+
resourceId: TextBoxOptions;
|
|
43
|
+
multiLingualValue: MultiLingualTextAreaOptions;
|
|
44
|
+
multiLingualComment: MultiLingualTextAreaOptions;
|
|
45
|
+
editResourceFormOptions: FormOptions;
|
|
46
|
+
editResourceForm: FormGroup;
|
|
47
|
+
editMultiLingualValue: MultiLingualTextAreaOptions;
|
|
48
|
+
editMultiLingualComment: MultiLingualTextAreaOptions;
|
|
49
|
+
editResourceId: string;
|
|
50
|
+
editResourceSet: string;
|
|
51
|
+
generateCodeForm: FormGroup;
|
|
52
|
+
stronglyTypedClass: TextAreaOptions;
|
|
53
|
+
valueToCopy: string;
|
|
54
|
+
uploadJsonFileForm: FormGroup;
|
|
55
|
+
uploadJsonFileFormOptions: FormOptions;
|
|
56
|
+
uploadResourceSetOptions: DropdownOptions;
|
|
57
|
+
resourcesFileInput: FileUploadOptions;
|
|
56
58
|
deleteResourceList: any[];
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
deleteConfirmationOptions: ConfirmationModalOptions;
|
|
60
|
+
deleteControlLoaded: boolean;
|
|
61
|
+
ConfirmationModalControl: ConfirmationModalComponent;
|
|
62
|
+
exportConfirmationOptions: ConfirmationModalOptions;
|
|
63
|
+
exportControlLoaded: boolean;
|
|
64
|
+
exportConfirmationControl: ConfirmationModalComponent;
|
|
65
|
+
reloadConfirmationOptions: ConfirmationModalOptions;
|
|
66
|
+
reloadControlLoaded: boolean;
|
|
67
|
+
reloadConfirmationModalControl: ConfirmationModalComponent;
|
|
68
|
+
restToFactoryDefaultConfirmationOptions: ConfirmationModalOptions;
|
|
69
|
+
restToFactoryDefaultControlLoaded: boolean;
|
|
70
|
+
restConfirmationModalControl: ConfirmationModalComponent;
|
|
71
|
+
excelValidation: any;
|
|
63
72
|
ShowResourceValidationModal: ElementRef;
|
|
64
73
|
CloseResourceValidationModal: ElementRef;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
constructor(authService: AuthService, pageInfoService: PageInfoService, utilityService: UtilityService, bbsfTranslateService: BBSFTranslateService, environmentService: EnvironmentService, datePipe: DatePipe, _clipboardService: ClipboardService, localizationsService: localizationsService, modalService: NgbModal);
|
|
68
|
-
ngOnInit(): Promise<void>;
|
|
69
|
-
ReinitializeLocalizationPaging(): void;
|
|
70
|
-
UpdateLocalizationPaging(): void;
|
|
74
|
+
constructor(pageInfoService: PageInfoService, utilityService: UtilityService, environmentService: EnvironmentService, datePipe: DatePipe, _clipboardService: ClipboardService, localizationsService: localizationsService, modalService: NgbModal, requestHandlerService: RequestHandlerService);
|
|
75
|
+
ngOnInit(): void;
|
|
71
76
|
setLocalizationListResult(result: any): void;
|
|
77
|
+
resetFilters(): void;
|
|
72
78
|
selectAllLocalizationList(event: any, Localizations: any): void;
|
|
73
79
|
loadFilters(): void;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
80
|
+
initializePage(): void;
|
|
81
|
+
showExportExcelModal(ExportAsTemplate?: boolean): void;
|
|
82
|
+
exportExcelFunction: (params: any) => Observable<any>;
|
|
83
|
+
onExportSuccessHandler: (result: any) => void;
|
|
77
84
|
showAddResourceModal(addResourceModal: any): void;
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
getAddResourceModal: () => any[];
|
|
86
|
+
getAddResourceFunction: (AddModel: any) => Observable<any>;
|
|
87
|
+
showEditResourceModal(resource: any, editResourceModal: any): void;
|
|
88
|
+
getEditResourceModel: () => any[];
|
|
89
|
+
getEditResourceFunction: (EditModel: any) => Observable<any>;
|
|
90
|
+
showDeleteResourceModal(resource: any): void;
|
|
91
|
+
deleteResourceFunction: (resourceSet: any, resourceId: any) => Observable<any>;
|
|
92
|
+
showReloadResourceModal(): void;
|
|
93
|
+
reloadResourceFunction: () => Observable<any>;
|
|
94
|
+
showRestToFactoryDefault(): void;
|
|
95
|
+
restToFactoryDefaultFunction: () => Observable<any>;
|
|
96
|
+
generateStronglyTypedClass(generateStronglyTypedModal: any): void;
|
|
87
97
|
copyInputMessage(): void;
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
98
|
+
showUploadModal(uploadResourceModal: any): void;
|
|
99
|
+
getUploadModal: () => any[];
|
|
100
|
+
getUploadFunction: (ResourceModel: any) => Observable<any>;
|
|
101
|
+
onSuccessHandler: (result: any) => void;
|
|
91
102
|
openResourceValidationModal(ResourceValidationModal: any): void;
|
|
92
103
|
confirmExcel(): void;
|
|
93
|
-
|
|
104
|
+
filterLocalizationList(searchValue: any): void;
|
|
105
|
+
ngOnDestroy(): void;
|
|
94
106
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationsComponent, never>;
|
|
95
107
|
static ɵcmp: i0.ɵɵComponentDeclaration<LocalizationsComponent, "lib-localizations", never, {}, {}, never, never>;
|
|
96
108
|
}
|