@testgorilla/tgo-ui 2.24.9999 → 2.25.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 (347) hide show
  1. package/components/accordion/accordion.component.d.ts +100 -0
  2. package/components/accordion/accordion.component.module.d.ts +12 -0
  3. package/components/accordion/accordion.model.d.ts +2 -0
  4. package/components/autocomplete/autocomplete.component.d.ts +294 -0
  5. package/components/autocomplete/autocomplete.component.module.d.ts +23 -0
  6. package/components/autocomplete/autocomplete.model.d.ts +22 -0
  7. package/components/autocomplete/includes.pipe.d.ts +12 -0
  8. package/components/autocomplete/prevent-input.directive.d.ts +7 -0
  9. package/components/autocomplete/transform-Item.pipe.d.ts +11 -0
  10. package/components/button/button.component.d.ts +8 -1
  11. package/components/checklist/checklist.component.d.ts +78 -0
  12. package/components/checklist/checklist.model.d.ts +7 -0
  13. package/components/confirm-dialog/confirm-dialog.component.d.ts +29 -0
  14. package/components/confirm-dialog/confirm-dialog.component.module.d.ts +12 -0
  15. package/components/confirm-dialog/confirm-dialog.model.d.ts +11 -0
  16. package/components/datepicker/date-adapter.d.ts +30 -0
  17. package/components/datepicker/datepicker.component.d.ts +214 -0
  18. package/components/datepicker/datepicker.component.module.d.ts +18 -0
  19. package/components/datepicker/datepicker.service.d.ts +8 -0
  20. package/components/datepicker/no-date-format.directive.d.ts +11 -0
  21. package/components/deprecated-paginator/deprecated-paginator.component.d.ts +38 -0
  22. package/components/deprecated-paginator/deprecated-paginator.component.module.d.ts +9 -0
  23. package/components/deprecated-table/deprecated-table.component.d.ts +91 -0
  24. package/components/deprecated-table/deprecated-table.component.module.d.ts +14 -0
  25. package/components/deprecated-table/deprecated-table.model.d.ts +45 -0
  26. package/components/deprecated-table/directives/dynamic-component.directive.d.ts +13 -0
  27. package/components/dialog/dialog.component.d.ts +147 -0
  28. package/components/dialog/dialog.component.module.d.ts +11 -0
  29. package/components/dialog/dialog.service.d.ts +13 -0
  30. package/components/divider/divider.component.d.ts +39 -0
  31. package/components/divider/divider.component.module.d.ts +9 -0
  32. package/components/divider/divider.model.d.ts +1 -0
  33. package/components/dropdown/dropdown.component.d.ts +189 -0
  34. package/components/dropdown/dropdown.component.module.d.ts +17 -0
  35. package/components/dropdown/dropdown.model.d.ts +5 -0
  36. package/components/elevation-shadow/elevation-shadow.component.d.ts +26 -0
  37. package/components/elevation-shadow/elevation-shadow.component.module.d.ts +8 -0
  38. package/components/elevation-shadow/elevation-shadow.constant.d.ts +8 -0
  39. package/components/empty-state/empty-state.component.d.ts +118 -0
  40. package/components/empty-state/empty-state.component.module.d.ts +11 -0
  41. package/components/empty-state/empty-state.model.d.ts +3 -0
  42. package/components/file-upload/file-upload.component.d.ts +120 -0
  43. package/components/file-upload/file-upload.component.module.d.ts +14 -0
  44. package/components/icon-label/icon-label.component.d.ts +39 -0
  45. package/components/icon-label/icon-label.component.module.d.ts +9 -0
  46. package/components/media-card/media-card.component.d.ts +32 -0
  47. package/components/multi-input/multi-input.component.d.ts +164 -0
  48. package/components/multi-input/multi-input.component.module.d.ts +18 -0
  49. package/components/multi-input/multi-input.model.d.ts +1 -0
  50. package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +25 -0
  51. package/components/navbar/navbar.component.d.ts +119 -0
  52. package/components/navbar/navbar.component.module.d.ts +21 -0
  53. package/components/navbar/navbar.model.d.ts +21 -0
  54. package/components/overflow-menu/overflow-menu.component.d.ts +86 -0
  55. package/components/overflow-menu/overflow-menu.component.module.d.ts +15 -0
  56. package/components/overflow-menu/overflow-menu.model.d.ts +20 -0
  57. package/components/page-header/page-header.component.d.ts +38 -0
  58. package/components/page-header/page-header.component.module.d.ts +10 -0
  59. package/components/paginator/paginator.component.d.ts +58 -0
  60. package/components/paginator/paginator.component.module.d.ts +9 -0
  61. package/components/password-criteria/password.component.d.ts +42 -0
  62. package/components/password-criteria/password.component.module.d.ts +13 -0
  63. package/components/password-strength/password-strength.component.d.ts +45 -0
  64. package/components/password-strength/password-strength.component.module.d.ts +11 -0
  65. package/components/phone-input/join-strings.pipe.d.ts +7 -0
  66. package/components/phone-input/phone-input.component.d.ts +147 -0
  67. package/components/phone-input/phone-input.component.module.d.ts +20 -0
  68. package/components/phone-input/phone-input.model.d.ts +8 -0
  69. package/components/progress-bar/progress-bar.component.d.ts +73 -0
  70. package/components/progress-bar/progress-bar.component.module.d.ts +10 -0
  71. package/components/radial-progress/radial-progress.component.d.ts +68 -0
  72. package/components/radial-progress/radial-progress.component.module.d.ts +10 -0
  73. package/components/radial-progress/radial-progress.model.d.ts +10 -0
  74. package/components/rating/half-star.pipe.d.ts +14 -0
  75. package/components/rating/rating.component.d.ts +64 -0
  76. package/components/rating/rating.component.module.d.ts +10 -0
  77. package/components/scale/scale.component.d.ts +53 -0
  78. package/components/scale/scale.component.module.d.ts +8 -0
  79. package/components/segmented-bar/segmented-bar.component.d.ts +63 -0
  80. package/components/segmented-bar/segmented-bar.component.module.d.ts +13 -0
  81. package/components/segmented-bar/segmented-bar.model.d.ts +12 -0
  82. package/components/segmented-button/segmented-button.component.d.ts +55 -0
  83. package/components/segmented-button/segmented-button.component.module.d.ts +11 -0
  84. package/components/segmented-button/segmented-button.model.d.ts +8 -0
  85. package/components/side-panel/side-panel.component.d.ts +1 -1
  86. package/components/side-sheet/side-sheet.component.d.ts +43 -0
  87. package/components/side-sheet/side-sheet.component.module.d.ts +14 -0
  88. package/components/side-sheet/side-sheet.model.d.ts +10 -0
  89. package/components/side-sheet/side-sheet.service.d.ts +14 -0
  90. package/components/skeleton/skeleton.component.d.ts +26 -0
  91. package/components/skeleton/skeleton.model.d.ts +2 -0
  92. package/components/slider/slider.component.d.ts +105 -0
  93. package/components/slider/slider.component.module.d.ts +14 -0
  94. package/components/slider/slider.model.d.ts +5 -0
  95. package/components/spider-chart/spider-chart.component.d.ts +88 -0
  96. package/components/spider-chart/spider-chart.model.d.ts +12 -0
  97. package/components/spider-chart/spider-chart.module.d.ts +12 -0
  98. package/components/step/step.component.d.ts +161 -0
  99. package/components/step/step.component.module.d.ts +10 -0
  100. package/components/stepper/stepper.component.d.ts +86 -0
  101. package/components/stepper/stepper.component.module.d.ts +15 -0
  102. package/components/stepper/stepper.model.d.ts +22 -0
  103. package/components/table/sentence-case.pipe.d.ts +7 -0
  104. package/components/table/table.component.d.ts +96 -0
  105. package/components/table/table.component.module.d.ts +20 -0
  106. package/components/table/table.model.d.ts +94 -0
  107. package/components/tabs/tab.directive.d.ts +24 -0
  108. package/components/tabs/tabs.component.d.ts +73 -0
  109. package/components/tabs/tabs.component.module.d.ts +11 -0
  110. package/components/tabs/tabs.model.d.ts +15 -0
  111. package/components/tag/tag.component.d.ts +131 -0
  112. package/components/tag/tag.component.module.d.ts +13 -0
  113. package/components/tag/tag.model.d.ts +1 -0
  114. package/components/toggle/toggle.component.d.ts +113 -0
  115. package/components/toggle/toggle.component.module.d.ts +14 -0
  116. package/components/toggle/toggle.model.d.ts +1 -0
  117. package/components/universal-skills-report/universal-skills-report.component.d.ts +33 -0
  118. package/components/universal-skills-report/universal-skills-report.component.module.d.ts +14 -0
  119. package/components/universal-skills-report/universal-skills-report.model.d.ts +33 -0
  120. package/directives/drag-drop.directive.d.ts +12 -0
  121. package/directives/select-text.directive.d.ts +19 -0
  122. package/directives/step-line-element.directive.d.ts +17 -0
  123. package/esm2022/assets/i18n/da-dk.json +62 -1
  124. package/esm2022/assets/i18n/de.json +62 -1
  125. package/esm2022/assets/i18n/es.json +62 -1
  126. package/esm2022/assets/i18n/fr.json +62 -1
  127. package/esm2022/assets/i18n/it-it.json +62 -1
  128. package/esm2022/assets/i18n/ja-jp.json +62 -1
  129. package/esm2022/assets/i18n/nb-no.json +62 -1
  130. package/esm2022/assets/i18n/nl.json +62 -1
  131. package/esm2022/assets/i18n/pl-pl.json +62 -1
  132. package/esm2022/assets/i18n/pt-br.json +62 -1
  133. package/esm2022/assets/i18n/sv-se.json +62 -1
  134. package/esm2022/components/accordion/accordion.component.mjs +135 -0
  135. package/esm2022/components/accordion/accordion.component.module.mjs +40 -0
  136. package/esm2022/components/accordion/accordion.model.mjs +2 -0
  137. package/esm2022/components/alert-banner/alert-banner.component.mjs +2 -2
  138. package/esm2022/components/autocomplete/autocomplete.component.mjs +720 -0
  139. package/esm2022/components/autocomplete/autocomplete.component.module.mjs +73 -0
  140. package/esm2022/components/autocomplete/autocomplete.model.mjs +25 -0
  141. package/esm2022/components/autocomplete/includes.pipe.mjs +25 -0
  142. package/esm2022/components/autocomplete/prevent-input.directive.mjs +27 -0
  143. package/esm2022/components/autocomplete/transform-Item.pipe.mjs +32 -0
  144. package/esm2022/components/avatar/avatar.component.mjs +1 -1
  145. package/esm2022/components/button/button.component.mjs +15 -3
  146. package/esm2022/components/checklist/checklist.component.mjs +147 -0
  147. package/esm2022/components/checklist/checklist.model.mjs +2 -0
  148. package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +54 -0
  149. package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +29 -0
  150. package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +2 -0
  151. package/esm2022/components/datepicker/date-adapter.mjs +30 -0
  152. package/esm2022/components/datepicker/datepicker.component.mjs +333 -0
  153. package/esm2022/components/datepicker/datepicker.component.module.mjs +60 -0
  154. package/esm2022/components/datepicker/datepicker.service.mjs +20 -0
  155. package/esm2022/components/datepicker/no-date-format.directive.mjs +56 -0
  156. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +55 -0
  157. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +20 -0
  158. package/esm2022/components/deprecated-table/deprecated-table.component.mjs +158 -0
  159. package/esm2022/components/deprecated-table/deprecated-table.component.module.mjs +43 -0
  160. package/esm2022/components/deprecated-table/deprecated-table.model.mjs +13 -0
  161. package/esm2022/components/deprecated-table/directives/dynamic-component.directive.mjs +40 -0
  162. package/esm2022/components/dialog/dialog.component.mjs +253 -0
  163. package/esm2022/components/dialog/dialog.component.module.mjs +23 -0
  164. package/esm2022/components/dialog/dialog.service.mjs +35 -0
  165. package/esm2022/components/divider/divider.component.mjs +65 -0
  166. package/esm2022/components/divider/divider.component.module.mjs +19 -0
  167. package/esm2022/components/divider/divider.model.mjs +2 -0
  168. package/esm2022/components/dropdown/dropdown.component.mjs +351 -0
  169. package/esm2022/components/dropdown/dropdown.component.module.mjs +57 -0
  170. package/esm2022/components/dropdown/dropdown.model.mjs +2 -0
  171. package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +45 -0
  172. package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +18 -0
  173. package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +9 -0
  174. package/esm2022/components/empty-state/empty-state.component.mjs +186 -0
  175. package/esm2022/components/empty-state/empty-state.component.module.mjs +21 -0
  176. package/esm2022/components/empty-state/empty-state.model.mjs +2 -0
  177. package/esm2022/components/field/field.component.mjs +1 -1
  178. package/esm2022/components/file-upload/file-upload.component.mjs +282 -0
  179. package/esm2022/components/file-upload/file-upload.component.module.mjs +40 -0
  180. package/esm2022/components/icon-label/icon-label.component.mjs +53 -0
  181. package/esm2022/components/icon-label/icon-label.component.module.mjs +20 -0
  182. package/esm2022/components/media-card/media-card.component.mjs +47 -0
  183. package/esm2022/components/multi-input/multi-input.component.mjs +318 -0
  184. package/esm2022/components/multi-input/multi-input.component.module.mjs +58 -0
  185. package/esm2022/components/multi-input/multi-input.model.mjs +2 -0
  186. package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +82 -0
  187. package/esm2022/components/navbar/navbar.component.mjs +209 -0
  188. package/esm2022/components/navbar/navbar.component.module.mjs +71 -0
  189. package/esm2022/components/navbar/navbar.model.mjs +2 -0
  190. package/esm2022/components/overflow-menu/overflow-menu.component.mjs +195 -0
  191. package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +25 -0
  192. package/esm2022/components/overflow-menu/overflow-menu.model.mjs +2 -0
  193. package/esm2022/components/page-header/page-header.component.mjs +71 -0
  194. package/esm2022/components/page-header/page-header.component.module.mjs +20 -0
  195. package/esm2022/components/paginator/paginator.component.mjs +87 -0
  196. package/esm2022/components/paginator/paginator.component.module.mjs +19 -0
  197. package/esm2022/components/password-criteria/password.component.mjs +105 -0
  198. package/esm2022/components/password-criteria/password.component.module.mjs +39 -0
  199. package/esm2022/components/password-strength/password-strength.component.mjs +93 -0
  200. package/esm2022/components/password-strength/password-strength.component.module.mjs +21 -0
  201. package/esm2022/components/phone-input/join-strings.pipe.mjs +14 -0
  202. package/esm2022/components/phone-input/phone-input.component.mjs +353 -0
  203. package/esm2022/components/phone-input/phone-input.component.module.mjs +63 -0
  204. package/esm2022/components/phone-input/phone-input.model.mjs +2 -0
  205. package/esm2022/components/progress-bar/progress-bar.component.mjs +103 -0
  206. package/esm2022/components/progress-bar/progress-bar.component.module.mjs +21 -0
  207. package/esm2022/components/radial-progress/radial-progress.component.mjs +106 -0
  208. package/esm2022/components/radial-progress/radial-progress.component.module.mjs +20 -0
  209. package/esm2022/components/radial-progress/radial-progress.model.mjs +11 -0
  210. package/esm2022/components/rating/half-star.pipe.mjs +23 -0
  211. package/esm2022/components/rating/rating.component.mjs +92 -0
  212. package/esm2022/components/rating/rating.component.module.mjs +20 -0
  213. package/esm2022/components/scale/scale.component.mjs +124 -0
  214. package/esm2022/components/scale/scale.component.module.mjs +18 -0
  215. package/esm2022/components/segmented-bar/segmented-bar.component.mjs +106 -0
  216. package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +23 -0
  217. package/esm2022/components/segmented-bar/segmented-bar.model.mjs +2 -0
  218. package/esm2022/components/segmented-button/segmented-button.component.mjs +104 -0
  219. package/esm2022/components/segmented-button/segmented-button.component.module.mjs +21 -0
  220. package/esm2022/components/segmented-button/segmented-button.model.mjs +2 -0
  221. package/esm2022/components/side-panel/side-panel.component.mjs +2 -2
  222. package/esm2022/components/side-sheet/side-sheet.component.mjs +105 -0
  223. package/esm2022/components/side-sheet/side-sheet.component.module.mjs +43 -0
  224. package/esm2022/components/side-sheet/side-sheet.model.mjs +2 -0
  225. package/esm2022/components/side-sheet/side-sheet.service.mjs +31 -0
  226. package/esm2022/components/skeleton/skeleton.component.mjs +71 -0
  227. package/esm2022/components/skeleton/skeleton.model.mjs +2 -0
  228. package/esm2022/components/slider/slider.component.mjs +198 -0
  229. package/esm2022/components/slider/slider.component.module.mjs +43 -0
  230. package/esm2022/components/slider/slider.model.mjs +2 -0
  231. package/esm2022/components/snackbar/snackbar.component.mjs +2 -2
  232. package/esm2022/components/spider-chart/spider-chart.component.mjs +425 -0
  233. package/esm2022/components/spider-chart/spider-chart.model.mjs +4 -0
  234. package/esm2022/components/spider-chart/spider-chart.module.mjs +41 -0
  235. package/esm2022/components/step/step.component.mjs +149 -0
  236. package/esm2022/components/step/step.component.module.mjs +20 -0
  237. package/esm2022/components/stepper/stepper.component.mjs +150 -0
  238. package/esm2022/components/stepper/stepper.component.module.mjs +44 -0
  239. package/esm2022/components/stepper/stepper.model.mjs +2 -0
  240. package/esm2022/components/table/sentence-case.pipe.mjs +19 -0
  241. package/esm2022/components/table/table.component.mjs +237 -0
  242. package/esm2022/components/table/table.component.module.mjs +61 -0
  243. package/esm2022/components/table/table.model.mjs +13 -0
  244. package/esm2022/components/tabs/tab.directive.mjs +54 -0
  245. package/esm2022/components/tabs/tabs.component.mjs +188 -0
  246. package/esm2022/components/tabs/tabs.component.module.mjs +21 -0
  247. package/esm2022/components/tabs/tabs.model.mjs +2 -0
  248. package/esm2022/components/tag/tag.component.mjs +212 -0
  249. package/esm2022/components/tag/tag.component.module.mjs +24 -0
  250. package/esm2022/components/tag/tag.model.mjs +2 -0
  251. package/esm2022/components/toggle/toggle.component.mjs +190 -0
  252. package/esm2022/components/toggle/toggle.component.module.mjs +24 -0
  253. package/esm2022/components/toggle/toggle.model.mjs +2 -0
  254. package/esm2022/components/universal-skills-report/universal-skills-report.component.mjs +115 -0
  255. package/esm2022/components/universal-skills-report/universal-skills-report.component.module.mjs +43 -0
  256. package/esm2022/components/universal-skills-report/universal-skills-report.model.mjs +19 -0
  257. package/esm2022/directives/drag-drop.directive.mjs +55 -0
  258. package/esm2022/directives/select-text.directive.mjs +40 -0
  259. package/esm2022/directives/step-line-element.directive.mjs +51 -0
  260. package/esm2022/models/keyboard-events.model.mjs +13 -0
  261. package/esm2022/models/screen-breakpoints.model.mjs +6 -0
  262. package/esm2022/pipes/data-property-getter.mjs +33 -0
  263. package/esm2022/pipes/ui-ordinal-suffix.pipe.mjs +31 -0
  264. package/esm2022/providers/is-mobile.mjs +11 -0
  265. package/esm2022/public-api.mjs +214 -184
  266. package/esm2022/utils/autocomplete-utils.mjs +78 -0
  267. package/esm2022/utils/hex-to-rgb.mjs +9 -0
  268. package/esm2022/utils/table.utils.mjs +19 -0
  269. package/fesm2022/testgorilla-tgo-ui.mjs +12106 -3000
  270. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  271. package/models/keyboard-events.model.d.ts +11 -0
  272. package/models/screen-breakpoints.model.d.ts +4 -0
  273. package/package.json +2 -3
  274. package/pipes/data-property-getter.d.ts +8 -0
  275. package/pipes/ui-ordinal-suffix.pipe.d.ts +7 -0
  276. package/projects/tgo-canopy-ui/assets/i18n/da-dk.json +62 -1
  277. package/projects/tgo-canopy-ui/assets/i18n/de.json +62 -1
  278. package/projects/tgo-canopy-ui/assets/i18n/es.json +62 -1
  279. package/projects/tgo-canopy-ui/assets/i18n/fr.json +62 -1
  280. package/projects/tgo-canopy-ui/assets/i18n/it-it.json +62 -1
  281. package/projects/tgo-canopy-ui/assets/i18n/ja-jp.json +62 -1
  282. package/projects/tgo-canopy-ui/assets/i18n/nb-no.json +62 -1
  283. package/projects/tgo-canopy-ui/assets/i18n/nl.json +62 -1
  284. package/projects/tgo-canopy-ui/assets/i18n/pl-pl.json +62 -1
  285. package/projects/tgo-canopy-ui/assets/i18n/pt-br.json +62 -1
  286. package/projects/tgo-canopy-ui/assets/i18n/sv-se.json +62 -1
  287. package/providers/is-mobile.d.ts +2 -0
  288. package/public-api.d.ts +151 -14
  289. package/utils/autocomplete-utils.d.ts +12 -0
  290. package/utils/hex-to-rgb.d.ts +1 -0
  291. package/utils/table.utils.d.ts +6 -0
  292. package/components/alert-banner/index.d.ts +0 -1
  293. package/components/alert-banner/public-api.d.ts +0 -2
  294. package/components/avatar/index.d.ts +0 -1
  295. package/components/avatar/public-api.d.ts +0 -3
  296. package/components/badge/index.d.ts +0 -1
  297. package/components/badge/public-api.d.ts +0 -3
  298. package/components/button/index.d.ts +0 -1
  299. package/components/button/public-api.d.ts +0 -3
  300. package/components/card/index.d.ts +0 -1
  301. package/components/card/public-api.d.ts +0 -3
  302. package/components/checkbox/index.d.ts +0 -1
  303. package/components/checkbox/public-api.d.ts +0 -2
  304. package/components/field/index.d.ts +0 -1
  305. package/components/field/public-api.d.ts +0 -3
  306. package/components/icon/index.d.ts +0 -1
  307. package/components/icon/public-api.d.ts +0 -3
  308. package/components/logo/index.d.ts +0 -1
  309. package/components/logo/public-api.d.ts +0 -3
  310. package/components/radio-button/index.d.ts +0 -1
  311. package/components/radio-button/public-api.d.ts +0 -2
  312. package/components/side-panel/index.d.ts +0 -1
  313. package/components/side-panel/public-api.d.ts +0 -3
  314. package/components/snackbar/index.d.ts +0 -1
  315. package/components/snackbar/public-api.d.ts +0 -4
  316. package/components/spinner/index.d.ts +0 -1
  317. package/components/spinner/public-api.d.ts +0 -3
  318. package/components/tooltip/index.d.ts +0 -1
  319. package/components/tooltip/public-api.d.ts +0 -3
  320. package/esm2022/components/alert-banner/index.mjs +0 -2
  321. package/esm2022/components/alert-banner/public-api.mjs +0 -3
  322. package/esm2022/components/avatar/index.mjs +0 -2
  323. package/esm2022/components/avatar/public-api.mjs +0 -4
  324. package/esm2022/components/badge/index.mjs +0 -2
  325. package/esm2022/components/badge/public-api.mjs +0 -4
  326. package/esm2022/components/button/index.mjs +0 -2
  327. package/esm2022/components/button/public-api.mjs +0 -4
  328. package/esm2022/components/card/index.mjs +0 -2
  329. package/esm2022/components/card/public-api.mjs +0 -4
  330. package/esm2022/components/checkbox/index.mjs +0 -2
  331. package/esm2022/components/checkbox/public-api.mjs +0 -3
  332. package/esm2022/components/field/index.mjs +0 -2
  333. package/esm2022/components/field/public-api.mjs +0 -4
  334. package/esm2022/components/icon/index.mjs +0 -2
  335. package/esm2022/components/icon/public-api.mjs +0 -4
  336. package/esm2022/components/logo/index.mjs +0 -2
  337. package/esm2022/components/logo/public-api.mjs +0 -4
  338. package/esm2022/components/radio-button/index.mjs +0 -2
  339. package/esm2022/components/radio-button/public-api.mjs +0 -3
  340. package/esm2022/components/side-panel/index.mjs +0 -2
  341. package/esm2022/components/side-panel/public-api.mjs +0 -4
  342. package/esm2022/components/snackbar/index.mjs +0 -2
  343. package/esm2022/components/snackbar/public-api.mjs +0 -5
  344. package/esm2022/components/spinner/index.mjs +0 -2
  345. package/esm2022/components/spinner/public-api.mjs +0 -4
  346. package/esm2022/components/tooltip/index.mjs +0 -2
  347. package/esm2022/components/tooltip/public-api.mjs +0 -4
@@ -0,0 +1,42 @@
1
+ import { DestroyRef, EventEmitter } from '@angular/core';
2
+ import { ControlValueAccessor, FormControl } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PasswordComponent implements ControlValueAccessor {
5
+ private readonly destroyRef;
6
+ /**
7
+ * Show criteria for password. Defaults true
8
+ *
9
+ * @type {boolean}
10
+ * @memberof PasswordComponent
11
+ */
12
+ showCriteria: boolean;
13
+ /**
14
+ * Password is required or not
15
+ *
16
+ * @type {boolean}
17
+ * @memberof PasswordComponent
18
+ */
19
+ required: boolean;
20
+ passwordChange: EventEmitter<string>;
21
+ allCriteriaPassed: EventEmitter<boolean>;
22
+ protected formControl: FormControl<string | null>;
23
+ protected criteriaPassed: {
24
+ [key: string]: boolean;
25
+ };
26
+ protected showError: boolean;
27
+ protected progressValue: number;
28
+ protected criteria: {
29
+ translateKey: string;
30
+ key: string;
31
+ }[];
32
+ constructor(destroyRef: DestroyRef);
33
+ checkCriteria(): void;
34
+ countPassed(): number;
35
+ onChange: (v: any) => void;
36
+ onTouch: () => void;
37
+ writeValue(obj: any): void;
38
+ registerOnChange(fn: any): void;
39
+ registerOnTouched(fn: any): void;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordComponent, "ui-password-criteria", never, { "showCriteria": { "alias": "showCriteria"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "passwordChange": "passwordChange"; "allCriteriaPassed": "allCriteriaPassed"; }, never, never, false, never>;
42
+ }
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./password.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../field/field.component.module";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "../icon/icon.component.module";
7
+ import * as i6 from "../progress-bar/progress-bar.component.module";
8
+ import * as i7 from "../../pipes/ui-translate.pipe";
9
+ export declare class PasswordComponentModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<PasswordComponentModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordComponentModule, [typeof i1.PasswordComponent], [typeof i2.CommonModule, typeof i3.FieldComponentModule, typeof i4.ReactiveFormsModule, typeof i5.IconComponentModule, typeof i6.ProgressBarComponentModule, typeof i7.UiTranslatePipe], [typeof i1.PasswordComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<PasswordComponentModule>;
13
+ }
@@ -0,0 +1,45 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
+ import { IconName } from '../icon/icon.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class PasswordStrengthComponent {
6
+ private readonly defaultAppTheme;
7
+ /**
8
+ *
9
+ * Defines the application theme
10
+ *
11
+ * @type {ApplicationTheme}
12
+ * @memberof PasswordStrengthComponent
13
+ */
14
+ applicationTheme: ApplicationTheme;
15
+ /**
16
+ * The password that needs to be checked
17
+ * @property password
18
+ * @type {string}
19
+ * @memberof PasswordStrengthComponent
20
+ */
21
+ set password(value: string);
22
+ /**
23
+ * Event that outputs validation check result
24
+ * @property validationCheck
25
+ * @type {boolean}
26
+ * @memberof PasswordStrengthComponent
27
+ */
28
+ validationCheck: EventEmitter<boolean>;
29
+ protected progressValue: number;
30
+ protected criteriaPassed: {
31
+ [key: string]: boolean;
32
+ };
33
+ private _password;
34
+ protected criteria: {
35
+ translateKey: string;
36
+ key: string;
37
+ }[];
38
+ constructor(defaultAppTheme: ApplicationTheme);
39
+ checkCriteria(password: string): void;
40
+ private countPassed;
41
+ get infoIcon(): IconName;
42
+ get checkIcon(): IconName;
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthComponent, [{ optional: true; }]>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordStrengthComponent, "ui-password-strength", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "password": { "alias": "password"; "required": false; }; }, { "validationCheck": "validationCheck"; }, never, never, false, never>;
45
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./password-strength.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../icon/icon.component.module";
5
+ import * as i4 from "../progress-bar/progress-bar.component.module";
6
+ import * as i5 from "../../pipes/ui-translate.pipe";
7
+ export declare class PasswordStrengthComponentModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStrengthComponentModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordStrengthComponentModule, [typeof i1.PasswordStrengthComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule, typeof i4.ProgressBarComponentModule, typeof i5.UiTranslatePipe], [typeof i1.PasswordStrengthComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<PasswordStrengthComponentModule>;
11
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class JoinStringsPipe implements PipeTransform {
4
+ transform(value: string[], separator?: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<JoinStringsPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<JoinStringsPipe, "joinStrings", false>;
7
+ }
@@ -0,0 +1,147 @@
1
+ import { FocusMonitor } from '@angular/cdk/a11y';
2
+ import { ChangeDetectorRef, DoCheck, ElementRef, OnDestroy, OnInit } from '@angular/core';
3
+ import { ControlValueAccessor, NgControl, UntypedFormBuilder, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
4
+ import { ErrorStateMatcher } from '@angular/material/core';
5
+ import { BehaviorSubject, Observable, Subject } from 'rxjs';
6
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
7
+ import { ApplicationTheme } from '../../models/application-theme.model';
8
+ import { UICountry } from './phone-input.model';
9
+ import * as i0 from "@angular/core";
10
+ export declare class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAccessor, DoCheck {
11
+ ngControl: NgControl;
12
+ private errorMatcher;
13
+ private fb;
14
+ private focusMonitor;
15
+ private ref;
16
+ private sanitizer;
17
+ private readonly defaultAppTheme;
18
+ /**
19
+ * Phone number
20
+ *
21
+ * @type {string}
22
+ * @memberof PhoneInputComponent
23
+ */
24
+ set value(value: string);
25
+ /**
26
+ * Country list for select
27
+ *
28
+ * @type {UICountry[]}
29
+ * @memberof PhoneInputComponent
30
+ */
31
+ set countryList(countryList: UICountry[]);
32
+ /**
33
+ * Placeholder input
34
+ *
35
+ * @type {text}
36
+ * @memberof PhoneInputComponent
37
+ */
38
+ set placeholder(value: string);
39
+ /**
40
+ * Determines if input is disabled
41
+ *
42
+ * @type {boolean}
43
+ * @memberof PhoneInputComponent
44
+ */
45
+ disabled: boolean;
46
+ /**
47
+ * Input is required or not
48
+ *
49
+ * @type {boolean}
50
+ * @memberof PhoneInputComponent
51
+ */
52
+ required: boolean;
53
+ /**
54
+ *
55
+ * Defines the application theme
56
+ *
57
+ * @type {ApplicationTheme}
58
+ * @memberof PhoneInputComponent
59
+ */
60
+ applicationTheme: ApplicationTheme;
61
+ /**
62
+ * Indicator of the phone input width
63
+ * @property fullWidth
64
+ * @type {boolean}
65
+ * @memberof PhoneInputComponent
66
+ */
67
+ fullWidth: boolean;
68
+ _errors: SafeHtml[];
69
+ /**
70
+ * Input field errors
71
+ *
72
+ * @type {string}
73
+ * @memberof PhoneInputComponent
74
+ */
75
+ set errors(errors: string[]);
76
+ /**
77
+ * Hide in build errors for Reactive Forms
78
+ *
79
+ * @type {number}
80
+ * @memberof PhoneInputComponent
81
+ */
82
+ hideBuiltInErrors: boolean;
83
+ /**
84
+ * Hide label in errors
85
+ *
86
+ * @type {number}
87
+ * @memberof PhoneInputComponent
88
+ */
89
+ hideLabelInErrors: boolean;
90
+ static nextId: number;
91
+ private countries;
92
+ protected countries$: Observable<UICountry[]>;
93
+ form: UntypedFormGroup;
94
+ protected controlType: string;
95
+ protected userAriaDescribedBy?: string;
96
+ protected loadCountries$: BehaviorSubject<UICountry[]>;
97
+ protected countryCode: BehaviorSubject<string>;
98
+ protected stateChanges: Subject<void>;
99
+ protected focused: boolean;
100
+ protected selectFilterCtrl: UntypedFormControl;
101
+ protected errorsLength: boolean;
102
+ protected readonly countryFlagSrc = "assets/svg-country-flags/";
103
+ input: ElementRef<HTMLElement>;
104
+ select: ElementRef<HTMLElement>;
105
+ id: string;
106
+ get shouldLabelFloat(): boolean;
107
+ describedBy: string;
108
+ get empty(): boolean;
109
+ get errorState(): boolean;
110
+ get value(): string;
111
+ get placeholder(): string;
112
+ private initialValue;
113
+ private readonly DEFAULT_COUNTRY_CODE;
114
+ private internalPlaceholder;
115
+ protected selectedCountry: UICountry;
116
+ private unsubscribeAll$;
117
+ constructor(ngControl: NgControl, errorMatcher: ErrorStateMatcher, fb: UntypedFormBuilder, focusMonitor: FocusMonitor, ref: ChangeDetectorRef, sanitizer: DomSanitizer, defaultAppTheme: ApplicationTheme);
118
+ /**
119
+ * Used to mark component view as dirty when touched programmatically with markAsTouched/markAllAsTouched or errors
120
+ * to display validation errors that might happen (e.g. required)
121
+ */
122
+ ngDoCheck(): void;
123
+ ngOnInit(): void;
124
+ setErrorsLength(): boolean;
125
+ setDescribedByIds(ids: string[]): void;
126
+ onChange: (value: string) => void;
127
+ onTouch: () => void;
128
+ writeValue(phoneNumber: string): void;
129
+ registerOnChange(fn: (value: string) => void): void;
130
+ registerOnTouched(fn: () => void): void;
131
+ setDisabledState(isDisabled: boolean): void;
132
+ ngOnDestroy(): void;
133
+ onOptionsSelected(value: UICountry): void;
134
+ onInput(value: string): void;
135
+ filteredCountryTrackByMethod(index: number, el: UICountry): string;
136
+ private getNumberWithCountryCode;
137
+ private subscribeToFocusEvents;
138
+ private preSelectCountry;
139
+ private setCountry;
140
+ private getCountryByAlpha2Code;
141
+ private getCountryByCallingCode;
142
+ private loadCountries;
143
+ disableClick(ev: Event): void;
144
+ trackByFn: (index: number, value: any) => any;
145
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponent, [{ optional: true; self: true; }, null, null, null, null, null, { optional: true; }]>;
146
+ static ɵcmp: i0.ɵɵComponentDeclaration<PhoneInputComponent, "ui-phone-input", never, { "value": { "alias": "value"; "required": false; }; "countryList": { "alias": "countryList"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; }, {}, never, never, false, never>;
147
+ }
@@ -0,0 +1,20 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./phone-input.component";
3
+ import * as i2 from "./join-strings.pipe";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/material/progress-spinner";
6
+ import * as i5 from "@angular/forms";
7
+ import * as i6 from "@angular/material/select";
8
+ import * as i7 from "@angular/material/icon";
9
+ import * as i8 from "@angular/material/input";
10
+ import * as i9 from "ngx-mat-select-search";
11
+ import * as i10 from "../icon/icon.component.module";
12
+ import * as i11 from "../spinner/spinner.module";
13
+ import * as i12 from "../../pipes/ui-translate.pipe";
14
+ import * as i13 from "../validation-error/validation-error.module";
15
+ import * as i14 from "../../pipes/has-validation-error.pipe";
16
+ export declare class PhoneInputComponentModule {
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<PhoneInputComponentModule, never>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PhoneInputComponentModule, [typeof i1.PhoneInputComponent, typeof i2.JoinStringsPipe], [typeof i3.CommonModule, typeof i4.MatProgressSpinnerModule, typeof i5.ReactiveFormsModule, typeof i6.MatSelectModule, typeof i7.MatIconModule, typeof i8.MatInputModule, typeof i9.NgxMatSelectSearchModule, typeof i10.IconComponentModule, typeof i11.SpinnerComponentModule, typeof i12.UiTranslatePipe, typeof i13.ValidationErrorModule, typeof i14.HasValidationErrorPipe], [typeof i1.PhoneInputComponent]>;
19
+ static ɵinj: i0.ɵɵInjectorDeclaration<PhoneInputComponentModule>;
20
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Country interface ISO 3166 (minus numeric code and alpha3Code)
3
+ */
4
+ export interface UICountry {
5
+ name: string;
6
+ alpha2Code: string;
7
+ callingCode: string;
8
+ }
@@ -0,0 +1,73 @@
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
+ import { ProgressBarMode } from '@angular/material/progress-bar';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ProgressBarComponent implements OnChanges {
6
+ private readonly defaultAppTheme;
7
+ /**
8
+ * Color of the progress bar.
9
+ * Defaults to Test Gorilla primary color.
10
+ *
11
+ * @type {string}
12
+ * @memberof ProgressBarComponent
13
+ */
14
+ companyColor: string | null;
15
+ /**
16
+ * Progress value of the progress bar.
17
+ * Defaults to zero.
18
+ *
19
+ * @type {number}
20
+ * @memberof ProgressBarComponent
21
+ */
22
+ progress: number;
23
+ /**
24
+ * Mode of the progress bar.
25
+ * Mode must be one of these values: determinate, indeterminate, buffer, query.
26
+ * Defaults to 'determinate'.
27
+ *
28
+ * @type {ProgressBarMode}
29
+ * @memberof ProgressBarComponent
30
+ */
31
+ mode: ProgressBarMode;
32
+ /**
33
+ * Buffer value of the progress bar.
34
+ * Defaults to zero.
35
+ *
36
+ * @type {number}
37
+ * @memberof ProgressBarComponent
38
+ */
39
+ buffer: number;
40
+ /**
41
+ *
42
+ * Defines the application theme
43
+ *
44
+ * @type {ApplicationTheme}
45
+ * @memberof ProgressBarComponent
46
+ */
47
+ applicationTheme: ApplicationTheme;
48
+ /**
49
+ * A string representing the ARIA requirement for accessibility.
50
+ * This attribute is used to indicate whether an input field is required for form submission.
51
+ * @type {string}
52
+ * @memberof ProgressBarComponent
53
+ */
54
+ ariaLabel: string;
55
+ /**
56
+ * A string representing the ARIA requirement for accessibility.
57
+ * This attribute is used to indicate whether an input field is required for form submission.
58
+ * @type {string}
59
+ * @memberof ProgressBarComponent
60
+ */
61
+ ariaDescribedBy: string;
62
+ /**
63
+ * Shows the percentage amount
64
+ * @property showPercentage
65
+ * @type {boolean}
66
+ * @memberof ProgressBarComponent
67
+ */
68
+ showPercentage: boolean;
69
+ constructor(defaultAppTheme: ApplicationTheme);
70
+ ngOnChanges(changes: SimpleChanges): void;
71
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, [{ optional: true; }]>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "ui-progress-bar", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "buffer": { "alias": "buffer"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "showPercentage": { "alias": "showPercentage"; "required": false; }; }, {}, never, never, false, never>;
73
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./progress-bar.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/progress-bar";
5
+ import * as i4 from "../../pipes/ui-translate.pipe";
6
+ export declare class ProgressBarComponentModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponentModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarComponentModule, [typeof i1.ProgressBarComponent], [typeof i2.CommonModule, typeof i3.MatProgressBarModule, typeof i4.UiTranslatePipe], [typeof i1.ProgressBarComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarComponentModule>;
10
+ }
@@ -0,0 +1,68 @@
1
+ import { EventEmitter, SimpleChanges } from '@angular/core';
2
+ import { RadialProgressSize, RadialProgressSizeEnum, RadialProgressVariant } from './radial-progress.model';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
+ import { IconName } from '../icon/icon.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class RadialProgressComponent {
7
+ private readonly defaultAppTheme;
8
+ /**
9
+ * The size of the component. Defaults to 'small'.
10
+ * @type {RadialProgressSize}
11
+ * @memberof RadialProgressComponent
12
+ */
13
+ size: RadialProgressSize;
14
+ /**
15
+ * The current value of the progress. Defaults to 0.
16
+ * @type {number}
17
+ * @memberof RadialProgressComponent
18
+ */
19
+ value: number;
20
+ /**
21
+ * The value of the total progress. Used to set the cap and used for percentage calculations. Defaults to 0.
22
+ * @type {number}
23
+ * @memberof RadialProgressComponent
24
+ */
25
+ total: number;
26
+ /**
27
+ * @type {number}
28
+ * @memberof RadialProgressComponent
29
+ */
30
+ variant: RadialProgressVariant;
31
+ /**
32
+ * Icon for icon button
33
+ * @type {number}
34
+ * @memberof RadialProgressComponent
35
+ */
36
+ icon: IconName;
37
+ /**
38
+ * The tooltip that is displayed on hover. Required for icon-button
39
+ * @type {number}
40
+ * @memberof RadialProgressComponent
41
+ */
42
+ buttonTooltip: string;
43
+ /**
44
+ * Color of the progress bar.
45
+ * Defaults to Test Gorilla primary color.
46
+ *
47
+ * @type {string}
48
+ * @memberof RadialProgressComponent
49
+ */
50
+ companyColor: string | null;
51
+ /**
52
+ *
53
+ * Defines the application theme
54
+ *
55
+ * @type {ApplicationTheme}
56
+ * @memberof ButtonComponent
57
+ */
58
+ applicationTheme: ApplicationTheme;
59
+ buttonClicked: EventEmitter<Event>;
60
+ protected radialProgressSize: typeof RadialProgressSizeEnum;
61
+ constructor(defaultAppTheme: ApplicationTheme);
62
+ ngOnChanges(changes: SimpleChanges): void;
63
+ protected get progressSize(): number;
64
+ protected get percentage(): number;
65
+ protected onButtonClick(ev: Event): void;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialProgressComponent, [{ optional: true; }]>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadialProgressComponent, "ui-radial-progress", never, { "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "total": { "alias": "total"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "buttonTooltip": { "alias": "buttonTooltip"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, never, false, never>;
68
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./radial-progress.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/progress-spinner";
5
+ import * as i4 from "../button/button.component.module";
6
+ export declare class RadialProgressComponentModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadialProgressComponentModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RadialProgressComponentModule, [typeof i1.RadialProgressComponent], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule, typeof i4.ButtonComponentModule], [typeof i1.RadialProgressComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<RadialProgressComponentModule>;
10
+ }
@@ -0,0 +1,10 @@
1
+ export type RadialProgressSize = 'large' | 'small';
2
+ export declare enum RadialProgressSizeValue {
3
+ LARGE = 64,
4
+ SMALL = 40
5
+ }
6
+ export declare enum RadialProgressSizeEnum {
7
+ LARGE = "large",
8
+ SMALL = "small"
9
+ }
10
+ export type RadialProgressVariant = 'number' | 'icon-button';
@@ -0,0 +1,14 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class HalfStarPipe implements PipeTransform {
4
+ /**
5
+ * @description Used to indicate whether display half-star icon.
6
+ * Returns true if the rounded value of the current element
7
+ * is equal to it's index, and value is not integer (e.g. index = 4, value = 3.5),
8
+ * @param index the index of the current element
9
+ * @param value the value of the current element
10
+ */
11
+ transform(index: number, value: number): boolean;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<HalfStarPipe, never>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<HalfStarPipe, "halfStar", false>;
14
+ }
@@ -0,0 +1,64 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
+ import * as i0 from "@angular/core";
4
+ export type RatingComponentTheme = 'stars' | 'block';
5
+ export declare class RatingComponent {
6
+ private readonly defaultAppTheme;
7
+ private readonly MIN_LENGTH;
8
+ private readonly DEFAULT_LENGTH;
9
+ protected items: number[];
10
+ protected hoverIndex: number;
11
+ /**
12
+ *
13
+ * Defines the application theme where accordion is used
14
+ *
15
+ * @type {ApplicationTheme}
16
+ * @memberof AccordionComponent
17
+ */
18
+ applicationTheme: ApplicationTheme;
19
+ /**
20
+ * The value representing the rating.
21
+ * @type {number}
22
+ * @memberof RatingComponent
23
+ */
24
+ value: number;
25
+ /**
26
+ * The theme of the rating component. Defaults "block".
27
+ * @type {RatingComponentTheme}
28
+ * @memberof RatingComponent
29
+ */
30
+ theme: RatingComponentTheme;
31
+ /**
32
+ * A flag indicating whether the rating component is disabled.
33
+ * @type {boolean}
34
+ * @memberof RatingComponent
35
+ */
36
+ disabled: boolean;
37
+ /**
38
+ * A string representing the ARIA label for accessibility.
39
+ * This label is used to provide an accessible name for the input element.
40
+ * @type {string}
41
+ * @memberof RatingComponent
42
+ */
43
+ ariaLabel: string;
44
+ /**
45
+ * A string representing the ARIA requirement for accessibility.
46
+ * This attribute is used to indicate whether an input field is required for form submission.
47
+ * @type {boolean}
48
+ * @memberof RatingComponent
49
+ */
50
+ ariaRequired: boolean;
51
+ /**
52
+ * The width of the rating bar.
53
+ * @type {number}
54
+ * @memberof RatingComponent
55
+ */
56
+ barWidth: number;
57
+ set length(length: number);
58
+ valueChange: EventEmitter<number>;
59
+ constructor(defaultAppTheme: ApplicationTheme);
60
+ protected select(index: number): void;
61
+ protected onHover(index: number): void;
62
+ static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, [{ optional: true; }]>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "ui-rating", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "value": { "alias": "value"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "barWidth": { "alias": "barWidth"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
64
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./rating.component";
3
+ import * as i2 from "./half-star.pipe";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/material/input";
6
+ export declare class RatingComponentModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponentModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RatingComponentModule, [typeof i1.RatingComponent, typeof i2.HalfStarPipe], [typeof i3.CommonModule, typeof i4.MatInputModule], [typeof i1.RatingComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<RatingComponentModule>;
10
+ }
@@ -0,0 +1,53 @@
1
+ import { ElementRef, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges } from '@angular/core';
2
+ import { ApplicationTheme } from '../../models/application-theme.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ScaleComponent implements OnInit, OnChanges {
5
+ private readonly defaultAppTheme;
6
+ private readonly MIN_LENGTH;
7
+ private readonly DEFAULT_LENGTH;
8
+ protected items: number[];
9
+ scaleItems: QueryList<ElementRef>;
10
+ /**
11
+ * The value representing the selected item of the scale.
12
+ * @type {number}
13
+ * @memberof ScaleComponent
14
+ */
15
+ selectedIndex: number | null;
16
+ /**
17
+ * The max number of items in the scale.
18
+ * @type {number}
19
+ * @memberof ScaleComponent
20
+ */
21
+ set length(length: number);
22
+ /**
23
+ *
24
+ * Defines the application theme
25
+ *
26
+ * @type {ApplicationTheme}
27
+ * @memberof ScaleComponent
28
+ */
29
+ applicationTheme: ApplicationTheme;
30
+ /**
31
+ * Color of the option hover.
32
+ * Defaults to Test Gorilla primary color.
33
+ *
34
+ * @type {string}
35
+ * @memberof ScaleComponent
36
+ */
37
+ companyColor: string;
38
+ selectedIndexChange: EventEmitter<number>;
39
+ styles: import("@angular/core").WritableSignal<{
40
+ '--hover-color': string;
41
+ '--selected-color': string;
42
+ }>;
43
+ constructor(defaultAppTheme: ApplicationTheme);
44
+ ngOnInit(): void;
45
+ ngOnChanges(changes: SimpleChanges): void;
46
+ protected select(index: number): void;
47
+ onKeyDown(event: KeyboardEvent, index: number): void;
48
+ focusItem(index: number): void;
49
+ getAriaLabel(index: number): string;
50
+ private setCompanyColor;
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScaleComponent, [{ optional: true; }]>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<ScaleComponent, "ui-scale", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; }, never, never, false, never>;
53
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./scale.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class ScaleComponentModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ScaleComponentModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ScaleComponentModule, [typeof i1.ScaleComponent], [typeof i2.CommonModule], [typeof i1.ScaleComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ScaleComponentModule>;
8
+ }