@devopmaat/badaboom 1.3.8 → 1.3.9

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,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 { BdbServiceCRU } from './bdb-service-cru';
5
- import { Observable } from 'rxjs';
6
- export declare abstract class BdbServiceCRUD<TEntity extends BdbEntity, TEntityRead extends BdbEntityRead, TEntityCreate, TEntityUpdate extends BdbEntityUpdate> extends BdbServiceCRU<TEntity, TEntityRead, TEntityCreate, TEntityUpdate> {
7
- delete(id: number): Observable<never>;
8
- }
@@ -1,10 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { BdbRequest } from '../bdb-request';
3
- import { BdbResponse } from '../bdb-response';
4
- import { BdbEntity } from '../entities/bdb-entity';
5
- import { BdbEntityRead } from '../entities/bdb-entity-read';
6
- import { BdbService } from './bdb-service';
7
- export declare abstract class BdbServiceR<TEntity extends BdbEntity, TEntityRead extends BdbEntityRead> extends BdbService {
8
- read(request: BdbRequest): Observable<BdbResponse<TEntityRead>>;
9
- get(id: number): Observable<TEntity>;
10
- }
@@ -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 BdbServiceRD<TEntity extends BdbEntity, TEntityRead extends BdbEntityRead> extends BdbServiceR<TEntity, TEntityRead> {
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 { BdbServiceR } from './bdb-service-r';
5
- import { Observable } from 'rxjs';
6
- export declare abstract class BdbServiceRU<TEntity extends BdbEntity, TEntityRead extends BdbEntityRead, TEntityUpdate extends BdbEntityUpdate> extends BdbServiceR<TEntity, TEntityRead> {
7
- update(updateModel: TEntityUpdate): Observable<TEntity>;
8
- }
@@ -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 { BdbServiceRU } from './bdb-service-ru';
5
- import { Observable } from 'rxjs';
6
- export declare abstract class BdbServiceRUD<TEntity extends BdbEntity, TEntityRead extends BdbEntityRead, TEntityUpdate extends BdbEntityUpdate> extends BdbServiceRU<TEntity, TEntityRead, TEntityUpdate> {
7
- delete(id: number): Observable<never>;
8
- }
@@ -1,6 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- export declare abstract class BdbService {
3
- baseUrl: string;
4
- httpClient: HttpClient;
5
- constructor(areaName: string);
6
- }
@@ -1,9 +0,0 @@
1
- import { BdbEntityRead } from '../../common/entities/bdb-entity-read';
2
- export interface ExceptionLogRead extends BdbEntityRead {
3
- code: string;
4
- message: string;
5
- description: string;
6
- type: string;
7
- created: Date;
8
- createdBy: string;
9
- }
@@ -1,9 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- export interface ExceptionLog extends BdbEntity {
3
- code: string;
4
- message: string;
5
- description: string;
6
- type: string;
7
- created: Date;
8
- createdBy: string;
9
- }
@@ -1,9 +0,0 @@
1
- import { BdbServiceR } from '../../common/services/bdb-service-r';
2
- import { ExceptionLog } from './exception-log';
3
- import { ExceptionLogRead } from './exception-log-read';
4
- import * as i0 from "@angular/core";
5
- export declare class ExceptionLogService extends BdbServiceR<ExceptionLog, ExceptionLogRead> {
6
- constructor();
7
- static ɵfac: i0.ɵɵFactoryDeclaration<ExceptionLogService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<ExceptionLogService>;
9
- }
@@ -1,6 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- export interface MediaPreview extends BdbEntity {
3
- fileName: string;
4
- height: number;
5
- width: number;
6
- }
@@ -1,12 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- import { MediaType } from '../../enums/media-type';
3
- import { MediaPreview } from './media-preview';
4
- export interface Media extends BdbEntity {
5
- fileName?: string;
6
- fileSize?: number;
7
- height?: number;
8
- preview?: MediaPreview;
9
- reference?: string;
10
- type: MediaType;
11
- width?: number;
12
- }
@@ -1,11 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { BdbServiceRD } from '../../common/services/bdb-service-rd';
3
- import { Media } from './media';
4
- import * as i0 from "@angular/core";
5
- export declare class MediaService extends BdbServiceRD<Media, Media> {
6
- constructor();
7
- upload(file: File): Observable<Media>;
8
- fromUrl(url: string): Observable<Media>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MediaService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<MediaService>;
11
- }
@@ -1,7 +0,0 @@
1
- import { BdbEntityRead } from '../../common/entities/bdb-entity-read';
2
- export interface RoleRead extends BdbEntityRead {
3
- name: string;
4
- created: Date;
5
- createdByEmail: string;
6
- createdById: number;
7
- }
@@ -1,4 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- export interface Role extends BdbEntity {
3
- name: string;
4
- }
@@ -1,9 +0,0 @@
1
- import { BdbServiceR } from '../../common/services/bdb-service-r';
2
- import { Role } from './role';
3
- import { RoleRead } from './role-read';
4
- import * as i0 from "@angular/core";
5
- export declare class RoleService extends BdbServiceR<Role, RoleRead> {
6
- constructor();
7
- static ɵfac: i0.ɵɵFactoryDeclaration<RoleService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<RoleService>;
9
- }
@@ -1,5 +0,0 @@
1
- import { TaskLogParameterCreate } from '../task-log-parameter/task-log-parameter-create';
2
- export interface TaskLogCreate {
3
- taskType: string;
4
- parameters: TaskLogParameterCreate[];
5
- }
@@ -1,11 +0,0 @@
1
- import { BdbEntityRead } from '../../common/entities/bdb-entity-read';
2
- import { TaskLogOutcome } from '../../enums/task-log-outcome';
3
- import { TaskLogStatus } from '../../enums/task-log-status';
4
- export interface TaskLogRead extends BdbEntityRead {
5
- taskType: string;
6
- status: TaskLogStatus;
7
- outcome: TaskLogOutcome;
8
- start: Date;
9
- completion: Date;
10
- summary: string;
11
- }
@@ -1,15 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- import { TaskLogOutcome } from '../../enums/task-log-outcome';
3
- import { TaskLogStatus } from '../../enums/task-log-status';
4
- import { TaskLogParameter } from '../task-log-parameter/task-log-parameter';
5
- export interface TaskLog extends BdbEntity {
6
- taskType: string;
7
- status: TaskLogStatus;
8
- outcome: TaskLogOutcome;
9
- start: Date;
10
- completion: Date;
11
- summary: string;
12
- error?: string;
13
- log: string;
14
- parameters: TaskLogParameter[];
15
- }
@@ -1,12 +0,0 @@
1
- import { BdbServiceCR } from '../../common/services/bdb-service-cr';
2
- import { TaskLog } from './task-log';
3
- import { TaskLogRead } from './task-log-read';
4
- import { TaskLogCreate } from './task-log-create';
5
- import { Observable } from 'rxjs';
6
- import * as i0 from "@angular/core";
7
- export declare class TaskLogService extends BdbServiceCR<TaskLog, TaskLogRead, TaskLogCreate> {
8
- constructor();
9
- start(id: number): Observable<void>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskLogService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<TaskLogService>;
12
- }
@@ -1,7 +0,0 @@
1
- export interface TaskLogParameterCreate {
2
- name: string;
3
- stringValue?: string;
4
- intValue?: number;
5
- decimalValue?: number;
6
- boolValue?: boolean;
7
- }
@@ -1,11 +0,0 @@
1
- import { BdbEntityRead } from '../../common/entities/bdb-entity-read';
2
- import { TaskLogParameterType } from '../../enums/task-log-parameter-type';
3
- export interface TaskLogParameterRead extends BdbEntityRead {
4
- name: string;
5
- type: TaskLogParameterType;
6
- stringValue?: string;
7
- intValue?: number;
8
- decimalValue?: number;
9
- boolValue?: boolean;
10
- isRequired: boolean;
11
- }
@@ -1,10 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- import { TaskLogParameterType } from '../../enums/task-log-parameter-type';
3
- export interface TaskLogParameter extends BdbEntity {
4
- name: string;
5
- type: TaskLogParameterType;
6
- stringValue?: string;
7
- intValue?: number;
8
- decimalValue?: number;
9
- boolValue?: boolean;
10
- }
@@ -1,9 +0,0 @@
1
- import { BdbServiceR } from '../../common/services/bdb-service-r';
2
- import { TaskLogParameter } from './task-log-parameter';
3
- import { TaskLogParameterRead } from './task-log-parameter-read';
4
- import * as i0 from "@angular/core";
5
- export declare class TaskLogParameterService extends BdbServiceR<TaskLogParameter, TaskLogParameterRead> {
6
- constructor();
7
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskLogParameterService, never>;
8
- static ɵprov: i0.ɵɵInjectableDeclaration<TaskLogParameterService>;
9
- }
@@ -1,5 +0,0 @@
1
- export interface TaskLogScheduleCreate {
2
- taskLogType: string;
3
- cronExpression: string;
4
- isActive: boolean;
5
- }
@@ -1,7 +0,0 @@
1
- import { BdbEntityRead } from '../../common/entities/bdb-entity-read';
2
- export interface TaskLogScheduleRead extends BdbEntityRead {
3
- taskLogType: string;
4
- description: string;
5
- cronExpression: string;
6
- isActive: boolean;
7
- }
@@ -1,5 +0,0 @@
1
- import { BdbEntityUpdate } from '../../common/entities/bdb-entity-update';
2
- export interface TaskLogScheduleUpdate extends BdbEntityUpdate {
3
- cronExpression: string;
4
- isActive: boolean;
5
- }
@@ -1,7 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- export interface TaskLogSchedule extends BdbEntity {
3
- taskLogType: string;
4
- description: string;
5
- cronExpression: string;
6
- isActive: boolean;
7
- }
@@ -1,11 +0,0 @@
1
- import { BdbServiceCRUD } from '../../common/services/bdb-service-crud';
2
- import { TaskLogSchedule } from './task-log-schedule';
3
- import { TaskLogScheduleRead } from './task-log-schedule-read';
4
- import { TaskLogScheduleCreate } from './task-log-schedule-create';
5
- import { TaskLogScheduleUpdate } from './task-log-schedule-update';
6
- import * as i0 from "@angular/core";
7
- export declare class TaskLogScheduleService extends BdbServiceCRUD<TaskLogSchedule, TaskLogScheduleRead, TaskLogScheduleCreate, TaskLogScheduleUpdate> {
8
- constructor();
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskLogScheduleService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<TaskLogScheduleService>;
11
- }
@@ -1,3 +0,0 @@
1
- export interface UserCreate {
2
- email: string;
3
- }
@@ -1,6 +0,0 @@
1
- import { BdbEntityRead } from '../../common/entities/bdb-entity-read';
2
- export interface UserRead extends BdbEntityRead {
3
- email: string;
4
- name: string;
5
- roles: string[];
6
- }
@@ -1,4 +0,0 @@
1
- import { BdbEntityUpdate } from '../../common/entities/bdb-entity-update';
2
- export interface UserUpdate extends BdbEntityUpdate {
3
- email: string;
4
- }
@@ -1,5 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- export interface User extends BdbEntity {
3
- email: string;
4
- name: string;
5
- }
@@ -1,11 +0,0 @@
1
- import { User } from './user';
2
- import { UserRead } from './user-read';
3
- import { BdbServiceCRUD } from '../../common/services/bdb-service-crud';
4
- import { UserUpdate } from './user-update';
5
- import { UserCreate } from './user-create';
6
- import * as i0 from "@angular/core";
7
- export declare class UserService extends BdbServiceCRUD<User, UserRead, UserCreate, UserUpdate> {
8
- constructor();
9
- static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
11
- }
@@ -1,4 +0,0 @@
1
- export interface UserRoleCreate {
2
- userId: number;
3
- roleId: number;
4
- }
@@ -1,7 +0,0 @@
1
- import { BdbEntityRead } from '../../common/entities/bdb-entity-read';
2
- export interface UserRoleRead extends BdbEntityRead {
3
- userEmail: string;
4
- roleName: string;
5
- userId: number;
6
- roleId: number;
7
- }
@@ -1,7 +0,0 @@
1
- import { BdbEntity } from '../../common/entities/bdb-entity';
2
- import { Role } from '../role/role';
3
- import { User } from '../user/user';
4
- export interface UserRole extends BdbEntity {
5
- user: User;
6
- role: Role;
7
- }
@@ -1,10 +0,0 @@
1
- import { BdbServiceCRD } from '../../common/services/bdb-service-crd';
2
- import { UserRole } from './user-role';
3
- import { UserRoleRead } from './user-role-read';
4
- import { UserRoleCreate } from './user-role-create';
5
- import * as i0 from "@angular/core";
6
- export declare class UserRoleService extends BdbServiceCRD<UserRole, UserRoleRead, UserRoleCreate> {
7
- constructor();
8
- static ɵfac: i0.ɵɵFactoryDeclaration<UserRoleService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<UserRoleService>;
10
- }
@@ -1,6 +0,0 @@
1
- export declare enum MediaType {
2
- Image = "Image",
3
- Video = "Video",
4
- File = "File"
5
- }
6
- export declare const MediaTypeMap: Map<MediaType, string>;
@@ -1,8 +0,0 @@
1
- export declare enum TaskLogOutcome {
2
- Noop = "Noop",
3
- Success = "Success",
4
- Info = "Info",
5
- Warning = "Warning",
6
- Error = "Error"
7
- }
8
- export declare const TaskLogOutcomeMap: Map<TaskLogOutcome, string>;
@@ -1,6 +0,0 @@
1
- export declare enum TaskLogParameterType {
2
- String = "String",
3
- Int = "Int",
4
- Decimal = "Decimal",
5
- Bool = "Bool"
6
- }
@@ -1,7 +0,0 @@
1
- export declare enum TaskLogStatus {
2
- New = "New",
3
- Running = "Running",
4
- Waiting = "Waiting",
5
- Completed = "Completed"
6
- }
7
- export declare const TaskLogStatusMap: Map<TaskLogStatus, string>;
@@ -1,11 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { BdbService } from '../common/services/bdb-service';
3
- import * as i0 from "@angular/core";
4
- export declare class TaskLogSchedulerService extends BdbService {
5
- constructor();
6
- isRunning(): Observable<boolean>;
7
- startScheduler(): Observable<void>;
8
- stopScheduler(): Observable<void>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskLogSchedulerService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<TaskLogSchedulerService>;
11
- }
@@ -1,11 +0,0 @@
1
- import { TaskLogParameterType } from '../enums/task-log-parameter-type';
2
- export interface TaskLogTypeParameter {
3
- name: string;
4
- description: string;
5
- type: TaskLogParameterType;
6
- required: boolean;
7
- defaultStringValue: string;
8
- defaultIntValue: number;
9
- defaultDecimalValue: number;
10
- defaultBoolValue: boolean;
11
- }
@@ -1,7 +0,0 @@
1
- import { TaskLogTypeParameter } from './task-log-type-parameter';
2
- export interface TaskLogType {
3
- identifier: string;
4
- name: string;
5
- description: string;
6
- parameters?: TaskLogTypeParameter[];
7
- }
@@ -1,14 +0,0 @@
1
- import { BehaviorSubject, Observable } from 'rxjs';
2
- import { BdbService } from '../common/services/bdb-service';
3
- import { TaskLogType } from './task-log-type';
4
- import * as i0 from "@angular/core";
5
- export declare class TaskLogTypeService extends BdbService {
6
- TaskLogTypes: BehaviorSubject<TaskLogType[]>;
7
- getAllObservable: Observable<TaskLogType[]> | null;
8
- constructor();
9
- load(): void;
10
- private getAll;
11
- get(identifier: string): Observable<TaskLogType | null>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<TaskLogTypeService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<TaskLogTypeService>;
14
- }
@@ -1,11 +0,0 @@
1
- import { EnvironmentProviders } from '@angular/core';
2
- import { BdbOptionsConfigure } from './bdb-options';
3
- import { Routes } from '@angular/router';
4
- /**
5
- * Configures BaDaBoom by providing necessary tokens.
6
- * Takes root routes and provides the router with these routes, appending routes if specified
7
- * @param {BdbOptionsConfigure} optionsConfigure
8
- * @param {Routes} routes
9
- * @return {EnvironmentProviders}
10
- */
11
- export declare function provideBaDaBoom(optionsConfigure: BdbOptionsConfigure, routes: Routes): EnvironmentProviders;
@@ -1,16 +0,0 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
- import { BdbOptions } from '../../bdb-options';
3
- import { AuthService } from '../../domain/auth/auth.service';
4
- import * as i0 from "@angular/core";
5
- export declare class AccessDeniedPageComponent implements OnInit, OnDestroy {
6
- private authService;
7
- private readonly _onDestroy;
8
- loginRoutePath?: string;
9
- logoutRoutePath?: string;
10
- isLoggedIn: boolean;
11
- constructor(bdbOptions: BdbOptions, authService: AuthService);
12
- ngOnInit(): void;
13
- ngOnDestroy(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<AccessDeniedPageComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<AccessDeniedPageComponent, "bdb-access-denied-page", never, {}, {}, never, never, true, never>;
16
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AuthContainerComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthContainerComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<AuthContainerComponent, "ng-component", never, {}, {}, never, never, true, never>;
5
- }
@@ -1,20 +0,0 @@
1
- import { FormControl, FormGroup } from '@angular/forms';
2
- import { BdbOptions } from '../../bdb-options';
3
- import { HttpErrorResponse } from '@angular/common/http';
4
- import { AuthService } from '../../domain/auth/auth.service';
5
- import * as i0 from "@angular/core";
6
- export declare class ForgotPasswordPageComponent {
7
- private authService;
8
- loginRoutePath?: string;
9
- emailCtrl: FormControl<string>;
10
- isComplete: boolean;
11
- isPending: boolean;
12
- error?: HttpErrorResponse;
13
- forgotPasswordForm: FormGroup<{
14
- email: FormControl<string>;
15
- }>;
16
- constructor(authService: AuthService, bdbOptions: BdbOptions);
17
- forgotPassword(): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordPageComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordPageComponent, "bdb-forgot-password-page", never, {}, {}, never, never, true, never>;
20
- }
@@ -1,8 +0,0 @@
1
- import { BdbOptions } from '../../bdb-options';
2
- import * as i0 from "@angular/core";
3
- export declare class InvalidTokenPageComponent {
4
- loginRoutePath?: string;
5
- constructor(bdbOptions: BdbOptions);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<InvalidTokenPageComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<InvalidTokenPageComponent, "bdb-invalid-token-page", never, {}, {}, never, never, true, never>;
8
- }
@@ -1,2 +0,0 @@
1
- import { CanActivateFn } from '@angular/router';
2
- export declare const loggedOutGuard: CanActivateFn;
@@ -1,27 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { FormControl, FormGroup } from '@angular/forms';
3
- import { BdbOptions } from '../../bdb-options';
4
- import { HttpErrorResponse } from '@angular/common/http';
5
- import { ActivatedRoute, Router } from '@angular/router';
6
- import { AuthService } from '../../domain/auth/auth.service';
7
- import * as i0 from "@angular/core";
8
- export declare class LoginPageComponent implements OnInit {
9
- private router;
10
- private authService;
11
- private route;
12
- forgotPasswordRoutePath?: string;
13
- emailCtrl: FormControl<string>;
14
- passwordCtrl: FormControl<string>;
15
- error?: HttpErrorResponse;
16
- postLoginUrl: string;
17
- isPending: boolean;
18
- loginForm: FormGroup<{
19
- email: FormControl<string>;
20
- password: FormControl<string>;
21
- }>;
22
- constructor(router: Router, authService: AuthService, route: ActivatedRoute, bdbOptions: BdbOptions);
23
- ngOnInit(): void;
24
- login(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<LoginPageComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<LoginPageComponent, "bdb-login-page", never, {}, {}, never, never, true, never>;
27
- }
@@ -1,13 +0,0 @@
1
- import { Router } from '@angular/router';
2
- import { AuthService } from '../../domain/auth/auth.service';
3
- import { BdbOptions } from '../../bdb-options';
4
- import * as i0 from "@angular/core";
5
- export declare class LogoutPageComponent {
6
- private router;
7
- private authService;
8
- private bdbOptions;
9
- constructor(router: Router, authService: AuthService, bdbOptions: BdbOptions);
10
- logout(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LogoutPageComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<LogoutPageComponent, "bdb-logout-page", never, {}, {}, never, never, true, never>;
13
- }
@@ -1,31 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { AbstractControl, FormControl, FormGroup, ValidatorFn } from '@angular/forms';
3
- import { ActivatedRoute, Router } from '@angular/router';
4
- import { HttpErrorResponse } from '@angular/common/http';
5
- import { ResetPasswordToken } from '../../domain/auth/reset-password-token';
6
- import { AuthService } from '../../domain/auth/auth.service';
7
- import { BdbOptions } from '../../bdb-options';
8
- import * as i0 from "@angular/core";
9
- export declare function equalValueValidator(otherControl: AbstractControl): ValidatorFn;
10
- export declare class ResetPasswordPageComponent implements OnInit {
11
- private authService;
12
- private activatedRoute;
13
- private router;
14
- loginRoutePath?: string;
15
- isPending: boolean;
16
- error?: HttpErrorResponse;
17
- passwordCtrl: FormControl<string>;
18
- confirmPasswordCtrl: FormControl<string>;
19
- resetPasswordForm: FormGroup<{
20
- email: FormControl<string>;
21
- token: FormControl<string>;
22
- password: FormControl<string>;
23
- confirmPassword: FormControl<string>;
24
- }>;
25
- resetPasswordToken?: ResetPasswordToken;
26
- constructor(authService: AuthService, activatedRoute: ActivatedRoute, router: Router, bdbOptions: BdbOptions);
27
- ngOnInit(): void;
28
- resetPassword(): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<ResetPasswordPageComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ResetPasswordPageComponent, "bdb-reset-password-page", never, {}, {}, never, never, true, never>;
31
- }
@@ -1,3 +0,0 @@
1
- import { ResolveFn } from '@angular/router';
2
- import { ResetPasswordToken } from '../domain/auth/reset-password-token';
3
- export declare const resetPasswordResolver: ResolveFn<ResetPasswordToken>;
@@ -1,2 +0,0 @@
1
- import { CanActivateFn } from '@angular/router';
2
- export declare function roleGuard(...roles: string[]): CanActivateFn;