@inera/ids-angular 9.2.1 → 9.4.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 (239) hide show
  1. package/common/directives/click-outside.directive.d.ts +3 -3
  2. package/common/public-api.d.ts +1 -1
  3. package/components/accordion/accordion-header.component.d.ts +1 -1
  4. package/components/accordion/accordion.component.d.ts +5 -4
  5. package/components/alert/alert-header.component.d.ts +1 -1
  6. package/components/alert/alert.component.d.ts +2 -2
  7. package/components/box-link/box-link-button.component.d.ts +2 -2
  8. package/components/box-link/box-link.component.d.ts +2 -2
  9. package/components/breadcrumbs/breadcrumbs.component.d.ts +3 -4
  10. package/components/breadcrumbs/crumb.component.d.ts +1 -1
  11. package/components/carousel/carousel-item/carousel-item.component.d.ts +1 -1
  12. package/components/carousel/carousel.component.d.ts +4 -4
  13. package/components/control-button/control-button.directive.d.ts +5 -0
  14. package/components/control-button/index.d.ts +5 -0
  15. package/components/control-button/public-api.d.ts +1 -0
  16. package/components/dialog/dialog.component.d.ts +4 -4
  17. package/components/dialog/dialog.module.d.ts +12 -0
  18. package/components/dialog/public-api.d.ts +1 -0
  19. package/components/district-selector/district-selector.component.d.ts +14 -0
  20. package/components/district-selector/index.d.ts +5 -0
  21. package/components/district-selector/public-api.d.ts +1 -0
  22. package/components/dropdown/dropdown.component.d.ts +1 -1
  23. package/components/footer-1177/footer-1177-col.component.d.ts +4 -4
  24. package/components/footer-1177/footer-1177.component.d.ts +6 -4
  25. package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +4 -4
  26. package/components/footer-1177-admin/footer-1177-admin.component.d.ts +5 -4
  27. package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +4 -4
  28. package/components/footer-1177-pro/footer-1177-pro.component.d.ts +6 -4
  29. package/components/footer-inera/footer-inera-col.component.d.ts +4 -4
  30. package/components/footer-inera/footer-inera.component.d.ts +5 -4
  31. package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +4 -4
  32. package/components/footer-inera-admin/footer-inera-admin.component.d.ts +5 -4
  33. package/components/footer-inera-general/footer-inera-general-col.component.d.ts +4 -4
  34. package/components/footer-inera-general/footer-inera-general.component.d.ts +6 -4
  35. package/components/form/checkbox-group/checkbox-group.component.d.ts +4 -4
  36. package/components/form/input/input-clear-button.component.d.ts +5 -0
  37. package/components/form/input/input.component.d.ts +7 -3
  38. package/components/form/input/public-api.d.ts +1 -0
  39. package/components/form/label-subtitle/index.d.ts +5 -0
  40. package/components/form/label-subtitle/label-subtitle.component.d.ts +5 -0
  41. package/components/form/label-subtitle/public-api.d.ts +1 -0
  42. package/components/form/radio/radio-group.component.d.ts +4 -4
  43. package/components/form/radio/radio.component.d.ts +1 -1
  44. package/components/form/radio-button/radio-button-group.component.d.ts +1 -2
  45. package/components/form/range/range.component.d.ts +1 -1
  46. package/components/form/select/select.component.d.ts +1 -1
  47. package/components/form/select-multiple/select-multiple.component.d.ts +3 -3
  48. package/components/form/spinner/spinner.component.d.ts +2 -1
  49. package/components/form/textarea/textarea.component.d.ts +1 -1
  50. package/components/form/time/time.component.d.ts +1 -1
  51. package/components/global-alert/global-alert-actions.component.d.ts +1 -1
  52. package/components/global-alert/global-alert-header.component.d.ts +1 -1
  53. package/components/global-alert/global-alert.component.d.ts +2 -2
  54. package/components/header-1177/avatar/header-1177-avatar.component.d.ts +1 -1
  55. package/components/header-1177/header-1177.component.d.ts +6 -7
  56. package/components/header-1177/nav/header-1177-nav.component.d.ts +1 -1
  57. package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +5 -5
  58. package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +4 -4
  59. package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +3 -3
  60. package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +1 -1
  61. package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +1 -1
  62. package/components/header-1177-admin/header-1177-admin.component.d.ts +3 -3
  63. package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +6 -4
  64. package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +5 -5
  65. package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +1 -1
  66. package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +1 -1
  67. package/components/header-1177-pro/header-1177-pro.component.d.ts +3 -3
  68. package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +6 -4
  69. package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +5 -5
  70. package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +4 -4
  71. package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +1 -1
  72. package/components/header-inera/header-inera.component.d.ts +5 -6
  73. package/components/header-inera/nav/header-inera-nav.component.d.ts +3 -5
  74. package/components/header-inera/nav-item/header-inera-nav-item.component.d.ts +5 -5
  75. package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +1 -1
  76. package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +1 -1
  77. package/components/header-inera-admin/header-inera-admin.component.d.ts +12 -13
  78. package/components/header-inera-admin/header-inera-admin.module.d.ts +1 -1
  79. package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +6 -4
  80. package/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.d.ts +4 -4
  81. package/components/header-inera-admin/public-api.d.ts +12 -12
  82. package/components/header-inera-general/avatar/header-inera-general-avatar.component.d.ts +26 -0
  83. package/components/header-inera-general/avatar-mobile/header-inera-general-avatar-mobile.component.d.ts +26 -0
  84. package/components/header-inera-general/header-inera-general.component.d.ts +10 -6
  85. package/components/header-inera-general/header-inera-general.module.d.ts +11 -8
  86. package/components/header-inera-general/item/header-inera-general-item.component.d.ts +3 -1
  87. package/components/header-inera-general/nav/header-inera-general-nav.component.d.ts +1 -1
  88. package/components/header-inera-general/nav-item/header-inera-general-nav-item.component.d.ts +5 -5
  89. package/components/header-inera-general/nav-item-mobile/header-inera-general-nav-item-mobile.component.d.ts +8 -0
  90. package/components/header-inera-general/nav-mobile/header-inera-general-nav-mobile.component.d.ts +7 -0
  91. package/components/header-inera-general/public-api.d.ts +5 -1
  92. package/components/message-avatar/index.d.ts +5 -0
  93. package/components/message-avatar/message-avatar.component.d.ts +10 -0
  94. package/components/message-avatar/public-api.d.ts +1 -0
  95. package/components/mobile/menu/item/mobile-menu-item.component.d.ts +3 -3
  96. package/components/mobile/menu/mobile-menu.component.d.ts +1 -2
  97. package/components/navigation/content/navigation-content-item.component.d.ts +24 -0
  98. package/components/navigation/content/navigation-content-link.component.d.ts +1 -1
  99. package/components/navigation/content/navigation-content.component.d.ts +6 -3
  100. package/components/navigation/content/public-api.d.ts +1 -0
  101. package/components/navigation/local/navigation-local-link.component.d.ts +1 -1
  102. package/components/navigation/local/navigation-local.component.d.ts +1 -2
  103. package/components/popover/popover.component.d.ts +4 -4
  104. package/components/puff-list/puff-list-item.component.d.ts +1 -1
  105. package/components/puff-list/puff-list.component.d.ts +1 -2
  106. package/components/side-menu/side-menu.component.d.ts +4 -2
  107. package/components/side-panel/side-panel.component.d.ts +7 -6
  108. package/components/stepper/step.component.d.ts +2 -0
  109. package/components/stepper/stepper.component.d.ts +2 -2
  110. package/components/tabs/tab-group.component.d.ts +3 -2
  111. package/components/tabs/tab.component.d.ts +2 -2
  112. package/components/tag/tag.component.d.ts +1 -1
  113. package/components/tooltip/tooltip.component.d.ts +2 -2
  114. package/fesm2022/inera-ids-angular-common.mjs +31 -32
  115. package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
  116. package/fesm2022/inera-ids-angular-components-accordion.mjs +23 -32
  117. package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
  118. package/fesm2022/inera-ids-angular-components-action-link.mjs +3 -3
  119. package/fesm2022/inera-ids-angular-components-alert.mjs +12 -18
  120. package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
  121. package/fesm2022/inera-ids-angular-components-badge.mjs +4 -4
  122. package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
  123. package/fesm2022/inera-ids-angular-components-box-link.mjs +19 -23
  124. package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
  125. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +19 -30
  126. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
  127. package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
  128. package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
  129. package/fesm2022/inera-ids-angular-components-card.mjs +3 -3
  130. package/fesm2022/inera-ids-angular-components-carousel.mjs +20 -27
  131. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  132. package/fesm2022/inera-ids-angular-components-control-button.mjs +24 -0
  133. package/fesm2022/inera-ids-angular-components-control-button.mjs.map +1 -0
  134. package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
  135. package/fesm2022/inera-ids-angular-components-dialog.mjs +65 -35
  136. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  137. package/fesm2022/inera-ids-angular-components-district-selector.mjs +45 -0
  138. package/fesm2022/inera-ids-angular-components-district-selector.mjs.map +1 -0
  139. package/fesm2022/inera-ids-angular-components-dropdown.mjs +16 -19
  140. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  141. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +48 -55
  142. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
  143. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +49 -55
  144. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
  145. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +49 -55
  146. package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
  147. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +51 -58
  148. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  149. package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +53 -58
  150. package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs.map +1 -1
  151. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +51 -58
  152. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  153. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
  154. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +11 -17
  155. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
  156. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +3 -3
  157. package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
  158. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
  159. package/fesm2022/inera-ids-angular-components-form-input.mjs +66 -42
  160. package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
  161. package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs +25 -0
  162. package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs.map +1 -0
  163. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +11 -14
  164. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
  165. package/fesm2022/inera-ids-angular-components-form-radio.mjs +15 -21
  166. package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
  167. package/fesm2022/inera-ids-angular-components-form-range.mjs +4 -4
  168. package/fesm2022/inera-ids-angular-components-form-range.mjs.map +1 -1
  169. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +10 -13
  170. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
  171. package/fesm2022/inera-ids-angular-components-form-select.mjs +4 -4
  172. package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
  173. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -4
  174. package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
  175. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
  176. package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
  177. package/fesm2022/inera-ids-angular-components-form-time.mjs +4 -4
  178. package/fesm2022/inera-ids-angular-components-form-time.mjs.map +1 -1
  179. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
  180. package/fesm2022/inera-ids-angular-components-global-alert.mjs +17 -29
  181. package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
  182. package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
  183. package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
  184. package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
  185. package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
  186. package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
  187. package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
  188. package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
  189. package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
  190. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +86 -108
  191. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  192. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +123 -138
  193. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  194. package/fesm2022/inera-ids-angular-components-header-1177.mjs +142 -180
  195. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  196. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +101 -133
  197. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  198. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +391 -80
  199. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -1
  200. package/fesm2022/inera-ids-angular-components-header-inera.mjs +57 -86
  201. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  202. package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
  203. package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
  204. package/fesm2022/inera-ids-angular-components-message-avatar.mjs +35 -0
  205. package/fesm2022/inera-ids-angular-components-message-avatar.mjs.map +1 -0
  206. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +8 -14
  207. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  208. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +17 -26
  209. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  210. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +79 -18
  211. package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
  212. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +11 -17
  213. package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
  214. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +5 -5
  215. package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
  216. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
  217. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
  218. package/fesm2022/inera-ids-angular-components-popover.mjs +124 -79
  219. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  220. package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
  221. package/fesm2022/inera-ids-angular-components-puff-list.mjs +39 -45
  222. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  223. package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
  224. package/fesm2022/inera-ids-angular-components-side-menu.mjs +38 -28
  225. package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
  226. package/fesm2022/inera-ids-angular-components-side-panel.mjs +103 -91
  227. package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
  228. package/fesm2022/inera-ids-angular-components-stepper.mjs +24 -20
  229. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  230. package/fesm2022/inera-ids-angular-components-tabs.mjs +18 -26
  231. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  232. package/fesm2022/inera-ids-angular-components-tag.mjs +10 -10
  233. package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
  234. package/fesm2022/inera-ids-angular-components-toolbar.mjs +3 -3
  235. package/fesm2022/inera-ids-angular-components-tooltip.mjs +27 -33
  236. package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
  237. package/package.json +58 -42
  238. /package/common/services/{use-id.service.ts.d.ts → use-id.service.d.ts} +0 -0
  239. /package/components/header-inera-admin/nav-item-mobile/{header-inera-admin-nav-item-mobile.d.ts → header-inera-admin-nav-item-mobile.component.d.ts} +0 -0
@@ -7,10 +7,10 @@ export declare class IDHeaderIneraAdminNavItemComponent {
7
7
  activeChange: EventEmitter<boolean>;
8
8
  expanded: boolean;
9
9
  expandedChange: EventEmitter<boolean>;
10
- col1: TemplateRef<any> | null;
11
- col2: TemplateRef<any> | null;
12
- col3: TemplateRef<any> | null;
13
- col4: TemplateRef<any> | null;
10
+ col1: import("@angular/core").Signal<TemplateRef<any> | undefined>;
11
+ col2: import("@angular/core").Signal<TemplateRef<any> | undefined>;
12
+ col3: import("@angular/core").Signal<TemplateRef<any> | undefined>;
13
+ col4: import("@angular/core").Signal<TemplateRef<any> | undefined>;
14
14
  private idService;
15
15
  protected contentId: string;
16
16
  header: IDHeaderContext | null;
@@ -1,12 +1,12 @@
1
- export { IDHeaderIneraAdminModule } from "./header-inera-admin.module";
2
- export { IDHeaderIneraAdminComponent } from "./header-inera-admin.component";
3
- export { IDHeaderIneraAdminAvatarComponent } from "./avatar/header-inera-admin-avatar.component";
4
- export { IDHeaderIneraAdminAvatarMobileComponent } from "./avatar-mobile/header-inera-admin-avatar-mobile.component";
5
- export { IDHeaderIneraAdminItemComponent } from "./item/header-inera-admin-item.component";
6
- export { IDHeaderIneraAdminNavComponent } from "./nav/header-inera-admin-nav.component";
7
- export { IDHeaderIneraAdminNavItemComponent } from "./nav-item/header-inera-admin-nav-item.component";
8
- export { IDHeaderIneraAdminMenuMobileComponent } from "./menu-mobile/header-inera-admin-menu-mobile.component";
9
- export { IDHeaderIneraAdminSkipToContentComponent } from "./skip-to-content/header-inera-admin-skip-to-content.component";
10
- export { IDHeaderIneraAdminNavItemMenuLinkComponent } from "./nav-item-menu-link/header-inera-admin-nav-item-menu-link.component";
11
- export { IDHeaderIneraAdminNavItemMobileComponent } from "./nav-item-mobile/header-inera-admin-nav-item-mobile";
12
- export { IDHeaderIneraAdminBrandLinkDirective } from "./brand-link/header-inera-admin-brand-link.directive";
1
+ export { IDHeaderIneraAdminModule } from './header-inera-admin.module';
2
+ export { IDHeaderIneraAdminComponent } from './header-inera-admin.component';
3
+ export { IDHeaderIneraAdminAvatarComponent } from './avatar/header-inera-admin-avatar.component';
4
+ export { IDHeaderIneraAdminAvatarMobileComponent } from './avatar-mobile/header-inera-admin-avatar-mobile.component';
5
+ export { IDHeaderIneraAdminItemComponent } from './item/header-inera-admin-item.component';
6
+ export { IDHeaderIneraAdminNavComponent } from './nav/header-inera-admin-nav.component';
7
+ export { IDHeaderIneraAdminNavItemComponent } from './nav-item/header-inera-admin-nav-item.component';
8
+ export { IDHeaderIneraAdminMenuMobileComponent } from './menu-mobile/header-inera-admin-menu-mobile.component';
9
+ export { IDHeaderIneraAdminSkipToContentComponent } from './skip-to-content/header-inera-admin-skip-to-content.component';
10
+ export { IDHeaderIneraAdminNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-admin-nav-item-menu-link.component';
11
+ export { IDHeaderIneraAdminNavItemMobileComponent } from './nav-item-mobile/header-inera-admin-nav-item-mobile.component';
12
+ export { IDHeaderIneraAdminBrandLinkDirective } from './brand-link/header-inera-admin-brand-link.directive';
@@ -0,0 +1,26 @@
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
+ import { IDHeaderContext } from "@inera/ids-angular/common";
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDHeaderIneraGeneralAvatarComponent implements OnDestroy {
5
+ username?: string;
6
+ unit?: string;
7
+ persistent: boolean;
8
+ expanded: boolean;
9
+ expandedChange: EventEmitter<boolean>;
10
+ opened: EventEmitter<void>;
11
+ closed: EventEmitter<void>;
12
+ private idService;
13
+ contentId: string;
14
+ header: IDHeaderContext | null;
15
+ menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
16
+ private focusTrap;
17
+ constructor();
18
+ handleCloseEvent(): void;
19
+ closeAvatar(): void;
20
+ toggleAvatar(): void;
21
+ ngOnDestroy(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralAvatarComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralAvatarComponent, "id-header-inera-general-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-inera-general-avatar-agent", "*"], true, never>;
24
+ static ngAcceptInputType_persistent: unknown;
25
+ static ngAcceptInputType_expanded: unknown;
26
+ }
@@ -0,0 +1,26 @@
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
+ import { IDHeaderContext } from "@inera/ids-angular/common";
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDHeaderIneraGeneralAvatarMobileComponent implements OnDestroy {
5
+ username?: string;
6
+ unit?: string;
7
+ expanded: boolean;
8
+ persistent: boolean;
9
+ expandedChange: EventEmitter<boolean>;
10
+ opened: EventEmitter<void>;
11
+ closed: EventEmitter<void>;
12
+ private idService;
13
+ contentId: string;
14
+ header: IDHeaderContext | null;
15
+ menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
16
+ private focusTrap;
17
+ constructor();
18
+ handleCloseEvent(): void;
19
+ closeAvatar(): void;
20
+ toggleAvatar(): void;
21
+ ngOnDestroy(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralAvatarMobileComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralAvatarMobileComponent, "id-header-inera-general-avatar-mobile", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
24
+ static ngAcceptInputType_expanded: unknown;
25
+ static ngAcceptInputType_persistent: unknown;
26
+ }
@@ -1,6 +1,7 @@
1
- import { QueryList } from '@angular/core';
2
1
  import { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
2
+ import { IDHeaderIneraGeneralAvatarComponent } from './avatar/header-inera-general-avatar.component';
3
3
  import { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
4
+ import { IDHeaderIneraGeneralNavMobileComponent } from './nav-mobile/header-inera-general-nav-mobile.component';
4
5
  import { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
5
6
  import { IDHeaderContext } from '@inera/ids-angular/common';
6
7
  import { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
@@ -8,11 +9,14 @@ import * as i0 from "@angular/core";
8
9
  export declare class IDHeaderIneraGeneralComponent implements IDHeaderContext {
9
10
  unresponsive: boolean;
10
11
  brandText: string;
11
- items: QueryList<IDHeaderIneraGeneralItemComponent>;
12
- nav: IDHeaderIneraGeneralNavComponent;
13
- brandLink: IDHeaderIneraGeneralBrandLinkDirective;
14
- skipToContent: IDHeaderIneraGeneralSkipToContent;
12
+ items: import("@angular/core").Signal<readonly IDHeaderIneraGeneralItemComponent[]>;
13
+ nav: import("@angular/core").Signal<IDHeaderIneraGeneralNavComponent | undefined>;
14
+ avatar: import("@angular/core").Signal<IDHeaderIneraGeneralAvatarComponent | undefined>;
15
+ navMobile: import("@angular/core").Signal<IDHeaderIneraGeneralNavMobileComponent | undefined>;
16
+ brandLink: import("@angular/core").Signal<IDHeaderIneraGeneralBrandLinkDirective | undefined>;
17
+ skipToContent: import("@angular/core").Signal<IDHeaderIneraGeneralSkipToContent | undefined>;
18
+ hasHeaderItems: import("@angular/core").Signal<boolean>;
15
19
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["nav", "brandLink", "skipToContent", "items"], ["id-header-inera-general-skip-to-content", "[idBrandIneraGeneralLink]", "id-header-inera-general-item", "id-header-inera-general-menu-mobile"], true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["items", "nav", "avatar", "navMobile", "brandLink", "skipToContent"], ["id-header-inera-general-skip-to-content", "[idBrandIneraGeneralLink]", "id-header-inera-general-item", "id-header-inera-general-menu-mobile", "id-header-inera-general-avatar"], true, never>;
17
21
  static ngAcceptInputType_unresponsive: unknown;
18
22
  }
@@ -1,14 +1,17 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./header-inera-general.component";
3
- import * as i2 from "./item/header-inera-general-item.component";
4
- import * as i3 from "./nav/header-inera-general-nav.component";
5
- import * as i4 from "./nav-item/header-inera-general-nav-item.component";
6
- import * as i5 from "./menu-mobile/header-inera-general-menu-mobile.component";
7
- import * as i6 from "./skip-to-content/header-inera-general-skip-to-content.component";
8
- import * as i7 from "./nav-item-menu-link/header-inera-general-nav-item-menu-link.component";
9
- import * as i8 from "./brand-link/header-inera-general-brand-link.directive";
3
+ import * as i2 from "./avatar/header-inera-general-avatar.component";
4
+ import * as i3 from "./avatar-mobile/header-inera-general-avatar-mobile.component";
5
+ import * as i4 from "./item/header-inera-general-item.component";
6
+ import * as i5 from "./nav/header-inera-general-nav.component";
7
+ import * as i6 from "./nav-item/header-inera-general-nav-item.component";
8
+ import * as i7 from "./nav-item-mobile/header-inera-general-nav-item-mobile.component";
9
+ import * as i8 from "./menu-mobile/header-inera-general-menu-mobile.component";
10
+ import * as i9 from "./skip-to-content/header-inera-general-skip-to-content.component";
11
+ import * as i10 from "./nav-item-menu-link/header-inera-general-nav-item-menu-link.component";
12
+ import * as i11 from "./brand-link/header-inera-general-brand-link.directive";
10
13
  export declare class IDHeaderIneraGeneralModule {
11
14
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderIneraGeneralModule, never, [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralItemComponent, typeof i3.IDHeaderIneraGeneralNavComponent, typeof i4.IDHeaderIneraGeneralNavItemComponent, typeof i5.IDHeaderIneraGeneralMenuMobileComponent, typeof i6.IDHeaderIneraGeneralSkipToContent, typeof i7.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i8.IDHeaderIneraGeneralBrandLinkDirective], [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralItemComponent, typeof i3.IDHeaderIneraGeneralNavComponent, typeof i4.IDHeaderIneraGeneralNavItemComponent, typeof i5.IDHeaderIneraGeneralMenuMobileComponent, typeof i6.IDHeaderIneraGeneralSkipToContent, typeof i7.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i8.IDHeaderIneraGeneralBrandLinkDirective]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderIneraGeneralModule, never, [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralAvatarComponent, typeof i3.IDHeaderIneraGeneralAvatarMobileComponent, typeof i4.IDHeaderIneraGeneralItemComponent, typeof i5.IDHeaderIneraGeneralNavComponent, typeof i6.IDHeaderIneraGeneralNavItemComponent, typeof i7.IDHeaderIneraGeneralNavItemMobileComponent, typeof i8.IDHeaderIneraGeneralMenuMobileComponent, typeof i9.IDHeaderIneraGeneralSkipToContent, typeof i10.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i11.IDHeaderIneraGeneralBrandLinkDirective], [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralAvatarComponent, typeof i3.IDHeaderIneraGeneralAvatarMobileComponent, typeof i4.IDHeaderIneraGeneralItemComponent, typeof i5.IDHeaderIneraGeneralNavComponent, typeof i6.IDHeaderIneraGeneralNavItemComponent, typeof i7.IDHeaderIneraGeneralNavItemMobileComponent, typeof i8.IDHeaderIneraGeneralMenuMobileComponent, typeof i9.IDHeaderIneraGeneralSkipToContent, typeof i10.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i11.IDHeaderIneraGeneralBrandLinkDirective]>;
13
16
  static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderIneraGeneralModule>;
14
17
  }
@@ -2,9 +2,11 @@ import { IDHeaderContext } from '@inera/ids-angular/common';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDHeaderIneraGeneralItemComponent {
4
4
  mobile: boolean;
5
+ separatorLeft: boolean;
5
6
  icon?: string;
6
7
  header: IDHeaderContext | null;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralItemComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralItemComponent, "id-header-inera-general-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*", "*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralItemComponent, "id-header-inera-general-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "separatorLeft": { "alias": "separatorLeft"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*", "*"], true, never>;
9
10
  static ngAcceptInputType_mobile: unknown;
11
+ static ngAcceptInputType_separatorLeft: unknown;
10
12
  }
@@ -2,7 +2,7 @@ import { TemplateRef } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDHeaderIneraGeneralNavComponent {
4
4
  hideOnTablet: boolean;
5
- template: TemplateRef<any>;
5
+ template: import("@angular/core").Signal<TemplateRef<any>>;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavComponent, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavComponent, "id-header-inera-general-nav", never, { "hideOnTablet": { "alias": "hideOnTablet"; "required": false; }; }, {}, never, ["*"], true, never>;
8
8
  static ngAcceptInputType_hideOnTablet: unknown;
@@ -1,4 +1,4 @@
1
- import { EventEmitter, TemplateRef } from "@angular/core";
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
2
  import { IDHeaderContext } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDHeaderIneraGeneralNavItemComponent {
@@ -7,10 +7,10 @@ export declare class IDHeaderIneraGeneralNavItemComponent {
7
7
  activeChange: EventEmitter<boolean>;
8
8
  expanded: boolean;
9
9
  expandedChange: EventEmitter<boolean>;
10
- col1: TemplateRef<any> | null;
11
- col2: TemplateRef<any> | null;
12
- col3: TemplateRef<any> | null;
13
- col4: TemplateRef<any> | null;
10
+ col1: import("@angular/core").Signal<TemplateRef<any> | undefined>;
11
+ col2: import("@angular/core").Signal<TemplateRef<any> | undefined>;
12
+ col3: import("@angular/core").Signal<TemplateRef<any> | undefined>;
13
+ col4: import("@angular/core").Signal<TemplateRef<any> | undefined>;
14
14
  private idService;
15
15
  protected contentId: string;
16
16
  header: IDHeaderContext | null;
@@ -0,0 +1,8 @@
1
+ import { IDHeaderContext } from "@inera/ids-angular/common";
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDHeaderIneraGeneralNavItemMobileComponent {
4
+ icon?: string;
5
+ header: IDHeaderContext | null;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavItemMobileComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavItemMobileComponent, "id-header-inera-general-nav-item-mobile", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["[idNavItemMobileIcon]", "*"], true, never>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDHeaderIneraGeneralNavMobileComponent {
4
+ template: import("@angular/core").Signal<TemplateRef<any>>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavMobileComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavMobileComponent, "id-header-inera-general-nav-mobile", never, {}, {}, never, ["*"], true, never>;
7
+ }
@@ -1,9 +1,13 @@
1
1
  export { IDHeaderIneraGeneralModule } from './header-inera-general.module';
2
+ export { IDHeaderIneraGeneralAvatarComponent } from './avatar/header-inera-general-avatar.component';
3
+ export { IDHeaderIneraGeneralAvatarMobileComponent } from './avatar-mobile/header-inera-general-avatar-mobile.component';
2
4
  export { IDHeaderIneraGeneralComponent } from './header-inera-general.component';
3
5
  export { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
4
6
  export { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
7
+ export { IDHeaderIneraGeneralNavMobileComponent } from './nav-mobile/header-inera-general-nav-mobile.component';
5
8
  export { IDHeaderIneraGeneralNavItemComponent } from './nav-item/header-inera-general-nav-item.component';
9
+ export { IDHeaderIneraGeneralNavItemMobileComponent } from './nav-item-mobile/header-inera-general-nav-item-mobile.component';
10
+ export { IDHeaderIneraGeneralNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-general-nav-item-menu-link.component';
6
11
  export { IDHeaderIneraGeneralMenuMobileComponent } from './menu-mobile/header-inera-general-menu-mobile.component';
7
12
  export { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
8
- export { IDHeaderIneraGeneralNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-general-nav-item-menu-link.component';
9
13
  export { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@inera/ids-angular/components/message-avatar" />
5
+ export * from './public-api';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDMessageAvatarComponent {
3
+ user?: 1 | 2;
4
+ icon?: string;
5
+ label?: string;
6
+ subtitle?: string;
7
+ get hostClasses(): string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDMessageAvatarComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDMessageAvatarComponent, "id-message-avatar", never, { "user": { "alias": "user"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; }, {}, never, ["[idMessageAvatarImage]"], true, never>;
10
+ }
@@ -0,0 +1 @@
1
+ export { IDMessageAvatarComponent } from './message-avatar.component';
@@ -1,4 +1,4 @@
1
- import { AfterContentChecked, EventEmitter, QueryList, TemplateRef } from '@angular/core';
1
+ import { AfterContentChecked, EventEmitter, TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDMobileMenuItemComponent implements AfterContentChecked {
4
4
  headline: string;
@@ -10,8 +10,8 @@ export declare class IDMobileMenuItemComponent implements AfterContentChecked {
10
10
  srHideText: string;
11
11
  closed: EventEmitter<Event>;
12
12
  opened: EventEmitter<Event>;
13
- items: QueryList<IDMobileMenuItemComponent>;
14
- template: TemplateRef<any>;
13
+ items: import("@angular/core").Signal<readonly IDMobileMenuItemComponent[]>;
14
+ template: import("@angular/core").Signal<TemplateRef<any>>;
15
15
  private useId;
16
16
  subItemId: string;
17
17
  ngAfterContentChecked(): void;
@@ -1,8 +1,7 @@
1
- import { QueryList } from '@angular/core';
2
1
  import { IDMobileMenuItemComponent } from './item/mobile-menu-item.component';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class IDMobileMenuComponent {
5
- items: QueryList<IDMobileMenuItemComponent>;
4
+ items: import("@angular/core").Signal<readonly IDMobileMenuItemComponent[]>;
6
5
  variation: number | undefined;
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuComponent, never>;
8
7
  static ɵcmp: i0.ɵɵComponentDeclaration<IDMobileMenuComponent, "id-mobile-menu", never, { "variation": { "alias": "variation"; "required": false; }; }, {}, ["items"], never, true, never>;
@@ -0,0 +1,24 @@
1
+ import { AfterContentChecked, EventEmitter, QueryList, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDNavigationContentItemComponent implements AfterContentChecked {
4
+ selected: boolean;
5
+ expanded: boolean;
6
+ level: number;
7
+ srShowText: string;
8
+ srHideText: string;
9
+ closed: EventEmitter<Event>;
10
+ opened: EventEmitter<Event>;
11
+ items: QueryList<IDNavigationContentItemComponent>;
12
+ template: import("@angular/core").Signal<TemplateRef<any>>;
13
+ private useId;
14
+ subItemId: string;
15
+ ngAfterContentChecked(): void;
16
+ get buttonToggleText(): string;
17
+ toggleItem(event: Event): void;
18
+ hasClosed(event: Event): void;
19
+ hasExpanded(event: Event): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentItemComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentItemComponent, "id-navigation-content-item", never, { "selected": { "alias": "selected"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "level": { "alias": "level"; "required": false; }; "srShowText": { "alias": "srShowText"; "required": false; }; "srHideText": { "alias": "srHideText"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; }, ["items"], [":not(id-navigation-content-item)"], true, never>;
22
+ static ngAcceptInputType_selected: unknown;
23
+ static ngAcceptInputType_expanded: unknown;
24
+ }
@@ -1,7 +1,7 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDNavigationContentLinkComponent {
4
- template: TemplateRef<any>;
4
+ template: import("@angular/core").Signal<TemplateRef<any>>;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentLinkComponent, never>;
6
6
  static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentLinkComponent, "id-navigation-content-link", never, {}, {}, never, ["*"], true, never>;
7
7
  }
@@ -1,10 +1,13 @@
1
- import { QueryList } from '@angular/core';
2
1
  import { IDNavigationContentLinkComponent } from './navigation-content-link.component';
2
+ import { IDNavigationContentItemComponent } from './navigation-content-item.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDNavigationContentComponent {
5
5
  headline?: string;
6
6
  maxHeight?: string;
7
- linkComponents: QueryList<IDNavigationContentLinkComponent>;
7
+ private useId;
8
+ headerId: string;
9
+ linkComponents: import("@angular/core").Signal<readonly IDNavigationContentLinkComponent[]>;
10
+ itemComponents: import("@angular/core").Signal<readonly IDNavigationContentItemComponent[]>;
8
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": { "alias": "headline"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["linkComponents"], never, true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": { "alias": "headline"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["linkComponents", "itemComponents"], never, true, never>;
10
13
  }
@@ -1,2 +1,3 @@
1
1
  export { IDNavigationContentComponent } from './navigation-content.component';
2
2
  export { IDNavigationContentLinkComponent } from './navigation-content-link.component';
3
+ export { IDNavigationContentItemComponent } from './navigation-content-item.component';
@@ -1,7 +1,7 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDNavigationLocalLinkComponent {
4
- template: TemplateRef<any>;
4
+ template: import("@angular/core").Signal<TemplateRef<any>>;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationLocalLinkComponent, never>;
6
6
  static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationLocalLinkComponent, "id-navigation-local-link", never, {}, {}, never, ["*"], true, never>;
7
7
  }
@@ -1,9 +1,8 @@
1
- import { QueryList } from '@angular/core';
2
1
  import { IDNavigationLocalLinkComponent } from './navigation-local-link.component';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class IDNavigationLocalComponent {
5
4
  headline?: string;
6
- linkComponents: QueryList<IDNavigationLocalLinkComponent>;
5
+ linkComponents: import("@angular/core").Signal<readonly IDNavigationLocalLinkComponent[]>;
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationLocalComponent, never>;
8
7
  static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationLocalComponent, "id-navigation-local", never, { "headline": { "alias": "headline"; "required": false; }; }, {}, ["linkComponents"], never, true, never>;
9
8
  }
@@ -1,4 +1,4 @@
1
- import { AfterContentInit, ElementRef, EventEmitter, OnChanges, OnDestroy, QueryList, SimpleChanges } from '@angular/core';
1
+ import { AfterContentInit, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
2
  import { IDPopoverCloseComponent } from './popover-close.component';
3
3
  import { IDPopoverContentComponent } from './popover-content.component';
4
4
  import * as i0 from "@angular/core";
@@ -9,9 +9,9 @@ export declare class IDPopoverComponent implements AfterContentInit, OnChanges,
9
9
  showChange: EventEmitter<boolean>;
10
10
  closed: EventEmitter<Event>;
11
11
  opened: EventEmitter<Event>;
12
- bodyComponent: IDPopoverContentComponent;
13
- closeComponents: QueryList<IDPopoverCloseComponent>;
14
- triggerEl: ElementRef<HTMLElement>;
12
+ bodyComponent: import("@angular/core").Signal<IDPopoverContentComponent | undefined>;
13
+ closeComponents: import("@angular/core").Signal<readonly IDPopoverCloseComponent[]>;
14
+ triggerEl: import("@angular/core").Signal<ElementRef<HTMLElement>>;
15
15
  private document;
16
16
  private appRef;
17
17
  private opener;
@@ -5,7 +5,7 @@ export declare class IDPuffListItemComponent {
5
5
  interactive: string;
6
6
  href: string;
7
7
  clicked: EventEmitter<Event>;
8
- template: TemplateRef<any>;
8
+ template: import("@angular/core").Signal<TemplateRef<any>>;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListItemComponent, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListItemComponent, "id-puff-list-item", never, { "lean": { "alias": "lean"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*", "id-puff-list-item-content", "id-puff-list-item-extra-content", "id-date-label", "id-date-label"], true, never>;
11
11
  static ngAcceptInputType_lean: unknown;
@@ -1,8 +1,7 @@
1
- import { QueryList } from '@angular/core';
2
1
  import { IDPuffListItemComponent } from './puff-list-item.component';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class IDPuffListComponent {
5
- listItems: QueryList<IDPuffListItemComponent>;
4
+ listItems: import("@angular/core").Signal<readonly IDPuffListItemComponent[]>;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<IDPuffListComponent, never>;
7
6
  static ɵcmp: i0.ɵɵComponentDeclaration<IDPuffListComponent, "id-puff-list", never, {}, {}, ["listItems"], never, true, never>;
8
7
  }
@@ -1,4 +1,4 @@
1
- import { EventEmitter, QueryList } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDSideMenuComponent {
4
4
  label: string;
@@ -11,7 +11,9 @@ export declare class IDSideMenuComponent {
11
11
  expandedChange: EventEmitter<boolean>;
12
12
  closed: EventEmitter<Event>;
13
13
  opened: EventEmitter<Event>;
14
- menuChildren: QueryList<IDSideMenuComponent>;
14
+ private idService;
15
+ menuChildren: import("@angular/core").Signal<readonly IDSideMenuComponent[]>;
16
+ contentId: string;
15
17
  private parent;
16
18
  constructor();
17
19
  get hostClasses(): string;
@@ -1,19 +1,19 @@
1
- import { EventEmitter, ElementRef, AfterViewInit, OnDestroy, OnChanges, SimpleChanges } from "@angular/core";
2
- import { IDSidePanelFooterComponent } from "./side-panel-footer.component";
1
+ import { EventEmitter, ElementRef, AfterViewInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class IDSidePanelComponent implements AfterViewInit, OnDestroy, OnChanges {
5
4
  show: boolean;
6
5
  showChange: EventEmitter<boolean>;
7
6
  elevated: boolean;
8
7
  menu: boolean;
8
+ noCloseButton: boolean;
9
9
  srMobileDialogLabel: string;
10
10
  srCloseText: string;
11
11
  srOpenText: string;
12
- size: "s" | "m" | "l";
12
+ size: 's' | 'm' | 'l';
13
13
  opened: EventEmitter<void>;
14
14
  closed: EventEmitter<void>;
15
- footer: IDSidePanelFooterComponent;
16
- hamburgerButton?: ElementRef;
15
+ footer: import("@angular/core").Signal<unknown>;
16
+ hamburgerButton: import("@angular/core").Signal<ElementRef<any> | undefined>;
17
17
  position: "left" | "right";
18
18
  private el;
19
19
  private resizeObserver?;
@@ -29,8 +29,9 @@ export declare class IDSidePanelComponent implements AfterViewInit, OnDestroy, O
29
29
  protected didClose(): void;
30
30
  ngOnDestroy(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<IDSidePanelComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<IDSidePanelComponent, "id-side-panel", never, { "show": { "alias": "show"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "srMobileDialogLabel": { "alias": "srMobileDialogLabel"; "required": false; }; "srCloseText": { "alias": "srCloseText"; "required": false; }; "srOpenText": { "alias": "srOpenText"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "showChange": "showChange"; "opened": "opened"; "closed": "closed"; }, ["footer"], ["[slot='headline']", "*", "id-side-panel-footer"], true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDSidePanelComponent, "id-side-panel", never, { "show": { "alias": "show"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "noCloseButton": { "alias": "noCloseButton"; "required": false; }; "srMobileDialogLabel": { "alias": "srMobileDialogLabel"; "required": false; }; "srCloseText": { "alias": "srCloseText"; "required": false; }; "srOpenText": { "alias": "srOpenText"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "showChange": "showChange"; "opened": "opened"; "closed": "closed"; }, ["footer"], ["[slot='headline']", "*", "id-side-panel-footer"], true, never>;
33
33
  static ngAcceptInputType_show: unknown;
34
34
  static ngAcceptInputType_elevated: unknown;
35
35
  static ngAcceptInputType_menu: unknown;
36
+ static ngAcceptInputType_noCloseButton: unknown;
36
37
  }
@@ -10,6 +10,8 @@ export declare class IDStepComponent {
10
10
  closed: EventEmitter<Event>;
11
11
  opened: EventEmitter<Event>;
12
12
  expandedChange: EventEmitter<boolean>;
13
+ private idService;
14
+ contentId: string;
13
15
  toggleExpansion(): void;
14
16
  hasClosed(): void;
15
17
  hasExpanded(): void;
@@ -1,8 +1,8 @@
1
- import { AfterContentInit, QueryList } from "@angular/core";
1
+ import { AfterContentInit } from '@angular/core';
2
2
  import { IDStepComponent } from "./step.component";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDStepperComponent implements AfterContentInit {
5
- steps: QueryList<IDStepComponent>;
5
+ steps: import("@angular/core").Signal<readonly IDStepComponent[]>;
6
6
  ngAfterContentInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IDStepperComponent, never>;
8
8
  static ɵcmp: i0.ɵɵComponentDeclaration<IDStepperComponent, "id-stepper", never, {}, {}, ["steps"], ["*"], true, never>;
@@ -1,8 +1,8 @@
1
- import { AfterContentInit, QueryList } from '@angular/core';
1
+ import { AfterContentInit } from '@angular/core';
2
2
  import { IDTabComponent } from './tab.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDTabGroupComponent implements AfterContentInit {
5
- tabs: QueryList<IDTabComponent>;
5
+ tabs: import("@angular/core").Signal<readonly IDTabComponent[]>;
6
6
  selectedIndex: number;
7
7
  focusedIndex: number;
8
8
  ngAfterContentInit(): void;
@@ -11,6 +11,7 @@ export declare class IDTabGroupComponent implements AfterContentInit {
11
11
  light: boolean;
12
12
  compact: boolean;
13
13
  selectLabel?: string;
14
+ private ref;
14
15
  private idService;
15
16
  selectId: string;
16
17
  selectTab(i: number): void;
@@ -8,8 +8,8 @@ export declare class IDTabComponent {
8
8
  selected: boolean;
9
9
  noTabindex: boolean;
10
10
  compact: boolean;
11
- labelTemplate?: TemplateRef<any>;
12
- content: TemplateRef<any>;
11
+ labelTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
12
+ content: import("@angular/core").Signal<TemplateRef<any>>;
13
13
  private idService;
14
14
  ngOnInit(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<IDTabComponent, never>;
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDTagComponent {
4
4
  closeable: boolean;
@@ -7,8 +7,8 @@ export declare class IDTooltipComponent implements AfterContentInit, OnDestroy {
7
7
  private appRef;
8
8
  private renderer;
9
9
  tooltipId: string;
10
- tooltipContent: ElementRef<HTMLElement>;
11
- trigger: IDTooltipTriggerDirective;
10
+ tooltipContent: import("@angular/core").Signal<ElementRef<HTMLElement>>;
11
+ trigger: import("@angular/core").Signal<IDTooltipTriggerDirective | undefined>;
12
12
  maxWidth?: string;
13
13
  fixedPosition: boolean;
14
14
  position: 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right';