@bnsights/bbsf-admin-portal 1.0.97 → 1.0.99
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/{bnsights-bbsf-admin-portal-1.0.97.tgz → bnsights-bbsf-admin-portal-1.0.99.tgz} +0 -0
- package/bundles/bnsights-bbsf-admin-portal.umd.js +218 -144
- package/bundles/bnsights-bbsf-admin-portal.umd.js.map +1 -1
- package/esm2015/lib/Pages/ActiveDirectories/active-directory/active-directory.component.js +1 -1
- package/esm2015/lib/Pages/ActiveDirectories/active-directory-add/active-directory-add.component.js +1 -1
- package/esm2015/lib/Pages/anonymouslayout/activation/activation.component.js +1 -1
- package/esm2015/lib/Pages/anonymouslayout/error/error.component.js +1 -1
- package/esm2015/lib/Pages/anonymouslayout/forgot-password/forgot-password.component.js +2 -2
- package/esm2015/lib/Pages/anonymouslayout/login/login.component.js +56 -10
- package/esm2015/lib/Pages/anonymouslayout/rest-password/rest-password.component.js +2 -2
- package/esm2015/lib/Pages/authentication/auth-callback/auth-callback.component.js +4 -4
- package/esm2015/lib/Pages/configurations/configuration/configuration.component.js +1 -1
- package/esm2015/lib/Pages/departments/department/department.component.js +1 -1
- package/esm2015/lib/Pages/departments/department-info/department-info.component.js +1 -1
- package/esm2015/lib/Pages/documents/add/add.component.js +1 -1
- package/esm2015/lib/Pages/documents/document-master-layouts/document-master-layouts.component.js +1 -1
- package/esm2015/lib/Pages/documents/document-template-info/document-template-info.component.js +1 -1
- package/esm2015/lib/Pages/documents/document-templates/document-templates.component.js +1 -1
- package/esm2015/lib/Pages/documents/edit/edit.component.js +1 -1
- package/esm2015/lib/Pages/helpCenter/help-center/help-center.component.js +1 -1
- package/esm2015/lib/Pages/helpCenter/help-center-secondlevel/help-center-secondlevel.component.js +1 -1
- package/esm2015/lib/Pages/helpCenter/help-center-thirdlevel/help-center-thirdlevel.component.js +1 -1
- package/esm2015/lib/Pages/impersonation-rules/impersonation-rules/impersonation-rules.component.js +1 -1
- package/esm2015/lib/Pages/jobs/jobs/jobs.component.js +1 -1
- package/esm2015/lib/Pages/localizations/localizations-replace-text/localizations-replace-text.component.js +1 -1
- package/esm2015/lib/Pages/localizations/localizations.component.js +1 -1
- package/esm2015/lib/Pages/lookups/lookup/lookup.component.js +1 -1
- package/esm2015/lib/Pages/lookups/lookup-group/lookup-group.component.js +1 -1
- package/esm2015/lib/Pages/lookups/lookup-item/lookup-item.component.js +1 -1
- package/esm2015/lib/Pages/notifications/edit-email/edit-email.component.js +1 -1
- package/esm2015/lib/Pages/notifications/master-layouts/master-layouts.component.js +1 -1
- package/esm2015/lib/Pages/notifications/template-info/template-info.component.js +1 -1
- package/esm2015/lib/Pages/notifications/templates/templates.component.js +1 -1
- package/esm2015/lib/Pages/providers/provider/provider.component.js +1 -1
- package/esm2015/lib/Pages/publicHolidays/public-holiday/public-holiday.component.js +1 -1
- package/esm2015/lib/Pages/roles/permission-set-info/permission-set-info.component.js +1 -1
- package/esm2015/lib/Pages/roles/permissions/permissions.component.js +1 -1
- package/esm2015/lib/Pages/roles/permissionsets/permissionsets.component.js +1 -1
- package/esm2015/lib/Pages/sectors/department-info/department-info.component.js +1 -1
- package/esm2015/lib/Pages/sectors/sector/sector.component.js +1 -1
- package/esm2015/lib/Pages/sectors/sector-info/sector-info.component.js +1 -1
- package/esm2015/lib/Pages/shared/Services/AccountService.service.js +2 -2
- package/esm2015/lib/Pages/shared/components/external-url/external-url.component.js +1 -1
- package/esm2015/lib/Pages/shared/components/survey/survey-info/add-question/add-question.component.js +1 -1
- package/esm2015/lib/Pages/shared/components/survey/survey-info/edit-question/edit-question.component.js +1 -1
- package/esm2015/lib/Pages/shared/components/survey/survey-info/preview/preview.component.js +1 -1
- package/esm2015/lib/Pages/shared/components/survey/survey-info/survey-info.component.js +1 -1
- package/esm2015/lib/Pages/users/users.component.js +1 -1
- package/esm2015/lib/Pages/workflows/activity/workflow-activity-add/workflow-activity-add.component.js +1 -1
- package/esm2015/lib/Pages/workflows/activity/workflow-activity-edit/workflow-activity-edit.component.js +1 -1
- package/esm2015/lib/Pages/workflows/instance-info/instance-info.component.js +1 -1
- package/esm2015/lib/Pages/workflows/tabs/tabs.component.js +1 -1
- package/esm2015/lib/Pages/workflows/version-info/version-info.component.js +1 -1
- package/esm2015/lib/Pages/workflows/workflow/workflow.component.js +1 -1
- package/esm2015/lib/masterlayout.component.js +2 -2
- package/fesm2015/bnsights-bbsf-admin-portal.js +192 -114
- package/fesm2015/bnsights-bbsf-admin-portal.js.map +1 -1
- package/lib/Pages/anonymouslayout/login/login.component.d.ts +17 -3
- package/package.json +18 -16
|
@@ -1,13 +1,27 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
|
+
import { FormOptions, TextBoxOptions } from '@bnsights/bbsf-controls';
|
|
2
5
|
import { AuthService, UtilityService } from '@bnsights/bbsf-utilities';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
3
7
|
import * as i0 from "@angular/core";
|
|
4
8
|
export declare class LoginComponent implements OnInit {
|
|
5
9
|
private authService;
|
|
10
|
+
private router;
|
|
11
|
+
private route;
|
|
6
12
|
utilityService: UtilityService;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
13
|
+
isEnglish: boolean;
|
|
14
|
+
loginForm: FormGroup;
|
|
15
|
+
loginFormOptions: FormOptions;
|
|
16
|
+
email: TextBoxOptions;
|
|
17
|
+
password: TextBoxOptions;
|
|
18
|
+
error: string;
|
|
19
|
+
constructor(authService: AuthService, router: Router, route: ActivatedRoute, utilityService: UtilityService);
|
|
10
20
|
ngOnInit(): void;
|
|
21
|
+
getLoginModel: () => any[];
|
|
22
|
+
getLoginFunction: (model: any) => Observable<any>;
|
|
23
|
+
onSuccessHandler: (result: any) => Promise<void>;
|
|
24
|
+
OnErrorHandler: (error: any) => void;
|
|
11
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
|
|
12
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "app-login", never, {}, {}, never, never>;
|
|
13
27
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-admin-portal",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.99",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@agm/core": "^3.0.0-beta.0",
|
|
6
6
|
"@amcharts/amcharts5": "^5.2.25",
|
|
@@ -38,11 +38,15 @@
|
|
|
38
38
|
"@angular/platform-browser": "~12.2.12",
|
|
39
39
|
"@angular/platform-browser-dynamic": "~12.2.12",
|
|
40
40
|
"@angular/router": "~12.2.12",
|
|
41
|
-
"@
|
|
42
|
-
"
|
|
41
|
+
"@auth0/angular-jwt": "^5.2.0",
|
|
42
|
+
"ngx-cookie-service": "12.0.3",
|
|
43
|
+
"@bnsights/bbsf-controls": "1.0.105",
|
|
44
|
+
"@bnsights/bbsf-utilities": "1.0.38",
|
|
43
45
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
44
46
|
"@ng-bootstrap/ng-bootstrap": "^9.0.2",
|
|
45
47
|
"@ngx-translate/core": "^13.0.0",
|
|
48
|
+
"@oozcitak/dom": "1.15.6",
|
|
49
|
+
"@oozcitak/util": "8.3.4",
|
|
46
50
|
"@popperjs/core": "^2.10.2",
|
|
47
51
|
"@sweetalert2/ngx-sweetalert2": "10.0.0",
|
|
48
52
|
"@types/file-saver": "^2.0.1",
|
|
@@ -51,10 +55,20 @@
|
|
|
51
55
|
"bootstrap": "^5.0.2",
|
|
52
56
|
"class-transformer": "^0.5.1",
|
|
53
57
|
"clipboard": "^2.0.6",
|
|
58
|
+
"color-name": "^1.1.4",
|
|
59
|
+
"escape-html": "^1.0.3",
|
|
54
60
|
"file-saver": "^2.0.5",
|
|
55
61
|
"highlight.js": "^10.4.0",
|
|
56
62
|
"highlightjs-line-numbers.js": "^2.8.0",
|
|
63
|
+
"html-docx-js-typescript-papersize-thenn": "^0.1.5",
|
|
64
|
+
"html-to-vdom": "^0.7.0",
|
|
65
|
+
"image-size": "^1.0.0",
|
|
66
|
+
"image-to-base64": "^2.2.0",
|
|
67
|
+
"jszip": "^3.7.1",
|
|
68
|
+
"lodash": "^4.17.21",
|
|
69
|
+
"mime-types": "^2.1.35",
|
|
57
70
|
"moment": "^2.27.0",
|
|
71
|
+
"nanoid": "^3.1.25",
|
|
58
72
|
"ng-apexcharts": "^1.5.1",
|
|
59
73
|
"ng-inline-svg": "^10.1.0",
|
|
60
74
|
"ng-wizard": "^1.3.0",
|
|
@@ -70,22 +84,10 @@
|
|
|
70
84
|
"socicon": "^3.0.5",
|
|
71
85
|
"sweetalert2": "11.3.3",
|
|
72
86
|
"tslib": "^2.0.0",
|
|
73
|
-
"zone.js": "~0.11.4",
|
|
74
87
|
"util": "^0.12.5",
|
|
75
88
|
"virtual-dom": "^2.1.1",
|
|
76
89
|
"xmlbuilder2": "2.1.2",
|
|
77
|
-
"
|
|
78
|
-
"html-to-vdom": "^0.7.0",
|
|
79
|
-
"image-size": "^1.0.0",
|
|
80
|
-
"image-to-base64": "^2.2.0",
|
|
81
|
-
"jszip": "^3.7.1",
|
|
82
|
-
"lodash": "^4.17.21",
|
|
83
|
-
"mime-types": "^2.1.35",
|
|
84
|
-
"nanoid": "^3.1.25",
|
|
85
|
-
"color-name": "^1.1.4",
|
|
86
|
-
"escape-html": "^1.0.3",
|
|
87
|
-
"@oozcitak/dom": "1.15.6",
|
|
88
|
-
"@oozcitak/util": "8.3.4"
|
|
90
|
+
"zone.js": "~0.11.4"
|
|
89
91
|
},
|
|
90
92
|
"browser": {
|
|
91
93
|
"fs": false,
|