@inera/ids-angular 6.1.0 → 7.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 (1051) hide show
  1. package/components/card/card.component.d.ts +3 -2
  2. package/components/dropdown/dropdown-content.component.d.ts +1 -3
  3. package/components/dropdown/dropdown.component.d.ts +2 -2
  4. package/components/form/checkbox-group/checkbox-group.component.d.ts +2 -1
  5. package/components/form/radio-button/index.d.ts +5 -0
  6. package/components/form/radio-button/public-api.d.ts +3 -0
  7. package/components/form/radio-button/radio-button-group.component.d.ts +8 -0
  8. package/components/form/radio-button/radio-button.component.d.ts +7 -0
  9. package/components/form/radio-button/radio-button.module.d.ts +10 -0
  10. package/components/form/select/select.component.d.ts +2 -3
  11. package/components/header-1177/avatar/header-1177-avatar.component.d.ts +1 -1
  12. package/components/header-1177/header-1177.component.d.ts +10 -7
  13. package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +7 -0
  14. package/components/header-1177/nav/header-1177-nav.component.d.ts +6 -6
  15. package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +2 -1
  16. package/components/header-1177/public-api.d.ts +7 -7
  17. package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +2 -1
  18. package/components/header-1177-admin/header-1177-admin.component.d.ts +7 -7
  19. package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +3 -2
  20. package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +2 -1
  21. package/components/header-1177-pro/header-1177-pro.component.d.ts +4 -4
  22. package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +3 -1
  23. package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +2 -1
  24. package/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.d.ts +4 -2
  25. package/components/header-inera/header-inera.component.d.ts +1 -0
  26. package/components/header-inera/item/header-inera-item.component.d.ts +2 -1
  27. package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +2 -1
  28. package/components/header-inera-admin/header-inera-admin.component.d.ts +2 -1
  29. package/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.d.ts +5 -1
  30. package/components/header-patient/header-patient.component.d.ts +11 -0
  31. package/components/header-patient/header-patient.module.d.ts +8 -0
  32. package/components/header-patient/index.d.ts +5 -0
  33. package/components/header-patient/public-api.d.ts +2 -0
  34. package/components/link/link.component.d.ts +1 -3
  35. package/components/notification/badge/notification-badge.component.d.ts +2 -2
  36. package/components/popover/popover.component.d.ts +1 -1
  37. package/components/progressbar/progressbar.component.d.ts +2 -1
  38. package/components/puff-list/public-api.d.ts +1 -0
  39. package/components/puff-list/puff-item/puff-header/puff-list-item-header.component.d.ts +6 -0
  40. package/components/puff-list/puff-item/puff-list-item.component.d.ts +1 -3
  41. package/components/puff-list/puff-list.module.d.ts +2 -1
  42. package/components/{icon-region → region-icon}/index.d.ts +1 -1
  43. package/components/region-icon/public-api.d.ts +2 -0
  44. package/components/region-icon/region-icon.component.d.ts +12 -0
  45. package/components/region-icon/region-icon.module.d.ts +8 -0
  46. package/components/stepper/step/step.component.d.ts +2 -2
  47. package/components/tabs/tab/tab.component.d.ts +2 -4
  48. package/components/tabs/tabs.component.d.ts +1 -0
  49. package/esm2022/common/classes/form/IDFormBase.mjs +1 -1
  50. package/esm2022/common/classes/icon/IDIconBase.mjs +1 -1
  51. package/esm2022/common/public-api.mjs +1 -1
  52. package/esm2022/components/accordion/accordion.component.mjs +3 -3
  53. package/esm2022/components/accordion/accordion.module.mjs +1 -1
  54. package/esm2022/components/accordion/public-api.mjs +1 -1
  55. package/esm2022/components/agent/agent.component.mjs +3 -3
  56. package/esm2022/components/agent/agent.module.mjs +1 -1
  57. package/esm2022/components/agent/public-api.mjs +1 -1
  58. package/esm2022/components/alert/alert.component.mjs +3 -3
  59. package/esm2022/components/alert/alert.module.mjs +1 -1
  60. package/esm2022/components/alert/public-api.mjs +1 -1
  61. package/esm2022/components/alert-global/alert-global.component.mjs +3 -3
  62. package/esm2022/components/alert-global/alert-global.module.mjs +1 -1
  63. package/esm2022/components/alert-global/public-api.mjs +1 -1
  64. package/esm2022/components/badge/badge.component.mjs +3 -3
  65. package/esm2022/components/badge/badge.module.mjs +1 -1
  66. package/esm2022/components/badge/public-api.mjs +1 -1
  67. package/esm2022/components/box-link/box-link.component.mjs +3 -3
  68. package/esm2022/components/box-link/box-link.module.mjs +1 -1
  69. package/esm2022/components/box-link/public-api.mjs +1 -1
  70. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  71. package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +1 -1
  72. package/esm2022/components/breadcrumbs/crumb.component.mjs +7 -7
  73. package/esm2022/components/breadcrumbs/public-api.mjs +1 -1
  74. package/esm2022/components/button/button.component.mjs +3 -3
  75. package/esm2022/components/button/button.module.mjs +1 -1
  76. package/esm2022/components/button/public-api.mjs +1 -1
  77. package/esm2022/components/button-group/button-group.component.mjs +3 -3
  78. package/esm2022/components/button-group/button-group.module.mjs +1 -1
  79. package/esm2022/components/button-group/public-api.mjs +1 -1
  80. package/esm2022/components/card/card.component.mjs +8 -5
  81. package/esm2022/components/card/card.module.mjs +1 -1
  82. package/esm2022/components/card/public-api.mjs +1 -1
  83. package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +3 -3
  84. package/esm2022/components/carousel/carousel.component.mjs +3 -3
  85. package/esm2022/components/carousel/carousel.module.mjs +1 -1
  86. package/esm2022/components/carousel/public-api.mjs +1 -1
  87. package/esm2022/components/date-label/date-label.component.mjs +3 -3
  88. package/esm2022/components/date-label/date-label.module.mjs +1 -1
  89. package/esm2022/components/date-label/public-api.mjs +1 -1
  90. package/esm2022/components/dialog/dialog.component.mjs +3 -3
  91. package/esm2022/components/dialog/dialog.module.mjs +1 -1
  92. package/esm2022/components/dialog/public-api.mjs +1 -1
  93. package/esm2022/components/dropdown/dropdown-content.component.mjs +6 -12
  94. package/esm2022/components/dropdown/dropdown.component.mjs +5 -5
  95. package/esm2022/components/dropdown/public-api.mjs +1 -1
  96. package/esm2022/components/footer-1177/footer-1177.component.mjs +3 -3
  97. package/esm2022/components/footer-1177/public-api.mjs +1 -1
  98. package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +3 -3
  99. package/esm2022/components/footer-1177-admin/public-api.mjs +1 -1
  100. package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +3 -3
  101. package/esm2022/components/footer-1177-pro/public-api.mjs +1 -1
  102. package/esm2022/components/footer-inera/footer-inera.component.mjs +3 -3
  103. package/esm2022/components/footer-inera/public-api.mjs +1 -1
  104. package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +3 -3
  105. package/esm2022/components/footer-inera-admin/public-api.mjs +1 -1
  106. package/esm2022/components/form/check-button/check-button.component.mjs +3 -3
  107. package/esm2022/components/form/check-button/check-button.module.mjs +1 -1
  108. package/esm2022/components/form/check-button/public-api.mjs +1 -1
  109. package/esm2022/components/form/checkbox/checkbox.component.mjs +3 -3
  110. package/esm2022/components/form/checkbox/checkbox.module.mjs +1 -1
  111. package/esm2022/components/form/checkbox/public-api.mjs +1 -1
  112. package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +6 -3
  113. package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +1 -1
  114. package/esm2022/components/form/checkbox-group/public-api.mjs +1 -1
  115. package/esm2022/components/form/error-message/error-message.component.mjs +3 -3
  116. package/esm2022/components/form/error-message/error-message.module.mjs +1 -1
  117. package/esm2022/components/form/error-message/public-api.mjs +1 -1
  118. package/esm2022/components/form/input/input.component.mjs +3 -3
  119. package/esm2022/components/form/input/input.module.mjs +1 -1
  120. package/esm2022/components/form/input/public-api.mjs +1 -1
  121. package/esm2022/components/form/radio/public-api.mjs +1 -1
  122. package/esm2022/components/form/radio/radio-group.component.mjs +3 -3
  123. package/esm2022/components/form/radio/radio.component.mjs +3 -3
  124. package/esm2022/components/form/radio/radio.module.mjs +1 -1
  125. package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +5 -0
  126. package/esm2022/components/form/radio-button/public-api.mjs +4 -0
  127. package/esm2022/components/form/radio-button/radio-button-group.component.mjs +18 -0
  128. package/esm2022/components/form/radio-button/radio-button.component.mjs +15 -0
  129. package/esm2022/components/form/radio-button/radio-button.module.mjs +21 -0
  130. package/esm2022/components/form/range/public-api.mjs +1 -1
  131. package/esm2022/components/form/range/range.component.mjs +3 -3
  132. package/esm2022/components/form/range/range.module.mjs +1 -1
  133. package/esm2022/components/form/select/public-api.mjs +1 -1
  134. package/esm2022/components/form/select/select.component.mjs +6 -9
  135. package/esm2022/components/form/select/select.module.mjs +1 -1
  136. package/esm2022/components/form/select-multiple/public-api.mjs +1 -1
  137. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +3 -3
  138. package/esm2022/components/form/select-multiple/select-multiple.module.mjs +1 -1
  139. package/esm2022/components/form/spinner/public-api.mjs +1 -1
  140. package/esm2022/components/form/spinner/spinner.component.mjs +3 -3
  141. package/esm2022/components/form/spinner/spinner.module.mjs +1 -1
  142. package/esm2022/components/form/textarea/public-api.mjs +1 -1
  143. package/esm2022/components/form/textarea/textarea.component.mjs +3 -3
  144. package/esm2022/components/form/textarea/textarea.module.mjs +1 -1
  145. package/esm2022/components/form/time/public-api.mjs +1 -1
  146. package/esm2022/components/form/time/time.component.mjs +3 -3
  147. package/esm2022/components/form/time/time.module.mjs +1 -1
  148. package/esm2022/components/form/toggle/public-api.mjs +1 -1
  149. package/esm2022/components/form/toggle/toggle.component.mjs +3 -3
  150. package/esm2022/components/form/toggle/toggle.module.mjs +1 -1
  151. package/esm2022/components/grid/column/column.component.mjs +3 -3
  152. package/esm2022/components/grid/column/column.module.mjs +1 -1
  153. package/esm2022/components/grid/column/public-api.mjs +1 -1
  154. package/esm2022/components/grid/container/container.component.mjs +3 -3
  155. package/esm2022/components/grid/container/container.module.mjs +1 -1
  156. package/esm2022/components/grid/container/public-api.mjs +1 -1
  157. package/esm2022/components/grid/public-api.mjs +1 -1
  158. package/esm2022/components/grid/row/public-api.mjs +1 -1
  159. package/esm2022/components/grid/row/row.component.mjs +3 -3
  160. package/esm2022/components/grid/row/row.module.mjs +1 -1
  161. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +6 -5
  162. package/esm2022/components/header-1177/header-1177.component.mjs +20 -14
  163. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +3 -3
  164. package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +15 -0
  165. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +16 -15
  166. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +6 -3
  167. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +3 -3
  168. package/esm2022/components/header-1177/public-api.mjs +8 -8
  169. package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +6 -3
  170. package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +3 -3
  171. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +10 -11
  172. package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +3 -3
  173. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +3 -3
  174. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +9 -6
  175. package/esm2022/components/header-1177-admin/public-api.mjs +1 -1
  176. package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +6 -3
  177. package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +3 -3
  178. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +7 -8
  179. package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +3 -3
  180. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +9 -4
  181. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +6 -3
  182. package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.component.mjs +3 -3
  183. package/esm2022/components/header-1177-pro/nav-menu-mobile/header-1177-pro-nav-menu-mobile.component.mjs +11 -5
  184. package/esm2022/components/header-1177-pro/public-api.mjs +1 -1
  185. package/esm2022/components/header-inera/header-inera.component.mjs +5 -3
  186. package/esm2022/components/header-inera/item/header-inera-item.component.mjs +6 -3
  187. package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +3 -3
  188. package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +3 -3
  189. package/esm2022/components/header-inera/nav-mobile/header-inera-nav-mobile.component.mjs +3 -3
  190. package/esm2022/components/header-inera/public-api.mjs +1 -1
  191. package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +6 -3
  192. package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +7 -5
  193. package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +3 -3
  194. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav-item.component.mjs +3 -3
  195. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +3 -3
  196. package/esm2022/components/header-inera-admin/nav-mobile/avatar/header-inera-admin-avatar-mobile.component.mjs +3 -3
  197. package/esm2022/components/header-inera-admin/nav-mobile/header-inera-admin-nav-mobile.component.mjs +15 -3
  198. package/esm2022/components/header-inera-admin/public-api.mjs +1 -1
  199. package/esm2022/components/header-patient/header-patient.component.mjs +27 -0
  200. package/esm2022/components/header-patient/header-patient.module.mjs +22 -0
  201. package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +5 -0
  202. package/esm2022/components/header-patient/public-api.mjs +3 -0
  203. package/esm2022/components/link/link.component.mjs +3 -9
  204. package/esm2022/components/link/link.module.mjs +1 -1
  205. package/esm2022/components/link/public-api.mjs +1 -1
  206. package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +3 -3
  207. package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +1 -1
  208. package/esm2022/components/mobile/menu/item/public-api.mjs +1 -1
  209. package/esm2022/components/mobile/menu/mobile-menu.component.mjs +3 -3
  210. package/esm2022/components/mobile/menu/mobile-menu.module.mjs +1 -1
  211. package/esm2022/components/mobile/menu/public-api.mjs +1 -1
  212. package/esm2022/components/navigation/content/navigation-content.component.mjs +3 -3
  213. package/esm2022/components/navigation/content/navigation-content.module.mjs +1 -1
  214. package/esm2022/components/navigation/content/public-api.mjs +1 -1
  215. package/esm2022/components/navigation/local/navigation-local.component.mjs +3 -3
  216. package/esm2022/components/navigation/local/navigation-local.module.mjs +1 -1
  217. package/esm2022/components/navigation/local/public-api.mjs +1 -1
  218. package/esm2022/components/notification/badge/notification-badge.component.mjs +6 -6
  219. package/esm2022/components/notification/badge/notification-badge.module.mjs +1 -1
  220. package/esm2022/components/notification/badge/public-api.mjs +1 -1
  221. package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +3 -3
  222. package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +1 -1
  223. package/esm2022/components/pagination/data-pagination/public-api.mjs +1 -1
  224. package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +3 -3
  225. package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +1 -1
  226. package/esm2022/components/pagination/list-pagination/public-api.mjs +1 -1
  227. package/esm2022/components/popover/popover.component.mjs +3 -3
  228. package/esm2022/components/popover/popover.module.mjs +1 -1
  229. package/esm2022/components/popover/public-api.mjs +1 -1
  230. package/esm2022/components/progressbar/progressbar.component.mjs +6 -3
  231. package/esm2022/components/progressbar/progressbar.module.mjs +1 -1
  232. package/esm2022/components/progressbar/public-api.mjs +1 -1
  233. package/esm2022/components/puff-list/public-api.mjs +2 -1
  234. package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +12 -0
  235. package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +3 -3
  236. package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +4 -10
  237. package/esm2022/components/puff-list/puff-list.component.mjs +3 -3
  238. package/esm2022/components/puff-list/puff-list.module.mjs +21 -4
  239. package/esm2022/components/{icon-region/inera-ids-angular-components-icon-region.mjs → region-icon/inera-ids-angular-components-region-icon.mjs} +1 -1
  240. package/esm2022/components/region-icon/public-api.mjs +3 -0
  241. package/esm2022/components/region-icon/region-icon.component.mjs +30 -0
  242. package/esm2022/components/region-icon/region-icon.module.mjs +18 -0
  243. package/esm2022/components/side-menu/public-api.mjs +1 -1
  244. package/esm2022/components/side-menu/side-menu.component.mjs +3 -3
  245. package/esm2022/components/side-menu/side-menu.module.mjs +1 -1
  246. package/esm2022/components/side-panel/public-api.mjs +1 -1
  247. package/esm2022/components/side-panel/side-panel.component.mjs +3 -3
  248. package/esm2022/components/side-panel/side-panel.module.mjs +1 -1
  249. package/esm2022/components/stepper/public-api.mjs +1 -1
  250. package/esm2022/components/stepper/step/step.component.mjs +8 -8
  251. package/esm2022/components/stepper/stepper.component.mjs +3 -3
  252. package/esm2022/components/stepper/stepper.module.mjs +1 -1
  253. package/esm2022/components/tabs/panel/tab-panel.component.mjs +3 -3
  254. package/esm2022/components/tabs/public-api.mjs +1 -1
  255. package/esm2022/components/tabs/tab/tab.component.mjs +7 -13
  256. package/esm2022/components/tabs/tabs.component.mjs +5 -3
  257. package/esm2022/components/tabs/tabs.module.mjs +1 -1
  258. package/esm2022/components/tag/public-api.mjs +1 -1
  259. package/esm2022/components/tag/tag.component.mjs +3 -3
  260. package/esm2022/components/tag/tag.module.mjs +1 -1
  261. package/esm2022/components/tooltip/public-api.mjs +1 -1
  262. package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
  263. package/esm2022/components/tooltip/tooltip.module.mjs +1 -1
  264. package/esm2022/icons/1177/icon-1177.component.mjs +1 -1
  265. package/esm2022/icons/1177/icon-1177.module.mjs +1 -1
  266. package/esm2022/icons/1177/public-api.mjs +1 -1
  267. package/esm2022/icons/activity/icon-activity.component.mjs +1 -1
  268. package/esm2022/icons/activity/icon-activity.module.mjs +1 -1
  269. package/esm2022/icons/activity/public-api.mjs +1 -1
  270. package/esm2022/icons/agent/icon-agent.component.mjs +1 -1
  271. package/esm2022/icons/agent/icon-agent.module.mjs +1 -1
  272. package/esm2022/icons/agent/public-api.mjs +1 -1
  273. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.component.mjs +1 -1
  274. package/esm2022/icons/alarm-clock-inactivity/icon-alarm-clock-inactivity.module.mjs +1 -1
  275. package/esm2022/icons/alarm-clock-inactivity/public-api.mjs +1 -1
  276. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.component.mjs +1 -1
  277. package/esm2022/icons/alarm-clock-neutral/icon-alarm-clock-neutral.module.mjs +1 -1
  278. package/esm2022/icons/alarm-clock-neutral/public-api.mjs +1 -1
  279. package/esm2022/icons/archive/icon-archive.component.mjs +1 -1
  280. package/esm2022/icons/archive/icon-archive.module.mjs +1 -1
  281. package/esm2022/icons/archive/public-api.mjs +1 -1
  282. package/esm2022/icons/arrow/icon-arrow.component.mjs +1 -1
  283. package/esm2022/icons/arrow/icon-arrow.module.mjs +1 -1
  284. package/esm2022/icons/arrow/public-api.mjs +1 -1
  285. package/esm2022/icons/attention/icon-attention.component.mjs +1 -1
  286. package/esm2022/icons/attention/icon-attention.module.mjs +1 -1
  287. package/esm2022/icons/attention/public-api.mjs +1 -1
  288. package/esm2022/icons/blekinge/icon-blekinge.component.mjs +1 -1
  289. package/esm2022/icons/blekinge/icon-blekinge.module.mjs +1 -1
  290. package/esm2022/icons/blekinge/public-api.mjs +1 -1
  291. package/esm2022/icons/bookmark/icon-bookmark.component.mjs +1 -1
  292. package/esm2022/icons/bookmark/icon-bookmark.module.mjs +1 -1
  293. package/esm2022/icons/bookmark/public-api.mjs +1 -1
  294. package/esm2022/icons/calendar/icon-calendar.component.mjs +1 -1
  295. package/esm2022/icons/calendar/icon-calendar.module.mjs +1 -1
  296. package/esm2022/icons/calendar/public-api.mjs +1 -1
  297. package/esm2022/icons/call/icon-call.component.mjs +1 -1
  298. package/esm2022/icons/call/icon-call.module.mjs +1 -1
  299. package/esm2022/icons/call/public-api.mjs +1 -1
  300. package/esm2022/icons/call-active/icon-call-active.component.mjs +1 -1
  301. package/esm2022/icons/call-active/icon-call-active.module.mjs +1 -1
  302. package/esm2022/icons/call-active/public-api.mjs +1 -1
  303. package/esm2022/icons/camera-off/icon-camera-off.component.mjs +1 -1
  304. package/esm2022/icons/camera-off/icon-camera-off.module.mjs +1 -1
  305. package/esm2022/icons/camera-off/public-api.mjs +1 -1
  306. package/esm2022/icons/camera-on/icon-camera-on.component.mjs +1 -1
  307. package/esm2022/icons/camera-on/icon-camera-on.module.mjs +1 -1
  308. package/esm2022/icons/camera-on/public-api.mjs +1 -1
  309. package/esm2022/icons/camera-switch/icon-camera-switch.component.mjs +1 -1
  310. package/esm2022/icons/camera-switch/icon-camera-switch.module.mjs +1 -1
  311. package/esm2022/icons/camera-switch/public-api.mjs +1 -1
  312. package/esm2022/icons/chart-bar/icon-chart-bar.component.mjs +1 -1
  313. package/esm2022/icons/chart-bar/icon-chart-bar.module.mjs +1 -1
  314. package/esm2022/icons/chart-bar/public-api.mjs +1 -1
  315. package/esm2022/icons/chart-line/icon-chart-line.component.mjs +1 -1
  316. package/esm2022/icons/chart-line/icon-chart-line.module.mjs +1 -1
  317. package/esm2022/icons/chart-line/public-api.mjs +1 -1
  318. package/esm2022/icons/chat/icon-chat.component.mjs +1 -1
  319. package/esm2022/icons/chat/icon-chat.module.mjs +1 -1
  320. package/esm2022/icons/chat/public-api.mjs +1 -1
  321. package/esm2022/icons/check/icon-check.component.mjs +1 -1
  322. package/esm2022/icons/check/icon-check.module.mjs +1 -1
  323. package/esm2022/icons/check/public-api.mjs +1 -1
  324. package/esm2022/icons/chevron/icon-chevron.component.mjs +1 -1
  325. package/esm2022/icons/chevron/icon-chevron.module.mjs +1 -1
  326. package/esm2022/icons/chevron/public-api.mjs +1 -1
  327. package/esm2022/icons/chevron-bold/icon-chevron-bold.component.mjs +1 -1
  328. package/esm2022/icons/chevron-bold/icon-chevron-bold.module.mjs +1 -1
  329. package/esm2022/icons/chevron-bold/public-api.mjs +1 -1
  330. package/esm2022/icons/clipboard/icon-clipboard.component.mjs +1 -1
  331. package/esm2022/icons/clipboard/icon-clipboard.module.mjs +1 -1
  332. package/esm2022/icons/clipboard/public-api.mjs +1 -1
  333. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.component.mjs +1 -1
  334. package/esm2022/icons/clipboard-cross/icon-clipboard-cross.module.mjs +1 -1
  335. package/esm2022/icons/clipboard-cross/public-api.mjs +1 -1
  336. package/esm2022/icons/clipboard-text/icon-clipboard-text.component.mjs +1 -1
  337. package/esm2022/icons/clipboard-text/icon-clipboard-text.module.mjs +1 -1
  338. package/esm2022/icons/clipboard-text/public-api.mjs +1 -1
  339. package/esm2022/icons/clock/icon-clock.component.mjs +1 -1
  340. package/esm2022/icons/clock/icon-clock.module.mjs +1 -1
  341. package/esm2022/icons/clock/public-api.mjs +1 -1
  342. package/esm2022/icons/close/icon-close.component.mjs +1 -1
  343. package/esm2022/icons/close/icon-close.module.mjs +1 -1
  344. package/esm2022/icons/close/public-api.mjs +1 -1
  345. package/esm2022/icons/close-bold/icon-close-bold.component.mjs +1 -1
  346. package/esm2022/icons/close-bold/icon-close-bold.module.mjs +1 -1
  347. package/esm2022/icons/close-bold/public-api.mjs +1 -1
  348. package/esm2022/icons/cog/icon-cog.component.mjs +1 -1
  349. package/esm2022/icons/cog/icon-cog.module.mjs +1 -1
  350. package/esm2022/icons/cog/public-api.mjs +1 -1
  351. package/esm2022/icons/computer/icon-computer.component.mjs +1 -1
  352. package/esm2022/icons/computer/icon-computer.module.mjs +1 -1
  353. package/esm2022/icons/computer/public-api.mjs +1 -1
  354. package/esm2022/icons/computer-inera/icon-computer-inera.component.mjs +1 -1
  355. package/esm2022/icons/computer-inera/icon-computer-inera.module.mjs +1 -1
  356. package/esm2022/icons/computer-inera/public-api.mjs +1 -1
  357. package/esm2022/icons/copy-file/icon-copy-file.component.mjs +1 -1
  358. package/esm2022/icons/copy-file/icon-copy-file.module.mjs +1 -1
  359. package/esm2022/icons/copy-file/public-api.mjs +1 -1
  360. package/esm2022/icons/copy-link/icon-copy-link.component.mjs +1 -1
  361. package/esm2022/icons/copy-link/icon-copy-link.module.mjs +1 -1
  362. package/esm2022/icons/copy-link/public-api.mjs +1 -1
  363. package/esm2022/icons/denied/icon-denied.component.mjs +1 -1
  364. package/esm2022/icons/denied/icon-denied.module.mjs +1 -1
  365. package/esm2022/icons/denied/public-api.mjs +1 -1
  366. package/esm2022/icons/doctors-bag/icon-doctors-bag.component.mjs +1 -1
  367. package/esm2022/icons/doctors-bag/icon-doctors-bag.module.mjs +1 -1
  368. package/esm2022/icons/doctors-bag/public-api.mjs +1 -1
  369. package/esm2022/icons/document/icon-document.component.mjs +1 -1
  370. package/esm2022/icons/document/icon-document.module.mjs +1 -1
  371. package/esm2022/icons/document/public-api.mjs +1 -1
  372. package/esm2022/icons/download/icon-download.component.mjs +1 -1
  373. package/esm2022/icons/download/icon-download.module.mjs +1 -1
  374. package/esm2022/icons/download/public-api.mjs +1 -1
  375. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.component.mjs +1 -1
  376. package/esm2022/icons/drag-n-drop/icon-drag-n-drop.module.mjs +1 -1
  377. package/esm2022/icons/drag-n-drop/public-api.mjs +1 -1
  378. package/esm2022/icons/ear-hearing/icon-ear-hearing.component.mjs +1 -1
  379. package/esm2022/icons/ear-hearing/icon-ear-hearing.module.mjs +1 -1
  380. package/esm2022/icons/ear-hearing/public-api.mjs +1 -1
  381. package/esm2022/icons/edit/icon-edit.component.mjs +1 -1
  382. package/esm2022/icons/edit/icon-edit.module.mjs +1 -1
  383. package/esm2022/icons/edit/public-api.mjs +1 -1
  384. package/esm2022/icons/email/icon-email.component.mjs +1 -1
  385. package/esm2022/icons/email/icon-email.module.mjs +1 -1
  386. package/esm2022/icons/email/public-api.mjs +1 -1
  387. package/esm2022/icons/email-sent/icon-email-sent.component.mjs +1 -1
  388. package/esm2022/icons/email-sent/icon-email-sent.module.mjs +1 -1
  389. package/esm2022/icons/email-sent/public-api.mjs +1 -1
  390. package/esm2022/icons/email-unread/icon-email-unread.component.mjs +1 -1
  391. package/esm2022/icons/email-unread/icon-email-unread.module.mjs +1 -1
  392. package/esm2022/icons/email-unread/public-api.mjs +1 -1
  393. package/esm2022/icons/expand/icon-expand.component.mjs +1 -1
  394. package/esm2022/icons/expand/icon-expand.module.mjs +1 -1
  395. package/esm2022/icons/expand/public-api.mjs +1 -1
  396. package/esm2022/icons/external/icon-external.component.mjs +1 -1
  397. package/esm2022/icons/external/icon-external.module.mjs +1 -1
  398. package/esm2022/icons/external/public-api.mjs +1 -1
  399. package/esm2022/icons/facebook/icon-facebook.component.mjs +1 -1
  400. package/esm2022/icons/facebook/icon-facebook.module.mjs +1 -1
  401. package/esm2022/icons/facebook/public-api.mjs +1 -1
  402. package/esm2022/icons/file-csv/icon-file-csv.component.mjs +1 -1
  403. package/esm2022/icons/file-csv/icon-file-csv.module.mjs +1 -1
  404. package/esm2022/icons/file-csv/public-api.mjs +1 -1
  405. package/esm2022/icons/file-excel/icon-file-excel.component.mjs +1 -1
  406. package/esm2022/icons/file-excel/icon-file-excel.module.mjs +1 -1
  407. package/esm2022/icons/file-excel/public-api.mjs +1 -1
  408. package/esm2022/icons/file-other/icon-file-other.component.mjs +1 -1
  409. package/esm2022/icons/file-other/icon-file-other.module.mjs +1 -1
  410. package/esm2022/icons/file-other/public-api.mjs +1 -1
  411. package/esm2022/icons/file-pdf/icon-file-pdf.component.mjs +1 -1
  412. package/esm2022/icons/file-pdf/icon-file-pdf.module.mjs +1 -1
  413. package/esm2022/icons/file-pdf/public-api.mjs +1 -1
  414. package/esm2022/icons/file-picture/icon-file-picture.component.mjs +1 -1
  415. package/esm2022/icons/file-picture/icon-file-picture.module.mjs +1 -1
  416. package/esm2022/icons/file-picture/public-api.mjs +1 -1
  417. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.component.mjs +1 -1
  418. package/esm2022/icons/file-powerpoint/icon-file-powerpoint.module.mjs +1 -1
  419. package/esm2022/icons/file-powerpoint/public-api.mjs +1 -1
  420. package/esm2022/icons/file-word/icon-file-word.component.mjs +1 -1
  421. package/esm2022/icons/file-word/icon-file-word.module.mjs +1 -1
  422. package/esm2022/icons/file-word/public-api.mjs +1 -1
  423. package/esm2022/icons/find-care/icon-find-care.component.mjs +1 -1
  424. package/esm2022/icons/find-care/icon-find-care.module.mjs +1 -1
  425. package/esm2022/icons/find-care/public-api.mjs +1 -1
  426. package/esm2022/icons/find-region/icon-find-region.component.mjs +1 -1
  427. package/esm2022/icons/find-region/icon-find-region.module.mjs +1 -1
  428. package/esm2022/icons/find-region/public-api.mjs +1 -1
  429. package/esm2022/icons/flag/icon-flag.component.mjs +1 -1
  430. package/esm2022/icons/flag/icon-flag.module.mjs +1 -1
  431. package/esm2022/icons/flag/public-api.mjs +1 -1
  432. package/esm2022/icons/form-numbered/icon-form-numbered.component.mjs +1 -1
  433. package/esm2022/icons/form-numbered/icon-form-numbered.module.mjs +1 -1
  434. package/esm2022/icons/form-numbered/public-api.mjs +1 -1
  435. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.component.mjs +1 -1
  436. package/esm2022/icons/form-numbered-reocurring/icon-form-numbered-reoccuring.module.mjs +1 -1
  437. package/esm2022/icons/form-numbered-reocurring/public-api.mjs +1 -1
  438. package/esm2022/icons/gotland/icon-gotland.component.mjs +1 -1
  439. package/esm2022/icons/gotland/icon-gotland.module.mjs +1 -1
  440. package/esm2022/icons/gotland/public-api.mjs +1 -1
  441. package/esm2022/icons/halland/icon-halland.component.mjs +1 -1
  442. package/esm2022/icons/halland/icon-halland.module.mjs +1 -1
  443. package/esm2022/icons/halland/public-api.mjs +1 -1
  444. package/esm2022/icons/headphones/icon-headphones.component.mjs +1 -1
  445. package/esm2022/icons/headphones/icon-headphones.module.mjs +1 -1
  446. package/esm2022/icons/headphones/public-api.mjs +1 -1
  447. package/esm2022/icons/hourglass/icon-hourglass.component.mjs +1 -1
  448. package/esm2022/icons/hourglass/icon-hourglass.module.mjs +1 -1
  449. package/esm2022/icons/hourglass/public-api.mjs +1 -1
  450. package/esm2022/icons/hourglass-end/icon-hourglass-end.component.mjs +1 -1
  451. package/esm2022/icons/hourglass-end/icon-hourglass-end.module.mjs +1 -1
  452. package/esm2022/icons/hourglass-end/public-api.mjs +1 -1
  453. package/esm2022/icons/hourglass-start/icon-hourglass-start.component.mjs +1 -1
  454. package/esm2022/icons/hourglass-start/icon-hourglass-start.module.mjs +1 -1
  455. package/esm2022/icons/hourglass-start/public-api.mjs +1 -1
  456. package/esm2022/icons/house/icon-house.component.mjs +1 -1
  457. package/esm2022/icons/house/icon-house.module.mjs +1 -1
  458. package/esm2022/icons/house/public-api.mjs +1 -1
  459. package/esm2022/icons/id-card/icon-id-card.component.mjs +1 -1
  460. package/esm2022/icons/id-card/icon-id-card.module.mjs +1 -1
  461. package/esm2022/icons/id-card/public-api.mjs +1 -1
  462. package/esm2022/icons/id-card-locked/icon-id-card-locked.component.mjs +1 -1
  463. package/esm2022/icons/id-card-locked/icon-id-card-locked.module.mjs +1 -1
  464. package/esm2022/icons/id-card-locked/public-api.mjs +1 -1
  465. package/esm2022/icons/image/icon-image.component.mjs +1 -1
  466. package/esm2022/icons/image/icon-image.module.mjs +1 -1
  467. package/esm2022/icons/image/public-api.mjs +1 -1
  468. package/esm2022/icons/inera/icon-inera.component.mjs +1 -1
  469. package/esm2022/icons/inera/icon-inera.module.mjs +1 -1
  470. package/esm2022/icons/inera/public-api.mjs +1 -1
  471. package/esm2022/icons/inera-legacy/icon-inera-legacy.component.mjs +1 -1
  472. package/esm2022/icons/inera-legacy/icon-inera-legacy.module.mjs +1 -1
  473. package/esm2022/icons/inera-legacy/public-api.mjs +1 -1
  474. package/esm2022/icons/information/icon-information.component.mjs +1 -1
  475. package/esm2022/icons/information/icon-information.module.mjs +1 -1
  476. package/esm2022/icons/information/public-api.mjs +1 -1
  477. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.component.mjs +1 -1
  478. package/esm2022/icons/jamtland-harjedalen/icon-jamtland-harjedalen.module.mjs +1 -1
  479. package/esm2022/icons/jamtland-harjedalen/public-api.mjs +1 -1
  480. package/esm2022/icons/jonkoping/icon-jonkoping.component.mjs +1 -1
  481. package/esm2022/icons/jonkoping/icon-jonkoping.module.mjs +1 -1
  482. package/esm2022/icons/jonkoping/public-api.mjs +1 -1
  483. package/esm2022/icons/kalmar/icon-kalmar.component.mjs +1 -1
  484. package/esm2022/icons/kalmar/icon-kalmar.module.mjs +1 -1
  485. package/esm2022/icons/kalmar/public-api.mjs +1 -1
  486. package/esm2022/icons/kronoberg/icon-kronoberg.component.mjs +1 -1
  487. package/esm2022/icons/kronoberg/icon-kronoberg.module.mjs +1 -1
  488. package/esm2022/icons/kronoberg/public-api.mjs +1 -1
  489. package/esm2022/icons/lightbulb/icon-lightbulb.component.mjs +1 -1
  490. package/esm2022/icons/lightbulb/icon-lightbulb.module.mjs +1 -1
  491. package/esm2022/icons/lightbulb/public-api.mjs +1 -1
  492. package/esm2022/icons/linkedin/icon-linkedin.component.mjs +1 -1
  493. package/esm2022/icons/linkedin/icon-linkedin.module.mjs +1 -1
  494. package/esm2022/icons/linkedin/public-api.mjs +1 -1
  495. package/esm2022/icons/list/icon-list.component.mjs +1 -1
  496. package/esm2022/icons/list/icon-list.module.mjs +1 -1
  497. package/esm2022/icons/list/public-api.mjs +1 -1
  498. package/esm2022/icons/lock/icon-lock.component.mjs +1 -1
  499. package/esm2022/icons/lock/icon-lock.module.mjs +1 -1
  500. package/esm2022/icons/lock/public-api.mjs +1 -1
  501. package/esm2022/icons/lock-open/icon-lock-open.component.mjs +1 -1
  502. package/esm2022/icons/lock-open/icon-lock-open.module.mjs +1 -1
  503. package/esm2022/icons/lock-open/public-api.mjs +1 -1
  504. package/esm2022/icons/log/icon-log.component.mjs +1 -1
  505. package/esm2022/icons/log/icon-log.module.mjs +1 -1
  506. package/esm2022/icons/log/public-api.mjs +1 -1
  507. package/esm2022/icons/log-locked/icon-log-locked.component.mjs +1 -1
  508. package/esm2022/icons/log-locked/icon-log-locked.module.mjs +1 -1
  509. package/esm2022/icons/log-locked/public-api.mjs +1 -1
  510. package/esm2022/icons/menu/icon-menu.component.mjs +1 -1
  511. package/esm2022/icons/menu/icon-menu.module.mjs +1 -1
  512. package/esm2022/icons/menu/public-api.mjs +1 -1
  513. package/esm2022/icons/minus/icon-minus.component.mjs +1 -1
  514. package/esm2022/icons/minus/icon-minus.module.mjs +1 -1
  515. package/esm2022/icons/minus/public-api.mjs +1 -1
  516. package/esm2022/icons/moment-start/icon-moment-start.component.mjs +1 -1
  517. package/esm2022/icons/moment-start/icon-moment-start.module.mjs +1 -1
  518. package/esm2022/icons/moment-start/public-api.mjs +1 -1
  519. package/esm2022/icons/moment-stop/icon-moment-stop.component.mjs +1 -1
  520. package/esm2022/icons/moment-stop/icon-moment-stop.module.mjs +1 -1
  521. package/esm2022/icons/moment-stop/public-api.mjs +1 -1
  522. package/esm2022/icons/norrbotten/icon-norrbotten.component.mjs +1 -1
  523. package/esm2022/icons/norrbotten/icon-norrbotten.module.mjs +1 -1
  524. package/esm2022/icons/norrbotten/public-api.mjs +1 -1
  525. package/esm2022/icons/office-building/icon-office-building.component.mjs +1 -1
  526. package/esm2022/icons/office-building/icon-office-building.module.mjs +1 -1
  527. package/esm2022/icons/office-building/public-api.mjs +1 -1
  528. package/esm2022/icons/orebro/icon-orebro.component.mjs +1 -1
  529. package/esm2022/icons/orebro/icon-orebro.module.mjs +1 -1
  530. package/esm2022/icons/orebro/public-api.mjs +1 -1
  531. package/esm2022/icons/organization/icon-organization.component.mjs +1 -1
  532. package/esm2022/icons/organization/icon-organization.module.mjs +1 -1
  533. package/esm2022/icons/organization/public-api.mjs +1 -1
  534. package/esm2022/icons/ostergotland/icon-ostergotland.component.mjs +1 -1
  535. package/esm2022/icons/ostergotland/icon-ostergotland.module.mjs +1 -1
  536. package/esm2022/icons/ostergotland/public-api.mjs +1 -1
  537. package/esm2022/icons/plus/icon-plus.component.mjs +1 -1
  538. package/esm2022/icons/plus/icon-plus.module.mjs +1 -1
  539. package/esm2022/icons/plus/public-api.mjs +1 -1
  540. package/esm2022/icons/prescription/icon-prescription.component.mjs +1 -1
  541. package/esm2022/icons/prescription/icon-prescription.module.mjs +1 -1
  542. package/esm2022/icons/prescription/public-api.mjs +1 -1
  543. package/esm2022/icons/print/icon-print.component.mjs +1 -1
  544. package/esm2022/icons/print/icon-print.module.mjs +1 -1
  545. package/esm2022/icons/print/public-api.mjs +1 -1
  546. package/esm2022/icons/question/icon-question.component.mjs +1 -1
  547. package/esm2022/icons/question/icon-question.module.mjs +1 -1
  548. package/esm2022/icons/question/public-api.mjs +1 -1
  549. package/esm2022/icons/reload/icon-reload.component.mjs +1 -1
  550. package/esm2022/icons/reload/icon-reload.module.mjs +1 -1
  551. package/esm2022/icons/reload/public-api.mjs +1 -1
  552. package/esm2022/icons/reply/icon-reply.component.mjs +1 -1
  553. package/esm2022/icons/reply/icon-reply.module.mjs +1 -1
  554. package/esm2022/icons/reply/public-api.mjs +1 -1
  555. package/esm2022/icons/search/icon-search.component.mjs +1 -1
  556. package/esm2022/icons/search/icon-search.module.mjs +1 -1
  557. package/esm2022/icons/search/public-api.mjs +1 -1
  558. package/esm2022/icons/search-inera/icon-search-inera.component.mjs +1 -1
  559. package/esm2022/icons/search-inera/icon-search-inera.module.mjs +1 -1
  560. package/esm2022/icons/search-inera/public-api.mjs +1 -1
  561. package/esm2022/icons/share/icon-share.component.mjs +1 -1
  562. package/esm2022/icons/share/icon-share.module.mjs +1 -1
  563. package/esm2022/icons/share/public-api.mjs +1 -1
  564. package/esm2022/icons/shield-locked/icon-shield-locked.component.mjs +1 -1
  565. package/esm2022/icons/shield-locked/icon-shield-locked.module.mjs +1 -1
  566. package/esm2022/icons/shield-locked/public-api.mjs +1 -1
  567. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.component.mjs +1 -1
  568. package/esm2022/icons/shield-locked-primary/icon-shield-locked-primary.module.mjs +1 -1
  569. package/esm2022/icons/shield-locked-primary/public-api.mjs +1 -1
  570. package/esm2022/icons/skane/icon-skane.component.mjs +1 -1
  571. package/esm2022/icons/skane/icon-skane.module.mjs +1 -1
  572. package/esm2022/icons/skane/public-api.mjs +1 -1
  573. package/esm2022/icons/sormland/icon-sormland.component.mjs +1 -1
  574. package/esm2022/icons/sormland/icon-sormland.module.mjs +1 -1
  575. package/esm2022/icons/sormland/public-api.mjs +1 -1
  576. package/esm2022/icons/star/icon-star.component.mjs +1 -1
  577. package/esm2022/icons/star/icon-star.module.mjs +1 -1
  578. package/esm2022/icons/star/public-api.mjs +1 -1
  579. package/esm2022/icons/star-filled/icon-star-filled.component.mjs +1 -1
  580. package/esm2022/icons/star-filled/icon-star-filled.module.mjs +1 -1
  581. package/esm2022/icons/star-filled/public-api.mjs +1 -1
  582. package/esm2022/icons/stockholm/icon-stockholm.component.mjs +1 -1
  583. package/esm2022/icons/stockholm/icon-stockholm.module.mjs +1 -1
  584. package/esm2022/icons/stockholm/public-api.mjs +1 -1
  585. package/esm2022/icons/success/icon-success.component.mjs +1 -1
  586. package/esm2022/icons/success/icon-success.module.mjs +1 -1
  587. package/esm2022/icons/success/public-api.mjs +1 -1
  588. package/esm2022/icons/swap/icon-swap.component.mjs +1 -1
  589. package/esm2022/icons/swap/icon-swap.module.mjs +1 -1
  590. package/esm2022/icons/swap/public-api.mjs +1 -1
  591. package/esm2022/icons/switch-person/icon-switch-person.component.mjs +1 -1
  592. package/esm2022/icons/switch-person/icon-switch-person.module.mjs +1 -1
  593. package/esm2022/icons/switch-person/public-api.mjs +1 -1
  594. package/esm2022/icons/telephone/icon-telephone.component.mjs +1 -1
  595. package/esm2022/icons/telephone/icon-telephone.module.mjs +1 -1
  596. package/esm2022/icons/telephone/public-api.mjs +1 -1
  597. package/esm2022/icons/test-tube/icon-test-tube.component.mjs +1 -1
  598. package/esm2022/icons/test-tube/icon-test-tube.module.mjs +1 -1
  599. package/esm2022/icons/test-tube/public-api.mjs +1 -1
  600. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.component.mjs +1 -1
  601. package/esm2022/icons/test-tube-analyze/icon-test-tube-analyze.module.mjs +1 -1
  602. package/esm2022/icons/test-tube-analyze/public-api.mjs +1 -1
  603. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.component.mjs +1 -1
  604. package/esm2022/icons/test-tube-empty/icon-test-tube-empty.module.mjs +1 -1
  605. package/esm2022/icons/test-tube-empty/public-api.mjs +1 -1
  606. package/esm2022/icons/toggle-card/icon-toggle-card.component.mjs +1 -1
  607. package/esm2022/icons/toggle-card/icon-toggle-card.module.mjs +1 -1
  608. package/esm2022/icons/toggle-card/public-api.mjs +1 -1
  609. package/esm2022/icons/toggle-list/icon-toggle-list.component.mjs +1 -1
  610. package/esm2022/icons/toggle-list/icon-toggle-list.module.mjs +1 -1
  611. package/esm2022/icons/toggle-list/public-api.mjs +1 -1
  612. package/esm2022/icons/trash/icon-trash.component.mjs +1 -1
  613. package/esm2022/icons/trash/icon-trash.module.mjs +1 -1
  614. package/esm2022/icons/trash/public-api.mjs +1 -1
  615. package/esm2022/icons/twitter/icon-twitter.component.mjs +1 -1
  616. package/esm2022/icons/twitter/icon-twitter.module.mjs +1 -1
  617. package/esm2022/icons/twitter/public-api.mjs +1 -1
  618. package/esm2022/icons/uppsala/icon-uppsala.component.mjs +1 -1
  619. package/esm2022/icons/uppsala/icon-uppsala.module.mjs +1 -1
  620. package/esm2022/icons/uppsala/public-api.mjs +1 -1
  621. package/esm2022/icons/user/icon-user.component.mjs +1 -1
  622. package/esm2022/icons/user/icon-user.module.mjs +1 -1
  623. package/esm2022/icons/user/public-api.mjs +1 -1
  624. package/esm2022/icons/vasterbotten/icon-vasterbotten.component.mjs +1 -1
  625. package/esm2022/icons/vasterbotten/icon-vasterbotten.module.mjs +1 -1
  626. package/esm2022/icons/vasterbotten/public-api.mjs +1 -1
  627. package/esm2022/icons/vasternorrland/icon-vasternorrland.component.mjs +1 -1
  628. package/esm2022/icons/vasternorrland/icon-vasternorrland.module.mjs +1 -1
  629. package/esm2022/icons/vasternorrland/public-api.mjs +1 -1
  630. package/esm2022/icons/vastmanland/icon-vastmanland.component.mjs +1 -1
  631. package/esm2022/icons/vastmanland/icon-vastmanland.module.mjs +1 -1
  632. package/esm2022/icons/vastmanland/public-api.mjs +1 -1
  633. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.component.mjs +1 -1
  634. package/esm2022/icons/vastra-gotaland/icon-vastra-gotaland.module.mjs +1 -1
  635. package/esm2022/icons/vastra-gotaland/public-api.mjs +1 -1
  636. package/esm2022/icons/video-off/icon-video-off.component.mjs +1 -1
  637. package/esm2022/icons/video-off/icon-video-off.module.mjs +1 -1
  638. package/esm2022/icons/video-off/public-api.mjs +1 -1
  639. package/esm2022/icons/video-on/icon-video-on.component.mjs +1 -1
  640. package/esm2022/icons/video-on/icon-video-on.module.mjs +1 -1
  641. package/esm2022/icons/video-on/public-api.mjs +1 -1
  642. package/esm2022/icons/video-switch/icon-video-switch.component.mjs +1 -1
  643. package/esm2022/icons/video-switch/icon-video-switch.module.mjs +1 -1
  644. package/esm2022/icons/video-switch/public-api.mjs +1 -1
  645. package/esm2022/icons/visibility/icon-visibility.component.mjs +1 -1
  646. package/esm2022/icons/visibility/icon-visibility.module.mjs +1 -1
  647. package/esm2022/icons/visibility/public-api.mjs +1 -1
  648. package/esm2022/icons/visibility-off/icon-visibility-off.component.mjs +1 -1
  649. package/esm2022/icons/visibility-off/icon-visibility-off.module.mjs +1 -1
  650. package/esm2022/icons/visibility-off/public-api.mjs +1 -1
  651. package/esm2022/icons/warning/icon-warning.component.mjs +1 -1
  652. package/esm2022/icons/warning/icon-warning.module.mjs +1 -1
  653. package/esm2022/icons/warning/public-api.mjs +1 -1
  654. package/esm2022/public-api.mjs +1 -1
  655. package/fesm2022/inera-ids-angular-common.mjs +1 -1
  656. package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
  657. package/fesm2022/inera-ids-angular-components-accordion.mjs +3 -3
  658. package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
  659. package/fesm2022/inera-ids-angular-components-agent.mjs +3 -3
  660. package/fesm2022/inera-ids-angular-components-agent.mjs.map +1 -1
  661. package/fesm2022/inera-ids-angular-components-alert-global.mjs +3 -3
  662. package/fesm2022/inera-ids-angular-components-alert-global.mjs.map +1 -1
  663. package/fesm2022/inera-ids-angular-components-alert.mjs +3 -3
  664. package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
  665. package/fesm2022/inera-ids-angular-components-badge.mjs +3 -3
  666. package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
  667. package/fesm2022/inera-ids-angular-components-box-link.mjs +3 -3
  668. package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
  669. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +9 -9
  670. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
  671. package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
  672. package/fesm2022/inera-ids-angular-components-button-group.mjs.map +1 -1
  673. package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
  674. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  675. package/fesm2022/inera-ids-angular-components-card.mjs +7 -4
  676. package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
  677. package/fesm2022/inera-ids-angular-components-carousel.mjs +5 -5
  678. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  679. package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
  680. package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
  681. package/fesm2022/inera-ids-angular-components-dialog.mjs +3 -3
  682. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  683. package/fesm2022/inera-ids-angular-components-dropdown.mjs +9 -15
  684. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  685. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +3 -3
  686. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
  687. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +3 -3
  688. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
  689. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +3 -3
  690. package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
  691. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +3 -3
  692. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  693. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +3 -3
  694. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  695. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
  696. package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
  697. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +6 -3
  698. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
  699. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +3 -3
  700. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
  701. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
  702. package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
  703. package/fesm2022/inera-ids-angular-components-form-input.mjs +3 -3
  704. package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
  705. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +54 -0
  706. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -0
  707. package/fesm2022/inera-ids-angular-components-form-radio.mjs +5 -5
  708. package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
  709. package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
  710. package/fesm2022/inera-ids-angular-components-form-range.mjs.map +1 -1
  711. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +3 -3
  712. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
  713. package/fesm2022/inera-ids-angular-components-form-select.mjs +4 -7
  714. package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
  715. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +3 -3
  716. package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
  717. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +3 -3
  718. package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
  719. package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
  720. package/fesm2022/inera-ids-angular-components-form-time.mjs.map +1 -1
  721. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
  722. package/fesm2022/inera-ids-angular-components-form-toggle.mjs.map +1 -1
  723. package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
  724. package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
  725. package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
  726. package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
  727. package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
  728. package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
  729. package/fesm2022/inera-ids-angular-components-grid.mjs +7 -7
  730. package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
  731. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +28 -23
  732. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  733. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +39 -23
  734. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  735. package/fesm2022/inera-ids-angular-components-header-1177.mjs +49 -40
  736. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  737. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +34 -17
  738. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  739. package/fesm2022/inera-ids-angular-components-header-inera.mjs +16 -11
  740. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  741. package/fesm2022/inera-ids-angular-components-header-patient.mjs +53 -0
  742. package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -0
  743. package/fesm2022/inera-ids-angular-components-link.mjs +3 -9
  744. package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
  745. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +3 -3
  746. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  747. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +5 -5
  748. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  749. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +3 -3
  750. package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
  751. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +3 -3
  752. package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
  753. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +5 -5
  754. package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
  755. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +3 -3
  756. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
  757. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
  758. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
  759. package/fesm2022/inera-ids-angular-components-popover.mjs +3 -3
  760. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  761. package/fesm2022/inera-ids-angular-components-progressbar.mjs +6 -3
  762. package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
  763. package/fesm2022/inera-ids-angular-components-puff-list.mjs +38 -18
  764. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  765. package/fesm2022/inera-ids-angular-components-region-icon.mjs +52 -0
  766. package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -0
  767. package/fesm2022/inera-ids-angular-components-side-menu.mjs +3 -3
  768. package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
  769. package/fesm2022/inera-ids-angular-components-side-panel.mjs +3 -3
  770. package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
  771. package/fesm2022/inera-ids-angular-components-stepper.mjs +9 -9
  772. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  773. package/fesm2022/inera-ids-angular-components-tabs.mjs +12 -16
  774. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  775. package/fesm2022/inera-ids-angular-components-tag.mjs +3 -3
  776. package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
  777. package/fesm2022/inera-ids-angular-components-tooltip.mjs +3 -3
  778. package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
  779. package/fesm2022/inera-ids-angular-icons-1177.mjs +1 -1
  780. package/fesm2022/inera-ids-angular-icons-1177.mjs.map +1 -1
  781. package/fesm2022/inera-ids-angular-icons-activity.mjs +1 -1
  782. package/fesm2022/inera-ids-angular-icons-activity.mjs.map +1 -1
  783. package/fesm2022/inera-ids-angular-icons-agent.mjs +1 -1
  784. package/fesm2022/inera-ids-angular-icons-agent.mjs.map +1 -1
  785. package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs +1 -1
  786. package/fesm2022/inera-ids-angular-icons-alarm-clock-inactivity.mjs.map +1 -1
  787. package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs +1 -1
  788. package/fesm2022/inera-ids-angular-icons-alarm-clock-neutral.mjs.map +1 -1
  789. package/fesm2022/inera-ids-angular-icons-archive.mjs +1 -1
  790. package/fesm2022/inera-ids-angular-icons-archive.mjs.map +1 -1
  791. package/fesm2022/inera-ids-angular-icons-arrow.mjs +1 -1
  792. package/fesm2022/inera-ids-angular-icons-arrow.mjs.map +1 -1
  793. package/fesm2022/inera-ids-angular-icons-attention.mjs +1 -1
  794. package/fesm2022/inera-ids-angular-icons-attention.mjs.map +1 -1
  795. package/fesm2022/inera-ids-angular-icons-blekinge.mjs +1 -1
  796. package/fesm2022/inera-ids-angular-icons-blekinge.mjs.map +1 -1
  797. package/fesm2022/inera-ids-angular-icons-bookmark.mjs +1 -1
  798. package/fesm2022/inera-ids-angular-icons-bookmark.mjs.map +1 -1
  799. package/fesm2022/inera-ids-angular-icons-calendar.mjs +1 -1
  800. package/fesm2022/inera-ids-angular-icons-calendar.mjs.map +1 -1
  801. package/fesm2022/inera-ids-angular-icons-call-active.mjs +1 -1
  802. package/fesm2022/inera-ids-angular-icons-call-active.mjs.map +1 -1
  803. package/fesm2022/inera-ids-angular-icons-call.mjs +1 -1
  804. package/fesm2022/inera-ids-angular-icons-call.mjs.map +1 -1
  805. package/fesm2022/inera-ids-angular-icons-camera-off.mjs +1 -1
  806. package/fesm2022/inera-ids-angular-icons-camera-off.mjs.map +1 -1
  807. package/fesm2022/inera-ids-angular-icons-camera-on.mjs +1 -1
  808. package/fesm2022/inera-ids-angular-icons-camera-on.mjs.map +1 -1
  809. package/fesm2022/inera-ids-angular-icons-camera-switch.mjs +1 -1
  810. package/fesm2022/inera-ids-angular-icons-camera-switch.mjs.map +1 -1
  811. package/fesm2022/inera-ids-angular-icons-chart-bar.mjs +1 -1
  812. package/fesm2022/inera-ids-angular-icons-chart-bar.mjs.map +1 -1
  813. package/fesm2022/inera-ids-angular-icons-chart-line.mjs +1 -1
  814. package/fesm2022/inera-ids-angular-icons-chart-line.mjs.map +1 -1
  815. package/fesm2022/inera-ids-angular-icons-chat.mjs +1 -1
  816. package/fesm2022/inera-ids-angular-icons-chat.mjs.map +1 -1
  817. package/fesm2022/inera-ids-angular-icons-check.mjs +1 -1
  818. package/fesm2022/inera-ids-angular-icons-check.mjs.map +1 -1
  819. package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs +1 -1
  820. package/fesm2022/inera-ids-angular-icons-chevron-bold.mjs.map +1 -1
  821. package/fesm2022/inera-ids-angular-icons-chevron.mjs +1 -1
  822. package/fesm2022/inera-ids-angular-icons-chevron.mjs.map +1 -1
  823. package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs +1 -1
  824. package/fesm2022/inera-ids-angular-icons-clipboard-cross.mjs.map +1 -1
  825. package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs +1 -1
  826. package/fesm2022/inera-ids-angular-icons-clipboard-text.mjs.map +1 -1
  827. package/fesm2022/inera-ids-angular-icons-clipboard.mjs +1 -1
  828. package/fesm2022/inera-ids-angular-icons-clipboard.mjs.map +1 -1
  829. package/fesm2022/inera-ids-angular-icons-clock.mjs +1 -1
  830. package/fesm2022/inera-ids-angular-icons-clock.mjs.map +1 -1
  831. package/fesm2022/inera-ids-angular-icons-close-bold.mjs +1 -1
  832. package/fesm2022/inera-ids-angular-icons-close-bold.mjs.map +1 -1
  833. package/fesm2022/inera-ids-angular-icons-close.mjs +1 -1
  834. package/fesm2022/inera-ids-angular-icons-close.mjs.map +1 -1
  835. package/fesm2022/inera-ids-angular-icons-cog.mjs +1 -1
  836. package/fesm2022/inera-ids-angular-icons-cog.mjs.map +1 -1
  837. package/fesm2022/inera-ids-angular-icons-computer-inera.mjs +1 -1
  838. package/fesm2022/inera-ids-angular-icons-computer-inera.mjs.map +1 -1
  839. package/fesm2022/inera-ids-angular-icons-computer.mjs +1 -1
  840. package/fesm2022/inera-ids-angular-icons-computer.mjs.map +1 -1
  841. package/fesm2022/inera-ids-angular-icons-copy-file.mjs +1 -1
  842. package/fesm2022/inera-ids-angular-icons-copy-file.mjs.map +1 -1
  843. package/fesm2022/inera-ids-angular-icons-copy-link.mjs +1 -1
  844. package/fesm2022/inera-ids-angular-icons-copy-link.mjs.map +1 -1
  845. package/fesm2022/inera-ids-angular-icons-denied.mjs +1 -1
  846. package/fesm2022/inera-ids-angular-icons-denied.mjs.map +1 -1
  847. package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs +1 -1
  848. package/fesm2022/inera-ids-angular-icons-doctors-bag.mjs.map +1 -1
  849. package/fesm2022/inera-ids-angular-icons-document.mjs +1 -1
  850. package/fesm2022/inera-ids-angular-icons-document.mjs.map +1 -1
  851. package/fesm2022/inera-ids-angular-icons-download.mjs +1 -1
  852. package/fesm2022/inera-ids-angular-icons-download.mjs.map +1 -1
  853. package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs +1 -1
  854. package/fesm2022/inera-ids-angular-icons-drag-n-drop.mjs.map +1 -1
  855. package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs +1 -1
  856. package/fesm2022/inera-ids-angular-icons-ear-hearing.mjs.map +1 -1
  857. package/fesm2022/inera-ids-angular-icons-edit.mjs +1 -1
  858. package/fesm2022/inera-ids-angular-icons-edit.mjs.map +1 -1
  859. package/fesm2022/inera-ids-angular-icons-email-sent.mjs +1 -1
  860. package/fesm2022/inera-ids-angular-icons-email-sent.mjs.map +1 -1
  861. package/fesm2022/inera-ids-angular-icons-email-unread.mjs +1 -1
  862. package/fesm2022/inera-ids-angular-icons-email-unread.mjs.map +1 -1
  863. package/fesm2022/inera-ids-angular-icons-email.mjs +1 -1
  864. package/fesm2022/inera-ids-angular-icons-email.mjs.map +1 -1
  865. package/fesm2022/inera-ids-angular-icons-expand.mjs +1 -1
  866. package/fesm2022/inera-ids-angular-icons-expand.mjs.map +1 -1
  867. package/fesm2022/inera-ids-angular-icons-external.mjs +1 -1
  868. package/fesm2022/inera-ids-angular-icons-external.mjs.map +1 -1
  869. package/fesm2022/inera-ids-angular-icons-facebook.mjs +1 -1
  870. package/fesm2022/inera-ids-angular-icons-facebook.mjs.map +1 -1
  871. package/fesm2022/inera-ids-angular-icons-file-csv.mjs +1 -1
  872. package/fesm2022/inera-ids-angular-icons-file-csv.mjs.map +1 -1
  873. package/fesm2022/inera-ids-angular-icons-file-excel.mjs +1 -1
  874. package/fesm2022/inera-ids-angular-icons-file-excel.mjs.map +1 -1
  875. package/fesm2022/inera-ids-angular-icons-file-other.mjs +1 -1
  876. package/fesm2022/inera-ids-angular-icons-file-other.mjs.map +1 -1
  877. package/fesm2022/inera-ids-angular-icons-file-pdf.mjs +1 -1
  878. package/fesm2022/inera-ids-angular-icons-file-pdf.mjs.map +1 -1
  879. package/fesm2022/inera-ids-angular-icons-file-picture.mjs +1 -1
  880. package/fesm2022/inera-ids-angular-icons-file-picture.mjs.map +1 -1
  881. package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs +1 -1
  882. package/fesm2022/inera-ids-angular-icons-file-powerpoint.mjs.map +1 -1
  883. package/fesm2022/inera-ids-angular-icons-file-word.mjs +1 -1
  884. package/fesm2022/inera-ids-angular-icons-file-word.mjs.map +1 -1
  885. package/fesm2022/inera-ids-angular-icons-find-care.mjs +1 -1
  886. package/fesm2022/inera-ids-angular-icons-find-care.mjs.map +1 -1
  887. package/fesm2022/inera-ids-angular-icons-find-region.mjs +1 -1
  888. package/fesm2022/inera-ids-angular-icons-find-region.mjs.map +1 -1
  889. package/fesm2022/inera-ids-angular-icons-flag.mjs +1 -1
  890. package/fesm2022/inera-ids-angular-icons-flag.mjs.map +1 -1
  891. package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs +1 -1
  892. package/fesm2022/inera-ids-angular-icons-form-numbered-reocurring.mjs.map +1 -1
  893. package/fesm2022/inera-ids-angular-icons-form-numbered.mjs +1 -1
  894. package/fesm2022/inera-ids-angular-icons-form-numbered.mjs.map +1 -1
  895. package/fesm2022/inera-ids-angular-icons-gotland.mjs +1 -1
  896. package/fesm2022/inera-ids-angular-icons-gotland.mjs.map +1 -1
  897. package/fesm2022/inera-ids-angular-icons-halland.mjs +1 -1
  898. package/fesm2022/inera-ids-angular-icons-halland.mjs.map +1 -1
  899. package/fesm2022/inera-ids-angular-icons-headphones.mjs +1 -1
  900. package/fesm2022/inera-ids-angular-icons-headphones.mjs.map +1 -1
  901. package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs +1 -1
  902. package/fesm2022/inera-ids-angular-icons-hourglass-end.mjs.map +1 -1
  903. package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs +1 -1
  904. package/fesm2022/inera-ids-angular-icons-hourglass-start.mjs.map +1 -1
  905. package/fesm2022/inera-ids-angular-icons-hourglass.mjs +1 -1
  906. package/fesm2022/inera-ids-angular-icons-hourglass.mjs.map +1 -1
  907. package/fesm2022/inera-ids-angular-icons-house.mjs +1 -1
  908. package/fesm2022/inera-ids-angular-icons-house.mjs.map +1 -1
  909. package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs +1 -1
  910. package/fesm2022/inera-ids-angular-icons-id-card-locked.mjs.map +1 -1
  911. package/fesm2022/inera-ids-angular-icons-id-card.mjs +1 -1
  912. package/fesm2022/inera-ids-angular-icons-id-card.mjs.map +1 -1
  913. package/fesm2022/inera-ids-angular-icons-image.mjs +1 -1
  914. package/fesm2022/inera-ids-angular-icons-image.mjs.map +1 -1
  915. package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs +1 -1
  916. package/fesm2022/inera-ids-angular-icons-inera-legacy.mjs.map +1 -1
  917. package/fesm2022/inera-ids-angular-icons-inera.mjs +1 -1
  918. package/fesm2022/inera-ids-angular-icons-inera.mjs.map +1 -1
  919. package/fesm2022/inera-ids-angular-icons-information.mjs +1 -1
  920. package/fesm2022/inera-ids-angular-icons-information.mjs.map +1 -1
  921. package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs +1 -1
  922. package/fesm2022/inera-ids-angular-icons-jamtland-harjedalen.mjs.map +1 -1
  923. package/fesm2022/inera-ids-angular-icons-jonkoping.mjs +1 -1
  924. package/fesm2022/inera-ids-angular-icons-jonkoping.mjs.map +1 -1
  925. package/fesm2022/inera-ids-angular-icons-kalmar.mjs +1 -1
  926. package/fesm2022/inera-ids-angular-icons-kalmar.mjs.map +1 -1
  927. package/fesm2022/inera-ids-angular-icons-kronoberg.mjs +1 -1
  928. package/fesm2022/inera-ids-angular-icons-kronoberg.mjs.map +1 -1
  929. package/fesm2022/inera-ids-angular-icons-lightbulb.mjs +1 -1
  930. package/fesm2022/inera-ids-angular-icons-lightbulb.mjs.map +1 -1
  931. package/fesm2022/inera-ids-angular-icons-linkedin.mjs +1 -1
  932. package/fesm2022/inera-ids-angular-icons-linkedin.mjs.map +1 -1
  933. package/fesm2022/inera-ids-angular-icons-list.mjs +1 -1
  934. package/fesm2022/inera-ids-angular-icons-list.mjs.map +1 -1
  935. package/fesm2022/inera-ids-angular-icons-lock-open.mjs +1 -1
  936. package/fesm2022/inera-ids-angular-icons-lock-open.mjs.map +1 -1
  937. package/fesm2022/inera-ids-angular-icons-lock.mjs +1 -1
  938. package/fesm2022/inera-ids-angular-icons-lock.mjs.map +1 -1
  939. package/fesm2022/inera-ids-angular-icons-log-locked.mjs +1 -1
  940. package/fesm2022/inera-ids-angular-icons-log-locked.mjs.map +1 -1
  941. package/fesm2022/inera-ids-angular-icons-log.mjs +1 -1
  942. package/fesm2022/inera-ids-angular-icons-log.mjs.map +1 -1
  943. package/fesm2022/inera-ids-angular-icons-menu.mjs +1 -1
  944. package/fesm2022/inera-ids-angular-icons-menu.mjs.map +1 -1
  945. package/fesm2022/inera-ids-angular-icons-minus.mjs +1 -1
  946. package/fesm2022/inera-ids-angular-icons-minus.mjs.map +1 -1
  947. package/fesm2022/inera-ids-angular-icons-moment-start.mjs +1 -1
  948. package/fesm2022/inera-ids-angular-icons-moment-start.mjs.map +1 -1
  949. package/fesm2022/inera-ids-angular-icons-moment-stop.mjs +1 -1
  950. package/fesm2022/inera-ids-angular-icons-moment-stop.mjs.map +1 -1
  951. package/fesm2022/inera-ids-angular-icons-norrbotten.mjs +1 -1
  952. package/fesm2022/inera-ids-angular-icons-norrbotten.mjs.map +1 -1
  953. package/fesm2022/inera-ids-angular-icons-office-building.mjs +1 -1
  954. package/fesm2022/inera-ids-angular-icons-office-building.mjs.map +1 -1
  955. package/fesm2022/inera-ids-angular-icons-orebro.mjs +1 -1
  956. package/fesm2022/inera-ids-angular-icons-orebro.mjs.map +1 -1
  957. package/fesm2022/inera-ids-angular-icons-organization.mjs +1 -1
  958. package/fesm2022/inera-ids-angular-icons-organization.mjs.map +1 -1
  959. package/fesm2022/inera-ids-angular-icons-ostergotland.mjs +1 -1
  960. package/fesm2022/inera-ids-angular-icons-ostergotland.mjs.map +1 -1
  961. package/fesm2022/inera-ids-angular-icons-plus.mjs +1 -1
  962. package/fesm2022/inera-ids-angular-icons-plus.mjs.map +1 -1
  963. package/fesm2022/inera-ids-angular-icons-prescription.mjs +1 -1
  964. package/fesm2022/inera-ids-angular-icons-prescription.mjs.map +1 -1
  965. package/fesm2022/inera-ids-angular-icons-print.mjs +1 -1
  966. package/fesm2022/inera-ids-angular-icons-print.mjs.map +1 -1
  967. package/fesm2022/inera-ids-angular-icons-question.mjs +1 -1
  968. package/fesm2022/inera-ids-angular-icons-question.mjs.map +1 -1
  969. package/fesm2022/inera-ids-angular-icons-reload.mjs +1 -1
  970. package/fesm2022/inera-ids-angular-icons-reload.mjs.map +1 -1
  971. package/fesm2022/inera-ids-angular-icons-reply.mjs +1 -1
  972. package/fesm2022/inera-ids-angular-icons-reply.mjs.map +1 -1
  973. package/fesm2022/inera-ids-angular-icons-search-inera.mjs +1 -1
  974. package/fesm2022/inera-ids-angular-icons-search-inera.mjs.map +1 -1
  975. package/fesm2022/inera-ids-angular-icons-search.mjs +1 -1
  976. package/fesm2022/inera-ids-angular-icons-search.mjs.map +1 -1
  977. package/fesm2022/inera-ids-angular-icons-share.mjs +1 -1
  978. package/fesm2022/inera-ids-angular-icons-share.mjs.map +1 -1
  979. package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs +1 -1
  980. package/fesm2022/inera-ids-angular-icons-shield-locked-primary.mjs.map +1 -1
  981. package/fesm2022/inera-ids-angular-icons-shield-locked.mjs +1 -1
  982. package/fesm2022/inera-ids-angular-icons-shield-locked.mjs.map +1 -1
  983. package/fesm2022/inera-ids-angular-icons-skane.mjs +1 -1
  984. package/fesm2022/inera-ids-angular-icons-skane.mjs.map +1 -1
  985. package/fesm2022/inera-ids-angular-icons-sormland.mjs +1 -1
  986. package/fesm2022/inera-ids-angular-icons-sormland.mjs.map +1 -1
  987. package/fesm2022/inera-ids-angular-icons-star-filled.mjs +1 -1
  988. package/fesm2022/inera-ids-angular-icons-star-filled.mjs.map +1 -1
  989. package/fesm2022/inera-ids-angular-icons-star.mjs +1 -1
  990. package/fesm2022/inera-ids-angular-icons-star.mjs.map +1 -1
  991. package/fesm2022/inera-ids-angular-icons-stockholm.mjs +1 -1
  992. package/fesm2022/inera-ids-angular-icons-stockholm.mjs.map +1 -1
  993. package/fesm2022/inera-ids-angular-icons-success.mjs +1 -1
  994. package/fesm2022/inera-ids-angular-icons-success.mjs.map +1 -1
  995. package/fesm2022/inera-ids-angular-icons-swap.mjs +1 -1
  996. package/fesm2022/inera-ids-angular-icons-swap.mjs.map +1 -1
  997. package/fesm2022/inera-ids-angular-icons-switch-person.mjs +1 -1
  998. package/fesm2022/inera-ids-angular-icons-switch-person.mjs.map +1 -1
  999. package/fesm2022/inera-ids-angular-icons-telephone.mjs +1 -1
  1000. package/fesm2022/inera-ids-angular-icons-telephone.mjs.map +1 -1
  1001. package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs +1 -1
  1002. package/fesm2022/inera-ids-angular-icons-test-tube-analyze.mjs.map +1 -1
  1003. package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs +1 -1
  1004. package/fesm2022/inera-ids-angular-icons-test-tube-empty.mjs.map +1 -1
  1005. package/fesm2022/inera-ids-angular-icons-test-tube.mjs +1 -1
  1006. package/fesm2022/inera-ids-angular-icons-test-tube.mjs.map +1 -1
  1007. package/fesm2022/inera-ids-angular-icons-toggle-card.mjs +1 -1
  1008. package/fesm2022/inera-ids-angular-icons-toggle-card.mjs.map +1 -1
  1009. package/fesm2022/inera-ids-angular-icons-toggle-list.mjs +1 -1
  1010. package/fesm2022/inera-ids-angular-icons-toggle-list.mjs.map +1 -1
  1011. package/fesm2022/inera-ids-angular-icons-trash.mjs +1 -1
  1012. package/fesm2022/inera-ids-angular-icons-trash.mjs.map +1 -1
  1013. package/fesm2022/inera-ids-angular-icons-twitter.mjs +1 -1
  1014. package/fesm2022/inera-ids-angular-icons-twitter.mjs.map +1 -1
  1015. package/fesm2022/inera-ids-angular-icons-uppsala.mjs +1 -1
  1016. package/fesm2022/inera-ids-angular-icons-uppsala.mjs.map +1 -1
  1017. package/fesm2022/inera-ids-angular-icons-user.mjs +1 -1
  1018. package/fesm2022/inera-ids-angular-icons-user.mjs.map +1 -1
  1019. package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs +1 -1
  1020. package/fesm2022/inera-ids-angular-icons-vasterbotten.mjs.map +1 -1
  1021. package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs +1 -1
  1022. package/fesm2022/inera-ids-angular-icons-vasternorrland.mjs.map +1 -1
  1023. package/fesm2022/inera-ids-angular-icons-vastmanland.mjs +1 -1
  1024. package/fesm2022/inera-ids-angular-icons-vastmanland.mjs.map +1 -1
  1025. package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs +1 -1
  1026. package/fesm2022/inera-ids-angular-icons-vastra-gotaland.mjs.map +1 -1
  1027. package/fesm2022/inera-ids-angular-icons-video-off.mjs +1 -1
  1028. package/fesm2022/inera-ids-angular-icons-video-off.mjs.map +1 -1
  1029. package/fesm2022/inera-ids-angular-icons-video-on.mjs +1 -1
  1030. package/fesm2022/inera-ids-angular-icons-video-on.mjs.map +1 -1
  1031. package/fesm2022/inera-ids-angular-icons-video-switch.mjs +1 -1
  1032. package/fesm2022/inera-ids-angular-icons-video-switch.mjs.map +1 -1
  1033. package/fesm2022/inera-ids-angular-icons-visibility-off.mjs +1 -1
  1034. package/fesm2022/inera-ids-angular-icons-visibility-off.mjs.map +1 -1
  1035. package/fesm2022/inera-ids-angular-icons-visibility.mjs +1 -1
  1036. package/fesm2022/inera-ids-angular-icons-visibility.mjs.map +1 -1
  1037. package/fesm2022/inera-ids-angular-icons-warning.mjs +1 -1
  1038. package/fesm2022/inera-ids-angular-icons-warning.mjs.map +1 -1
  1039. package/fesm2022/inera-ids-angular.mjs.map +1 -1
  1040. package/license.md +7 -7
  1041. package/package.json +193 -181
  1042. package/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.d.ts +0 -7
  1043. package/components/icon-region/icon-region.component.d.ts +0 -16
  1044. package/components/icon-region/icon-region.module.d.ts +0 -8
  1045. package/components/icon-region/public-api.d.ts +0 -2
  1046. package/esm2022/components/header-1177/nav-menu-mobile/header-1177-nav-menu-mobile.component.mjs +0 -15
  1047. package/esm2022/components/icon-region/icon-region.component.mjs +0 -42
  1048. package/esm2022/components/icon-region/icon-region.module.mjs +0 -22
  1049. package/esm2022/components/icon-region/public-api.mjs +0 -3
  1050. package/fesm2022/inera-ids-angular-components-icon-region.mjs +0 -68
  1051. package/fesm2022/inera-ids-angular-components-icon-region.mjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-footer-1177-pro.mjs","sources":["../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.html","../../../projects/ids-angular/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\r\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\r\nimport \"@inera/ids-core/components/footer-1177-pro/register\";\r\n\r\n@Component({\r\n selector: \"id-footer-1177-pro\",\r\n templateUrl: \"./footer-1177-pro.component.html\",\r\n standalone: true,\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDFooter1177ProComponent {\r\n constructor() {}\r\n\r\n @Input()\r\n cols: number = 3;\r\n}\r\n","<ids-footer-1177-pro [cols]=\"cols\">\r\n <ng-content></ng-content>\r\n</ids-footer-1177-pro>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,wBAAwB,CAAA;AACnC,IAAA,WAAA,GAAA,GAAgB;IAGhB,IAAI,GAAW,CAAC,CAAC;wGAJN,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;4FAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXrC,oGAGA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDKY,YAAY,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAGX,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAPpC,SAAS;+BACE,oBAAoB,EAAA,UAAA,EAElB,IAAI,EACP,OAAA,EAAA,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,oGAAA,EAAA,CAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH,KAAK;;;AEdR;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-footer-1177-pro.mjs","sources":["../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.html","../../../projects/ids-angular/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-1177-pro/register\";\n\n@Component({\n selector: \"id-footer-1177-pro\",\n templateUrl: \"./footer-1177-pro.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooter1177ProComponent {\n constructor() {}\n\n @Input()\n cols: number = 3;\n}\n","<ids-footer-1177-pro [cols]=\"cols\">\n <ng-content></ng-content>\n</ids-footer-1177-pro>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,wBAAwB,CAAA;AACnC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,CAAC;wGAJL,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXrC,8FAGA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDKY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAPpC,SAAS;+BACE,oBAAoB,EAAA,UAAA,EAElB,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,8FAAA,EAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH;;;AEdH;;AAEG;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';
3
+ import { Input, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
4
4
  import '@inera/ids-core/components/footer-1177/register';
5
5
 
6
6
  class IDFooter1177Component {
@@ -13,11 +13,11 @@ class IDFooter1177Component {
13
13
  linkcol2 = '2';
14
14
  linkcol3 = '2';
15
15
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooter1177Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDFooter1177Component, isStandalone: true, selector: "id-footer-1177", inputs: { headline: "headline", srheadline: "srheadline", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3" }, ngImport: i0, template: "<ids-footer-1177 \r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\">\r\n <ng-content></ng-content>\r\n</ids-footer-1177>", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
16
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDFooter1177Component, isStandalone: true, selector: "id-footer-1177", inputs: { headline: "headline", srheadline: "srheadline", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3" }, ngImport: i0, template: "<ids-footer-1177 \n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\">\n <ng-content></ng-content>\n</ids-footer-1177>", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
17
17
  }
18
18
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooter1177Component, decorators: [{
19
19
  type: Component,
20
- args: [{ selector: 'id-footer-1177', standalone: true, imports: [CommonModule], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<ids-footer-1177 \r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\">\r\n <ng-content></ng-content>\r\n</ids-footer-1177>" }]
20
+ args: [{ selector: 'id-footer-1177', standalone: true, imports: [CommonModule], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<ids-footer-1177 \n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\">\n <ng-content></ng-content>\n</ids-footer-1177>" }]
21
21
  }], ctorParameters: () => [], propDecorators: { headline: [{
22
22
  type: Input
23
23
  }], srheadline: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-footer-1177.mjs","sources":["../../../projects/ids-angular/components/footer-1177/footer-1177.component.ts","../../../projects/ids-angular/components/footer-1177/footer-1177.component.html","../../../projects/ids-angular/components/footer-1177/inera-ids-angular-components-footer-1177.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';\r\n\r\nimport '@inera/ids-core/components/footer-1177/register';\r\n\r\n@Component({\r\n selector: 'id-footer-1177',\r\n templateUrl: './footer-1177.component.html',\r\n standalone: true,\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDFooter1177Component {\r\n constructor() {}\r\n\r\n @Input()\r\n headline: string = '';\r\n @Input()\r\n srheadline: string = '';\r\n @Input()\r\n subheadline: string = '';\r\n @Input()\r\n cols: number = 3;\r\n @Input()\r\n linkcol1: string = '2';\r\n @Input()\r\n linkcol2: string = '2';\r\n @Input()\r\n linkcol3: string = '2';\r\n}\r\n","<ids-footer-1177 \r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\">\r\n <ng-content></ng-content>\r\n</ids-footer-1177>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAYa,qBAAqB,CAAA;AAChC,IAAA,WAAA,GAAA,GAAgB;IAGhB,QAAQ,GAAW,EAAE,CAAC;IAEtB,UAAU,GAAW,EAAE,CAAC;IAExB,WAAW,GAAW,EAAE,CAAC;IAEzB,IAAI,GAAW,CAAC,CAAC;IAEjB,QAAQ,GAAW,GAAG,CAAC;IAEvB,QAAQ,GAAW,GAAG,CAAC;IAEvB,QAAQ,GAAW,GAAG,CAAC;wGAhBZ,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;4FAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZlC,sRASkB,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDAN,YAAY,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAGX,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACE,gBAAgB,EAAA,UAAA,EAEd,IAAI,EACP,OAAA,EAAA,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,sRAAA,EAAA,CAAA;wDAMjC,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,UAAU,EAAA,CAAA;sBADT,KAAK;gBAGN,WAAW,EAAA,CAAA;sBADV,KAAK;gBAGN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;;;AE3BR;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-footer-1177.mjs","sources":["../../../projects/ids-angular/components/footer-1177/footer-1177.component.ts","../../../projects/ids-angular/components/footer-1177/footer-1177.component.html","../../../projects/ids-angular/components/footer-1177/inera-ids-angular-components-footer-1177.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';\n\nimport '@inera/ids-core/components/footer-1177/register';\n\n@Component({\n selector: 'id-footer-1177',\n templateUrl: './footer-1177.component.html',\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDFooter1177Component {\n constructor() {}\n\n @Input()\n headline: string = '';\n @Input()\n srheadline: string = '';\n @Input()\n subheadline: string = '';\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = '2';\n @Input()\n linkcol2: string = '2';\n @Input()\n linkcol3: string = '2';\n}\n","<ids-footer-1177 \n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\">\n <ng-content></ng-content>\n</ids-footer-1177>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAYa,qBAAqB,CAAA;AAChC,IAAA,WAAA,GAAA;IAGA,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAhBX,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECZlC,oQASkB,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDAN,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;+BACE,gBAAgB,EAAA,UAAA,EAEd,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,oQAAA,EAAA;wDAMjC,QAAQ,EAAA,CAAA;sBADP;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;AE3BH;;AAEG;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';
3
+ import { Input, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
4
4
  import '@inera/ids-core/components/footer-inera-admin/register';
5
5
 
6
6
  class IDFooterIneraAdminComponent {
@@ -14,11 +14,11 @@ class IDFooterIneraAdminComponent {
14
14
  linkcol2 = "2";
15
15
  linkcol3 = "2";
16
16
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterIneraAdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDFooterIneraAdminComponent, isStandalone: true, selector: "id-footer-inera-admin", inputs: { type: "type", headline: "headline", srheadline: "srheadline", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3" }, ngImport: i0, template: "<ids-footer-inera-admin\r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-footer-inera-admin>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
17
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDFooterIneraAdminComponent, isStandalone: true, selector: "id-footer-inera-admin", inputs: { type: "type", headline: "headline", srheadline: "srheadline", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3" }, ngImport: i0, template: "<ids-footer-inera-admin\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera-admin>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
18
18
  }
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterIneraAdminComponent, decorators: [{
20
20
  type: Component,
21
- args: [{ selector: "id-footer-inera-admin", standalone: true, imports: [CommonModule], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<ids-footer-inera-admin\r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-footer-inera-admin>\r\n" }]
21
+ args: [{ selector: "id-footer-inera-admin", standalone: true, imports: [CommonModule], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<ids-footer-inera-admin\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera-admin>\n" }]
22
22
  }], ctorParameters: () => [], propDecorators: { type: [{
23
23
  type: Input
24
24
  }], headline: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-footer-inera-admin.mjs","sources":["../../../projects/ids-angular/components/footer-inera-admin/footer-inera-admin.component.ts","../../../projects/ids-angular/components/footer-inera-admin/footer-inera-admin.component.html","../../../projects/ids-angular/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\r\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\r\nimport \"@inera/ids-core/components/footer-inera-admin/register\";\r\n\r\n@Component({\r\n selector: \"id-footer-inera-admin\",\r\n templateUrl: \"./footer-inera-admin.component.html\",\r\n standalone: true,\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDFooterIneraAdminComponent {\r\n constructor() {}\r\n\r\n @Input()\r\n type: string = \"\";\r\n @Input()\r\n headline: string = \"\";\r\n @Input()\r\n srheadline: string = \"\";\r\n @Input()\r\n subheadline: string = \"\";\r\n @Input()\r\n cols: number = 3;\r\n @Input()\r\n linkcol1: string = \"2\";\r\n @Input()\r\n linkcol2: string = \"2\";\r\n @Input()\r\n linkcol3: string = \"2\";\r\n}\r\n","<ids-footer-inera-admin\r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-footer-inera-admin>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,2BAA2B,CAAA;AACtC,IAAA,WAAA,GAAA,GAAgB;IAGhB,IAAI,GAAW,EAAE,CAAC;IAElB,QAAQ,GAAW,EAAE,CAAC;IAEtB,UAAU,GAAW,EAAE,CAAC;IAExB,WAAW,GAAW,EAAE,CAAC;IAEzB,IAAI,GAAW,CAAC,CAAC;IAEjB,QAAQ,GAAW,GAAG,CAAC;IAEvB,QAAQ,GAAW,GAAG,CAAC;IAEvB,QAAQ,GAAW,GAAG,CAAC;wGAlBZ,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;4FAA3B,2BAA2B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXxC,gUAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDJY,YAAY,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAGX,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAPvC,SAAS;+BACE,uBAAuB,EAAA,UAAA,EAErB,IAAI,EACP,OAAA,EAAA,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,gUAAA,EAAA,CAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,UAAU,EAAA,CAAA;sBADT,KAAK;gBAGN,WAAW,EAAA,CAAA;sBADV,KAAK;gBAGN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;;;AE5BR;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-footer-inera-admin.mjs","sources":["../../../projects/ids-angular/components/footer-inera-admin/footer-inera-admin.component.ts","../../../projects/ids-angular/components/footer-inera-admin/footer-inera-admin.component.html","../../../projects/ids-angular/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-inera-admin/register\";\n\n@Component({\n selector: \"id-footer-inera-admin\",\n templateUrl: \"./footer-inera-admin.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooterIneraAdminComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n @Input()\n headline: string = \"\";\n @Input()\n srheadline: string = \"\";\n @Input()\n subheadline: string = \"\";\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = \"2\";\n @Input()\n linkcol2: string = \"2\";\n @Input()\n linkcol3: string = \"2\";\n}\n","<ids-footer-inera-admin\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera-admin>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,2BAA2B,CAAA;AACtC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,EAAE;IAEjB,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAlBX,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAA3B,2BAA2B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXxC,wSAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDJY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAPvC,SAAS;+BACE,uBAAuB,EAAA,UAAA,EAErB,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,wSAAA,EAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;AE5BH;;AAEG;;;;"}
@@ -1,6 +1,6 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from '@angular/core';
3
+ import { Input, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
4
4
  import '@inera/ids-core/components/footer-inera/register';
5
5
 
6
6
  class IDFooterIneraComponent {
@@ -14,11 +14,11 @@ class IDFooterIneraComponent {
14
14
  linkcol2 = "2";
15
15
  linkcol3 = "2";
16
16
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterIneraComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDFooterIneraComponent, isStandalone: true, selector: "id-footer-inera", inputs: { type: "type", headline: "headline", srheadline: "srheadline", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3" }, ngImport: i0, template: "<ids-footer-inera\r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-footer-inera>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
17
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDFooterIneraComponent, isStandalone: true, selector: "id-footer-inera", inputs: { type: "type", headline: "headline", srheadline: "srheadline", subheadline: "subheadline", cols: "cols", linkcol1: "linkcol1", linkcol2: "linkcol2", linkcol3: "linkcol3" }, ngImport: i0, template: "<ids-footer-inera\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
18
18
  }
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDFooterIneraComponent, decorators: [{
20
20
  type: Component,
21
- args: [{ selector: "id-footer-inera", standalone: true, imports: [CommonModule], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<ids-footer-inera\r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-footer-inera>\r\n" }]
21
+ args: [{ selector: "id-footer-inera", standalone: true, imports: [CommonModule], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<ids-footer-inera\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera>\n" }]
22
22
  }], ctorParameters: () => [], propDecorators: { type: [{
23
23
  type: Input
24
24
  }], headline: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-footer-inera.mjs","sources":["../../../projects/ids-angular/components/footer-inera/footer-inera.component.ts","../../../projects/ids-angular/components/footer-inera/footer-inera.component.html","../../../projects/ids-angular/components/footer-inera/inera-ids-angular-components-footer-inera.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\r\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\r\nimport \"@inera/ids-core/components/footer-inera/register\";\r\n\r\n@Component({\r\n selector: \"id-footer-inera\",\r\n templateUrl: \"./footer-inera.component.html\",\r\n standalone: true,\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDFooterIneraComponent {\r\n constructor() {}\r\n\r\n @Input()\r\n type: string = \"\";\r\n @Input()\r\n headline: string = \"\";\r\n @Input()\r\n srheadline: string = \"\";\r\n @Input()\r\n subheadline: string = \"\";\r\n @Input()\r\n cols: number = 3;\r\n @Input()\r\n linkcol1: string = \"2\";\r\n @Input()\r\n linkcol2: string = \"2\";\r\n @Input()\r\n linkcol3: string = \"2\";\r\n}\r\n","<ids-footer-inera\r\n [type]=\"type\"\r\n [headline]=\"headline\"\r\n [srheadline]=\"srheadline\"\r\n [subheadline]=\"subheadline\"\r\n [cols]=\"cols\"\r\n [linkcol1]=\"linkcol1\"\r\n [linkcol2]=\"linkcol2\"\r\n [linkcol3]=\"linkcol3\"\r\n>\r\n <ng-content></ng-content>\r\n</ids-footer-inera>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,sBAAsB,CAAA;AACjC,IAAA,WAAA,GAAA,GAAgB;IAGhB,IAAI,GAAW,EAAE,CAAC;IAElB,QAAQ,GAAW,EAAE,CAAC;IAEtB,UAAU,GAAW,EAAE,CAAC;IAExB,WAAW,GAAW,EAAE,CAAC;IAEzB,IAAI,GAAW,CAAC,CAAC;IAEjB,QAAQ,GAAW,GAAG,CAAC;IAEvB,QAAQ,GAAW,GAAG,CAAC;IAEvB,QAAQ,GAAW,GAAG,CAAC;wGAlBZ,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;4FAAtB,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXnC,oTAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDJY,YAAY,EAAA,CAAA,EAAA,CAAA,CAAA;;4FAGX,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAPlC,SAAS;+BACE,iBAAiB,EAAA,UAAA,EAEf,IAAI,EACP,OAAA,EAAA,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,oTAAA,EAAA,CAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,UAAU,EAAA,CAAA;sBADT,KAAK;gBAGN,WAAW,EAAA,CAAA;sBADV,KAAK;gBAGN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAGN,QAAQ,EAAA,CAAA;sBADP,KAAK;;;AE5BR;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-footer-inera.mjs","sources":["../../../projects/ids-angular/components/footer-inera/footer-inera.component.ts","../../../projects/ids-angular/components/footer-inera/footer-inera.component.html","../../../projects/ids-angular/components/footer-inera/inera-ids-angular-components-footer-inera.ts"],"sourcesContent":["import { CommonModule } from \"@angular/common\";\nimport { Component, CUSTOM_ELEMENTS_SCHEMA, Input } from \"@angular/core\";\nimport \"@inera/ids-core/components/footer-inera/register\";\n\n@Component({\n selector: \"id-footer-inera\",\n templateUrl: \"./footer-inera.component.html\",\n standalone: true,\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDFooterIneraComponent {\n constructor() {}\n\n @Input()\n type: string = \"\";\n @Input()\n headline: string = \"\";\n @Input()\n srheadline: string = \"\";\n @Input()\n subheadline: string = \"\";\n @Input()\n cols: number = 3;\n @Input()\n linkcol1: string = \"2\";\n @Input()\n linkcol2: string = \"2\";\n @Input()\n linkcol3: string = \"2\";\n}\n","<ids-footer-inera\n [type]=\"type\"\n [headline]=\"headline\"\n [srheadline]=\"srheadline\"\n [subheadline]=\"subheadline\"\n [cols]=\"cols\"\n [linkcol1]=\"linkcol1\"\n [linkcol2]=\"linkcol2\"\n [linkcol3]=\"linkcol3\"\n>\n <ng-content></ng-content>\n</ids-footer-inera>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAWa,sBAAsB,CAAA;AACjC,IAAA,WAAA,GAAA;IAGA,IAAI,GAAW,EAAE;IAEjB,QAAQ,GAAW,EAAE;IAErB,UAAU,GAAW,EAAE;IAEvB,WAAW,GAAW,EAAE;IAExB,IAAI,GAAW,CAAC;IAEhB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;IAEtB,QAAQ,GAAW,GAAG;wGAlBX,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;4FAAtB,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECXnC,4RAYA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDJY,YAAY,EAAA,CAAA,EAAA,CAAA;;4FAGX,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAPlC,SAAS;+BACE,iBAAiB,EAAA,UAAA,EAEf,IAAI,EAAA,OAAA,EACP,CAAC,YAAY,CAAC,EAAA,OAAA,EACd,CAAC,sBAAsB,CAAC,EAAA,QAAA,EAAA,4RAAA,EAAA;wDAMjC,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,UAAU,EAAA,CAAA;sBADT;gBAGD,WAAW,EAAA,CAAA;sBADV;gBAGD,IAAI,EAAA,CAAA;sBADH;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;gBAGD,QAAQ,EAAA,CAAA;sBADP;;;AE5BH;;AAEG;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
3
  import { IDFormBase } from '@inera/ids-angular/common';
4
4
  import '@inera/ids-core/components/form/check-button/register';
5
5
 
@@ -8,11 +8,11 @@ class IDCheckButtonComponent extends IDFormBase {
8
8
  super();
9
9
  }
10
10
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckButtonComponent, selector: "id-check-button", usesInheritance: true, ngImport: i0, template: "<ids-check-button>\r\n <ng-content></ng-content>\r\n</ids-check-button>\r\n", encapsulation: i0.ViewEncapsulation.None });
11
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckButtonComponent, selector: "id-check-button", usesInheritance: true, ngImport: i0, template: "<ids-check-button>\n <ng-content></ng-content>\n</ids-check-button>\n", encapsulation: i0.ViewEncapsulation.None });
12
12
  }
13
13
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckButtonComponent, decorators: [{
14
14
  type: Component,
15
- args: [{ selector: "id-check-button", encapsulation: ViewEncapsulation.None, template: "<ids-check-button>\r\n <ng-content></ng-content>\r\n</ids-check-button>\r\n" }]
15
+ args: [{ selector: "id-check-button", encapsulation: ViewEncapsulation.None, template: "<ids-check-button>\n <ng-content></ng-content>\n</ids-check-button>\n" }]
16
16
  }], ctorParameters: () => [] });
17
17
 
18
18
  class IDCheckButtonModule {
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-form-check-button.mjs","sources":["../../../projects/ids-angular/components/form/check-button/check-button.component.ts","../../../projects/ids-angular/components/form/check-button/check-button.component.html","../../../projects/ids-angular/components/form/check-button/check-button.module.ts","../../../projects/ids-angular/components/form/check-button/inera-ids-angular-components-form-check-button.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from \"@angular/core\";\r\nimport { IDFormBase } from \"@inera/ids-angular/common\";\r\n\r\n@Component({\r\n selector: \"id-check-button\",\r\n templateUrl: \"./check-button.component.html\",\r\n encapsulation: ViewEncapsulation.None\r\n})\r\nexport class IDCheckButtonComponent extends IDFormBase {\r\n constructor() {\r\n super();\r\n }\r\n}\r\n","<ids-check-button>\r\n <ng-content></ng-content>\r\n</ids-check-button>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\r\nimport { IDCheckButtonComponent } from \"./check-button.component\";\r\nimport \"@inera/ids-core/components/form/check-button/register\";\r\n\r\n@NgModule({\r\n declarations: [IDCheckButtonComponent],\r\n exports: [IDCheckButtonComponent],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\r\n})\r\nexport class IDCheckButtonModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAQM,MAAO,sBAAuB,SAAQ,UAAU,CAAA;AACpD,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE,CAAC;KACT;wGAHU,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,8ECRnC,8EAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDKa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,iBAAiB,EAAA,aAAA,EAEZ,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,8EAAA,EAAA,CAAA;;;MEG1B,mBAAmB,CAAA;wGAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAnB,mBAAmB,EAAA,YAAA,EAAA,CAJf,sBAAsB,CAAA,EAAA,OAAA,EAAA,CAC3B,sBAAsB,CAAA,EAAA,CAAA,CAAA;yGAGrB,mBAAmB,EAAA,CAAA,CAAA;;4FAAnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,sBAAsB,CAAC;oBACtC,OAAO,EAAE,CAAC,sBAAsB,CAAC;oBACjC,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-form-check-button.mjs","sources":["../../../projects/ids-angular/components/form/check-button/check-button.component.ts","../../../projects/ids-angular/components/form/check-button/check-button.component.html","../../../projects/ids-angular/components/form/check-button/check-button.module.ts","../../../projects/ids-angular/components/form/check-button/inera-ids-angular-components-form-check-button.ts"],"sourcesContent":["import { Component, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-check-button\",\n templateUrl: \"./check-button.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDCheckButtonComponent extends IDFormBase {\n constructor() {\n super();\n }\n}\n","<ids-check-button>\n <ng-content></ng-content>\n</ids-check-button>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDCheckButtonComponent } from \"./check-button.component\";\nimport \"@inera/ids-core/components/form/check-button/register\";\n\n@NgModule({\n declarations: [IDCheckButtonComponent],\n exports: [IDCheckButtonComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDCheckButtonModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAQM,MAAO,sBAAuB,SAAQ,UAAU,CAAA;AACpD,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;wGAFE,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,8ECRnC,wEAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,iBAAiB,EAAA,aAAA,EAEZ,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,wEAAA,EAAA;;;MEG1B,mBAAmB,CAAA;wGAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAnB,mBAAmB,EAAA,YAAA,EAAA,CAJf,sBAAsB,CAAA,EAAA,OAAA,EAAA,CAC3B,sBAAsB,CAAA,EAAA,CAAA;yGAGrB,mBAAmB,EAAA,CAAA;;4FAAnB,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,sBAAsB,CAAC;oBACtC,OAAO,EAAE,CAAC,sBAAsB,CAAC;oBACjC,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACRD;;AAEG;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, Input, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { Input, ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
3
  import { IDFormBase } from '@inera/ids-angular/common';
4
4
  import * as i1 from '@angular/common';
5
5
  import { CommonModule } from '@angular/common';
@@ -8,6 +8,7 @@ import '@inera/ids-core/components/form/error-message/register';
8
8
 
9
9
  class IDCheckboxGroupComponent extends IDFormBase {
10
10
  errorMessage = undefined;
11
+ errormessage = undefined;
11
12
  legend = undefined;
12
13
  compact = undefined;
13
14
  constructor() {
@@ -16,13 +17,15 @@ class IDCheckboxGroupComponent extends IDFormBase {
16
17
  ngOnInit() {
17
18
  }
18
19
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckboxGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage", legend: "legend", compact: "compact" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox-group \r\n [legend]=\"legend\"\r\n [invalid]=\"invalid\" \r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n [attr.compact]=\"compact ? true : null\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-checkbox-group>\r\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckboxGroupComponent, selector: "id-checkbox-group", inputs: { errorMessage: "errorMessage", errormessage: "errormessage", legend: "legend", compact: "compact" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox-group \n [legend]=\"legend\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.compact]=\"compact ? true : null\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errorMessage || errormessage\">{{errorMessage}} {{errormessage}}</ids-error-message>\n</ids-checkbox-group>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
20
21
  }
21
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckboxGroupComponent, decorators: [{
22
23
  type: Component,
23
- args: [{ selector: 'id-checkbox-group', encapsulation: ViewEncapsulation.None, template: "<ids-checkbox-group \r\n [legend]=\"legend\"\r\n [invalid]=\"invalid\" \r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n [attr.compact]=\"compact ? true : null\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-checkbox-group>\r\n" }]
24
+ args: [{ selector: 'id-checkbox-group', encapsulation: ViewEncapsulation.None, template: "<ids-checkbox-group \n [legend]=\"legend\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.compact]=\"compact ? true : null\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errorMessage || errormessage\">{{errorMessage}} {{errormessage}}</ids-error-message>\n</ids-checkbox-group>\n" }]
24
25
  }], ctorParameters: () => [], propDecorators: { errorMessage: [{
25
26
  type: Input
27
+ }], errormessage: [{
28
+ type: Input
26
29
  }], legend: [{
27
30
  type: Input
28
31
  }], compact: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-form-checkbox-group.mjs","sources":["../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.component.ts","../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.component.html","../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.module.ts","../../../projects/ids-angular/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewEncapsulation } from '@angular/core';\r\nimport { IDFormBase } from '@inera/ids-angular/common';\r\n\r\n@Component({\r\n selector: 'id-checkbox-group',\r\n templateUrl: './checkbox-group.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDCheckboxGroupComponent extends IDFormBase implements OnInit {\r\n\r\n @Input()\r\n errorMessage: string | undefined = undefined;\r\n\r\n @Input()\r\n legend: string | undefined = undefined;\r\n\r\n @Input()\r\n compact: boolean | undefined = undefined;\r\n\r\n\r\n constructor() { \r\n super();\r\n }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n}\r\n","<ids-checkbox-group \r\n [legend]=\"legend\"\r\n [invalid]=\"invalid\" \r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n [attr.compact]=\"compact ? true : null\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errorMessage\">{{errorMessage}}</ids-error-message>\r\n</ids-checkbox-group>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDCheckboxGroupComponent } from './checkbox-group.component';\r\nimport '@inera/ids-core/components/form/checkbox/register';\r\nimport '@inera/ids-core/components/form/error-message/register';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n imports: [CommonModule],\r\n declarations: [\r\n IDCheckboxGroupComponent\r\n ],\r\n exports: [\r\n IDCheckboxGroupComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDCheckboxGroupModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;;AAQM,MAAO,wBAAyB,SAAQ,UAAU,CAAA;IAGtD,YAAY,GAAuB,SAAS,CAAC;IAG7C,MAAM,GAAuB,SAAS,CAAC;IAGvC,OAAO,GAAwB,SAAS,CAAC;AAGzC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE,CAAC;KACT;IAED,QAAQ,GAAA;KACP;wGAjBU,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAxB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,wBAAwB,gKCRrC,kUAQA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDAa,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBALpC,SAAS;+BACE,mBAAmB,EAAA,aAAA,EAEd,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,kUAAA,EAAA,CAAA;wDAKrC,YAAY,EAAA,CAAA;sBADX,KAAK;gBAIN,MAAM,EAAA,CAAA;sBADL,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;;;MEAK,qBAAqB,CAAA;wGAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,EAP9B,YAAA,EAAA,CAAA,wBAAwB,CAFhB,EAAA,OAAA,EAAA,CAAA,YAAY,aAKpB,wBAAwB,CAAA,EAAA,CAAA,CAAA;AAIf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,YATtB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FASX,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAVjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE;wBACZ,wBAAwB;AACzB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,wBAAwB;AACzB,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACfD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-form-checkbox-group.mjs","sources":["../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.component.ts","../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.component.html","../../../projects/ids-angular/components/form/checkbox-group/checkbox-group.module.ts","../../../projects/ids-angular/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-checkbox-group',\n templateUrl: './checkbox-group.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDCheckboxGroupComponent extends IDFormBase implements OnInit {\n\n @Input()\n errorMessage: string | undefined = undefined;\n\n @Input()\n errormessage: string | undefined = undefined;\n\n @Input()\n legend: string | undefined = undefined;\n\n @Input()\n compact: boolean | undefined = undefined;\n\n\n constructor() { \n super();\n }\n\n ngOnInit(): void {\n }\n\n}\n","<ids-checkbox-group \n [legend]=\"legend\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.compact]=\"compact ? true : null\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errorMessage || errormessage\">{{errorMessage}} {{errormessage}}</ids-error-message>\n</ids-checkbox-group>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDCheckboxGroupComponent } from './checkbox-group.component';\nimport '@inera/ids-core/components/form/checkbox/register';\nimport '@inera/ids-core/components/form/error-message/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [CommonModule],\n declarations: [\n IDCheckboxGroupComponent\n ],\n exports: [\n IDCheckboxGroupComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDCheckboxGroupModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;;AAQM,MAAO,wBAAyB,SAAQ,UAAU,CAAA;IAGtD,YAAY,GAAuB,SAAS;IAG5C,YAAY,GAAuB,SAAS;IAG5C,MAAM,GAAuB,SAAS;IAGtC,OAAO,GAAwB,SAAS;AAGxC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;IAGT,QAAQ,GAAA;;wGAnBG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAxB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,wBAAwB,8LCRrC,mVAQA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDAa,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBALpC,SAAS;+BACE,mBAAmB,EAAA,aAAA,EAEd,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,mVAAA,EAAA;wDAKrC,YAAY,EAAA,CAAA;sBADX;gBAID,YAAY,EAAA,CAAA;sBADX;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,OAAO,EAAA,CAAA;sBADN;;;MEHU,qBAAqB,CAAA;wGAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,EAAA,YAAA,EAAA,CAP9B,wBAAwB,CAAA,EAAA,OAAA,EAAA,CAFhB,YAAY,aAKpB,wBAAwB,CAAA,EAAA,CAAA;AAIf,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,YATtB,YAAY,CAAA,EAAA,CAAA;;4FASX,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAVjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACfD;;AAEG;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, Input, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { Input, ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
3
  import { IDFormBase } from '@inera/ids-angular/common';
4
4
  import '@inera/ids-core/components/form/checkbox/register';
5
5
 
@@ -12,11 +12,11 @@ class IDCheckboxComponent extends IDFormBase {
12
12
  super();
13
13
  }
14
14
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { nolabel: "nolabel", compact: "compact", indeterminate: "indeterminate", block: "block" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox\r\n [attr.light]=\"light ? true : null\"\r\n [attr.nolabel]=\"nolabel ? true : null\"\r\n [invalid]=\"invalid\"\r\n [indeterminate]=\"indeterminate ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>\r\n", encapsulation: i0.ViewEncapsulation.None });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDCheckboxComponent, selector: "id-checkbox", inputs: { nolabel: "nolabel", compact: "compact", indeterminate: "indeterminate", block: "block" }, usesInheritance: true, ngImport: i0, template: "<ids-checkbox\n [attr.light]=\"light ? true : null\"\n [attr.nolabel]=\"nolabel ? true : null\"\n [invalid]=\"invalid\"\n [indeterminate]=\"indeterminate ? true : null\"\n [block]=\"block ? true : null\"\n [compact]=\"compact ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-checkbox>\n", encapsulation: i0.ViewEncapsulation.None });
16
16
  }
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDCheckboxComponent, decorators: [{
18
18
  type: Component,
19
- args: [{ selector: "id-checkbox", encapsulation: ViewEncapsulation.None, template: "<ids-checkbox\r\n [attr.light]=\"light ? true : null\"\r\n [attr.nolabel]=\"nolabel ? true : null\"\r\n [invalid]=\"invalid\"\r\n [indeterminate]=\"indeterminate ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>\r\n" }]
19
+ args: [{ selector: "id-checkbox", encapsulation: ViewEncapsulation.None, template: "<ids-checkbox\n [attr.light]=\"light ? true : null\"\n [attr.nolabel]=\"nolabel ? true : null\"\n [invalid]=\"invalid\"\n [indeterminate]=\"indeterminate ? true : null\"\n [block]=\"block ? true : null\"\n [compact]=\"compact ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-checkbox>\n" }]
20
20
  }], ctorParameters: () => [], propDecorators: { nolabel: [{
21
21
  type: Input
22
22
  }], compact: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-form-checkbox.mjs","sources":["../../../projects/ids-angular/components/form/checkbox/checkbox.component.ts","../../../projects/ids-angular/components/form/checkbox/checkbox.component.html","../../../projects/ids-angular/components/form/checkbox/checkbox.module.ts","../../../projects/ids-angular/components/form/checkbox/inera-ids-angular-components-form-checkbox.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\r\nimport { IDFormBase } from \"@inera/ids-angular/common\";\r\n\r\n@Component({\r\n selector: \"id-checkbox\",\r\n templateUrl: \"./checkbox.component.html\",\r\n encapsulation: ViewEncapsulation.None\r\n})\r\nexport class IDCheckboxComponent extends IDFormBase {\r\n @Input()\r\n nolabel: boolean | undefined = undefined;\r\n\r\n @Input()\r\n compact: boolean | undefined = undefined;\r\n\r\n @Input()\r\n indeterminate: boolean | undefined = undefined;\r\n\r\n @Input()\r\n block: boolean | undefined = undefined;\r\n\r\n constructor() {\r\n super();\r\n }\r\n}\r\n","<ids-checkbox\r\n [attr.light]=\"light ? true : null\"\r\n [attr.nolabel]=\"nolabel ? true : null\"\r\n [invalid]=\"invalid\"\r\n [indeterminate]=\"indeterminate ? true : null\"\r\n [block]=\"block ? true : null\"\r\n [compact]=\"compact ? true : null\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-checkbox>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDCheckboxComponent } from './checkbox.component';\r\nimport '@inera/ids-core/components/form/checkbox/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDCheckboxComponent\r\n ],\r\n exports: [\r\n IDCheckboxComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDCheckboxModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAQM,MAAO,mBAAoB,SAAQ,UAAU,CAAA;IAEjD,OAAO,GAAwB,SAAS,CAAC;IAGzC,OAAO,GAAwB,SAAS,CAAC;IAGzC,aAAa,GAAwB,SAAS,CAAC;IAG/C,KAAK,GAAwB,SAAS,CAAC;AAEvC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE,CAAC;KACT;wGAfU,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,8KCRhC,scAYA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDJa,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,SAAS;+BACE,aAAa,EAAA,aAAA,EAER,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,scAAA,EAAA,CAAA;wDAIrC,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,aAAa,EAAA,CAAA;sBADZ,KAAK;gBAIN,KAAK,EAAA,CAAA;sBADJ,KAAK;;;MELK,gBAAgB,CAAA;wGAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAAhB,gBAAgB,EAAA,YAAA,EAAA,CAPzB,mBAAmB,CAAA,EAAA,OAAA,EAAA,CAGnB,mBAAmB,CAAA,EAAA,CAAA,CAAA;yGAIV,gBAAgB,EAAA,CAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAT5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,mBAAmB;AACpB,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACZD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-form-checkbox.mjs","sources":["../../../projects/ids-angular/components/form/checkbox/checkbox.component.ts","../../../projects/ids-angular/components/form/checkbox/checkbox.component.html","../../../projects/ids-angular/components/form/checkbox/checkbox.module.ts","../../../projects/ids-angular/components/form/checkbox/inera-ids-angular-components-form-checkbox.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-checkbox\",\n templateUrl: \"./checkbox.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDCheckboxComponent extends IDFormBase {\n @Input()\n nolabel: boolean | undefined = undefined;\n\n @Input()\n compact: boolean | undefined = undefined;\n\n @Input()\n indeterminate: boolean | undefined = undefined;\n\n @Input()\n block: boolean | undefined = undefined;\n\n constructor() {\n super();\n }\n}\n","<ids-checkbox\n [attr.light]=\"light ? true : null\"\n [attr.nolabel]=\"nolabel ? true : null\"\n [invalid]=\"invalid\"\n [indeterminate]=\"indeterminate ? true : null\"\n [block]=\"block ? true : null\"\n [compact]=\"compact ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-checkbox>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDCheckboxComponent } from './checkbox.component';\nimport '@inera/ids-core/components/form/checkbox/register';\n\n@NgModule({\n declarations: [\n IDCheckboxComponent\n ],\n exports: [\n IDCheckboxComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDCheckboxModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;AAQM,MAAO,mBAAoB,SAAQ,UAAU,CAAA;IAEjD,OAAO,GAAwB,SAAS;IAGxC,OAAO,GAAwB,SAAS;IAGxC,aAAa,GAAwB,SAAS;IAG9C,KAAK,GAAwB,SAAS;AAEtC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;wGAdE,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,mBAAmB,8KCRhC,8aAYA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDJa,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAL/B,SAAS;+BACE,aAAa,EAAA,aAAA,EAER,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,8aAAA,EAAA;wDAIrC,OAAO,EAAA,CAAA;sBADN;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,aAAa,EAAA,CAAA;sBADZ;gBAID,KAAK,EAAA,CAAA;sBADJ;;;MELU,gBAAgB,CAAA;wGAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAhB,gBAAgB,EAAA,YAAA,EAAA,CAPzB,mBAAmB,CAAA,EAAA,OAAA,EAAA,CAGnB,mBAAmB,CAAA,EAAA,CAAA;yGAIV,gBAAgB,EAAA,CAAA;;4FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAT5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, Input, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { Input, ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
3
  import '@inera/ids-core/components/form/error-message/register';
4
4
 
5
5
  class IDErrorMessageComponent {
@@ -12,11 +12,11 @@ class IDErrorMessageComponent {
12
12
  ngOnInit() {
13
13
  }
14
14
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDErrorMessageComponent, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDErrorMessageComponent, selector: "id-error-message", inputs: { show: "show" }, ngImport: i0, template: "<ids-error-message [show]=\"show ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-error-message>", encapsulation: i0.ViewEncapsulation.None });
15
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDErrorMessageComponent, selector: "id-error-message", inputs: { show: "show" }, ngImport: i0, template: "<ids-error-message [show]=\"show ? true : null\">\n <ng-content></ng-content>\n</ids-error-message>", encapsulation: i0.ViewEncapsulation.None });
16
16
  }
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDErrorMessageComponent, decorators: [{
18
18
  type: Component,
19
- args: [{ selector: 'id-error-message', encapsulation: ViewEncapsulation.None, template: "<ids-error-message [show]=\"show ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-error-message>" }]
19
+ args: [{ selector: 'id-error-message', encapsulation: ViewEncapsulation.None, template: "<ids-error-message [show]=\"show ? true : null\">\n <ng-content></ng-content>\n</ids-error-message>" }]
20
20
  }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { show: [{
21
21
  type: Input
22
22
  }] } });
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-form-error-message.mjs","sources":["../../../projects/ids-angular/components/form/error-message/error-message.component.ts","../../../projects/ids-angular/components/form/error-message/error-message.component.html","../../../projects/ids-angular/components/form/error-message/error-message.module.ts","../../../projects/ids-angular/components/form/error-message/inera-ids-angular-components-form-error-message.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewContainerRef, ViewEncapsulation } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'id-error-message',\r\n templateUrl: './error-message.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDErrorMessageComponent implements OnInit {\r\n\r\n constructor(private readonly viewRef: ViewContainerRef) {\r\n this.viewRef.element.nativeElement.setAttribute('slot', 'error-msg');\r\n }\r\n\r\n @Input()\r\n show: boolean = false;\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n}\r\n","<ids-error-message [show]=\"show ? true : null\">\r\n <ng-content></ng-content>\r\n</ids-error-message>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDErrorMessageComponent } from './error-message.component';\r\nimport '@inera/ids-core/components/form/error-message/register';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDErrorMessageComponent\r\n ],\r\n exports: [\r\n IDErrorMessageComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDErrorMessageModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,uBAAuB,CAAA;AAEL,IAAA,OAAA,CAAA;AAA7B,IAAA,WAAA,CAA6B,OAAyB,EAAA;QAAzB,IAAO,CAAA,OAAA,GAAP,OAAO,CAAkB;AACpD,QAAA,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;KACtE;IAGD,IAAI,GAAY,KAAK,CAAC;IAEtB,QAAQ,GAAA;KACP;wGAVU,uBAAuB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,uBAAuB,kFCPpC,0GAEoB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDKP,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBALnC,SAAS;+BACE,kBAAkB,EAAA,aAAA,EAEb,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,0GAAA,EAAA,CAAA;qFASrC,IAAI,EAAA,CAAA;sBADH,KAAK;;;MEAK,oBAAoB,CAAA;wGAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;yGAApB,oBAAoB,EAAA,YAAA,EAAA,CAP7B,uBAAuB,CAAA,EAAA,OAAA,EAAA,CAGvB,uBAAuB,CAAA,EAAA,CAAA,CAAA;yGAId,oBAAoB,EAAA,CAAA,CAAA;;4FAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAThC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,uBAAuB;AACxB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,uBAAuB;AACxB,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACZD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-form-error-message.mjs","sources":["../../../projects/ids-angular/components/form/error-message/error-message.component.ts","../../../projects/ids-angular/components/form/error-message/error-message.component.html","../../../projects/ids-angular/components/form/error-message/error-message.module.ts","../../../projects/ids-angular/components/form/error-message/inera-ids-angular-components-form-error-message.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewContainerRef, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'id-error-message',\n templateUrl: './error-message.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDErrorMessageComponent implements OnInit {\n\n constructor(private readonly viewRef: ViewContainerRef) {\n this.viewRef.element.nativeElement.setAttribute('slot', 'error-msg');\n }\n\n @Input()\n show: boolean = false;\n\n ngOnInit(): void {\n }\n\n}\n","<ids-error-message [show]=\"show ? true : null\">\n <ng-content></ng-content>\n</ids-error-message>","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDErrorMessageComponent } from './error-message.component';\nimport '@inera/ids-core/components/form/error-message/register';\n\n@NgModule({\n declarations: [\n IDErrorMessageComponent\n ],\n exports: [\n IDErrorMessageComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDErrorMessageModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,uBAAuB,CAAA;AAEL,IAAA,OAAA;AAA7B,IAAA,WAAA,CAA6B,OAAyB,EAAA;QAAzB,IAAA,CAAA,OAAO,GAAP,OAAO;AAClC,QAAA,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,YAAY,CAAC,MAAM,EAAE,WAAW,CAAC;;IAItE,IAAI,GAAY,KAAK;IAErB,QAAQ,GAAA;;wGATG,uBAAuB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAvB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,uBAAuB,kFCPpC,sGAEoB,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKP,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBALnC,SAAS;+BACE,kBAAkB,EAAA,aAAA,EAEb,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,sGAAA,EAAA;qFASrC,IAAI,EAAA,CAAA;sBADH;;;MEAU,oBAAoB,CAAA;wGAApB,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAApB,oBAAoB,EAAA,YAAA,EAAA,CAP7B,uBAAuB,CAAA,EAAA,OAAA,EAAA,CAGvB,uBAAuB,CAAA,EAAA,CAAA;yGAId,oBAAoB,EAAA,CAAA;;4FAApB,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAThC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACZD;;AAEG;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, Input, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { Input, ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
3
  import { IDFormBase } from '@inera/ids-angular/common';
4
4
  import '@inera/ids-core/components/form/input/register';
5
5
  import { CommonModule } from '@angular/common';
@@ -11,11 +11,11 @@ class IDInputComponent extends IDFormBase {
11
11
  super();
12
12
  }
13
13
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
14
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDInputComponent, selector: "id-input", inputs: { autofocus: "autofocus", showsearchlabel: "showsearchlabel" }, usesInheritance: true, ngImport: i0, template: "<ids-input\r\n [invalid]=\"invalid\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n [attr.light]=\"light ? true : null\"\r\n [attr.showsearchlabel]=\"showsearchlabel ? true : null\"\r\n [attr.autofocus]=\"autofocus ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-input>\r\n", encapsulation: i0.ViewEncapsulation.None });
14
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: IDInputComponent, selector: "id-input", inputs: { autofocus: "autofocus", showsearchlabel: "showsearchlabel" }, usesInheritance: true, ngImport: i0, template: "<ids-input\n [invalid]=\"invalid\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.light]=\"light ? true : null\"\n [attr.showsearchlabel]=\"showsearchlabel ? true : null\"\n [attr.autofocus]=\"autofocus ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-input>\n", encapsulation: i0.ViewEncapsulation.None });
15
15
  }
16
16
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDInputComponent, decorators: [{
17
17
  type: Component,
18
- args: [{ selector: "id-input", encapsulation: ViewEncapsulation.None, template: "<ids-input\r\n [invalid]=\"invalid\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n [attr.light]=\"light ? true : null\"\r\n [attr.showsearchlabel]=\"showsearchlabel ? true : null\"\r\n [attr.autofocus]=\"autofocus ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-input>\r\n" }]
18
+ args: [{ selector: "id-input", encapsulation: ViewEncapsulation.None, template: "<ids-input\n [invalid]=\"invalid\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.light]=\"light ? true : null\"\n [attr.showsearchlabel]=\"showsearchlabel ? true : null\"\n [attr.autofocus]=\"autofocus ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-input>\n" }]
19
19
  }], ctorParameters: () => [], propDecorators: { autofocus: [{
20
20
  type: Input
21
21
  }], showsearchlabel: [{
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-form-input.mjs","sources":["../../../projects/ids-angular/components/form/input/input.component.ts","../../../projects/ids-angular/components/form/input/input.component.html","../../../projects/ids-angular/components/form/input/input.module.ts","../../../projects/ids-angular/components/form/input/inera-ids-angular-components-form-input.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\r\nimport { IDFormBase } from \"@inera/ids-angular/common\";\r\n\r\n@Component({\r\n selector: \"id-input\",\r\n templateUrl: \"./input.component.html\",\r\n encapsulation: ViewEncapsulation.None\r\n})\r\nexport class IDInputComponent extends IDFormBase {\r\n @Input()\r\n autofocus: boolean = false;\r\n\r\n @Input()\r\n showsearchlabel: boolean = false;\r\n\r\n constructor() {\r\n super();\r\n }\r\n}\r\n","<ids-input\r\n [invalid]=\"invalid\"\r\n [attr.novalidation]=\"novalidation ? true : null\"\r\n [attr.light]=\"light ? true : null\"\r\n [attr.showsearchlabel]=\"showsearchlabel ? true : null\"\r\n [attr.autofocus]=\"autofocus ? true : null\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-input>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDInputComponent } from './input.component';\r\nimport '@inera/ids-core/components/form/input/register';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n declarations: [\r\n IDInputComponent\r\n ],\r\n exports: [\r\n IDInputComponent\r\n ],\r\n imports: [CommonModule],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDInputModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAQM,MAAO,gBAAiB,SAAQ,UAAU,CAAA;IAE9C,SAAS,GAAY,KAAK,CAAC;IAG3B,eAAe,GAAY,KAAK,CAAC;AAEjC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE,CAAC;KACT;wGATU,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,+ICR7B,+XAUA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDFa,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,aAAA,EAEL,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,+XAAA,EAAA,CAAA;wDAIrC,SAAS,EAAA,CAAA;sBADR,KAAK;gBAIN,eAAe,EAAA,CAAA;sBADd,KAAK;;;MEGK,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,EARtB,YAAA,EAAA,CAAA,gBAAgB,CAKR,EAAA,OAAA,EAAA,CAAA,YAAY,aAFpB,gBAAgB,CAAA,EAAA,CAAA,CAAA;AAKP,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,YAHd,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAGX,aAAa,EAAA,UAAA,EAAA,CAAA;kBAVzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,gBAAgB;AACjB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,gBAAgB;AACjB,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-form-input.mjs","sources":["../../../projects/ids-angular/components/form/input/input.component.ts","../../../projects/ids-angular/components/form/input/input.component.html","../../../projects/ids-angular/components/form/input/input.module.ts","../../../projects/ids-angular/components/form/input/inera-ids-angular-components-form-input.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-input\",\n templateUrl: \"./input.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDInputComponent extends IDFormBase {\n @Input()\n autofocus: boolean = false;\n\n @Input()\n showsearchlabel: boolean = false;\n\n constructor() {\n super();\n }\n}\n","<ids-input\n [invalid]=\"invalid\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.light]=\"light ? true : null\"\n [attr.showsearchlabel]=\"showsearchlabel ? true : null\"\n [attr.autofocus]=\"autofocus ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-input>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDInputComponent } from './input.component';\nimport '@inera/ids-core/components/form/input/register';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n IDInputComponent\n ],\n exports: [\n IDInputComponent\n ],\n imports: [CommonModule],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDInputModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAQM,MAAO,gBAAiB,SAAQ,UAAU,CAAA;IAE9C,SAAS,GAAY,KAAK;IAG1B,eAAe,GAAY,KAAK;AAEhC,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;;wGARE,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,+ICR7B,2WAUA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDFa,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,aAAA,EAEL,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,2WAAA,EAAA;wDAIrC,SAAS,EAAA,CAAA;sBADR;gBAID,eAAe,EAAA,CAAA;sBADd;;;MEGU,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,EAAA,YAAA,EAAA,CARtB,gBAAgB,CAAA,EAAA,OAAA,EAAA,CAKR,YAAY,aAFpB,gBAAgB,CAAA,EAAA,CAAA;AAKP,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,YAHd,YAAY,CAAA,EAAA,CAAA;;4FAGX,aAAa,EAAA,UAAA,EAAA,CAAA;kBAVzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACdD;;AAEG;;;;"}
@@ -0,0 +1,54 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Input, ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
+ import { IDFormBase } from '@inera/ids-angular/common';
4
+ import '@inera/ids-core/components/form/radio-button/register';
5
+ import { CommonModule } from '@angular/common';
6
+
7
+ class IDRadioButtonGroupComponent extends IDFormBase {
8
+ name = undefined;
9
+ legend = undefined;
10
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
11
+ 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 });
12
+ }
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonGroupComponent, decorators: [{
14
+ type: Component,
15
+ 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" }]
16
+ }], propDecorators: { name: [{
17
+ type: Input
18
+ }], legend: [{
19
+ type: Input
20
+ }] } });
21
+
22
+ class IDRadioButtonComponent extends IDFormBase {
23
+ icon = "";
24
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
+ 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 });
26
+ }
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonComponent, decorators: [{
28
+ type: Component,
29
+ args: [{ selector: "id-radio-button", encapsulation: ViewEncapsulation.None, template: "<ids-radio-button [icon]=\"icon\">\n <ng-content></ng-content>\n</ids-radio-button>\n" }]
30
+ }], propDecorators: { icon: [{
31
+ type: Input
32
+ }] } });
33
+
34
+ class IDRadioButtonModule {
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent], imports: [CommonModule], exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent] });
37
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, imports: [CommonModule] });
38
+ }
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioButtonModule, decorators: [{
40
+ type: NgModule,
41
+ args: [{
42
+ imports: [CommonModule],
43
+ declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent],
44
+ exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent],
45
+ schemas: [CUSTOM_ELEMENTS_SCHEMA]
46
+ }]
47
+ }] });
48
+
49
+ /**
50
+ * Generated bundle index. Do not edit.
51
+ */
52
+
53
+ export { IDRadioButtonComponent, IDRadioButtonGroupComponent, IDRadioButtonModule };
54
+ //# sourceMappingURL=inera-ids-angular-components-form-radio-button.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inera-ids-angular-components-form-radio-button.mjs","sources":["../../../projects/ids-angular/components/form/radio-button/radio-button-group.component.ts","../../../projects/ids-angular/components/form/radio-button/radio-button-group.component.html","../../../projects/ids-angular/components/form/radio-button/radio-button.component.ts","../../../projects/ids-angular/components/form/radio-button/radio-button.component.html","../../../projects/ids-angular/components/form/radio-button/radio-button.module.ts","../../../projects/ids-angular/components/form/radio-button/inera-ids-angular-components-form-radio-button.ts"],"sourcesContent":["import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-radio-button-group\",\n templateUrl: \"./radio-button-group.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDRadioButtonGroupComponent extends IDFormBase {\n @Input()\n name: string | undefined = undefined;\n\n @Input()\n legend: string | undefined = undefined;\n}\n","<ids-radio-button-group [name]=\"name\" [legend]=\"legend\">\n <ng-content></ng-content>\n</ids-radio-button-group>\n","import { Component, Input, ViewEncapsulation } from \"@angular/core\";\nimport { IDFormBase } from \"@inera/ids-angular/common\";\n\n@Component({\n selector: \"id-radio-button\",\n templateUrl: \"./radio-button.component.html\",\n encapsulation: ViewEncapsulation.None\n})\nexport class IDRadioButtonComponent extends IDFormBase {\n @Input()\n icon: string = \"\";\n}\n","<ids-radio-button [icon]=\"icon\">\n <ng-content></ng-content>\n</ids-radio-button>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from \"@angular/core\";\nimport { IDRadioButtonComponent } from \"./radio-button.component\";\nimport \"@inera/ids-core/components/form/radio-button/register\";\nimport { IDRadioButtonGroupComponent } from \"./radio-button-group.component\";\nimport { CommonModule } from \"@angular/common\";\n\n@NgModule({\n imports: [CommonModule],\n declarations: [IDRadioButtonComponent, IDRadioButtonGroupComponent],\n exports: [IDRadioButtonComponent, IDRadioButtonGroupComponent],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class IDRadioButtonModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;AAQM,MAAO,2BAA4B,SAAQ,UAAU,CAAA;IAEzD,IAAI,GAAuB,SAAS;IAGpC,MAAM,GAAuB,SAAS;wGAL3B,2BAA2B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA3B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,2BAA2B,gICRxC,wHAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKa,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBALvC,SAAS;+BACE,uBAAuB,EAAA,aAAA,EAElB,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,wHAAA,EAAA;8BAIrC,IAAI,EAAA,CAAA;sBADH;gBAID,MAAM,EAAA,CAAA;sBADL;;;AEJG,MAAO,sBAAuB,SAAQ,UAAU,CAAA;IAEpD,IAAI,GAAW,EAAE;wGAFN,sBAAsB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,sBAAsB,wGCRnC,wFAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBALlC,SAAS;+BACE,iBAAiB,EAAA,aAAA,EAEZ,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,wFAAA,EAAA;8BAIrC,IAAI,EAAA,CAAA;sBADH;;;MEGU,mBAAmB,CAAA;wGAAnB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;yGAAnB,mBAAmB,EAAA,YAAA,EAAA,CAJf,sBAAsB,EAAE,2BAA2B,aADxD,YAAY,CAAA,EAAA,OAAA,EAAA,CAEZ,sBAAsB,EAAE,2BAA2B,CAAA,EAAA,CAAA;AAGlD,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,mBAAmB,YALpB,YAAY,CAAA,EAAA,CAAA;;4FAKX,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAN/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,YAAY,EAAE,CAAC,sBAAsB,EAAE,2BAA2B,CAAC;AACnE,oBAAA,OAAO,EAAE,CAAC,sBAAsB,EAAE,2BAA2B,CAAC;oBAC9D,OAAO,EAAE,CAAC,sBAAsB;AACjC,iBAAA;;;ACXD;;AAEG;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, Input, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { Input, ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
3
  import { IDFormBase } from '@inera/ids-angular/common';
4
4
  import * as i1 from '@angular/common';
5
5
  import { CommonModule } from '@angular/common';
@@ -12,11 +12,11 @@ class IDRadioGroupComponent extends IDFormBase {
12
12
  compact = false;
13
13
  errormessage = undefined;
14
14
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- 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 \r\n [name]=\"name\" \r\n [legend]=\"legend\" \r\n [required]=\"required\"\r\n [compact]=\"compact\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errormessage\">{{errormessage}}</ids-error-message>\r\n</ids-radio-group>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
15
+ 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 });
16
16
  }
17
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioGroupComponent, decorators: [{
18
18
  type: Component,
19
- args: [{ selector: 'id-radio-group', encapsulation: ViewEncapsulation.None, template: "<ids-radio-group \r\n [name]=\"name\" \r\n [legend]=\"legend\" \r\n [required]=\"required\"\r\n [compact]=\"compact\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errormessage\">{{errormessage}}</ids-error-message>\r\n</ids-radio-group>" }]
19
+ 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>" }]
20
20
  }], propDecorators: { name: [{
21
21
  type: Input
22
22
  }], legend: [{
@@ -31,11 +31,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
31
31
 
32
32
  class IDRadioComponent extends IDFormBase {
33
33
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
34
- 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\">\r\n <ng-content></ng-content>\r\n</ids-radio>\r\n", encapsulation: i0.ViewEncapsulation.None });
34
+ 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 });
35
35
  }
36
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRadioComponent, decorators: [{
37
37
  type: Component,
38
- args: [{ selector: 'id-radio', encapsulation: ViewEncapsulation.None, template: "<ids-radio [light]=\"light ? true : null\" [invalid]=\"invalid\">\r\n <ng-content></ng-content>\r\n</ids-radio>\r\n" }]
38
+ 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" }]
39
39
  }] });
40
40
 
41
41
  class IDRadioModule {
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-form-radio.mjs","sources":["../../../projects/ids-angular/components/form/radio/radio-group.component.ts","../../../projects/ids-angular/components/form/radio/radio-group.component.html","../../../projects/ids-angular/components/form/radio/radio.component.ts","../../../projects/ids-angular/components/form/radio/radio.component.html","../../../projects/ids-angular/components/form/radio/radio.module.ts","../../../projects/ids-angular/components/form/radio/inera-ids-angular-components-form-radio.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewEncapsulation } from '@angular/core';\r\nimport { IDFormBase } from '@inera/ids-angular/common';\r\n\r\n@Component({\r\n selector: 'id-radio-group',\r\n templateUrl: './radio-group.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDRadioGroupComponent extends IDFormBase {\r\n\r\n @Input()\r\n name: string | undefined = undefined;\r\n\r\n @Input()\r\n legend: string | undefined = undefined;\r\n\r\n @Input()\r\n required: boolean = false;\r\n\r\n @Input()\r\n compact: boolean = false;\r\n\r\n @Input()\r\n errormessage: string | undefined = undefined;\r\n\r\n}\r\n","<ids-radio-group \r\n [name]=\"name\" \r\n [legend]=\"legend\" \r\n [required]=\"required\"\r\n [compact]=\"compact\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n <ids-error-message *ngIf=\"errormessage\">{{errormessage}}</ids-error-message>\r\n</ids-radio-group>","import { Component, ViewEncapsulation } from '@angular/core';\r\nimport { IDFormBase } from '@inera/ids-angular/common';\r\n\r\n@Component({\r\n selector: 'id-radio',\r\n templateUrl: './radio.component.html',\r\n encapsulation: ViewEncapsulation.None,\r\n})\r\nexport class IDRadioComponent extends IDFormBase {\r\n\r\n}\r\n","<ids-radio [light]=\"light ? true : null\" [invalid]=\"invalid\">\r\n <ng-content></ng-content>\r\n</ids-radio>\r\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\r\nimport { IDRadioComponent } from './radio.component';\r\nimport '@inera/ids-core/components/form/radio/register';\r\nimport { IDRadioGroupComponent } from './radio-group.component';\r\nimport { CommonModule } from '@angular/common';\r\n\r\n@NgModule({\r\n imports: [\r\n CommonModule\r\n ],\r\n declarations: [\r\n IDRadioComponent,\r\n IDRadioGroupComponent\r\n ],\r\n exports: [\r\n IDRadioComponent,\r\n IDRadioGroupComponent\r\n ],\r\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\r\n})\r\nexport class IDRadioModule { }\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;AAQM,MAAO,qBAAsB,SAAQ,UAAU,CAAA;IAGnD,IAAI,GAAuB,SAAS,CAAC;IAGrC,MAAM,GAAuB,SAAS,CAAC;IAGvC,QAAQ,GAAY,KAAK,CAAC;IAG1B,OAAO,GAAY,KAAK,CAAC;IAGzB,YAAY,GAAuB,SAAS,CAAC;wGAflC,qBAAqB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,qBAAqB,iMCRlC,uVASkB,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDDL,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBALjC,SAAS;+BACE,gBAAgB,EAAA,aAAA,EAEX,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,uVAAA,EAAA,CAAA;8BAKrC,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,MAAM,EAAA,CAAA;sBADL,KAAK;gBAIN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;gBAIN,YAAY,EAAA,CAAA;sBADX,KAAK;;;AEdF,MAAO,gBAAiB,SAAQ,UAAU,CAAA;wGAAnC,gBAAgB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,uECR7B,sHAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;;4FDKa,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,aAAA,EAEL,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,sHAAA,EAAA,CAAA;;;MEc1B,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,iBATtB,gBAAgB;YAChB,qBAAqB,CAAA,EAAA,OAAA,EAAA,CAJrB,YAAY,CAAA,EAAA,OAAA,EAAA,CAOZ,gBAAgB;YAChB,qBAAqB,CAAA,EAAA,CAAA,CAAA;AAIZ,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,YAZtB,YAAY,CAAA,EAAA,CAAA,CAAA;;4FAYH,aAAa,EAAA,UAAA,EAAA,CAAA;kBAdzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,YAAY,EAAE;wBACZ,gBAAgB;wBAChB,qBAAqB;AACtB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,gBAAgB;wBAChB,qBAAqB;AACtB,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA,CAAA;;;ACnBD;;AAEG;;;;"}
1
+ {"version":3,"file":"inera-ids-angular-components-form-radio.mjs","sources":["../../../projects/ids-angular/components/form/radio/radio-group.component.ts","../../../projects/ids-angular/components/form/radio/radio-group.component.html","../../../projects/ids-angular/components/form/radio/radio.component.ts","../../../projects/ids-angular/components/form/radio/radio.component.html","../../../projects/ids-angular/components/form/radio/radio.module.ts","../../../projects/ids-angular/components/form/radio/inera-ids-angular-components-form-radio.ts"],"sourcesContent":["import { Component, Input, OnInit, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-radio-group',\n templateUrl: './radio-group.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDRadioGroupComponent extends IDFormBase {\n\n @Input()\n name: string | undefined = undefined;\n\n @Input()\n legend: string | undefined = undefined;\n\n @Input()\n required: boolean = false;\n\n @Input()\n compact: boolean = false;\n\n @Input()\n errormessage: string | undefined = undefined;\n\n}\n","<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>","import { Component, ViewEncapsulation } from '@angular/core';\nimport { IDFormBase } from '@inera/ids-angular/common';\n\n@Component({\n selector: 'id-radio',\n templateUrl: './radio.component.html',\n encapsulation: ViewEncapsulation.None,\n})\nexport class IDRadioComponent extends IDFormBase {\n\n}\n","<ids-radio [light]=\"light ? true : null\" [invalid]=\"invalid\">\n <ng-content></ng-content>\n</ids-radio>\n","import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';\nimport { IDRadioComponent } from './radio.component';\nimport '@inera/ids-core/components/form/radio/register';\nimport { IDRadioGroupComponent } from './radio-group.component';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [\n CommonModule\n ],\n declarations: [\n IDRadioComponent,\n IDRadioGroupComponent\n ],\n exports: [\n IDRadioComponent,\n IDRadioGroupComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class IDRadioModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;;;AAQM,MAAO,qBAAsB,SAAQ,UAAU,CAAA;IAGnD,IAAI,GAAuB,SAAS;IAGpC,MAAM,GAAuB,SAAS;IAGtC,QAAQ,GAAY,KAAK;IAGzB,OAAO,GAAY,KAAK;IAGxB,YAAY,GAAuB,SAAS;wGAfjC,qBAAqB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAArB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,qBAAqB,iMCRlC,2XAUkB,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDFL,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBALjC,SAAS;+BACE,gBAAgB,EAAA,aAAA,EAEX,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,2XAAA,EAAA;8BAKrC,IAAI,EAAA,CAAA;sBADH;gBAID,MAAM,EAAA,CAAA;sBADL;gBAID,QAAQ,EAAA,CAAA;sBADP;gBAID,OAAO,EAAA,CAAA;sBADN;gBAID,YAAY,EAAA,CAAA;sBADX;;;AEdG,MAAO,gBAAiB,SAAQ,UAAU,CAAA;wGAAnC,gBAAgB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,IAAA,EAAA,gBAAgB,uECR7B,gHAGA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA;;4FDKa,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAL5B,SAAS;+BACE,UAAU,EAAA,aAAA,EAEL,iBAAiB,CAAC,IAAI,EAAA,QAAA,EAAA,gHAAA,EAAA;;;MEc1B,aAAa,CAAA;wGAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAb,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,iBATtB,gBAAgB;YAChB,qBAAqB,CAAA,EAAA,OAAA,EAAA,CAJrB,YAAY,CAAA,EAAA,OAAA,EAAA,CAOZ,gBAAgB;YAChB,qBAAqB,CAAA,EAAA,CAAA;AAIZ,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,aAAa,YAZtB,YAAY,CAAA,EAAA,CAAA;;4FAYH,aAAa,EAAA,UAAA,EAAA,CAAA;kBAdzB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE;wBACP;AACD,qBAAA;AACD,oBAAA,YAAY,EAAE;wBACZ,gBAAgB;wBAChB;AACD,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,gBAAgB;wBAChB;AACD,qBAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACnBD;;AAEG;;;;"}
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, Input, NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2
+ import { Input, ViewEncapsulation, Component, CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
3
3
  import { IDFormBase } from '@inera/ids-angular/common';
4
4
  import '@inera/ids-core/components/form/range/register';
5
5
 
@@ -7,11 +7,11 @@ class IDRangeComponent extends IDFormBase {
7
7
  showticks = false;
8
8
  interval = 0;
9
9
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRangeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
10
- 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 \r\n [invalid]=\"invalid\"\r\n [interval]=\"interval\"\r\n [showticks]=\"showticks\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-range>", encapsulation: i0.ViewEncapsulation.None });
10
+ 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 });
11
11
  }
12
12
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IDRangeComponent, decorators: [{
13
13
  type: Component,
14
- args: [{ selector: 'id-range', encapsulation: ViewEncapsulation.None, template: "<ids-range \r\n [invalid]=\"invalid\"\r\n [interval]=\"interval\"\r\n [showticks]=\"showticks\"\r\n (onValid)=\"emitOnValid($event)\"\r\n (onInvalid)=\"emitOnInvalid($event)\">\r\n <ng-content></ng-content>\r\n</ids-range>" }]
14
+ 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>" }]
15
15
  }], propDecorators: { showticks: [{
16
16
  type: Input
17
17
  }], interval: [{