@inera/ids-angular 7.1.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1662) hide show
  1. package/common/public-api.d.ts +1 -2
  2. package/components/alert/alert.component.d.ts +2 -3
  3. package/components/card/card.component.d.ts +1 -1
  4. package/components/carousel/carousel.component.d.ts +1 -3
  5. package/components/date-label/date-label.component.d.ts +10 -4
  6. package/components/dialog/dialog.component.d.ts +2 -2
  7. package/components/dropdown/dropdown.component.d.ts +2 -3
  8. package/components/footer-1177/footer-1177.component.d.ts +2 -5
  9. package/components/footer-1177-admin/footer-1177-admin.component.d.ts +4 -6
  10. package/components/footer-1177-pro/footer-1177-pro.component.d.ts +3 -1
  11. package/components/footer-inera/footer-inera.component.d.ts +2 -7
  12. package/components/footer-inera-admin/footer-inera-admin.component.d.ts +2 -7
  13. package/components/form/checkbox-group/checkbox-group.component.d.ts +3 -4
  14. package/components/form/radio/radio.component.d.ts +3 -2
  15. package/components/global-alert/global-alert.component.d.ts +15 -0
  16. package/components/global-alert/global-alert.module.d.ts +9 -0
  17. package/components/{alert-global → global-alert}/index.d.ts +1 -1
  18. package/components/global-alert/public-api.d.ts +2 -0
  19. package/components/grid/container/container.component.d.ts +1 -2
  20. package/components/header-1177/avatar/header-1177-avatar.component.d.ts +3 -1
  21. package/components/header-1177/header-1177.component.d.ts +4 -10
  22. package/components/header-1177/item/header-1177-item.component.d.ts +3 -2
  23. package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +2 -3
  24. package/components/header-1177/nav/header-1177-nav.component.d.ts +5 -2
  25. package/components/header-1177/public-api.d.ts +2 -0
  26. package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +11 -0
  27. package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +10 -0
  28. package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +3 -2
  29. package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +2 -1
  30. package/components/header-1177-admin/header-1177-admin.component.d.ts +3 -5
  31. package/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.d.ts +6 -0
  32. package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +4 -1
  33. package/components/header-1177-admin/public-api.d.ts +7 -6
  34. package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +3 -2
  35. package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +4 -1
  36. package/components/header-1177-pro/header-1177-pro.component.d.ts +13 -13
  37. package/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.d.ts +7 -0
  38. package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +7 -9
  39. package/components/header-1177-pro/public-api.d.ts +3 -2
  40. package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +11 -0
  41. package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +10 -0
  42. package/components/header-inera/header-inera.component.d.ts +5 -6
  43. package/components/header-inera/item/header-inera-item.component.d.ts +2 -3
  44. package/components/header-inera/menu-mobile/header-inera-menu-mobile.component.d.ts +10 -0
  45. package/components/header-inera/nav/header-inera-nav-item.component.d.ts +1 -2
  46. package/components/header-inera/public-api.d.ts +1 -1
  47. package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +2 -1
  48. package/components/header-inera-admin/{nav-mobile/avatar → avatar-mobile}/header-inera-admin-avatar-mobile.component.d.ts +2 -1
  49. package/components/header-inera-admin/header-inera-admin.component.d.ts +5 -5
  50. package/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.d.ts +7 -0
  51. package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +4 -2
  52. package/components/header-inera-admin/{nav → nav-item}/header-inera-admin-nav-item.component.d.ts +1 -2
  53. package/components/header-inera-admin/public-api.d.ts +3 -3
  54. package/components/link/link.component.d.ts +3 -4
  55. package/components/navigation/content/navigation-content.component.d.ts +2 -1
  56. package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +2 -1
  57. package/components/puff-list/puff-item/puff-list-item.component.d.ts +8 -1
  58. package/components/side-panel/side-panel.component.d.ts +2 -1
  59. package/components/stepper/step/step.component.d.ts +2 -1
  60. package/components/tabs/panel/tab-panel.component.d.ts +3 -3
  61. package/components/tabs/tabs.component.d.ts +6 -5
  62. package/esm2022/common/classes/form/IDFormBase.mjs +3 -3
  63. package/esm2022/common/public-api.mjs +2 -3
  64. package/esm2022/components/accordion/accordion.component.mjs +3 -3
  65. package/esm2022/components/accordion/accordion.module.mjs +4 -4
  66. package/esm2022/components/alert/alert.component.mjs +9 -12
  67. package/esm2022/components/alert/alert.module.mjs +4 -4
  68. package/esm2022/components/badge/badge.component.mjs +3 -3
  69. package/esm2022/components/badge/badge.module.mjs +4 -4
  70. package/esm2022/components/box-link/box-link.component.mjs +3 -3
  71. package/esm2022/components/box-link/box-link.module.mjs +4 -4
  72. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  73. package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +4 -4
  74. package/esm2022/components/breadcrumbs/crumb.component.mjs +3 -3
  75. package/esm2022/components/button/button.component.mjs +3 -3
  76. package/esm2022/components/button/button.module.mjs +4 -4
  77. package/esm2022/components/button-group/button-group.component.mjs +3 -3
  78. package/esm2022/components/button-group/button-group.module.mjs +4 -4
  79. package/esm2022/components/card/card.component.mjs +5 -5
  80. package/esm2022/components/card/card.module.mjs +4 -4
  81. package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +9 -9
  82. package/esm2022/components/carousel/carousel.component.mjs +9 -15
  83. package/esm2022/components/carousel/carousel.module.mjs +4 -4
  84. package/esm2022/components/date-label/date-label.component.mjs +24 -6
  85. package/esm2022/components/date-label/date-label.module.mjs +4 -4
  86. package/esm2022/components/dialog/dialog.component.mjs +8 -8
  87. package/esm2022/components/dialog/dialog.module.mjs +4 -4
  88. package/esm2022/components/dropdown/dropdown-content.component.mjs +4 -4
  89. package/esm2022/components/dropdown/dropdown.component.mjs +8 -11
  90. package/esm2022/components/footer-1177/footer-1177.component.mjs +11 -20
  91. package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +12 -18
  92. package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +12 -6
  93. package/esm2022/components/footer-inera/footer-inera.component.mjs +8 -23
  94. package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +8 -23
  95. package/esm2022/components/form/check-button/check-button.component.mjs +3 -3
  96. package/esm2022/components/form/check-button/check-button.module.mjs +4 -4
  97. package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
  98. package/esm2022/components/form/checkbox/checkbox.module.mjs +4 -4
  99. package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +9 -13
  100. package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +4 -4
  101. package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
  102. package/esm2022/components/form/error-message/error-message.module.mjs +4 -4
  103. package/esm2022/components/form/input/input.component.mjs +3 -3
  104. package/esm2022/components/form/input/input.module.mjs +4 -4
  105. package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
  106. package/esm2022/components/form/radio/radio.component.mjs +11 -8
  107. package/esm2022/components/form/radio/radio.module.mjs +4 -4
  108. package/esm2022/components/form/radio-button/radio-button-group.component.mjs +3 -3
  109. package/esm2022/components/form/radio-button/radio-button.component.mjs +3 -3
  110. package/esm2022/components/form/radio-button/radio-button.module.mjs +4 -4
  111. package/esm2022/components/form/range/range.component.mjs +3 -3
  112. package/esm2022/components/form/range/range.module.mjs +4 -4
  113. package/esm2022/components/form/select/select.component.mjs +3 -3
  114. package/esm2022/components/form/select/select.module.mjs +4 -4
  115. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
  116. package/esm2022/components/form/select-multiple/select-multiple.module.mjs +4 -4
  117. package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
  118. package/esm2022/components/form/spinner/spinner.module.mjs +4 -4
  119. package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
  120. package/esm2022/components/form/textarea/textarea.module.mjs +4 -4
  121. package/esm2022/components/form/time/time.component.mjs +3 -3
  122. package/esm2022/components/form/time/time.module.mjs +4 -4
  123. package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
  124. package/esm2022/components/form/toggle/toggle.module.mjs +4 -4
  125. package/esm2022/components/global-alert/global-alert.component.mjs +36 -0
  126. package/esm2022/components/global-alert/global-alert.module.mjs +20 -0
  127. package/esm2022/{icons/test-tube-analyze/inera-ids-angular-icons-test-tube-analyze.mjs → components/global-alert/inera-ids-angular-components-global-alert.mjs} +1 -1
  128. package/esm2022/components/global-alert/public-api.mjs +3 -0
  129. package/esm2022/components/grid/column/column.component.mjs +3 -3
  130. package/esm2022/components/grid/column/column.module.mjs +4 -4
  131. package/esm2022/components/grid/container/container.component.mjs +7 -10
  132. package/esm2022/components/grid/container/container.module.mjs +4 -4
  133. package/esm2022/components/grid/row/row.component.mjs +3 -3
  134. package/esm2022/components/grid/row/row.module.mjs +4 -4
  135. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +10 -4
  136. package/esm2022/components/header-1177/header-1177.component.mjs +10 -28
  137. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +9 -6
  138. package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +9 -10
  139. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +15 -11
  140. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +3 -3
  141. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
  142. package/esm2022/components/header-1177/public-api.mjs +3 -1
  143. package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +27 -0
  144. package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +24 -0
  145. package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +11 -8
  146. package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +8 -5
  147. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +9 -15
  148. package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
  149. package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +14 -0
  150. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +13 -6
  151. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +3 -3
  152. package/esm2022/components/header-1177-admin/public-api.mjs +8 -7
  153. package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +11 -8
  154. package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +15 -8
  155. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +27 -29
  156. package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
  157. package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +15 -0
  158. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +18 -29
  159. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +3 -3
  160. package/esm2022/components/header-1177-pro/public-api.mjs +4 -3
  161. package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +27 -0
  162. package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +24 -0
  163. package/esm2022/components/header-inera/header-inera.component.mjs +12 -15
  164. package/esm2022/components/header-inera/item/header-inera-item.component.mjs +6 -9
  165. package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +23 -0
  166. package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +4 -7
  167. package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +5 -5
  168. package/esm2022/components/header-inera/public-api.mjs +2 -2
  169. package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +7 -4
  170. package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +24 -0
  171. package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +14 -14
  172. package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +3 -3
  173. package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +15 -0
  174. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +12 -7
  175. package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +27 -0
  176. package/esm2022/components/header-inera-admin/public-api.mjs +4 -4
  177. package/esm2022/components/header-patient/header-patient.component.mjs +3 -3
  178. package/esm2022/components/header-patient/header-patient.module.mjs +4 -4
  179. package/esm2022/components/link/link.component.mjs +10 -13
  180. package/esm2022/components/link/link.module.mjs +4 -4
  181. package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
  182. package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +4 -4
  183. package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
  184. package/esm2022/components/mobile/menu/mobile-menu.module.mjs +4 -4
  185. package/esm2022/components/navigation/content/navigation-content.component.mjs +10 -7
  186. package/esm2022/components/navigation/content/navigation-content.module.mjs +4 -4
  187. package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
  188. package/esm2022/components/navigation/local/navigation-local.module.mjs +4 -4
  189. package/esm2022/components/notification/badge/notification-badge.component.mjs +5 -5
  190. package/esm2022/components/notification/badge/notification-badge.module.mjs +4 -4
  191. package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
  192. package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +4 -4
  193. package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
  194. package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +4 -4
  195. package/esm2022/components/popover/popover.component.mjs +3 -3
  196. package/esm2022/components/popover/popover.module.mjs +4 -4
  197. package/esm2022/components/progressbar/progressbar.component.mjs +3 -3
  198. package/esm2022/components/progressbar/progressbar.module.mjs +4 -4
  199. package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +3 -3
  200. package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +10 -7
  201. package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +28 -7
  202. package/esm2022/components/puff-list/puff-list.component.mjs +3 -3
  203. package/esm2022/components/puff-list/puff-list.module.mjs +4 -4
  204. package/esm2022/components/region-icon/region-icon.component.mjs +3 -3
  205. package/esm2022/components/region-icon/region-icon.module.mjs +4 -4
  206. package/esm2022/components/side-menu/side-menu.component.mjs +3 -3
  207. package/esm2022/components/side-menu/side-menu.module.mjs +4 -4
  208. package/esm2022/components/side-panel/side-panel.component.mjs +8 -5
  209. package/esm2022/components/side-panel/side-panel.module.mjs +4 -4
  210. package/esm2022/components/stepper/step/step.component.mjs +8 -5
  211. package/esm2022/components/stepper/stepper.component.mjs +3 -3
  212. package/esm2022/components/stepper/stepper.module.mjs +4 -4
  213. package/esm2022/components/tabs/panel/tab-panel.component.mjs +8 -8
  214. package/esm2022/components/tabs/tab/tab.component.mjs +3 -3
  215. package/esm2022/components/tabs/tabs.component.mjs +13 -10
  216. package/esm2022/components/tabs/tabs.module.mjs +4 -4
  217. package/esm2022/components/tag/tag.component.mjs +3 -3
  218. package/esm2022/components/tag/tag.module.mjs +4 -4
  219. package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
  220. package/esm2022/components/tooltip/tooltip.module.mjs +4 -4
  221. package/fesm2022/inera-ids-angular-common.mjs +5 -101
  222. package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
  223. package/fesm2022/inera-ids-angular-components-accordion.mjs +7 -7
  224. package/fesm2022/inera-ids-angular-components-alert.mjs +12 -15
  225. package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
  226. package/fesm2022/inera-ids-angular-components-badge.mjs +7 -7
  227. package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
  228. package/fesm2022/inera-ids-angular-components-box-link.mjs +7 -7
  229. package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
  230. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +10 -10
  231. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
  232. package/fesm2022/inera-ids-angular-components-button-group.mjs +7 -7
  233. package/fesm2022/inera-ids-angular-components-button.mjs +7 -7
  234. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  235. package/fesm2022/inera-ids-angular-components-card.mjs +8 -8
  236. package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
  237. package/fesm2022/inera-ids-angular-components-carousel.mjs +18 -24
  238. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  239. package/fesm2022/inera-ids-angular-components-date-label.mjs +26 -8
  240. package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
  241. package/fesm2022/inera-ids-angular-components-dialog.mjs +11 -11
  242. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  243. package/fesm2022/inera-ids-angular-components-dropdown.mjs +10 -13
  244. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  245. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +8 -14
  246. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
  247. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +11 -5
  248. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
  249. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +7 -16
  250. package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
  251. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +7 -22
  252. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  253. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +7 -22
  254. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  255. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +7 -7
  256. package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
  257. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +10 -14
  258. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
  259. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +7 -7
  260. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
  261. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +7 -7
  262. package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
  263. package/fesm2022/inera-ids-angular-components-form-input.mjs +7 -7
  264. package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
  265. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +10 -10
  266. package/fesm2022/inera-ids-angular-components-form-radio.mjs +15 -12
  267. package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
  268. package/fesm2022/inera-ids-angular-components-form-range.mjs +7 -7
  269. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +7 -7
  270. package/fesm2022/inera-ids-angular-components-form-select.mjs +7 -7
  271. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -7
  272. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
  273. package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
  274. package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -7
  275. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +7 -7
  276. package/fesm2022/inera-ids-angular-components-global-alert.mjs +60 -0
  277. package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -0
  278. package/fesm2022/inera-ids-angular-components-grid-column.mjs +7 -7
  279. package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
  280. package/fesm2022/inera-ids-angular-components-grid-container.mjs +9 -12
  281. package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
  282. package/fesm2022/inera-ids-angular-components-grid-row.mjs +7 -7
  283. package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
  284. package/fesm2022/inera-ids-angular-components-grid.mjs +23 -26
  285. package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
  286. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +64 -46
  287. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  288. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +110 -85
  289. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  290. package/fesm2022/inera-ids-angular-components-header-1177.mjs +96 -54
  291. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  292. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +61 -78
  293. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  294. package/fesm2022/inera-ids-angular-components-header-inera.mjs +27 -36
  295. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  296. package/fesm2022/inera-ids-angular-components-header-patient.mjs +7 -7
  297. package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -1
  298. package/fesm2022/inera-ids-angular-components-link.mjs +13 -16
  299. package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
  300. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +7 -7
  301. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +10 -10
  302. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +12 -9
  303. package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
  304. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +7 -7
  305. package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
  306. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +8 -8
  307. package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
  308. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +7 -7
  309. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
  310. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +7 -7
  311. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
  312. package/fesm2022/inera-ids-angular-components-popover.mjs +7 -7
  313. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  314. package/fesm2022/inera-ids-angular-components-progressbar.mjs +7 -7
  315. package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
  316. package/fesm2022/inera-ids-angular-components-puff-list.mjs +44 -20
  317. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  318. package/fesm2022/inera-ids-angular-components-region-icon.mjs +7 -7
  319. package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -1
  320. package/fesm2022/inera-ids-angular-components-side-menu.mjs +7 -7
  321. package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
  322. package/fesm2022/inera-ids-angular-components-side-panel.mjs +11 -8
  323. package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
  324. package/fesm2022/inera-ids-angular-components-stepper.mjs +14 -11
  325. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  326. package/fesm2022/inera-ids-angular-components-tabs.mjs +22 -19
  327. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  328. package/fesm2022/inera-ids-angular-components-tag.mjs +7 -7
  329. package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
  330. package/fesm2022/inera-ids-angular-components-tooltip.mjs +7 -7
  331. package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
  332. package/package.json +53 -839
  333. package/common/classes/icon/IDIconBase.d.ts +0 -24
  334. package/components/agent/agent.component.d.ts +0 -12
  335. package/components/agent/agent.module.d.ts +0 -9
  336. package/components/agent/index.d.ts +0 -5
  337. package/components/agent/public-api.d.ts +0 -2
  338. package/components/alert-global/alert-global.component.d.ts +0 -14
  339. package/components/alert-global/alert-global.module.d.ts +0 -10
  340. package/components/alert-global/public-api.d.ts +0 -2
  341. package/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.d.ts +0 -7
  342. package/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.d.ts +0 -9
  343. package/components/header-inera/nav-mobile/header-inera-nav-mobile.component.d.ts +0 -10
  344. package/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.d.ts +0 -16
  345. package/esm2022/common/classes/icon/IDIconBase.mjs +0 -98
  346. package/esm2022/components/agent/agent.component.mjs +0 -28
  347. package/esm2022/components/agent/agent.module.mjs +0 -24
  348. package/esm2022/components/agent/inera-ids-angular-components-agent.mjs +0 -5
  349. package/esm2022/components/agent/public-api.mjs +0 -3
  350. package/esm2022/components/alert-global/alert-global.component.mjs +0 -33
  351. package/esm2022/components/alert-global/alert-global.module.mjs +0 -25
  352. package/esm2022/components/alert-global/inera-ids-angular-components-alert-global.mjs +0 -5
  353. package/esm2022/components/alert-global/public-api.mjs +0 -3
  354. package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +0 -15
  355. package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +0 -21
  356. package/esm2022/components/header-inera/nav-mobile/header-inera-nav-mobile.component.mjs +0 -23
  357. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav-item.component.mjs +0 -30
  358. package/esm2022/components/header-inera-admin/nav-mobile/avatar/header-inera-admin-avatar-mobile.component.mjs +0 -21
  359. package/esm2022/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.mjs +0 -42
  360. package/esm2022/icons/1177/icon-1177.component.mjs +0 -12
  361. package/esm2022/icons/1177/icon-1177.module.mjs +0 -22
  362. package/esm2022/icons/1177/inera-ids-angular-icons-1177.mjs +0 -5
  363. package/esm2022/icons/1177/public-api.mjs +0 -3
  364. package/esm2022/icons/activity/icon-activity.component.mjs +0 -12
  365. package/esm2022/icons/activity/icon-activity.module.mjs +0 -22
  366. package/esm2022/icons/activity/inera-ids-angular-icons-activity.mjs +0 -5
  367. package/esm2022/icons/activity/public-api.mjs +0 -3
  368. package/esm2022/icons/agent/icon-agent.component.mjs +0 -12
  369. package/esm2022/icons/agent/icon-agent.module.mjs +0 -22
  370. package/esm2022/icons/agent/inera-ids-angular-icons-agent.mjs +0 -5
  371. package/esm2022/icons/agent/public-api.mjs +0 -3
  372. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +0 -12
  373. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +0 -22
  374. package/esm2022/icons/alarm-clock-inactivity/inera-ids-angular-icons-alarm-clock-inactivity.mjs +0 -5
  375. package/esm2022/icons/alarm-clock-inactivity/public-api.mjs +0 -3
  376. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +0 -12
  377. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +0 -22
  378. package/esm2022/icons/alarm-clock-neutral/inera-ids-angular-icons-alarm-clock-neutral.mjs +0 -5
  379. package/esm2022/icons/alarm-clock-neutral/public-api.mjs +0 -3
  380. package/esm2022/icons/archive/icon-archive.component.mjs +0 -12
  381. package/esm2022/icons/archive/icon-archive.module.mjs +0 -22
  382. package/esm2022/icons/archive/inera-ids-angular-icons-archive.mjs +0 -5
  383. package/esm2022/icons/archive/public-api.mjs +0 -3
  384. package/esm2022/icons/arrow/icon-arrow.component.mjs +0 -12
  385. package/esm2022/icons/arrow/icon-arrow.module.mjs +0 -22
  386. package/esm2022/icons/arrow/inera-ids-angular-icons-arrow.mjs +0 -5
  387. package/esm2022/icons/arrow/public-api.mjs +0 -3
  388. package/esm2022/icons/attention/icon-attention.component.mjs +0 -12
  389. package/esm2022/icons/attention/icon-attention.module.mjs +0 -22
  390. package/esm2022/icons/attention/inera-ids-angular-icons-attention.mjs +0 -5
  391. package/esm2022/icons/attention/public-api.mjs +0 -3
  392. package/esm2022/icons/blekinge/icon-blekinge.component.mjs +0 -12
  393. package/esm2022/icons/blekinge/icon-blekinge.module.mjs +0 -22
  394. package/esm2022/icons/blekinge/inera-ids-angular-icons-blekinge.mjs +0 -5
  395. package/esm2022/icons/blekinge/public-api.mjs +0 -3
  396. package/esm2022/icons/bookmark/icon-bookmark.component.mjs +0 -12
  397. package/esm2022/icons/bookmark/icon-bookmark.module.mjs +0 -22
  398. package/esm2022/icons/bookmark/inera-ids-angular-icons-bookmark.mjs +0 -5
  399. package/esm2022/icons/bookmark/public-api.mjs +0 -3
  400. package/esm2022/icons/calendar/icon-calendar.component.mjs +0 -12
  401. package/esm2022/icons/calendar/icon-calendar.module.mjs +0 -22
  402. package/esm2022/icons/calendar/inera-ids-angular-icons-calendar.mjs +0 -5
  403. package/esm2022/icons/calendar/public-api.mjs +0 -3
  404. package/esm2022/icons/call/icon-call.component.mjs +0 -12
  405. package/esm2022/icons/call/icon-call.module.mjs +0 -22
  406. package/esm2022/icons/call/inera-ids-angular-icons-call.mjs +0 -5
  407. package/esm2022/icons/call/public-api.mjs +0 -3
  408. package/esm2022/icons/call-active/icon-call-active.component.mjs +0 -12
  409. package/esm2022/icons/call-active/icon-call-active.module.mjs +0 -22
  410. package/esm2022/icons/call-active/inera-ids-angular-icons-call-active.mjs +0 -5
  411. package/esm2022/icons/call-active/public-api.mjs +0 -3
  412. package/esm2022/icons/camera-off/icon-camera-off.component.mjs +0 -12
  413. package/esm2022/icons/camera-off/icon-camera-off.module.mjs +0 -22
  414. package/esm2022/icons/camera-off/inera-ids-angular-icons-camera-off.mjs +0 -5
  415. package/esm2022/icons/camera-off/public-api.mjs +0 -3
  416. package/esm2022/icons/camera-on/icon-camera-on.component.mjs +0 -12
  417. package/esm2022/icons/camera-on/icon-camera-on.module.mjs +0 -22
  418. package/esm2022/icons/camera-on/inera-ids-angular-icons-camera-on.mjs +0 -5
  419. package/esm2022/icons/camera-on/public-api.mjs +0 -3
  420. package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +0 -12
  421. package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +0 -22
  422. package/esm2022/icons/camera-switch/inera-ids-angular-icons-camera-switch.mjs +0 -5
  423. package/esm2022/icons/camera-switch/public-api.mjs +0 -3
  424. package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +0 -12
  425. package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +0 -22
  426. package/esm2022/icons/chart-bar/inera-ids-angular-icons-chart-bar.mjs +0 -5
  427. package/esm2022/icons/chart-bar/public-api.mjs +0 -3
  428. package/esm2022/icons/chart-line/icon-chart-line.component.mjs +0 -12
  429. package/esm2022/icons/chart-line/icon-chart-line.module.mjs +0 -22
  430. package/esm2022/icons/chart-line/inera-ids-angular-icons-chart-line.mjs +0 -5
  431. package/esm2022/icons/chart-line/public-api.mjs +0 -3
  432. package/esm2022/icons/chat/icon-chat.component.mjs +0 -12
  433. package/esm2022/icons/chat/icon-chat.module.mjs +0 -22
  434. package/esm2022/icons/chat/inera-ids-angular-icons-chat.mjs +0 -5
  435. package/esm2022/icons/chat/public-api.mjs +0 -3
  436. package/esm2022/icons/check/icon-check.component.mjs +0 -12
  437. package/esm2022/icons/check/icon-check.module.mjs +0 -22
  438. package/esm2022/icons/check/inera-ids-angular-icons-check.mjs +0 -5
  439. package/esm2022/icons/check/public-api.mjs +0 -3
  440. package/esm2022/icons/chevron/icon-chevron.component.mjs +0 -12
  441. package/esm2022/icons/chevron/icon-chevron.module.mjs +0 -22
  442. package/esm2022/icons/chevron/inera-ids-angular-icons-chevron.mjs +0 -5
  443. package/esm2022/icons/chevron/public-api.mjs +0 -3
  444. package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +0 -12
  445. package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +0 -22
  446. package/esm2022/icons/chevron-bold/inera-ids-angular-icons-chevron-bold.mjs +0 -5
  447. package/esm2022/icons/chevron-bold/public-api.mjs +0 -3
  448. package/esm2022/icons/clipboard/icon-clipboard.component.mjs +0 -12
  449. package/esm2022/icons/clipboard/icon-clipboard.module.mjs +0 -22
  450. package/esm2022/icons/clipboard/inera-ids-angular-icons-clipboard.mjs +0 -5
  451. package/esm2022/icons/clipboard/public-api.mjs +0 -3
  452. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +0 -12
  453. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +0 -22
  454. package/esm2022/icons/clipboard-cross/inera-ids-angular-icons-clipboard-cross.mjs +0 -5
  455. package/esm2022/icons/clipboard-cross/public-api.mjs +0 -3
  456. package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +0 -12
  457. package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +0 -22
  458. package/esm2022/icons/clipboard-text/inera-ids-angular-icons-clipboard-text.mjs +0 -5
  459. package/esm2022/icons/clipboard-text/public-api.mjs +0 -3
  460. package/esm2022/icons/clock/icon-clock.component.mjs +0 -12
  461. package/esm2022/icons/clock/icon-clock.module.mjs +0 -22
  462. package/esm2022/icons/clock/inera-ids-angular-icons-clock.mjs +0 -5
  463. package/esm2022/icons/clock/public-api.mjs +0 -3
  464. package/esm2022/icons/close/icon-close.component.mjs +0 -12
  465. package/esm2022/icons/close/icon-close.module.mjs +0 -22
  466. package/esm2022/icons/close/inera-ids-angular-icons-close.mjs +0 -5
  467. package/esm2022/icons/close/public-api.mjs +0 -3
  468. package/esm2022/icons/close-bold/icon-close-bold.component.mjs +0 -12
  469. package/esm2022/icons/close-bold/icon-close-bold.module.mjs +0 -22
  470. package/esm2022/icons/close-bold/inera-ids-angular-icons-close-bold.mjs +0 -5
  471. package/esm2022/icons/close-bold/public-api.mjs +0 -3
  472. package/esm2022/icons/cog/icon-cog.component.mjs +0 -12
  473. package/esm2022/icons/cog/icon-cog.module.mjs +0 -22
  474. package/esm2022/icons/cog/inera-ids-angular-icons-cog.mjs +0 -5
  475. package/esm2022/icons/cog/public-api.mjs +0 -3
  476. package/esm2022/icons/computer/icon-computer.component.mjs +0 -12
  477. package/esm2022/icons/computer/icon-computer.module.mjs +0 -22
  478. package/esm2022/icons/computer/inera-ids-angular-icons-computer.mjs +0 -5
  479. package/esm2022/icons/computer/public-api.mjs +0 -3
  480. package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +0 -12
  481. package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +0 -22
  482. package/esm2022/icons/computer-inera/inera-ids-angular-icons-computer-inera.mjs +0 -5
  483. package/esm2022/icons/computer-inera/public-api.mjs +0 -3
  484. package/esm2022/icons/copy-file/icon-copy-file.component.mjs +0 -12
  485. package/esm2022/icons/copy-file/icon-copy-file.module.mjs +0 -22
  486. package/esm2022/icons/copy-file/inera-ids-angular-icons-copy-file.mjs +0 -5
  487. package/esm2022/icons/copy-file/public-api.mjs +0 -3
  488. package/esm2022/icons/copy-link/icon-copy-link.component.mjs +0 -12
  489. package/esm2022/icons/copy-link/icon-copy-link.module.mjs +0 -22
  490. package/esm2022/icons/copy-link/inera-ids-angular-icons-copy-link.mjs +0 -5
  491. package/esm2022/icons/copy-link/public-api.mjs +0 -3
  492. package/esm2022/icons/denied/icon-denied.component.mjs +0 -12
  493. package/esm2022/icons/denied/icon-denied.module.mjs +0 -22
  494. package/esm2022/icons/denied/inera-ids-angular-icons-denied.mjs +0 -5
  495. package/esm2022/icons/denied/public-api.mjs +0 -3
  496. package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +0 -12
  497. package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +0 -22
  498. package/esm2022/icons/doctors-bag/inera-ids-angular-icons-doctors-bag.mjs +0 -5
  499. package/esm2022/icons/doctors-bag/public-api.mjs +0 -3
  500. package/esm2022/icons/document/icon-document.component.mjs +0 -12
  501. package/esm2022/icons/document/icon-document.module.mjs +0 -22
  502. package/esm2022/icons/document/inera-ids-angular-icons-document.mjs +0 -5
  503. package/esm2022/icons/document/public-api.mjs +0 -3
  504. package/esm2022/icons/download/icon-download.component.mjs +0 -12
  505. package/esm2022/icons/download/icon-download.module.mjs +0 -22
  506. package/esm2022/icons/download/inera-ids-angular-icons-download.mjs +0 -5
  507. package/esm2022/icons/download/public-api.mjs +0 -3
  508. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +0 -12
  509. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +0 -22
  510. package/esm2022/icons/drag-n-drop/inera-ids-angular-icons-drag-n-drop.mjs +0 -5
  511. package/esm2022/icons/drag-n-drop/public-api.mjs +0 -3
  512. package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +0 -12
  513. package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +0 -22
  514. package/esm2022/icons/ear-hearing/inera-ids-angular-icons-ear-hearing.mjs +0 -5
  515. package/esm2022/icons/ear-hearing/public-api.mjs +0 -3
  516. package/esm2022/icons/edit/icon-edit.component.mjs +0 -12
  517. package/esm2022/icons/edit/icon-edit.module.mjs +0 -22
  518. package/esm2022/icons/edit/inera-ids-angular-icons-edit.mjs +0 -5
  519. package/esm2022/icons/edit/public-api.mjs +0 -3
  520. package/esm2022/icons/email/icon-email.component.mjs +0 -12
  521. package/esm2022/icons/email/icon-email.module.mjs +0 -22
  522. package/esm2022/icons/email/inera-ids-angular-icons-email.mjs +0 -5
  523. package/esm2022/icons/email/public-api.mjs +0 -3
  524. package/esm2022/icons/email-sent/icon-email-sent.component.mjs +0 -12
  525. package/esm2022/icons/email-sent/icon-email-sent.module.mjs +0 -22
  526. package/esm2022/icons/email-sent/inera-ids-angular-icons-email-sent.mjs +0 -5
  527. package/esm2022/icons/email-sent/public-api.mjs +0 -3
  528. package/esm2022/icons/email-unread/icon-email-unread.component.mjs +0 -12
  529. package/esm2022/icons/email-unread/icon-email-unread.module.mjs +0 -22
  530. package/esm2022/icons/email-unread/inera-ids-angular-icons-email-unread.mjs +0 -5
  531. package/esm2022/icons/email-unread/public-api.mjs +0 -3
  532. package/esm2022/icons/expand/icon-expand.component.mjs +0 -12
  533. package/esm2022/icons/expand/icon-expand.module.mjs +0 -22
  534. package/esm2022/icons/expand/inera-ids-angular-icons-expand.mjs +0 -5
  535. package/esm2022/icons/expand/public-api.mjs +0 -3
  536. package/esm2022/icons/external/icon-external.component.mjs +0 -12
  537. package/esm2022/icons/external/icon-external.module.mjs +0 -22
  538. package/esm2022/icons/external/inera-ids-angular-icons-external.mjs +0 -5
  539. package/esm2022/icons/external/public-api.mjs +0 -3
  540. package/esm2022/icons/facebook/icon-facebook.component.mjs +0 -12
  541. package/esm2022/icons/facebook/icon-facebook.module.mjs +0 -22
  542. package/esm2022/icons/facebook/inera-ids-angular-icons-facebook.mjs +0 -5
  543. package/esm2022/icons/facebook/public-api.mjs +0 -3
  544. package/esm2022/icons/file-csv/icon-file-csv.component.mjs +0 -12
  545. package/esm2022/icons/file-csv/icon-file-csv.module.mjs +0 -22
  546. package/esm2022/icons/file-csv/inera-ids-angular-icons-file-csv.mjs +0 -5
  547. package/esm2022/icons/file-csv/public-api.mjs +0 -3
  548. package/esm2022/icons/file-excel/icon-file-excel.component.mjs +0 -12
  549. package/esm2022/icons/file-excel/icon-file-excel.module.mjs +0 -22
  550. package/esm2022/icons/file-excel/inera-ids-angular-icons-file-excel.mjs +0 -5
  551. package/esm2022/icons/file-excel/public-api.mjs +0 -3
  552. package/esm2022/icons/file-other/icon-file-other.component.mjs +0 -12
  553. package/esm2022/icons/file-other/icon-file-other.module.mjs +0 -22
  554. package/esm2022/icons/file-other/inera-ids-angular-icons-file-other.mjs +0 -5
  555. package/esm2022/icons/file-other/public-api.mjs +0 -3
  556. package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +0 -12
  557. package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +0 -22
  558. package/esm2022/icons/file-pdf/inera-ids-angular-icons-file-pdf.mjs +0 -5
  559. package/esm2022/icons/file-pdf/public-api.mjs +0 -3
  560. package/esm2022/icons/file-picture/icon-file-picture.component.mjs +0 -12
  561. package/esm2022/icons/file-picture/icon-file-picture.module.mjs +0 -22
  562. package/esm2022/icons/file-picture/inera-ids-angular-icons-file-picture.mjs +0 -5
  563. package/esm2022/icons/file-picture/public-api.mjs +0 -3
  564. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +0 -12
  565. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +0 -22
  566. package/esm2022/icons/file-powerpoint/inera-ids-angular-icons-file-powerpoint.mjs +0 -5
  567. package/esm2022/icons/file-powerpoint/public-api.mjs +0 -3
  568. package/esm2022/icons/file-word/icon-file-word.component.mjs +0 -12
  569. package/esm2022/icons/file-word/icon-file-word.module.mjs +0 -22
  570. package/esm2022/icons/file-word/inera-ids-angular-icons-file-word.mjs +0 -5
  571. package/esm2022/icons/file-word/public-api.mjs +0 -3
  572. package/esm2022/icons/find-care/icon-find-care.component.mjs +0 -12
  573. package/esm2022/icons/find-care/icon-find-care.module.mjs +0 -22
  574. package/esm2022/icons/find-care/inera-ids-angular-icons-find-care.mjs +0 -5
  575. package/esm2022/icons/find-care/public-api.mjs +0 -3
  576. package/esm2022/icons/find-region/icon-find-region.component.mjs +0 -12
  577. package/esm2022/icons/find-region/icon-find-region.module.mjs +0 -22
  578. package/esm2022/icons/find-region/inera-ids-angular-icons-find-region.mjs +0 -5
  579. package/esm2022/icons/find-region/public-api.mjs +0 -3
  580. package/esm2022/icons/flag/icon-flag.component.mjs +0 -12
  581. package/esm2022/icons/flag/icon-flag.module.mjs +0 -22
  582. package/esm2022/icons/flag/inera-ids-angular-icons-flag.mjs +0 -5
  583. package/esm2022/icons/flag/public-api.mjs +0 -3
  584. package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +0 -12
  585. package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +0 -22
  586. package/esm2022/icons/form-numbered/inera-ids-angular-icons-form-numbered.mjs +0 -5
  587. package/esm2022/icons/form-numbered/public-api.mjs +0 -3
  588. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +0 -12
  589. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +0 -22
  590. package/esm2022/icons/form-numbered-reocurring/inera-ids-angular-icons-form-numbered-reocurring.mjs +0 -5
  591. package/esm2022/icons/form-numbered-reocurring/public-api.mjs +0 -3
  592. package/esm2022/icons/gotland/icon-gotland.component.mjs +0 -12
  593. package/esm2022/icons/gotland/icon-gotland.module.mjs +0 -22
  594. package/esm2022/icons/gotland/inera-ids-angular-icons-gotland.mjs +0 -5
  595. package/esm2022/icons/gotland/public-api.mjs +0 -3
  596. package/esm2022/icons/halland/icon-halland.component.mjs +0 -12
  597. package/esm2022/icons/halland/icon-halland.module.mjs +0 -22
  598. package/esm2022/icons/halland/inera-ids-angular-icons-halland.mjs +0 -5
  599. package/esm2022/icons/halland/public-api.mjs +0 -3
  600. package/esm2022/icons/headphones/icon-headphones.component.mjs +0 -12
  601. package/esm2022/icons/headphones/icon-headphones.module.mjs +0 -22
  602. package/esm2022/icons/headphones/inera-ids-angular-icons-headphones.mjs +0 -5
  603. package/esm2022/icons/headphones/public-api.mjs +0 -3
  604. package/esm2022/icons/hourglass/icon-hourglass.component.mjs +0 -12
  605. package/esm2022/icons/hourglass/icon-hourglass.module.mjs +0 -22
  606. package/esm2022/icons/hourglass/inera-ids-angular-icons-hourglass.mjs +0 -5
  607. package/esm2022/icons/hourglass/public-api.mjs +0 -3
  608. package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +0 -12
  609. package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +0 -22
  610. package/esm2022/icons/hourglass-end/inera-ids-angular-icons-hourglass-end.mjs +0 -5
  611. package/esm2022/icons/hourglass-end/public-api.mjs +0 -3
  612. package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +0 -12
  613. package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +0 -22
  614. package/esm2022/icons/hourglass-start/inera-ids-angular-icons-hourglass-start.mjs +0 -5
  615. package/esm2022/icons/hourglass-start/public-api.mjs +0 -3
  616. package/esm2022/icons/house/icon-house.component.mjs +0 -12
  617. package/esm2022/icons/house/icon-house.module.mjs +0 -22
  618. package/esm2022/icons/house/inera-ids-angular-icons-house.mjs +0 -5
  619. package/esm2022/icons/house/public-api.mjs +0 -3
  620. package/esm2022/icons/id-card/icon-id-card.component.mjs +0 -12
  621. package/esm2022/icons/id-card/icon-id-card.module.mjs +0 -22
  622. package/esm2022/icons/id-card/inera-ids-angular-icons-id-card.mjs +0 -5
  623. package/esm2022/icons/id-card/public-api.mjs +0 -3
  624. package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +0 -12
  625. package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +0 -22
  626. package/esm2022/icons/id-card-locked/inera-ids-angular-icons-id-card-locked.mjs +0 -5
  627. package/esm2022/icons/id-card-locked/public-api.mjs +0 -3
  628. package/esm2022/icons/image/icon-image.component.mjs +0 -12
  629. package/esm2022/icons/image/icon-image.module.mjs +0 -22
  630. package/esm2022/icons/image/inera-ids-angular-icons-image.mjs +0 -5
  631. package/esm2022/icons/image/public-api.mjs +0 -3
  632. package/esm2022/icons/inera/icon-inera.component.mjs +0 -12
  633. package/esm2022/icons/inera/icon-inera.module.mjs +0 -22
  634. package/esm2022/icons/inera/inera-ids-angular-icons-inera.mjs +0 -5
  635. package/esm2022/icons/inera/public-api.mjs +0 -3
  636. package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +0 -12
  637. package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +0 -22
  638. package/esm2022/icons/inera-legacy/inera-ids-angular-icons-inera-legacy.mjs +0 -5
  639. package/esm2022/icons/inera-legacy/public-api.mjs +0 -3
  640. package/esm2022/icons/information/icon-information.component.mjs +0 -12
  641. package/esm2022/icons/information/icon-information.module.mjs +0 -22
  642. package/esm2022/icons/information/inera-ids-angular-icons-information.mjs +0 -5
  643. package/esm2022/icons/information/public-api.mjs +0 -3
  644. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +0 -12
  645. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +0 -22
  646. package/esm2022/icons/jamtland-harjedalen/inera-ids-angular-icons-jamtland-harjedalen.mjs +0 -5
  647. package/esm2022/icons/jamtland-harjedalen/public-api.mjs +0 -3
  648. package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +0 -12
  649. package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +0 -22
  650. package/esm2022/icons/jonkoping/inera-ids-angular-icons-jonkoping.mjs +0 -5
  651. package/esm2022/icons/jonkoping/public-api.mjs +0 -3
  652. package/esm2022/icons/kalmar/icon-kalmar.component.mjs +0 -12
  653. package/esm2022/icons/kalmar/icon-kalmar.module.mjs +0 -22
  654. package/esm2022/icons/kalmar/inera-ids-angular-icons-kalmar.mjs +0 -5
  655. package/esm2022/icons/kalmar/public-api.mjs +0 -3
  656. package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +0 -12
  657. package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +0 -22
  658. package/esm2022/icons/kronoberg/inera-ids-angular-icons-kronoberg.mjs +0 -5
  659. package/esm2022/icons/kronoberg/public-api.mjs +0 -3
  660. package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +0 -12
  661. package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +0 -22
  662. package/esm2022/icons/lightbulb/inera-ids-angular-icons-lightbulb.mjs +0 -5
  663. package/esm2022/icons/lightbulb/public-api.mjs +0 -3
  664. package/esm2022/icons/linkedin/icon-linkedin.component.mjs +0 -12
  665. package/esm2022/icons/linkedin/icon-linkedin.module.mjs +0 -22
  666. package/esm2022/icons/linkedin/inera-ids-angular-icons-linkedin.mjs +0 -5
  667. package/esm2022/icons/linkedin/public-api.mjs +0 -3
  668. package/esm2022/icons/list/icon-list.component.mjs +0 -12
  669. package/esm2022/icons/list/icon-list.module.mjs +0 -22
  670. package/esm2022/icons/list/inera-ids-angular-icons-list.mjs +0 -5
  671. package/esm2022/icons/list/public-api.mjs +0 -3
  672. package/esm2022/icons/lock/icon-lock.component.mjs +0 -12
  673. package/esm2022/icons/lock/icon-lock.module.mjs +0 -22
  674. package/esm2022/icons/lock/inera-ids-angular-icons-lock.mjs +0 -5
  675. package/esm2022/icons/lock/public-api.mjs +0 -3
  676. package/esm2022/icons/lock-open/icon-lock-open.component.mjs +0 -12
  677. package/esm2022/icons/lock-open/icon-lock-open.module.mjs +0 -22
  678. package/esm2022/icons/lock-open/inera-ids-angular-icons-lock-open.mjs +0 -5
  679. package/esm2022/icons/lock-open/public-api.mjs +0 -3
  680. package/esm2022/icons/log/icon-log.component.mjs +0 -12
  681. package/esm2022/icons/log/icon-log.module.mjs +0 -22
  682. package/esm2022/icons/log/inera-ids-angular-icons-log.mjs +0 -5
  683. package/esm2022/icons/log/public-api.mjs +0 -3
  684. package/esm2022/icons/log-locked/icon-log-locked.component.mjs +0 -12
  685. package/esm2022/icons/log-locked/icon-log-locked.module.mjs +0 -22
  686. package/esm2022/icons/log-locked/inera-ids-angular-icons-log-locked.mjs +0 -5
  687. package/esm2022/icons/log-locked/public-api.mjs +0 -3
  688. package/esm2022/icons/menu/icon-menu.component.mjs +0 -12
  689. package/esm2022/icons/menu/icon-menu.module.mjs +0 -22
  690. package/esm2022/icons/menu/inera-ids-angular-icons-menu.mjs +0 -5
  691. package/esm2022/icons/menu/public-api.mjs +0 -3
  692. package/esm2022/icons/minus/icon-minus.component.mjs +0 -12
  693. package/esm2022/icons/minus/icon-minus.module.mjs +0 -22
  694. package/esm2022/icons/minus/inera-ids-angular-icons-minus.mjs +0 -5
  695. package/esm2022/icons/minus/public-api.mjs +0 -3
  696. package/esm2022/icons/moment-start/icon-moment-start.component.mjs +0 -12
  697. package/esm2022/icons/moment-start/icon-moment-start.module.mjs +0 -22
  698. package/esm2022/icons/moment-start/inera-ids-angular-icons-moment-start.mjs +0 -5
  699. package/esm2022/icons/moment-start/public-api.mjs +0 -3
  700. package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +0 -12
  701. package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +0 -22
  702. package/esm2022/icons/moment-stop/inera-ids-angular-icons-moment-stop.mjs +0 -5
  703. package/esm2022/icons/moment-stop/public-api.mjs +0 -3
  704. package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +0 -12
  705. package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +0 -22
  706. package/esm2022/icons/norrbotten/inera-ids-angular-icons-norrbotten.mjs +0 -5
  707. package/esm2022/icons/norrbotten/public-api.mjs +0 -3
  708. package/esm2022/icons/office-building/icon-office-building.component.mjs +0 -12
  709. package/esm2022/icons/office-building/icon-office-building.module.mjs +0 -22
  710. package/esm2022/icons/office-building/inera-ids-angular-icons-office-building.mjs +0 -5
  711. package/esm2022/icons/office-building/public-api.mjs +0 -3
  712. package/esm2022/icons/orebro/icon-orebro.component.mjs +0 -12
  713. package/esm2022/icons/orebro/icon-orebro.module.mjs +0 -22
  714. package/esm2022/icons/orebro/inera-ids-angular-icons-orebro.mjs +0 -5
  715. package/esm2022/icons/orebro/public-api.mjs +0 -3
  716. package/esm2022/icons/organization/icon-organization.component.mjs +0 -12
  717. package/esm2022/icons/organization/icon-organization.module.mjs +0 -22
  718. package/esm2022/icons/organization/inera-ids-angular-icons-organization.mjs +0 -5
  719. package/esm2022/icons/organization/public-api.mjs +0 -3
  720. package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +0 -12
  721. package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +0 -22
  722. package/esm2022/icons/ostergotland/inera-ids-angular-icons-ostergotland.mjs +0 -5
  723. package/esm2022/icons/ostergotland/public-api.mjs +0 -3
  724. package/esm2022/icons/plus/icon-plus.component.mjs +0 -12
  725. package/esm2022/icons/plus/icon-plus.module.mjs +0 -22
  726. package/esm2022/icons/plus/inera-ids-angular-icons-plus.mjs +0 -5
  727. package/esm2022/icons/plus/public-api.mjs +0 -3
  728. package/esm2022/icons/prescription/icon-prescription.component.mjs +0 -12
  729. package/esm2022/icons/prescription/icon-prescription.module.mjs +0 -22
  730. package/esm2022/icons/prescription/inera-ids-angular-icons-prescription.mjs +0 -5
  731. package/esm2022/icons/prescription/public-api.mjs +0 -3
  732. package/esm2022/icons/print/icon-print.component.mjs +0 -12
  733. package/esm2022/icons/print/icon-print.module.mjs +0 -22
  734. package/esm2022/icons/print/inera-ids-angular-icons-print.mjs +0 -5
  735. package/esm2022/icons/print/public-api.mjs +0 -3
  736. package/esm2022/icons/question/icon-question.component.mjs +0 -12
  737. package/esm2022/icons/question/icon-question.module.mjs +0 -22
  738. package/esm2022/icons/question/inera-ids-angular-icons-question.mjs +0 -5
  739. package/esm2022/icons/question/public-api.mjs +0 -3
  740. package/esm2022/icons/reload/icon-reload.component.mjs +0 -12
  741. package/esm2022/icons/reload/icon-reload.module.mjs +0 -22
  742. package/esm2022/icons/reload/inera-ids-angular-icons-reload.mjs +0 -5
  743. package/esm2022/icons/reload/public-api.mjs +0 -3
  744. package/esm2022/icons/reply/icon-reply.component.mjs +0 -12
  745. package/esm2022/icons/reply/icon-reply.module.mjs +0 -22
  746. package/esm2022/icons/reply/inera-ids-angular-icons-reply.mjs +0 -5
  747. package/esm2022/icons/reply/public-api.mjs +0 -3
  748. package/esm2022/icons/search/icon-search.component.mjs +0 -12
  749. package/esm2022/icons/search/icon-search.module.mjs +0 -22
  750. package/esm2022/icons/search/inera-ids-angular-icons-search.mjs +0 -5
  751. package/esm2022/icons/search/public-api.mjs +0 -3
  752. package/esm2022/icons/search-inera/icon-search-inera.component.mjs +0 -12
  753. package/esm2022/icons/search-inera/icon-search-inera.module.mjs +0 -22
  754. package/esm2022/icons/search-inera/inera-ids-angular-icons-search-inera.mjs +0 -5
  755. package/esm2022/icons/search-inera/public-api.mjs +0 -3
  756. package/esm2022/icons/share/icon-share.component.mjs +0 -12
  757. package/esm2022/icons/share/icon-share.module.mjs +0 -22
  758. package/esm2022/icons/share/inera-ids-angular-icons-share.mjs +0 -5
  759. package/esm2022/icons/share/public-api.mjs +0 -3
  760. package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +0 -12
  761. package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +0 -22
  762. package/esm2022/icons/shield-locked/inera-ids-angular-icons-shield-locked.mjs +0 -5
  763. package/esm2022/icons/shield-locked/public-api.mjs +0 -3
  764. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +0 -12
  765. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +0 -22
  766. package/esm2022/icons/shield-locked-primary/inera-ids-angular-icons-shield-locked-primary.mjs +0 -5
  767. package/esm2022/icons/shield-locked-primary/public-api.mjs +0 -3
  768. package/esm2022/icons/skane/icon-skane.component.mjs +0 -12
  769. package/esm2022/icons/skane/icon-skane.module.mjs +0 -22
  770. package/esm2022/icons/skane/inera-ids-angular-icons-skane.mjs +0 -5
  771. package/esm2022/icons/skane/public-api.mjs +0 -3
  772. package/esm2022/icons/sormland/icon-sormland.component.mjs +0 -12
  773. package/esm2022/icons/sormland/icon-sormland.module.mjs +0 -22
  774. package/esm2022/icons/sormland/inera-ids-angular-icons-sormland.mjs +0 -5
  775. package/esm2022/icons/sormland/public-api.mjs +0 -3
  776. package/esm2022/icons/star/icon-star.component.mjs +0 -12
  777. package/esm2022/icons/star/icon-star.module.mjs +0 -22
  778. package/esm2022/icons/star/inera-ids-angular-icons-star.mjs +0 -5
  779. package/esm2022/icons/star/public-api.mjs +0 -3
  780. package/esm2022/icons/star-filled/icon-star-filled.component.mjs +0 -12
  781. package/esm2022/icons/star-filled/icon-star-filled.module.mjs +0 -22
  782. package/esm2022/icons/star-filled/inera-ids-angular-icons-star-filled.mjs +0 -5
  783. package/esm2022/icons/star-filled/public-api.mjs +0 -3
  784. package/esm2022/icons/stockholm/icon-stockholm.component.mjs +0 -12
  785. package/esm2022/icons/stockholm/icon-stockholm.module.mjs +0 -22
  786. package/esm2022/icons/stockholm/inera-ids-angular-icons-stockholm.mjs +0 -5
  787. package/esm2022/icons/stockholm/public-api.mjs +0 -3
  788. package/esm2022/icons/success/icon-success.component.mjs +0 -12
  789. package/esm2022/icons/success/icon-success.module.mjs +0 -22
  790. package/esm2022/icons/success/inera-ids-angular-icons-success.mjs +0 -5
  791. package/esm2022/icons/success/public-api.mjs +0 -3
  792. package/esm2022/icons/swap/icon-swap.component.mjs +0 -12
  793. package/esm2022/icons/swap/icon-swap.module.mjs +0 -22
  794. package/esm2022/icons/swap/inera-ids-angular-icons-swap.mjs +0 -5
  795. package/esm2022/icons/swap/public-api.mjs +0 -3
  796. package/esm2022/icons/switch-person/icon-switch-person.component.mjs +0 -12
  797. package/esm2022/icons/switch-person/icon-switch-person.module.mjs +0 -22
  798. package/esm2022/icons/switch-person/inera-ids-angular-icons-switch-person.mjs +0 -5
  799. package/esm2022/icons/switch-person/public-api.mjs +0 -3
  800. package/esm2022/icons/telephone/icon-telephone.component.mjs +0 -12
  801. package/esm2022/icons/telephone/icon-telephone.module.mjs +0 -22
  802. package/esm2022/icons/telephone/inera-ids-angular-icons-telephone.mjs +0 -5
  803. package/esm2022/icons/telephone/public-api.mjs +0 -3
  804. package/esm2022/icons/test-tube/icon-test-tube.component.mjs +0 -12
  805. package/esm2022/icons/test-tube/icon-test-tube.module.mjs +0 -22
  806. package/esm2022/icons/test-tube/inera-ids-angular-icons-test-tube.mjs +0 -5
  807. package/esm2022/icons/test-tube/public-api.mjs +0 -3
  808. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +0 -12
  809. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +0 -22
  810. package/esm2022/icons/test-tube-analyze/public-api.mjs +0 -3
  811. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +0 -12
  812. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +0 -22
  813. package/esm2022/icons/test-tube-empty/inera-ids-angular-icons-test-tube-empty.mjs +0 -5
  814. package/esm2022/icons/test-tube-empty/public-api.mjs +0 -3
  815. package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +0 -12
  816. package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +0 -22
  817. package/esm2022/icons/toggle-card/inera-ids-angular-icons-toggle-card.mjs +0 -5
  818. package/esm2022/icons/toggle-card/public-api.mjs +0 -3
  819. package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +0 -12
  820. package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +0 -22
  821. package/esm2022/icons/toggle-list/inera-ids-angular-icons-toggle-list.mjs +0 -5
  822. package/esm2022/icons/toggle-list/public-api.mjs +0 -3
  823. package/esm2022/icons/trash/icon-trash.component.mjs +0 -12
  824. package/esm2022/icons/trash/icon-trash.module.mjs +0 -22
  825. package/esm2022/icons/trash/inera-ids-angular-icons-trash.mjs +0 -5
  826. package/esm2022/icons/trash/public-api.mjs +0 -3
  827. package/esm2022/icons/twitter/icon-twitter.component.mjs +0 -12
  828. package/esm2022/icons/twitter/icon-twitter.module.mjs +0 -22
  829. package/esm2022/icons/twitter/inera-ids-angular-icons-twitter.mjs +0 -5
  830. package/esm2022/icons/twitter/public-api.mjs +0 -3
  831. package/esm2022/icons/uppsala/icon-uppsala.component.mjs +0 -12
  832. package/esm2022/icons/uppsala/icon-uppsala.module.mjs +0 -22
  833. package/esm2022/icons/uppsala/inera-ids-angular-icons-uppsala.mjs +0 -5
  834. package/esm2022/icons/uppsala/public-api.mjs +0 -3
  835. package/esm2022/icons/user/icon-user.component.mjs +0 -12
  836. package/esm2022/icons/user/icon-user.module.mjs +0 -18
  837. package/esm2022/icons/user/inera-ids-angular-icons-user.mjs +0 -5
  838. package/esm2022/icons/user/public-api.mjs +0 -3
  839. package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +0 -12
  840. package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +0 -22
  841. package/esm2022/icons/vasterbotten/inera-ids-angular-icons-vasterbotten.mjs +0 -5
  842. package/esm2022/icons/vasterbotten/public-api.mjs +0 -3
  843. package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +0 -12
  844. package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +0 -22
  845. package/esm2022/icons/vasternorrland/inera-ids-angular-icons-vasternorrland.mjs +0 -5
  846. package/esm2022/icons/vasternorrland/public-api.mjs +0 -3
  847. package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +0 -12
  848. package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +0 -22
  849. package/esm2022/icons/vastmanland/inera-ids-angular-icons-vastmanland.mjs +0 -5
  850. package/esm2022/icons/vastmanland/public-api.mjs +0 -3
  851. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +0 -12
  852. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +0 -22
  853. package/esm2022/icons/vastra-gotaland/inera-ids-angular-icons-vastra-gotaland.mjs +0 -5
  854. package/esm2022/icons/vastra-gotaland/public-api.mjs +0 -3
  855. package/esm2022/icons/video-off/icon-video-off.component.mjs +0 -12
  856. package/esm2022/icons/video-off/icon-video-off.module.mjs +0 -22
  857. package/esm2022/icons/video-off/inera-ids-angular-icons-video-off.mjs +0 -5
  858. package/esm2022/icons/video-off/public-api.mjs +0 -3
  859. package/esm2022/icons/video-on/icon-video-on.component.mjs +0 -12
  860. package/esm2022/icons/video-on/icon-video-on.module.mjs +0 -22
  861. package/esm2022/icons/video-on/inera-ids-angular-icons-video-on.mjs +0 -5
  862. package/esm2022/icons/video-on/public-api.mjs +0 -3
  863. package/esm2022/icons/video-switch/icon-video-switch.component.mjs +0 -12
  864. package/esm2022/icons/video-switch/icon-video-switch.module.mjs +0 -22
  865. package/esm2022/icons/video-switch/inera-ids-angular-icons-video-switch.mjs +0 -5
  866. package/esm2022/icons/video-switch/public-api.mjs +0 -3
  867. package/esm2022/icons/visibility/icon-visibility.component.mjs +0 -12
  868. package/esm2022/icons/visibility/icon-visibility.module.mjs +0 -22
  869. package/esm2022/icons/visibility/inera-ids-angular-icons-visibility.mjs +0 -5
  870. package/esm2022/icons/visibility/public-api.mjs +0 -3
  871. package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +0 -12
  872. package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +0 -22
  873. package/esm2022/icons/visibility-off/inera-ids-angular-icons-visibility-off.mjs +0 -5
  874. package/esm2022/icons/visibility-off/public-api.mjs +0 -3
  875. package/esm2022/icons/warning/icon-warning.component.mjs +0 -12
  876. package/esm2022/icons/warning/icon-warning.module.mjs +0 -22
  877. package/esm2022/icons/warning/inera-ids-angular-icons-warning.mjs +0 -5
  878. package/esm2022/icons/warning/public-api.mjs +0 -3
  879. package/fesm2022/inera-ids-angular-components-agent.mjs +0 -56
  880. package/fesm2022/inera-ids-angular-components-agent.mjs.map +0 -1
  881. package/fesm2022/inera-ids-angular-components-alert-global.mjs +0 -62
  882. package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +0 -1
  883. package/fesm2022/inera-ids-angular-icons-1177.mjs +0 -38
  884. package/fesm2022/inera-ids-angular-icons-1177.mjs.map +0 -1
  885. package/fesm2022/inera-ids-angular-icons-activity.mjs +0 -38
  886. package/fesm2022/inera-ids-angular-icons-activity.mjs.map +0 -1
  887. package/fesm2022/inera-ids-angular-icons-agent.mjs +0 -38
  888. package/fesm2022/inera-ids-angular-icons-agent.mjs.map +0 -1
  889. package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +0 -38
  890. package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs.map +0 -1
  891. package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +0 -38
  892. package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs.map +0 -1
  893. package/fesm2022/inera-ids-angular-icons-archive.mjs +0 -38
  894. package/fesm2022/inera-ids-angular-icons-archive.mjs.map +0 -1
  895. package/fesm2022/inera-ids-angular-icons-arrow.mjs +0 -38
  896. package/fesm2022/inera-ids-angular-icons-arrow.mjs.map +0 -1
  897. package/fesm2022/inera-ids-angular-icons-attention.mjs +0 -38
  898. package/fesm2022/inera-ids-angular-icons-attention.mjs.map +0 -1
  899. package/fesm2022/inera-ids-angular-icons-blekinge.mjs +0 -38
  900. package/fesm2022/inera-ids-angular-icons-blekinge.mjs.map +0 -1
  901. package/fesm2022/inera-ids-angular-icons-bookmark.mjs +0 -38
  902. package/fesm2022/inera-ids-angular-icons-bookmark.mjs.map +0 -1
  903. package/fesm2022/inera-ids-angular-icons-calendar.mjs +0 -38
  904. package/fesm2022/inera-ids-angular-icons-calendar.mjs.map +0 -1
  905. package/fesm2022/inera-ids-angular-icons-call-active.mjs +0 -38
  906. package/fesm2022/inera-ids-angular-icons-call-active.mjs.map +0 -1
  907. package/fesm2022/inera-ids-angular-icons-call.mjs +0 -38
  908. package/fesm2022/inera-ids-angular-icons-call.mjs.map +0 -1
  909. package/fesm2022/inera-ids-angular-icons-camera-off.mjs +0 -38
  910. package/fesm2022/inera-ids-angular-icons-camera-off.mjs.map +0 -1
  911. package/fesm2022/inera-ids-angular-icons-camera-on.mjs +0 -38
  912. package/fesm2022/inera-ids-angular-icons-camera-on.mjs.map +0 -1
  913. package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +0 -38
  914. package/fesm2022/inera-ids-angular-icons-camera-switch.mjs.map +0 -1
  915. package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +0 -38
  916. package/fesm2022/inera-ids-angular-icons-chart-bar.mjs.map +0 -1
  917. package/fesm2022/inera-ids-angular-icons-chart-line.mjs +0 -38
  918. package/fesm2022/inera-ids-angular-icons-chart-line.mjs.map +0 -1
  919. package/fesm2022/inera-ids-angular-icons-chat.mjs +0 -38
  920. package/fesm2022/inera-ids-angular-icons-chat.mjs.map +0 -1
  921. package/fesm2022/inera-ids-angular-icons-check.mjs +0 -38
  922. package/fesm2022/inera-ids-angular-icons-check.mjs.map +0 -1
  923. package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +0 -38
  924. package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs.map +0 -1
  925. package/fesm2022/inera-ids-angular-icons-chevron.mjs +0 -38
  926. package/fesm2022/inera-ids-angular-icons-chevron.mjs.map +0 -1
  927. package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +0 -38
  928. package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs.map +0 -1
  929. package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +0 -38
  930. package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs.map +0 -1
  931. package/fesm2022/inera-ids-angular-icons-clipboard.mjs +0 -38
  932. package/fesm2022/inera-ids-angular-icons-clipboard.mjs.map +0 -1
  933. package/fesm2022/inera-ids-angular-icons-clock.mjs +0 -38
  934. package/fesm2022/inera-ids-angular-icons-clock.mjs.map +0 -1
  935. package/fesm2022/inera-ids-angular-icons-close-bold.mjs +0 -38
  936. package/fesm2022/inera-ids-angular-icons-close-bold.mjs.map +0 -1
  937. package/fesm2022/inera-ids-angular-icons-close.mjs +0 -38
  938. package/fesm2022/inera-ids-angular-icons-close.mjs.map +0 -1
  939. package/fesm2022/inera-ids-angular-icons-cog.mjs +0 -38
  940. package/fesm2022/inera-ids-angular-icons-cog.mjs.map +0 -1
  941. package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +0 -38
  942. package/fesm2022/inera-ids-angular-icons-computer-inera.mjs.map +0 -1
  943. package/fesm2022/inera-ids-angular-icons-computer.mjs +0 -38
  944. package/fesm2022/inera-ids-angular-icons-computer.mjs.map +0 -1
  945. package/fesm2022/inera-ids-angular-icons-copy-file.mjs +0 -38
  946. package/fesm2022/inera-ids-angular-icons-copy-file.mjs.map +0 -1
  947. package/fesm2022/inera-ids-angular-icons-copy-link.mjs +0 -38
  948. package/fesm2022/inera-ids-angular-icons-copy-link.mjs.map +0 -1
  949. package/fesm2022/inera-ids-angular-icons-denied.mjs +0 -38
  950. package/fesm2022/inera-ids-angular-icons-denied.mjs.map +0 -1
  951. package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +0 -38
  952. package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs.map +0 -1
  953. package/fesm2022/inera-ids-angular-icons-document.mjs +0 -38
  954. package/fesm2022/inera-ids-angular-icons-document.mjs.map +0 -1
  955. package/fesm2022/inera-ids-angular-icons-download.mjs +0 -38
  956. package/fesm2022/inera-ids-angular-icons-download.mjs.map +0 -1
  957. package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +0 -38
  958. package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs.map +0 -1
  959. package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +0 -38
  960. package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs.map +0 -1
  961. package/fesm2022/inera-ids-angular-icons-edit.mjs +0 -38
  962. package/fesm2022/inera-ids-angular-icons-edit.mjs.map +0 -1
  963. package/fesm2022/inera-ids-angular-icons-email-sent.mjs +0 -38
  964. package/fesm2022/inera-ids-angular-icons-email-sent.mjs.map +0 -1
  965. package/fesm2022/inera-ids-angular-icons-email-unread.mjs +0 -38
  966. package/fesm2022/inera-ids-angular-icons-email-unread.mjs.map +0 -1
  967. package/fesm2022/inera-ids-angular-icons-email.mjs +0 -38
  968. package/fesm2022/inera-ids-angular-icons-email.mjs.map +0 -1
  969. package/fesm2022/inera-ids-angular-icons-expand.mjs +0 -38
  970. package/fesm2022/inera-ids-angular-icons-expand.mjs.map +0 -1
  971. package/fesm2022/inera-ids-angular-icons-external.mjs +0 -38
  972. package/fesm2022/inera-ids-angular-icons-external.mjs.map +0 -1
  973. package/fesm2022/inera-ids-angular-icons-facebook.mjs +0 -38
  974. package/fesm2022/inera-ids-angular-icons-facebook.mjs.map +0 -1
  975. package/fesm2022/inera-ids-angular-icons-file-csv.mjs +0 -38
  976. package/fesm2022/inera-ids-angular-icons-file-csv.mjs.map +0 -1
  977. package/fesm2022/inera-ids-angular-icons-file-excel.mjs +0 -38
  978. package/fesm2022/inera-ids-angular-icons-file-excel.mjs.map +0 -1
  979. package/fesm2022/inera-ids-angular-icons-file-other.mjs +0 -38
  980. package/fesm2022/inera-ids-angular-icons-file-other.mjs.map +0 -1
  981. package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +0 -38
  982. package/fesm2022/inera-ids-angular-icons-file-pdf.mjs.map +0 -1
  983. package/fesm2022/inera-ids-angular-icons-file-picture.mjs +0 -38
  984. package/fesm2022/inera-ids-angular-icons-file-picture.mjs.map +0 -1
  985. package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +0 -38
  986. package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs.map +0 -1
  987. package/fesm2022/inera-ids-angular-icons-file-word.mjs +0 -38
  988. package/fesm2022/inera-ids-angular-icons-file-word.mjs.map +0 -1
  989. package/fesm2022/inera-ids-angular-icons-find-care.mjs +0 -38
  990. package/fesm2022/inera-ids-angular-icons-find-care.mjs.map +0 -1
  991. package/fesm2022/inera-ids-angular-icons-find-region.mjs +0 -38
  992. package/fesm2022/inera-ids-angular-icons-find-region.mjs.map +0 -1
  993. package/fesm2022/inera-ids-angular-icons-flag.mjs +0 -38
  994. package/fesm2022/inera-ids-angular-icons-flag.mjs.map +0 -1
  995. package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +0 -38
  996. package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs.map +0 -1
  997. package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +0 -38
  998. package/fesm2022/inera-ids-angular-icons-form-numbered.mjs.map +0 -1
  999. package/fesm2022/inera-ids-angular-icons-gotland.mjs +0 -38
  1000. package/fesm2022/inera-ids-angular-icons-gotland.mjs.map +0 -1
  1001. package/fesm2022/inera-ids-angular-icons-halland.mjs +0 -38
  1002. package/fesm2022/inera-ids-angular-icons-halland.mjs.map +0 -1
  1003. package/fesm2022/inera-ids-angular-icons-headphones.mjs +0 -38
  1004. package/fesm2022/inera-ids-angular-icons-headphones.mjs.map +0 -1
  1005. package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +0 -38
  1006. package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs.map +0 -1
  1007. package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +0 -38
  1008. package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs.map +0 -1
  1009. package/fesm2022/inera-ids-angular-icons-hourglass.mjs +0 -38
  1010. package/fesm2022/inera-ids-angular-icons-hourglass.mjs.map +0 -1
  1011. package/fesm2022/inera-ids-angular-icons-house.mjs +0 -38
  1012. package/fesm2022/inera-ids-angular-icons-house.mjs.map +0 -1
  1013. package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +0 -38
  1014. package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs.map +0 -1
  1015. package/fesm2022/inera-ids-angular-icons-id-card.mjs +0 -38
  1016. package/fesm2022/inera-ids-angular-icons-id-card.mjs.map +0 -1
  1017. package/fesm2022/inera-ids-angular-icons-image.mjs +0 -38
  1018. package/fesm2022/inera-ids-angular-icons-image.mjs.map +0 -1
  1019. package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +0 -38
  1020. package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs.map +0 -1
  1021. package/fesm2022/inera-ids-angular-icons-inera.mjs +0 -38
  1022. package/fesm2022/inera-ids-angular-icons-inera.mjs.map +0 -1
  1023. package/fesm2022/inera-ids-angular-icons-information.mjs +0 -38
  1024. package/fesm2022/inera-ids-angular-icons-information.mjs.map +0 -1
  1025. package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +0 -38
  1026. package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs.map +0 -1
  1027. package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +0 -38
  1028. package/fesm2022/inera-ids-angular-icons-jonkoping.mjs.map +0 -1
  1029. package/fesm2022/inera-ids-angular-icons-kalmar.mjs +0 -38
  1030. package/fesm2022/inera-ids-angular-icons-kalmar.mjs.map +0 -1
  1031. package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +0 -38
  1032. package/fesm2022/inera-ids-angular-icons-kronoberg.mjs.map +0 -1
  1033. package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +0 -38
  1034. package/fesm2022/inera-ids-angular-icons-lightbulb.mjs.map +0 -1
  1035. package/fesm2022/inera-ids-angular-icons-linkedin.mjs +0 -38
  1036. package/fesm2022/inera-ids-angular-icons-linkedin.mjs.map +0 -1
  1037. package/fesm2022/inera-ids-angular-icons-list.mjs +0 -38
  1038. package/fesm2022/inera-ids-angular-icons-list.mjs.map +0 -1
  1039. package/fesm2022/inera-ids-angular-icons-lock-open.mjs +0 -38
  1040. package/fesm2022/inera-ids-angular-icons-lock-open.mjs.map +0 -1
  1041. package/fesm2022/inera-ids-angular-icons-lock.mjs +0 -38
  1042. package/fesm2022/inera-ids-angular-icons-lock.mjs.map +0 -1
  1043. package/fesm2022/inera-ids-angular-icons-log-locked.mjs +0 -38
  1044. package/fesm2022/inera-ids-angular-icons-log-locked.mjs.map +0 -1
  1045. package/fesm2022/inera-ids-angular-icons-log.mjs +0 -38
  1046. package/fesm2022/inera-ids-angular-icons-log.mjs.map +0 -1
  1047. package/fesm2022/inera-ids-angular-icons-menu.mjs +0 -38
  1048. package/fesm2022/inera-ids-angular-icons-menu.mjs.map +0 -1
  1049. package/fesm2022/inera-ids-angular-icons-minus.mjs +0 -38
  1050. package/fesm2022/inera-ids-angular-icons-minus.mjs.map +0 -1
  1051. package/fesm2022/inera-ids-angular-icons-moment-start.mjs +0 -38
  1052. package/fesm2022/inera-ids-angular-icons-moment-start.mjs.map +0 -1
  1053. package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +0 -38
  1054. package/fesm2022/inera-ids-angular-icons-moment-stop.mjs.map +0 -1
  1055. package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +0 -38
  1056. package/fesm2022/inera-ids-angular-icons-norrbotten.mjs.map +0 -1
  1057. package/fesm2022/inera-ids-angular-icons-office-building.mjs +0 -38
  1058. package/fesm2022/inera-ids-angular-icons-office-building.mjs.map +0 -1
  1059. package/fesm2022/inera-ids-angular-icons-orebro.mjs +0 -38
  1060. package/fesm2022/inera-ids-angular-icons-orebro.mjs.map +0 -1
  1061. package/fesm2022/inera-ids-angular-icons-organization.mjs +0 -38
  1062. package/fesm2022/inera-ids-angular-icons-organization.mjs.map +0 -1
  1063. package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +0 -38
  1064. package/fesm2022/inera-ids-angular-icons-ostergotland.mjs.map +0 -1
  1065. package/fesm2022/inera-ids-angular-icons-plus.mjs +0 -38
  1066. package/fesm2022/inera-ids-angular-icons-plus.mjs.map +0 -1
  1067. package/fesm2022/inera-ids-angular-icons-prescription.mjs +0 -38
  1068. package/fesm2022/inera-ids-angular-icons-prescription.mjs.map +0 -1
  1069. package/fesm2022/inera-ids-angular-icons-print.mjs +0 -38
  1070. package/fesm2022/inera-ids-angular-icons-print.mjs.map +0 -1
  1071. package/fesm2022/inera-ids-angular-icons-question.mjs +0 -38
  1072. package/fesm2022/inera-ids-angular-icons-question.mjs.map +0 -1
  1073. package/fesm2022/inera-ids-angular-icons-reload.mjs +0 -38
  1074. package/fesm2022/inera-ids-angular-icons-reload.mjs.map +0 -1
  1075. package/fesm2022/inera-ids-angular-icons-reply.mjs +0 -38
  1076. package/fesm2022/inera-ids-angular-icons-reply.mjs.map +0 -1
  1077. package/fesm2022/inera-ids-angular-icons-search-inera.mjs +0 -38
  1078. package/fesm2022/inera-ids-angular-icons-search-inera.mjs.map +0 -1
  1079. package/fesm2022/inera-ids-angular-icons-search.mjs +0 -38
  1080. package/fesm2022/inera-ids-angular-icons-search.mjs.map +0 -1
  1081. package/fesm2022/inera-ids-angular-icons-share.mjs +0 -38
  1082. package/fesm2022/inera-ids-angular-icons-share.mjs.map +0 -1
  1083. package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +0 -38
  1084. package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs.map +0 -1
  1085. package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +0 -38
  1086. package/fesm2022/inera-ids-angular-icons-shield-locked.mjs.map +0 -1
  1087. package/fesm2022/inera-ids-angular-icons-skane.mjs +0 -38
  1088. package/fesm2022/inera-ids-angular-icons-skane.mjs.map +0 -1
  1089. package/fesm2022/inera-ids-angular-icons-sormland.mjs +0 -38
  1090. package/fesm2022/inera-ids-angular-icons-sormland.mjs.map +0 -1
  1091. package/fesm2022/inera-ids-angular-icons-star-filled.mjs +0 -38
  1092. package/fesm2022/inera-ids-angular-icons-star-filled.mjs.map +0 -1
  1093. package/fesm2022/inera-ids-angular-icons-star.mjs +0 -38
  1094. package/fesm2022/inera-ids-angular-icons-star.mjs.map +0 -1
  1095. package/fesm2022/inera-ids-angular-icons-stockholm.mjs +0 -38
  1096. package/fesm2022/inera-ids-angular-icons-stockholm.mjs.map +0 -1
  1097. package/fesm2022/inera-ids-angular-icons-success.mjs +0 -38
  1098. package/fesm2022/inera-ids-angular-icons-success.mjs.map +0 -1
  1099. package/fesm2022/inera-ids-angular-icons-swap.mjs +0 -38
  1100. package/fesm2022/inera-ids-angular-icons-swap.mjs.map +0 -1
  1101. package/fesm2022/inera-ids-angular-icons-switch-person.mjs +0 -38
  1102. package/fesm2022/inera-ids-angular-icons-switch-person.mjs.map +0 -1
  1103. package/fesm2022/inera-ids-angular-icons-telephone.mjs +0 -38
  1104. package/fesm2022/inera-ids-angular-icons-telephone.mjs.map +0 -1
  1105. package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +0 -38
  1106. package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs.map +0 -1
  1107. package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +0 -38
  1108. package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs.map +0 -1
  1109. package/fesm2022/inera-ids-angular-icons-test-tube.mjs +0 -38
  1110. package/fesm2022/inera-ids-angular-icons-test-tube.mjs.map +0 -1
  1111. package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +0 -38
  1112. package/fesm2022/inera-ids-angular-icons-toggle-card.mjs.map +0 -1
  1113. package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +0 -38
  1114. package/fesm2022/inera-ids-angular-icons-toggle-list.mjs.map +0 -1
  1115. package/fesm2022/inera-ids-angular-icons-trash.mjs +0 -38
  1116. package/fesm2022/inera-ids-angular-icons-trash.mjs.map +0 -1
  1117. package/fesm2022/inera-ids-angular-icons-twitter.mjs +0 -38
  1118. package/fesm2022/inera-ids-angular-icons-twitter.mjs.map +0 -1
  1119. package/fesm2022/inera-ids-angular-icons-uppsala.mjs +0 -38
  1120. package/fesm2022/inera-ids-angular-icons-uppsala.mjs.map +0 -1
  1121. package/fesm2022/inera-ids-angular-icons-user.mjs +0 -34
  1122. package/fesm2022/inera-ids-angular-icons-user.mjs.map +0 -1
  1123. package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +0 -38
  1124. package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs.map +0 -1
  1125. package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +0 -38
  1126. package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs.map +0 -1
  1127. package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +0 -38
  1128. package/fesm2022/inera-ids-angular-icons-vastmanland.mjs.map +0 -1
  1129. package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +0 -38
  1130. package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs.map +0 -1
  1131. package/fesm2022/inera-ids-angular-icons-video-off.mjs +0 -38
  1132. package/fesm2022/inera-ids-angular-icons-video-off.mjs.map +0 -1
  1133. package/fesm2022/inera-ids-angular-icons-video-on.mjs +0 -38
  1134. package/fesm2022/inera-ids-angular-icons-video-on.mjs.map +0 -1
  1135. package/fesm2022/inera-ids-angular-icons-video-switch.mjs +0 -38
  1136. package/fesm2022/inera-ids-angular-icons-video-switch.mjs.map +0 -1
  1137. package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +0 -38
  1138. package/fesm2022/inera-ids-angular-icons-visibility-off.mjs.map +0 -1
  1139. package/fesm2022/inera-ids-angular-icons-visibility.mjs +0 -38
  1140. package/fesm2022/inera-ids-angular-icons-visibility.mjs.map +0 -1
  1141. package/fesm2022/inera-ids-angular-icons-warning.mjs +0 -38
  1142. package/fesm2022/inera-ids-angular-icons-warning.mjs.map +0 -1
  1143. package/icons/1177/icon-1177.component.d.ts +0 -6
  1144. package/icons/1177/icon-1177.module.d.ts +0 -8
  1145. package/icons/1177/index.d.ts +0 -5
  1146. package/icons/1177/public-api.d.ts +0 -2
  1147. package/icons/activity/icon-activity.component.d.ts +0 -6
  1148. package/icons/activity/icon-activity.module.d.ts +0 -8
  1149. package/icons/activity/index.d.ts +0 -5
  1150. package/icons/activity/public-api.d.ts +0 -2
  1151. package/icons/agent/icon-agent.component.d.ts +0 -6
  1152. package/icons/agent/icon-agent.module.d.ts +0 -8
  1153. package/icons/agent/index.d.ts +0 -5
  1154. package/icons/agent/public-api.d.ts +0 -2
  1155. package/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.d.ts +0 -6
  1156. package/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.d.ts +0 -8
  1157. package/icons/alarm-clock-inactivity/index.d.ts +0 -5
  1158. package/icons/alarm-clock-inactivity/public-api.d.ts +0 -2
  1159. package/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.d.ts +0 -6
  1160. package/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.d.ts +0 -8
  1161. package/icons/alarm-clock-neutral/index.d.ts +0 -5
  1162. package/icons/alarm-clock-neutral/public-api.d.ts +0 -2
  1163. package/icons/archive/icon-archive.component.d.ts +0 -6
  1164. package/icons/archive/icon-archive.module.d.ts +0 -8
  1165. package/icons/archive/index.d.ts +0 -5
  1166. package/icons/archive/public-api.d.ts +0 -2
  1167. package/icons/arrow/icon-arrow.component.d.ts +0 -6
  1168. package/icons/arrow/icon-arrow.module.d.ts +0 -8
  1169. package/icons/arrow/index.d.ts +0 -5
  1170. package/icons/arrow/public-api.d.ts +0 -2
  1171. package/icons/attention/icon-attention.component.d.ts +0 -6
  1172. package/icons/attention/icon-attention.module.d.ts +0 -8
  1173. package/icons/attention/index.d.ts +0 -5
  1174. package/icons/attention/public-api.d.ts +0 -2
  1175. package/icons/blekinge/icon-blekinge.component.d.ts +0 -6
  1176. package/icons/blekinge/icon-blekinge.module.d.ts +0 -8
  1177. package/icons/blekinge/index.d.ts +0 -5
  1178. package/icons/blekinge/public-api.d.ts +0 -2
  1179. package/icons/bookmark/icon-bookmark.component.d.ts +0 -6
  1180. package/icons/bookmark/icon-bookmark.module.d.ts +0 -8
  1181. package/icons/bookmark/index.d.ts +0 -5
  1182. package/icons/bookmark/public-api.d.ts +0 -2
  1183. package/icons/calendar/icon-calendar.component.d.ts +0 -6
  1184. package/icons/calendar/icon-calendar.module.d.ts +0 -8
  1185. package/icons/calendar/index.d.ts +0 -5
  1186. package/icons/calendar/public-api.d.ts +0 -2
  1187. package/icons/call/icon-call.component.d.ts +0 -6
  1188. package/icons/call/icon-call.module.d.ts +0 -8
  1189. package/icons/call/index.d.ts +0 -5
  1190. package/icons/call/public-api.d.ts +0 -2
  1191. package/icons/call-active/icon-call-active.component.d.ts +0 -6
  1192. package/icons/call-active/icon-call-active.module.d.ts +0 -8
  1193. package/icons/call-active/index.d.ts +0 -5
  1194. package/icons/call-active/public-api.d.ts +0 -2
  1195. package/icons/camera-off/icon-camera-off.component.d.ts +0 -6
  1196. package/icons/camera-off/icon-camera-off.module.d.ts +0 -8
  1197. package/icons/camera-off/index.d.ts +0 -5
  1198. package/icons/camera-off/public-api.d.ts +0 -2
  1199. package/icons/camera-on/icon-camera-on.component.d.ts +0 -6
  1200. package/icons/camera-on/icon-camera-on.module.d.ts +0 -8
  1201. package/icons/camera-on/index.d.ts +0 -5
  1202. package/icons/camera-on/public-api.d.ts +0 -2
  1203. package/icons/camera-switch/icon-camera-switch.component.d.ts +0 -6
  1204. package/icons/camera-switch/icon-camera-switch.module.d.ts +0 -8
  1205. package/icons/camera-switch/index.d.ts +0 -5
  1206. package/icons/camera-switch/public-api.d.ts +0 -2
  1207. package/icons/chart-bar/icon-chart-bar.component.d.ts +0 -6
  1208. package/icons/chart-bar/icon-chart-bar.module.d.ts +0 -8
  1209. package/icons/chart-bar/index.d.ts +0 -5
  1210. package/icons/chart-bar/public-api.d.ts +0 -2
  1211. package/icons/chart-line/icon-chart-line.component.d.ts +0 -6
  1212. package/icons/chart-line/icon-chart-line.module.d.ts +0 -8
  1213. package/icons/chart-line/index.d.ts +0 -5
  1214. package/icons/chart-line/public-api.d.ts +0 -2
  1215. package/icons/chat/icon-chat.component.d.ts +0 -6
  1216. package/icons/chat/icon-chat.module.d.ts +0 -8
  1217. package/icons/chat/index.d.ts +0 -5
  1218. package/icons/chat/public-api.d.ts +0 -2
  1219. package/icons/check/icon-check.component.d.ts +0 -6
  1220. package/icons/check/icon-check.module.d.ts +0 -8
  1221. package/icons/check/index.d.ts +0 -5
  1222. package/icons/check/public-api.d.ts +0 -2
  1223. package/icons/chevron/icon-chevron.component.d.ts +0 -6
  1224. package/icons/chevron/icon-chevron.module.d.ts +0 -8
  1225. package/icons/chevron/index.d.ts +0 -5
  1226. package/icons/chevron/public-api.d.ts +0 -2
  1227. package/icons/chevron-bold/icon-chevron-bold.component.d.ts +0 -6
  1228. package/icons/chevron-bold/icon-chevron-bold.module.d.ts +0 -8
  1229. package/icons/chevron-bold/index.d.ts +0 -5
  1230. package/icons/chevron-bold/public-api.d.ts +0 -2
  1231. package/icons/clipboard/icon-clipboard.component.d.ts +0 -6
  1232. package/icons/clipboard/icon-clipboard.module.d.ts +0 -8
  1233. package/icons/clipboard/index.d.ts +0 -5
  1234. package/icons/clipboard/public-api.d.ts +0 -2
  1235. package/icons/clipboard-cross/icon-clipboard-cross.component.d.ts +0 -6
  1236. package/icons/clipboard-cross/icon-clipboard-cross.module.d.ts +0 -8
  1237. package/icons/clipboard-cross/index.d.ts +0 -5
  1238. package/icons/clipboard-cross/public-api.d.ts +0 -2
  1239. package/icons/clipboard-text/icon-clipboard-text.component.d.ts +0 -6
  1240. package/icons/clipboard-text/icon-clipboard-text.module.d.ts +0 -8
  1241. package/icons/clipboard-text/index.d.ts +0 -5
  1242. package/icons/clipboard-text/public-api.d.ts +0 -2
  1243. package/icons/clock/icon-clock.component.d.ts +0 -6
  1244. package/icons/clock/icon-clock.module.d.ts +0 -8
  1245. package/icons/clock/index.d.ts +0 -5
  1246. package/icons/clock/public-api.d.ts +0 -2
  1247. package/icons/close/icon-close.component.d.ts +0 -6
  1248. package/icons/close/icon-close.module.d.ts +0 -8
  1249. package/icons/close/index.d.ts +0 -5
  1250. package/icons/close/public-api.d.ts +0 -2
  1251. package/icons/close-bold/icon-close-bold.component.d.ts +0 -6
  1252. package/icons/close-bold/icon-close-bold.module.d.ts +0 -8
  1253. package/icons/close-bold/index.d.ts +0 -5
  1254. package/icons/close-bold/public-api.d.ts +0 -2
  1255. package/icons/cog/icon-cog.component.d.ts +0 -6
  1256. package/icons/cog/icon-cog.module.d.ts +0 -8
  1257. package/icons/cog/index.d.ts +0 -5
  1258. package/icons/cog/public-api.d.ts +0 -2
  1259. package/icons/computer/icon-computer.component.d.ts +0 -6
  1260. package/icons/computer/icon-computer.module.d.ts +0 -8
  1261. package/icons/computer/index.d.ts +0 -5
  1262. package/icons/computer/public-api.d.ts +0 -2
  1263. package/icons/computer-inera/icon-computer-inera.component.d.ts +0 -6
  1264. package/icons/computer-inera/icon-computer-inera.module.d.ts +0 -8
  1265. package/icons/computer-inera/index.d.ts +0 -5
  1266. package/icons/computer-inera/public-api.d.ts +0 -2
  1267. package/icons/copy-file/icon-copy-file.component.d.ts +0 -6
  1268. package/icons/copy-file/icon-copy-file.module.d.ts +0 -8
  1269. package/icons/copy-file/index.d.ts +0 -5
  1270. package/icons/copy-file/public-api.d.ts +0 -2
  1271. package/icons/copy-link/icon-copy-link.component.d.ts +0 -6
  1272. package/icons/copy-link/icon-copy-link.module.d.ts +0 -8
  1273. package/icons/copy-link/index.d.ts +0 -5
  1274. package/icons/copy-link/public-api.d.ts +0 -2
  1275. package/icons/denied/icon-denied.component.d.ts +0 -6
  1276. package/icons/denied/icon-denied.module.d.ts +0 -8
  1277. package/icons/denied/index.d.ts +0 -5
  1278. package/icons/denied/public-api.d.ts +0 -2
  1279. package/icons/doctors-bag/icon-doctors-bag.component.d.ts +0 -6
  1280. package/icons/doctors-bag/icon-doctors-bag.module.d.ts +0 -8
  1281. package/icons/doctors-bag/index.d.ts +0 -5
  1282. package/icons/doctors-bag/public-api.d.ts +0 -2
  1283. package/icons/document/icon-document.component.d.ts +0 -6
  1284. package/icons/document/icon-document.module.d.ts +0 -8
  1285. package/icons/document/index.d.ts +0 -5
  1286. package/icons/document/public-api.d.ts +0 -2
  1287. package/icons/download/icon-download.component.d.ts +0 -6
  1288. package/icons/download/icon-download.module.d.ts +0 -8
  1289. package/icons/download/index.d.ts +0 -5
  1290. package/icons/download/public-api.d.ts +0 -2
  1291. package/icons/drag-n-drop/icon-drag-n-drop.component.d.ts +0 -6
  1292. package/icons/drag-n-drop/icon-drag-n-drop.module.d.ts +0 -8
  1293. package/icons/drag-n-drop/index.d.ts +0 -5
  1294. package/icons/drag-n-drop/public-api.d.ts +0 -2
  1295. package/icons/ear-hearing/icon-ear-hearing.component.d.ts +0 -6
  1296. package/icons/ear-hearing/icon-ear-hearing.module.d.ts +0 -8
  1297. package/icons/ear-hearing/index.d.ts +0 -5
  1298. package/icons/ear-hearing/public-api.d.ts +0 -2
  1299. package/icons/edit/icon-edit.component.d.ts +0 -6
  1300. package/icons/edit/icon-edit.module.d.ts +0 -8
  1301. package/icons/edit/index.d.ts +0 -5
  1302. package/icons/edit/public-api.d.ts +0 -2
  1303. package/icons/email/icon-email.component.d.ts +0 -6
  1304. package/icons/email/icon-email.module.d.ts +0 -8
  1305. package/icons/email/index.d.ts +0 -5
  1306. package/icons/email/public-api.d.ts +0 -2
  1307. package/icons/email-sent/icon-email-sent.component.d.ts +0 -6
  1308. package/icons/email-sent/icon-email-sent.module.d.ts +0 -8
  1309. package/icons/email-sent/index.d.ts +0 -5
  1310. package/icons/email-sent/public-api.d.ts +0 -2
  1311. package/icons/email-unread/icon-email-unread.component.d.ts +0 -6
  1312. package/icons/email-unread/icon-email-unread.module.d.ts +0 -8
  1313. package/icons/email-unread/index.d.ts +0 -5
  1314. package/icons/email-unread/public-api.d.ts +0 -2
  1315. package/icons/expand/icon-expand.component.d.ts +0 -6
  1316. package/icons/expand/icon-expand.module.d.ts +0 -8
  1317. package/icons/expand/index.d.ts +0 -5
  1318. package/icons/expand/public-api.d.ts +0 -2
  1319. package/icons/external/icon-external.component.d.ts +0 -6
  1320. package/icons/external/icon-external.module.d.ts +0 -8
  1321. package/icons/external/index.d.ts +0 -5
  1322. package/icons/external/public-api.d.ts +0 -2
  1323. package/icons/facebook/icon-facebook.component.d.ts +0 -6
  1324. package/icons/facebook/icon-facebook.module.d.ts +0 -8
  1325. package/icons/facebook/index.d.ts +0 -5
  1326. package/icons/facebook/public-api.d.ts +0 -2
  1327. package/icons/file-csv/icon-file-csv.component.d.ts +0 -6
  1328. package/icons/file-csv/icon-file-csv.module.d.ts +0 -8
  1329. package/icons/file-csv/index.d.ts +0 -5
  1330. package/icons/file-csv/public-api.d.ts +0 -2
  1331. package/icons/file-excel/icon-file-excel.component.d.ts +0 -6
  1332. package/icons/file-excel/icon-file-excel.module.d.ts +0 -8
  1333. package/icons/file-excel/index.d.ts +0 -5
  1334. package/icons/file-excel/public-api.d.ts +0 -2
  1335. package/icons/file-other/icon-file-other.component.d.ts +0 -6
  1336. package/icons/file-other/icon-file-other.module.d.ts +0 -8
  1337. package/icons/file-other/index.d.ts +0 -5
  1338. package/icons/file-other/public-api.d.ts +0 -2
  1339. package/icons/file-pdf/icon-file-pdf.component.d.ts +0 -6
  1340. package/icons/file-pdf/icon-file-pdf.module.d.ts +0 -8
  1341. package/icons/file-pdf/index.d.ts +0 -5
  1342. package/icons/file-pdf/public-api.d.ts +0 -2
  1343. package/icons/file-picture/icon-file-picture.component.d.ts +0 -6
  1344. package/icons/file-picture/icon-file-picture.module.d.ts +0 -8
  1345. package/icons/file-picture/index.d.ts +0 -5
  1346. package/icons/file-picture/public-api.d.ts +0 -2
  1347. package/icons/file-powerpoint/icon-file-powerpoint.component.d.ts +0 -6
  1348. package/icons/file-powerpoint/icon-file-powerpoint.module.d.ts +0 -8
  1349. package/icons/file-powerpoint/index.d.ts +0 -5
  1350. package/icons/file-powerpoint/public-api.d.ts +0 -2
  1351. package/icons/file-word/icon-file-word.component.d.ts +0 -6
  1352. package/icons/file-word/icon-file-word.module.d.ts +0 -8
  1353. package/icons/file-word/index.d.ts +0 -5
  1354. package/icons/file-word/public-api.d.ts +0 -2
  1355. package/icons/find-care/icon-find-care.component.d.ts +0 -6
  1356. package/icons/find-care/icon-find-care.module.d.ts +0 -8
  1357. package/icons/find-care/index.d.ts +0 -5
  1358. package/icons/find-care/public-api.d.ts +0 -2
  1359. package/icons/find-region/icon-find-region.component.d.ts +0 -6
  1360. package/icons/find-region/icon-find-region.module.d.ts +0 -8
  1361. package/icons/find-region/index.d.ts +0 -5
  1362. package/icons/find-region/public-api.d.ts +0 -2
  1363. package/icons/flag/icon-flag.component.d.ts +0 -6
  1364. package/icons/flag/icon-flag.module.d.ts +0 -8
  1365. package/icons/flag/index.d.ts +0 -5
  1366. package/icons/flag/public-api.d.ts +0 -2
  1367. package/icons/form-numbered/icon-form-numbered.component.d.ts +0 -6
  1368. package/icons/form-numbered/icon-form-numbered.module.d.ts +0 -8
  1369. package/icons/form-numbered/index.d.ts +0 -5
  1370. package/icons/form-numbered/public-api.d.ts +0 -2
  1371. package/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.d.ts +0 -6
  1372. package/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.d.ts +0 -8
  1373. package/icons/form-numbered-reocurring/index.d.ts +0 -5
  1374. package/icons/form-numbered-reocurring/public-api.d.ts +0 -2
  1375. package/icons/gotland/icon-gotland.component.d.ts +0 -6
  1376. package/icons/gotland/icon-gotland.module.d.ts +0 -8
  1377. package/icons/gotland/index.d.ts +0 -5
  1378. package/icons/gotland/public-api.d.ts +0 -2
  1379. package/icons/halland/icon-halland.component.d.ts +0 -6
  1380. package/icons/halland/icon-halland.module.d.ts +0 -8
  1381. package/icons/halland/index.d.ts +0 -5
  1382. package/icons/halland/public-api.d.ts +0 -2
  1383. package/icons/headphones/icon-headphones.component.d.ts +0 -6
  1384. package/icons/headphones/icon-headphones.module.d.ts +0 -8
  1385. package/icons/headphones/index.d.ts +0 -5
  1386. package/icons/headphones/public-api.d.ts +0 -2
  1387. package/icons/hourglass/icon-hourglass.component.d.ts +0 -6
  1388. package/icons/hourglass/icon-hourglass.module.d.ts +0 -8
  1389. package/icons/hourglass/index.d.ts +0 -5
  1390. package/icons/hourglass/public-api.d.ts +0 -2
  1391. package/icons/hourglass-end/icon-hourglass-end.component.d.ts +0 -6
  1392. package/icons/hourglass-end/icon-hourglass-end.module.d.ts +0 -8
  1393. package/icons/hourglass-end/index.d.ts +0 -5
  1394. package/icons/hourglass-end/public-api.d.ts +0 -2
  1395. package/icons/hourglass-start/icon-hourglass-start.component.d.ts +0 -6
  1396. package/icons/hourglass-start/icon-hourglass-start.module.d.ts +0 -8
  1397. package/icons/hourglass-start/index.d.ts +0 -5
  1398. package/icons/hourglass-start/public-api.d.ts +0 -2
  1399. package/icons/house/icon-house.component.d.ts +0 -6
  1400. package/icons/house/icon-house.module.d.ts +0 -8
  1401. package/icons/house/index.d.ts +0 -5
  1402. package/icons/house/public-api.d.ts +0 -2
  1403. package/icons/id-card/icon-id-card.component.d.ts +0 -6
  1404. package/icons/id-card/icon-id-card.module.d.ts +0 -8
  1405. package/icons/id-card/index.d.ts +0 -5
  1406. package/icons/id-card/public-api.d.ts +0 -2
  1407. package/icons/id-card-locked/icon-id-card-locked.component.d.ts +0 -6
  1408. package/icons/id-card-locked/icon-id-card-locked.module.d.ts +0 -8
  1409. package/icons/id-card-locked/index.d.ts +0 -5
  1410. package/icons/id-card-locked/public-api.d.ts +0 -2
  1411. package/icons/image/icon-image.component.d.ts +0 -6
  1412. package/icons/image/icon-image.module.d.ts +0 -8
  1413. package/icons/image/index.d.ts +0 -5
  1414. package/icons/image/public-api.d.ts +0 -2
  1415. package/icons/inera/icon-inera.component.d.ts +0 -6
  1416. package/icons/inera/icon-inera.module.d.ts +0 -8
  1417. package/icons/inera/index.d.ts +0 -5
  1418. package/icons/inera/public-api.d.ts +0 -2
  1419. package/icons/inera-legacy/icon-inera-legacy.component.d.ts +0 -6
  1420. package/icons/inera-legacy/icon-inera-legacy.module.d.ts +0 -8
  1421. package/icons/inera-legacy/index.d.ts +0 -5
  1422. package/icons/inera-legacy/public-api.d.ts +0 -2
  1423. package/icons/information/icon-information.component.d.ts +0 -6
  1424. package/icons/information/icon-information.module.d.ts +0 -8
  1425. package/icons/information/index.d.ts +0 -5
  1426. package/icons/information/public-api.d.ts +0 -2
  1427. package/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.d.ts +0 -6
  1428. package/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.d.ts +0 -8
  1429. package/icons/jamtland-harjedalen/index.d.ts +0 -5
  1430. package/icons/jamtland-harjedalen/public-api.d.ts +0 -2
  1431. package/icons/jonkoping/icon-jonkoping.component.d.ts +0 -6
  1432. package/icons/jonkoping/icon-jonkoping.module.d.ts +0 -8
  1433. package/icons/jonkoping/index.d.ts +0 -5
  1434. package/icons/jonkoping/public-api.d.ts +0 -2
  1435. package/icons/kalmar/icon-kalmar.component.d.ts +0 -6
  1436. package/icons/kalmar/icon-kalmar.module.d.ts +0 -8
  1437. package/icons/kalmar/index.d.ts +0 -5
  1438. package/icons/kalmar/public-api.d.ts +0 -2
  1439. package/icons/kronoberg/icon-kronoberg.component.d.ts +0 -6
  1440. package/icons/kronoberg/icon-kronoberg.module.d.ts +0 -8
  1441. package/icons/kronoberg/index.d.ts +0 -5
  1442. package/icons/kronoberg/public-api.d.ts +0 -2
  1443. package/icons/lightbulb/icon-lightbulb.component.d.ts +0 -6
  1444. package/icons/lightbulb/icon-lightbulb.module.d.ts +0 -8
  1445. package/icons/lightbulb/index.d.ts +0 -5
  1446. package/icons/lightbulb/public-api.d.ts +0 -2
  1447. package/icons/linkedin/icon-linkedin.component.d.ts +0 -6
  1448. package/icons/linkedin/icon-linkedin.module.d.ts +0 -8
  1449. package/icons/linkedin/index.d.ts +0 -5
  1450. package/icons/linkedin/public-api.d.ts +0 -2
  1451. package/icons/list/icon-list.component.d.ts +0 -6
  1452. package/icons/list/icon-list.module.d.ts +0 -8
  1453. package/icons/list/index.d.ts +0 -5
  1454. package/icons/list/public-api.d.ts +0 -2
  1455. package/icons/lock/icon-lock.component.d.ts +0 -6
  1456. package/icons/lock/icon-lock.module.d.ts +0 -8
  1457. package/icons/lock/index.d.ts +0 -5
  1458. package/icons/lock/public-api.d.ts +0 -2
  1459. package/icons/lock-open/icon-lock-open.component.d.ts +0 -6
  1460. package/icons/lock-open/icon-lock-open.module.d.ts +0 -8
  1461. package/icons/lock-open/index.d.ts +0 -5
  1462. package/icons/lock-open/public-api.d.ts +0 -2
  1463. package/icons/log/icon-log.component.d.ts +0 -6
  1464. package/icons/log/icon-log.module.d.ts +0 -8
  1465. package/icons/log/index.d.ts +0 -5
  1466. package/icons/log/public-api.d.ts +0 -2
  1467. package/icons/log-locked/icon-log-locked.component.d.ts +0 -6
  1468. package/icons/log-locked/icon-log-locked.module.d.ts +0 -8
  1469. package/icons/log-locked/index.d.ts +0 -5
  1470. package/icons/log-locked/public-api.d.ts +0 -2
  1471. package/icons/menu/icon-menu.component.d.ts +0 -6
  1472. package/icons/menu/icon-menu.module.d.ts +0 -8
  1473. package/icons/menu/index.d.ts +0 -5
  1474. package/icons/menu/public-api.d.ts +0 -2
  1475. package/icons/minus/icon-minus.component.d.ts +0 -6
  1476. package/icons/minus/icon-minus.module.d.ts +0 -8
  1477. package/icons/minus/index.d.ts +0 -5
  1478. package/icons/minus/public-api.d.ts +0 -2
  1479. package/icons/moment-start/icon-moment-start.component.d.ts +0 -6
  1480. package/icons/moment-start/icon-moment-start.module.d.ts +0 -8
  1481. package/icons/moment-start/index.d.ts +0 -5
  1482. package/icons/moment-start/public-api.d.ts +0 -2
  1483. package/icons/moment-stop/icon-moment-stop.component.d.ts +0 -6
  1484. package/icons/moment-stop/icon-moment-stop.module.d.ts +0 -8
  1485. package/icons/moment-stop/index.d.ts +0 -5
  1486. package/icons/moment-stop/public-api.d.ts +0 -2
  1487. package/icons/norrbotten/icon-norrbotten.component.d.ts +0 -6
  1488. package/icons/norrbotten/icon-norrbotten.module.d.ts +0 -8
  1489. package/icons/norrbotten/index.d.ts +0 -5
  1490. package/icons/norrbotten/public-api.d.ts +0 -2
  1491. package/icons/office-building/icon-office-building.component.d.ts +0 -6
  1492. package/icons/office-building/icon-office-building.module.d.ts +0 -8
  1493. package/icons/office-building/index.d.ts +0 -5
  1494. package/icons/office-building/public-api.d.ts +0 -2
  1495. package/icons/orebro/icon-orebro.component.d.ts +0 -6
  1496. package/icons/orebro/icon-orebro.module.d.ts +0 -8
  1497. package/icons/orebro/index.d.ts +0 -5
  1498. package/icons/orebro/public-api.d.ts +0 -2
  1499. package/icons/organization/icon-organization.component.d.ts +0 -6
  1500. package/icons/organization/icon-organization.module.d.ts +0 -8
  1501. package/icons/organization/index.d.ts +0 -5
  1502. package/icons/organization/public-api.d.ts +0 -2
  1503. package/icons/ostergotland/icon-ostergotland.component.d.ts +0 -6
  1504. package/icons/ostergotland/icon-ostergotland.module.d.ts +0 -8
  1505. package/icons/ostergotland/index.d.ts +0 -5
  1506. package/icons/ostergotland/public-api.d.ts +0 -2
  1507. package/icons/plus/icon-plus.component.d.ts +0 -6
  1508. package/icons/plus/icon-plus.module.d.ts +0 -8
  1509. package/icons/plus/index.d.ts +0 -5
  1510. package/icons/plus/public-api.d.ts +0 -2
  1511. package/icons/prescription/icon-prescription.component.d.ts +0 -6
  1512. package/icons/prescription/icon-prescription.module.d.ts +0 -8
  1513. package/icons/prescription/index.d.ts +0 -5
  1514. package/icons/prescription/public-api.d.ts +0 -2
  1515. package/icons/print/icon-print.component.d.ts +0 -6
  1516. package/icons/print/icon-print.module.d.ts +0 -8
  1517. package/icons/print/index.d.ts +0 -5
  1518. package/icons/print/public-api.d.ts +0 -2
  1519. package/icons/question/icon-question.component.d.ts +0 -6
  1520. package/icons/question/icon-question.module.d.ts +0 -8
  1521. package/icons/question/index.d.ts +0 -5
  1522. package/icons/question/public-api.d.ts +0 -2
  1523. package/icons/reload/icon-reload.component.d.ts +0 -6
  1524. package/icons/reload/icon-reload.module.d.ts +0 -8
  1525. package/icons/reload/index.d.ts +0 -5
  1526. package/icons/reload/public-api.d.ts +0 -2
  1527. package/icons/reply/icon-reply.component.d.ts +0 -6
  1528. package/icons/reply/icon-reply.module.d.ts +0 -8
  1529. package/icons/reply/index.d.ts +0 -5
  1530. package/icons/reply/public-api.d.ts +0 -2
  1531. package/icons/search/icon-search.component.d.ts +0 -6
  1532. package/icons/search/icon-search.module.d.ts +0 -8
  1533. package/icons/search/index.d.ts +0 -5
  1534. package/icons/search/public-api.d.ts +0 -2
  1535. package/icons/search-inera/icon-search-inera.component.d.ts +0 -6
  1536. package/icons/search-inera/icon-search-inera.module.d.ts +0 -8
  1537. package/icons/search-inera/index.d.ts +0 -5
  1538. package/icons/search-inera/public-api.d.ts +0 -2
  1539. package/icons/share/icon-share.component.d.ts +0 -6
  1540. package/icons/share/icon-share.module.d.ts +0 -8
  1541. package/icons/share/index.d.ts +0 -5
  1542. package/icons/share/public-api.d.ts +0 -2
  1543. package/icons/shield-locked/icon-shield-locked.component.d.ts +0 -6
  1544. package/icons/shield-locked/icon-shield-locked.module.d.ts +0 -8
  1545. package/icons/shield-locked/index.d.ts +0 -5
  1546. package/icons/shield-locked/public-api.d.ts +0 -2
  1547. package/icons/shield-locked-primary/icon-shield-locked-primary.component.d.ts +0 -6
  1548. package/icons/shield-locked-primary/icon-shield-locked-primary.module.d.ts +0 -8
  1549. package/icons/shield-locked-primary/index.d.ts +0 -5
  1550. package/icons/shield-locked-primary/public-api.d.ts +0 -2
  1551. package/icons/skane/icon-skane.component.d.ts +0 -6
  1552. package/icons/skane/icon-skane.module.d.ts +0 -8
  1553. package/icons/skane/index.d.ts +0 -5
  1554. package/icons/skane/public-api.d.ts +0 -2
  1555. package/icons/sormland/icon-sormland.component.d.ts +0 -6
  1556. package/icons/sormland/icon-sormland.module.d.ts +0 -8
  1557. package/icons/sormland/index.d.ts +0 -5
  1558. package/icons/sormland/public-api.d.ts +0 -2
  1559. package/icons/star/icon-star.component.d.ts +0 -6
  1560. package/icons/star/icon-star.module.d.ts +0 -8
  1561. package/icons/star/index.d.ts +0 -5
  1562. package/icons/star/public-api.d.ts +0 -2
  1563. package/icons/star-filled/icon-star-filled.component.d.ts +0 -6
  1564. package/icons/star-filled/icon-star-filled.module.d.ts +0 -8
  1565. package/icons/star-filled/index.d.ts +0 -5
  1566. package/icons/star-filled/public-api.d.ts +0 -2
  1567. package/icons/stockholm/icon-stockholm.component.d.ts +0 -6
  1568. package/icons/stockholm/icon-stockholm.module.d.ts +0 -8
  1569. package/icons/stockholm/index.d.ts +0 -5
  1570. package/icons/stockholm/public-api.d.ts +0 -2
  1571. package/icons/success/icon-success.component.d.ts +0 -6
  1572. package/icons/success/icon-success.module.d.ts +0 -8
  1573. package/icons/success/index.d.ts +0 -5
  1574. package/icons/success/public-api.d.ts +0 -2
  1575. package/icons/swap/icon-swap.component.d.ts +0 -6
  1576. package/icons/swap/icon-swap.module.d.ts +0 -8
  1577. package/icons/swap/index.d.ts +0 -5
  1578. package/icons/swap/public-api.d.ts +0 -2
  1579. package/icons/switch-person/icon-switch-person.component.d.ts +0 -6
  1580. package/icons/switch-person/icon-switch-person.module.d.ts +0 -8
  1581. package/icons/switch-person/index.d.ts +0 -5
  1582. package/icons/switch-person/public-api.d.ts +0 -2
  1583. package/icons/telephone/icon-telephone.component.d.ts +0 -6
  1584. package/icons/telephone/icon-telephone.module.d.ts +0 -8
  1585. package/icons/telephone/index.d.ts +0 -5
  1586. package/icons/telephone/public-api.d.ts +0 -2
  1587. package/icons/test-tube/icon-test-tube.component.d.ts +0 -6
  1588. package/icons/test-tube/icon-test-tube.module.d.ts +0 -8
  1589. package/icons/test-tube/index.d.ts +0 -5
  1590. package/icons/test-tube/public-api.d.ts +0 -2
  1591. package/icons/test-tube-analyze/icon-test-tube-analyze.component.d.ts +0 -6
  1592. package/icons/test-tube-analyze/icon-test-tube-analyze.module.d.ts +0 -8
  1593. package/icons/test-tube-analyze/index.d.ts +0 -5
  1594. package/icons/test-tube-analyze/public-api.d.ts +0 -2
  1595. package/icons/test-tube-empty/icon-test-tube-empty.component.d.ts +0 -6
  1596. package/icons/test-tube-empty/icon-test-tube-empty.module.d.ts +0 -8
  1597. package/icons/test-tube-empty/index.d.ts +0 -5
  1598. package/icons/test-tube-empty/public-api.d.ts +0 -2
  1599. package/icons/toggle-card/icon-toggle-card.component.d.ts +0 -6
  1600. package/icons/toggle-card/icon-toggle-card.module.d.ts +0 -8
  1601. package/icons/toggle-card/index.d.ts +0 -5
  1602. package/icons/toggle-card/public-api.d.ts +0 -2
  1603. package/icons/toggle-list/icon-toggle-list.component.d.ts +0 -6
  1604. package/icons/toggle-list/icon-toggle-list.module.d.ts +0 -8
  1605. package/icons/toggle-list/index.d.ts +0 -5
  1606. package/icons/toggle-list/public-api.d.ts +0 -2
  1607. package/icons/trash/icon-trash.component.d.ts +0 -6
  1608. package/icons/trash/icon-trash.module.d.ts +0 -8
  1609. package/icons/trash/index.d.ts +0 -5
  1610. package/icons/trash/public-api.d.ts +0 -2
  1611. package/icons/twitter/icon-twitter.component.d.ts +0 -6
  1612. package/icons/twitter/icon-twitter.module.d.ts +0 -8
  1613. package/icons/twitter/index.d.ts +0 -5
  1614. package/icons/twitter/public-api.d.ts +0 -2
  1615. package/icons/uppsala/icon-uppsala.component.d.ts +0 -6
  1616. package/icons/uppsala/icon-uppsala.module.d.ts +0 -8
  1617. package/icons/uppsala/index.d.ts +0 -5
  1618. package/icons/uppsala/public-api.d.ts +0 -2
  1619. package/icons/user/icon-user.component.d.ts +0 -6
  1620. package/icons/user/icon-user.module.d.ts +0 -8
  1621. package/icons/user/index.d.ts +0 -5
  1622. package/icons/user/public-api.d.ts +0 -2
  1623. package/icons/vasterbotten/icon-vasterbotten.component.d.ts +0 -6
  1624. package/icons/vasterbotten/icon-vasterbotten.module.d.ts +0 -8
  1625. package/icons/vasterbotten/index.d.ts +0 -5
  1626. package/icons/vasterbotten/public-api.d.ts +0 -2
  1627. package/icons/vasternorrland/icon-vasternorrland.component.d.ts +0 -6
  1628. package/icons/vasternorrland/icon-vasternorrland.module.d.ts +0 -8
  1629. package/icons/vasternorrland/index.d.ts +0 -5
  1630. package/icons/vasternorrland/public-api.d.ts +0 -2
  1631. package/icons/vastmanland/icon-vastmanland.component.d.ts +0 -6
  1632. package/icons/vastmanland/icon-vastmanland.module.d.ts +0 -8
  1633. package/icons/vastmanland/index.d.ts +0 -5
  1634. package/icons/vastmanland/public-api.d.ts +0 -2
  1635. package/icons/vastra-gotaland/icon-vastra-gotaland.component.d.ts +0 -6
  1636. package/icons/vastra-gotaland/icon-vastra-gotaland.module.d.ts +0 -8
  1637. package/icons/vastra-gotaland/index.d.ts +0 -5
  1638. package/icons/vastra-gotaland/public-api.d.ts +0 -2
  1639. package/icons/video-off/icon-video-off.component.d.ts +0 -6
  1640. package/icons/video-off/icon-video-off.module.d.ts +0 -8
  1641. package/icons/video-off/index.d.ts +0 -5
  1642. package/icons/video-off/public-api.d.ts +0 -2
  1643. package/icons/video-on/icon-video-on.component.d.ts +0 -6
  1644. package/icons/video-on/icon-video-on.module.d.ts +0 -8
  1645. package/icons/video-on/index.d.ts +0 -5
  1646. package/icons/video-on/public-api.d.ts +0 -2
  1647. package/icons/video-switch/icon-video-switch.component.d.ts +0 -6
  1648. package/icons/video-switch/icon-video-switch.module.d.ts +0 -8
  1649. package/icons/video-switch/index.d.ts +0 -5
  1650. package/icons/video-switch/public-api.d.ts +0 -2
  1651. package/icons/visibility/icon-visibility.component.d.ts +0 -6
  1652. package/icons/visibility/icon-visibility.module.d.ts +0 -8
  1653. package/icons/visibility/index.d.ts +0 -5
  1654. package/icons/visibility/public-api.d.ts +0 -2
  1655. package/icons/visibility-off/icon-visibility-off.component.d.ts +0 -6
  1656. package/icons/visibility-off/icon-visibility-off.module.d.ts +0 -8
  1657. package/icons/visibility-off/index.d.ts +0 -5
  1658. package/icons/visibility-off/public-api.d.ts +0 -2
  1659. package/icons/warning/icon-warning.component.d.ts +0 -6
  1660. package/icons/warning/icon-warning.module.d.ts +0 -8
  1661. package/icons/warning/index.d.ts +0 -5
  1662. package/icons/warning/public-api.d.ts +0 -2
@@ -8,10 +8,10 @@ export class IDRadioGroupComponent extends IDFormBase {
8
8
  required = false;
9
9
  compact = false;
10
10
  errormessage = undefined;
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRadioGroupComponent, selector: "id-radio-group", inputs: { name: "name", legend: "legend", required: "required", compact: "compact", errormessage: "errormessage" }, usesInheritance: true, ngImport: i0, template: "<ids-radio-group \n [name]=\"name\" \n [legend]=\"legend\" \n [required]=\"required\"\n [compact]=\"compact\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{errormessage}}</ids-error-message>\n</ids-radio-group>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRadioGroupComponent, selector: "id-radio-group", inputs: { name: "name", legend: "legend", required: "required", compact: "compact", errormessage: "errormessage" }, usesInheritance: true, ngImport: i0, template: "<ids-radio-group \n [name]=\"name\" \n [legend]=\"legend\" \n [required]=\"required\"\n [compact]=\"compact\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{errormessage}}</ids-error-message>\n</ids-radio-group>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioGroupComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioGroupComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'id-radio-group', encapsulation: ViewEncapsulation.None, template: "<ids-radio-group \n [name]=\"name\" \n [legend]=\"legend\" \n [required]=\"required\"\n [compact]=\"compact\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{errormessage}}</ids-error-message>\n</ids-radio-group>" }]
17
17
  }], propDecorators: { name: [{
@@ -1,12 +1,15 @@
1
- import { Component, ViewEncapsulation } from '@angular/core';
2
- import { IDFormBase } from '@inera/ids-angular/common';
1
+ import { Component, Input, ViewEncapsulation } from "@angular/core";
2
+ import { IDFormBase } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
4
  export class IDRadioComponent extends IDFormBase {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRadioComponent, selector: "id-radio", usesInheritance: true, ngImport: i0, template: "<ids-radio [light]=\"light ? true : null\" [invalid]=\"invalid\">\n <ng-content></ng-content>\n</ids-radio>\n", encapsulation: i0.ViewEncapsulation.None });
5
+ compact = false;
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRadioComponent, selector: "id-radio", inputs: { compact: "compact" }, usesInheritance: true, ngImport: i0, template: "<ids-radio [light]=\"light ? true : null\" [invalid]=\"invalid\" [compact]=\"compact\">\n <ng-content></ng-content>\n</ids-radio>\n", encapsulation: i0.ViewEncapsulation.None });
7
8
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioComponent, decorators: [{
9
10
  type: Component,
10
- args: [{ selector: 'id-radio', encapsulation: ViewEncapsulation.None, template: "<ids-radio [light]=\"light ? true : null\" [invalid]=\"invalid\">\n <ng-content></ng-content>\n</ids-radio>\n" }]
11
- }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9mb3JtL3JhZGlvL3JhZGlvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9yYWRpby9yYWRpby5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFPdkQsTUFBTSxPQUFPLGdCQUFpQixTQUFRLFVBQVU7d0dBQW5DLGdCQUFnQjs0RkFBaEIsZ0JBQWdCLHVFQ1I3QixnSEFHQTs7NEZES2EsZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNFLFVBQVUsaUJBRUwsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElERm9ybUJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtcmFkaW8nLFxuICB0ZW1wbGF0ZVVybDogJy4vcmFkaW8uY29tcG9uZW50Lmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBJRFJhZGlvQ29tcG9uZW50IGV4dGVuZHMgSURGb3JtQmFzZSB7XG5cbn1cbiIsIjxpZHMtcmFkaW8gW2xpZ2h0XT1cImxpZ2h0ID8gdHJ1ZSA6IG51bGxcIiBbaW52YWxpZF09XCJpbnZhbGlkXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLXJhZGlvPlxuIl19
11
+ args: [{ selector: "id-radio", encapsulation: ViewEncapsulation.None, template: "<ids-radio [light]=\"light ? true : null\" [invalid]=\"invalid\" [compact]=\"compact\">\n <ng-content></ng-content>\n</ids-radio>\n" }]
12
+ }], propDecorators: { compact: [{
13
+ type: Input
14
+ }] } });
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9mb3JtL3JhZGlvL3JhZGlvLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9yYWRpby9yYWRpby5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxnQkFBaUIsU0FBUSxVQUFVO0lBRTlDLE9BQU8sR0FBWSxLQUFLLENBQUM7d0dBRmQsZ0JBQWdCOzRGQUFoQixnQkFBZ0IsdUdDUjdCLHNJQUdBOzs0RkRLYSxnQkFBZ0I7a0JBTDVCLFNBQVM7K0JBQ0UsVUFBVSxpQkFFTCxpQkFBaUIsQ0FBQyxJQUFJOzhCQUlyQyxPQUFPO3NCQUROLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBJREZvcm1CYXNlIH0gZnJvbSBcIkBpbmVyYS9pZHMtYW5ndWxhci9jb21tb25cIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLXJhZGlvXCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vcmFkaW8uY29tcG9uZW50Lmh0bWxcIixcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZVxufSlcbmV4cG9ydCBjbGFzcyBJRFJhZGlvQ29tcG9uZW50IGV4dGVuZHMgSURGb3JtQmFzZSB7XG4gIEBJbnB1dCgpXG4gIGNvbXBhY3Q6IGJvb2xlYW4gPSBmYWxzZTtcbn1cbiIsIjxpZHMtcmFkaW8gW2xpZ2h0XT1cImxpZ2h0ID8gdHJ1ZSA6IG51bGxcIiBbaW52YWxpZF09XCJpbnZhbGlkXCIgW2NvbXBhY3RdPVwiY29tcGFjdFwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2lkcy1yYWRpbz5cbiJdfQ==
@@ -5,13 +5,13 @@ import { IDRadioGroupComponent } from './radio-group.component';
5
5
  import { CommonModule } from '@angular/common';
6
6
  import * as i0 from "@angular/core";
7
7
  export class IDRadioModule {
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDRadioModule, declarations: [IDRadioComponent,
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRadioModule, declarations: [IDRadioComponent,
10
10
  IDRadioGroupComponent], imports: [CommonModule], exports: [IDRadioComponent,
11
11
  IDRadioGroupComponent] });
12
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioModule, imports: [CommonModule] });
12
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioModule, imports: [CommonModule] });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: [
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class IDRadioButtonGroupComponent extends IDFormBase {
5
5
  name = undefined;
6
6
  legend = undefined;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRadioButtonGroupComponent, selector: "id-radio-button-group", inputs: { name: "name", legend: "legend" }, usesInheritance: true, ngImport: i0, template: "<ids-radio-button-group [name]=\"name\" [legend]=\"legend\">\n <ng-content></ng-content>\n</ids-radio-button-group>\n", encapsulation: i0.ViewEncapsulation.None });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRadioButtonGroupComponent, selector: "id-radio-button-group", inputs: { name: "name", legend: "legend" }, usesInheritance: true, ngImport: i0, template: "<ids-radio-button-group [name]=\"name\" [legend]=\"legend\">\n <ng-content></ng-content>\n</ids-radio-button-group>\n", encapsulation: i0.ViewEncapsulation.None });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonGroupComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonGroupComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: "id-radio-button-group", encapsulation: ViewEncapsulation.None, template: "<ids-radio-button-group [name]=\"name\" [legend]=\"legend\">\n <ng-content></ng-content>\n</ids-radio-button-group>\n" }]
13
13
  }], propDecorators: { name: [{
@@ -3,10 +3,10 @@ import { IDFormBase } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
4
  export class IDRadioButtonComponent extends IDFormBase {
5
5
  icon = "";
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRadioButtonComponent, selector: "id-radio-button", inputs: { icon: "icon" }, usesInheritance: true, ngImport: i0, template: "<ids-radio-button [icon]=\"icon\">\n <ng-content></ng-content>\n</ids-radio-button>\n", encapsulation: i0.ViewEncapsulation.None });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
7
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRadioButtonComponent, selector: "id-radio-button", inputs: { icon: "icon" }, usesInheritance: true, ngImport: i0, template: "<ids-radio-button [icon]=\"icon\">\n <ng-content></ng-content>\n</ids-radio-button>\n", encapsulation: i0.ViewEncapsulation.None });
8
8
  }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonComponent, decorators: [{
10
10
  type: Component,
11
11
  args: [{ selector: "id-radio-button", encapsulation: ViewEncapsulation.None, template: "<ids-radio-button [icon]=\"icon\">\n <ng-content></ng-content>\n</ids-radio-button>\n" }]
12
12
  }], propDecorators: { icon: [{
@@ -5,11 +5,11 @@ import { IDRadioButtonGroupComponent } from "./radio-button-group.component";
5
5
  import { CommonModule } from "@angular/common";
6
6
  import * as i0 from "@angular/core";
7
7
  export class IDRadioButtonModule {
8
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent], imports: [CommonModule], exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent] });
10
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, imports: [CommonModule] });
8
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonModule, declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent], imports: [CommonModule], exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent] });
10
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonModule, imports: [CommonModule] });
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRadioButtonModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [CommonModule],
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
4
4
  export class IDRangeComponent extends IDFormBase {
5
5
  showticks = false;
6
6
  interval = 0;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRangeComponent, selector: "id-range", inputs: { showticks: "showticks", interval: "interval" }, usesInheritance: true, ngImport: i0, template: "<ids-range \n [invalid]=\"invalid\"\n [interval]=\"interval\"\n [showticks]=\"showticks\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-range>", encapsulation: i0.ViewEncapsulation.None });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRangeComponent, selector: "id-range", inputs: { showticks: "showticks", interval: "interval" }, usesInheritance: true, ngImport: i0, template: "<ids-range \n [invalid]=\"invalid\"\n [interval]=\"interval\"\n [showticks]=\"showticks\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-range>", encapsulation: i0.ViewEncapsulation.None });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRangeComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'id-range', encapsulation: ViewEncapsulation.None, template: "<ids-range \n [invalid]=\"invalid\"\n [interval]=\"interval\"\n [showticks]=\"showticks\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-range>" }]
13
13
  }], propDecorators: { showticks: [{
@@ -3,11 +3,11 @@ import { IDRangeComponent } from './range.component';
3
3
  import '@inera/ids-core/components/form/range/register';
4
4
  import * as i0 from "@angular/core";
5
5
  export class IDRangeModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDRangeModule, declarations: [IDRangeComponent], exports: [IDRangeComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRangeModule });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRangeModule, declarations: [IDRangeComponent], exports: [IDRangeComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeModule });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRangeModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRangeModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -2,10 +2,10 @@ import { Component, ViewEncapsulation } from "@angular/core";
2
2
  import { IDFormBase } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
4
  export class IDSelectComponent extends IDFormBase {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDSelectComponent, selector: "id-select", usesInheritance: true, ngImport: i0, template: "<ids-select\n [invalid]=\"invalid\"\n [srof]=\"srof\"\n [attr.light]=\"light ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-select>\n", encapsulation: i0.ViewEncapsulation.None });
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSelectComponent, selector: "id-select", usesInheritance: true, ngImport: i0, template: "<ids-select\n [invalid]=\"invalid\"\n [srof]=\"srof\"\n [attr.light]=\"light ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-select>\n", encapsulation: i0.ViewEncapsulation.None });
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: "id-select", encapsulation: ViewEncapsulation.None, template: "<ids-select\n [invalid]=\"invalid\"\n [srof]=\"srof\"\n [attr.light]=\"light ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-select>\n" }]
11
11
  }] });
@@ -3,11 +3,11 @@ import { IDSelectComponent } from './select.component';
3
3
  import '@inera/ids-core/components/form/select/register';
4
4
  import * as i0 from "@angular/core";
5
5
  export class IDSelectModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDSelectModule, declarations: [IDSelectComponent], exports: [IDSelectComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectModule });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDSelectModule, declarations: [IDSelectComponent], exports: [IDSelectComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectModule });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -11,10 +11,10 @@ export class IDSelectMultipleComponent extends IDFormBase {
11
11
  placeholder = '';
12
12
  selectedlabel = '';
13
13
  multiselectedlabel = '';
14
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectMultipleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { labeltext: "labeltext", disabled: "disabled", ariadisabled: "ariadisabled", errormessage: "errormessage", maxheight: "maxheight", placeholder: "placeholder", selectedlabel: "selectedlabel", multiselectedlabel: "multiselectedlabel" }, usesInheritance: true, ngImport: i0, template: "<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
14
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { labeltext: "labeltext", disabled: "disabled", ariadisabled: "ariadisabled", errormessage: "errormessage", maxheight: "maxheight", placeholder: "placeholder", selectedlabel: "selectedlabel", multiselectedlabel: "multiselectedlabel" }, usesInheritance: true, ngImport: i0, template: "<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectMultipleComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ selector: 'id-select-multiple', encapsulation: ViewEncapsulation.None, template: "<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n" }]
20
20
  }], propDecorators: { labeltext: [{
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/form/select-multiple/register';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export class IDSelectMultipleModule {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectMultipleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDSelectMultipleModule, declarations: [IDSelectMultipleComponent], imports: [CommonModule], exports: [IDSelectMultipleComponent] });
9
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectMultipleModule, imports: [CommonModule] });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleModule, declarations: [IDSelectMultipleComponent], imports: [CommonModule], exports: [IDSelectMultipleComponent] });
9
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleModule, imports: [CommonModule] });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSelectMultipleModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  imports: [
@@ -4,10 +4,10 @@ export class IDSpinnerComponent {
4
4
  srtext = '';
5
5
  live = 'polite';
6
6
  light = false;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDSpinnerComponent, selector: "id-spinner", inputs: { srtext: "srtext", live: "live", light: "light" }, ngImport: i0, template: "<ids-spinner [light]=\"light\" [srtext]=\"srtext\" [live]=\"live\">\n <ng-content></ng-content>\n</ids-spinner>", encapsulation: i0.ViewEncapsulation.None });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSpinnerComponent, selector: "id-spinner", inputs: { srtext: "srtext", live: "live", light: "light" }, ngImport: i0, template: "<ids-spinner [light]=\"light\" [srtext]=\"srtext\" [live]=\"live\">\n <ng-content></ng-content>\n</ids-spinner>", encapsulation: i0.ViewEncapsulation.None });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSpinnerComponent, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'id-spinner', encapsulation: ViewEncapsulation.None, template: "<ids-spinner [light]=\"light\" [srtext]=\"srtext\" [live]=\"live\">\n <ng-content></ng-content>\n</ids-spinner>" }]
13
13
  }], propDecorators: { srtext: [{
@@ -3,11 +3,11 @@ import { IDSpinnerComponent } from './spinner.component';
3
3
  import '@inera/ids-core/components/form/spinner/register';
4
4
  import * as i0 from "@angular/core";
5
5
  export class IDSpinnerModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDSpinnerModule, declarations: [IDSpinnerComponent], exports: [IDSpinnerComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSpinnerModule });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerModule, declarations: [IDSpinnerComponent], exports: [IDSpinnerComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerModule });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDSpinnerModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -8,10 +8,10 @@ export class IDTextareaComponent extends IDFormBase {
8
8
  constructor() {
9
9
  super();
10
10
  }
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDTextareaComponent, selector: "id-textarea", inputs: { block: "block", autosize: "autosize" }, usesInheritance: true, ngImport: i0, template: "<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>", dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0.ViewEncapsulation.None });
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTextareaComponent, selector: "id-textarea", inputs: { block: "block", autosize: "autosize" }, usesInheritance: true, ngImport: i0, template: "<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>", dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0.ViewEncapsulation.None });
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTextareaComponent, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'id-textarea', encapsulation: ViewEncapsulation.None, template: "<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>" }]
17
17
  }], ctorParameters: () => [], propDecorators: { block: [{
@@ -4,11 +4,11 @@ import '@inera/ids-core/components/form/textarea/register';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import * as i0 from "@angular/core";
6
6
  export class IDTextareaModule {
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTextareaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDTextareaModule, declarations: [IDTextareaComponent], imports: [CommonModule], exports: [IDTextareaComponent] });
9
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTextareaModule, imports: [CommonModule] });
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaModule, declarations: [IDTextareaComponent], imports: [CommonModule], exports: [IDTextareaComponent] });
9
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaModule, imports: [CommonModule] });
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTextareaModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [
@@ -2,10 +2,10 @@ import { Component, ViewEncapsulation } from '@angular/core';
2
2
  import { IDFormBase } from '@inera/ids-angular/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export class IDTimeComponent extends IDFormBase {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTimeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDTimeComponent, selector: "id-time", usesInheritance: true, ngImport: i0, template: "<ids-time \n [invalid]=\"invalid\"\n [attr.light]=\"light ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-time>", encapsulation: i0.ViewEncapsulation.None });
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTimeComponent, selector: "id-time", usesInheritance: true, ngImport: i0, template: "<ids-time \n [invalid]=\"invalid\"\n [attr.light]=\"light ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-time>", encapsulation: i0.ViewEncapsulation.None });
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTimeComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'id-time', encapsulation: ViewEncapsulation.None, template: "<ids-time \n [invalid]=\"invalid\"\n [attr.light]=\"light ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-time>" }]
11
11
  }] });
@@ -3,11 +3,11 @@ import { IDTimeComponent } from './time.component';
3
3
  import '@inera/ids-core/components/form/time/register';
4
4
  import * as i0 from "@angular/core";
5
5
  export class IDTimeModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDTimeModule, declarations: [IDTimeComponent], exports: [IDTimeComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTimeModule });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDTimeModule, declarations: [IDTimeComponent], exports: [IDTimeComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeModule });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDTimeModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -2,10 +2,10 @@ import { Component, ViewEncapsulation } from '@angular/core';
2
2
  import { IDFormBase } from '@inera/ids-angular/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export class IDToggleComponent extends IDFormBase {
5
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDToggleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDToggleComponent, selector: "id-toggle", usesInheritance: true, ngImport: i0, template: "<ids-toggle \n [invalid]=\"invalid\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-toggle>", encapsulation: i0.ViewEncapsulation.None });
5
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDToggleComponent, selector: "id-toggle", usesInheritance: true, ngImport: i0, template: "<ids-toggle \n [invalid]=\"invalid\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-toggle>", encapsulation: i0.ViewEncapsulation.None });
7
7
  }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDToggleComponent, decorators: [{
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'id-toggle', encapsulation: ViewEncapsulation.None, template: "<ids-toggle \n [invalid]=\"invalid\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-toggle>" }]
11
11
  }] });
@@ -3,11 +3,11 @@ import { IDToggleComponent } from './toggle.component';
3
3
  import '@inera/ids-core/components/form/toggle/register';
4
4
  import * as i0 from "@angular/core";
5
5
  export class IDToggleModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDToggleModule, declarations: [IDToggleComponent], exports: [IDToggleComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDToggleModule });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDToggleModule, declarations: [IDToggleComponent], exports: [IDToggleComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleModule });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDToggleModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -0,0 +1,36 @@
1
+ import { Component, EventEmitter, Input, Output } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export class IDGlobalAlertComponent {
4
+ constructor() { }
5
+ collapsed = true;
6
+ agent = false;
7
+ headline = "";
8
+ hidemobileicon = false;
9
+ srexpandtext = "Visa meddelande";
10
+ srcollapsetext = "Visa meddelande";
11
+ norole = false;
12
+ onDidToggleExpansion = new EventEmitter();
13
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDGlobalAlertComponent, selector: "id-global-alert", inputs: { collapsed: "collapsed", agent: "agent", headline: "headline", hidemobileicon: "hidemobileicon", srexpandtext: "srexpandtext", srcollapsetext: "srcollapsetext", norole: "norole" }, outputs: { onDidToggleExpansion: "onDidToggleExpansion" }, ngImport: i0, template: "<ids-global-alert\n [headline]=\"headline\"\n [srexpandtext]=\"srexpandtext\"\n [srcollapsetext]=\"srcollapsetext\"\n [collapsed]=\"collapsed ? true : null\"\n [agent]=\"agent\"\n [attr.norole]=\"norole ? true : null\"\n [hidemobileicon]=\"hidemobileicon\"\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\n <ng-content></ng-content>\n</ids-global-alert>\n", styles: [":host{display:block}\n"] });
15
+ }
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertComponent, decorators: [{
17
+ type: Component,
18
+ args: [{ selector: "id-global-alert", template: "<ids-global-alert\n [headline]=\"headline\"\n [srexpandtext]=\"srexpandtext\"\n [srcollapsetext]=\"srcollapsetext\"\n [collapsed]=\"collapsed ? true : null\"\n [agent]=\"agent\"\n [attr.norole]=\"norole ? true : null\"\n [hidemobileicon]=\"hidemobileicon\"\n (didToggleExpansion)=\"onDidToggleExpansion.emit(true)\">\n <ng-content></ng-content>\n</ids-global-alert>\n", styles: [":host{display:block}\n"] }]
19
+ }], ctorParameters: () => [], propDecorators: { collapsed: [{
20
+ type: Input
21
+ }], agent: [{
22
+ type: Input
23
+ }], headline: [{
24
+ type: Input
25
+ }], hidemobileicon: [{
26
+ type: Input
27
+ }], srexpandtext: [{
28
+ type: Input
29
+ }], srcollapsetext: [{
30
+ type: Input
31
+ }], norole: [{
32
+ type: Input
33
+ }], onDidToggleExpansion: [{
34
+ type: Output
35
+ }] } });
36
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2xvYmFsLWFsZXJ0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZ2xvYmFsLWFsZXJ0L2dsb2JhbC1hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2dsb2JhbC1hbGVydC9nbG9iYWwtYWxlcnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPdkUsTUFBTSxPQUFPLHNCQUFzQjtJQUNqQyxnQkFBZSxDQUFDO0lBR2hCLFNBQVMsR0FBWSxJQUFJLENBQUM7SUFHMUIsS0FBSyxHQUFZLEtBQUssQ0FBQztJQUd2QixRQUFRLEdBQVcsRUFBRSxDQUFDO0lBR3RCLGNBQWMsR0FBWSxLQUFLLENBQUM7SUFHaEMsWUFBWSxHQUFXLGlCQUFpQixDQUFDO0lBR3pDLGNBQWMsR0FBVyxpQkFBaUIsQ0FBQztJQUczQyxNQUFNLEdBQVksS0FBSyxDQUFDO0lBR3hCLG9CQUFvQixHQUEwQixJQUFJLFlBQVksRUFBRSxDQUFDO3dHQXpCdEQsc0JBQXNCOzRGQUF0QixzQkFBc0IsZ1RDUG5DLDBYQVdBOzs0RkRKYSxzQkFBc0I7a0JBTGxDLFNBQVM7K0JBQ0UsaUJBQWlCO3dEQVEzQixTQUFTO3NCQURSLEtBQUs7Z0JBSU4sS0FBSztzQkFESixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixjQUFjO3NCQURiLEtBQUs7Z0JBSU4sWUFBWTtzQkFEWCxLQUFLO2dCQUlOLGNBQWM7c0JBRGIsS0FBSztnQkFJTixNQUFNO3NCQURMLEtBQUs7Z0JBSU4sb0JBQW9CO3NCQURuQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPdXRwdXQgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtZ2xvYmFsLWFsZXJ0XCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vZ2xvYmFsLWFsZXJ0LmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlczogW1wiOmhvc3QgeyBkaXNwbGF5OiBibG9jazsgfVwiXVxufSlcbmV4cG9ydCBjbGFzcyBJREdsb2JhbEFsZXJ0Q29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIEBJbnB1dCgpXG4gIGNvbGxhcHNlZDogYm9vbGVhbiA9IHRydWU7XG5cbiAgQElucHV0KClcbiAgYWdlbnQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBoZWFkbGluZTogc3RyaW5nID0gXCJcIjtcblxuICBASW5wdXQoKVxuICBoaWRlbW9iaWxlaWNvbjogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIHNyZXhwYW5kdGV4dDogc3RyaW5nID0gXCJWaXNhIG1lZGRlbGFuZGVcIjtcblxuICBASW5wdXQoKVxuICBzcmNvbGxhcHNldGV4dDogc3RyaW5nID0gXCJWaXNhIG1lZGRlbGFuZGVcIjtcblxuICBASW5wdXQoKVxuICBub3JvbGU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBAT3V0cHV0KClcbiAgb25EaWRUb2dnbGVFeHBhbnNpb246IEV2ZW50RW1pdHRlcjxib29sZWFuPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbn1cbiIsIjxpZHMtZ2xvYmFsLWFsZXJ0XG4gIFtoZWFkbGluZV09XCJoZWFkbGluZVwiXG4gIFtzcmV4cGFuZHRleHRdPVwic3JleHBhbmR0ZXh0XCJcbiAgW3NyY29sbGFwc2V0ZXh0XT1cInNyY29sbGFwc2V0ZXh0XCJcbiAgW2NvbGxhcHNlZF09XCJjb2xsYXBzZWQgPyB0cnVlIDogbnVsbFwiXG4gIFthZ2VudF09XCJhZ2VudFwiXG4gIFthdHRyLm5vcm9sZV09XCJub3JvbGUgPyB0cnVlIDogbnVsbFwiXG4gIFtoaWRlbW9iaWxlaWNvbl09XCJoaWRlbW9iaWxlaWNvblwiXG4gIChkaWRUb2dnbGVFeHBhbnNpb24pPVwib25EaWRUb2dnbGVFeHBhbnNpb24uZW1pdCh0cnVlKVwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2lkcy1nbG9iYWwtYWxlcnQ+XG4iXX0=
@@ -0,0 +1,20 @@
1
+ import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
2
+ import { IDGlobalAlertComponent } from "./global-alert.component";
3
+ import "@inera/ids-core/components/global-alert/register";
4
+ import { CommonModule } from "@angular/common";
5
+ import * as i0 from "@angular/core";
6
+ export class IDGlobalAlertModule {
7
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertModule, declarations: [IDGlobalAlertComponent], imports: [CommonModule], exports: [IDGlobalAlertComponent] });
9
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertModule, imports: [CommonModule] });
10
+ }
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertModule, decorators: [{
12
+ type: NgModule,
13
+ args: [{
14
+ declarations: [IDGlobalAlertComponent],
15
+ exports: [IDGlobalAlertComponent],
16
+ imports: [CommonModule],
17
+ schemas: [CUSTOM_ELEMENTS_SCHEMA]
18
+ }]
19
+ }] });
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2xvYmFsLWFsZXJ0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZ2xvYmFsLWFsZXJ0L2dsb2JhbC1hbGVydC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNsRSxPQUFPLGtEQUFrRCxDQUFDO0FBQzFELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFRL0MsTUFBTSxPQUFPLG1CQUFtQjt3R0FBbkIsbUJBQW1CO3lHQUFuQixtQkFBbUIsaUJBTGYsc0JBQXNCLGFBRTNCLFlBQVksYUFEWixzQkFBc0I7eUdBSXJCLG1CQUFtQixZQUhwQixZQUFZOzs0RkFHWCxtQkFBbUI7a0JBTi9CLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsc0JBQXNCLENBQUM7b0JBQ3RDLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO29CQUNqQyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IElER2xvYmFsQWxlcnRDb21wb25lbnQgfSBmcm9tIFwiLi9nbG9iYWwtYWxlcnQuY29tcG9uZW50XCI7XG5pbXBvcnQgXCJAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy9nbG9iYWwtYWxlcnQvcmVnaXN0ZXJcIjtcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbSURHbG9iYWxBbGVydENvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtJREdsb2JhbEFsZXJ0Q29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIHNjaGVtYXM6IFtDVVNUT01fRUxFTUVOVFNfU0NIRU1BXVxufSlcbmV4cG9ydCBjbGFzcyBJREdsb2JhbEFsZXJ0TW9kdWxlIHt9XG4iXX0=
@@ -2,4 +2,4 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItaWNvbnMtdGVzdC10dWJlLWFuYWx5emUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9pY29ucy90ZXN0LXR1YmUtYW5hbHl6ZS9pbmVyYS1pZHMtYW5ndWxhci1pY29ucy10ZXN0LXR1YmUtYW5hbHl6ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5lcmEtaWRzLWFuZ3VsYXItY29tcG9uZW50cy1nbG9iYWwtYWxlcnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2dsb2JhbC1hbGVydC9pbmVyYS1pZHMtYW5ndWxhci1jb21wb25lbnRzLWdsb2JhbC1hbGVydC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
@@ -0,0 +1,3 @@
1
+ export { IDGlobalAlertComponent } from "./global-alert.component";
2
+ export { IDGlobalAlertModule } from "./global-alert.module";
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZ2xvYmFsLWFsZXJ0L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDbEUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sdUJBQXVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJREdsb2JhbEFsZXJ0Q29tcG9uZW50IH0gZnJvbSBcIi4vZ2xvYmFsLWFsZXJ0LmNvbXBvbmVudFwiO1xuZXhwb3J0IHsgSURHbG9iYWxBbGVydE1vZHVsZSB9IGZyb20gXCIuL2dsb2JhbC1hbGVydC5tb2R1bGVcIjtcbiJdfQ==
@@ -15,10 +15,10 @@ export class IDColumnComponent {
15
15
  this._elementRef = _elementRef;
16
16
  this._elementRef.nativeElement.removeAttribute('style');
17
17
  }
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDColumnComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
19
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols", offset: "offset", m: "m", mOffset: "mOffset", s: "s", sOffset: "sOffset", align: "align", class: "class", style: "style" }, ngImport: i0, template: "<ids-col \n [attr.cols]=\"cols\"\n [attr.offset]=\"offset\"\n [attr.m]=\"m\" \n [attr.moffset]=\"[mOffset]\"\n [attr.s]=\"s\" \n [attr.soffset]=\"[sOffset]\"\n [attr.align]=\"align\"\n [attr.style]=\"style\"\n [attr.class]=\"class\">\n <ng-content></ng-content>\n</ids-col>", styles: ["id-col{display:contents}\n"], encapsulation: i0.ViewEncapsulation.None });
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
19
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDColumnComponent, selector: "id-col", inputs: { cols: "cols", offset: "offset", m: "m", mOffset: "mOffset", s: "s", sOffset: "sOffset", align: "align", class: "class", style: "style" }, ngImport: i0, template: "<ids-col \n [attr.cols]=\"cols\"\n [attr.offset]=\"offset\"\n [attr.m]=\"m\" \n [attr.moffset]=\"[mOffset]\"\n [attr.s]=\"s\" \n [attr.soffset]=\"[sOffset]\"\n [attr.align]=\"align\"\n [attr.style]=\"style\"\n [attr.class]=\"class\">\n <ng-content></ng-content>\n</ids-col>", styles: ["id-col{display:contents}\n"], encapsulation: i0.ViewEncapsulation.None });
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDColumnComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{ selector: 'id-col', encapsulation: ViewEncapsulation.None, template: "<ids-col \n [attr.cols]=\"cols\"\n [attr.offset]=\"offset\"\n [attr.m]=\"m\" \n [attr.moffset]=\"[mOffset]\"\n [attr.s]=\"s\" \n [attr.soffset]=\"[sOffset]\"\n [attr.align]=\"align\"\n [attr.style]=\"style\"\n [attr.class]=\"class\">\n <ng-content></ng-content>\n</ids-col>", styles: ["id-col{display:contents}\n"] }]
24
24
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { cols: [{
@@ -3,11 +3,11 @@ import { IDColumnComponent } from './column.component';
3
3
  import '@inera/ids-core/components/grid/column/register';
4
4
  import * as i0 from "@angular/core";
5
5
  export class IDColumnModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDColumnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDColumnModule, declarations: [IDColumnComponent], exports: [IDColumnComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDColumnModule });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDColumnModule, declarations: [IDColumnComponent], exports: [IDColumnComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnModule });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDColumnModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDColumnModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -1,18 +1,15 @@
1
- import { Component, Input, ViewEncapsulation } from '@angular/core';
1
+ import { Component, Input, ViewEncapsulation } from "@angular/core";
2
2
  import * as i0 from "@angular/core";
3
3
  export class IDContainerComponent {
4
- fluid = false;
5
4
  gutterless = false;
6
5
  constructor() { }
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDContainerComponent, selector: "id-container", inputs: { fluid: "fluid", gutterless: "gutterless" }, ngImport: i0, template: "<ids-container \n [attr.gutterless]=\"gutterless ? true : null\" \n [attr.fluid]=\"fluid ? true : null\">\n <ng-content></ng-content>\n</ids-container>", encapsulation: i0.ViewEncapsulation.None });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDContainerComponent, selector: "id-container", inputs: { gutterless: "gutterless" }, ngImport: i0, template: "<ids-container [attr.gutterless]=\"gutterless ? true : null\">\n <ng-content></ng-content>\n</ids-container>\n", encapsulation: i0.ViewEncapsulation.None });
9
8
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDContainerComponent, decorators: [{
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerComponent, decorators: [{
11
10
  type: Component,
12
- args: [{ selector: 'id-container', encapsulation: ViewEncapsulation.None, template: "<ids-container \n [attr.gutterless]=\"gutterless ? true : null\" \n [attr.fluid]=\"fluid ? true : null\">\n <ng-content></ng-content>\n</ids-container>" }]
13
- }], ctorParameters: () => [], propDecorators: { fluid: [{
14
- type: Input
15
- }], gutterless: [{
11
+ args: [{ selector: "id-container", encapsulation: ViewEncapsulation.None, template: "<ids-container [attr.gutterless]=\"gutterless ? true : null\">\n <ng-content></ng-content>\n</ids-container>\n" }]
12
+ }], ctorParameters: () => [], propDecorators: { gutterless: [{
16
13
  type: Input
17
14
  }] } });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZ3JpZC9jb250YWluZXIvY29udGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZ3JpZC9jb250YWluZXIvY29udGFpbmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9wRSxNQUFNLE9BQU8sb0JBQW9CO0lBRy9CLEtBQUssR0FBWSxLQUFLLENBQUE7SUFHdEIsVUFBVSxHQUFZLEtBQUssQ0FBQTtJQUUzQixnQkFBZ0IsQ0FBQzt3R0FSTixvQkFBb0I7NEZBQXBCLG9CQUFvQiwwR0NQakMsNEpBSWdCOzs0RkRHSCxvQkFBb0I7a0JBTGhDLFNBQVM7K0JBQ0UsY0FBYyxpQkFFVCxpQkFBaUIsQ0FBQyxJQUFJO3dEQUtyQyxLQUFLO3NCQURKLEtBQUs7Z0JBSU4sVUFBVTtzQkFEVCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtY29udGFpbmVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NvbnRhaW5lci5jb21wb25lbnQuaHRtbCcsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIElEQ29udGFpbmVyQ29tcG9uZW50IHtcblxuICBASW5wdXQoKVxuICBmbHVpZDogQm9vbGVhbiA9IGZhbHNlXG5cbiAgQElucHV0KClcbiAgZ3V0dGVybGVzczogQm9vbGVhbiA9IGZhbHNlXG5cbiAgY29uc3RydWN0b3IoKSB7IH1cblxufVxuIiwiPGlkcy1jb250YWluZXIgXG4gIFthdHRyLmd1dHRlcmxlc3NdPVwiZ3V0dGVybGVzcyA/IHRydWUgOiBudWxsXCIgXG4gIFthdHRyLmZsdWlkXT1cImZsdWlkID8gdHJ1ZSA6IG51bGxcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtY29udGFpbmVyPiJdfQ==
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZ3JpZC9jb250YWluZXIvY29udGFpbmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZ3JpZC9jb250YWluZXIvY29udGFpbmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9wRSxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLFVBQVUsR0FBWSxLQUFLLENBQUM7SUFFNUIsZ0JBQWUsQ0FBQzt3R0FKTCxvQkFBb0I7NEZBQXBCLG9CQUFvQiwwRkNQakMsaUhBR0E7OzRGRElhLG9CQUFvQjtrQkFMaEMsU0FBUzsrQkFDRSxjQUFjLGlCQUVULGlCQUFpQixDQUFDLElBQUk7d0RBSXJDLFVBQVU7c0JBRFQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLWNvbnRhaW5lclwiLFxuICB0ZW1wbGF0ZVVybDogXCIuL2NvbnRhaW5lci5jb21wb25lbnQuaHRtbFwiLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuZXhwb3J0IGNsYXNzIElEQ29udGFpbmVyQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgZ3V0dGVybGVzczogQm9vbGVhbiA9IGZhbHNlO1xuXG4gIGNvbnN0cnVjdG9yKCkge31cbn1cbiIsIjxpZHMtY29udGFpbmVyIFthdHRyLmd1dHRlcmxlc3NdPVwiZ3V0dGVybGVzcyA/IHRydWUgOiBudWxsXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLWNvbnRhaW5lcj5cbiJdfQ==
@@ -3,11 +3,11 @@ import { IDContainerComponent } from './container.component';
3
3
  import '@inera/ids-core/components/grid/container/register';
4
4
  import * as i0 from "@angular/core";
5
5
  export class IDContainerModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDContainerModule, declarations: [IDContainerComponent], exports: [IDContainerComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDContainerModule });
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDContainerModule, declarations: [IDContainerComponent], exports: [IDContainerComponent] });
8
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerModule });
9
9
  }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDContainerModule, decorators: [{
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDContainerModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  declarations: [
@@ -11,10 +11,10 @@ export class IDRowComponent {
11
11
  this._elementRef = _elementRef;
12
12
  this._elementRef.nativeElement.removeAttribute('style');
13
13
  }
14
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRowComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDRowComponent, selector: "id-row", inputs: { align: "align", class: "class", gap: "gap", justify: "justify", style: "style" }, ngImport: i0, template: "<ids-row \n [attr.class]=\"class\"\n [style]=\"style\" \n [justify]=\"justify\"\n [align]=\"align\"\n [gap]=\"gap\">\n <ng-content></ng-content>\n</ids-row>" });
14
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRowComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDRowComponent, selector: "id-row", inputs: { align: "align", class: "class", gap: "gap", justify: "justify", style: "style" }, ngImport: i0, template: "<ids-row \n [attr.class]=\"class\"\n [style]=\"style\" \n [justify]=\"justify\"\n [align]=\"align\"\n [gap]=\"gap\">\n <ng-content></ng-content>\n</ids-row>" });
16
16
  }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRowComponent, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRowComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{ selector: 'id-row', template: "<ids-row \n [attr.class]=\"class\"\n [style]=\"style\" \n [justify]=\"justify\"\n [align]=\"align\"\n [gap]=\"gap\">\n <ng-content></ng-content>\n</ids-row>" }]
20
20
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { align: [{