@inera/ids-angular 5.0.2 → 5.0.3

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