@devopmaat/badaboom 1.3.8 → 1.3.10

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 (128) hide show
  1. package/fesm2022/devopmaat-badaboom.mjs +1291 -1047
  2. package/fesm2022/devopmaat-badaboom.mjs.map +1 -1
  3. package/index.d.ts +1229 -3
  4. package/lib/application/media/media-display/_bdb-media-display-theme.scss +36 -0
  5. package/lib/application/media/media-input/_bdb-media-input-theme.scss +36 -0
  6. package/lib/application/media/media-upload/_bdb-media-upload-theme.scss +36 -0
  7. package/lib/styles/_core-theme.scss +31 -0
  8. package/lib/styles/_theme.scss +35 -2
  9. package/lib/styles/material/_toolbar-theme.scss +7 -0
  10. package/package.json +5 -5
  11. package/lib/application/common/bdb-data-source.d.ts +0 -25
  12. package/lib/application/common/full-table/bdb-full-table.component.d.ts +0 -27
  13. package/lib/application/common/paginator/bdb-paginator.component.d.ts +0 -17
  14. package/lib/application/common/query-input/bdb-query-input.component.d.ts +0 -15
  15. package/lib/application/common/search/bdb-search-wrapper.component.d.ts +0 -13
  16. package/lib/application/common/search/bdb-search.component.d.ts +0 -43
  17. package/lib/application/common/table/bdb-cell.directive.d.ts +0 -9
  18. package/lib/application/common/table/bdb-column-builder.d.ts +0 -18
  19. package/lib/application/common/table/bdb-column-options.d.ts +0 -33
  20. package/lib/application/common/table/bdb-column-type.d.ts +0 -10
  21. package/lib/application/common/table/bdb-column.d.ts +0 -19
  22. package/lib/application/common/table/bdb-context-action.d.ts +0 -7
  23. package/lib/application/common/table/bdb-table.component.d.ts +0 -58
  24. package/lib/application/common/table/dynamic.pipe.d.ts +0 -9
  25. package/lib/application/exception-log/exception-log-table/exception-log-table.component.d.ts +0 -26
  26. package/lib/application/media/media-display/media-display.component.d.ts +0 -23
  27. package/lib/application/media/media-full-table/media-full-table.component.d.ts +0 -24
  28. package/lib/application/media/media-table/media-table.component.d.ts +0 -21
  29. package/lib/application/media/media-type.pipe.d.ts +0 -8
  30. package/lib/application/media/media-upload/media-drop.directive.d.ts +0 -27
  31. package/lib/application/media/media-upload/media-upload.component.d.ts +0 -15
  32. package/lib/application/task-log/task-log-outcome.pipe.d.ts +0 -8
  33. package/lib/application/task-log/task-log-status.pipe.d.ts +0 -8
  34. package/lib/application/task-log-parameter/task-log-parameter-value.pipe.d.ts +0 -10
  35. package/lib/application/user/user-table/user-table.component.d.ts +0 -25
  36. package/lib/bdb-auth-options.d.ts +0 -28
  37. package/lib/bdb-options.d.ts +0 -19
  38. package/lib/common/alert/bdb-alert.component.d.ts +0 -10
  39. package/lib/common/alert-error-response/bdb-alert-error-response.component.d.ts +0 -16
  40. package/lib/common/bdb-flex-child.directive.d.ts +0 -11
  41. package/lib/common/bdb-flex.directive.d.ts +0 -28
  42. package/lib/common/bdb-form-error.directive.d.ts +0 -15
  43. package/lib/common/bdb-grid-child.directive.d.ts +0 -14
  44. package/lib/common/bdb-grid.directive.d.ts +0 -26
  45. package/lib/common/bdb-palette.d.ts +0 -2
  46. package/lib/common/boolean-display/bdb-boolean-display.component.d.ts +0 -7
  47. package/lib/common/collapse-row/bdb-collapse-row.component.d.ts +0 -9
  48. package/lib/common/error-response-dialog/error-response-dialog.component.d.ts +0 -10
  49. package/lib/common/field/bdb-field.component.d.ts +0 -7
  50. package/lib/common/file-size.pipe.d.ts +0 -7
  51. package/lib/common/function.pipe.d.ts +0 -7
  52. package/lib/common/layout-error.d.ts +0 -3
  53. package/lib/common/linked-list.d.ts +0 -15
  54. package/lib/common/plain-number.pipe.d.ts +0 -7
  55. package/lib/common/youtube-player/youtube-player.component.d.ts +0 -14
  56. package/lib/domain/auth/account-info.d.ts +0 -6
  57. package/lib/domain/auth/account.service.d.ts +0 -29
  58. package/lib/domain/auth/auth.service.d.ts +0 -41
  59. package/lib/domain/auth/reset-password-token.d.ts +0 -4
  60. package/lib/domain/auth/token-expired.interceptor.d.ts +0 -2
  61. package/lib/domain/auth/token-reponse.d.ts +0 -5
  62. package/lib/domain/auth/token.interceptor.d.ts +0 -2
  63. package/lib/domain/common/bdb-filter.d.ts +0 -9
  64. package/lib/domain/common/bdb-request.d.ts +0 -10
  65. package/lib/domain/common/bdb-response.d.ts +0 -6
  66. package/lib/domain/common/entities/bdb-entity-read.d.ts +0 -3
  67. package/lib/domain/common/entities/bdb-entity-update.d.ts +0 -3
  68. package/lib/domain/common/entities/bdb-entity.d.ts +0 -3
  69. package/lib/domain/common/services/bdb-service-cr.d.ts +0 -7
  70. package/lib/domain/common/services/bdb-service-crd.d.ts +0 -7
  71. package/lib/domain/common/services/bdb-service-cru.d.ts +0 -8
  72. package/lib/domain/common/services/bdb-service-crud.d.ts +0 -8
  73. package/lib/domain/common/services/bdb-service-r.d.ts +0 -10
  74. package/lib/domain/common/services/bdb-service-rd.d.ts +0 -7
  75. package/lib/domain/common/services/bdb-service-ru.d.ts +0 -8
  76. package/lib/domain/common/services/bdb-service-rud.d.ts +0 -8
  77. package/lib/domain/common/services/bdb-service.d.ts +0 -6
  78. package/lib/domain/entities/exception-log/exception-log-read.d.ts +0 -9
  79. package/lib/domain/entities/exception-log/exception-log.d.ts +0 -9
  80. package/lib/domain/entities/exception-log/exception-log.service.d.ts +0 -9
  81. package/lib/domain/entities/media/media-preview.d.ts +0 -6
  82. package/lib/domain/entities/media/media.d.ts +0 -12
  83. package/lib/domain/entities/media/media.service.d.ts +0 -11
  84. package/lib/domain/entities/role/role-read.d.ts +0 -7
  85. package/lib/domain/entities/role/role.d.ts +0 -4
  86. package/lib/domain/entities/role/role.service.d.ts +0 -9
  87. package/lib/domain/entities/task-log/task-log-create.d.ts +0 -5
  88. package/lib/domain/entities/task-log/task-log-read.d.ts +0 -11
  89. package/lib/domain/entities/task-log/task-log.d.ts +0 -15
  90. package/lib/domain/entities/task-log/task-log.service.d.ts +0 -12
  91. package/lib/domain/entities/task-log-parameter/task-log-parameter-create.d.ts +0 -7
  92. package/lib/domain/entities/task-log-parameter/task-log-parameter-read.d.ts +0 -11
  93. package/lib/domain/entities/task-log-parameter/task-log-parameter.d.ts +0 -10
  94. package/lib/domain/entities/task-log-parameter/task-log-parameter.service.d.ts +0 -9
  95. package/lib/domain/entities/task-log-schedule/task-log-schedule-create.d.ts +0 -5
  96. package/lib/domain/entities/task-log-schedule/task-log-schedule-read.d.ts +0 -7
  97. package/lib/domain/entities/task-log-schedule/task-log-schedule-update.d.ts +0 -5
  98. package/lib/domain/entities/task-log-schedule/task-log-schedule.d.ts +0 -7
  99. package/lib/domain/entities/task-log-schedule/task-log-schedule.service.d.ts +0 -11
  100. package/lib/domain/entities/user/user-create.d.ts +0 -3
  101. package/lib/domain/entities/user/user-read.d.ts +0 -6
  102. package/lib/domain/entities/user/user-update.d.ts +0 -4
  103. package/lib/domain/entities/user/user.d.ts +0 -5
  104. package/lib/domain/entities/user/user.service.d.ts +0 -11
  105. package/lib/domain/entities/user-role/user-role-create.d.ts +0 -4
  106. package/lib/domain/entities/user-role/user-role-read.d.ts +0 -7
  107. package/lib/domain/entities/user-role/user-role.d.ts +0 -7
  108. package/lib/domain/entities/user-role/user-role.service.d.ts +0 -10
  109. package/lib/domain/enums/media-type.d.ts +0 -6
  110. package/lib/domain/enums/task-log-outcome.d.ts +0 -8
  111. package/lib/domain/enums/task-log-parameter-type.d.ts +0 -6
  112. package/lib/domain/enums/task-log-status.d.ts +0 -7
  113. package/lib/domain/tasks/task-log-scheduler.service.d.ts +0 -11
  114. package/lib/domain/tasks/task-log-type-parameter.d.ts +0 -11
  115. package/lib/domain/tasks/task-log-type.d.ts +0 -7
  116. package/lib/domain/tasks/task-log-type.service.d.ts +0 -14
  117. package/lib/lib.config.d.ts +0 -11
  118. package/lib/presentation/access-denied-page/access-denied-page.component.d.ts +0 -16
  119. package/lib/presentation/auth-container/auth-container.component.d.ts +0 -5
  120. package/lib/presentation/forgot-password-page/forgot-password-page.component.d.ts +0 -20
  121. package/lib/presentation/invalid-token-page/invalid-token-page.component.d.ts +0 -8
  122. package/lib/presentation/logged-out.guard.d.ts +0 -2
  123. package/lib/presentation/login-page/login-page.component.d.ts +0 -27
  124. package/lib/presentation/logout-page/logout-page.component.d.ts +0 -13
  125. package/lib/presentation/reset-password-page/reset-password-page.component.d.ts +0 -31
  126. package/lib/presentation/reset-password.resolver.d.ts +0 -3
  127. package/lib/presentation/role.guard.d.ts +0 -2
  128. package/public-api.d.ts +0 -110
@@ -1,24 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { Media } from '../../../domain/entities/media/media';
3
- import { BdbContextAction } from '../../common/table/bdb-context-action';
4
- import { BdbDataSource } from '../../common/bdb-data-source';
5
- import { BdbColumnBuilder } from '../../common/table/bdb-column-builder';
6
- import { BdbColumn } from '../../common/table/bdb-column';
7
- import { SelectionModel } from '@angular/cdk/collections';
8
- import * as i0 from "@angular/core";
9
- export declare class MediaFullTableComponent {
10
- dataSource: BdbDataSource<Media>;
11
- displayedColumns: string[];
12
- selection?: SelectionModel<Media>;
13
- showToolbar: boolean;
14
- contextActions: BdbContextAction<Media>[];
15
- contextAction: EventEmitter<{
16
- action: BdbContextAction<Media>;
17
- row: Media;
18
- }>;
19
- rowClick: EventEmitter<Media>;
20
- cb: BdbColumnBuilder<Media>;
21
- columns: BdbColumn<Media, unknown>[];
22
- static ɵfac: i0.ɵɵFactoryDeclaration<MediaFullTableComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<MediaFullTableComponent, "bdb-media-full-table", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "displayedColumns": { "alias": "displayedColumns"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "contextActions": { "alias": "contextActions"; "required": false; }; }, { "contextAction": "contextAction"; "rowClick": "rowClick"; }, never, ["toolbar-item", "*"], true, never>;
24
- }
@@ -1,21 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { BdbDataSource } from '../../common/bdb-data-source';
3
- import { BdbColumn } from '../../common/table/bdb-column';
4
- import { BdbContextAction } from '../../common/table/bdb-context-action';
5
- import { BdbColumnBuilder } from '../../common/table/bdb-column-builder';
6
- import { Media } from '../../../domain/entities/media/media';
7
- import * as i0 from "@angular/core";
8
- export declare class MediaTableComponent {
9
- dataSource: BdbDataSource<Media>;
10
- displayedColumns: string[];
11
- contextActions: BdbContextAction<Media>[];
12
- contextAction: EventEmitter<{
13
- action: BdbContextAction<Media>;
14
- row: Media;
15
- }>;
16
- rowClick: EventEmitter<Media>;
17
- cb: BdbColumnBuilder<Media>;
18
- columns: BdbColumn<Media, unknown>[];
19
- static ɵfac: i0.ɵɵFactoryDeclaration<MediaTableComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<MediaTableComponent, "bdb-media-table", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "displayedColumns": { "alias": "displayedColumns"; "required": false; }; "contextActions": { "alias": "contextActions"; "required": false; }; }, { "contextAction": "contextAction"; "rowClick": "rowClick"; }, never, never, true, never>;
21
- }
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { MediaType } from '../../domain/enums/media-type';
3
- import * as i0 from "@angular/core";
4
- export declare class MediaTypePipe implements PipeTransform {
5
- transform(value: MediaType | undefined): string | undefined;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MediaTypePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<MediaTypePipe, "mediaType", true>;
8
- }
@@ -1,27 +0,0 @@
1
- import { HttpErrorResponse } from '@angular/common/http';
2
- import { EventEmitter } from '@angular/core';
3
- import { MediaService } from '../../../domain/entities/media/media.service';
4
- import { Media } from '../../../domain/entities/media/media';
5
- import * as i0 from "@angular/core";
6
- export interface ImageFile {
7
- file: File;
8
- url: string;
9
- }
10
- declare enum DropClass {
11
- Default = "drop-box",// Default color
12
- Over = "drop-hover"
13
- }
14
- export declare class MediaDropDirective {
15
- private service;
16
- dropStart: EventEmitter<unknown>;
17
- dropComplete: EventEmitter<Media>;
18
- dropError: EventEmitter<HttpErrorResponse>;
19
- constructor(service: MediaService);
20
- hostClass: DropClass;
21
- dragOver(event: DragEvent): void;
22
- dragLeave(event: DragEvent): void;
23
- drop(event: DragEvent): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<MediaDropDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<MediaDropDirective, "[bdbMediaDrop]", never, {}, { "dropStart": "dropStart"; "dropComplete": "dropComplete"; "dropError": "dropError"; }, never, never, true, never>;
26
- }
27
- export {};
@@ -1,15 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { HttpErrorResponse } from '@angular/common/http';
3
- import { Media } from '../../../domain/entities/media/media';
4
- import * as i0 from "@angular/core";
5
- export declare class BdbMediaUploadComponent {
6
- size: number;
7
- icon: string;
8
- mediaUploaded: EventEmitter<Media>;
9
- dropError: EventEmitter<HttpErrorResponse | undefined>;
10
- onDropComplete($event: Media | undefined): void;
11
- onDropError($event: HttpErrorResponse): void;
12
- onDropStart(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbMediaUploadComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<BdbMediaUploadComponent, "bdb-media-upload", never, { "size": { "alias": "size"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "mediaUploaded": "mediaUploaded"; "dropError": "dropError"; }, never, never, true, never>;
15
- }
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { TaskLogOutcome } from '../../domain/enums/task-log-outcome';
3
- import * as i0 from "@angular/core";
4
- export declare class TaskLogOutcomePipe implements PipeTransform {
5
- transform(value: TaskLogOutcome | undefined): string | undefined;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskLogOutcomePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<TaskLogOutcomePipe, "taskLogOutcome", true>;
8
- }
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { TaskLogStatus } from '../../domain/enums/task-log-status';
3
- import * as i0 from "@angular/core";
4
- export declare class TaskLogStatusPipe implements PipeTransform {
5
- transform(value: TaskLogStatus | undefined): string | undefined;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskLogStatusPipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<TaskLogStatusPipe, "taskLogStatus", true>;
8
- }
@@ -1,10 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import { TaskLogParameter } from '../../domain/entities/task-log-parameter/task-log-parameter';
3
- import * as i0 from "@angular/core";
4
- export declare class TaskLogParameterValuePipe implements PipeTransform {
5
- private locale;
6
- constructor(locale: string);
7
- transform(value: TaskLogParameter): string;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskLogParameterValuePipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<TaskLogParameterValuePipe, "taskLogParameterValue", true>;
10
- }
@@ -1,25 +0,0 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { BdbDataSource } from '../../common/bdb-data-source';
3
- import { UserRead } from '../../../domain/entities/user/user-read';
4
- import { MatDialog } from '@angular/material/dialog';
5
- import { BdbColumnBuilder } from '../../common/table/bdb-column-builder';
6
- import { BdbContextAction } from '../../common/table/bdb-context-action';
7
- import { BdbColumn } from '../../common/table/bdb-column';
8
- import * as i0 from "@angular/core";
9
- export declare class UserTableComponent {
10
- private matDialog;
11
- private cb;
12
- dataSource: BdbDataSource<UserRead>;
13
- displayedColumns: string[];
14
- rowClick: EventEmitter<UserRead>;
15
- columns: BdbColumn<UserRead, unknown>[];
16
- constructor(matDialog: MatDialog, cb: BdbColumnBuilder<UserRead>);
17
- contextActions: BdbContextAction<UserRead>[];
18
- onRowClick(user: UserRead): void;
19
- onContextAction(event: {
20
- action: BdbContextAction<UserRead>;
21
- row: UserRead;
22
- }): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<UserTableComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<UserTableComponent, "bdb-user-table[dataSource]", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "displayedColumns": { "alias": "displayedColumns"; "required": false; }; "contextActions": { "alias": "contextActions"; "required": false; }; }, { "rowClick": "rowClick"; }, never, never, true, never>;
25
- }
@@ -1,28 +0,0 @@
1
- export interface BdbAuthOptions {
2
- loginPath: string;
3
- logoutPath: string;
4
- accessDeniedPath: string;
5
- forgotPasswordPath: string;
6
- resetPasswordPath: string;
7
- invalidTokenPath: string;
8
- addPresentation: boolean;
9
- }
10
- export declare class BdbAuthOptionsBuilder {
11
- private _loginPath?;
12
- private _logoutPath?;
13
- private _accessDeniedPath?;
14
- private _forgotPasswordPath?;
15
- private _resetPasswordPath?;
16
- private _invalidTokenPath?;
17
- private _addPresentation;
18
- constructor(configure: BdbAuthOptionsConfigure);
19
- set loginPath(path: string);
20
- set logoutPath(path: string);
21
- set accessDeniedPath(path: string);
22
- set forgotPasswordPath(path: string);
23
- set resetPasswordPath(path: string);
24
- set invalidTokenPath(path: string);
25
- addPresentation(): void;
26
- build(): BdbAuthOptions;
27
- }
28
- export type BdbAuthOptionsConfigure = (_: BdbAuthOptionsBuilder) => void;
@@ -1,19 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { BdbAuthOptions, BdbAuthOptionsConfigure } from './bdb-auth-options';
3
- export interface BdbOptions {
4
- backendUrl: string;
5
- mediaUrl: string;
6
- authOptions?: BdbAuthOptions;
7
- }
8
- export declare class BdbOptionsBuilder {
9
- private _backendUrl;
10
- private _mediaUrl;
11
- private _auth?;
12
- constructor(configure: BdbOptionsConfigure);
13
- set backendUrl(url: string);
14
- set mediaUrl(url: string);
15
- addAuth(configure: BdbAuthOptionsConfigure): void;
16
- build(): BdbOptions;
17
- }
18
- export type BdbOptionsConfigure = (_: BdbOptionsBuilder) => void;
19
- export declare const BDB_OPTIONS: InjectionToken<BdbOptions>;
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BdbAlertComponent {
3
- class: string;
4
- label: string;
5
- icon: string;
6
- inline: boolean;
7
- constructor();
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbAlertComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<BdbAlertComponent, "bdb-alert", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; }, {}, never, ["*"], true, never>;
10
- }
@@ -1,16 +0,0 @@
1
- import { HttpErrorResponse } from '@angular/common/http';
2
- import { OnChanges } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class BdbAlertErrorResponseComponent implements OnChanges {
5
- value: HttpErrorResponse | undefined | null;
6
- loginFailed: boolean;
7
- alertClass: string;
8
- icon: string;
9
- label: string;
10
- message: string;
11
- errorCode: string | undefined;
12
- validationFailures(): string[] | null;
13
- ngOnChanges(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbAlertErrorResponseComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BdbAlertErrorResponseComponent, "bdb-alert-error-response", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
16
- }
@@ -1,11 +0,0 @@
1
- import { ElementRef, OnInit, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BdbFlexChildDirective implements OnInit {
4
- private element;
5
- private renderer;
6
- bdbFlexChild: string;
7
- constructor(element: ElementRef, renderer: Renderer2);
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbFlexChildDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<BdbFlexChildDirective, "[bdbFlexChild]", never, { "bdbFlexChild": { "alias": "bdbFlexChild"; "required": false; }; }, {}, never, never, true, never>;
11
- }
@@ -1,28 +0,0 @@
1
- import { ElementRef, OnInit, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- type FlexSpacing = {
4
- align: string;
5
- justify: string;
6
- };
7
- export declare class BdbFlexDirective implements OnInit {
8
- private element;
9
- private renderer;
10
- bdbFlex: string;
11
- bdbFlexDirection: string;
12
- bdbFlexGap: string;
13
- bdbFlexSpacing: string;
14
- constructor(element: ElementRef, renderer: Renderer2);
15
- ngOnInit(): void;
16
- setDirection(bdbFlexInput?: string): void;
17
- getDirection(bdbFlexInput?: string): string;
18
- validateDirection(direction: string): string;
19
- setGap(bdbFlexInput?: string): void;
20
- getGap(bdbFlexInput?: string): string;
21
- validateGap(gap: string): string;
22
- setSpacing(bdbFlexInput: Partial<FlexSpacing>): void;
23
- getSpacing(bdbFlexInput: Partial<FlexSpacing>): FlexSpacing;
24
- validateSpacing(spacing: FlexSpacing): FlexSpacing;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbFlexDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<BdbFlexDirective, "[bdbFlex], [bdbFlexDirection], [bdbFlexGap], [bdbFlexSpacing]", never, { "bdbFlex": { "alias": "bdbFlex"; "required": false; }; "bdbFlexDirection": { "alias": "bdbFlexDirection"; "required": false; }; "bdbFlexGap": { "alias": "bdbFlexGap"; "required": false; }; "bdbFlexSpacing": { "alias": "bdbFlexSpacing"; "required": false; }; }, {}, never, never, true, never>;
27
- }
28
- export {};
@@ -1,15 +0,0 @@
1
- import { ElementRef, OnInit, Renderer2 } from '@angular/core';
2
- import { AbstractControl, ControlContainer } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class BdbFormErrorDirective implements OnInit {
5
- private element;
6
- private renderer;
7
- private controlContainer;
8
- bdbFormError: string | AbstractControl;
9
- control: AbstractControl;
10
- constructor(element: ElementRef, renderer: Renderer2, controlContainer: ControlContainer);
11
- ngOnInit(): void;
12
- setError(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbFormErrorDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<BdbFormErrorDirective, "[bdbFormError]", never, { "bdbFormError": { "alias": "bdbFormError"; "required": false; }; }, {}, never, never, true, never>;
15
- }
@@ -1,14 +0,0 @@
1
- import { ElementRef, OnInit, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BdbGridChildDirective implements OnInit {
4
- private element;
5
- private renderer;
6
- bdbGridChild: string;
7
- bdbGridRow: string;
8
- bdbGridColumn: string;
9
- constructor(element: ElementRef, renderer: Renderer2);
10
- ngOnInit(): void;
11
- splitAxes(): string[];
12
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbGridChildDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<BdbGridChildDirective, "[bdbGridChild], [bdbGridColumn], [bdbGridRow]", never, { "bdbGridChild": { "alias": "bdbGridChild"; "required": false; }; "bdbGridRow": { "alias": "bdbGridRow"; "required": false; }; "bdbGridColumn": { "alias": "bdbGridColumn"; "required": false; }; }, {}, never, never, true, never>;
14
- }
@@ -1,26 +0,0 @@
1
- import { ElementRef, OnInit, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- type BdbGridInput = {
4
- gap?: string;
5
- columns?: BdbGridAxisInput;
6
- rows?: BdbGridAxisInput;
7
- };
8
- type BdbGridAxisInput = {
9
- type: 'template' | 'auto';
10
- input: string;
11
- };
12
- export declare class BdbGridDirective implements OnInit {
13
- private element;
14
- private renderer;
15
- bdbGrid: string;
16
- bdbGridColumns: string;
17
- bdbGridRows: string;
18
- bdbGridGap: string;
19
- constructor(element: ElementRef, renderer: Renderer2);
20
- ngOnInit(): void;
21
- parseBdbGridInput(): BdbGridInput;
22
- setAxis(axis: 'columns' | 'rows', gridInput?: BdbGridAxisInput): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbGridDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<BdbGridDirective, "[bdbGrid], [bdbGridColumns], [bdbGridRows], [bdbGridGap]", never, { "bdbGrid": { "alias": "bdbGrid"; "required": false; }; "bdbGridColumns": { "alias": "bdbGridColumns"; "required": false; }; "bdbGridRows": { "alias": "bdbGridRows"; "required": false; }; "bdbGridGap": { "alias": "bdbGridGap"; "required": false; }; }, {}, never, never, true, never>;
25
- }
26
- export {};
@@ -1,2 +0,0 @@
1
- export type BdbPalette = 'primary' | 'accent' | 'danger' | 'warn' | 'success' | 'info' | undefined;
2
- export type BdbM3Palette = 'primary' | 'secondary' | 'tertiary' | 'error' | 'warn' | 'success' | 'info' | undefined;
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BdbBooleanDisplayComponent {
3
- class: string;
4
- value?: boolean | null;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbBooleanDisplayComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BdbBooleanDisplayComponent, "bdb-boolean-display", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
7
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BdbCollapseRowComponent {
3
- collapsed: boolean;
4
- canCollapse: boolean;
5
- class: string;
6
- get isCollapsed(): boolean;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbCollapseRowComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<BdbCollapseRowComponent, "bdb-collapse-row", never, { "collapsed": { "alias": "collapsed"; "required": false; }; "canCollapse": { "alias": "canCollapse"; "required": false; }; }, {}, never, ["left", "right"], true, never>;
9
- }
@@ -1,10 +0,0 @@
1
- import { HttpErrorResponse } from '@angular/common/http';
2
- import * as i0 from "@angular/core";
3
- export declare class BdbErrorResponseDialogComponent {
4
- readonly data: {
5
- title: string;
6
- error: HttpErrorResponse;
7
- };
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbErrorResponseDialogComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<BdbErrorResponseDialogComponent, "bdb-error-response-dialog", never, {}, {}, never, never, true, never>;
10
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class BdbFieldComponent {
3
- class: string;
4
- label: string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbFieldComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BdbFieldComponent, "bdb-field", never, { "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], true, never>;
7
- }
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class FileSizePipe implements PipeTransform {
4
- transform(bytes: number | undefined): string | undefined;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<FileSizePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<FileSizePipe, "fileSize", true>;
7
- }
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class FunctionPipe<T> implements PipeTransform {
4
- transform(value: T, fn: (x: T) => string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<FunctionPipe<any>, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<FunctionPipe<any>, "function", true>;
7
- }
@@ -1,3 +0,0 @@
1
- export declare class LayoutError extends Error {
2
- constructor(message: string);
3
- }
@@ -1,15 +0,0 @@
1
- export declare class LinkedList<T> implements Iterable<T> {
2
- head?: Node<T>;
3
- tail?: Node<T>;
4
- length: number;
5
- constructor(data?: T[]);
6
- [Symbol.iterator](): Iterator<T>;
7
- push(value: T): void;
8
- pop(): T | undefined;
9
- }
10
- export declare class Node<T> {
11
- value: T;
12
- previous?: Node<T>;
13
- next?: Node<T>;
14
- constructor(value: T);
15
- }
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class PlainNumberPipe implements PipeTransform {
4
- transform(value: number | undefined): string | undefined;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<PlainNumberPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<PlainNumberPipe, "bdbPlainNumber", true>;
7
- }
@@ -1,14 +0,0 @@
1
- import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class BdbYoutubePlayerComponent implements AfterViewInit {
4
- private changeDetectorRef;
5
- youTubePlayer: ElementRef<HTMLDivElement>;
6
- videoHeight: number | undefined;
7
- videoWidth: number | undefined;
8
- videoId?: string;
9
- constructor(changeDetectorRef: ChangeDetectorRef);
10
- ngAfterViewInit(): void;
11
- onResize(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<BdbYoutubePlayerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BdbYoutubePlayerComponent, "bdb-youtube-player", never, { "videoId": { "alias": "videoId"; "required": false; }; }, {}, never, never, true, never>;
14
- }
@@ -1,6 +0,0 @@
1
- export interface AccountInfo {
2
- email: string;
3
- id: number;
4
- roles: string[];
5
- claims: Map<string, unknown>;
6
- }
@@ -1,29 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { TokenResponse } from './token-reponse';
3
- import { BdbService } from '../common/services/bdb-service';
4
- import * as i0 from "@angular/core";
5
- export declare class AccountService extends BdbService {
6
- constructor();
7
- login(value: {
8
- email: string;
9
- password: string;
10
- }): Observable<TokenResponse>;
11
- exchangeRefreshToken(value: {
12
- token: string;
13
- refreshToken: string;
14
- }): Observable<TokenResponse>;
15
- forgotPassword(value: {
16
- email: string;
17
- }): Observable<boolean>;
18
- resetPassword(value: {
19
- email: string;
20
- token: string;
21
- password: string;
22
- }): Observable<TokenResponse>;
23
- validateResetPasswordToken(value: {
24
- email: string;
25
- token: string;
26
- }): Observable<boolean>;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<AccountService, never>;
28
- static ɵprov: i0.ɵɵInjectableDeclaration<AccountService>;
29
- }
@@ -1,41 +0,0 @@
1
- import { MatDialog } from '@angular/material/dialog';
2
- import { Router } from '@angular/router';
3
- import { BehaviorSubject, Observable } from 'rxjs';
4
- import { AccountInfo } from './account-info';
5
- import { AccountService } from './account.service';
6
- import { TokenResponse } from './token-reponse';
7
- import * as i0 from "@angular/core";
8
- export declare function getAuthorizationHeaderFromToken(token: string): string;
9
- export declare function getTokenFromAuthorizationHeader(header: string): string;
10
- export declare class AuthService {
11
- private accountService;
12
- token$: BehaviorSubject<string | null>;
13
- account$: BehaviorSubject<AccountInfo | null>;
14
- currentRefreshTokenRequest: Observable<string | null> | undefined;
15
- matDialog: MatDialog;
16
- router: Router;
17
- readonly bdbOptions: import("../../bdb-options").BdbOptions;
18
- constructor(accountService: AccountService);
19
- login(value: {
20
- email: string;
21
- password: string;
22
- }): Observable<TokenResponse>;
23
- logout(): void;
24
- refreshToken(expiredToken: string): Observable<string | null>;
25
- resetPassword(value: {
26
- email: string;
27
- token: string;
28
- password: string;
29
- }): Observable<TokenResponse>;
30
- forgotPassword(value: {
31
- email: string;
32
- }): Observable<boolean>;
33
- validateResetPasswordToken(value: {
34
- email: string;
35
- token: string;
36
- }): Observable<boolean>;
37
- private processTokenResponse;
38
- private getAccountInfoFromToken;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthService, never>;
40
- static ɵprov: i0.ɵɵInjectableDeclaration<AuthService>;
41
- }
@@ -1,4 +0,0 @@
1
- export interface ResetPasswordToken {
2
- email: string;
3
- token: string;
4
- }
@@ -1,2 +0,0 @@
1
- import { HttpInterceptorFn } from '@angular/common/http';
2
- export declare const tokenExpiredInterceptor: HttpInterceptorFn;
@@ -1,5 +0,0 @@
1
- export interface TokenResponse {
2
- token: string;
3
- refreshToken: string;
4
- expiration: Date;
5
- }
@@ -1,2 +0,0 @@
1
- import { HttpInterceptorFn } from '@angular/common/http';
2
- export declare const tokenInterceptor: HttpInterceptorFn;
@@ -1,9 +0,0 @@
1
- export interface BdbFilter {
2
- type: 'Field' | 'Group';
3
- field?: string;
4
- operator?: 'Equals' | 'IsNull' | 'IsEmpty' | 'StartsWith' | 'Contains' | 'EndsWith' | 'LessThan' | 'LessThanOrEqual' | 'GreaterThan' | 'GreaterThanOrEqual';
5
- parameters?: unknown[];
6
- filters?: BdbFilter[];
7
- combine?: 'And' | 'Or';
8
- negate?: boolean;
9
- }
@@ -1,10 +0,0 @@
1
- import { BdbFilter } from './bdb-filter';
2
- export interface BdbRequest {
3
- page?: number;
4
- pageSize?: number;
5
- sortField?: string;
6
- sortDirection?: '' | 'asc' | 'desc';
7
- query?: string;
8
- baseFilter?: string;
9
- filter?: BdbFilter;
10
- }
@@ -1,6 +0,0 @@
1
- export interface BdbResponse<T> {
2
- page: number;
3
- pageSize: number;
4
- rows: T[];
5
- count: number;
6
- }
@@ -1,3 +0,0 @@
1
- export interface BdbEntityRead {
2
- id: number;
3
- }
@@ -1,3 +0,0 @@
1
- export interface BdbEntityUpdate {
2
- id: number;
3
- }
@@ -1,3 +0,0 @@
1
- export interface BdbEntity {
2
- id: number;
3
- }
@@ -1,7 +0,0 @@
1
- import { BdbEntity } from '../entities/bdb-entity';
2
- import { BdbEntityRead } from '../entities/bdb-entity-read';
3
- import { BdbServiceR } from './bdb-service-r';
4
- import { Observable } from 'rxjs';
5
- export declare abstract class BdbServiceCR<TEntity extends BdbEntity, TEntityRead extends BdbEntityRead, TEntityCreate> extends BdbServiceR<TEntity, TEntityRead> {
6
- create(createModel: TEntityCreate): Observable<number>;
7
- }
@@ -1,7 +0,0 @@
1
- import { BdbEntity } from '../entities/bdb-entity';
2
- import { BdbEntityRead } from '../entities/bdb-entity-read';
3
- import { BdbServiceCR } from './bdb-service-cr';
4
- import { Observable } from 'rxjs';
5
- export declare abstract class BdbServiceCRD<TEntity extends BdbEntity, TEntityRead extends BdbEntityRead, TEntityCreate> extends BdbServiceCR<TEntity, TEntityRead, TEntityCreate> {
6
- delete(id: number): Observable<never>;
7
- }
@@ -1,8 +0,0 @@
1
- import { BdbEntity } from '../entities/bdb-entity';
2
- import { BdbEntityRead } from '../entities/bdb-entity-read';
3
- import { BdbEntityUpdate } from '../entities/bdb-entity-update';
4
- import { BdbServiceCR } from './bdb-service-cr';
5
- import { Observable } from 'rxjs';
6
- export declare abstract class BdbServiceCRU<TEntity extends BdbEntity, TEntityRead extends BdbEntityRead, TEntityCreate, TEntityUpdate extends BdbEntityUpdate> extends BdbServiceCR<TEntity, TEntityRead, TEntityCreate> {
7
- update(updateModel: TEntityUpdate): Observable<never>;
8
- }