@testgorilla/tgo-ui 2.24.23 → 2.24.9999

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 (318) hide show
  1. package/components/alert-banner/index.d.ts +1 -0
  2. package/components/alert-banner/public-api.d.ts +2 -0
  3. package/components/avatar/index.d.ts +1 -0
  4. package/components/avatar/public-api.d.ts +3 -0
  5. package/components/badge/index.d.ts +1 -0
  6. package/components/badge/public-api.d.ts +3 -0
  7. package/components/button/index.d.ts +1 -0
  8. package/components/button/public-api.d.ts +3 -0
  9. package/components/card/index.d.ts +1 -0
  10. package/components/card/public-api.d.ts +3 -0
  11. package/components/checkbox/index.d.ts +1 -0
  12. package/components/checkbox/public-api.d.ts +2 -0
  13. package/components/field/index.d.ts +1 -0
  14. package/components/field/public-api.d.ts +3 -0
  15. package/components/icon/index.d.ts +1 -0
  16. package/components/icon/public-api.d.ts +3 -0
  17. package/components/logo/index.d.ts +1 -0
  18. package/components/logo/public-api.d.ts +3 -0
  19. package/components/radio-button/index.d.ts +1 -0
  20. package/components/radio-button/public-api.d.ts +2 -0
  21. package/components/side-panel/index.d.ts +1 -0
  22. package/components/side-panel/public-api.d.ts +3 -0
  23. package/components/side-panel/side-panel.component.d.ts +1 -1
  24. package/components/snackbar/index.d.ts +1 -0
  25. package/components/snackbar/public-api.d.ts +4 -0
  26. package/components/spinner/index.d.ts +1 -0
  27. package/components/spinner/public-api.d.ts +3 -0
  28. package/components/tooltip/index.d.ts +1 -0
  29. package/components/tooltip/public-api.d.ts +3 -0
  30. package/esm2022/components/alert-banner/index.mjs +2 -0
  31. package/esm2022/components/alert-banner/public-api.mjs +3 -0
  32. package/esm2022/components/avatar/index.mjs +2 -0
  33. package/esm2022/components/avatar/public-api.mjs +4 -0
  34. package/esm2022/components/badge/index.mjs +2 -0
  35. package/esm2022/components/badge/public-api.mjs +4 -0
  36. package/esm2022/components/button/index.mjs +2 -0
  37. package/esm2022/components/button/public-api.mjs +4 -0
  38. package/esm2022/components/card/index.mjs +2 -0
  39. package/esm2022/components/card/public-api.mjs +4 -0
  40. package/esm2022/components/checkbox/index.mjs +2 -0
  41. package/esm2022/components/checkbox/public-api.mjs +3 -0
  42. package/esm2022/components/field/index.mjs +2 -0
  43. package/esm2022/components/field/public-api.mjs +4 -0
  44. package/esm2022/components/icon/index.mjs +2 -0
  45. package/esm2022/components/icon/public-api.mjs +4 -0
  46. package/esm2022/components/logo/index.mjs +2 -0
  47. package/esm2022/components/logo/public-api.mjs +4 -0
  48. package/esm2022/components/radio-button/index.mjs +2 -0
  49. package/esm2022/components/radio-button/public-api.mjs +3 -0
  50. package/esm2022/components/side-panel/index.mjs +2 -0
  51. package/esm2022/components/side-panel/public-api.mjs +4 -0
  52. package/esm2022/components/snackbar/index.mjs +2 -0
  53. package/esm2022/components/snackbar/public-api.mjs +5 -0
  54. package/esm2022/components/spinner/index.mjs +2 -0
  55. package/esm2022/components/spinner/public-api.mjs +4 -0
  56. package/esm2022/components/tooltip/index.mjs +2 -0
  57. package/esm2022/components/tooltip/public-api.mjs +4 -0
  58. package/esm2022/public-api.mjs +184 -214
  59. package/fesm2022/testgorilla-tgo-ui.mjs +3051 -11351
  60. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  61. package/package.json +3 -2
  62. package/public-api.d.ts +14 -151
  63. package/components/accordion/accordion.component.d.ts +0 -100
  64. package/components/accordion/accordion.component.module.d.ts +0 -12
  65. package/components/accordion/accordion.model.d.ts +0 -2
  66. package/components/autocomplete/autocomplete.component.d.ts +0 -289
  67. package/components/autocomplete/autocomplete.component.module.d.ts +0 -23
  68. package/components/autocomplete/autocomplete.model.d.ts +0 -22
  69. package/components/autocomplete/includes.pipe.d.ts +0 -12
  70. package/components/autocomplete/prevent-input.directive.d.ts +0 -7
  71. package/components/autocomplete/transform-Item.pipe.d.ts +0 -11
  72. package/components/checklist/checklist.component.d.ts +0 -78
  73. package/components/checklist/checklist.model.d.ts +0 -7
  74. package/components/confirm-dialog/confirm-dialog.component.d.ts +0 -29
  75. package/components/confirm-dialog/confirm-dialog.component.module.d.ts +0 -12
  76. package/components/confirm-dialog/confirm-dialog.model.d.ts +0 -11
  77. package/components/datepicker/date-adapter.d.ts +0 -30
  78. package/components/datepicker/datepicker.component.d.ts +0 -214
  79. package/components/datepicker/datepicker.component.module.d.ts +0 -18
  80. package/components/datepicker/datepicker.service.d.ts +0 -8
  81. package/components/datepicker/no-date-format.directive.d.ts +0 -11
  82. package/components/deprecated-paginator/deprecated-paginator.component.d.ts +0 -38
  83. package/components/deprecated-paginator/deprecated-paginator.component.module.d.ts +0 -9
  84. package/components/deprecated-table/deprecated-table.component.d.ts +0 -91
  85. package/components/deprecated-table/deprecated-table.component.module.d.ts +0 -14
  86. package/components/deprecated-table/deprecated-table.model.d.ts +0 -45
  87. package/components/deprecated-table/directives/dynamic-component.directive.d.ts +0 -13
  88. package/components/dialog/dialog.component.d.ts +0 -147
  89. package/components/dialog/dialog.component.module.d.ts +0 -11
  90. package/components/dialog/dialog.service.d.ts +0 -13
  91. package/components/divider/divider.component.d.ts +0 -39
  92. package/components/divider/divider.component.module.d.ts +0 -9
  93. package/components/divider/divider.model.d.ts +0 -1
  94. package/components/dropdown/dropdown.component.d.ts +0 -190
  95. package/components/dropdown/dropdown.component.module.d.ts +0 -17
  96. package/components/dropdown/dropdown.model.d.ts +0 -5
  97. package/components/elevation-shadow/elevation-shadow.component.d.ts +0 -26
  98. package/components/elevation-shadow/elevation-shadow.component.module.d.ts +0 -8
  99. package/components/elevation-shadow/elevation-shadow.constant.d.ts +0 -8
  100. package/components/empty-state/empty-state.component.d.ts +0 -118
  101. package/components/empty-state/empty-state.component.module.d.ts +0 -11
  102. package/components/empty-state/empty-state.model.d.ts +0 -3
  103. package/components/file-upload/file-upload.component.d.ts +0 -120
  104. package/components/file-upload/file-upload.component.module.d.ts +0 -14
  105. package/components/icon-label/icon-label.component.d.ts +0 -39
  106. package/components/icon-label/icon-label.component.module.d.ts +0 -9
  107. package/components/media-card/media-card.component.d.ts +0 -32
  108. package/components/multi-input/multi-input.component.d.ts +0 -164
  109. package/components/multi-input/multi-input.component.module.d.ts +0 -18
  110. package/components/multi-input/multi-input.model.d.ts +0 -1
  111. package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +0 -25
  112. package/components/navbar/navbar.component.d.ts +0 -119
  113. package/components/navbar/navbar.component.module.d.ts +0 -21
  114. package/components/navbar/navbar.model.d.ts +0 -21
  115. package/components/overflow-menu/overflow-menu.component.d.ts +0 -86
  116. package/components/overflow-menu/overflow-menu.component.module.d.ts +0 -15
  117. package/components/overflow-menu/overflow-menu.model.d.ts +0 -20
  118. package/components/page-header/page-header.component.d.ts +0 -38
  119. package/components/page-header/page-header.component.module.d.ts +0 -10
  120. package/components/paginator/paginator.component.d.ts +0 -58
  121. package/components/paginator/paginator.component.module.d.ts +0 -9
  122. package/components/password-criteria/password.component.d.ts +0 -42
  123. package/components/password-criteria/password.component.module.d.ts +0 -13
  124. package/components/password-strength/password-strength.component.d.ts +0 -45
  125. package/components/password-strength/password-strength.component.module.d.ts +0 -11
  126. package/components/phone-input/join-strings.pipe.d.ts +0 -7
  127. package/components/phone-input/phone-input.component.d.ts +0 -147
  128. package/components/phone-input/phone-input.component.module.d.ts +0 -20
  129. package/components/phone-input/phone-input.model.d.ts +0 -8
  130. package/components/progress-bar/progress-bar.component.d.ts +0 -73
  131. package/components/progress-bar/progress-bar.component.module.d.ts +0 -10
  132. package/components/radial-progress/radial-progress.component.d.ts +0 -68
  133. package/components/radial-progress/radial-progress.component.module.d.ts +0 -10
  134. package/components/radial-progress/radial-progress.model.d.ts +0 -10
  135. package/components/rating/half-star.pipe.d.ts +0 -14
  136. package/components/rating/rating.component.d.ts +0 -64
  137. package/components/rating/rating.component.module.d.ts +0 -10
  138. package/components/scale/scale.component.d.ts +0 -53
  139. package/components/scale/scale.component.module.d.ts +0 -8
  140. package/components/segmented-bar/segmented-bar.component.d.ts +0 -63
  141. package/components/segmented-bar/segmented-bar.component.module.d.ts +0 -13
  142. package/components/segmented-bar/segmented-bar.model.d.ts +0 -12
  143. package/components/segmented-button/segmented-button.component.d.ts +0 -55
  144. package/components/segmented-button/segmented-button.component.module.d.ts +0 -11
  145. package/components/segmented-button/segmented-button.model.d.ts +0 -8
  146. package/components/side-sheet/side-sheet.component.d.ts +0 -43
  147. package/components/side-sheet/side-sheet.component.module.d.ts +0 -14
  148. package/components/side-sheet/side-sheet.model.d.ts +0 -10
  149. package/components/side-sheet/side-sheet.service.d.ts +0 -14
  150. package/components/skeleton/skeleton.component.d.ts +0 -26
  151. package/components/skeleton/skeleton.model.d.ts +0 -2
  152. package/components/slider/slider.component.d.ts +0 -105
  153. package/components/slider/slider.component.module.d.ts +0 -14
  154. package/components/slider/slider.model.d.ts +0 -5
  155. package/components/spider-chart/spider-chart.component.d.ts +0 -88
  156. package/components/spider-chart/spider-chart.model.d.ts +0 -12
  157. package/components/spider-chart/spider-chart.module.d.ts +0 -12
  158. package/components/step/step.component.d.ts +0 -161
  159. package/components/step/step.component.module.d.ts +0 -10
  160. package/components/stepper/stepper.component.d.ts +0 -86
  161. package/components/stepper/stepper.component.module.d.ts +0 -15
  162. package/components/stepper/stepper.model.d.ts +0 -22
  163. package/components/table/sentence-case.pipe.d.ts +0 -7
  164. package/components/table/table.component.d.ts +0 -96
  165. package/components/table/table.component.module.d.ts +0 -20
  166. package/components/table/table.model.d.ts +0 -96
  167. package/components/tabs/tab.directive.d.ts +0 -24
  168. package/components/tabs/tabs.component.d.ts +0 -73
  169. package/components/tabs/tabs.component.module.d.ts +0 -11
  170. package/components/tabs/tabs.model.d.ts +0 -15
  171. package/components/tag/tag.component.d.ts +0 -131
  172. package/components/tag/tag.component.module.d.ts +0 -13
  173. package/components/tag/tag.model.d.ts +0 -1
  174. package/components/toggle/toggle.component.d.ts +0 -113
  175. package/components/toggle/toggle.component.module.d.ts +0 -14
  176. package/components/toggle/toggle.model.d.ts +0 -1
  177. package/components/universal-skills-report/universal-skills-report.component.d.ts +0 -33
  178. package/components/universal-skills-report/universal-skills-report.component.module.d.ts +0 -14
  179. package/components/universal-skills-report/universal-skills-report.model.d.ts +0 -33
  180. package/directives/drag-drop.directive.d.ts +0 -12
  181. package/directives/select-text.directive.d.ts +0 -19
  182. package/directives/step-line-element.directive.d.ts +0 -17
  183. package/esm2022/components/accordion/accordion.component.mjs +0 -135
  184. package/esm2022/components/accordion/accordion.component.module.mjs +0 -40
  185. package/esm2022/components/accordion/accordion.model.mjs +0 -2
  186. package/esm2022/components/autocomplete/autocomplete.component.mjs +0 -716
  187. package/esm2022/components/autocomplete/autocomplete.component.module.mjs +0 -73
  188. package/esm2022/components/autocomplete/autocomplete.model.mjs +0 -25
  189. package/esm2022/components/autocomplete/includes.pipe.mjs +0 -25
  190. package/esm2022/components/autocomplete/prevent-input.directive.mjs +0 -27
  191. package/esm2022/components/autocomplete/transform-Item.pipe.mjs +0 -32
  192. package/esm2022/components/checklist/checklist.component.mjs +0 -147
  193. package/esm2022/components/checklist/checklist.model.mjs +0 -2
  194. package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +0 -54
  195. package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +0 -29
  196. package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +0 -2
  197. package/esm2022/components/datepicker/date-adapter.mjs +0 -30
  198. package/esm2022/components/datepicker/datepicker.component.mjs +0 -333
  199. package/esm2022/components/datepicker/datepicker.component.module.mjs +0 -60
  200. package/esm2022/components/datepicker/datepicker.service.mjs +0 -20
  201. package/esm2022/components/datepicker/no-date-format.directive.mjs +0 -56
  202. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +0 -55
  203. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +0 -20
  204. package/esm2022/components/deprecated-table/deprecated-table.component.mjs +0 -158
  205. package/esm2022/components/deprecated-table/deprecated-table.component.module.mjs +0 -43
  206. package/esm2022/components/deprecated-table/deprecated-table.model.mjs +0 -13
  207. package/esm2022/components/deprecated-table/directives/dynamic-component.directive.mjs +0 -40
  208. package/esm2022/components/dialog/dialog.component.mjs +0 -253
  209. package/esm2022/components/dialog/dialog.component.module.mjs +0 -23
  210. package/esm2022/components/dialog/dialog.service.mjs +0 -35
  211. package/esm2022/components/divider/divider.component.mjs +0 -65
  212. package/esm2022/components/divider/divider.component.module.mjs +0 -19
  213. package/esm2022/components/divider/divider.model.mjs +0 -2
  214. package/esm2022/components/dropdown/dropdown.component.mjs +0 -351
  215. package/esm2022/components/dropdown/dropdown.component.module.mjs +0 -57
  216. package/esm2022/components/dropdown/dropdown.model.mjs +0 -2
  217. package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +0 -45
  218. package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +0 -18
  219. package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +0 -9
  220. package/esm2022/components/empty-state/empty-state.component.mjs +0 -186
  221. package/esm2022/components/empty-state/empty-state.component.module.mjs +0 -21
  222. package/esm2022/components/empty-state/empty-state.model.mjs +0 -2
  223. package/esm2022/components/file-upload/file-upload.component.mjs +0 -282
  224. package/esm2022/components/file-upload/file-upload.component.module.mjs +0 -40
  225. package/esm2022/components/icon-label/icon-label.component.mjs +0 -53
  226. package/esm2022/components/icon-label/icon-label.component.module.mjs +0 -20
  227. package/esm2022/components/media-card/media-card.component.mjs +0 -47
  228. package/esm2022/components/multi-input/multi-input.component.mjs +0 -318
  229. package/esm2022/components/multi-input/multi-input.component.module.mjs +0 -58
  230. package/esm2022/components/multi-input/multi-input.model.mjs +0 -2
  231. package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +0 -82
  232. package/esm2022/components/navbar/navbar.component.mjs +0 -209
  233. package/esm2022/components/navbar/navbar.component.module.mjs +0 -71
  234. package/esm2022/components/navbar/navbar.model.mjs +0 -2
  235. package/esm2022/components/overflow-menu/overflow-menu.component.mjs +0 -195
  236. package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +0 -25
  237. package/esm2022/components/overflow-menu/overflow-menu.model.mjs +0 -2
  238. package/esm2022/components/page-header/page-header.component.mjs +0 -71
  239. package/esm2022/components/page-header/page-header.component.module.mjs +0 -20
  240. package/esm2022/components/paginator/paginator.component.mjs +0 -87
  241. package/esm2022/components/paginator/paginator.component.module.mjs +0 -19
  242. package/esm2022/components/password-criteria/password.component.mjs +0 -105
  243. package/esm2022/components/password-criteria/password.component.module.mjs +0 -39
  244. package/esm2022/components/password-strength/password-strength.component.mjs +0 -93
  245. package/esm2022/components/password-strength/password-strength.component.module.mjs +0 -21
  246. package/esm2022/components/phone-input/join-strings.pipe.mjs +0 -14
  247. package/esm2022/components/phone-input/phone-input.component.mjs +0 -353
  248. package/esm2022/components/phone-input/phone-input.component.module.mjs +0 -63
  249. package/esm2022/components/phone-input/phone-input.model.mjs +0 -2
  250. package/esm2022/components/progress-bar/progress-bar.component.mjs +0 -103
  251. package/esm2022/components/progress-bar/progress-bar.component.module.mjs +0 -21
  252. package/esm2022/components/radial-progress/radial-progress.component.mjs +0 -106
  253. package/esm2022/components/radial-progress/radial-progress.component.module.mjs +0 -20
  254. package/esm2022/components/radial-progress/radial-progress.model.mjs +0 -11
  255. package/esm2022/components/rating/half-star.pipe.mjs +0 -23
  256. package/esm2022/components/rating/rating.component.mjs +0 -92
  257. package/esm2022/components/rating/rating.component.module.mjs +0 -20
  258. package/esm2022/components/scale/scale.component.mjs +0 -124
  259. package/esm2022/components/scale/scale.component.module.mjs +0 -18
  260. package/esm2022/components/segmented-bar/segmented-bar.component.mjs +0 -106
  261. package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +0 -23
  262. package/esm2022/components/segmented-bar/segmented-bar.model.mjs +0 -2
  263. package/esm2022/components/segmented-button/segmented-button.component.mjs +0 -104
  264. package/esm2022/components/segmented-button/segmented-button.component.module.mjs +0 -21
  265. package/esm2022/components/segmented-button/segmented-button.model.mjs +0 -2
  266. package/esm2022/components/side-sheet/side-sheet.component.mjs +0 -105
  267. package/esm2022/components/side-sheet/side-sheet.component.module.mjs +0 -43
  268. package/esm2022/components/side-sheet/side-sheet.model.mjs +0 -2
  269. package/esm2022/components/side-sheet/side-sheet.service.mjs +0 -31
  270. package/esm2022/components/skeleton/skeleton.component.mjs +0 -71
  271. package/esm2022/components/skeleton/skeleton.model.mjs +0 -2
  272. package/esm2022/components/slider/slider.component.mjs +0 -198
  273. package/esm2022/components/slider/slider.component.module.mjs +0 -43
  274. package/esm2022/components/slider/slider.model.mjs +0 -2
  275. package/esm2022/components/spider-chart/spider-chart.component.mjs +0 -425
  276. package/esm2022/components/spider-chart/spider-chart.model.mjs +0 -4
  277. package/esm2022/components/spider-chart/spider-chart.module.mjs +0 -41
  278. package/esm2022/components/step/step.component.mjs +0 -149
  279. package/esm2022/components/step/step.component.module.mjs +0 -20
  280. package/esm2022/components/stepper/stepper.component.mjs +0 -150
  281. package/esm2022/components/stepper/stepper.component.module.mjs +0 -44
  282. package/esm2022/components/stepper/stepper.model.mjs +0 -2
  283. package/esm2022/components/table/sentence-case.pipe.mjs +0 -19
  284. package/esm2022/components/table/table.component.mjs +0 -238
  285. package/esm2022/components/table/table.component.module.mjs +0 -61
  286. package/esm2022/components/table/table.model.mjs +0 -13
  287. package/esm2022/components/tabs/tab.directive.mjs +0 -54
  288. package/esm2022/components/tabs/tabs.component.mjs +0 -188
  289. package/esm2022/components/tabs/tabs.component.module.mjs +0 -21
  290. package/esm2022/components/tabs/tabs.model.mjs +0 -2
  291. package/esm2022/components/tag/tag.component.mjs +0 -212
  292. package/esm2022/components/tag/tag.component.module.mjs +0 -24
  293. package/esm2022/components/tag/tag.model.mjs +0 -2
  294. package/esm2022/components/toggle/toggle.component.mjs +0 -190
  295. package/esm2022/components/toggle/toggle.component.module.mjs +0 -24
  296. package/esm2022/components/toggle/toggle.model.mjs +0 -2
  297. package/esm2022/components/universal-skills-report/universal-skills-report.component.mjs +0 -115
  298. package/esm2022/components/universal-skills-report/universal-skills-report.component.module.mjs +0 -43
  299. package/esm2022/components/universal-skills-report/universal-skills-report.model.mjs +0 -19
  300. package/esm2022/directives/drag-drop.directive.mjs +0 -55
  301. package/esm2022/directives/select-text.directive.mjs +0 -40
  302. package/esm2022/directives/step-line-element.directive.mjs +0 -51
  303. package/esm2022/models/keyboard-events.model.mjs +0 -13
  304. package/esm2022/models/screen-breakpoints.model.mjs +0 -6
  305. package/esm2022/pipes/data-property-getter.mjs +0 -33
  306. package/esm2022/pipes/ui-ordinal-suffix.pipe.mjs +0 -31
  307. package/esm2022/providers/is-mobile.mjs +0 -11
  308. package/esm2022/utils/autocomplete-utils.mjs +0 -66
  309. package/esm2022/utils/hex-to-rgb.mjs +0 -9
  310. package/esm2022/utils/table.utils.mjs +0 -19
  311. package/models/keyboard-events.model.d.ts +0 -11
  312. package/models/screen-breakpoints.model.d.ts +0 -4
  313. package/pipes/data-property-getter.d.ts +0 -8
  314. package/pipes/ui-ordinal-suffix.pipe.d.ts +0 -7
  315. package/providers/is-mobile.d.ts +0 -2
  316. package/utils/autocomplete-utils.d.ts +0 -12
  317. package/utils/hex-to-rgb.d.ts +0 -1
  318. package/utils/table.utils.d.ts +0 -6
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class PreventInputDirective {
3
- uiPreventInput: boolean;
4
- onKeyDown(event: KeyboardEvent): void;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<PreventInputDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<PreventInputDirective, "[uiPreventInput]", never, { "uiPreventInput": { "alias": "uiPreventInput"; "required": false; }; }, {}, never, never, true, never>;
7
- }
@@ -1,11 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * the TransformItemPipe is designed to selectively extract and return values from objects based on a specified field,
5
- * providing a way to transform and display data a template.
6
- */
7
- export declare class TransformItemPipe implements PipeTransform {
8
- transform(value: any, field: string, getValueList?: boolean): any;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<TransformItemPipe, never>;
10
- static ɵpipe: i0.ɵɵPipeDeclaration<TransformItemPipe, "transformItem", false>;
11
- }
@@ -1,78 +0,0 @@
1
- import { ModelSignal } from '@angular/core';
2
- import { ApplicationTheme } from '../../models/application-theme.model';
3
- import { Language } from '../../utils/localization/language.model';
4
- import type { ChecklistItem } from './checklist.model';
5
- import * as i0 from "@angular/core";
6
- export declare class ChecklistComponent {
7
- private readonly defaultAppTheme;
8
- /**
9
- * Label for the checklist
10
- * @type {string}
11
- * @memberof ChecklistComponent
12
- */
13
- label: import("@angular/core").InputSignal<string>;
14
- /**
15
- * Items for the checklist
16
- * @type {ModelSignal<ChecklistItem[]>}
17
- * @memberof ChecklistComponent
18
- */
19
- items: ModelSignal<ChecklistItem[]>;
20
- /**
21
- * Application theme
22
- * @type {ApplicationTheme}
23
- * @memberof ChecklistComponent
24
- */
25
- applicationTheme: import("@angular/core").InputSignal<ApplicationTheme | undefined>;
26
- readonly theme: import("@angular/core").Signal<ApplicationTheme>;
27
- /**
28
- * Confirm button label
29
- * @type {string}
30
- * @memberof ChecklistComponent
31
- */
32
- footerButtonLabel: import("@angular/core").InputSignal<string | undefined>;
33
- /**
34
- * A string representing the ARIA requirement for accessibility.
35
- * This attribute is used to indicate whether an input field is required for form submission.
36
- * @type {string}
37
- * @memberof ChecklistComponent
38
- */
39
- ariaLabel: import("@angular/core").InputSignal<string | undefined>;
40
- /**
41
- * The language to be used
42
- * @property language
43
- * @type {Language}
44
- * @memberof ChecklistComponent
45
- */
46
- language: import("@angular/core").InputSignal<Language>;
47
- /**
48
- * A boolean property that determines whether the checklist items should be automatically checked.
49
- *
50
- * @type {boolean}
51
- */
52
- autocheck: import("@angular/core").InputSignal<boolean>;
53
- /**
54
- * Event emitter that triggers when the footer button is clicked.
55
- * Emits a void event.
56
- */
57
- footerButtonClicked: import("@angular/core").OutputEmitterRef<void>;
58
- /**
59
- * An output event emitter that signifies the completion of a task or process.
60
- * This event does not carry any payload.
61
- */
62
- readonly completed: import("@angular/core").OutputEmitterRef<void>;
63
- /**
64
- * Represents the currently selected item in the checklist.
65
- * This is an instance of the `ChecklistItem` supports two-way binding.
66
- */
67
- selectedItem: ModelSignal<ChecklistItem | undefined>;
68
- readonly currentIndex: import("@angular/core").Signal<number>;
69
- protected progress: import("@angular/core").Signal<number>;
70
- constructor(defaultAppTheme: ApplicationTheme);
71
- selectItem(item: ChecklistItem): void;
72
- keydownHandler($event: KeyboardEvent, item: ChecklistItem): void;
73
- next(): void;
74
- prev(): void;
75
- footerButtonClick(event: Event): void;
76
- static ɵfac: i0.ɵɵFactoryDeclaration<ChecklistComponent, [{ optional: true; }]>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<ChecklistComponent, "ui-checklist", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; "footerButtonLabel": { "alias": "footerButtonLabel"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "language": { "alias": "language"; "required": false; "isSignal": true; }; "autocheck": { "alias": "autocheck"; "required": false; "isSignal": true; }; "selectedItem": { "alias": "selectedItem"; "required": false; "isSignal": true; }; }, { "items": "itemsChange"; "footerButtonClicked": "footerButtonClicked"; "completed": "completed"; "selectedItem": "selectedItemChange"; }, never, never, true, never>;
78
- }
@@ -1,7 +0,0 @@
1
- export interface ChecklistItem {
2
- label: string;
3
- value: string;
4
- checked: boolean;
5
- hasLink?: boolean;
6
- disabled?: boolean;
7
- }
@@ -1,29 +0,0 @@
1
- import { MatDialogRef } from '@angular/material/dialog';
2
- import { ConfirmDialogData } from './confirm-dialog.model';
3
- import { ApplicationTheme } from '../../models/application-theme.model';
4
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
5
- import * as i0 from "@angular/core";
6
- export declare class ConfirmDialogComponent {
7
- private readonly defaultAppTheme;
8
- dialogRef: MatDialogRef<ConfirmDialogComponent>;
9
- private data;
10
- protected domSanitizer: DomSanitizer;
11
- confirmMessage: string;
12
- confirmButtonText: string | undefined;
13
- cancelButtonText: string | undefined;
14
- title: string | undefined;
15
- lang: import("@testgorilla/tgo-ui").Language;
16
- confirmMessageHtml: SafeHtml | undefined;
17
- showCloseButton: boolean;
18
- /**
19
- *
20
- * Defines the application theme
21
- *
22
- * @type {ApplicationTheme}
23
- * @memberof DialogComponent
24
- */
25
- applicationTheme: ApplicationTheme;
26
- constructor(defaultAppTheme: ApplicationTheme, dialogRef: MatDialogRef<ConfirmDialogComponent>, data: ConfirmDialogData, domSanitizer: DomSanitizer);
27
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponent, [{ optional: true; }, null, null, null]>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDialogComponent, "ui-confirm-dialog", never, { "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
29
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./confirm-dialog.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/dialog";
5
- import * as i4 from "../button/button.component.module";
6
- import * as i5 from "../dialog/dialog.component.module";
7
- import * as i6 from "../../pipes/ui-translate.pipe";
8
- export declare class ConfirmDialogComponentModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDialogComponentModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmDialogComponentModule, [typeof i1.ConfirmDialogComponent], [typeof i2.CommonModule, typeof i3.MatDialogModule, typeof i4.ButtonComponentModule, typeof i5.DialogComponentModule, typeof i6.UiTranslatePipe], [typeof i1.ConfirmDialogComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmDialogComponentModule>;
12
- }
@@ -1,11 +0,0 @@
1
- import { Language } from '../../utils/localization/language.model';
2
- export interface ConfirmDialogData {
3
- message: string;
4
- confirmButtonText?: string;
5
- cancelButtonText?: string;
6
- title?: string;
7
- color?: string;
8
- language?: Language;
9
- messageHtml?: string;
10
- showCloseButton?: boolean;
11
- }
@@ -1,30 +0,0 @@
1
- import { NativeDateAdapter } from "@angular/material/core";
2
- export declare const UI_DATE_FORMATS: {
3
- parse: {
4
- dateInput: {
5
- day: string;
6
- month: string;
7
- year: string;
8
- };
9
- };
10
- display: {
11
- dateInput: string;
12
- monthYearLabel: {
13
- year: string;
14
- month: string;
15
- };
16
- dateA11yLabel: {
17
- year: string;
18
- month: string;
19
- day: string;
20
- };
21
- monthYearA11yLabel: {
22
- year: string;
23
- month: string;
24
- };
25
- };
26
- };
27
- export declare class UiDateAdapter extends NativeDateAdapter {
28
- #private;
29
- format(date: Date, displayFormat: Object): string;
30
- }
@@ -1,214 +0,0 @@
1
- import { ChangeDetectorRef, DoCheck, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { ControlValueAccessor, FormControl, FormGroup, NgControl } from '@angular/forms';
3
- import { ApplicationTheme } from '../../models/application-theme.model';
4
- import { MatDatepicker } from '@angular/material/datepicker';
5
- import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
6
- import { DatepickerService } from "./datepicker.service";
7
- import * as i0 from "@angular/core";
8
- export declare class DatepickerComponent implements OnChanges, ControlValueAccessor, DoCheck {
9
- private readonly defaultAppTheme;
10
- private cdr;
11
- private sanitizer;
12
- ngControl: NgControl;
13
- private datepickerService;
14
- class: string;
15
- /**
16
- * Form field label
17
- *
18
- * @type {string}
19
- * @memberof DatepickerComponent
20
- */
21
- label?: string | undefined;
22
- /**
23
- * Input name attribute
24
- *
25
- * @type {string}
26
- * @memberof DatepickerComponent
27
- */
28
- fieldName?: string;
29
- /**
30
- * Input placeholder
31
- *
32
- * @type {string}
33
- * @memberof DatepickerComponent
34
- */
35
- placeholder?: string | undefined;
36
- /**
37
- * Input id
38
- *
39
- * @type {string}
40
- * @memberof DatepickerComponent
41
- */
42
- id?: string | undefined;
43
- /**
44
- * Input value
45
- *
46
- * @type {string}
47
- * @memberof DatepickerComponent
48
- */
49
- value?: Array<Date | null> | Date;
50
- _errors: SafeHtml[];
51
- /**
52
- * Input field errors
53
- *
54
- * @type {string}
55
- * @memberof DatepickerComponent
56
- */
57
- set errors(errors: string[]);
58
- /**
59
- * Determines if input is date range
60
- *
61
- * @type {boolean}
62
- * @memberof DatepickerComponent
63
- */
64
- isRange: boolean;
65
- /**
66
- * Determines if input is disabled
67
- *
68
- * @type {boolean}
69
- * @memberof DatepickerComponent
70
- */
71
- disabled: boolean;
72
- /**
73
- * Input is required or not
74
- *
75
- * @type {boolean}
76
- * @memberof DatepickerComponent
77
- */
78
- required: boolean;
79
- /**
80
- * Hint text
81
- *
82
- * @type {string}
83
- * @memberof DatepickerComponent
84
- */
85
- hintMessage: string;
86
- /**
87
- * Input is update only on blur
88
- *
89
- * @type {Boolean}
90
- * @memberof DatepickerComponent
91
- */
92
- updateOnBlur: boolean;
93
- /**
94
- * Show reserved content below form field
95
- *
96
- * @type {boolean}
97
- * @memberof DatepickerComponent
98
- */
99
- showBottomContent: boolean;
100
- /**
101
- * Set full width DatepickerComponent
102
- *
103
- * @type {boolean}
104
- * @memberof DatepickerComponent
105
- */
106
- fullWidth: boolean;
107
- /**
108
- * Set min date for Datepicker
109
- *
110
- * @type {Date}
111
- * @memberof DatepickerComponent
112
- */
113
- minDate: Date | undefined;
114
- /**
115
- * Set max date for Datepicker
116
- *
117
- * @type {Date}
118
- * @memberof DatepickerComponent
119
- */
120
- maxDate: Date | undefined;
121
- /**
122
- * Show and pick date without day
123
- * @default false
124
- * @type {boolean}
125
- * @memberof DatepickerComponent
126
- */
127
- monthPicker: boolean;
128
- /**
129
- *
130
- * Defines the application theme
131
- *
132
- * @type {ApplicationTheme}
133
- * @memberof DatepickerComponent
134
- */
135
- applicationTheme: ApplicationTheme;
136
- /**
137
- * Hide in-build errors for Reactive Forms
138
- *
139
- * @type {number}
140
- * @memberof DatepickerComponent
141
- */
142
- hideBuiltInErrors: boolean;
143
- /**
144
- * Hide label in errors
145
- *
146
- * @type {number}
147
- * @memberof DatepickerComponent
148
- */
149
- hideLabelInErrors: boolean;
150
- /**
151
- * Prevent user input
152
- *
153
- * @type {boolean}
154
- * @memberof DatepickerComponent
155
- */
156
- preventUserInput: boolean;
157
- /**
158
- * Color of the option hover.
159
- * Defaults to Test Gorilla primary color.
160
- *
161
- * @type {string}
162
- * @memberof DatepickerComponent
163
- */
164
- companyColor: string;
165
- /**
166
- * Use browser timezone
167
- * @type boolean
168
- * @memberof DatepickerComponent
169
- */
170
- set browserTimezone(value: boolean);
171
- /**
172
- * @ignore
173
- */
174
- onChange: (_: any) => void;
175
- /**
176
- * @ignore
177
- */
178
- onTouch: () => void;
179
- /**
180
- * Event emitted when the value is change - when used outside of form
181
- *
182
- * @type {Date}
183
- * @memberof DatepickerComponent
184
- */
185
- changed: EventEmitter<Date | Date[]>;
186
- range: FormGroup<{
187
- start: FormControl<Date | null>;
188
- end: FormControl<Date | null>;
189
- }>;
190
- errorsLength: boolean;
191
- protected translationContext: string;
192
- constructor(defaultAppTheme: ApplicationTheme, cdr: ChangeDetectorRef, sanitizer: DomSanitizer, ngControl: NgControl, datepickerService: DatepickerService);
193
- get hint(): string;
194
- /**
195
- * Used to mark component view as dirty when touched programmatically with markAsTouched/markAllAsTouched or errors
196
- * to display validation errors that might happen (e.g. required)
197
- */
198
- ngDoCheck(): void;
199
- ngOnInit(): void;
200
- ngOnChanges(changes: SimpleChanges): void;
201
- setErrorsLength(): boolean;
202
- onValueChange(value: Date | Date[]): void;
203
- writeValue(value?: Date | Date[]): void;
204
- registerOnChange(fn: any): void;
205
- registerOnTouched(fn: any): void;
206
- setDisabledState(isDisabled: boolean): void;
207
- dateRangeChange(): void;
208
- setMonthAndYear(normalizedMonthAndYear: any, datepicker: MatDatepicker<Date>): void;
209
- private setRange;
210
- onInput(event: Event): void;
211
- private setStyleVariable;
212
- static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, [{ optional: true; }, null, null, { optional: true; self: true; }, null]>;
213
- static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "ui-datepicker", never, { "label": { "alias": "label"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "value": { "alias": "value"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "isRange": { "alias": "isRange"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "hintMessage": { "alias": "hintMessage"; "required": false; }; "updateOnBlur": { "alias": "updateOnBlur"; "required": false; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "monthPicker": { "alias": "monthPicker"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; "preventUserInput": { "alias": "preventUserInput"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "browserTimezone": { "alias": "browserTimezone"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
214
- }
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./datepicker.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/form-field";
5
- import * as i4 from "@angular/material/input";
6
- import * as i5 from "../icon/icon.component.module";
7
- import * as i6 from "@angular/forms";
8
- import * as i7 from "@angular/material/datepicker";
9
- import * as i8 from "@angular/material/core";
10
- import * as i9 from "../../pipes/ui-translate.pipe";
11
- import * as i10 from "./no-date-format.directive";
12
- import * as i11 from "../../pipes/has-validation-error.pipe";
13
- import * as i12 from "../validation-error/validation-error.module";
14
- export declare class DatepickerComponentModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponentModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatepickerComponentModule, [typeof i1.DatepickerComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatDatepickerModule, typeof i8.MatNativeDateModule, typeof i9.UiTranslatePipe, typeof i10.NoDateFormatDirective, typeof i11.HasValidationErrorPipe, typeof i12.ValidationErrorModule], [typeof i1.DatepickerComponent]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<DatepickerComponentModule>;
18
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class DatepickerService {
3
- #private;
4
- set useBrowserTimezone(value: boolean);
5
- get useBrowserTimezone(): boolean;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerService, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<DatepickerService>;
8
- }
@@ -1,11 +0,0 @@
1
- import { NativeDateAdapter } from '@angular/material/core';
2
- import * as i0 from "@angular/core";
3
- export declare class CustomDateAdapter extends NativeDateAdapter {
4
- format(date: Date): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CustomDateAdapter, never>;
6
- static ɵprov: i0.ɵɵInjectableDeclaration<CustomDateAdapter>;
7
- }
8
- export declare class NoDateFormatDirective {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<NoDateFormatDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<NoDateFormatDirective, "[appNoDateFormat]", never, {}, {}, never, never, true, never>;
11
- }
@@ -1,38 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { PageEvent } from '@angular/material/paginator';
3
- import * as i0 from "@angular/core";
4
- export declare class DeprecatedPaginatorComponent implements OnInit {
5
- /**
6
- * Paginator size options
7
- *
8
- * @type {number[]}
9
- * @memberof PaginatorComponent
10
- */
11
- readonly pageSizeOptions: number[];
12
- /**
13
- * Data length
14
- *
15
- * @type {number}
16
- * @memberof PaginatorComponent
17
- */
18
- length: number;
19
- /**
20
- * Default page size
21
- *
22
- * @type {number}
23
- * @memberof PaginatorComponent
24
- */
25
- defaultPageSize: number;
26
- /**
27
- * @ignore
28
- */
29
- paginatorChangedEvent: EventEmitter<PageEvent>;
30
- /**
31
- * @ignore
32
- */
33
- ngOnInit(): void;
34
- constructor();
35
- paginatorChanged(paginator: PageEvent): void;
36
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedPaginatorComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<DeprecatedPaginatorComponent, "ui-paginator", never, { "length": { "alias": "length"; "required": false; }; "defaultPageSize": { "alias": "defaultPageSize"; "required": false; }; }, { "paginatorChangedEvent": "paginatorChangedEvent"; }, never, never, false, never>;
38
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./deprecated-paginator.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/paginator";
5
- export declare class DeprecatedPaginatorComponentModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedPaginatorComponentModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<DeprecatedPaginatorComponentModule, [typeof i1.DeprecatedPaginatorComponent], [typeof i2.CommonModule, typeof i3.MatPaginatorModule], [typeof i1.DeprecatedPaginatorComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<DeprecatedPaginatorComponentModule>;
9
- }
@@ -1,91 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { MatSort, Sort } from '@angular/material/sort';
3
- import { MatTableDataSource } from '@angular/material/table';
4
- import { DataPropertyGetterPipe } from '../../pipes/data-property-getter';
5
- import { ColumnTypeEnum, IDataSource, ITableColumn, ITableDetailColumn } from './deprecated-table.model';
6
- import * as i0 from "@angular/core";
7
- export declare class DeprecatedTableComponent<T extends IDataSource, TDetail extends IDataSource> implements OnInit {
8
- private dataPropertyGetterPipe;
9
- /**
10
- * @ignore
11
- */
12
- set matSort(matSort: MatSort);
13
- /**
14
- * @ignore
15
- */
16
- tableDetails: boolean;
17
- /**
18
- * Data to be rendered
19
- *
20
- * @ignore
21
- * @type {IDataSource}
22
- * @memberof TableComponent
23
- */
24
- set tableData(data: T[] | null);
25
- /**
26
- * Data structure to select which columns should be rendered and their capabilities
27
- *
28
- * @type {ITableColumn}
29
- * @memberof TableComponent
30
- */
31
- tableColumns: ITableColumn<T>[];
32
- /**
33
- * Data structure to select which columns should be rendered and their capabilities
34
- *
35
- * @type {ITableColumn}
36
- * @memberof TableComponent
37
- */
38
- tableDetailColumns: ITableDetailColumn<T, TDetail>;
39
- /**
40
- * @ignore
41
- */
42
- onSortEvent: EventEmitter<Sort>;
43
- /**
44
- * @ignore
45
- */
46
- onRowClickEvent: EventEmitter<any>;
47
- /**
48
- * @ignore
49
- */
50
- onDetailRowClickEvent: EventEmitter<any>;
51
- /**
52
- * @ignore
53
- */
54
- dataSource: MatTableDataSource<any, import("@angular/material/table").MatTableDataSourcePaginator>;
55
- /**
56
- * @ignore
57
- */
58
- dataSourceDetail: MatTableDataSource<any, import("@angular/material/table").MatTableDataSourcePaginator>;
59
- /**
60
- * @ignore
61
- */
62
- elementDetail: any;
63
- /**
64
- * @ignore
65
- */
66
- columnsToDisplay: string[];
67
- /**
68
- * @ignore
69
- */
70
- columnsDetailToDisplay: string[];
71
- /**
72
- * @ignore
73
- */
74
- DataType: typeof ColumnTypeEnum;
75
- ngOnInit(): void;
76
- constructor(dataPropertyGetterPipe: DataPropertyGetterPipe);
77
- onSort(sortParams: Sort): void;
78
- onRowClick(rowParams: any): void;
79
- onDetailRowClick(rowParams: any): void;
80
- toggleRow(element: T): void;
81
- /**
82
- * @ignore
83
- */
84
- private setTableDataSource;
85
- /**
86
- * @ignore
87
- */
88
- private setTableDetailDataSource;
89
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTableComponent<any, any>, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<DeprecatedTableComponent<any, any>, "ui-deprecated-table", never, { "tableDetails": { "alias": "tableDetails"; "required": false; }; "tableData": { "alias": "tableData"; "required": false; }; "tableColumns": { "alias": "tableColumns"; "required": false; }; "tableDetailColumns": { "alias": "tableDetailColumns"; "required": false; }; }, { "onSortEvent": "onSortEvent"; "onRowClickEvent": "onRowClickEvent"; "onDetailRowClickEvent": "onDetailRowClickEvent"; }, never, never, false, never>;
91
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./deprecated-table.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/table";
5
- import * as i4 from "@angular/material/sort";
6
- import * as i5 from "@angular/material/icon";
7
- import * as i6 from "@angular/material/tooltip";
8
- import * as i7 from "./directives/dynamic-component.directive";
9
- import * as i8 from "../../pipes/data-property-getter";
10
- export declare class DeprecatedTableComponentModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTableComponentModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<DeprecatedTableComponentModule, [typeof i1.DeprecatedTableComponent], [typeof i2.CommonModule, typeof i3.MatTableModule, typeof i4.MatSortModule, typeof i5.MatIconModule, typeof i6.MatTooltipModule, typeof i7.DynamicComponentDirective, typeof i8.DataPropertyGetterPipe], [typeof i1.DeprecatedTableComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<DeprecatedTableComponentModule>;
14
- }
@@ -1,45 +0,0 @@
1
- import { Type } from '@angular/core';
2
- export type IDataSource = {
3
- [key: string]: any;
4
- };
5
- export interface ITableColumn<T> {
6
- headerName: string;
7
- headerTooltip?: string;
8
- field?: string;
9
- type?: ColumnTypeEnum;
10
- function?: (v: T) => string;
11
- renderer?: (v: T) => IComponentRenderer | string;
12
- sortable?: boolean;
13
- styles?: IColumnStyles;
14
- }
15
- export interface IComponentRenderer {
16
- component: Type<any>;
17
- inputs?: any;
18
- outputs?: {
19
- [key: string]: any;
20
- };
21
- }
22
- export interface IDetailRowDataParams<T, TDetail> {
23
- data: T;
24
- setDetailDataSource(rowData: TDetail[]): void;
25
- }
26
- export interface ITableDetailColumn<T, TDetail> {
27
- columnDefs: ITableColumn<TDetail>[];
28
- setDetailRowData: (params: IDetailRowDataParams<T, TDetail>) => void;
29
- }
30
- export interface IColumnStyles {
31
- alignment?: ColumnAlignmentEnum;
32
- width?: string;
33
- 'min-width'?: string;
34
- padding?: string;
35
- }
36
- export declare enum ColumnTypeEnum {
37
- FIELD = "field",
38
- FUNCTION = "function",
39
- RENDERER = "renderer"
40
- }
41
- export declare enum ColumnAlignmentEnum {
42
- LEFT = "left",
43
- RIGHT = "right",
44
- CENTER = "center"
45
- }
@@ -1,13 +0,0 @@
1
- import { OnDestroy, ViewContainerRef } from '@angular/core';
2
- import { IComponentRenderer } from '../deprecated-table.model';
3
- import * as i0 from "@angular/core";
4
- export declare class DynamicComponentDirective implements OnDestroy {
5
- private vcr;
6
- private subscription;
7
- private compRef;
8
- set dynamicComponent(componentRenderer: IComponentRenderer);
9
- constructor(vcr: ViewContainerRef);
10
- ngOnDestroy(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicComponentDirective, "[dynamicComponent]", never, { "dynamicComponent": { "alias": "dynamicComponent"; "required": false; }; }, {}, never, never, true, never>;
13
- }