@testgorilla/tgo-ui 8.19.1 → 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 -18
  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 +63 -57
  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,20 +1,20 @@
1
1
  import * as _angular_core from '@angular/core';
2
- import { OnChanges, EventEmitter, QueryList, ChangeDetectorRef, SimpleChanges } from '@angular/core';
3
- import { FocusKeyManager } from '@angular/cdk/a11y';
4
- import * as i6 from '@testgorilla/tgo-ui/components/core';
2
+ import { OnChanges, EventEmitter, ElementRef, QueryList, ChangeDetectorRef, SimpleChanges } from '@angular/core';
3
+ import { FocusableOption, FocusKeyManager } from '@angular/cdk/a11y';
4
+ import * as i6 from '@testgorilla/tgo-ui/components/button';
5
+ import { ButtonIconPosition } from '@testgorilla/tgo-ui/components/button';
6
+ import * as i5 from '@testgorilla/tgo-ui/components/core';
5
7
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
6
8
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
7
- import * as i7 from '@testgorilla/tgo-ui/components/button';
8
- import { ButtonIconPosition } from '@testgorilla/tgo-ui/components/button';
9
- import * as i8 from '@testgorilla/tgo-ui/components/icon';
9
+ import * as i7 from '@testgorilla/tgo-ui/components/icon';
10
10
  import { IconName } from '@testgorilla/tgo-ui/components/icon';
11
- import * as i2 from '@angular/common';
12
- import * as i3 from '@angular/forms';
13
- import * as i4 from '@angular/material/tooltip';
14
- import * as i5 from '@angular/cdk/overlay';
15
- import * as i9 from '@testgorilla/tgo-ui/components/checkbox';
16
- import * as i10 from '@testgorilla/tgo-ui/components/field';
17
- import * as i11 from '@testgorilla/tgo-ui/components/radio-button';
11
+ import * as i1 from '@angular/common';
12
+ import * as i2 from '@angular/forms';
13
+ import * as i3 from '@angular/material/tooltip';
14
+ import * as i4 from '@angular/cdk/overlay';
15
+ import * as i8 from '@testgorilla/tgo-ui/components/checkbox';
16
+ import * as i9 from '@testgorilla/tgo-ui/components/field';
17
+ import * as i10 from '@testgorilla/tgo-ui/components/radio-button';
18
18
 
19
19
  type FilterValue = string | number;
20
20
  interface FilterButtonOption {
@@ -130,8 +130,8 @@ declare class FilterButtonComponent implements OnChanges {
130
130
  * @memberof FilterButtonComponent
131
131
  */
132
132
  applicationTheme: ApplicationTheme;
133
- overlayContainer: any;
134
- filterOptions: QueryList<any>;
133
+ overlayContainer: ElementRef<HTMLElement>;
134
+ filterOptions: QueryList<FocusableOption>;
135
135
  isOpen: _angular_core.WritableSignal<boolean>;
136
136
  displayedLabel: _angular_core.WritableSignal<string>;
137
137
  tooltip: _angular_core.WritableSignal<string>;
@@ -147,7 +147,7 @@ declare class FilterButtonComponent implements OnChanges {
147
147
  icon?: IconName;
148
148
  }[]>;
149
149
  readonly MIN_OPTIONS_LENGTH_FOR_SEARCH = 8;
150
- protected keyManager: FocusKeyManager<HTMLElement>;
150
+ protected keyManager: FocusKeyManager<FocusableOption>;
151
151
  protected translationContext: string;
152
152
  constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef);
153
153
  ngOnChanges(changes: SimpleChanges): void;
@@ -156,16 +156,16 @@ declare class FilterButtonComponent implements OnChanges {
156
156
  toggle(): void;
157
157
  isSelected(value?: FilterValue): boolean;
158
158
  optionChanged(selected: boolean, option: FilterButtonOption): void;
159
- keyDownHandler(ev: any): void;
159
+ keyDownHandler(ev: KeyboardEvent): void;
160
160
  onLabelEllipsisChange(isEllipsis: boolean, value: FilterValue): void;
161
161
  private updateLabel;
162
162
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FilterButtonComponent, [{ optional: true; }, null]>;
163
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<FilterButtonComponent, "ui-filter-button", never, { "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "allowClear": { "alias": "allowClear"; "required": false; }; "singleSelection": { "alias": "singleSelection"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "noOptionsMessage": { "alias": "noOptionsMessage"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "changed": "changed"; "optionChange": "optionChange"; }, never, never, false, never>;
163
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FilterButtonComponent, "ui-filter-button", never, { "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "allowClear": { "alias": "allowClear"; "required": false; }; "singleSelection": { "alias": "singleSelection"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "noOptionsMessage": { "alias": "noOptionsMessage"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "changed": "changed"; "optionChange": "optionChange"; }, never, never, true, never>;
164
164
  }
165
165
 
166
166
  declare class FilterButtonComponentModule {
167
167
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FilterButtonComponentModule, never>;
168
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<FilterButtonComponentModule, [typeof FilterButtonComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.MatTooltipModule, typeof i5.OverlayModule, typeof i6.UiTranslatePipe, typeof i7.ButtonComponentModule, typeof i8.IconComponentModule, typeof i9.CheckboxComponentModule, typeof i10.FieldComponentModule, typeof i6.EllipseTextDirective, typeof i11.RadioButtonComponentModule], [typeof FilterButtonComponent]>;
168
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<FilterButtonComponentModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.MatTooltipModule, typeof i4.OverlayModule, typeof i5.UiTranslatePipe, typeof i6.ButtonComponentModule, typeof i7.IconComponentModule, typeof i8.CheckboxComponentModule, typeof i9.FieldComponentModule, typeof i5.EllipseTextDirective, typeof i10.RadioButtonComponentModule, typeof FilterButtonComponent], [typeof FilterButtonComponent]>;
169
169
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<FilterButtonComponentModule>;
170
170
  }
171
171
 
@@ -1,13 +1,13 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit } from '@angular/core';
3
- import * as i3 from '@testgorilla/tgo-ui/components/core';
4
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
5
3
  import { Chart, ChartData, ChartOptions } from 'chart.js';
6
4
  import gaussian from 'gaussian';
7
- import * as i2 from '@angular/common';
8
- import * as i4 from 'ng2-charts';
9
- import * as i5 from '@angular/material/tooltip';
10
- import * as i6 from '@testgorilla/tgo-ui/components/icon';
5
+ import * as i2 from '@testgorilla/tgo-ui/components/core';
6
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
7
+ import * as i1 from '@angular/common';
8
+ import * as i3 from 'ng2-charts';
9
+ import * as i4 from '@angular/material/tooltip';
10
+ import * as i5 from '@testgorilla/tgo-ui/components/icon';
11
11
 
12
12
  declare const PercentileThreshold: {
13
13
  readonly LOWEST: 20;
@@ -90,12 +90,12 @@ declare class GaussianChartComponent implements OnInit {
90
90
  getBestScoreContentPosition(bestScore: number): string;
91
91
  getScoreTranslationKey(score: number): string;
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<GaussianChartComponent, never>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<GaussianChartComponent, "ui-gaussian-chart", never, { "score": { "alias": "score"; "required": false; }; "bestCandidateScore": { "alias": "bestCandidateScore"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; }, {}, never, never, false, never>;
93
+ static ɵcmp: i0.ɵɵComponentDeclaration<GaussianChartComponent, "ui-gaussian-chart", never, { "score": { "alias": "score"; "required": false; }; "bestCandidateScore": { "alias": "bestCandidateScore"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; }, {}, never, never, true, never>;
94
94
  }
95
95
 
96
96
  declare class GaussianChartComponentModule {
97
97
  static ɵfac: i0.ɵɵFactoryDeclaration<GaussianChartComponentModule, never>;
98
- static ɵmod: i0.ɵɵNgModuleDeclaration<GaussianChartComponentModule, [typeof GaussianChartComponent], [typeof i2.NgClass, typeof i3.UiTranslatePipe, typeof i4.BaseChartDirective, typeof i5.MatTooltipModule, typeof i2.CommonModule, typeof i6.IconComponentModule, typeof i3.MemoizeFuncPipe], [typeof GaussianChartComponent]>;
98
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GaussianChartComponentModule, never, [typeof i1.NgClass, typeof i2.UiTranslatePipe, typeof i3.BaseChartDirective, typeof i4.MatTooltipModule, typeof i1.CommonModule, typeof i5.IconComponentModule, typeof i2.MemoizeFuncPipe, typeof GaussianChartComponent], [typeof GaussianChartComponent]>;
99
99
  static ɵinj: i0.ɵɵInjectorDeclaration<GaussianChartComponentModule>;
100
100
  }
101
101
 
@@ -1,22 +1,11 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
- import * as i3 from '@angular/material/icon';
3
+ import * as i2 from '@angular/material/icon';
4
4
  import { MatIconRegistry } from '@angular/material/icon';
5
5
  import { DomSanitizer } from '@angular/platform-browser';
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';
9
- import * as i4 from '@angular/common/http';
10
-
11
- declare class IconsService {
12
- private _loadedIcons;
13
- constructor();
14
- addIcon(icon: any): void;
15
- isIconLoaded(icon: any): boolean;
16
- private ensureSharedSvgDefs;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<IconsService, never>;
18
- static ɵprov: i0.ɵɵInjectableDeclaration<IconsService>;
19
- }
8
+ import * as i1 from '@angular/common';
20
9
 
21
10
  declare const tgoIcons: readonly ["Add", "Archive", "Arrow_down", "Arrow_left", "Arrow_right", "Arrow_up", "Assessment", "Attempts", "Book", "Calendar", "Candidates", "Chat-notifications", "Chat", "Check", "Clone", "Close", "Code", "Company", "Copy", "Custom-questions", "Delete", "Devices", "Document", "Dot", "Download", "Edit", "Email-message", "Empty-placeholder", "Error", "Essay", "Eye-hide", "Eye-view", "Feedback-1", "Feedback-2", "Feedback-3", "Feedback-4", "Feedback-5", "File-attach", "File-upload", "Filter", "Flag", "Folder", "Format-add-file", "Format-add-table", "Format-align-L", "Format-align-R", "Format-align-center", "Format-align-justify", "Format-bold", "Format-code-active", "Format-code-block", "Format-edit-table", "Format-format", "Format-function", "Format-italics", "Format-list-bulleted", "Format-list-numbered", "Format-picker", "Format-quote", "Format-subscript", "Format-superscript", "Format-text-direction-L", "Format-text-direction-R", "Format-text-size", "Format-underline", "Format-variable", "Full-screen", "Gender-female", "Gender-male", "Help-2", "Help", "Image", "Info", "Integration", "Language", "Layout", "Learn", "Level", "Light-bulb", "Link", "Loading-spinner", "Localisation", "Location", "Lock", "Log-out", "Menu-burger", "Menu-close", "Menu-ellipsis", "Menu-open", "Microphone", "Microsoft", "Minus", "Mouse-cursor", "Mouse-grab-cursor", "Mouse", "Multi-choice", "Notifications", "Password", "Path", "Pin-marker", "Plan-billing", "Plus", "Premium", "Promotion", "Question-count", "Refer", "Reset", "Review", "Round-check-filled", "Round-check", "Search", "Secure-checkout", "Send", "Settings", "Social-facebook", "Social-instagram", "Social-linkedin", "Sorting-down-1", "Sorting-down", "Speedometer", "Star-filled", "Star-half", "Star-outline", "Support", "Sync", "Team", "Test", "Thunder", "Timer", "Trophy", "Type", "Unarchive", "Unlock", "Upgrade", "Upload", "User-access", "User-add", "User-invite", "User-profile", "User-reject", "User-switch", "Video-pause", "Video-play", "Video-record", "Video", "Volume", "Warning", "Zoom-in", "Zoom-out", "Fire", "Gift", "Grab", "Share", "Sparkles", "Video-stop", "Minimize", "Employee", "Money-bag", "Suitcase", "Google", "Fast-forward", "Fast-rewind", "Skip-next", "Skip-previous", "TestGorilla", "Switch-tab"];
22
11
  declare const tgoRebrandIcons: readonly ["Device-rotate-in-line", "Archive-filled", "Archive-in-line", "Add-in-line", "Add-filled", "Ai-fluent-filled", "Ai-fluent-in-line", "Arrow-chevron-down-filled", "Arrow-chevron-down-in-line", "Arrow-chevron-left-filled", "Arrow-chevron-left-in-line", "Arrow-chevron-right-filled", "Arrow-chevron-right-in-line", "Arrow-chevron-up-filled", "Arrow-chevron-up-in-line", "Arrow-down-filled", "Arrow-down-in-line", "Arrow-up-filled", "Arrow-up-in-line", "Assessment-filled", "Assessment-in-line", "Attach-filled", "Attach-in-line", "Attempts-filled", "Attempts-in-line", "Book-filled", "Book-in-line", "Bookmark-filled", "Bookmark-in-line", "Calendar-filled", "Calendar-in-line", "Candidates-filled", "Candidates-in-line", "Chat-filled", "Chat-in-line", "Check-filled", "Check-in-line", "Check-small-in-line", "Check-small-filled", "Check-round-filled", "Check-round-in-line", "Circle-filled", "Circle-in-line", "Clone-filled", "Clone-in-line", "Close-filled", "Close-in-line", "Code-filled", "Code-in-line", "Company-filled", "Company-in-line", "Copy-filled", "Copy-in-line", "Count-one-filled", "Count-one-in-line", "Count-two-filled", "Count-two-in-line", "Count-three-filled", "Count-three-in-line", "Credit-filled", "Credit-in-line", "Credit-card-filled", "Credit-card-in-line", "Delete-filled", "Delete-in-line", "Devices-filled", "Devices-in-line", "Document-filled", "Document-in-line", "Dot-filled", "Dot-in-line", "Download-filled", "Download-in-line", "Edit-filled", "Edit-in-line", "Edit-text-filled", "Edit-text-in-line", "Email-unsubscribed-filled", "Email-unsubscribed-in-line", "Employee-filled", "Employee-in-line", "Error-filled", "Error-in-line", "Essay-filled", "Essay-in-line", "Experience-filled", "Experience-in-line", "Facebook-filled", "Facebook-in-line", "Fast-forward-filled", "Fast-forward-in-line", "Fast-rewind-filled", "Fast-rewind-in-line", "Filter-filled", "Filter-in-line", "Fire-filled", "Fire-in-line", "Flag-filled", "Flag-in-line", "Folder-filled", "Folder-in-line", "Full-screen-filled", "Full-screen-in-line", "Gender-male-filled", "Gender-male-in-line", "Gender-female-filled", "Gender-female-in-line", "Gift-filled", "Gift-in-line", "Google-filled", "Google-in-line", "Grab-filled", "Grab-in-line", "Help-filled", "Help-in-line", "Hide-filled", "Hide-in-line", "Image-filled", "Image-in-line", "Info-filled", "Info-in-line", "Instagram-filled", "Instagram-in-line", "Integration-filled", "Integration-in-line", "Invite-filled", "Invite-in-line", "ID-verified-filled", "ID-verified-in-line", "ID-not-verified-filled", "ID-not-verified-in-line", "ID-failed-filled", "ID-failed-in-line", "Language-filled", "Language-in-line", "Layout-filled", "Layout-in-line", "Learn-filled", "Learn-in-line", "Level-filled", "Level-in-line", "Light-bulb-filled", "Light-bulb-in-line", "Link-filled", "Link-in-line", "Linkedin-filled", "Linkedin-in-line", "Linkedin-brand-filled", "Linkedin-brand-in-line", "Localization-filled", "Localization-in-line", "Location-filled", "Location-in-line", "Lock-filled", "Lock-in-line", "Logout-filled", "Logout-in-line", "Medal-filled", "Medal-in-line", "Menu-burger-filled", "Menu-burger-in-line", "Menu-close-filled", "Menu-close-in-line", "Menu-ellipsis-filled", "Menu-ellipsis-in-line", "Menu-open-filled", "Menu-open-in-line", "Mic-filled", "Mic-in-line", "Microsoft-filled", "Microsoft-in-line", "Minimize-filled", "Minimize-in-line", "Minus-filled", "Minus-in-line", "Mouse-filled", "Mouse-in-line", "Multi-choice-filled", "Multi-choice-in-line", "Notification-bell-filled", "Notification-bell-in-line", "Open-lock-filled", "Open-lock-in-line", "Open-in-new-filled", "Open-in-new-in-line", "Password-filled", "Password-in-line", "Path-filled", "Path-in-line", "Pause-filled", "Pause-in-line", "Pin-marker-filled", "Pin-marker-in-line", "Plan-billing-filled", "Plan-billing-in-line", "Play-filled", "Play-in-line", "Plus-filled", "Plus-in-line", "Premium-filled", "Premium-in-line", "Premium-circle-in-line", "Question-count-filled", "Question-count-in-line", "Question-filled", "Question-in-line", "Record-filled", "Record-in-line", "Reject-filled", "Refer-in-line", "Refer-filled", "Reject-in-line", "Reset-filled", "Reset-in-line", "Review-emoji-1-filled", "Review-emoji-1-in-line", "Review-emoji-2-filled", "Review-emoji-2-in-line", "Review-emoji-3-filled", "Review-emoji-3-in-line", "Review-emoji-4-filled", "Review-emoji-4-in-line", "Review-emoji-5-filled", "Review-emoji-5-in-line", "Review-filled", "Review-half-star-filled", "Review-half-star-in-line", "Review-in-line", "Review-star-filled", "Review-star-in-line", "Search-filled", "Search-in-line", "Secure-filled", "Secure-in-line", "Send-filled", "Send-in-line", "Settings-filled", "Settings-in-line", "Share-filled", "Share-in-line", "Skip-next-filled", "Skip-next-in-line", "Skip-previous-filled", "Skip-previous-in-line", "Sparkle-filled", "Sparkle-in-line", "Speedometer-filled", "Speedometer-in-line", "Star-filled", "Star-in-line", "Stop-filled", "Stop-in-line", "Switch-filled", "Switch-in-line", "Sync-filled", "Sync-in-line", "Tag-filled", "Tag-in-line", "Team-filled", "Team-in-line", "Test-filled", "Test-in-line", "Thumb-average-in-line", "Thumb-average-filled", "Thumb-down-in-line", "Thumb-down-filled", "Thumb-up-in-line", "Thumb-up-filled", "Timer-filled", "Timer-in-line", "Trophy-filled", "Trophy-in-line", "Type-filled", "Type-in-line", "Unarchive-filled", "Unarchive-in-line", "Unlock-filled", "Unlock-in-line", "Upgrade-filled", "Upgrade-in-line", "Upload-filled", "Upload-in-line", "User-access-filled", "User-access-in-line", "User-add-filled", "User-add-in-line", "User-profile-filled", "User-profile-in-line", "Video-filled", "Video-in-line", "View-filled", "View-in-line", "Volume-filled", "Volume-in-line", "Warning-filled", "Warning-in-line", "Validated-filled", "Validated-in-line", "Verified-badge-filled", "Verified-badge-in-line", "Zoom-in-filled", "Zoom-in-in-line", "Zoom-out-filled", "Zoom-out-in-line", "Analytics-filled", "Analytics-in-line", "Failed-to-load-filled", "Failed-to-load-in-line", "History-filled", "History-in-line", "TestGorilla-filled", "TestGorilla-in-line", "TestGorilla-Pink-filled", "TestGorilla-Pink-in-line", "Pencil-to-gorilla-in-line", "Pencil-to-gorilla-filled", "Switch-tab-in-line", "Switch-tab-filled", "Close-round-in-line", "Close-round-filled", "Trending-up-filled", "Trending-up-in-line", "Smart-criteria-filled", "Smart-criteria-in-line", "Mic-off-filled", "Mic-off-in-line", "Phone-rings-filled", "Phone-rings-in-line", "Home-filled", "Home-in-line", "Sourcing-filled", "Sourcing-in-line", "Campaign-filled", "Campaign-in-line", "Unread-notification-filled", "Unread-notification-in-line", "Sidebar-close-filled", "Sidebar-close-in-line", "Sidebar-open-filled", "Sidebar-open-in-line", "Jobs-filled", "Jobs-in-line", "Library-filled", "Library-in-line", "Help-center-filled", "Help-center-in-line", "Demo-filled", "Demo-in-line", "Candidates-v2-filled", "Candidates-v2-in-line", "Analytics-v2-filled", "Analytics-v2-in-line", "Upgrade-paint-filled", "Upgrade-paint-in-line", "Summary-filled", "Summary-in-line", "Corporate-filled", "Corporate-in-line", "Redeem-filled", "Redeem-in-line", "Rule-filled", "Rule-in-line", "Workspaces-filled", "Workspaces-in-line", "Portfolio-filled", "Portfolio-in-line", "Work-history-filled", "Work-history-in-line", "Analytics-filled-AI", "Analytics-in-line-AI", "Chat-filled-AI", "Chat-in-line-AI", "Document-filled-AI", "Document-in-line-AI", "Edit-filled-AI", "Edit-in-line-AI", "Mic-filled-AI", "Mic-in-line-AI", "Search-filled-AI", "Search-in-line-AI", "Summary-filled-AI", "Summary-in-line-AI", "Tag-filled-AI", "Tag-in-line-AI", "Video-filled-AI", "Video-in-line-AI"];
@@ -35,11 +24,21 @@ type IconSize = '16' | '24' | '40' | '80';
35
24
  type IconName = TgoRebrandIcons | TgoIcons | '';
36
25
  type IconColor = string;
37
26
 
27
+ declare class IconsService {
28
+ private _loadedIcons;
29
+ constructor();
30
+ addIcon(icon: string): void;
31
+ isIconLoaded(icon: string): boolean;
32
+ private ensureSharedSvgDefs;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconsService, never>;
34
+ static ɵprov: i0.ɵɵInjectableDeclaration<IconsService>;
35
+ }
36
+
38
37
  declare class IconComponent implements OnInit, OnChanges {
39
38
  private readonly defaultAppTheme;
40
- private matIconRegistry;
41
- private domSanitzer;
42
- private iconsService;
39
+ private readonly matIconRegistry;
40
+ private readonly domSanitzer;
41
+ private readonly iconsService;
43
42
  /**
44
43
  * Icon size
45
44
  *
@@ -92,18 +91,21 @@ declare class IconComponent implements OnInit, OnChanges {
92
91
  ngOnChanges(changes: SimpleChanges): void;
93
92
  setCssClass(): string;
94
93
  addIcon(): void;
94
+ private resolveShortIconName;
95
+ private resolveFullIconName;
96
+ private registerIcon;
95
97
  get cssStyle(): Record<string, string | undefined>;
96
98
  get filledIconName(): string;
97
99
  get inlineIconName(): string;
98
100
  get inlineIconFileName(): string;
99
101
  get isIconLoaded(): boolean;
100
102
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, [{ optional: true; }, null, null, null]>;
101
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "size": { "alias": "size"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "toggleIconStyle": { "alias": "toggleIconStyle"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "useFullIconName": { "alias": "useFullIconName"; "required": false; }; }, {}, never, never, false, never>;
103
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "size": { "alias": "size"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "name": { "alias": "name"; "required": false; }; "color": { "alias": "color"; "required": false; }; "filled": { "alias": "filled"; "required": false; }; "toggleIconStyle": { "alias": "toggleIconStyle"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "useFullIconName": { "alias": "useFullIconName"; "required": false; }; }, {}, never, never, true, never>;
102
104
  }
103
105
 
104
106
  declare class IconComponentModule {
105
107
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponentModule, never>;
106
- static ɵmod: i0.ɵɵNgModuleDeclaration<IconComponentModule, [typeof IconComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.HttpClientModule], [typeof IconComponent]>;
108
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IconComponentModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof IconComponent], [typeof IconComponent]>;
107
109
  static ɵinj: i0.ɵɵInjectorDeclaration<IconComponentModule>;
108
110
  }
109
111
 
@@ -1,8 +1,8 @@
1
- import * as i3 from '@testgorilla/tgo-ui/components/icon';
2
- import { IconSize, IconName } from '@testgorilla/tgo-ui/components/icon';
3
1
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
2
+ import * as i2 from '@testgorilla/tgo-ui/components/icon';
3
+ import { IconSize, IconName } from '@testgorilla/tgo-ui/components/icon';
4
4
  import * as i0 from '@angular/core';
5
- import * as i2 from '@angular/common';
5
+ import * as i1 from '@angular/common';
6
6
 
7
7
  declare class IconLabelComponent {
8
8
  private readonly defaultAppTheme;
@@ -50,12 +50,12 @@ declare class IconLabelComponent {
50
50
  applicationTheme: ApplicationTheme;
51
51
  constructor(defaultAppTheme: ApplicationTheme);
52
52
  static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponent, [{ optional: true; }]>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconIndent": { "alias": "iconIndent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconIndent": { "alias": "iconIndent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, true, never>;
54
54
  }
55
55
 
56
56
  declare class IconLabelComponentModule {
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponentModule, never>;
58
- static ɵmod: i0.ɵɵNgModuleDeclaration<IconLabelComponentModule, [typeof IconLabelComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule], [typeof IconLabelComponent]>;
58
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IconLabelComponentModule, never, [typeof i1.CommonModule, typeof i2.IconComponentModule, typeof IconLabelComponent], [typeof IconLabelComponent]>;
59
59
  static ɵinj: i0.ɵɵInjectorDeclaration<IconLabelComponentModule>;
60
60
  }
61
61
 
@@ -1,16 +1,16 @@
1
+ import * as _testgorilla_tgo_ui_components_icon from '@testgorilla/tgo-ui/components/icon';
2
+ import { IconName } from '@testgorilla/tgo-ui/components/icon';
1
3
  import * as _angular_core from '@angular/core';
2
4
  import { EventEmitter, OnInit, ChangeDetectorRef, DestroyRef, ElementRef } from '@angular/core';
3
- import * as i3 from '@angular/forms';
5
+ import * as i2 from '@angular/forms';
4
6
  import { ControlValueAccessor, NgControl } from '@angular/forms';
5
7
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
6
8
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
7
- import * as i7 from '@testgorilla/tgo-ui/components/icon';
8
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
9
- import * as i6 from '@testgorilla/tgo-ui/components/field';
9
+ import * as i5 from '@testgorilla/tgo-ui/components/field';
10
10
  import { FieldType, FieldComponent } from '@testgorilla/tgo-ui/components/field';
11
- import * as i2 from '@angular/common';
12
- import * as i4 from '@angular/material/input';
13
- import * as i5 from '@testgorilla/tgo-ui/components/button';
11
+ import * as i1 from '@angular/common';
12
+ import * as i3 from '@angular/material/input';
13
+ import * as i4 from '@testgorilla/tgo-ui/components/button';
14
14
 
15
15
  /**
16
16
  * State of the inline field component
@@ -118,14 +118,10 @@ interface InlineFieldChangeEvent {
118
118
  previousValue: string;
119
119
  }
120
120
 
121
- /**
122
- * A global counter used to generate unique inline field IDs.
123
- */
124
- declare let inlineFieldID: number;
125
121
  declare class InlineFieldComponent implements OnInit, ControlValueAccessor {
126
- private cdr;
127
- private destroyRef;
128
- private elementRef;
122
+ private readonly cdr;
123
+ private readonly destroyRef;
124
+ private readonly elementRef;
129
125
  ngControl: NgControl;
130
126
  class: string;
131
127
  /**
@@ -213,30 +209,30 @@ declare class InlineFieldComponent implements OnInit, ControlValueAccessor {
213
209
  */
214
210
  blurEvent: _angular_core.OutputEmitterRef<void>;
215
211
  fieldComponent: FieldComponent;
216
- private _isEditing;
217
- private _originalValue;
218
- private _currentValue;
219
- private _state;
212
+ private readonly _isEditing;
213
+ private readonly _originalValue;
214
+ private readonly _currentValue;
215
+ private readonly _state;
220
216
  isEditing: _angular_core.Signal<boolean>;
221
217
  currentValue: _angular_core.Signal<string>;
222
218
  state: _angular_core.Signal<InlineFieldState>;
223
219
  saveButtonConfig: _angular_core.Signal<{
224
220
  label: string;
225
- iconName: "Device-rotate-in-line" | "Archive-filled" | "Archive-in-line" | "Add-in-line" | "Add-filled" | "Ai-fluent-filled" | "Ai-fluent-in-line" | "Arrow-chevron-down-filled" | "Arrow-chevron-down-in-line" | "Arrow-chevron-left-filled" | "Arrow-chevron-left-in-line" | "Arrow-chevron-right-filled" | "Arrow-chevron-right-in-line" | "Arrow-chevron-up-filled" | "Arrow-chevron-up-in-line" | "Arrow-down-filled" | "Arrow-down-in-line" | "Arrow-up-filled" | "Arrow-up-in-line" | "Assessment-filled" | "Assessment-in-line" | "Attach-filled" | "Attach-in-line" | "Attempts-filled" | "Attempts-in-line" | "Book-filled" | "Book-in-line" | "Bookmark-filled" | "Bookmark-in-line" | "Calendar-filled" | "Calendar-in-line" | "Candidates-filled" | "Candidates-in-line" | "Chat-filled" | "Chat-in-line" | "Check-filled" | "Check-in-line" | "Check-small-in-line" | "Check-small-filled" | "Check-round-filled" | "Check-round-in-line" | "Circle-filled" | "Circle-in-line" | "Clone-filled" | "Clone-in-line" | "Close-filled" | "Close-in-line" | "Code-filled" | "Code-in-line" | "Company-filled" | "Company-in-line" | "Copy-filled" | "Copy-in-line" | "Count-one-filled" | "Count-one-in-line" | "Count-two-filled" | "Count-two-in-line" | "Count-three-filled" | "Count-three-in-line" | "Credit-filled" | "Credit-in-line" | "Credit-card-filled" | "Credit-card-in-line" | "Delete-filled" | "Delete-in-line" | "Devices-filled" | "Devices-in-line" | "Document-filled" | "Document-in-line" | "Dot-filled" | "Dot-in-line" | "Download-filled" | "Download-in-line" | "Edit-filled" | "Edit-in-line" | "Edit-text-filled" | "Edit-text-in-line" | "Email-unsubscribed-filled" | "Email-unsubscribed-in-line" | "Employee-filled" | "Employee-in-line" | "Error-filled" | "Error-in-line" | "Essay-filled" | "Essay-in-line" | "Experience-filled" | "Experience-in-line" | "Facebook-filled" | "Facebook-in-line" | "Fast-forward-filled" | "Fast-forward-in-line" | "Fast-rewind-filled" | "Fast-rewind-in-line" | "Filter-filled" | "Filter-in-line" | "Fire-filled" | "Fire-in-line" | "Flag-filled" | "Flag-in-line" | "Folder-filled" | "Folder-in-line" | "Full-screen-filled" | "Full-screen-in-line" | "Gender-male-filled" | "Gender-male-in-line" | "Gender-female-filled" | "Gender-female-in-line" | "Gift-filled" | "Gift-in-line" | "Google-filled" | "Google-in-line" | "Grab-filled" | "Grab-in-line" | "Help-filled" | "Help-in-line" | "Hide-filled" | "Hide-in-line" | "Image-filled" | "Image-in-line" | "Info-filled" | "Info-in-line" | "Instagram-filled" | "Instagram-in-line" | "Integration-filled" | "Integration-in-line" | "Invite-filled" | "Invite-in-line" | "ID-verified-filled" | "ID-verified-in-line" | "ID-not-verified-filled" | "ID-not-verified-in-line" | "ID-failed-filled" | "ID-failed-in-line" | "Language-filled" | "Language-in-line" | "Layout-filled" | "Layout-in-line" | "Learn-filled" | "Learn-in-line" | "Level-filled" | "Level-in-line" | "Light-bulb-filled" | "Light-bulb-in-line" | "Link-filled" | "Link-in-line" | "Linkedin-filled" | "Linkedin-in-line" | "Linkedin-brand-filled" | "Linkedin-brand-in-line" | "Localization-filled" | "Localization-in-line" | "Location-filled" | "Location-in-line" | "Lock-filled" | "Lock-in-line" | "Logout-filled" | "Logout-in-line" | "Medal-filled" | "Medal-in-line" | "Menu-burger-filled" | "Menu-burger-in-line" | "Menu-close-filled" | "Menu-close-in-line" | "Menu-ellipsis-filled" | "Menu-ellipsis-in-line" | "Menu-open-filled" | "Menu-open-in-line" | "Mic-filled" | "Mic-in-line" | "Microsoft-filled" | "Microsoft-in-line" | "Minimize-filled" | "Minimize-in-line" | "Minus-filled" | "Minus-in-line" | "Mouse-filled" | "Mouse-in-line" | "Multi-choice-filled" | "Multi-choice-in-line" | "Notification-bell-filled" | "Notification-bell-in-line" | "Open-lock-filled" | "Open-lock-in-line" | "Open-in-new-filled" | "Open-in-new-in-line" | "Password-filled" | "Password-in-line" | "Path-filled" | "Path-in-line" | "Pause-filled" | "Pause-in-line" | "Pin-marker-filled" | "Pin-marker-in-line" | "Plan-billing-filled" | "Plan-billing-in-line" | "Play-filled" | "Play-in-line" | "Plus-filled" | "Plus-in-line" | "Premium-filled" | "Premium-in-line" | "Premium-circle-in-line" | "Question-count-filled" | "Question-count-in-line" | "Question-filled" | "Question-in-line" | "Record-filled" | "Record-in-line" | "Reject-filled" | "Refer-in-line" | "Refer-filled" | "Reject-in-line" | "Reset-filled" | "Reset-in-line" | "Review-emoji-1-filled" | "Review-emoji-1-in-line" | "Review-emoji-2-filled" | "Review-emoji-2-in-line" | "Review-emoji-3-filled" | "Review-emoji-3-in-line" | "Review-emoji-4-filled" | "Review-emoji-4-in-line" | "Review-emoji-5-filled" | "Review-emoji-5-in-line" | "Review-filled" | "Review-half-star-filled" | "Review-half-star-in-line" | "Review-in-line" | "Review-star-filled" | "Review-star-in-line" | "Search-filled" | "Search-in-line" | "Secure-filled" | "Secure-in-line" | "Send-filled" | "Send-in-line" | "Settings-filled" | "Settings-in-line" | "Share-filled" | "Share-in-line" | "Skip-next-filled" | "Skip-next-in-line" | "Skip-previous-filled" | "Skip-previous-in-line" | "Sparkle-filled" | "Sparkle-in-line" | "Speedometer-filled" | "Speedometer-in-line" | "Star-filled" | "Star-in-line" | "Stop-filled" | "Stop-in-line" | "Switch-filled" | "Switch-in-line" | "Sync-filled" | "Sync-in-line" | "Tag-filled" | "Tag-in-line" | "Team-filled" | "Team-in-line" | "Test-filled" | "Test-in-line" | "Thumb-average-in-line" | "Thumb-average-filled" | "Thumb-down-in-line" | "Thumb-down-filled" | "Thumb-up-in-line" | "Thumb-up-filled" | "Timer-filled" | "Timer-in-line" | "Trophy-filled" | "Trophy-in-line" | "Type-filled" | "Type-in-line" | "Unarchive-filled" | "Unarchive-in-line" | "Unlock-filled" | "Unlock-in-line" | "Upgrade-filled" | "Upgrade-in-line" | "Upload-filled" | "Upload-in-line" | "User-access-filled" | "User-access-in-line" | "User-add-filled" | "User-add-in-line" | "User-profile-filled" | "User-profile-in-line" | "Video-filled" | "Video-in-line" | "View-filled" | "View-in-line" | "Volume-filled" | "Volume-in-line" | "Warning-filled" | "Warning-in-line" | "Validated-filled" | "Validated-in-line" | "Verified-badge-filled" | "Verified-badge-in-line" | "Zoom-in-filled" | "Zoom-in-in-line" | "Zoom-out-filled" | "Zoom-out-in-line" | "Analytics-filled" | "Analytics-in-line" | "Failed-to-load-filled" | "Failed-to-load-in-line" | "History-filled" | "History-in-line" | "TestGorilla-filled" | "TestGorilla-in-line" | "TestGorilla-Pink-filled" | "TestGorilla-Pink-in-line" | "Pencil-to-gorilla-in-line" | "Pencil-to-gorilla-filled" | "Switch-tab-in-line" | "Switch-tab-filled" | "Close-round-in-line" | "Close-round-filled" | "Trending-up-filled" | "Trending-up-in-line" | "Smart-criteria-filled" | "Smart-criteria-in-line" | "Mic-off-filled" | "Mic-off-in-line" | "Phone-rings-filled" | "Phone-rings-in-line" | "Home-filled" | "Home-in-line" | "Sourcing-filled" | "Sourcing-in-line" | "Campaign-filled" | "Campaign-in-line" | "Unread-notification-filled" | "Unread-notification-in-line" | "Sidebar-close-filled" | "Sidebar-close-in-line" | "Sidebar-open-filled" | "Sidebar-open-in-line" | "Jobs-filled" | "Jobs-in-line" | "Library-filled" | "Library-in-line" | "Help-center-filled" | "Help-center-in-line" | "Demo-filled" | "Demo-in-line" | "Candidates-v2-filled" | "Candidates-v2-in-line" | "Analytics-v2-filled" | "Analytics-v2-in-line" | "Upgrade-paint-filled" | "Upgrade-paint-in-line" | "Summary-filled" | "Summary-in-line" | "Corporate-filled" | "Corporate-in-line" | "Redeem-filled" | "Redeem-in-line" | "Rule-filled" | "Rule-in-line" | "Workspaces-filled" | "Workspaces-in-line" | "Portfolio-filled" | "Portfolio-in-line" | "Work-history-filled" | "Work-history-in-line" | "Analytics-filled-AI" | "Analytics-in-line-AI" | "Chat-filled-AI" | "Chat-in-line-AI" | "Document-filled-AI" | "Document-in-line-AI" | "Edit-filled-AI" | "Edit-in-line-AI" | "Mic-filled-AI" | "Mic-in-line-AI" | "Search-filled-AI" | "Search-in-line-AI" | "Summary-filled-AI" | "Summary-in-line-AI" | "Tag-filled-AI" | "Tag-in-line-AI" | "Video-filled-AI" | "Video-in-line-AI" | "Add" | "Archive" | "Arrow_down" | "Arrow_left" | "Arrow_right" | "Arrow_up" | "Assessment" | "Attempts" | "Book" | "Calendar" | "Candidates" | "Chat-notifications" | "Chat" | "Check" | "Clone" | "Close" | "Code" | "Company" | "Copy" | "Custom-questions" | "Delete" | "Devices" | "Document" | "Dot" | "Download" | "Edit" | "Email-message" | "Empty-placeholder" | "Error" | "Essay" | "Eye-hide" | "Eye-view" | "Feedback-1" | "Feedback-2" | "Feedback-3" | "Feedback-4" | "Feedback-5" | "File-attach" | "File-upload" | "Filter" | "Flag" | "Folder" | "Format-add-file" | "Format-add-table" | "Format-align-L" | "Format-align-R" | "Format-align-center" | "Format-align-justify" | "Format-bold" | "Format-code-active" | "Format-code-block" | "Format-edit-table" | "Format-format" | "Format-function" | "Format-italics" | "Format-list-bulleted" | "Format-list-numbered" | "Format-picker" | "Format-quote" | "Format-subscript" | "Format-superscript" | "Format-text-direction-L" | "Format-text-direction-R" | "Format-text-size" | "Format-underline" | "Format-variable" | "Full-screen" | "Gender-female" | "Gender-male" | "Help-2" | "Help" | "Image" | "Info" | "Integration" | "Language" | "Layout" | "Learn" | "Level" | "Light-bulb" | "Link" | "Loading-spinner" | "Localisation" | "Location" | "Lock" | "Log-out" | "Menu-burger" | "Menu-close" | "Menu-ellipsis" | "Menu-open" | "Microphone" | "Microsoft" | "Minus" | "Mouse-cursor" | "Mouse-grab-cursor" | "Mouse" | "Multi-choice" | "Notifications" | "Password" | "Path" | "Pin-marker" | "Plan-billing" | "Plus" | "Premium" | "Promotion" | "Question-count" | "Refer" | "Reset" | "Review" | "Round-check-filled" | "Round-check" | "Search" | "Secure-checkout" | "Send" | "Settings" | "Social-facebook" | "Social-instagram" | "Social-linkedin" | "Sorting-down-1" | "Sorting-down" | "Speedometer" | "Star-half" | "Star-outline" | "Support" | "Sync" | "Team" | "Test" | "Thunder" | "Timer" | "Trophy" | "Type" | "Unarchive" | "Unlock" | "Upgrade" | "Upload" | "User-access" | "User-add" | "User-invite" | "User-profile" | "User-reject" | "User-switch" | "Video-pause" | "Video-play" | "Video-record" | "Video" | "Volume" | "Warning" | "Zoom-in" | "Zoom-out" | "Fire" | "Gift" | "Grab" | "Share" | "Sparkles" | "Video-stop" | "Minimize" | "Employee" | "Money-bag" | "Suitcase" | "Google" | "Fast-forward" | "Fast-rewind" | "Skip-next" | "Skip-previous" | "TestGorilla" | "Switch-tab";
221
+ iconName: _testgorilla_tgo_ui_components_icon.IconName;
226
222
  variant: "secondary-inverted";
227
223
  size: "small";
228
224
  disabled: boolean;
229
225
  }>;
230
226
  cancelButtonConfig: _angular_core.Signal<{
231
227
  label: string;
232
- iconName: "Device-rotate-in-line" | "Archive-filled" | "Archive-in-line" | "Add-in-line" | "Add-filled" | "Ai-fluent-filled" | "Ai-fluent-in-line" | "Arrow-chevron-down-filled" | "Arrow-chevron-down-in-line" | "Arrow-chevron-left-filled" | "Arrow-chevron-left-in-line" | "Arrow-chevron-right-filled" | "Arrow-chevron-right-in-line" | "Arrow-chevron-up-filled" | "Arrow-chevron-up-in-line" | "Arrow-down-filled" | "Arrow-down-in-line" | "Arrow-up-filled" | "Arrow-up-in-line" | "Assessment-filled" | "Assessment-in-line" | "Attach-filled" | "Attach-in-line" | "Attempts-filled" | "Attempts-in-line" | "Book-filled" | "Book-in-line" | "Bookmark-filled" | "Bookmark-in-line" | "Calendar-filled" | "Calendar-in-line" | "Candidates-filled" | "Candidates-in-line" | "Chat-filled" | "Chat-in-line" | "Check-filled" | "Check-in-line" | "Check-small-in-line" | "Check-small-filled" | "Check-round-filled" | "Check-round-in-line" | "Circle-filled" | "Circle-in-line" | "Clone-filled" | "Clone-in-line" | "Close-filled" | "Close-in-line" | "Code-filled" | "Code-in-line" | "Company-filled" | "Company-in-line" | "Copy-filled" | "Copy-in-line" | "Count-one-filled" | "Count-one-in-line" | "Count-two-filled" | "Count-two-in-line" | "Count-three-filled" | "Count-three-in-line" | "Credit-filled" | "Credit-in-line" | "Credit-card-filled" | "Credit-card-in-line" | "Delete-filled" | "Delete-in-line" | "Devices-filled" | "Devices-in-line" | "Document-filled" | "Document-in-line" | "Dot-filled" | "Dot-in-line" | "Download-filled" | "Download-in-line" | "Edit-filled" | "Edit-in-line" | "Edit-text-filled" | "Edit-text-in-line" | "Email-unsubscribed-filled" | "Email-unsubscribed-in-line" | "Employee-filled" | "Employee-in-line" | "Error-filled" | "Error-in-line" | "Essay-filled" | "Essay-in-line" | "Experience-filled" | "Experience-in-line" | "Facebook-filled" | "Facebook-in-line" | "Fast-forward-filled" | "Fast-forward-in-line" | "Fast-rewind-filled" | "Fast-rewind-in-line" | "Filter-filled" | "Filter-in-line" | "Fire-filled" | "Fire-in-line" | "Flag-filled" | "Flag-in-line" | "Folder-filled" | "Folder-in-line" | "Full-screen-filled" | "Full-screen-in-line" | "Gender-male-filled" | "Gender-male-in-line" | "Gender-female-filled" | "Gender-female-in-line" | "Gift-filled" | "Gift-in-line" | "Google-filled" | "Google-in-line" | "Grab-filled" | "Grab-in-line" | "Help-filled" | "Help-in-line" | "Hide-filled" | "Hide-in-line" | "Image-filled" | "Image-in-line" | "Info-filled" | "Info-in-line" | "Instagram-filled" | "Instagram-in-line" | "Integration-filled" | "Integration-in-line" | "Invite-filled" | "Invite-in-line" | "ID-verified-filled" | "ID-verified-in-line" | "ID-not-verified-filled" | "ID-not-verified-in-line" | "ID-failed-filled" | "ID-failed-in-line" | "Language-filled" | "Language-in-line" | "Layout-filled" | "Layout-in-line" | "Learn-filled" | "Learn-in-line" | "Level-filled" | "Level-in-line" | "Light-bulb-filled" | "Light-bulb-in-line" | "Link-filled" | "Link-in-line" | "Linkedin-filled" | "Linkedin-in-line" | "Linkedin-brand-filled" | "Linkedin-brand-in-line" | "Localization-filled" | "Localization-in-line" | "Location-filled" | "Location-in-line" | "Lock-filled" | "Lock-in-line" | "Logout-filled" | "Logout-in-line" | "Medal-filled" | "Medal-in-line" | "Menu-burger-filled" | "Menu-burger-in-line" | "Menu-close-filled" | "Menu-close-in-line" | "Menu-ellipsis-filled" | "Menu-ellipsis-in-line" | "Menu-open-filled" | "Menu-open-in-line" | "Mic-filled" | "Mic-in-line" | "Microsoft-filled" | "Microsoft-in-line" | "Minimize-filled" | "Minimize-in-line" | "Minus-filled" | "Minus-in-line" | "Mouse-filled" | "Mouse-in-line" | "Multi-choice-filled" | "Multi-choice-in-line" | "Notification-bell-filled" | "Notification-bell-in-line" | "Open-lock-filled" | "Open-lock-in-line" | "Open-in-new-filled" | "Open-in-new-in-line" | "Password-filled" | "Password-in-line" | "Path-filled" | "Path-in-line" | "Pause-filled" | "Pause-in-line" | "Pin-marker-filled" | "Pin-marker-in-line" | "Plan-billing-filled" | "Plan-billing-in-line" | "Play-filled" | "Play-in-line" | "Plus-filled" | "Plus-in-line" | "Premium-filled" | "Premium-in-line" | "Premium-circle-in-line" | "Question-count-filled" | "Question-count-in-line" | "Question-filled" | "Question-in-line" | "Record-filled" | "Record-in-line" | "Reject-filled" | "Refer-in-line" | "Refer-filled" | "Reject-in-line" | "Reset-filled" | "Reset-in-line" | "Review-emoji-1-filled" | "Review-emoji-1-in-line" | "Review-emoji-2-filled" | "Review-emoji-2-in-line" | "Review-emoji-3-filled" | "Review-emoji-3-in-line" | "Review-emoji-4-filled" | "Review-emoji-4-in-line" | "Review-emoji-5-filled" | "Review-emoji-5-in-line" | "Review-filled" | "Review-half-star-filled" | "Review-half-star-in-line" | "Review-in-line" | "Review-star-filled" | "Review-star-in-line" | "Search-filled" | "Search-in-line" | "Secure-filled" | "Secure-in-line" | "Send-filled" | "Send-in-line" | "Settings-filled" | "Settings-in-line" | "Share-filled" | "Share-in-line" | "Skip-next-filled" | "Skip-next-in-line" | "Skip-previous-filled" | "Skip-previous-in-line" | "Sparkle-filled" | "Sparkle-in-line" | "Speedometer-filled" | "Speedometer-in-line" | "Star-filled" | "Star-in-line" | "Stop-filled" | "Stop-in-line" | "Switch-filled" | "Switch-in-line" | "Sync-filled" | "Sync-in-line" | "Tag-filled" | "Tag-in-line" | "Team-filled" | "Team-in-line" | "Test-filled" | "Test-in-line" | "Thumb-average-in-line" | "Thumb-average-filled" | "Thumb-down-in-line" | "Thumb-down-filled" | "Thumb-up-in-line" | "Thumb-up-filled" | "Timer-filled" | "Timer-in-line" | "Trophy-filled" | "Trophy-in-line" | "Type-filled" | "Type-in-line" | "Unarchive-filled" | "Unarchive-in-line" | "Unlock-filled" | "Unlock-in-line" | "Upgrade-filled" | "Upgrade-in-line" | "Upload-filled" | "Upload-in-line" | "User-access-filled" | "User-access-in-line" | "User-add-filled" | "User-add-in-line" | "User-profile-filled" | "User-profile-in-line" | "Video-filled" | "Video-in-line" | "View-filled" | "View-in-line" | "Volume-filled" | "Volume-in-line" | "Warning-filled" | "Warning-in-line" | "Validated-filled" | "Validated-in-line" | "Verified-badge-filled" | "Verified-badge-in-line" | "Zoom-in-filled" | "Zoom-in-in-line" | "Zoom-out-filled" | "Zoom-out-in-line" | "Analytics-filled" | "Analytics-in-line" | "Failed-to-load-filled" | "Failed-to-load-in-line" | "History-filled" | "History-in-line" | "TestGorilla-filled" | "TestGorilla-in-line" | "TestGorilla-Pink-filled" | "TestGorilla-Pink-in-line" | "Pencil-to-gorilla-in-line" | "Pencil-to-gorilla-filled" | "Switch-tab-in-line" | "Switch-tab-filled" | "Close-round-in-line" | "Close-round-filled" | "Trending-up-filled" | "Trending-up-in-line" | "Smart-criteria-filled" | "Smart-criteria-in-line" | "Mic-off-filled" | "Mic-off-in-line" | "Phone-rings-filled" | "Phone-rings-in-line" | "Home-filled" | "Home-in-line" | "Sourcing-filled" | "Sourcing-in-line" | "Campaign-filled" | "Campaign-in-line" | "Unread-notification-filled" | "Unread-notification-in-line" | "Sidebar-close-filled" | "Sidebar-close-in-line" | "Sidebar-open-filled" | "Sidebar-open-in-line" | "Jobs-filled" | "Jobs-in-line" | "Library-filled" | "Library-in-line" | "Help-center-filled" | "Help-center-in-line" | "Demo-filled" | "Demo-in-line" | "Candidates-v2-filled" | "Candidates-v2-in-line" | "Analytics-v2-filled" | "Analytics-v2-in-line" | "Upgrade-paint-filled" | "Upgrade-paint-in-line" | "Summary-filled" | "Summary-in-line" | "Corporate-filled" | "Corporate-in-line" | "Redeem-filled" | "Redeem-in-line" | "Rule-filled" | "Rule-in-line" | "Workspaces-filled" | "Workspaces-in-line" | "Portfolio-filled" | "Portfolio-in-line" | "Work-history-filled" | "Work-history-in-line" | "Analytics-filled-AI" | "Analytics-in-line-AI" | "Chat-filled-AI" | "Chat-in-line-AI" | "Document-filled-AI" | "Document-in-line-AI" | "Edit-filled-AI" | "Edit-in-line-AI" | "Mic-filled-AI" | "Mic-in-line-AI" | "Search-filled-AI" | "Search-in-line-AI" | "Summary-filled-AI" | "Summary-in-line-AI" | "Tag-filled-AI" | "Tag-in-line-AI" | "Video-filled-AI" | "Video-in-line-AI" | "Add" | "Archive" | "Arrow_down" | "Arrow_left" | "Arrow_right" | "Arrow_up" | "Assessment" | "Attempts" | "Book" | "Calendar" | "Candidates" | "Chat-notifications" | "Chat" | "Check" | "Clone" | "Close" | "Code" | "Company" | "Copy" | "Custom-questions" | "Delete" | "Devices" | "Document" | "Dot" | "Download" | "Edit" | "Email-message" | "Empty-placeholder" | "Error" | "Essay" | "Eye-hide" | "Eye-view" | "Feedback-1" | "Feedback-2" | "Feedback-3" | "Feedback-4" | "Feedback-5" | "File-attach" | "File-upload" | "Filter" | "Flag" | "Folder" | "Format-add-file" | "Format-add-table" | "Format-align-L" | "Format-align-R" | "Format-align-center" | "Format-align-justify" | "Format-bold" | "Format-code-active" | "Format-code-block" | "Format-edit-table" | "Format-format" | "Format-function" | "Format-italics" | "Format-list-bulleted" | "Format-list-numbered" | "Format-picker" | "Format-quote" | "Format-subscript" | "Format-superscript" | "Format-text-direction-L" | "Format-text-direction-R" | "Format-text-size" | "Format-underline" | "Format-variable" | "Full-screen" | "Gender-female" | "Gender-male" | "Help-2" | "Help" | "Image" | "Info" | "Integration" | "Language" | "Layout" | "Learn" | "Level" | "Light-bulb" | "Link" | "Loading-spinner" | "Localisation" | "Location" | "Lock" | "Log-out" | "Menu-burger" | "Menu-close" | "Menu-ellipsis" | "Menu-open" | "Microphone" | "Microsoft" | "Minus" | "Mouse-cursor" | "Mouse-grab-cursor" | "Mouse" | "Multi-choice" | "Notifications" | "Password" | "Path" | "Pin-marker" | "Plan-billing" | "Plus" | "Premium" | "Promotion" | "Question-count" | "Refer" | "Reset" | "Review" | "Round-check-filled" | "Round-check" | "Search" | "Secure-checkout" | "Send" | "Settings" | "Social-facebook" | "Social-instagram" | "Social-linkedin" | "Sorting-down-1" | "Sorting-down" | "Speedometer" | "Star-half" | "Star-outline" | "Support" | "Sync" | "Team" | "Test" | "Thunder" | "Timer" | "Trophy" | "Type" | "Unarchive" | "Unlock" | "Upgrade" | "Upload" | "User-access" | "User-add" | "User-invite" | "User-profile" | "User-reject" | "User-switch" | "Video-pause" | "Video-play" | "Video-record" | "Video" | "Volume" | "Warning" | "Zoom-in" | "Zoom-out" | "Fire" | "Gift" | "Grab" | "Share" | "Sparkles" | "Video-stop" | "Minimize" | "Employee" | "Money-bag" | "Suitcase" | "Google" | "Fast-forward" | "Fast-rewind" | "Skip-next" | "Skip-previous" | "TestGorilla" | "Switch-tab";
228
+ iconName: _testgorilla_tgo_ui_components_icon.IconName;
233
229
  variant: "secondary-inverted";
234
230
  size: "small";
235
231
  disabled: boolean;
236
232
  }>;
237
233
  private onChange;
238
234
  private onTouched;
239
- constructor(cdr: ChangeDetectorRef, destroyRef: DestroyRef, elementRef: ElementRef, ngControl: NgControl);
235
+ constructor(cdr: ChangeDetectorRef, destroyRef: DestroyRef, elementRef: ElementRef<HTMLElement>, ngControl: NgControl);
240
236
  ngOnInit(): void;
241
237
  writeValue(value: string): void;
242
238
  registerOnChange(fn: (value: string) => void): void;
@@ -262,14 +258,14 @@ declare class InlineFieldComponent implements OnInit, ControlValueAccessor {
262
258
  private hasPatternError;
263
259
  private hasCustomValidationError;
264
260
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineFieldComponent, [null, null, null, { optional: true; self: true; }]>;
265
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineFieldComponent, "ui-inline-field", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "fieldType": { "alias": "fieldType"; "required": false; "isSignal": true; }; "maxRows": { "alias": "maxRows"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "showErrors": { "alias": "showErrors"; "required": false; "isSignal": true; }; "buttonConfig": { "alias": "buttonConfig"; "required": false; "isSignal": true; }; "validation": { "alias": "validation"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; }, { "save": "save"; "cancel": "cancel"; "valueChange": "valueChange"; "editingModeChange": "editingModeChange"; "focusEvent": "focusEvent"; "blurEvent": "blurEvent"; }, never, never, false, never>;
261
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<InlineFieldComponent, "ui-inline-field", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "fieldType": { "alias": "fieldType"; "required": false; "isSignal": true; }; "maxRows": { "alias": "maxRows"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "showErrors": { "alias": "showErrors"; "required": false; "isSignal": true; }; "buttonConfig": { "alias": "buttonConfig"; "required": false; "isSignal": true; }; "validation": { "alias": "validation"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; }, { "save": "save"; "cancel": "cancel"; "valueChange": "valueChange"; "editingModeChange": "editingModeChange"; "focusEvent": "focusEvent"; "blurEvent": "blurEvent"; }, never, never, true, never>;
266
262
  }
267
263
 
268
264
  declare class InlineFieldComponentModule {
269
265
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<InlineFieldComponentModule, never>;
270
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<InlineFieldComponentModule, [typeof InlineFieldComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MatInputModule, typeof i5.ButtonComponentModule, typeof i6.FieldComponentModule, typeof i7.IconComponentModule], [typeof InlineFieldComponent]>;
266
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<InlineFieldComponentModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof i3.MatInputModule, typeof i4.ButtonComponentModule, typeof i5.FieldComponentModule, typeof _testgorilla_tgo_ui_components_icon.IconComponentModule, typeof InlineFieldComponent], [typeof InlineFieldComponent]>;
271
267
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<InlineFieldComponentModule>;
272
268
  }
273
269
 
274
- export { InlineFieldComponent, InlineFieldComponentModule, inlineFieldID };
270
+ export { InlineFieldComponent, InlineFieldComponentModule };
275
271
  export type { InlineFieldButtonConfig, InlineFieldChangeEvent, InlineFieldEvents, InlineFieldState, InlineFieldValidation };
@@ -2,7 +2,6 @@ import * as i0 from '@angular/core';
2
2
  import { OnInit, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
4
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
5
- import * as i2 from '@angular/common';
6
5
 
7
6
  declare enum LogoTypeEnum {
8
7
  DEFAULT = "default",
@@ -94,12 +93,12 @@ declare class LogoComponent implements OnInit, OnChanges {
94
93
  ngOnChanges(changes: SimpleChanges): void;
95
94
  private changeWidth;
96
95
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, [{ optional: true; }]>;
97
- static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "ui-logo", never, { "type": { "alias": "type"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "label": { "alias": "label"; "required": false; }; "width": { "alias": "width"; "required": false; }; "allowResizing": { "alias": "allowResizing"; "required": false; }; }, {}, never, never, false, never>;
96
+ static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "ui-logo", never, { "type": { "alias": "type"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "label": { "alias": "label"; "required": false; }; "width": { "alias": "width"; "required": false; }; "allowResizing": { "alias": "allowResizing"; "required": false; }; }, {}, never, never, true, never>;
98
97
  }
99
98
 
100
99
  declare class LogoComponentModule {
101
100
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponentModule, never>;
102
- static ɵmod: i0.ɵɵNgModuleDeclaration<LogoComponentModule, [typeof LogoComponent], [typeof i2.NgIf], [typeof LogoComponent]>;
101
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LogoComponentModule, never, [typeof LogoComponent], [typeof LogoComponent]>;
103
102
  static ɵinj: i0.ɵɵInjectorDeclaration<LogoComponentModule>;
104
103
  }
105
104
 
@@ -6,7 +6,7 @@ interface MediaDialogStep {
6
6
  subheader?: string;
7
7
  title: string;
8
8
  body: string;
9
- mediaContainer: TemplateRef<any>;
9
+ mediaContainer: TemplateRef<unknown>;
10
10
  primaryButtonLabel: string;
11
11
  secondaryButtonLabel?: string;
12
12
  backButtonLabel?: string;
@@ -20,7 +20,7 @@ interface MediaDialogData {
20
20
 
21
21
  declare class MediaDialogComponent {
22
22
  dialogRef: MatDialogRef<MediaDialogComponent>;
23
- private data;
23
+ private readonly data;
24
24
  primaryButtonLabel: string | undefined;
25
25
  secondaryButtonLabel: string | undefined;
26
26
  backButtonLabel: string | undefined;
@@ -28,7 +28,7 @@ declare class MediaDialogComponent {
28
28
  primaryButtonDataTestId: string;
29
29
  secondaryButtonDataTestId: string;
30
30
  backButtonDataTestId: string;
31
- mediaContainer: TemplateRef<any>;
31
+ mediaContainer: TemplateRef<unknown>;
32
32
  subheader: string | undefined;
33
33
  body: string;
34
34
  currentStepIndex: number;
@@ -1,26 +1,35 @@
1
1
  import * as _angular_forms from '@angular/forms';
2
2
  import { ControlValueAccessor, NgControl, ValidatorFn, FormControl, FormBuilder, AbstractControl, ValidationErrors } from '@angular/forms';
3
3
  import * as _angular_core from '@angular/core';
4
- import { OnInit, EventEmitter } from '@angular/core';
5
- import * as i2 from '@angular/common';
6
- import * as i3 from '@angular/material/input';
7
- import * as i4 from '@angular/material/select';
8
- import * as i5 from '@testgorilla/tgo-ui/components/divider';
9
- import * as i6 from '@testgorilla/tgo-ui/components/icon';
10
- import * as i7 from '@testgorilla/tgo-ui/components/dropdown';
11
- import * as i9 from '@testgorilla/tgo-ui/components/core';
4
+ import { OnInit, DoCheck, EventEmitter } from '@angular/core';
5
+ import * as i1 from '@angular/common';
6
+ import * as i2 from '@angular/material/input';
7
+ import * as i3 from '@angular/material/select';
8
+ import * as i4 from '@testgorilla/tgo-ui/components/divider';
9
+ import * as i5 from '@testgorilla/tgo-ui/components/icon';
10
+ import * as i6 from '@testgorilla/tgo-ui/components/dropdown';
11
+ import * as i8 from '@testgorilla/tgo-ui/components/core';
12
12
  export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
13
- import * as i10 from '@testgorilla/tgo-ui/components/validation-error';
14
- import * as i11 from '@testgorilla/tgo-ui/components/field';
13
+ import * as i9 from '@testgorilla/tgo-ui/components/validation-error';
14
+ import * as i10 from '@testgorilla/tgo-ui/components/field';
15
15
 
16
16
  type MultiInputValue<T = any> = {
17
17
  value: T;
18
18
  [key: string]: any;
19
19
  };
20
20
 
21
- declare class MultiInputComponent implements ControlValueAccessor, OnInit {
21
+ declare class MultiInputComponent implements ControlValueAccessor, OnInit, DoCheck {
22
22
  protected ngControl: NgControl;
23
23
  private readonly fb;
24
+ private readonly cdr;
25
+ private lastControlHasError?;
26
+ /**
27
+ * `controlHasError` reads `ngControl.touched`/`errors` — mutable state OnPush
28
+ * never re-checks on its own (e.g. an external `markAllAsTouched()` on submit).
29
+ * ngDoCheck runs whenever an ancestor is checked, so mark the view when the
30
+ * error state moves (same pattern as validation-error/autocomplete-v2).
31
+ */
32
+ ngDoCheck(): void;
24
33
  /**
25
34
  *
26
35
  * @description List of items to be displayed in the dropdown list
@@ -145,7 +154,7 @@ declare class MultiInputComponent implements ControlValueAccessor, OnInit {
145
154
  /**
146
155
  * @ignore
147
156
  */
148
- onChange: (_value: any) => void;
157
+ onChange: (_value: MultiInputValue) => void;
149
158
  /**
150
159
  * @ignore
151
160
  */
@@ -159,8 +168,8 @@ declare class MultiInputComponent implements ControlValueAccessor, OnInit {
159
168
  writeValue(value: MultiInputValue): void;
160
169
  patchForm(value: MultiInputValue | undefined): void;
161
170
  setDisabledState(isDisabled: boolean): void;
162
- registerOnChange(fn: any): void;
163
- registerOnTouched(fn: any): void;
171
+ registerOnChange(fn: (value: MultiInputValue) => void): void;
172
+ registerOnTouched(fn: () => void): void;
164
173
  protected valueChanged(value: MultiInputValue): void;
165
174
  protected get dropdownControl(): AbstractControl<unknown>;
166
175
  protected get inputControl(): AbstractControl<unknown>;
@@ -170,12 +179,12 @@ declare class MultiInputComponent implements ControlValueAccessor, OnInit {
170
179
  protected getValueLength(): number;
171
180
  private updateDisableState;
172
181
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiInputComponent, [{ optional: true; self: true; }, null]>;
173
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiInputComponent, "ui-multi-input", never, { "itemsList": { "alias": "itemsList"; "required": true; "isSignal": true; }; "itemTextField": { "alias": "itemTextField"; "required": true; "isSignal": true; }; "itemValueField": { "alias": "itemValueField"; "required": true; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; "isSignal": true; }; "allowNegative": { "alias": "allowNegative"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; "isSignal": true; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; "isSignal": true; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; "isSignal": true; }; "validators": { "alias": "validators"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "hasCustomErrors": { "alias": "hasCustomErrors"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, ["[custom-errors]"], false, never>;
182
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiInputComponent, "ui-multi-input", never, { "itemsList": { "alias": "itemsList"; "required": true; "isSignal": true; }; "itemTextField": { "alias": "itemTextField"; "required": true; "isSignal": true; }; "itemValueField": { "alias": "itemValueField"; "required": true; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "allowDecimal": { "alias": "allowDecimal"; "required": false; "isSignal": true; }; "allowNegative": { "alias": "allowNegative"; "required": false; "isSignal": true; }; "errors": { "alias": "errors"; "required": false; "isSignal": true; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; "isSignal": true; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; "isSignal": true; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; "isSignal": true; }; "validators": { "alias": "validators"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "hasCustomErrors": { "alias": "hasCustomErrors"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; }, never, ["[custom-errors]"], true, never>;
174
183
  }
175
184
 
176
185
  declare class MultiInputComponentModule {
177
186
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiInputComponentModule, never>;
178
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<MultiInputComponentModule, [typeof MultiInputComponent], [typeof i2.CommonModule, typeof i3.MatInputModule, typeof i4.MatSelectModule, typeof i5.DividerComponentModule, typeof i6.IconComponentModule, typeof i7.DropdownComponentModule, typeof _angular_forms.ReactiveFormsModule, typeof i9.DigitsOnlyDirective, typeof i9.HasValidationErrorPipe, typeof i10.ValidationErrorModule, typeof i11.FieldComponentModule], [typeof MultiInputComponent]>;
187
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<MultiInputComponentModule, never, [typeof i1.CommonModule, typeof i2.MatInputModule, typeof i3.MatSelectModule, typeof i4.DividerComponentModule, typeof i5.IconComponentModule, typeof i6.DropdownComponentModule, typeof _angular_forms.ReactiveFormsModule, typeof i8.DigitsOnlyDirective, typeof i8.HasValidationErrorPipe, typeof i9.ValidationErrorModule, typeof i10.FieldComponentModule, typeof MultiInputComponent], [typeof MultiInputComponent]>;
179
188
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<MultiInputComponentModule>;
180
189
  }
181
190