@testgorilla/tgo-ui 4.2.4 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (425) 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/accordion/index.d.ts +5 -0
  4. package/components/accordion/public-api.d.ts +4 -0
  5. package/components/ai-feedback/ai-feedback.module.d.ts +2 -2
  6. package/components/ai-feedback/index.d.ts +5 -0
  7. package/components/ai-feedback/public-api.d.ts +4 -0
  8. package/components/alert-banner/alert-banner.component.d.ts +3 -3
  9. package/components/alert-banner/alert-banner.component.module.d.ts +3 -3
  10. package/components/alert-banner/index.d.ts +5 -0
  11. package/components/alert-banner/public-api.d.ts +4 -0
  12. package/components/autocomplete/autocomplete.component.d.ts +2 -2
  13. package/components/autocomplete/autocomplete.component.module.d.ts +9 -10
  14. package/components/autocomplete/index.d.ts +5 -0
  15. package/components/autocomplete/public-api.d.ts +4 -0
  16. package/components/avatar/avatar.component.d.ts +2 -2
  17. package/components/avatar/avatar.component.module.d.ts +4 -4
  18. package/components/avatar/avatar.model.d.ts +1 -1
  19. package/components/avatar/index.d.ts +5 -0
  20. package/components/avatar/public-api.d.ts +4 -0
  21. package/components/badge/badge.component.d.ts +2 -2
  22. package/components/badge/badge.component.module.d.ts +1 -1
  23. package/components/badge/index.d.ts +5 -0
  24. package/components/badge/public-api.d.ts +4 -0
  25. package/components/breadcrumb/breadcrumb.component.d.ts +2 -2
  26. package/components/breadcrumb/breadcrumb.component.module.d.ts +8 -9
  27. package/components/breadcrumb/index.d.ts +5 -0
  28. package/components/breadcrumb/public-api.d.ts +4 -0
  29. package/components/button/button.component.d.ts +2 -2
  30. package/components/button/button.component.module.d.ts +4 -5
  31. package/components/button/button.model.d.ts +1 -1
  32. package/components/button/index.d.ts +5 -0
  33. package/components/button/public-api.d.ts +5 -0
  34. package/components/card/card.component.d.ts +2 -2
  35. package/components/card/card.component.module.d.ts +1 -1
  36. package/components/card/index.d.ts +5 -0
  37. package/components/card/public-api.d.ts +4 -0
  38. package/components/checkbox/checkbox.component.d.ts +2 -2
  39. package/components/checkbox/checkbox.component.module.d.ts +6 -8
  40. package/components/checkbox/index.d.ts +5 -0
  41. package/components/checkbox/public-api.d.ts +4 -0
  42. package/components/checklist/checklist.component.d.ts +1 -2
  43. package/components/checklist/index.d.ts +5 -0
  44. package/components/checklist/public-api.d.ts +3 -0
  45. package/{utils → components/core}/alert-bars.utils.d.ts +1 -2
  46. package/components/core/application-theme.model.d.ts +7 -0
  47. package/components/core/color-contrast.d.ts +28 -0
  48. package/components/core/index.d.ts +5 -0
  49. package/components/core/link-target.model.d.ts +1 -0
  50. package/components/core/public-api.d.ts +25 -0
  51. package/components/core/select-text.directive.d.ts +19 -0
  52. package/{pipes → components/core}/truncate.pipe.d.ts +1 -1
  53. package/{pipes → components/core}/ui-translate.pipe.d.ts +1 -1
  54. package/components/datepicker/datepicker.component.d.ts +1 -1
  55. package/components/datepicker/datepicker.component.module.d.ts +4 -5
  56. package/components/datepicker/index.d.ts +5 -0
  57. package/components/datepicker/public-api.d.ts +6 -0
  58. package/components/{confirm-dialog → dialog/confirm-dialog}/confirm-dialog.component.d.ts +4 -4
  59. package/components/{confirm-dialog → dialog/confirm-dialog}/confirm-dialog.component.module.d.ts +3 -3
  60. package/components/{confirm-dialog → dialog/confirm-dialog}/confirm-dialog.model.d.ts +3 -3
  61. package/components/dialog/dialog-custom/dialog-custom.component.d.ts +22 -0
  62. package/components/dialog/dialog-custom/dialog-custom.component.module.d.ts +10 -0
  63. package/components/dialog/dialog.component.d.ts +4 -4
  64. package/components/dialog/dialog.component.module.d.ts +2 -2
  65. package/components/dialog/dialog.model.d.ts +1 -1
  66. package/components/dialog/dialog.service.d.ts +1 -1
  67. package/components/dialog/index.d.ts +5 -0
  68. package/components/dialog/public-api.d.ts +10 -0
  69. package/components/divider/divider.component.d.ts +1 -1
  70. package/components/divider/index.d.ts +5 -0
  71. package/components/divider/public-api.d.ts +4 -0
  72. package/components/donut-chart/donut-chart.component.d.ts +1 -1
  73. package/components/donut-chart/index.d.ts +5 -0
  74. package/components/donut-chart/public-api.d.ts +3 -0
  75. package/components/dropdown/dropdown.component.d.ts +2 -2
  76. package/components/dropdown/dropdown.component.module.d.ts +5 -6
  77. package/components/dropdown/index.d.ts +5 -0
  78. package/components/dropdown/public-api.d.ts +4 -0
  79. package/components/elevation-shadow/elevation-shadow.component.d.ts +1 -1
  80. package/components/elevation-shadow/index.d.ts +5 -0
  81. package/components/elevation-shadow/public-api.d.ts +3 -0
  82. package/components/empty-state/empty-state.component.d.ts +4 -4
  83. package/components/empty-state/empty-state.component.module.d.ts +3 -3
  84. package/components/empty-state/index.d.ts +5 -0
  85. package/components/empty-state/public-api.d.ts +4 -0
  86. package/components/field/field.component.d.ts +4 -4
  87. package/components/field/field.component.module.d.ts +6 -8
  88. package/components/field/index.d.ts +5 -0
  89. package/components/field/public-api.d.ts +4 -0
  90. package/components/file-upload/file-upload.component.d.ts +1 -2
  91. package/components/file-upload/file-upload.component.module.d.ts +4 -4
  92. package/components/file-upload/index.d.ts +5 -0
  93. package/components/file-upload/public-api.d.ts +3 -0
  94. package/components/filter-button/filter-button.component.d.ts +3 -3
  95. package/components/filter-button/filter-button.component.module.d.ts +7 -8
  96. package/components/filter-button/filter-button.model.d.ts +1 -1
  97. package/components/filter-button/index.d.ts +5 -0
  98. package/components/filter-button/public-api.d.ts +4 -0
  99. package/components/gaussian-chart/gaussian-chart.component.d.ts +1 -1
  100. package/components/gaussian-chart/gaussian-chart.module.d.ts +3 -4
  101. package/components/gaussian-chart/index.d.ts +5 -0
  102. package/components/gaussian-chart/public-api.d.ts +2 -0
  103. package/components/icon/icon.component.d.ts +2 -2
  104. package/components/icon/index.d.ts +5 -0
  105. package/components/icon/public-api.d.ts +6 -0
  106. package/components/icon-label/icon-label.component.d.ts +2 -2
  107. package/components/icon-label/icon-label.component.module.d.ts +1 -1
  108. package/components/icon-label/index.d.ts +5 -0
  109. package/components/icon-label/public-api.d.ts +2 -0
  110. package/components/inline-field/index.d.ts +5 -0
  111. package/components/inline-field/inline-field.component.d.ts +5 -5
  112. package/components/inline-field/inline-field.component.module.d.ts +3 -3
  113. package/components/inline-field/inline-field.model.d.ts +1 -1
  114. package/components/inline-field/public-api.d.ts +4 -0
  115. package/components/logo/index.d.ts +5 -0
  116. package/components/logo/logo.component.d.ts +1 -1
  117. package/components/logo/public-api.d.ts +4 -0
  118. package/components/media-card/index.d.ts +5 -0
  119. package/components/media-card/public-api.d.ts +1 -0
  120. package/components/media-dialog/index.d.ts +5 -0
  121. package/components/media-dialog/public-api.d.ts +2 -0
  122. package/components/multi-input/index.d.ts +5 -0
  123. package/components/multi-input/multi-input.component.module.d.ts +7 -8
  124. package/components/multi-input/public-api.d.ts +5 -0
  125. package/components/navbar/index.d.ts +5 -0
  126. package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +2 -2
  127. package/components/navbar/navbar.component.d.ts +4 -4
  128. package/components/navbar/navbar.component.module.d.ts +7 -7
  129. package/components/navbar/navbar.model.d.ts +2 -2
  130. package/components/navbar/public-api.d.ts +5 -0
  131. package/components/overflow-menu/index.d.ts +5 -0
  132. package/components/overflow-menu/overflow-menu.component.d.ts +3 -3
  133. package/components/overflow-menu/overflow-menu.component.module.d.ts +4 -5
  134. package/components/overflow-menu/overflow-menu.model.d.ts +1 -1
  135. package/components/overflow-menu/public-api.d.ts +4 -0
  136. package/components/page-header/index.d.ts +5 -0
  137. package/components/page-header/page-header.component.d.ts +1 -1
  138. package/components/page-header/page-header.component.module.d.ts +2 -2
  139. package/components/page-header/public-api.d.ts +3 -0
  140. package/components/paginator/index.d.ts +5 -0
  141. package/components/paginator/paginator.component.d.ts +1 -1
  142. package/components/paginator/public-api.d.ts +3 -0
  143. package/components/password-criteria/index.d.ts +5 -0
  144. package/components/password-criteria/password.component.module.d.ts +4 -4
  145. package/components/password-criteria/public-api.d.ts +3 -0
  146. package/components/password-strength/index.d.ts +5 -0
  147. package/components/password-strength/password-strength.component.d.ts +2 -2
  148. package/components/password-strength/password-strength.component.module.d.ts +3 -3
  149. package/components/password-strength/public-api.d.ts +3 -0
  150. package/components/phone-input/index.d.ts +5 -0
  151. package/components/phone-input/phone-input.component.d.ts +1 -1
  152. package/components/phone-input/phone-input.component.module.d.ts +5 -6
  153. package/components/phone-input/public-api.d.ts +5 -0
  154. package/components/progress-bar/index.d.ts +5 -0
  155. package/components/progress-bar/progress-bar.component.d.ts +1 -1
  156. package/components/progress-bar/progress-bar.component.module.d.ts +1 -1
  157. package/components/progress-bar/public-api.d.ts +3 -0
  158. package/components/prompt/index.d.ts +5 -0
  159. package/components/prompt/prompt.component.d.ts +2 -2
  160. package/components/prompt/prompt.module.d.ts +8 -8
  161. package/components/prompt/public-api.d.ts +4 -0
  162. package/components/radial-progress/index.d.ts +5 -0
  163. package/components/radial-progress/public-api.d.ts +4 -0
  164. package/components/radial-progress/radial-progress.component.d.ts +2 -2
  165. package/components/radial-progress/radial-progress.component.module.d.ts +1 -1
  166. package/components/radio-button/index.d.ts +5 -0
  167. package/components/radio-button/public-api.d.ts +4 -0
  168. package/components/radio-button/radio-button.component.d.ts +2 -2
  169. package/components/radio-button/radio-button.component.module.d.ts +2 -2
  170. package/components/rating/index.d.ts +5 -0
  171. package/components/rating/public-api.d.ts +3 -0
  172. package/components/rating/rating.component.d.ts +1 -1
  173. package/components/scale/index.d.ts +5 -0
  174. package/components/scale/public-api.d.ts +3 -0
  175. package/components/scale/scale.component.d.ts +1 -1
  176. package/components/scale-table/index.d.ts +5 -0
  177. package/components/scale-table/public-api.d.ts +3 -0
  178. package/components/scale-table/scale-table.component.d.ts +1 -1
  179. package/components/segmented-bar/index.d.ts +5 -0
  180. package/components/segmented-bar/public-api.d.ts +4 -0
  181. package/components/segmented-bar/segmented-bar.component.d.ts +1 -1
  182. package/components/segmented-bar/segmented-bar.component.module.d.ts +2 -2
  183. package/components/segmented-bar/segmented-bar.model.d.ts +1 -1
  184. package/components/segmented-button/index.d.ts +5 -0
  185. package/components/segmented-button/public-api.d.ts +4 -0
  186. package/components/segmented-button/segmented-button.component.d.ts +1 -1
  187. package/components/selectable-card/index.d.ts +5 -0
  188. package/components/selectable-card/public-api.d.ts +2 -0
  189. package/components/selectable-card/selectable-card.component.d.ts +1 -1
  190. package/components/selectable-card/selectable-card.component.module.d.ts +2 -2
  191. package/components/side-panel/index.d.ts +5 -0
  192. package/components/side-panel/public-api.d.ts +5 -0
  193. package/components/side-panel/side-panel.component.d.ts +1 -1
  194. package/components/side-sheet/index.d.ts +5 -0
  195. package/components/side-sheet/public-api.d.ts +4 -0
  196. package/components/side-sheet/side-sheet.component.d.ts +1 -1
  197. package/components/side-sheet/side-sheet.component.module.d.ts +4 -4
  198. package/components/skeleton/index.d.ts +5 -0
  199. package/components/skeleton/public-api.d.ts +3 -0
  200. package/components/skeleton/skeleton.component.d.ts +2 -2
  201. package/components/slider/index.d.ts +5 -0
  202. package/components/slider/public-api.d.ts +4 -0
  203. package/components/slider/slider.component.d.ts +1 -1
  204. package/components/snackbar/index.d.ts +5 -0
  205. package/components/snackbar/public-api.d.ts +5 -0
  206. package/components/snackbar/snackbar.component.d.ts +4 -4
  207. package/components/snackbar/snackbar.component.module.d.ts +3 -3
  208. package/components/snackbar/snackbar.service.d.ts +1 -1
  209. package/components/spider-chart/index.d.ts +5 -0
  210. package/components/spider-chart/public-api.d.ts +3 -0
  211. package/components/spider-chart/spider-chart.component.d.ts +1 -1
  212. package/components/spider-chart/spider-chart.module.d.ts +3 -4
  213. package/components/spinner/index.d.ts +5 -0
  214. package/components/spinner/public-api.d.ts +4 -0
  215. package/components/spinner/spinner.component.d.ts +2 -2
  216. package/components/spinner/spinner.module.d.ts +2 -2
  217. package/components/stepper/index.d.ts +5 -0
  218. package/components/stepper/public-api.d.ts +7 -0
  219. package/{directives → components/stepper}/step-line-element.directive.d.ts +1 -1
  220. package/components/{step → stepper}/step.component.d.ts +4 -4
  221. package/components/{step → stepper}/step.component.module.d.ts +2 -2
  222. package/components/stepper/stepper.component.d.ts +1 -1
  223. package/components/stepper/stepper.component.module.d.ts +5 -5
  224. package/components/stepper/stepper.model.d.ts +1 -1
  225. package/components/table/index.d.ts +5 -0
  226. package/components/table/public-api.d.ts +6 -0
  227. package/components/table/table.component.d.ts +1 -1
  228. package/components/table/table.component.module.d.ts +6 -9
  229. package/{utils → components/table}/table.utils.d.ts +1 -1
  230. package/components/tabs/index.d.ts +5 -0
  231. package/components/tabs/public-api.d.ts +5 -0
  232. package/components/tabs/tab.directive.d.ts +1 -1
  233. package/components/tabs/tabs.component.d.ts +1 -1
  234. package/components/tabs/tabs.component.module.d.ts +3 -3
  235. package/components/tabs/tabs.model.d.ts +1 -1
  236. package/components/tag/index.d.ts +5 -0
  237. package/components/tag/public-api.d.ts +4 -0
  238. package/components/tag/tag.component.d.ts +2 -2
  239. package/components/tag/tag.component.module.d.ts +3 -3
  240. package/components/toggle/index.d.ts +5 -0
  241. package/components/toggle/public-api.d.ts +3 -0
  242. package/components/toggle/toggle.component.d.ts +1 -1
  243. package/components/toggle/toggle.component.module.d.ts +4 -5
  244. package/components/tooltip/index.d.ts +5 -0
  245. package/components/tooltip/public-api.d.ts +5 -0
  246. package/components/tooltip/tooltip.component.d.ts +1 -1
  247. package/components/tooltip/tooltip.component.module.d.ts +2 -3
  248. package/components/universal-skills/index.d.ts +5 -0
  249. package/components/universal-skills/public-api.d.ts +6 -0
  250. package/components/{universal-skills-spider-charts → universal-skills/spider-charts}/universal-skills-spider-charts.component.d.ts +4 -4
  251. package/components/{universal-skills-spider-charts → universal-skills/spider-charts}/universal-skills-spider-charts.component.module.d.ts +7 -9
  252. package/components/{universal-skills-report → universal-skills}/universal-skills-report.component.d.ts +4 -4
  253. package/components/{universal-skills-report → universal-skills}/universal-skills-report.component.module.d.ts +5 -7
  254. package/{models → components/universal-skills}/universal-skills-report.model.d.ts +1 -1
  255. package/{services → components/universal-skills}/universal-skills.service.d.ts +1 -1
  256. package/components/validation-error/index.d.ts +5 -0
  257. package/components/validation-error/public-api.d.ts +3 -0
  258. package/components/validation-error/validation-error.component.d.ts +1 -1
  259. package/components/validation-error/validation-error.module.d.ts +2 -2
  260. package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs +179 -0
  261. package/fesm2022/testgorilla-tgo-ui-components-accordion.mjs.map +1 -0
  262. package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs +59 -0
  263. package/fesm2022/testgorilla-tgo-ui-components-ai-feedback.mjs.map +1 -0
  264. package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs +222 -0
  265. package/fesm2022/testgorilla-tgo-ui-components-alert-banner.mjs.map +1 -0
  266. package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs +1045 -0
  267. package/fesm2022/testgorilla-tgo-ui-components-autocomplete.mjs.map +1 -0
  268. package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs +173 -0
  269. package/fesm2022/testgorilla-tgo-ui-components-avatar.mjs.map +1 -0
  270. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs +180 -0
  271. package/fesm2022/testgorilla-tgo-ui-components-badge.mjs.map +1 -0
  272. package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs +250 -0
  273. package/fesm2022/testgorilla-tgo-ui-components-breadcrumb.mjs.map +1 -0
  274. package/fesm2022/testgorilla-tgo-ui-components-button.mjs +635 -0
  275. package/fesm2022/testgorilla-tgo-ui-components-button.mjs.map +1 -0
  276. package/fesm2022/testgorilla-tgo-ui-components-card.mjs +164 -0
  277. package/fesm2022/testgorilla-tgo-ui-components-card.mjs.map +1 -0
  278. package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs +402 -0
  279. package/fesm2022/testgorilla-tgo-ui-components-checkbox.mjs.map +1 -0
  280. package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs +162 -0
  281. package/fesm2022/testgorilla-tgo-ui-components-checklist.mjs.map +1 -0
  282. package/fesm2022/testgorilla-tgo-ui-components-core.mjs +11243 -0
  283. package/fesm2022/testgorilla-tgo-ui-components-core.mjs.map +1 -0
  284. package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs +512 -0
  285. package/fesm2022/testgorilla-tgo-ui-components-datepicker.mjs.map +1 -0
  286. package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs +481 -0
  287. package/fesm2022/testgorilla-tgo-ui-components-dialog.mjs.map +1 -0
  288. package/fesm2022/testgorilla-tgo-ui-components-divider.mjs +88 -0
  289. package/fesm2022/testgorilla-tgo-ui-components-divider.mjs.map +1 -0
  290. package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs +146 -0
  291. package/fesm2022/testgorilla-tgo-ui-components-donut-chart.mjs.map +1 -0
  292. package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs +434 -0
  293. package/fesm2022/testgorilla-tgo-ui-components-dropdown.mjs.map +1 -0
  294. package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs +75 -0
  295. package/fesm2022/testgorilla-tgo-ui-components-elevation-shadow.mjs.map +1 -0
  296. package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs +326 -0
  297. package/fesm2022/testgorilla-tgo-ui-components-empty-state.mjs.map +1 -0
  298. package/fesm2022/testgorilla-tgo-ui-components-field.mjs +639 -0
  299. package/fesm2022/testgorilla-tgo-ui-components-field.mjs.map +1 -0
  300. package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs +402 -0
  301. package/fesm2022/testgorilla-tgo-ui-components-file-upload.mjs.map +1 -0
  302. package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs +314 -0
  303. package/fesm2022/testgorilla-tgo-ui-components-filter-button.mjs.map +1 -0
  304. package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs +297 -0
  305. package/fesm2022/testgorilla-tgo-ui-components-gaussian-chart.mjs.map +1 -0
  306. package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs +98 -0
  307. package/fesm2022/testgorilla-tgo-ui-components-icon-label.mjs.map +1 -0
  308. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +1496 -0
  309. package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -0
  310. package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs +367 -0
  311. package/fesm2022/testgorilla-tgo-ui-components-inline-field.mjs.map +1 -0
  312. package/fesm2022/testgorilla-tgo-ui-components-logo.mjs +218 -0
  313. package/fesm2022/testgorilla-tgo-ui-components-logo.mjs.map +1 -0
  314. package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs +54 -0
  315. package/fesm2022/testgorilla-tgo-ui-components-media-card.mjs.map +1 -0
  316. package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs +82 -0
  317. package/fesm2022/testgorilla-tgo-ui-components-media-dialog.mjs.map +1 -0
  318. package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs +343 -0
  319. package/fesm2022/testgorilla-tgo-ui-components-multi-input.mjs.map +1 -0
  320. package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs +358 -0
  321. package/fesm2022/testgorilla-tgo-ui-components-navbar.mjs.map +1 -0
  322. package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs +279 -0
  323. package/fesm2022/testgorilla-tgo-ui-components-overflow-menu.mjs.map +1 -0
  324. package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs +94 -0
  325. package/fesm2022/testgorilla-tgo-ui-components-page-header.mjs.map +1 -0
  326. package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs +110 -0
  327. package/fesm2022/testgorilla-tgo-ui-components-paginator.mjs.map +1 -0
  328. package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs +153 -0
  329. package/fesm2022/testgorilla-tgo-ui-components-password-criteria.mjs.map +1 -0
  330. package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs +118 -0
  331. package/fesm2022/testgorilla-tgo-ui-components-password-strength.mjs.map +1 -0
  332. package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs +428 -0
  333. package/fesm2022/testgorilla-tgo-ui-components-phone-input.mjs.map +1 -0
  334. package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs +128 -0
  335. package/fesm2022/testgorilla-tgo-ui-components-progress-bar.mjs.map +1 -0
  336. package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs +252 -0
  337. package/fesm2022/testgorilla-tgo-ui-components-prompt.mjs.map +1 -0
  338. package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs +152 -0
  339. package/fesm2022/testgorilla-tgo-ui-components-radial-progress.mjs.map +1 -0
  340. package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs +373 -0
  341. package/fesm2022/testgorilla-tgo-ui-components-radio-button.mjs.map +1 -0
  342. package/fesm2022/testgorilla-tgo-ui-components-rating.mjs +150 -0
  343. package/fesm2022/testgorilla-tgo-ui-components-rating.mjs.map +1 -0
  344. package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs +68 -0
  345. package/fesm2022/testgorilla-tgo-ui-components-scale-table.mjs.map +1 -0
  346. package/fesm2022/testgorilla-tgo-ui-components-scale.mjs +158 -0
  347. package/fesm2022/testgorilla-tgo-ui-components-scale.mjs.map +1 -0
  348. package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs +137 -0
  349. package/fesm2022/testgorilla-tgo-ui-components-segmented-bar.mjs.map +1 -0
  350. package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs +128 -0
  351. package/fesm2022/testgorilla-tgo-ui-components-segmented-button.mjs.map +1 -0
  352. package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs +81 -0
  353. package/fesm2022/testgorilla-tgo-ui-components-selectable-card.mjs.map +1 -0
  354. package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs +231 -0
  355. package/fesm2022/testgorilla-tgo-ui-components-side-panel.mjs.map +1 -0
  356. package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs +180 -0
  357. package/fesm2022/testgorilla-tgo-ui-components-side-sheet.mjs.map +1 -0
  358. package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs +81 -0
  359. package/fesm2022/testgorilla-tgo-ui-components-skeleton.mjs.map +1 -0
  360. package/fesm2022/testgorilla-tgo-ui-components-slider.mjs +274 -0
  361. package/fesm2022/testgorilla-tgo-ui-components-slider.mjs.map +1 -0
  362. package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs +299 -0
  363. package/fesm2022/testgorilla-tgo-ui-components-snackbar.mjs.map +1 -0
  364. package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs +490 -0
  365. package/fesm2022/testgorilla-tgo-ui-components-spider-chart.mjs.map +1 -0
  366. package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs +108 -0
  367. package/fesm2022/testgorilla-tgo-ui-components-spinner.mjs.map +1 -0
  368. package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs +507 -0
  369. package/fesm2022/testgorilla-tgo-ui-components-stepper.mjs.map +1 -0
  370. package/fesm2022/testgorilla-tgo-ui-components-table.mjs +394 -0
  371. package/fesm2022/testgorilla-tgo-ui-components-table.mjs.map +1 -0
  372. package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs +304 -0
  373. package/fesm2022/testgorilla-tgo-ui-components-tabs.mjs.map +1 -0
  374. package/fesm2022/testgorilla-tgo-ui-components-tag.mjs +239 -0
  375. package/fesm2022/testgorilla-tgo-ui-components-tag.mjs.map +1 -0
  376. package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs +216 -0
  377. package/fesm2022/testgorilla-tgo-ui-components-toggle.mjs.map +1 -0
  378. package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs +272 -0
  379. package/fesm2022/testgorilla-tgo-ui-components-tooltip.mjs.map +1 -0
  380. package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs +381 -0
  381. package/fesm2022/testgorilla-tgo-ui-components-universal-skills.mjs.map +1 -0
  382. package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs +79 -0
  383. package/fesm2022/testgorilla-tgo-ui-components-validation-error.mjs.map +1 -0
  384. package/fesm2022/testgorilla-tgo-ui.mjs +118 -27024
  385. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  386. package/package.json +249 -1
  387. package/public-api.d.ts +75 -183
  388. package/components/ai-caveat/ai-caveat.component.d.ts +0 -36
  389. package/components/ai-caveat/ai-caveat.component.module.d.ts +0 -10
  390. package/models/application-theme.model.d.ts +0 -1
  391. package/projects/tgo-canopy-ui/assets/i18n/da-dk.json +0 -820
  392. package/projects/tgo-canopy-ui/assets/i18n/de.json +0 -820
  393. package/projects/tgo-canopy-ui/assets/i18n/en.json +0 -830
  394. package/projects/tgo-canopy-ui/assets/i18n/es.json +0 -820
  395. package/projects/tgo-canopy-ui/assets/i18n/fr.json +0 -820
  396. package/projects/tgo-canopy-ui/assets/i18n/it-it.json +0 -820
  397. package/projects/tgo-canopy-ui/assets/i18n/ja-jp.json +0 -820
  398. package/projects/tgo-canopy-ui/assets/i18n/nb-no.json +0 -820
  399. package/projects/tgo-canopy-ui/assets/i18n/nl.json +0 -820
  400. package/projects/tgo-canopy-ui/assets/i18n/pl-pl.json +0 -820
  401. package/projects/tgo-canopy-ui/assets/i18n/pt-br.json +0 -820
  402. package/projects/tgo-canopy-ui/assets/i18n/sv-se.json +0 -820
  403. /package/{directives → components/autocomplete}/select-text.directive.d.ts +0 -0
  404. /package/{pipes → components/avatar}/name-initials.pipe.d.ts +0 -0
  405. /package/{utils → components/button}/color-contrast.d.ts +0 -0
  406. /package/{utils → components/core}/alert-bar.model.d.ts +0 -0
  407. /package/{utils → components/core}/autocomplete-utils.d.ts +0 -0
  408. /package/{models → components/core}/checkbox.model.d.ts +0 -0
  409. /package/{models → components/core}/colors.model.d.ts +0 -0
  410. /package/{pipes/data-property-getter.d.ts → components/core/data-property-getter.pipe.d.ts} +0 -0
  411. /package/{directives → components/core}/digits-only.directive.d.ts +0 -0
  412. /package/{directives → components/core}/dynamic-component.directive.d.ts +0 -0
  413. /package/{directives → components/core}/ellipse-text.directive.d.ts +0 -0
  414. /package/{pipes → components/core}/has-validation-error.pipe.d.ts +0 -0
  415. /package/{utils → components/core}/hex-to-rgb.d.ts +0 -0
  416. /package/{providers → components/core}/is-large-tablet.d.ts +0 -0
  417. /package/{providers → components/core}/is-mobile.d.ts +0 -0
  418. /package/{models → components/core}/keyboard-events.model.d.ts +0 -0
  419. /package/{utils/localization → components/core}/language.model.d.ts +0 -0
  420. /package/{utils/localization → components/core}/language.service.d.ts +0 -0
  421. /package/{pipes → components/core}/memoize-func.pipe.d.ts +0 -0
  422. /package/{models → components/core}/screen-breakpoints.model.d.ts +0 -0
  423. /package/{pipes → components/core}/ui-ordinal-suffix.pipe.d.ts +0 -0
  424. /package/{directives → components/file-upload}/drag-drop.directive.d.ts +0 -0
  425. /package/{services → components/icon}/icons.service.d.ts +0 -0
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { ApplicationTheme } from '../../models/application-theme.model';
2
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
3
3
  import { AccordionVariant, ToggleIconPosition } from './accordion.model';
4
- import { IconName } from '../icon/icon.model';
4
+ import { IconName } from '@testgorilla/tgo-ui/components/icon';
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 "../icon/icon.component.module";
5
- import * as i4 from "../button/button.component.module";
4
+ import * as i3 from "@testgorilla/tgo-ui/components/icon";
5
+ import * as i4 from "@testgorilla/tgo-ui/components/button";
6
6
  import * as i5 from "@angular/material/tooltip";
7
7
  import * as i6 from "@angular/material/expansion";
8
8
  export declare class AccordionComponentModule {
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/accordion" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
1
+ export * from './accordion.component';
2
+ export * from './accordion.component.module';
3
+ export * from './accordion.model';
4
+ export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -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 "../button/button.component.module";
4
- import * as i3 from "../../pipes/ui-translate.pipe";
3
+ import * as i2 from "@testgorilla/tgo-ui/components/button";
4
+ import * as i3 from "@testgorilla/tgo-ui/components/core";
5
5
  import * as i4 from "@angular/common";
6
6
  export declare class AiFeedbackModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AiFeedbackModule, never>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/ai-feedback" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
1
+ export * from './ai-feedback.component';
2
+ export * from './ai-feedback.module';
3
+ export * from './ai-feedback.model';
4
+ export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,8 +1,8 @@
1
1
  import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
- import { IconName } from '../../components/icon/icon.model';
4
- import { ApplicationTheme } from '../../models/application-theme.model';
5
- import { AlertBarType, AlertVariant } from '../../utils/alert-bar.model';
3
+ import { IconName } from '@testgorilla/tgo-ui/components/icon';
4
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
5
+ import { AlertBarType, AlertVariant } from '@testgorilla/tgo-ui/components/core';
6
6
  import { LinkTargetType } from './alert-banner.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class AlertBannerComponent implements OnInit, OnChanges {
@@ -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 "../button/button.component.module";
5
- import * as i4 from "../icon/icon.component.module";
6
- import * as i5 from "../../pipes/ui-translate.pipe";
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";
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]>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/alert-banner" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
1
+ export * from './alert-banner.component';
2
+ export * from './alert-banner.component.module';
3
+ export * from './alert-banner.model';
4
+ export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -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 '../../models/application-theme.model';
9
- import { AutocompleteUtils } from '../../utils/autocomplete-utils';
8
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
9
+ import { AutocompleteUtils } from '@testgorilla/tgo-ui/components/core';
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,23 +2,22 @@ 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 "../../directives/select-text.directive";
5
+ import * as i4 from "./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 "../tag/tag.component.module";
11
+ import * as i10 from "@testgorilla/tgo-ui/components/tag";
12
12
  import * as i11 from "@angular/material/chips";
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";
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";
20
19
  export declare class AutocompleteComponentModule {
21
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponentModule, never>;
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]>;
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]>;
23
22
  static ɵinj: i0.ɵɵInjectorDeclaration<AutocompleteComponentModule>;
24
23
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/autocomplete" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
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 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { ApplicationTheme } from '../../models/application-theme.model';
2
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
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").IconSize>;
61
+ protected readonly iconSize: Record<string, import("@testgorilla/tgo-ui/components/icon").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 "../../pipes/name-initials.pipe";
3
+ import * as i2 from "./name-initials.pipe";
4
4
  import * as i3 from "@angular/common";
5
- import * as i4 from "../icon/icon.component.module";
5
+ import * as i4 from "@testgorilla/tgo-ui/components/icon";
6
6
  import * as i5 from "@angular/material/tooltip";
7
- import * as i6 from "../button/button.component.module";
8
- import * as i7 from "../../pipes/ui-translate.pipe";
7
+ import * as i6 from "@testgorilla/tgo-ui/components/button";
8
+ import * as i7 from "@testgorilla/tgo-ui/components/core";
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 '../icon/icon.model';
1
+ import { IconSize } from '@testgorilla/tgo-ui/components/icon';
2
2
  export declare enum AvatarSize {
3
3
  SMALL = "small",
4
4
  SMALL_MEDIUM = "smallMedium",
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/avatar" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
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 +1,5 @@
1
- import { ApplicationTheme } from '../../models/application-theme.model';
2
- import { IconColor, IconName } from '../icon/icon.model';
1
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
2
+ import { IconColor, IconName } from '@testgorilla/tgo-ui/components/icon';
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 "../icon/icon.component.module";
4
+ import * as i3 from "@testgorilla/tgo-ui/components/icon";
5
5
  import * as i4 from "@angular/material/tooltip";
6
6
  export declare class BadgeComponentModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponentModule, never>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/badge" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
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,8 +1,8 @@
1
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 '../../models/application-theme.model';
5
- import { OverflowMenuButtonsType } from '../overflow-menu/overflow-menu.model';
4
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
5
+ import { OverflowMenuButtonsType } from '@testgorilla/tgo-ui/components/overflow-menu';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class BreadcrumbComponent implements AfterViewInit, OnDestroy {
8
8
  private readonly parentInjector;
@@ -1,15 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./breadcrumb.component";
3
- import * as i2 from "../../pipes/truncate.pipe";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../icon/icon.component.module";
6
- import * as i5 from "@angular/material/tooltip";
7
- import * as i6 from "../overflow-menu/overflow-menu.component.module";
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";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@testgorilla/tgo-ui/components/icon";
5
+ import * as i4 from "@angular/material/tooltip";
6
+ import * as i5 from "@testgorilla/tgo-ui/components/overflow-menu";
7
+ import * as i6 from "@testgorilla/tgo-ui/components/button";
8
+ import * as i7 from "@testgorilla/tgo-ui/components/skeleton";
9
+ import * as i8 from "@testgorilla/tgo-ui/components/core";
11
10
  export declare class BreadcrumbComponentModule {
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponentModule, never>;
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]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbComponentModule, [typeof i1.BreadcrumbComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule, typeof i4.MatTooltipModule, typeof i5.OverflowMenuComponentModule, typeof i6.ButtonComponentModule, typeof i7.SkeletonComponent, typeof i8.UiTranslatePipe, typeof i8.TruncatePipe], [typeof i1.BreadcrumbComponent]>;
14
13
  static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbComponentModule>;
15
14
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/breadcrumb" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
1
+ export * from './breadcrumb.component';
2
+ export * from './breadcrumb.component.module';
3
+ export * from './breadcrumb.model';
4
+ export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,8 +1,8 @@
1
1
  import { AfterViewInit, ElementRef, EventEmitter, OnInit, SimpleChanges } from '@angular/core';
2
- import { IconName } from '../icon/icon.model';
2
+ import { IconName } from '@testgorilla/tgo-ui/components/icon';
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 '../../models/application-theme.model';
5
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
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,15 +2,14 @@ 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 "../icon/icon.component.module";
5
+ import * as i4 from "@testgorilla/tgo-ui/components/icon";
6
6
  import * as i5 from "@angular/material/progress-spinner";
7
7
  import * as i6 from "@angular/material/tooltip";
8
- import * as i7 from "../badge/badge.component.module";
9
- import * as i8 from "../../directives/ellipse-text.directive";
8
+ import * as i7 from "@testgorilla/tgo-ui/components/badge";
9
+ import * as i8 from "@testgorilla/tgo-ui/components/core";
10
10
  import * as i9 from "@angular/material/radio";
11
- import * as i10 from "../../pipes/ui-translate.pipe";
12
11
  export declare class ButtonComponentModule {
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponentModule, never>;
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]>;
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]>;
15
14
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonComponentModule>;
16
15
  }
@@ -1,4 +1,4 @@
1
- import { BadgeVariant, RebrandBadgeColor } from '../badge/badge.model';
1
+ import { BadgeVariant, RebrandBadgeColor } from '@testgorilla/tgo-ui/components/badge';
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';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/button" />
5
+ export * from './public-api';
@@ -0,0 +1,5 @@
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,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 '../../models/application-theme.model';
4
- import { IconSize } from '../icon/icon.model';
3
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
+ import { IconSize } from '@testgorilla/tgo-ui/components/icon';
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 "../icon/icon.component.module";
4
+ import * as i3 from "@testgorilla/tgo-ui/components/icon";
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]>;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/card" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
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,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 '../../models/application-theme.model';
4
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
5
5
  import { MatTooltip } from '@angular/material/tooltip';
6
- import { Alignment } from '../../models/checkbox.model';
6
+ import { Alignment } from '@testgorilla/tgo-ui/components/core';
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,15 +4,13 @@ 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 "../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";
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";
14
12
  export declare class CheckboxComponentModule {
15
13
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponentModule, never>;
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]>;
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]>;
17
15
  static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxComponentModule>;
18
16
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/checkbox" />
5
+ export * from './public-api';
@@ -0,0 +1,4 @@
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,6 +1,5 @@
1
1
  import { ModelSignal } from '@angular/core';
2
- import { ApplicationTheme } from '../../models/application-theme.model';
3
- import { Language } from '../../utils/localization/language.model';
2
+ import { ApplicationTheme, Language } from '@testgorilla/tgo-ui/components/core';
4
3
  import type { ChecklistItem } from './checklist.model';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class ChecklistComponent {
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/checklist" />
5
+ export * from './public-api';
@@ -0,0 +1,3 @@
1
+ export * from './checklist.component';
2
+ export * from './checklist.model';
3
+ export { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
@@ -1,7 +1,6 @@
1
- import { IconName } from '../components/icon/icon.model';
2
1
  import { AlertVariant } from './alert-bar.model';
3
2
  export declare const alertBarsUtil: {
4
- setIcon: (alertType: string) => IconName;
3
+ setIcon: (alertType: string) => string;
5
4
  setPosition: (fixed: boolean) => string;
6
5
  setCssClass: (fullWidth: boolean, type: string, position: string, variant?: AlertVariant) => string;
7
6
  };
@@ -0,0 +1,7 @@
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';
@@ -0,0 +1,28 @@
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;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@testgorilla/tgo-ui/components/core" />
5
+ export * from './public-api';
@@ -0,0 +1 @@
1
+ export type LinkTargetType = '' | '_self' | '_blank' | '_parent' | '_top';
@@ -0,0 +1,25 @@
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';
13
+ export * from './is-mobile';
14
+ export * from './is-large-tablet';
15
+ export * from './screen-breakpoints.model';
16
+ export * from './link-target.model';
17
+ export * from './colors.model';
18
+ export * from './memoize-func.pipe';
19
+ export * from './ui-ordinal-suffix.pipe';
20
+ export * from './truncate.pipe';
21
+ export * from './data-property-getter.pipe';
22
+ export * from './dynamic-component.directive';
23
+ export * from './color-contrast';
24
+ export * from './alert-bar.model';
25
+ export * from './alert-bars.utils';
@@ -0,0 +1,19 @@
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
+ }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class TruncatePipe implements PipeTransform {
4
4
  transform(input: any, length?: number, suffix?: string, preserve?: boolean): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate", true>;
7
7
  }
@@ -1,5 +1,5 @@
1
1
  import { PipeTransform } from '@angular/core';
2
- import { LanguageService } from '../utils/localization/language.service';
2
+ import { LanguageService } from './language.service';
3
3
  import { Observable } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -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 '../../models/application-theme.model';
3
+ import { ApplicationTheme } from '@testgorilla/tgo-ui/components/core';
4
4
  import { MatDatepicker } from '@angular/material/datepicker';
5
5
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
6
6
  import { DatepickerService } from './datepicker.service';