@bitblit/ngx-acute-warden 5.0.547-alpha → 5.0.549-alpha
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/lib/components/{create-user/create-user.component.d.ts → acute-create-user/acute-create-user.component.d.ts} +3 -3
- package/lib/components/{create-user/create-user.component.js → acute-create-user/acute-create-user.component.js} +18 -18
- package/lib/components/acute-create-user/acute-create-user.component.js.map +1 -0
- package/lib/components/{login/login.component.d.ts → acute-login/acute-login.component.d.ts} +3 -3
- package/lib/components/{login/login.component.js → acute-login/acute-login.component.js} +33 -33
- package/lib/components/acute-login/acute-login.component.js.map +1 -0
- package/lib/components/{magic-lander/magic-lander.component.d.ts → acute-magic-lander/acute-magic-lander.component.d.ts} +5 -4
- package/lib/components/{magic-lander/magic-lander.component.js → acute-magic-lander/acute-magic-lander.component.js} +19 -13
- package/lib/components/acute-magic-lander/acute-magic-lander.component.js.map +1 -0
- package/lib/components/{user-profile/user-profile.component.d.ts → acute-user-profile/acute-user-profile.component.d.ts} +3 -3
- package/lib/components/{user-profile/user-profile.component.js → acute-user-profile/acute-user-profile.component.js} +18 -18
- package/lib/components/acute-user-profile/acute-user-profile.component.js.map +1 -0
- package/lib/index.d.ts +4 -4
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/package.json +8 -8
- package/lib/components/create-user/create-user.component.js.map +0 -1
- package/lib/components/login/login.component.js.map +0 -1
- package/lib/components/magic-lander/magic-lander.component.js.map +0 -1
- package/lib/components/user-profile/user-profile.component.js.map +0 -1
|
@@ -4,7 +4,7 @@ import { WardenClient } from "@bitblit/ratchet-warden-common/client/warden-clien
|
|
|
4
4
|
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
5
5
|
import { DialogService } from "primeng/dynamicdialog";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class AcuteCreateUserComponent implements OnInit {
|
|
8
8
|
private route;
|
|
9
9
|
private router;
|
|
10
10
|
private wardenClient;
|
|
@@ -16,6 +16,6 @@ export declare class CreateUserComponent implements OnInit {
|
|
|
16
16
|
f(name: string): AbstractControl;
|
|
17
17
|
ngOnInit(): void;
|
|
18
18
|
createUser(): Promise<void>;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AcuteCreateUserComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcuteCreateUserComponent, "ngx-acute-warden-create-user", never, {}, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -27,19 +27,19 @@ import * as i7 from "primeng/button";
|
|
|
27
27
|
import * as i8 from "primeng/dropdown";
|
|
28
28
|
import * as i9 from "primeng/inputtext";
|
|
29
29
|
const _c0 = () => ({ "min-width": "50%" });
|
|
30
|
-
function
|
|
30
|
+
function AcuteCreateUserComponent_ng_container_12_span_1_Template(rf, ctx) { if (rf & 1) {
|
|
31
31
|
i0.ɵɵelementStart(0, "span", 13);
|
|
32
32
|
i0.ɵɵtext(1, "Contact is Required");
|
|
33
33
|
i0.ɵɵelementEnd();
|
|
34
34
|
} }
|
|
35
|
-
function
|
|
35
|
+
function AcuteCreateUserComponent_ng_container_12_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
36
36
|
i0.ɵɵelementStart(0, "span", 13);
|
|
37
37
|
i0.ɵɵtext(1, "Please enter a valid email address");
|
|
38
38
|
i0.ɵɵelementEnd();
|
|
39
39
|
} }
|
|
40
|
-
function
|
|
40
|
+
function AcuteCreateUserComponent_ng_container_12_Template(rf, ctx) { if (rf & 1) {
|
|
41
41
|
i0.ɵɵelementContainerStart(0);
|
|
42
|
-
i0.ɵɵtemplate(1,
|
|
42
|
+
i0.ɵɵtemplate(1, AcuteCreateUserComponent_ng_container_12_span_1_Template, 2, 0, "span", 12)(2, AcuteCreateUserComponent_ng_container_12_span_2_Template, 2, 0, "span", 12);
|
|
43
43
|
i0.ɵɵelementContainerEnd();
|
|
44
44
|
} if (rf & 2) {
|
|
45
45
|
let tmp_1_0;
|
|
@@ -50,24 +50,24 @@ function CreateUserComponent_ng_container_12_Template(rf, ctx) { if (rf & 1) {
|
|
|
50
50
|
i0.ɵɵadvance();
|
|
51
51
|
i0.ɵɵproperty("ngIf", (tmp_2_0 = ctx_r0.f("userContactValue").errors) == null ? null : tmp_2_0["email"]);
|
|
52
52
|
} }
|
|
53
|
-
function
|
|
53
|
+
function AcuteCreateUserComponent_ng_container_17_span_1_Template(rf, ctx) { if (rf & 1) {
|
|
54
54
|
i0.ɵɵelementStart(0, "span", 13);
|
|
55
55
|
i0.ɵɵtext(1, "Full name is Required");
|
|
56
56
|
i0.ɵɵelementEnd();
|
|
57
57
|
} }
|
|
58
|
-
function
|
|
58
|
+
function AcuteCreateUserComponent_ng_container_17_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
59
59
|
i0.ɵɵelementStart(0, "span", 13);
|
|
60
60
|
i0.ɵɵtext(1, "Please enter a longer name");
|
|
61
61
|
i0.ɵɵelementEnd();
|
|
62
62
|
} }
|
|
63
|
-
function
|
|
63
|
+
function AcuteCreateUserComponent_ng_container_17_span_3_Template(rf, ctx) { if (rf & 1) {
|
|
64
64
|
i0.ɵɵelementStart(0, "span", 13);
|
|
65
65
|
i0.ɵɵtext(1, "Please enter a shorter name");
|
|
66
66
|
i0.ɵɵelementEnd();
|
|
67
67
|
} }
|
|
68
|
-
function
|
|
68
|
+
function AcuteCreateUserComponent_ng_container_17_Template(rf, ctx) { if (rf & 1) {
|
|
69
69
|
i0.ɵɵelementContainerStart(0);
|
|
70
|
-
i0.ɵɵtemplate(1,
|
|
70
|
+
i0.ɵɵtemplate(1, AcuteCreateUserComponent_ng_container_17_span_1_Template, 2, 0, "span", 12)(2, AcuteCreateUserComponent_ng_container_17_span_2_Template, 2, 0, "span", 12)(3, AcuteCreateUserComponent_ng_container_17_span_3_Template, 2, 0, "span", 12);
|
|
71
71
|
i0.ɵɵelementContainerEnd();
|
|
72
72
|
} if (rf & 2) {
|
|
73
73
|
let tmp_1_0;
|
|
@@ -81,7 +81,7 @@ function CreateUserComponent_ng_container_17_Template(rf, ctx) { if (rf & 1) {
|
|
|
81
81
|
i0.ɵɵadvance();
|
|
82
82
|
i0.ɵɵproperty("ngIf", (tmp_3_0 = ctx_r0.f("userFullName").errors) == null ? null : tmp_3_0["maxlength"]);
|
|
83
83
|
} }
|
|
84
|
-
export class
|
|
84
|
+
export class AcuteCreateUserComponent {
|
|
85
85
|
route;
|
|
86
86
|
router;
|
|
87
87
|
wardenClient;
|
|
@@ -125,8 +125,8 @@ export class CreateUserComponent {
|
|
|
125
125
|
AlertComponent.showAlert(this.dlgService, 'Failed: ' + err);
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
static ɵfac = function
|
|
129
|
-
static ɵcmp = i0.ɵɵdefineComponent({ type:
|
|
128
|
+
static ɵfac = function AcuteCreateUserComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AcuteCreateUserComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute), i0.ɵɵdirectiveInject(i1.Router), i0.ɵɵdirectiveInject(i2.WardenClient), i0.ɵɵdirectiveInject(i3.FormBuilder), i0.ɵɵdirectiveInject(i4.DialogService)); };
|
|
129
|
+
static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteCreateUserComponent, selectors: [["ngx-acute-warden-create-user"]], standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 23, vars: 7, consts: [[1, "row"], ["header", "Create User"], [3, "formGroup"], [2, "display", "flex", "flex-direction", "column"], [1, "p-inputgroup"], [1, "p-inputgroup-addon"], ["formControlName", "userContactType", "id", "userContactType", 3, "options"], ["pInputText", "", "formControlName", "userContactValue", "placeholder", "e.g., test@test.com", "id", "userContactValue"], [4, "ngIf"], ["pInputText", "", "formControlName", "userFullName", "id", "userFullName", "placeholder", "e.g., Tom Smith"], ["pRipple", "", "styleClass", "p-button-raised", 3, "click"], ["pRipple", "", "styleClass", "p-button-raised", "routerLink", "/public/login"], ["style", "color:red", 4, "ngIf"], [2, "color", "red"]], template: function AcuteCreateUserComponent_Template(rf, ctx) { if (rf & 1) {
|
|
130
130
|
i0.ɵɵelementStart(0, "div", 0)(1, "p-card", 1)(2, "form", 2)(3, "div", 3)(4, "div", 4)(5, "label", 5);
|
|
131
131
|
i0.ɵɵtext(6, "Contact Type");
|
|
132
132
|
i0.ɵɵelementEnd();
|
|
@@ -136,16 +136,16 @@ export class CreateUserComponent {
|
|
|
136
136
|
i0.ɵɵtext(10, "Contact");
|
|
137
137
|
i0.ɵɵelementEnd();
|
|
138
138
|
i0.ɵɵelement(11, "input", 7);
|
|
139
|
-
i0.ɵɵtemplate(12,
|
|
139
|
+
i0.ɵɵtemplate(12, AcuteCreateUserComponent_ng_container_12_Template, 3, 2, "ng-container", 8);
|
|
140
140
|
i0.ɵɵelementEnd();
|
|
141
141
|
i0.ɵɵelementStart(13, "div", 4)(14, "span", 5);
|
|
142
142
|
i0.ɵɵtext(15, "Full name");
|
|
143
143
|
i0.ɵɵelementEnd();
|
|
144
144
|
i0.ɵɵelement(16, "input", 9);
|
|
145
|
-
i0.ɵɵtemplate(17,
|
|
145
|
+
i0.ɵɵtemplate(17, AcuteCreateUserComponent_ng_container_17_Template, 4, 3, "ng-container", 8);
|
|
146
146
|
i0.ɵɵelementEnd()();
|
|
147
147
|
i0.ɵɵelementStart(18, "div")(19, "p-button", 10);
|
|
148
|
-
i0.ɵɵlistener("click", function
|
|
148
|
+
i0.ɵɵlistener("click", function AcuteCreateUserComponent_Template_p_button_click_19_listener() { return ctx.createUser(); });
|
|
149
149
|
i0.ɵɵtext(20, "Create user");
|
|
150
150
|
i0.ɵɵelementEnd();
|
|
151
151
|
i0.ɵɵelementStart(21, "p-button", 11);
|
|
@@ -163,9 +163,9 @@ export class CreateUserComponent {
|
|
|
163
163
|
i0.ɵɵproperty("ngIf", ctx.f("userFullName").dirty);
|
|
164
164
|
} }, dependencies: [MessagesModule, RouterModule, i1.RouterLink, FormsModule, i3.ɵNgNoValidate, i3.DefaultValueAccessor, i3.NgControlStatus, i3.NgControlStatusGroup, ReactiveFormsModule, i3.FormGroupDirective, i3.FormControlName, CommonModule, i5.NgIf, CardModule, i6.Card, ButtonModule, i7.Button, DropdownModule, i8.Dropdown, Ripple, InputTextModule, i9.InputText], encapsulation: 2 });
|
|
165
165
|
}
|
|
166
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
166
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AcuteCreateUserComponent, [{
|
|
167
167
|
type: Component,
|
|
168
168
|
args: [{ selector: 'ngx-acute-warden-create-user', standalone: true, imports: [MessagesModule, RouterModule, FormsModule, ReactiveFormsModule, CommonModule, CardModule, ButtonModule, DropdownModule, Ripple, InputTextModule], template: "<div class=\"row\">\n <p-card header=\"Create User\">\n <form [formGroup]=\"form\">\n <div style=\"display: flex; flex-direction: column\">\n <div class=\"p-inputgroup\">\n <label class=\"p-inputgroup-addon\">Contact Type</label>\n <p-dropdown [options]=\"userContactTypes\" formControlName=\"userContactType\"\n id=\"userContactType\"\n [style]=\"{'min-width':'50%'}\"></p-dropdown>\n </div>\n <div class=\"p-inputgroup\">\n <span class=\"p-inputgroup-addon\">Contact</span>\n <input pInputText formControlName=\"userContactValue\" placeholder=\"e.g., test@test.com\" id=\"userContactValue\"\n >\n <ng-container *ngIf=\"f('userContactValue').dirty\">\n <span style=\"color:red\" *ngIf=\"f('userContactValue').errors?.['required']\">Contact is Required</span>\n <span style=\"color:red\" *ngIf=\"f('userContactValue').errors?.['email']\">Please enter a valid email address</span>\n </ng-container>\n </div>\n <div class=\"p-inputgroup\">\n <span class=\"p-inputgroup-addon\">Full name</span>\n <input pInputText formControlName=\"userFullName\" id=\"userFullName\" placeholder=\"e.g., Tom Smith\">\n <ng-container *ngIf=\"f('userFullName').dirty\">\n <span style=\"color:red\" *ngIf=\"f('userFullName').errors?.['required']\">Full name is Required</span>\n <span style=\"color:red\" *ngIf=\"f('userFullName').errors?.['minlength']\">Please enter a longer name</span>\n <span style=\"color:red\" *ngIf=\"f('userFullName').errors?.['maxlength']\">Please enter a shorter name</span>\n </ng-container>\n </div>\n </div>\n <div>\n <p-button pRipple styleClass=\"p-button-raised\" (click)=\"createUser()\">Create user</p-button>\n <p-button pRipple styleClass=\"p-button-raised\" routerLink=\"/public/login\">Cancel</p-button>\n </div>\n </form>\n </p-card>\n\n</div>\n" }]
|
|
169
169
|
}], () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2.WardenClient }, { type: i3.FormBuilder }, { type: i4.DialogService }], null); })();
|
|
170
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
171
|
-
//# sourceMappingURL=create-user.component.js.map
|
|
170
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AcuteCreateUserComponent, { className: "AcuteCreateUserComponent", filePath: "components/acute-create-user/acute-create-user.component.ts", lineNumber: 27 }); })();
|
|
171
|
+
//# sourceMappingURL=acute-create-user.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acute-create-user.component.js","sourceRoot":"","sources":["../../../src/components/acute-create-user/acute-create-user.component.ts","../../../src/components/acute-create-user/acute-create-user.component.html"],"names":[],"mappings":"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"}
|
package/lib/components/{login/login.component.d.ts → acute-login/acute-login.component.d.ts}
RENAMED
|
@@ -6,7 +6,7 @@ import { WardenContact } from "@bitblit/ratchet-warden-common/common/model/warde
|
|
|
6
6
|
import { WardenRecentLoginDescriptor } from "@bitblit/ratchet-warden-common/client/provider/warden-recent-login-descriptor";
|
|
7
7
|
import { DialogService } from "primeng/dynamicdialog";
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class
|
|
9
|
+
export declare class AcuteLoginComponent implements OnInit {
|
|
10
10
|
private route;
|
|
11
11
|
private router;
|
|
12
12
|
userService: WardenUserService<any>;
|
|
@@ -31,6 +31,6 @@ export declare class LoginComponent implements OnInit {
|
|
|
31
31
|
removeSingleLogin(userId: string): void;
|
|
32
32
|
toggleCard(clearCode: boolean): void;
|
|
33
33
|
contactValueInvalidAndDirty(): boolean;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AcuteLoginComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcuteLoginComponent, "ngx-acute-warden-login", never, { "postLoginUrl": { "alias": "postLoginUrl"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
36
|
}
|
|
@@ -28,44 +28,44 @@ import * as i8 from "primeng/card";
|
|
|
28
28
|
import * as i9 from "primeng/tooltip";
|
|
29
29
|
import * as i10 from "primeng/fieldset";
|
|
30
30
|
import * as i11 from "primeng/inputtext";
|
|
31
|
-
function
|
|
31
|
+
function AcuteLoginComponent_p_card_2_span_6_Template(rf, ctx) { if (rf & 1) {
|
|
32
32
|
i0.ɵɵelementStart(0, "span", 12);
|
|
33
33
|
i0.ɵɵtext(1, "Valid email or phone number required");
|
|
34
34
|
i0.ɵɵelementEnd();
|
|
35
35
|
} }
|
|
36
|
-
function
|
|
36
|
+
function AcuteLoginComponent_p_card_2_hr_7_Template(rf, ctx) { if (rf & 1) {
|
|
37
37
|
i0.ɵɵelement(0, "hr");
|
|
38
38
|
} }
|
|
39
|
-
function
|
|
39
|
+
function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_p_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
40
40
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
41
41
|
i0.ɵɵelementStart(0, "p-button", 19);
|
|
42
|
-
i0.ɵɵlistener("click", function
|
|
42
|
+
i0.ɵɵlistener("click", function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_p_button_2_Template_p_button_click_0_listener() { i0.ɵɵrestoreView(_r4); const lg_r5 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.processWebAuthnLogin(lg_r5.user.userId)); });
|
|
43
43
|
i0.ɵɵelementEnd();
|
|
44
44
|
} }
|
|
45
|
-
function
|
|
45
|
+
function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_p_button_1_Template(rf, ctx) { if (rf & 1) {
|
|
46
46
|
const _r7 = i0.ɵɵgetCurrentView();
|
|
47
47
|
i0.ɵɵelementStart(0, "p-button", 23);
|
|
48
|
-
i0.ɵɵlistener("click", function
|
|
48
|
+
i0.ɵɵlistener("click", function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_p_button_1_Template_p_button_click_0_listener() { i0.ɵɵrestoreView(_r7); const e_r8 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.sendCodeToContact(e_r8)); });
|
|
49
49
|
i0.ɵɵelementEnd();
|
|
50
50
|
} if (rf & 2) {
|
|
51
51
|
const e_r8 = i0.ɵɵnextContext().$implicit;
|
|
52
52
|
i0.ɵɵpropertyInterpolate1("label", "Send magic link via email to ", e_r8.value, "");
|
|
53
53
|
} }
|
|
54
|
-
function
|
|
54
|
+
function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_p_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
55
55
|
const _r9 = i0.ɵɵgetCurrentView();
|
|
56
56
|
i0.ɵɵelementStart(0, "p-button", 23);
|
|
57
|
-
i0.ɵɵlistener("click", function
|
|
57
|
+
i0.ɵɵlistener("click", function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_p_button_2_Template_p_button_click_0_listener() { i0.ɵɵrestoreView(_r9); const e_r8 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(4); return i0.ɵɵresetView(ctx_r1.sendCodeToContact(e_r8)); });
|
|
58
58
|
i0.ɵɵelementEnd();
|
|
59
59
|
} if (rf & 2) {
|
|
60
60
|
const e_r8 = i0.ɵɵnextContext().$implicit;
|
|
61
61
|
i0.ɵɵpropertyInterpolate1("label", "Send magic link via text message to ", e_r8.value, "");
|
|
62
62
|
} }
|
|
63
|
-
function
|
|
63
|
+
function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
64
64
|
const _r6 = i0.ɵɵgetCurrentView();
|
|
65
65
|
i0.ɵɵelementStart(0, "div", 20);
|
|
66
|
-
i0.ɵɵtemplate(1,
|
|
66
|
+
i0.ɵɵtemplate(1, AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_p_button_1_Template, 1, 2, "p-button", 21)(2, AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_p_button_2_Template, 1, 2, "p-button", 21);
|
|
67
67
|
i0.ɵɵelementStart(3, "p-button", 22);
|
|
68
|
-
i0.ɵɵlistener("click", function
|
|
68
|
+
i0.ɵɵlistener("click", function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_Template_p_button_click_3_listener() { i0.ɵɵrestoreView(_r6); const lg_r5 = i0.ɵɵnextContext().$implicit; const ctx_r1 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r1.removeSingleLogin(lg_r5.user.userId)); });
|
|
69
69
|
i0.ɵɵelementEnd()();
|
|
70
70
|
} if (rf & 2) {
|
|
71
71
|
const e_r8 = ctx.$implicit;
|
|
@@ -76,9 +76,9 @@ function LoginComponent_p_card_2_p_fieldset_8_div_1_div_3_Template(rf, ctx) { if
|
|
|
76
76
|
i0.ɵɵadvance();
|
|
77
77
|
i0.ɵɵpropertyInterpolate1("label", "Forget ", e_r8.value, "");
|
|
78
78
|
} }
|
|
79
|
-
function
|
|
79
|
+
function AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_Template(rf, ctx) { if (rf & 1) {
|
|
80
80
|
i0.ɵɵelementStart(0, "div")(1, "p-fieldset", 16);
|
|
81
|
-
i0.ɵɵtemplate(2,
|
|
81
|
+
i0.ɵɵtemplate(2, AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_p_button_2_Template, 1, 0, "p-button", 17)(3, AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_div_3_Template, 4, 4, "div", 18);
|
|
82
82
|
i0.ɵɵelementEnd()();
|
|
83
83
|
} if (rf & 2) {
|
|
84
84
|
const lg_r5 = ctx.$implicit;
|
|
@@ -90,30 +90,30 @@ function LoginComponent_p_card_2_p_fieldset_8_div_1_Template(rf, ctx) { if (rf &
|
|
|
90
90
|
i0.ɵɵadvance();
|
|
91
91
|
i0.ɵɵproperty("ngForOf", lg_r5.user.contactMethods)("ngForTrackBy", ctx_r1.contactByName);
|
|
92
92
|
} }
|
|
93
|
-
function
|
|
93
|
+
function AcuteLoginComponent_p_card_2_p_fieldset_8_Template(rf, ctx) { if (rf & 1) {
|
|
94
94
|
const _r3 = i0.ɵɵgetCurrentView();
|
|
95
95
|
i0.ɵɵelementStart(0, "p-fieldset", 13);
|
|
96
|
-
i0.ɵɵtemplate(1,
|
|
96
|
+
i0.ɵɵtemplate(1, AcuteLoginComponent_p_card_2_p_fieldset_8_div_1_Template, 4, 4, "div", 14);
|
|
97
97
|
i0.ɵɵelement(2, "hr");
|
|
98
98
|
i0.ɵɵelementStart(3, "button", 15);
|
|
99
|
-
i0.ɵɵlistener("click", function
|
|
99
|
+
i0.ɵɵlistener("click", function AcuteLoginComponent_p_card_2_p_fieldset_8_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.clearSavedLogins()); });
|
|
100
100
|
i0.ɵɵelementEnd()();
|
|
101
101
|
} if (rf & 2) {
|
|
102
102
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
103
103
|
i0.ɵɵadvance();
|
|
104
104
|
i0.ɵɵproperty("ngForOf", ctx_r1.recentLogins)("ngForTrackBy", ctx_r1.userById);
|
|
105
105
|
} }
|
|
106
|
-
function
|
|
106
|
+
function AcuteLoginComponent_p_card_2_Template(rf, ctx) { if (rf & 1) {
|
|
107
107
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
108
108
|
i0.ɵɵelementStart(0, "p-card", 4)(1, "div")(2, "p-fieldset", 5)(3, "div", 6)(4, "input", 7);
|
|
109
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
109
|
+
i0.ɵɵtwoWayListener("ngModelChange", function AcuteLoginComponent_p_card_2_Template_input_ngModelChange_4_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.newContactValue, $event) || (ctx_r1.newContactValue = $event); return i0.ɵɵresetView($event); });
|
|
110
110
|
i0.ɵɵelementEnd();
|
|
111
111
|
i0.ɵɵelementStart(5, "p-button", 8);
|
|
112
|
-
i0.ɵɵlistener("click", function
|
|
112
|
+
i0.ɵɵlistener("click", function AcuteLoginComponent_p_card_2_Template_p_button_click_5_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.sendCodeToNewContact(ctx_r1.newContactValue)); });
|
|
113
113
|
i0.ɵɵelementEnd()();
|
|
114
|
-
i0.ɵɵtemplate(6,
|
|
114
|
+
i0.ɵɵtemplate(6, AcuteLoginComponent_p_card_2_span_6_Template, 2, 0, "span", 9);
|
|
115
115
|
i0.ɵɵelementEnd();
|
|
116
|
-
i0.ɵɵtemplate(7,
|
|
116
|
+
i0.ɵɵtemplate(7, AcuteLoginComponent_p_card_2_hr_7_Template, 1, 0, "hr", 10)(8, AcuteLoginComponent_p_card_2_p_fieldset_8_Template, 4, 2, "p-fieldset", 11);
|
|
117
117
|
i0.ɵɵelementEnd()();
|
|
118
118
|
} if (rf & 2) {
|
|
119
119
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -126,7 +126,7 @@ function LoginComponent_p_card_2_Template(rf, ctx) { if (rf & 1) {
|
|
|
126
126
|
i0.ɵɵadvance();
|
|
127
127
|
i0.ɵɵproperty("ngIf", ctx_r1.hasRecentLogins);
|
|
128
128
|
} }
|
|
129
|
-
function
|
|
129
|
+
function AcuteLoginComponent_p_card_3_Template(rf, ctx) { if (rf & 1) {
|
|
130
130
|
const _r10 = i0.ɵɵgetCurrentView();
|
|
131
131
|
i0.ɵɵelementStart(0, "p-card", 24)(1, "p-fieldset", 25)(2, "div", 26)(3, "div");
|
|
132
132
|
i0.ɵɵtext(4, "Code sent to ");
|
|
@@ -134,16 +134,16 @@ function LoginComponent_p_card_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
134
134
|
i0.ɵɵtext(6);
|
|
135
135
|
i0.ɵɵelementEnd()();
|
|
136
136
|
i0.ɵɵelementStart(7, "input", 28);
|
|
137
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
137
|
+
i0.ɵɵtwoWayListener("ngModelChange", function AcuteLoginComponent_p_card_3_Template_input_ngModelChange_7_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.waitingContact.value, $event) || (ctx_r1.waitingContact.value = $event); return i0.ɵɵresetView($event); });
|
|
138
138
|
i0.ɵɵelementEnd();
|
|
139
139
|
i0.ɵɵelementStart(8, "input", 29);
|
|
140
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
|
140
|
+
i0.ɵɵtwoWayListener("ngModelChange", function AcuteLoginComponent_p_card_3_Template_input_ngModelChange_8_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.verificationCode, $event) || (ctx_r1.verificationCode = $event); return i0.ɵɵresetView($event); });
|
|
141
141
|
i0.ɵɵelementEnd();
|
|
142
142
|
i0.ɵɵelementStart(9, "div", 6)(10, "p-button", 30);
|
|
143
|
-
i0.ɵɵlistener("click", function
|
|
143
|
+
i0.ɵɵlistener("click", function AcuteLoginComponent_p_card_3_Template_p_button_click_10_listener() { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.submitVerificationCode(ctx_r1.waitingContact.value, ctx_r1.verificationCode)); });
|
|
144
144
|
i0.ɵɵelementEnd();
|
|
145
145
|
i0.ɵɵelementStart(11, "p-button", 31);
|
|
146
|
-
i0.ɵɵlistener("click", function
|
|
146
|
+
i0.ɵɵlistener("click", function AcuteLoginComponent_p_card_3_Template_p_button_click_11_listener() { i0.ɵɵrestoreView(_r10); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.toggleCard(true)); });
|
|
147
147
|
i0.ɵɵelementEnd()()()()();
|
|
148
148
|
} if (rf & 2) {
|
|
149
149
|
const ctx_r1 = i0.ɵɵnextContext();
|
|
@@ -154,7 +154,7 @@ function LoginComponent_p_card_3_Template(rf, ctx) { if (rf & 1) {
|
|
|
154
154
|
i0.ɵɵadvance();
|
|
155
155
|
i0.ɵɵtwoWayProperty("ngModel", ctx_r1.verificationCode);
|
|
156
156
|
} }
|
|
157
|
-
export class
|
|
157
|
+
export class AcuteLoginComponent {
|
|
158
158
|
route;
|
|
159
159
|
router;
|
|
160
160
|
userService;
|
|
@@ -259,10 +259,10 @@ export class LoginComponent {
|
|
|
259
259
|
contactValueInvalidAndDirty() {
|
|
260
260
|
return StringRatchet.trimToNull(this.newContactValue) && !WardenUtils.stringIsPhoneNumber(this.newContactValue);
|
|
261
261
|
}
|
|
262
|
-
static ɵfac = function
|
|
263
|
-
static ɵcmp = i0.ɵɵdefineComponent({ type:
|
|
262
|
+
static ɵfac = function AcuteLoginComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AcuteLoginComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute), i0.ɵɵdirectiveInject(i1.Router), i0.ɵɵdirectiveInject(i2.WardenUserService), i0.ɵɵdirectiveInject(i3.WardenClient), i0.ɵɵdirectiveInject(i4.DialogService)); };
|
|
263
|
+
static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteLoginComponent, selectors: [["ngx-acute-warden-login"]], inputs: { postLoginUrl: "postLoginUrl" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 4, vars: 2, consts: [[2, "display", "flex", "flex-direction", "column", "justify-content", "center"], [2, "display", "flex", "flex-direction", "row", "justify-content", "center"], ["header", "ParaTrade", 4, "ngIf"], ["header", "ParaTrade Authorization Code", 4, "ngIf"], ["header", "ParaTrade"], ["legend", "New Login"], [2, "display", "flex", "flex-direction", "row", "justify-content", "space-between", "gap", "5px"], ["id", "newContactValue", "pInputText", "", "placeholder", "Your Email or Phone", "type", "text", 1, "p-inputtext", "rounded-input", 2, "width", "100%", 3, "ngModelChange", "ngModel"], ["icon", "pi pi-envelope", "pTooltip", "Send code", 3, "click"], ["style", "color:red", 4, "ngIf"], [4, "ngIf"], ["legend", "Previous Logins", 4, "ngIf"], [2, "color", "red"], ["legend", "Previous Logins"], [4, "ngFor", "ngForOf", "ngForTrackBy"], ["pButton", "", "icon", "pi pi-ban", "label", "Clear Saved Logins", 2, "margin-top", "10px", 3, "click"], [3, "legend"], ["icon", "pi pi-lock-open", "pTooltip", "Send WebAuthn", "label", "Authenticate by device (WebAuthn)", 3, "click", 4, "ngIf"], ["style", "display: flex; flex-direction: row; gap: 5px", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["icon", "pi pi-lock-open", "pTooltip", "Send WebAuthn", "label", "Authenticate by device (WebAuthn)", 3, "click"], [2, "display", "flex", "flex-direction", "row", "gap", "5px"], ["icon", "pi pi-sign-in", 3, "label", "click", 4, "ngIf"], ["icon", "pi pi-delete-left", 3, "click", "label"], ["icon", "pi pi-sign-in", 3, "click", "label"], ["header", "ParaTrade Authorization Code"], ["legend", "Email"], [2, "display", "flex", "flex-direction", "column", "min-width", "100%", "justify-content", "center", "align-items", "center", "gap", "10px"], [2, "font-weight", "bolder"], ["type", "hidden", "id", "waitingContactValue", "readonly", "true", 1, "p-inputtext", "rounded-input", 3, "ngModelChange", "ngModel"], ["type", "text", "id", "verificationCode", "placeholder", "Enter the code from your email", 1, "p-inputtext", "rounded-input", 2, "width", "100%", 3, "ngModelChange", "ngModel"], ["label", "Submit code", 3, "click"], ["label", "Cancel", 3, "click"]], template: function AcuteLoginComponent_Template(rf, ctx) { if (rf & 1) {
|
|
264
264
|
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
|
|
265
|
-
i0.ɵɵtemplate(2,
|
|
265
|
+
i0.ɵɵtemplate(2, AcuteLoginComponent_p_card_2_Template, 9, 4, "p-card", 2)(3, AcuteLoginComponent_p_card_3_Template, 12, 3, "p-card", 3);
|
|
266
266
|
i0.ɵɵelementEnd()();
|
|
267
267
|
} if (rf & 2) {
|
|
268
268
|
i0.ɵɵadvance(2);
|
|
@@ -271,11 +271,11 @@ export class LoginComponent {
|
|
|
271
271
|
i0.ɵɵproperty("ngIf", ctx.showCodeCard);
|
|
272
272
|
} }, dependencies: [ButtonModule, i5.ButtonDirective, i5.Button, RouterModule, FormsModule, i6.DefaultValueAccessor, i6.NgControlStatus, i6.NgModel, CommonModule, i7.NgForOf, i7.NgIf, CardModule, i8.Card, TooltipModule, i9.Tooltip, FieldsetModule, i10.Fieldset, InputTextModule, i11.InputText], encapsulation: 2 });
|
|
273
273
|
}
|
|
274
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
274
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AcuteLoginComponent, [{
|
|
275
275
|
type: Component,
|
|
276
276
|
args: [{ selector: 'ngx-acute-warden-login', standalone: true, imports: [ButtonModule, RouterModule, FormsModule, CommonModule, CardModule, TooltipModule, ButtonModule, FieldsetModule, InputTextModule], template: "<div style=\"display: flex; flex-direction: column; justify-content: center\">\n <div style=\"display: flex; flex-direction: row; justify-content: center\">\n\n <p-card *ngIf=\"!showCodeCard\" header=\"ParaTrade\">\n <div>\n <p-fieldset legend=\"New Login\">\n <div style=\"display: flex; flex-direction: row; justify-content: space-between; gap: 5px\">\n <input class=\"p-inputtext rounded-input\" [(ngModel)]=\"newContactValue\" id=\"newContactValue\"\n pInputText style=\"width: 100%\"\n placeholder=\"Your Email or Phone\" type=\"text\">\n <p-button icon=\"pi pi-envelope\" (click)=\"sendCodeToNewContact(newContactValue)\"\n pTooltip=\"Send code\">\n </p-button>\n </div>\n <span *ngIf=\"contactValueInvalidAndDirty()\" style=\"color:red\">Valid email or phone number required</span>\n </p-fieldset>\n\n <hr *ngIf=\"hasRecentLogins\" />\n\n <p-fieldset *ngIf=\"hasRecentLogins\" legend=\"Previous Logins\">\n <div *ngFor=\"let lg of recentLogins; trackBy:userById\">\n\n <p-fieldset [legend]=\"lg.user.userLabel\">\n\n\n <p-button *ngIf=\"lg?.user?.webAuthnAuthenticatorSummaries?.length\" icon=\"pi pi-lock-open\"\n (click)=\"processWebAuthnLogin(lg.user.userId)\" pTooltip=\"Send WebAuthn\" label=\"Authenticate by device (WebAuthn)\">\n </p-button>\n\n <div *ngFor=\"let e of lg.user.contactMethods; trackBy:contactByName\" style=\"display: flex; flex-direction: row; gap: 5px\">\n\n <p-button *ngIf=\"e.type==='EmailAddress'\" icon=\"pi pi-sign-in\"\n (click)=\"sendCodeToContact(e)\" label=\"Send magic link via email to {{e.value}}\"></p-button>\n <p-button *ngIf=\"e.type==='TextCapablePhoneNumber'\" icon=\"pi pi-sign-in\"\n (click)=\"sendCodeToContact(e)\" label=\"Send magic link via text message to {{e.value}}\"></p-button>\n <p-button icon=\"pi pi-delete-left\"\n (click)=\"removeSingleLogin(lg.user.userId)\" label=\"Forget {{e.value}}\"></p-button>\n </div>\n </p-fieldset>\n </div>\n\n <hr/>\n <button pButton icon=\"pi pi-ban\" label=\"Clear Saved Logins\" (click)=\"clearSavedLogins()\" style=\"margin-top: 10px\"></button>\n\n </p-fieldset>\n\n\n </div>\n </p-card>\n\n <p-card *ngIf=\"showCodeCard\" header=\"ParaTrade Authorization Code\">\n\n <p-fieldset legend=\"Email\">\n <div style=\"display: flex; flex-direction: column; min-width: 100%; justify-content: center; align-items: center; gap: 10px\">\n <div>Code sent to <span style=\"font-weight: bolder\">{{waitingContact.value}}</span></div>\n <input type=\"hidden\" class=\"p-inputtext rounded-input\" [(ngModel)]=\"waitingContact.value\" id=\"waitingContactValue\" readonly=\"true\">\n <input class=\"p-inputtext rounded-input\" [(ngModel)]=\"verificationCode\" type=\"text\" id=\"verificationCode\"\n placeholder=\"Enter the code from your email\" style=\"width: 100%\">\n\n <div style=\"display: flex; flex-direction: row; justify-content: space-between; gap: 5px\">\n <p-button (click)=\"submitVerificationCode(waitingContact.value, verificationCode)\"\n label=\"Submit code\">\n </p-button>\n\n <p-button (click)=\"toggleCard(true)\" label=\"Cancel\"></p-button>\n\n </div>\n </div>\n </p-fieldset>\n\n </p-card>\n\n\n </div>\n</div>\n\n" }]
|
|
277
277
|
}], () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2.WardenUserService }, { type: i3.WardenClient }, { type: i4.DialogService }], { postLoginUrl: [{
|
|
278
278
|
type: Input
|
|
279
279
|
}] }); })();
|
|
280
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
281
|
-
//# sourceMappingURL=login.component.js.map
|
|
280
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AcuteLoginComponent, { className: "AcuteLoginComponent", filePath: "components/acute-login/acute-login.component.ts", lineNumber: 33 }); })();
|
|
281
|
+
//# sourceMappingURL=acute-login.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acute-login.component.js","sourceRoot":"","sources":["../../../src/components/acute-login/acute-login.component.ts","../../../src/components/acute-login/acute-login.component.html"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { OnInit } from
|
|
1
|
+
import { OnInit } from "@angular/core";
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { WardenUserService } from "@bitblit/ratchet-warden-common/client/warden-user-service";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class AcuteMagicLanderComponent implements OnInit {
|
|
6
6
|
private route;
|
|
7
7
|
private router;
|
|
8
8
|
userService: WardenUserService<any>;
|
|
9
|
+
directLoginUrl: string;
|
|
9
10
|
currentStatus: string;
|
|
10
11
|
showLoginButton: boolean;
|
|
11
12
|
constructor(route: ActivatedRoute, router: Router, userService: WardenUserService<any>);
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
processParameters(verificationCode: string, meta: any): Promise<void>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AcuteMagicLanderComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcuteMagicLanderComponent, "ngx-acute-warden-magic-lander", never, { "directLoginUrl": { "alias": "directLoginUrl"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
17
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from
|
|
1
|
+
import { Component, Input } from "@angular/core";
|
|
2
2
|
import { ActivatedRoute, Router, RouterModule } from '@angular/router';
|
|
3
3
|
import { Logger } from '@bitblit/ratchet-common/logger/logger';
|
|
4
4
|
import { WardenUserService } from "@bitblit/ratchet-warden-common/client/warden-user-service";
|
|
@@ -9,23 +9,26 @@ import { CardModule } from "primeng/card";
|
|
|
9
9
|
import { FormsModule } from "@angular/forms";
|
|
10
10
|
import { CommonModule } from "@angular/common";
|
|
11
11
|
import { ButtonDirective } from "primeng/button";
|
|
12
|
+
import { RequireRatchet } from "@bitblit/ratchet-common/lang/require-ratchet";
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
14
|
import * as i1 from "@angular/router";
|
|
14
15
|
import * as i2 from "@bitblit/ratchet-warden-common/client/warden-user-service";
|
|
15
16
|
import * as i3 from "primeng/card";
|
|
16
17
|
import * as i4 from "@angular/common";
|
|
17
|
-
const _c0 =
|
|
18
|
-
function
|
|
18
|
+
const _c0 = a0 => [a0];
|
|
19
|
+
function AcuteMagicLanderComponent_a_5_Template(rf, ctx) { if (rf & 1) {
|
|
19
20
|
i0.ɵɵelementStart(0, "a", 4);
|
|
20
21
|
i0.ɵɵtext(1, "Back to login page");
|
|
21
22
|
i0.ɵɵelementEnd();
|
|
22
23
|
} if (rf & 2) {
|
|
23
|
-
|
|
24
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
25
|
+
i0.ɵɵproperty("routerLink", i0.ɵɵpureFunction1(1, _c0, ctx_r0.directLoginUrl));
|
|
24
26
|
} }
|
|
25
|
-
export class
|
|
27
|
+
export class AcuteMagicLanderComponent {
|
|
26
28
|
route;
|
|
27
29
|
router;
|
|
28
30
|
userService;
|
|
31
|
+
directLoginUrl;
|
|
29
32
|
currentStatus = 'Starting up...';
|
|
30
33
|
showLoginButton = false;
|
|
31
34
|
constructor(route, router, userService) {
|
|
@@ -34,6 +37,7 @@ export class MagicLanderComponent {
|
|
|
34
37
|
this.userService = userService;
|
|
35
38
|
}
|
|
36
39
|
ngOnInit() {
|
|
40
|
+
RequireRatchet.notNullUndefinedOrOnlyWhitespaceString(this.directLoginUrl, 'directLoginUrl may not be empty');
|
|
37
41
|
this.currentStatus = 'Parsing parameters...';
|
|
38
42
|
const codeString = StringRatchet.trimToNull(this.route.snapshot.queryParamMap.get('code'));
|
|
39
43
|
const metaString = this.route.snapshot.queryParamMap.get('meta');
|
|
@@ -73,12 +77,12 @@ export class MagicLanderComponent {
|
|
|
73
77
|
this.showLoginButton = true;
|
|
74
78
|
}
|
|
75
79
|
}
|
|
76
|
-
static ɵfac = function
|
|
77
|
-
static ɵcmp = i0.ɵɵdefineComponent({ type:
|
|
80
|
+
static ɵfac = function AcuteMagicLanderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AcuteMagicLanderComponent)(i0.ɵɵdirectiveInject(i1.ActivatedRoute), i0.ɵɵdirectiveInject(i1.Router), i0.ɵɵdirectiveInject(i2.WardenUserService)); };
|
|
81
|
+
static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteMagicLanderComponent, selectors: [["ngx-acute-warden-magic-lander"]], inputs: { directLoginUrl: "directLoginUrl" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 6, vars: 2, consts: [[1, "row"], ["header", "Magic Lander"], [2, "display", "flex", "flex-direction", "column"], ["pButton", "", 3, "routerLink", 4, "ngIf"], ["pButton", "", 3, "routerLink"]], template: function AcuteMagicLanderComponent_Template(rf, ctx) { if (rf & 1) {
|
|
78
82
|
i0.ɵɵelementStart(0, "div", 0)(1, "p-card", 1)(2, "div", 2)(3, "p");
|
|
79
83
|
i0.ɵɵtext(4);
|
|
80
84
|
i0.ɵɵelementEnd();
|
|
81
|
-
i0.ɵɵtemplate(5,
|
|
85
|
+
i0.ɵɵtemplate(5, AcuteMagicLanderComponent_a_5_Template, 2, 3, "a", 3);
|
|
82
86
|
i0.ɵɵelementEnd()()();
|
|
83
87
|
} if (rf & 2) {
|
|
84
88
|
i0.ɵɵadvance(4);
|
|
@@ -87,9 +91,11 @@ export class MagicLanderComponent {
|
|
|
87
91
|
i0.ɵɵproperty("ngIf", ctx.showLoginButton);
|
|
88
92
|
} }, dependencies: [CardModule, i3.Card, RouterModule, i1.RouterLink, FormsModule, CommonModule, i4.NgIf, ButtonDirective], encapsulation: 2 });
|
|
89
93
|
}
|
|
90
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
94
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AcuteMagicLanderComponent, [{
|
|
91
95
|
type: Component,
|
|
92
|
-
args: [{ selector: 'ngx-acute-warden-magic-lander', standalone: true, imports: [CardModule, RouterModule, FormsModule, CommonModule, CardModule, ButtonDirective], template: "<div class=\"row\">\n <p-card header=\"Magic Lander\">\n <div style=\"display: flex; flex-direction: column\">\n <p>{{currentStatus}}</p>\n <a [routerLink]=\"[
|
|
93
|
-
}], () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2.WardenUserService }],
|
|
94
|
-
|
|
95
|
-
|
|
96
|
+
args: [{ selector: 'ngx-acute-warden-magic-lander', standalone: true, imports: [CardModule, RouterModule, FormsModule, CommonModule, CardModule, ButtonDirective], template: "<div class=\"row\">\n <p-card header=\"Magic Lander\">\n <div style=\"display: flex; flex-direction: column\">\n <p>{{currentStatus}}</p>\n <a [routerLink]=\"[directLoginUrl]\" *ngIf=\"showLoginButton\" pButton>Back to login page</a>\n </div>\n </p-card>\n\n</div>\n" }]
|
|
97
|
+
}], () => [{ type: i1.ActivatedRoute }, { type: i1.Router }, { type: i2.WardenUserService }], { directLoginUrl: [{
|
|
98
|
+
type: Input
|
|
99
|
+
}] }); })();
|
|
100
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AcuteMagicLanderComponent, { className: "AcuteMagicLanderComponent", filePath: "components/acute-magic-lander/acute-magic-lander.component.ts", lineNumber: 23 }); })();
|
|
101
|
+
//# sourceMappingURL=acute-magic-lander.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acute-magic-lander.component.js","sourceRoot":"","sources":["../../../src/components/acute-magic-lander/acute-magic-lander.component.ts","../../../src/components/acute-magic-lander/acute-magic-lander.component.html"],"names":[],"mappings":"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"}
|
|
@@ -5,7 +5,7 @@ import { WardenUserService } from '@bitblit/ratchet-warden-common/client/warden-
|
|
|
5
5
|
import { WardenLoggedInUserWrapper } from "@bitblit/ratchet-warden-common/client/provider/warden-logged-in-user-wrapper";
|
|
6
6
|
import { WardenWebAuthnEntrySummary } from "@bitblit/ratchet-warden-common/common/model/warden-web-authn-entry-summary";
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class AcuteUserProfileComponent {
|
|
9
9
|
private router;
|
|
10
10
|
private userService;
|
|
11
11
|
private userProvider;
|
|
@@ -20,6 +20,6 @@ export declare class UserProfileComponent {
|
|
|
20
20
|
removeWebAuthn(webId: WardenWebAuthnEntrySummary): Promise<void>;
|
|
21
21
|
webAuthLabel(webId: WardenWebAuthnEntrySummary): string;
|
|
22
22
|
performLogout(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AcuteUserProfileComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcuteUserProfileComponent, "ngx-acute-warden-user-profile", never, {}, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -19,10 +19,10 @@ import * as i4 from "primeng/button";
|
|
|
19
19
|
import * as i5 from "primeng/card";
|
|
20
20
|
import * as i6 from "@angular/common";
|
|
21
21
|
import * as i7 from "primeng/tooltip";
|
|
22
|
-
function
|
|
22
|
+
function AcuteUserProfileComponent_li_9_Template(rf, ctx) { if (rf & 1) {
|
|
23
23
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
24
24
|
i0.ɵɵelementStart(0, "li")(1, "p-button", 7);
|
|
25
|
-
i0.ɵɵlistener("click", function
|
|
25
|
+
i0.ɵɵlistener("click", function AcuteUserProfileComponent_li_9_Template_p_button_click_1_listener() { const cm_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.removeContact(cm_r2)); });
|
|
26
26
|
i0.ɵɵelementEnd();
|
|
27
27
|
i0.ɵɵtext(2);
|
|
28
28
|
i0.ɵɵelementEnd();
|
|
@@ -33,10 +33,10 @@ function UserProfileComponent_li_9_Template(rf, ctx) { if (rf & 1) {
|
|
|
33
33
|
i0.ɵɵadvance();
|
|
34
34
|
i0.ɵɵtextInterpolate2(" ", cm_r2.type, " : ", cm_r2.value, "");
|
|
35
35
|
} }
|
|
36
|
-
function
|
|
36
|
+
function AcuteUserProfileComponent_ng_container_10_li_4_Template(rf, ctx) { if (rf & 1) {
|
|
37
37
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
38
38
|
i0.ɵɵelementStart(0, "li")(1, "p-button", 7);
|
|
39
|
-
i0.ɵɵlistener("click", function
|
|
39
|
+
i0.ɵɵlistener("click", function AcuteUserProfileComponent_ng_container_10_li_4_Template_p_button_click_1_listener() { const waa_r5 = i0.ɵɵrestoreView(_r4).$implicit; const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.removeWebAuthn(waa_r5)); });
|
|
40
40
|
i0.ɵɵelementEnd();
|
|
41
41
|
i0.ɵɵtext(2);
|
|
42
42
|
i0.ɵɵelementEnd();
|
|
@@ -48,13 +48,13 @@ function UserProfileComponent_ng_container_10_li_4_Template(rf, ctx) { if (rf &
|
|
|
48
48
|
i0.ɵɵadvance();
|
|
49
49
|
i0.ɵɵtextInterpolate1(" ", ctx_r2.webAuthLabel(waa_r5), " ");
|
|
50
50
|
} }
|
|
51
|
-
function
|
|
51
|
+
function AcuteUserProfileComponent_ng_container_10_Template(rf, ctx) { if (rf & 1) {
|
|
52
52
|
i0.ɵɵelementContainerStart(0);
|
|
53
53
|
i0.ɵɵelementStart(1, "h3");
|
|
54
54
|
i0.ɵɵtext(2, "Web Authenticators");
|
|
55
55
|
i0.ɵɵelementEnd();
|
|
56
56
|
i0.ɵɵelementStart(3, "ul");
|
|
57
|
-
i0.ɵɵtemplate(4,
|
|
57
|
+
i0.ɵɵtemplate(4, AcuteUserProfileComponent_ng_container_10_li_4_Template, 3, 3, "li", 1);
|
|
58
58
|
i0.ɵɵelementEnd();
|
|
59
59
|
i0.ɵɵelementContainerEnd();
|
|
60
60
|
} if (rf & 2) {
|
|
@@ -62,7 +62,7 @@ function UserProfileComponent_ng_container_10_Template(rf, ctx) { if (rf & 1) {
|
|
|
62
62
|
i0.ɵɵadvance(4);
|
|
63
63
|
i0.ɵɵproperty("ngForOf", ctx_r2.user.userObject.loginData.webAuthnAuthenticatorSummaries);
|
|
64
64
|
} }
|
|
65
|
-
export class
|
|
65
|
+
export class AcuteUserProfileComponent {
|
|
66
66
|
router;
|
|
67
67
|
userService;
|
|
68
68
|
userProvider;
|
|
@@ -72,7 +72,7 @@ export class UserProfileComponent {
|
|
|
72
72
|
this.router = router;
|
|
73
73
|
this.userService = userService;
|
|
74
74
|
this.userProvider = userProvider;
|
|
75
|
-
Logger.info('Construct
|
|
75
|
+
Logger.info('Construct AcuteUserProfileComponent');
|
|
76
76
|
this.updateData();
|
|
77
77
|
this.userProvider.currentUserSubject.subscribe((_val) => {
|
|
78
78
|
this.updateData();
|
|
@@ -132,8 +132,8 @@ export class UserProfileComponent {
|
|
|
132
132
|
this.userService.logout();
|
|
133
133
|
this.router.navigate(['/public/login']).then(No.op);
|
|
134
134
|
}
|
|
135
|
-
static ɵfac = function
|
|
136
|
-
static ɵcmp = i0.ɵɵdefineComponent({ type:
|
|
135
|
+
static ɵfac = function AcuteUserProfileComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AcuteUserProfileComponent)(i0.ɵɵdirectiveInject(i1.Router), i0.ɵɵdirectiveInject(i2.WardenUserService), i0.ɵɵdirectiveInject(i3.WardenDelegatingCurrentUserProvidingUserServiceEventProcessingProvider)); };
|
|
136
|
+
static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteUserProfileComponent, selectors: [["ngx-acute-warden-user-profile"]], standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 21, vars: 8, consts: [[3, "header"], [4, "ngFor", "ngForOf"], [4, "ngIf"], [2, "display", "flex", "flex-direction", "row"], ["icon", "pi pi-user", "pTooltip", "Add a new contact method", "icon", "pi pi-user-plus", 3, "click"], ["icon", "pi pi-lock", "pTooltip", "Add this device as an authenticator", 3, "click"], [3, "click"], ["icon", "pi pi-trash", 3, "click", "pTooltip"]], template: function AcuteUserProfileComponent_Template(rf, ctx) { if (rf & 1) {
|
|
137
137
|
i0.ɵɵelementStart(0, "p-card", 0)(1, "div");
|
|
138
138
|
i0.ɵɵtext(2);
|
|
139
139
|
i0.ɵɵelement(3, "br");
|
|
@@ -143,21 +143,21 @@ export class UserProfileComponent {
|
|
|
143
143
|
i0.ɵɵtext(7, "Contacts");
|
|
144
144
|
i0.ɵɵelementEnd();
|
|
145
145
|
i0.ɵɵelementStart(8, "ul");
|
|
146
|
-
i0.ɵɵtemplate(9,
|
|
146
|
+
i0.ɵɵtemplate(9, AcuteUserProfileComponent_li_9_Template, 3, 4, "li", 1);
|
|
147
147
|
i0.ɵɵelementEnd();
|
|
148
|
-
i0.ɵɵtemplate(10,
|
|
148
|
+
i0.ɵɵtemplate(10, AcuteUserProfileComponent_ng_container_10_Template, 5, 1, "ng-container", 2);
|
|
149
149
|
i0.ɵɵelementStart(11, "div", 3)(12, "p-button", 4);
|
|
150
|
-
i0.ɵɵlistener("click", function
|
|
150
|
+
i0.ɵɵlistener("click", function AcuteUserProfileComponent_Template_p_button_click_12_listener() { return ctx.addContact(); });
|
|
151
151
|
i0.ɵɵelementEnd();
|
|
152
152
|
i0.ɵɵelementStart(13, "p-button", 5);
|
|
153
|
-
i0.ɵɵlistener("click", function
|
|
153
|
+
i0.ɵɵlistener("click", function AcuteUserProfileComponent_Template_p_button_click_13_listener() { return ctx.addWebAuthnDevice(); });
|
|
154
154
|
i0.ɵɵelementEnd()();
|
|
155
155
|
i0.ɵɵelement(14, "br");
|
|
156
156
|
i0.ɵɵtext(15);
|
|
157
157
|
i0.ɵɵelement(16, "br")(17, "hr");
|
|
158
158
|
i0.ɵɵtext(18);
|
|
159
159
|
i0.ɵɵelementStart(19, "button", 6);
|
|
160
|
-
i0.ɵɵlistener("click", function
|
|
160
|
+
i0.ɵɵlistener("click", function AcuteUserProfileComponent_Template_button_click_19_listener() { return ctx.refreshToken(); });
|
|
161
161
|
i0.ɵɵtext(20, "Refresh");
|
|
162
162
|
i0.ɵɵelementEnd()()();
|
|
163
163
|
} if (rf & 2) {
|
|
@@ -176,9 +176,9 @@ export class UserProfileComponent {
|
|
|
176
176
|
i0.ɵɵtextInterpolate1(" Time (MS) left in token : ", ctx.timeLeftMS, " ");
|
|
177
177
|
} }, dependencies: [ButtonModule, i4.Button, CardModule, i5.Card, CommonModule, i6.NgForOf, i6.NgIf, TooltipModule, i7.Tooltip], encapsulation: 2 });
|
|
178
178
|
}
|
|
179
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
179
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AcuteUserProfileComponent, [{
|
|
180
180
|
type: Component,
|
|
181
181
|
args: [{ selector: 'ngx-acute-warden-user-profile', standalone: true, imports: [ButtonModule, CardModule, CommonModule, TooltipModule], template: "\n<p-card header=\"User profile : {{user.userObject.loginData.userLabel}}\">\n <div>\n ID: {{user.userObject.loginData.userId}} <br />\n Full Name: {{user.userObject.loginData.userLabel}} <br />\n <h3>Contacts</h3>\n <ul>\n <li *ngFor=\"let cm of user.userObject.loginData.contactMethods\">\n <p-button icon=\"pi pi-trash\" pTooltip=\"Remove contact method {{cm.value}}\" (click)=\"removeContact(cm)\"></p-button>\n {{cm.type}} : {{cm.value}}</li>\n </ul>\n <ng-container *ngIf=\"user?.userObject?.loginData?.webAuthnAuthenticatorSummaries?.length\">\n <h3>Web Authenticators</h3>\n <ul>\n <li *ngFor=\"let waa of user.userObject.loginData.webAuthnAuthenticatorSummaries\">\n <p-button icon=\"pi pi-trash\" pTooltip=\"Remove web auth {{webAuthLabel(waa)}}\" (click)=\"removeWebAuthn(waa)\"></p-button>\n {{webAuthLabel(waa)}}\n </li>\n </ul>\n </ng-container>\n\n <div style=\"display:flex; flex-direction: row\">\n <p-button icon=\"pi pi-user\" pTooltip=\"Add a new contact method\" (click)=\"addContact()\" icon=\"pi pi-user-plus\"></p-button>\n <p-button icon=\"pi pi-lock\" pTooltip=\"Add this device as an authenticator\" (click)=\"addWebAuthnDevice()\"></p-button>\n </div>\n\n <br />\n Roles: {{user.userObject.roles}} <br />\n <hr />\n\n Time (MS) left in token : {{timeLeftMS}} <button (click)=\"refreshToken()\">Refresh</button>\n </div>\n</p-card>\n" }]
|
|
182
182
|
}], () => [{ type: i1.Router }, { type: i2.WardenUserService }, { type: i3.WardenDelegatingCurrentUserProvidingUserServiceEventProcessingProvider }], null); })();
|
|
183
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(
|
|
184
|
-
//# sourceMappingURL=user-profile.component.js.map
|
|
183
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AcuteUserProfileComponent, { className: "AcuteUserProfileComponent", filePath: "components/acute-user-profile/acute-user-profile.component.ts", lineNumber: 25 }); })();
|
|
184
|
+
//# sourceMappingURL=acute-user-profile.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"acute-user-profile.component.js","sourceRoot":"","sources":["../../../src/components/acute-user-profile/acute-user-profile.component.ts","../../../src/components/acute-user-profile/acute-user-profile.component.html"],"names":[],"mappings":"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"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from './build/ngx-acute-warden-info';
|
|
2
|
-
export * from './components/create-user/create-user.component';
|
|
3
|
-
export * from './components/login/login.component';
|
|
4
|
-
export * from './components/magic-lander/magic-lander.component';
|
|
5
|
-
export * from './components/user-profile/user-profile.component';
|
|
2
|
+
export * from './components/acute-create-user/acute-create-user.component';
|
|
3
|
+
export * from './components/acute-login/acute-login.component';
|
|
4
|
+
export * from './components/acute-magic-lander/acute-magic-lander.component';
|
|
5
|
+
export * from './components/acute-user-profile/acute-user-profile.component';
|
|
6
6
|
export * from './services/warden-adapter.service';
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './build/ngx-acute-warden-info';
|
|
2
|
-
export * from './components/create-user/create-user.component';
|
|
3
|
-
export * from './components/login/login.component';
|
|
4
|
-
export * from './components/magic-lander/magic-lander.component';
|
|
5
|
-
export * from './components/user-profile/user-profile.component';
|
|
2
|
+
export * from './components/acute-create-user/acute-create-user.component';
|
|
3
|
+
export * from './components/acute-login/acute-login.component';
|
|
4
|
+
export * from './components/acute-magic-lander/acute-magic-lander.component';
|
|
5
|
+
export * from './components/acute-user-profile/acute-user-profile.component';
|
|
6
6
|
export * from './services/warden-adapter.service';
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAE9C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAE9C,cAAc,4DAA4D,CAAC;AAC3E,cAAc,gDAAgD,CAAC;AAC/D,cAAc,8DAA8D,CAAC;AAC7E,cAAc,8DAA8D,CAAC;AAE7E,cAAc,mCAAmC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ngx-acute-warden",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.549-alpha",
|
|
4
4
|
"description": "Library for using angular with ratchet-warden",
|
|
5
5
|
"module": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@angular/platform-browser": "18.2.9",
|
|
44
44
|
"@angular/platform-browser-dynamic": "18.2.9",
|
|
45
45
|
"@angular/router": "18.2.9",
|
|
46
|
-
"@bitblit/ngx-acute-common": "5.0.
|
|
47
|
-
"@bitblit/ratchet-common": "5.0.
|
|
48
|
-
"@bitblit/ratchet-warden-common": "5.0.
|
|
46
|
+
"@bitblit/ngx-acute-common": "5.0.549-alpha",
|
|
47
|
+
"@bitblit/ratchet-common": "5.0.549-alpha",
|
|
48
|
+
"@bitblit/ratchet-warden-common": "5.0.549-alpha",
|
|
49
49
|
"primeflex": "3.3.1",
|
|
50
50
|
"primeicons": "7.0.0",
|
|
51
51
|
"primeng": "17.18.11",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"@angular/platform-browser": "^18.2.9",
|
|
62
62
|
"@angular/platform-browser-dynamic": "^18.2.9",
|
|
63
63
|
"@angular/router": "^18.2.9",
|
|
64
|
-
"@bitblit/ngx-acute-common": "5.0.
|
|
65
|
-
"@bitblit/ratchet-common": "5.0.
|
|
66
|
-
"@bitblit/ratchet-warden-common": "5.0.
|
|
64
|
+
"@bitblit/ngx-acute-common": "5.0.549-alpha",
|
|
65
|
+
"@bitblit/ratchet-common": "5.0.549-alpha",
|
|
66
|
+
"@bitblit/ratchet-warden-common": "5.0.549-alpha",
|
|
67
67
|
"primeflex": "3.3.1",
|
|
68
68
|
"primeicons": "7.0.0",
|
|
69
69
|
"primeng": "17.18.11",
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@angular/compiler-cli": "18.2.9",
|
|
75
|
-
"@bitblit/ratchet-node-only": "5.0.
|
|
75
|
+
"@bitblit/ratchet-node-only": "5.0.549-alpha"
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-user.component.js","sourceRoot":"","sources":["../../../src/components/create-user/create-user.component.ts","../../../src/components/create-user/create-user.component.html"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"login.component.js","sourceRoot":"","sources":["../../../src/components/login/login.component.ts","../../../src/components/login/login.component.html"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"magic-lander.component.js","sourceRoot":"","sources":["../../../src/components/magic-lander/magic-lander.component.ts","../../../src/components/magic-lander/magic-lander.component.html"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user-profile.component.js","sourceRoot":"","sources":["../../../src/components/user-profile/user-profile.component.ts","../../../src/components/user-profile/user-profile.component.html"],"names":[],"mappings":"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"}
|