@inera/ids-angular 5.1.1 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (628) hide show
  1. package/components/alert/alert.component.d.ts +2 -1
  2. package/components/alert-global/alert-global.component.d.ts +2 -1
  3. package/components/button/button.component.d.ts +1 -2
  4. package/components/dialog/dialog.component.d.ts +1 -2
  5. package/components/form/checkbox/checkbox.component.d.ts +4 -2
  6. package/components/form/radio/radio-group.component.d.ts +2 -1
  7. package/components/side-menu/index.d.ts +5 -0
  8. package/components/side-menu/public-api.d.ts +2 -0
  9. package/components/side-menu/side-menu.component.d.ts +18 -0
  10. package/components/side-menu/side-menu.module.d.ts +8 -0
  11. package/components/side-panel/index.d.ts +5 -0
  12. package/components/side-panel/public-api.d.ts +2 -0
  13. package/components/side-panel/side-panel.component.d.ts +17 -0
  14. package/components/side-panel/side-panel.module.d.ts +8 -0
  15. package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
  16. package/esm2022/common/classes/icon/IDIconBase.mjs +3 -3
  17. package/esm2022/components/agent/agent.component.mjs +3 -3
  18. package/esm2022/components/agent/agent.module.mjs +4 -4
  19. package/esm2022/components/alert/alert.component.mjs +8 -5
  20. package/esm2022/components/alert/alert.module.mjs +4 -4
  21. package/esm2022/components/alert-global/alert-global.component.mjs +8 -5
  22. package/esm2022/components/alert-global/alert-global.module.mjs +4 -4
  23. package/esm2022/components/badge/badge.component.mjs +3 -3
  24. package/esm2022/components/badge/badge.module.mjs +4 -4
  25. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  26. package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
  27. package/esm2022/components/breadcrumbs/crumb.component.mjs +3 -3
  28. package/esm2022/components/button/button.component.mjs +5 -8
  29. package/esm2022/components/button/button.module.mjs +4 -4
  30. package/esm2022/components/button-group/button-group.component.mjs +3 -3
  31. package/esm2022/components/button-group/button-group.module.mjs +4 -4
  32. package/esm2022/components/card/card.component.mjs +3 -3
  33. package/esm2022/components/card/card.module.mjs +4 -4
  34. package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +3 -3
  35. package/esm2022/components/carousel/carousel.component.mjs +3 -3
  36. package/esm2022/components/carousel/carousel.module.mjs +4 -4
  37. package/esm2022/components/date-label/date-label.component.mjs +3 -3
  38. package/esm2022/components/date-label/date-label.module.mjs +4 -4
  39. package/esm2022/components/dialog/dialog.component.mjs +5 -8
  40. package/esm2022/components/dialog/dialog.module.mjs +4 -4
  41. package/esm2022/components/dropdown/dropdown-content.component.mjs +3 -3
  42. package/esm2022/components/dropdown/dropdown.component.mjs +3 -3
  43. package/esm2022/components/expandable/expandable.component.mjs +3 -3
  44. package/esm2022/components/expandable/expandable.module.mjs +4 -4
  45. package/esm2022/components/footer/footer.component.mjs +3 -3
  46. package/esm2022/components/footer/footer.module.mjs +4 -4
  47. package/esm2022/components/footer-1177/footer-1177.component.mjs +3 -3
  48. package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +3 -3
  49. package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +3 -3
  50. package/esm2022/components/footer-inera/footer-inera.component.mjs +3 -3
  51. package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +3 -3
  52. package/esm2022/components/form/checkbox/checkbox.component.mjs +13 -7
  53. package/esm2022/components/form/checkbox/checkbox.module.mjs +4 -4
  54. package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +3 -3
  55. package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
  56. package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
  57. package/esm2022/components/form/error-message/error-message.module.mjs +4 -4
  58. package/esm2022/components/form/input/input.component.mjs +3 -3
  59. package/esm2022/components/form/input/input.module.mjs +4 -4
  60. package/esm2022/components/form/radio/radio-group.component.mjs +8 -5
  61. package/esm2022/components/form/radio/radio.component.mjs +3 -3
  62. package/esm2022/components/form/radio/radio.module.mjs +4 -4
  63. package/esm2022/components/form/range/range.component.mjs +3 -3
  64. package/esm2022/components/form/range/range.module.mjs +4 -4
  65. package/esm2022/components/form/select/select.component.mjs +3 -3
  66. package/esm2022/components/form/select/select.module.mjs +4 -4
  67. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
  68. package/esm2022/components/form/select-multiple/select-multiple.module.mjs +4 -4
  69. package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
  70. package/esm2022/components/form/spinner/spinner.module.mjs +4 -4
  71. package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
  72. package/esm2022/components/form/textarea/textarea.module.mjs +4 -4
  73. package/esm2022/components/form/time/time.component.mjs +3 -3
  74. package/esm2022/components/form/time/time.module.mjs +4 -4
  75. package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
  76. package/esm2022/components/form/toggle/toggle.module.mjs +4 -4
  77. package/esm2022/components/grid/column/column.component.mjs +3 -3
  78. package/esm2022/components/grid/column/column.module.mjs +4 -4
  79. package/esm2022/components/grid/container/container.component.mjs +3 -3
  80. package/esm2022/components/grid/container/container.module.mjs +4 -4
  81. package/esm2022/components/grid/row/row.component.mjs +3 -3
  82. package/esm2022/components/grid/row/row.module.mjs +4 -4
  83. package/esm2022/components/header/avatar/header-avatar.component.mjs +3 -3
  84. package/esm2022/components/header/header.component.mjs +3 -3
  85. package/esm2022/components/header/header.module.mjs +4 -4
  86. package/esm2022/components/header/item/header-item.component.mjs +3 -3
  87. package/esm2022/components/header/mobile-item/header-mobile-item.component.mjs +3 -3
  88. package/esm2022/components/header/mobile-menu/header-mobile-menu.component.mjs +3 -3
  89. package/esm2022/components/header/navigation/header-navigation.component.mjs +3 -3
  90. package/esm2022/components/header/navigation-item/header-navigation-item.component.mjs +3 -3
  91. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +3 -3
  92. package/esm2022/components/header-1177/header-1177.component.mjs +3 -3
  93. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
  94. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +3 -3
  95. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +3 -3
  96. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
  97. package/esm2022/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.mjs +3 -3
  98. package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +3 -3
  99. package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +3 -3
  100. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +3 -3
  101. package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
  102. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
  103. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +3 -3
  104. package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +3 -3
  105. package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +3 -3
  106. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +3 -3
  107. package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
  108. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +3 -3
  109. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +3 -3
  110. package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +3 -3
  111. package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +3 -3
  112. package/esm2022/components/header-inera/header-inera.component.mjs +3 -3
  113. package/esm2022/components/header-inera/item/header-inera-item.component.mjs +3 -3
  114. package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +3 -3
  115. package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +3 -3
  116. package/esm2022/components/header-inera/nav-mobile/header-inera-nav-mobile.component.mjs +3 -3
  117. package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +3 -3
  118. package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +3 -3
  119. package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +3 -3
  120. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav-item.component.mjs +3 -3
  121. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +3 -3
  122. package/esm2022/components/header-inera-admin/nav-mobile/avatar/header-inera-admin-avatar-mobile.component.mjs +3 -3
  123. package/esm2022/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.mjs +3 -3
  124. package/esm2022/components/icon-region/icon-region.component.mjs +3 -3
  125. package/esm2022/components/icon-region/icon-region.module.mjs +4 -4
  126. package/esm2022/components/link/link.component.mjs +3 -3
  127. package/esm2022/components/link/link.module.mjs +4 -4
  128. package/esm2022/components/list/item/info/list-item-info.component.mjs +3 -3
  129. package/esm2022/components/list/item/list-item.component.mjs +3 -3
  130. package/esm2022/components/list/list.component.mjs +3 -3
  131. package/esm2022/components/list/list.module.mjs +4 -4
  132. package/esm2022/components/mobile/menu/avatar/mobile-menu-avatar.component.mjs +3 -3
  133. package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
  134. package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +4 -4
  135. package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
  136. package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
  137. package/esm2022/components/navigation/content/navigation-content.component.mjs +3 -3
  138. package/esm2022/components/navigation/content/navigation-content.module.mjs +4 -4
  139. package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
  140. package/esm2022/components/navigation/local/navigation-local.module.mjs +4 -4
  141. package/esm2022/components/notification/badge/notification-badge.component.mjs +3 -3
  142. package/esm2022/components/notification/badge/notification-badge.module.mjs +4 -4
  143. package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
  144. package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +4 -4
  145. package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
  146. package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +4 -4
  147. package/esm2022/components/popover/popover.component.mjs +3 -3
  148. package/esm2022/components/popover/popover.module.mjs +4 -4
  149. package/esm2022/components/progressbar/progressbar.component.mjs +3 -3
  150. package/esm2022/components/progressbar/progressbar.module.mjs +4 -4
  151. package/esm2022/components/side-menu/inera-ids-angular-components-side-menu.mjs +5 -0
  152. package/esm2022/components/side-menu/public-api.mjs +3 -0
  153. package/esm2022/components/side-menu/side-menu.component.mjs +45 -0
  154. package/esm2022/components/side-menu/side-menu.module.mjs +18 -0
  155. package/esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs +5 -0
  156. package/esm2022/components/side-panel/public-api.mjs +3 -0
  157. package/esm2022/components/side-panel/side-panel.component.mjs +46 -0
  158. package/esm2022/components/side-panel/side-panel.module.mjs +18 -0
  159. package/esm2022/components/stepper/step/step.component.mjs +3 -3
  160. package/esm2022/components/stepper/stepper.component.mjs +3 -3
  161. package/esm2022/components/stepper/stepper.module.mjs +4 -4
  162. package/esm2022/components/tabs/panel/tab-panel.component.mjs +3 -3
  163. package/esm2022/components/tabs/tab/tab.component.mjs +3 -3
  164. package/esm2022/components/tabs/tabs.component.mjs +3 -3
  165. package/esm2022/components/tabs/tabs.module.mjs +4 -4
  166. package/esm2022/components/tag/tag.component.mjs +3 -3
  167. package/esm2022/components/tag/tag.module.mjs +4 -4
  168. package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
  169. package/esm2022/components/tooltip/tooltip.module.mjs +4 -4
  170. package/esm2022/icons/1177/icon-1177.component.mjs +3 -3
  171. package/esm2022/icons/1177/icon-1177.module.mjs +4 -4
  172. package/esm2022/icons/activity/icon-activity.component.mjs +3 -3
  173. package/esm2022/icons/activity/icon-activity.module.mjs +4 -4
  174. package/esm2022/icons/agent/icon-agent.component.mjs +3 -3
  175. package/esm2022/icons/agent/icon-agent.module.mjs +4 -4
  176. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +3 -3
  177. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +4 -4
  178. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +3 -3
  179. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +4 -4
  180. package/esm2022/icons/archive/icon-archive.component.mjs +3 -3
  181. package/esm2022/icons/archive/icon-archive.module.mjs +4 -4
  182. package/esm2022/icons/arrow/icon-arrow.component.mjs +3 -3
  183. package/esm2022/icons/arrow/icon-arrow.module.mjs +4 -4
  184. package/esm2022/icons/attention/icon-attention.component.mjs +3 -3
  185. package/esm2022/icons/attention/icon-attention.module.mjs +4 -4
  186. package/esm2022/icons/blekinge/icon-blekinge.component.mjs +3 -3
  187. package/esm2022/icons/blekinge/icon-blekinge.module.mjs +4 -4
  188. package/esm2022/icons/bookmark/icon-bookmark.component.mjs +3 -3
  189. package/esm2022/icons/bookmark/icon-bookmark.module.mjs +4 -4
  190. package/esm2022/icons/calendar/icon-calendar.component.mjs +3 -3
  191. package/esm2022/icons/calendar/icon-calendar.module.mjs +4 -4
  192. package/esm2022/icons/call/icon-call.component.mjs +3 -3
  193. package/esm2022/icons/call/icon-call.module.mjs +4 -4
  194. package/esm2022/icons/call-active/icon-call-active.component.mjs +3 -3
  195. package/esm2022/icons/call-active/icon-call-active.module.mjs +4 -4
  196. package/esm2022/icons/camera-off/icon-camera-off.component.mjs +3 -3
  197. package/esm2022/icons/camera-off/icon-camera-off.module.mjs +4 -4
  198. package/esm2022/icons/camera-on/icon-camera-on.component.mjs +3 -3
  199. package/esm2022/icons/camera-on/icon-camera-on.module.mjs +4 -4
  200. package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +3 -3
  201. package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +4 -4
  202. package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +3 -3
  203. package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +4 -4
  204. package/esm2022/icons/chart-line/icon-chart-line.component.mjs +3 -3
  205. package/esm2022/icons/chart-line/icon-chart-line.module.mjs +4 -4
  206. package/esm2022/icons/chat/icon-chat.component.mjs +3 -3
  207. package/esm2022/icons/chat/icon-chat.module.mjs +4 -4
  208. package/esm2022/icons/check/icon-check.component.mjs +3 -3
  209. package/esm2022/icons/check/icon-check.module.mjs +4 -4
  210. package/esm2022/icons/chevron/icon-chevron.component.mjs +3 -3
  211. package/esm2022/icons/chevron/icon-chevron.module.mjs +4 -4
  212. package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +3 -3
  213. package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +4 -4
  214. package/esm2022/icons/clipboard/icon-clipboard.component.mjs +3 -3
  215. package/esm2022/icons/clipboard/icon-clipboard.module.mjs +4 -4
  216. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +3 -3
  217. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +4 -4
  218. package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +3 -3
  219. package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +4 -4
  220. package/esm2022/icons/clock/icon-clock.component.mjs +3 -3
  221. package/esm2022/icons/clock/icon-clock.module.mjs +4 -4
  222. package/esm2022/icons/close/icon-close.component.mjs +3 -3
  223. package/esm2022/icons/close/icon-close.module.mjs +4 -4
  224. package/esm2022/icons/close-bold/icon-close-bold.component.mjs +3 -3
  225. package/esm2022/icons/close-bold/icon-close-bold.module.mjs +4 -4
  226. package/esm2022/icons/cog/icon-cog.component.mjs +3 -3
  227. package/esm2022/icons/cog/icon-cog.module.mjs +4 -4
  228. package/esm2022/icons/computer/icon-computer.component.mjs +3 -3
  229. package/esm2022/icons/computer/icon-computer.module.mjs +4 -4
  230. package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +3 -3
  231. package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +4 -4
  232. package/esm2022/icons/copy-file/icon-copy-file.component.mjs +3 -3
  233. package/esm2022/icons/copy-file/icon-copy-file.module.mjs +4 -4
  234. package/esm2022/icons/copy-link/icon-copy-link.component.mjs +3 -3
  235. package/esm2022/icons/copy-link/icon-copy-link.module.mjs +4 -4
  236. package/esm2022/icons/denied/icon-denied.component.mjs +3 -3
  237. package/esm2022/icons/denied/icon-denied.module.mjs +4 -4
  238. package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +3 -3
  239. package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +4 -4
  240. package/esm2022/icons/document/icon-document.component.mjs +3 -3
  241. package/esm2022/icons/document/icon-document.module.mjs +4 -4
  242. package/esm2022/icons/download/icon-download.component.mjs +3 -3
  243. package/esm2022/icons/download/icon-download.module.mjs +4 -4
  244. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +3 -3
  245. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +4 -4
  246. package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +3 -3
  247. package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +4 -4
  248. package/esm2022/icons/edit/icon-edit.component.mjs +3 -3
  249. package/esm2022/icons/edit/icon-edit.module.mjs +4 -4
  250. package/esm2022/icons/email/icon-email.component.mjs +3 -3
  251. package/esm2022/icons/email/icon-email.module.mjs +4 -4
  252. package/esm2022/icons/email-sent/icon-email-sent.component.mjs +3 -3
  253. package/esm2022/icons/email-sent/icon-email-sent.module.mjs +4 -4
  254. package/esm2022/icons/email-unread/icon-email-unread.component.mjs +3 -3
  255. package/esm2022/icons/email-unread/icon-email-unread.module.mjs +4 -4
  256. package/esm2022/icons/expand/icon-expand.component.mjs +3 -3
  257. package/esm2022/icons/expand/icon-expand.module.mjs +4 -4
  258. package/esm2022/icons/external/icon-external.component.mjs +3 -3
  259. package/esm2022/icons/external/icon-external.module.mjs +4 -4
  260. package/esm2022/icons/facebook/icon-facebook.component.mjs +3 -3
  261. package/esm2022/icons/facebook/icon-facebook.module.mjs +4 -4
  262. package/esm2022/icons/file-csv/icon-file-csv.component.mjs +3 -3
  263. package/esm2022/icons/file-csv/icon-file-csv.module.mjs +4 -4
  264. package/esm2022/icons/file-excel/icon-file-excel.component.mjs +3 -3
  265. package/esm2022/icons/file-excel/icon-file-excel.module.mjs +4 -4
  266. package/esm2022/icons/file-other/icon-file-other.component.mjs +3 -3
  267. package/esm2022/icons/file-other/icon-file-other.module.mjs +4 -4
  268. package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +3 -3
  269. package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +4 -4
  270. package/esm2022/icons/file-picture/icon-file-picture.component.mjs +3 -3
  271. package/esm2022/icons/file-picture/icon-file-picture.module.mjs +4 -4
  272. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +3 -3
  273. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +4 -4
  274. package/esm2022/icons/file-word/icon-file-word.component.mjs +3 -3
  275. package/esm2022/icons/file-word/icon-file-word.module.mjs +4 -4
  276. package/esm2022/icons/find-care/icon-find-care.component.mjs +3 -3
  277. package/esm2022/icons/find-care/icon-find-care.module.mjs +4 -4
  278. package/esm2022/icons/find-region/icon-find-region.component.mjs +3 -3
  279. package/esm2022/icons/find-region/icon-find-region.module.mjs +4 -4
  280. package/esm2022/icons/flag/icon-flag.component.mjs +3 -3
  281. package/esm2022/icons/flag/icon-flag.module.mjs +4 -4
  282. package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +3 -3
  283. package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +4 -4
  284. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +3 -3
  285. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +4 -4
  286. package/esm2022/icons/gotland/icon-gotland.component.mjs +3 -3
  287. package/esm2022/icons/gotland/icon-gotland.module.mjs +4 -4
  288. package/esm2022/icons/halland/icon-halland.component.mjs +3 -3
  289. package/esm2022/icons/halland/icon-halland.module.mjs +4 -4
  290. package/esm2022/icons/headphones/icon-headphones.component.mjs +3 -3
  291. package/esm2022/icons/headphones/icon-headphones.module.mjs +4 -4
  292. package/esm2022/icons/hourglass/icon-hourglass.component.mjs +3 -3
  293. package/esm2022/icons/hourglass/icon-hourglass.module.mjs +4 -4
  294. package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +3 -3
  295. package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +4 -4
  296. package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +3 -3
  297. package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +4 -4
  298. package/esm2022/icons/house/icon-house.component.mjs +3 -3
  299. package/esm2022/icons/house/icon-house.module.mjs +4 -4
  300. package/esm2022/icons/id-card/icon-id-card.component.mjs +3 -3
  301. package/esm2022/icons/id-card/icon-id-card.module.mjs +4 -4
  302. package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +3 -3
  303. package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +4 -4
  304. package/esm2022/icons/image/icon-image.component.mjs +3 -3
  305. package/esm2022/icons/image/icon-image.module.mjs +4 -4
  306. package/esm2022/icons/inera/icon-inera.component.mjs +3 -3
  307. package/esm2022/icons/inera/icon-inera.module.mjs +4 -4
  308. package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +3 -3
  309. package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +4 -4
  310. package/esm2022/icons/information/icon-information.component.mjs +3 -3
  311. package/esm2022/icons/information/icon-information.module.mjs +4 -4
  312. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +3 -3
  313. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +4 -4
  314. package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +3 -3
  315. package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +4 -4
  316. package/esm2022/icons/kalmar/icon-kalmar.component.mjs +3 -3
  317. package/esm2022/icons/kalmar/icon-kalmar.module.mjs +4 -4
  318. package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +3 -3
  319. package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +4 -4
  320. package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +3 -3
  321. package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +4 -4
  322. package/esm2022/icons/linkedin/icon-linkedin.component.mjs +3 -3
  323. package/esm2022/icons/linkedin/icon-linkedin.module.mjs +4 -4
  324. package/esm2022/icons/list/icon-list.component.mjs +3 -3
  325. package/esm2022/icons/list/icon-list.module.mjs +4 -4
  326. package/esm2022/icons/lock/icon-lock.component.mjs +3 -3
  327. package/esm2022/icons/lock/icon-lock.module.mjs +4 -4
  328. package/esm2022/icons/lock-open/icon-lock-open.component.mjs +3 -3
  329. package/esm2022/icons/lock-open/icon-lock-open.module.mjs +4 -4
  330. package/esm2022/icons/log/icon-log.component.mjs +3 -3
  331. package/esm2022/icons/log/icon-log.module.mjs +4 -4
  332. package/esm2022/icons/log-locked/icon-log-locked.component.mjs +3 -3
  333. package/esm2022/icons/log-locked/icon-log-locked.module.mjs +4 -4
  334. package/esm2022/icons/menu/icon-menu.component.mjs +3 -3
  335. package/esm2022/icons/menu/icon-menu.module.mjs +4 -4
  336. package/esm2022/icons/minus/icon-minus.component.mjs +3 -3
  337. package/esm2022/icons/minus/icon-minus.module.mjs +4 -4
  338. package/esm2022/icons/moment-start/icon-moment-start.component.mjs +3 -3
  339. package/esm2022/icons/moment-start/icon-moment-start.module.mjs +4 -4
  340. package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +3 -3
  341. package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +4 -4
  342. package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +3 -3
  343. package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +4 -4
  344. package/esm2022/icons/office-building/icon-office-building.component.mjs +3 -3
  345. package/esm2022/icons/office-building/icon-office-building.module.mjs +4 -4
  346. package/esm2022/icons/orebro/icon-orebro.component.mjs +3 -3
  347. package/esm2022/icons/orebro/icon-orebro.module.mjs +4 -4
  348. package/esm2022/icons/organization/icon-organization.component.mjs +3 -3
  349. package/esm2022/icons/organization/icon-organization.module.mjs +4 -4
  350. package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +3 -3
  351. package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +4 -4
  352. package/esm2022/icons/plus/icon-plus.component.mjs +3 -3
  353. package/esm2022/icons/plus/icon-plus.module.mjs +4 -4
  354. package/esm2022/icons/prescription/icon-prescription.component.mjs +3 -3
  355. package/esm2022/icons/prescription/icon-prescription.module.mjs +4 -4
  356. package/esm2022/icons/print/icon-print.component.mjs +3 -3
  357. package/esm2022/icons/print/icon-print.module.mjs +4 -4
  358. package/esm2022/icons/question/icon-question.component.mjs +3 -3
  359. package/esm2022/icons/question/icon-question.module.mjs +4 -4
  360. package/esm2022/icons/reload/icon-reload.component.mjs +3 -3
  361. package/esm2022/icons/reload/icon-reload.module.mjs +4 -4
  362. package/esm2022/icons/reply/icon-reply.component.mjs +3 -3
  363. package/esm2022/icons/reply/icon-reply.module.mjs +4 -4
  364. package/esm2022/icons/search/icon-search.component.mjs +3 -3
  365. package/esm2022/icons/search/icon-search.module.mjs +4 -4
  366. package/esm2022/icons/search-inera/icon-search-inera.component.mjs +3 -3
  367. package/esm2022/icons/search-inera/icon-search-inera.module.mjs +4 -4
  368. package/esm2022/icons/share/icon-share.component.mjs +3 -3
  369. package/esm2022/icons/share/icon-share.module.mjs +4 -4
  370. package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +3 -3
  371. package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +4 -4
  372. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +3 -3
  373. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +4 -4
  374. package/esm2022/icons/skane/icon-skane.component.mjs +3 -3
  375. package/esm2022/icons/skane/icon-skane.module.mjs +4 -4
  376. package/esm2022/icons/sormland/icon-sormland.component.mjs +3 -3
  377. package/esm2022/icons/sormland/icon-sormland.module.mjs +4 -4
  378. package/esm2022/icons/star/icon-star.component.mjs +3 -3
  379. package/esm2022/icons/star/icon-star.module.mjs +4 -4
  380. package/esm2022/icons/star-filled/icon-star-filled.component.mjs +3 -3
  381. package/esm2022/icons/star-filled/icon-star-filled.module.mjs +4 -4
  382. package/esm2022/icons/stockholm/icon-stockholm.component.mjs +3 -3
  383. package/esm2022/icons/stockholm/icon-stockholm.module.mjs +4 -4
  384. package/esm2022/icons/success/icon-success.component.mjs +3 -3
  385. package/esm2022/icons/success/icon-success.module.mjs +4 -4
  386. package/esm2022/icons/swap/icon-swap.component.mjs +3 -3
  387. package/esm2022/icons/swap/icon-swap.module.mjs +4 -4
  388. package/esm2022/icons/switch-person/icon-switch-person.component.mjs +3 -3
  389. package/esm2022/icons/switch-person/icon-switch-person.module.mjs +4 -4
  390. package/esm2022/icons/telephone/icon-telephone.component.mjs +3 -3
  391. package/esm2022/icons/telephone/icon-telephone.module.mjs +4 -4
  392. package/esm2022/icons/test-tube/icon-test-tube.component.mjs +3 -3
  393. package/esm2022/icons/test-tube/icon-test-tube.module.mjs +4 -4
  394. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +3 -3
  395. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +4 -4
  396. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +3 -3
  397. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +4 -4
  398. package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +3 -3
  399. package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +4 -4
  400. package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +3 -3
  401. package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +4 -4
  402. package/esm2022/icons/trash/icon-trash.component.mjs +3 -3
  403. package/esm2022/icons/trash/icon-trash.module.mjs +4 -4
  404. package/esm2022/icons/twitter/icon-twitter.component.mjs +3 -3
  405. package/esm2022/icons/twitter/icon-twitter.module.mjs +4 -4
  406. package/esm2022/icons/uppsala/icon-uppsala.component.mjs +3 -3
  407. package/esm2022/icons/uppsala/icon-uppsala.module.mjs +4 -4
  408. package/esm2022/icons/user/icon-user.component.mjs +3 -3
  409. package/esm2022/icons/user/icon-user.module.mjs +4 -4
  410. package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +3 -3
  411. package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +4 -4
  412. package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +3 -3
  413. package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +4 -4
  414. package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +3 -3
  415. package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +4 -4
  416. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +3 -3
  417. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +4 -4
  418. package/esm2022/icons/video-off/icon-video-off.component.mjs +3 -3
  419. package/esm2022/icons/video-off/icon-video-off.module.mjs +4 -4
  420. package/esm2022/icons/video-on/icon-video-on.component.mjs +3 -3
  421. package/esm2022/icons/video-on/icon-video-on.module.mjs +4 -4
  422. package/esm2022/icons/video-switch/icon-video-switch.component.mjs +3 -3
  423. package/esm2022/icons/video-switch/icon-video-switch.module.mjs +4 -4
  424. package/esm2022/icons/visibility/icon-visibility.component.mjs +3 -3
  425. package/esm2022/icons/visibility/icon-visibility.module.mjs +4 -4
  426. package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +3 -3
  427. package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +4 -4
  428. package/esm2022/icons/warning/icon-warning.component.mjs +3 -3
  429. package/esm2022/icons/warning/icon-warning.module.mjs +4 -4
  430. package/fesm2022/inera-ids-angular-common.mjs +6 -6
  431. package/fesm2022/inera-ids-angular-components-agent.mjs +7 -7
  432. package/fesm2022/inera-ids-angular-components-alert-global.mjs +11 -8
  433. package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
  434. package/fesm2022/inera-ids-angular-components-alert.mjs +11 -8
  435. package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
  436. package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
  437. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
  438. package/fesm2022/inera-ids-angular-components-button-group.mjs +7 -7
  439. package/fesm2022/inera-ids-angular-components-button.mjs +8 -11
  440. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  441. package/fesm2022/inera-ids-angular-components-card.mjs +7 -7
  442. package/fesm2022/inera-ids-angular-components-carousel.mjs +10 -10
  443. package/fesm2022/inera-ids-angular-components-date-label.mjs +7 -7
  444. package/fesm2022/inera-ids-angular-components-dialog.mjs +8 -11
  445. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  446. package/fesm2022/inera-ids-angular-components-dropdown.mjs +6 -6
  447. package/fesm2022/inera-ids-angular-components-expandable.mjs +7 -7
  448. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +3 -3
  449. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +3 -3
  450. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +3 -3
  451. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +3 -3
  452. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +3 -3
  453. package/fesm2022/inera-ids-angular-components-footer.mjs +7 -7
  454. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +7 -7
  455. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +14 -8
  456. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
  457. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +7 -7
  458. package/fesm2022/inera-ids-angular-components-form-input.mjs +7 -7
  459. package/fesm2022/inera-ids-angular-components-form-radio.mjs +14 -11
  460. package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
  461. package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
  462. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
  463. package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
  464. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
  465. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
  466. package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -7
  467. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +7 -7
  468. package/fesm2022/inera-ids-angular-components-grid-column.mjs +7 -7
  469. package/fesm2022/inera-ids-angular-components-grid-container.mjs +7 -7
  470. package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
  471. package/fesm2022/inera-ids-angular-components-grid.mjs +21 -21
  472. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +18 -18
  473. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +24 -24
  474. package/fesm2022/inera-ids-angular-components-header-1177.mjs +21 -21
  475. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +21 -21
  476. package/fesm2022/inera-ids-angular-components-header-inera.mjs +15 -15
  477. package/fesm2022/inera-ids-angular-components-header.mjs +25 -25
  478. package/fesm2022/inera-ids-angular-components-icon-region.mjs +7 -7
  479. package/fesm2022/inera-ids-angular-components-link.mjs +7 -7
  480. package/fesm2022/inera-ids-angular-components-list.mjs +13 -13
  481. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +7 -7
  482. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +13 -13
  483. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +7 -7
  484. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
  485. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +7 -7
  486. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +7 -7
  487. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +7 -7
  488. package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
  489. package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
  490. package/fesm2022/inera-ids-angular-components-side-menu.mjs +67 -0
  491. package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -0
  492. package/fesm2022/inera-ids-angular-components-side-panel.mjs +68 -0
  493. package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -0
  494. package/fesm2022/inera-ids-angular-components-stepper.mjs +10 -10
  495. package/fesm2022/inera-ids-angular-components-tabs.mjs +13 -13
  496. package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
  497. package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
  498. package/fesm2022/inera-ids-angular-icons-1177.mjs +7 -7
  499. package/fesm2022/inera-ids-angular-icons-activity.mjs +7 -7
  500. package/fesm2022/inera-ids-angular-icons-agent.mjs +7 -7
  501. package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +7 -7
  502. package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +7 -7
  503. package/fesm2022/inera-ids-angular-icons-archive.mjs +7 -7
  504. package/fesm2022/inera-ids-angular-icons-arrow.mjs +7 -7
  505. package/fesm2022/inera-ids-angular-icons-attention.mjs +7 -7
  506. package/fesm2022/inera-ids-angular-icons-blekinge.mjs +7 -7
  507. package/fesm2022/inera-ids-angular-icons-bookmark.mjs +7 -7
  508. package/fesm2022/inera-ids-angular-icons-calendar.mjs +7 -7
  509. package/fesm2022/inera-ids-angular-icons-call-active.mjs +7 -7
  510. package/fesm2022/inera-ids-angular-icons-call.mjs +7 -7
  511. package/fesm2022/inera-ids-angular-icons-camera-off.mjs +7 -7
  512. package/fesm2022/inera-ids-angular-icons-camera-on.mjs +7 -7
  513. package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +7 -7
  514. package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +7 -7
  515. package/fesm2022/inera-ids-angular-icons-chart-line.mjs +7 -7
  516. package/fesm2022/inera-ids-angular-icons-chat.mjs +7 -7
  517. package/fesm2022/inera-ids-angular-icons-check.mjs +7 -7
  518. package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +7 -7
  519. package/fesm2022/inera-ids-angular-icons-chevron.mjs +7 -7
  520. package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +7 -7
  521. package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +7 -7
  522. package/fesm2022/inera-ids-angular-icons-clipboard.mjs +7 -7
  523. package/fesm2022/inera-ids-angular-icons-clock.mjs +7 -7
  524. package/fesm2022/inera-ids-angular-icons-close-bold.mjs +7 -7
  525. package/fesm2022/inera-ids-angular-icons-close.mjs +7 -7
  526. package/fesm2022/inera-ids-angular-icons-cog.mjs +7 -7
  527. package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +7 -7
  528. package/fesm2022/inera-ids-angular-icons-computer.mjs +7 -7
  529. package/fesm2022/inera-ids-angular-icons-copy-file.mjs +7 -7
  530. package/fesm2022/inera-ids-angular-icons-copy-link.mjs +7 -7
  531. package/fesm2022/inera-ids-angular-icons-denied.mjs +7 -7
  532. package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +7 -7
  533. package/fesm2022/inera-ids-angular-icons-document.mjs +7 -7
  534. package/fesm2022/inera-ids-angular-icons-download.mjs +7 -7
  535. package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +7 -7
  536. package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +7 -7
  537. package/fesm2022/inera-ids-angular-icons-edit.mjs +7 -7
  538. package/fesm2022/inera-ids-angular-icons-email-sent.mjs +7 -7
  539. package/fesm2022/inera-ids-angular-icons-email-unread.mjs +7 -7
  540. package/fesm2022/inera-ids-angular-icons-email.mjs +7 -7
  541. package/fesm2022/inera-ids-angular-icons-expand.mjs +7 -7
  542. package/fesm2022/inera-ids-angular-icons-external.mjs +7 -7
  543. package/fesm2022/inera-ids-angular-icons-facebook.mjs +7 -7
  544. package/fesm2022/inera-ids-angular-icons-file-csv.mjs +7 -7
  545. package/fesm2022/inera-ids-angular-icons-file-excel.mjs +7 -7
  546. package/fesm2022/inera-ids-angular-icons-file-other.mjs +7 -7
  547. package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +7 -7
  548. package/fesm2022/inera-ids-angular-icons-file-picture.mjs +7 -7
  549. package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +7 -7
  550. package/fesm2022/inera-ids-angular-icons-file-word.mjs +7 -7
  551. package/fesm2022/inera-ids-angular-icons-find-care.mjs +7 -7
  552. package/fesm2022/inera-ids-angular-icons-find-region.mjs +7 -7
  553. package/fesm2022/inera-ids-angular-icons-flag.mjs +7 -7
  554. package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +7 -7
  555. package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +7 -7
  556. package/fesm2022/inera-ids-angular-icons-gotland.mjs +7 -7
  557. package/fesm2022/inera-ids-angular-icons-halland.mjs +7 -7
  558. package/fesm2022/inera-ids-angular-icons-headphones.mjs +7 -7
  559. package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +7 -7
  560. package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +7 -7
  561. package/fesm2022/inera-ids-angular-icons-hourglass.mjs +7 -7
  562. package/fesm2022/inera-ids-angular-icons-house.mjs +7 -7
  563. package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +7 -7
  564. package/fesm2022/inera-ids-angular-icons-id-card.mjs +7 -7
  565. package/fesm2022/inera-ids-angular-icons-image.mjs +7 -7
  566. package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +7 -7
  567. package/fesm2022/inera-ids-angular-icons-inera.mjs +7 -7
  568. package/fesm2022/inera-ids-angular-icons-information.mjs +7 -7
  569. package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +7 -7
  570. package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +7 -7
  571. package/fesm2022/inera-ids-angular-icons-kalmar.mjs +7 -7
  572. package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +7 -7
  573. package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +7 -7
  574. package/fesm2022/inera-ids-angular-icons-linkedin.mjs +7 -7
  575. package/fesm2022/inera-ids-angular-icons-list.mjs +7 -7
  576. package/fesm2022/inera-ids-angular-icons-lock-open.mjs +7 -7
  577. package/fesm2022/inera-ids-angular-icons-lock.mjs +7 -7
  578. package/fesm2022/inera-ids-angular-icons-log-locked.mjs +7 -7
  579. package/fesm2022/inera-ids-angular-icons-log.mjs +7 -7
  580. package/fesm2022/inera-ids-angular-icons-menu.mjs +7 -7
  581. package/fesm2022/inera-ids-angular-icons-minus.mjs +7 -7
  582. package/fesm2022/inera-ids-angular-icons-moment-start.mjs +7 -7
  583. package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +7 -7
  584. package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +7 -7
  585. package/fesm2022/inera-ids-angular-icons-office-building.mjs +7 -7
  586. package/fesm2022/inera-ids-angular-icons-orebro.mjs +7 -7
  587. package/fesm2022/inera-ids-angular-icons-organization.mjs +7 -7
  588. package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +7 -7
  589. package/fesm2022/inera-ids-angular-icons-plus.mjs +7 -7
  590. package/fesm2022/inera-ids-angular-icons-prescription.mjs +7 -7
  591. package/fesm2022/inera-ids-angular-icons-print.mjs +7 -7
  592. package/fesm2022/inera-ids-angular-icons-question.mjs +7 -7
  593. package/fesm2022/inera-ids-angular-icons-reload.mjs +7 -7
  594. package/fesm2022/inera-ids-angular-icons-reply.mjs +7 -7
  595. package/fesm2022/inera-ids-angular-icons-search-inera.mjs +7 -7
  596. package/fesm2022/inera-ids-angular-icons-search.mjs +7 -7
  597. package/fesm2022/inera-ids-angular-icons-share.mjs +7 -7
  598. package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +7 -7
  599. package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +7 -7
  600. package/fesm2022/inera-ids-angular-icons-skane.mjs +7 -7
  601. package/fesm2022/inera-ids-angular-icons-sormland.mjs +7 -7
  602. package/fesm2022/inera-ids-angular-icons-star-filled.mjs +7 -7
  603. package/fesm2022/inera-ids-angular-icons-star.mjs +7 -7
  604. package/fesm2022/inera-ids-angular-icons-stockholm.mjs +7 -7
  605. package/fesm2022/inera-ids-angular-icons-success.mjs +7 -7
  606. package/fesm2022/inera-ids-angular-icons-swap.mjs +7 -7
  607. package/fesm2022/inera-ids-angular-icons-switch-person.mjs +7 -7
  608. package/fesm2022/inera-ids-angular-icons-telephone.mjs +7 -7
  609. package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +7 -7
  610. package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +7 -7
  611. package/fesm2022/inera-ids-angular-icons-test-tube.mjs +7 -7
  612. package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +7 -7
  613. package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +7 -7
  614. package/fesm2022/inera-ids-angular-icons-trash.mjs +7 -7
  615. package/fesm2022/inera-ids-angular-icons-twitter.mjs +7 -7
  616. package/fesm2022/inera-ids-angular-icons-uppsala.mjs +7 -7
  617. package/fesm2022/inera-ids-angular-icons-user.mjs +7 -7
  618. package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +7 -7
  619. package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +7 -7
  620. package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +7 -7
  621. package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +7 -7
  622. package/fesm2022/inera-ids-angular-icons-video-off.mjs +7 -7
  623. package/fesm2022/inera-ids-angular-icons-video-on.mjs +7 -7
  624. package/fesm2022/inera-ids-angular-icons-video-switch.mjs +7 -7
  625. package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +7 -7
  626. package/fesm2022/inera-ids-angular-icons-visibility.mjs +7 -7
  627. package/fesm2022/inera-ids-angular-icons-warning.mjs +7 -7
  628. package/package.json +250 -238
@@ -6,6 +6,7 @@ export declare class IDAlertComponent {
6
6
  collapsable: boolean;
7
7
  ribbon: boolean;
8
8
  collapsed: boolean;
9
+ compact: boolean;
9
10
  srcollapsetext: string | undefined;
10
11
  srexpandtext: string | undefined;
11
12
  headline: string;
@@ -17,5 +18,5 @@ export declare class IDAlertComponent {
17
18
  onClosed: EventEmitter<boolean>;
18
19
  onCollapsed: EventEmitter<boolean>;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<IDAlertComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertComponent, "id-alert", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "collapsable": { "alias": "collapsable"; "required": false; }; "ribbon": { "alias": "ribbon"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "srcollapsetext": { "alias": "srcollapsetext"; "required": false; }; "srexpandtext": { "alias": "srexpandtext"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "live": { "alias": "live"; "required": false; }; "type": { "alias": "type"; "required": false; }; "norole": { "alias": "norole"; "required": false; }; "srclosetext": { "alias": "srclosetext"; "required": false; }; "sricontitle": { "alias": "sricontitle"; "required": false; }; }, { "onClosed": "onClosed"; "onCollapsed": "onCollapsed"; }, never, ["*"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertComponent, "id-alert", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "collapsable": { "alias": "collapsable"; "required": false; }; "ribbon": { "alias": "ribbon"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "srcollapsetext": { "alias": "srcollapsetext"; "required": false; }; "srexpandtext": { "alias": "srexpandtext"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "live": { "alias": "live"; "required": false; }; "type": { "alias": "type"; "required": false; }; "norole": { "alias": "norole"; "required": false; }; "srclosetext": { "alias": "srclosetext"; "required": false; }; "sricontitle": { "alias": "sricontitle"; "required": false; }; }, { "onClosed": "onClosed"; "onCollapsed": "onCollapsed"; }, never, ["*"], false, never>;
21
22
  }
@@ -7,7 +7,8 @@ export declare class IDAlertGlobalComponent {
7
7
  hidemobileicon: string;
8
8
  showtext: string;
9
9
  hidetext: string;
10
+ norole: boolean;
10
11
  onDidToggleExpansion: EventEmitter<boolean>;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IDAlertGlobalComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertGlobalComponent, "id-alert-global", never, { "expanded": { "alias": "expanded"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "hidemobileicon": { "alias": "hidemobileicon"; "required": false; }; "showtext": { "alias": "showtext"; "required": false; }; "hidetext": { "alias": "hidetext"; "required": false; }; }, { "onDidToggleExpansion": "onDidToggleExpansion"; }, never, ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDAlertGlobalComponent, "id-alert-global", never, { "expanded": { "alias": "expanded"; "required": false; }; "headline": { "alias": "headline"; "required": false; }; "hidemobileicon": { "alias": "hidemobileicon"; "required": false; }; "showtext": { "alias": "showtext"; "required": false; }; "hidetext": { "alias": "hidetext"; "required": false; }; "norole": { "alias": "norole"; "required": false; }; }, { "onDidToggleExpansion": "onDidToggleExpansion"; }, never, ["*"], false, never>;
13
14
  }
@@ -19,9 +19,8 @@ export declare class IDButtonComponent {
19
19
  type: string | undefined;
20
20
  color: string | undefined;
21
21
  trigger: string;
22
- tabindexcount: string;
23
22
  srlabel: string;
24
23
  onClicked: EventEmitter<Event>;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<IDButtonComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": { "alias": "secondary"; "required": false; }; "fab": { "alias": "fab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "tertiary": { "alias": "tertiary"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "block": { "alias": "block"; "required": false; }; "sblock": { "alias": "sblock"; "required": false; }; "mblock": { "alias": "mblock"; "required": false; }; "active": { "alias": "active"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "search": { "alias": "search"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "tabindexcount": { "alias": "tabindexcount"; "required": false; }; "srlabel": { "alias": "srlabel"; "required": false; }; }, { "onClicked": "onClicked"; }, never, ["*"], false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDButtonComponent, "id-button", never, { "secondary": { "alias": "secondary"; "required": false; }; "fab": { "alias": "fab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "tertiary": { "alias": "tertiary"; "required": false; }; "toggle": { "alias": "toggle"; "required": false; }; "block": { "alias": "block"; "required": false; }; "sblock": { "alias": "sblock"; "required": false; }; "mblock": { "alias": "mblock"; "required": false; }; "active": { "alias": "active"; "required": false; }; "submit": { "alias": "submit"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "search": { "alias": "search"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "srlabel": { "alias": "srlabel"; "required": false; }; }, { "onClicked": "onClicked"; }, never, ["*"], false, never>;
27
26
  }
@@ -6,7 +6,6 @@ export declare class IDDialogComponent {
6
6
  srclosetext: string;
7
7
  nofocustrap: boolean;
8
8
  keepscrollbar: boolean;
9
- autofocus: boolean;
10
9
  nooverlay: boolean;
11
10
  persistent: boolean;
12
11
  show: boolean;
@@ -18,5 +17,5 @@ export declare class IDDialogComponent {
18
17
  hasClosed(event: Event): void;
19
18
  hasOpen(event: Event): void;
20
19
  static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "srclosetext": { "alias": "srclosetext"; "required": false; }; "nofocustrap": { "alias": "nofocustrap"; "required": false; }; "keepscrollbar": { "alias": "keepscrollbar"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "nooverlay": { "alias": "nooverlay"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "show": { "alias": "show"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; }, { "onClosed": "onClosed"; "onOpen": "onOpen"; "showChange": "showChange"; }, never, ["*"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "srclosetext": { "alias": "srclosetext"; "required": false; }; "nofocustrap": { "alias": "nofocustrap"; "required": false; }; "keepscrollbar": { "alias": "keepscrollbar"; "required": false; }; "nooverlay": { "alias": "nooverlay"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "show": { "alias": "show"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxwidth": { "alias": "maxwidth"; "required": false; }; }, { "onClosed": "onClosed"; "onOpen": "onOpen"; "showChange": "showChange"; }, never, ["*"], false, never>;
22
21
  }
@@ -1,8 +1,10 @@
1
- import { IDFormBase } from '@inera/ids-angular/common';
1
+ import { IDFormBase } from "@inera/ids-angular/common";
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDCheckboxComponent extends IDFormBase {
4
4
  nolabel: boolean | undefined;
5
+ compact: boolean | undefined;
6
+ block: boolean | undefined;
5
7
  constructor();
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxComponent, "id-checkbox", never, { "nolabel": { "alias": "nolabel"; "required": false; }; }, {}, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxComponent, "id-checkbox", never, { "nolabel": { "alias": "nolabel"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "block": { "alias": "block"; "required": false; }; }, {}, never, ["*"], false, never>;
8
10
  }
@@ -4,7 +4,8 @@ export declare class IDRadioGroupComponent extends IDFormBase {
4
4
  name: string | undefined;
5
5
  legend: string | undefined;
6
6
  required: boolean;
7
+ compact: boolean;
7
8
  errormessage: string | undefined;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IDRadioGroupComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioGroupComponent, "id-radio-group", never, { "name": { "alias": "name"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "required": { "alias": "required"; "required": false; }; "errormessage": { "alias": "errormessage"; "required": false; }; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDRadioGroupComponent, "id-radio-group", never, { "name": { "alias": "name"; "required": false; }; "legend": { "alias": "legend"; "required": false; }; "required": { "alias": "required"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "errormessage": { "alias": "errormessage"; "required": false; }; }, {}, never, ["*"], false, never>;
10
11
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@inera/ids-angular/components/side-menu" />
5
+ export * from './public-api';
@@ -0,0 +1,2 @@
1
+ export { IDSideMenuComponent } from "./side-menu.component";
2
+ export { IDSideMenuModule } from "./side-menu.module";
@@ -0,0 +1,18 @@
1
+ import { EventEmitter } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDSideMenuComponent {
4
+ constructor();
5
+ label: string;
6
+ srtoggletext: string;
7
+ level: number;
8
+ active: boolean;
9
+ expanded: boolean;
10
+ hideonm: boolean;
11
+ onClosed: EventEmitter<Event>;
12
+ onOpened: EventEmitter<Event>;
13
+ showChange: EventEmitter<boolean>;
14
+ hasClosed(event: Event): void;
15
+ hasOpened(event: Event): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDSideMenuComponent, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDSideMenuComponent, "id-side-menu", never, { "label": { "alias": "label"; "required": false; }; "srtoggletext": { "alias": "srtoggletext"; "required": false; }; "level": { "alias": "level"; "required": false; }; "active": { "alias": "active"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "hideonm": { "alias": "hideonm"; "required": false; }; }, { "onClosed": "onClosed"; "onOpened": "onOpened"; "showChange": "showChange"; }, never, ["*"], false, never>;
18
+ }
@@ -0,0 +1,8 @@
1
+ import "@inera/ids-core/components/side-menu/register";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./side-menu.component";
4
+ export declare class IDSideMenuModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDSideMenuModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDSideMenuModule, [typeof i1.IDSideMenuComponent], never, [typeof i1.IDSideMenuComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDSideMenuModule>;
8
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@inera/ids-angular/components/side-panel" />
5
+ export * from './public-api';
@@ -0,0 +1,2 @@
1
+ export { IDSidePanelComponent } from "./side-panel.component";
2
+ export { IDSidePanelModule } from "./side-panel.module";
@@ -0,0 +1,17 @@
1
+ import { EventEmitter } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDSidePanelComponent {
4
+ constructor();
5
+ show: string;
6
+ left: boolean;
7
+ elevated: boolean;
8
+ menu: boolean;
9
+ footer: boolean;
10
+ onClosed: EventEmitter<Event>;
11
+ onOpened: EventEmitter<Event>;
12
+ showChange: EventEmitter<boolean>;
13
+ hasClosed(event: Event): void;
14
+ hasOpened(event: Event): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDSidePanelComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDSidePanelComponent, "id-side-panel", never, { "show": { "alias": "show"; "required": false; }; "left": { "alias": "left"; "required": false; }; "elevated": { "alias": "elevated"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; }, { "onClosed": "onClosed"; "onOpened": "onOpened"; "showChange": "showChange"; }, never, ["*"], false, never>;
17
+ }
@@ -0,0 +1,8 @@
1
+ import "@inera/ids-core/components/side-panel/register";
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "./side-panel.component";
4
+ export declare class IDSidePanelModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDSidePanelModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDSidePanelModule, [typeof i1.IDSidePanelComponent], never, [typeof i1.IDSidePanelComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDSidePanelModule>;
8
+ }
@@ -17,10 +17,10 @@ export class IDFormBase {
17
17
  this.onInvalid.emit(event);
18
18
  this.invalidChange.emit(this.invalid);
19
19
  }
20
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDFormBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDFormBase, selector: "ng-component", inputs: { invalid: "invalid", light: "light", novalidation: "novalidation" }, outputs: { onValid: "onValid", onInvalid: "onInvalid", invalidChange: "invalidChange" }, ngImport: i0, template: '', isInline: true });
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFormBase, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDFormBase, selector: "ng-component", inputs: { invalid: "invalid", light: "light", novalidation: "novalidation" }, outputs: { onValid: "onValid", onInvalid: "onInvalid", invalidChange: "invalidChange" }, ngImport: i0, template: '', isInline: true });
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDFormBase, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFormBase, decorators: [{
24
24
  type: Component,
25
25
  args: [{ template: '' }]
26
26
  }], propDecorators: { invalid: [{
@@ -58,10 +58,10 @@ export class IDIconBase {
58
58
  el.setAttribute("inline", this.inline);
59
59
  }
60
60
  }
61
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDIconBase, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
62
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDIconBase, selector: "ng-component", inputs: { title: "title", colorpreset: "colorpreset", color: "color", color2: "color2", size: "size", width: "width", height: "height", rotate: "rotate", inline: "inline" }, host: { classAttribute: "ids-contains-icon" }, viewQueries: [{ propertyName: "icon", first: true, predicate: ["icon"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "", isInline: true });
61
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconBase, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
62
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDIconBase, selector: "ng-component", inputs: { title: "title", colorpreset: "colorpreset", color: "color", color2: "color2", size: "size", width: "width", height: "height", rotate: "rotate", inline: "inline" }, host: { classAttribute: "ids-contains-icon" }, viewQueries: [{ propertyName: "icon", first: true, predicate: ["icon"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "", isInline: true });
63
63
  }
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDIconBase, decorators: [{
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDIconBase, decorators: [{
65
65
  type: Component,
66
66
  args: [{
67
67
  template: "",
@@ -8,10 +8,10 @@ export class IDAgentComponent {
8
8
  showtext = 'Visa mer';
9
9
  hidetext = 'Visa mindre';
10
10
  onDidToggleExpansion = new EventEmitter();
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAgentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDAgentComponent, selector: "id-agent", inputs: { expanded: "expanded", headline: "headline", showtext: "showtext", hidetext: "hidetext" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-agent\r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <h3 slot=\"alert-headline\" *ngIf=\"headline\">\r\n {{headline}}\r\n </h3>\r\n <ng-content></ng-content>\r\n</ids-agent>", styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAgentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDAgentComponent, selector: "id-agent", inputs: { expanded: "expanded", headline: "headline", showtext: "showtext", hidetext: "hidetext" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-agent\r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <h3 slot=\"alert-headline\" *ngIf=\"headline\">\r\n {{headline}}\r\n </h3>\r\n <ng-content></ng-content>\r\n</ids-agent>", styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAgentComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAgentComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'id-agent', template: "<ids-agent\r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <h3 slot=\"alert-headline\" *ngIf=\"headline\">\r\n {{headline}}\r\n </h3>\r\n <ng-content></ng-content>\r\n</ids-agent>", styles: [":host{display:block}\n"] }]
17
17
  }], ctorParameters: () => [], propDecorators: { expanded: [{
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/agent/register';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export class IDAgentModule {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAgentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDAgentModule, declarations: [IDAgentComponent], imports: [CommonModule], exports: [IDAgentComponent] });
9
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAgentModule, imports: [CommonModule] });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAgentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDAgentModule, declarations: [IDAgentComponent], imports: [CommonModule], exports: [IDAgentComponent] });
9
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAgentModule, imports: [CommonModule] });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAgentModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAgentModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [
@@ -6,6 +6,7 @@ export class IDAlertComponent {
6
6
  collapsable = false;
7
7
  ribbon = false;
8
8
  collapsed = false;
9
+ compact = false;
9
10
  srcollapsetext = '';
10
11
  srexpandtext = '';
11
12
  headline = '';
@@ -16,12 +17,12 @@ export class IDAlertComponent {
16
17
  sricontitle = '';
17
18
  onClosed = new EventEmitter();
18
19
  onCollapsed = new EventEmitter();
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
20
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", ribbon: "ribbon", collapsed: "collapsed", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", norole: "norole", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host{display:block}\n"] });
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDAlertComponent, selector: "id-alert", inputs: { dismissible: "dismissible", collapsable: "collapsable", ribbon: "ribbon", collapsed: "collapsed", compact: "compact", srcollapsetext: "srcollapsetext", srexpandtext: "srexpandtext", headline: "headline", live: "live", type: "type", norole: "norole", srclosetext: "srclosetext", sricontitle: "sricontitle" }, outputs: { onClosed: "onClosed", onCollapsed: "onCollapsed" }, ngImport: i0, template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.compact]=\"compact ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host{display:block}\n"] });
21
22
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertComponent, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertComponent, decorators: [{
23
24
  type: Component,
24
- args: [{ selector: 'id-alert', template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host{display:block}\n"] }]
25
+ args: [{ selector: 'id-alert', template: "<ids-alert \r\n [headline]=\"headline\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [attr.dismissible]=\"dismissible ? true : null\"\r\n [attr.collapsable]=\"collapsable ? true : null\"\r\n [attr.collapsed]=\"collapsed ? true : null\"\r\n [attr.compact]=\"compact ? true : null\"\r\n [attr.ribbon]=\"ribbon ? true : null\"\r\n [srcollapsetext]=\"srcollapsetext\"\r\n [srexpandtext]=\"srexpandtext\"\r\n [attr.aria-live]=\"norole ? null : live\"\r\n [type]=\"type\"\r\n [srclosetext]=\"srclosetext\"\r\n [sricontitle]=\"sricontitle\"\r\n (closed)=\"onClosed.emit(true)\"\r\n (collapsed)=\"onCollapsed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert>", styles: [":host{display:block}\n"] }]
25
26
  }], ctorParameters: () => [], propDecorators: { dismissible: [{
26
27
  type: Input
27
28
  }], collapsable: [{
@@ -30,6 +31,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
30
31
  type: Input
31
32
  }], collapsed: [{
32
33
  type: Input
34
+ }], compact: [{
35
+ type: Input
33
36
  }], srcollapsetext: [{
34
37
  type: Input
35
38
  }], srexpandtext: [{
@@ -51,4 +54,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
51
54
  }], onCollapsed: [{
52
55
  type: Output
53
56
  }] } });
54
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9hbGVydC9hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3ZFLE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0IsZ0JBQWdCLENBQUM7SUFHakIsV0FBVyxHQUFZLEtBQUssQ0FBQztJQUc3QixXQUFXLEdBQVksS0FBSyxDQUFDO0lBRzdCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFHeEIsU0FBUyxHQUFZLEtBQUssQ0FBQztJQUczQixjQUFjLEdBQXVCLEVBQUUsQ0FBQztJQUd4QyxZQUFZLEdBQXVCLEVBQUUsQ0FBQztJQUd0QyxRQUFRLEdBQVcsRUFBRSxDQUFDO0lBR3RCLElBQUksR0FBVyxFQUFFLENBQUM7SUFHbEIsSUFBSSxHQUFXLEVBQUUsQ0FBQztJQUdsQixNQUFNLEdBQVksS0FBSyxDQUFDO0lBR3hCLFdBQVcsR0FBVyxFQUFFLENBQUM7SUFHekIsV0FBVyxHQUFXLEVBQUUsQ0FBQztJQUd6QixRQUFRLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7SUFFckQsV0FBVyxHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO3dHQTNDN0MsZ0JBQWdCOzRGQUFoQixnQkFBZ0IseVpDUDdCLDBuQkFnQlk7OzRGRFRDLGdCQUFnQjtrQkFMNUIsU0FBUzsrQkFDRSxVQUFVO3dEQVNwQixXQUFXO3NCQURWLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLO2dCQUlOLE1BQU07c0JBREwsS0FBSztnQkFJTixTQUFTO3NCQURSLEtBQUs7Z0JBSU4sY0FBYztzQkFEYixLQUFLO2dCQUlOLFlBQVk7c0JBRFgsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixNQUFNO3NCQURMLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLO2dCQUlOLFdBQVc7c0JBRFYsS0FBSztnQkFJTixRQUFRO3NCQURQLE1BQU07Z0JBR1AsV0FBVztzQkFEVixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaWQtYWxlcnQnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hbGVydC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogYmxvY2s7IH0nXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURBbGVydENvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZGlzbWlzc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBjb2xsYXBzYWJsZTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHJpYmJvbjogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGNvbGxhcHNlZDogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHNyY29sbGFwc2V0ZXh0OiBzdHJpbmcgfCB1bmRlZmluZWQgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBzcmV4cGFuZHRleHQ6IHN0cmluZyB8IHVuZGVmaW5lZCA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhlYWRsaW5lOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBsaXZlOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICB0eXBlOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBub3JvbGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBzcmNsb3NldGV4dDogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc3JpY29udGl0bGU6IHN0cmluZyA9ICcnO1xyXG5cclxuICBAT3V0cHV0KClcclxuICBvbkNsb3NlZDogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG4gIEBPdXRwdXQoKVxyXG4gIG9uQ29sbGFwc2VkOiBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4gPSBuZXcgRXZlbnRFbWl0dGVyKCk7XHJcblxyXG59XHJcbiIsIjxpZHMtYWxlcnQgXHJcbiAgW2hlYWRsaW5lXT1cImhlYWRsaW5lXCJcclxuICBbYXR0ci5ub3JvbGVdPVwibm9yb2xlID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLmRpc21pc3NpYmxlXT1cImRpc21pc3NpYmxlID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLmNvbGxhcHNhYmxlXT1cImNvbGxhcHNhYmxlID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLmNvbGxhcHNlZF09XCJjb2xsYXBzZWQgPyB0cnVlIDogbnVsbFwiXHJcbiAgW2F0dHIucmliYm9uXT1cInJpYmJvbiA/IHRydWUgOiBudWxsXCJcclxuICBbc3Jjb2xsYXBzZXRleHRdPVwic3Jjb2xsYXBzZXRleHRcIlxyXG4gIFtzcmV4cGFuZHRleHRdPVwic3JleHBhbmR0ZXh0XCJcclxuICBbYXR0ci5hcmlhLWxpdmVdPVwibm9yb2xlID8gbnVsbCA6IGxpdmVcIlxyXG4gIFt0eXBlXT1cInR5cGVcIlxyXG4gIFtzcmNsb3NldGV4dF09XCJzcmNsb3NldGV4dFwiXHJcbiAgW3NyaWNvbnRpdGxlXT1cInNyaWNvbnRpdGxlXCJcclxuICAoY2xvc2VkKT1cIm9uQ2xvc2VkLmVtaXQodHJ1ZSlcIlxyXG4gIChjb2xsYXBzZWQpPVwib25Db2xsYXBzZWQuZW1pdCh0cnVlKVwiPlxyXG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cclxuPC9pZHMtYWxlcnQ+Il19
57
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9hbGVydC9hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3ZFLE1BQU0sT0FBTyxnQkFBZ0I7SUFFM0IsZ0JBQWdCLENBQUM7SUFHakIsV0FBVyxHQUFZLEtBQUssQ0FBQztJQUc3QixXQUFXLEdBQVksS0FBSyxDQUFDO0lBRzdCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFHeEIsU0FBUyxHQUFZLEtBQUssQ0FBQztJQUczQixPQUFPLEdBQVksS0FBSyxDQUFDO0lBR3pCLGNBQWMsR0FBdUIsRUFBRSxDQUFDO0lBR3hDLFlBQVksR0FBdUIsRUFBRSxDQUFDO0lBR3RDLFFBQVEsR0FBVyxFQUFFLENBQUM7SUFHdEIsSUFBSSxHQUFXLEVBQUUsQ0FBQztJQUdsQixJQUFJLEdBQVcsRUFBRSxDQUFDO0lBR2xCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFHeEIsV0FBVyxHQUFXLEVBQUUsQ0FBQztJQUd6QixXQUFXLEdBQVcsRUFBRSxDQUFDO0lBR3pCLFFBQVEsR0FBMEIsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUVyRCxXQUFXLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7d0dBOUM3QyxnQkFBZ0I7NEZBQWhCLGdCQUFnQiw2YUNQN0Isd3FCQWlCWTs7NEZEVkMsZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNFLFVBQVU7d0RBU3BCLFdBQVc7c0JBRFYsS0FBSztnQkFJTixXQUFXO3NCQURWLEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxLQUFLO2dCQUlOLFNBQVM7c0JBRFIsS0FBSztnQkFJTixPQUFPO3NCQUROLEtBQUs7Z0JBSU4sY0FBYztzQkFEYixLQUFLO2dCQUlOLFlBQVk7c0JBRFgsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixNQUFNO3NCQURMLEtBQUs7Z0JBSU4sV0FBVztzQkFEVixLQUFLO2dCQUlOLFdBQVc7c0JBRFYsS0FBSztnQkFJTixRQUFRO3NCQURQLE1BQU07Z0JBR1AsV0FBVztzQkFEVixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaWQtYWxlcnQnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hbGVydC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogYmxvY2s7IH0nXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURBbGVydENvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZGlzbWlzc2libGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBjb2xsYXBzYWJsZTogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHJpYmJvbjogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGNvbGxhcHNlZDogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGNvbXBhY3Q6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQElucHV0KClcclxuICBzcmNvbGxhcHNldGV4dDogc3RyaW5nIHwgdW5kZWZpbmVkID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc3JleHBhbmR0ZXh0OiBzdHJpbmcgfCB1bmRlZmluZWQgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBoZWFkbGluZTogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbGl2ZTogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgdHlwZTogc3RyaW5nID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgbm9yb2xlOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgc3JjbG9zZXRleHQ6IHN0cmluZyA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHNyaWNvbnRpdGxlOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25DbG9zZWQ6IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuICBAT3V0cHV0KClcclxuICBvbkNvbGxhcHNlZDogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG5cclxufVxyXG4iLCI8aWRzLWFsZXJ0IFxyXG4gIFtoZWFkbGluZV09XCJoZWFkbGluZVwiXHJcbiAgW2F0dHIubm9yb2xlXT1cIm5vcm9sZSA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5kaXNtaXNzaWJsZV09XCJkaXNtaXNzaWJsZSA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5jb2xsYXBzYWJsZV09XCJjb2xsYXBzYWJsZSA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5jb2xsYXBzZWRdPVwiY29sbGFwc2VkID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFthdHRyLmNvbXBhY3RdPVwiY29tcGFjdCA/IHRydWUgOiBudWxsXCJcclxuICBbYXR0ci5yaWJib25dPVwicmliYm9uID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFtzcmNvbGxhcHNldGV4dF09XCJzcmNvbGxhcHNldGV4dFwiXHJcbiAgW3NyZXhwYW5kdGV4dF09XCJzcmV4cGFuZHRleHRcIlxyXG4gIFthdHRyLmFyaWEtbGl2ZV09XCJub3JvbGUgPyBudWxsIDogbGl2ZVwiXHJcbiAgW3R5cGVdPVwidHlwZVwiXHJcbiAgW3NyY2xvc2V0ZXh0XT1cInNyY2xvc2V0ZXh0XCJcclxuICBbc3JpY29udGl0bGVdPVwic3JpY29udGl0bGVcIlxyXG4gIChjbG9zZWQpPVwib25DbG9zZWQuZW1pdCh0cnVlKVwiXHJcbiAgKGNvbGxhcHNlZCk9XCJvbkNvbGxhcHNlZC5lbWl0KHRydWUpXCI+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy1hbGVydD4iXX0=
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/alert/register';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export class IDAlertModule {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDAlertModule, declarations: [IDAlertComponent], imports: [CommonModule], exports: [IDAlertComponent] });
9
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertModule, imports: [CommonModule] });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDAlertModule, declarations: [IDAlertComponent], imports: [CommonModule], exports: [IDAlertComponent] });
9
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertModule, imports: [CommonModule] });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [
@@ -7,13 +7,14 @@ export class IDAlertGlobalComponent {
7
7
  hidemobileicon = '';
8
8
  showtext = 'Visa mer';
9
9
  hidetext = 'Visa mindre';
10
+ norole = false;
10
11
  onDidToggleExpansion = new EventEmitter();
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertGlobalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", hidemobileicon: "hidemobileicon", showtext: "showtext", hidetext: "hidetext" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n [hidemobileicon]=\"hidemobileicon ? true : null\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host{display:block}\n"] });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertGlobalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDAlertGlobalComponent, selector: "id-alert-global", inputs: { expanded: "expanded", headline: "headline", hidemobileicon: "hidemobileicon", showtext: "showtext", hidetext: "hidetext", norole: "norole" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [hidemobileicon]=\"hidemobileicon ? true : null\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host{display:block}\n"] });
13
14
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertGlobalComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertGlobalComponent, decorators: [{
15
16
  type: Component,
16
- args: [{ selector: 'id-alert-global', template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n [hidemobileicon]=\"hidemobileicon ? true : null\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host{display:block}\n"] }]
17
+ args: [{ selector: 'id-alert-global', template: "<ids-alert-global \r\n [headline]=\"headline\"\r\n [showtext]=\"showtext\"\r\n [hidetext]=\"hidetext\"\r\n [expanded]=\"expanded\"\r\n [attr.norole]=\"norole ? true : null\"\r\n [hidemobileicon]=\"hidemobileicon ? true : null\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-alert-global>", styles: [":host{display:block}\n"] }]
17
18
  }], ctorParameters: () => [], propDecorators: { expanded: [{
18
19
  type: Input
19
20
  }], headline: [{
@@ -24,7 +25,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
24
25
  type: Input
25
26
  }], hidetext: [{
26
27
  type: Input
28
+ }], norole: [{
29
+ type: Input
27
30
  }], onDidToggleExpansion: [{
28
31
  type: Output
29
32
  }] } });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtZ2xvYmFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYWxlcnQtZ2xvYmFsL2FsZXJ0LWdsb2JhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FsZXJ0LWdsb2JhbC9hbGVydC1nbG9iYWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPdkUsTUFBTSxPQUFPLHNCQUFzQjtJQUVqQyxnQkFBZ0IsQ0FBQztJQUdqQixRQUFRLEdBQVksSUFBSSxDQUFDO0lBR3pCLFFBQVEsR0FBVyxFQUFFLENBQUM7SUFHdEIsY0FBYyxHQUFXLEVBQUUsQ0FBQztJQUc1QixRQUFRLEdBQVcsVUFBVSxDQUFDO0lBRzlCLFFBQVEsR0FBVyxhQUFhLENBQUM7SUFHakMsb0JBQW9CLEdBQTBCLElBQUksWUFBWSxFQUFFLENBQUM7d0dBcEJ0RCxzQkFBc0I7NEZBQXRCLHNCQUFzQix3UENQbkMsb1RBUW1COzs0RkRETixzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0UsaUJBQWlCO3dEQVMzQixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLGNBQWM7c0JBRGIsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLG9CQUFvQjtzQkFEbkIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLWFsZXJ0LWdsb2JhbCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2FsZXJ0LWdsb2JhbC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogYmxvY2s7IH0nXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURBbGVydEdsb2JhbENvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSB0cnVlO1xyXG4gIFxyXG4gIEBJbnB1dCgpXHJcbiAgaGVhZGxpbmU6IHN0cmluZyA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhpZGVtb2JpbGVpY29uOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBzaG93dGV4dDogc3RyaW5nID0gJ1Zpc2EgbWVyJztcclxuXHJcbiAgQElucHV0KClcclxuICBoaWRldGV4dDogc3RyaW5nID0gJ1Zpc2EgbWluZHJlJztcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25EaWRUb2dnbGVFeHBhbnNpb246IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbn1cclxuIiwiPGlkcy1hbGVydC1nbG9iYWwgXHJcbiAgW2hlYWRsaW5lXT1cImhlYWRsaW5lXCJcclxuICBbc2hvd3RleHRdPVwic2hvd3RleHRcIlxyXG4gIFtoaWRldGV4dF09XCJoaWRldGV4dFwiXHJcbiAgW2V4cGFuZGVkXT1cImV4cGFuZGVkXCJcclxuICBbaGlkZW1vYmlsZWljb25dPVwiaGlkZW1vYmlsZWljb24gPyB0cnVlIDogbnVsbFwiXHJcbiAgKGRpZFRvZ2dsZUV4cGFuc2lvbik9XCJvbkRpZFRvZ2dsZUV4cGFuc2lvbi5lbWl0KHRydWUpXCI+XHJcbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG48L2lkcy1hbGVydC1nbG9iYWw+Il19
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtZ2xvYmFsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYWxlcnQtZ2xvYmFsL2FsZXJ0LWdsb2JhbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2FsZXJ0LWdsb2JhbC9hbGVydC1nbG9iYWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPdkUsTUFBTSxPQUFPLHNCQUFzQjtJQUVqQyxnQkFBZ0IsQ0FBQztJQUdqQixRQUFRLEdBQVksSUFBSSxDQUFDO0lBR3pCLFFBQVEsR0FBVyxFQUFFLENBQUM7SUFHdEIsY0FBYyxHQUFXLEVBQUUsQ0FBQztJQUc1QixRQUFRLEdBQVcsVUFBVSxDQUFDO0lBRzlCLFFBQVEsR0FBVyxhQUFhLENBQUM7SUFHakMsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUd4QixvQkFBb0IsR0FBMEIsSUFBSSxZQUFZLEVBQUUsQ0FBQzt3R0F2QnRELHNCQUFzQjs0RkFBdEIsc0JBQXNCLDBRQ1BuQyxnV0FTbUI7OzRGREZOLHNCQUFzQjtrQkFMbEMsU0FBUzsrQkFDRSxpQkFBaUI7d0RBUzNCLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sY0FBYztzQkFEYixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxLQUFLO2dCQUlOLG9CQUFvQjtzQkFEbkIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2lkLWFsZXJ0LWdsb2JhbCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2FsZXJ0LWdsb2JhbC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVzOiBbJzpob3N0IHsgZGlzcGxheTogYmxvY2s7IH0nXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgSURBbGVydEdsb2JhbENvbXBvbmVudCB7XHJcblxyXG4gIGNvbnN0cnVjdG9yKCkgeyB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZXhwYW5kZWQ6IGJvb2xlYW4gPSB0cnVlO1xyXG4gIFxyXG4gIEBJbnB1dCgpXHJcbiAgaGVhZGxpbmU6IHN0cmluZyA9ICcnO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIGhpZGVtb2JpbGVpY29uOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBzaG93dGV4dDogc3RyaW5nID0gJ1Zpc2EgbWVyJztcclxuXHJcbiAgQElucHV0KClcclxuICBoaWRldGV4dDogc3RyaW5nID0gJ1Zpc2EgbWluZHJlJztcclxuXHJcbiAgQElucHV0KClcclxuICBub3JvbGU6IGJvb2xlYW4gPSBmYWxzZTtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25EaWRUb2dnbGVFeHBhbnNpb246IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxuXHJcbn1cclxuIiwiPGlkcy1hbGVydC1nbG9iYWwgXHJcbiAgW2hlYWRsaW5lXT1cImhlYWRsaW5lXCJcclxuICBbc2hvd3RleHRdPVwic2hvd3RleHRcIlxyXG4gIFtoaWRldGV4dF09XCJoaWRldGV4dFwiXHJcbiAgW2V4cGFuZGVkXT1cImV4cGFuZGVkXCJcclxuICBbYXR0ci5ub3JvbGVdPVwibm9yb2xlID8gdHJ1ZSA6IG51bGxcIlxyXG4gIFtoaWRlbW9iaWxlaWNvbl09XCJoaWRlbW9iaWxlaWNvbiA/IHRydWUgOiBudWxsXCJcclxuICAoZGlkVG9nZ2xlRXhwYW5zaW9uKT1cIm9uRGlkVG9nZ2xlRXhwYW5zaW9uLmVtaXQodHJ1ZSlcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLWFsZXJ0LWdsb2JhbD4iXX0=
@@ -5,11 +5,11 @@ import '@inera/ids-core/components/icons/chevron/register';
5
5
  import { CommonModule } from '@angular/common';
6
6
  import * as i0 from "@angular/core";
7
7
  export class IDAlertGlobalModule {
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertGlobalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDAlertGlobalModule, declarations: [IDAlertGlobalComponent], imports: [CommonModule], exports: [IDAlertGlobalComponent] });
10
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertGlobalModule, imports: [CommonModule] });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertGlobalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDAlertGlobalModule, declarations: [IDAlertGlobalComponent], imports: [CommonModule], exports: [IDAlertGlobalComponent] });
10
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertGlobalModule, imports: [CommonModule] });
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDAlertGlobalModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDAlertGlobalModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [
@@ -3,10 +3,10 @@ import * as i0 from "@angular/core";
3
3
  export class IDBadgeComponent {
4
4
  constructor() { }
5
5
  type = 'primary';
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDBadgeComponent, selector: "id-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-badge \r\n [type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-badge>" });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDBadgeComponent, selector: "id-badge", inputs: { type: "type" }, ngImport: i0, template: "<ids-badge \r\n [type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-badge>" });
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBadgeComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBadgeComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{ selector: 'id-badge', template: "<ids-badge \r\n [type]=\"type\">\r\n <ng-content></ng-content>\r\n</ids-badge>" }]
12
12
  }], ctorParameters: () => [], propDecorators: { type: [{
@@ -3,11 +3,11 @@ import { IDBadgeComponent } from './badge.component';
3
3
  import '@inera/ids-core/components/badge/register';
4
4
  import * as i0 from "@angular/core";
5
5
  export class IDBadgeModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDBadgeModule, declarations: [IDBadgeComponent], exports: [IDBadgeComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBadgeModule });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDBadgeModule, declarations: [IDBadgeComponent], exports: [IDBadgeComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBadgeModule });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBadgeModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBadgeModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -18,10 +18,10 @@ export class IDBreadcrumbsComponent {
18
18
  this.crumbs = this.crumbComponents.toArray();
19
19
  }, 0);
20
20
  }
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDBreadcrumbsComponent, selector: "id-breadcrumbs", inputs: { lead: "lead", current: "current", srlabel: "srlabel" }, queries: [{ propertyName: "crumbComponents", predicate: IDCrumbComponent }], ngImport: i0, template: "<ids-breadcrumbs\r\n [current]=\"current\"\r\n [lead]=\"lead\"\r\n [srlabel]=\"srlabel\">\r\n <ids-crumb *ngFor=\"let crumb of crumbs; let i = index\"\r\n [attr.mobile]=\"crumb.mobile ? '' : null\">\r\n <ng-container *ngTemplateOutlet=\"crumb.template\"></ng-container>\r\n </ids-crumb>\r\n</ids-breadcrumbs>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDBreadcrumbsComponent, selector: "id-breadcrumbs", inputs: { lead: "lead", current: "current", srlabel: "srlabel" }, queries: [{ propertyName: "crumbComponents", predicate: IDCrumbComponent }], ngImport: i0, template: "<ids-breadcrumbs\r\n [current]=\"current\"\r\n [lead]=\"lead\"\r\n [srlabel]=\"srlabel\">\r\n <ids-crumb *ngFor=\"let crumb of crumbs; let i = index\"\r\n [attr.mobile]=\"crumb.mobile ? '' : null\">\r\n <ng-container *ngTemplateOutlet=\"crumb.template\"></ng-container>\r\n </ids-crumb>\r\n</ids-breadcrumbs>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBreadcrumbsComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBreadcrumbsComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{ selector: 'id-breadcrumbs', encapsulation: ViewEncapsulation.None, template: "<ids-breadcrumbs\r\n [current]=\"current\"\r\n [lead]=\"lead\"\r\n [srlabel]=\"srlabel\">\r\n <ids-crumb *ngFor=\"let crumb of crumbs; let i = index\"\r\n [attr.mobile]=\"crumb.mobile ? '' : null\">\r\n <ng-container *ngTemplateOutlet=\"crumb.template\"></ng-container>\r\n </ids-crumb>\r\n</ids-breadcrumbs>" }]
27
27
  }], propDecorators: { lead: [{
@@ -5,13 +5,13 @@ import '@inera/ids-core/components/breadcrumbs/register';
5
5
  import { CommonModule } from '@angular/common';
6
6
  import * as i0 from "@angular/core";
7
7
  export class IDBreadcrumbsModule {
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDBreadcrumbsModule, declarations: [IDBreadcrumbsComponent,
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBreadcrumbsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDBreadcrumbsModule, declarations: [IDBreadcrumbsComponent,
10
10
  IDCrumbComponent], imports: [CommonModule], exports: [IDBreadcrumbsComponent,
11
11
  IDCrumbComponent] });
12
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBreadcrumbsModule, imports: [CommonModule] });
12
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBreadcrumbsModule, imports: [CommonModule] });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDBreadcrumbsModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDBreadcrumbsModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [
@@ -4,13 +4,13 @@ export class IDCrumbComponent {
4
4
  constructor() { }
5
5
  template;
6
6
  mobile = false;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDCrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDCrumbComponent, selector: "id-crumb", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCrumbComponent, selector: "id-crumb", inputs: { mobile: "mobile" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
9
9
  <ng-template>
10
10
  <ng-content></ng-content>
11
11
  </ng-template>`, isInline: true, encapsulation: i0.ViewEncapsulation.None });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDCrumbComponent, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCrumbComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{
16
16
  selector: 'id-crumb',
@@ -21,15 +21,14 @@ export class IDButtonComponent {
21
21
  //For Dialog
22
22
  trigger = "";
23
23
  // General props
24
- tabindexcount = "";
25
24
  srlabel = "";
26
25
  onClicked = new EventEmitter();
27
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", fab: "fab", icon: "icon", tertiary: "tertiary", toggle: "toggle", block: "block", sblock: "sblock", mblock: "mblock", active: "active", submit: "submit", loading: "loading", search: "search", size: "size", disabled: "disabled", type: "type", color: "color", trigger: "trigger", tabindexcount: "tabindexcount", srlabel: "srlabel" }, outputs: { onClicked: "onClicked" }, host: { classAttribute: "ids-contains-clickable" }, ngImport: i0, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [attr.fab]=\"fab ? 'true' : null\"\r\n [attr.icon]=\"icon ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [attr.trigger]=\"trigger ? 'true' : null\"\r\n [class.ids-dialog-trigger]=\"trigger\"\r\n [attr.tabindex]=\"tabindexcount ? tabindexcount : 0\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [loading]=\"loading ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [sblock]=\"sblock ? 'true' : null\"\r\n [mblock]=\"mblock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n [attr.aria-label]=\"srlabel ? srlabel : null\"\r\n (clicked)=\"onClicked.emit($event)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button{display:contents}\n"], encapsulation: i0.ViewEncapsulation.None });
26
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDButtonComponent, selector: "id-button", inputs: { secondary: "secondary", fab: "fab", icon: "icon", tertiary: "tertiary", toggle: "toggle", block: "block", sblock: "sblock", mblock: "mblock", active: "active", submit: "submit", loading: "loading", search: "search", size: "size", disabled: "disabled", type: "type", color: "color", trigger: "trigger", srlabel: "srlabel" }, outputs: { onClicked: "onClicked" }, host: { classAttribute: "ids-contains-clickable" }, ngImport: i0, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [attr.fab]=\"fab ? 'true' : null\"\r\n [attr.icon]=\"icon ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [attr.trigger]=\"trigger ? 'true' : null\"\r\n [class.ids-dialog-trigger]=\"trigger\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [loading]=\"loading ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [sblock]=\"sblock ? 'true' : null\"\r\n [mblock]=\"mblock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n [attr.aria-label]=\"srlabel ? srlabel : null\"\r\n (clicked)=\"onClicked.emit($event)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button{display:contents}\n"], encapsulation: i0.ViewEncapsulation.None });
29
28
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDButtonComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDButtonComponent, decorators: [{
31
30
  type: Component,
32
- args: [{ selector: "id-button", host: { class: "ids-contains-clickable" }, encapsulation: ViewEncapsulation.None, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [attr.fab]=\"fab ? 'true' : null\"\r\n [attr.icon]=\"icon ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [attr.trigger]=\"trigger ? 'true' : null\"\r\n [class.ids-dialog-trigger]=\"trigger\"\r\n [attr.tabindex]=\"tabindexcount ? tabindexcount : 0\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [loading]=\"loading ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [sblock]=\"sblock ? 'true' : null\"\r\n [mblock]=\"mblock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n [attr.aria-label]=\"srlabel ? srlabel : null\"\r\n (clicked)=\"onClicked.emit($event)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button{display:contents}\n"] }]
31
+ args: [{ selector: "id-button", host: { class: "ids-contains-clickable" }, encapsulation: ViewEncapsulation.None, template: "<ids-button \r\n [secondary]=\"secondary ? 'true' : null\"\r\n [attr.fab]=\"fab ? 'true' : null\"\r\n [attr.icon]=\"icon ? 'true' : null\"\r\n [tertiary]=\"tertiary ? 'true' : null\"\r\n [attr.trigger]=\"trigger ? 'true' : null\"\r\n [class.ids-dialog-trigger]=\"trigger\"\r\n [toggle]=\"toggle ? 'true' : null\"\r\n [active]=\"active ? 'true' : null\"\r\n [submit]=\"submit ? 'true' : null\"\r\n [search]=\"search ? 'true' : null\"\r\n [loading]=\"loading ? 'true' : null\"\r\n [disabled]=\"disabled ? 'true' : null\"\r\n [block]=\"block ? 'true' : null\"\r\n [sblock]=\"sblock ? 'true' : null\"\r\n [mblock]=\"mblock ? 'true' : null\"\r\n [size]=\"size\"\r\n [type]=\"type\"\r\n [color]=\"color\"\r\n [attr.aria-label]=\"srlabel ? srlabel : null\"\r\n (clicked)=\"onClicked.emit($event)\">\r\n <ng-content></ng-content>\r\n</ids-button>", styles: ["id-button{display:contents}\n"] }]
33
32
  }], ctorParameters: () => [], propDecorators: { secondary: [{
34
33
  type: Input
35
34
  }], fab: [{
@@ -64,11 +63,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
64
63
  type: Input
65
64
  }], trigger: [{
66
65
  type: Input
67
- }], tabindexcount: [{
68
- type: Input
69
66
  }], srlabel: [{
70
67
  type: Input
71
68
  }], onClicked: [{
72
69
  type: Output
73
70
  }] } });
74
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2J1dHRvbi9idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUYsTUFBTSxPQUFPLGlCQUFpQjtJQUM1QixnQkFBZSxDQUFDO0lBR2hCLFNBQVMsR0FBWSxLQUFLLENBQUM7SUFFM0IsR0FBRyxHQUFZLEtBQUssQ0FBQztJQUVyQixJQUFJLEdBQVksS0FBSyxDQUFDO0lBRXRCLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFFMUIsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUV4QixLQUFLLEdBQVksS0FBSyxDQUFDO0lBRXZCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFFeEIsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUV4QixNQUFNLEdBQVksS0FBSyxDQUFDO0lBRXhCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFFeEIsT0FBTyxHQUFZLEtBQUssQ0FBQztJQUV6QixNQUFNLEdBQVksS0FBSyxDQUFDO0lBRXhCLElBQUksR0FBb0IsR0FBRyxDQUFDO0lBRTVCLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFFMUIsSUFBSSxHQUF1QixTQUFTLENBQUM7SUFFckMsS0FBSyxHQUF1QixTQUFTLENBQUM7SUFFdEMsWUFBWTtJQUVaLE9BQU8sR0FBVyxFQUFFLENBQUM7SUFFckIsZ0JBQWdCO0lBRWhCLGFBQWEsR0FBVyxFQUFFLENBQUM7SUFFM0IsT0FBTyxHQUFXLEVBQUUsQ0FBQztJQUdyQixTQUFTLEdBQXdCLElBQUksWUFBWSxFQUFFLENBQUM7d0dBL0N6QyxpQkFBaUI7NEZBQWpCLGlCQUFpQix3ZkNUOUIsdzVCQXVCYTs7NEZEZEEsaUJBQWlCO2tCQVA3QixTQUFTOytCQUNFLFdBQVcsUUFHZixFQUFFLEtBQUssRUFBRSx3QkFBd0IsRUFBRSxpQkFDMUIsaUJBQWlCLENBQUMsSUFBSTt3REFNckMsU0FBUztzQkFEUixLQUFLO2dCQUdOLEdBQUc7c0JBREYsS0FBSztnQkFHTixJQUFJO3NCQURILEtBQUs7Z0JBR04sUUFBUTtzQkFEUCxLQUFLO2dCQUdOLE1BQU07c0JBREwsS0FBSztnQkFHTixLQUFLO3NCQURKLEtBQUs7Z0JBR04sTUFBTTtzQkFETCxLQUFLO2dCQUdOLE1BQU07c0JBREwsS0FBSztnQkFHTixNQUFNO3NCQURMLEtBQUs7Z0JBR04sTUFBTTtzQkFETCxLQUFLO2dCQUdOLE9BQU87c0JBRE4sS0FBSztnQkFHTixNQUFNO3NCQURMLEtBQUs7Z0JBR04sSUFBSTtzQkFESCxLQUFLO2dCQUdOLFFBQVE7c0JBRFAsS0FBSztnQkFHTixJQUFJO3NCQURILEtBQUs7Z0JBR04sS0FBSztzQkFESixLQUFLO2dCQUtOLE9BQU87c0JBRE4sS0FBSztnQkFLTixhQUFhO3NCQURaLEtBQUs7Z0JBR04sT0FBTztzQkFETixLQUFLO2dCQUlOLFNBQVM7c0JBRFIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJpZC1idXR0b25cIixcclxuICB0ZW1wbGF0ZVVybDogXCIuL2J1dHRvbi5jb21wb25lbnQuaHRtbFwiLFxyXG4gIHN0eWxlczogW1wiaWQtYnV0dG9uIHsgZGlzcGxheTogY29udGVudHM7IH1cIl0sXHJcbiAgaG9zdDogeyBjbGFzczogXCJpZHMtY29udGFpbnMtY2xpY2thYmxlXCIgfSxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJREJ1dHRvbkNvbXBvbmVudCB7XHJcbiAgY29uc3RydWN0b3IoKSB7fVxyXG5cclxuICBASW5wdXQoKVxyXG4gIHNlY29uZGFyeTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgZmFiOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBpY29uOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICB0ZXJ0aWFyeTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgdG9nZ2xlOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBibG9jazogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgc2Jsb2NrOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBtYmxvY2s6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIGFjdGl2ZTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgc3VibWl0OiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBsb2FkaW5nOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBzZWFyY2g6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIHNpemU6IFwic1wiIHwgXCJtXCIgfCBcImxcIiA9IFwibVwiO1xyXG4gIEBJbnB1dCgpXHJcbiAgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIHR5cGU6IHN0cmluZyB8IHVuZGVmaW5lZCA9IHVuZGVmaW5lZDtcclxuICBASW5wdXQoKVxyXG4gIGNvbG9yOiBzdHJpbmcgfCB1bmRlZmluZWQgPSB1bmRlZmluZWQ7XHJcblxyXG4gIC8vRm9yIERpYWxvZ1xyXG4gIEBJbnB1dCgpXHJcbiAgdHJpZ2dlcjogc3RyaW5nID0gXCJcIjtcclxuXHJcbiAgLy8gR2VuZXJhbCBwcm9wc1xyXG4gIEBJbnB1dCgpXHJcbiAgdGFiaW5kZXhjb3VudDogc3RyaW5nID0gXCJcIjtcclxuICBASW5wdXQoKVxyXG4gIHNybGFiZWw6IHN0cmluZyA9IFwiXCI7XHJcblxyXG4gIEBPdXRwdXQoKVxyXG4gIG9uQ2xpY2tlZDogRXZlbnRFbWl0dGVyPEV2ZW50PiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcclxufVxyXG4iLCI8aWRzLWJ1dHRvbiBcclxuICBbc2Vjb25kYXJ5XT1cInNlY29uZGFyeSA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFthdHRyLmZhYl09XCJmYWIgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbYXR0ci5pY29uXT1cImljb24gPyAndHJ1ZScgOiBudWxsXCJcclxuICBbdGVydGlhcnldPVwidGVydGlhcnkgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbYXR0ci50cmlnZ2VyXT1cInRyaWdnZXIgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbY2xhc3MuaWRzLWRpYWxvZy10cmlnZ2VyXT1cInRyaWdnZXJcIlxyXG4gIFthdHRyLnRhYmluZGV4XT1cInRhYmluZGV4Y291bnQgPyB0YWJpbmRleGNvdW50IDogMFwiXHJcbiAgW3RvZ2dsZV09XCJ0b2dnbGUgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbYWN0aXZlXT1cImFjdGl2ZSA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFtzdWJtaXRdPVwic3VibWl0ID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW3NlYXJjaF09XCJzZWFyY2ggPyAndHJ1ZScgOiBudWxsXCJcclxuICBbbG9hZGluZ109XCJsb2FkaW5nID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW2Rpc2FibGVkXT1cImRpc2FibGVkID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW2Jsb2NrXT1cImJsb2NrID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW3NibG9ja109XCJzYmxvY2sgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbbWJsb2NrXT1cIm1ibG9jayA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFtzaXplXT1cInNpemVcIlxyXG4gIFt0eXBlXT1cInR5cGVcIlxyXG4gIFtjb2xvcl09XCJjb2xvclwiXHJcbiAgW2F0dHIuYXJpYS1sYWJlbF09XCJzcmxhYmVsID8gc3JsYWJlbCA6IG51bGxcIlxyXG4gIChjbGlja2VkKT1cIm9uQ2xpY2tlZC5lbWl0KCRldmVudClcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLWJ1dHRvbj4iXX0=
71
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2J1dHRvbi9idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTMUYsTUFBTSxPQUFPLGlCQUFpQjtJQUM1QixnQkFBZSxDQUFDO0lBR2hCLFNBQVMsR0FBWSxLQUFLLENBQUM7SUFFM0IsR0FBRyxHQUFZLEtBQUssQ0FBQztJQUVyQixJQUFJLEdBQVksS0FBSyxDQUFDO0lBRXRCLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFFMUIsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUV4QixLQUFLLEdBQVksS0FBSyxDQUFDO0lBRXZCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFFeEIsTUFBTSxHQUFZLEtBQUssQ0FBQztJQUV4QixNQUFNLEdBQVksS0FBSyxDQUFDO0lBRXhCLE1BQU0sR0FBWSxLQUFLLENBQUM7SUFFeEIsT0FBTyxHQUFZLEtBQUssQ0FBQztJQUV6QixNQUFNLEdBQVksS0FBSyxDQUFDO0lBRXhCLElBQUksR0FBb0IsR0FBRyxDQUFDO0lBRTVCLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFFMUIsSUFBSSxHQUF1QixTQUFTLENBQUM7SUFFckMsS0FBSyxHQUF1QixTQUFTLENBQUM7SUFFdEMsWUFBWTtJQUVaLE9BQU8sR0FBVyxFQUFFLENBQUM7SUFFckIsZ0JBQWdCO0lBRWhCLE9BQU8sR0FBVyxFQUFFLENBQUM7SUFHckIsU0FBUyxHQUF3QixJQUFJLFlBQVksRUFBRSxDQUFDO3dHQTdDekMsaUJBQWlCOzRGQUFqQixpQkFBaUIsd2RDVDlCLDYxQkFzQmE7OzRGRGJBLGlCQUFpQjtrQkFQN0IsU0FBUzsrQkFDRSxXQUFXLFFBR2YsRUFBRSxLQUFLLEVBQUUsd0JBQXdCLEVBQUUsaUJBQzFCLGlCQUFpQixDQUFDLElBQUk7d0RBTXJDLFNBQVM7c0JBRFIsS0FBSztnQkFHTixHQUFHO3NCQURGLEtBQUs7Z0JBR04sSUFBSTtzQkFESCxLQUFLO2dCQUdOLFFBQVE7c0JBRFAsS0FBSztnQkFHTixNQUFNO3NCQURMLEtBQUs7Z0JBR04sS0FBSztzQkFESixLQUFLO2dCQUdOLE1BQU07c0JBREwsS0FBSztnQkFHTixNQUFNO3NCQURMLEtBQUs7Z0JBR04sTUFBTTtzQkFETCxLQUFLO2dCQUdOLE1BQU07c0JBREwsS0FBSztnQkFHTixPQUFPO3NCQUROLEtBQUs7Z0JBR04sTUFBTTtzQkFETCxLQUFLO2dCQUdOLElBQUk7c0JBREgsS0FBSztnQkFHTixRQUFRO3NCQURQLEtBQUs7Z0JBR04sSUFBSTtzQkFESCxLQUFLO2dCQUdOLEtBQUs7c0JBREosS0FBSztnQkFLTixPQUFPO3NCQUROLEtBQUs7Z0JBS04sT0FBTztzQkFETixLQUFLO2dCQUlOLFNBQVM7c0JBRFIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogXCJpZC1idXR0b25cIixcclxuICB0ZW1wbGF0ZVVybDogXCIuL2J1dHRvbi5jb21wb25lbnQuaHRtbFwiLFxyXG4gIHN0eWxlczogW1wiaWQtYnV0dG9uIHsgZGlzcGxheTogY29udGVudHM7IH1cIl0sXHJcbiAgaG9zdDogeyBjbGFzczogXCJpZHMtY29udGFpbnMtY2xpY2thYmxlXCIgfSxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJREJ1dHRvbkNvbXBvbmVudCB7XHJcbiAgY29uc3RydWN0b3IoKSB7fVxyXG5cclxuICBASW5wdXQoKVxyXG4gIHNlY29uZGFyeTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgZmFiOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBpY29uOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICB0ZXJ0aWFyeTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgdG9nZ2xlOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBibG9jazogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgc2Jsb2NrOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBtYmxvY2s6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIGFjdGl2ZTogYm9vbGVhbiA9IGZhbHNlO1xyXG4gIEBJbnB1dCgpXHJcbiAgc3VibWl0OiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBsb2FkaW5nOiBib29sZWFuID0gZmFsc2U7XHJcbiAgQElucHV0KClcclxuICBzZWFyY2g6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIHNpemU6IFwic1wiIHwgXCJtXCIgfCBcImxcIiA9IFwibVwiO1xyXG4gIEBJbnB1dCgpXHJcbiAgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBASW5wdXQoKVxyXG4gIHR5cGU6IHN0cmluZyB8IHVuZGVmaW5lZCA9IHVuZGVmaW5lZDtcclxuICBASW5wdXQoKVxyXG4gIGNvbG9yOiBzdHJpbmcgfCB1bmRlZmluZWQgPSB1bmRlZmluZWQ7XHJcblxyXG4gIC8vRm9yIERpYWxvZ1xyXG4gIEBJbnB1dCgpXHJcbiAgdHJpZ2dlcjogc3RyaW5nID0gXCJcIjtcclxuXHJcbiAgLy8gR2VuZXJhbCBwcm9wc1xyXG4gIEBJbnB1dCgpXHJcbiAgc3JsYWJlbDogc3RyaW5nID0gXCJcIjtcclxuXHJcbiAgQE91dHB1dCgpXHJcbiAgb25DbGlja2VkOiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG59XHJcbiIsIjxpZHMtYnV0dG9uIFxyXG4gIFtzZWNvbmRhcnldPVwic2Vjb25kYXJ5ID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW2F0dHIuZmFiXT1cImZhYiA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFthdHRyLmljb25dPVwiaWNvbiA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFt0ZXJ0aWFyeV09XCJ0ZXJ0aWFyeSA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFthdHRyLnRyaWdnZXJdPVwidHJpZ2dlciA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFtjbGFzcy5pZHMtZGlhbG9nLXRyaWdnZXJdPVwidHJpZ2dlclwiXHJcbiAgW3RvZ2dsZV09XCJ0b2dnbGUgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbYWN0aXZlXT1cImFjdGl2ZSA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFtzdWJtaXRdPVwic3VibWl0ID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW3NlYXJjaF09XCJzZWFyY2ggPyAndHJ1ZScgOiBudWxsXCJcclxuICBbbG9hZGluZ109XCJsb2FkaW5nID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW2Rpc2FibGVkXT1cImRpc2FibGVkID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW2Jsb2NrXT1cImJsb2NrID8gJ3RydWUnIDogbnVsbFwiXHJcbiAgW3NibG9ja109XCJzYmxvY2sgPyAndHJ1ZScgOiBudWxsXCJcclxuICBbbWJsb2NrXT1cIm1ibG9jayA/ICd0cnVlJyA6IG51bGxcIlxyXG4gIFtzaXplXT1cInNpemVcIlxyXG4gIFt0eXBlXT1cInR5cGVcIlxyXG4gIFtjb2xvcl09XCJjb2xvclwiXHJcbiAgW2F0dHIuYXJpYS1sYWJlbF09XCJzcmxhYmVsID8gc3JsYWJlbCA6IG51bGxcIlxyXG4gIChjbGlja2VkKT1cIm9uQ2xpY2tlZC5lbWl0KCRldmVudClcIj5cclxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XHJcbjwvaWRzLWJ1dHRvbj4iXX0=
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/button/register';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export class IDButtonModule {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDButtonModule, declarations: [IDButtonComponent], imports: [CommonModule], exports: [IDButtonComponent] });
9
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDButtonModule, imports: [CommonModule] });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDButtonModule, declarations: [IDButtonComponent], imports: [CommonModule], exports: [IDButtonComponent] });
9
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDButtonModule, imports: [CommonModule] });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDButtonModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDButtonModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [