@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,63 @@
1
+ import { SegmentedBar, SegmentedBarVariant, SegmentedBarWithPercentage } from './segmented-bar.model';
2
+ import { ApplicationTheme } from "../../models/application-theme.model";
3
+ import * as i0 from "@angular/core";
4
+ export declare class SegmentedBarComponent {
5
+ private readonly defaultAppTheme;
6
+ /**
7
+ * The width of the segmented bar. Defaults to '100%'.
8
+ * You can use '100%' or '100px' for this field. 100 is just an example
9
+ * @default '100%'
10
+ * @type {string}
11
+ * @memberof SegmentedBarComponent
12
+ */
13
+ width: string;
14
+ /**
15
+ * The size variant of the segmented bar. Can be 'small' or 'large'.
16
+ * Defaults to 'large'.
17
+ * @default 'large'
18
+ * @type {SegmentedBarVariant}
19
+ * @memberof SegmentedBarComponent
20
+ */
21
+ size: SegmentedBarVariant;
22
+ /**
23
+ * The segments to be displayed in the segmented bar.
24
+ * @required true
25
+ * @type {SegmentedBar}
26
+ * @memberof SegmentedBarComponent
27
+ */
28
+ set segments(segments: SegmentedBar[]);
29
+ /**
30
+ *
31
+ * Defines the application theme
32
+ *
33
+ * @type {ApplicationTheme}
34
+ * @memberof SegmentedBarComponent
35
+ */
36
+ applicationTheme: ApplicationTheme;
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 SegmentedBarComponent
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 SegmentedBarComponent
49
+ */
50
+ ariaRequired: boolean;
51
+ /**
52
+ * Groups the tooltips into one template
53
+ *
54
+ * @type {boolean}
55
+ * @memberof SegmentedBarComponent
56
+ */
57
+ tooltipStats: boolean;
58
+ segmentList: SegmentedBarWithPercentage[];
59
+ constructor(defaultAppTheme: ApplicationTheme);
60
+ calculatePercentages(segments: SegmentedBar[]): SegmentedBarWithPercentage[];
61
+ static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedBarComponent, [{ optional: true; }]>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedBarComponent, "ui-segmented-bar", never, { "width": { "alias": "width"; "required": false; }; "size": { "alias": "size"; "required": false; }; "segments": { "alias": "segments"; "required": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaRequired": { "alias": "ariaRequired"; "required": false; }; "tooltipStats": { "alias": "tooltipStats"; "required": false; }; }, {}, never, never, false, never>;
63
+ }
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./segmented-bar.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/tooltip";
5
+ import * as i4 from "@angular/material/input";
6
+ import * as i5 from "../icon/icon.component.module";
7
+ import * as i6 from "../tooltip/tooltip.component.module";
8
+ import * as i7 from "../tooltip/tooltip-template.directive";
9
+ export declare class SegmentedBarComponentModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedBarComponentModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedBarComponentModule, [typeof i1.SegmentedBarComponent], [typeof i2.CommonModule, typeof i3.MatTooltipModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.TooltipComponentModule, typeof i7.TooltipTemplateDirective], [typeof i1.SegmentedBarComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<SegmentedBarComponentModule>;
13
+ }
@@ -0,0 +1,12 @@
1
+ import { IconName } from "../icon/icon.model";
2
+ export type SegmentedBarVariant = 'large' | 'small';
3
+ export type SegmentedBarColor = 'teal' | 'rhubarb' | 'light-teal' | 'grey';
4
+ export interface SegmentedBar {
5
+ value: number;
6
+ color: SegmentedBarColor;
7
+ tooltip?: string;
8
+ icon?: IconName;
9
+ }
10
+ export type SegmentedBarWithPercentage = SegmentedBar & {
11
+ percentage: string;
12
+ };
@@ -0,0 +1,55 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { SegmentedButton } from './segmented-button.model';
3
+ import { ControlValueAccessor } from '@angular/forms';
4
+ import { ApplicationTheme } from '../../models/application-theme.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class SegmentedButtonComponent implements ControlValueAccessor {
7
+ private readonly defaultAppTheme;
8
+ /**
9
+ * Input property to set the buttons for the segmented button.
10
+ * @type SegmentedButton
11
+ * @memberof SegmentedButtonComponent
12
+ */
13
+ buttonConfig: SegmentedButton[];
14
+ /**
15
+ * Whether the component is disabled.
16
+ * Default: false.
17
+ *
18
+ * @type {boolean}
19
+ * @memberof SegmentedButtonComponent
20
+ */
21
+ disabled: boolean;
22
+ /**
23
+ * Indicator of the Segmented Button width
24
+ *
25
+ * @memberof SegmentedButtonComponent
26
+ */
27
+ fullWidth: boolean;
28
+ /**
29
+ * Selected button
30
+ *
31
+ * @memberof SegmentedButtonComponent
32
+ */
33
+ set value(v: any);
34
+ /**
35
+ *
36
+ * Defines the application theme
37
+ *
38
+ * @type {ApplicationTheme}
39
+ * @memberof SegmentedButtonComponent
40
+ */
41
+ applicationTheme: ApplicationTheme;
42
+ buttonSelected: EventEmitter<any>;
43
+ protected _value: any;
44
+ get value(): any;
45
+ constructor(defaultAppTheme: ApplicationTheme);
46
+ onChange: (v: any) => void;
47
+ onTouch: () => void;
48
+ writeValue(obj: any): void;
49
+ setDisabledState(isDisabled: boolean): void;
50
+ registerOnChange(fn: any): void;
51
+ registerOnTouched(fn: any): void;
52
+ manualChangeValue({ value }: any): void;
53
+ static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonComponent, [{ optional: true; }]>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<SegmentedButtonComponent, "ui-segmented-button", never, { "buttonConfig": { "alias": "buttonConfig"; "required": true; }; "disabled": { "alias": "disabled"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "value": { "alias": "value"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "buttonSelected": "buttonSelected"; }, never, never, false, never>;
55
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./segmented-button.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/button-toggle";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@angular/material/tooltip";
7
+ export declare class SegmentedButtonComponentModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedButtonComponentModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedButtonComponentModule, [typeof i1.SegmentedButtonComponent], [typeof i2.CommonModule, typeof i3.MatButtonToggleModule, typeof i4.FormsModule, typeof i5.MatTooltipModule], [typeof i1.SegmentedButtonComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<SegmentedButtonComponentModule>;
11
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ export interface SegmentedButton {
3
+ value: string;
4
+ label?: string;
5
+ template?: TemplateRef<any>;
6
+ disabled?: boolean;
7
+ tooltip?: string;
8
+ }
@@ -8,7 +8,7 @@ export declare class SidePanelComponent {
8
8
  sidePanelContainer: import("@angular/core").Signal<ViewContainerRef>;
9
9
  sidePanel: import("@angular/core").Signal<ElementRef<HTMLDivElement>>;
10
10
  backdrop: import("@angular/core").Signal<ElementRef<HTMLDivElement>>;
11
- language: import("projects/tgo-canopy-ui/utils/localization/language.model").Language;
11
+ language: import("@testgorilla/tgo-ui").Language;
12
12
  isOpen: import("@angular/core").WritableSignal<boolean>;
13
13
  animation: import("@angular/core").Signal<SidePanelAnimationState.Open | SidePanelAnimationState.ClosedRight | SidePanelAnimationState.ClosedLeft>;
14
14
  private sidePanelService;
@@ -0,0 +1,43 @@
1
+ import { DestroyRef, EventEmitter, OnInit, ViewContainerRef } from '@angular/core';
2
+ import { SideSheetService } from './side-sheet.service';
3
+ import { SideSheetConfig, SideSheetPosition } from './side-sheet.model';
4
+ import { MatDrawer } from '@angular/material/sidenav';
5
+ import { ApplicationTheme } from '../../models/application-theme.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class SideSheetComponent implements OnInit {
8
+ private readonly defaultAppTheme;
9
+ private sideSheetService;
10
+ private destroyRef;
11
+ /**
12
+ * Set position. Defaults "end"
13
+ *
14
+ * @type {SideSheetPosition}
15
+ * @memberof SideSheetComponent
16
+ */
17
+ position: SideSheetPosition;
18
+ /**
19
+ *
20
+ * Defines the application theme
21
+ *
22
+ * @type {ApplicationTheme}
23
+ * @memberof SideSheetComponent
24
+ */
25
+ applicationTheme: ApplicationTheme;
26
+ openChange: EventEmitter<boolean>;
27
+ drawer: MatDrawer;
28
+ container: ViewContainerRef;
29
+ onEscPress(_: KeyboardEvent): void;
30
+ protected title: string;
31
+ protected showBackButton: boolean;
32
+ protected showTitleTooltip: boolean;
33
+ protected showLogo: boolean;
34
+ protected componentRef$: import("rxjs").Observable<SideSheetConfig | null>;
35
+ constructor(defaultAppTheme: ApplicationTheme, sideSheetService: SideSheetService, destroyRef: DestroyRef);
36
+ ngOnInit(): void;
37
+ private setComponentRef;
38
+ private setConfig;
39
+ protected onClose(): void;
40
+ onOpenChange(isOpened: boolean): void;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<SideSheetComponent, [{ optional: true; }, null, null]>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<SideSheetComponent, "ui-side-sheet", never, { "position": { "alias": "position"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "openChange": "openChange"; }, never, ["*"], false, never>;
43
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./side-sheet.component";
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";
6
+ import * as i5 from "@angular/material/tooltip";
7
+ import * as i6 from "@angular/material/sidenav";
8
+ import * as i7 from "../../pipes/ui-translate.pipe";
9
+ import * as i8 from "../logo/logo.component.module";
10
+ export declare class SideSheetComponentModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SideSheetComponentModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SideSheetComponentModule, [typeof i1.SideSheetComponent], [typeof i2.CommonModule, typeof i3.IconComponentModule, typeof i4.ButtonComponentModule, typeof i5.MatTooltipModule, typeof i6.MatSidenavModule, typeof i7.UiTranslatePipe, typeof i8.LogoComponentModule], [typeof i1.SideSheetComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<SideSheetComponentModule>;
14
+ }
@@ -0,0 +1,10 @@
1
+ import { Observable } from 'rxjs';
2
+ export interface SideSheetConfig {
3
+ componentRef: any;
4
+ title?: string;
5
+ showLogo?: boolean;
6
+ showBackButton?: boolean;
7
+ showTitleTooltip?: boolean;
8
+ closed?: Observable<void>;
9
+ }
10
+ export type SideSheetPosition = 'start' | 'end';
@@ -0,0 +1,14 @@
1
+ import { ApplicationRef } from '@angular/core';
2
+ import { SideSheetConfig } from './side-sheet.model';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SideSheetService {
6
+ private applicationRef;
7
+ private componentRef$;
8
+ constructor(applicationRef: ApplicationRef);
9
+ open<T>(config: SideSheetConfig): T;
10
+ close(): void;
11
+ getComponentRef(): Observable<SideSheetConfig | null>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SideSheetService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<SideSheetService>;
14
+ }
@@ -0,0 +1,26 @@
1
+ import { NgxSkeletonLoaderConfigTheme } from 'ngx-skeleton-loader';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { Appearance } from './skeleton.model';
4
+ import { ApplicationTheme } from "../../models/application-theme.model";
5
+ import * as i0 from "@angular/core";
6
+ export declare class SkeletonComponent {
7
+ private readonly defaultAppTheme;
8
+ count: number | string;
9
+ set theme(value: NgxSkeletonLoaderConfigTheme);
10
+ set appearance(value: Appearance);
11
+ /**
12
+ *
13
+ * Defines the application theme
14
+ *
15
+ * @type {ApplicationTheme}
16
+ * @memberof SkeletonComponent
17
+ */
18
+ applicationTheme: ApplicationTheme;
19
+ constructor(defaultAppTheme: ApplicationTheme);
20
+ protected readonly theme$: BehaviorSubject<NgxSkeletonLoaderConfigTheme>;
21
+ protected readonly appearance$: BehaviorSubject<"" | "circle" | "line" | "custom-content">;
22
+ protected readonly currentTheme$: import("rxjs").Observable<NgxSkeletonLoaderConfigTheme>;
23
+ private getThemeWithDefaultValues;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, [{ optional: true; }]>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "ui-skeleton", never, { "count": { "alias": "count"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, true, never>;
26
+ }
@@ -0,0 +1,2 @@
1
+ import { NgxSkeletonLoaderConfig } from 'ngx-skeleton-loader';
2
+ export type Appearance = NgxSkeletonLoaderConfig['appearance'];
@@ -0,0 +1,105 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { SliderValue, SliderVariant } from './slider.model';
3
+ import { ApplicationTheme } from "../../models/application-theme.model";
4
+ import * as i0 from "@angular/core";
5
+ export declare class SliderComponent {
6
+ private readonly defaultAppTheme;
7
+ /**
8
+ * The maximum value of the slider.
9
+ *
10
+ * @type {number}
11
+ * @default 100
12
+ */
13
+ max: number;
14
+ /**
15
+ * The minimum value of the slider.
16
+ *
17
+ * @type {number}
18
+ * @default 0
19
+ */
20
+ min: number;
21
+ /**
22
+ * A flag indicating whether the slider displays values as percentages.
23
+ *
24
+ * @type {boolean}
25
+ * @default true
26
+ */
27
+ percentage: boolean;
28
+ /**
29
+ * A flag indicating whether the slider is disabled.
30
+ *
31
+ * @type {boolean}
32
+ * @default true
33
+ */
34
+ disabled: boolean;
35
+ /**
36
+ * The starting value of the slider.
37
+ *
38
+ * @type {number}
39
+ * @default 0
40
+ */
41
+ sliderStart: number;
42
+ /**
43
+ * The ending value of the slider.
44
+ *
45
+ * @type {number}
46
+ * @default 100
47
+ */
48
+ sliderEnd: number;
49
+ /**
50
+ * The label for the slider.
51
+ *
52
+ * @type {string}
53
+ * @default ''
54
+ */
55
+ label: string;
56
+ /**
57
+ * Show slider inputs.
58
+ *
59
+ * @type {boolean}
60
+ * @default true
61
+ */
62
+ showInputs: boolean;
63
+ /**
64
+ * Step number.
65
+ *
66
+ * @type {number}
67
+ * @default 1
68
+ */
69
+ step: number;
70
+ /**
71
+ *
72
+ * Defines the application theme
73
+ *
74
+ * @type {ApplicationTheme}
75
+ * @memberof SliderComponent
76
+ */
77
+ applicationTheme: ApplicationTheme;
78
+ /**
79
+ *
80
+ * Defines the variant slider
81
+ *
82
+ * @type {SliderVariant}
83
+ * @memberof SliderComponent
84
+ */
85
+ variant: SliderVariant;
86
+ sliderValueChange: EventEmitter<SliderValue>;
87
+ constructor(defaultAppTheme: ApplicationTheme);
88
+ private value;
89
+ protected translationContext: string;
90
+ protected touchedControlName: string;
91
+ onChange: (_: any) => void;
92
+ onTouch: () => void;
93
+ registerOnChange(fn: any): void;
94
+ registerOnTouched(fn: any): void;
95
+ setDisabledState(isDisabled: boolean): void;
96
+ writeValue(value: any): void;
97
+ protected onValueChange(ev?: number): void;
98
+ protected onInputBlur(inputName: string): void;
99
+ protected onInputFocus(): void;
100
+ private isValueChanged;
101
+ get hasError(): boolean;
102
+ get isBasicSlider(): boolean;
103
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, [{ optional: true; }]>;
104
+ static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ui-slider", never, { "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "percentage": { "alias": "percentage"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "sliderStart": { "alias": "sliderStart"; "required": false; }; "sliderEnd": { "alias": "sliderEnd"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showInputs": { "alias": "showInputs"; "required": false; }; "step": { "alias": "step"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, { "sliderValueChange": "sliderValueChange"; }, never, never, false, never>;
105
+ }
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./slider.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/slider";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@angular/material/input";
7
+ import * as i6 from "@angular/material/tooltip";
8
+ import * as i7 from "../icon/icon.component.module";
9
+ import * as i8 from "../../pipes/ui-translate.pipe";
10
+ export declare class SliderComponentModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponentModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SliderComponentModule, [typeof i1.SliderComponent], [typeof i2.CommonModule, typeof i3.MatSliderModule, typeof i4.FormsModule, typeof i5.MatInputModule, typeof i6.MatTooltipModule, typeof i7.IconComponentModule, typeof i8.UiTranslatePipe], [typeof i1.SliderComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<SliderComponentModule>;
14
+ }
@@ -0,0 +1,5 @@
1
+ export interface SliderValue {
2
+ start: number;
3
+ end: number;
4
+ }
5
+ export type SliderVariant = 'basic' | 'range';
@@ -0,0 +1,88 @@
1
+ import { ElementRef, OnInit, QueryList } from '@angular/core';
2
+ import { SpiderChartData, SpiderChartSize } from './spider-chart.model';
3
+ import { ApplicationTheme } from '../../models/application-theme.model';
4
+ import { ChartData, ChartOptions } from 'chart.js';
5
+ import { BaseChartDirective } from 'ng2-charts';
6
+ import * as i0 from "@angular/core";
7
+ export declare class SpiderChartComponent implements OnInit {
8
+ /**
9
+ * The size of the spider chart.
10
+ * @type {SpiderChartSize}
11
+ * @memberof SpiderChartComponent
12
+ */
13
+ size: SpiderChartSize;
14
+ /**
15
+ * The data to be used for the spider chart.
16
+ * @type {SpiderChartData}
17
+ * @memberof SpiderChartComponent
18
+ */
19
+ spiderChartData: SpiderChartData;
20
+ /**
21
+ * The step size for the spider chart.
22
+ * @type {number}
23
+ * @memberof SpiderChartComponent
24
+ */
25
+ stepSize: number;
26
+ /**
27
+ * The aria label for the spider chart.
28
+ * @type {string}
29
+ * @memberof SpiderChartComponent
30
+ */
31
+ ariaLabel: string;
32
+ /**
33
+ * Whether the spider chart is loading.
34
+ * @type {boolean}
35
+ * @memberof SpiderChartComponent
36
+ */
37
+ loading: boolean;
38
+ /**
39
+ *
40
+ * Defines the application theme
41
+ *
42
+ * @type {ApplicationTheme}
43
+ * @memberof SpinnerComponent
44
+ */
45
+ applicationTheme: ApplicationTheme;
46
+ chart: BaseChartDirective;
47
+ labelContainers: QueryList<ElementRef>;
48
+ fakeDataPoints: QueryList<ElementRef>;
49
+ fakeDataPointsSecondary: QueryList<ElementRef>;
50
+ legendItems: QueryList<ElementRef>;
51
+ radarChartData: ChartData<'radar'>;
52
+ radarChartOptions: ChartOptions<'radar'>;
53
+ labelPositions: {
54
+ [key: string]: {
55
+ x: number;
56
+ y: number;
57
+ };
58
+ };
59
+ labelPositionsVisible: boolean;
60
+ focusedLabelIndex: number;
61
+ focusedFakeDataPointIndex: number;
62
+ loadingChartData: ChartData<'radar'>;
63
+ loadingChartOptions: ChartOptions<'radar'>;
64
+ protected readonly translationContext = "CHARTS.SPIDER.";
65
+ ngOnInit(): void;
66
+ private handleInputErrors;
67
+ private setChartData;
68
+ private setChartOptions;
69
+ ngAfterViewInit(): void;
70
+ private logCornerCoordinates;
71
+ getCenteredLabelBottomPosition(label: string, height: number): string;
72
+ getCenteredLabelLeftPosition(label: string, width: number): string;
73
+ onLabelKeyDown(event: KeyboardEvent, index: number): void;
74
+ private focusNextLabel;
75
+ private focusPreviousLabel;
76
+ onLegendItemKeyDown(event: KeyboardEvent, index: number): void;
77
+ private focusNextLegendItem;
78
+ private focusPreviousLegendItem;
79
+ onFakeDataPointsKeyDown(event: KeyboardEvent, index: number, isSecondary?: boolean): void;
80
+ private focusNextFakeDataPoint;
81
+ private focusPreviousFakeDataPoint;
82
+ showTooltipForDataPoint(index: number, isSecondary?: boolean): void;
83
+ private resetActiveElement;
84
+ toggleDatasetVisibility(datasetIndex: number): void;
85
+ isDatasetVisible(datasetIndex: number): boolean | undefined;
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpiderChartComponent, never>;
87
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpiderChartComponent, "ui-spider-chart", never, { "size": { "alias": "size"; "required": false; }; "spiderChartData": { "alias": "spiderChartData"; "required": false; }; "stepSize": { "alias": "stepSize"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
88
+ }
@@ -0,0 +1,12 @@
1
+ export type SpiderChartSize = 'large' | 'small';
2
+ export declare const SmallSpiderChartSize: number;
3
+ export declare const LargeSpiderChartSize: number;
4
+ export type SpiderChartData = {
5
+ labels: string[];
6
+ labelDescription: string[];
7
+ plotData: [PlotData, PlotData] | [PlotData];
8
+ };
9
+ export type PlotData = {
10
+ databaseLabel: string;
11
+ data: number[];
12
+ };
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./spider-chart.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../pipes/ui-translate.pipe";
5
+ import * as i4 from "ng2-charts";
6
+ import * as i5 from "@angular/material/tooltip";
7
+ import * as i6 from "../spinner/spinner.module";
8
+ export declare class SpiderChartComponentModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpiderChartComponentModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SpiderChartComponentModule, [typeof i1.SpiderChartComponent], [typeof i2.NgClass, typeof i3.UiTranslatePipe, typeof i4.NgChartsModule, typeof i5.MatTooltipModule, typeof i3.UiTranslatePipe, typeof i6.SpinnerComponentModule, typeof i2.CommonModule], [typeof i1.SpiderChartComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<SpiderChartComponentModule>;
12
+ }