@testgorilla/tgo-ui 4.1.3-beta → 4.1.3

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 +2 -2
  58. package/components/navbar/navbar.component.d.ts +3 -3
  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 +22749 -3564
  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
package/public-api.d.ts CHANGED
@@ -6,8 +6,16 @@ export * from './components/alert-banner/alert-banner.component.module';
6
6
  export * from './components/ai-feedback/ai-feedback.component';
7
7
  export * from './components/ai-feedback/ai-feedback.model';
8
8
  export * from './components/ai-feedback/ai-feedback.module';
9
+ export * from './components/button/button.component';
10
+ export * from './components/button/button.component.module';
11
+ export * from './components/button/button.model';
12
+ export * from './components/card/card.component';
13
+ export * from './components/card/card.component.module';
14
+ export * from './components/card/card.model';
9
15
  export * from './components/selectable-card/selectable-card.component';
10
16
  export * from './components/selectable-card/selectable-card.component.module';
17
+ export * from './components/checkbox/checkbox.component';
18
+ export * from './components/checkbox/checkbox.component.module';
11
19
  export * from './components/dialog/dialog.component';
12
20
  export * from './components/dialog/dialog.component.module';
13
21
  export * from './components/dialog/dialog.model';
@@ -16,53 +24,126 @@ export * from './components/media-dialog/media-dialog.component';
16
24
  export * from './components/media-dialog/media-dialog.model';
17
25
  export * from './components/donut-chart/donut-chart.component';
18
26
  export * from './components/donut-chart/donut-chart.component.module';
27
+ export * from './components/elevation-shadow/elevation-shadow.component';
28
+ export * from './components/elevation-shadow/elevation-shadow.component.module';
29
+ export * from './components/elevation-shadow/elevation-shadow.constant';
30
+ export * from './components/field/field.component';
31
+ export * from './components/field/field.component.module';
32
+ export * from './components/field/field.model';
33
+ export * from './components/inline-field/inline-field.component';
34
+ export * from './components/inline-field/inline-field.component.module';
35
+ export * from './components/inline-field/inline-field.model';
19
36
  export * from './components/file-upload/file-upload.component';
20
37
  export * from './components/file-upload/file-upload.component.module';
38
+ export * from './components/icon/icon.component';
39
+ export * from './components/icon/icon.component.module';
40
+ export * from './components/icon/icon.model';
21
41
  export * from './components/icon-label/icon-label.component';
22
42
  export * from './components/icon-label/icon-label.component.module';
43
+ export * from './components/logo/logo.component';
44
+ export * from './components/logo/logo.component.module';
45
+ export * from './components/logo/logo.model';
23
46
  export * from './components/navbar/navbar.component';
24
47
  export * from './components/navbar/navbar.component.module';
25
48
  export * from './components/navbar/navbar.model';
26
49
  export * from './components/deprecated-paginator/deprecated-paginator.component';
27
50
  export * from './components/deprecated-paginator/deprecated-paginator.component.module';
51
+ export * from './components/progress-bar/progress-bar.component';
52
+ export * from './components/progress-bar/progress-bar.component.module';
28
53
  export * from './components/prompt/prompt.component';
29
54
  export * from './components/prompt/prompt.module';
30
55
  export * from './components/prompt/prompt.model';
56
+ export * from './components/radio-button/radio-button.component';
57
+ export * from './components/radio-button/radio-button.component.module';
31
58
  export * from './components/snackbar/snackbar.component';
32
59
  export * from './components/snackbar/snackbar.component.module';
33
60
  export * from './components/snackbar/snackbar.model';
34
61
  export * from './components/snackbar/snackbar.service';
35
62
  export * from './pipes/data-property-getter';
63
+ export * from './components/tag/tag.component';
64
+ export * from './components/tag/tag.component.module';
65
+ export * from './components/tag/tag.model';
66
+ export * from './components/tooltip/tooltip-template.directive';
67
+ export * from './components/tooltip/tooltip.component';
68
+ export * from './components/tooltip/tooltip.component.module';
69
+ export * from './components/tooltip/tooltip.model';
70
+ export * from './components/dropdown/dropdown.component';
71
+ export * from './components/dropdown/dropdown.component.module';
72
+ export * from './components/dropdown/dropdown.model';
73
+ export * from './components/spinner/spinner.component';
74
+ export * from './components/spinner/spinner.model';
75
+ export * from './components/spinner/spinner.module';
36
76
  export * from './components/confirm-dialog/confirm-dialog.component';
37
77
  export * from './components/confirm-dialog/confirm-dialog.component.module';
38
78
  export * from './components/confirm-dialog/confirm-dialog.model';
39
79
  export * from './components/datepicker/datepicker.component';
40
80
  export * from './components/datepicker/datepicker.component.module';
81
+ export * from './components/rating/rating.component';
82
+ export * from './components/rating/rating.component.module';
83
+ export * from './components/scale/scale.component';
84
+ export * from './components/scale/scale.component.module';
41
85
  export * from './components/scale-table/scale-table.component';
42
86
  export * from './components/scale-table/scale-table.model';
87
+ export * from './components/tag/tag.component';
88
+ export * from './components/tag/tag.component.module';
89
+ export * from './components/toggle/toggle.component';
90
+ export * from './components/toggle/toggle.component.module';
91
+ export * from './components/avatar/avatar.component';
92
+ export * from './components/avatar/avatar.component.module';
93
+ export * from './components/avatar/avatar.model';
43
94
  export * from './components/stepper/stepper.component';
44
95
  export * from './components/stepper/stepper.component.module';
45
96
  export * from './components/step/step.component';
46
97
  export * from './components/step/step.component.module';
98
+ export * from './components/autocomplete/autocomplete.component';
99
+ export * from './components/autocomplete/autocomplete.component.module';
100
+ export * from './components/autocomplete/autocomplete.model';
101
+ export * from './components/badge/badge.component';
102
+ export * from './components/badge/badge.component.module';
103
+ export * from './components/badge/badge.model';
104
+ export * from './components/radial-progress/radial-progress.component';
105
+ export * from './components/radial-progress/radial-progress.component.module';
106
+ export * from './components/radial-progress/radial-progress.model';
107
+ export * from './components/empty-state/empty-state.component';
108
+ export * from './components/empty-state/empty-state.component.module';
109
+ export * from './components/empty-state/empty-state.model';
47
110
  export * from './components/table/table.component';
48
111
  export * from './components/table/table.component.module';
49
112
  export * from './components/table/table.model';
113
+ export * from './components/paginator/paginator.component';
114
+ export * from './components/paginator/paginator.component.module';
115
+ export * from './components/skeleton/skeleton.component';
50
116
  export * from './components/side-sheet/side-sheet.component';
51
117
  export * from './components/side-sheet/side-sheet.component.module';
52
118
  export * from './components/side-sheet/side-sheet.model';
53
119
  export * from './components/side-sheet/side-sheet.service';
120
+ export * from './components/slider/slider.component';
121
+ export * from './components/slider/slider.component.module';
122
+ export * from './components/slider/slider.model';
123
+ export * from './components/segmented-bar/segmented-bar.component';
124
+ export * from './components/segmented-bar/segmented-bar.component.module';
125
+ export * from './components/segmented-bar/segmented-bar.model';
54
126
  export * from './components/page-header/page-header.component';
55
127
  export * from './components/page-header/page-header.component.module';
56
128
  export * from './components/accordion/accordion.component';
57
129
  export * from './components/accordion/accordion.component.module';
58
130
  export * from './components/accordion/accordion.model';
131
+ export * from './components/divider/divider.component';
132
+ export * from './components/divider/divider.component.module';
133
+ export * from './components/divider/divider.model';
59
134
  export * from './components/tabs/tab.directive';
60
135
  export * from './components/tabs/tabs.component';
61
136
  export * from './components/tabs/tabs.component.module';
62
137
  export * from './components/tabs/tabs.model';
138
+ export * from './utils/localization/language.model';
139
+ export * from './utils/localization/language.service';
63
140
  export * from './components/overflow-menu/overflow-menu.component';
64
141
  export * from './components/overflow-menu/overflow-menu.model';
65
142
  export * from './components/overflow-menu/overflow-menu.component.module';
143
+ export * from './models/application-theme.model';
144
+ export * from './components/segmented-button/segmented-button.component';
145
+ export * from './components/segmented-button/segmented-button.component.module';
146
+ export * from './components/segmented-button/segmented-button.model';
66
147
  export * from './components/password-criteria/password.component';
67
148
  export * from './components/password-criteria/password.component.module';
68
149
  export * from './components/phone-input/phone-input.component';
@@ -71,10 +152,13 @@ export * from './components/phone-input/phone-input.model';
71
152
  export * from './models/colors.model';
72
153
  export * from './components/password-strength/password-strength.component';
73
154
  export * from './components/password-strength/password-strength.component.module';
155
+ export * from './services/icons.service';
74
156
  export * from './providers/is-mobile';
75
157
  export * from './components/multi-input/multi-input.component';
76
158
  export * from './components/multi-input/multi-input.component.module';
77
159
  export * from './components/multi-input/multi-input.model';
160
+ export * from './components/validation-error/validation-error.component';
161
+ export * from './components/validation-error/validation-error.module';
78
162
  export * from './components/side-panel/side-panel-data-injection-token';
79
163
  export * from './components/side-panel/side-panel.component';
80
164
  export * from './components/side-panel/side-panel.model';
@@ -91,6 +175,9 @@ export * from './components/universal-skills-spider-charts/universal-skills-spid
91
175
  export * from './components/universal-skills-spider-charts/universal-skills-spider-charts.component.module';
92
176
  export * from './services/universal-skills.service';
93
177
  export * from './pipes/memoize-func.pipe';
178
+ export * from './components/filter-button/filter-button.component';
179
+ export * from './components/filter-button/filter-button.component.module';
180
+ export * from './components/filter-button/filter-button.model';
94
181
  export * from './components/breadcrumb/breadcrumb.component';
95
182
  export * from './components/breadcrumb/breadcrumb.component.module';
96
183
  export * from './components/breadcrumb/breadcrumb.model';
@@ -1,4 +1,4 @@
1
- import { IconName } from '@testgorilla/tgo-ui/components/icon';
1
+ import { IconName } from '../components/icon/icon.model';
2
2
  import { AlertVariant } from './alert-bar.model';
3
3
  export declare const alertBarsUtil: {
4
4
  setIcon: (alertType: string) => IconName;
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/autocomplete" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './autocomplete.component';
2
- export * from './autocomplete.component.module';
3
- export * from './autocomplete.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/avatar" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './avatar.component';
2
- export * from './avatar.component.module';
3
- export * from './avatar.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/badge" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './badge.component';
2
- export * from './badge.component.module';
3
- export * from './badge.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,28 +0,0 @@
1
- /**
2
- * Function for adjusting the lightness of a color based on different events (hover, pressed, disabled).
3
- * Accepts a hex color, transforms it to HSL, and based on color's L and event darkens or lightens it.
4
- * Used to manage different colors based on application configuration
5
- *
6
- * @param hexColor color in hex format
7
- * @param typeEvent interaction event
8
- * @param theme
9
- */
10
- export declare const adjustLightness: (hexColor: string, typeEvent: "hover" | "pressed" | "disabled", theme?: "new" | "classic") => string;
11
- /**
12
- * Transforms hex color to HSL in object variation.
13
- * @param hexColor string value with hex color
14
- */
15
- export declare const hexToHsl: (hexColor: string) => {
16
- h: number;
17
- s: number;
18
- l: number;
19
- };
20
- /**
21
- * Transforms HSL color, represented as an object and transforms it to hex string.
22
- * @param hslColor accepts the HSL color like an object.
23
- */
24
- export declare const hslToHex: (hslColor: {
25
- h: number;
26
- s: number;
27
- l: number;
28
- }) => string;
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/button" />
5
- export * from './public-api';
@@ -1,5 +0,0 @@
1
- export * from './button.component';
2
- export * from './button.component.module';
3
- export * from './button.model';
4
- export * from './color-contrast';
5
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/card" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './card.component';
2
- export * from './card.component.module';
3
- export * from './card.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/checkbox" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './checkbox.component';
2
- export * from './checkbox.component.module';
3
- export * from './focus-visible.directive';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,7 +0,0 @@
1
- /**
2
- * Application theme type used across all UI components.
3
- * - 'light': Light theme with white backgrounds
4
- * - 'dark': Dark theme with dark backgrounds
5
- * - 'classic': Classic TestGorilla theme
6
- */
7
- export type ApplicationTheme = 'dark' | 'light' | 'classic';
@@ -1,15 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class HasValidationErrorPipe implements PipeTransform {
4
- /**
5
- * List of the error types that are handled
6
- */
7
- private readonly errorTypes;
8
- /**
9
- * Checks if the error on the NgControl is in the list of handled error types
10
- * @param value
11
- */
12
- transform(value: Record<string, any> | null | undefined): boolean;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<HasValidationErrorPipe, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<HasValidationErrorPipe, "hasValidationError", true>;
15
- }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/core" />
5
- export * from './public-api';
@@ -1,11 +0,0 @@
1
- export declare enum IKeyboardEvent {
2
- ENTER = "Enter",
3
- SPACE = " ",
4
- ARROW_DOWN = "ArrowDown",
5
- ARROW_UP = "ArrowUp",
6
- ESCAPE = "Escape",
7
- HOME = "Home",
8
- END = "End",
9
- PAGE_UP = "PageUp",
10
- PAGE_DOWN = "PageDown"
11
- }
@@ -1,12 +0,0 @@
1
- export * from './application-theme.model';
2
- export * from './language.model';
3
- export * from './language.service';
4
- export * from './ellipse-text.directive';
5
- export * from './ui-translate.pipe';
6
- export * from './keyboard-events.model';
7
- export * from './checkbox.model';
8
- export * from './hex-to-rgb';
9
- export * from './autocomplete-utils';
10
- export * from './digits-only.directive';
11
- export * from './has-validation-error.pipe';
12
- export * from './select-text.directive';
@@ -1,19 +0,0 @@
1
- import { ElementRef, OnChanges } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * the SelectTextDirective provides a dynamic way to highlight or style specific text within an element.
5
- */
6
- export declare class SelectTextDirective implements OnChanges {
7
- private el;
8
- selectText: string | null;
9
- constructor(el: ElementRef);
10
- /**
11
- * this method utilizes setTimeout to defer the execution until the next tick of the event loop.
12
- * The text content of the element is modified by wrapping occurrences of the specified selectText with a <span> element,
13
- * applying a bold font-weight style.
14
- */
15
- private setTextColor;
16
- ngOnChanges(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectTextDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectTextDirective, "[selectText]", never, { "selectText": { "alias": "selectText"; "required": false; }; }, {}, never, never, false, never>;
19
- }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/divider" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './divider.component';
2
- export * from './divider.component.module';
3
- export * from './divider.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/dropdown" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './dropdown.component';
2
- export * from './dropdown.component.module';
3
- export * from './dropdown.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/elevation-shadow" />
5
- export * from './public-api';
@@ -1,3 +0,0 @@
1
- export * from './elevation-shadow.component';
2
- export * from './elevation-shadow.component.module';
3
- export * from './elevation-shadow.constant';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/empty-state" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './empty-state.component';
2
- export * from './empty-state.component.module';
3
- export * from './empty-state.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/field" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './field.component';
2
- export * from './field.component.module';
3
- export * from './field.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/filter-button" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './filter-button.component';
2
- export * from './filter-button.component.module';
3
- export * from './filter-button.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/icon" />
5
- export * from './public-api';
@@ -1,5 +0,0 @@
1
- export * from './icon.component';
2
- export * from './icon.component.module';
3
- export * from './icon.model';
4
- export * from './icons.service';
5
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/inline-field" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './inline-field.component';
2
- export * from './inline-field.component.module';
3
- export * from './inline-field.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/logo" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './logo.component';
2
- export * from './logo.component.module';
3
- export * from './logo.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/paginator" />
5
- export * from './public-api';
@@ -1,3 +0,0 @@
1
- export * from './paginator.component';
2
- export * from './paginator.component.module';
3
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/progress-bar" />
5
- export * from './public-api';
@@ -1,3 +0,0 @@
1
- export * from './progress-bar.component';
2
- export * from './progress-bar.component.module';
3
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/radial-progress" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './radial-progress.component';
2
- export * from './radial-progress.component.module';
3
- export * from './radial-progress.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/radio-button" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './radio-button.component';
2
- export * from './radio-button.component.module';
3
- export * from './radio-button.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/rating" />
5
- export * from './public-api';
@@ -1,3 +0,0 @@
1
- export * from './rating.component';
2
- export * from './rating.component.module';
3
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/scale" />
5
- export * from './public-api';
@@ -1,3 +0,0 @@
1
- export * from './scale.component';
2
- export * from './scale.component.module';
3
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/segmented-bar" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './segmented-bar.component';
2
- export * from './segmented-bar.component.module';
3
- export * from './segmented-bar.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/segmented-button" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './segmented-button.component';
2
- export * from './segmented-button.component.module';
3
- export * from './segmented-button.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/skeleton" />
5
- export * from './public-api';
@@ -1,3 +0,0 @@
1
- export * from './skeleton.component';
2
- export * from './skeleton.model';
3
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@testgorilla/tgo-ui/components/slider" />
5
- export * from './public-api';
@@ -1,4 +0,0 @@
1
- export * from './slider.component';
2
- export * from './slider.component.module';
3
- export * from './slider.model';
4
- export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';