@testgorilla/tgo-ui 8.19.0 → 9.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 (205) hide show
  1. package/components/accordion/index.d.ts +7 -7
  2. package/components/ai-audio-circle/index.d.ts +3 -3
  3. package/components/ai-caveat/index.d.ts +5 -5
  4. package/components/ai-feedback/index.d.ts +14 -14
  5. package/components/alert-banner/index.d.ts +8 -8
  6. package/components/autocomplete/index.d.ts +15 -16
  7. package/components/autocomplete-v2/index.d.ts +36 -32
  8. package/components/avatar/index.d.ts +7 -7
  9. package/components/badge/index.d.ts +6 -6
  10. package/components/breadcrumb/index.d.ts +11 -11
  11. package/components/button/index.d.ts +23 -13
  12. package/components/card/index.d.ts +4 -4
  13. package/components/checkbox/index.d.ts +24 -24
  14. package/components/core/index.d.ts +39 -31
  15. package/components/datepicker/index.d.ts +18 -18
  16. package/components/dialog/index.d.ts +29 -21
  17. package/components/divider/index.d.ts +4 -4
  18. package/components/donut-chart/index.d.ts +3 -3
  19. package/components/dropdown/index.d.ts +37 -33
  20. package/components/elevation-shadow/index.d.ts +3 -3
  21. package/components/empty-state/index.d.ts +7 -7
  22. package/components/field/index.d.ts +33 -44
  23. package/components/file-upload/index.d.ts +14 -13
  24. package/components/filter-button/index.d.ts +19 -19
  25. package/components/gaussian-chart/index.d.ts +8 -8
  26. package/components/icon/index.d.ts +20 -16
  27. package/components/icon-label/index.d.ts +5 -5
  28. package/components/inline-field/index.d.ts +20 -24
  29. package/components/logo/index.d.ts +2 -3
  30. package/components/media-dialog/index.d.ts +3 -3
  31. package/components/multi-input/index.d.ts +25 -16
  32. package/components/navbar/index.d.ts +30 -30
  33. package/components/overflow-menu/index.d.ts +20 -19
  34. package/components/page-header/index.d.ts +5 -5
  35. package/components/paginator/index.d.ts +4 -4
  36. package/components/password-criteria/index.d.ts +13 -12
  37. package/components/password-strength/index.d.ts +6 -6
  38. package/components/phone-input/index.d.ts +28 -30
  39. package/components/progress-bar/index.d.ts +5 -5
  40. package/components/prompt/index.d.ts +25 -25
  41. package/components/radial-progress/index.d.ts +5 -5
  42. package/components/radio-button/index.d.ts +28 -29
  43. package/components/rating/index.d.ts +5 -5
  44. package/components/scale/index.d.ts +4 -4
  45. package/components/segmented-bar/index.d.ts +8 -8
  46. package/components/segmented-button/index.d.ts +17 -16
  47. package/components/selectable-card/index.d.ts +6 -6
  48. package/components/side-navigation/index.d.ts +14 -14
  49. package/components/side-panel/index.d.ts +8 -8
  50. package/components/side-sheet/index.d.ts +19 -17
  51. package/components/snackbar/index.d.ts +16 -15
  52. package/components/spider-chart/index.d.ts +12 -12
  53. package/components/spinner/index.d.ts +5 -5
  54. package/components/stepper/index.d.ts +35 -35
  55. package/components/table/index.d.ts +36 -34
  56. package/components/tabs/index.d.ts +18 -17
  57. package/components/tag/index.d.ts +10 -10
  58. package/components/toggle/index.d.ts +10 -9
  59. package/components/tooltip/index.d.ts +16 -18
  60. package/components/universal-skills/index.d.ts +16 -16
  61. package/components/validation-error/index.d.ts +22 -10
  62. package/components/write-with-ai/index.d.ts +1 -1
  63. package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs +36 -15
  64. package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs.map +1 -1
  65. package/fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs +9 -12
  66. package/fesm2022/testgorilla-tgo-ui-components-ai-audio-circle.mjs.map +1 -1
  67. package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs +7 -10
  68. package/fesm2022/testgorilla-tgo-ui-components-ai-caveat.mjs.map +1 -1
  69. package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs +39 -27
  70. package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs.map +1 -1
  71. package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +25 -14
  72. package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -1
  73. package/fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs +4 -2
  74. package/fesm2022/testgorilla-tgo-ui-components-audio-waveform.mjs.map +1 -1
  75. package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs +134 -117
  76. package/fesm2022/testgorilla-tgo-ui-components-autocomplete-v2.mjs.map +1 -1
  77. package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +47 -48
  78. package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +1 -1
  79. package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +30 -18
  80. package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -1
  81. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +9 -12
  82. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -1
  83. package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs +25 -18
  84. package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs.map +1 -1
  85. package/fesm2022/testgorilla-tgo-ui-components-button.mjs +155 -120
  86. package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -1
  87. package/fesm2022/testgorilla-tgo-ui-components-card.mjs +7 -9
  88. package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +1 -1
  89. package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs +51 -47
  90. package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs.map +1 -1
  91. package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs +1 -1
  92. package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs.map +1 -1
  93. package/fesm2022/testgorilla-tgo-ui-components-core.mjs +2232 -2210
  94. package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -1
  95. package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs +44 -25
  96. package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs.map +1 -1
  97. package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs +55 -31
  98. package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs.map +1 -1
  99. package/fesm2022/testgorilla-tgo-ui-components-divider.mjs +8 -11
  100. package/fesm2022/testgorilla-tgo-ui-components-divider.mjs.map +1 -1
  101. package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs +8 -10
  102. package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs.map +1 -1
  103. package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +105 -90
  104. package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +1 -1
  105. package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs +5 -7
  106. package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs.map +1 -1
  107. package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs +24 -13
  108. package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -1
  109. package/fesm2022/testgorilla-tgo-ui-components-field.mjs +65 -57
  110. package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -1
  111. package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs +35 -23
  112. package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs.map +1 -1
  113. package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +34 -27
  114. package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -1
  115. package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs +26 -16
  116. package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs.map +1 -1
  117. package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs +6 -7
  118. package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs.map +1 -1
  119. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +112 -81
  120. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
  121. package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +24 -24
  122. package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +1 -1
  123. package/fesm2022/testgorilla-tgo-ui-components-logo.mjs +6 -6
  124. package/fesm2022/testgorilla-tgo-ui-components-logo.mjs.map +1 -1
  125. package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs +6 -6
  126. package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs.map +1 -1
  127. package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs +4 -4
  128. package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs.map +1 -1
  129. package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs +42 -21
  130. package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs.map +1 -1
  131. package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +44 -32
  132. package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -1
  133. package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs +39 -21
  134. package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs.map +1 -1
  135. package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs +10 -14
  136. package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs.map +1 -1
  137. package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs +7 -9
  138. package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs.map +1 -1
  139. package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs +33 -20
  140. package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs.map +1 -1
  141. package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs +9 -12
  142. package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs.map +1 -1
  143. package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs +82 -73
  144. package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs.map +1 -1
  145. package/fesm2022/testgorilla-tgo-ui-components-popover.mjs.map +1 -1
  146. package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs +8 -11
  147. package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs.map +1 -1
  148. package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +47 -40
  149. package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -1
  150. package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +7 -10
  151. package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -1
  152. package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +43 -48
  153. package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +1 -1
  154. package/fesm2022/testgorilla-tgo-ui-components-rating.mjs +7 -12
  155. package/fesm2022/testgorilla-tgo-ui-components-rating.mjs.map +1 -1
  156. package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs +1 -1
  157. package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs.map +1 -1
  158. package/fesm2022/testgorilla-tgo-ui-components-scale.mjs +6 -10
  159. package/fesm2022/testgorilla-tgo-ui-components-scale.mjs.map +1 -1
  160. package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs +30 -16
  161. package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs.map +1 -1
  162. package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs +15 -14
  163. package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs.map +1 -1
  164. package/fesm2022/testgorilla-tgo-ui-components-segmented-toggle.mjs.map +1 -1
  165. package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs +8 -11
  166. package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs.map +1 -1
  167. package/fesm2022/testgorilla-tgo-ui-components-side-navigation.mjs +27 -21
  168. package/fesm2022/testgorilla-tgo-ui-components-side-navigation.mjs.map +1 -1
  169. package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs +5 -2
  170. package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs.map +1 -1
  171. package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs +34 -26
  172. package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs.map +1 -1
  173. package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs +5 -5
  174. package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs.map +1 -1
  175. package/fesm2022/testgorilla-tgo-ui-components-slider.mjs +10 -10
  176. package/fesm2022/testgorilla-tgo-ui-components-slider.mjs.map +1 -1
  177. package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +31 -20
  178. package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -1
  179. package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs +28 -23
  180. package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs.map +1 -1
  181. package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs +9 -12
  182. package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs.map +1 -1
  183. package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs +85 -79
  184. package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs.map +1 -1
  185. package/fesm2022/testgorilla-tgo-ui-components-table.mjs +74 -51
  186. package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -1
  187. package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs +57 -25
  188. package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs.map +1 -1
  189. package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +16 -17
  190. package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -1
  191. package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs +25 -17
  192. package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs.map +1 -1
  193. package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs +44 -28
  194. package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs.map +1 -1
  195. package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs +34 -27
  196. package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs.map +1 -1
  197. package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs +30 -14
  198. package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs.map +1 -1
  199. package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs +13 -11
  200. package/fesm2022/testgorilla-tgo-ui-components-write-with-ai.mjs.map +1 -1
  201. package/fesm2022/testgorilla-tgo-ui.mjs +6 -8
  202. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  203. package/index.d.ts +4 -4
  204. package/mcp/catalog.json +1 -1
  205. package/package.json +1 -2
@@ -1,27 +1,27 @@
1
1
  import * as rxjs from 'rxjs';
2
+ import { BreakpointObserver } from '@angular/cdk/layout';
2
3
  import * as i0 from '@angular/core';
3
4
  import { InputSignal, TemplateRef, EventEmitter, Signal, DestroyRef } from '@angular/core';
4
- import * as i9 from '@testgorilla/tgo-ui/components/icon';
5
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
6
- import * as i15 from '@testgorilla/tgo-ui/components/badge';
7
- import { RebrandBadgeColor, BadgeVariant } from '@testgorilla/tgo-ui/components/badge';
8
- import * as i10 from '@testgorilla/tgo-ui/components/core';
5
+ import * as i10 from '@testgorilla/tgo-ui/components/avatar';
6
+ import { AvatarSize } from '@testgorilla/tgo-ui/components/avatar';
7
+ import * as i9 from '@testgorilla/tgo-ui/components/core';
9
8
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
10
9
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
11
- import * as i12 from '@testgorilla/tgo-ui/components/side-sheet';
12
- import { SideSheetService } from '@testgorilla/tgo-ui/components/side-sheet';
13
- import { BreakpointObserver } from '@angular/cdk/layout';
14
- import * as i8 from '@testgorilla/tgo-ui/components/logo';
10
+ import * as i7 from '@testgorilla/tgo-ui/components/logo';
15
11
  import { LogoTypeEnum } from '@testgorilla/tgo-ui/components/logo';
16
- import * as i11 from '@testgorilla/tgo-ui/components/avatar';
17
- import { AvatarSize } from '@testgorilla/tgo-ui/components/avatar';
18
- import * as i2 from '@angular/common';
19
- import * as i3 from '@angular/material/toolbar';
20
- import * as i4 from '@angular/material/icon';
21
- import * as i5 from '@angular/material/button';
22
- import * as i6 from '@angular/material/core';
23
- import * as i7 from '@angular/material/menu';
24
- import * as i13 from '@testgorilla/tgo-ui/components/button';
12
+ import * as i11 from '@testgorilla/tgo-ui/components/side-sheet';
13
+ import { SideSheetService } from '@testgorilla/tgo-ui/components/side-sheet';
14
+ import * as i14 from '@testgorilla/tgo-ui/components/badge';
15
+ import { RebrandBadgeColor, BadgeVariant } from '@testgorilla/tgo-ui/components/badge';
16
+ import * as i8 from '@testgorilla/tgo-ui/components/icon';
17
+ import { IconName } from '@testgorilla/tgo-ui/components/icon';
18
+ import * as i1 from '@angular/common';
19
+ import * as i2 from '@angular/material/toolbar';
20
+ import * as i3 from '@angular/material/icon';
21
+ import * as i4 from '@angular/material/button';
22
+ import * as i5 from '@angular/material/core';
23
+ import * as i6 from '@angular/material/menu';
24
+ import * as i12 from '@testgorilla/tgo-ui/components/button';
25
25
 
26
26
  interface IRoute {
27
27
  id: string;
@@ -48,8 +48,8 @@ type ScreenSize = 'mobile' | 'tablet' | 'desktop';
48
48
  declare class NavbarComponent {
49
49
  private readonly breakpointObserver;
50
50
  private readonly defaultAppTheme;
51
- private sideSheetService;
52
- private destroyRef;
51
+ private readonly sideSheetService;
52
+ private readonly destroyRef;
53
53
  /**
54
54
  * Routes object
55
55
  *
@@ -101,20 +101,20 @@ declare class NavbarComponent {
101
101
  * @type {ApplicationTheme}
102
102
  * @memberof NavbarComponent
103
103
  */
104
- contentTemplateRef: TemplateRef<any>;
104
+ contentTemplateRef: TemplateRef<unknown>;
105
105
  /**
106
106
  * Additional info template reference for the extra user info in the dropdown/sidesheet
107
- * @type {TemplateRef<any>}
107
+ * @type {TemplateRef<unknown>}
108
108
  * @memberof NavbarComponent
109
109
  */
110
- userInfoExtraTemplateRef: TemplateRef<any>;
110
+ userInfoExtraTemplateRef: TemplateRef<unknown>;
111
111
  /**
112
112
  * Custom content template reference for the menu section between user info and menu items.
113
113
  * Use this to add custom components like credits display.
114
- * @type {TemplateRef<any>}
114
+ * @type {TemplateRef<unknown>}
115
115
  * @memberof NavbarComponent
116
116
  */
117
- menuContentTemplateRef: TemplateRef<any>;
117
+ menuContentTemplateRef: TemplateRef<unknown>;
118
118
  /**
119
119
  * Mobile breakpoint
120
120
  * @type {number}
@@ -168,7 +168,7 @@ declare class NavbarComponent {
168
168
  onChangeMenuState(isOpened: boolean, screenSize: ScreenSize): void;
169
169
  protected readonly AvatarSize: typeof AvatarSize;
170
170
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, [null, { optional: true; }, null, null]>;
171
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "ui-navbar", never, { "routes": { "alias": "routes"; "required": false; }; "activedRoute": { "alias": "activedRoute"; "required": false; "isSignal": true; }; "userName": { "alias": "userName"; "required": false; }; "email": { "alias": "email"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "contentTemplateRef": { "alias": "contentTemplateRef"; "required": false; }; "userInfoExtraTemplateRef": { "alias": "userInfoExtraTemplateRef"; "required": false; }; "menuContentTemplateRef": { "alias": "menuContentTemplateRef"; "required": false; }; "mobileBreakpoint": { "alias": "mobileBreakpoint"; "required": false; }; "isAvatar": { "alias": "isAvatar"; "required": false; }; "menuClass": { "alias": "menuClass"; "required": false; }; }, { "navigateEvent": "navigateEvent"; "menuItemClicked": "menuItemClicked"; "logoutEvent": "logoutEvent"; "menuState": "menuState"; }, never, ["[actions]", "*"], false, never>;
171
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "ui-navbar", never, { "routes": { "alias": "routes"; "required": false; }; "activedRoute": { "alias": "activedRoute"; "required": false; "isSignal": true; }; "userName": { "alias": "userName"; "required": false; }; "email": { "alias": "email"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "contentTemplateRef": { "alias": "contentTemplateRef"; "required": false; }; "userInfoExtraTemplateRef": { "alias": "userInfoExtraTemplateRef"; "required": false; }; "menuContentTemplateRef": { "alias": "menuContentTemplateRef"; "required": false; }; "mobileBreakpoint": { "alias": "mobileBreakpoint"; "required": false; }; "isAvatar": { "alias": "isAvatar"; "required": false; }; "menuClass": { "alias": "menuClass"; "required": false; }; }, { "navigateEvent": "navigateEvent"; "menuItemClicked": "menuItemClicked"; "logoutEvent": "logoutEvent"; "menuState": "menuState"; }, never, ["[actions]", "*"], true, never>;
172
172
  }
173
173
 
174
174
  declare class MobileNavbarSideSheetComponent {
@@ -177,9 +177,9 @@ declare class MobileNavbarSideSheetComponent {
177
177
  email: string;
178
178
  userName: string;
179
179
  menuItems: MenuItem[];
180
- contentTemplateRef: TemplateRef<any>;
181
- userInfoExtraTemplateRef: TemplateRef<any>;
182
- menuContentTemplateRef: TemplateRef<any>;
180
+ contentTemplateRef: TemplateRef<unknown>;
181
+ userInfoExtraTemplateRef: TemplateRef<unknown>;
182
+ menuContentTemplateRef: TemplateRef<unknown>;
183
183
  isDesktop: boolean;
184
184
  applicationTheme: ApplicationTheme;
185
185
  navigateEvent: EventEmitter<string>;
@@ -197,7 +197,7 @@ declare class MobileNavbarSideSheetComponent {
197
197
 
198
198
  declare class NavbarComponentModule {
199
199
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponentModule, never>;
200
- static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarComponentModule, [typeof NavbarComponent], [typeof i2.CommonModule, typeof i3.MatToolbarModule, typeof i4.MatIconModule, typeof i5.MatButtonModule, typeof i6.MatRippleModule, typeof i7.MatMenuModule, typeof i8.LogoComponentModule, typeof i9.IconComponentModule, typeof i10.UiTranslatePipe, typeof i11.AvatarComponentModule, typeof i12.SideSheetComponentModule, typeof i13.ButtonComponentModule, typeof MobileNavbarSideSheetComponent, typeof i15.BadgeComponentModule], [typeof NavbarComponent]>;
200
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarComponentModule, never, [typeof i1.CommonModule, typeof i2.MatToolbarModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.MatRippleModule, typeof i6.MatMenuModule, typeof i7.LogoComponentModule, typeof i8.IconComponentModule, typeof i9.UiTranslatePipe, typeof i10.AvatarComponentModule, typeof i11.SideSheetComponentModule, typeof i12.ButtonComponentModule, typeof MobileNavbarSideSheetComponent, typeof i14.BadgeComponentModule, typeof NavbarComponent], [typeof NavbarComponent]>;
201
201
  static ɵinj: i0.ɵɵInjectorDeclaration<NavbarComponentModule>;
202
202
  }
203
203
 
@@ -1,18 +1,18 @@
1
1
  import * as i0 from '@angular/core';
2
- import { TemplateRef, OnInit, OnChanges, AfterViewInit, EventEmitter, QueryList, NgZone, SimpleChanges } from '@angular/core';
3
- import * as i4 from '@testgorilla/tgo-ui/components/icon';
4
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
5
- import * as i5 from '@angular/material/menu';
2
+ import { TemplateRef, OnInit, OnChanges, AfterViewInit, EventEmitter, QueryList, ElementRef, NgZone, SimpleChanges } from '@angular/core';
3
+ import { FocusMonitor } from '@angular/cdk/a11y';
4
+ import * as i4 from '@angular/material/menu';
6
5
  import { MenuPositionX, MenuPositionY, MatMenu, MatMenuTrigger } from '@angular/material/menu';
7
- import * as i3 from '@testgorilla/tgo-ui/components/button';
6
+ import * as i2 from '@testgorilla/tgo-ui/components/button';
8
7
  import { ButtonColor, ButtonSize } from '@testgorilla/tgo-ui/components/button';
9
- import * as i8 from '@testgorilla/tgo-ui/components/core';
8
+ import * as i7 from '@testgorilla/tgo-ui/components/core';
10
9
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
11
10
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
12
- import { FocusMonitor } from '@angular/cdk/a11y';
13
- import * as i2 from '@angular/common';
14
- import * as i6 from '@angular/material/button';
15
- import * as i7 from '@angular/material/tooltip';
11
+ import * as i3 from '@testgorilla/tgo-ui/components/icon';
12
+ import { IconName } from '@testgorilla/tgo-ui/components/icon';
13
+ import * as i1 from '@angular/common';
14
+ import * as i5 from '@angular/material/button';
15
+ import * as i6 from '@angular/material/tooltip';
16
16
 
17
17
  type OverflowMenuButtonsType = {
18
18
  icon?: IconName;
@@ -20,7 +20,7 @@ type OverflowMenuButtonsType = {
20
20
  isDestructive?: boolean;
21
21
  value: string;
22
22
  disabled?: boolean;
23
- btnTemplate?: TemplateRef<any>;
23
+ btnTemplate?: TemplateRef<unknown>;
24
24
  subMenu?: OverflowMenuButtonsType[] | number;
25
25
  action?: number | string;
26
26
  describedby?: string;
@@ -45,8 +45,8 @@ type OverflowMenuButtonModify = OverflowMenuButtonsType & ButtonOptions;
45
45
 
46
46
  declare class OverflowMenuComponent implements OnInit, OnChanges, AfterViewInit {
47
47
  private readonly defaultAppTheme;
48
- private focusMonitor;
49
- private ngZone;
48
+ private readonly focusMonitor;
49
+ private readonly ngZone;
50
50
  /**
51
51
  * Menu buttons
52
52
  *
@@ -98,10 +98,10 @@ declare class OverflowMenuComponent implements OnInit, OnChanges, AfterViewInit
98
98
  /**
99
99
  * Custom template for the button (optional)
100
100
  *
101
- * @type {TemplateRef<any>}
101
+ * @type {TemplateRef<unknown>}
102
102
  * @memberof OverflowMenuComponent
103
103
  */
104
- contentTemplateRef: TemplateRef<any>;
104
+ contentTemplateRef: TemplateRef<unknown>;
105
105
  /**
106
106
  * Button variant for the overflow menu trigger
107
107
  * When null, uses the default icon rendering
@@ -125,13 +125,14 @@ declare class OverflowMenuComponent implements OnInit, OnChanges, AfterViewInit
125
125
  menuClosed: EventEmitter<void>;
126
126
  matmenus: QueryList<MatMenu>;
127
127
  matTrigger: QueryList<MatMenuTrigger>;
128
- buttonElement: any;
128
+ buttonElement: ElementRef<HTMLElement>;
129
129
  menuItems: string[];
130
130
  submenus: Array<OverflowMenuButtonModify[]>;
131
131
  isMenuRendered: i0.WritableSignal<boolean>;
132
132
  isMenuOpened: i0.WritableSignal<boolean>;
133
133
  isFocused: i0.WritableSignal<boolean>;
134
134
  get menuItemHasHovered(): boolean;
135
+ private readonly destroyRef;
135
136
  constructor(defaultAppTheme: ApplicationTheme, focusMonitor: FocusMonitor, ngZone: NgZone);
136
137
  ngOnInit(): void;
137
138
  ngOnChanges(changes: SimpleChanges): void;
@@ -145,17 +146,17 @@ declare class OverflowMenuComponent implements OnInit, OnChanges, AfterViewInit
145
146
  onSubmenuOpened(): void;
146
147
  trackByButton: (_: number, btn: OverflowMenuButtonModify) => string | number;
147
148
  onButtonHover(button: OverflowMenuButtonModify, state: boolean): void;
148
- getMenu(index: any): MatMenu | null;
149
+ getMenu(index: unknown): MatMenu | null;
149
150
  private reindex;
150
151
  private resetSubmenus;
151
152
  private createSubmenus;
152
153
  static ɵfac: i0.ɵɵFactoryDeclaration<OverflowMenuComponent, [{ optional: true; }, null, null]>;
153
- static ɵcmp: i0.ɵɵComponentDeclaration<OverflowMenuComponent, "ui-overflow-menu", never, { "buttons": { "alias": "buttons"; "required": false; }; "iconTrigger": { "alias": "iconTrigger"; "required": false; }; "menuLabel": { "alias": "menuLabel"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "describedby": { "alias": "describedby"; "required": false; }; "contentTemplateRef": { "alias": "contentTemplateRef"; "required": false; }; "buttonVariant": { "alias": "buttonVariant"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "menuConfig": { "alias": "menuConfig"; "required": false; }; "isDynamicMenu": { "alias": "isDynamicMenu"; "required": false; }; "withRemovableOption": { "alias": "withRemovableOption"; "required": false; }; }, { "selectItem": "selectItem"; "menuOpened": "menuOpened"; "menuClosed": "menuClosed"; }, never, ["[menu-content]"], false, never>;
154
+ static ɵcmp: i0.ɵɵComponentDeclaration<OverflowMenuComponent, "ui-overflow-menu", never, { "buttons": { "alias": "buttons"; "required": false; }; "iconTrigger": { "alias": "iconTrigger"; "required": false; }; "menuLabel": { "alias": "menuLabel"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "describedby": { "alias": "describedby"; "required": false; }; "contentTemplateRef": { "alias": "contentTemplateRef"; "required": false; }; "buttonVariant": { "alias": "buttonVariant"; "required": false; }; "buttonSize": { "alias": "buttonSize"; "required": false; }; "menuConfig": { "alias": "menuConfig"; "required": false; }; "isDynamicMenu": { "alias": "isDynamicMenu"; "required": false; }; "withRemovableOption": { "alias": "withRemovableOption"; "required": false; }; }, { "selectItem": "selectItem"; "menuOpened": "menuOpened"; "menuClosed": "menuClosed"; }, never, ["[menu-content]"], true, never>;
154
155
  }
155
156
 
156
157
  declare class OverflowMenuComponentModule {
157
158
  static ɵfac: i0.ɵɵFactoryDeclaration<OverflowMenuComponentModule, never>;
158
- static ɵmod: i0.ɵɵNgModuleDeclaration<OverflowMenuComponentModule, [typeof OverflowMenuComponent], [typeof i2.CommonModule, typeof i3.ButtonComponentModule, typeof i4.IconComponentModule, typeof i5.MatMenuModule, typeof i6.MatButtonModule, typeof i7.MatTooltipModule, typeof i8.EllipseTextDirective, typeof i8.UiTranslatePipe], [typeof OverflowMenuComponent]>;
159
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OverflowMenuComponentModule, never, [typeof i1.CommonModule, typeof i2.ButtonComponentModule, typeof i3.IconComponentModule, typeof i4.MatMenuModule, typeof i5.MatButtonModule, typeof i6.MatTooltipModule, typeof i7.EllipseTextDirective, typeof i7.UiTranslatePipe, typeof OverflowMenuComponent], [typeof OverflowMenuComponent]>;
159
160
  static ɵinj: i0.ɵɵInjectorDeclaration<OverflowMenuComponentModule>;
160
161
  }
161
162
 
@@ -1,11 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { EventEmitter } from '@angular/core';
3
3
  import { Observable } from 'rxjs';
4
- import * as i4 from '@testgorilla/tgo-ui/components/core';
4
+ import * as i3 from '@testgorilla/tgo-ui/components/core';
5
5
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
6
6
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
7
- import * as i2 from '@angular/common';
8
- import * as i3 from '@testgorilla/tgo-ui/components/button';
7
+ import * as i1 from '@angular/common';
8
+ import * as i2 from '@testgorilla/tgo-ui/components/button';
9
9
 
10
10
  declare class PageHeaderComponent {
11
11
  private readonly defaultAppTheme;
@@ -38,13 +38,13 @@ declare class PageHeaderComponent {
38
38
  constructor(defaultAppTheme: ApplicationTheme, isMobile$: Observable<boolean>);
39
39
  protected onBack(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, [{ optional: true; }, null]>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "ui-page-header", never, { "showBackButton": { "alias": "showBackButton"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "back": "back"; }, never, ["[content]", "[right-side]"], false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "ui-page-header", never, { "showBackButton": { "alias": "showBackButton"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "back": "back"; }, never, ["[content]", "[right-side]"], true, never>;
42
42
  static ngAcceptInputType_showBackButton: unknown;
43
43
  }
44
44
 
45
45
  declare class PageHeaderModule {
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderModule, never>;
47
- static ɵmod: i0.ɵɵNgModuleDeclaration<PageHeaderModule, [typeof PageHeaderComponent], [typeof i2.CommonModule, typeof i3.ButtonComponentModule, typeof i4.UiTranslatePipe], [typeof PageHeaderComponent]>;
47
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PageHeaderModule, never, [typeof i1.CommonModule, typeof i2.ButtonComponentModule, typeof i3.UiTranslatePipe, typeof PageHeaderComponent], [typeof PageHeaderComponent]>;
48
48
  static ɵinj: i0.ɵɵInjectorDeclaration<PageHeaderModule>;
49
49
  }
50
50
 
@@ -1,10 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { EventEmitter } from '@angular/core';
3
- import * as i3 from '@angular/material/paginator';
3
+ import * as i2 from '@angular/material/paginator';
4
4
  import { PageEvent, MatPaginatorSelectConfig } from '@angular/material/paginator';
5
5
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
6
6
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
7
- import * as i2 from '@angular/common';
7
+ import * as i1 from '@angular/common';
8
8
 
9
9
  declare class PaginatorComponent {
10
10
  private readonly defaultAppTheme;
@@ -58,12 +58,12 @@ declare class PaginatorComponent {
58
58
  constructor(defaultAppTheme: ApplicationTheme);
59
59
  onPaginatorChange(paginator: PageEvent): void;
60
60
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponent, [{ optional: true; }]>;
61
- 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; }; "currentPage": { "alias": "currentPage"; "required": false; }; }, { "paginatorChange": "paginatorChange"; }, never, never, false, never>;
61
+ 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; }; "currentPage": { "alias": "currentPage"; "required": false; }; }, { "paginatorChange": "paginatorChange"; }, never, never, true, never>;
62
62
  }
63
63
 
64
64
  declare class PaginatorComponentModule {
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorComponentModule, never>;
66
- static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorComponentModule, [typeof PaginatorComponent], [typeof i2.CommonModule, typeof i3.MatPaginatorModule], [typeof PaginatorComponent]>;
66
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorComponentModule, never, [typeof i1.CommonModule, typeof i2.MatPaginatorModule, typeof PaginatorComponent], [typeof PaginatorComponent]>;
67
67
  static ɵinj: i0.ɵɵInjectorDeclaration<PaginatorComponentModule>;
68
68
  }
69
69
 
@@ -1,12 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { EventEmitter, ElementRef, DestroyRef } from '@angular/core';
3
- import * as i4 from '@angular/forms';
3
+ import * as i3 from '@angular/forms';
4
4
  import { ControlValueAccessor, FormControl } from '@angular/forms';
5
- import * as i2 from '@angular/common';
6
- import * as i3 from '@testgorilla/tgo-ui/components/field';
7
- import * as i5 from '@testgorilla/tgo-ui/components/icon';
8
- import * as i6 from '@testgorilla/tgo-ui/components/progress-bar';
9
- import * as i7 from '@testgorilla/tgo-ui/components/core';
5
+ import * as i1 from '@angular/common';
6
+ import * as i2 from '@testgorilla/tgo-ui/components/field';
7
+ import * as i4 from '@testgorilla/tgo-ui/components/icon';
8
+ import * as i5 from '@testgorilla/tgo-ui/components/progress-bar';
9
+ import * as i6 from '@testgorilla/tgo-ui/components/core';
10
10
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
11
11
 
12
12
  declare class PasswordComponent implements ControlValueAccessor {
@@ -41,19 +41,20 @@ declare class PasswordComponent implements ControlValueAccessor {
41
41
  constructor(destroyRef: DestroyRef);
42
42
  checkCriteria(): void;
43
43
  countPassed(): number;
44
- onChange: (_v: any) => void;
44
+ onChange: (_v: string) => void;
45
45
  onTouch: () => void;
46
- writeValue(obj: any): void;
47
- registerOnChange(fn: any): void;
48
- registerOnTouched(fn: any): void;
46
+ private readonly cdr;
47
+ writeValue(obj?: string | null): void;
48
+ registerOnChange(fn: (value: string) => void): void;
49
+ registerOnTouched(fn: () => void): void;
49
50
  get allRequirementsMet(): boolean;
50
51
  static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "ui-password-criteria", never, { "showCriteria": { "alias": "showCriteria"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "passwordChange": "passwordChange"; "allCriteriaPassed": "allCriteriaPassed"; }, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "ui-password-criteria", never, { "showCriteria": { "alias": "showCriteria"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "passwordChange": "passwordChange"; "allCriteriaPassed": "allCriteriaPassed"; }, never, never, true, never>;
52
53
  }
53
54
 
54
55
  declare class PasswordComponentModule {
55
56
  static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponentModule, never>;
56
- static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordComponentModule, [typeof PasswordComponent], [typeof i2.CommonModule, typeof i3.FieldComponentModule, typeof i4.ReactiveFormsModule, typeof i5.IconComponentModule, typeof i6.ProgressBarComponentModule, typeof i7.UiTranslatePipe], [typeof PasswordComponent]>;
57
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordComponentModule, never, [typeof i1.CommonModule, typeof i2.FieldComponentModule, typeof i3.ReactiveFormsModule, typeof i4.IconComponentModule, typeof i5.ProgressBarComponentModule, typeof i6.UiTranslatePipe, typeof PasswordComponent], [typeof PasswordComponent]>;
57
58
  static ɵinj: i0.ɵɵInjectorDeclaration<PasswordComponentModule>;
58
59
  }
59
60
 
@@ -1,12 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { EventEmitter } from '@angular/core';
3
- import * as i5 from '@testgorilla/tgo-ui/components/core';
3
+ import * as i4 from '@testgorilla/tgo-ui/components/core';
4
4
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
5
5
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
6
- import * as i3 from '@testgorilla/tgo-ui/components/icon';
6
+ import * as i2 from '@testgorilla/tgo-ui/components/icon';
7
7
  import { IconName } from '@testgorilla/tgo-ui/components/icon';
8
- import * as i2 from '@angular/common';
9
- import * as i4 from '@testgorilla/tgo-ui/components/progress-bar';
8
+ import * as i1 from '@angular/common';
9
+ import * as i3 from '@testgorilla/tgo-ui/components/progress-bar';
10
10
 
11
11
  declare class PasswordStrengthComponent {
12
12
  private readonly defaultAppTheme;
@@ -48,12 +48,12 @@ declare class PasswordStrengthComponent {
48
48
  get infoIcon(): IconName;
49
49
  get checkIcon(): IconName;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthComponent, [{ optional: true; }]>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<PasswordStrengthComponent, "ui-password-strength", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "password": { "alias": "password"; "required": false; }; }, { "validationCheck": "validationCheck"; }, never, never, false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordStrengthComponent, "ui-password-strength", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "password": { "alias": "password"; "required": false; }; }, { "validationCheck": "validationCheck"; }, never, never, true, never>;
52
52
  }
53
53
 
54
54
  declare class PasswordStrengthComponentModule {
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthComponentModule, never>;
56
- static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordStrengthComponentModule, [typeof PasswordStrengthComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule, typeof i4.ProgressBarComponentModule, typeof i5.UiTranslatePipe], [typeof PasswordStrengthComponent]>;
56
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordStrengthComponentModule, never, [typeof i1.CommonModule, typeof i2.IconComponentModule, typeof i3.ProgressBarComponentModule, typeof i4.UiTranslatePipe, typeof PasswordStrengthComponent], [typeof PasswordStrengthComponent]>;
57
57
  static ɵinj: i0.ɵɵInjectorDeclaration<PasswordStrengthComponentModule>;
58
58
  }
59
59
 
@@ -1,22 +1,20 @@
1
- import { FocusMonitor } from '@angular/cdk/a11y';
2
1
  import * as i0 from '@angular/core';
3
- import { OnInit, OnDestroy, DoCheck, ElementRef, ChangeDetectorRef, PipeTransform } from '@angular/core';
4
- import * as i5 from '@angular/forms';
5
- import { ControlValueAccessor, NgControl, UntypedFormGroup, UntypedFormControl, UntypedFormBuilder } from '@angular/forms';
6
- import { ErrorStateMatcher } from '@angular/material/core';
2
+ import { OnInit, OnDestroy, DoCheck, ElementRef, PipeTransform } from '@angular/core';
3
+ import * as i3 from '@angular/forms';
4
+ import { ControlValueAccessor, NgControl, UntypedFormGroup, UntypedFormControl } from '@angular/forms';
7
5
  import { Observable, BehaviorSubject, Subject } from 'rxjs';
8
- import * as i12 from '@testgorilla/tgo-ui/components/core';
6
+ import * as i10 from '@testgorilla/tgo-ui/components/core';
9
7
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
10
8
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
11
- import * as i3 from '@angular/common';
12
- import * as i4 from '@angular/material/progress-spinner';
13
- import * as i6 from '@angular/material/select';
14
- import * as i7 from '@angular/material/icon';
15
- import * as i8 from '@angular/material/input';
16
- import * as i9 from 'ngx-mat-select-search';
17
- import * as i10 from '@testgorilla/tgo-ui/components/icon';
18
- import * as i11 from '@testgorilla/tgo-ui/components/spinner';
19
- import * as i13 from '@testgorilla/tgo-ui/components/validation-error';
9
+ import * as i1 from '@angular/common';
10
+ import * as i2 from '@angular/material/progress-spinner';
11
+ import * as i4 from '@angular/material/select';
12
+ import * as i5 from '@angular/material/icon';
13
+ import * as i6 from '@angular/material/input';
14
+ import * as i7 from 'ngx-mat-select-search';
15
+ import * as i8 from '@testgorilla/tgo-ui/components/icon';
16
+ import * as i9 from '@testgorilla/tgo-ui/components/spinner';
17
+ import * as i11 from '@testgorilla/tgo-ui/components/validation-error';
20
18
 
21
19
  /**
22
20
  * Country interface ISO 3166 (minus numeric code and alpha3Code)
@@ -28,12 +26,6 @@ interface UICountry {
28
26
  }
29
27
 
30
28
  declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAccessor, DoCheck {
31
- ngControl: NgControl;
32
- private errorMatcher;
33
- private fb;
34
- private focusMonitor;
35
- private ref;
36
- private readonly defaultAppTheme;
37
29
  /**
38
30
  * Phone number
39
31
  *
@@ -41,6 +33,7 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
41
33
  * @memberof PhoneInputComponent
42
34
  */
43
35
  set value(value: string);
36
+ get value(): string;
44
37
  /**
45
38
  * Country list for select
46
39
  *
@@ -55,6 +48,7 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
55
48
  * @memberof PhoneInputComponent
56
49
  */
57
50
  set placeholder(value: string);
51
+ get placeholder(): string;
58
52
  /**
59
53
  * Determines if input is disabled
60
54
  *
@@ -107,8 +101,14 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
107
101
  */
108
102
  hideLabelInErrors: boolean;
109
103
  static nextId: number;
110
- private countries;
104
+ private readonly countries;
111
105
  protected countries$: Observable<UICountry[]>;
106
+ ngControl: NgControl | null;
107
+ private readonly errorMatcher;
108
+ private readonly fb;
109
+ private readonly focusMonitor;
110
+ private readonly ref;
111
+ private readonly defaultAppTheme;
112
112
  form: UntypedFormGroup;
113
113
  protected controlType: string;
114
114
  protected userAriaDescribedBy?: string;
@@ -126,14 +126,12 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
126
126
  describedBy: string;
127
127
  get empty(): boolean;
128
128
  get errorState(): boolean;
129
- get value(): string;
130
- get placeholder(): string;
131
129
  private initialValue;
132
130
  private readonly DEFAULT_COUNTRY_CODE;
133
131
  private internalPlaceholder;
134
132
  protected selectedCountry: UICountry;
135
- private unsubscribeAll$;
136
- constructor(ngControl: NgControl, errorMatcher: ErrorStateMatcher, fb: UntypedFormBuilder, focusMonitor: FocusMonitor, ref: ChangeDetectorRef, defaultAppTheme: ApplicationTheme);
133
+ private readonly destroyRef;
134
+ constructor();
137
135
  /**
138
136
  * Used to mark component view as dirty when touched programmatically with markAsTouched/markAllAsTouched or errors
139
137
  * to display validation errors that might happen (e.g. required)
@@ -161,19 +159,19 @@ declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAcce
161
159
  private loadCountries;
162
160
  disableClick(ev: Event): void;
163
161
  trackByFn: (index: number, value: string) => string;
164
- static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponent, [{ optional: true; self: true; }, null, null, null, null, { optional: true; }]>;
165
- static ɵcmp: i0.ɵɵComponentDeclaration<PhoneInputComponent, "ui-phone-input", never, { "value": { "alias": "value"; "required": false; }; "countryList": { "alias": "countryList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; }, {}, never, never, false, never>;
162
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponent, never>;
163
+ static ɵcmp: i0.ɵɵComponentDeclaration<PhoneInputComponent, "ui-phone-input", never, { "value": { "alias": "value"; "required": false; }; "countryList": { "alias": "countryList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; }, {}, never, never, true, never>;
166
164
  }
167
165
 
168
166
  declare class JoinStringsPipe implements PipeTransform {
169
167
  transform(value: string[], separator?: string): string;
170
168
  static ɵfac: i0.ɵɵFactoryDeclaration<JoinStringsPipe, never>;
171
- static ɵpipe: i0.ɵɵPipeDeclaration<JoinStringsPipe, "joinStrings", false>;
169
+ static ɵpipe: i0.ɵɵPipeDeclaration<JoinStringsPipe, "joinStrings", true>;
172
170
  }
173
171
 
174
172
  declare class PhoneInputComponentModule {
175
173
  static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponentModule, never>;
176
- static ɵmod: i0.ɵɵNgModuleDeclaration<PhoneInputComponentModule, [typeof PhoneInputComponent, typeof JoinStringsPipe], [typeof i3.CommonModule, typeof i4.MatProgressSpinnerModule, typeof i5.ReactiveFormsModule, typeof i6.MatSelectModule, typeof i7.MatIconModule, typeof i8.MatInputModule, typeof i9.NgxMatSelectSearchModule, typeof i10.IconComponentModule, typeof i11.SpinnerComponentModule, typeof i12.UiTranslatePipe, typeof i13.ValidationErrorModule, typeof i12.HasValidationErrorPipe], [typeof PhoneInputComponent]>;
174
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PhoneInputComponentModule, never, [typeof i1.CommonModule, typeof i2.MatProgressSpinnerModule, typeof i3.ReactiveFormsModule, typeof i4.MatSelectModule, typeof i5.MatIconModule, typeof i6.MatInputModule, typeof i7.NgxMatSelectSearchModule, typeof i8.IconComponentModule, typeof i9.SpinnerComponentModule, typeof i10.UiTranslatePipe, typeof i11.ValidationErrorModule, typeof i10.HasValidationErrorPipe, typeof PhoneInputComponent, typeof JoinStringsPipe], [typeof PhoneInputComponent]>;
177
175
  static ɵinj: i0.ɵɵInjectorDeclaration<PhoneInputComponentModule>;
178
176
  }
179
177
 
@@ -1,11 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit } from '@angular/core';
3
- import * as i3 from '@angular/material/progress-bar';
3
+ import * as i2 from '@angular/material/progress-bar';
4
4
  import { ProgressBarMode } from '@angular/material/progress-bar';
5
- import * as i4 from '@testgorilla/tgo-ui/components/core';
5
+ import * as i3 from '@testgorilla/tgo-ui/components/core';
6
6
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
7
7
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
8
- import * as i2 from '@angular/common';
8
+ import * as i1 from '@angular/common';
9
9
 
10
10
  declare class ProgressBarComponent implements OnInit {
11
11
  private readonly defaultAppTheme;
@@ -74,12 +74,12 @@ declare class ProgressBarComponent implements OnInit {
74
74
  constructor(defaultAppTheme: ApplicationTheme);
75
75
  ngOnInit(): void;
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, [{ optional: true; }]>;
77
- 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; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "showPercentage": { "alias": "showPercentage"; "required": false; }; }, {}, never, never, false, never>;
77
+ 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; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "showPercentage": { "alias": "showPercentage"; "required": false; }; }, {}, never, never, true, never>;
78
78
  }
79
79
 
80
80
  declare class ProgressBarComponentModule {
81
81
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponentModule, never>;
82
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarComponentModule, [typeof ProgressBarComponent], [typeof i2.CommonModule, typeof i3.MatProgressBarModule, typeof i4.UiTranslatePipe], [typeof ProgressBarComponent]>;
82
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarComponentModule, never, [typeof i1.CommonModule, typeof i2.MatProgressBarModule, typeof i3.UiTranslatePipe, typeof ProgressBarComponent], [typeof ProgressBarComponent]>;
83
83
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarComponentModule>;
84
84
  }
85
85