@testgorilla/tgo-ui 4.1.3-beta → 4.2.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 (281) hide show
  1. package/components/accordion/accordion.component.d.ts +2 -2
  2. package/components/accordion/accordion.component.module.d.ts +2 -2
  3. package/components/ai-feedback/ai-feedback.module.d.ts +2 -2
  4. package/components/alert-banner/alert-banner.component.d.ts +2 -2
  5. package/components/alert-banner/alert-banner.component.module.d.ts +3 -3
  6. package/components/autocomplete/autocomplete.component.d.ts +2 -2
  7. package/components/autocomplete/autocomplete.component.module.d.ts +10 -9
  8. package/components/avatar/avatar.component.d.ts +2 -2
  9. package/components/avatar/avatar.component.module.d.ts +4 -4
  10. package/components/avatar/avatar.model.d.ts +2 -2
  11. package/components/badge/badge.component.d.ts +2 -2
  12. package/components/badge/badge.component.module.d.ts +1 -1
  13. package/components/breadcrumb/breadcrumb.component.d.ts +5 -3
  14. package/components/breadcrumb/breadcrumb.component.module.d.ts +4 -4
  15. package/components/button/button.component.d.ts +2 -2
  16. package/components/button/button.component.module.d.ts +5 -4
  17. package/components/button/button.model.d.ts +1 -1
  18. package/components/card/card.component.d.ts +2 -2
  19. package/components/card/card.component.module.d.ts +1 -1
  20. package/components/card/card.model.d.ts +1 -1
  21. package/components/checkbox/checkbox.component.d.ts +2 -2
  22. package/components/checkbox/checkbox.component.module.d.ts +8 -6
  23. package/components/checklist/checklist.component.d.ts +2 -2
  24. package/components/confirm-dialog/confirm-dialog.component.d.ts +4 -4
  25. package/components/confirm-dialog/confirm-dialog.component.module.d.ts +2 -2
  26. package/components/confirm-dialog/confirm-dialog.model.d.ts +3 -3
  27. package/components/datepicker/datepicker.component.d.ts +1 -1
  28. package/components/datepicker/datepicker.component.module.d.ts +3 -3
  29. package/components/dialog/dialog.component.d.ts +4 -4
  30. package/components/dialog/dialog.component.module.d.ts +2 -2
  31. package/components/dialog/dialog.model.d.ts +1 -1
  32. package/components/dialog/dialog.service.d.ts +1 -1
  33. package/components/divider/divider.component.d.ts +1 -1
  34. package/components/donut-chart/donut-chart.component.d.ts +5 -17
  35. package/components/dropdown/dropdown.component.d.ts +2 -2
  36. package/components/dropdown/dropdown.component.module.d.ts +6 -5
  37. package/components/elevation-shadow/elevation-shadow.component.d.ts +1 -1
  38. package/components/empty-state/empty-state.component.d.ts +3 -3
  39. package/components/empty-state/empty-state.component.module.d.ts +3 -3
  40. package/components/field/field.component.d.ts +4 -4
  41. package/components/field/field.component.module.d.ts +8 -6
  42. package/components/file-upload/file-upload.component.d.ts +1 -1
  43. package/components/file-upload/file-upload.component.module.d.ts +3 -3
  44. package/components/filter-button/filter-button.component.d.ts +3 -3
  45. package/components/filter-button/filter-button.component.module.d.ts +8 -7
  46. package/components/filter-button/filter-button.model.d.ts +1 -1
  47. package/components/gaussian-chart/gaussian-chart.component.d.ts +1 -1
  48. package/components/gaussian-chart/gaussian-chart.module.d.ts +2 -2
  49. package/components/icon/icon.component.d.ts +2 -2
  50. package/components/icon-label/icon-label.component.d.ts +2 -2
  51. package/components/icon-label/icon-label.component.module.d.ts +1 -1
  52. package/components/inline-field/inline-field.component.d.ts +3 -3
  53. package/components/inline-field/inline-field.component.module.d.ts +3 -3
  54. package/components/inline-field/inline-field.model.d.ts +1 -1
  55. package/components/logo/logo.component.d.ts +1 -1
  56. package/components/multi-input/multi-input.component.module.d.ts +8 -7
  57. package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +4 -3
  58. package/components/navbar/navbar.component.d.ts +11 -4
  59. package/components/navbar/navbar.component.module.d.ts +6 -6
  60. package/components/navbar/navbar.model.d.ts +2 -2
  61. package/components/overflow-menu/overflow-menu.component.d.ts +3 -3
  62. package/components/overflow-menu/overflow-menu.component.module.d.ts +5 -4
  63. package/components/overflow-menu/overflow-menu.model.d.ts +1 -1
  64. package/components/page-header/page-header.component.d.ts +1 -1
  65. package/components/page-header/page-header.component.module.d.ts +2 -2
  66. package/components/paginator/paginator.component.d.ts +1 -1
  67. package/components/password-criteria/password.component.module.d.ts +4 -4
  68. package/components/password-strength/password-strength.component.d.ts +2 -2
  69. package/components/password-strength/password-strength.component.module.d.ts +3 -3
  70. package/components/phone-input/phone-input.component.d.ts +1 -1
  71. package/components/phone-input/phone-input.component.module.d.ts +4 -4
  72. package/components/progress-bar/progress-bar.component.d.ts +1 -1
  73. package/components/progress-bar/progress-bar.component.module.d.ts +1 -1
  74. package/components/prompt/prompt.component.d.ts +1 -1
  75. package/components/prompt/prompt.module.d.ts +7 -7
  76. package/components/radial-progress/radial-progress.component.d.ts +2 -2
  77. package/components/radial-progress/radial-progress.component.module.d.ts +1 -1
  78. package/components/radio-button/radio-button.component.d.ts +2 -2
  79. package/components/radio-button/radio-button.component.module.d.ts +2 -2
  80. package/components/rating/rating.component.d.ts +1 -1
  81. package/components/scale/scale.component.d.ts +1 -1
  82. package/components/scale-table/scale-table.component.d.ts +1 -1
  83. package/components/segmented-bar/segmented-bar.component.d.ts +1 -1
  84. package/components/segmented-bar/segmented-bar.component.module.d.ts +2 -2
  85. package/components/segmented-bar/segmented-bar.model.d.ts +1 -1
  86. package/components/segmented-button/segmented-button.component.d.ts +1 -1
  87. package/components/selectable-card/selectable-card.component.d.ts +6 -2
  88. package/components/selectable-card/selectable-card.component.module.d.ts +2 -2
  89. package/components/side-panel/side-panel.component.d.ts +1 -1
  90. package/components/side-sheet/side-sheet.component.d.ts +1 -1
  91. package/components/side-sheet/side-sheet.component.module.d.ts +4 -4
  92. package/components/skeleton/skeleton.component.d.ts +2 -2
  93. package/components/slider/slider.component.d.ts +1 -1
  94. package/components/snackbar/snackbar.component.d.ts +2 -2
  95. package/components/snackbar/snackbar.component.module.d.ts +3 -3
  96. package/components/snackbar/snackbar.service.d.ts +1 -1
  97. package/components/spider-chart/spider-chart.component.d.ts +1 -1
  98. package/components/spider-chart/spider-chart.module.d.ts +2 -2
  99. package/components/spinner/spinner.component.d.ts +2 -2
  100. package/components/spinner/spinner.module.d.ts +2 -2
  101. package/components/step/step.component.d.ts +3 -3
  102. package/components/step/step.component.module.d.ts +2 -2
  103. package/components/stepper/stepper.component.d.ts +1 -1
  104. package/components/stepper/stepper.component.module.d.ts +3 -3
  105. package/components/stepper/stepper.model.d.ts +1 -1
  106. package/components/table/table.component.d.ts +1 -1
  107. package/components/table/table.component.module.d.ts +5 -5
  108. package/components/tabs/tab.directive.d.ts +1 -1
  109. package/components/tabs/tabs.component.d.ts +1 -1
  110. package/components/tabs/tabs.component.module.d.ts +3 -3
  111. package/components/tabs/tabs.model.d.ts +1 -1
  112. package/components/tag/tag.component.d.ts +2 -2
  113. package/components/tag/tag.component.module.d.ts +3 -3
  114. package/components/toggle/toggle.component.d.ts +1 -1
  115. package/components/toggle/toggle.component.module.d.ts +5 -4
  116. package/components/tooltip/tooltip.component.d.ts +1 -1
  117. package/components/tooltip/tooltip.component.module.d.ts +3 -2
  118. package/components/universal-skills-report/universal-skills-report.component.d.ts +2 -2
  119. package/components/universal-skills-report/universal-skills-report.component.module.d.ts +3 -3
  120. package/components/universal-skills-spider-charts/universal-skills-spider-charts.component.d.ts +2 -2
  121. package/components/universal-skills-spider-charts/universal-skills-spider-charts.component.module.d.ts +4 -4
  122. package/components/validation-error/validation-error.component.d.ts +1 -1
  123. package/components/validation-error/validation-error.module.d.ts +2 -2
  124. package/fesm2022/testgorilla-tgo-ui.mjs +22811 -3621
  125. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  126. package/models/application-theme.model.d.ts +1 -0
  127. package/package.json +9 -142
  128. package/{components/core → pipes}/ui-translate.pipe.d.ts +1 -1
  129. package/projects/tgo-canopy-ui/assets/i18n/da-dk.json +820 -0
  130. package/projects/tgo-canopy-ui/assets/i18n/de.json +820 -0
  131. package/projects/tgo-canopy-ui/assets/i18n/en.json +829 -0
  132. package/projects/tgo-canopy-ui/assets/i18n/es.json +820 -0
  133. package/projects/tgo-canopy-ui/assets/i18n/fr.json +820 -0
  134. package/projects/tgo-canopy-ui/assets/i18n/it-it.json +820 -0
  135. package/projects/tgo-canopy-ui/assets/i18n/ja-jp.json +820 -0
  136. package/projects/tgo-canopy-ui/assets/i18n/nb-no.json +820 -0
  137. package/projects/tgo-canopy-ui/assets/i18n/nl.json +820 -0
  138. package/projects/tgo-canopy-ui/assets/i18n/pl-pl.json +820 -0
  139. package/projects/tgo-canopy-ui/assets/i18n/pt-br.json +820 -0
  140. package/projects/tgo-canopy-ui/assets/i18n/sv-se.json +820 -0
  141. package/public-api.d.ts +87 -0
  142. package/utils/alert-bars.utils.d.ts +1 -1
  143. package/components/autocomplete/index.d.ts +0 -5
  144. package/components/autocomplete/public-api.d.ts +0 -4
  145. package/components/avatar/index.d.ts +0 -5
  146. package/components/avatar/public-api.d.ts +0 -4
  147. package/components/badge/index.d.ts +0 -5
  148. package/components/badge/public-api.d.ts +0 -4
  149. package/components/button/color-contrast.d.ts +0 -28
  150. package/components/button/index.d.ts +0 -5
  151. package/components/button/public-api.d.ts +0 -5
  152. package/components/card/index.d.ts +0 -5
  153. package/components/card/public-api.d.ts +0 -4
  154. package/components/checkbox/index.d.ts +0 -5
  155. package/components/checkbox/public-api.d.ts +0 -4
  156. package/components/core/application-theme.model.d.ts +0 -7
  157. package/components/core/has-validation-error.pipe.d.ts +0 -15
  158. package/components/core/index.d.ts +0 -5
  159. package/components/core/keyboard-events.model.d.ts +0 -11
  160. package/components/core/public-api.d.ts +0 -12
  161. package/components/core/select-text.directive.d.ts +0 -19
  162. package/components/divider/index.d.ts +0 -5
  163. package/components/divider/public-api.d.ts +0 -4
  164. package/components/dropdown/index.d.ts +0 -5
  165. package/components/dropdown/public-api.d.ts +0 -4
  166. package/components/elevation-shadow/index.d.ts +0 -5
  167. package/components/elevation-shadow/public-api.d.ts +0 -3
  168. package/components/empty-state/index.d.ts +0 -5
  169. package/components/empty-state/public-api.d.ts +0 -4
  170. package/components/field/index.d.ts +0 -5
  171. package/components/field/public-api.d.ts +0 -4
  172. package/components/filter-button/index.d.ts +0 -5
  173. package/components/filter-button/public-api.d.ts +0 -4
  174. package/components/icon/index.d.ts +0 -5
  175. package/components/icon/public-api.d.ts +0 -5
  176. package/components/inline-field/index.d.ts +0 -5
  177. package/components/inline-field/public-api.d.ts +0 -4
  178. package/components/logo/index.d.ts +0 -5
  179. package/components/logo/public-api.d.ts +0 -4
  180. package/components/paginator/index.d.ts +0 -5
  181. package/components/paginator/public-api.d.ts +0 -3
  182. package/components/progress-bar/index.d.ts +0 -5
  183. package/components/progress-bar/public-api.d.ts +0 -3
  184. package/components/radial-progress/index.d.ts +0 -5
  185. package/components/radial-progress/public-api.d.ts +0 -4
  186. package/components/radio-button/index.d.ts +0 -5
  187. package/components/radio-button/public-api.d.ts +0 -4
  188. package/components/rating/index.d.ts +0 -5
  189. package/components/rating/public-api.d.ts +0 -3
  190. package/components/scale/index.d.ts +0 -5
  191. package/components/scale/public-api.d.ts +0 -3
  192. package/components/segmented-bar/index.d.ts +0 -5
  193. package/components/segmented-bar/public-api.d.ts +0 -4
  194. package/components/segmented-button/index.d.ts +0 -5
  195. package/components/segmented-button/public-api.d.ts +0 -4
  196. package/components/skeleton/index.d.ts +0 -5
  197. package/components/skeleton/public-api.d.ts +0 -3
  198. package/components/slider/index.d.ts +0 -5
  199. package/components/slider/public-api.d.ts +0 -4
  200. package/components/spinner/index.d.ts +0 -5
  201. package/components/spinner/public-api.d.ts +0 -4
  202. package/components/tag/index.d.ts +0 -5
  203. package/components/tag/public-api.d.ts +0 -4
  204. package/components/toggle/index.d.ts +0 -5
  205. package/components/toggle/public-api.d.ts +0 -3
  206. package/components/tooltip/index.d.ts +0 -5
  207. package/components/tooltip/public-api.d.ts +0 -5
  208. package/components/validation-error/index.d.ts +0 -5
  209. package/components/validation-error/public-api.d.ts +0 -3
  210. package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +0 -1045
  211. package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +0 -1
  212. package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +0 -173
  213. package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +0 -1
  214. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +0 -180
  215. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +0 -1
  216. package/fesm2022/testgorilla-tgo-ui-components-button.mjs +0 -635
  217. package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +0 -1
  218. package/fesm2022/testgorilla-tgo-ui-components-card.mjs +0 -164
  219. package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +0 -1
  220. package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs +0 -402
  221. package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs.map +0 -1
  222. package/fesm2022/testgorilla-tgo-ui-components-core.mjs +0 -10807
  223. package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +0 -1
  224. package/fesm2022/testgorilla-tgo-ui-components-divider.mjs +0 -88
  225. package/fesm2022/testgorilla-tgo-ui-components-divider.mjs.map +0 -1
  226. package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +0 -434
  227. package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +0 -1
  228. package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs +0 -75
  229. package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs.map +0 -1
  230. package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs +0 -326
  231. package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +0 -1
  232. package/fesm2022/testgorilla-tgo-ui-components-field.mjs +0 -638
  233. package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +0 -1
  234. package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +0 -314
  235. package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +0 -1
  236. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +0 -1496
  237. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +0 -1
  238. package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +0 -367
  239. package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +0 -1
  240. package/fesm2022/testgorilla-tgo-ui-components-logo.mjs +0 -218
  241. package/fesm2022/testgorilla-tgo-ui-components-logo.mjs.map +0 -1
  242. package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs +0 -110
  243. package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs.map +0 -1
  244. package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs +0 -128
  245. package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs.map +0 -1
  246. package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +0 -152
  247. package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +0 -1
  248. package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +0 -373
  249. package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +0 -1
  250. package/fesm2022/testgorilla-tgo-ui-components-rating.mjs +0 -150
  251. package/fesm2022/testgorilla-tgo-ui-components-rating.mjs.map +0 -1
  252. package/fesm2022/testgorilla-tgo-ui-components-scale.mjs +0 -158
  253. package/fesm2022/testgorilla-tgo-ui-components-scale.mjs.map +0 -1
  254. package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs +0 -137
  255. package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs.map +0 -1
  256. package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs +0 -128
  257. package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs.map +0 -1
  258. package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs +0 -81
  259. package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs.map +0 -1
  260. package/fesm2022/testgorilla-tgo-ui-components-slider.mjs +0 -274
  261. package/fesm2022/testgorilla-tgo-ui-components-slider.mjs.map +0 -1
  262. package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs +0 -108
  263. package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs.map +0 -1
  264. package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +0 -239
  265. package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +0 -1
  266. package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs +0 -216
  267. package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs.map +0 -1
  268. package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs +0 -272
  269. package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs.map +0 -1
  270. package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs +0 -79
  271. package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs.map +0 -1
  272. /package/{components/core → directives}/digits-only.directive.d.ts +0 -0
  273. /package/{components/core → directives}/ellipse-text.directive.d.ts +0 -0
  274. /package/{components/autocomplete → directives}/select-text.directive.d.ts +0 -0
  275. /package/{components/core → models}/checkbox.model.d.ts +0 -0
  276. /package/{components/avatar → pipes}/name-initials.pipe.d.ts +0 -0
  277. /package/{components/icon → services}/icons.service.d.ts +0 -0
  278. /package/{components/core → utils}/autocomplete-utils.d.ts +0 -0
  279. /package/{components/core → utils}/hex-to-rgb.d.ts +0 -0
  280. /package/{components/core → utils/localization}/language.model.d.ts +0 -0
  281. /package/{components/core → utils/localization}/language.service.d.ts +0 -0
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
3
  import { AccordionVariant, ToggleIconPosition } from './accordion.model';
4
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
4
+ import { IconName } from '../icon/icon.model';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AccordionComponent {
7
7
  private readonly defaultAppTheme;
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./accordion.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@testgorilla/tgo-ui/components/icon";
5
- import * as i4 from "@testgorilla/tgo-ui/components/button";
4
+ import * as i3 from "../icon/icon.component.module";
5
+ import * as i4 from "../button/button.component.module";
6
6
  import * as i5 from "@angular/material/tooltip";
7
7
  import * as i6 from "@angular/material/expansion";
8
8
  export declare class AccordionComponentModule {
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./ai-feedback.component";
3
- import * as i2 from "@testgorilla/tgo-ui/components/button";
4
- import * as i3 from "@testgorilla/tgo-ui/components/core";
3
+ import * as i2 from "../button/button.component.module";
4
+ import * as i3 from "../../pipes/ui-translate.pipe";
5
5
  import * as i4 from "@angular/common";
6
6
  export declare class AiFeedbackModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AiFeedbackModule, never>;
@@ -1,7 +1,7 @@
1
1
  import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
4
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
3
+ import { IconName } from '../../components/icon/icon.model';
4
+ import { ApplicationTheme } from '../../models/application-theme.model';
5
5
  import { AlertBarType, AlertVariant } from '../../utils/alert-bar.model';
6
6
  import { LinkTargetType } from './alert-banner.model';
7
7
  import * as i0 from "@angular/core";
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./alert-banner.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@testgorilla/tgo-ui/components/button";
5
- import * as i4 from "@testgorilla/tgo-ui/components/icon";
6
- import * as i5 from "@testgorilla/tgo-ui/components/core";
4
+ import * as i3 from "../button/button.component.module";
5
+ import * as i4 from "../icon/icon.component.module";
6
+ import * as i5 from "../../pipes/ui-translate.pipe";
7
7
  export declare class AlertBannerComponentModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertBannerComponentModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<AlertBannerComponentModule, [typeof i1.AlertBannerComponent], [typeof i2.CommonModule, typeof i3.ButtonComponentModule, typeof i4.IconComponentModule, typeof i5.UiTranslatePipe], [typeof i1.AlertBannerComponent]>;
@@ -5,8 +5,8 @@ import { ControlValueAccessor, NgControl } from '@angular/forms';
5
5
  import { MatAutocomplete, MatAutocompleteSelectedEvent, MatAutocompleteTrigger } from '@angular/material/autocomplete';
6
6
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
7
7
  import { BehaviorSubject, ReplaySubject, Subscription } from 'rxjs';
8
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
9
- import { AutocompleteUtils } from '@testgorilla/tgo-ui/components/core';
8
+ import { ApplicationTheme } from '../../models/application-theme.model';
9
+ import { AutocompleteUtils } from '../../utils/autocomplete-utils';
10
10
  import { Autocomplete, AutocompleteSize, AutocompleteType, DropdownVariationType } from './autocomplete.model';
11
11
  import * as i0 from "@angular/core";
12
12
  export declare class AutocompleteComponent implements ControlValueAccessor, OnChanges, AfterViewInit, DoCheck, OnDestroy {
@@ -2,22 +2,23 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./autocomplete.component";
3
3
  import * as i2 from "./transform-Item.pipe";
4
4
  import * as i3 from "./includes.pipe";
5
- import * as i4 from "./select-text.directive";
5
+ import * as i4 from "../../directives/select-text.directive";
6
6
  import * as i5 from "@angular/common";
7
7
  import * as i6 from "@angular/material/form-field";
8
8
  import * as i7 from "@angular/material/autocomplete";
9
9
  import * as i8 from "@angular/material/input";
10
10
  import * as i9 from "@angular/forms";
11
- import * as i10 from "@testgorilla/tgo-ui/components/tag";
11
+ import * as i10 from "../tag/tag.component.module";
12
12
  import * as i11 from "@angular/material/chips";
13
- import * as i12 from "@testgorilla/tgo-ui/components/icon";
14
- import * as i13 from "@testgorilla/tgo-ui/components/core";
15
- import * as i14 from "@testgorilla/tgo-ui/components/validation-error";
16
- import * as i15 from "@angular/cdk/scrolling";
17
- import * as i16 from "./prevent-input.directive";
18
- import * as i17 from "@testgorilla/tgo-ui/components/spinner";
13
+ import * as i12 from "../icon/icon.component.module";
14
+ import * as i13 from "../../pipes/ui-translate.pipe";
15
+ import * as i14 from "../validation-error/validation-error.module";
16
+ import * as i15 from "../../pipes/has-validation-error.pipe";
17
+ import * as i16 from "@angular/cdk/scrolling";
18
+ import * as i17 from "./prevent-input.directive";
19
+ import * as i18 from "../spinner/spinner.module";
19
20
  export declare class AutocompleteComponentModule {
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponentModule, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<AutocompleteComponentModule, [typeof i1.AutocompleteComponent, typeof i2.TransformItemPipe, typeof i3.IncludesPipe, typeof i4.SelectTextDirective], [typeof i5.CommonModule, typeof i6.MatFormFieldModule, typeof i7.MatAutocompleteModule, typeof i8.MatInputModule, typeof i9.FormsModule, typeof i10.TagComponentModule, typeof i11.MatChipsModule, typeof i12.IconComponentModule, typeof i13.UiTranslatePipe, typeof i14.ValidationErrorModule, typeof i13.HasValidationErrorPipe, typeof i15.CdkVirtualForOf, typeof i15.CdkVirtualScrollViewport, typeof i15.CdkFixedSizeVirtualScroll, typeof i16.PreventInputDirective, typeof i17.SpinnerComponentModule], [typeof i1.AutocompleteComponent]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AutocompleteComponentModule, [typeof i1.AutocompleteComponent, typeof i2.TransformItemPipe, typeof i3.IncludesPipe, typeof i4.SelectTextDirective], [typeof i5.CommonModule, typeof i6.MatFormFieldModule, typeof i7.MatAutocompleteModule, typeof i8.MatInputModule, typeof i9.FormsModule, typeof i10.TagComponentModule, typeof i11.MatChipsModule, typeof i12.IconComponentModule, typeof i13.UiTranslatePipe, typeof i14.ValidationErrorModule, typeof i15.HasValidationErrorPipe, typeof i16.CdkVirtualForOf, typeof i16.CdkVirtualScrollViewport, typeof i16.CdkFixedSizeVirtualScroll, typeof i17.PreventInputDirective, typeof i18.SpinnerComponentModule], [typeof i1.AutocompleteComponent]>;
22
23
  static ɵinj: i0.ɵɵInjectorDeclaration<AutocompleteComponentModule>;
23
24
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
3
  import { AvatarSize, AvatarSizeType, BackgroundAvatarColorType } from './avatar.model';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AvatarComponent {
@@ -58,7 +58,7 @@ export declare class AvatarComponent {
58
58
  */
59
59
  editClick: EventEmitter<Event>;
60
60
  protected backgroundAvatarColor: string;
61
- protected readonly iconSize: Record<string, import("@testgorilla/tgo-ui/components/icon").IconSize>;
61
+ protected readonly iconSize: Record<string, import("@testgorilla/tgo-ui").IconSize>;
62
62
  protected readonly avatarSize: typeof AvatarSize;
63
63
  constructor(defaultAppTheme: ApplicationTheme);
64
64
  protected onEditClick(event: Event): void;
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./avatar.component";
3
- import * as i2 from "./name-initials.pipe";
3
+ import * as i2 from "../../pipes/name-initials.pipe";
4
4
  import * as i3 from "@angular/common";
5
- import * as i4 from "@testgorilla/tgo-ui/components/icon";
5
+ import * as i4 from "../icon/icon.component.module";
6
6
  import * as i5 from "@angular/material/tooltip";
7
- import * as i6 from "@testgorilla/tgo-ui/components/button";
8
- import * as i7 from "@testgorilla/tgo-ui/components/core";
7
+ import * as i6 from "../button/button.component.module";
8
+ import * as i7 from "../../pipes/ui-translate.pipe";
9
9
  export declare class AvatarComponentModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponentModule, never>;
11
11
  static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarComponentModule, [typeof i1.AvatarComponent, typeof i2.NameInitialsPipe], [typeof i3.CommonModule, typeof i4.IconComponentModule, typeof i5.MatTooltipModule, typeof i6.ButtonComponentModule, typeof i7.UiTranslatePipe], [typeof i1.AvatarComponent]>;
@@ -1,4 +1,4 @@
1
- import { IconSize } from '@testgorilla/tgo-ui/components/icon';
1
+ import { IconSize } from '../icon/icon.model';
2
2
  export declare enum AvatarSize {
3
3
  SMALL = "small",
4
4
  SMALL_MEDIUM = "smallMedium",
@@ -10,7 +10,7 @@ export declare const iconSize: Record<string, IconSize>;
10
10
  export declare enum AvatarBackgroundColor {
11
11
  PINK = "#FFE6FA",
12
12
  BLUE = "#D9E8FF",
13
- GREEN = "#E2F4B3",
13
+ GREEN = "#D4F2C3",
14
14
  ORANGE = "#FFE1B3",
15
15
  RED = "#FFAC9A"
16
16
  }
@@ -1,5 +1,5 @@
1
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
2
- import { IconColor, IconName } from '@testgorilla/tgo-ui/components/icon';
1
+ import { ApplicationTheme } from '../../models/application-theme.model';
2
+ import { IconColor, IconName } from '../icon/icon.model';
3
3
  import { BadgeColor, BadgeVariant, BadgeVariantEnum, RebrandBadgeColor } from './badge.model';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class BadgeComponent {
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./badge.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@testgorilla/tgo-ui/components/icon";
4
+ import * as i3 from "../icon/icon.component.module";
5
5
  import * as i4 from "@angular/material/tooltip";
6
6
  export declare class BadgeComponentModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponentModule, never>;
@@ -1,10 +1,11 @@
1
- import { AfterViewInit, OnDestroy, EventEmitter } from '@angular/core';
1
+ import { AfterViewInit, OnDestroy, EventEmitter, Injector } from '@angular/core';
2
2
  import { BreadcrumbItem, BreadcrumbSize } from './breadcrumb.model';
3
3
  import { ElementRef } from '@angular/core';
4
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
+ import { ApplicationTheme } from '../../models/application-theme.model';
5
5
  import { OverflowMenuButtonsType } from '../overflow-menu/overflow-menu.model';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class BreadcrumbComponent implements AfterViewInit, OnDestroy {
8
+ private readonly parentInjector;
8
9
  size: import("@angular/core").InputSignal<BreadcrumbSize>;
9
10
  items: import("@angular/core").InputSignal<BreadcrumbItem[]>;
10
11
  applicationTheme: import("@angular/core").InputSignal<ApplicationTheme>;
@@ -24,7 +25,8 @@ export declare class BreadcrumbComponent implements AfterViewInit, OnDestroy {
24
25
  private resizeObserver?;
25
26
  private itemsInOverflow;
26
27
  private previousLoadingState?;
27
- constructor();
28
+ private injector;
29
+ constructor(parentInjector: Injector);
28
30
  ngAfterViewInit(): void;
29
31
  ngOnDestroy(): void;
30
32
  private calculateItemDistribution;
@@ -2,12 +2,12 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./breadcrumb.component";
3
3
  import * as i2 from "../../pipes/truncate.pipe";
4
4
  import * as i3 from "@angular/common";
5
- import * as i4 from "@testgorilla/tgo-ui/components/icon";
5
+ import * as i4 from "../icon/icon.component.module";
6
6
  import * as i5 from "@angular/material/tooltip";
7
7
  import * as i6 from "../overflow-menu/overflow-menu.component.module";
8
- import * as i7 from "@testgorilla/tgo-ui/components/button";
9
- import * as i8 from "@testgorilla/tgo-ui/components/skeleton";
10
- import * as i9 from "@testgorilla/tgo-ui/components/core";
8
+ import * as i7 from "../button/button.component.module";
9
+ import * as i8 from "../skeleton/skeleton.component";
10
+ import * as i9 from "../../pipes/ui-translate.pipe";
11
11
  export declare class BreadcrumbComponentModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponentModule, never>;
13
13
  static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbComponentModule, [typeof i1.BreadcrumbComponent, typeof i2.TruncatePipe], [typeof i3.CommonModule, typeof i4.IconComponentModule, typeof i5.MatTooltipModule, typeof i6.OverflowMenuComponentModule, typeof i7.ButtonComponentModule, typeof i8.SkeletonComponent, typeof i9.UiTranslatePipe], [typeof i1.BreadcrumbComponent]>;
@@ -1,8 +1,8 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnInit, SimpleChanges } from '@angular/core';
2
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
2
+ import { IconName } from '../icon/icon.model';
3
3
  import { ButtonBadgeConfig, ButtonColor, ButtonIconPosition, ButtonSize, ButtonState, ButtonType, IconButtonSize, LinkUrlTarget } from './button.model';
4
4
  import { MatButton } from '@angular/material/button';
5
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
5
+ import { ApplicationTheme } from '../../models/application-theme.model';
6
6
  import { TooltipPosition } from '@angular/material/tooltip';
7
7
  import { FocusOrigin } from '@angular/cdk/a11y';
8
8
  import * as i0 from "@angular/core";
@@ -2,14 +2,15 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/material/button";
5
- import * as i4 from "@testgorilla/tgo-ui/components/icon";
5
+ import * as i4 from "../icon/icon.component.module";
6
6
  import * as i5 from "@angular/material/progress-spinner";
7
7
  import * as i6 from "@angular/material/tooltip";
8
- import * as i7 from "@testgorilla/tgo-ui/components/badge";
9
- import * as i8 from "@testgorilla/tgo-ui/components/core";
8
+ import * as i7 from "../badge/badge.component.module";
9
+ import * as i8 from "../../directives/ellipse-text.directive";
10
10
  import * as i9 from "@angular/material/radio";
11
+ import * as i10 from "../../pipes/ui-translate.pipe";
11
12
  export declare class ButtonComponentModule {
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponentModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonComponentModule, [typeof i1.ButtonComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IconComponentModule, typeof i5.MatProgressSpinnerModule, typeof i6.MatTooltipModule, typeof i7.BadgeComponentModule, typeof i8.EllipseTextDirective, typeof i9.MatRadioModule, typeof i8.UiTranslatePipe], [typeof i1.ButtonComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonComponentModule, [typeof i1.ButtonComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IconComponentModule, typeof i5.MatProgressSpinnerModule, typeof i6.MatTooltipModule, typeof i7.BadgeComponentModule, typeof i8.EllipseTextDirective, typeof i9.MatRadioModule, typeof i10.UiTranslatePipe], [typeof i1.ButtonComponent]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonComponentModule>;
15
16
  }
@@ -1,4 +1,4 @@
1
- import { BadgeVariant, RebrandBadgeColor } from '@testgorilla/tgo-ui/components/badge';
1
+ import { BadgeVariant, RebrandBadgeColor } from '../badge/badge.model';
2
2
  export type ButtonIconPosition = 'left' | 'right';
3
3
  export type ButtonColor = 'primary' | 'secondary' | 'secondary-inverted' | 'ghost' | 'ghost-ai' | 'outlined' | 'destructive' | 'tertiary' | 'link' | 'tab' | 'text' | 'text-inline' | 'menuTrigger' | 'menuCell' | 'icon-button';
4
4
  export type ButtonSize = 'big' | 'medium' | 'small';
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnChanges, OnInit } from '@angular/core';
2
2
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
- import { IconSize } from '@testgorilla/tgo-ui/components/icon';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
+ import { IconSize } from '../icon/icon.model';
5
5
  import { CardSize, CardVariant } from './card.model';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class CardComponent implements OnChanges, OnInit {
@@ -1,7 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./card.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@testgorilla/tgo-ui/components/icon";
4
+ import * as i3 from "../icon/icon.component.module";
5
5
  export declare class CardComponentModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponentModule, never>;
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<CardComponentModule, [typeof i1.CardComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule], [typeof i1.CardComponent]>;
@@ -1,2 +1,2 @@
1
1
  export type CardSize = 'small' | 'medium' | 'large';
2
- export type CardVariant = 'default' | 'shadow' | 'state' | 'error' | 'educative' | 'premium' | 'ai' | 'actionDriver' | 'neutral';
2
+ export type CardVariant = 'default' | 'shadow' | 'state' | 'error' | 'educative' | 'premium' | 'ai' | 'actionDriver' | 'neutral' | 'neutral-state';
@@ -1,9 +1,9 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, DestroyRef, DoCheck, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor, NgControl } from '@angular/forms';
3
3
  import { MatCheckbox, MatCheckboxChange } from '@angular/material/checkbox';
4
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
+ import { ApplicationTheme } from '../../models/application-theme.model';
5
5
  import { MatTooltip } from '@angular/material/tooltip';
6
- import { Alignment } from '@testgorilla/tgo-ui/components/core';
6
+ import { Alignment } from '../../models/checkbox.model';
7
7
  import { FocusableOption, FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class CheckboxComponent implements OnInit, FocusableOption, ControlValueAccessor, DoCheck, OnChanges, AfterViewInit, OnDestroy {
@@ -4,13 +4,15 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/material/checkbox";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "@angular/material/input";
7
- import * as i6 from "@testgorilla/tgo-ui/components/icon";
8
- import * as i7 from "@testgorilla/tgo-ui/components/core";
9
- import * as i8 from "@testgorilla/tgo-ui/components/validation-error";
10
- import * as i9 from "@angular/material/tooltip";
11
- import * as i10 from "./focus-visible.directive";
7
+ import * as i6 from "../icon/icon.component.module";
8
+ import * as i7 from "../../pipes/ui-translate.pipe";
9
+ import * as i8 from "../validation-error/validation-error.module";
10
+ import * as i9 from "../../pipes/has-validation-error.pipe";
11
+ import * as i10 from "../../directives/ellipse-text.directive";
12
+ import * as i11 from "@angular/material/tooltip";
13
+ import * as i12 from "./focus-visible.directive";
12
14
  export declare class CheckboxComponentModule {
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponentModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxComponentModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.MatCheckboxModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatInputModule, typeof i6.IconComponentModule, typeof i7.UiTranslatePipe, typeof i8.ValidationErrorModule, typeof i7.HasValidationErrorPipe, typeof i7.EllipseTextDirective, typeof i9.MatTooltipModule, typeof i10.FocusVisibleDirective], [typeof i1.CheckboxComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxComponentModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.MatCheckboxModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.MatInputModule, typeof i6.IconComponentModule, typeof i7.UiTranslatePipe, typeof i8.ValidationErrorModule, typeof i9.HasValidationErrorPipe, typeof i10.EllipseTextDirective, typeof i11.MatTooltipModule, typeof i12.FocusVisibleDirective], [typeof i1.CheckboxComponent]>;
15
17
  static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxComponentModule>;
16
18
  }
@@ -1,6 +1,6 @@
1
1
  import { ModelSignal } from '@angular/core';
2
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
3
- import { Language } from '@testgorilla/tgo-ui/components/core';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
+ import { Language } from '../../utils/localization/language.model';
4
4
  import type { ChecklistItem } from './checklist.model';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ChecklistComponent {
@@ -1,8 +1,8 @@
1
1
  import { MatDialogRef } from '@angular/material/dialog';
2
2
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
- import { ButtonColor, ButtonIconPosition } from '@testgorilla/tgo-ui/components/button';
5
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
+ import { ButtonColor, ButtonIconPosition } from '../button/button.model';
5
+ import { IconName } from '../icon/icon.model';
6
6
  import { ConfirmDialogData } from './confirm-dialog.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class ConfirmDialogComponent {
@@ -14,7 +14,7 @@ export declare class ConfirmDialogComponent {
14
14
  confirmButtonText: string | undefined;
15
15
  cancelButtonText: string | undefined;
16
16
  title: string | undefined;
17
- lang: import("@testgorilla/tgo-ui/components/core").Language;
17
+ lang: import("@testgorilla/tgo-ui").Language;
18
18
  confirmMessageHtml: SafeHtml | undefined;
19
19
  showCloseButton: boolean;
20
20
  showSecondaryButton: boolean;
@@ -2,9 +2,9 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./confirm-dialog.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/material/dialog";
5
- import * as i4 from "@testgorilla/tgo-ui/components/button";
5
+ import * as i4 from "../button/button.component.module";
6
6
  import * as i5 from "../dialog/dialog.component.module";
7
- import * as i6 from "@testgorilla/tgo-ui/components/core";
7
+ import * as i6 from "../../pipes/ui-translate.pipe";
8
8
  export declare class ConfirmDialogComponentModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponentModule, never>;
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmDialogComponentModule, [typeof i1.ConfirmDialogComponent], [typeof i2.CommonModule, typeof i3.MatDialogModule, typeof i4.ButtonComponentModule, typeof i5.DialogComponentModule, typeof i6.UiTranslatePipe], [typeof i1.ConfirmDialogComponent]>;
@@ -1,6 +1,6 @@
1
- import { Language } from '@testgorilla/tgo-ui/components/core';
2
- import { ButtonColor, ButtonIconPosition } from '@testgorilla/tgo-ui/components/button';
3
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
1
+ import { Language } from '../../utils/localization/language.model';
2
+ import { ButtonColor, ButtonIconPosition } from '../button/button.model';
3
+ import { IconName } from '../icon/icon.model';
4
4
  export interface ConfirmDialogData {
5
5
  message?: string;
6
6
  confirmButtonText?: string;
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, DoCheck, EventEmitter, OnChanges, SimpleChanges, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor, FormControl, FormGroup, NgControl } from '@angular/forms';
3
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
4
  import { MatDatepicker } from '@angular/material/datepicker';
5
5
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
6
6
  import { DatepickerService } from './datepicker.service';
@@ -3,14 +3,14 @@ import * as i1 from "./datepicker.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/material/form-field";
5
5
  import * as i4 from "@angular/material/input";
6
- import * as i5 from "@testgorilla/tgo-ui/components/icon";
6
+ import * as i5 from "../icon/icon.component.module";
7
7
  import * as i6 from "@angular/forms";
8
8
  import * as i7 from "@angular/material/datepicker";
9
9
  import * as i8 from "@angular/material/core";
10
- import * as i9 from "@testgorilla/tgo-ui/components/core";
10
+ import * as i9 from "../../pipes/ui-translate.pipe";
11
11
  import * as i10 from "./no-date-format.directive";
12
12
  import * as i11 from "../../pipes/has-validation-error.pipe";
13
- import * as i12 from "@testgorilla/tgo-ui/components/validation-error";
13
+ import * as i12 from "../validation-error/validation-error.module";
14
14
  export declare class DatepickerComponentModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponentModule, never>;
16
16
  static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerComponentModule, [typeof i1.DatepickerComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatDatepickerModule, typeof i8.MatNativeDateModule, typeof i9.UiTranslatePipe, typeof i10.NoDateFormatDirective, typeof i11.HasValidationErrorPipe, typeof i12.ValidationErrorModule], [typeof i1.DatepickerComponent]>;
@@ -1,9 +1,9 @@
1
1
  import { AfterViewInit, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { MatDialogRef } from '@angular/material/dialog';
3
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
- import { ButtonComponent } from '@testgorilla/tgo-ui/components/button';
5
- import { ButtonColor, ButtonIconPosition } from '@testgorilla/tgo-ui/components/button';
6
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
+ import { ButtonComponent } from '../button/button.component';
5
+ import { ButtonColor, ButtonIconPosition } from '../button/button.model';
6
+ import { IconName } from '../icon/icon.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class DialogComponent implements OnInit, OnChanges, AfterViewInit {
9
9
  private readonly defaultAppTheme;
@@ -2,8 +2,8 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./dialog.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/material/dialog";
5
- import * as i4 from "@testgorilla/tgo-ui/components/button";
6
- import * as i5 from "@testgorilla/tgo-ui/components/core";
5
+ import * as i4 from "../button/button.component.module";
6
+ import * as i5 from "../../pipes/ui-translate.pipe";
7
7
  export declare class DialogComponentModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponentModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<DialogComponentModule, [typeof i1.DialogComponent], [typeof i2.CommonModule, typeof i3.MatDialogModule, typeof i4.ButtonComponentModule, typeof i5.UiTranslatePipe], [typeof i1.DialogComponent]>;
@@ -1,6 +1,6 @@
1
1
  import { DialogSize } from "./dialog.service";
2
2
  import { MatDialogConfig } from "@angular/material/dialog";
3
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
4
  export interface DialogConfig<T = any> {
5
5
  applicationTheme?: ApplicationTheme;
6
6
  size?: DialogSize;
@@ -1,6 +1,6 @@
1
1
  import { ComponentType } from '@angular/cdk/portal';
2
2
  import { MatDialog, MatDialogRef } from '@angular/material/dialog';
3
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
4
  import { DialogConfig } from './dialog.model';
5
5
  import * as i0 from "@angular/core";
6
6
  export type DialogSize = 'small' | 'large' | 'x-large';
@@ -1,5 +1,5 @@
1
1
  import { DividerSize } from './divider.model';
2
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DividerComponent {
5
5
  private readonly defaultAppTheme;
@@ -1,6 +1,6 @@
1
1
  import { DonutChartData } from './donut-chart.component.model';
2
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
3
- import { ChartOptions } from 'chart.js';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
+ import { ChartOptions, Plugin } from 'chart.js';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class DonutChartComponent {
6
6
  donutChartData: import("@angular/core").InputSignal<DonutChartData | undefined>;
@@ -13,21 +13,9 @@ export declare class DonutChartComponent {
13
13
  borderWidth: number;
14
14
  }[];
15
15
  }>;
16
- centerTextPlugin: {
17
- id: string;
18
- beforeDraw: (chart: any) => void;
19
- };
20
- labelLinePlugin: {
21
- id: string;
22
- afterDatasetDraw: (chart: any) => void;
23
- };
24
- donutChartPlugins: (import("chart.js").Plugin<keyof import("chart.js").ChartTypeRegistry, import("chart.js/dist/types/basic").AnyObject> | {
25
- id: string;
26
- beforeDraw: (chart: any) => void;
27
- } | {
28
- id: string;
29
- afterDatasetDraw: (chart: any) => void;
30
- })[];
16
+ centerTextPlugin: Plugin<'doughnut'>;
17
+ labelLinePlugin: Plugin<'doughnut'>;
18
+ donutChartPlugins: Plugin<'doughnut'>[];
31
19
  donutChartOptions: ChartOptions<'doughnut'>;
32
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DonutChartComponent, never>;
33
21
  static ɵcmp: i0.ɵɵComponentDeclaration<DonutChartComponent, "ui-donut-chart", never, { "donutChartData": { "alias": "donutChartData"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
@@ -2,8 +2,8 @@ import { ChangeDetectorRef, DestroyRef, DoCheck, EventEmitter, NgZone, OnChanges
2
2
  import { ControlValueAccessor, NgControl } from '@angular/forms';
3
3
  import { FloatLabelType } from '@angular/material/form-field';
4
4
  import { OptionType } from './dropdown.model';
5
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
6
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
5
+ import { ApplicationTheme } from '../../models/application-theme.model';
6
+ import { IconName } from '../icon/icon.model';
7
7
  import { FocusMonitor } from '@angular/cdk/a11y';
8
8
  import { MatSelect } from '@angular/material/select';
9
9
  import * as i0 from "@angular/core";
@@ -3,14 +3,15 @@ import * as i1 from "./dropdown.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/material/form-field";
5
5
  import * as i4 from "@angular/material/input";
6
- import * as i5 from "@testgorilla/tgo-ui/components/icon";
6
+ import * as i5 from "../icon/icon.component.module";
7
7
  import * as i6 from "@angular/forms";
8
- import * as i7 from "@testgorilla/tgo-ui/components/button";
8
+ import * as i7 from "../button/button.component.module";
9
9
  import * as i8 from "@angular/material/select";
10
- import * as i9 from "@testgorilla/tgo-ui/components/core";
11
- import * as i10 from "@testgorilla/tgo-ui/components/validation-error";
10
+ import * as i9 from "../../pipes/ui-translate.pipe";
11
+ import * as i10 from "../validation-error/validation-error.module";
12
+ import * as i11 from "../../pipes/has-validation-error.pipe";
12
13
  export declare class DropdownComponentModule {
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponentModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownComponentModule, [typeof i1.DropdownComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.ButtonComponentModule, typeof i8.MatSelectModule, typeof i9.UiTranslatePipe, typeof i10.ValidationErrorModule, typeof i9.HasValidationErrorPipe], [typeof i1.DropdownComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownComponentModule, [typeof i1.DropdownComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.ButtonComponentModule, typeof i8.MatSelectModule, typeof i9.UiTranslatePipe, typeof i10.ValidationErrorModule, typeof i11.HasValidationErrorPipe], [typeof i1.DropdownComponent]>;
15
16
  static ɵinj: i0.ɵɵInjectorDeclaration<DropdownComponentModule>;
16
17
  }
@@ -1,5 +1,5 @@
1
1
  import { Elevation } from './elevation-shadow.constant';
2
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ElevationShadowComponent {
5
5
  private readonly defaultAppTheme;
@@ -1,8 +1,8 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { SafeHtml } from '@angular/platform-browser';
3
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
- import { ButtonColor, ButtonIconPosition, ButtonSize } from '@testgorilla/tgo-ui/components/button';
5
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
+ import { ButtonColor, ButtonIconPosition, ButtonSize } from '../button/button.model';
5
+ import { IconName } from '../icon/icon.model';
6
6
  import { ButtonVariant, EmptyStateVariant, IllustrationVariant } from './empty-state.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class EmptyStateComponent {
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./empty-state.component";
3
3
  import * as i2 from "@angular/common";
4
- import * as i3 from "@testgorilla/tgo-ui/components/icon";
5
- import * as i4 from "@testgorilla/tgo-ui/components/button";
6
- import * as i5 from "@testgorilla/tgo-ui/components/core";
4
+ import * as i3 from "../icon/icon.component.module";
5
+ import * as i4 from "../button/button.component.module";
6
+ import * as i5 from "../../pipes/ui-translate.pipe";
7
7
  export declare class EmptyStateComponentModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponentModule, never>;
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<EmptyStateComponentModule, [typeof i1.EmptyStateComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule, typeof i2.NgOptimizedImage, typeof i4.ButtonComponentModule, typeof i5.UiTranslatePipe], [typeof i1.EmptyStateComponent]>;
@@ -4,10 +4,10 @@ import { ControlValueAccessor, NgControl } from '@angular/forms';
4
4
  import { MatIconRegistry } from '@angular/material/icon';
5
5
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
6
6
  import { CdkTextareaAutosize } from '@angular/cdk/text-field';
7
- import { FieldType } from './field.model';
8
- import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
9
- import { BadgeVariant } from '@testgorilla/tgo-ui/components/badge';
10
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
7
+ import { FieldType } from '../../components/field/field.model';
8
+ import { ApplicationTheme } from '../../models/application-theme.model';
9
+ import { BadgeVariant } from '../badge/badge.model';
10
+ import { IconName } from '../icon/icon.model';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
13
  * A global counter used to generate unique field IDs.