@testgorilla/tgo-ui 1.12.7 → 1.12.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 (91) hide show
  1. package/components/accordion/accordion.component.d.ts +10 -1
  2. package/components/alert-banner/alert-banner.component.d.ts +10 -1
  3. package/components/autocomplete/autocomplete.component.d.ts +10 -1
  4. package/components/avatar/avatar.component.d.ts +10 -1
  5. package/components/badge/badge.component.d.ts +10 -1
  6. package/components/banner-action/banner-action.component.d.ts +10 -1
  7. package/components/button/button.component.d.ts +2 -1
  8. package/components/button/button.model.d.ts +0 -1
  9. package/components/card/card.component.d.ts +10 -1
  10. package/components/checkbox/checkbox.component.d.ts +10 -1
  11. package/components/datepicker/datepicker.component.d.ts +20 -1
  12. package/components/datepicker/datepicker.component.module.d.ts +2 -1
  13. package/components/datepicker/no-date-format.directive.d.ts +9 -0
  14. package/components/dialog/dialog.component.d.ts +10 -1
  15. package/components/divider/divider.component.d.ts +10 -1
  16. package/components/dropdown/dropdown.component.d.ts +10 -1
  17. package/components/elevation-shadow/elevation-shadow.component.d.ts +10 -1
  18. package/components/empty-state/empty-state.component.d.ts +10 -1
  19. package/components/field/field.component.d.ts +10 -1
  20. package/components/file-upload/file-upload.component.d.ts +10 -1
  21. package/components/icon/icon.component.d.ts +10 -1
  22. package/components/icon-label/icon-label.component.d.ts +10 -1
  23. package/components/logo/logo.component.d.ts +10 -1
  24. package/components/navbar/navbar.component.d.ts +10 -1
  25. package/components/navigation/navigation.component.d.ts +10 -1
  26. package/components/page-header/page-header.component.d.ts +10 -1
  27. package/components/paginator/paginator.component.d.ts +10 -1
  28. package/components/progress-bar/progress-bar.component.d.ts +10 -1
  29. package/components/radial-progress/radial-progress.component.d.ts +10 -1
  30. package/components/radio-button/radio-button.component.d.ts +10 -1
  31. package/components/segmented-bar/segmented-bar.component.d.ts +10 -1
  32. package/components/side-sheet/side-sheet.component.d.ts +10 -1
  33. package/components/skeleton/skeleton.component.d.ts +10 -1
  34. package/components/slider/slider.component.d.ts +10 -1
  35. package/components/snackbar/snackbar.component.d.ts +10 -1
  36. package/components/spinner/spinner.component.d.ts +10 -1
  37. package/components/stepper/stepper.component.d.ts +10 -1
  38. package/components/table/table.component.d.ts +9 -1
  39. package/components/tabs/tabs.component.d.ts +10 -1
  40. package/components/tag/tag.component.d.ts +10 -1
  41. package/components/toggle/toggle.component.d.ts +10 -1
  42. package/components/tooltip/tooltip.component.d.ts +10 -1
  43. package/esm2022/components/accordion/accordion.component.mjs +12 -2
  44. package/esm2022/components/alert-banner/alert-banner.component.mjs +12 -2
  45. package/esm2022/components/autocomplete/autocomplete.component.mjs +13 -3
  46. package/esm2022/components/avatar/avatar.component.mjs +12 -2
  47. package/esm2022/components/badge/badge.component.mjs +12 -2
  48. package/esm2022/components/banner-action/banner-action.component.mjs +12 -2
  49. package/esm2022/components/button/button.component.mjs +2 -2
  50. package/esm2022/components/button/button.model.mjs +1 -1
  51. package/esm2022/components/card/card.component.mjs +12 -2
  52. package/esm2022/components/checkbox/checkbox.component.mjs +12 -2
  53. package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +1 -1
  54. package/esm2022/components/datepicker/datepicker.component.mjs +39 -6
  55. package/esm2022/components/datepicker/datepicker.component.module.mjs +5 -2
  56. package/esm2022/components/datepicker/no-date-format.directive.mjs +51 -0
  57. package/esm2022/components/dialog/dialog.component.mjs +12 -2
  58. package/esm2022/components/divider/divider.component.mjs +12 -2
  59. package/esm2022/components/dropdown/dropdown.component.mjs +13 -3
  60. package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +12 -2
  61. package/esm2022/components/empty-state/empty-state.component.mjs +12 -2
  62. package/esm2022/components/field/field.component.mjs +13 -3
  63. package/esm2022/components/file-upload/file-upload.component.mjs +13 -3
  64. package/esm2022/components/icon/icon.component.mjs +12 -2
  65. package/esm2022/components/icon-label/icon-label.component.mjs +12 -2
  66. package/esm2022/components/logo/logo.component.mjs +12 -2
  67. package/esm2022/components/navbar/navbar.component.mjs +12 -2
  68. package/esm2022/components/navigation/navigation.component.mjs +12 -2
  69. package/esm2022/components/page-header/page-header.component.mjs +12 -2
  70. package/esm2022/components/paginator/paginator.component.mjs +12 -2
  71. package/esm2022/components/progress-bar/progress-bar.component.mjs +12 -2
  72. package/esm2022/components/radial-progress/radial-progress.component.mjs +12 -2
  73. package/esm2022/components/radio-button/radio-button.component.mjs +12 -2
  74. package/esm2022/components/segmented-bar/segmented-bar.component.mjs +12 -2
  75. package/esm2022/components/side-sheet/side-sheet.component.mjs +12 -2
  76. package/esm2022/components/skeleton/skeleton.component.mjs +12 -2
  77. package/esm2022/components/slider/slider.component.mjs +13 -3
  78. package/esm2022/components/snackbar/snackbar.component.mjs +12 -2
  79. package/esm2022/components/spinner/spinner.component.mjs +12 -2
  80. package/esm2022/components/step/step.component.mjs +1 -1
  81. package/esm2022/components/stepper/stepper.component.mjs +13 -3
  82. package/esm2022/components/table/table.component.mjs +11 -2
  83. package/esm2022/components/tabs/tabs.component.mjs +12 -2
  84. package/esm2022/components/tag/tag.component.mjs +12 -2
  85. package/esm2022/components/toggle/toggle.component.mjs +12 -2
  86. package/esm2022/components/tooltip/tooltip.component.mjs +12 -2
  87. package/esm2022/models/application-theme.model.mjs +2 -0
  88. package/fesm2022/testgorilla-tgo-ui.mjs +503 -53
  89. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  90. package/models/application-theme.model.d.ts +1 -0
  91. package/package.json +1 -1
@@ -1,4 +1,5 @@
1
1
  import { LogoTypeEnum } from './logo.model';
2
+ import { ApplicationTheme } from "../../models/application-theme.model";
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class LogoComponent {
4
5
  /**
@@ -8,6 +9,14 @@ export declare class LogoComponent {
8
9
  * @memberof LogoComponent
9
10
  */
10
11
  type: LogoTypeEnum;
12
+ /**
13
+ *
14
+ * Defines the application theme
15
+ *
16
+ * @type {ApplicationTheme}
17
+ * @memberof ButtonComponent
18
+ */
19
+ applicationTheme: ApplicationTheme;
11
20
  /**
12
21
  * @ignore
13
22
  */
@@ -25,5 +34,5 @@ export declare class LogoComponent {
25
34
  */
26
35
  ngOnChanges(): void;
27
36
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "ui-logo", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "ui-logo", never, { "type": { "alias": "type"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
29
38
  }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { IRoute, MenuItem } from './navbar.model';
3
+ import { ApplicationTheme } from "../../models/application-theme.model";
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class NavbarComponent {
5
6
  /**
@@ -38,6 +39,14 @@ export declare class NavbarComponent {
38
39
  * @memberof NavbarComponent
39
40
  */
40
41
  language: import("@testgorilla/tgo-ui").Language;
42
+ /**
43
+ *
44
+ * Defines the application theme
45
+ *
46
+ * @type {ApplicationTheme}
47
+ * @memberof NavbarComponent
48
+ */
49
+ applicationTheme: ApplicationTheme;
41
50
  /**
42
51
  * @ignore
43
52
  */
@@ -55,5 +64,5 @@ export declare class NavbarComponent {
55
64
  logout(): void;
56
65
  clickMenuItem(id: string): void;
57
66
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "ui-navbar", never, { "routes": { "alias": "routes"; "required": false; }; "activedRoute": { "alias": "activedRoute"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, { "navigateEvent": "navigateEvent"; "menuItemClicked": "menuItemClicked"; "logoutEvent": "logoutEvent"; }, never, never, false, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "ui-navbar", never, { "routes": { "alias": "routes"; "required": false; }; "activedRoute": { "alias": "activedRoute"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "language": { "alias": "language"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "navigateEvent": "navigateEvent"; "menuItemClicked": "menuItemClicked"; "logoutEvent": "logoutEvent"; }, never, never, false, never>;
59
68
  }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { NavigationOptionItem } from './navigation.model';
3
+ import { ApplicationTheme } from "../../models/application-theme.model";
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class NavigationComponent {
5
6
  /**
@@ -30,6 +31,14 @@ export declare class NavigationComponent {
30
31
  * @memberof NavigationComponent
31
32
  */
32
33
  logoURL: String;
34
+ /**
35
+ *
36
+ * Defines the application theme
37
+ *
38
+ * @type {ApplicationTheme}
39
+ * @memberof NavigationComponent
40
+ */
41
+ applicationTheme: ApplicationTheme;
33
42
  /**
34
43
  * @ignore
35
44
  */
@@ -37,5 +46,5 @@ export declare class NavigationComponent {
37
46
  constructor();
38
47
  goBackClicked(): void;
39
48
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<NavigationComponent, "ui-navigation", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "labelItem": { "alias": "labelItem"; "required": false; }; "logoURL": { "alias": "logoURL"; "required": false; }; }, { "goBackClickedEvent": "goBackClickedEvent"; }, never, never, false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationComponent, "ui-navigation", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "labelItem": { "alias": "labelItem"; "required": false; }; "logoURL": { "alias": "logoURL"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "goBackClickedEvent": "goBackClickedEvent"; }, never, never, false, never>;
41
50
  }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
+ import { ApplicationTheme } from "../../models/application-theme.model";
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class PageHeaderComponent {
5
6
  protected readonly isMobile$: Observable<boolean>;
@@ -22,6 +23,14 @@ export declare class PageHeaderComponent {
22
23
  * @memberof PageHeaderComponent
23
24
  */
24
25
  tooltip: string;
26
+ /**
27
+ *
28
+ * Defines the application theme
29
+ *
30
+ * @type {ApplicationTheme}
31
+ * @memberof PageHeaderComponent
32
+ */
33
+ applicationTheme: ApplicationTheme;
25
34
  /**
26
35
  * Event triggered when the "Back" button is clicked.
27
36
  * @memberof PageHeaderComponent
@@ -30,6 +39,6 @@ export declare class PageHeaderComponent {
30
39
  constructor(isMobile$: Observable<boolean>);
31
40
  protected onBack(): void;
32
41
  static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "ui-page-header", never, { "showBackButton": { "alias": "showBackButton"; "required": false; }; "language": { "alias": "language"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "back": "back"; }, never, ["[content]", "[right-side]"], false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "ui-page-header", never, { "showBackButton": { "alias": "showBackButton"; "required": false; }; "language": { "alias": "language"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "back": "back"; }, never, ["[content]", "[right-side]"], false, never>;
34
43
  static ngAcceptInputType_showBackButton: unknown;
35
44
  }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { PageEvent } from '@angular/material/paginator';
3
+ import { ApplicationTheme } from "../../models/application-theme.model";
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class PaginatorComponent {
5
6
  /**
@@ -30,8 +31,16 @@ export declare class PaginatorComponent {
30
31
  * @memberOf PaginatorComponent
31
32
  */
32
33
  disabled: boolean;
34
+ /**
35
+ *
36
+ * Defines the application theme
37
+ *
38
+ * @type {ApplicationTheme}
39
+ * @memberof PaginatorComponent
40
+ */
41
+ applicationTheme: ApplicationTheme;
33
42
  paginatorChange: EventEmitter<PageEvent>;
34
43
  onPaginatorChange(paginator: PageEvent): void;
35
44
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "ui-paginator", never, { "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "paginatorChange": "paginatorChange"; }, never, never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorComponent, "ui-paginator", never, { "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "paginatorChange": "paginatorChange"; }, never, never, false, never>;
37
46
  }
@@ -1,4 +1,5 @@
1
1
  import { ProgressBarMode } from '@angular/material/progress-bar';
2
+ import { ApplicationTheme } from "../../models/application-theme.model";
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class ProgressBarComponent {
4
5
  /**
@@ -34,7 +35,15 @@ export declare class ProgressBarComponent {
34
35
  * @memberof ProgressBarComponent
35
36
  */
36
37
  buffer: number;
38
+ /**
39
+ *
40
+ * Defines the application theme
41
+ *
42
+ * @type {ApplicationTheme}
43
+ * @memberof ProgressBarComponent
44
+ */
45
+ applicationTheme: ApplicationTheme;
37
46
  constructor();
38
47
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "ui-progress-bar", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "buffer": { "alias": "buffer"; "required": false; }; }, {}, never, never, false, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "ui-progress-bar", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "buffer": { "alias": "buffer"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
40
49
  }
@@ -1,4 +1,5 @@
1
1
  import { RadialProgressSize, RadialProgressSizeEnum } from './radial-progress.model';
2
+ import { ApplicationTheme } from "../../models/application-theme.model";
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class RadialProgressComponent {
4
5
  /**
@@ -19,9 +20,17 @@ export declare class RadialProgressComponent {
19
20
  * @memberof RadialProgressComponent
20
21
  */
21
22
  total: number;
23
+ /**
24
+ *
25
+ * Defines the application theme
26
+ *
27
+ * @type {ApplicationTheme}
28
+ * @memberof ButtonComponent
29
+ */
30
+ applicationTheme: ApplicationTheme;
22
31
  protected radialProgressSize: typeof RadialProgressSizeEnum;
23
32
  protected get progressSize(): number;
24
33
  protected get percentage(): number;
25
34
  static ɵfac: i0.ɵɵFactoryDeclaration<RadialProgressComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<RadialProgressComponent, "ui-radial-progress", never, { "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "total": { "alias": "total"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialProgressComponent, "ui-radial-progress", never, { "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "total": { "alias": "total"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
27
36
  }
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { MatRadioButton } from '@angular/material/radio';
3
3
  import { RadioButtonEventType } from './radio-button.model';
4
+ import { ApplicationTheme } from "../../models/application-theme.model";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class RadioButtonComponent implements OnInit, OnChanges {
6
7
  /**
@@ -67,6 +68,14 @@ export declare class RadioButtonComponent implements OnInit, OnChanges {
67
68
  * @memberof RadioButtonComponent
68
69
  */
69
70
  value: any;
71
+ /**
72
+ *
73
+ * Defines the application theme
74
+ *
75
+ * @type {ApplicationTheme}
76
+ * @memberof RadioButtonComponent
77
+ */
78
+ applicationTheme: ApplicationTheme;
70
79
  /**
71
80
  * Event emitted when the checked state of the radio button changes.
72
81
  *
@@ -80,5 +89,5 @@ export declare class RadioButtonComponent implements OnInit, OnChanges {
80
89
  clickRadio(element: MatRadioButton, event: MouseEvent): void;
81
90
  setClass(): string;
82
91
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioButtonComponent, never>;
83
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "ui-radio-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "allowUnselect": { "alias": "allowUnselect"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "changeRadio": "changeRadio"; }, never, never, false, never>;
92
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioButtonComponent, "ui-radio-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "allowUnselect": { "alias": "allowUnselect"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "name": { "alias": "name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "value": { "alias": "value"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "changeRadio": "changeRadio"; }, never, never, false, never>;
84
93
  }
@@ -1,4 +1,5 @@
1
1
  import { SegmentedBar, SegmentedBarVariant } from './segmented-bar.model';
2
+ import { ApplicationTheme } from "../../models/application-theme.model";
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class SegmentedBarComponent {
4
5
  /**
@@ -24,6 +25,14 @@ export declare class SegmentedBarComponent {
24
25
  * @memberof SegmentedBarComponent
25
26
  */
26
27
  segments: SegmentedBar[];
28
+ /**
29
+ *
30
+ * Defines the application theme
31
+ *
32
+ * @type {ApplicationTheme}
33
+ * @memberof SegmentedBarComponent
34
+ */
35
+ applicationTheme: ApplicationTheme;
27
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedBarComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedBarComponent, "ui-segmented-bar", never, { "width": { "alias": "width"; "required": false; }; "size": { "alias": "size"; "required": false; }; "segments": { "alias": "segments"; "required": true; }; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedBarComponent, "ui-segmented-bar", never, { "width": { "alias": "width"; "required": false; }; "size": { "alias": "size"; "required": false; }; "segments": { "alias": "segments"; "required": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
29
38
  }
@@ -2,6 +2,7 @@ import { DestroyRef, OnInit, ViewContainerRef } from '@angular/core';
2
2
  import { SideSheetService } from './side-sheet.service';
3
3
  import { SideSheetConfig, SideSheetPosition } from './side-sheet.model';
4
4
  import { MatDrawer } from '@angular/material/sidenav';
5
+ import { ApplicationTheme } from "../../models/application-theme.model";
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class SideSheetComponent implements OnInit {
7
8
  private sideSheetService;
@@ -20,6 +21,14 @@ export declare class SideSheetComponent implements OnInit {
20
21
  * @memberof SideSheetComponent
21
22
  */
22
23
  language: import("@testgorilla/tgo-ui").Language;
24
+ /**
25
+ *
26
+ * Defines the application theme
27
+ *
28
+ * @type {ApplicationTheme}
29
+ * @memberof SideSheetComponent
30
+ */
31
+ applicationTheme: ApplicationTheme;
23
32
  drawer: MatDrawer;
24
33
  container: ViewContainerRef;
25
34
  protected title: string;
@@ -32,5 +41,5 @@ export declare class SideSheetComponent implements OnInit {
32
41
  private setConfig;
33
42
  protected onClose(): void;
34
43
  static ɵfac: i0.ɵɵFactoryDeclaration<SideSheetComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SideSheetComponent, "ui-side-sheet", never, { "position": { "alias": "position"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, {}, never, ["*"], false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<SideSheetComponent, "ui-side-sheet", never, { "position": { "alias": "position"; "required": false; }; "language": { "alias": "language"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, ["*"], false, never>;
36
45
  }
@@ -1,15 +1,24 @@
1
1
  import { NgxSkeletonLoaderConfigTheme } from 'ngx-skeleton-loader';
2
2
  import { BehaviorSubject } from 'rxjs';
3
3
  import { Appearance } from './skeleton.model';
4
+ import { ApplicationTheme } from "../../models/application-theme.model";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class SkeletonComponent {
6
7
  count: number | string;
7
8
  set theme(value: NgxSkeletonLoaderConfigTheme);
8
9
  set appearance(value: Appearance);
10
+ /**
11
+ *
12
+ * Defines the application theme
13
+ *
14
+ * @type {ApplicationTheme}
15
+ * @memberof SkeletonComponent
16
+ */
17
+ applicationTheme: ApplicationTheme;
9
18
  protected readonly theme$: BehaviorSubject<NgxSkeletonLoaderConfigTheme>;
10
19
  protected readonly appearance$: BehaviorSubject<"" | "circle" | "line" | "custom-content">;
11
20
  protected readonly currentTheme$: import("rxjs").Observable<NgxSkeletonLoaderConfigTheme>;
12
21
  private getThemeWithDefaultValues;
13
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "ui-skeleton", never, { "count": { "alias": "count"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, {}, never, never, true, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "ui-skeleton", never, { "count": { "alias": "count"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, true, never>;
15
24
  }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { SliderValue } from './slider.model';
3
+ import { ApplicationTheme } from "../../models/application-theme.model";
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class SliderComponent {
5
6
  /**
@@ -72,6 +73,14 @@ export declare class SliderComponent {
72
73
  * @type {Language}
73
74
  */
74
75
  language: import("@testgorilla/tgo-ui").Language;
76
+ /**
77
+ *
78
+ * Defines the application theme
79
+ *
80
+ * @type {ApplicationTheme}
81
+ * @memberof SliderComponent
82
+ */
83
+ applicationTheme: ApplicationTheme;
75
84
  sliderValueChange: EventEmitter<SliderValue>;
76
85
  private value;
77
86
  protected translationContext: string;
@@ -88,5 +97,5 @@ export declare class SliderComponent {
88
97
  private isValueChanged;
89
98
  get hasError(): boolean;
90
99
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
91
- static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ui-slider", never, { "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "percentage": { "alias": "percentage"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sliderStart": { "alias": "sliderStart"; "required": false; }; "sliderEnd": { "alias": "sliderEnd"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showInputs": { "alias": "showInputs"; "required": false; }; "step": { "alias": "step"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, { "sliderValueChange": "sliderValueChange"; }, never, never, false, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ui-slider", never, { "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "percentage": { "alias": "percentage"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sliderStart": { "alias": "sliderStart"; "required": false; }; "sliderEnd": { "alias": "sliderEnd"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showInputs": { "alias": "showInputs"; "required": false; }; "step": { "alias": "step"; "required": false; }; "language": { "alias": "language"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "sliderValueChange": "sliderValueChange"; }, never, never, false, never>;
92
101
  }
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { MatSnackBarRef } from '@angular/material/snack-bar';
3
3
  import { IconName } from '../../components/icon/icon.model';
4
4
  import { SnackbarType } from '../../components/snackbar/snackbar.model';
5
+ import { ApplicationTheme } from "../../models/application-theme.model";
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class SnackbarComponent implements OnInit {
7
8
  private data;
@@ -44,6 +45,14 @@ export declare class SnackbarComponent implements OnInit {
44
45
  * @memberof SnackbarComponent
45
46
  */
46
47
  language: import("@testgorilla/tgo-ui").Language;
48
+ /**
49
+ *
50
+ * Defines the application theme
51
+ *
52
+ * @type {ApplicationTheme}
53
+ * @memberof SnackbarComponent
54
+ */
55
+ applicationTheme: ApplicationTheme;
47
56
  iconName: IconName;
48
57
  showSnackbar: boolean;
49
58
  milisenconds: number;
@@ -61,5 +70,5 @@ export declare class SnackbarComponent implements OnInit {
61
70
  onMouseLeave(): void;
62
71
  dismissClick(): void;
63
72
  static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "ui-snackbar", never, { "snackbarType": { "alias": "snackbarType"; "required": false; }; "message": { "alias": "message"; "required": false; }; "seconds": { "alias": "seconds"; "required": false; }; "includeDismissButton": { "alias": "includeDismissButton"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, {}, never, never, false, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "ui-snackbar", never, { "snackbarType": { "alias": "snackbarType"; "required": false; }; "message": { "alias": "message"; "required": false; }; "seconds": { "alias": "seconds"; "required": false; }; "includeDismissButton": { "alias": "includeDismissButton"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "language": { "alias": "language"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
65
74
  }
@@ -1,5 +1,6 @@
1
1
  import { OnChanges, OnInit } from '@angular/core';
2
2
  import { SpinnerSize } from './spinner.model';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class SpinnerComponent implements OnInit, OnChanges {
5
6
  /**
@@ -18,10 +19,18 @@ export declare class SpinnerComponent implements OnInit, OnChanges {
18
19
  * @memberof SpinnerComponent
19
20
  */
20
21
  isLoader: boolean;
22
+ /**
23
+ *
24
+ * Defines the application theme
25
+ *
26
+ * @type {ApplicationTheme}
27
+ * @memberof SpinnerComponent
28
+ */
29
+ applicationTheme: ApplicationTheme;
21
30
  classes: string;
22
31
  ngOnChanges(): void;
23
32
  ngOnInit(): void;
24
33
  setSpinnerClasses(): void;
25
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "ui-spinner", never, { "size": { "alias": "size"; "required": false; }; "isLoader": { "alias": "isLoader"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "ui-spinner", never, { "size": { "alias": "size"; "required": false; }; "isLoader": { "alias": "isLoader"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
27
36
  }
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { Step } from './stepper.model';
3
3
  import { Observable } from 'rxjs';
4
+ import { ApplicationTheme } from "../../models/application-theme.model";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class StepperComponent {
6
7
  protected readonly isMobile$: Observable<boolean>;
@@ -32,6 +33,14 @@ export declare class StepperComponent {
32
33
  * @memberof StepperComponent
33
34
  */
34
35
  language: import("@testgorilla/tgo-ui").Language;
36
+ /**
37
+ *
38
+ * Defines the application theme
39
+ *
40
+ * @type {ApplicationTheme}
41
+ * @memberof StepperComponent
42
+ */
43
+ applicationTheme: ApplicationTheme;
35
44
  selectionChange: EventEmitter<{
36
45
  selectedIndex: number;
37
46
  previousIndex: number;
@@ -48,5 +57,5 @@ export declare class StepperComponent {
48
57
  protected showStepsToggle(): void;
49
58
  protected onCloseStepList(): void;
50
59
  static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ui-stepper", never, { "steps": { "alias": "steps"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "lastStepFinalIcon": { "alias": "lastStepFinalIcon"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ui-stepper", never, { "steps": { "alias": "steps"; "required": false; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "lastStepFinalIcon": { "alias": "lastStepFinalIcon"; "required": false; }; "language": { "alias": "language"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
52
61
  }
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter, OnChanges } from '@angular/core';
2
2
  import { ColumnEllipse, Sort, TableConfig, TableConfigWithPagination, TableData } from './table.model';
3
3
  import { PageEvent } from '@angular/material/paginator';
4
+ import { ApplicationTheme } from "../../models/application-theme.model";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class TableComponent implements OnChanges {
6
7
  /**
@@ -25,6 +26,13 @@ export declare class TableComponent implements OnChanges {
25
26
  * @default false
26
27
  */
27
28
  loading: boolean;
29
+ /**
30
+ *
31
+ * Defines the application theme
32
+ * @type {ApplicationTheme}
33
+ * @memberof TableComponent
34
+ */
35
+ applicationTheme: ApplicationTheme;
28
36
  paginatorChange: EventEmitter<PageEvent>;
29
37
  sortChange: EventEmitter<Sort>;
30
38
  protected tableData: TableData;
@@ -43,5 +51,5 @@ export declare class TableComponent implements OnChanges {
43
51
  protected onChangeColumnSize(columnIndex: number, showTooltip: boolean): void;
44
52
  protected onSortChange(sortState: Sort): void;
45
53
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui-table", never, { "config": { "alias": "config"; "required": true; }; "data": { "alias": "data"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "paginatorChange": "paginatorChange"; "sortChange": "sortChange"; }, never, never, false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "ui-table", never, { "config": { "alias": "config"; "required": true; }; "data": { "alias": "data"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "paginatorChange": "paginatorChange"; "sortChange": "sortChange"; }, never, never, false, never>;
47
55
  }
@@ -1,4 +1,5 @@
1
1
  import { Tab, TabsType } from "./tabs.model";
2
+ import { ApplicationTheme } from "../../models/application-theme.model";
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class TabsComponent {
4
5
  /**
@@ -37,10 +38,18 @@ export declare class TabsComponent {
37
38
  * @memberof TabsComponent
38
39
  */
39
40
  dynamicHeight: boolean;
41
+ /**
42
+ *
43
+ * Defines the application theme
44
+ *
45
+ * @type {ApplicationTheme}
46
+ * @memberof TabsComponent
47
+ */
48
+ applicationTheme: ApplicationTheme;
40
49
  protected tabs: Tab[];
41
50
  addTab(tab: Tab): void;
42
51
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "ui-tabs", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "type": { "alias": "type"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "headerContentPadding": { "alias": "headerContentPadding"; "required": false; }; "dynamicHeight": { "alias": "dynamicHeight"; "required": false; }; }, {}, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "ui-tabs", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "type": { "alias": "type"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "headerContentPadding": { "alias": "headerContentPadding"; "required": false; }; "dynamicHeight": { "alias": "dynamicHeight"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
44
53
  static ngAcceptInputType_headerContentPadding: number;
45
54
  static ngAcceptInputType_dynamicHeight: unknown;
46
55
  }
@@ -1,5 +1,6 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
2
  import { IconName } from '../icon/icon.model';
3
+ import { ApplicationTheme } from "../../models/application-theme.model";
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class TagComponent implements AfterViewInit {
5
6
  /**
@@ -55,6 +56,14 @@ export declare class TagComponent implements AfterViewInit {
55
56
  * @memberof TagComponent
56
57
  */
57
58
  isDisabled: boolean;
59
+ /**
60
+ *
61
+ * Defines the application theme
62
+ *
63
+ * @type {ApplicationTheme}
64
+ * @memberof TagComponent
65
+ */
66
+ applicationTheme: ApplicationTheme;
58
67
  /**
59
68
  * Event triggered when the tag should be closed.
60
69
  *
@@ -93,5 +102,5 @@ export declare class TagComponent implements AfterViewInit {
93
102
  get tabIndex(): number;
94
103
  get filled(): boolean;
95
104
  static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
96
- static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "ui-tag", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "allowClose": { "alias": "allowClose"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "showIconWhenSelected": { "alias": "showIconWhenSelected"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, { "close": "close"; "press": "press"; }, never, never, false, never>;
105
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "ui-tag", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "allowClose": { "alias": "allowClose"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "showIconWhenSelected": { "alias": "showIconWhenSelected"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "close": "close"; "press": "press"; }, never, never, false, never>;
97
106
  }
@@ -1,6 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { RegisterFn } from './toggle.model';
4
+ import { ApplicationTheme } from "../../models/application-theme.model";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class ToggleComponent implements ControlValueAccessor {
6
7
  /**
@@ -42,6 +43,14 @@ export declare class ToggleComponent implements ControlValueAccessor {
42
43
  * @memberof ToggleComponent
43
44
  */
44
45
  maxWidth: number | undefined;
46
+ /**
47
+ *
48
+ * Defines the application theme
49
+ *
50
+ * @type {ApplicationTheme}
51
+ * @memberof ToggleComponent
52
+ */
53
+ applicationTheme: ApplicationTheme;
45
54
  /**
46
55
  * The `toggle` event is triggered when the state of the toggle switch changes. It returns the new state.
47
56
  *
@@ -59,5 +68,5 @@ export declare class ToggleComponent implements ControlValueAccessor {
59
68
  private onChange;
60
69
  private onTouched;
61
70
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggleComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleComponent, "ui-toggle", never, { "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "toggle": "toggle"; }, never, never, false, never>;
71
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleComponent, "ui-toggle", never, { "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "toggle": "toggle"; }, never, never, false, never>;
63
72
  }
@@ -1,6 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { TooltipPositionType } from './tooltip.model';
3
3
  import { TooltipPosition } from '@angular/material/tooltip';
4
+ import { ApplicationTheme } from "../../models/application-theme.model";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class TooltipComponent implements OnInit {
6
7
  /**
@@ -17,9 +18,17 @@ export declare class TooltipComponent implements OnInit {
17
18
  * @memberof TooltipComponent
18
19
  */
19
20
  message: string;
21
+ /**
22
+ *
23
+ * Defines the application theme
24
+ *
25
+ * @type {ApplicationTheme}
26
+ * @memberof TooltipComponent
27
+ */
28
+ applicationTheme: ApplicationTheme;
20
29
  matPosition: TooltipPosition;
21
30
  ngOnInit(): void;
22
31
  setPosition(): void;
23
32
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ui-tooltip", never, { "position": { "alias": "position"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, ["*"], false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ui-tooltip", never, { "position": { "alias": "position"; "required": false; }; "message": { "alias": "message"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, ["*"], false, never>;
25
34
  }