@koalarx/ui 14.0.7 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/alert/esm2020/lib/dialog-alert.component.mjs +6 -6
  2. package/alert/esm2020/lib/koala.alert.module.mjs +7 -7
  3. package/alert/esm2020/lib/koala.alert.service.mjs +4 -4
  4. package/alert/fesm2015/koalarx-ui-alert.mjs +11 -11
  5. package/alert/fesm2015/koalarx-ui-alert.mjs.map +1 -1
  6. package/alert/fesm2020/koalarx-ui-alert.mjs +11 -11
  7. package/alert/fesm2020/koalarx-ui-alert.mjs.map +1 -1
  8. package/alert/lib/dialog-alert.component.d.ts +1 -1
  9. package/button/esm2020/lib/button.component.mjs +4 -4
  10. package/button/esm2020/lib/koala.button.module.mjs +7 -7
  11. package/button/fesm2015/koalarx-ui-button.mjs +7 -7
  12. package/button/fesm2015/koalarx-ui-button.mjs.map +1 -1
  13. package/button/fesm2020/koalarx-ui-button.mjs +7 -7
  14. package/button/fesm2020/koalarx-ui-button.mjs.map +1 -1
  15. package/button/lib/button.component.d.ts +1 -1
  16. package/common/esm2020/lib/services/csv/koala.csv.service.mjs +4 -4
  17. package/common/esm2020/lib/services/xlsx/koala.xlsx.service.mjs +4 -4
  18. package/common/fesm2015/koalarx-ui-common.mjs +6 -6
  19. package/common/fesm2015/koalarx-ui-common.mjs.map +1 -1
  20. package/common/fesm2020/koalarx-ui-common.mjs +6 -6
  21. package/common/fesm2020/koalarx-ui-common.mjs.map +1 -1
  22. package/common/lib/services/csv/koala.csv.service.d.ts +1 -1
  23. package/core/esm2020/lib/loader/loader-bar-page.component.mjs +4 -4
  24. package/core/esm2020/lib/ngx-koala.module.mjs +5 -5
  25. package/core/esm2020/lib/page/koala.page.module.mjs +10 -10
  26. package/core/esm2020/lib/page/notifications/notification.component.mjs +5 -6
  27. package/core/esm2020/lib/page/page.component.mjs +58 -46
  28. package/core/esm2020/lib/router/koala.parameter-hash-location-stategy.mjs +4 -4
  29. package/core/esm2020/lib/services/api-requester/koala.api-requester.service.mjs +5 -5
  30. package/core/esm2020/lib/services/loader/koala.loader.service.mjs +4 -4
  31. package/core/esm2020/lib/services/openid/koala.oauth2.service.mjs +4 -4
  32. package/core/esm2020/lib/services/request/koala.request.service.mjs +4 -4
  33. package/core/esm2020/lib/services/token/koala.token.service.mjs +4 -4
  34. package/core/fesm2015/koalarx-ui-core.mjs +94 -83
  35. package/core/fesm2015/koalarx-ui-core.mjs.map +1 -1
  36. package/core/fesm2020/koalarx-ui-core.mjs +94 -83
  37. package/core/fesm2020/koalarx-ui-core.mjs.map +1 -1
  38. package/core/lib/loader/loader-bar-page.component.d.ts +2 -2
  39. package/core/lib/page/notifications/notification.component.d.ts +1 -1
  40. package/core/lib/page/page.component.d.ts +1 -1
  41. package/core/theme/koala.theme.css +58 -48
  42. package/dialog/esm2020/lib/dialog.component.mjs +4 -4
  43. package/dialog/esm2020/lib/koala.dialog-template.interface.mjs +1 -1
  44. package/dialog/esm2020/lib/koala.dialog.module.mjs +7 -7
  45. package/dialog/esm2020/lib/koala.dialog.service.mjs +4 -4
  46. package/dialog/fesm2015/koalarx-ui-dialog.mjs +10 -10
  47. package/dialog/fesm2015/koalarx-ui-dialog.mjs.map +1 -1
  48. package/dialog/fesm2020/koalarx-ui-dialog.mjs +10 -10
  49. package/dialog/fesm2020/koalarx-ui-dialog.mjs.map +1 -1
  50. package/dialog/lib/dialog.component.d.ts +1 -1
  51. package/dialog/lib/koala.dialog-template.interface.d.ts +1 -1
  52. package/dialog/lib/koala.dialog.service.d.ts +1 -1
  53. package/dynamic-component/esm2020/lib/koala-dynamic-component.directive.mjs +4 -4
  54. package/dynamic-component/esm2020/lib/koala-dynamic-component.factory.mjs +4 -4
  55. package/dynamic-component/esm2020/lib/koala-dynamic-component.module.mjs +5 -5
  56. package/dynamic-component/fesm2015/koalarx-ui-dynamic-component.mjs +10 -10
  57. package/dynamic-component/fesm2015/koalarx-ui-dynamic-component.mjs.map +1 -1
  58. package/dynamic-component/fesm2020/koalarx-ui-dynamic-component.mjs +10 -10
  59. package/dynamic-component/fesm2020/koalarx-ui-dynamic-component.mjs.map +1 -1
  60. package/dynamic-component/lib/koala-dynamic-component.directive.d.ts +1 -1
  61. package/dynamic-component/lib/koala-dynamic-component.factory.d.ts +1 -1
  62. package/file-button/esm2020/lib/file-button.component.mjs +4 -4
  63. package/file-button/esm2020/lib/koala.btn-file.service.mjs +4 -4
  64. package/file-button/esm2020/lib/koala.file-button.module.mjs +7 -7
  65. package/file-button/fesm2015/koalarx-ui-file-button.mjs +10 -10
  66. package/file-button/fesm2015/koalarx-ui-file-button.mjs.map +1 -1
  67. package/file-button/fesm2020/koalarx-ui-file-button.mjs +10 -10
  68. package/file-button/fesm2020/koalarx-ui-file-button.mjs.map +1 -1
  69. package/file-button/lib/file-button.component.d.ts +1 -1
  70. package/folder-page/esm2020/lib/folder.component.mjs +4 -4
  71. package/folder-page/esm2020/lib/koala.folder-page.module.mjs +6 -6
  72. package/folder-page/fesm2015/koalarx-ui-folder-page.mjs +7 -7
  73. package/folder-page/fesm2015/koalarx-ui-folder-page.mjs.map +1 -1
  74. package/folder-page/fesm2020/koalarx-ui-folder-page.mjs +7 -7
  75. package/folder-page/fesm2020/koalarx-ui-folder-page.mjs.map +1 -1
  76. package/folder-page/lib/folder.component.d.ts +1 -1
  77. package/form/esm2020/lib/btn-submit/btn-submit.component.mjs +4 -4
  78. package/form/esm2020/lib/directives/koala-autofocus.directive.mjs +4 -4
  79. package/form/esm2020/lib/dynamic-form/builder/dynamic-form.builder.mjs +2 -2
  80. package/form/esm2020/lib/dynamic-form/builder/fields/field.base.mjs +2 -2
  81. package/form/esm2020/lib/dynamic-form/builder/fields/field.builder.mjs +1 -1
  82. package/form/esm2020/lib/dynamic-form/builder/fields/more-items.builder.mjs +2 -2
  83. package/form/esm2020/lib/dynamic-form/dynamic-form.component.mjs +9 -9
  84. package/form/esm2020/lib/dynamic-form/interfaces/koala.dynamic-form-field.interface.mjs +1 -1
  85. package/form/esm2020/lib/dynamic-form/koala.dynamic-form.service.mjs +4 -4
  86. package/form/esm2020/lib/koala.form.module.mjs +25 -21
  87. package/form/fesm2015/koalarx-ui-form.mjs +34 -29
  88. package/form/fesm2015/koalarx-ui-form.mjs.map +1 -1
  89. package/form/fesm2020/koalarx-ui-form.mjs +34 -29
  90. package/form/fesm2020/koalarx-ui-form.mjs.map +1 -1
  91. package/form/lib/btn-submit/btn-submit.component.d.ts +1 -1
  92. package/form/lib/directives/koala-autofocus.directive.d.ts +1 -1
  93. package/form/lib/dynamic-form/builder/dynamic-form.builder.d.ts +2 -2
  94. package/form/lib/dynamic-form/builder/fields/field.base.d.ts +4 -4
  95. package/form/lib/dynamic-form/builder/fields/field.builder.d.ts +2 -2
  96. package/form/lib/dynamic-form/builder/fields/more-items.builder.d.ts +1 -1
  97. package/form/lib/dynamic-form/dynamic-form.component.d.ts +1 -1
  98. package/form/lib/dynamic-form/interfaces/koala.dynamic-form-field.interface.d.ts +1 -1
  99. package/form/lib/koala.form.module.d.ts +4 -4
  100. package/icon/esm2020/lib/icon.component.mjs +4 -4
  101. package/icon/esm2020/lib/koala.icon.module.mjs +5 -5
  102. package/icon/fesm2015/koalarx-ui-icon.mjs +7 -7
  103. package/icon/fesm2015/koalarx-ui-icon.mjs.map +1 -1
  104. package/icon/fesm2020/koalarx-ui-icon.mjs +7 -7
  105. package/icon/fesm2020/koalarx-ui-icon.mjs.map +1 -1
  106. package/icon/lib/icon.component.d.ts +1 -1
  107. package/icons-animated/esm2020/lib/icons/downloading/downloading-icon-animated.component.mjs +4 -4
  108. package/icons-animated/esm2020/lib/icons/loading/loading-icon-animated.component.mjs +4 -4
  109. package/icons-animated/esm2020/lib/icons-animated.component.mjs +4 -4
  110. package/icons-animated/esm2020/lib/icons-animated.service.mjs +4 -4
  111. package/icons-animated/esm2020/lib/koala-icons-animated.module.mjs +5 -5
  112. package/icons-animated/fesm2015/koalarx-ui-icons-animated.mjs +16 -16
  113. package/icons-animated/fesm2015/koalarx-ui-icons-animated.mjs.map +1 -1
  114. package/icons-animated/fesm2020/koalarx-ui-icons-animated.mjs +16 -16
  115. package/icons-animated/fesm2020/koalarx-ui-icons-animated.mjs.map +1 -1
  116. package/icons-animated/lib/icons/downloading/downloading-icon-animated.component.d.ts +1 -1
  117. package/icons-animated/lib/icons/loading/loading-icon-animated.component.d.ts +1 -1
  118. package/icons-animated/lib/icons-animated.component.d.ts +1 -1
  119. package/list/esm2020/lib/koala.list.module.mjs +9 -9
  120. package/list/esm2020/lib/koala.list.service.mjs +4 -4
  121. package/list/esm2020/lib/list.abstract.mjs +9 -2
  122. package/list/esm2020/lib/list.component.mjs +6 -6
  123. package/list/esm2020/lib/providers/pagination/pagination.provider.mjs +5 -5
  124. package/list/fesm2015/koalarx-ui-list.mjs +26 -20
  125. package/list/fesm2015/koalarx-ui-list.mjs.map +1 -1
  126. package/list/fesm2020/koalarx-ui-list.mjs +26 -20
  127. package/list/fesm2020/koalarx-ui-list.mjs.map +1 -1
  128. package/list/lib/list.abstract.d.ts +6 -3
  129. package/list/lib/list.component.d.ts +2 -2
  130. package/list/lib/providers/pagination/pagination.provider.d.ts +1 -1
  131. package/menu/esm2020/lib/koala.menu.module.mjs +5 -5
  132. package/menu/esm2020/lib/koala.menu.service.mjs +4 -4
  133. package/menu/esm2020/lib/menu.component.mjs +4 -4
  134. package/menu/fesm2015/koalarx-ui-menu.mjs +10 -10
  135. package/menu/fesm2015/koalarx-ui-menu.mjs.map +1 -1
  136. package/menu/fesm2020/koalarx-ui-menu.mjs +10 -10
  137. package/menu/fesm2020/koalarx-ui-menu.mjs.map +1 -1
  138. package/menu/lib/menu.component.d.ts +1 -1
  139. package/package.json +6 -8
  140. package/question/esm2020/lib/dialog-question.component.mjs +5 -5
  141. package/question/esm2020/lib/koala.question.module.mjs +7 -7
  142. package/question/esm2020/lib/koala.question.service.mjs +4 -4
  143. package/question/fesm2015/koalarx-ui-question.mjs +11 -11
  144. package/question/fesm2015/koalarx-ui-question.mjs.map +1 -1
  145. package/question/fesm2020/koalarx-ui-question.mjs +11 -11
  146. package/question/fesm2020/koalarx-ui-question.mjs.map +1 -1
  147. package/question/lib/dialog-question.component.d.ts +1 -1
  148. package/snackbar/esm2020/lib/koala.snackbar.component.mjs +7 -7
  149. package/snackbar/esm2020/lib/koala.snackbar.module.mjs +6 -6
  150. package/snackbar/esm2020/lib/koala.snackbar.service.mjs +4 -4
  151. package/snackbar/fesm2015/koalarx-ui-snackbar.mjs +17 -15
  152. package/snackbar/fesm2015/koalarx-ui-snackbar.mjs.map +1 -1
  153. package/snackbar/fesm2020/koalarx-ui-snackbar.mjs +17 -15
  154. package/snackbar/fesm2020/koalarx-ui-snackbar.mjs.map +1 -1
  155. package/snackbar/lib/koala.snackbar.component.d.ts +2 -2
@@ -8,17 +8,16 @@ import * as i2$1 from '@angular/router';
8
8
  import { NavigationError, NavigationEnd, NavigationCancel, NavigationStart, RouterModule } from '@angular/router';
9
9
  import * as i3 from '@angular/material/tooltip';
10
10
  import { MatTooltipModule } from '@angular/material/tooltip';
11
- import * as i4 from '@angular/material/button';
11
+ import * as i11 from '@angular/material/button';
12
12
  import { MatButtonModule } from '@angular/material/button';
13
13
  import * as i5 from '@angular/material/icon';
14
14
  import { MatIconModule } from '@angular/material/icon';
15
15
  import * as i6 from '@angular/material/list';
16
16
  import { MatListModule } from '@angular/material/list';
17
- import * as i7 from '@angular/material/core';
18
17
  import { __awaiter } from 'tslib';
19
18
  import { BehaviorSubject, interval, Observable, skipWhile } from 'rxjs';
20
19
  import jwt from 'jwt-decode';
21
- import * as i4$1 from '@koalarx/ui/menu';
20
+ import * as i4 from '@koalarx/ui/menu';
22
21
  import { menuStateSubject } from '@koalarx/ui/menu';
23
22
  import jwtEncode from 'jwt-encode';
24
23
  import { koala } from '@koalarx/utils';
@@ -49,9 +48,9 @@ class LoaderBarPageComponent {
49
48
  this.typeLoader = 'indeterminate';
50
49
  }
51
50
  }
52
- LoaderBarPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: LoaderBarPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
53
- LoaderBarPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.11", type: LoaderBarPageComponent, selector: "app-loader-page", inputs: { show: "show", progress: "progress", typeLoader: "typeLoader" }, ngImport: i0, template: "<div [ngClass]=\"{'bouncedInDown d-block': show}\" class=\"animated loader-bar-page\">\n <mat-progress-bar\n [bufferValue]=\"progress\"\n [mode]=\"typeLoader\"\n [value]=\"progress\"\n color=\"primary\">\n </mat-progress-bar>\n</div>\n", styles: [".loader-bar-page{position:absolute;display:none;top:0;left:0;width:100vw;height:100vh;z-index:100000}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: LoaderBarPageComponent, decorators: [{
51
+ LoaderBarPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LoaderBarPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
52
+ LoaderBarPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: LoaderBarPageComponent, selector: "app-loader-page", inputs: { show: "show", progress: "progress", typeLoader: "typeLoader" }, ngImport: i0, template: "<div [ngClass]=\"{'bouncedInDown d-block': show}\" class=\"animated loader-bar-page\">\n <mat-progress-bar\n [bufferValue]=\"progress\"\n [mode]=\"typeLoader\"\n [value]=\"progress\"\n color=\"primary\">\n </mat-progress-bar>\n</div>\n", styles: [".loader-bar-page{position:absolute;display:none;top:0;left:0;width:100vw;height:100vh;z-index:100000}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LoaderBarPageComponent, decorators: [{
55
54
  type: Component,
56
55
  args: [{ selector: 'app-loader-page', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{'bouncedInDown d-block': show}\" class=\"animated loader-bar-page\">\n <mat-progress-bar\n [bufferValue]=\"progress\"\n [mode]=\"typeLoader\"\n [value]=\"progress\"\n color=\"primary\">\n </mat-progress-bar>\n</div>\n", styles: [".loader-bar-page{position:absolute;display:none;top:0;left:0;width:100vw;height:100vh;z-index:100000}\n"] }]
57
56
  }], propDecorators: { show: [{
@@ -83,11 +82,11 @@ class NotificationComponent {
83
82
  this.delete.emit(notification);
84
83
  }
85
84
  }
86
- NotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: NotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
87
- NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.11", type: NotificationComponent, selector: "koala-notification-list", inputs: { notifications: "notifications" }, outputs: { deleteAll: "deleteAll", delete: "delete" }, usesOnChanges: true, ngImport: i0, template: "<div (click)=\"$event.stopPropagation()\" class=\"notifications-content\">\n <div class=\"title\">\n <mat-icon>info</mat-icon>\n <h2>Notifica\u00E7\u00F5es</h2>\n <span class=\"spacer\"></span>\n <button (click)=\"deleteAllNotifications()\" *ngIf=\"notifications.length > 0\" class=\"btn-delete-all\"\n mat-icon-button\n matTooltip=\"Excluir Todas\" matTooltipPosition=\"above\">\n <mat-icon>delete_sweep</mat-icon>\n </button>\n </div>\n <mat-action-list *ngIf=\"notifications.length > 0 else noNotifications\">\n <mat-list-item *ngFor=\"let notification of notifications\" [routerLink]=\"notification.redirectTo\" class=\"itemList\">\n <button (click)=\"deleteNotification(notification)\" class=\"delete-notification\" color=\"warn\" mat-icon-button\n matTooltip=\"Excluir\" matTooltipPosition=\"above\"\n mat-list-icon>\n <mat-icon>delete</mat-icon>\n </button>\n <mat-icon class=\"iconList\" mat-list-icon>announcement</mat-icon>\n <h4 class=\"titleList\" mat-line>{{notification.title}}</h4>\n <p [innerHTML]=\"notification.text\" class=\"textList\" mat-line></p>\n </mat-list-item>\n </mat-action-list>\n <ng-template #noNotifications>\n <div class=\"empty\">\n <mat-icon>mood</mat-icon>\n <p>Tudo certo por aqui!</p>\n </div>\n </ng-template>\n</div>\n", styles: [".title{color:#616161;padding:5px 20px 15px}.title h2{vertical-align:middle;display:inline-flex;padding:0 10px;margin:0;font-family:OpenSans,sans-serif;font-size:.8em}.title mat-icon{vertical-align:middle;display:inline-flex;width:22px;height:22px;font-size:22px;line-height:22px}.title .btn-delete-all{position:absolute;right:20px;top:5px}.iconList{color:#1976d2}.titleList{font-family:OpenSansLight,sans-serif;font-size:.7em!important;color:#616161}.textList{font-family:OpenSans,sans-serif;font-size:.9em!important;color:#212121;white-space:inherit!important}.itemList{height:-moz-fit-content!important;height:fit-content!important;padding:8px 0!important}.delete-notification{background:#b71c1c;border-radius:0!important;height:100%!important;margin-left:-75px;margin-right:10px;position:absolute;transition:.3s;width:50px!important}.delete-notification mat-icon{color:#fff;vertical-align:middle}mat-action-list{max-height:70vh;overflow-y:auto}mat-list-item:hover .delete-notification{margin-left:-15px}.empty{padding:50px;text-align:center;color:#616161}.empty mat-icon{width:40px;height:40px;font-size:40px;line-height:40px}.empty p{text-align:center;font-family:OpenSansLight,sans-serif;font-size:1em}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.RouterLink, selector: ":not(a):not(area)[routerLink]", inputs: ["queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i3.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "component", type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i6.MatList, selector: "mat-list, mat-action-list", inputs: ["disableRipple", "disabled"], exportAs: ["matList"] }, { kind: "component", type: i6.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i7.MatLine, selector: "[mat-line], [matLine]" }, { kind: "directive", type: i6.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: NotificationComponent, decorators: [{
85
+ NotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
86
+ NotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: NotificationComponent, selector: "koala-notification-list", inputs: { notifications: "notifications" }, outputs: { deleteAll: "deleteAll", delete: "delete" }, usesOnChanges: true, ngImport: i0, template: "<div (click)=\"$event.stopPropagation()\" class=\"notifications-content\">\n <div class=\"title\">\n <mat-icon>info</mat-icon>\n <h2>Notifica\u00E7\u00F5es</h2>\n <span class=\"spacer\"></span>\n <button (click)=\"deleteAllNotifications()\" *ngIf=\"notifications.length > 0\" class=\"btn-delete-all\"\n mat-icon-button\n matTooltip=\"Excluir Todas\" matTooltipPosition=\"above\">\n <mat-icon>delete_sweep</mat-icon>\n </button>\n </div>\n <mat-action-list *ngIf=\"notifications.length > 0 else noNotifications\">\n <mat-list-item *ngFor=\"let notification of notifications\" [routerLink]=\"notification.redirectTo\" class=\"itemList\">\n <button (click)=\"deleteNotification(notification)\" class=\"delete-notification\" color=\"warn\" mat-icon-button\n matTooltip=\"Excluir\" matTooltipPosition=\"above\"\n mat-list-icon>\n <mat-icon>delete</mat-icon>\n </button>\n <mat-icon class=\"iconList\" mat-list-icon>announcement</mat-icon>\n <h4 class=\"titleList\" mat-line>{{notification.title}}</h4>\n <p [innerHTML]=\"notification.text\" class=\"textList\" mat-line></p>\n </mat-list-item>\n </mat-action-list>\n <ng-template #noNotifications>\n <div class=\"empty\">\n <mat-icon>mood</mat-icon>\n <p>Tudo certo por aqui!</p>\n </div>\n </ng-template>\n</div>\n", styles: [".title{color:#616161;padding:5px 20px 15px}.title h2{vertical-align:middle;display:inline-flex;padding:0 10px;margin:0;font-family:OpenSans,sans-serif;font-size:.8em}.title mat-icon{vertical-align:middle;display:inline-flex;width:22px;height:22px;font-size:22px;line-height:22px}.title .btn-delete-all{position:absolute;right:20px;top:5px}.iconList{color:#1976d2}.titleList{font-family:OpenSansLight,sans-serif;font-size:.7em!important;color:#616161}.textList{font-family:OpenSans,sans-serif;font-size:.9em!important;color:#212121;white-space:unset!important}.itemList{height:-moz-fit-content!important;height:fit-content!important;padding:8px 0!important}.delete-notification{background:#b71c1c;border-radius:0!important;height:100%!important;margin-left:-75px;margin-right:10px;position:absolute;transition:.3s;width:50px!important}.delete-notification mat-icon{color:#fff;vertical-align:middle}mat-action-list{max-height:70vh;overflow-y:auto}mat-list-item:hover .delete-notification{margin-left:-15px}.empty{padding:50px;text-align:center;color:#616161}.empty mat-icon{width:40px;height:40px;font-size:40px;line-height:40px}.empty p{text-align:center;font-family:OpenSansLight,sans-serif;font-size:1em}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i3.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { kind: "component", type: i11.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i6.MatActionList, selector: "mat-action-list", exportAs: ["matActionList"] }, { kind: "component", type: i6.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NotificationComponent, decorators: [{
89
88
  type: Component,
90
- args: [{ selector: 'koala-notification-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div (click)=\"$event.stopPropagation()\" class=\"notifications-content\">\n <div class=\"title\">\n <mat-icon>info</mat-icon>\n <h2>Notifica\u00E7\u00F5es</h2>\n <span class=\"spacer\"></span>\n <button (click)=\"deleteAllNotifications()\" *ngIf=\"notifications.length > 0\" class=\"btn-delete-all\"\n mat-icon-button\n matTooltip=\"Excluir Todas\" matTooltipPosition=\"above\">\n <mat-icon>delete_sweep</mat-icon>\n </button>\n </div>\n <mat-action-list *ngIf=\"notifications.length > 0 else noNotifications\">\n <mat-list-item *ngFor=\"let notification of notifications\" [routerLink]=\"notification.redirectTo\" class=\"itemList\">\n <button (click)=\"deleteNotification(notification)\" class=\"delete-notification\" color=\"warn\" mat-icon-button\n matTooltip=\"Excluir\" matTooltipPosition=\"above\"\n mat-list-icon>\n <mat-icon>delete</mat-icon>\n </button>\n <mat-icon class=\"iconList\" mat-list-icon>announcement</mat-icon>\n <h4 class=\"titleList\" mat-line>{{notification.title}}</h4>\n <p [innerHTML]=\"notification.text\" class=\"textList\" mat-line></p>\n </mat-list-item>\n </mat-action-list>\n <ng-template #noNotifications>\n <div class=\"empty\">\n <mat-icon>mood</mat-icon>\n <p>Tudo certo por aqui!</p>\n </div>\n </ng-template>\n</div>\n", styles: [".title{color:#616161;padding:5px 20px 15px}.title h2{vertical-align:middle;display:inline-flex;padding:0 10px;margin:0;font-family:OpenSans,sans-serif;font-size:.8em}.title mat-icon{vertical-align:middle;display:inline-flex;width:22px;height:22px;font-size:22px;line-height:22px}.title .btn-delete-all{position:absolute;right:20px;top:5px}.iconList{color:#1976d2}.titleList{font-family:OpenSansLight,sans-serif;font-size:.7em!important;color:#616161}.textList{font-family:OpenSans,sans-serif;font-size:.9em!important;color:#212121;white-space:inherit!important}.itemList{height:-moz-fit-content!important;height:fit-content!important;padding:8px 0!important}.delete-notification{background:#b71c1c;border-radius:0!important;height:100%!important;margin-left:-75px;margin-right:10px;position:absolute;transition:.3s;width:50px!important}.delete-notification mat-icon{color:#fff;vertical-align:middle}mat-action-list{max-height:70vh;overflow-y:auto}mat-list-item:hover .delete-notification{margin-left:-15px}.empty{padding:50px;text-align:center;color:#616161}.empty mat-icon{width:40px;height:40px;font-size:40px;line-height:40px}.empty p{text-align:center;font-family:OpenSansLight,sans-serif;font-size:1em}\n"] }]
89
+ args: [{ selector: 'koala-notification-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div (click)=\"$event.stopPropagation()\" class=\"notifications-content\">\n <div class=\"title\">\n <mat-icon>info</mat-icon>\n <h2>Notifica\u00E7\u00F5es</h2>\n <span class=\"spacer\"></span>\n <button (click)=\"deleteAllNotifications()\" *ngIf=\"notifications.length > 0\" class=\"btn-delete-all\"\n mat-icon-button\n matTooltip=\"Excluir Todas\" matTooltipPosition=\"above\">\n <mat-icon>delete_sweep</mat-icon>\n </button>\n </div>\n <mat-action-list *ngIf=\"notifications.length > 0 else noNotifications\">\n <mat-list-item *ngFor=\"let notification of notifications\" [routerLink]=\"notification.redirectTo\" class=\"itemList\">\n <button (click)=\"deleteNotification(notification)\" class=\"delete-notification\" color=\"warn\" mat-icon-button\n matTooltip=\"Excluir\" matTooltipPosition=\"above\"\n mat-list-icon>\n <mat-icon>delete</mat-icon>\n </button>\n <mat-icon class=\"iconList\" mat-list-icon>announcement</mat-icon>\n <h4 class=\"titleList\" mat-line>{{notification.title}}</h4>\n <p [innerHTML]=\"notification.text\" class=\"textList\" mat-line></p>\n </mat-list-item>\n </mat-action-list>\n <ng-template #noNotifications>\n <div class=\"empty\">\n <mat-icon>mood</mat-icon>\n <p>Tudo certo por aqui!</p>\n </div>\n </ng-template>\n</div>\n", styles: [".title{color:#616161;padding:5px 20px 15px}.title h2{vertical-align:middle;display:inline-flex;padding:0 10px;margin:0;font-family:OpenSans,sans-serif;font-size:.8em}.title mat-icon{vertical-align:middle;display:inline-flex;width:22px;height:22px;font-size:22px;line-height:22px}.title .btn-delete-all{position:absolute;right:20px;top:5px}.iconList{color:#1976d2}.titleList{font-family:OpenSansLight,sans-serif;font-size:.7em!important;color:#616161}.textList{font-family:OpenSans,sans-serif;font-size:.9em!important;color:#212121;white-space:unset!important}.itemList{height:-moz-fit-content!important;height:fit-content!important;padding:8px 0!important}.delete-notification{background:#b71c1c;border-radius:0!important;height:100%!important;margin-left:-75px;margin-right:10px;position:absolute;transition:.3s;width:50px!important}.delete-notification mat-icon{color:#fff;vertical-align:middle}mat-action-list{max-height:70vh;overflow-y:auto}mat-list-item:hover .delete-notification{margin-left:-15px}.empty{padding:50px;text-align:center;color:#616161}.empty mat-icon{width:40px;height:40px;font-size:40px;line-height:40px}.empty p{text-align:center;font-family:OpenSansLight,sans-serif;font-size:1em}\n"] }]
91
90
  }], ctorParameters: function () { return []; }, propDecorators: { notifications: [{
92
91
  type: Input
93
92
  }], deleteAll: [{
@@ -305,9 +304,9 @@ class KoalaTokenService {
305
304
  });
306
305
  }
307
306
  }
308
- KoalaTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaTokenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
309
- KoalaTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaTokenService, providedIn: "any" });
310
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaTokenService, decorators: [{
307
+ KoalaTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaTokenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
308
+ KoalaTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaTokenService, providedIn: "any" });
309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaTokenService, decorators: [{
311
310
  type: Injectable,
312
311
  args: [{ providedIn: "any" }]
313
312
  }], ctorParameters: function () { return []; } });
@@ -367,9 +366,9 @@ class KoalaLoaderService {
367
366
  });
368
367
  }
369
368
  }
370
- KoalaLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
371
- KoalaLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaLoaderService, providedIn: "any" });
372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaLoaderService, decorators: [{
369
+ KoalaLoaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaLoaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
370
+ KoalaLoaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaLoaderService, providedIn: "any" });
371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaLoaderService, decorators: [{
373
372
  type: Injectable,
374
373
  args: [{ providedIn: "any" }]
375
374
  }] });
@@ -552,9 +551,9 @@ class KoalaOAuth2Service {
552
551
  });
553
552
  }
554
553
  }
555
- KoalaOAuth2Service.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaOAuth2Service, deps: [{ token: i1$1.HttpClient }, { token: i2$1.Router }, { token: KoalaTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
556
- KoalaOAuth2Service.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaOAuth2Service });
557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaOAuth2Service, decorators: [{
554
+ KoalaOAuth2Service.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaOAuth2Service, deps: [{ token: i1$1.HttpClient }, { token: i2$1.Router }, { token: KoalaTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
555
+ KoalaOAuth2Service.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaOAuth2Service });
556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaOAuth2Service, decorators: [{
558
557
  type: Injectable
559
558
  }], ctorParameters: function () { return [{ type: i1$1.HttpClient }, { type: i2$1.Router }, { type: KoalaTokenService }]; } });
560
559
 
@@ -752,52 +751,64 @@ input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hov
752
751
  .menu-container,
753
752
  body {background: ${this.palletColors.bodyBackground}!important;}
754
753
  input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover {-webkit-box-shadow: 0 0 0 1000px ${this.palletColors.firstColor} inset !important;}
755
- .mat-button-disabled,
754
+ .mat-mdc-button-disabled,
756
755
  input::placeholder,
757
- .mat-form-field-appearance-outline .mat-form-field-outline {color: ${this.palletColors.fontColor}!important;opacity: .6;}
758
- .mat-hint,
756
+ .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline {color: ${this.palletColors.fontColor}!important;opacity: .6;}
757
+ .mat-mdc-form-field-hint-wrapper,
759
758
  .mat-expansion-indicator::after,
760
759
  .more-items-content .items .titleForm,
761
760
  fieldset legend,
762
- .mat-paginator-container,
763
- .mat-form-field-flex mat-icon {color: ${this.palletColors.fontColor}!important;}
764
- .mat-paginator-container,
765
- .mat-card,
761
+ .mat-mdc-paginator-container,
762
+ .mat-mdc-form-field-flex mat-icon,
763
+ .mat-mdc-menu-item .mdc-list-item__primary-text,
764
+ button:disabled,
765
+ .mat-mdc-paginator-range-actions button {color: ${this.palletColors.fontColor}!important;}
766
+ .mat-mdc-paginator-range-actions button svg {fill: ${this.palletColors.fontColor}!important;}
767
+ .mat-mdc-paginator-container,
768
+ .mat-mdc-card,
766
769
  .mat-expansion-panel,
767
- .mat-select-panel,
768
- .mat-autocomplete-panel,
769
- .mat-menu-panel {background: ${this.palletColors.firstColor}}
770
- .mat-selected {background-color: rgba(0,0,0,.3)!important;}
770
+ .mat-mdc-select-panel,
771
+ .mat-mdc-autocomplete-panel,
772
+ .mat-mdc-menu-panel {background: ${this.palletColors.firstColor}}
773
+ .mat-mdc-selected {background-color: rgba(0,0,0,.3)!important;}
774
+ input:-webkit-autofill,
775
+ input:-webkit-autofill:focus,
776
+ input:-webkit-autofill:hover {-webkit-box-shadow: 0 0 0 1000px ${this.palletColors.fontColor} inset !important;}
777
+ .mat-mdc-progress-spinner circle {stroke: ${this.palletColors.fontColor};}
771
778
  .question p,
772
779
  .alert-message,
773
- .mat-action-row,
774
- .mat-option,
775
- .mat-menu-item,
776
- .mat-menu-item mat-icon {color: ${this.palletColors.fontColor}!important}
777
- .mat-select-value,
778
- .mat-select-arrow,
779
- .mat-form-field input,
780
- .mat-form-field textarea,
781
- .mat-form-field-appearance-outline:not(.mat-form-field-invalid) .mat-form-field-outline-thick,
782
- .mat-form-field label,
780
+ .mat-mdc-action-row,
781
+ .mat-mdc-option .mdc-list-item__primary-text,
782
+ .mat-mdc-menu-item,
783
+ .mat-mdc-menu-item mat-icon {color: ${this.palletColors.fontColor}!important}
784
+ .mdc-notched-outline div {border-color: ${this.palletColors.fontColor}!important;}
785
+ .mat-mdc-select-value,
786
+ .mat-mdc-select-arrow,
787
+ .mat-mdc-form-field input,
788
+ .mat-mdc-form-field textarea,
789
+ .mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-invalid) .mat-mdc-form-field-outline-thick,
790
+ .mat-mdc-form-field label,
783
791
  .select-multiple-native select {color: ${this.palletColors.fontColor}!important;caret-color: ${this.palletColors.fontColor}!important;}
784
- .mat-form-field-underline,
785
- .mat-form-field-appearance-fill .mat-form-field-underline::before,
786
- .mat-form-field-ripple {background: ${this.palletColors.fontColor}!important;}
787
- .mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
788
- .mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {background-color: ${this.palletColors.checkboxBackground} !important;}
789
- .mat-checkbox-checkmark-path {stroke: ${this.palletColors.checkboxColor} !important;}
790
- .mat-checkbox-checkmark {fill: ${this.palletColors.checkboxColor} !important;}
791
- .mat-checkbox-mixedmark {background-color: ${this.palletColors.checkboxColor} !important;}
792
- .mat-checkbox-frame {border-color: ${this.palletColors.checkboxOutlineColor}!important;}
793
- .mat-checkbox-label {color: ${this.palletColors.fontColor}!important;}
794
- .mat-radio-outer-circle {border-color: ${this.palletColors.checkboxBackground}!important;}
795
- .mat-radio-ripple .mat-ripple-element, .mat-radio-inner-circle {background-color: ${this.palletColors.checkboxBackground} !important;}
796
- .home-list-cards .list .mat-list-item-content .mat-icon {color: ${this.palletColors.fontColor};}
797
- .home-list-cards .list button .mat-badge-content {background: ${this.palletColors.fontColor};}
798
- .koala-dialog .mat-dialog-title h2 {color: ${this.palletColors.fontColor};}
799
- .koala-dialog .mat-dialog-title mat-icon {color: ${this.palletColors.fontColor}!important;}
800
- .koala-dialog .mat-dialog-container {background: ${this.palletColors.firstColor}}
792
+ .mat-mdc-form-field-underline,
793
+ .mat-mdc-form-field-appearance-fill .mat-mdc-form-field-underline::before,
794
+ .mat-mdc-form-field-ripple {background: ${this.palletColors.fontColor}!important;}
795
+ .mat-mdc-checkbox .mdc-form-field {color: ${this.palletColors.fontColor}!important;}
796
+ .mat-mdc-checkbox-checked.mat-accent .mat-mdc-checkbox-background, .mat-mdc-checkbox-indeterminate.mat-accent .mat-mdc-checkbox-background,
797
+ .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background {background-color: ${this.palletColors.checkboxBackground} !important;border-color: ${this.palletColors.checkboxOutlineColor}!important;}
798
+ .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__checkmark {color: ${this.palletColors.checkboxColor} !important;}
799
+ .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple, .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple div {background-color: ${this.palletColors.checkboxBackground} !important;}
800
+ .mat-mdc-checkbox-checkmark {fill: ${this.palletColors.checkboxColor} !important;}
801
+ .mat-mdc-checkbox-mixedmark {background-color: ${this.palletColors.checkboxColor} !important;}
802
+ .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.mdc-checkbox__background {border-color: ${this.palletColors.checkboxOutlineColor}!important;}
803
+ .mat-mdc-radio-button .mdc-form-field {color: ${this.palletColors.fontColor}!important;}
804
+ .mat-mdc-radio-button .mdc-radio__outer-circle,
805
+ .mat-mdc-radio-button .mdc-radio__inner-circle {border-color: ${this.palletColors.checkboxBackground}!important;}
806
+ .mat-mdc-radio-ripple .mat-ripple-element, .mat-mdc-radio-button .mdc-radio__background::before, .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {background-color: ${this.palletColors.checkboxBackground} !important;}
807
+ .home-list-cards .list .mat-mdc-list-item-content .mat-mdc-icon {color: ${this.palletColors.fontColor};}
808
+ .home-list-cards .list button .mat-mdc-badge-content {background: ${this.palletColors.fontColor};}
809
+ .koala-dialog .mat-mdc-dialog-title h2 {color: ${this.palletColors.fontColor};}
810
+ .koala-dialog .mat-mdc-dialog-title mat-icon {color: ${this.palletColors.fontColor}!important;}
811
+ .koala-dialog .mat-mdc-dialog-surface {background-color: ${this.palletColors.firstColor}!important;}
801
812
  .list-filter mat-icon {color: ${this.palletColors.filterIconColor}!important;}
802
813
  koala-page .menu-options {background: ${this.palletColors.menuBackground};}
803
814
  koala-page .toolbar {background: ${this.palletColors.toolbarBackground};}
@@ -844,10 +855,10 @@ koala-menu ul li li.active a koala-icon * {fill: ${this.palletColors.menuOptions
844
855
  .content {background: ${this.palletColors.listContentBackground};}
845
856
  .mat-tab-group .mat-tab-label {color: ${this.palletColors.fontColor};}
846
857
  .mat-tab-group .mat-ink-bar {background-color: ${this.palletColors.fontColor}!important;}
847
- .mat-table {background: ${this.palletColors.listBackground};color: ${this.palletColors.fontColor};}
848
- .mat-table th {color: ${this.palletColors.listTitleItemColor}!important;}
849
- .mat-sort-header-arrow {color: ${this.palletColors.listItemColor}!important;}
850
- .mat-table td {color: ${this.palletColors.listItemColor}!important;}`;
858
+ .mat-mdc-table {background: ${this.palletColors.listBackground};color: ${this.palletColors.fontColor};}
859
+ .mat-mdc-table th {color: ${this.palletColors.listTitleItemColor}!important;}
860
+ .mat-mdc-sort-header-arrow {color: ${this.palletColors.listItemColor}!important;}
861
+ .mat-mdc-table td {color: ${this.palletColors.listItemColor}!important;}`;
851
862
  const head = document.head || document.getElementsByTagName('head')[0];
852
863
  const style = document.createElement('style');
853
864
  head.appendChild(style);
@@ -903,12 +914,12 @@ koala-menu ul li li.active a koala-icon * {fill: ${this.palletColors.menuOptions
903
914
  }
904
915
  }
905
916
  }
906
- PageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: PageComponent, deps: [{ token: KoalaTokenService }, { token: i2$1.Router }, { token: KoalaLoaderService }, { token: i4$1.KoalaMenuService }, { token: KoalaOAuth2Service }, { token: i6$1.DeviceDetectorService }], target: i0.ɵɵFactoryTarget.Component });
907
- PageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.11", type: PageComponent, selector: "koala-page", inputs: { showMenu: "showMenu", color: "color", logo: "logo", startMenuOpened: "startMenuOpened", showLoaderPage: "showLoaderPage", messageLoaderPage: "messageLoaderPage", defaultPage: "defaultPage", openPages: "openPages", notifications: "notifications", userMenuOptions: "userMenuOptions", palletColors: "palletColors", language: "language" }, outputs: { validatingScope: "validatingScope", logoutEmitter: "logoutEmitter", deleteAllNotifications: "deleteAllNotifications", deleteNotification: "deleteNotification" }, providers: [KoalaTokenService], viewQueries: [{ propertyName: "menu", first: true, predicate: ["drawer"], descendants: true, static: true }], ngImport: i0, template: "<div *ngIf=\"showLoaderPage | async\" class=\"koala-loader-pg\">\n <div class=\"loader-content\">\n <figure>\n <img [src]=\"logo\" alt=\"Logotipo\"/>\n <figcaption *ngIf=\"(messageLoaderPage | async) as messageLoader\" [innerHTML]=\"messageLoader\"></figcaption>\n </figure>\n <mat-spinner></mat-spinner>\n </div>\n</div>\n<app-loader-page *ngIf=\"(loaderSubject | async) as loader\" [progress]=\"loader.progress\" [show]=\"loader.show\"\n [typeLoader]=\"loader.typeLoader\"></app-loader-page>\n<mat-drawer-container autosize class=\"menu-container\">\n <mat-drawer #drawer class=\"menu-options\" [mode]=\"isMobile ? 'push' : 'side'\">\n <img [src]=\"logo\" alt=\"Logotipo\" id=\"logotipo\"/>\n <ng-content *ngIf=\"showMenu\" select=\"[menu-options]\"></ng-content>\n </mat-drawer>\n\n <mat-toolbar *ngIf=\"!!(logged$ | async) && (username$ | async)\" class=\"toolbar\">\n <img *ngIf=\"!showMenu\" [src]=\"logo\" alt=\"Logotipo Toolbar\" id=\"logotipo-toolbar\"/>\n <button (click)=\"toogleMenu()\" *ngIf=\"showMenu\" [color]=\"color\" class=\"btn-collapse-menu\" mat-icon-button>\n <mat-icon>menu</mat-icon>\n </button>\n <span class=\"spacer\"></span>\n\t <div class=\"menu-toolbar\">\n\t\t <ng-content select=\"[menu-toolbar]\"></ng-content>\n\t </div>\n <div *ngIf=\"(notifications | async) as notificationList\">\n <button *ngIf=\"notifications\" [color]=\"color\" [matMenuTriggerFor]=\"notificationsMenu\" class=\"btn-toolbar\"\n mat-icon-button>\n <mat-icon\n\t [matBadgeHidden]=\"notificationList.length === 0\"\n\t [matBadge]=\"notificationList.length.toString()\"\n\t matBadgeColor=\"warn\">notifications\n </mat-icon>\n </button>\n <mat-menu #notificationsMenu=\"matMenu\" class=\"menu-list\" yPosition=\"below\">\n <koala-notification-list\n (delete)=\"deleteNotification.emit($event)\"\n (deleteAll)=\"deleteAllNotifications.emit($event)\"\n [notifications]=\"notificationList\">\n </koala-notification-list>\n </mat-menu>\n </div>\n <button [color]=\"color\" [matMenuTriggerFor]=\"userOptions\" class=\"btn-toolbar\" mat-button>\n <span>{{username$ | async}}</span>\n <span class=\"icon-user\">{{firstUserLetter$ | async}}</span>\n </button>\n <mat-menu #userOptions=\"matMenu\" class=\"user-menu menu-list\" yPosition=\"below\">\n <div class=\"user-presentation\">\n <span class=\"icon-user\">{{firstUserLetter$ | async}}</span><br/>\n <span class=\"username\">{{username$ | async}}</span>\n </div>\n <button (click)=\"btn.action()\" *ngFor=\"let btn of userMenuOptions\" mat-menu-item>\n <mat-icon>{{btn.icon}}</mat-icon>\n <span>{{btn.name}}</span>\n </button>\n <button (click)=\"logout()\" mat-menu-item>\n <mat-icon>exit_to_app</mat-icon>\n <span>{{language === 'ptBr' ? 'Sair' : 'Logout'}}</span>\n </button>\n </mat-menu>\n </mat-toolbar>\n\n <ng-content class=\"page-content\" select=\"[page-content]\"></ng-content>\n\n</mat-drawer-container>\n\n<ng-content class=\"loading-info-content\" select=\"[loading-info-content]\"></ng-content>\n", styles: [".menu-container{height:100vh;width:100vw}.menu-options{border:none;padding:20px 0 0;width:250px}.page-content{align-items:center;display:flex;height:100%;justify-content:center}img#logotipo,img#logotipo-toolbar{display:block;height:auto;margin:0 auto 25px;position:relative;width:120px}.toolbar{box-shadow:none;padding:0 7px 0 13px}.toolbar img#logotipo-toolbar{margin:0;padding:0 10px}.menu-toolbar{margin:0 10px}.spacer{flex:1 1 auto}.btn-toolbar{display:inline-block;margin-right:10px;position:relative}.btn-toolbar span{padding:0 10px 0 0}.btn-toolbar span.icon-user,.user-presentation span.icon-user{border-radius:50%;display:inline-block;height:10px;line-height:10px;padding:5px;width:10px}.user-presentation{min-width:260px;padding:50px 10px;text-align:center}.user-presentation span.icon-user{font-size:30px;height:30px;line-height:30px;margin-bottom:10px;width:30px}.user-presentation span.username{font-family:OpenSansLight,sans-serif;word-break:break-all}@media (max-width: 900px){.btn-toolbar span:first-child{display:none}.btn-toolbar span.icon-user,.user-presentation span.icon-user{height:20px;line-height:20px;width:20px}}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i8.MatBadge, selector: "[matBadge]", inputs: ["matBadgeDisabled", "matBadgeColor", "matBadgeOverlap", "matBadgePosition", "matBadge", "matBadgeDescription", "matBadgeSize", "matBadgeHidden"] }, { kind: "component", type: i9.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i10.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "component", type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i13.MatDrawer, selector: "mat-drawer", inputs: ["position", "mode", "disableClose", "autoFocus", "opened"], outputs: ["openedChange", "opened", "openedStart", "closed", "closedStart", "positionChanged"], exportAs: ["matDrawer"] }, { kind: "component", type: i13.MatDrawerContainer, selector: "mat-drawer-container", inputs: ["autosize", "hasBackdrop"], outputs: ["backdropClick"], exportAs: ["matDrawerContainer"] }, { kind: "component", type: i14.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i14.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i14.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "component", type: NotificationComponent, selector: "koala-notification-list", inputs: ["notifications"], outputs: ["deleteAll", "delete"] }, { kind: "component", type: LoaderBarPageComponent, selector: "app-loader-page", inputs: ["show", "progress", "typeLoader"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
908
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: PageComponent, decorators: [{
917
+ PageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PageComponent, deps: [{ token: KoalaTokenService }, { token: i2$1.Router }, { token: KoalaLoaderService }, { token: i4.KoalaMenuService }, { token: KoalaOAuth2Service }, { token: i6$1.DeviceDetectorService }], target: i0.ɵɵFactoryTarget.Component });
918
+ PageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PageComponent, selector: "koala-page", inputs: { showMenu: "showMenu", color: "color", logo: "logo", startMenuOpened: "startMenuOpened", showLoaderPage: "showLoaderPage", messageLoaderPage: "messageLoaderPage", defaultPage: "defaultPage", openPages: "openPages", notifications: "notifications", userMenuOptions: "userMenuOptions", palletColors: "palletColors", language: "language" }, outputs: { validatingScope: "validatingScope", logoutEmitter: "logoutEmitter", deleteAllNotifications: "deleteAllNotifications", deleteNotification: "deleteNotification" }, providers: [KoalaTokenService], viewQueries: [{ propertyName: "menu", first: true, predicate: ["drawer"], descendants: true, static: true }], ngImport: i0, template: "<div *ngIf=\"showLoaderPage | async\" class=\"koala-loader-pg\">\n <div class=\"loader-content\">\n <figure>\n <img [src]=\"logo\" alt=\"Logotipo\"/>\n <figcaption *ngIf=\"(messageLoaderPage | async) as messageLoader\" [innerHTML]=\"messageLoader\"></figcaption>\n </figure>\n <mat-spinner></mat-spinner>\n </div>\n</div>\n<app-loader-page *ngIf=\"(loaderSubject | async) as loader\" [progress]=\"loader.progress\" [show]=\"loader.show\"\n [typeLoader]=\"loader.typeLoader\"></app-loader-page>\n<mat-drawer-container autosize class=\"menu-container\">\n <mat-drawer #drawer class=\"menu-options\" [mode]=\"isMobile ? 'push' : 'side'\">\n <img [src]=\"logo\" alt=\"Logotipo\" id=\"logotipo\"/>\n <ng-content *ngIf=\"showMenu\" select=\"[menu-options]\"></ng-content>\n </mat-drawer>\n\n <mat-toolbar *ngIf=\"!!(logged$ | async) && (username$ | async)\" class=\"toolbar\">\n <img *ngIf=\"!showMenu\" [src]=\"logo\" alt=\"Logotipo Toolbar\" id=\"logotipo-toolbar\"/>\n <button (click)=\"toogleMenu()\" *ngIf=\"showMenu\" [color]=\"color\" class=\"btn-collapse-menu\" mat-icon-button>\n <mat-icon>menu</mat-icon>\n </button>\n <span class=\"spacer\"></span>\n\t <div class=\"menu-toolbar\">\n\t\t <ng-content select=\"[menu-toolbar]\"></ng-content>\n\t </div>\n <div *ngIf=\"(notifications | async) as notificationList\">\n <button *ngIf=\"notifications\" [color]=\"color\" [matMenuTriggerFor]=\"notificationsMenu\" class=\"btn-toolbar\"\n mat-icon-button>\n <mat-icon\n\t [matBadgeHidden]=\"notificationList.length === 0\"\n\t [matBadge]=\"notificationList.length.toString()\"\n\t matBadgeColor=\"warn\">notifications\n </mat-icon>\n </button>\n <mat-menu #notificationsMenu=\"matMenu\" class=\"menu-list\" yPosition=\"below\">\n <koala-notification-list\n (delete)=\"deleteNotification.emit($event)\"\n (deleteAll)=\"deleteAllNotifications.emit($event)\"\n [notifications]=\"notificationList\">\n </koala-notification-list>\n </mat-menu>\n </div>\n <button [color]=\"color\" [matMenuTriggerFor]=\"userOptions\" class=\"btn-toolbar\" mat-button>\n <span>{{username$ | async}}</span>\n <span class=\"icon-user\">{{firstUserLetter$ | async}}</span>\n </button>\n <mat-menu #userOptions=\"matMenu\" class=\"user-menu menu-list\" yPosition=\"below\">\n <div class=\"user-presentation\">\n <span class=\"icon-user\">{{firstUserLetter$ | async}}</span><br/>\n <span class=\"username\">{{username$ | async}}</span>\n </div>\n <button (click)=\"btn.action()\" *ngFor=\"let btn of userMenuOptions\" mat-menu-item>\n <mat-icon>{{btn.icon}}</mat-icon>\n <span>{{btn.name}}</span>\n </button>\n <button (click)=\"logout()\" mat-menu-item>\n <mat-icon>exit_to_app</mat-icon>\n <span>{{language === 'ptBr' ? 'Sair' : 'Logout'}}</span>\n </button>\n </mat-menu>\n </mat-toolbar>\n\n <ng-content class=\"page-content\" select=\"[page-content]\"></ng-content>\n\n</mat-drawer-container>\n\n<ng-content class=\"loading-info-content\" select=\"[loading-info-content]\"></ng-content>\n", styles: [".menu-container{height:100vh;width:100vw}.menu-options{border:none;padding:20px 0 0;width:250px}.page-content{align-items:center;display:flex;height:100%;justify-content:center}img#logotipo,img#logotipo-toolbar{display:block;height:auto;margin:0 auto 25px;position:relative;width:120px}.toolbar{box-shadow:none;padding:0 7px 0 13px}.toolbar img#logotipo-toolbar{margin:0;padding:0 10px}.menu-toolbar{margin:0 10px}.spacer{flex:1 1 auto}.btn-toolbar{display:inline-block;margin-right:10px;position:relative}.btn-toolbar span{padding:0 10px 0 0}.btn-toolbar span.icon-user,.user-presentation span.icon-user{border-radius:50%;display:inline-block;height:10px;line-height:10px;padding:5px;width:10px}.user-presentation{min-width:260px;padding:50px 10px;text-align:center}.user-presentation span.icon-user{font-size:30px;height:30px;line-height:30px;margin-bottom:10px;width:30px}.user-presentation span.username{font-family:OpenSansLight,sans-serif;word-break:break-all}@media (max-width: 900px){.btn-toolbar span:first-child{display:none}.btn-toolbar span.icon-user,.user-presentation span.icon-user{height:20px;line-height:20px;width:20px}}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i8.MatBadge, selector: "[matBadge]", inputs: ["matBadgeDisabled", "matBadgeColor", "matBadgeOverlap", "matBadgePosition", "matBadge", "matBadgeDescription", "matBadgeSize", "matBadgeHidden"] }, { kind: "component", type: i9.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i10.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "component", type: i11.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i11.MatIconButton, selector: "button[mat-icon-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i13.MatDrawer, selector: "mat-drawer", inputs: ["position", "mode", "disableClose", "autoFocus", "opened"], outputs: ["openedChange", "opened", "openedStart", "closed", "closedStart", "positionChanged"], exportAs: ["matDrawer"] }, { kind: "component", type: i13.MatDrawerContainer, selector: "mat-drawer-container", inputs: ["autosize", "hasBackdrop"], outputs: ["backdropClick"], exportAs: ["matDrawerContainer"] }, { kind: "component", type: i14.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { kind: "component", type: i14.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }, { kind: "directive", type: i14.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }, { kind: "component", type: NotificationComponent, selector: "koala-notification-list", inputs: ["notifications"], outputs: ["deleteAll", "delete"] }, { kind: "component", type: LoaderBarPageComponent, selector: "app-loader-page", inputs: ["show", "progress", "typeLoader"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
919
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PageComponent, decorators: [{
909
920
  type: Component,
910
921
  args: [{ selector: 'koala-page', providers: [KoalaTokenService], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div *ngIf=\"showLoaderPage | async\" class=\"koala-loader-pg\">\n <div class=\"loader-content\">\n <figure>\n <img [src]=\"logo\" alt=\"Logotipo\"/>\n <figcaption *ngIf=\"(messageLoaderPage | async) as messageLoader\" [innerHTML]=\"messageLoader\"></figcaption>\n </figure>\n <mat-spinner></mat-spinner>\n </div>\n</div>\n<app-loader-page *ngIf=\"(loaderSubject | async) as loader\" [progress]=\"loader.progress\" [show]=\"loader.show\"\n [typeLoader]=\"loader.typeLoader\"></app-loader-page>\n<mat-drawer-container autosize class=\"menu-container\">\n <mat-drawer #drawer class=\"menu-options\" [mode]=\"isMobile ? 'push' : 'side'\">\n <img [src]=\"logo\" alt=\"Logotipo\" id=\"logotipo\"/>\n <ng-content *ngIf=\"showMenu\" select=\"[menu-options]\"></ng-content>\n </mat-drawer>\n\n <mat-toolbar *ngIf=\"!!(logged$ | async) && (username$ | async)\" class=\"toolbar\">\n <img *ngIf=\"!showMenu\" [src]=\"logo\" alt=\"Logotipo Toolbar\" id=\"logotipo-toolbar\"/>\n <button (click)=\"toogleMenu()\" *ngIf=\"showMenu\" [color]=\"color\" class=\"btn-collapse-menu\" mat-icon-button>\n <mat-icon>menu</mat-icon>\n </button>\n <span class=\"spacer\"></span>\n\t <div class=\"menu-toolbar\">\n\t\t <ng-content select=\"[menu-toolbar]\"></ng-content>\n\t </div>\n <div *ngIf=\"(notifications | async) as notificationList\">\n <button *ngIf=\"notifications\" [color]=\"color\" [matMenuTriggerFor]=\"notificationsMenu\" class=\"btn-toolbar\"\n mat-icon-button>\n <mat-icon\n\t [matBadgeHidden]=\"notificationList.length === 0\"\n\t [matBadge]=\"notificationList.length.toString()\"\n\t matBadgeColor=\"warn\">notifications\n </mat-icon>\n </button>\n <mat-menu #notificationsMenu=\"matMenu\" class=\"menu-list\" yPosition=\"below\">\n <koala-notification-list\n (delete)=\"deleteNotification.emit($event)\"\n (deleteAll)=\"deleteAllNotifications.emit($event)\"\n [notifications]=\"notificationList\">\n </koala-notification-list>\n </mat-menu>\n </div>\n <button [color]=\"color\" [matMenuTriggerFor]=\"userOptions\" class=\"btn-toolbar\" mat-button>\n <span>{{username$ | async}}</span>\n <span class=\"icon-user\">{{firstUserLetter$ | async}}</span>\n </button>\n <mat-menu #userOptions=\"matMenu\" class=\"user-menu menu-list\" yPosition=\"below\">\n <div class=\"user-presentation\">\n <span class=\"icon-user\">{{firstUserLetter$ | async}}</span><br/>\n <span class=\"username\">{{username$ | async}}</span>\n </div>\n <button (click)=\"btn.action()\" *ngFor=\"let btn of userMenuOptions\" mat-menu-item>\n <mat-icon>{{btn.icon}}</mat-icon>\n <span>{{btn.name}}</span>\n </button>\n <button (click)=\"logout()\" mat-menu-item>\n <mat-icon>exit_to_app</mat-icon>\n <span>{{language === 'ptBr' ? 'Sair' : 'Logout'}}</span>\n </button>\n </mat-menu>\n </mat-toolbar>\n\n <ng-content class=\"page-content\" select=\"[page-content]\"></ng-content>\n\n</mat-drawer-container>\n\n<ng-content class=\"loading-info-content\" select=\"[loading-info-content]\"></ng-content>\n", styles: [".menu-container{height:100vh;width:100vw}.menu-options{border:none;padding:20px 0 0;width:250px}.page-content{align-items:center;display:flex;height:100%;justify-content:center}img#logotipo,img#logotipo-toolbar{display:block;height:auto;margin:0 auto 25px;position:relative;width:120px}.toolbar{box-shadow:none;padding:0 7px 0 13px}.toolbar img#logotipo-toolbar{margin:0;padding:0 10px}.menu-toolbar{margin:0 10px}.spacer{flex:1 1 auto}.btn-toolbar{display:inline-block;margin-right:10px;position:relative}.btn-toolbar span{padding:0 10px 0 0}.btn-toolbar span.icon-user,.user-presentation span.icon-user{border-radius:50%;display:inline-block;height:10px;line-height:10px;padding:5px;width:10px}.user-presentation{min-width:260px;padding:50px 10px;text-align:center}.user-presentation span.icon-user{font-size:30px;height:30px;line-height:30px;margin-bottom:10px;width:30px}.user-presentation span.username{font-family:OpenSansLight,sans-serif;word-break:break-all}@media (max-width: 900px){.btn-toolbar span:first-child{display:none}.btn-toolbar span.icon-user,.user-presentation span.icon-user{height:20px;line-height:20px;width:20px}}\n"] }]
911
- }], ctorParameters: function () { return [{ type: KoalaTokenService }, { type: i2$1.Router }, { type: KoalaLoaderService }, { type: i4$1.KoalaMenuService }, { type: KoalaOAuth2Service }, { type: i6$1.DeviceDetectorService }]; }, propDecorators: { showMenu: [{
922
+ }], ctorParameters: function () { return [{ type: KoalaTokenService }, { type: i2$1.Router }, { type: KoalaLoaderService }, { type: i4.KoalaMenuService }, { type: KoalaOAuth2Service }, { type: i6$1.DeviceDetectorService }]; }, propDecorators: { showMenu: [{
912
923
  type: Input
913
924
  }], color: [{
914
925
  type: Input
@@ -947,8 +958,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImpo
947
958
 
948
959
  class KoalaPageModule {
949
960
  }
950
- KoalaPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
951
- KoalaPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.11", ngImport: i0, type: KoalaPageModule, declarations: [PageComponent,
961
+ KoalaPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
962
+ KoalaPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: KoalaPageModule, declarations: [PageComponent,
952
963
  NotificationComponent,
953
964
  LoaderBarPageComponent], imports: [CommonModule,
954
965
  RouterModule,
@@ -963,7 +974,7 @@ KoalaPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
963
974
  MatListModule,
964
975
  MatMenuModule], exports: [PageComponent,
965
976
  RouterModule] });
966
- KoalaPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaPageModule, imports: [CommonModule,
977
+ KoalaPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaPageModule, imports: [CommonModule,
967
978
  RouterModule,
968
979
  MatBadgeModule,
969
980
  MatProgressSpinnerModule,
@@ -975,7 +986,7 @@ KoalaPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
975
986
  MatSidenavModule,
976
987
  MatListModule,
977
988
  MatMenuModule, RouterModule] });
978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaPageModule, decorators: [{
989
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaPageModule, decorators: [{
979
990
  type: NgModule,
980
991
  args: [{
981
992
  declarations: [
@@ -1013,9 +1024,9 @@ class KoalaParameterHashLocationStrategy extends HashLocationStrategy {
1013
1024
  super.prepareExternalUrl(internal);
1014
1025
  }
1015
1026
  }
1016
- KoalaParameterHashLocationStrategy.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaParameterHashLocationStrategy, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
1017
- KoalaParameterHashLocationStrategy.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaParameterHashLocationStrategy });
1018
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaParameterHashLocationStrategy, decorators: [{
1027
+ KoalaParameterHashLocationStrategy.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaParameterHashLocationStrategy, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
1028
+ KoalaParameterHashLocationStrategy.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaParameterHashLocationStrategy });
1029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaParameterHashLocationStrategy, decorators: [{
1019
1030
  type: Injectable
1020
1031
  }] });
1021
1032
 
@@ -1264,11 +1275,11 @@ class KoalaApiRequesterService {
1264
1275
  }
1265
1276
  }
1266
1277
  }
1267
- KoalaApiRequesterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaApiRequesterService, deps: [{ token: i1$1.HttpClient }, { token: KoalaOAuth2Service }], target: i0.ɵɵFactoryTarget.Injectable });
1268
- KoalaApiRequesterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaApiRequesterService, providedIn: "root" });
1269
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaApiRequesterService, decorators: [{
1278
+ KoalaApiRequesterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaApiRequesterService, deps: [{ token: i1$1.HttpClient }, { token: KoalaOAuth2Service }], target: i0.ɵɵFactoryTarget.Injectable });
1279
+ KoalaApiRequesterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaApiRequesterService, providedIn: "any" });
1280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaApiRequesterService, decorators: [{
1270
1281
  type: Injectable,
1271
- args: [{ providedIn: "root" }]
1282
+ args: [{ providedIn: "any" }]
1272
1283
  }], ctorParameters: function () { return [{ type: i1$1.HttpClient }, { type: KoalaOAuth2Service }]; } });
1273
1284
 
1274
1285
  class KoalaApiRequesterCache {
@@ -1438,9 +1449,9 @@ class KoalaRequestService {
1438
1449
  });
1439
1450
  }
1440
1451
  }
1441
- KoalaRequestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaRequestService, deps: [{ token: i1$2.KoalaAlertService }], target: i0.ɵɵFactoryTarget.Injectable });
1442
- KoalaRequestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaRequestService, providedIn: "any" });
1443
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: KoalaRequestService, decorators: [{
1452
+ KoalaRequestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaRequestService, deps: [{ token: i1$2.KoalaAlertService }], target: i0.ɵɵFactoryTarget.Injectable });
1453
+ KoalaRequestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaRequestService, providedIn: "any" });
1454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: KoalaRequestService, decorators: [{
1444
1455
  type: Injectable,
1445
1456
  args: [{ providedIn: "any" }]
1446
1457
  }], ctorParameters: function () { return [{ type: i1$2.KoalaAlertService }]; } });
@@ -1457,18 +1468,18 @@ class NgxKoalaModule {
1457
1468
  };
1458
1469
  }
1459
1470
  }
1460
- NgxKoalaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: NgxKoalaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1461
- NgxKoalaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.11", ngImport: i0, type: NgxKoalaModule, imports: [CommonModule,
1471
+ NgxKoalaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NgxKoalaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1472
+ NgxKoalaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: NgxKoalaModule, imports: [CommonModule,
1462
1473
  HttpClientModule,
1463
1474
  KoalaPageModule], exports: [HttpClientModule,
1464
1475
  KoalaPageModule] });
1465
- NgxKoalaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: NgxKoalaModule, providers: [
1476
+ NgxKoalaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NgxKoalaModule, providers: [
1466
1477
  KoalaOAuth2Service
1467
1478
  ], imports: [CommonModule,
1468
1479
  HttpClientModule,
1469
1480
  KoalaPageModule, HttpClientModule,
1470
1481
  KoalaPageModule] });
1471
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.11", ngImport: i0, type: NgxKoalaModule, decorators: [{
1482
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NgxKoalaModule, decorators: [{
1472
1483
  type: NgModule,
1473
1484
  args: [{
1474
1485
  imports: [