@bitblit/ngx-acute-warden 5.0.557-alpha → 5.0.560-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.
@@ -126,7 +126,7 @@ export class AcuteCreateUserComponent {
126
126
  }
127
127
  }
128
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) {
129
+ static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteCreateUserComponent, selectors: [["ngx-acute-warden-create-user"]], 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();
@@ -290,7 +290,7 @@ export class AcuteLoginComponent {
290
290
  return StringRatchet.trimToNull(this.newContactValue) && !WardenUtils.stringIsPhoneNumber(this.newContactValue) && !WardenUtils.stringIsEmailAddress(this.newContactValue);
291
291
  }
292
292
  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)); };
293
- static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteLoginComponent, selectors: [["ngx-acute-warden-login"]], inputs: { applicationName: "applicationName", helperText: "helperText", postLoginUrl: "postLoginUrl" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 6, vars: 4, consts: [[2, "display", "flex", "flex-direction", "column", "margin", "10px", "padding", "2px", "align-content", "center", "justify-content", "center"], [2, "display", "flex", "flex-direction", "column", "align-content", "center", "justify-content", "center", "margin", "1em", "gap", "2px"], ["class", "text-3xl font-bold text-center text-primary", 4, "ngIf"], ["class", "text-base font-italic text-center text-secondary", 4, "ngIf"], [4, "ngIf"], [1, "text-3xl", "font-bold", "text-center", "text-primary"], [1, "text-base", "font-italic", "text-center", "text-secondary"], [2, "display", "flex", "flex-direction", "column"], [2, "display", "flex", "flex-direction", "row", "justify-content", "space-between", "gap", "5px"], ["id", "newContactValue", "pInputText", "", "placeholder", "Your Email or Text-Capable Phone", "type", "text", 1, "p-inputtext", "rounded-input", 2, "width", "100%", 3, "ngModelChange", "ngModel"], ["icon", "pi pi-envelope", "pTooltip", "Send code", 3, "click", "disabled"], ["style", "color:red", 4, "ngIf"], ["style", "display:flex;flex-direction: row; justify-content: space-around; margin: 2em;", 4, "ngIf"], [4, "ngFor", "ngForOf", "ngForTrackBy"], [2, "color", "red"], [2, "display", "flex", "flex-direction", "row", "justify-content", "space-around", "margin", "2em"], [1, "text-lg", "font-italic"], [2, "display", "flex", "flex-direction", "row", "justify-content", "space-between"], [1, "p-toolbar-start"], [1, "p-toolbar-center", 2, "display", "flex", "flex-direction", "row", "gap", "1em"], ["icon", "pi pi-lock-open", "pTooltip", "Authenticate by device (WebAuthn)", 3, "click", 4, "ngIf"], ["style", "display: flex; flex-direction: row; gap: 5px", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "p-toolbar-end"], ["icon", "pi pi-delete-left", "severity", "danger", 3, "click", "pTooltip"], ["icon", "pi pi-lock-open", "pTooltip", "Authenticate by device (WebAuthn)", 3, "click"], [2, "display", "flex", "flex-direction", "row", "gap", "5px"], ["icon", "pi pi-envelope", 3, "pTooltip", "click", 4, "ngIf"], ["icon", "pi pi-mobile", 3, "pTooltip", "click", 4, "ngIf"], ["icon", "pi pi-envelope", 3, "click", "pTooltip"], ["icon", "pi pi-mobile", 3, "click", "pTooltip"], ["legend", "One-Time Code"], [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"], ["id", "verificationCode", 3, "ngModelChange", "ngModel", "length"], ["label", "Submit code", 3, "click"], ["label", "Cancel", 3, "click"]], template: function AcuteLoginComponent_Template(rf, ctx) { if (rf & 1) {
293
+ static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteLoginComponent, selectors: [["ngx-acute-warden-login"]], inputs: { applicationName: "applicationName", helperText: "helperText", postLoginUrl: "postLoginUrl" }, decls: 6, vars: 4, consts: [[2, "display", "flex", "flex-direction", "column", "margin", "10px", "padding", "2px", "align-content", "center", "justify-content", "center"], [2, "display", "flex", "flex-direction", "column", "align-content", "center", "justify-content", "center", "margin", "1em", "gap", "2px"], ["class", "text-3xl font-bold text-center text-primary", 4, "ngIf"], ["class", "text-base font-italic text-center text-secondary", 4, "ngIf"], [4, "ngIf"], [1, "text-3xl", "font-bold", "text-center", "text-primary"], [1, "text-base", "font-italic", "text-center", "text-secondary"], [2, "display", "flex", "flex-direction", "column"], [2, "display", "flex", "flex-direction", "row", "justify-content", "space-between", "gap", "5px"], ["id", "newContactValue", "pInputText", "", "placeholder", "Your Email or Text-Capable Phone", "type", "text", 1, "p-inputtext", "rounded-input", 2, "width", "100%", 3, "ngModelChange", "ngModel"], ["icon", "pi pi-envelope", "pTooltip", "Send code", 3, "click", "disabled"], ["style", "color:red", 4, "ngIf"], ["style", "display:flex;flex-direction: row; justify-content: space-around; margin: 2em;", 4, "ngIf"], [4, "ngFor", "ngForOf", "ngForTrackBy"], [2, "color", "red"], [2, "display", "flex", "flex-direction", "row", "justify-content", "space-around", "margin", "2em"], [1, "text-lg", "font-italic"], [2, "display", "flex", "flex-direction", "row", "justify-content", "space-between"], [1, "p-toolbar-start"], [1, "p-toolbar-center", 2, "display", "flex", "flex-direction", "row", "gap", "1em"], ["icon", "pi pi-lock-open", "pTooltip", "Authenticate by device (WebAuthn)", 3, "click", 4, "ngIf"], ["style", "display: flex; flex-direction: row; gap: 5px", 4, "ngFor", "ngForOf", "ngForTrackBy"], [1, "p-toolbar-end"], ["icon", "pi pi-delete-left", "severity", "danger", 3, "click", "pTooltip"], ["icon", "pi pi-lock-open", "pTooltip", "Authenticate by device (WebAuthn)", 3, "click"], [2, "display", "flex", "flex-direction", "row", "gap", "5px"], ["icon", "pi pi-envelope", 3, "pTooltip", "click", 4, "ngIf"], ["icon", "pi pi-mobile", 3, "pTooltip", "click", 4, "ngIf"], ["icon", "pi pi-envelope", 3, "click", "pTooltip"], ["icon", "pi pi-mobile", 3, "click", "pTooltip"], ["legend", "One-Time Code"], [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"], ["id", "verificationCode", 3, "ngModelChange", "ngModel", "length"], ["label", "Submit code", 3, "click"], ["label", "Cancel", 3, "click"]], template: function AcuteLoginComponent_Template(rf, ctx) { if (rf & 1) {
294
294
  i0.ɵɵelementStart(0, "div", 0)(1, "div", 1);
295
295
  i0.ɵɵtemplate(2, AcuteLoginComponent_div_2_Template, 2, 1, "div", 2)(3, AcuteLoginComponent_div_3_Template, 2, 1, "div", 3);
296
296
  i0.ɵɵelementEnd();
@@ -78,7 +78,7 @@ export class AcuteMagicLanderComponent {
78
78
  }
79
79
  }
80
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) {
81
+ static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteMagicLanderComponent, selectors: [["ngx-acute-warden-magic-lander"]], inputs: { directLoginUrl: "directLoginUrl" }, 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) {
82
82
  i0.ɵɵelementStart(0, "div", 0)(1, "p-card", 1)(2, "div", 2)(3, "p");
83
83
  i0.ɵɵtext(4);
84
84
  i0.ɵɵelementEnd();
@@ -137,7 +137,7 @@ export class AcuteUserProfileComponent {
137
137
  this.router.navigate(['/public/login']).then(No.op);
138
138
  }
139
139
  static ɵfac = function AcuteUserProfileComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AcuteUserProfileComponent)(i0.ɵɵdirectiveInject(i1.Router), i0.ɵɵdirectiveInject(i2.WardenUserService), i0.ɵɵdirectiveInject(i3.WardenDelegatingCurrentUserProvidingUserServiceEventProcessingProvider)); };
140
- 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) {
140
+ static ɵcmp = i0.ɵɵdefineComponent({ type: AcuteUserProfileComponent, selectors: [["ngx-acute-warden-user-profile"]], 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) {
141
141
  i0.ɵɵelementStart(0, "p-card", 0)(1, "div");
142
142
  i0.ɵɵtext(2);
143
143
  i0.ɵɵelement(3, "br");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ngx-acute-warden",
3
- "version": "5.0.557-alpha",
3
+ "version": "5.0.560-alpha",
4
4
  "description": "Library for using angular with ratchet-warden",
5
5
  "module": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -35,43 +35,43 @@
35
35
  "config": {},
36
36
  "license": "Apache-2.0",
37
37
  "dependencies": {
38
- "@angular/animations": "18.2.9",
39
- "@angular/common": "18.2.9",
40
- "@angular/compiler": "18.2.9",
41
- "@angular/core": "18.2.9",
42
- "@angular/forms": "18.2.9",
43
- "@angular/platform-browser": "18.2.9",
44
- "@angular/platform-browser-dynamic": "18.2.9",
45
- "@angular/router": "18.2.9",
46
- "@bitblit/ngx-acute-common": "5.0.557-alpha",
47
- "@bitblit/ratchet-common": "5.0.557-alpha",
48
- "@bitblit/ratchet-warden-common": "5.0.557-alpha",
38
+ "@angular/animations": "19.0.6",
39
+ "@angular/common": "19.0.6",
40
+ "@angular/compiler": "19.0.6",
41
+ "@angular/core": "19.0.6",
42
+ "@angular/forms": "19.0.6",
43
+ "@angular/platform-browser": "19.0.6",
44
+ "@angular/platform-browser-dynamic": "19.0.6",
45
+ "@angular/router": "19.0.6",
46
+ "@bitblit/ngx-acute-common": "5.0.560-alpha",
47
+ "@bitblit/ratchet-common": "5.0.560-alpha",
48
+ "@bitblit/ratchet-warden-common": "5.0.560-alpha",
49
49
  "primeflex": "3.3.1",
50
50
  "primeicons": "7.0.0",
51
- "primeng": "17.18.11",
51
+ "primeng": "19.0.3",
52
52
  "rxjs": "7.8.1",
53
- "zone.js": "0.14.10"
53
+ "zone.js": "0.15.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "@angular/animations": "^18.2.9",
57
- "@angular/common": "^18.2.9",
58
- "@angular/compiler": "^18.2.9",
59
- "@angular/core": "^18.2.9",
60
- "@angular/forms": "^18.2.9",
61
- "@angular/platform-browser": "^18.2.9",
62
- "@angular/platform-browser-dynamic": "^18.2.9",
63
- "@angular/router": "^18.2.9",
64
- "@bitblit/ngx-acute-common": "5.0.557-alpha",
65
- "@bitblit/ratchet-common": "5.0.557-alpha",
66
- "@bitblit/ratchet-warden-common": "5.0.557-alpha",
56
+ "@angular/animations": "^19.0.6",
57
+ "@angular/common": "^19.0.6",
58
+ "@angular/compiler": "^19.0.6",
59
+ "@angular/core": "^19.0.6",
60
+ "@angular/forms": "^19.0.6",
61
+ "@angular/platform-browser": "^19.0.6",
62
+ "@angular/platform-browser-dynamic": "^19.0.6",
63
+ "@angular/router": "^19.0.6",
64
+ "@bitblit/ngx-acute-common": "5.0.560-alpha",
65
+ "@bitblit/ratchet-common": "5.0.560-alpha",
66
+ "@bitblit/ratchet-warden-common": "5.0.560-alpha",
67
67
  "primeflex": "3.3.1",
68
68
  "primeicons": "7.0.0",
69
- "primeng": "17.18.11",
69
+ "primeng": "19.0.3",
70
70
  "rxjs": "7.8.1",
71
- "zone.js": "0.14.10"
71
+ "zone.js": "0.15.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@angular/compiler-cli": "18.2.9",
75
- "@bitblit/ratchet-node-only": "5.0.557-alpha"
74
+ "@angular/compiler-cli": "19.0.6",
75
+ "@bitblit/ratchet-node-only": "5.0.560-alpha"
76
76
  }
77
77
  }