@devopmaat/badaboom 1.1.1 → 1.2.0

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.
Files changed (92) hide show
  1. package/README.md +1 -1
  2. package/_index.scss +1 -1
  3. package/esm2022/lib/application/common/paginator/bdb-paginator.component.mjs +3 -3
  4. package/esm2022/lib/application/common/query-input/bdb-query-input.component.mjs +8 -9
  5. package/esm2022/lib/application/common/search/bdb-search-wrapper.component.mjs +3 -3
  6. package/esm2022/lib/application/common/search/bdb-search.component.mjs +3 -3
  7. package/esm2022/lib/application/common/table/bdb-cell.directive.mjs +3 -3
  8. package/esm2022/lib/application/common/table/bdb-column-builder.mjs +5 -4
  9. package/esm2022/lib/application/common/table/bdb-column-options.mjs +1 -1
  10. package/esm2022/lib/application/common/table/bdb-table.component.mjs +4 -4
  11. package/esm2022/lib/application/common/table/dynamic.pipe.mjs +3 -3
  12. package/esm2022/lib/application/exception-log/exception-log-table/exception-log-table.component.mjs +3 -3
  13. package/esm2022/lib/application/task-log/task-log-outcome.pipe.mjs +3 -3
  14. package/esm2022/lib/application/task-log/task-log-status.pipe.mjs +3 -3
  15. package/esm2022/lib/application/task-log-parameter/task-log-parameter-value.pipe.mjs +3 -3
  16. package/esm2022/lib/application/user/user-table/user-table.component.mjs +3 -3
  17. package/esm2022/lib/common/alert/bdb-alert.component.mjs +5 -5
  18. package/esm2022/lib/common/alert-error-response/bdb-alert-error-response.component.mjs +8 -7
  19. package/esm2022/lib/common/bdb-flex-child.directive.mjs +3 -3
  20. package/esm2022/lib/common/bdb-flex.directive.mjs +3 -3
  21. package/esm2022/lib/common/bdb-form-error.directive.mjs +3 -3
  22. package/esm2022/lib/common/bdb-grid-child.directive.mjs +3 -3
  23. package/esm2022/lib/common/bdb-grid.directive.mjs +3 -3
  24. package/esm2022/lib/common/bdb-palette.mjs +1 -1
  25. package/esm2022/lib/common/boolean-display/bdb-boolean-display.component.mjs +3 -3
  26. package/esm2022/lib/common/field/bdb-field.component.mjs +10 -7
  27. package/esm2022/lib/common/function.pipe.mjs +3 -3
  28. package/esm2022/lib/common/plain-number-pipe.mjs +20 -0
  29. package/esm2022/lib/domain/auth/account.service.mjs +3 -3
  30. package/esm2022/lib/domain/auth/auth.service.mjs +3 -3
  31. package/esm2022/lib/domain/entities/exception-log/exception-log.service.mjs +3 -3
  32. package/esm2022/lib/domain/entities/media/media.service.mjs +3 -3
  33. package/esm2022/lib/domain/entities/role/role.service.mjs +3 -3
  34. package/esm2022/lib/domain/entities/task-log/task-log.service.mjs +3 -3
  35. package/esm2022/lib/domain/entities/task-log-parameter/task-log-parameter.service.mjs +3 -3
  36. package/esm2022/lib/domain/entities/task-log-schedule/task-log-schedule.service.mjs +3 -3
  37. package/esm2022/lib/domain/entities/user/user.service.mjs +3 -3
  38. package/esm2022/lib/domain/entities/user-role/user-role.service.mjs +3 -3
  39. package/esm2022/lib/domain/tasks/task-log-scheduler.service.mjs +3 -3
  40. package/esm2022/lib/domain/tasks/task-log-type.service.mjs +3 -3
  41. package/esm2022/lib/presentation/access-denied-page/access-denied-page.component.mjs +3 -3
  42. package/esm2022/lib/presentation/auth-container/auth-container.component.mjs +3 -3
  43. package/esm2022/lib/presentation/forgot-password-page/forgot-password-page.component.mjs +3 -3
  44. package/esm2022/lib/presentation/invalid-token-page/invalid-token-page.component.mjs +3 -3
  45. package/esm2022/lib/presentation/login-page/login-page.component.mjs +3 -3
  46. package/esm2022/lib/presentation/logout-page/logout-page.component.mjs +3 -3
  47. package/esm2022/lib/presentation/reset-password-page/reset-password-page.component.mjs +3 -3
  48. package/esm2022/public-api.mjs +2 -1
  49. package/fesm2022/devopmaat-badaboom.mjs +167 -144
  50. package/fesm2022/devopmaat-badaboom.mjs.map +1 -1
  51. package/lib/application/common/query-input/_bdb-query-input-m3-theme.scss +30 -0
  52. package/lib/application/common/table/_bdb-table-m3-theme.scss +70 -0
  53. package/lib/application/common/table/bdb-column-options.d.ts +1 -0
  54. package/lib/application/common/table/bdb-table.component.d.ts +2 -2
  55. package/lib/common/alert/_bdb-alert-m3-theme.scss +29 -0
  56. package/lib/common/alert-error-response/bdb-alert-error-response.component.d.ts +1 -0
  57. package/lib/common/bdb-palette.d.ts +1 -0
  58. package/lib/common/boolean-display/_bdb-boolean-display-m3-theme.scss +27 -0
  59. package/lib/common/field/_bdb-field-m2-theme.scss +13 -0
  60. package/lib/common/field/_bdb-field-m3-theme.scss +56 -0
  61. package/lib/common/field/bdb-field.component.d.ts +1 -0
  62. package/lib/common/plain-number-pipe.d.ts +7 -0
  63. package/lib/styles/_core-theme.scss +29 -0
  64. package/lib/styles/_theme.scss +153 -0
  65. package/lib/styles/material/_badge-m3-theme.scss +35 -0
  66. package/lib/styles/material/_button-m3-theme.scss +84 -0
  67. package/lib/styles/material/_card-m3-theme.scss +34 -0
  68. package/lib/styles/material/_checkbox-m3-theme.scss +54 -0
  69. package/lib/styles/material/_chips-m3-theme.scss +58 -0
  70. package/lib/styles/material/_datepicker-m3-theme.scss +84 -0
  71. package/lib/styles/material/_fab-m3-theme.scss +84 -0
  72. package/lib/styles/material/_form-field-m3-theme.scss +36 -0
  73. package/lib/styles/material/_icon-m3-theme.scss +32 -0
  74. package/lib/styles/material/_option-m3-theme.scss +34 -0
  75. package/lib/styles/material/_progress-bar-m3-theme.scss +31 -0
  76. package/lib/styles/material/_progress-spinner-m3-theme.scss +30 -0
  77. package/lib/styles/material/_radio-m3-theme.scss +42 -0
  78. package/lib/styles/material/_slide-toggle-m3-theme.scss +68 -0
  79. package/lib/styles/material/_slider-m3-theme.scss +48 -0
  80. package/lib/styles/material/_stepper-m3-theme.scss +44 -0
  81. package/lib/styles/material/_tabs-m3-theme.scss +32 -0
  82. package/lib/styles/material/_toolbar-m3-theme.scss +63 -0
  83. package/package.json +1 -1
  84. package/public-api.d.ts +1 -0
  85. package/lib/_theme.scss +0 -32
  86. /package/lib/application/common/query-input/{_bdb-query-input-theme.scss → _bdb-query-input-m2-theme.scss} +0 -0
  87. /package/lib/application/common/search/{_bdb-search-theme.scss → _bdb-search-m2-theme.scss} +0 -0
  88. /package/lib/application/common/table/{_bdb-table-theme.scss → _bdb-table-m2-theme.scss} +0 -0
  89. /package/lib/common/{_button-theme.scss → _button-m2-theme.scss} +0 -0
  90. /package/lib/common/{_icon-theme.scss → _icon-m2-theme.scss} +0 -0
  91. /package/lib/common/alert/{_bdb-alert-theme.scss → _bdb-alert-m2-theme.scss} +0 -0
  92. /package/lib/common/boolean-display/{_bdb-boolean-display-theme.scss → _bdb-boolean-display-m2-theme.scss} +0 -0
@@ -2,10 +2,10 @@ import { Component } from '@angular/core';
2
2
  import { RouterOutlet } from '@angular/router';
3
3
  import * as i0 from "@angular/core";
4
4
  export class AuthContainerComponent {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AuthContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: AuthContainerComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<router-outlet></router-outlet>\r\n", styles: [":host{width:100%;height:100%;display:flex;justify-content:center;align-items:center}\n"], dependencies: [{ kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] }); }
5
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AuthContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: AuthContainerComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<router-outlet></router-outlet>\r\n", styles: [":host{width:100%;height:100%;display:flex;justify-content:center;align-items:center}\n"], dependencies: [{ kind: "directive", type: RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }] }); }
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: AuthContainerComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AuthContainerComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ standalone: true, imports: [RouterOutlet], template: "<router-outlet></router-outlet>\r\n", styles: [":host{width:100%;height:100%;display:flex;justify-content:center;align-items:center}\n"] }]
11
11
  }] });
@@ -51,10 +51,10 @@ export class ForgotPasswordPageComponent {
51
51
  },
52
52
  });
53
53
  }
54
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ForgotPasswordPageComponent, deps: [{ token: i1.AuthService }, { token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
55
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: ForgotPasswordPageComponent, isStandalone: true, selector: "bdb-forgot-password-page", ngImport: i0, template: "<form [formGroup]=\"forgotPasswordForm\" (ngSubmit)=\"forgotPassword()\" *ngIf=\"!isComplete; else isCompleteTemplate\">\r\n <mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Wachtwoord vergeten</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"forgot-password-page-card-content\">\r\n <bdb-alert-error-response [value]=\"error\" class=\"login-page-error-response\"></bdb-alert-error-response>\r\n <mat-form-field>\r\n <mat-label>E-mailadres</mat-label>\r\n <input matInput type=\"email\" formControlName=\"email\" />\r\n <!-- <mat-error *ngIf=\"emailCtrl.errors\">{{ emailCtrl | bdbErrorMessage }}</mat-error> -->\r\n </mat-form-field>\r\n </mat-card-content>\r\n <mat-card-actions class=\"forgot-password-page-card-actions\">\r\n <a mat-button [routerLink]=\"['/', loginRoutePath]\" [disabled]=\"isPending\">\r\n <mat-icon>login</mat-icon>\r\n <span>Log in</span>\r\n </a>\r\n <button mat-flat-button color=\"primary\">\r\n <mat-icon>lock_reset</mat-icon>\r\n <span>Herstel wachtwoord</span>\r\n </button></mat-card-actions\r\n >\r\n </mat-card>\r\n</form>\r\n\r\n<ng-template #isCompleteTemplate>\r\n <bdb-alert color=\"success\" label=\"Wachtwoord herstel gestart\"> Controleer uw e-mail voor instructies </bdb-alert>\r\n</ng-template>\r\n", styles: [":host{width:360px}.forgot-password-page-card-content{display:flex;flex-direction:column;margin-top:16px}.forgot-password-page-card-actions{gap:8px;justify-content:flex-end}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i4.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i4.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i4.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i4.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: BdbAlertErrorResponseComponent, selector: "bdb-alert-error-response", inputs: ["value"] }, { kind: "component", type: BdbAlertComponent, selector: "bdb-alert", inputs: ["color", "label", "icon", "inline"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i8.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i8.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
54
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: ForgotPasswordPageComponent, deps: [{ token: i1.AuthService }, { token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
55
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: ForgotPasswordPageComponent, isStandalone: true, selector: "bdb-forgot-password-page", ngImport: i0, template: "<form [formGroup]=\"forgotPasswordForm\" (ngSubmit)=\"forgotPassword()\" *ngIf=\"!isComplete; else isCompleteTemplate\">\r\n <mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Wachtwoord vergeten</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"forgot-password-page-card-content\">\r\n <bdb-alert-error-response [value]=\"error\" class=\"login-page-error-response\"></bdb-alert-error-response>\r\n <mat-form-field>\r\n <mat-label>E-mailadres</mat-label>\r\n <input matInput type=\"email\" formControlName=\"email\" />\r\n <!-- <mat-error *ngIf=\"emailCtrl.errors\">{{ emailCtrl | bdbErrorMessage }}</mat-error> -->\r\n </mat-form-field>\r\n </mat-card-content>\r\n <mat-card-actions class=\"forgot-password-page-card-actions\">\r\n <a mat-button [routerLink]=\"['/', loginRoutePath]\" [disabled]=\"isPending\">\r\n <mat-icon>login</mat-icon>\r\n <span>Log in</span>\r\n </a>\r\n <button mat-flat-button color=\"primary\">\r\n <mat-icon>lock_reset</mat-icon>\r\n <span>Herstel wachtwoord</span>\r\n </button></mat-card-actions\r\n >\r\n </mat-card>\r\n</form>\r\n\r\n<ng-template #isCompleteTemplate>\r\n <bdb-alert color=\"success\" label=\"Wachtwoord herstel gestart\"> Controleer uw e-mail voor instructies </bdb-alert>\r\n</ng-template>\r\n", styles: [":host{width:360px}.forgot-password-page-card-content{display:flex;flex-direction:column;margin-top:16px}.forgot-password-page-card-actions{gap:8px;justify-content:flex-end}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i4.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i4.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i4.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i4.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: BdbAlertErrorResponseComponent, selector: "bdb-alert-error-response", inputs: ["value"] }, { kind: "component", type: BdbAlertComponent, selector: "bdb-alert", inputs: ["color", "label", "icon", "inline"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i8.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i8.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ForgotPasswordPageComponent, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: ForgotPasswordPageComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{ selector: 'bdb-forgot-password-page', standalone: true, imports: [
60
60
  CommonModule,
@@ -13,10 +13,10 @@ export class InvalidTokenPageComponent {
13
13
  constructor(bdbOptions) {
14
14
  this.loginRoutePath = bdbOptions.authOptions?.loginPath;
15
15
  }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: InvalidTokenPageComponent, deps: [{ token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: InvalidTokenPageComponent, isStandalone: true, selector: "bdb-invalid-token-page", ngImport: i0, template: "<mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Ongeldig token</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"access-denied-card-content\">\r\n <bdb-alert color=\"warn\" label=\"Verlopen\" icon=\"block\"> Uw wachtwoord herstel link is niet (meer) geldig </bdb-alert>\r\n </mat-card-content>\r\n <mat-card-actions bdbFlex=\"row 0 end center\">\r\n <a [routerLink]=\"['/', loginRoutePath]\" mat-button>Inloggen</a>\r\n </mat-card-actions>\r\n</mat-card>\r\n", styles: [":host{min-width:360px}.access-denied-card-content{padding:8px 16px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i1.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i1.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i1.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i1.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "component", type: BdbAlertComponent, selector: "bdb-alert", inputs: ["color", "label", "icon", "inline"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: BdbFlexDirective, selector: "[bdbFlex], [bdbFlexDirection], [bdbFlexGap], [bdbFlexSpacing]", inputs: ["bdbFlex", "bdbFlexDirection", "bdbFlexGap", "bdbFlexSpacing"] }] }); }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: InvalidTokenPageComponent, deps: [{ token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: InvalidTokenPageComponent, isStandalone: true, selector: "bdb-invalid-token-page", ngImport: i0, template: "<mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Ongeldig token</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"access-denied-card-content\">\r\n <bdb-alert color=\"warn\" label=\"Verlopen\" icon=\"block\"> Uw wachtwoord herstel link is niet (meer) geldig </bdb-alert>\r\n </mat-card-content>\r\n <mat-card-actions bdbFlex=\"row 0 end center\">\r\n <a [routerLink]=\"['/', loginRoutePath]\" mat-button>Inloggen</a>\r\n </mat-card-actions>\r\n</mat-card>\r\n", styles: [":host{min-width:360px}.access-denied-card-content{padding:8px 16px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i1.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i1.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i1.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i1.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i1.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "component", type: BdbAlertComponent, selector: "bdb-alert", inputs: ["color", "label", "icon", "inline"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i2.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: BdbFlexDirective, selector: "[bdbFlex], [bdbFlexDirection], [bdbFlexGap], [bdbFlexSpacing]", inputs: ["bdbFlex", "bdbFlexDirection", "bdbFlexGap", "bdbFlexSpacing"] }] }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: InvalidTokenPageComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: InvalidTokenPageComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: 'bdb-invalid-token-page', standalone: true, imports: [CommonModule, MatCardModule, BdbAlertComponent, MatButtonModule, RouterLink, BdbFlexDirective], template: "<mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Ongeldig token</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"access-denied-card-content\">\r\n <bdb-alert color=\"warn\" label=\"Verlopen\" icon=\"block\"> Uw wachtwoord herstel link is niet (meer) geldig </bdb-alert>\r\n </mat-card-content>\r\n <mat-card-actions bdbFlex=\"row 0 end center\">\r\n <a [routerLink]=\"['/', loginRoutePath]\" mat-button>Inloggen</a>\r\n </mat-card-actions>\r\n</mat-card>\r\n", styles: [":host{min-width:360px}.access-denied-card-content{padding:8px 16px}\n"] }]
22
22
  }], ctorParameters: () => [{ type: undefined, decorators: [{
@@ -65,10 +65,10 @@ export class LoginPageComponent {
65
65
  },
66
66
  });
67
67
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: LoginPageComponent, deps: [{ token: i1.Router }, { token: i2.AuthService }, { token: i1.ActivatedRoute }, { token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
69
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: LoginPageComponent, isStandalone: true, selector: "bdb-login-page", ngImport: i0, template: "<form [formGroup]=\"loginForm\" (ngSubmit)=\"login()\">\r\n <mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Inloggen</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content bdbFlex=\"col\">\r\n <bdb-alert-error-response [value]=\"error\" class=\"login-form-error-response\"></bdb-alert-error-response>\r\n <mat-form-field>\r\n <mat-label>Gebruikersnaam</mat-label>\r\n <input matInput type=\"email\" formControlName=\"email\" />\r\n <mat-error bdbFormError=\"email\"></mat-error>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>Wachtwoord</mat-label>\r\n <input matInput type=\"password\" formControlName=\"password\" />\r\n <mat-error bdbFormError=\"password\"></mat-error>\r\n </mat-form-field>\r\n </mat-card-content>\r\n <mat-card-actions bdbFlex=\"row 8px end center\">\r\n <a mat-button [routerLink]=\"['/', forgotPasswordRoutePath]\">\r\n <mat-icon>contact_support</mat-icon>\r\n <span>Wachtwoord vergeten</span>\r\n </a>\r\n <button mat-flat-button color=\"primary\">\r\n <mat-icon>login</mat-icon>\r\n <span>Inloggen</span>\r\n </button>\r\n </mat-card-actions>\r\n </mat-card>\r\n</form>\r\n", styles: [":host{width:360px}.login-form-error-response{margin:8px 0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "directive", type: i4.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i5.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i7.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i7.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i8.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i8.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i8.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i8.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i8.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "component", type: BdbAlertErrorResponseComponent, selector: "bdb-alert-error-response", inputs: ["value"] }, { kind: "directive", type: BdbFlexDirective, selector: "[bdbFlex], [bdbFlexDirection], [bdbFlexGap], [bdbFlexSpacing]", inputs: ["bdbFlex", "bdbFlexDirection", "bdbFlexGap", "bdbFlexSpacing"] }, { kind: "directive", type: BdbFormErrorDirective, selector: "[bdbFormError]", inputs: ["bdbFormError"] }] }); }
68
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: LoginPageComponent, deps: [{ token: i1.Router }, { token: i2.AuthService }, { token: i1.ActivatedRoute }, { token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
69
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: LoginPageComponent, isStandalone: true, selector: "bdb-login-page", ngImport: i0, template: "<form [formGroup]=\"loginForm\" (ngSubmit)=\"login()\">\r\n <mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Inloggen</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content bdbFlex=\"col\">\r\n <bdb-alert-error-response [value]=\"error\" class=\"login-form-error-response\"></bdb-alert-error-response>\r\n <mat-form-field>\r\n <mat-label>Gebruikersnaam</mat-label>\r\n <input matInput type=\"email\" formControlName=\"email\" />\r\n <mat-error bdbFormError=\"email\"></mat-error>\r\n </mat-form-field>\r\n <mat-form-field>\r\n <mat-label>Wachtwoord</mat-label>\r\n <input matInput type=\"password\" formControlName=\"password\" />\r\n <mat-error bdbFormError=\"password\"></mat-error>\r\n </mat-form-field>\r\n </mat-card-content>\r\n <mat-card-actions bdbFlex=\"row 8px end center\">\r\n <a mat-button [routerLink]=\"['/', forgotPasswordRoutePath]\">\r\n <mat-icon>contact_support</mat-icon>\r\n <span>Wachtwoord vergeten</span>\r\n </a>\r\n <button mat-flat-button color=\"primary\">\r\n <mat-icon>login</mat-icon>\r\n <span>Inloggen</span>\r\n </button>\r\n </mat-card-actions>\r\n </mat-card>\r\n</form>\r\n", styles: [":host{width:360px}.login-form-error-response{margin:8px 0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "directive", type: i4.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i5.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i7.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i7.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i8.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i8.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i8.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i8.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i8.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "component", type: BdbAlertErrorResponseComponent, selector: "bdb-alert-error-response", inputs: ["value"] }, { kind: "directive", type: BdbFlexDirective, selector: "[bdbFlex], [bdbFlexDirection], [bdbFlexGap], [bdbFlexSpacing]", inputs: ["bdbFlex", "bdbFlexDirection", "bdbFlexGap", "bdbFlexSpacing"] }, { kind: "directive", type: BdbFormErrorDirective, selector: "[bdbFormError]", inputs: ["bdbFormError"] }] }); }
70
70
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: LoginPageComponent, decorators: [{
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: LoginPageComponent, decorators: [{
72
72
  type: Component,
73
73
  args: [{ selector: 'bdb-login-page', standalone: true, imports: [
74
74
  CommonModule,
@@ -20,10 +20,10 @@ export class LogoutPageComponent {
20
20
  this.authService.logout();
21
21
  this.router.navigate(['/', this.bdbOptions.authOptions?.loginPath]);
22
22
  }
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: LogoutPageComponent, deps: [{ token: i1.Router }, { token: i2.AuthService }, { token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
24
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: LogoutPageComponent, isStandalone: true, selector: "bdb-logout-page", ngImport: i0, template: "<mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Uitloggen</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"logout-page-card-content\"> Weet u zeker dat u wilt uitloggen? </mat-card-content>\r\n <mat-card-actions class=\"logout-page-card-actions\">\r\n <a mat-button routerLink=\"/\">\r\n <mat-icon>arrow_back</mat-icon>\r\n <span>Blijf ingelogd</span>\r\n </a>\r\n <button (click)=\"logout()\" mat-flat-button color=\"primary\">\r\n <mat-icon>logout</mat-icon>\r\n <span>Log uit</span>\r\n </button></mat-card-actions\r\n >\r\n</mat-card>\r\n", styles: [":host{width:360px}.logout-page-card-content{display:flex;flex-direction:column;padding:16px}.logout-page-card-actions{gap:8px;justify-content:flex-end}\n"], dependencies: [{ kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i3.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i3.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i3.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i3.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i3.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i4.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i4.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: LogoutPageComponent, deps: [{ token: i1.Router }, { token: i2.AuthService }, { token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
24
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: LogoutPageComponent, isStandalone: true, selector: "bdb-logout-page", ngImport: i0, template: "<mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Uitloggen</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"logout-page-card-content\"> Weet u zeker dat u wilt uitloggen? </mat-card-content>\r\n <mat-card-actions class=\"logout-page-card-actions\">\r\n <a mat-button routerLink=\"/\">\r\n <mat-icon>arrow_back</mat-icon>\r\n <span>Blijf ingelogd</span>\r\n </a>\r\n <button (click)=\"logout()\" mat-flat-button color=\"primary\">\r\n <mat-icon>logout</mat-icon>\r\n <span>Log uit</span>\r\n </button></mat-card-actions\r\n >\r\n</mat-card>\r\n", styles: [":host{width:360px}.logout-page-card-content{display:flex;flex-direction:column;padding:16px}.logout-page-card-actions{gap:8px;justify-content:flex-end}\n"], dependencies: [{ kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i3.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i3.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i3.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i3.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i3.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i4.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i4.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }] }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: LogoutPageComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: LogoutPageComponent, decorators: [{
27
27
  type: Component,
28
28
  args: [{ selector: 'bdb-logout-page', standalone: true, imports: [MatCardModule, MatButtonModule, MatIconModule, RouterLink], template: "<mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Uitloggen</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"logout-page-card-content\"> Weet u zeker dat u wilt uitloggen? </mat-card-content>\r\n <mat-card-actions class=\"logout-page-card-actions\">\r\n <a mat-button routerLink=\"/\">\r\n <mat-icon>arrow_back</mat-icon>\r\n <span>Blijf ingelogd</span>\r\n </a>\r\n <button (click)=\"logout()\" mat-flat-button color=\"primary\">\r\n <mat-icon>logout</mat-icon>\r\n <span>Log uit</span>\r\n </button></mat-card-actions\r\n >\r\n</mat-card>\r\n", styles: [":host{width:360px}.logout-page-card-content{display:flex;flex-direction:column;padding:16px}.logout-page-card-actions{gap:8px;justify-content:flex-end}\n"] }]
29
29
  }], ctorParameters: () => [{ type: i1.Router }, { type: i2.AuthService }, { type: undefined, decorators: [{
@@ -80,10 +80,10 @@ export class ResetPasswordPageComponent {
80
80
  },
81
81
  });
82
82
  }
83
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ResetPasswordPageComponent, deps: [{ token: i1.AuthService }, { token: i2.ActivatedRoute }, { token: i2.Router }, { token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
84
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: ResetPasswordPageComponent, isStandalone: true, selector: "bdb-reset-password-page", ngImport: i0, template: "<form [formGroup]=\"resetPasswordForm\" (ngSubmit)=\"resetPassword()\">\r\n <mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Wachtwoord herstellen</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"reset-password-page-card-content\">\r\n <bdb-alert-error-response [value]=\"error\" class=\"login-page-error-response\"></bdb-alert-error-response>\r\n <p>{{ resetPasswordToken?.email }}</p>\r\n\r\n <mat-form-field>\r\n <mat-label>Nieuw wachtwoord</mat-label>\r\n <input matInput type=\"password\" [formControl]=\"passwordCtrl\" />\r\n <!-- <mat-error *ngIf=\"passwordCtrl.errors\">{{ passwordCtrl | bdbErrorMessage }}</mat-error> -->\r\n </mat-form-field>\r\n\r\n <mat-form-field>\r\n <mat-label>Bevestig wachtwoord</mat-label>\r\n <input matInput type=\"password\" [formControl]=\"confirmPasswordCtrl\" />\r\n <!-- <mat-error *ngIf=\"confirmPasswordCtrl.errors\">{{ confirmPasswordCtrl | bdbErrorMessage }}</mat-error> -->\r\n </mat-form-field>\r\n </mat-card-content>\r\n <mat-card-actions class=\"reset-password-page-card-actions\">\r\n <a mat-button [routerLink]=\"['/', loginRoutePath]\" [disabled]=\"isPending\">\r\n <mat-icon>login</mat-icon>\r\n <span>Log in</span>\r\n </a>\r\n <button mat-flat-button color=\"primary\">\r\n <mat-icon>sync_lock</mat-icon>\r\n <span>Stel wachtwoord in</span>\r\n </button></mat-card-actions\r\n >\r\n </mat-card>\r\n</form>\r\n", styles: [":host{width:360px}.reset-password-page-card-content{display:flex;flex-direction:column;margin-top:16px}.reset-password-page-card-actions{gap:8px;justify-content:flex-end}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i4.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i4.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i4.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i4.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "component", type: BdbAlertErrorResponseComponent, selector: "bdb-alert-error-response", inputs: ["value"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i8.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i8.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
83
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: ResetPasswordPageComponent, deps: [{ token: i1.AuthService }, { token: i2.ActivatedRoute }, { token: i2.Router }, { token: BDB_OPTIONS }], target: i0.ɵɵFactoryTarget.Component }); }
84
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: ResetPasswordPageComponent, isStandalone: true, selector: "bdb-reset-password-page", ngImport: i0, template: "<form [formGroup]=\"resetPasswordForm\" (ngSubmit)=\"resetPassword()\">\r\n <mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Wachtwoord herstellen</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"reset-password-page-card-content\">\r\n <bdb-alert-error-response [value]=\"error\" class=\"login-page-error-response\"></bdb-alert-error-response>\r\n <p>{{ resetPasswordToken?.email }}</p>\r\n\r\n <mat-form-field>\r\n <mat-label>Nieuw wachtwoord</mat-label>\r\n <input matInput type=\"password\" [formControl]=\"passwordCtrl\" />\r\n <!-- <mat-error *ngIf=\"passwordCtrl.errors\">{{ passwordCtrl | bdbErrorMessage }}</mat-error> -->\r\n </mat-form-field>\r\n\r\n <mat-form-field>\r\n <mat-label>Bevestig wachtwoord</mat-label>\r\n <input matInput type=\"password\" [formControl]=\"confirmPasswordCtrl\" />\r\n <!-- <mat-error *ngIf=\"confirmPasswordCtrl.errors\">{{ confirmPasswordCtrl | bdbErrorMessage }}</mat-error> -->\r\n </mat-form-field>\r\n </mat-card-content>\r\n <mat-card-actions class=\"reset-password-page-card-actions\">\r\n <a mat-button [routerLink]=\"['/', loginRoutePath]\" [disabled]=\"isPending\">\r\n <mat-icon>login</mat-icon>\r\n <span>Log in</span>\r\n </a>\r\n <button mat-flat-button color=\"primary\">\r\n <mat-icon>sync_lock</mat-icon>\r\n <span>Stel wachtwoord in</span>\r\n </button></mat-card-actions\r\n >\r\n </mat-card>\r\n</form>\r\n", styles: [":host{width:360px}.reset-password-page-card-content{display:flex;flex-direction:column;margin-top:16px}.reset-password-page-card-actions{gap:8px;justify-content:flex-end}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: i3.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i4.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { kind: "directive", type: i4.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i4.MatCardHeader, selector: "mat-card-header" }, { kind: "directive", type: i4.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { kind: "component", type: BdbAlertErrorResponseComponent, selector: "bdb-alert-error-response", inputs: ["value"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i5.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i6.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i7.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i8.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i8.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }] }); }
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ResetPasswordPageComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: ResetPasswordPageComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ selector: 'bdb-reset-password-page', standalone: true, imports: [
89
89
  ReactiveFormsModule,
@@ -29,6 +29,7 @@ export * from './lib/common/alert/bdb-alert.component';
29
29
  export * from './lib/common/alert-error-response/bdb-alert-error-response.component';
30
30
  export * from './lib/common/boolean-display/bdb-boolean-display.component';
31
31
  export * from './lib/common/field/bdb-field.component';
32
+ export * from './lib/common/plain-number-pipe';
32
33
  // Domain
33
34
  // Domain - Auth
34
35
  export * from './lib/domain/auth/auth.service';
@@ -106,4 +107,4 @@ export * from './lib/presentation/invalid-token-page/invalid-token-page.componen
106
107
  export * from './lib/presentation/login-page/login-page.component';
107
108
  export * from './lib/presentation/logout-page/logout-page.component';
108
109
  export * from './lib/presentation/reset-password-page/reset-password-page.component';
109
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhZGFib29tL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxtQkFBbUIsQ0FBQztBQUVsQyxjQUFjO0FBRWQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsZ0VBQWdFLENBQUM7QUFDL0UsY0FBYyw4REFBOEQsQ0FBQztBQUM3RSxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsb0RBQW9ELENBQUM7QUFFbkUsY0FBYyxtRkFBbUYsQ0FBQztBQUVsRyxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsa0RBQWtELENBQUM7QUFFakUsY0FBYyxvRUFBb0UsQ0FBQztBQUVuRixjQUFjLHdEQUF3RCxDQUFDO0FBRXZFLFNBQVM7QUFFVCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHVDQUF1QyxDQUFDO0FBQ3RELGNBQWMsdUNBQXVDLENBQUM7QUFFdEQsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsc0VBQXNFLENBQUM7QUFDckYsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLHdDQUF3QyxDQUFDO0FBRXZELFNBQVM7QUFFVCxnQkFBZ0I7QUFFaEIsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMscUNBQXFDLENBQUM7QUFFcEQsa0JBQWtCO0FBRWxCLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLGtDQUFrQyxDQUFDO0FBRWpELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLGdEQUFnRCxDQUFDO0FBRS9ELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsOENBQThDLENBQUM7QUFDN0QsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLCtDQUErQyxDQUFDO0FBRTlELG9CQUFvQjtBQUVwQixjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsd0RBQXdELENBQUM7QUFDdkUsY0FBYywyREFBMkQsQ0FBQztBQUUxRSxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYywyQ0FBMkMsQ0FBQztBQUUxRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx5Q0FBeUMsQ0FBQztBQUV4RCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLGlEQUFpRCxDQUFDO0FBRWhFLGNBQWMsb0VBQW9FLENBQUM7QUFDbkYsY0FBYyw2REFBNkQsQ0FBQztBQUM1RSxjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMscUVBQXFFLENBQUM7QUFFcEYsY0FBYyxrRUFBa0UsQ0FBQztBQUNqRixjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMsMkRBQTJELENBQUM7QUFDMUUsY0FBYyxnRUFBZ0UsQ0FBQztBQUMvRSxjQUFjLG1FQUFtRSxDQUFDO0FBRWxGLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx5Q0FBeUMsQ0FBQztBQUV4RCxjQUFjLGtEQUFrRCxDQUFDO0FBQ2pFLGNBQWMsMkNBQTJDLENBQUM7QUFDMUQsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLG1EQUFtRCxDQUFDO0FBRWxFLGlCQUFpQjtBQUVqQixjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLG9DQUFvQyxDQUFDO0FBRW5ELGlCQUFpQjtBQUVqQixjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDBDQUEwQyxDQUFDO0FBRXpELGVBQWU7QUFFZixjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsNENBQTRDLENBQUM7QUFDM0QsY0FBYywrQkFBK0IsQ0FBQztBQUU5QyxjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsNERBQTRELENBQUM7QUFDM0UsY0FBYyx3RUFBd0UsQ0FBQztBQUN2RixjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyxzREFBc0QsQ0FBQztBQUNyRSxjQUFjLHNFQUFzRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvbGliLmNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JkYi1vcHRpb25zJztcclxuXHJcbi8vIEFwcGxpY2F0aW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vYmRiLWRhdGEtc291cmNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3BhZ2luYXRvci9iZGItcGFnaW5hdG9yLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi9xdWVyeS1pbnB1dC9iZGItcXVlcnktaW5wdXQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3NlYXJjaC9iZGItc2VhcmNoLXdyYXBwZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3NlYXJjaC9iZGItc2VhcmNoLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY2VsbC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLWNvbHVtbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY29sdW1uLWJ1aWxkZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLWNvbHVtbi1vcHRpb25zJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3RhYmxlL2JkYi1jb2x1bW4tdHlwZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY29udGV4dC1hY3Rpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLXRhYmxlLmNvbXBvbmVudCc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9leGNlcHRpb24tbG9nL2V4Y2VwdGlvbi1sb2ctdGFibGUvZXhjZXB0aW9uLWxvZy10YWJsZS5jb21wb25lbnQnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vdGFzay1sb2cvdGFzay1sb2ctc3RhdHVzLnBpcGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi90YXNrLWxvZy90YXNrLWxvZy1vdXRjb21lLnBpcGUnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vdGFzay1sb2ctcGFyYW1ldGVyL3Rhc2stbG9nLXBhcmFtZXRlci12YWx1ZS5waXBlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL3VzZXIvdXNlci10YWJsZS91c2VyLXRhYmxlLmNvbXBvbmVudCc7XHJcblxyXG4vLyBDb21tb25cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItZmxleC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYmRiLWZsZXgtY2hpbGQuZGlyZWN0aXZlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2JkYi1ncmlkLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItZ3JpZC1jaGlsZC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYmRiLWZvcm0tZXJyb3IuZGlyZWN0aXZlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItcGFsZXR0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9hbGVydC9iZGItYWxlcnQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2FsZXJ0LWVycm9yLXJlc3BvbnNlL2JkYi1hbGVydC1lcnJvci1yZXNwb25zZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYm9vbGVhbi1kaXNwbGF5L2JkYi1ib29sZWFuLWRpc3BsYXkuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2ZpZWxkL2JkYi1maWVsZC5jb21wb25lbnQnO1xyXG5cclxuLy8gRG9tYWluXHJcblxyXG4vLyBEb21haW4gLSBBdXRoXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9hdXRoLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9hY2NvdW50LWluZm8nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9yZXNldC1wYXNzd29yZC10b2tlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9hdXRoL3Rva2VuLWV4cGlyZWQuaW50ZXJjZXB0b3InO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC90b2tlbi1yZXBvbnNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2F1dGgvdG9rZW4uaW50ZXJjZXB0b3InO1xyXG5cclxuLy8gRG9tYWluIC0gQ29tbW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2JkYi1maWx0ZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2JkYi1yZXF1ZXN0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9iZGItcmVzcG9uc2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9lbnRpdGllcy9iZGItZW50aXR5JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9lbnRpdGllcy9iZGItZW50aXR5LXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2VudGl0aWVzL2JkYi1lbnRpdHktdXBkYXRlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZS1yZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtcnUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtY3J1JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZS1ydWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNydWQnO1xyXG5cclxuLy8gRG9tYWluIC0gRW50aXRpZXNcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy9leGNlcHRpb24tbG9nL2V4Y2VwdGlvbi1sb2cnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvZXhjZXB0aW9uLWxvZy9leGNlcHRpb24tbG9nLXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvZXhjZXB0aW9uLWxvZy9leGNlcHRpb24tbG9nLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL21lZGlhL21lZGlhJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL21lZGlhL21lZGlhLXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvbWVkaWEvbWVkaWEuc2VydmljZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvcm9sZS9yb2xlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3JvbGUvcm9sZS1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3JvbGUvcm9sZS5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy90YXNrLWxvZy1jcmVhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2cvdGFzay1sb2cnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2cvdGFzay1sb2ctcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy90YXNrLWxvZy5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXBhcmFtZXRlci90YXNrLWxvZy1wYXJhbWV0ZXItcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXNjaGVkdWxlL3Rhc2stbG9nLXNjaGVkdWxlLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1zY2hlZHVsZS90YXNrLWxvZy1zY2hlZHVsZS11cGRhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2ctc2NoZWR1bGUvdGFzay1sb2ctc2NoZWR1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2ctc2NoZWR1bGUvdGFzay1sb2ctc2NoZWR1bGUtcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1zY2hlZHVsZS90YXNrLWxvZy1zY2hlZHVsZS5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyL3VzZXItY3JlYXRlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci11cGRhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdXNlci91c2VyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXItcm9sZS91c2VyLXJvbGUtcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlLnNlcnZpY2UnO1xyXG5cclxuLy8gRG9tYWluIC0gRW51bXNcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnVtcy9tZWRpYS10eXBlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudW1zL3Rhc2stbG9nLW91dGNvbWUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW51bXMvdGFzay1sb2ctcGFyYW1ldGVyLXR5cGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW51bXMvdGFzay1sb2ctc3RhdHVzJztcclxuXHJcbi8vIERvbWFpbiAtIFRhc2tzXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vdGFza3MvdGFzay1sb2ctc2NoZWR1bGVyLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vdGFza3MvdGFzay1sb2ctdHlwZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi90YXNrcy90YXNrLWxvZy10eXBlLXBhcmFtZXRlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi90YXNrcy90YXNrLWxvZy10eXBlLnNlcnZpY2UnO1xyXG5cclxuLy8gUHJlc2VudGF0aW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vbG9nZ2VkLW91dC5ndWFyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9yZXNldC1wYXNzd29yZC5yZXNvbHZlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9yb2xlLmd1YXJkJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9hY2Nlc3MtZGVuaWVkLXBhZ2UvYWNjZXNzLWRlbmllZC1wYWdlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9hdXRoLWNvbnRhaW5lci9hdXRoLWNvbnRhaW5lci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vZm9yZ290LXBhc3N3b3JkLXBhZ2UvZm9yZ290LXBhc3N3b3JkLXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL2ludmFsaWQtdG9rZW4tcGFnZS9pbnZhbGlkLXRva2VuLXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL2xvZ2luLXBhZ2UvbG9naW4tcGFnZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vbG9nb3V0LXBhZ2UvbG9nb3V0LXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL3Jlc2V0LXBhc3N3b3JkLXBhZ2UvcmVzZXQtcGFzc3dvcmQtcGFnZS5jb21wb25lbnQnO1xyXG4iXX0=
110
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhZGFib29tL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxtQkFBbUIsQ0FBQztBQUVsQyxjQUFjO0FBRWQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsZ0VBQWdFLENBQUM7QUFDL0UsY0FBYyw4REFBOEQsQ0FBQztBQUM3RSxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsb0RBQW9ELENBQUM7QUFFbkUsY0FBYyxtRkFBbUYsQ0FBQztBQUVsRyxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsa0RBQWtELENBQUM7QUFFakUsY0FBYyxvRUFBb0UsQ0FBQztBQUVuRixjQUFjLHdEQUF3RCxDQUFDO0FBRXZFLFNBQVM7QUFFVCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHVDQUF1QyxDQUFDO0FBQ3RELGNBQWMsdUNBQXVDLENBQUM7QUFFdEQsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsc0VBQXNFLENBQUM7QUFDckYsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsZ0NBQWdDLENBQUM7QUFFL0MsU0FBUztBQUVULGdCQUFnQjtBQUVoQixjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxxQ0FBcUMsQ0FBQztBQUVwRCxrQkFBa0I7QUFFbEIsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsa0NBQWtDLENBQUM7QUFFakQsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsZ0RBQWdELENBQUM7QUFFL0QsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsOENBQThDLENBQUM7QUFDN0QsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsK0NBQStDLENBQUM7QUFFOUQsb0JBQW9CO0FBRXBCLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYyx3REFBd0QsQ0FBQztBQUN2RSxjQUFjLDJEQUEyRCxDQUFDO0FBRTFFLGNBQWMsbUNBQW1DLENBQUM7QUFDbEQsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLDJDQUEyQyxDQUFDO0FBRTFELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLHlDQUF5QyxDQUFDO0FBRXhELGNBQWMsZ0RBQWdELENBQUM7QUFDL0QsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsaURBQWlELENBQUM7QUFFaEUsY0FBYyxvRUFBb0UsQ0FBQztBQUNuRixjQUFjLDZEQUE2RCxDQUFDO0FBQzVFLGNBQWMsa0VBQWtFLENBQUM7QUFDakYsY0FBYyxxRUFBcUUsQ0FBQztBQUVwRixjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMsa0VBQWtFLENBQUM7QUFDakYsY0FBYywyREFBMkQsQ0FBQztBQUMxRSxjQUFjLGdFQUFnRSxDQUFDO0FBQy9FLGNBQWMsbUVBQW1FLENBQUM7QUFFbEYsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLHlDQUF5QyxDQUFDO0FBRXhELGNBQWMsa0RBQWtELENBQUM7QUFDakUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsbURBQW1ELENBQUM7QUFFbEUsaUJBQWlCO0FBRWpCLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsb0NBQW9DLENBQUM7QUFFbkQsaUJBQWlCO0FBRWpCLGNBQWMsK0NBQStDLENBQUM7QUFDOUQsY0FBYyxrQ0FBa0MsQ0FBQztBQUNqRCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsMENBQTBDLENBQUM7QUFFekQsZUFBZTtBQUVmLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLCtCQUErQixDQUFDO0FBRTlDLGNBQWMsb0VBQW9FLENBQUM7QUFDbkYsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLHdFQUF3RSxDQUFDO0FBQ3ZGLGNBQWMsb0VBQW9FLENBQUM7QUFDbkYsY0FBYyxvREFBb0QsQ0FBQztBQUNuRSxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsc0VBQXNFLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYi9saWIuY29uZmlnJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYmRiLW9wdGlvbnMnO1xyXG5cclxuLy8gQXBwbGljYXRpb25cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi9iZGItZGF0YS1zb3VyY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vcGFnaW5hdG9yL2JkYi1wYWdpbmF0b3IuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3F1ZXJ5LWlucHV0L2JkYi1xdWVyeS1pbnB1dC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vc2VhcmNoL2JkYi1zZWFyY2gtd3JhcHBlci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vc2VhcmNoL2JkYi1zZWFyY2guY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3RhYmxlL2JkYi1jZWxsLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY29sdW1uJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3RhYmxlL2JkYi1jb2x1bW4tYnVpbGRlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY29sdW1uLW9wdGlvbnMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLWNvbHVtbi10eXBlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3RhYmxlL2JkYi1jb250ZXh0LWFjdGlvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItdGFibGUuY29tcG9uZW50JztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2V4Y2VwdGlvbi1sb2cvZXhjZXB0aW9uLWxvZy10YWJsZS9leGNlcHRpb24tbG9nLXRhYmxlLmNvbXBvbmVudCc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi90YXNrLWxvZy90YXNrLWxvZy1zdGF0dXMucGlwZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL3Rhc2stbG9nL3Rhc2stbG9nLW91dGNvbWUucGlwZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyLXZhbHVlLnBpcGUnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vdXNlci91c2VyLXRhYmxlL3VzZXItdGFibGUuY29tcG9uZW50JztcclxuXHJcbi8vIENvbW1vblxyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2JkYi1mbGV4LmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItZmxleC1jaGlsZC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYmRiLWdyaWQuZGlyZWN0aXZlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2JkYi1ncmlkLWNoaWxkLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItZm9ybS1lcnJvci5kaXJlY3RpdmUnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2JkYi1wYWxldHRlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2FsZXJ0L2JkYi1hbGVydC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYWxlcnQtZXJyb3ItcmVzcG9uc2UvYmRiLWFsZXJ0LWVycm9yLXJlc3BvbnNlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9ib29sZWFuLWRpc3BsYXkvYmRiLWJvb2xlYW4tZGlzcGxheS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vZmllbGQvYmRiLWZpZWxkLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9wbGFpbi1udW1iZXItcGlwZSc7XHJcblxyXG4vLyBEb21haW5cclxuXHJcbi8vIERvbWFpbiAtIEF1dGhcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9hdXRoL2F1dGguc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9hdXRoL2FjY291bnQtaW5mbyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9hdXRoL3Jlc2V0LXBhc3N3b3JkLXRva2VuJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2F1dGgvdG9rZW4tZXhwaXJlZC5pbnRlcmNlcHRvcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9hdXRoL3Rva2VuLXJlcG9uc2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC90b2tlbi5pbnRlcmNlcHRvcic7XHJcblxyXG4vLyBEb21haW4gLSBDb21tb25cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vYmRiLWZpbHRlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vYmRiLXJlcXVlc3QnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2JkYi1yZXNwb25zZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2VudGl0aWVzL2JkYi1lbnRpdHknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2VudGl0aWVzL2JkYi1lbnRpdHktcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vZW50aXRpZXMvYmRiLWVudGl0eS11cGRhdGUnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2Utcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtY3InO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLXJkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZS1ydSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtY3JkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZS1jcnUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLXJ1ZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtY3J1ZCc7XHJcblxyXG4vLyBEb21haW4gLSBFbnRpdGllc1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL2V4Y2VwdGlvbi1sb2cvZXhjZXB0aW9uLWxvZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy9leGNlcHRpb24tbG9nL2V4Y2VwdGlvbi1sb2ctcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy9leGNlcHRpb24tbG9nL2V4Y2VwdGlvbi1sb2cuc2VydmljZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvbWVkaWEvbWVkaWEnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvbWVkaWEvbWVkaWEtcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy9tZWRpYS9tZWRpYS5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy9yb2xlL3JvbGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvcm9sZS9yb2xlLXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvcm9sZS9yb2xlLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nL3Rhc2stbG9nLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy90YXNrLWxvZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy90YXNrLWxvZy1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nL3Rhc2stbG9nLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXBhcmFtZXRlci90YXNrLWxvZy1wYXJhbWV0ZXItY3JlYXRlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXBhcmFtZXRlci90YXNrLWxvZy1wYXJhbWV0ZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2ctcGFyYW1ldGVyL3Rhc2stbG9nLXBhcmFtZXRlci1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXBhcmFtZXRlci90YXNrLWxvZy1wYXJhbWV0ZXIuc2VydmljZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2ctc2NoZWR1bGUvdGFzay1sb2ctc2NoZWR1bGUtY3JlYXRlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXNjaGVkdWxlL3Rhc2stbG9nLXNjaGVkdWxlLXVwZGF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1zY2hlZHVsZS90YXNrLWxvZy1zY2hlZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1zY2hlZHVsZS90YXNrLWxvZy1zY2hlZHVsZS1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXNjaGVkdWxlL3Rhc2stbG9nLXNjaGVkdWxlLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci1jcmVhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdXNlci91c2VyLXVwZGF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyL3VzZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdXNlci91c2VyLXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdXNlci91c2VyLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXItcm9sZS91c2VyLXJvbGUtY3JlYXRlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXItcm9sZS91c2VyLXJvbGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdXNlci1yb2xlL3VzZXItcm9sZS1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXItcm9sZS91c2VyLXJvbGUuc2VydmljZSc7XHJcblxyXG4vLyBEb21haW4gLSBFbnVtc1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudW1zL21lZGlhLXR5cGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW51bXMvdGFzay1sb2ctb3V0Y29tZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnVtcy90YXNrLWxvZy1wYXJhbWV0ZXItdHlwZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnVtcy90YXNrLWxvZy1zdGF0dXMnO1xyXG5cclxuLy8gRG9tYWluIC0gVGFza3NcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi90YXNrcy90YXNrLWxvZy1zY2hlZHVsZXIuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi90YXNrcy90YXNrLWxvZy10eXBlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL3Rhc2tzL3Rhc2stbG9nLXR5cGUtcGFyYW1ldGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL3Rhc2tzL3Rhc2stbG9nLXR5cGUuc2VydmljZSc7XHJcblxyXG4vLyBQcmVzZW50YXRpb25cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9sb2dnZWQtb3V0Lmd1YXJkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL3Jlc2V0LXBhc3N3b3JkLnJlc29sdmVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL3JvbGUuZ3VhcmQnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL2FjY2Vzcy1kZW5pZWQtcGFnZS9hY2Nlc3MtZGVuaWVkLXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL2F1dGgtY29udGFpbmVyL2F1dGgtY29udGFpbmVyLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9mb3Jnb3QtcGFzc3dvcmQtcGFnZS9mb3Jnb3QtcGFzc3dvcmQtcGFnZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vaW52YWxpZC10b2tlbi1wYWdlL2ludmFsaWQtdG9rZW4tcGFnZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vbG9naW4tcGFnZS9sb2dpbi1wYWdlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9sb2dvdXQtcGFnZS9sb2dvdXQtcGFnZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vcmVzZXQtcGFzc3dvcmQtcGFnZS9yZXNldC1wYXNzd29yZC1wYWdlLmNvbXBvbmVudCc7XHJcbiJdfQ==