@devopmaat/badaboom 1.1.1 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/_index.scss +1 -1
- package/esm2022/lib/application/common/full-table/bdb-full-table.component.mjs +43 -0
- package/esm2022/lib/application/common/paginator/bdb-paginator.component.mjs +3 -3
- package/esm2022/lib/application/common/query-input/bdb-query-input.component.mjs +8 -9
- package/esm2022/lib/application/common/search/bdb-search-wrapper.component.mjs +3 -3
- package/esm2022/lib/application/common/search/bdb-search.component.mjs +3 -3
- package/esm2022/lib/application/common/table/bdb-cell.directive.mjs +3 -3
- package/esm2022/lib/application/common/table/bdb-column-builder.mjs +7 -5
- package/esm2022/lib/application/common/table/bdb-column-options.mjs +1 -1
- package/esm2022/lib/application/common/table/bdb-table.component.mjs +4 -4
- package/esm2022/lib/application/common/table/dynamic.pipe.mjs +3 -3
- package/esm2022/lib/application/exception-log/exception-log-table/exception-log-table.component.mjs +3 -3
- package/esm2022/lib/application/task-log/task-log-outcome.pipe.mjs +3 -3
- package/esm2022/lib/application/task-log/task-log-status.pipe.mjs +3 -3
- package/esm2022/lib/application/task-log-parameter/task-log-parameter-value.pipe.mjs +3 -3
- package/esm2022/lib/application/user/user-table/user-table.component.mjs +3 -3
- package/esm2022/lib/common/alert/bdb-alert.component.mjs +5 -5
- package/esm2022/lib/common/alert-error-response/bdb-alert-error-response.component.mjs +8 -7
- package/esm2022/lib/common/bdb-flex-child.directive.mjs +3 -3
- package/esm2022/lib/common/bdb-flex.directive.mjs +3 -3
- package/esm2022/lib/common/bdb-form-error.directive.mjs +3 -3
- package/esm2022/lib/common/bdb-grid-child.directive.mjs +3 -3
- package/esm2022/lib/common/bdb-grid.directive.mjs +3 -3
- package/esm2022/lib/common/bdb-palette.mjs +1 -1
- package/esm2022/lib/common/boolean-display/bdb-boolean-display.component.mjs +3 -3
- package/esm2022/lib/common/collapse-row/collapse-row.component.mjs +31 -0
- package/esm2022/lib/common/field/bdb-field.component.mjs +10 -7
- package/esm2022/lib/common/function.pipe.mjs +3 -3
- package/esm2022/lib/common/plain-number-pipe.mjs +20 -0
- package/esm2022/lib/domain/auth/account.service.mjs +3 -3
- package/esm2022/lib/domain/auth/auth.service.mjs +3 -3
- package/esm2022/lib/domain/entities/exception-log/exception-log.service.mjs +3 -3
- package/esm2022/lib/domain/entities/media/media.service.mjs +3 -3
- package/esm2022/lib/domain/entities/role/role.service.mjs +3 -3
- package/esm2022/lib/domain/entities/task-log/task-log.service.mjs +3 -3
- package/esm2022/lib/domain/entities/task-log-parameter/task-log-parameter.service.mjs +3 -3
- package/esm2022/lib/domain/entities/task-log-schedule/task-log-schedule.service.mjs +3 -3
- package/esm2022/lib/domain/entities/user/user.service.mjs +3 -3
- package/esm2022/lib/domain/entities/user-role/user-role.service.mjs +3 -3
- package/esm2022/lib/domain/tasks/task-log-scheduler.service.mjs +3 -3
- package/esm2022/lib/domain/tasks/task-log-type.service.mjs +3 -3
- package/esm2022/lib/presentation/access-denied-page/access-denied-page.component.mjs +3 -3
- package/esm2022/lib/presentation/auth-container/auth-container.component.mjs +3 -3
- package/esm2022/lib/presentation/forgot-password-page/forgot-password-page.component.mjs +3 -3
- package/esm2022/lib/presentation/invalid-token-page/invalid-token-page.component.mjs +3 -3
- package/esm2022/lib/presentation/login-page/login-page.component.mjs +3 -3
- package/esm2022/lib/presentation/logout-page/logout-page.component.mjs +3 -3
- package/esm2022/lib/presentation/reset-password-page/reset-password-page.component.mjs +3 -3
- package/esm2022/public-api.mjs +4 -1
- package/fesm2022/devopmaat-badaboom.mjs +347 -259
- package/fesm2022/devopmaat-badaboom.mjs.map +1 -1
- package/lib/application/common/full-table/bdb-full-table.component.d.ts +24 -0
- package/lib/application/common/query-input/_bdb-query-input-m3-theme.scss +30 -0
- package/lib/application/common/table/_bdb-table-m3-theme.scss +70 -0
- package/lib/application/common/table/bdb-column-options.d.ts +1 -0
- package/lib/application/common/table/bdb-table.component.d.ts +2 -2
- package/lib/common/alert/_bdb-alert-m3-theme.scss +29 -0
- package/lib/common/alert-error-response/bdb-alert-error-response.component.d.ts +1 -0
- package/lib/common/bdb-palette.d.ts +1 -0
- package/lib/common/boolean-display/_bdb-boolean-display-m3-theme.scss +27 -0
- package/lib/common/collapse-row/_collapse-row-theme.scss +37 -0
- package/lib/common/collapse-row/collapse-row.component.d.ts +9 -0
- package/lib/common/field/_bdb-field-m2-theme.scss +13 -0
- package/lib/common/field/_bdb-field-m3-theme.scss +56 -0
- package/lib/common/field/bdb-field.component.d.ts +1 -0
- package/lib/common/plain-number-pipe.d.ts +7 -0
- package/lib/styles/_core-theme.scss +29 -0
- package/lib/styles/_theme.scss +157 -0
- package/lib/styles/material/_badge-m3-theme.scss +35 -0
- package/lib/styles/material/_button-m3-theme.scss +84 -0
- package/lib/styles/material/_card-m3-theme.scss +34 -0
- package/lib/styles/material/_checkbox-m3-theme.scss +54 -0
- package/lib/styles/material/_chips-m3-theme.scss +58 -0
- package/lib/styles/material/_datepicker-m3-theme.scss +84 -0
- package/lib/styles/material/_fab-m3-theme.scss +84 -0
- package/lib/styles/material/_form-field-m3-theme.scss +36 -0
- package/lib/styles/material/_icon-m3-theme.scss +32 -0
- package/lib/styles/material/_option-m3-theme.scss +34 -0
- package/lib/styles/material/_progress-bar-m3-theme.scss +31 -0
- package/lib/styles/material/_progress-spinner-m3-theme.scss +30 -0
- package/lib/styles/material/_radio-m3-theme.scss +42 -0
- package/lib/styles/material/_slide-toggle-m3-theme.scss +68 -0
- package/lib/styles/material/_slider-m3-theme.scss +48 -0
- package/lib/styles/material/_stepper-m3-theme.scss +44 -0
- package/lib/styles/material/_tabs-m3-theme.scss +32 -0
- package/lib/styles/material/_toolbar-m3-theme.scss +63 -0
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
- package/lib/_theme.scss +0 -32
- /package/lib/application/common/query-input/{_bdb-query-input-theme.scss → _bdb-query-input-m2-theme.scss} +0 -0
- /package/lib/application/common/search/{_bdb-search-theme.scss → _bdb-search-m2-theme.scss} +0 -0
- /package/lib/application/common/table/{_bdb-table-theme.scss → _bdb-table-m2-theme.scss} +0 -0
- /package/lib/common/{_button-theme.scss → _button-m2-theme.scss} +0 -0
- /package/lib/common/{_icon-theme.scss → _icon-m2-theme.scss} +0 -0
- /package/lib/common/alert/{_bdb-alert-theme.scss → _bdb-alert-m2-theme.scss} +0 -0
- /package/lib/common/boolean-display/{_bdb-boolean-display-theme.scss → _bdb-boolean-display-m2-theme.scss} +0 -0
|
@@ -5,10 +5,10 @@ export class TaskLogScheduleService extends BdbServiceCRUD {
|
|
|
5
5
|
constructor() {
|
|
6
6
|
super('task-log-schedule');
|
|
7
7
|
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
9
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogScheduleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogScheduleService, providedIn: 'root' }); }
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogScheduleService, decorators: [{
|
|
12
12
|
type: Injectable,
|
|
13
13
|
args: [{
|
|
14
14
|
providedIn: 'root',
|
|
@@ -5,10 +5,10 @@ export class UserService extends BdbServiceCRUD {
|
|
|
5
5
|
constructor() {
|
|
6
6
|
super('user');
|
|
7
7
|
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
9
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: UserService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: UserService, providedIn: 'root' }); }
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: UserService, decorators: [{
|
|
12
12
|
type: Injectable,
|
|
13
13
|
args: [{
|
|
14
14
|
providedIn: 'root',
|
|
@@ -5,10 +5,10 @@ export class UserRoleService extends BdbServiceCRD {
|
|
|
5
5
|
constructor() {
|
|
6
6
|
super('user-role');
|
|
7
7
|
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
9
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: UserRoleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: UserRoleService, providedIn: 'root' }); }
|
|
10
10
|
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: UserRoleService, decorators: [{
|
|
12
12
|
type: Injectable,
|
|
13
13
|
args: [{
|
|
14
14
|
providedIn: 'root',
|
|
@@ -14,10 +14,10 @@ export class TaskLogSchedulerService extends BdbService {
|
|
|
14
14
|
stopScheduler() {
|
|
15
15
|
return this.httpClient.get(`${this.baseUrl}/stop`);
|
|
16
16
|
}
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
18
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogSchedulerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogSchedulerService, providedIn: 'root' }); }
|
|
19
19
|
}
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogSchedulerService, decorators: [{
|
|
21
21
|
type: Injectable,
|
|
22
22
|
args: [{
|
|
23
23
|
providedIn: 'root',
|
|
@@ -32,10 +32,10 @@ export class TaskLogTypeService extends BdbService {
|
|
|
32
32
|
}
|
|
33
33
|
return of(null);
|
|
34
34
|
}
|
|
35
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
36
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.
|
|
35
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
36
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogTypeService, providedIn: 'root' }); }
|
|
37
37
|
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: TaskLogTypeService, decorators: [{
|
|
39
39
|
type: Injectable,
|
|
40
40
|
args: [{
|
|
41
41
|
providedIn: 'root',
|
|
@@ -30,10 +30,10 @@ export class AccessDeniedPageComponent {
|
|
|
30
30
|
this._onDestroy.next();
|
|
31
31
|
this._onDestroy.complete();
|
|
32
32
|
}
|
|
33
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
34
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AccessDeniedPageComponent, deps: [{ token: BDB_OPTIONS }, { token: i1.AuthService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: AccessDeniedPageComponent, isStandalone: true, selector: "bdb-access-denied-page", ngImport: i0, template: "<mat-card>\r\n <mat-card-header>\r\n <mat-card-title>Toegang geweigerd</mat-card-title>\r\n </mat-card-header>\r\n <mat-card-content class=\"access-denied-card-content\">\r\n <bdb-alert color=\"danger\" label=\"Geen toegang\" icon=\"block\">\r\n U heeft onvoldoende rechten voor de gevraagde toepassing\r\n </bdb-alert>\r\n </mat-card-content>\r\n <mat-card-actions bdbFlex=\"row 0 end center\">\r\n <a [routerLink]=\"['/', loginRoutePath]\" mat-button *ngIf=\"!isLoggedIn\">Inloggen</a>\r\n <a [routerLink]=\"['/', logoutRoutePath]\" mat-button *ngIf=\"isLoggedIn\">Uitloggen</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: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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: "component", type: BdbAlertComponent, selector: "bdb-alert", inputs: ["color", "label", "icon", "inline"] }, { 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: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "directive", type: BdbFlexDirective, selector: "[bdbFlex], [bdbFlexDirection], [bdbFlexGap], [bdbFlexSpacing]", inputs: ["bdbFlex", "bdbFlexDirection", "bdbFlexGap", "bdbFlexSpacing"] }] }); }
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: AccessDeniedPageComponent, decorators: [{
|
|
37
37
|
type: Component,
|
|
38
38
|
args: [{ selector: 'bdb-access-denied-page', standalone: true, imports: [
|
|
39
39
|
CommonModule,
|
|
@@ -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.
|
|
6
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
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.
|
|
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.
|
|
55
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
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.
|
|
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.
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
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.
|
|
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.
|
|
69
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
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.
|
|
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.
|
|
24
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
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.
|
|
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.
|
|
84
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
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.
|
|
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,
|
package/esm2022/public-api.mjs
CHANGED
|
@@ -13,6 +13,7 @@ export * from './lib/application/common/table/bdb-column-options';
|
|
|
13
13
|
export * from './lib/application/common/table/bdb-column-type';
|
|
14
14
|
export * from './lib/application/common/table/bdb-context-action';
|
|
15
15
|
export * from './lib/application/common/table/bdb-table.component';
|
|
16
|
+
export * from './lib/application/common/full-table/bdb-full-table.component';
|
|
16
17
|
export * from './lib/application/exception-log/exception-log-table/exception-log-table.component';
|
|
17
18
|
export * from './lib/application/task-log/task-log-status.pipe';
|
|
18
19
|
export * from './lib/application/task-log/task-log-outcome.pipe';
|
|
@@ -28,7 +29,9 @@ export * from './lib/common/bdb-palette';
|
|
|
28
29
|
export * from './lib/common/alert/bdb-alert.component';
|
|
29
30
|
export * from './lib/common/alert-error-response/bdb-alert-error-response.component';
|
|
30
31
|
export * from './lib/common/boolean-display/bdb-boolean-display.component';
|
|
32
|
+
export * from './lib/common/collapse-row/collapse-row.component';
|
|
31
33
|
export * from './lib/common/field/bdb-field.component';
|
|
34
|
+
export * from './lib/common/plain-number-pipe';
|
|
32
35
|
// Domain
|
|
33
36
|
// Domain - Auth
|
|
34
37
|
export * from './lib/domain/auth/auth.service';
|
|
@@ -106,4 +109,4 @@ export * from './lib/presentation/invalid-token-page/invalid-token-page.componen
|
|
|
106
109
|
export * from './lib/presentation/login-page/login-page.component';
|
|
107
110
|
export * from './lib/presentation/logout-page/logout-page.component';
|
|
108
111
|
export * from './lib/presentation/reset-password-page/reset-password-page.component';
|
|
109
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhZGFib29tL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxtQkFBbUIsQ0FBQztBQUVsQyxjQUFjO0FBRWQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsZ0VBQWdFLENBQUM7QUFDL0UsY0FBYyw4REFBOEQsQ0FBQztBQUM3RSxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsb0RBQW9ELENBQUM7QUFFbkUsY0FBYyxtRkFBbUYsQ0FBQztBQUVsRyxjQUFjLGlEQUFpRCxDQUFDO0FBQ2hFLGNBQWMsa0RBQWtELENBQUM7QUFFakUsY0FBYyxvRUFBb0UsQ0FBQztBQUVuRixjQUFjLHdEQUF3RCxDQUFDO0FBRXZFLFNBQVM7QUFFVCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHVDQUF1QyxDQUFDO0FBQ3RELGNBQWMsdUNBQXVDLENBQUM7QUFFdEQsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsc0VBQXNFLENBQUM7QUFDckYsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLHdDQUF3QyxDQUFDO0FBRXZELFNBQVM7QUFFVCxnQkFBZ0I7QUFFaEIsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMscUNBQXFDLENBQUM7QUFFcEQsa0JBQWtCO0FBRWxCLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLGtDQUFrQyxDQUFDO0FBRWpELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLGdEQUFnRCxDQUFDO0FBRS9ELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsOENBQThDLENBQUM7QUFDN0QsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLCtDQUErQyxDQUFDO0FBRTlELG9CQUFvQjtBQUVwQixjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsd0RBQXdELENBQUM7QUFDdkUsY0FBYywyREFBMkQsQ0FBQztBQUUxRSxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYywyQ0FBMkMsQ0FBQztBQUUxRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx5Q0FBeUMsQ0FBQztBQUV4RCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLGlEQUFpRCxDQUFDO0FBRWhFLGNBQWMsb0VBQW9FLENBQUM7QUFDbkYsY0FBYyw2REFBNkQsQ0FBQztBQUM1RSxjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMscUVBQXFFLENBQUM7QUFFcEYsY0FBYyxrRUFBa0UsQ0FBQztBQUNqRixjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMsMkRBQTJELENBQUM7QUFDMUUsY0FBYyxnRUFBZ0UsQ0FBQztBQUMvRSxjQUFjLG1FQUFtRSxDQUFDO0FBRWxGLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx5Q0FBeUMsQ0FBQztBQUV4RCxjQUFjLGtEQUFrRCxDQUFDO0FBQ2pFLGNBQWMsMkNBQTJDLENBQUM7QUFDMUQsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLG1EQUFtRCxDQUFDO0FBRWxFLGlCQUFpQjtBQUVqQixjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLG9DQUFvQyxDQUFDO0FBRW5ELGlCQUFpQjtBQUVqQixjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDBDQUEwQyxDQUFDO0FBRXpELGVBQWU7QUFFZixjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsNENBQTRDLENBQUM7QUFDM0QsY0FBYywrQkFBK0IsQ0FBQztBQUU5QyxjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsNERBQTRELENBQUM7QUFDM0UsY0FBYyx3RUFBd0UsQ0FBQztBQUN2RixjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyxzREFBc0QsQ0FBQztBQUNyRSxjQUFjLHNFQUFzRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvbGliLmNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JkYi1vcHRpb25zJztcclxuXHJcbi8vIEFwcGxpY2F0aW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vYmRiLWRhdGEtc291cmNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3BhZ2luYXRvci9iZGItcGFnaW5hdG9yLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi9xdWVyeS1pbnB1dC9iZGItcXVlcnktaW5wdXQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3NlYXJjaC9iZGItc2VhcmNoLXdyYXBwZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3NlYXJjaC9iZGItc2VhcmNoLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY2VsbC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLWNvbHVtbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY29sdW1uLWJ1aWxkZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLWNvbHVtbi1vcHRpb25zJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3RhYmxlL2JkYi1jb2x1bW4tdHlwZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY29udGV4dC1hY3Rpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLXRhYmxlLmNvbXBvbmVudCc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9leGNlcHRpb24tbG9nL2V4Y2VwdGlvbi1sb2ctdGFibGUvZXhjZXB0aW9uLWxvZy10YWJsZS5jb21wb25lbnQnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vdGFzay1sb2cvdGFzay1sb2ctc3RhdHVzLnBpcGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi90YXNrLWxvZy90YXNrLWxvZy1vdXRjb21lLnBpcGUnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vdGFzay1sb2ctcGFyYW1ldGVyL3Rhc2stbG9nLXBhcmFtZXRlci12YWx1ZS5waXBlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL3VzZXIvdXNlci10YWJsZS91c2VyLXRhYmxlLmNvbXBvbmVudCc7XHJcblxyXG4vLyBDb21tb25cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItZmxleC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYmRiLWZsZXgtY2hpbGQuZGlyZWN0aXZlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2JkYi1ncmlkLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItZ3JpZC1jaGlsZC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYmRiLWZvcm0tZXJyb3IuZGlyZWN0aXZlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItcGFsZXR0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9hbGVydC9iZGItYWxlcnQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2FsZXJ0LWVycm9yLXJlc3BvbnNlL2JkYi1hbGVydC1lcnJvci1yZXNwb25zZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYm9vbGVhbi1kaXNwbGF5L2JkYi1ib29sZWFuLWRpc3BsYXkuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2ZpZWxkL2JkYi1maWVsZC5jb21wb25lbnQnO1xyXG5cclxuLy8gRG9tYWluXHJcblxyXG4vLyBEb21haW4gLSBBdXRoXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9hdXRoLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9hY2NvdW50LWluZm8nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9yZXNldC1wYXNzd29yZC10b2tlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9hdXRoL3Rva2VuLWV4cGlyZWQuaW50ZXJjZXB0b3InO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC90b2tlbi1yZXBvbnNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2F1dGgvdG9rZW4uaW50ZXJjZXB0b3InO1xyXG5cclxuLy8gRG9tYWluIC0gQ29tbW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2JkYi1maWx0ZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2JkYi1yZXF1ZXN0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9iZGItcmVzcG9uc2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9lbnRpdGllcy9iZGItZW50aXR5JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9lbnRpdGllcy9iZGItZW50aXR5LXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2VudGl0aWVzL2JkYi1lbnRpdHktdXBkYXRlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZS1yZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtcnUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtY3J1JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZS1ydWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNydWQnO1xyXG5cclxuLy8gRG9tYWluIC0gRW50aXRpZXNcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy9leGNlcHRpb24tbG9nL2V4Y2VwdGlvbi1sb2cnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvZXhjZXB0aW9uLWxvZy9leGNlcHRpb24tbG9nLXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvZXhjZXB0aW9uLWxvZy9leGNlcHRpb24tbG9nLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL21lZGlhL21lZGlhJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL21lZGlhL21lZGlhLXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvbWVkaWEvbWVkaWEuc2VydmljZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvcm9sZS9yb2xlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3JvbGUvcm9sZS1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3JvbGUvcm9sZS5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy90YXNrLWxvZy1jcmVhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2cvdGFzay1sb2cnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2cvdGFzay1sb2ctcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy90YXNrLWxvZy5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXBhcmFtZXRlci90YXNrLWxvZy1wYXJhbWV0ZXItcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXNjaGVkdWxlL3Rhc2stbG9nLXNjaGVkdWxlLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1zY2hlZHVsZS90YXNrLWxvZy1zY2hlZHVsZS11cGRhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2ctc2NoZWR1bGUvdGFzay1sb2ctc2NoZWR1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2ctc2NoZWR1bGUvdGFzay1sb2ctc2NoZWR1bGUtcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1zY2hlZHVsZS90YXNrLWxvZy1zY2hlZHVsZS5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyL3VzZXItY3JlYXRlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci11cGRhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdXNlci91c2VyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXItcm9sZS91c2VyLXJvbGUtcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlLnNlcnZpY2UnO1xyXG5cclxuLy8gRG9tYWluIC0gRW51bXNcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnVtcy9tZWRpYS10eXBlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudW1zL3Rhc2stbG9nLW91dGNvbWUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW51bXMvdGFzay1sb2ctcGFyYW1ldGVyLXR5cGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW51bXMvdGFzay1sb2ctc3RhdHVzJztcclxuXHJcbi8vIERvbWFpbiAtIFRhc2tzXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vdGFza3MvdGFzay1sb2ctc2NoZWR1bGVyLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vdGFza3MvdGFzay1sb2ctdHlwZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi90YXNrcy90YXNrLWxvZy10eXBlLXBhcmFtZXRlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi90YXNrcy90YXNrLWxvZy10eXBlLnNlcnZpY2UnO1xyXG5cclxuLy8gUHJlc2VudGF0aW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vbG9nZ2VkLW91dC5ndWFyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9yZXNldC1wYXNzd29yZC5yZXNvbHZlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9yb2xlLmd1YXJkJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9hY2Nlc3MtZGVuaWVkLXBhZ2UvYWNjZXNzLWRlbmllZC1wYWdlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9hdXRoLWNvbnRhaW5lci9hdXRoLWNvbnRhaW5lci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vZm9yZ290LXBhc3N3b3JkLXBhZ2UvZm9yZ290LXBhc3N3b3JkLXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL2ludmFsaWQtdG9rZW4tcGFnZS9pbnZhbGlkLXRva2VuLXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL2xvZ2luLXBhZ2UvbG9naW4tcGFnZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vbG9nb3V0LXBhZ2UvbG9nb3V0LXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL3Jlc2V0LXBhc3N3b3JkLXBhZ2UvcmVzZXQtcGFzc3dvcmQtcGFnZS5jb21wb25lbnQnO1xyXG4iXX0=
|
|
112
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2JhZGFib29tL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxtQkFBbUIsQ0FBQztBQUVsQyxjQUFjO0FBRWQsY0FBYywwQ0FBMEMsQ0FBQztBQUN6RCxjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsZ0VBQWdFLENBQUM7QUFDL0UsY0FBYyw4REFBOEQsQ0FBQztBQUM3RSxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYywyQ0FBMkMsQ0FBQztBQUMxRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsbURBQW1ELENBQUM7QUFDbEUsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyw4REFBOEQsQ0FBQztBQUU3RSxjQUFjLG1GQUFtRixDQUFDO0FBRWxHLGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYyxrREFBa0QsQ0FBQztBQUVqRSxjQUFjLG9FQUFvRSxDQUFDO0FBRW5GLGNBQWMsd0RBQXdELENBQUM7QUFFdkUsU0FBUztBQUVULGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyx1Q0FBdUMsQ0FBQztBQUN0RCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsdUNBQXVDLENBQUM7QUFDdEQsY0FBYyx1Q0FBdUMsQ0FBQztBQUV0RCxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyxzRUFBc0UsQ0FBQztBQUNyRixjQUFjLDREQUE0RCxDQUFDO0FBQzNFLGNBQWMsa0RBQWtELENBQUM7QUFDakUsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLGdDQUFnQyxDQUFDO0FBRS9DLFNBQVM7QUFFVCxnQkFBZ0I7QUFFaEIsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMscUNBQXFDLENBQUM7QUFFcEQsa0JBQWtCO0FBRWxCLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLGtDQUFrQyxDQUFDO0FBRWpELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLGdEQUFnRCxDQUFDO0FBRS9ELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsNkNBQTZDLENBQUM7QUFDNUQsY0FBYyw2Q0FBNkMsQ0FBQztBQUM1RCxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsOENBQThDLENBQUM7QUFDN0QsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLCtDQUErQyxDQUFDO0FBRTlELG9CQUFvQjtBQUVwQixjQUFjLG1EQUFtRCxDQUFDO0FBQ2xFLGNBQWMsd0RBQXdELENBQUM7QUFDdkUsY0FBYywyREFBMkQsQ0FBQztBQUUxRSxjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYywyQ0FBMkMsQ0FBQztBQUUxRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx5Q0FBeUMsQ0FBQztBQUV4RCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYyw4Q0FBOEMsQ0FBQztBQUM3RCxjQUFjLGlEQUFpRCxDQUFDO0FBRWhFLGNBQWMsb0VBQW9FLENBQUM7QUFDbkYsY0FBYyw2REFBNkQsQ0FBQztBQUM1RSxjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMscUVBQXFFLENBQUM7QUFFcEYsY0FBYyxrRUFBa0UsQ0FBQztBQUNqRixjQUFjLGtFQUFrRSxDQUFDO0FBQ2pGLGNBQWMsMkRBQTJELENBQUM7QUFDMUUsY0FBYyxnRUFBZ0UsQ0FBQztBQUMvRSxjQUFjLG1FQUFtRSxDQUFDO0FBRWxGLGNBQWMsd0NBQXdDLENBQUM7QUFDdkQsY0FBYyx3Q0FBd0MsQ0FBQztBQUN2RCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyx5Q0FBeUMsQ0FBQztBQUV4RCxjQUFjLGtEQUFrRCxDQUFDO0FBQ2pFLGNBQWMsMkNBQTJDLENBQUM7QUFDMUQsY0FBYyxnREFBZ0QsQ0FBQztBQUMvRCxjQUFjLG1EQUFtRCxDQUFDO0FBRWxFLGlCQUFpQjtBQUVqQixjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLG9DQUFvQyxDQUFDO0FBRW5ELGlCQUFpQjtBQUVqQixjQUFjLCtDQUErQyxDQUFDO0FBQzlELGNBQWMsa0NBQWtDLENBQUM7QUFDakQsY0FBYyw0Q0FBNEMsQ0FBQztBQUMzRCxjQUFjLDBDQUEwQyxDQUFDO0FBRXpELGVBQWU7QUFFZixjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsNENBQTRDLENBQUM7QUFDM0QsY0FBYywrQkFBK0IsQ0FBQztBQUU5QyxjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsNERBQTRELENBQUM7QUFDM0UsY0FBYyx3RUFBd0UsQ0FBQztBQUN2RixjQUFjLG9FQUFvRSxDQUFDO0FBQ25GLGNBQWMsb0RBQW9ELENBQUM7QUFDbkUsY0FBYyxzREFBc0QsQ0FBQztBQUNyRSxjQUFjLHNFQUFzRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvbGliLmNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JkYi1vcHRpb25zJztcclxuXHJcbi8vIEFwcGxpY2F0aW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vYmRiLWRhdGEtc291cmNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3BhZ2luYXRvci9iZGItcGFnaW5hdG9yLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi9xdWVyeS1pbnB1dC9iZGItcXVlcnktaW5wdXQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3NlYXJjaC9iZGItc2VhcmNoLXdyYXBwZXIuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3NlYXJjaC9iZGItc2VhcmNoLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY2VsbC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLWNvbHVtbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY29sdW1uLWJ1aWxkZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLWNvbHVtbi1vcHRpb25zJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vY29tbW9uL3RhYmxlL2JkYi1jb2x1bW4tdHlwZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi90YWJsZS9iZGItY29udGV4dC1hY3Rpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9jb21tb24vdGFibGUvYmRiLXRhYmxlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL2NvbW1vbi9mdWxsLXRhYmxlL2JkYi1mdWxsLXRhYmxlLmNvbXBvbmVudCc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi9leGNlcHRpb24tbG9nL2V4Y2VwdGlvbi1sb2ctdGFibGUvZXhjZXB0aW9uLWxvZy10YWJsZS5jb21wb25lbnQnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vdGFzay1sb2cvdGFzay1sb2ctc3RhdHVzLnBpcGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcHBsaWNhdGlvbi90YXNrLWxvZy90YXNrLWxvZy1vdXRjb21lLnBpcGUnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXBwbGljYXRpb24vdGFzay1sb2ctcGFyYW1ldGVyL3Rhc2stbG9nLXBhcmFtZXRlci12YWx1ZS5waXBlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FwcGxpY2F0aW9uL3VzZXIvdXNlci10YWJsZS91c2VyLXRhYmxlLmNvbXBvbmVudCc7XHJcblxyXG4vLyBDb21tb25cclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItZmxleC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYmRiLWZsZXgtY2hpbGQuZGlyZWN0aXZlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2JkYi1ncmlkLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItZ3JpZC1jaGlsZC5kaXJlY3RpdmUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYmRiLWZvcm0tZXJyb3IuZGlyZWN0aXZlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9iZGItcGFsZXR0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbW1vbi9hbGVydC9iZGItYWxlcnQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2FsZXJ0LWVycm9yLXJlc3BvbnNlL2JkYi1hbGVydC1lcnJvci1yZXNwb25zZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vYm9vbGVhbi1kaXNwbGF5L2JkYi1ib29sZWFuLWRpc3BsYXkuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2NvbGxhcHNlLXJvdy9jb2xsYXBzZS1yb3cuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tbW9uL2ZpZWxkL2JkYi1maWVsZC5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21tb24vcGxhaW4tbnVtYmVyLXBpcGUnO1xyXG5cclxuLy8gRG9tYWluXHJcblxyXG4vLyBEb21haW4gLSBBdXRoXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9hdXRoLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9hY2NvdW50LWluZm8nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC9yZXNldC1wYXNzd29yZC10b2tlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9hdXRoL3Rva2VuLWV4cGlyZWQuaW50ZXJjZXB0b3InO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vYXV0aC90b2tlbi1yZXBvbnNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2F1dGgvdG9rZW4uaW50ZXJjZXB0b3InO1xyXG5cclxuLy8gRG9tYWluIC0gQ29tbW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2JkYi1maWx0ZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2JkYi1yZXF1ZXN0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9iZGItcmVzcG9uc2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9lbnRpdGllcy9iZGItZW50aXR5JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9lbnRpdGllcy9iZGItZW50aXR5LXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL2VudGl0aWVzL2JkYi1lbnRpdHktdXBkYXRlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZS1yZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtcnUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9jb21tb24vc2VydmljZXMvYmRiLXNlcnZpY2UtY3J1JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2NvbW1vbi9zZXJ2aWNlcy9iZGItc2VydmljZS1ydWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vY29tbW9uL3NlcnZpY2VzL2JkYi1zZXJ2aWNlLWNydWQnO1xyXG5cclxuLy8gRG9tYWluIC0gRW50aXRpZXNcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy9leGNlcHRpb24tbG9nL2V4Y2VwdGlvbi1sb2cnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvZXhjZXB0aW9uLWxvZy9leGNlcHRpb24tbG9nLXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvZXhjZXB0aW9uLWxvZy9leGNlcHRpb24tbG9nLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL21lZGlhL21lZGlhJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL21lZGlhL21lZGlhLXJlYWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvbWVkaWEvbWVkaWEuc2VydmljZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvcm9sZS9yb2xlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3JvbGUvcm9sZS1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3JvbGUvcm9sZS5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy90YXNrLWxvZy1jcmVhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2cvdGFzay1sb2cnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2cvdGFzay1sb2ctcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy90YXNrLWxvZy5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXBhcmFtZXRlci90YXNrLWxvZy1wYXJhbWV0ZXItcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1wYXJhbWV0ZXIvdGFzay1sb2ctcGFyYW1ldGVyLnNlcnZpY2UnO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3Rhc2stbG9nLXNjaGVkdWxlL3Rhc2stbG9nLXNjaGVkdWxlLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1zY2hlZHVsZS90YXNrLWxvZy1zY2hlZHVsZS11cGRhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2ctc2NoZWR1bGUvdGFzay1sb2ctc2NoZWR1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdGFzay1sb2ctc2NoZWR1bGUvdGFzay1sb2ctc2NoZWR1bGUtcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy90YXNrLWxvZy1zY2hlZHVsZS90YXNrLWxvZy1zY2hlZHVsZS5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyL3VzZXItY3JlYXRlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci11cGRhdGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW50aXRpZXMvdXNlci91c2VyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci1yZWFkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXIvdXNlci5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlLWNyZWF0ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudGl0aWVzL3VzZXItcm9sZS91c2VyLXJvbGUtcmVhZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnRpdGllcy91c2VyLXJvbGUvdXNlci1yb2xlLnNlcnZpY2UnO1xyXG5cclxuLy8gRG9tYWluIC0gRW51bXNcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi9lbnVtcy9tZWRpYS10eXBlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZG9tYWluL2VudW1zL3Rhc2stbG9nLW91dGNvbWUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW51bXMvdGFzay1sb2ctcGFyYW1ldGVyLXR5cGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vZW51bXMvdGFzay1sb2ctc3RhdHVzJztcclxuXHJcbi8vIERvbWFpbiAtIFRhc2tzXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vdGFza3MvdGFzay1sb2ctc2NoZWR1bGVyLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb21haW4vdGFza3MvdGFzay1sb2ctdHlwZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi90YXNrcy90YXNrLWxvZy10eXBlLXBhcmFtZXRlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvbWFpbi90YXNrcy90YXNrLWxvZy10eXBlLnNlcnZpY2UnO1xyXG5cclxuLy8gUHJlc2VudGF0aW9uXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vbG9nZ2VkLW91dC5ndWFyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9yZXNldC1wYXNzd29yZC5yZXNvbHZlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9yb2xlLmd1YXJkJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9hY2Nlc3MtZGVuaWVkLXBhZ2UvYWNjZXNzLWRlbmllZC1wYWdlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3ByZXNlbnRhdGlvbi9hdXRoLWNvbnRhaW5lci9hdXRoLWNvbnRhaW5lci5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vZm9yZ290LXBhc3N3b3JkLXBhZ2UvZm9yZ290LXBhc3N3b3JkLXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL2ludmFsaWQtdG9rZW4tcGFnZS9pbnZhbGlkLXRva2VuLXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL2xvZ2luLXBhZ2UvbG9naW4tcGFnZS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wcmVzZW50YXRpb24vbG9nb3V0LXBhZ2UvbG9nb3V0LXBhZ2UuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcHJlc2VudGF0aW9uL3Jlc2V0LXBhc3N3b3JkLXBhZ2UvcmVzZXQtcGFzc3dvcmQtcGFnZS5jb21wb25lbnQnO1xyXG4iXX0=
|