@inera/ids-angular 5.1.0 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (616) 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/link/link.component.d.ts +3 -2
  6. package/components/side-panel/index.d.ts +5 -0
  7. package/components/side-panel/public-api.d.ts +2 -0
  8. package/components/side-panel/side-panel.component.d.ts +15 -0
  9. package/components/side-panel/side-panel.module.d.ts +8 -0
  10. package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
  11. package/esm2022/common/classes/icon/IDIconBase.mjs +3 -3
  12. package/esm2022/components/agent/agent.component.mjs +3 -3
  13. package/esm2022/components/agent/agent.module.mjs +4 -4
  14. package/esm2022/components/alert/alert.component.mjs +8 -5
  15. package/esm2022/components/alert/alert.module.mjs +4 -4
  16. package/esm2022/components/alert-global/alert-global.component.mjs +8 -5
  17. package/esm2022/components/alert-global/alert-global.module.mjs +4 -4
  18. package/esm2022/components/badge/badge.component.mjs +3 -3
  19. package/esm2022/components/badge/badge.module.mjs +4 -4
  20. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  21. package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
  22. package/esm2022/components/breadcrumbs/crumb.component.mjs +3 -3
  23. package/esm2022/components/button/button.component.mjs +5 -8
  24. package/esm2022/components/button/button.module.mjs +4 -4
  25. package/esm2022/components/button-group/button-group.component.mjs +3 -3
  26. package/esm2022/components/button-group/button-group.module.mjs +4 -4
  27. package/esm2022/components/card/card.component.mjs +3 -3
  28. package/esm2022/components/card/card.module.mjs +4 -4
  29. package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +3 -3
  30. package/esm2022/components/carousel/carousel.component.mjs +3 -3
  31. package/esm2022/components/carousel/carousel.module.mjs +4 -4
  32. package/esm2022/components/date-label/date-label.component.mjs +3 -3
  33. package/esm2022/components/date-label/date-label.module.mjs +4 -4
  34. package/esm2022/components/dialog/dialog.component.mjs +5 -8
  35. package/esm2022/components/dialog/dialog.module.mjs +4 -4
  36. package/esm2022/components/dropdown/dropdown-content.component.mjs +3 -3
  37. package/esm2022/components/dropdown/dropdown.component.mjs +3 -3
  38. package/esm2022/components/expandable/expandable.component.mjs +3 -3
  39. package/esm2022/components/expandable/expandable.module.mjs +4 -4
  40. package/esm2022/components/footer/footer.component.mjs +3 -3
  41. package/esm2022/components/footer/footer.module.mjs +4 -4
  42. package/esm2022/components/footer-1177/footer-1177.component.mjs +3 -3
  43. package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +3 -3
  44. package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +3 -3
  45. package/esm2022/components/footer-inera/footer-inera.component.mjs +3 -3
  46. package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +3 -3
  47. package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
  48. package/esm2022/components/form/checkbox/checkbox.module.mjs +4 -4
  49. package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +3 -3
  50. package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
  51. package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
  52. package/esm2022/components/form/error-message/error-message.module.mjs +4 -4
  53. package/esm2022/components/form/input/input.component.mjs +3 -3
  54. package/esm2022/components/form/input/input.module.mjs +4 -4
  55. package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
  56. package/esm2022/components/form/radio/radio.component.mjs +3 -3
  57. package/esm2022/components/form/radio/radio.module.mjs +4 -4
  58. package/esm2022/components/form/range/range.component.mjs +3 -3
  59. package/esm2022/components/form/range/range.module.mjs +4 -4
  60. package/esm2022/components/form/select/select.component.mjs +3 -3
  61. package/esm2022/components/form/select/select.module.mjs +4 -4
  62. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
  63. package/esm2022/components/form/select-multiple/select-multiple.module.mjs +4 -4
  64. package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
  65. package/esm2022/components/form/spinner/spinner.module.mjs +4 -4
  66. package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
  67. package/esm2022/components/form/textarea/textarea.module.mjs +4 -4
  68. package/esm2022/components/form/time/time.component.mjs +3 -3
  69. package/esm2022/components/form/time/time.module.mjs +4 -4
  70. package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
  71. package/esm2022/components/form/toggle/toggle.module.mjs +4 -4
  72. package/esm2022/components/grid/column/column.component.mjs +3 -3
  73. package/esm2022/components/grid/column/column.module.mjs +4 -4
  74. package/esm2022/components/grid/container/container.component.mjs +3 -3
  75. package/esm2022/components/grid/container/container.module.mjs +4 -4
  76. package/esm2022/components/grid/row/row.component.mjs +3 -3
  77. package/esm2022/components/grid/row/row.module.mjs +4 -4
  78. package/esm2022/components/header/avatar/header-avatar.component.mjs +3 -3
  79. package/esm2022/components/header/header.component.mjs +3 -3
  80. package/esm2022/components/header/header.module.mjs +4 -4
  81. package/esm2022/components/header/item/header-item.component.mjs +3 -3
  82. package/esm2022/components/header/mobile-item/header-mobile-item.component.mjs +3 -3
  83. package/esm2022/components/header/mobile-menu/header-mobile-menu.component.mjs +3 -3
  84. package/esm2022/components/header/navigation/header-navigation.component.mjs +3 -3
  85. package/esm2022/components/header/navigation-item/header-navigation-item.component.mjs +3 -3
  86. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +3 -3
  87. package/esm2022/components/header-1177/header-1177.component.mjs +3 -3
  88. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
  89. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +3 -3
  90. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +3 -3
  91. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
  92. package/esm2022/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.mjs +3 -3
  93. package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +3 -3
  94. package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +3 -3
  95. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +3 -3
  96. package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
  97. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
  98. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +3 -3
  99. package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +3 -3
  100. package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +3 -3
  101. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +3 -3
  102. package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
  103. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +3 -3
  104. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +3 -3
  105. package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +3 -3
  106. package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +3 -3
  107. package/esm2022/components/header-inera/header-inera.component.mjs +3 -3
  108. package/esm2022/components/header-inera/item/header-inera-item.component.mjs +3 -3
  109. package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +3 -3
  110. package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +3 -3
  111. package/esm2022/components/header-inera/nav-mobile/header-inera-nav-mobile.component.mjs +3 -3
  112. package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +3 -3
  113. package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +3 -3
  114. package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +3 -3
  115. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav-item.component.mjs +3 -3
  116. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +3 -3
  117. package/esm2022/components/header-inera-admin/nav-mobile/avatar/header-inera-admin-avatar-mobile.component.mjs +3 -3
  118. package/esm2022/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.mjs +3 -3
  119. package/esm2022/components/icon-region/icon-region.component.mjs +3 -3
  120. package/esm2022/components/icon-region/icon-region.module.mjs +4 -4
  121. package/esm2022/components/link/link.component.mjs +9 -6
  122. package/esm2022/components/link/link.module.mjs +4 -4
  123. package/esm2022/components/list/item/info/list-item-info.component.mjs +3 -3
  124. package/esm2022/components/list/item/list-item.component.mjs +3 -3
  125. package/esm2022/components/list/list.component.mjs +3 -3
  126. package/esm2022/components/list/list.module.mjs +4 -4
  127. package/esm2022/components/mobile/menu/avatar/mobile-menu-avatar.component.mjs +3 -3
  128. package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
  129. package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +4 -4
  130. package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
  131. package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
  132. package/esm2022/components/navigation/content/navigation-content.component.mjs +3 -3
  133. package/esm2022/components/navigation/content/navigation-content.module.mjs +4 -4
  134. package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
  135. package/esm2022/components/navigation/local/navigation-local.module.mjs +4 -4
  136. package/esm2022/components/notification/badge/notification-badge.component.mjs +3 -3
  137. package/esm2022/components/notification/badge/notification-badge.module.mjs +4 -4
  138. package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
  139. package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +4 -4
  140. package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
  141. package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +4 -4
  142. package/esm2022/components/popover/popover.component.mjs +3 -3
  143. package/esm2022/components/popover/popover.module.mjs +4 -4
  144. package/esm2022/components/progressbar/progressbar.component.mjs +3 -3
  145. package/esm2022/components/progressbar/progressbar.module.mjs +4 -4
  146. package/esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs +5 -0
  147. package/esm2022/components/side-panel/public-api.mjs +3 -0
  148. package/esm2022/components/side-panel/side-panel.component.mjs +40 -0
  149. package/esm2022/components/side-panel/side-panel.module.mjs +18 -0
  150. package/esm2022/components/stepper/step/step.component.mjs +3 -3
  151. package/esm2022/components/stepper/stepper.component.mjs +3 -3
  152. package/esm2022/components/stepper/stepper.module.mjs +4 -4
  153. package/esm2022/components/tabs/panel/tab-panel.component.mjs +3 -3
  154. package/esm2022/components/tabs/tab/tab.component.mjs +3 -3
  155. package/esm2022/components/tabs/tabs.component.mjs +3 -3
  156. package/esm2022/components/tabs/tabs.module.mjs +4 -4
  157. package/esm2022/components/tag/tag.component.mjs +3 -3
  158. package/esm2022/components/tag/tag.module.mjs +4 -4
  159. package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
  160. package/esm2022/components/tooltip/tooltip.module.mjs +4 -4
  161. package/esm2022/icons/1177/icon-1177.component.mjs +3 -3
  162. package/esm2022/icons/1177/icon-1177.module.mjs +4 -4
  163. package/esm2022/icons/activity/icon-activity.component.mjs +3 -3
  164. package/esm2022/icons/activity/icon-activity.module.mjs +4 -4
  165. package/esm2022/icons/agent/icon-agent.component.mjs +3 -3
  166. package/esm2022/icons/agent/icon-agent.module.mjs +4 -4
  167. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +3 -3
  168. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +4 -4
  169. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +3 -3
  170. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +4 -4
  171. package/esm2022/icons/archive/icon-archive.component.mjs +3 -3
  172. package/esm2022/icons/archive/icon-archive.module.mjs +4 -4
  173. package/esm2022/icons/arrow/icon-arrow.component.mjs +3 -3
  174. package/esm2022/icons/arrow/icon-arrow.module.mjs +4 -4
  175. package/esm2022/icons/attention/icon-attention.component.mjs +3 -3
  176. package/esm2022/icons/attention/icon-attention.module.mjs +4 -4
  177. package/esm2022/icons/blekinge/icon-blekinge.component.mjs +3 -3
  178. package/esm2022/icons/blekinge/icon-blekinge.module.mjs +4 -4
  179. package/esm2022/icons/bookmark/icon-bookmark.component.mjs +3 -3
  180. package/esm2022/icons/bookmark/icon-bookmark.module.mjs +4 -4
  181. package/esm2022/icons/calendar/icon-calendar.component.mjs +3 -3
  182. package/esm2022/icons/calendar/icon-calendar.module.mjs +4 -4
  183. package/esm2022/icons/call/icon-call.component.mjs +3 -3
  184. package/esm2022/icons/call/icon-call.module.mjs +4 -4
  185. package/esm2022/icons/call-active/icon-call-active.component.mjs +3 -3
  186. package/esm2022/icons/call-active/icon-call-active.module.mjs +4 -4
  187. package/esm2022/icons/camera-off/icon-camera-off.component.mjs +3 -3
  188. package/esm2022/icons/camera-off/icon-camera-off.module.mjs +4 -4
  189. package/esm2022/icons/camera-on/icon-camera-on.component.mjs +3 -3
  190. package/esm2022/icons/camera-on/icon-camera-on.module.mjs +4 -4
  191. package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +3 -3
  192. package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +4 -4
  193. package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +3 -3
  194. package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +4 -4
  195. package/esm2022/icons/chart-line/icon-chart-line.component.mjs +3 -3
  196. package/esm2022/icons/chart-line/icon-chart-line.module.mjs +4 -4
  197. package/esm2022/icons/chat/icon-chat.component.mjs +3 -3
  198. package/esm2022/icons/chat/icon-chat.module.mjs +4 -4
  199. package/esm2022/icons/check/icon-check.component.mjs +3 -3
  200. package/esm2022/icons/check/icon-check.module.mjs +4 -4
  201. package/esm2022/icons/chevron/icon-chevron.component.mjs +3 -3
  202. package/esm2022/icons/chevron/icon-chevron.module.mjs +4 -4
  203. package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +3 -3
  204. package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +4 -4
  205. package/esm2022/icons/clipboard/icon-clipboard.component.mjs +3 -3
  206. package/esm2022/icons/clipboard/icon-clipboard.module.mjs +4 -4
  207. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +3 -3
  208. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +4 -4
  209. package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +3 -3
  210. package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +4 -4
  211. package/esm2022/icons/clock/icon-clock.component.mjs +3 -3
  212. package/esm2022/icons/clock/icon-clock.module.mjs +4 -4
  213. package/esm2022/icons/close/icon-close.component.mjs +3 -3
  214. package/esm2022/icons/close/icon-close.module.mjs +4 -4
  215. package/esm2022/icons/close-bold/icon-close-bold.component.mjs +3 -3
  216. package/esm2022/icons/close-bold/icon-close-bold.module.mjs +4 -4
  217. package/esm2022/icons/cog/icon-cog.component.mjs +3 -3
  218. package/esm2022/icons/cog/icon-cog.module.mjs +4 -4
  219. package/esm2022/icons/computer/icon-computer.component.mjs +3 -3
  220. package/esm2022/icons/computer/icon-computer.module.mjs +4 -4
  221. package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +3 -3
  222. package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +4 -4
  223. package/esm2022/icons/copy-file/icon-copy-file.component.mjs +3 -3
  224. package/esm2022/icons/copy-file/icon-copy-file.module.mjs +4 -4
  225. package/esm2022/icons/copy-link/icon-copy-link.component.mjs +3 -3
  226. package/esm2022/icons/copy-link/icon-copy-link.module.mjs +4 -4
  227. package/esm2022/icons/denied/icon-denied.component.mjs +3 -3
  228. package/esm2022/icons/denied/icon-denied.module.mjs +4 -4
  229. package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +3 -3
  230. package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +4 -4
  231. package/esm2022/icons/document/icon-document.component.mjs +3 -3
  232. package/esm2022/icons/document/icon-document.module.mjs +4 -4
  233. package/esm2022/icons/download/icon-download.component.mjs +3 -3
  234. package/esm2022/icons/download/icon-download.module.mjs +4 -4
  235. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +3 -3
  236. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +4 -4
  237. package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +3 -3
  238. package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +4 -4
  239. package/esm2022/icons/edit/icon-edit.component.mjs +3 -3
  240. package/esm2022/icons/edit/icon-edit.module.mjs +4 -4
  241. package/esm2022/icons/email/icon-email.component.mjs +3 -3
  242. package/esm2022/icons/email/icon-email.module.mjs +4 -4
  243. package/esm2022/icons/email-sent/icon-email-sent.component.mjs +3 -3
  244. package/esm2022/icons/email-sent/icon-email-sent.module.mjs +4 -4
  245. package/esm2022/icons/email-unread/icon-email-unread.component.mjs +3 -3
  246. package/esm2022/icons/email-unread/icon-email-unread.module.mjs +4 -4
  247. package/esm2022/icons/expand/icon-expand.component.mjs +3 -3
  248. package/esm2022/icons/expand/icon-expand.module.mjs +4 -4
  249. package/esm2022/icons/external/icon-external.component.mjs +3 -3
  250. package/esm2022/icons/external/icon-external.module.mjs +4 -4
  251. package/esm2022/icons/facebook/icon-facebook.component.mjs +3 -3
  252. package/esm2022/icons/facebook/icon-facebook.module.mjs +4 -4
  253. package/esm2022/icons/file-csv/icon-file-csv.component.mjs +3 -3
  254. package/esm2022/icons/file-csv/icon-file-csv.module.mjs +4 -4
  255. package/esm2022/icons/file-excel/icon-file-excel.component.mjs +3 -3
  256. package/esm2022/icons/file-excel/icon-file-excel.module.mjs +4 -4
  257. package/esm2022/icons/file-other/icon-file-other.component.mjs +3 -3
  258. package/esm2022/icons/file-other/icon-file-other.module.mjs +4 -4
  259. package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +3 -3
  260. package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +4 -4
  261. package/esm2022/icons/file-picture/icon-file-picture.component.mjs +3 -3
  262. package/esm2022/icons/file-picture/icon-file-picture.module.mjs +4 -4
  263. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +3 -3
  264. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +4 -4
  265. package/esm2022/icons/file-word/icon-file-word.component.mjs +3 -3
  266. package/esm2022/icons/file-word/icon-file-word.module.mjs +4 -4
  267. package/esm2022/icons/find-care/icon-find-care.component.mjs +3 -3
  268. package/esm2022/icons/find-care/icon-find-care.module.mjs +4 -4
  269. package/esm2022/icons/find-region/icon-find-region.component.mjs +3 -3
  270. package/esm2022/icons/find-region/icon-find-region.module.mjs +4 -4
  271. package/esm2022/icons/flag/icon-flag.component.mjs +3 -3
  272. package/esm2022/icons/flag/icon-flag.module.mjs +4 -4
  273. package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +3 -3
  274. package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +4 -4
  275. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +3 -3
  276. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +4 -4
  277. package/esm2022/icons/gotland/icon-gotland.component.mjs +3 -3
  278. package/esm2022/icons/gotland/icon-gotland.module.mjs +4 -4
  279. package/esm2022/icons/halland/icon-halland.component.mjs +3 -3
  280. package/esm2022/icons/halland/icon-halland.module.mjs +4 -4
  281. package/esm2022/icons/headphones/icon-headphones.component.mjs +3 -3
  282. package/esm2022/icons/headphones/icon-headphones.module.mjs +4 -4
  283. package/esm2022/icons/hourglass/icon-hourglass.component.mjs +3 -3
  284. package/esm2022/icons/hourglass/icon-hourglass.module.mjs +4 -4
  285. package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +3 -3
  286. package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +4 -4
  287. package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +3 -3
  288. package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +4 -4
  289. package/esm2022/icons/house/icon-house.component.mjs +3 -3
  290. package/esm2022/icons/house/icon-house.module.mjs +4 -4
  291. package/esm2022/icons/id-card/icon-id-card.component.mjs +3 -3
  292. package/esm2022/icons/id-card/icon-id-card.module.mjs +4 -4
  293. package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +3 -3
  294. package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +4 -4
  295. package/esm2022/icons/image/icon-image.component.mjs +3 -3
  296. package/esm2022/icons/image/icon-image.module.mjs +4 -4
  297. package/esm2022/icons/inera/icon-inera.component.mjs +3 -3
  298. package/esm2022/icons/inera/icon-inera.module.mjs +4 -4
  299. package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +3 -3
  300. package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +4 -4
  301. package/esm2022/icons/information/icon-information.component.mjs +3 -3
  302. package/esm2022/icons/information/icon-information.module.mjs +4 -4
  303. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +3 -3
  304. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +4 -4
  305. package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +3 -3
  306. package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +4 -4
  307. package/esm2022/icons/kalmar/icon-kalmar.component.mjs +3 -3
  308. package/esm2022/icons/kalmar/icon-kalmar.module.mjs +4 -4
  309. package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +3 -3
  310. package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +4 -4
  311. package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +3 -3
  312. package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +4 -4
  313. package/esm2022/icons/linkedin/icon-linkedin.component.mjs +3 -3
  314. package/esm2022/icons/linkedin/icon-linkedin.module.mjs +4 -4
  315. package/esm2022/icons/list/icon-list.component.mjs +3 -3
  316. package/esm2022/icons/list/icon-list.module.mjs +4 -4
  317. package/esm2022/icons/lock/icon-lock.component.mjs +3 -3
  318. package/esm2022/icons/lock/icon-lock.module.mjs +4 -4
  319. package/esm2022/icons/lock-open/icon-lock-open.component.mjs +3 -3
  320. package/esm2022/icons/lock-open/icon-lock-open.module.mjs +4 -4
  321. package/esm2022/icons/log/icon-log.component.mjs +3 -3
  322. package/esm2022/icons/log/icon-log.module.mjs +4 -4
  323. package/esm2022/icons/log-locked/icon-log-locked.component.mjs +3 -3
  324. package/esm2022/icons/log-locked/icon-log-locked.module.mjs +4 -4
  325. package/esm2022/icons/menu/icon-menu.component.mjs +3 -3
  326. package/esm2022/icons/menu/icon-menu.module.mjs +4 -4
  327. package/esm2022/icons/minus/icon-minus.component.mjs +3 -3
  328. package/esm2022/icons/minus/icon-minus.module.mjs +4 -4
  329. package/esm2022/icons/moment-start/icon-moment-start.component.mjs +3 -3
  330. package/esm2022/icons/moment-start/icon-moment-start.module.mjs +4 -4
  331. package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +3 -3
  332. package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +4 -4
  333. package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +3 -3
  334. package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +4 -4
  335. package/esm2022/icons/office-building/icon-office-building.component.mjs +3 -3
  336. package/esm2022/icons/office-building/icon-office-building.module.mjs +4 -4
  337. package/esm2022/icons/orebro/icon-orebro.component.mjs +3 -3
  338. package/esm2022/icons/orebro/icon-orebro.module.mjs +4 -4
  339. package/esm2022/icons/organization/icon-organization.component.mjs +3 -3
  340. package/esm2022/icons/organization/icon-organization.module.mjs +4 -4
  341. package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +3 -3
  342. package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +4 -4
  343. package/esm2022/icons/plus/icon-plus.component.mjs +3 -3
  344. package/esm2022/icons/plus/icon-plus.module.mjs +4 -4
  345. package/esm2022/icons/prescription/icon-prescription.component.mjs +3 -3
  346. package/esm2022/icons/prescription/icon-prescription.module.mjs +4 -4
  347. package/esm2022/icons/print/icon-print.component.mjs +3 -3
  348. package/esm2022/icons/print/icon-print.module.mjs +4 -4
  349. package/esm2022/icons/question/icon-question.component.mjs +3 -3
  350. package/esm2022/icons/question/icon-question.module.mjs +4 -4
  351. package/esm2022/icons/reload/icon-reload.component.mjs +3 -3
  352. package/esm2022/icons/reload/icon-reload.module.mjs +4 -4
  353. package/esm2022/icons/reply/icon-reply.component.mjs +3 -3
  354. package/esm2022/icons/reply/icon-reply.module.mjs +4 -4
  355. package/esm2022/icons/search/icon-search.component.mjs +3 -3
  356. package/esm2022/icons/search/icon-search.module.mjs +4 -4
  357. package/esm2022/icons/search-inera/icon-search-inera.component.mjs +3 -3
  358. package/esm2022/icons/search-inera/icon-search-inera.module.mjs +4 -4
  359. package/esm2022/icons/share/icon-share.component.mjs +3 -3
  360. package/esm2022/icons/share/icon-share.module.mjs +4 -4
  361. package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +3 -3
  362. package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +4 -4
  363. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +3 -3
  364. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +4 -4
  365. package/esm2022/icons/skane/icon-skane.component.mjs +3 -3
  366. package/esm2022/icons/skane/icon-skane.module.mjs +4 -4
  367. package/esm2022/icons/sormland/icon-sormland.component.mjs +3 -3
  368. package/esm2022/icons/sormland/icon-sormland.module.mjs +4 -4
  369. package/esm2022/icons/star/icon-star.component.mjs +3 -3
  370. package/esm2022/icons/star/icon-star.module.mjs +4 -4
  371. package/esm2022/icons/star-filled/icon-star-filled.component.mjs +3 -3
  372. package/esm2022/icons/star-filled/icon-star-filled.module.mjs +4 -4
  373. package/esm2022/icons/stockholm/icon-stockholm.component.mjs +3 -3
  374. package/esm2022/icons/stockholm/icon-stockholm.module.mjs +4 -4
  375. package/esm2022/icons/success/icon-success.component.mjs +3 -3
  376. package/esm2022/icons/success/icon-success.module.mjs +4 -4
  377. package/esm2022/icons/swap/icon-swap.component.mjs +3 -3
  378. package/esm2022/icons/swap/icon-swap.module.mjs +4 -4
  379. package/esm2022/icons/switch-person/icon-switch-person.component.mjs +3 -3
  380. package/esm2022/icons/switch-person/icon-switch-person.module.mjs +4 -4
  381. package/esm2022/icons/telephone/icon-telephone.component.mjs +3 -3
  382. package/esm2022/icons/telephone/icon-telephone.module.mjs +4 -4
  383. package/esm2022/icons/test-tube/icon-test-tube.component.mjs +3 -3
  384. package/esm2022/icons/test-tube/icon-test-tube.module.mjs +4 -4
  385. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +3 -3
  386. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +4 -4
  387. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +3 -3
  388. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +4 -4
  389. package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +3 -3
  390. package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +4 -4
  391. package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +3 -3
  392. package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +4 -4
  393. package/esm2022/icons/trash/icon-trash.component.mjs +3 -3
  394. package/esm2022/icons/trash/icon-trash.module.mjs +4 -4
  395. package/esm2022/icons/twitter/icon-twitter.component.mjs +3 -3
  396. package/esm2022/icons/twitter/icon-twitter.module.mjs +4 -4
  397. package/esm2022/icons/uppsala/icon-uppsala.component.mjs +3 -3
  398. package/esm2022/icons/uppsala/icon-uppsala.module.mjs +4 -4
  399. package/esm2022/icons/user/icon-user.component.mjs +3 -3
  400. package/esm2022/icons/user/icon-user.module.mjs +4 -4
  401. package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +3 -3
  402. package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +4 -4
  403. package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +3 -3
  404. package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +4 -4
  405. package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +3 -3
  406. package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +4 -4
  407. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +3 -3
  408. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +4 -4
  409. package/esm2022/icons/video-off/icon-video-off.component.mjs +3 -3
  410. package/esm2022/icons/video-off/icon-video-off.module.mjs +4 -4
  411. package/esm2022/icons/video-on/icon-video-on.component.mjs +3 -3
  412. package/esm2022/icons/video-on/icon-video-on.module.mjs +4 -4
  413. package/esm2022/icons/video-switch/icon-video-switch.component.mjs +3 -3
  414. package/esm2022/icons/video-switch/icon-video-switch.module.mjs +4 -4
  415. package/esm2022/icons/visibility/icon-visibility.component.mjs +3 -3
  416. package/esm2022/icons/visibility/icon-visibility.module.mjs +4 -4
  417. package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +3 -3
  418. package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +4 -4
  419. package/esm2022/icons/warning/icon-warning.component.mjs +3 -3
  420. package/esm2022/icons/warning/icon-warning.module.mjs +4 -4
  421. package/fesm2022/inera-ids-angular-common.mjs +6 -6
  422. package/fesm2022/inera-ids-angular-components-agent.mjs +7 -7
  423. package/fesm2022/inera-ids-angular-components-alert-global.mjs +11 -8
  424. package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
  425. package/fesm2022/inera-ids-angular-components-alert.mjs +11 -8
  426. package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
  427. package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
  428. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
  429. package/fesm2022/inera-ids-angular-components-button-group.mjs +7 -7
  430. package/fesm2022/inera-ids-angular-components-button.mjs +8 -11
  431. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  432. package/fesm2022/inera-ids-angular-components-card.mjs +7 -7
  433. package/fesm2022/inera-ids-angular-components-carousel.mjs +10 -10
  434. package/fesm2022/inera-ids-angular-components-date-label.mjs +7 -7
  435. package/fesm2022/inera-ids-angular-components-dialog.mjs +8 -11
  436. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  437. package/fesm2022/inera-ids-angular-components-dropdown.mjs +6 -6
  438. package/fesm2022/inera-ids-angular-components-expandable.mjs +7 -7
  439. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +3 -3
  440. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +3 -3
  441. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +3 -3
  442. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +3 -3
  443. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +3 -3
  444. package/fesm2022/inera-ids-angular-components-footer.mjs +7 -7
  445. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +7 -7
  446. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +7 -7
  447. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +7 -7
  448. package/fesm2022/inera-ids-angular-components-form-input.mjs +7 -7
  449. package/fesm2022/inera-ids-angular-components-form-radio.mjs +10 -10
  450. package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
  451. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
  452. package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
  453. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
  454. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
  455. package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -7
  456. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +7 -7
  457. package/fesm2022/inera-ids-angular-components-grid-column.mjs +7 -7
  458. package/fesm2022/inera-ids-angular-components-grid-container.mjs +7 -7
  459. package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
  460. package/fesm2022/inera-ids-angular-components-grid.mjs +21 -21
  461. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +18 -18
  462. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +24 -24
  463. package/fesm2022/inera-ids-angular-components-header-1177.mjs +21 -21
  464. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +21 -21
  465. package/fesm2022/inera-ids-angular-components-header-inera.mjs +15 -15
  466. package/fesm2022/inera-ids-angular-components-header.mjs +25 -25
  467. package/fesm2022/inera-ids-angular-components-icon-region.mjs +7 -7
  468. package/fesm2022/inera-ids-angular-components-link.mjs +12 -9
  469. package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
  470. package/fesm2022/inera-ids-angular-components-list.mjs +13 -13
  471. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +7 -7
  472. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +13 -13
  473. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +7 -7
  474. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
  475. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +7 -7
  476. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +7 -7
  477. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +7 -7
  478. package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
  479. package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
  480. package/fesm2022/inera-ids-angular-components-side-panel.mjs +62 -0
  481. package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -0
  482. package/fesm2022/inera-ids-angular-components-stepper.mjs +10 -10
  483. package/fesm2022/inera-ids-angular-components-tabs.mjs +13 -13
  484. package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
  485. package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
  486. package/fesm2022/inera-ids-angular-icons-1177.mjs +7 -7
  487. package/fesm2022/inera-ids-angular-icons-activity.mjs +7 -7
  488. package/fesm2022/inera-ids-angular-icons-agent.mjs +7 -7
  489. package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +7 -7
  490. package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +7 -7
  491. package/fesm2022/inera-ids-angular-icons-archive.mjs +7 -7
  492. package/fesm2022/inera-ids-angular-icons-arrow.mjs +7 -7
  493. package/fesm2022/inera-ids-angular-icons-attention.mjs +7 -7
  494. package/fesm2022/inera-ids-angular-icons-blekinge.mjs +7 -7
  495. package/fesm2022/inera-ids-angular-icons-bookmark.mjs +7 -7
  496. package/fesm2022/inera-ids-angular-icons-calendar.mjs +7 -7
  497. package/fesm2022/inera-ids-angular-icons-call-active.mjs +7 -7
  498. package/fesm2022/inera-ids-angular-icons-call.mjs +7 -7
  499. package/fesm2022/inera-ids-angular-icons-camera-off.mjs +7 -7
  500. package/fesm2022/inera-ids-angular-icons-camera-on.mjs +7 -7
  501. package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +7 -7
  502. package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +7 -7
  503. package/fesm2022/inera-ids-angular-icons-chart-line.mjs +7 -7
  504. package/fesm2022/inera-ids-angular-icons-chat.mjs +7 -7
  505. package/fesm2022/inera-ids-angular-icons-check.mjs +7 -7
  506. package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +7 -7
  507. package/fesm2022/inera-ids-angular-icons-chevron.mjs +7 -7
  508. package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +7 -7
  509. package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +7 -7
  510. package/fesm2022/inera-ids-angular-icons-clipboard.mjs +7 -7
  511. package/fesm2022/inera-ids-angular-icons-clock.mjs +7 -7
  512. package/fesm2022/inera-ids-angular-icons-close-bold.mjs +7 -7
  513. package/fesm2022/inera-ids-angular-icons-close.mjs +7 -7
  514. package/fesm2022/inera-ids-angular-icons-cog.mjs +7 -7
  515. package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +7 -7
  516. package/fesm2022/inera-ids-angular-icons-computer.mjs +7 -7
  517. package/fesm2022/inera-ids-angular-icons-copy-file.mjs +7 -7
  518. package/fesm2022/inera-ids-angular-icons-copy-link.mjs +7 -7
  519. package/fesm2022/inera-ids-angular-icons-denied.mjs +7 -7
  520. package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +7 -7
  521. package/fesm2022/inera-ids-angular-icons-document.mjs +7 -7
  522. package/fesm2022/inera-ids-angular-icons-download.mjs +7 -7
  523. package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +7 -7
  524. package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +7 -7
  525. package/fesm2022/inera-ids-angular-icons-edit.mjs +7 -7
  526. package/fesm2022/inera-ids-angular-icons-email-sent.mjs +7 -7
  527. package/fesm2022/inera-ids-angular-icons-email-unread.mjs +7 -7
  528. package/fesm2022/inera-ids-angular-icons-email.mjs +7 -7
  529. package/fesm2022/inera-ids-angular-icons-expand.mjs +7 -7
  530. package/fesm2022/inera-ids-angular-icons-external.mjs +7 -7
  531. package/fesm2022/inera-ids-angular-icons-facebook.mjs +7 -7
  532. package/fesm2022/inera-ids-angular-icons-file-csv.mjs +7 -7
  533. package/fesm2022/inera-ids-angular-icons-file-excel.mjs +7 -7
  534. package/fesm2022/inera-ids-angular-icons-file-other.mjs +7 -7
  535. package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +7 -7
  536. package/fesm2022/inera-ids-angular-icons-file-picture.mjs +7 -7
  537. package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +7 -7
  538. package/fesm2022/inera-ids-angular-icons-file-word.mjs +7 -7
  539. package/fesm2022/inera-ids-angular-icons-find-care.mjs +7 -7
  540. package/fesm2022/inera-ids-angular-icons-find-region.mjs +7 -7
  541. package/fesm2022/inera-ids-angular-icons-flag.mjs +7 -7
  542. package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +7 -7
  543. package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +7 -7
  544. package/fesm2022/inera-ids-angular-icons-gotland.mjs +7 -7
  545. package/fesm2022/inera-ids-angular-icons-halland.mjs +7 -7
  546. package/fesm2022/inera-ids-angular-icons-headphones.mjs +7 -7
  547. package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +7 -7
  548. package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +7 -7
  549. package/fesm2022/inera-ids-angular-icons-hourglass.mjs +7 -7
  550. package/fesm2022/inera-ids-angular-icons-house.mjs +7 -7
  551. package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +7 -7
  552. package/fesm2022/inera-ids-angular-icons-id-card.mjs +7 -7
  553. package/fesm2022/inera-ids-angular-icons-image.mjs +7 -7
  554. package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +7 -7
  555. package/fesm2022/inera-ids-angular-icons-inera.mjs +7 -7
  556. package/fesm2022/inera-ids-angular-icons-information.mjs +7 -7
  557. package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +7 -7
  558. package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +7 -7
  559. package/fesm2022/inera-ids-angular-icons-kalmar.mjs +7 -7
  560. package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +7 -7
  561. package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +7 -7
  562. package/fesm2022/inera-ids-angular-icons-linkedin.mjs +7 -7
  563. package/fesm2022/inera-ids-angular-icons-list.mjs +7 -7
  564. package/fesm2022/inera-ids-angular-icons-lock-open.mjs +7 -7
  565. package/fesm2022/inera-ids-angular-icons-lock.mjs +7 -7
  566. package/fesm2022/inera-ids-angular-icons-log-locked.mjs +7 -7
  567. package/fesm2022/inera-ids-angular-icons-log.mjs +7 -7
  568. package/fesm2022/inera-ids-angular-icons-menu.mjs +7 -7
  569. package/fesm2022/inera-ids-angular-icons-minus.mjs +7 -7
  570. package/fesm2022/inera-ids-angular-icons-moment-start.mjs +7 -7
  571. package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +7 -7
  572. package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +7 -7
  573. package/fesm2022/inera-ids-angular-icons-office-building.mjs +7 -7
  574. package/fesm2022/inera-ids-angular-icons-orebro.mjs +7 -7
  575. package/fesm2022/inera-ids-angular-icons-organization.mjs +7 -7
  576. package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +7 -7
  577. package/fesm2022/inera-ids-angular-icons-plus.mjs +7 -7
  578. package/fesm2022/inera-ids-angular-icons-prescription.mjs +7 -7
  579. package/fesm2022/inera-ids-angular-icons-print.mjs +7 -7
  580. package/fesm2022/inera-ids-angular-icons-question.mjs +7 -7
  581. package/fesm2022/inera-ids-angular-icons-reload.mjs +7 -7
  582. package/fesm2022/inera-ids-angular-icons-reply.mjs +7 -7
  583. package/fesm2022/inera-ids-angular-icons-search-inera.mjs +7 -7
  584. package/fesm2022/inera-ids-angular-icons-search.mjs +7 -7
  585. package/fesm2022/inera-ids-angular-icons-share.mjs +7 -7
  586. package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +7 -7
  587. package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +7 -7
  588. package/fesm2022/inera-ids-angular-icons-skane.mjs +7 -7
  589. package/fesm2022/inera-ids-angular-icons-sormland.mjs +7 -7
  590. package/fesm2022/inera-ids-angular-icons-star-filled.mjs +7 -7
  591. package/fesm2022/inera-ids-angular-icons-star.mjs +7 -7
  592. package/fesm2022/inera-ids-angular-icons-stockholm.mjs +7 -7
  593. package/fesm2022/inera-ids-angular-icons-success.mjs +7 -7
  594. package/fesm2022/inera-ids-angular-icons-swap.mjs +7 -7
  595. package/fesm2022/inera-ids-angular-icons-switch-person.mjs +7 -7
  596. package/fesm2022/inera-ids-angular-icons-telephone.mjs +7 -7
  597. package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +7 -7
  598. package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +7 -7
  599. package/fesm2022/inera-ids-angular-icons-test-tube.mjs +7 -7
  600. package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +7 -7
  601. package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +7 -7
  602. package/fesm2022/inera-ids-angular-icons-trash.mjs +7 -7
  603. package/fesm2022/inera-ids-angular-icons-twitter.mjs +7 -7
  604. package/fesm2022/inera-ids-angular-icons-uppsala.mjs +7 -7
  605. package/fesm2022/inera-ids-angular-icons-user.mjs +7 -7
  606. package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +7 -7
  607. package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +7 -7
  608. package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +7 -7
  609. package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +7 -7
  610. package/fesm2022/inera-ids-angular-icons-video-off.mjs +7 -7
  611. package/fesm2022/inera-ids-angular-icons-video-on.mjs +7 -7
  612. package/fesm2022/inera-ids-angular-icons-video-switch.mjs +7 -7
  613. package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +7 -7
  614. package/fesm2022/inera-ids-angular-icons-visibility.mjs +7 -7
  615. package/fesm2022/inera-ids-angular-icons-warning.mjs +7 -7
  616. package/package.json +255 -249
@@ -9,10 +9,10 @@ class IDMobileMenuItemComponent {
9
9
  secondary;
10
10
  active;
11
11
  onDidToggleExpansion = new EventEmitter();
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDMobileMenuItemComponent, selector: "id-mobile-menu-item", inputs: { headline: "headline", expanded: "expanded", secondary: "secondary", active: "active" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDMobileMenuItemComponent, selector: "id-mobile-menu-item", inputs: { headline: "headline", expanded: "expanded", secondary: "secondary", active: "active" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuItemComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuItemComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: "id-mobile-menu-item", template: "<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] }]
18
18
  }], propDecorators: { headline: [{
@@ -28,11 +28,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
28
28
  }] } });
29
29
 
30
30
  class IDMobileMenuItemModule {
31
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuItemModule, declarations: [IDMobileMenuItemComponent], imports: [CommonModule], exports: [IDMobileMenuItemComponent] });
33
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuItemModule, imports: [CommonModule] });
31
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuItemModule, declarations: [IDMobileMenuItemComponent], imports: [CommonModule], exports: [IDMobileMenuItemComponent] });
33
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuItemModule, imports: [CommonModule] });
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuItemModule, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuItemModule, decorators: [{
36
36
  type: NgModule,
37
37
  args: [{
38
38
  declarations: [IDMobileMenuItemComponent],
@@ -8,10 +8,10 @@ class IDMobileMenuComponent {
8
8
  }
9
9
  type = undefined;
10
10
  variation = '1';
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDMobileMenuComponent, selector: "id-mobile-menu", inputs: { type: "type", variation: "variation" }, ngImport: i0, template: "<ids-mobile-menu \r\n [type]=\"type\"\r\n [variation]=\"variation\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu>" });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDMobileMenuComponent, selector: "id-mobile-menu", inputs: { type: "type", variation: "variation" }, ngImport: i0, template: "<ids-mobile-menu \r\n [type]=\"type\"\r\n [variation]=\"variation\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu>" });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'id-mobile-menu', template: "<ids-mobile-menu \r\n [type]=\"type\"\r\n [variation]=\"variation\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu>" }]
17
17
  }], ctorParameters: () => [], propDecorators: { type: [{
@@ -26,10 +26,10 @@ class IDMobileMenuItemComponent {
26
26
  secondary;
27
27
  active;
28
28
  onDidToggleExpansion = new EventEmitter();
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDMobileMenuItemComponent, selector: "id-mobile-menu-item", inputs: { headline: "headline", expanded: "expanded", secondary: "secondary", active: "active" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] });
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDMobileMenuItemComponent, selector: "id-mobile-menu-item", inputs: { headline: "headline", expanded: "expanded", secondary: "secondary", active: "active" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuItemComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuItemComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{ selector: "id-mobile-menu-item", template: "<ids-mobile-menu-item \r\n [headline]=\"headline\"\r\n [expanded]=\"expanded\"\r\n [secondary]=\"secondary\"\r\n [active]=\"active\"\r\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-item>", styles: [":host{display:contents}\n"] }]
35
35
  }], propDecorators: { headline: [{
@@ -49,10 +49,10 @@ class IDMobileMenuAvatarComponent {
49
49
  username = '';
50
50
  maxwidth = '';
51
51
  unit = '';
52
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
53
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDMobileMenuAvatarComponent, selector: "id-mobile-menu-avatar", inputs: { type: "type", username: "username", maxwidth: "maxwidth", unit: "unit" }, ngImport: i0, template: "<ids-mobile-menu-avatar \r\n [attr.type]=\"type\"\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-avatar>", styles: [":host{display:contents}\n"] });
52
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
53
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDMobileMenuAvatarComponent, selector: "id-mobile-menu-avatar", inputs: { type: "type", username: "username", maxwidth: "maxwidth", unit: "unit" }, ngImport: i0, template: "<ids-mobile-menu-avatar \r\n [attr.type]=\"type\"\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-avatar>", styles: [":host{display:contents}\n"] });
54
54
  }
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuAvatarComponent, decorators: [{
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuAvatarComponent, decorators: [{
56
56
  type: Component,
57
57
  args: [{ selector: 'id-mobile-menu-avatar', template: "<ids-mobile-menu-avatar \r\n [attr.type]=\"type\"\r\n [username]=\"username\"\r\n [maxwidth]=\"maxwidth\"\r\n [unit]=\"unit\">\r\n <ng-content></ng-content>\r\n</ids-mobile-menu-avatar>", styles: [":host{display:contents}\n"] }]
58
58
  }], propDecorators: { type: [{
@@ -66,15 +66,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
66
66
  }] } });
67
67
 
68
68
  class IDMobileMenuModule {
69
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
70
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuModule, declarations: [IDMobileMenuComponent,
69
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
70
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuModule, declarations: [IDMobileMenuComponent,
71
71
  IDMobileMenuItemComponent,
72
72
  IDMobileMenuAvatarComponent], imports: [CommonModule], exports: [IDMobileMenuComponent,
73
73
  IDMobileMenuItemComponent,
74
74
  IDMobileMenuAvatarComponent] });
75
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuModule, imports: [CommonModule] });
75
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuModule, imports: [CommonModule] });
76
76
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDMobileMenuModule, decorators: [{
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDMobileMenuModule, decorators: [{
78
78
  type: NgModule,
79
79
  args: [{
80
80
  declarations: [
@@ -5,10 +5,10 @@ import '@inera/ids-core/components/navigation/content/register';
5
5
  class IDNavigationContentComponent {
6
6
  constructor() { }
7
7
  headline = '';
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDNavigationContentComponent, selector: "id-navigation-content", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-content\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-content>" });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDNavigationContentComponent, selector: "id-navigation-content", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-content\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-content>" });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationContentComponent, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationContentComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'id-navigation-content', template: "<ids-navigation-content\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-content>" }]
14
14
  }], ctorParameters: () => [], propDecorators: { headline: [{
@@ -16,11 +16,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
16
16
  }] } });
17
17
 
18
18
  class IDNavigationContentModule {
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationContentModule, declarations: [IDNavigationContentComponent], exports: [IDNavigationContentComponent] });
21
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationContentModule });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationContentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationContentModule, declarations: [IDNavigationContentComponent], exports: [IDNavigationContentComponent] });
21
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationContentModule });
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationContentModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationContentModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [
@@ -5,10 +5,10 @@ import '@inera/ids-core/components/navigation/local/register';
5
5
  class IDNavigationLocalComponent {
6
6
  constructor() { }
7
7
  headline = '';
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationLocalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDNavigationLocalComponent, selector: "id-navigation-local", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-local\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-local>" });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationLocalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDNavigationLocalComponent, selector: "id-navigation-local", inputs: { headline: "headline" }, ngImport: i0, template: "<ids-navigation-local\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-local>" });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationLocalComponent, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationLocalComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'id-navigation-local', template: "<ids-navigation-local\r\n [headline]=\"headline\">\r\n <ng-content></ng-content>\r\n</ids-navigation-local>" }]
14
14
  }], ctorParameters: () => [], propDecorators: { headline: [{
@@ -16,11 +16,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
16
16
  }] } });
17
17
 
18
18
  class IDNavigationLocalModule {
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationLocalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationLocalModule, declarations: [IDNavigationLocalComponent], exports: [IDNavigationLocalComponent] });
21
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationLocalModule });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationLocalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationLocalModule, declarations: [IDNavigationLocalComponent], exports: [IDNavigationLocalComponent] });
21
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationLocalModule });
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNavigationLocalModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNavigationLocalModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [IDNavigationLocalComponent],
@@ -5,10 +5,10 @@ import '@inera/ids-core/components/notification/badge/register';
5
5
  class IDNotificationBadgeComponent {
6
6
  constructor() { }
7
7
  outlined = false;
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNotificationBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { outlined: "outlined" }, ngImport: i0, template: "<ids-notification-badge\r\n [attr.outlined]=\"outlined ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-notification-badge>", encapsulation: i0.ViewEncapsulation.None });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNotificationBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDNotificationBadgeComponent, selector: "id-notification-badge", inputs: { outlined: "outlined" }, ngImport: i0, template: "<ids-notification-badge\r\n [attr.outlined]=\"outlined ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-notification-badge>", encapsulation: i0.ViewEncapsulation.None });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNotificationBadgeComponent, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNotificationBadgeComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'id-notification-badge', encapsulation: ViewEncapsulation.None, template: "<ids-notification-badge\r\n [attr.outlined]=\"outlined ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-notification-badge>" }]
14
14
  }], ctorParameters: () => [], propDecorators: { outlined: [{
@@ -16,11 +16,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
16
16
  }] } });
17
17
 
18
18
  class IDNotificationBadgeModule {
19
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNotificationBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDNotificationBadgeModule, declarations: [IDNotificationBadgeComponent], exports: [IDNotificationBadgeComponent] });
21
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNotificationBadgeModule });
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNotificationBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDNotificationBadgeModule, declarations: [IDNotificationBadgeComponent], exports: [IDNotificationBadgeComponent] });
21
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNotificationBadgeModule });
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDNotificationBadgeModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDNotificationBadgeModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  declarations: [
@@ -9,10 +9,10 @@ class IDDataPaginationComponent {
9
9
  of = "av";
10
10
  total;
11
11
  light;
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDDataPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDDataPaginationComponent, selector: "id-data-pagination", inputs: { from: "from", to: "to", of: "of", total: "total", light: "light" }, ngImport: i0, template: "<ids-data-pagination [from]=\"from\" [to]=\"to\" [of]=\"of\" [total]=\"total\" [light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-data-pagination>\r\n" });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDDataPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDDataPaginationComponent, selector: "id-data-pagination", inputs: { from: "from", to: "to", of: "of", total: "total", light: "light" }, ngImport: i0, template: "<ids-data-pagination [from]=\"from\" [to]=\"to\" [of]=\"of\" [total]=\"total\" [light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-data-pagination>\r\n" });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDDataPaginationComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDDataPaginationComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'id-data-pagination', template: "<ids-data-pagination [from]=\"from\" [to]=\"to\" [of]=\"of\" [total]=\"total\" [light]=\"light ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-data-pagination>\r\n" }]
18
18
  }], ctorParameters: () => [], propDecorators: { from: [{
@@ -28,11 +28,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
28
28
  }] } });
29
29
 
30
30
  class IDDataPaginationModule {
31
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDDataPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDDataPaginationModule, declarations: [IDDataPaginationComponent], exports: [IDDataPaginationComponent] });
33
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDDataPaginationModule });
31
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDDataPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDDataPaginationModule, declarations: [IDDataPaginationComponent], exports: [IDDataPaginationComponent] });
33
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDDataPaginationModule });
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDDataPaginationModule, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDDataPaginationModule, decorators: [{
36
36
  type: NgModule,
37
37
  args: [{
38
38
  declarations: [IDDataPaginationComponent],
@@ -26,10 +26,10 @@ class IDListPaginationComponent {
26
26
  nextPage(event) {
27
27
  this.onNextpage.emit(event);
28
28
  }
29
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDListPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDListPaginationComponent, selector: "id-list-pagination", inputs: { from: "from", to: "to", of: "of", total: "total", current: "current", pages: "pages", srcurrentpage: "srcurrentpage", srgotopage: "srgotopage", srprevious: "srprevious", srnext: "srnext" }, outputs: { onChangepage: "onChangepage", onPrevpage: "onPrevpage", onNextpage: "onNextpage" }, ngImport: i0, template: "<ids-list-pagination\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" });
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDListPaginationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDListPaginationComponent, selector: "id-list-pagination", inputs: { from: "from", to: "to", of: "of", total: "total", current: "current", pages: "pages", srcurrentpage: "srcurrentpage", srgotopage: "srgotopage", srprevious: "srprevious", srnext: "srnext" }, outputs: { onChangepage: "onChangepage", onPrevpage: "onPrevpage", onNextpage: "onNextpage" }, ngImport: i0, template: "<ids-list-pagination\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" });
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDListPaginationComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDListPaginationComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{ selector: "id-list-pagination", template: "<ids-list-pagination\r\n [from]=\"from\"\r\n [to]=\"to\"\r\n [of]=\"of\"\r\n [total]=\"total\"\r\n [current]=\"current\"\r\n [pages]=\"pages\"\r\n [srcurrentpage]=\"srcurrentpage\"\r\n [srgotopage]=\"srgotopage\"\r\n [srprevious]=\"srprevious\"\r\n [srnext]=\"srnext\"\r\n (changepage)=\"changePage($event)\"\r\n (prevpage)=\"prevPage($event)\"\r\n (nextpage)=\"nextPage($event)\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-list-pagination>\r\n" }]
35
35
  }], ctorParameters: () => [], propDecorators: { from: [{
@@ -61,11 +61,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
61
61
  }] } });
62
62
 
63
63
  class IDListPaginationModule {
64
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDListPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
65
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDListPaginationModule, declarations: [IDListPaginationComponent], exports: [IDListPaginationComponent] });
66
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDListPaginationModule });
64
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDListPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
65
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDListPaginationModule, declarations: [IDListPaginationComponent], exports: [IDListPaginationComponent] });
66
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDListPaginationModule });
67
67
  }
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDListPaginationModule, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDListPaginationModule, decorators: [{
69
69
  type: NgModule,
70
70
  args: [{
71
71
  declarations: [IDListPaginationComponent],
@@ -11,10 +11,10 @@ class IDPopoverComponent {
11
11
  maxheight = 260;
12
12
  category = undefined;
13
13
  position = 'bottom';
14
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDPopoverComponent, selector: "id-popover", inputs: { autofocus: "autofocus", show: "show", srclosetext: "srclosetext", maxwidth: "maxwidth", maxheight: "maxheight", category: "category", position: "position" }, ngImport: i0, template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content\r\n [attr.autofocus]=\"autofocus ? 'true' : null\"\r\n [attr.srclosetext]=\"srclosetext\"\r\n [attr.maxwidth]=\"maxwidth\"\r\n [attr.maxheight]=\"maxheight\"\r\n [attr.show]=\"show ? 'true' : null\"\r\n >\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>\r\n" });
14
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDPopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDPopoverComponent, selector: "id-popover", inputs: { autofocus: "autofocus", show: "show", srclosetext: "srclosetext", maxwidth: "maxwidth", maxheight: "maxheight", category: "category", position: "position" }, ngImport: i0, template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content\r\n [attr.autofocus]=\"autofocus ? 'true' : null\"\r\n [attr.srclosetext]=\"srclosetext\"\r\n [attr.maxwidth]=\"maxwidth\"\r\n [attr.maxheight]=\"maxheight\"\r\n [attr.show]=\"show ? 'true' : null\"\r\n >\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>\r\n" });
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDPopoverComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDPopoverComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ selector: 'id-popover', template: "<ids-popover [attr.category]=\"category\" [attr.position]=\"position\">\r\n <ng-content></ng-content>\r\n <ids-popover-content\r\n [attr.autofocus]=\"autofocus ? 'true' : null\"\r\n [attr.srclosetext]=\"srclosetext\"\r\n [attr.maxwidth]=\"maxwidth\"\r\n [attr.maxheight]=\"maxheight\"\r\n [attr.show]=\"show ? 'true' : null\"\r\n >\r\n <ng-content select=\"[popover-content]\"></ng-content>\r\n </ids-popover-content>\r\n</ids-popover>\r\n" }]
20
20
  }], ctorParameters: () => [], propDecorators: { autofocus: [{
@@ -34,11 +34,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
34
34
  }] } });
35
35
 
36
36
  class IDPopoverModule {
37
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
38
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDPopoverModule, declarations: [IDPopoverComponent], exports: [IDPopoverComponent] });
39
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDPopoverModule });
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDPopoverModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
38
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDPopoverModule, declarations: [IDPopoverComponent], exports: [IDPopoverComponent] });
39
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDPopoverModule });
40
40
  }
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDPopoverModule, decorators: [{
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDPopoverModule, decorators: [{
42
42
  type: NgModule,
43
43
  args: [{
44
44
  declarations: [
@@ -7,10 +7,10 @@ class IDProgressbarComponent {
7
7
  value = 0;
8
8
  hidelabel = false;
9
9
  srlabel = "";
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDProgressbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDProgressbarComponent, selector: "id-progressbar", inputs: { value: "value", hidelabel: "hidelabel", srlabel: "srlabel" }, ngImport: i0, template: "<ids-progressbar \r\n [value]=\"value\"\r\n [hidelabel]=\"hidelabel\"\r\n [srlabel]=\"srlabel\">\r\n</ids-progressbar>" });
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDProgressbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDProgressbarComponent, selector: "id-progressbar", inputs: { value: "value", hidelabel: "hidelabel", srlabel: "srlabel" }, ngImport: i0, template: "<ids-progressbar \r\n [value]=\"value\"\r\n [hidelabel]=\"hidelabel\"\r\n [srlabel]=\"srlabel\">\r\n</ids-progressbar>" });
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDProgressbarComponent, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDProgressbarComponent, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: "id-progressbar", template: "<ids-progressbar \r\n [value]=\"value\"\r\n [hidelabel]=\"hidelabel\"\r\n [srlabel]=\"srlabel\">\r\n</ids-progressbar>" }]
16
16
  }], ctorParameters: () => [], propDecorators: { value: [{
@@ -22,11 +22,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
22
22
  }] } });
23
23
 
24
24
  class IDProgressbarModule {
25
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDProgressbarModule, declarations: [IDProgressbarComponent], exports: [IDProgressbarComponent] });
27
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDProgressbarModule });
25
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDProgressbarModule, declarations: [IDProgressbarComponent], exports: [IDProgressbarComponent] });
27
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDProgressbarModule });
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDProgressbarModule, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDProgressbarModule, decorators: [{
30
30
  type: NgModule,
31
31
  args: [{
32
32
  declarations: [
@@ -0,0 +1,62 @@
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, Component, Input, Output, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
3
+ import '@inera/ids-core/components/side-panel/register';
4
+
5
+ class IDSidePanelComponent {
6
+ constructor() { }
7
+ show = "false";
8
+ left = false;
9
+ elevated = false;
10
+ onClosed = new EventEmitter();
11
+ onOpened = new EventEmitter();
12
+ showChange = new EventEmitter();
13
+ hasClosed(event) {
14
+ this.show = "false";
15
+ this.onClosed.emit(event);
16
+ this.showChange.emit(false);
17
+ }
18
+ hasOpened(event) {
19
+ this.show = "true";
20
+ this.onOpened.emit(event);
21
+ this.showChange.emit(true);
22
+ }
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDSidePanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDSidePanelComponent, selector: "id-side-panel", inputs: { show: "show", left: "left", elevated: "elevated" }, outputs: { onClosed: "onClosed", onOpened: "onOpened", showChange: "showChange" }, ngImport: i0, template: "<ids-side-panel\r\n [show]=\"show\"\r\n [left]=\"left ? true : null\"\r\n [elevated]=\"elevated ? true : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (opened)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-side-panel>\r\n" });
25
+ }
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDSidePanelComponent, decorators: [{
27
+ type: Component,
28
+ args: [{ selector: "id-side-panel", template: "<ids-side-panel\r\n [show]=\"show\"\r\n [left]=\"left ? true : null\"\r\n [elevated]=\"elevated ? true : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (opened)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-side-panel>\r\n" }]
29
+ }], ctorParameters: () => [], propDecorators: { show: [{
30
+ type: Input
31
+ }], left: [{
32
+ type: Input
33
+ }], elevated: [{
34
+ type: Input
35
+ }], onClosed: [{
36
+ type: Output
37
+ }], onOpened: [{
38
+ type: Output
39
+ }], showChange: [{
40
+ type: Output
41
+ }] } });
42
+
43
+ class IDSidePanelModule {
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDSidePanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDSidePanelModule, declarations: [IDSidePanelComponent], exports: [IDSidePanelComponent] });
46
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDSidePanelModule });
47
+ }
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDSidePanelModule, decorators: [{
49
+ type: NgModule,
50
+ args: [{
51
+ declarations: [IDSidePanelComponent],
52
+ exports: [IDSidePanelComponent],
53
+ schemas: [CUSTOM_ELEMENTS_SCHEMA]
54
+ }]
55
+ }] });
56
+
57
+ /**
58
+ * Generated bundle index. Do not edit.
59
+ */
60
+
61
+ export { IDSidePanelComponent, IDSidePanelModule };
62
+ //# sourceMappingURL=inera-ids-angular-components-side-panel.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inera-ids-angular-components-side-panel.mjs","sources":["../../../projects/ids-angular/components/side-panel/side-panel.component.ts","../../../projects/ids-angular/components/side-panel/side-panel.component.html","../../../projects/ids-angular/components/side-panel/side-panel.module.ts","../../../projects/ids-angular/components/side-panel/inera-ids-angular-components-side-panel.ts"],"sourcesContent":["import { Component, EventEmitter, Input, Output } from \"@angular/core\";\r\n\r\n@Component({\r\n selector: \"id-side-panel\",\r\n templateUrl: \"./side-panel.component.html\"\r\n})\r\nexport class IDSidePanelComponent {\r\n constructor() {}\r\n\r\n @Input()\r\n show: string = \"false\";\r\n\r\n @Input()\r\n left: boolean = false;\r\n\r\n @Input()\r\n elevated: boolean = false;\r\n\r\n @Output()\r\n onClosed: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n onOpened: EventEmitter<Event> = new EventEmitter();\r\n\r\n @Output()\r\n showChange: EventEmitter<boolean> = new EventEmitter<boolean>();\r\n\r\n hasClosed(event: Event) {\r\n this.show = \"false\";\r\n this.onClosed.emit(event);\r\n this.showChange.emit(false);\r\n }\r\n hasOpened(event: Event) {\r\n this.show = \"true\";\r\n this.onOpened.emit(event);\r\n this.showChange.emit(true);\r\n }\r\n}\r\n","<ids-side-panel\r\n [show]=\"show\"\r\n [left]=\"left ? true : null\"\r\n [elevated]=\"elevated ? true : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (opened)=\"hasOpened($event)\">\r\n <ng-content></ng-content>\r\n</ids-side-panel>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\r\nimport { IDSidePanelComponent } from \"./side-panel.component\";\r\nimport \"@inera/ids-core/components/side-panel/register\";\r\n\r\n@NgModule({\r\n declarations: [IDSidePanelComponent],\r\n exports: [IDSidePanelComponent],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDSidePanelModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAMa,oBAAoB,CAAA;AAC/B,IAAA,WAAA,GAAA,GAAgB;IAGhB,IAAI,GAAW,OAAO,CAAC;IAGvB,IAAI,GAAY,KAAK,CAAC;IAGtB,QAAQ,GAAY,KAAK,CAAC;AAG1B,IAAA,QAAQ,GAAwB,IAAI,YAAY,EAAE,CAAC;AAGnD,IAAA,QAAQ,GAAwB,IAAI,YAAY,EAAE,CAAC;AAGnD,IAAA,UAAU,GAA0B,IAAI,YAAY,EAAW,CAAC;AAEhE,IAAA,SAAS,CAAC,KAAY,EAAA;AACpB,QAAA,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC;AACpB,QAAA,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AAC1B,QAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC7B;AACD,IAAA,SAAS,CAAC,KAAY,EAAA;AACpB,QAAA,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC;AACnB,QAAA,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AAC1B,QAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;KAC5B;wGA9BU,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,oBAAoB,sMCNjC,qPAQA,EAAA,CAAA,CAAA;;4FDFa,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAJhC,SAAS;+BACE,eAAe,EAAA,QAAA,EAAA,qPAAA,EAAA,CAAA;wDAOzB,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAIN,QAAQ,EAAA,CAAA;sBADP,MAAM;gBAIP,QAAQ,EAAA,CAAA;sBADP,MAAM;gBAIP,UAAU,EAAA,CAAA;sBADT,MAAM;;;MEfI,iBAAiB,CAAA;wGAAjB,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAjB,iBAAiB,EAAA,YAAA,EAAA,CAJb,oBAAoB,CAAA,EAAA,OAAA,EAAA,CACzB,oBAAoB,CAAA,EAAA,CAAA,CAAA;yGAGnB,iBAAiB,EAAA,CAAA,CAAA;;4FAAjB,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAL7B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,oBAAoB,CAAC;oBACpC,OAAO,EAAE,CAAC,oBAAoB,CAAC;oBAC/B,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
@@ -23,10 +23,10 @@ class IDStepComponent {
23
23
  this.onExpanded.emit(event);
24
24
  this.expandedChange.emit(this.expanded);
25
25
  }
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDStepComponent, selector: "id-step", inputs: { state: "state", headline: "headline", srindicatortext: "srindicatortext", label: "label", expanded: "expanded", disabled: "disabled" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-step\r\n [attr.state]=\"state\"\r\n [attr.headline]=\"headline\"\r\n [attr.label]=\"label\"\r\n [attr.srindicatortext]=\"srindicatortext\"\r\n [attr.expanded]=\"expanded ? true : null\"\r\n [attr.disabled]=\"disabled ? true : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n</ids-step>" });
26
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDStepComponent, selector: "id-step", inputs: { state: "state", headline: "headline", srindicatortext: "srindicatortext", label: "label", expanded: "expanded", disabled: "disabled" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-step\r\n [attr.state]=\"state\"\r\n [attr.headline]=\"headline\"\r\n [attr.label]=\"label\"\r\n [attr.srindicatortext]=\"srindicatortext\"\r\n [attr.expanded]=\"expanded ? true : null\"\r\n [attr.disabled]=\"disabled ? true : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n</ids-step>" });
28
28
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDStepComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDStepComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'id-step', template: "<ids-step\r\n [attr.state]=\"state\"\r\n [attr.headline]=\"headline\"\r\n [attr.label]=\"label\"\r\n [attr.srindicatortext]=\"srindicatortext\"\r\n [attr.expanded]=\"expanded ? true : null\"\r\n [attr.disabled]=\"disabled ? true : null\"\r\n (closed)=\"hasClosed($event)\"\r\n (expanded)=\"hasExpanded($event)\">\r\n <ng-content></ng-content>\r\n</ids-step>" }]
32
32
  }], ctorParameters: () => [], propDecorators: { state: [{
@@ -54,10 +54,10 @@ class IDStepperComponent {
54
54
  emitToggleExpansion(event) {
55
55
  this.onDidToggleExpansion.emit(event);
56
56
  }
57
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
58
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDStepperComponent, selector: "id-stepper", outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-stepper (didToggleExpansion)=\"emitToggleExpansion($event)\">\r\n <ng-content></ng-content>\r\n</ids-stepper>" });
57
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
58
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDStepperComponent, selector: "id-stepper", outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-stepper (didToggleExpansion)=\"emitToggleExpansion($event)\">\r\n <ng-content></ng-content>\r\n</ids-stepper>" });
59
59
  }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDStepperComponent, decorators: [{
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDStepperComponent, decorators: [{
61
61
  type: Component,
62
62
  args: [{ selector: "id-stepper", template: "<ids-stepper (didToggleExpansion)=\"emitToggleExpansion($event)\">\r\n <ng-content></ng-content>\r\n</ids-stepper>" }]
63
63
  }], propDecorators: { onDidToggleExpansion: [{
@@ -65,13 +65,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
65
65
  }] } });
66
66
 
67
67
  class IDStepperModule {
68
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
69
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDStepperModule, declarations: [IDStepComponent,
68
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
69
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDStepperModule, declarations: [IDStepComponent,
70
70
  IDStepperComponent], exports: [IDStepComponent,
71
71
  IDStepperComponent] });
72
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDStepperModule });
72
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDStepperModule });
73
73
  }
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDStepperModule, decorators: [{
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDStepperModule, decorators: [{
75
75
  type: NgModule,
76
76
  args: [{
77
77
  declarations: [
@@ -8,10 +8,10 @@ class IDTabPanelComponent {
8
8
  nofocus = undefined;
9
9
  compact = undefined;
10
10
  template;
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { nofocus: "nofocus", compact: "compact" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { nofocus: "nofocus", compact: "compact" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabPanelComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabPanelComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'id-tab-panel', template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
17
17
  }], propDecorators: { nofocus: [{
@@ -34,10 +34,10 @@ class IDTabComponent {
34
34
  this.elementRef = elementRef;
35
35
  elementRef.nativeElement.setAttribute('slot', 'tab');
36
36
  }
37
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
38
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDTabComponent, selector: "id-tab", inputs: { notices: "notices", notifications: "notifications", label: "label", selected: "selected" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
38
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDTabComponent, selector: "id-tab", inputs: { notices: "notices", notifications: "notifications", label: "label", selected: "selected" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" });
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabComponent, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{ selector: 'id-tab', template: "<ng-template>\r\n <ng-content></ng-content>\r\n</ng-template>" }]
43
43
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { notices: [{
@@ -69,10 +69,10 @@ class IDTabsComponent {
69
69
  this.tabPanels = this.tabPanelComponents.toArray();
70
70
  }, 0);
71
71
  }
72
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
73
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDTabsComponent, selector: "id-tabs", inputs: { responsive: "responsive", unresponsive: "unresponsive", compact: "compact", selectlabel: "selectlabel" }, outputs: { onTabChange: "onTabChange" }, queries: [{ propertyName: "tabComponents", predicate: IDTabComponent }, { propertyName: "tabPanelComponents", predicate: IDTabPanelComponent }], ngImport: i0, template: "<ids-tabs \r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [responsive]=\"responsive\"\r\n [selectlabel]=\"selectlabel\"\r\n (tabChange)=\"onTabChange.emit($event)\"\r\n *ngIf=\"tabs && tabPanels\">\r\n <ids-tab *ngFor=\"let tab of tabs\"\r\n [label]=\"tab.label\"\r\n slot=\"tab\"\r\n [notifications]=\"tab.notifications\"\r\n [notices]=\"tab.notices\"\r\n [attr.selected]=\"tab.selected ? '' : null\">\r\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\r\n </ids-tab>\r\n <ng-content></ng-content>\r\n <ids-tab-panel *ngFor=\"let tabpanel of tabPanels\"\r\n [nofocus]=\"tabpanel.nofocus ? true : null\"\r\n [compact]=\"tabpanel.compact ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\r\n </ids-tab-panel>\r\n</ids-tabs>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
72
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
73
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDTabsComponent, selector: "id-tabs", inputs: { responsive: "responsive", unresponsive: "unresponsive", compact: "compact", selectlabel: "selectlabel" }, outputs: { onTabChange: "onTabChange" }, queries: [{ propertyName: "tabComponents", predicate: IDTabComponent }, { propertyName: "tabPanelComponents", predicate: IDTabPanelComponent }], ngImport: i0, template: "<ids-tabs \r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [responsive]=\"responsive\"\r\n [selectlabel]=\"selectlabel\"\r\n (tabChange)=\"onTabChange.emit($event)\"\r\n *ngIf=\"tabs && tabPanels\">\r\n <ids-tab *ngFor=\"let tab of tabs\"\r\n [label]=\"tab.label\"\r\n slot=\"tab\"\r\n [notifications]=\"tab.notifications\"\r\n [notices]=\"tab.notices\"\r\n [attr.selected]=\"tab.selected ? '' : null\">\r\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\r\n </ids-tab>\r\n <ng-content></ng-content>\r\n <ids-tab-panel *ngFor=\"let tabpanel of tabPanels\"\r\n [nofocus]=\"tabpanel.nofocus ? true : null\"\r\n [compact]=\"tabpanel.compact ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\r\n </ids-tab-panel>\r\n</ids-tabs>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
74
74
  }
75
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabsComponent, decorators: [{
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabsComponent, decorators: [{
76
76
  type: Component,
77
77
  args: [{ selector: 'id-tabs', template: "<ids-tabs \r\n [unresponsive]=\"unresponsive ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [responsive]=\"responsive\"\r\n [selectlabel]=\"selectlabel\"\r\n (tabChange)=\"onTabChange.emit($event)\"\r\n *ngIf=\"tabs && tabPanels\">\r\n <ids-tab *ngFor=\"let tab of tabs\"\r\n [label]=\"tab.label\"\r\n slot=\"tab\"\r\n [notifications]=\"tab.notifications\"\r\n [notices]=\"tab.notices\"\r\n [attr.selected]=\"tab.selected ? '' : null\">\r\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\r\n </ids-tab>\r\n <ng-content></ng-content>\r\n <ids-tab-panel *ngFor=\"let tabpanel of tabPanels\"\r\n [nofocus]=\"tabpanel.nofocus ? true : null\"\r\n [compact]=\"tabpanel.compact ? true : null\">\r\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\r\n </ids-tab-panel>\r\n</ids-tabs>" }]
78
78
  }], propDecorators: { responsive: [{
@@ -94,15 +94,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
94
94
  }] } });
95
95
 
96
96
  class IDTabsModule {
97
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
98
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDTabsModule, declarations: [IDTabsComponent,
97
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
98
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDTabsModule, declarations: [IDTabsComponent,
99
99
  IDTabComponent,
100
100
  IDTabPanelComponent], imports: [CommonModule], exports: [IDTabsComponent,
101
101
  IDTabComponent,
102
102
  IDTabPanelComponent] });
103
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabsModule, imports: [CommonModule] });
103
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabsModule, imports: [CommonModule] });
104
104
  }
105
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTabsModule, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTabsModule, decorators: [{
106
106
  type: NgModule,
107
107
  args: [{
108
108
  declarations: [
@@ -9,10 +9,10 @@ class IDTagComponent {
9
9
  onClicked = new EventEmitter();
10
10
  onClosed = new EventEmitter();
11
11
  constructor() { }
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.10", type: IDTagComponent, selector: "id-tag", inputs: { clickable: "clickable", closeable: "closeable", srcloselabel: "srcloselabel" }, outputs: { onClicked: "onClicked", onClosed: "onClosed" }, ngImport: i0, template: "<ids-tag\r\n [clickable]=\"clickable ? true : null\"\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srcloselabel\"\r\n (clicked)=\"onClicked.emit(true)\"\r\n (closed)=\"onClosed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>" });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.11", type: IDTagComponent, selector: "id-tag", inputs: { clickable: "clickable", closeable: "closeable", srcloselabel: "srcloselabel" }, outputs: { onClicked: "onClicked", onClosed: "onClosed" }, ngImport: i0, template: "<ids-tag\r\n [clickable]=\"clickable ? true : null\"\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srcloselabel\"\r\n (clicked)=\"onClicked.emit(true)\"\r\n (closed)=\"onClosed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>" });
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTagComponent, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTagComponent, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'id-tag', template: "<ids-tag\r\n [clickable]=\"clickable ? true : null\"\r\n [closeable]=\"closeable ? true : null\"\r\n [srcloselabel]=\"srcloselabel\"\r\n (clicked)=\"onClicked.emit(true)\"\r\n (closed)=\"onClosed.emit(true)\">\r\n <ng-content></ng-content>\r\n</ids-tag>" }]
18
18
  }], ctorParameters: () => [], propDecorators: { clickable: [{
@@ -28,11 +28,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImpo
28
28
  }] } });
29
29
 
30
30
  class IDTagModule {
31
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.10", ngImport: i0, type: IDTagModule, declarations: [IDTagComponent], exports: [IDTagComponent] });
33
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTagModule });
31
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.11", ngImport: i0, type: IDTagModule, declarations: [IDTagComponent], exports: [IDTagComponent] });
33
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTagModule });
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.10", ngImport: i0, type: IDTagModule, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.11", ngImport: i0, type: IDTagModule, decorators: [{
36
36
  type: NgModule,
37
37
  args: [{
38
38
  declarations: [