@inera/ids-angular 5.0.3 → 5.0.4

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 (578) hide show
  1. package/components/button/button.component.d.ts +2 -2
  2. package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
  3. package/esm2022/common/classes/icon/IDIconBase.mjs +3 -3
  4. package/esm2022/components/agent/agent.component.mjs +3 -3
  5. package/esm2022/components/agent/agent.module.mjs +4 -4
  6. package/esm2022/components/alert/alert.component.mjs +3 -3
  7. package/esm2022/components/alert/alert.module.mjs +4 -4
  8. package/esm2022/components/alert-global/alert-global.component.mjs +3 -3
  9. package/esm2022/components/alert-global/alert-global.module.mjs +4 -4
  10. package/esm2022/components/badge/badge.component.mjs +3 -3
  11. package/esm2022/components/badge/badge.module.mjs +4 -4
  12. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  13. package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
  14. package/esm2022/components/breadcrumbs/crumb.component.mjs +3 -3
  15. package/esm2022/components/button/button.component.mjs +7 -7
  16. package/esm2022/components/button/button.module.mjs +4 -4
  17. package/esm2022/components/button-group/button-group.component.mjs +3 -3
  18. package/esm2022/components/button-group/button-group.module.mjs +4 -4
  19. package/esm2022/components/card/card.component.mjs +3 -3
  20. package/esm2022/components/card/card.module.mjs +4 -4
  21. package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +3 -3
  22. package/esm2022/components/carousel/carousel.component.mjs +3 -3
  23. package/esm2022/components/carousel/carousel.module.mjs +4 -4
  24. package/esm2022/components/date-label/date-label.component.mjs +3 -3
  25. package/esm2022/components/date-label/date-label.module.mjs +4 -4
  26. package/esm2022/components/dialog/dialog.component.mjs +3 -3
  27. package/esm2022/components/dialog/dialog.module.mjs +4 -4
  28. package/esm2022/components/expandable/expandable.component.mjs +3 -3
  29. package/esm2022/components/expandable/expandable.module.mjs +4 -4
  30. package/esm2022/components/footer/footer.component.mjs +3 -3
  31. package/esm2022/components/footer/footer.module.mjs +4 -4
  32. package/esm2022/components/footer-1177/footer-1177.component.mjs +3 -3
  33. package/esm2022/components/footer-1177/footer-1177.module.mjs +4 -4
  34. package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +3 -3
  35. package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +4 -4
  36. package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +3 -3
  37. package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +4 -4
  38. package/esm2022/components/footer-inera/footer-inera.component.mjs +3 -3
  39. package/esm2022/components/footer-inera/footer-inera.module.mjs +4 -4
  40. package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +3 -3
  41. package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +4 -4
  42. package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
  43. package/esm2022/components/form/checkbox/checkbox.module.mjs +4 -4
  44. package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +3 -3
  45. package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
  46. package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
  47. package/esm2022/components/form/error-message/error-message.module.mjs +4 -4
  48. package/esm2022/components/form/input/input.component.mjs +3 -3
  49. package/esm2022/components/form/input/input.module.mjs +4 -4
  50. package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
  51. package/esm2022/components/form/radio/radio.component.mjs +3 -3
  52. package/esm2022/components/form/radio/radio.module.mjs +4 -4
  53. package/esm2022/components/form/range/range.component.mjs +3 -3
  54. package/esm2022/components/form/range/range.module.mjs +4 -4
  55. package/esm2022/components/form/select/select.component.mjs +3 -3
  56. package/esm2022/components/form/select/select.module.mjs +4 -4
  57. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
  58. package/esm2022/components/form/select-multiple/select-multiple.module.mjs +4 -4
  59. package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
  60. package/esm2022/components/form/spinner/spinner.module.mjs +4 -4
  61. package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
  62. package/esm2022/components/form/textarea/textarea.module.mjs +4 -4
  63. package/esm2022/components/form/time/time.component.mjs +3 -3
  64. package/esm2022/components/form/time/time.module.mjs +4 -4
  65. package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
  66. package/esm2022/components/form/toggle/toggle.module.mjs +4 -4
  67. package/esm2022/components/grid/column/column.component.mjs +3 -3
  68. package/esm2022/components/grid/column/column.module.mjs +4 -4
  69. package/esm2022/components/grid/container/container.component.mjs +3 -3
  70. package/esm2022/components/grid/container/container.module.mjs +4 -4
  71. package/esm2022/components/grid/row/row.component.mjs +3 -3
  72. package/esm2022/components/grid/row/row.module.mjs +4 -4
  73. package/esm2022/components/header/avatar/header-avatar.component.mjs +3 -3
  74. package/esm2022/components/header/header.component.mjs +3 -3
  75. package/esm2022/components/header/header.module.mjs +4 -4
  76. package/esm2022/components/header/item/header-item.component.mjs +3 -3
  77. package/esm2022/components/header/mobile-item/header-mobile-item.component.mjs +3 -3
  78. package/esm2022/components/header/mobile-menu/header-mobile-menu.component.mjs +3 -3
  79. package/esm2022/components/header/navigation/header-navigation.component.mjs +3 -3
  80. package/esm2022/components/header/navigation-item/header-navigation-item.component.mjs +3 -3
  81. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +3 -3
  82. package/esm2022/components/header-1177/header-1177.component.mjs +3 -3
  83. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
  84. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +3 -3
  85. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +3 -3
  86. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
  87. package/esm2022/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.mjs +3 -3
  88. package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +3 -3
  89. package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +3 -3
  90. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +3 -3
  91. package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
  92. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
  93. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +3 -3
  94. package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +3 -3
  95. package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +3 -3
  96. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +3 -3
  97. package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
  98. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +3 -3
  99. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +3 -3
  100. package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +3 -3
  101. package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +3 -3
  102. package/esm2022/components/icon-region/icon-region.component.mjs +3 -3
  103. package/esm2022/components/icon-region/icon-region.module.mjs +4 -4
  104. package/esm2022/components/link/link.component.mjs +3 -3
  105. package/esm2022/components/link/link.module.mjs +4 -4
  106. package/esm2022/components/list/item/info/list-item-info.component.mjs +3 -3
  107. package/esm2022/components/list/item/list-item.component.mjs +3 -3
  108. package/esm2022/components/list/list.component.mjs +3 -3
  109. package/esm2022/components/list/list.module.mjs +4 -4
  110. package/esm2022/components/mobile/menu/avatar/mobile-menu-avatar.component.mjs +3 -3
  111. package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
  112. package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
  113. package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
  114. package/esm2022/components/navigation/content/navigation-content.component.mjs +3 -3
  115. package/esm2022/components/navigation/content/navigation-content.module.mjs +4 -4
  116. package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
  117. package/esm2022/components/navigation/local/navigation-local.module.mjs +4 -4
  118. package/esm2022/components/notification/badge/notification-badge.component.mjs +3 -3
  119. package/esm2022/components/notification/badge/notification-badge.module.mjs +4 -4
  120. package/esm2022/components/popover/popover.component.mjs +3 -3
  121. package/esm2022/components/popover/popover.module.mjs +4 -4
  122. package/esm2022/components/progressbar/progressbar.component.mjs +3 -3
  123. package/esm2022/components/progressbar/progressbar.module.mjs +4 -4
  124. package/esm2022/components/stepper/step/step.component.mjs +3 -3
  125. package/esm2022/components/stepper/stepper.component.mjs +3 -3
  126. package/esm2022/components/stepper/stepper.module.mjs +4 -4
  127. package/esm2022/components/tabs/panel/tab-panel.component.mjs +3 -3
  128. package/esm2022/components/tabs/tab/tab.component.mjs +3 -3
  129. package/esm2022/components/tabs/tabs.component.mjs +3 -3
  130. package/esm2022/components/tabs/tabs.module.mjs +4 -4
  131. package/esm2022/components/tag/tag.component.mjs +3 -3
  132. package/esm2022/components/tag/tag.module.mjs +4 -4
  133. package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
  134. package/esm2022/components/tooltip/tooltip.module.mjs +4 -4
  135. package/esm2022/icons/1177/icon-1177.component.mjs +3 -3
  136. package/esm2022/icons/1177/icon-1177.module.mjs +4 -4
  137. package/esm2022/icons/activity/icon-activity.component.mjs +3 -3
  138. package/esm2022/icons/activity/icon-activity.module.mjs +4 -4
  139. package/esm2022/icons/agent/icon-agent.component.mjs +3 -3
  140. package/esm2022/icons/agent/icon-agent.module.mjs +4 -4
  141. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +3 -3
  142. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +4 -4
  143. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +3 -3
  144. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +4 -4
  145. package/esm2022/icons/archive/icon-archive.component.mjs +3 -3
  146. package/esm2022/icons/archive/icon-archive.module.mjs +4 -4
  147. package/esm2022/icons/arrow/icon-arrow.component.mjs +3 -3
  148. package/esm2022/icons/arrow/icon-arrow.module.mjs +4 -4
  149. package/esm2022/icons/attention/icon-attention.component.mjs +3 -3
  150. package/esm2022/icons/attention/icon-attention.module.mjs +4 -4
  151. package/esm2022/icons/blekinge/icon-blekinge.component.mjs +3 -3
  152. package/esm2022/icons/blekinge/icon-blekinge.module.mjs +4 -4
  153. package/esm2022/icons/bookmark/icon-bookmark.component.mjs +3 -3
  154. package/esm2022/icons/bookmark/icon-bookmark.module.mjs +4 -4
  155. package/esm2022/icons/calendar/icon-calendar.component.mjs +3 -3
  156. package/esm2022/icons/calendar/icon-calendar.module.mjs +4 -4
  157. package/esm2022/icons/call/icon-call.component.mjs +3 -3
  158. package/esm2022/icons/call/icon-call.module.mjs +4 -4
  159. package/esm2022/icons/call-active/icon-call-active.component.mjs +3 -3
  160. package/esm2022/icons/call-active/icon-call-active.module.mjs +4 -4
  161. package/esm2022/icons/camera-off/icon-camera-off.component.mjs +3 -3
  162. package/esm2022/icons/camera-off/icon-camera-off.module.mjs +4 -4
  163. package/esm2022/icons/camera-on/icon-camera-on.component.mjs +3 -3
  164. package/esm2022/icons/camera-on/icon-camera-on.module.mjs +4 -4
  165. package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +3 -3
  166. package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +4 -4
  167. package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +3 -3
  168. package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +4 -4
  169. package/esm2022/icons/chart-line/icon-chart-line.component.mjs +3 -3
  170. package/esm2022/icons/chart-line/icon-chart-line.module.mjs +4 -4
  171. package/esm2022/icons/chat/icon-chat.component.mjs +3 -3
  172. package/esm2022/icons/chat/icon-chat.module.mjs +4 -4
  173. package/esm2022/icons/check/icon-check.component.mjs +3 -3
  174. package/esm2022/icons/check/icon-check.module.mjs +4 -4
  175. package/esm2022/icons/chevron/icon-chevron.component.mjs +3 -3
  176. package/esm2022/icons/chevron/icon-chevron.module.mjs +4 -4
  177. package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +3 -3
  178. package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +4 -4
  179. package/esm2022/icons/clipboard/icon-clipboard.component.mjs +3 -3
  180. package/esm2022/icons/clipboard/icon-clipboard.module.mjs +4 -4
  181. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +3 -3
  182. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +4 -4
  183. package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +3 -3
  184. package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +4 -4
  185. package/esm2022/icons/clock/icon-clock.component.mjs +3 -3
  186. package/esm2022/icons/clock/icon-clock.module.mjs +4 -4
  187. package/esm2022/icons/close/icon-close.component.mjs +3 -3
  188. package/esm2022/icons/close/icon-close.module.mjs +4 -4
  189. package/esm2022/icons/close-bold/icon-close-bold.component.mjs +3 -3
  190. package/esm2022/icons/close-bold/icon-close-bold.module.mjs +4 -4
  191. package/esm2022/icons/cog/icon-cog.component.mjs +3 -3
  192. package/esm2022/icons/cog/icon-cog.module.mjs +4 -4
  193. package/esm2022/icons/computer/icon-computer.component.mjs +3 -3
  194. package/esm2022/icons/computer/icon-computer.module.mjs +4 -4
  195. package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +3 -3
  196. package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +4 -4
  197. package/esm2022/icons/copy-file/icon-copy-file.component.mjs +3 -3
  198. package/esm2022/icons/copy-file/icon-copy-file.module.mjs +4 -4
  199. package/esm2022/icons/copy-link/icon-copy-link.component.mjs +3 -3
  200. package/esm2022/icons/copy-link/icon-copy-link.module.mjs +4 -4
  201. package/esm2022/icons/denied/icon-denied.component.mjs +3 -3
  202. package/esm2022/icons/denied/icon-denied.module.mjs +4 -4
  203. package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +3 -3
  204. package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +4 -4
  205. package/esm2022/icons/document/icon-document.component.mjs +3 -3
  206. package/esm2022/icons/document/icon-document.module.mjs +4 -4
  207. package/esm2022/icons/download/icon-download.component.mjs +3 -3
  208. package/esm2022/icons/download/icon-download.module.mjs +4 -4
  209. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +3 -3
  210. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +4 -4
  211. package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +3 -3
  212. package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +4 -4
  213. package/esm2022/icons/edit/icon-edit.component.mjs +3 -3
  214. package/esm2022/icons/edit/icon-edit.module.mjs +4 -4
  215. package/esm2022/icons/email/icon-email.component.mjs +3 -3
  216. package/esm2022/icons/email/icon-email.module.mjs +4 -4
  217. package/esm2022/icons/email-sent/icon-email-sent.component.mjs +3 -3
  218. package/esm2022/icons/email-sent/icon-email-sent.module.mjs +4 -4
  219. package/esm2022/icons/email-unread/icon-email-unread.component.mjs +3 -3
  220. package/esm2022/icons/email-unread/icon-email-unread.module.mjs +4 -4
  221. package/esm2022/icons/expand/icon-expand.component.mjs +3 -3
  222. package/esm2022/icons/expand/icon-expand.module.mjs +4 -4
  223. package/esm2022/icons/external/icon-external.component.mjs +3 -3
  224. package/esm2022/icons/external/icon-external.module.mjs +4 -4
  225. package/esm2022/icons/facebook/icon-facebook.component.mjs +3 -3
  226. package/esm2022/icons/facebook/icon-facebook.module.mjs +4 -4
  227. package/esm2022/icons/file-csv/icon-file-csv.component.mjs +3 -3
  228. package/esm2022/icons/file-csv/icon-file-csv.module.mjs +4 -4
  229. package/esm2022/icons/file-excel/icon-file-excel.component.mjs +3 -3
  230. package/esm2022/icons/file-excel/icon-file-excel.module.mjs +4 -4
  231. package/esm2022/icons/file-other/icon-file-other.component.mjs +3 -3
  232. package/esm2022/icons/file-other/icon-file-other.module.mjs +4 -4
  233. package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +3 -3
  234. package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +4 -4
  235. package/esm2022/icons/file-picture/icon-file-picture.component.mjs +3 -3
  236. package/esm2022/icons/file-picture/icon-file-picture.module.mjs +4 -4
  237. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +3 -3
  238. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +4 -4
  239. package/esm2022/icons/file-word/icon-file-word.component.mjs +3 -3
  240. package/esm2022/icons/file-word/icon-file-word.module.mjs +4 -4
  241. package/esm2022/icons/find-care/icon-find-care.component.mjs +3 -3
  242. package/esm2022/icons/find-care/icon-find-care.module.mjs +4 -4
  243. package/esm2022/icons/find-region/icon-find-region.component.mjs +3 -3
  244. package/esm2022/icons/find-region/icon-find-region.module.mjs +4 -4
  245. package/esm2022/icons/flag/icon-flag.component.mjs +3 -3
  246. package/esm2022/icons/flag/icon-flag.module.mjs +4 -4
  247. package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +3 -3
  248. package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +4 -4
  249. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +3 -3
  250. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +4 -4
  251. package/esm2022/icons/gotland/icon-gotland.component.mjs +3 -3
  252. package/esm2022/icons/gotland/icon-gotland.module.mjs +4 -4
  253. package/esm2022/icons/halland/icon-halland.component.mjs +3 -3
  254. package/esm2022/icons/halland/icon-halland.module.mjs +4 -4
  255. package/esm2022/icons/headphones/icon-headphones.component.mjs +3 -3
  256. package/esm2022/icons/headphones/icon-headphones.module.mjs +4 -4
  257. package/esm2022/icons/hourglass/icon-hourglass.component.mjs +3 -3
  258. package/esm2022/icons/hourglass/icon-hourglass.module.mjs +4 -4
  259. package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +3 -3
  260. package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +4 -4
  261. package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +3 -3
  262. package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +4 -4
  263. package/esm2022/icons/house/icon-house.component.mjs +3 -3
  264. package/esm2022/icons/house/icon-house.module.mjs +4 -4
  265. package/esm2022/icons/id-card/icon-id-card.component.mjs +3 -3
  266. package/esm2022/icons/id-card/icon-id-card.module.mjs +4 -4
  267. package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +3 -3
  268. package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +4 -4
  269. package/esm2022/icons/image/icon-image.component.mjs +3 -3
  270. package/esm2022/icons/image/icon-image.module.mjs +4 -4
  271. package/esm2022/icons/inera/icon-inera.component.mjs +3 -3
  272. package/esm2022/icons/inera/icon-inera.module.mjs +4 -4
  273. package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +3 -3
  274. package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +4 -4
  275. package/esm2022/icons/information/icon-information.component.mjs +3 -3
  276. package/esm2022/icons/information/icon-information.module.mjs +4 -4
  277. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +3 -3
  278. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +4 -4
  279. package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +3 -3
  280. package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +4 -4
  281. package/esm2022/icons/kalmar/icon-kalmar.component.mjs +3 -3
  282. package/esm2022/icons/kalmar/icon-kalmar.module.mjs +4 -4
  283. package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +3 -3
  284. package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +4 -4
  285. package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +3 -3
  286. package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +4 -4
  287. package/esm2022/icons/linkedin/icon-linkedin.component.mjs +3 -3
  288. package/esm2022/icons/linkedin/icon-linkedin.module.mjs +4 -4
  289. package/esm2022/icons/list/icon-list.component.mjs +3 -3
  290. package/esm2022/icons/list/icon-list.module.mjs +4 -4
  291. package/esm2022/icons/lock/icon-lock.component.mjs +3 -3
  292. package/esm2022/icons/lock/icon-lock.module.mjs +4 -4
  293. package/esm2022/icons/lock-open/icon-lock-open.component.mjs +3 -3
  294. package/esm2022/icons/lock-open/icon-lock-open.module.mjs +4 -4
  295. package/esm2022/icons/log/icon-log.component.mjs +3 -3
  296. package/esm2022/icons/log/icon-log.module.mjs +4 -4
  297. package/esm2022/icons/log-locked/icon-log-locked.component.mjs +3 -3
  298. package/esm2022/icons/log-locked/icon-log-locked.module.mjs +4 -4
  299. package/esm2022/icons/menu/icon-menu.component.mjs +3 -3
  300. package/esm2022/icons/menu/icon-menu.module.mjs +4 -4
  301. package/esm2022/icons/minus/icon-minus.component.mjs +3 -3
  302. package/esm2022/icons/minus/icon-minus.module.mjs +4 -4
  303. package/esm2022/icons/moment-start/icon-moment-start.component.mjs +3 -3
  304. package/esm2022/icons/moment-start/icon-moment-start.module.mjs +4 -4
  305. package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +3 -3
  306. package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +4 -4
  307. package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +3 -3
  308. package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +4 -4
  309. package/esm2022/icons/office-building/icon-office-building.component.mjs +3 -3
  310. package/esm2022/icons/office-building/icon-office-building.module.mjs +4 -4
  311. package/esm2022/icons/orebro/icon-orebro.component.mjs +3 -3
  312. package/esm2022/icons/orebro/icon-orebro.module.mjs +4 -4
  313. package/esm2022/icons/organization/icon-organization.component.mjs +3 -3
  314. package/esm2022/icons/organization/icon-organization.module.mjs +4 -4
  315. package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +3 -3
  316. package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +4 -4
  317. package/esm2022/icons/plus/icon-plus.component.mjs +3 -3
  318. package/esm2022/icons/plus/icon-plus.module.mjs +4 -4
  319. package/esm2022/icons/prescription/icon-prescription.component.mjs +3 -3
  320. package/esm2022/icons/prescription/icon-prescription.module.mjs +4 -4
  321. package/esm2022/icons/print/icon-print.component.mjs +3 -3
  322. package/esm2022/icons/print/icon-print.module.mjs +4 -4
  323. package/esm2022/icons/question/icon-question.component.mjs +3 -3
  324. package/esm2022/icons/question/icon-question.module.mjs +4 -4
  325. package/esm2022/icons/reload/icon-reload.component.mjs +3 -3
  326. package/esm2022/icons/reload/icon-reload.module.mjs +4 -4
  327. package/esm2022/icons/reply/icon-reply.component.mjs +3 -3
  328. package/esm2022/icons/reply/icon-reply.module.mjs +4 -4
  329. package/esm2022/icons/search/icon-search.component.mjs +3 -3
  330. package/esm2022/icons/search/icon-search.module.mjs +4 -4
  331. package/esm2022/icons/search-inera/icon-search-inera.component.mjs +3 -3
  332. package/esm2022/icons/search-inera/icon-search-inera.module.mjs +4 -4
  333. package/esm2022/icons/share/icon-share.component.mjs +3 -3
  334. package/esm2022/icons/share/icon-share.module.mjs +4 -4
  335. package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +3 -3
  336. package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +4 -4
  337. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +3 -3
  338. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +4 -4
  339. package/esm2022/icons/skane/icon-skane.component.mjs +3 -3
  340. package/esm2022/icons/skane/icon-skane.module.mjs +4 -4
  341. package/esm2022/icons/sormland/icon-sormland.component.mjs +3 -3
  342. package/esm2022/icons/sormland/icon-sormland.module.mjs +4 -4
  343. package/esm2022/icons/star/icon-star.component.mjs +3 -3
  344. package/esm2022/icons/star/icon-star.module.mjs +4 -4
  345. package/esm2022/icons/star-filled/icon-star-filled.component.mjs +3 -3
  346. package/esm2022/icons/star-filled/icon-star-filled.module.mjs +4 -4
  347. package/esm2022/icons/stockholm/icon-stockholm.component.mjs +3 -3
  348. package/esm2022/icons/stockholm/icon-stockholm.module.mjs +4 -4
  349. package/esm2022/icons/success/icon-success.component.mjs +3 -3
  350. package/esm2022/icons/success/icon-success.module.mjs +4 -4
  351. package/esm2022/icons/swap/icon-swap.component.mjs +3 -3
  352. package/esm2022/icons/swap/icon-swap.module.mjs +4 -4
  353. package/esm2022/icons/switch-person/icon-switch-person.component.mjs +3 -3
  354. package/esm2022/icons/switch-person/icon-switch-person.module.mjs +4 -4
  355. package/esm2022/icons/telephone/icon-telephone.component.mjs +3 -3
  356. package/esm2022/icons/telephone/icon-telephone.module.mjs +4 -4
  357. package/esm2022/icons/test-tube/icon-test-tube.component.mjs +3 -3
  358. package/esm2022/icons/test-tube/icon-test-tube.module.mjs +4 -4
  359. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +3 -3
  360. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +4 -4
  361. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +3 -3
  362. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +4 -4
  363. package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +3 -3
  364. package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +4 -4
  365. package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +3 -3
  366. package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +4 -4
  367. package/esm2022/icons/trash/icon-trash.component.mjs +3 -3
  368. package/esm2022/icons/trash/icon-trash.module.mjs +4 -4
  369. package/esm2022/icons/twitter/icon-twitter.component.mjs +3 -3
  370. package/esm2022/icons/twitter/icon-twitter.module.mjs +4 -4
  371. package/esm2022/icons/uppsala/icon-uppsala.component.mjs +3 -3
  372. package/esm2022/icons/uppsala/icon-uppsala.module.mjs +4 -4
  373. package/esm2022/icons/user/icon-user.component.mjs +3 -3
  374. package/esm2022/icons/user/icon-user.module.mjs +4 -4
  375. package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +3 -3
  376. package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +4 -4
  377. package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +3 -3
  378. package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +4 -4
  379. package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +3 -3
  380. package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +4 -4
  381. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +3 -3
  382. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +4 -4
  383. package/esm2022/icons/video-off/icon-video-off.component.mjs +3 -3
  384. package/esm2022/icons/video-off/icon-video-off.module.mjs +4 -4
  385. package/esm2022/icons/video-on/icon-video-on.component.mjs +3 -3
  386. package/esm2022/icons/video-on/icon-video-on.module.mjs +4 -4
  387. package/esm2022/icons/video-switch/icon-video-switch.component.mjs +3 -3
  388. package/esm2022/icons/video-switch/icon-video-switch.module.mjs +4 -4
  389. package/esm2022/icons/visibility/icon-visibility.component.mjs +3 -3
  390. package/esm2022/icons/visibility/icon-visibility.module.mjs +4 -4
  391. package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +3 -3
  392. package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +4 -4
  393. package/esm2022/icons/warning/icon-warning.component.mjs +3 -3
  394. package/esm2022/icons/warning/icon-warning.module.mjs +4 -4
  395. package/fesm2022/inera-ids-angular-common.mjs +6 -6
  396. package/fesm2022/inera-ids-angular-components-agent.mjs +7 -7
  397. package/fesm2022/inera-ids-angular-components-alert-global.mjs +7 -7
  398. package/fesm2022/inera-ids-angular-components-alert.mjs +7 -7
  399. package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
  400. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
  401. package/fesm2022/inera-ids-angular-components-button-group.mjs +7 -7
  402. package/fesm2022/inera-ids-angular-components-button.mjs +10 -10
  403. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  404. package/fesm2022/inera-ids-angular-components-card.mjs +7 -7
  405. package/fesm2022/inera-ids-angular-components-carousel.mjs +10 -10
  406. package/fesm2022/inera-ids-angular-components-date-label.mjs +7 -7
  407. package/fesm2022/inera-ids-angular-components-dialog.mjs +7 -7
  408. package/fesm2022/inera-ids-angular-components-expandable.mjs +7 -7
  409. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +7 -7
  410. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +7 -7
  411. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +7 -7
  412. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +7 -7
  413. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +7 -7
  414. package/fesm2022/inera-ids-angular-components-footer.mjs +7 -7
  415. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +7 -7
  416. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +7 -7
  417. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +7 -7
  418. package/fesm2022/inera-ids-angular-components-form-input.mjs +7 -7
  419. package/fesm2022/inera-ids-angular-components-form-radio.mjs +10 -10
  420. package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
  421. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
  422. package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
  423. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
  424. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
  425. package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -7
  426. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +7 -7
  427. package/fesm2022/inera-ids-angular-components-grid-column.mjs +7 -7
  428. package/fesm2022/inera-ids-angular-components-grid-container.mjs +7 -7
  429. package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
  430. package/fesm2022/inera-ids-angular-components-grid.mjs +21 -21
  431. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +18 -18
  432. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +24 -24
  433. package/fesm2022/inera-ids-angular-components-header-1177.mjs +21 -21
  434. package/fesm2022/inera-ids-angular-components-header.mjs +25 -25
  435. package/fesm2022/inera-ids-angular-components-icon-region.mjs +7 -7
  436. package/fesm2022/inera-ids-angular-components-link.mjs +7 -7
  437. package/fesm2022/inera-ids-angular-components-list.mjs +13 -13
  438. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +13 -13
  439. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +7 -7
  440. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
  441. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +7 -7
  442. package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
  443. package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
  444. package/fesm2022/inera-ids-angular-components-stepper.mjs +10 -10
  445. package/fesm2022/inera-ids-angular-components-tabs.mjs +13 -13
  446. package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
  447. package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
  448. package/fesm2022/inera-ids-angular-icons-1177.mjs +7 -7
  449. package/fesm2022/inera-ids-angular-icons-activity.mjs +7 -7
  450. package/fesm2022/inera-ids-angular-icons-agent.mjs +7 -7
  451. package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +7 -7
  452. package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +7 -7
  453. package/fesm2022/inera-ids-angular-icons-archive.mjs +7 -7
  454. package/fesm2022/inera-ids-angular-icons-arrow.mjs +7 -7
  455. package/fesm2022/inera-ids-angular-icons-attention.mjs +7 -7
  456. package/fesm2022/inera-ids-angular-icons-blekinge.mjs +7 -7
  457. package/fesm2022/inera-ids-angular-icons-bookmark.mjs +7 -7
  458. package/fesm2022/inera-ids-angular-icons-calendar.mjs +7 -7
  459. package/fesm2022/inera-ids-angular-icons-call-active.mjs +7 -7
  460. package/fesm2022/inera-ids-angular-icons-call.mjs +7 -7
  461. package/fesm2022/inera-ids-angular-icons-camera-off.mjs +7 -7
  462. package/fesm2022/inera-ids-angular-icons-camera-on.mjs +7 -7
  463. package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +7 -7
  464. package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +7 -7
  465. package/fesm2022/inera-ids-angular-icons-chart-line.mjs +7 -7
  466. package/fesm2022/inera-ids-angular-icons-chat.mjs +7 -7
  467. package/fesm2022/inera-ids-angular-icons-check.mjs +7 -7
  468. package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +7 -7
  469. package/fesm2022/inera-ids-angular-icons-chevron.mjs +7 -7
  470. package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +7 -7
  471. package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +7 -7
  472. package/fesm2022/inera-ids-angular-icons-clipboard.mjs +7 -7
  473. package/fesm2022/inera-ids-angular-icons-clock.mjs +7 -7
  474. package/fesm2022/inera-ids-angular-icons-close-bold.mjs +7 -7
  475. package/fesm2022/inera-ids-angular-icons-close.mjs +7 -7
  476. package/fesm2022/inera-ids-angular-icons-cog.mjs +7 -7
  477. package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +7 -7
  478. package/fesm2022/inera-ids-angular-icons-computer.mjs +7 -7
  479. package/fesm2022/inera-ids-angular-icons-copy-file.mjs +7 -7
  480. package/fesm2022/inera-ids-angular-icons-copy-link.mjs +7 -7
  481. package/fesm2022/inera-ids-angular-icons-denied.mjs +7 -7
  482. package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +7 -7
  483. package/fesm2022/inera-ids-angular-icons-document.mjs +7 -7
  484. package/fesm2022/inera-ids-angular-icons-download.mjs +7 -7
  485. package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +7 -7
  486. package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +7 -7
  487. package/fesm2022/inera-ids-angular-icons-edit.mjs +7 -7
  488. package/fesm2022/inera-ids-angular-icons-email-sent.mjs +7 -7
  489. package/fesm2022/inera-ids-angular-icons-email-unread.mjs +7 -7
  490. package/fesm2022/inera-ids-angular-icons-email.mjs +7 -7
  491. package/fesm2022/inera-ids-angular-icons-expand.mjs +7 -7
  492. package/fesm2022/inera-ids-angular-icons-external.mjs +7 -7
  493. package/fesm2022/inera-ids-angular-icons-facebook.mjs +7 -7
  494. package/fesm2022/inera-ids-angular-icons-file-csv.mjs +7 -7
  495. package/fesm2022/inera-ids-angular-icons-file-excel.mjs +7 -7
  496. package/fesm2022/inera-ids-angular-icons-file-other.mjs +7 -7
  497. package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +7 -7
  498. package/fesm2022/inera-ids-angular-icons-file-picture.mjs +7 -7
  499. package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +7 -7
  500. package/fesm2022/inera-ids-angular-icons-file-word.mjs +7 -7
  501. package/fesm2022/inera-ids-angular-icons-find-care.mjs +7 -7
  502. package/fesm2022/inera-ids-angular-icons-find-region.mjs +7 -7
  503. package/fesm2022/inera-ids-angular-icons-flag.mjs +7 -7
  504. package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +7 -7
  505. package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +7 -7
  506. package/fesm2022/inera-ids-angular-icons-gotland.mjs +7 -7
  507. package/fesm2022/inera-ids-angular-icons-halland.mjs +7 -7
  508. package/fesm2022/inera-ids-angular-icons-headphones.mjs +7 -7
  509. package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +7 -7
  510. package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +7 -7
  511. package/fesm2022/inera-ids-angular-icons-hourglass.mjs +7 -7
  512. package/fesm2022/inera-ids-angular-icons-house.mjs +7 -7
  513. package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +7 -7
  514. package/fesm2022/inera-ids-angular-icons-id-card.mjs +7 -7
  515. package/fesm2022/inera-ids-angular-icons-image.mjs +7 -7
  516. package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +7 -7
  517. package/fesm2022/inera-ids-angular-icons-inera.mjs +7 -7
  518. package/fesm2022/inera-ids-angular-icons-information.mjs +7 -7
  519. package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +7 -7
  520. package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +7 -7
  521. package/fesm2022/inera-ids-angular-icons-kalmar.mjs +7 -7
  522. package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +7 -7
  523. package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +7 -7
  524. package/fesm2022/inera-ids-angular-icons-linkedin.mjs +7 -7
  525. package/fesm2022/inera-ids-angular-icons-list.mjs +7 -7
  526. package/fesm2022/inera-ids-angular-icons-lock-open.mjs +7 -7
  527. package/fesm2022/inera-ids-angular-icons-lock.mjs +7 -7
  528. package/fesm2022/inera-ids-angular-icons-log-locked.mjs +7 -7
  529. package/fesm2022/inera-ids-angular-icons-log.mjs +7 -7
  530. package/fesm2022/inera-ids-angular-icons-menu.mjs +7 -7
  531. package/fesm2022/inera-ids-angular-icons-minus.mjs +7 -7
  532. package/fesm2022/inera-ids-angular-icons-moment-start.mjs +7 -7
  533. package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +7 -7
  534. package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +7 -7
  535. package/fesm2022/inera-ids-angular-icons-office-building.mjs +7 -7
  536. package/fesm2022/inera-ids-angular-icons-orebro.mjs +7 -7
  537. package/fesm2022/inera-ids-angular-icons-organization.mjs +7 -7
  538. package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +7 -7
  539. package/fesm2022/inera-ids-angular-icons-plus.mjs +7 -7
  540. package/fesm2022/inera-ids-angular-icons-prescription.mjs +7 -7
  541. package/fesm2022/inera-ids-angular-icons-print.mjs +7 -7
  542. package/fesm2022/inera-ids-angular-icons-question.mjs +7 -7
  543. package/fesm2022/inera-ids-angular-icons-reload.mjs +7 -7
  544. package/fesm2022/inera-ids-angular-icons-reply.mjs +7 -7
  545. package/fesm2022/inera-ids-angular-icons-search-inera.mjs +7 -7
  546. package/fesm2022/inera-ids-angular-icons-search.mjs +7 -7
  547. package/fesm2022/inera-ids-angular-icons-share.mjs +7 -7
  548. package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +7 -7
  549. package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +7 -7
  550. package/fesm2022/inera-ids-angular-icons-skane.mjs +7 -7
  551. package/fesm2022/inera-ids-angular-icons-sormland.mjs +7 -7
  552. package/fesm2022/inera-ids-angular-icons-star-filled.mjs +7 -7
  553. package/fesm2022/inera-ids-angular-icons-star.mjs +7 -7
  554. package/fesm2022/inera-ids-angular-icons-stockholm.mjs +7 -7
  555. package/fesm2022/inera-ids-angular-icons-success.mjs +7 -7
  556. package/fesm2022/inera-ids-angular-icons-swap.mjs +7 -7
  557. package/fesm2022/inera-ids-angular-icons-switch-person.mjs +7 -7
  558. package/fesm2022/inera-ids-angular-icons-telephone.mjs +7 -7
  559. package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +7 -7
  560. package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +7 -7
  561. package/fesm2022/inera-ids-angular-icons-test-tube.mjs +7 -7
  562. package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +7 -7
  563. package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +7 -7
  564. package/fesm2022/inera-ids-angular-icons-trash.mjs +7 -7
  565. package/fesm2022/inera-ids-angular-icons-twitter.mjs +7 -7
  566. package/fesm2022/inera-ids-angular-icons-uppsala.mjs +7 -7
  567. package/fesm2022/inera-ids-angular-icons-user.mjs +7 -7
  568. package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +7 -7
  569. package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +7 -7
  570. package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +7 -7
  571. package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +7 -7
  572. package/fesm2022/inera-ids-angular-icons-video-off.mjs +7 -7
  573. package/fesm2022/inera-ids-angular-icons-video-on.mjs +7 -7
  574. package/fesm2022/inera-ids-angular-icons-video-switch.mjs +7 -7
  575. package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +7 -7
  576. package/fesm2022/inera-ids-angular-icons-visibility.mjs +7 -7
  577. package/fesm2022/inera-ids-angular-icons-warning.mjs +7 -7
  578. package/package.json +247 -247
@@ -7,10 +7,10 @@ import '@inera/ids-core/components/header-1177-admin/register';
7
7
  class IDHeader1177AdminItemComponent {
8
8
  mobile = false;
9
9
  template;
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177AdminItemComponent, isStandalone: true, selector: "id-header-1177-admin-item", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177AdminItemComponent, isStandalone: true, selector: "id-header-1177-admin-item", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminItemComponent, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminItemComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'id-header-1177-admin-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] }]
16
16
  }], propDecorators: { mobile: [{
@@ -24,10 +24,10 @@ class IDHeader1177AdminAvatarComponent {
24
24
  username = '';
25
25
  unit = '';
26
26
  template;
27
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177AdminAvatarComponent, isStandalone: true, selector: "id-header-1177-admin-avatar", inputs: { username: "username", unit: "unit" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] });
27
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177AdminAvatarComponent, isStandalone: true, selector: "id-header-1177-admin-avatar", inputs: { username: "username", unit: "unit" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] });
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminAvatarComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminAvatarComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: 'id-header-1177-admin-avatar', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] }]
33
33
  }], propDecorators: { username: [{
@@ -44,10 +44,10 @@ class IDHeader1177AdminNavItemComponent {
44
44
  notifications = '';
45
45
  active = false;
46
46
  template;
47
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
48
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177AdminNavItemComponent, isStandalone: true, selector: "id-header-1177-admin-nav-item", inputs: { label: "label", notifications: "notifications", active: "active" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
47
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
48
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177AdminNavItemComponent, isStandalone: true, selector: "id-header-1177-admin-nav-item", inputs: { label: "label", notifications: "notifications", active: "active" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminNavItemComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminNavItemComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ selector: 'id-header-1177-admin-nav-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
53
53
  }], propDecorators: { label: [{
@@ -81,10 +81,10 @@ class IDHeader1177AdminNavComponent {
81
81
  this.cdRef.detectChanges();
82
82
  });
83
83
  }
84
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminNavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
85
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177AdminNavComponent, isStandalone: true, selector: "id-header-1177-admin-nav", queries: [{ propertyName: "navItemList", predicate: IDHeader1177AdminNavItemComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ids-header-1177-admin-nav-item \r\n *ngFor=\"let navItem of navItems\" \r\n [label]=\"navItem.label\" \r\n [notifications]=\"navItem.notifications\"\r\n [attr.active]=\"navItem.active ? 'true' : null\">\r\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\r\n </ids-header-1177-admin-nav-item>\r\n</ng-template>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
84
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminNavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
85
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177AdminNavComponent, isStandalone: true, selector: "id-header-1177-admin-nav", queries: [{ propertyName: "navItemList", predicate: IDHeader1177AdminNavItemComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ids-header-1177-admin-nav-item \r\n *ngFor=\"let navItem of navItems\" \r\n [label]=\"navItem.label\" \r\n [notifications]=\"navItem.notifications\"\r\n [attr.active]=\"navItem.active ? 'true' : null\">\r\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\r\n </ids-header-1177-admin-nav-item>\r\n</ng-template>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
86
86
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminNavComponent, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminNavComponent, decorators: [{
88
88
  type: Component,
89
89
  args: [{ selector: "id-header-1177-admin-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\r\n <ids-header-1177-admin-nav-item \r\n *ngFor=\"let navItem of navItems\" \r\n [label]=\"navItem.label\" \r\n [notifications]=\"navItem.notifications\"\r\n [attr.active]=\"navItem.active ? 'true' : null\">\r\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\r\n </ids-header-1177-admin-nav-item>\r\n</ng-template>" }]
90
90
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { template: [{
@@ -130,10 +130,10 @@ class IDHeader1177AdminComponent {
130
130
  this.cdRef.detectChanges();
131
131
  });
132
132
  }
133
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
134
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177AdminComponent, isStandalone: true, selector: "id-header-1177-admin", inputs: { brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", pickregiontext: "pickregiontext", regionicontitle: "regionicontitle", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", mobilemenuexpanded: "mobilemenuexpanded", fluid: "fluid", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177AdminNavComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177AdminItemComponent }], ngImport: i0, template: "<ids-header-1177-admin\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [attr.pickregiontext]=\"pickregiontext\"\r\n [attr.regionicontitle]=\"regionicontitle\"\r\n [attr.regionpickerexpanded]=\"regionpickerexpanded\"\r\n [attr.mobilemenuexpanded]=\"mobilemenuexpanded ? 'true' : null\"\r\n [attr.fluid]=\"fluid ? 'true' : null\"\r\n [attr.logohref]=\"logohref\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\"> \r\n\r\n <ids-header-1177-admin-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n </ids-header-1177-admin-item>\r\n\r\n <ids-header-1177-admin-avatar *ngIf=\"avatar\" [username]=\"avatar.username\" [unit]=\"avatar.unit\">\r\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\r\n </ids-header-1177-admin-avatar>\r\n\r\n <ids-header-1177-admin-nav *ngIf=\"nav\">\r\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\r\n </ids-header-1177-admin-nav>\r\n\r\n <ng-content></ng-content>\r\n\r\n</ids-header-1177-admin>", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
133
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
134
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177AdminComponent, isStandalone: true, selector: "id-header-1177-admin", inputs: { brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", pickregiontext: "pickregiontext", regionicontitle: "regionicontitle", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", mobilemenuexpanded: "mobilemenuexpanded", fluid: "fluid", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177AdminNavComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177AdminItemComponent }], ngImport: i0, template: "<ids-header-1177-admin\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [attr.pickregiontext]=\"pickregiontext\"\r\n [attr.regionicontitle]=\"regionicontitle\"\r\n [attr.regionpickerexpanded]=\"regionpickerexpanded\"\r\n [attr.mobilemenuexpanded]=\"mobilemenuexpanded ? 'true' : null\"\r\n [attr.fluid]=\"fluid ? 'true' : null\"\r\n [attr.logohref]=\"logohref\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\"> \r\n\r\n <ids-header-1177-admin-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n </ids-header-1177-admin-item>\r\n\r\n <ids-header-1177-admin-avatar *ngIf=\"avatar\" [username]=\"avatar.username\" [unit]=\"avatar.unit\">\r\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\r\n </ids-header-1177-admin-avatar>\r\n\r\n <ids-header-1177-admin-nav *ngIf=\"nav\">\r\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\r\n </ids-header-1177-admin-nav>\r\n\r\n <ng-content></ng-content>\r\n\r\n</ids-header-1177-admin>", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
135
135
  }
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminComponent, decorators: [{
136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminComponent, decorators: [{
137
137
  type: Component,
138
138
  args: [{ selector: "id-header-1177-admin", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ids-header-1177-admin\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [attr.pickregiontext]=\"pickregiontext\"\r\n [attr.regionicontitle]=\"regionicontitle\"\r\n [attr.regionpickerexpanded]=\"regionpickerexpanded\"\r\n [attr.mobilemenuexpanded]=\"mobilemenuexpanded ? 'true' : null\"\r\n [attr.fluid]=\"fluid ? 'true' : null\"\r\n [attr.logohref]=\"logohref\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\"> \r\n\r\n <ids-header-1177-admin-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n </ids-header-1177-admin-item>\r\n\r\n <ids-header-1177-admin-avatar *ngIf=\"avatar\" [username]=\"avatar.username\" [unit]=\"avatar.unit\">\r\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\r\n </ids-header-1177-admin-avatar>\r\n\r\n <ids-header-1177-admin-nav *ngIf=\"nav\">\r\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\r\n </ids-header-1177-admin-nav>\r\n\r\n <ng-content></ng-content>\r\n\r\n</ids-header-1177-admin>", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"] }]
139
139
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { brandtext: [{
@@ -173,10 +173,10 @@ class IDHeader1177AdminAvatarMobileComponent {
173
173
  username = "";
174
174
  unit = "";
175
175
  template;
176
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
177
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177AdminAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-admin-avatar-mobile", inputs: { username: "username", unit: "unit" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ids-header-1177-admin-avatar-mobile [username]=\"username\" [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-header-1177-admin-avatar-mobile>", styles: [":host{display:contents}\n"] });
176
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
177
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177AdminAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-admin-avatar-mobile", inputs: { username: "username", unit: "unit" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ids-header-1177-admin-avatar-mobile [username]=\"username\" [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-header-1177-admin-avatar-mobile>", styles: [":host{display:contents}\n"] });
178
178
  }
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, decorators: [{
179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, decorators: [{
180
180
  type: Component,
181
181
  args: [{ selector: "id-header-1177-admin-avatar-mobile", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ids-header-1177-admin-avatar-mobile [username]=\"username\" [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-header-1177-admin-avatar-mobile>", styles: [":host{display:contents}\n"] }]
182
182
  }], propDecorators: { username: [{
@@ -7,10 +7,10 @@ import '@inera/ids-core/components/header-1177-pro/register';
7
7
  class IDHeader1177ProItemComponent {
8
8
  mobile = false;
9
9
  template;
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ProItemComponent, isStandalone: true, selector: "id-header-1177-pro-item", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ProItemComponent, isStandalone: true, selector: "id-header-1177-pro-item", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProItemComponent, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProItemComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'id-header-1177-pro-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] }]
16
16
  }], propDecorators: { mobile: [{
@@ -24,10 +24,10 @@ class IDHeader1177ProAvatarComponent {
24
24
  username = '';
25
25
  unit = '';
26
26
  template;
27
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ProAvatarComponent, isStandalone: true, selector: "id-header-1177-pro-avatar", inputs: { username: "username", unit: "unit" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] });
27
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ProAvatarComponent, isStandalone: true, selector: "id-header-1177-pro-avatar", inputs: { username: "username", unit: "unit" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] });
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProAvatarComponent, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProAvatarComponent, decorators: [{
31
31
  type: Component,
32
32
  args: [{ selector: 'id-header-1177-pro-avatar', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host{display:contents}\n"] }]
33
33
  }], propDecorators: { username: [{
@@ -44,10 +44,10 @@ class IDHeader1177ProNavItemComponent {
44
44
  notifications = "";
45
45
  active = false;
46
46
  template;
47
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
48
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ProNavItemComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item", inputs: { label: "label", notifications: "notifications", active: "active" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
47
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
48
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ProNavItemComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item", inputs: { label: "label", notifications: "notifications", active: "active" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProNavItemComponent, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProNavItemComponent, decorators: [{
51
51
  type: Component,
52
52
  args: [{ selector: "id-header-1177-pro-nav-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
53
53
  }], propDecorators: { label: [{
@@ -63,10 +63,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
63
63
 
64
64
  class IDHeader1177ProNavItemMobileComponent {
65
65
  template;
66
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProNavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
67
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ProNavItemMobileComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
66
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProNavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
67
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ProNavItemMobileComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProNavItemMobileComponent, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProNavItemMobileComponent, decorators: [{
70
70
  type: Component,
71
71
  args: [{ selector: 'id-header-1177-pro-nav-item-mobile', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
72
72
  }], propDecorators: { template: [{
@@ -76,10 +76,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
76
76
 
77
77
  class IDHeader1177ProNavMenuMobileComponent {
78
78
  template;
79
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProNavMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
80
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ProNavMenuMobileComponent, isStandalone: true, selector: "id-header-1177-pro-nav-menu-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
79
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProNavMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
80
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ProNavMenuMobileComponent, isStandalone: true, selector: "id-header-1177-pro-nav-menu-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
81
81
  }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProNavMenuMobileComponent, decorators: [{
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProNavMenuMobileComponent, decorators: [{
83
83
  type: Component,
84
84
  args: [{ selector: 'id-header-1177-pro-nav-menu-mobile', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
85
85
  }], propDecorators: { template: [{
@@ -120,10 +120,10 @@ class IDHeader1177ProNavComponent {
120
120
  this.cdRef.detectChanges();
121
121
  });
122
122
  }
123
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProNavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
124
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ProNavComponent, isStandalone: true, selector: "id-header-1177-pro-nav", queries: [{ propertyName: "navMenuMobile", first: true, predicate: IDHeader1177ProNavMenuMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeader1177ProNavItemComponent }, { propertyName: "navItemMobileList", predicate: IDHeader1177ProNavItemMobileComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ids-header-1177-pro-nav-item \r\n *ngFor=\"let navItem of navItems\" \r\n [label]=\"navItem.label\" \r\n [notifications]=\"navItem.notifications\"\r\n [active]=\"navItem.active\">\r\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\r\n </ids-header-1177-pro-nav-item>\r\n <ids-header-1177-pro-nav-item-mobile \r\n *ngFor=\"let navItemMobile of navItemsMobile\">\r\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\r\n </ids-header-1177-pro-nav-item-mobile>\r\n <ids-header-1177-pro-nav-menu-mobile *ngIf=\"navMenuMobile\">\r\n <ng-container *ngTemplateOutlet=\"navMenuMobile.template\"></ng-container>\r\n </ids-header-1177-pro-nav-menu-mobile>\r\n</ng-template>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
123
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProNavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
124
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ProNavComponent, isStandalone: true, selector: "id-header-1177-pro-nav", queries: [{ propertyName: "navMenuMobile", first: true, predicate: IDHeader1177ProNavMenuMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeader1177ProNavItemComponent }, { propertyName: "navItemMobileList", predicate: IDHeader1177ProNavItemMobileComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ids-header-1177-pro-nav-item \r\n *ngFor=\"let navItem of navItems\" \r\n [label]=\"navItem.label\" \r\n [notifications]=\"navItem.notifications\"\r\n [active]=\"navItem.active\">\r\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\r\n </ids-header-1177-pro-nav-item>\r\n <ids-header-1177-pro-nav-item-mobile \r\n *ngFor=\"let navItemMobile of navItemsMobile\">\r\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\r\n </ids-header-1177-pro-nav-item-mobile>\r\n <ids-header-1177-pro-nav-menu-mobile *ngIf=\"navMenuMobile\">\r\n <ng-container *ngTemplateOutlet=\"navMenuMobile.template\"></ng-container>\r\n </ids-header-1177-pro-nav-menu-mobile>\r\n</ng-template>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
125
125
  }
126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProNavComponent, decorators: [{
126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProNavComponent, decorators: [{
127
127
  type: Component,
128
128
  args: [{ selector: "id-header-1177-pro-nav", standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [CommonModule], template: "<ng-template>\r\n <ids-header-1177-pro-nav-item \r\n *ngFor=\"let navItem of navItems\" \r\n [label]=\"navItem.label\" \r\n [notifications]=\"navItem.notifications\"\r\n [active]=\"navItem.active\">\r\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\r\n </ids-header-1177-pro-nav-item>\r\n <ids-header-1177-pro-nav-item-mobile \r\n *ngFor=\"let navItemMobile of navItemsMobile\">\r\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\r\n </ids-header-1177-pro-nav-item-mobile>\r\n <ids-header-1177-pro-nav-menu-mobile *ngIf=\"navMenuMobile\">\r\n <ng-container *ngTemplateOutlet=\"navMenuMobile.template\"></ng-container>\r\n </ids-header-1177-pro-nav-menu-mobile>\r\n</ng-template>" }]
129
129
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { template: [{
@@ -143,10 +143,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
143
143
  class IDHeader1177ProAvatarMobileComponent {
144
144
  username = '';
145
145
  unit = '';
146
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
147
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ProAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-pro-avatar-mobile", inputs: { username: "username", unit: "unit" }, ngImport: i0, template: "<ids-header-1177-pro-avatar-mobile [username]=\"username\" [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-header-1177-pro-avatar-mobile>" });
146
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
147
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ProAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-pro-avatar-mobile", inputs: { username: "username", unit: "unit" }, ngImport: i0, template: "<ids-header-1177-pro-avatar-mobile [username]=\"username\" [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-header-1177-pro-avatar-mobile>" });
148
148
  }
149
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, decorators: [{
149
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, decorators: [{
150
150
  type: Component,
151
151
  args: [{ selector: 'id-header-1177-pro-avatar-mobile', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ids-header-1177-pro-avatar-mobile [username]=\"username\" [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-header-1177-pro-avatar-mobile>" }]
152
152
  }], propDecorators: { username: [{
@@ -190,10 +190,10 @@ class IDHeader1177ProComponent {
190
190
  this.cdRef.detectChanges();
191
191
  });
192
192
  }
193
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
194
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ProComponent, isStandalone: true, selector: "id-header-1177-pro", inputs: { pickregiontext: "pickregiontext", regionicontitle: "regionicontitle", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", fluid: "fluid", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177ProAvatarComponent, descendants: true }, { propertyName: "avatarMobile", first: true, predicate: IDHeader1177ProAvatarMobileComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177ProNavComponent, descendants: true }, { propertyName: "navMenuMobile", first: true, predicate: IDHeader1177ProNavMenuMobileComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177ProItemComponent }], ngImport: i0, template: "<ids-header-1177-pro\r\n [attr.pickregiontext]=\"pickregiontext\"\r\n [attr.regionicontitle]=\"regionicontitle\"\r\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\r\n [attr.fluid]=\"fluid ? 'true' : null\"\r\n [attr.logohref]=\"logohref\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n \r\n <ids-header-1177-pro-avatar *ngIf=\"avatar\" [username]=\"avatar.username\" [unit]=\"avatar.unit\">\r\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\r\n </ids-header-1177-pro-avatar>\r\n\r\n <ids-header-1177-pro-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n </ids-header-1177-pro-item>\r\n\r\n <ids-header-1177-pro-nav *ngIf=\"nav\">\r\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\r\n </ids-header-1177-pro-nav>\r\n\r\n <ng-content></ng-content>\r\n</ids-header-1177-pro>", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
193
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
194
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ProComponent, isStandalone: true, selector: "id-header-1177-pro", inputs: { pickregiontext: "pickregiontext", regionicontitle: "regionicontitle", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", fluid: "fluid", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177ProAvatarComponent, descendants: true }, { propertyName: "avatarMobile", first: true, predicate: IDHeader1177ProAvatarMobileComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177ProNavComponent, descendants: true }, { propertyName: "navMenuMobile", first: true, predicate: IDHeader1177ProNavMenuMobileComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177ProItemComponent }], ngImport: i0, template: "<ids-header-1177-pro\r\n [attr.pickregiontext]=\"pickregiontext\"\r\n [attr.regionicontitle]=\"regionicontitle\"\r\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\r\n [attr.fluid]=\"fluid ? 'true' : null\"\r\n [attr.logohref]=\"logohref\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n \r\n <ids-header-1177-pro-avatar *ngIf=\"avatar\" [username]=\"avatar.username\" [unit]=\"avatar.unit\">\r\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\r\n </ids-header-1177-pro-avatar>\r\n\r\n <ids-header-1177-pro-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n </ids-header-1177-pro-item>\r\n\r\n <ids-header-1177-pro-nav *ngIf=\"nav\">\r\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\r\n </ids-header-1177-pro-nav>\r\n\r\n <ng-content></ng-content>\r\n</ids-header-1177-pro>", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
195
195
  }
196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ProComponent, decorators: [{
196
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ProComponent, decorators: [{
197
197
  type: Component,
198
198
  args: [{ selector: 'id-header-1177-pro', standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [
199
199
  CommonModule
@@ -7,10 +7,10 @@ import '@inera/ids-core/components/header-1177/register';
7
7
  class IDHeader1177ItemComponent {
8
8
  mobile = false;
9
9
  template;
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177ItemComponent, isStandalone: true, selector: "id-header-1177-item", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177ItemComponent, isStandalone: true, selector: "id-header-1177-item", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177ItemComponent, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177ItemComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'id-header-1177-item', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
16
16
  }], propDecorators: { mobile: [{
@@ -23,10 +23,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
23
23
  class IDHeader1177AvatarComponent {
24
24
  username = '';
25
25
  template;
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177AvatarComponent, isStandalone: true, selector: "id-header-1177-avatar", inputs: { username: "username" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
26
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177AvatarComponent, isStandalone: true, selector: "id-header-1177-avatar", inputs: { username: "username" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177AvatarComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177AvatarComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'id-header-1177-avatar', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
32
32
  }], propDecorators: { username: [{
@@ -41,10 +41,10 @@ class IDHeader1177NavItemComponent {
41
41
  notifications = "";
42
42
  active = false;
43
43
  template;
44
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177NavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
45
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177NavItemComponent, isStandalone: true, selector: "id-header-1177-nav-item", inputs: { label: "label", notifications: "notifications", active: "active" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177NavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
45
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177NavItemComponent, isStandalone: true, selector: "id-header-1177-nav-item", inputs: { label: "label", notifications: "notifications", active: "active" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
46
46
  }
47
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177NavItemComponent, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177NavItemComponent, decorators: [{
48
48
  type: Component,
49
49
  args: [{ selector: "id-header-1177-nav-item", schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
50
50
  }], propDecorators: { label: [{
@@ -60,10 +60,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
60
60
 
61
61
  class IDHeader1177NavItemMobileComponent {
62
62
  template;
63
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177NavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
64
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177NavItemMobileComponent, isStandalone: true, selector: "id-header-1177-nav-item-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
63
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177NavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
64
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177NavItemMobileComponent, isStandalone: true, selector: "id-header-1177-nav-item-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177NavItemMobileComponent, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177NavItemMobileComponent, decorators: [{
67
67
  type: Component,
68
68
  args: [{ selector: 'id-header-1177-nav-item-mobile', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
69
69
  }], propDecorators: { template: [{
@@ -73,10 +73,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
73
73
 
74
74
  class IDHeader1177NavMenuMobileComponent {
75
75
  template;
76
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177NavMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
77
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177NavMenuMobileComponent, isStandalone: true, selector: "id-header-1177-nav-menu-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
76
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177NavMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
77
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177NavMenuMobileComponent, isStandalone: true, selector: "id-header-1177-nav-menu-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
78
78
  }
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177NavMenuMobileComponent, decorators: [{
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177NavMenuMobileComponent, decorators: [{
80
80
  type: Component,
81
81
  args: [{ selector: 'id-header-1177-nav-menu-mobile', schemas: [CUSTOM_ELEMENTS_SCHEMA], standalone: true, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
82
82
  }], propDecorators: { template: [{
@@ -117,10 +117,10 @@ class IDHeader1177NavComponent {
117
117
  this.cdRef.detectChanges();
118
118
  });
119
119
  }
120
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177NavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
121
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177NavComponent, isStandalone: true, selector: "id-header-1177-nav", queries: [{ propertyName: "navMenuMobile", first: true, predicate: IDHeader1177NavMenuMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeader1177NavItemComponent }, { propertyName: "navItemMobileList", predicate: IDHeader1177NavItemMobileComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ids-header-1177-nav-item \r\n *ngFor=\"let navItem of navItems\" \r\n [label]=\"navItem.label\" \r\n [notifications]=\"navItem.notifications\"\r\n [active]=\"navItem.active\">\r\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\r\n </ids-header-1177-nav-item>\r\n <ids-header-1177-nav-item-mobile \r\n *ngFor=\"let navItemMobile of navItemsMobile\">\r\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\r\n </ids-header-1177-nav-item-mobile>\r\n <ids-header-1177-nav-menu-mobile *ngIf=\"navMenuMobile\">\r\n <ng-container *ngTemplateOutlet=\"navMenuMobile.template\"></ng-container>\r\n </ids-header-1177-nav-menu-mobile>\r\n</ng-template>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
120
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177NavComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
121
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177NavComponent, isStandalone: true, selector: "id-header-1177-nav", queries: [{ propertyName: "navMenuMobile", first: true, predicate: IDHeader1177NavMenuMobileComponent, descendants: true }, { propertyName: "navItemList", predicate: IDHeader1177NavItemComponent }, { propertyName: "navItemMobileList", predicate: IDHeader1177NavItemMobileComponent }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ids-header-1177-nav-item \r\n *ngFor=\"let navItem of navItems\" \r\n [label]=\"navItem.label\" \r\n [notifications]=\"navItem.notifications\"\r\n [active]=\"navItem.active\">\r\n <ng-container *ngTemplateOutlet=\"navItem.template\"></ng-container>\r\n </ids-header-1177-nav-item>\r\n <ids-header-1177-nav-item-mobile \r\n *ngFor=\"let navItemMobile of navItemsMobile\">\r\n <ng-container *ngTemplateOutlet=\"navItemMobile.template\"></ng-container>\r\n </ids-header-1177-nav-item-mobile>\r\n <ids-header-1177-nav-menu-mobile *ngIf=\"navMenuMobile\">\r\n <ng-container *ngTemplateOutlet=\"navMenuMobile.template\"></ng-container>\r\n </ids-header-1177-nav-menu-mobile>\r\n</ng-template>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
122
122
  }
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177NavComponent, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177NavComponent, decorators: [{
124
124
  type: Component,
125
125
  args: [{ selector: 'id-header-1177-nav', standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [
126
126
  CommonModule
@@ -172,10 +172,10 @@ class IDHeader1177Component {
172
172
  this.cdRef.detectChanges();
173
173
  });
174
174
  }
175
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177Component, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
176
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeader1177Component, isStandalone: true, selector: "id-header-1177", inputs: { pickregiontext: "pickregiontext", regionicontitle: "regionicontitle", srlogolabel: "srlogolabel", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", fluid: "fluid", logohref: "logohref", unresponsive: "unresponsive" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177NavComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177ItemComponent }], ngImport: i0, template: "<ids-header-1177\r\n [attr.pickregiontext]=\"pickregiontext\"\r\n [attr.regionicontitle]=\"regionicontitle\"\r\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\r\n [attr.hideregionpicker]=\"hideregionpicker ? 'true' : null\"\r\n [attr.fluid]=\"fluid ? 'true' : null\"\r\n [attr.srlogolabel]=\"srlogolabel\"\r\n [attr.unresponsive]=\"unresponsive ? 'true' : null\" \r\n [attr.logohref]=\"logohref\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n \r\n <ids-header-1177-avatar *ngIf=\"avatar\" [username]=\"avatar.username\">\r\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\r\n </ids-header-1177-avatar>\r\n\r\n <ids-header-1177-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n </ids-header-1177-item>\r\n\r\n <ids-header-1177-nav *ngIf=\"nav\">\r\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\r\n </ids-header-1177-nav>\r\n\r\n <ng-content></ng-content>\r\n</ids-header-1177>", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
175
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177Component, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
176
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeader1177Component, isStandalone: true, selector: "id-header-1177", inputs: { pickregiontext: "pickregiontext", regionicontitle: "regionicontitle", srlogolabel: "srlogolabel", hideregionpicker: "hideregionpicker", regionpickerexpanded: "regionpickerexpanded", fluid: "fluid", logohref: "logohref", unresponsive: "unresponsive" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177NavComponent, descendants: true }, { propertyName: "itemList", predicate: IDHeader1177ItemComponent }], ngImport: i0, template: "<ids-header-1177\r\n [attr.pickregiontext]=\"pickregiontext\"\r\n [attr.regionicontitle]=\"regionicontitle\"\r\n [attr.regionpickerexpanded]=\"regionpickerexpanded ? 'true' : null\"\r\n [attr.hideregionpicker]=\"hideregionpicker ? 'true' : null\"\r\n [attr.fluid]=\"fluid ? 'true' : null\"\r\n [attr.srlogolabel]=\"srlogolabel\"\r\n [attr.unresponsive]=\"unresponsive ? 'true' : null\" \r\n [attr.logohref]=\"logohref\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n \r\n <ids-header-1177-avatar *ngIf=\"avatar\" [username]=\"avatar.username\">\r\n <ng-container *ngTemplateOutlet=\"avatar.template\"></ng-container>\r\n </ids-header-1177-avatar>\r\n\r\n <ids-header-1177-item *ngFor=\"let item of items\" [mobile]=\"item.mobile ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"item.template\"></ng-container>\r\n </ids-header-1177-item>\r\n\r\n <ids-header-1177-nav *ngIf=\"nav\">\r\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\r\n </ids-header-1177-nav>\r\n\r\n <ng-content></ng-content>\r\n</ids-header-1177>", styles: ["::ng-deep [slot=region],::ng-deep [slot=region-desktop]{display:flex!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
177
177
  }
178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeader1177Component, decorators: [{
178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeader1177Component, decorators: [{
179
179
  type: Component,
180
180
  args: [{ selector: 'id-header-1177', standalone: true, schemas: [CUSTOM_ELEMENTS_SCHEMA], imports: [
181
181
  CommonModule,
@@ -16,10 +16,10 @@ class IDHeaderComponent {
16
16
  unresponsive = false;
17
17
  logohref = '';
18
18
  onDidToggleRegion = new EventEmitter();
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeaderComponent, selector: "id-header", inputs: { type: "type", brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", pickregiontext: "pickregiontext", hidebrand: "hidebrand", fluid: "fluid", hideregionpicker: "hideregionpicker", srlogolabel: "srlogolabel", unresponsive: "unresponsive", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, ngImport: i0, template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [attr.fluid]=\"fluid ? true : null\"\r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [hideregionpicker]=\"hideregionpicker ? true : null\"\r\n [logohref]=\"logohref\"\r\n [hidebrand]=\"hidebrand\"\r\n [pickregiontext]=\"pickregiontext\"\r\n [srlogolabel]=\"srlogolabel\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-header>" });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeaderComponent, selector: "id-header", inputs: { type: "type", brandtext: "brandtext", brandtexttop: "brandtexttop", brandtextbottom: "brandtextbottom", pickregiontext: "pickregiontext", hidebrand: "hidebrand", fluid: "fluid", hideregionpicker: "hideregionpicker", srlogolabel: "srlogolabel", unresponsive: "unresponsive", logohref: "logohref" }, outputs: { onDidToggleRegion: "onDidToggleRegion" }, ngImport: i0, template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [attr.fluid]=\"fluid ? true : null\"\r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [hideregionpicker]=\"hideregionpicker ? true : null\"\r\n [logohref]=\"logohref\"\r\n [hidebrand]=\"hidebrand\"\r\n [pickregiontext]=\"pickregiontext\"\r\n [srlogolabel]=\"srlogolabel\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-header>" });
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderComponent, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderComponent, decorators: [{
23
23
  type: Component,
24
24
  args: [{ selector: 'id-header', template: "<ids-header \r\n [attr.type]=\"type\"\r\n [attr.brandtext]=\"brandtext\"\r\n [attr.brandtexttop]=\"brandtexttop\"\r\n [attr.brandtextbottom]=\"brandtextbottom\"\r\n [attr.fluid]=\"fluid ? true : null\"\r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [hideregionpicker]=\"hideregionpicker ? true : null\"\r\n [logohref]=\"logohref\"\r\n [hidebrand]=\"hidebrand\"\r\n [pickregiontext]=\"pickregiontext\"\r\n [srlogolabel]=\"srlogolabel\"\r\n (didToggleRegion)=\"onDidToggleRegion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-header>" }]
25
25
  }], propDecorators: { type: [{
@@ -66,10 +66,10 @@ class IDHeaderMobileMenuComponent {
66
66
  this.onExpanded.emit(event);
67
67
  this.expandedChange.emit(this.expanded);
68
68
  }
69
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderMobileMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
70
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeaderMobileMenuComponent, selector: "id-header-mobile-menu", inputs: { type: "type", expanded: "expanded", persistent: "persistent", label: "label" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-header-mobile-menu \r\n [attr.expanded]=\"expanded ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.type]=\"type\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n {{label}}\r\n</ids-header-mobile-menu>", styles: [":host{display:contents}\n"] });
69
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderMobileMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
70
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeaderMobileMenuComponent, selector: "id-header-mobile-menu", inputs: { type: "type", expanded: "expanded", persistent: "persistent", label: "label" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-header-mobile-menu \r\n [attr.expanded]=\"expanded ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.type]=\"type\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n {{label}}\r\n</ids-header-mobile-menu>", styles: [":host{display:contents}\n"] });
71
71
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderMobileMenuComponent, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderMobileMenuComponent, decorators: [{
73
73
  type: Component,
74
74
  args: [{ selector: 'id-header-mobile-menu', template: "<ids-header-mobile-menu \r\n [attr.expanded]=\"expanded ? true : null\"\r\n [attr.persistent]=\"persistent ? true : null\"\r\n [attr.type]=\"type\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n {{label}}\r\n</ids-header-mobile-menu>", styles: [":host{display:contents}\n"] }]
75
75
  }], propDecorators: { type: [{
@@ -92,10 +92,10 @@ class IDHeaderItemComponent {
92
92
  type = '';
93
93
  mobile;
94
94
  separatorleft;
95
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
96
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeaderItemComponent, selector: "id-header-item", inputs: { type: "type", mobile: "mobile", separatorleft: "separatorleft" }, ngImport: i0, template: "<ids-header-item\r\n [attr.type]=\"type\"\r\n [attr.mobile]=\"mobile ? true : null\"\r\n [attr.separatorleft]=\"separatorleft ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-header-item>", styles: [":host{display:contents}\n"] });
95
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
96
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeaderItemComponent, selector: "id-header-item", inputs: { type: "type", mobile: "mobile", separatorleft: "separatorleft" }, ngImport: i0, template: "<ids-header-item\r\n [attr.type]=\"type\"\r\n [attr.mobile]=\"mobile ? true : null\"\r\n [attr.separatorleft]=\"separatorleft ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-header-item>", styles: [":host{display:contents}\n"] });
97
97
  }
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderItemComponent, decorators: [{
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderItemComponent, decorators: [{
99
99
  type: Component,
100
100
  args: [{ selector: 'id-header-item', template: "<ids-header-item\r\n [attr.type]=\"type\"\r\n [attr.mobile]=\"mobile ? true : null\"\r\n [attr.separatorleft]=\"separatorleft ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-header-item>", styles: [":host{display:contents}\n"] }]
101
101
  }], propDecorators: { type: [{
@@ -108,10 +108,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
108
108
 
109
109
  class IDHeaderMobileItemComponent {
110
110
  type = '';
111
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderMobileItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
112
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeaderMobileItemComponent, selector: "id-header-mobile-item", inputs: { type: "type" }, ngImport: i0, template: "<ids-header-mobile-item [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-mobile-item>", styles: [":host{display:contents}\n"] });
111
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderMobileItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
112
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeaderMobileItemComponent, selector: "id-header-mobile-item", inputs: { type: "type" }, ngImport: i0, template: "<ids-header-mobile-item [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-mobile-item>", styles: [":host{display:contents}\n"] });
113
113
  }
114
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderMobileItemComponent, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderMobileItemComponent, decorators: [{
115
115
  type: Component,
116
116
  args: [{ selector: 'id-header-mobile-item', template: "<ids-header-mobile-item [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-mobile-item>", styles: [":host{display:contents}\n"] }]
117
117
  }], propDecorators: { type: [{
@@ -121,10 +121,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
121
121
  class IDHeaderNavComponent {
122
122
  type = '';
123
123
  srtext = 'Huvudmeny';
124
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
125
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeaderNavComponent, selector: "id-header-nav", inputs: { type: "type", srtext: "srtext" }, ngImport: i0, template: "<ids-header-nav [srtext]=\"srtext\" [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-nav>", styles: [":host{display:contents}\n"] });
124
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
125
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeaderNavComponent, selector: "id-header-nav", inputs: { type: "type", srtext: "srtext" }, ngImport: i0, template: "<ids-header-nav [srtext]=\"srtext\" [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-nav>", styles: [":host{display:contents}\n"] });
126
126
  }
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderNavComponent, decorators: [{
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderNavComponent, decorators: [{
128
128
  type: Component,
129
129
  args: [{ selector: 'id-header-nav', template: "<ids-header-nav [srtext]=\"srtext\" [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-nav>", styles: [":host{display:contents}\n"] }]
130
130
  }], propDecorators: { type: [{
@@ -139,10 +139,10 @@ class IDHeaderNavItemComponent {
139
139
  notifications = '';
140
140
  link = false;
141
141
  active = false;
142
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
143
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeaderNavItemComponent, selector: "id-header-nav-item", inputs: { type: "type", label: "label", notifications: "notifications", link: "link", active: "active" }, ngImport: i0, template: "<ids-header-nav-item [label]=\"label\" [notifications]=\"notifications\" [link]=\"link ? true : null\" [active]=\"active ? true : null\" [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-nav-item>", styles: [":host{display:contents}\n"] });
142
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
143
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeaderNavItemComponent, selector: "id-header-nav-item", inputs: { type: "type", label: "label", notifications: "notifications", link: "link", active: "active" }, ngImport: i0, template: "<ids-header-nav-item [label]=\"label\" [notifications]=\"notifications\" [link]=\"link ? true : null\" [active]=\"active ? true : null\" [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-nav-item>", styles: [":host{display:contents}\n"] });
144
144
  }
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderNavItemComponent, decorators: [{
145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderNavItemComponent, decorators: [{
146
146
  type: Component,
147
147
  args: [{ selector: 'id-header-nav-item', template: "<ids-header-nav-item [label]=\"label\" [notifications]=\"notifications\" [link]=\"link ? true : null\" [active]=\"active ? true : null\" [attr.type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-header-nav-item>", styles: [":host{display:contents}\n"] }]
148
148
  }], propDecorators: { type: [{
@@ -176,10 +176,10 @@ class IDHeaderAvatarComponent {
176
176
  this.onExpanded.emit(event);
177
177
  this.expandedChange.emit(this.expanded);
178
178
  }
179
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
180
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDHeaderAvatarComponent, selector: "id-header-avatar", inputs: { type: "type", username: "username", maxwidth: "maxwidth", unit: "unit", expanded: "expanded" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-header-avatar\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\"\r\n [expanded]=\"expanded ? true : null\"\r\n [attr.type]=\"type\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-header-avatar>", styles: [":host{display:contents}\n"] });
179
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
180
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDHeaderAvatarComponent, selector: "id-header-avatar", inputs: { type: "type", username: "username", maxwidth: "maxwidth", unit: "unit", expanded: "expanded" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-header-avatar\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\"\r\n [expanded]=\"expanded ? true : null\"\r\n [attr.type]=\"type\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-header-avatar>", styles: [":host{display:contents}\n"] });
181
181
  }
182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderAvatarComponent, decorators: [{
182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderAvatarComponent, decorators: [{
183
183
  type: Component,
184
184
  args: [{ selector: 'id-header-avatar', template: "<ids-header-avatar\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\"\r\n [expanded]=\"expanded ? true : null\"\r\n [attr.type]=\"type\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-header-avatar>", styles: [":host{display:contents}\n"] }]
185
185
  }], propDecorators: { type: [{
@@ -201,8 +201,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
201
201
  }] } });
202
202
 
203
203
  class IDHeaderModule {
204
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
205
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderModule, declarations: [IDHeaderComponent,
204
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
205
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderModule, declarations: [IDHeaderComponent,
206
206
  IDHeaderMobileMenuComponent,
207
207
  IDHeaderItemComponent,
208
208
  IDHeaderMobileItemComponent,
@@ -215,9 +215,9 @@ class IDHeaderModule {
215
215
  IDHeaderNavComponent,
216
216
  IDHeaderNavItemComponent,
217
217
  IDHeaderAvatarComponent] });
218
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderModule, imports: [CommonModule] });
218
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderModule, imports: [CommonModule] });
219
219
  }
220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDHeaderModule, decorators: [{
220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDHeaderModule, decorators: [{
221
221
  type: NgModule,
222
222
  args: [{
223
223
  declarations: [
@@ -14,10 +14,10 @@ class IDIconRegionComponent {
14
14
  height = '';
15
15
  rotate = '';
16
16
  inline = false;
17
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconRegionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: IDIconRegionComponent, selector: "id-icon-region", inputs: { name: "name", title: "title", colorpreset: "colorpreset", color: "color", color2: "color2", size: "size", width: "width", height: "height", rotate: "rotate", inline: "inline" }, ngImport: i0, template: "<ids-icon-region \r\n [attr.name]=\"name\"\r\n [attr.inline]=\"inline ? true : undefined\"\r\n [attr.rotate]=\"rotate\"\r\n [attr.color]=\"color\"\r\n [attr.color2]=\"color2\"\r\n [attr.size]=\"size\"\r\n [attr.width]=\"width\"\r\n [attr.height]=\"height\"\r\n [attr.colorpreset]=\"colorpreset\">\r\n</ids-icon-region >", styles: [":host{display:contents}\n"] });
17
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDIconRegionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.7", type: IDIconRegionComponent, selector: "id-icon-region", inputs: { name: "name", title: "title", colorpreset: "colorpreset", color: "color", color2: "color2", size: "size", width: "width", height: "height", rotate: "rotate", inline: "inline" }, ngImport: i0, template: "<ids-icon-region \r\n [attr.name]=\"name\"\r\n [attr.inline]=\"inline ? true : undefined\"\r\n [attr.rotate]=\"rotate\"\r\n [attr.color]=\"color\"\r\n [attr.color2]=\"color2\"\r\n [attr.size]=\"size\"\r\n [attr.width]=\"width\"\r\n [attr.height]=\"height\"\r\n [attr.colorpreset]=\"colorpreset\">\r\n</ids-icon-region >", styles: [":host{display:contents}\n"] });
19
19
  }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconRegionComponent, decorators: [{
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDIconRegionComponent, decorators: [{
21
21
  type: Component,
22
22
  args: [{ selector: 'id-icon-region', template: "<ids-icon-region \r\n [attr.name]=\"name\"\r\n [attr.inline]=\"inline ? true : undefined\"\r\n [attr.rotate]=\"rotate\"\r\n [attr.color]=\"color\"\r\n [attr.color2]=\"color2\"\r\n [attr.size]=\"size\"\r\n [attr.width]=\"width\"\r\n [attr.height]=\"height\"\r\n [attr.colorpreset]=\"colorpreset\">\r\n</ids-icon-region >", styles: [":host{display:contents}\n"] }]
23
23
  }], ctorParameters: () => [], propDecorators: { name: [{
@@ -43,11 +43,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImpor
43
43
  }] } });
44
44
 
45
45
  class IDIconRegionModule {
46
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconRegionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: IDIconRegionModule, declarations: [IDIconRegionComponent], exports: [IDIconRegionComponent] });
48
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconRegionModule });
46
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDIconRegionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.7", ngImport: i0, type: IDIconRegionModule, declarations: [IDIconRegionComponent], exports: [IDIconRegionComponent] });
48
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDIconRegionModule });
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: IDIconRegionModule, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.7", ngImport: i0, type: IDIconRegionModule, decorators: [{
51
51
  type: NgModule,
52
52
  args: [{
53
53
  declarations: [