@odx/angular 6.1.0 → 6.2.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 (334) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/cdk/checkbox-control/lib/checkbox-control.directive.d.ts +19 -1
  3. package/cdk/connected-overlay/lib/models/connected-overlay-ref.d.ts +1 -1
  4. package/cdk/dynamic-view/lib/dynamic-view.directive.d.ts +9 -1
  5. package/cdk/expandable/lib/directives/expandable-container.directive.d.ts +9 -5
  6. package/cdk/expandable/lib/directives/expandable-item.directive.d.ts +4 -1
  7. package/cdk/option-control/lib/option-control.d.ts +2 -0
  8. package/cdk/radio-group-control/lib/radio-control.directive.d.ts +18 -0
  9. package/cdk/radio-group-control/lib/radio-group-control.directive.d.ts +3 -1
  10. package/components/accordion/lib/components/accordion-item/accordion-item.component.d.ts +9 -5
  11. package/components/action-group/action-group.component.d.ts +3 -0
  12. package/components/area-header/area-header.component.d.ts +2 -1
  13. package/components/autocomplete/lib/autocomplete.component.d.ts +17 -4
  14. package/components/autocomplete/lib/components/option/autocomplete-option.component.d.ts +8 -0
  15. package/components/autocomplete/lib/directives/autocomplete-input-control.directive.d.ts +4 -0
  16. package/components/avatar/lib/avatar.component.d.ts +6 -2
  17. package/components/badge/lib/badge.component.d.ts +12 -1
  18. package/components/badge/lib/badge.directive.d.ts +18 -3
  19. package/components/bar/lib/directives/bar-button.directive.d.ts +6 -0
  20. package/components/button/lib/button.component.d.ts +9 -1
  21. package/components/button-group/lib/button-group.component.d.ts +12 -0
  22. package/components/calendar/lib/calendar.component.d.ts +11 -0
  23. package/components/calendar/lib/calendar.config.d.ts +6 -0
  24. package/components/calendar/lib/calendar.service.d.ts +13 -1
  25. package/components/calendar/lib/components/calendar-header/calendar-header.component.d.ts +16 -0
  26. package/components/calendar/lib/daterange.service.d.ts +3 -0
  27. package/components/calendar/lib/directives/calendar-cell.directive.d.ts +4 -0
  28. package/components/calendar/lib/directives/calendar-view.directive.d.ts +18 -0
  29. package/components/calendar/lib/pipes/date-label.pipe.d.ts +4 -0
  30. package/components/card/lib/card.component.d.ts +26 -2
  31. package/components/card/lib/components/card-footer/card-footer.component.d.ts +3 -0
  32. package/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.d.ts +3 -0
  33. package/components/card/lib/directives/card-content.directive.d.ts +3 -0
  34. package/components/card/lib/directives/card-title.directive.d.ts +3 -0
  35. package/components/checkbox/lib/checkbox.component.d.ts +9 -2
  36. package/components/chip/lib/components/chip/chip.component.d.ts +15 -3
  37. package/components/circular-progress/lib/circular-progress.component.d.ts +15 -2
  38. package/components/datepicker/lib/datepicker.component.d.ts +28 -1
  39. package/components/datepicker/lib/directives/datepicker-input-control.directive.d.ts +7 -1
  40. package/components/daterangepicker/lib/daterangepicker.component.d.ts +4 -0
  41. package/components/daterangepicker/lib/directives/daterangepicker-input-control.directive.d.ts +3 -1
  42. package/components/daterangepicker/lib/required.validator.d.ts +8 -0
  43. package/components/dropdown/lib/dropdown.component.d.ts +6 -4
  44. package/components/dropdown/lib/dropdown.directive.d.ts +38 -3
  45. package/components/dropdown/lib/helpers/close-current-dropdown.d.ts +2 -1
  46. package/components/error-page/lib/error-page.component.d.ts +2 -0
  47. package/components/footer/lib/footer.component.d.ts +6 -2
  48. package/components/footer/lib/helpers/create-footer-links.d.ts +1 -2
  49. package/components/form-field/lib/components/form-field-info/form-field-info.component.d.ts +2 -1
  50. package/components/form-field/lib/components/form-group/form-group.component.d.ts +7 -2
  51. package/components/form-field/lib/directives/form-field-error.directive.d.ts +2 -0
  52. package/components/form-field/lib/directives/form.directive.d.ts +4 -0
  53. package/components/form-field/lib/form-field.component.d.ts +17 -2
  54. package/components/form-field/lib/form-field.service.d.ts +27 -6
  55. package/components/form-field/lib/services/form-field-error.service.d.ts +11 -3
  56. package/components/header-navigation/lib/header-navigation.component.d.ts +3 -0
  57. package/components/icon/lib/helpers/unpack-icon-identifier.d.ts +2 -2
  58. package/components/icon/lib/icon.component.d.ts +13 -1
  59. package/components/inline-message/lib/inline-message.component.d.ts +5 -1
  60. package/components/list/lib/components/expandable-list-item/expandable-list-item.component.d.ts +1 -0
  61. package/components/list/lib/components/list-item/list-item.component.d.ts +10 -1
  62. package/components/list/lib/list.component.d.ts +1 -0
  63. package/components/loading-spinner/lib/loading-spinner.component.d.ts +3 -0
  64. package/components/loading-spinner/lib/loading-spinner.directive.d.ts +7 -0
  65. package/components/modal/lib/components/modal-header/modal-header.component.d.ts +0 -1
  66. package/components/modal/lib/components/modal-hero/modal-hero.component.d.ts +3 -0
  67. package/components/modal/lib/directives/index.d.ts +2 -0
  68. package/components/modal/lib/directives/prevent-form-method-dialog.directive.d.ts +9 -0
  69. package/components/modal/lib/directives/prevent-method-dialog.directive.d.ts +9 -0
  70. package/components/modal/lib/modal.component.d.ts +11 -3
  71. package/components/modal/lib/modal.module.d.ts +5 -3
  72. package/components/modal/lib/modal.service.d.ts +7 -5
  73. package/components/modal/lib/models/modal-ref.d.ts +18 -4
  74. package/components/notification/lib/components/notification-item/notification-item.component.d.ts +4 -4
  75. package/components/notification/lib/directives/notification-center.directive.d.ts +6 -3
  76. package/components/notification/lib/features/with-browser-notifications.d.ts +1 -1
  77. package/components/notification/lib/features/with-load-notifications.d.ts +2 -1
  78. package/components/notification/lib/features/with-notification-transformer.d.ts +2 -2
  79. package/components/notification/lib/features/with-peristent-notifications.d.ts +6 -8
  80. package/components/notification/lib/features/with-save-notifications.d.ts +1 -1
  81. package/components/paginator/lib/paginator.component.d.ts +50 -0
  82. package/components/progress/lib/progress.component.d.ts +6 -1
  83. package/components/radio-group/lib/components/radio-button/radio-button.component.d.ts +7 -0
  84. package/components/radio-group/lib/radio-group.component.d.ts +6 -0
  85. package/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.d.ts +9 -0
  86. package/components/rail-navigation/lib/rail-navigation.component.d.ts +10 -2
  87. package/components/rich-list/lib/components/rich-list-item/rich-list-item.component.d.ts +8 -10
  88. package/components/rich-list/lib/rich-list.component.d.ts +3 -0
  89. package/components/select/lib/components/select-option/select-option.component.d.ts +1 -0
  90. package/components/select/lib/directives/select-input-control.directive.d.ts +4 -1
  91. package/components/select/lib/select.component.d.ts +7 -1
  92. package/components/slider/lib/slider.directive.d.ts +7 -4
  93. package/components/spinbox/lib/spinbox.component.d.ts +9 -0
  94. package/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.d.ts +4 -1
  95. package/components/table/lib/components/check-cell/check-cell.component.d.ts +4 -1
  96. package/components/table/lib/components/header-title/header-title.component.d.ts +12 -1
  97. package/components/table/lib/table.component.d.ts +18 -1
  98. package/components/timepicker/lib/components/timepicker-option.component.d.ts +9 -1
  99. package/components/timepicker/lib/directives/timepicker-input-control.directive.d.ts +2 -0
  100. package/components/timepicker/lib/timepicker.component.d.ts +18 -3
  101. package/components/timepicker/lib/timepicker.service.d.ts +0 -7
  102. package/components/toast/lib/components/toast-container/toast-container.component.d.ts +19 -0
  103. package/components/toast/lib/components/toast-item/toast-item.component.d.ts +57 -1
  104. package/components/toast/lib/toast.service.d.ts +12 -0
  105. package/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.d.ts +3 -0
  106. package/components/toggle-button-group/lib/toggle-button-group.component.d.ts +2 -0
  107. package/components/tooltip/lib/tooltip.component.d.ts +7 -1
  108. package/components/tooltip/lib/tooltip.directive.d.ts +15 -2
  109. package/components/wizard/lib/components/wizard-step/wizard-step.component.d.ts +17 -0
  110. package/components/wizard/lib/wizard.component.d.ts +13 -1
  111. package/esm2022/cdk/checkbox-control/lib/checkbox-control.directive.mjs +20 -2
  112. package/esm2022/cdk/connected-overlay/lib/models/connected-overlay-ref.mjs +2 -2
  113. package/esm2022/cdk/dynamic-view/lib/dynamic-view.directive.mjs +4 -1
  114. package/esm2022/cdk/expandable/lib/directives/expandable-container.directive.mjs +10 -6
  115. package/esm2022/cdk/expandable/lib/directives/expandable-item.directive.mjs +5 -2
  116. package/esm2022/cdk/option-control/lib/option-control.mjs +3 -1
  117. package/esm2022/cdk/radio-group-control/lib/radio-control.directive.mjs +19 -1
  118. package/esm2022/cdk/radio-group-control/lib/radio-group-control.directive.mjs +3 -1
  119. package/esm2022/components/accordion/lib/components/accordion-item/accordion-item.component.mjs +9 -4
  120. package/esm2022/components/action-group/action-group.component.mjs +4 -1
  121. package/esm2022/components/area-header/area-header.component.mjs +3 -2
  122. package/esm2022/components/autocomplete/lib/autocomplete.component.mjs +8 -5
  123. package/esm2022/components/autocomplete/lib/components/option/autocomplete-option.component.mjs +9 -1
  124. package/esm2022/components/autocomplete/lib/directives/autocomplete-input-control.directive.mjs +5 -1
  125. package/esm2022/components/avatar/lib/avatar.component.mjs +7 -3
  126. package/esm2022/components/badge/lib/badge.component.mjs +7 -2
  127. package/esm2022/components/badge/lib/badge.directive.mjs +19 -4
  128. package/esm2022/components/bar/lib/directives/bar-button.directive.mjs +7 -1
  129. package/esm2022/components/button/lib/button.component.mjs +10 -2
  130. package/esm2022/components/button-group/lib/button-group.component.mjs +13 -1
  131. package/esm2022/components/calendar/lib/calendar.component.mjs +12 -1
  132. package/esm2022/components/calendar/lib/calendar.config.mjs +1 -1
  133. package/esm2022/components/calendar/lib/calendar.service.mjs +14 -2
  134. package/esm2022/components/calendar/lib/components/calendar-header/calendar-header.component.mjs +13 -1
  135. package/esm2022/components/calendar/lib/daterange.service.mjs +4 -1
  136. package/esm2022/components/calendar/lib/directives/calendar-cell.directive.mjs +5 -1
  137. package/esm2022/components/calendar/lib/directives/calendar-view.directive.mjs +17 -1
  138. package/esm2022/components/calendar/lib/pipes/date-label.pipe.mjs +5 -1
  139. package/esm2022/components/card/lib/card.component.mjs +25 -1
  140. package/esm2022/components/card/lib/components/card-footer/card-footer.component.mjs +4 -1
  141. package/esm2022/components/card/lib/components/launch-card-subtitle/launch-card-subtitle.component.mjs +4 -1
  142. package/esm2022/components/card/lib/directives/card-content.directive.mjs +4 -1
  143. package/esm2022/components/card/lib/directives/card-title.directive.mjs +4 -1
  144. package/esm2022/components/checkbox/lib/checkbox.component.mjs +10 -3
  145. package/esm2022/components/chip/lib/components/chip/chip.component.mjs +15 -3
  146. package/esm2022/components/circular-progress/lib/circular-progress.component.mjs +16 -3
  147. package/esm2022/components/datepicker/lib/datepicker.component.mjs +29 -2
  148. package/esm2022/components/datepicker/lib/directives/datepicker-input-control.directive.mjs +8 -2
  149. package/esm2022/components/daterangepicker/lib/daterangepicker.component.mjs +5 -1
  150. package/esm2022/components/daterangepicker/lib/directives/daterangepicker-input-control.directive.mjs +4 -2
  151. package/esm2022/components/daterangepicker/lib/required.validator.mjs +9 -9
  152. package/esm2022/components/dropdown/lib/dropdown.component.mjs +1 -5
  153. package/esm2022/components/dropdown/lib/dropdown.directive.mjs +31 -4
  154. package/esm2022/components/dropdown/lib/helpers/close-current-dropdown.mjs +3 -2
  155. package/esm2022/components/error-page/lib/error-page.component.mjs +3 -1
  156. package/esm2022/components/footer/lib/footer.component.mjs +7 -3
  157. package/esm2022/components/footer/lib/helpers/create-footer-links.mjs +2 -3
  158. package/esm2022/components/form-field/lib/components/form-field-info/form-field-info.component.mjs +3 -2
  159. package/esm2022/components/form-field/lib/components/form-group/form-group.component.mjs +6 -3
  160. package/esm2022/components/form-field/lib/directives/form-field-error.directive.mjs +1 -1
  161. package/esm2022/components/form-field/lib/directives/form.directive.mjs +5 -1
  162. package/esm2022/components/form-field/lib/form-field.component.mjs +14 -2
  163. package/esm2022/components/form-field/lib/form-field.service.mjs +28 -7
  164. package/esm2022/components/form-field/lib/services/form-field-error.service.mjs +12 -4
  165. package/esm2022/components/header-navigation/lib/header-navigation.component.mjs +1 -1
  166. package/esm2022/components/icon/lib/helpers/unpack-icon-identifier.mjs +3 -3
  167. package/esm2022/components/icon/lib/icon.component.mjs +14 -2
  168. package/esm2022/components/inline-message/lib/inline-message.component.mjs +6 -2
  169. package/esm2022/components/list/lib/components/expandable-list-item/expandable-list-item.component.mjs +2 -1
  170. package/esm2022/components/list/lib/components/list-item/list-item.component.mjs +11 -2
  171. package/esm2022/components/list/lib/list.component.mjs +2 -1
  172. package/esm2022/components/loading-spinner/lib/loading-spinner.component.mjs +4 -1
  173. package/esm2022/components/loading-spinner/lib/loading-spinner.directive.mjs +8 -1
  174. package/esm2022/components/modal/lib/components/modal-header/modal-header.component.mjs +1 -1
  175. package/esm2022/components/modal/lib/components/modal-hero/modal-hero.component.mjs +4 -1
  176. package/esm2022/components/modal/lib/directives/index.mjs +3 -1
  177. package/esm2022/components/modal/lib/directives/prevent-form-method-dialog.directive.mjs +23 -0
  178. package/esm2022/components/modal/lib/directives/prevent-method-dialog.directive.mjs +23 -0
  179. package/esm2022/components/modal/lib/modal.component.mjs +36 -17
  180. package/esm2022/components/modal/lib/modal.module.mjs +10 -4
  181. package/esm2022/components/modal/lib/modal.service.mjs +4 -3
  182. package/esm2022/components/modal/lib/models/modal-ref.mjs +19 -5
  183. package/esm2022/components/notification/lib/components/notification-item/notification-item.component.mjs +5 -5
  184. package/esm2022/components/notification/lib/directives/notification-center.directive.mjs +7 -4
  185. package/esm2022/components/notification/lib/features/with-browser-notifications.mjs +4 -5
  186. package/esm2022/components/notification/lib/features/with-load-notifications.mjs +3 -3
  187. package/esm2022/components/notification/lib/features/with-notification-transformer.mjs +3 -3
  188. package/esm2022/components/notification/lib/features/with-peristent-notifications.mjs +7 -9
  189. package/esm2022/components/notification/lib/features/with-save-notifications.mjs +3 -4
  190. package/esm2022/components/paginator/lib/paginator.component.mjs +51 -1
  191. package/esm2022/components/progress/lib/progress.component.mjs +7 -2
  192. package/esm2022/components/radio-group/lib/components/radio-button/radio-button.component.mjs +3 -1
  193. package/esm2022/components/radio-group/lib/radio-group.component.mjs +7 -1
  194. package/esm2022/components/rail-navigation/lib/components/rail-navigation-item/rail-navigation-item.component.mjs +7 -1
  195. package/esm2022/components/rail-navigation/lib/rail-navigation.component.mjs +11 -3
  196. package/esm2022/components/rich-list/lib/components/rich-list-item/rich-list-item.component.mjs +4 -6
  197. package/esm2022/components/rich-list/lib/rich-list.component.mjs +4 -1
  198. package/esm2022/components/select/lib/components/select-option/select-option.component.mjs +2 -1
  199. package/esm2022/components/select/lib/directives/select-input-control.directive.mjs +4 -1
  200. package/esm2022/components/select/lib/select.component.mjs +8 -2
  201. package/esm2022/components/slider/lib/slider.directive.mjs +7 -4
  202. package/esm2022/components/spinbox/lib/spinbox.component.mjs +10 -1
  203. package/esm2022/components/tab-bar/lib/components/tab-bar-item/tab-bar-item.component.mjs +5 -2
  204. package/esm2022/components/table/lib/components/check-cell/check-cell.component.mjs +5 -2
  205. package/esm2022/components/table/lib/components/header-title/header-title.component.mjs +11 -1
  206. package/esm2022/components/table/lib/table.component.mjs +15 -1
  207. package/esm2022/components/timepicker/lib/components/timepicker-option.component.mjs +10 -2
  208. package/esm2022/components/timepicker/lib/directives/timepicker-input-control.directive.mjs +3 -1
  209. package/esm2022/components/timepicker/lib/timepicker.component.mjs +14 -4
  210. package/esm2022/components/timepicker/lib/timepicker.service.mjs +1 -8
  211. package/esm2022/components/toast/lib/components/toast-container/toast-container.component.mjs +20 -1
  212. package/esm2022/components/toast/lib/components/toast-item/toast-item.component.mjs +24 -1
  213. package/esm2022/components/toast/lib/toast.service.mjs +13 -1
  214. package/esm2022/components/toggle-button-group/lib/components/toggle-button/toggle-button.component.mjs +4 -1
  215. package/esm2022/components/toggle-button-group/lib/toggle-button-group.component.mjs +3 -1
  216. package/esm2022/components/tooltip/lib/tooltip.component.mjs +6 -2
  217. package/esm2022/components/tooltip/lib/tooltip.directive.mjs +16 -3
  218. package/esm2022/components/wizard/lib/components/wizard-step/wizard-step.component.mjs +18 -1
  219. package/esm2022/components/wizard/lib/wizard.component.mjs +22 -4
  220. package/esm2022/lib/controllers/disabled.controller.mjs +9 -1
  221. package/esm2022/lib/controllers/readonly.controller.mjs +3 -1
  222. package/esm2022/lib/directives/click-outside.directive.mjs +2 -1
  223. package/esm2022/lib/services/window-ref.mjs +22 -4
  224. package/esm2022/theming/lib/helpers/prefers-dark-theme.mjs +1 -1
  225. package/esm2022/theming/lib/theming.service.mjs +3 -1
  226. package/esm2022/utils/lib/helpers/queue.mjs +24 -14
  227. package/fesm2022/odx-angular-cdk-checkbox-control.mjs +19 -1
  228. package/fesm2022/odx-angular-cdk-checkbox-control.mjs.map +1 -1
  229. package/fesm2022/odx-angular-cdk-connected-overlay.mjs +1 -1
  230. package/fesm2022/odx-angular-cdk-connected-overlay.mjs.map +1 -1
  231. package/fesm2022/odx-angular-cdk-dynamic-view.mjs +3 -0
  232. package/fesm2022/odx-angular-cdk-dynamic-view.mjs.map +1 -1
  233. package/fesm2022/odx-angular-cdk-expandable.mjs +13 -6
  234. package/fesm2022/odx-angular-cdk-expandable.mjs.map +1 -1
  235. package/fesm2022/odx-angular-cdk-option-control.mjs +2 -0
  236. package/fesm2022/odx-angular-cdk-option-control.mjs.map +1 -1
  237. package/fesm2022/odx-angular-cdk-radio-group-control.mjs +20 -0
  238. package/fesm2022/odx-angular-cdk-radio-group-control.mjs.map +1 -1
  239. package/fesm2022/odx-angular-components-accordion.mjs +8 -3
  240. package/fesm2022/odx-angular-components-accordion.mjs.map +1 -1
  241. package/fesm2022/odx-angular-components-action-group.mjs +3 -0
  242. package/fesm2022/odx-angular-components-action-group.mjs.map +1 -1
  243. package/fesm2022/odx-angular-components-area-header.mjs +2 -1
  244. package/fesm2022/odx-angular-components-area-header.mjs.map +1 -1
  245. package/fesm2022/odx-angular-components-autocomplete.mjs +19 -4
  246. package/fesm2022/odx-angular-components-autocomplete.mjs.map +1 -1
  247. package/fesm2022/odx-angular-components-avatar.mjs +6 -2
  248. package/fesm2022/odx-angular-components-avatar.mjs.map +1 -1
  249. package/fesm2022/odx-angular-components-badge.mjs +24 -4
  250. package/fesm2022/odx-angular-components-badge.mjs.map +1 -1
  251. package/fesm2022/odx-angular-components-bar.mjs +6 -0
  252. package/fesm2022/odx-angular-components-bar.mjs.map +1 -1
  253. package/fesm2022/odx-angular-components-button-group.mjs +12 -0
  254. package/fesm2022/odx-angular-components-button-group.mjs.map +1 -1
  255. package/fesm2022/odx-angular-components-button.mjs +9 -1
  256. package/fesm2022/odx-angular-components-button.mjs.map +1 -1
  257. package/fesm2022/odx-angular-components-calendar.mjs +63 -1
  258. package/fesm2022/odx-angular-components-calendar.mjs.map +1 -1
  259. package/fesm2022/odx-angular-components-card.mjs +36 -0
  260. package/fesm2022/odx-angular-components-card.mjs.map +1 -1
  261. package/fesm2022/odx-angular-components-checkbox.mjs +9 -2
  262. package/fesm2022/odx-angular-components-checkbox.mjs.map +1 -1
  263. package/fesm2022/odx-angular-components-chip.mjs +14 -2
  264. package/fesm2022/odx-angular-components-chip.mjs.map +1 -1
  265. package/fesm2022/odx-angular-components-circular-progress.mjs +15 -2
  266. package/fesm2022/odx-angular-components-circular-progress.mjs.map +1 -1
  267. package/fesm2022/odx-angular-components-datepicker.mjs +35 -2
  268. package/fesm2022/odx-angular-components-datepicker.mjs.map +1 -1
  269. package/fesm2022/odx-angular-components-daterangepicker.mjs +15 -9
  270. package/fesm2022/odx-angular-components-daterangepicker.mjs.map +1 -1
  271. package/fesm2022/odx-angular-components-dropdown.mjs +32 -8
  272. package/fesm2022/odx-angular-components-dropdown.mjs.map +1 -1
  273. package/fesm2022/odx-angular-components-error-page.mjs +2 -0
  274. package/fesm2022/odx-angular-components-error-page.mjs.map +1 -1
  275. package/fesm2022/odx-angular-components-footer.mjs +7 -4
  276. package/fesm2022/odx-angular-components-footer.mjs.map +1 -1
  277. package/fesm2022/odx-angular-components-form-field.mjs +62 -13
  278. package/fesm2022/odx-angular-components-form-field.mjs.map +1 -1
  279. package/fesm2022/odx-angular-components-header-navigation.mjs.map +1 -1
  280. package/fesm2022/odx-angular-components-icon.mjs +15 -3
  281. package/fesm2022/odx-angular-components-icon.mjs.map +1 -1
  282. package/fesm2022/odx-angular-components-inline-message.mjs +5 -1
  283. package/fesm2022/odx-angular-components-inline-message.mjs.map +1 -1
  284. package/fesm2022/odx-angular-components-list.mjs +12 -1
  285. package/fesm2022/odx-angular-components-list.mjs.map +1 -1
  286. package/fesm2022/odx-angular-components-loading-spinner.mjs +10 -0
  287. package/fesm2022/odx-angular-components-loading-spinner.mjs.map +1 -1
  288. package/fesm2022/odx-angular-components-modal.mjs +110 -25
  289. package/fesm2022/odx-angular-components-modal.mjs.map +1 -1
  290. package/fesm2022/odx-angular-components-notification.mjs +25 -26
  291. package/fesm2022/odx-angular-components-notification.mjs.map +1 -1
  292. package/fesm2022/odx-angular-components-paginator.mjs +50 -0
  293. package/fesm2022/odx-angular-components-paginator.mjs.map +1 -1
  294. package/fesm2022/odx-angular-components-progress.mjs +6 -1
  295. package/fesm2022/odx-angular-components-progress.mjs.map +1 -1
  296. package/fesm2022/odx-angular-components-radio-group.mjs +8 -0
  297. package/fesm2022/odx-angular-components-radio-group.mjs.map +1 -1
  298. package/fesm2022/odx-angular-components-rail-navigation.mjs +16 -2
  299. package/fesm2022/odx-angular-components-rail-navigation.mjs.map +1 -1
  300. package/fesm2022/odx-angular-components-rich-list.mjs +6 -5
  301. package/fesm2022/odx-angular-components-rich-list.mjs.map +1 -1
  302. package/fesm2022/odx-angular-components-select.mjs +11 -1
  303. package/fesm2022/odx-angular-components-select.mjs.map +1 -1
  304. package/fesm2022/odx-angular-components-slider.mjs +6 -3
  305. package/fesm2022/odx-angular-components-slider.mjs.map +1 -1
  306. package/fesm2022/odx-angular-components-spinbox.mjs +9 -0
  307. package/fesm2022/odx-angular-components-spinbox.mjs.map +1 -1
  308. package/fesm2022/odx-angular-components-tab-bar.mjs +4 -1
  309. package/fesm2022/odx-angular-components-tab-bar.mjs.map +1 -1
  310. package/fesm2022/odx-angular-components-table.mjs +28 -1
  311. package/fesm2022/odx-angular-components-table.mjs.map +1 -1
  312. package/fesm2022/odx-angular-components-timepicker.mjs +24 -11
  313. package/fesm2022/odx-angular-components-timepicker.mjs.map +1 -1
  314. package/fesm2022/odx-angular-components-toast.mjs +54 -0
  315. package/fesm2022/odx-angular-components-toast.mjs.map +1 -1
  316. package/fesm2022/odx-angular-components-toggle-button-group.mjs +5 -0
  317. package/fesm2022/odx-angular-components-toggle-button-group.mjs.map +1 -1
  318. package/fesm2022/odx-angular-components-tooltip.mjs +20 -3
  319. package/fesm2022/odx-angular-components-tooltip.mjs.map +1 -1
  320. package/fesm2022/odx-angular-components-wizard.mjs +38 -3
  321. package/fesm2022/odx-angular-components-wizard.mjs.map +1 -1
  322. package/fesm2022/odx-angular-theming.mjs +2 -0
  323. package/fesm2022/odx-angular-theming.mjs.map +1 -1
  324. package/fesm2022/odx-angular-utils.mjs +23 -13
  325. package/fesm2022/odx-angular-utils.mjs.map +1 -1
  326. package/fesm2022/odx-angular.mjs +32 -3
  327. package/fesm2022/odx-angular.mjs.map +1 -1
  328. package/lib/controllers/disabled.controller.d.ts +8 -0
  329. package/lib/controllers/readonly.controller.d.ts +2 -0
  330. package/lib/directives/click-outside.directive.d.ts +1 -0
  331. package/lib/services/window-ref.d.ts +21 -3
  332. package/package.json +1 -1
  333. package/theming/lib/theming.service.d.ts +2 -0
  334. package/utils/lib/helpers/queue.d.ts +23 -13
@@ -10,7 +10,7 @@ export interface WithBrowserNotificationsOptions {
10
10
  }
11
11
  /**
12
12
  * Configures the application to send browser notifications, using Angular's `ENVIRONMENT_INITIALIZER` for setup.
13
- * @function withBrowserNotifications
13
+ *
14
14
  * @param {WithBrowserNotificationsOptions} [options] - Optional configuration for browser notifications.
15
15
  * @returns {NotificationFeature} A notification feature for integration into the application environment.
16
16
  */
@@ -3,6 +3,7 @@ import { NotificationFeature, NotificationRef } from '../models';
3
3
  /**
4
4
  * Type definition for a function that loads notifications.
5
5
  * Can return notifications directly as an array, as a Promise, or as an Observable.
6
+ *
6
7
  * @typedef {Function} LoadNotificationsFn
7
8
  * @returns {Observable<NotificationRef[]> | Promise<NotificationRef[]> | NotificationRef[]} The loaded notifications.
8
9
  */
@@ -11,7 +12,7 @@ export type LoadNotificationsFn = () => Observable<NotificationRef[]> | Promise<
11
12
  * Integrates notification loading into the application environment. This function uses the Angular
12
13
  * `ENVIRONMENT_INITIALIZER` to ensure that notifications are loaded as part of the application's
13
14
  * initialization process.
14
- * @function withLoadNotifications
15
+ *
15
16
  * @param {LoadNotificationsFn} loadFn - The function to load notifications.
16
17
  * @returns {NotificationFeature} A notification feature configured to load notifications at startup.
17
18
  */
@@ -11,7 +11,7 @@ export declare const ODX_NOTIFICATION_TRANSFORMER: InjectionToken<NotificationTr
11
11
  /**
12
12
  * Attempts to inject a NotificationTransformFn from the Angular DI system.
13
13
  * If no provider is found, it returns null.
14
- * @function injectNotificationTransform
14
+ *
15
15
  * @returns {NotificationTransformFn | null} The injected NotificationTransformFn, or null if not provided.
16
16
  */
17
17
  export declare function injectNotificationTransform(): NotificationTransformFn | null;
@@ -19,7 +19,7 @@ export declare function injectNotificationTransform(): NotificationTransformFn |
19
19
  * Configures a notification transformation function to be used within the application.
20
20
  * This function provides a mechanism to globally apply transformations to notifications
21
21
  * before they are processed or displayed.
22
- * @function withNotificationTransform
22
+ *
23
23
  * @param {NotificationTransformFn} transformFn - The function to transform notifications.
24
24
  * @returns {NotificationFeature} A NotificationFeature configured with the provided transformation function.
25
25
  */
@@ -7,22 +7,20 @@ export interface NotificationSerializer {
7
7
  }
8
8
  /**
9
9
  * Implementation of NotificationSerializer for persistent storage.
10
- * @class PersistentNotificationSerializer
10
+ *
11
11
  * @implements {NotificationSerializer}
12
12
  */
13
13
  export declare class PersistentNotificationSerializer implements NotificationSerializer {
14
14
  /**
15
15
  * Serializes an array of NotificationRef objects into a string.
16
- * @function serialize
17
- * @memberof NotificationSerializer
16
+ *
18
17
  * @param {NotificationRef[]} value - The notification references to serialize.
19
18
  * @returns {Promise<string>} A promise that resolves to the serialized string representation of notification references.
20
19
  */
21
20
  serialize(value: NotificationRef[]): Promise<string>;
22
21
  /**
23
22
  * Deserializes a string into an array of NotificationRef objects.
24
- * @function deserialize
25
- * @memberof NotificationSerializer
23
+ *
26
24
  * @param {string} value - The string representation of notification references to deserialize.
27
25
  * @returns {Promise<NotificationRef[]>} A promise that resolves to the deserialized notification references.
28
26
  */
@@ -42,21 +40,21 @@ export interface WithPersistentNotificationsOptions {
42
40
  }
43
41
  /**
44
42
  * Initializes and returns a function for loading persistent notifications.
45
- * @function initPersistentNotifications
43
+ *
46
44
  * @param {WithPersistentNotificationsStorageOptions} options - The storage options including serializer and storage key.
47
45
  * @returns {LoadNotificationsFn} A function to load notifications from storage.
48
46
  */
49
47
  export declare function initPersistentNotifications({ storage, storageKey, serializer, idTransformer, }: WithPersistentNotificationsStorageOptions): LoadNotificationsFn;
50
48
  /**
51
49
  * Returns a function for persisting notifications.
52
- * @function persistNotifications
50
+ *
53
51
  * @param {WithPersistentNotificationsStorageOptions} options - The storage options including serializer and storage key.
54
52
  * @returns {SaveNotificationsFn} A function to save notifications to storage.
55
53
  */
56
54
  export declare function persistNotifications({ storage, storageKey, serializer }: WithPersistentNotificationsStorageOptions): SaveNotificationsFn;
57
55
  /**
58
56
  * Configures the application to use persistent notifications, automatically loading from and saving to the configured storage.
59
- * @function withPersistentNotifications
57
+ *
60
58
  * @param {Partial<WithPersistentNotificationsOptions>} [options] - Optional configuration for persistent notifications.
61
59
  * @returns {NotificationFeature} A notification feature configured for persistence.
62
60
  */
@@ -4,7 +4,7 @@ export type SaveNotificationsFn = (notificationRefs: NotificationRef[]) => Obser
4
4
  /**
5
5
  * Configures the application to automatically save notifications using a specified save function.
6
6
  * This setup integrates with Angular's environment initialization process to ensure notifications are saved as needed.
7
- * @function withSaveNotifications
7
+ *
8
8
  * @param {SaveNotificationsFn} saveFn - The function to save notifications.
9
9
  * @returns {NotificationFeature} A notification feature configured to automatically save notifications.
10
10
  */
@@ -18,66 +18,102 @@ export declare class PaginatorComponent {
18
18
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
19
19
  /**
20
20
  * Function to generate summary content for display, such as "Items 1-10 of 100".
21
+ *
22
+ * @type {GetSummaryContentFn | null}
23
+ * @default null
21
24
  */
22
25
  getSummaryContentFn?: GetSummaryContentFn | null;
23
26
  /**
24
27
  * Function to generate range content for display, such as "Page 1 of 10".
28
+ *
29
+ * @type {GetRangeContentFn | null}
30
+ * @default null
25
31
  */
26
32
  getRangeContentFn?: GetRangeContentFn | null;
27
33
  /**
28
34
  * Determines whether the summary content is displayed.
35
+ *
36
+ * @type {boolean}
37
+ * @default true
29
38
  */
30
39
  showSummary: boolean;
31
40
  /**
32
41
  * Determines whether buttons for navigating to the first and last pages are displayed.
42
+ *
43
+ * @type {boolean}
44
+ * @default true
33
45
  */
34
46
  showFirstLastButtons: boolean;
35
47
  /**
36
48
  * The current page index. Setter ensures the page index is non-negative.
49
+ *
50
+ * @param {number} value - The new page index.
37
51
  */
38
52
  set pageIndex(value: number);
39
53
  /**
40
54
  * Gets the current page index, returns -1 if length is zero.
55
+ *
56
+ * @returns {number}
41
57
  */
42
58
  get pageIndex(): number;
43
59
  /**
44
60
  * The number of items per page. Setter ensures the page size is positive.
61
+ *
62
+ * @param {number} value - The new page size.
45
63
  */
46
64
  set pageSize(value: number);
47
65
  /**
48
66
  * Gets the number of items per page.
67
+ *
68
+ * @returns {number}
49
69
  */
50
70
  get pageSize(): number;
51
71
  /**
52
72
  * The total number of items. Setter ensures the length is non-negative.
73
+ *
74
+ * @param {number} value - The new total number of items.
53
75
  */
54
76
  set length(value: number);
55
77
  /**
56
78
  * Gets the total number of items.
79
+ *
80
+ * @returns {number}
57
81
  */
58
82
  get length(): number;
59
83
  /**
60
84
  * Event emitted when the page index changes, providing details of the new page context.
85
+ *
86
+ * @emits {PageChangeEvent}
61
87
  */
62
88
  pageChanged: EventEmitter<PageChangeEvent>;
63
89
  /**
64
90
  * Determines whether pagination controls are disabled.
91
+ *
92
+ * @returns {boolean}
65
93
  */
66
94
  get isDisabled(): boolean;
67
95
  /**
68
96
  * Default function to generate summary content if no function is provided.
97
+ *
98
+ * @returns {GetSummaryContentFn}
69
99
  */
70
100
  get defaultGetSummaryContentFn(): GetSummaryContentFn;
71
101
  /**
72
102
  * Default function to generate range content if no function is provided.
103
+ *
104
+ * @returns {GetRangeContentFn}
73
105
  */
74
106
  get defaultGetRangeContentFn(): GetRangeContentFn;
75
107
  /**
76
108
  * Computes and returns the dynamic summary content.
109
+ *
110
+ * @returns {DynamicTextContent}
77
111
  */
78
112
  get summaryContent(): DynamicTextContent;
79
113
  /**
80
114
  * Computes and returns the dynamic range content.
115
+ *
116
+ * @returns {DynamicTextContent}
81
117
  */
82
118
  get rangeContent(): DynamicTextContent;
83
119
  /**
@@ -98,30 +134,44 @@ export declare class PaginatorComponent {
98
134
  lastPage(): void;
99
135
  /**
100
136
  * Determines whether the current page is the first page.
137
+ *
138
+ * @returns {boolean}
101
139
  */
102
140
  get isFirstPage(): boolean;
103
141
  /**
104
142
  * Determines whether the current page is the last page.
143
+ *
144
+ * @returns {boolean}
105
145
  */
106
146
  get isLastPage(): boolean;
107
147
  /**
108
148
  * Determines whether the previous button is disabled.
149
+ *
150
+ * @returns {boolean}
109
151
  */
110
152
  get isPreviousDisabled(): boolean;
111
153
  /**
112
154
  * Determines whether the next button is disabled.
155
+ *
156
+ * @returns {boolean}
113
157
  */
114
158
  get isNextDisabled(): boolean;
115
159
  /**
116
160
  * Gets the total number of pages.
161
+ *
162
+ * @returns {number}
117
163
  */
118
164
  get totalPages(): number;
119
165
  /**
120
166
  * Gets the index of the first item on the current page.
167
+ *
168
+ * @returns {number}
121
169
  */
122
170
  get startItemIndex(): number;
123
171
  /**
124
172
  * Gets the index of the last item on the current page.
173
+ *
174
+ * @returns {number}
125
175
  */
126
176
  get endItemIndex(): number;
127
177
  /**
@@ -11,15 +11,20 @@ export declare class ProgressComponent {
11
11
  /**
12
12
  * Indicates if the progress bar is in indeterminate state, which is typically used for loading processes
13
13
  * where the completion percentage is unknown.
14
+ *
15
+ * @type {boolean}
14
16
  */
15
17
  indeterminate: boolean;
16
18
  /**
17
19
  * Sets the current value of the progress bar. Accepts a number between 0 and 100 or -1 for indeterminate.
18
- * @param value The new value of the progress bar. -1 sets the bar to indeterminate.
20
+ *
21
+ * @param {number} value - The new value of the progress bar. -1 sets the bar to indeterminate.
19
22
  */
20
23
  set value(value: number);
21
24
  /**
22
25
  * Gets the current value of the progress bar.
26
+ *
27
+ * @returns {number}
23
28
  */
24
29
  get value(): number;
25
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
@@ -5,6 +5,8 @@ import * as i0 from "@angular/core";
5
5
  * Represents a radio button component.
6
6
  * @extends {RadioControlDirective<T>}
7
7
  *
8
+ * @template T - The type of the radio button value.
9
+ *
8
10
  * @remarks
9
11
  * To add subtitle text to the radio button, use class `odx-radio-button__subtitle` in template's content.
10
12
  *
@@ -21,6 +23,11 @@ import * as i0 from "@angular/core";
21
23
  export declare class RadioButtonComponent<T = unknown> extends RadioControlDirective<T> implements AfterViewInit {
22
24
  protected withLabel: boolean;
23
25
  readonly element: ElementRef<HTMLElement>;
26
+ /**
27
+ * The reference to the content element of the radio button component.
28
+ *
29
+ * @type {ElementRef<HTMLDivElement>}
30
+ */
24
31
  contentElement: ElementRef<HTMLDivElement>;
25
32
  ngAfterViewInit(): void;
26
33
  protected onContentChange(): void;
@@ -4,7 +4,10 @@ import * as i0 from "@angular/core";
4
4
  * RadioGroupComponent manages a group of radio buttons, providing Angular form control integration
5
5
  * and additional states like disabled and readonly. It supports both vertical and horizontal layouts.
6
6
  *
7
+ * @template T - The type of the value handled by the radio group.
8
+ *
7
9
  * The component extends the `RadioGroupControlDirective`, which provides the core functionality for managing.
10
+ *
8
11
  * @see {RadioGroupControlDirective}
9
12
  */
10
13
  export declare class RadioGroupComponent<T = unknown> extends RadioGroupControlDirective<T> {
@@ -12,6 +15,9 @@ export declare class RadioGroupComponent<T = unknown> extends RadioGroupControlD
12
15
  /**
13
16
  * Determines whether the radio buttons are arranged horizontally.
14
17
  * When set to `true`, radio buttons are aligned side by side.
18
+ *
19
+ * @type {boolean}
20
+ * @default false
15
21
  */
16
22
  horizontal: boolean;
17
23
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioGroupComponent<any>, never>;
@@ -16,14 +16,23 @@ export declare class RailNavigationItemComponent {
16
16
  /**
17
17
  * Indicates whether the navigation item is selected. This can be manually set or derived from router state.
18
18
  * Uses booleanAttribute transformer for attribute binding.
19
+ *
20
+ * @type {boolean}
21
+ * @default false
19
22
  */
20
23
  isSelected: boolean;
21
24
  /**
22
25
  * The name of the icon to be displayed. This input is required.
26
+ *
27
+ * @type {string}
28
+ * @required
23
29
  */
24
30
  iconName: string;
25
31
  /**
26
32
  * Optional input to specify the icon set from which the icon should be taken.
33
+ *
34
+ * @type {string}
35
+ * @default 'core'
27
36
  */
28
37
  iconSet: string;
29
38
  static ɵfac: i0.ɵɵFactoryDeclaration<RailNavigationItemComponent, never>;
@@ -10,21 +10,29 @@ export declare class RailNavigationComponent {
10
10
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
11
11
  /**
12
12
  * Indicates whether the rail navigation is open. Uses booleanAttribute transformer for attribute binding.
13
+ *
14
+ * @type {boolean}
15
+ * @default true
13
16
  */
14
17
  isOpen: boolean;
15
18
  /**
16
19
  * Specifies the visual variant of the rail navigation.
17
- * @see {RailNavigationVariant}
20
+ *
21
+ * @type {RailNavigationVariant}
22
+ * @default RailNavigationVariant.DEFAULT
18
23
  */
19
24
  variant: RailNavigationVariant;
20
25
  /**
21
26
  * Emits changes to the `isOpen` state, allowing for external reaction to state changes.
27
+ *
28
+ * @emits {boolean} - The new state of the rail navigation.
22
29
  */
23
30
  isOpenChange: EventEmitter<boolean>;
24
31
  /**
25
32
  * Toggles the open state of the rail navigation. Optionally accepts a boolean to force the state to open or closed.
26
33
  * Does not perform any action if the variant is set to BAR.
27
- * @param forceState Optionally force the toggle to a specific state.
34
+ *
35
+ * @param {boolean | undefined} forceState - Optionally force the toggle to a specific state.
28
36
  */
29
37
  toggle(forceState?: boolean): void;
30
38
  /**
@@ -17,11 +17,9 @@ export declare class RichListItemComponent {
17
17
  readonly expandableItem: ExpandableItemDirective;
18
18
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
19
19
  /**
20
- * Emits an event whenever the expanded state of the `RichListItemComponent` changes. This EventEmitter
21
- * outputs a boolean value that indicates the new expanded state of the component: `true` for expanded
22
- * and `false` for collapsed. This allows for external components or services to react to changes
23
- * in the item's expanded state, providing an opportunity to implement custom behaviors or actions
24
- * based on the expansion/collapse of the item.
20
+ * Emits an event whenever the expanded state of the `RichListItemComponent` changes.
21
+ *
22
+ * @emits {boolean} The new expanded state of the component.
25
23
  */
26
24
  expandedChange: EventEmitter<boolean>;
27
25
  /**
@@ -32,11 +30,11 @@ export declare class RichListItemComponent {
32
30
  * calling `toggle` will collapse it, hiding these elements from view.
33
31
  */
34
32
  toggle(): void;
35
- get titleId(): string;
36
- get slotId(): string;
37
- get empty(): boolean;
38
- get isDisabled(): boolean;
39
- onAnimationEnd(): void;
33
+ protected get titleId(): string;
34
+ protected get slotId(): string;
35
+ protected get empty(): boolean;
36
+ protected get isDisabled(): boolean;
37
+ protected onAnimationEnd(): void;
40
38
  static ɵfac: i0.ɵɵFactoryDeclaration<RichListItemComponent, never>;
41
39
  static ɵcmp: i0.ɵɵComponentDeclaration<RichListItemComponent, "odx-rich-list-item", never, {}, { "expandedChange": "expandedChange"; }, ["content"], ["odx-rich-list-item-header", "odx-rich-list-content"], true, [{ directive: typeof i1.ExpandableItemDirective; inputs: { "expanded": "expanded"; "id": "id"; }; outputs: {}; }]>;
42
40
  }
@@ -12,6 +12,9 @@ export declare class RichListComponent {
12
12
  /**
13
13
  * Determines whether the list is displayed in a condensed format.
14
14
  * This makes the list more compact by reducing the padding and margins.
15
+ *
16
+ * @type {boolean}
17
+ * @default false
15
18
  */
16
19
  condensed: boolean;
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<RichListComponent, never>;
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
7
7
  * and can be disabled as needed.
8
8
  * It extends OptionControl to provide additional behavior specific to select components.
9
9
  *
10
+ * @template T - The type of the value selected in the option.
10
11
  * @see {OptionControl}
11
12
  */
12
13
  export declare class SelectOptionComponent<T = unknown> extends OptionControl<T> implements OnInit {
@@ -12,9 +12,12 @@ export declare class SelectInputControlDirective extends InputControlDirective {
12
12
  /**
13
13
  * Dynamic content to be displayed when no matching search results are found.
14
14
  * This can be specified as HTML content or a string.
15
+ *
16
+ * @type {DynamicContent | null}
17
+ * @default null
15
18
  */
16
19
  notFoundContent: DynamicContent | null;
17
- handleDelete(): void;
20
+ protected handleDelete(): void;
18
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputControlDirective, never>;
19
22
  static ɵdir: i0.ɵɵDirectiveDeclaration<SelectInputControlDirective, "input[odxSelectSearchField]", never, { "notFoundContent": { "alias": "odxSelectSearchField"; "required": false; }; }, {}, never, never, true, never>;
20
23
  }
@@ -8,6 +8,8 @@ import * as i0 from "@angular/core";
8
8
  * SelectComponent provides an advanced dropdown list that supports autocomplete, multiple selection,
9
9
  * and accessibility features. It extends AutocompleteControl for seamless integration with Angular forms.
10
10
  *
11
+ * @template T - The type of the value selected in the select.
12
+ *
11
13
  * @see {AutocompleteControl}
12
14
  */
13
15
  export declare class SelectComponent<T = unknown> extends AutocompleteControl<T | null> implements AfterViewInit {
@@ -18,7 +20,7 @@ export declare class SelectComponent<T = unknown> extends AutocompleteControl<T
18
20
  /**
19
21
  * Directive managing the search input field within the select.
20
22
  *
21
- * @type {SelectInputControlDirective}
23
+ * @type {SelectInputControlDirective | undefined}
22
24
  */
23
25
  searchField?: SelectInputControlDirective;
24
26
  /**
@@ -33,18 +35,21 @@ export declare class SelectComponent<T = unknown> extends AutocompleteControl<T
33
35
  * Placeholder text for the select input when no option is selected.
34
36
  *
35
37
  * @type {string}
38
+ * @default ''
36
39
  */
37
40
  placeholder: string;
38
41
  /**
39
42
  * Sets whether multiple options can be selected.
40
43
  *
41
44
  * @type {boolean}
45
+ * @default false
42
46
  */
43
47
  multiple: boolean;
44
48
  /**
45
49
  * Custom template for displaying the selected option.
46
50
  *
47
51
  * @type {TemplateRef<{ $implicit: T }> | null}
52
+ * @default null
48
53
  */
49
54
  selectedOptionTemplate?: TemplateRef<{
50
55
  $implicit: T;
@@ -53,6 +58,7 @@ export declare class SelectComponent<T = unknown> extends AutocompleteControl<T
53
58
  * Function to determine if two options are identical, useful for detecting changes in selection.
54
59
  *
55
60
  * @type {IdentityMatcher<T | null>}
61
+ * @default ODX_DEFAULT_IDENTITY_MATCHER
56
62
  *
57
63
  * @example
58
64
  * ```ts
@@ -12,20 +12,23 @@ export declare class SliderDirective {
12
12
  readonly element: ElementRef<HTMLInputElement>;
13
13
  /**
14
14
  * Retrieves the current value of the slider.
15
+ *
16
+ * @returns {number}
15
17
  */
16
18
  get value(): number;
17
19
  /**
18
20
  * Retrieves the maximum value of the slider. Defaults to 100 if not specified.
21
+ *
22
+ * @returns {number}
19
23
  */
20
24
  get max(): number;
21
25
  /**
22
26
  * Retrieves the minimum value of the slider. Defaults to the native minimum if not specified.
27
+ *
28
+ * @returns {number}
23
29
  */
24
30
  get min(): number;
25
- /**
26
- * Computes the percentage of the slider.
27
- */
28
- get valuePercentage(): number;
31
+ protected get valuePercentage(): number;
29
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderDirective, never>;
30
33
  static ɵdir: i0.ɵɵDirectiveDeclaration<SliderDirective, "input[type=range][odxSlider]", never, {}, {}, never, never, true, [{ directive: typeof i1.WithDisabledState; inputs: {}; outputs: {}; }]>;
31
34
  }
@@ -16,14 +16,23 @@ export declare class SpinboxComponent extends CustomFormControl<number> implemen
16
16
  readonly element: ElementRef<HTMLElement>;
17
17
  /**
18
18
  * The maximum allowable value for the spinbox.
19
+ *
20
+ * @type {number}
21
+ * @default Infinity
19
22
  */
20
23
  max: number;
21
24
  /**
22
25
  * The minimum allowable value for the spinbox.
26
+ *
27
+ * @type {number}
28
+ * @default -Infinity
23
29
  */
24
30
  min: number;
25
31
  /**
26
32
  * The value increment or decrement step for the spinbox.
33
+ *
34
+ * @type {number}
35
+ * @default 1
27
36
  */
28
37
  step: number;
29
38
  constructor();
@@ -23,12 +23,15 @@ export declare class TabBarItemComponent implements Highlightable, OnInit {
23
23
  /**
24
24
  * Indicates if the tab can be closed. This controls the visibility of the close button
25
25
  * and enables the emission of the `tabClose` event when the tab is closed.
26
+ *
26
27
  * @type {boolean}
28
+ * @default false
27
29
  */
28
30
  closable: boolean;
29
31
  /**
30
32
  * Event emitter that fires when the tab is closed. It emits the instance of the tab item component.
31
- * @type {EventEmitter<TabBarItemComponent>}
33
+ *
34
+ * @emits {TabBarItemComponent}
32
35
  */
33
36
  tabClose: EventEmitter<TabBarItemComponent>;
34
37
  ngOnInit(): void;
@@ -10,12 +10,15 @@ export declare class CheckCellComponent {
10
10
  readonly element: import("@angular/core").ElementRef<HTMLElement>;
11
11
  /**
12
12
  * Indicates whether the checkbox within the table cell is checked.
13
+ *
13
14
  * @type {boolean}
15
+ * @default false
14
16
  */
15
17
  checked: boolean;
16
18
  /**
17
19
  * Event emitter that triggers when the checked state changes. It emits the new state of the checkbox.
18
- * @type {EventEmitter<boolean>}
20
+ *
21
+ * @emits {boolean}
19
22
  */
20
23
  checkedChange: EventEmitter<boolean>;
21
24
  /**
@@ -15,21 +15,28 @@ export declare class HeaderTitleComponent implements OnInit {
15
15
  private sortStatus;
16
16
  /**
17
17
  * The header cell item containing metadata like column name, sortability, and whether it should include a checkbox.
18
- * @see {TableHeaderCell}
18
+ *
19
+ * @type {TableHeaderCell}
19
20
  */
20
21
  item: TableHeaderCell;
21
22
  /**
22
23
  * FormGroup to manage the checkbox state within the header.
24
+ *
25
+ * @type {FormGroup}
23
26
  */
24
27
  checkForm: FormGroup<{
25
28
  check: FormControl<boolean | null>;
26
29
  }>;
27
30
  /**
28
31
  * Computes and returns the current sort status of the column associated with this header.
32
+ *
33
+ * @returns {SortStatus}
29
34
  */
30
35
  get getSortStatus(): SortStatus;
31
36
  /**
32
37
  * Returns the icon or indicator for the current sorting status (ascending, descending, unsorted).
38
+ *
39
+ * @returns {TableSortVariant}
33
40
  */
34
41
  get sortIcon(): TableSortVariant;
35
42
  /**
@@ -42,6 +49,8 @@ export declare class HeaderTitleComponent implements OnInit {
42
49
  clearSortStatus(): void;
43
50
  /**
44
51
  * Returns the number of selected items in the column, used to determine checkbox state.
52
+ *
53
+ * @returns {number}
45
54
  */
46
55
  get selected(): number;
47
56
  /**
@@ -50,6 +59,8 @@ export declare class HeaderTitleComponent implements OnInit {
50
59
  check(): void;
51
60
  /**
52
61
  * Determines whether the checkbox should be marked as checked.
62
+ *
63
+ * @returns {boolean}
53
64
  */
54
65
  get checked(): boolean;
55
66
  ngOnInit(): void;