@inera/ids-angular 8.1.0 → 9.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 (810) hide show
  1. package/common/classes/form/IDErrorMessageBase.d.ts +8 -0
  2. package/common/classes/form/IDFormBase.d.ts +27 -10
  3. package/common/context/header-context.d.ts +5 -0
  4. package/common/directives/click-outside.directive.d.ts +11 -0
  5. package/common/public-api.d.ts +7 -0
  6. package/common/services/input-label-linker.service.d.ts +10 -0
  7. package/common/services/tooltip-category.service.d.ts +7 -0
  8. package/common/services/use-id.service.ts.d.ts +7 -0
  9. package/common/utilities/useEscKey.d.ts +1 -0
  10. package/components/accordion/accordion-header.component.d.ts +7 -0
  11. package/components/accordion/accordion.component.d.ts +21 -9
  12. package/components/accordion/public-api.d.ts +1 -1
  13. package/components/action-link/action-link.component.d.ts +5 -0
  14. package/components/action-link/index.d.ts +5 -0
  15. package/components/action-link/public-api.d.ts +1 -0
  16. package/components/alert/alert-header.component.d.ts +7 -0
  17. package/components/alert/alert.component.d.ts +29 -14
  18. package/components/alert/public-api.d.ts +1 -1
  19. package/components/badge/badge.component.d.ts +3 -2
  20. package/components/badge/public-api.d.ts +0 -1
  21. package/components/box-link/box-link-button.component.d.ts +7 -0
  22. package/components/box-link/box-link.component.d.ts +3 -2
  23. package/components/box-link/public-api.d.ts +1 -1
  24. package/components/breadcrumbs/breadcrumbs.component.d.ts +5 -2
  25. package/components/breadcrumbs/crumb.component.d.ts +2 -3
  26. package/components/breadcrumbs/public-api.d.ts +0 -1
  27. package/components/button/button.directive.d.ts +42 -0
  28. package/components/button/public-api.d.ts +1 -2
  29. package/components/button-group/button-group.component.d.ts +4 -1
  30. package/components/button-group/public-api.d.ts +0 -1
  31. package/components/card/card-link.directive.d.ts +5 -0
  32. package/components/card/card.component.d.ts +12 -6
  33. package/components/card/public-api.d.ts +1 -1
  34. package/components/carousel/carousel-item/carousel-item.component.d.ts +6 -2
  35. package/components/carousel/carousel.component.d.ts +17 -5
  36. package/components/carousel/public-api.d.ts +0 -1
  37. package/components/date-label/date-label.component.d.ts +25 -13
  38. package/components/date-label/public-api.d.ts +0 -1
  39. package/components/dialog/dialog-close.component.d.ts +8 -0
  40. package/components/dialog/dialog-content.component.d.ts +5 -0
  41. package/components/dialog/dialog-footer.component.d.ts +5 -0
  42. package/components/dialog/dialog-header.component.d.ts +5 -0
  43. package/components/dialog/dialog-trigger.component.d.ts +5 -0
  44. package/components/dialog/dialog.component.d.ts +39 -11
  45. package/components/dialog/public-api.d.ts +5 -1
  46. package/components/dropdown/dropdown-item.directive.d.ts +5 -0
  47. package/components/dropdown/dropdown-trigger.component.d.ts +6 -0
  48. package/components/dropdown/dropdown.component.d.ts +27 -15
  49. package/components/dropdown/dropdown.module.d.ts +9 -0
  50. package/components/dropdown/public-api.d.ts +3 -1
  51. package/components/footer-1177/footer-1177-col.component.d.ts +12 -0
  52. package/components/footer-1177/footer-1177-sub-footer-left.component.d.ts +5 -0
  53. package/components/footer-1177/footer-1177-sub-footer-mobile.component.d.ts +5 -0
  54. package/components/footer-1177/footer-1177-sub-footer-right.component.d.ts +5 -0
  55. package/components/footer-1177/footer-1177-text.component.d.ts +6 -0
  56. package/components/footer-1177/footer-1177.component.d.ts +7 -6
  57. package/components/footer-1177/footer-1177.module.d.ts +12 -0
  58. package/components/footer-1177/public-api.d.ts +6 -0
  59. package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +12 -0
  60. package/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.d.ts +5 -0
  61. package/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.d.ts +5 -0
  62. package/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.d.ts +5 -0
  63. package/components/footer-1177-admin/footer-1177-admin-text.component.d.ts +6 -0
  64. package/components/footer-1177-admin/footer-1177-admin.component.d.ts +7 -6
  65. package/components/footer-1177-admin/footer-1177-admin.module.d.ts +12 -0
  66. package/components/footer-1177-admin/public-api.d.ts +6 -0
  67. package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +12 -0
  68. package/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.d.ts +5 -0
  69. package/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.d.ts +5 -0
  70. package/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.d.ts +5 -0
  71. package/components/footer-1177-pro/footer-1177-pro-text.component.d.ts +6 -0
  72. package/components/footer-1177-pro/footer-1177-pro.component.d.ts +6 -5
  73. package/components/footer-1177-pro/footer-1177-pro.module.d.ts +12 -0
  74. package/components/footer-1177-pro/public-api.d.ts +6 -0
  75. package/components/footer-inera/footer-inera-col.component.d.ts +12 -0
  76. package/components/footer-inera/footer-inera-sub-footer-left.component.d.ts +5 -0
  77. package/components/footer-inera/footer-inera-sub-footer-mobile.component.d.ts +5 -0
  78. package/components/footer-inera/footer-inera-sub-footer-right.component.d.ts +5 -0
  79. package/components/footer-inera/footer-inera-text.component.d.ts +6 -0
  80. package/components/footer-inera/footer-inera.component.d.ts +6 -5
  81. package/components/footer-inera/footer-inera.module.d.ts +12 -0
  82. package/components/footer-inera/public-api.d.ts +6 -0
  83. package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +14 -0
  84. package/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.d.ts +5 -0
  85. package/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.d.ts +5 -0
  86. package/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.d.ts +5 -0
  87. package/components/footer-inera-admin/footer-inera-admin-text.component.d.ts +6 -0
  88. package/components/footer-inera-admin/footer-inera-admin.component.d.ts +6 -5
  89. package/components/footer-inera-admin/footer-inera-admin.module.d.ts +12 -0
  90. package/components/footer-inera-admin/public-api.d.ts +7 -1
  91. package/components/form/check-button/check-button.component.d.ts +4 -3
  92. package/components/form/check-button/public-api.d.ts +0 -1
  93. package/components/form/checkbox/checkbox.component.d.ts +14 -8
  94. package/components/form/checkbox/public-api.d.ts +0 -1
  95. package/components/form/checkbox-group/checkbox-group.component.d.ts +13 -9
  96. package/components/form/checkbox-group/public-api.d.ts +0 -1
  97. package/components/form/darkmode-toggle/darkmode-toggle.component.d.ts +6 -0
  98. package/components/form/darkmode-toggle/index.d.ts +5 -0
  99. package/components/form/darkmode-toggle/public-api.d.ts +1 -0
  100. package/components/form/error-message/error-message.component.d.ts +6 -7
  101. package/components/form/error-message/public-api.d.ts +0 -1
  102. package/components/form/input/input-hint.component.d.ts +5 -0
  103. package/components/form/input/input-icon.component.d.ts +7 -0
  104. package/components/form/input/input.component.d.ts +13 -6
  105. package/components/form/input/public-api.d.ts +2 -1
  106. package/components/form/radio/public-api.d.ts +0 -1
  107. package/components/form/radio/radio-group.component.d.ts +14 -7
  108. package/components/form/radio/radio.component.d.ts +4 -2
  109. package/components/form/radio-button/public-api.d.ts +0 -1
  110. package/components/form/radio-button/radio-button-group.component.d.ts +9 -3
  111. package/components/form/radio-button/radio-button.component.d.ts +5 -3
  112. package/components/form/range/public-api.d.ts +0 -1
  113. package/components/form/range/range.component.d.ts +14 -4
  114. package/components/form/select/public-api.d.ts +0 -1
  115. package/components/form/select/select.component.d.ts +5 -3
  116. package/components/form/select-multiple/public-api.d.ts +0 -1
  117. package/components/form/select-multiple/select-multiple.component.d.ts +29 -9
  118. package/components/form/spinner/public-api.d.ts +0 -1
  119. package/components/form/spinner/spinner.component.d.ts +4 -4
  120. package/components/form/textarea/public-api.d.ts +1 -1
  121. package/components/form/textarea/textarea-hint.component.d.ts +5 -0
  122. package/components/form/textarea/textarea.component.d.ts +14 -6
  123. package/components/form/time/public-api.d.ts +0 -1
  124. package/components/form/time/time.component.d.ts +4 -2
  125. package/components/form/toggle/public-api.d.ts +0 -1
  126. package/components/form/toggle/toggle.component.d.ts +1 -1
  127. package/components/global-alert/global-alert-actions.component.d.ts +8 -0
  128. package/components/global-alert/global-alert-header.component.d.ts +8 -0
  129. package/components/global-alert/global-alert.component.d.ts +21 -9
  130. package/components/global-alert/public-api.d.ts +2 -1
  131. package/components/grid/column/column.component.d.ts +6 -9
  132. package/components/grid/column/public-api.d.ts +0 -1
  133. package/components/grid/container/container.component.d.ts +4 -3
  134. package/components/grid/container/public-api.d.ts +0 -1
  135. package/components/grid/public-api.d.ts +0 -3
  136. package/components/grid/row/public-api.d.ts +0 -1
  137. package/components/grid/row/row.component.d.ts +6 -9
  138. package/components/grid-layout/grid-column/grid-column.component.d.ts +18 -0
  139. package/components/grid-layout/grid-column/index.d.ts +5 -0
  140. package/components/grid-layout/grid-column/public-api.d.ts +1 -0
  141. package/components/grid-layout/grid-container/grid-container.component.d.ts +10 -0
  142. package/components/grid-layout/grid-container/index.d.ts +5 -0
  143. package/components/grid-layout/grid-container/public-api.d.ts +1 -0
  144. package/components/grid-layout/grid-row/grid-row.component.d.ts +11 -0
  145. package/components/grid-layout/grid-row/index.d.ts +5 -0
  146. package/components/grid-layout/grid-row/public-api.d.ts +1 -0
  147. package/components/grid-layout/index.d.ts +5 -0
  148. package/components/grid-layout/public-api.d.ts +3 -0
  149. package/components/header-1177/avatar/header-1177-avatar-agent.component.d.ts +5 -0
  150. package/components/header-1177/avatar/header-1177-avatar.component.d.ts +14 -4
  151. package/components/header-1177/brand-link/header-1177-brand-link.directive.d.ts +5 -0
  152. package/components/header-1177/header-1177.component.d.ts +12 -15
  153. package/components/header-1177/header-1177.module.d.ts +19 -0
  154. package/components/header-1177/item/header-1177-item.component.d.ts +7 -4
  155. package/components/header-1177/menu-mobile/header-1177-menu-mobile.component.d.ts +6 -2
  156. package/components/header-1177/nav/header-1177-nav.component.d.ts +4 -18
  157. package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +18 -3
  158. package/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.d.ts +5 -0
  159. package/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.d.ts +4 -3
  160. package/components/header-1177/public-api.d.ts +5 -0
  161. package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +11 -4
  162. package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +12 -5
  163. package/components/header-1177/skip-to-content/header-1177-skip-to-content.component.d.ts +5 -0
  164. package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +16 -4
  165. package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +18 -5
  166. package/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.d.ts +5 -0
  167. package/components/header-1177-admin/header-1177-admin.component.d.ts +12 -20
  168. package/components/header-1177-admin/header-1177-admin.module.d.ts +17 -0
  169. package/components/header-1177-admin/item/header-1177-admin-item.component.d.ts +5 -3
  170. package/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.d.ts +6 -2
  171. package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +4 -12
  172. package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +20 -5
  173. package/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.d.ts +5 -0
  174. package/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.d.ts +8 -0
  175. package/components/header-1177-admin/public-api.d.ts +5 -0
  176. package/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.d.ts +5 -0
  177. package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +18 -6
  178. package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +18 -5
  179. package/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.d.ts +5 -0
  180. package/components/header-1177-pro/header-1177-pro.component.d.ts +10 -22
  181. package/components/header-1177-pro/header-1177-pro.module.d.ts +19 -0
  182. package/components/header-1177-pro/item/header-1177-pro-item.component.d.ts +5 -3
  183. package/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.d.ts +6 -3
  184. package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +4 -15
  185. package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +19 -5
  186. package/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.d.ts +5 -0
  187. package/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.d.ts +8 -0
  188. package/components/header-1177-pro/public-api.d.ts +5 -0
  189. package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +11 -4
  190. package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +12 -5
  191. package/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.d.ts +5 -0
  192. package/components/header-inera/brand-link/header-inera-brand-link.directive.d.ts +5 -0
  193. package/components/header-inera/header-inera.component.d.ts +13 -16
  194. package/components/header-inera/header-inera.module.d.ts +14 -0
  195. package/components/header-inera/item/header-inera-item.component.d.ts +5 -3
  196. package/components/header-inera/menu-mobile/header-inera-menu-mobile.component.d.ts +5 -5
  197. package/components/header-inera/nav/header-inera-nav.component.d.ts +4 -9
  198. package/components/header-inera/nav-item/header-inera-nav-item.component.d.ts +25 -0
  199. package/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.d.ts +5 -0
  200. package/components/header-inera/public-api.d.ts +5 -1
  201. package/components/header-inera/skip-to-content/header-inera-skip-to-content.component.d.ts +5 -0
  202. package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +18 -6
  203. package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +18 -5
  204. package/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.d.ts +5 -0
  205. package/components/header-inera-admin/header-inera-admin.component.d.ts +16 -16
  206. package/components/header-inera-admin/header-inera-admin.module.d.ts +17 -0
  207. package/components/header-inera-admin/item/header-inera-admin-item.component.d.ts +7 -4
  208. package/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.d.ts +6 -3
  209. package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +4 -11
  210. package/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.d.ts +19 -5
  211. package/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.d.ts +5 -0
  212. package/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.d.ts +8 -0
  213. package/components/header-inera-admin/public-api.d.ts +5 -0
  214. package/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.d.ts +5 -0
  215. package/components/header-patient/header-patient-actions.component.d.ts +5 -0
  216. package/components/header-patient/header-patient.component.d.ts +5 -5
  217. package/components/header-patient/public-api.d.ts +1 -1
  218. package/components/link/link.directive.d.ts +22 -0
  219. package/components/link/public-api.d.ts +1 -2
  220. package/components/mobile/menu/item/mobile-menu-item.component.d.ts +22 -4
  221. package/components/mobile/menu/item/public-api.d.ts +0 -1
  222. package/components/mobile/menu/mobile-menu.component.d.ts +5 -3
  223. package/components/mobile/menu/public-api.d.ts +0 -1
  224. package/components/navigation/content/navigation-content-link.component.d.ts +7 -0
  225. package/components/navigation/content/navigation-content.component.d.ts +6 -4
  226. package/components/navigation/content/public-api.d.ts +1 -1
  227. package/components/navigation/local/navigation-local-link.component.d.ts +7 -0
  228. package/components/navigation/local/navigation-local.component.d.ts +5 -3
  229. package/components/navigation/local/public-api.d.ts +1 -1
  230. package/components/{notification/badge → notification-badge}/index.d.ts +1 -1
  231. package/components/{notification/badge → notification-badge}/notification-badge.component.d.ts +4 -3
  232. package/components/{notification/badge → notification-badge}/public-api.d.ts +0 -1
  233. package/components/pagination/data-pagination/data-pagination-select.component.d.ts +5 -0
  234. package/components/pagination/data-pagination/data-pagination.component.d.ts +3 -3
  235. package/components/pagination/data-pagination/public-api.d.ts +1 -1
  236. package/components/pagination/list-pagination/list-pagination.component.d.ts +21 -15
  237. package/components/pagination/list-pagination/public-api.d.ts +0 -1
  238. package/components/popover/popover-close.component.d.ts +8 -0
  239. package/components/popover/popover-content.component.d.ts +17 -0
  240. package/components/popover/popover-header.component.d.ts +5 -0
  241. package/components/popover/popover-trigger.component.d.ts +5 -0
  242. package/components/popover/popover.component.d.ts +29 -9
  243. package/components/popover/popover.module.d.ts +5 -2
  244. package/components/popover/public-api.d.ts +5 -1
  245. package/components/progressbar/progressbar.component.d.ts +4 -4
  246. package/components/progressbar/public-api.d.ts +0 -1
  247. package/components/puff-list/public-api.d.ts +7 -4
  248. package/components/puff-list/puff-list-item-content-info.component.d.ts +5 -0
  249. package/components/puff-list/puff-list-item-content.component.d.ts +5 -0
  250. package/components/puff-list/puff-list-item-date-label.component.d.ts +5 -0
  251. package/components/puff-list/puff-list-item-extra-content.component.d.ts +5 -0
  252. package/components/puff-list/{puff-item/puff-header/puff-list-item-header.component.d.ts → puff-list-item-header.component.d.ts} +1 -3
  253. package/components/puff-list/puff-list-item.component.d.ts +12 -0
  254. package/components/puff-list/puff-list.component.d.ts +4 -1
  255. package/components/puff-list/puff-list.module.d.ts +7 -5
  256. package/components/region-icon/public-api.d.ts +0 -1
  257. package/components/region-icon/region-icon.component.d.ts +5 -3
  258. package/components/side-menu/public-api.d.ts +3 -1
  259. package/components/side-menu/side-menu-icon.component.d.ts +7 -0
  260. package/components/side-menu/side-menu-link.component.d.ts +5 -0
  261. package/components/side-menu/side-menu.component.d.ts +15 -7
  262. package/components/side-menu/side-menu.module.d.ts +3 -2
  263. package/components/side-panel/public-api.d.ts +3 -1
  264. package/components/side-panel/side-panel-footer.component.d.ts +5 -0
  265. package/components/side-panel/side-panel-provider.component.d.ts +9 -0
  266. package/components/side-panel/side-panel.component.d.ts +30 -12
  267. package/components/side-panel/side-panel.module.d.ts +3 -2
  268. package/components/stepper/public-api.d.ts +3 -2
  269. package/components/stepper/step-header.component.d.ts +5 -0
  270. package/components/stepper/step.component.d.ts +20 -0
  271. package/components/stepper/stepper.component.d.ts +6 -5
  272. package/components/stepper/stepper.module.d.ts +3 -3
  273. package/components/tabs/public-api.d.ts +2 -4
  274. package/components/tabs/tab-group.component.d.ts +21 -0
  275. package/components/tabs/tab.component.d.ts +14 -0
  276. package/components/tag/public-api.d.ts +1 -1
  277. package/components/tag/tag.component.d.ts +4 -5
  278. package/components/tag/tag.directive.d.ts +5 -0
  279. package/components/tooltip/public-api.d.ts +1 -0
  280. package/components/tooltip/tooltip-trigger.directive.d.ts +8 -0
  281. package/components/tooltip/tooltip.component.d.ts +18 -5
  282. package/components/tooltip/tooltip.module.d.ts +2 -2
  283. package/eslint/index.js +6 -0
  284. package/eslint/rules/no-old-components.js +39 -0
  285. package/eslint/rules/no-slots.js +254 -0
  286. package/esm2022/common/classes/form/IDErrorMessageBase.mjs +19 -0
  287. package/esm2022/common/classes/form/IDFormBase.mjs +119 -31
  288. package/esm2022/common/context/header-context.mjs +3 -0
  289. package/esm2022/common/directives/click-outside.directive.mjs +30 -0
  290. package/esm2022/common/public-api.mjs +8 -1
  291. package/esm2022/common/services/input-label-linker.service.mjs +26 -0
  292. package/esm2022/common/services/tooltip-category.service.mjs +16 -0
  293. package/esm2022/common/services/use-id.service.ts.mjs +19 -0
  294. package/esm2022/common/utilities/useEscKey.mjs +11 -0
  295. package/esm2022/components/accordion/accordion-header.component.mjs +25 -0
  296. package/esm2022/components/accordion/accordion.component.mjs +78 -25
  297. package/esm2022/components/accordion/public-api.mjs +2 -2
  298. package/esm2022/components/action-link/action-link.component.mjs +32 -0
  299. package/esm2022/components/action-link/inera-ids-angular-components-action-link.mjs +5 -0
  300. package/esm2022/components/action-link/public-api.mjs +2 -0
  301. package/esm2022/components/alert/alert-header.component.mjs +25 -0
  302. package/esm2022/components/alert/alert.component.mjs +93 -33
  303. package/esm2022/components/alert/public-api.mjs +2 -2
  304. package/esm2022/components/badge/badge.component.mjs +13 -6
  305. package/esm2022/components/badge/public-api.mjs +1 -2
  306. package/esm2022/components/box-link/box-link-button.component.mjs +25 -0
  307. package/esm2022/components/box-link/box-link.component.mjs +14 -6
  308. package/esm2022/components/box-link/public-api.mjs +2 -2
  309. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +16 -7
  310. package/esm2022/components/breadcrumbs/crumb.component.mjs +10 -11
  311. package/esm2022/components/breadcrumbs/public-api.mjs +1 -2
  312. package/esm2022/components/button/button.directive.mjs +140 -0
  313. package/esm2022/components/button/public-api.mjs +2 -3
  314. package/esm2022/components/button-group/button-group.component.mjs +22 -6
  315. package/esm2022/components/button-group/public-api.mjs +1 -2
  316. package/esm2022/components/card/card-link.directive.mjs +17 -0
  317. package/esm2022/components/card/card.component.mjs +35 -20
  318. package/esm2022/components/card/public-api.mjs +2 -2
  319. package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +21 -9
  320. package/esm2022/components/carousel/carousel.component.mjs +62 -9
  321. package/esm2022/components/carousel/public-api.mjs +1 -2
  322. package/esm2022/components/date-label/date-label.component.mjs +105 -25
  323. package/esm2022/components/date-label/public-api.mjs +1 -2
  324. package/esm2022/components/dialog/dialog-close.component.mjs +24 -0
  325. package/esm2022/components/dialog/dialog-content.component.mjs +15 -0
  326. package/esm2022/components/dialog/dialog-footer.component.mjs +18 -0
  327. package/esm2022/components/dialog/dialog-header.component.mjs +15 -0
  328. package/esm2022/components/dialog/dialog-trigger.component.mjs +15 -0
  329. package/esm2022/components/dialog/dialog.component.mjs +134 -28
  330. package/esm2022/components/dialog/public-api.mjs +6 -2
  331. package/esm2022/components/dropdown/dropdown-item.directive.mjs +18 -0
  332. package/esm2022/components/dropdown/dropdown-trigger.component.mjs +16 -0
  333. package/esm2022/components/dropdown/dropdown.component.mjs +83 -35
  334. package/esm2022/components/dropdown/dropdown.module.mjs +30 -0
  335. package/esm2022/components/dropdown/public-api.mjs +4 -2
  336. package/esm2022/components/footer-1177/footer-1177-col.component.mjs +42 -0
  337. package/esm2022/components/footer-1177/footer-1177-sub-footer-left.component.mjs +18 -0
  338. package/esm2022/components/footer-1177/footer-1177-sub-footer-mobile.component.mjs +18 -0
  339. package/esm2022/components/footer-1177/footer-1177-sub-footer-right.component.mjs +18 -0
  340. package/esm2022/components/footer-1177/footer-1177-text.component.mjs +29 -0
  341. package/esm2022/components/footer-1177/footer-1177.component.mjs +30 -16
  342. package/esm2022/components/footer-1177/footer-1177.module.mjs +45 -0
  343. package/esm2022/components/footer-1177/public-api.mjs +7 -1
  344. package/esm2022/components/footer-1177-admin/footer-1177-admin-col.component.mjs +42 -0
  345. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.mjs +18 -0
  346. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.mjs +18 -0
  347. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.mjs +18 -0
  348. package/esm2022/components/footer-1177-admin/footer-1177-admin-text.component.mjs +29 -0
  349. package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +29 -14
  350. package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +45 -0
  351. package/esm2022/components/footer-1177-admin/public-api.mjs +7 -1
  352. package/esm2022/components/footer-1177-pro/footer-1177-pro-col.component.mjs +42 -0
  353. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.mjs +18 -0
  354. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.mjs +18 -0
  355. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.mjs +18 -0
  356. package/esm2022/components/footer-1177-pro/footer-1177-pro-text.component.mjs +29 -0
  357. package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +29 -14
  358. package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +45 -0
  359. package/esm2022/components/footer-1177-pro/public-api.mjs +7 -1
  360. package/esm2022/components/footer-inera/footer-inera-col.component.mjs +42 -0
  361. package/esm2022/components/footer-inera/footer-inera-sub-footer-left.component.mjs +18 -0
  362. package/esm2022/components/footer-inera/footer-inera-sub-footer-mobile.component.mjs +18 -0
  363. package/esm2022/components/footer-inera/footer-inera-sub-footer-right.component.mjs +18 -0
  364. package/esm2022/components/footer-inera/footer-inera-text.component.mjs +29 -0
  365. package/esm2022/components/footer-inera/footer-inera.component.mjs +29 -14
  366. package/esm2022/components/footer-inera/footer-inera.module.mjs +45 -0
  367. package/esm2022/components/footer-inera/public-api.mjs +7 -1
  368. package/esm2022/components/footer-inera-admin/footer-inera-admin-col.component.mjs +46 -0
  369. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.mjs +18 -0
  370. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.mjs +18 -0
  371. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.mjs +18 -0
  372. package/esm2022/components/footer-inera-admin/footer-inera-admin-text.component.mjs +29 -0
  373. package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +29 -14
  374. package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +45 -0
  375. package/esm2022/components/footer-inera-admin/public-api.mjs +8 -2
  376. package/esm2022/components/form/check-button/check-button.component.mjs +11 -8
  377. package/esm2022/components/form/check-button/public-api.mjs +1 -2
  378. package/esm2022/components/form/checkbox/checkbox.component.mjs +39 -19
  379. package/esm2022/components/form/checkbox/public-api.mjs +1 -2
  380. package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +34 -16
  381. package/esm2022/components/form/checkbox-group/public-api.mjs +1 -2
  382. package/esm2022/components/form/darkmode-toggle/darkmode-toggle.component.mjs +12 -0
  383. package/esm2022/components/form/darkmode-toggle/inera-ids-angular-components-form-darkmode-toggle.mjs +5 -0
  384. package/esm2022/components/form/darkmode-toggle/public-api.mjs +2 -0
  385. package/esm2022/components/form/error-message/error-message.component.mjs +40 -15
  386. package/esm2022/components/form/error-message/public-api.mjs +1 -2
  387. package/esm2022/components/form/input/input-hint.component.mjs +18 -0
  388. package/esm2022/components/form/input/input-icon.component.mjs +23 -0
  389. package/esm2022/components/form/input/input.component.mjs +35 -14
  390. package/esm2022/components/form/input/public-api.mjs +3 -2
  391. package/esm2022/components/form/radio/public-api.mjs +1 -2
  392. package/esm2022/components/form/radio/radio-group.component.mjs +44 -17
  393. package/esm2022/components/form/radio/radio.component.mjs +18 -8
  394. package/esm2022/components/form/radio-button/public-api.mjs +1 -2
  395. package/esm2022/components/form/radio-button/radio-button-group.component.mjs +35 -7
  396. package/esm2022/components/form/radio-button/radio-button.component.mjs +13 -5
  397. package/esm2022/components/form/range/public-api.mjs +1 -2
  398. package/esm2022/components/form/range/range.component.mjs +65 -8
  399. package/esm2022/components/form/select/public-api.mjs +1 -2
  400. package/esm2022/components/form/select/select.component.mjs +9 -5
  401. package/esm2022/components/form/select-multiple/public-api.mjs +1 -2
  402. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +86 -23
  403. package/esm2022/components/form/spinner/public-api.mjs +1 -2
  404. package/esm2022/components/form/spinner/spinner.component.mjs +15 -11
  405. package/esm2022/components/form/textarea/public-api.mjs +2 -2
  406. package/esm2022/components/form/textarea/textarea-hint.component.mjs +18 -0
  407. package/esm2022/components/form/textarea/textarea.component.mjs +46 -14
  408. package/esm2022/components/form/time/public-api.mjs +1 -2
  409. package/esm2022/components/form/time/time.component.mjs +7 -4
  410. package/esm2022/components/form/toggle/public-api.mjs +1 -2
  411. package/esm2022/components/form/toggle/toggle.component.mjs +6 -4
  412. package/esm2022/components/global-alert/global-alert-actions.component.mjs +26 -0
  413. package/esm2022/components/global-alert/global-alert-header.component.mjs +26 -0
  414. package/esm2022/components/global-alert/global-alert.component.mjs +73 -23
  415. package/esm2022/components/global-alert/public-api.mjs +3 -2
  416. package/esm2022/components/grid/column/column.component.mjs +41 -23
  417. package/esm2022/components/grid/column/public-api.mjs +1 -2
  418. package/esm2022/components/grid/container/container.component.mjs +18 -6
  419. package/esm2022/components/grid/container/public-api.mjs +1 -2
  420. package/esm2022/components/grid/public-api.mjs +1 -4
  421. package/esm2022/components/grid/row/public-api.mjs +1 -2
  422. package/esm2022/components/grid/row/row.component.mjs +31 -19
  423. package/esm2022/components/grid-layout/grid-column/grid-column.component.mjs +72 -0
  424. package/esm2022/components/grid-layout/grid-column/inera-ids-angular-components-grid-layout-grid-column.mjs +5 -0
  425. package/esm2022/components/grid-layout/grid-column/public-api.mjs +2 -0
  426. package/esm2022/components/grid-layout/grid-container/grid-container.component.mjs +35 -0
  427. package/esm2022/components/grid-layout/grid-container/inera-ids-angular-components-grid-layout-grid-container.mjs +5 -0
  428. package/esm2022/components/grid-layout/grid-container/public-api.mjs +2 -0
  429. package/esm2022/components/grid-layout/grid-row/grid-row.component.mjs +43 -0
  430. package/esm2022/components/grid-layout/grid-row/inera-ids-angular-components-grid-layout-grid-row.mjs +5 -0
  431. package/esm2022/components/grid-layout/grid-row/public-api.mjs +2 -0
  432. package/esm2022/components/grid-layout/inera-ids-angular-components-grid-layout.mjs +5 -0
  433. package/esm2022/components/grid-layout/public-api.mjs +4 -0
  434. package/esm2022/components/header-1177/avatar/header-1177-avatar-agent.component.mjs +20 -0
  435. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +102 -14
  436. package/esm2022/components/header-1177/brand-link/header-1177-brand-link.directive.mjs +17 -0
  437. package/esm2022/components/header-1177/header-1177.component.mjs +34 -42
  438. package/esm2022/components/header-1177/header-1177.module.mjs +80 -0
  439. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +42 -11
  440. package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +50 -7
  441. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +45 -57
  442. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +141 -11
  443. package/esm2022/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.mjs +18 -0
  444. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +29 -8
  445. package/esm2022/components/header-1177/public-api.mjs +6 -1
  446. package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +69 -11
  447. package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +64 -12
  448. package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs +18 -0
  449. package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +116 -13
  450. package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +113 -12
  451. package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs +17 -0
  452. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +36 -54
  453. package/esm2022/components/header-1177-admin/header-1177-admin.module.mjs +70 -0
  454. package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +29 -8
  455. package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +58 -7
  456. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +28 -37
  457. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +143 -13
  458. package/esm2022/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.mjs +18 -0
  459. package/esm2022/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.mjs +36 -0
  460. package/esm2022/components/header-1177-admin/public-api.mjs +6 -1
  461. package/esm2022/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.mjs +18 -0
  462. package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +118 -15
  463. package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +113 -12
  464. package/esm2022/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.mjs +17 -0
  465. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +32 -62
  466. package/esm2022/components/header-1177-pro/header-1177-pro.module.mjs +80 -0
  467. package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +29 -8
  468. package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +58 -8
  469. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +25 -46
  470. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +142 -15
  471. package/esm2022/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.mjs +18 -0
  472. package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.mjs +36 -0
  473. package/esm2022/components/header-1177-pro/public-api.mjs +6 -1
  474. package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +69 -11
  475. package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +64 -12
  476. package/esm2022/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.mjs +18 -0
  477. package/esm2022/components/header-inera/brand-link/header-inera-brand-link.directive.mjs +14 -0
  478. package/esm2022/components/header-inera/header-inera.component.mjs +38 -45
  479. package/esm2022/components/header-inera/header-inera.module.mjs +55 -0
  480. package/esm2022/components/header-inera/item/header-inera-item.component.mjs +29 -8
  481. package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +64 -16
  482. package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +25 -31
  483. package/esm2022/components/header-inera/nav-item/header-inera-nav-item.component.mjs +154 -0
  484. package/esm2022/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.mjs +18 -0
  485. package/esm2022/components/header-inera/public-api.mjs +6 -2
  486. package/esm2022/components/header-inera/skip-to-content/header-inera-skip-to-content.component.mjs +18 -0
  487. package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +118 -15
  488. package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +113 -12
  489. package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs +17 -0
  490. package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +45 -46
  491. package/esm2022/components/header-inera-admin/header-inera-admin.module.mjs +70 -0
  492. package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +34 -11
  493. package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +64 -8
  494. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +24 -35
  495. package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +142 -15
  496. package/esm2022/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.mjs +18 -0
  497. package/esm2022/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.mjs +36 -0
  498. package/esm2022/components/header-inera-admin/public-api.mjs +6 -1
  499. package/esm2022/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.mjs +18 -0
  500. package/esm2022/components/header-patient/header-patient-actions.component.mjs +22 -0
  501. package/esm2022/components/header-patient/header-patient.component.mjs +64 -13
  502. package/esm2022/components/header-patient/public-api.mjs +2 -2
  503. package/esm2022/components/link/link.directive.mjs +64 -0
  504. package/esm2022/components/link/public-api.mjs +2 -3
  505. package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +74 -8
  506. package/esm2022/components/mobile/menu/item/public-api.mjs +1 -2
  507. package/esm2022/components/mobile/menu/mobile-menu.component.mjs +32 -8
  508. package/esm2022/components/mobile/menu/public-api.mjs +1 -2
  509. package/esm2022/components/navigation/content/navigation-content-link.component.mjs +29 -0
  510. package/esm2022/components/navigation/content/navigation-content.component.mjs +15 -9
  511. package/esm2022/components/navigation/content/public-api.mjs +2 -2
  512. package/esm2022/components/navigation/local/navigation-local-link.component.mjs +27 -0
  513. package/esm2022/components/navigation/local/navigation-local.component.mjs +13 -7
  514. package/esm2022/components/navigation/local/public-api.mjs +2 -2
  515. package/esm2022/components/notification-badge/inera-ids-angular-components-notification-badge.mjs +5 -0
  516. package/esm2022/components/notification-badge/notification-badge.component.mjs +39 -0
  517. package/esm2022/components/notification-badge/public-api.mjs +2 -0
  518. package/esm2022/components/pagination/data-pagination/data-pagination-select.component.mjs +20 -0
  519. package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +61 -13
  520. package/esm2022/components/pagination/data-pagination/public-api.mjs +2 -2
  521. package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +168 -34
  522. package/esm2022/components/pagination/list-pagination/public-api.mjs +1 -2
  523. package/esm2022/components/popover/popover-close.component.mjs +24 -0
  524. package/esm2022/components/popover/popover-content.component.mjs +91 -0
  525. package/esm2022/components/popover/popover-header.component.mjs +18 -0
  526. package/esm2022/components/popover/popover-trigger.component.mjs +15 -0
  527. package/esm2022/components/popover/popover.component.mjs +139 -23
  528. package/esm2022/components/popover/popover.module.mjs +27 -9
  529. package/esm2022/components/popover/public-api.mjs +6 -2
  530. package/esm2022/components/progressbar/progressbar.component.mjs +11 -11
  531. package/esm2022/components/progressbar/public-api.mjs +1 -2
  532. package/esm2022/components/puff-list/public-api.mjs +8 -5
  533. package/esm2022/components/puff-list/puff-list-item-content-info.component.mjs +18 -0
  534. package/esm2022/components/puff-list/puff-list-item-content.component.mjs +15 -0
  535. package/esm2022/components/puff-list/puff-list-item-date-label.component.mjs +18 -0
  536. package/esm2022/components/puff-list/puff-list-item-extra-content.component.mjs +18 -0
  537. package/esm2022/components/puff-list/puff-list-item-header.component.mjs +18 -0
  538. package/esm2022/components/puff-list/puff-list-item.component.mjs +161 -0
  539. package/esm2022/components/puff-list/puff-list.component.mjs +33 -5
  540. package/esm2022/components/puff-list/puff-list.module.mjs +32 -18
  541. package/esm2022/components/region-icon/public-api.mjs +1 -2
  542. package/esm2022/components/region-icon/region-icon.component.mjs +31 -10
  543. package/esm2022/components/side-menu/public-api.mjs +4 -2
  544. package/esm2022/components/side-menu/side-menu-icon.component.mjs +24 -0
  545. package/esm2022/components/side-menu/side-menu-link.component.mjs +18 -0
  546. package/esm2022/components/side-menu/side-menu.component.mjs +190 -17
  547. package/esm2022/components/side-menu/side-menu.module.mjs +19 -7
  548. package/esm2022/components/side-panel/public-api.mjs +4 -2
  549. package/esm2022/components/side-panel/side-panel-footer.component.mjs +50 -0
  550. package/esm2022/components/side-panel/side-panel-provider.component.mjs +73 -0
  551. package/esm2022/components/side-panel/side-panel.component.mjs +176 -29
  552. package/esm2022/components/side-panel/side-panel.module.mjs +21 -8
  553. package/esm2022/components/stepper/public-api.mjs +4 -3
  554. package/esm2022/components/stepper/step-header.component.mjs +18 -0
  555. package/esm2022/components/stepper/step.component.mjs +133 -0
  556. package/esm2022/components/stepper/stepper.component.mjs +22 -9
  557. package/esm2022/components/stepper/stepper.module.mjs +14 -11
  558. package/esm2022/components/tabs/public-api.mjs +3 -5
  559. package/esm2022/components/tabs/tab-group.component.mjs +51 -0
  560. package/esm2022/components/tabs/tab.component.mjs +41 -0
  561. package/esm2022/components/tag/public-api.mjs +2 -2
  562. package/esm2022/components/tag/tag.component.mjs +13 -14
  563. package/esm2022/components/tag/tag.directive.mjs +17 -0
  564. package/esm2022/components/tooltip/public-api.mjs +2 -1
  565. package/esm2022/components/tooltip/tooltip-trigger.directive.mjs +18 -0
  566. package/esm2022/components/tooltip/tooltip.component.mjs +75 -9
  567. package/esm2022/components/tooltip/tooltip.module.mjs +12 -9
  568. package/fesm2022/inera-ids-angular-common.mjs +225 -30
  569. package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
  570. package/fesm2022/inera-ids-angular-components-accordion.mjs +100 -40
  571. package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
  572. package/fesm2022/inera-ids-angular-components-action-link.mjs +39 -0
  573. package/fesm2022/inera-ids-angular-components-action-link.mjs.map +1 -0
  574. package/fesm2022/inera-ids-angular-components-alert.mjs +115 -54
  575. package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
  576. package/fesm2022/inera-ids-angular-components-badge.mjs +13 -25
  577. package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
  578. package/fesm2022/inera-ids-angular-components-box-link.mjs +36 -21
  579. package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
  580. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +23 -42
  581. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
  582. package/fesm2022/inera-ids-angular-components-button-group.mjs +22 -25
  583. package/fesm2022/inera-ids-angular-components-button-group.mjs.map +1 -1
  584. package/fesm2022/inera-ids-angular-components-button.mjs +122 -71
  585. package/fesm2022/inera-ids-angular-components-button.mjs.map +1 -1
  586. package/fesm2022/inera-ids-angular-components-card.mjs +45 -34
  587. package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
  588. package/fesm2022/inera-ids-angular-components-carousel.mjs +80 -39
  589. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  590. package/fesm2022/inera-ids-angular-components-date-label.mjs +105 -44
  591. package/fesm2022/inera-ids-angular-components-date-label.mjs.map +1 -1
  592. package/fesm2022/inera-ids-angular-components-dialog.mjs +204 -42
  593. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  594. package/fesm2022/inera-ids-angular-components-dropdown.mjs +138 -60
  595. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  596. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +180 -14
  597. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
  598. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +180 -14
  599. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
  600. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +181 -16
  601. package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
  602. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +184 -14
  603. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  604. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +180 -14
  605. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  606. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +10 -22
  607. package/fesm2022/inera-ids-angular-components-form-check-button.mjs.map +1 -1
  608. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +34 -38
  609. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
  610. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +38 -37
  611. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
  612. package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +19 -0
  613. package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs.map +1 -0
  614. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +38 -32
  615. package/fesm2022/inera-ids-angular-components-form-error-message.mjs.map +1 -1
  616. package/fesm2022/inera-ids-angular-components-form-input.mjs +66 -30
  617. package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
  618. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +46 -27
  619. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
  620. package/fesm2022/inera-ids-angular-components-form-radio.mjs +65 -55
  621. package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
  622. package/fesm2022/inera-ids-angular-components-form-range.mjs +64 -26
  623. package/fesm2022/inera-ids-angular-components-form-range.mjs.map +1 -1
  624. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +86 -46
  625. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
  626. package/fesm2022/inera-ids-angular-components-form-select.mjs +8 -23
  627. package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
  628. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +15 -30
  629. package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
  630. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +56 -29
  631. package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
  632. package/fesm2022/inera-ids-angular-components-form-time.mjs +7 -23
  633. package/fesm2022/inera-ids-angular-components-form-time.mjs.map +1 -1
  634. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +6 -23
  635. package/fesm2022/inera-ids-angular-components-form-toggle.mjs.map +1 -1
  636. package/fesm2022/inera-ids-angular-components-global-alert.mjs +118 -39
  637. package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
  638. package/fesm2022/inera-ids-angular-components-grid-column.mjs +41 -42
  639. package/fesm2022/inera-ids-angular-components-grid-column.mjs.map +1 -1
  640. package/fesm2022/inera-ids-angular-components-grid-container.mjs +18 -25
  641. package/fesm2022/inera-ids-angular-components-grid-container.mjs.map +1 -1
  642. package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +79 -0
  643. package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs.map +1 -0
  644. package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +42 -0
  645. package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs.map +1 -0
  646. package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +50 -0
  647. package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs.map +1 -0
  648. package/fesm2022/inera-ids-angular-components-grid-layout.mjs +153 -0
  649. package/fesm2022/inera-ids-angular-components-grid-layout.mjs.map +1 -0
  650. package/fesm2022/inera-ids-angular-components-grid-row.mjs +31 -38
  651. package/fesm2022/inera-ids-angular-components-grid-row.mjs.map +1 -1
  652. package/fesm2022/inera-ids-angular-components-grid.mjs +86 -101
  653. package/fesm2022/inera-ids-angular-components-grid.mjs.map +1 -1
  654. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +673 -159
  655. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  656. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +803 -197
  657. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  658. package/fesm2022/inera-ids-angular-components-header-1177.mjs +711 -181
  659. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  660. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +672 -140
  661. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  662. package/fesm2022/inera-ids-angular-components-header-inera.mjs +388 -117
  663. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  664. package/fesm2022/inera-ids-angular-components-header-patient.mjs +79 -27
  665. package/fesm2022/inera-ids-angular-components-header-patient.mjs.map +1 -1
  666. package/fesm2022/inera-ids-angular-components-link.mjs +49 -48
  667. package/fesm2022/inera-ids-angular-components-link.mjs.map +1 -1
  668. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +74 -25
  669. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  670. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +107 -36
  671. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  672. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +41 -28
  673. package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
  674. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +37 -22
  675. package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
  676. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +30 -25
  677. package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
  678. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +73 -23
  679. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs.map +1 -1
  680. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +168 -49
  681. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs.map +1 -1
  682. package/fesm2022/inera-ids-angular-components-popover.mjs +297 -29
  683. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  684. package/fesm2022/inera-ids-angular-components-progressbar.mjs +11 -30
  685. package/fesm2022/inera-ids-angular-components-progressbar.mjs.map +1 -1
  686. package/fesm2022/inera-ids-angular-components-puff-list.mjs +277 -89
  687. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  688. package/fesm2022/inera-ids-angular-components-region-icon.mjs +31 -25
  689. package/fesm2022/inera-ids-angular-components-region-icon.mjs.map +1 -1
  690. package/fesm2022/inera-ids-angular-components-side-menu.mjs +243 -22
  691. package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
  692. package/fesm2022/inera-ids-angular-components-side-panel.mjs +310 -35
  693. package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
  694. package/fesm2022/inera-ids-angular-components-stepper.mjs +151 -40
  695. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  696. package/fesm2022/inera-ids-angular-components-tabs.mjs +66 -97
  697. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  698. package/fesm2022/inera-ids-angular-components-tag.mjs +23 -28
  699. package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
  700. package/fesm2022/inera-ids-angular-components-tooltip.mjs +98 -15
  701. package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
  702. package/package.json +112 -71
  703. package/components/accordion/accordion.module.d.ts +0 -8
  704. package/components/alert/alert.module.d.ts +0 -9
  705. package/components/badge/badge.module.d.ts +0 -8
  706. package/components/box-link/box-link.module.d.ts +0 -8
  707. package/components/breadcrumbs/breadcrumbs.module.d.ts +0 -10
  708. package/components/button/button.component.d.ts +0 -25
  709. package/components/button/button.module.d.ts +0 -9
  710. package/components/button-group/button-group.module.d.ts +0 -8
  711. package/components/card/card.module.d.ts +0 -8
  712. package/components/carousel/carousel.module.d.ts +0 -9
  713. package/components/date-label/date-label.module.d.ts +0 -8
  714. package/components/dialog/dialog.module.d.ts +0 -8
  715. package/components/dropdown/dropdown-content.component.d.ts +0 -9
  716. package/components/form/check-button/check-button.module.d.ts +0 -8
  717. package/components/form/checkbox/checkbox.module.d.ts +0 -8
  718. package/components/form/checkbox-group/checkbox-group.module.d.ts +0 -10
  719. package/components/form/error-message/error-message.module.d.ts +0 -8
  720. package/components/form/input/input.module.d.ts +0 -9
  721. package/components/form/radio/radio.module.d.ts +0 -10
  722. package/components/form/radio-button/radio-button.module.d.ts +0 -10
  723. package/components/form/range/range.module.d.ts +0 -8
  724. package/components/form/select/select.module.d.ts +0 -8
  725. package/components/form/select-multiple/select-multiple.module.d.ts +0 -9
  726. package/components/form/spinner/spinner.module.d.ts +0 -8
  727. package/components/form/textarea/textarea.module.d.ts +0 -9
  728. package/components/form/time/time.module.d.ts +0 -8
  729. package/components/form/toggle/toggle.module.d.ts +0 -8
  730. package/components/global-alert/global-alert.module.d.ts +0 -9
  731. package/components/grid/column/column.module.d.ts +0 -8
  732. package/components/grid/container/container.module.d.ts +0 -8
  733. package/components/grid/row/row.module.d.ts +0 -8
  734. package/components/header-inera/nav/header-inera-nav-item.component.d.ts +0 -11
  735. package/components/header-patient/header-patient.module.d.ts +0 -8
  736. package/components/link/link.component.d.ts +0 -15
  737. package/components/link/link.module.d.ts +0 -9
  738. package/components/mobile/menu/item/mobile-menu-item.module.d.ts +0 -9
  739. package/components/mobile/menu/mobile-menu.module.d.ts +0 -10
  740. package/components/navigation/content/navigation-content.module.d.ts +0 -8
  741. package/components/navigation/local/navigation-local.module.d.ts +0 -8
  742. package/components/notification/badge/notification-badge.module.d.ts +0 -8
  743. package/components/pagination/data-pagination/data-pagination.module.d.ts +0 -8
  744. package/components/pagination/list-pagination/list-pagination.module.d.ts +0 -8
  745. package/components/progressbar/progressbar.module.d.ts +0 -8
  746. package/components/puff-list/puff-item/puff-info/puff-list-item-info.component.d.ts +0 -7
  747. package/components/puff-list/puff-item/puff-list-item.component.d.ts +0 -22
  748. package/components/region-icon/region-icon.module.d.ts +0 -8
  749. package/components/stepper/step/step.component.d.ts +0 -19
  750. package/components/tabs/panel/tab-panel.component.d.ts +0 -9
  751. package/components/tabs/tab/tab.component.d.ts +0 -11
  752. package/components/tabs/tabs.component.d.ts +0 -20
  753. package/components/tabs/tabs.module.d.ts +0 -11
  754. package/components/tag/tag.module.d.ts +0 -8
  755. package/esm2022/components/accordion/accordion.module.mjs +0 -18
  756. package/esm2022/components/alert/alert.module.mjs +0 -24
  757. package/esm2022/components/badge/badge.module.mjs +0 -22
  758. package/esm2022/components/box-link/box-link.module.mjs +0 -18
  759. package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +0 -31
  760. package/esm2022/components/button/button.component.mjs +0 -68
  761. package/esm2022/components/button/button.module.mjs +0 -24
  762. package/esm2022/components/button-group/button-group.module.mjs +0 -22
  763. package/esm2022/components/card/card.module.mjs +0 -22
  764. package/esm2022/components/carousel/carousel.module.mjs +0 -27
  765. package/esm2022/components/date-label/date-label.module.mjs +0 -22
  766. package/esm2022/components/dialog/dialog.module.mjs +0 -22
  767. package/esm2022/components/dropdown/dropdown-content.component.mjs +0 -29
  768. package/esm2022/components/form/check-button/check-button.module.mjs +0 -18
  769. package/esm2022/components/form/checkbox/checkbox.module.mjs +0 -22
  770. package/esm2022/components/form/checkbox-group/checkbox-group.module.mjs +0 -25
  771. package/esm2022/components/form/error-message/error-message.module.mjs +0 -22
  772. package/esm2022/components/form/input/input.module.mjs +0 -24
  773. package/esm2022/components/form/radio/radio.module.mjs +0 -31
  774. package/esm2022/components/form/radio-button/radio-button.module.mjs +0 -21
  775. package/esm2022/components/form/range/range.module.mjs +0 -22
  776. package/esm2022/components/form/select/select.module.mjs +0 -22
  777. package/esm2022/components/form/select-multiple/select-multiple.module.mjs +0 -26
  778. package/esm2022/components/form/spinner/spinner.module.mjs +0 -22
  779. package/esm2022/components/form/textarea/textarea.module.mjs +0 -24
  780. package/esm2022/components/form/time/time.module.mjs +0 -22
  781. package/esm2022/components/form/toggle/toggle.module.mjs +0 -22
  782. package/esm2022/components/global-alert/global-alert.module.mjs +0 -20
  783. package/esm2022/components/grid/column/column.module.mjs +0 -22
  784. package/esm2022/components/grid/container/container.module.mjs +0 -22
  785. package/esm2022/components/grid/row/row.module.mjs +0 -22
  786. package/esm2022/components/header-inera/nav/header-inera-nav-item.component.mjs +0 -27
  787. package/esm2022/components/header-patient/header-patient.module.mjs +0 -22
  788. package/esm2022/components/link/link.component.mjs +0 -42
  789. package/esm2022/components/link/link.module.mjs +0 -24
  790. package/esm2022/components/mobile/menu/item/mobile-menu-item.module.mjs +0 -20
  791. package/esm2022/components/mobile/menu/mobile-menu.module.mjs +0 -21
  792. package/esm2022/components/navigation/content/navigation-content.module.mjs +0 -22
  793. package/esm2022/components/navigation/local/navigation-local.module.mjs +0 -18
  794. package/esm2022/components/notification/badge/inera-ids-angular-components-notification-badge.mjs +0 -5
  795. package/esm2022/components/notification/badge/notification-badge.component.mjs +0 -15
  796. package/esm2022/components/notification/badge/notification-badge.module.mjs +0 -22
  797. package/esm2022/components/notification/badge/public-api.mjs +0 -3
  798. package/esm2022/components/pagination/data-pagination/data-pagination.module.mjs +0 -18
  799. package/esm2022/components/pagination/list-pagination/list-pagination.module.mjs +0 -18
  800. package/esm2022/components/progressbar/progressbar.module.mjs +0 -22
  801. package/esm2022/components/puff-list/puff-item/puff-header/puff-list-item-header.component.mjs +0 -15
  802. package/esm2022/components/puff-list/puff-item/puff-info/puff-list-item-info.component.mjs +0 -15
  803. package/esm2022/components/puff-list/puff-item/puff-list-item.component.mjs +0 -60
  804. package/esm2022/components/region-icon/region-icon.module.mjs +0 -18
  805. package/esm2022/components/stepper/step/step.component.mjs +0 -52
  806. package/esm2022/components/tabs/panel/tab-panel.component.mjs +0 -21
  807. package/esm2022/components/tabs/tab/tab.component.mjs +0 -26
  808. package/esm2022/components/tabs/tabs.component.mjs +0 -50
  809. package/esm2022/components/tabs/tabs.module.mjs +0 -34
  810. package/esm2022/components/tag/tag.module.mjs +0 -22
@@ -1,37 +1,100 @@
1
- import { Component, Input, ViewEncapsulation } from '@angular/core';
2
- import { IDFormBase } from '@inera/ids-angular/common';
1
+ import { Component, ContentChildren, DestroyRef, ElementRef, EventEmitter, Input, Output, booleanAttribute, inject, } from '@angular/core';
2
+ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
3
+ import { IDClickOutsideDirective, IDFormBase } from '@inera/ids-angular/common';
4
+ import { IDCheckboxComponent } from '@inera/ids-angular/components/form/checkbox';
3
5
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
6
  export class IDSelectMultipleComponent extends IDFormBase {
6
- labeltext = undefined;
7
+ placeholder;
8
+ maxheight;
9
+ labelText;
10
+ selectedLabel = 'vald';
11
+ multiSelectedLabel = 'valda';
12
+ maxHeight = '8.125rem';
7
13
  disabled = false;
8
- ariadisabled = false;
9
- errormessage = undefined;
10
- maxheight = undefined;
11
- placeholder = '';
12
- selectedlabel = '';
13
- multiselectedlabel = '';
14
+ ariaDisabled = false;
15
+ opened = new EventEmitter();
16
+ closed = new EventEmitter();
17
+ isDropdownVisible = false;
18
+ selectedValues = 0;
19
+ get checkboxes() {
20
+ return this.host.nativeElement.querySelectorAll('input');
21
+ }
22
+ checkboxComponents;
23
+ get displayValue() {
24
+ if (this.selectedValues === 0)
25
+ return this.placeholder || '';
26
+ const label = this.selectedValues > 1 ? this.multiSelectedLabel : this.selectedLabel;
27
+ return `${this.selectedValues} ${label}`;
28
+ }
29
+ host = inject(ElementRef);
30
+ destroyRef = inject(DestroyRef);
31
+ toggleVisibility() {
32
+ this.isDropdownVisible ? this.hideDropdown() : this.showDropdown();
33
+ }
34
+ handleClickOutside() {
35
+ if (this.isDropdownVisible) {
36
+ this.hideDropdown();
37
+ }
38
+ }
39
+ hideDropdown() {
40
+ this.closed.emit();
41
+ this.isDropdownVisible = false;
42
+ }
43
+ showDropdown() {
44
+ this.opened.emit();
45
+ this.isDropdownVisible = true;
46
+ }
47
+ ngAfterContentInit() {
48
+ super.ngAfterContentInit();
49
+ this.checkboxes.forEach((checkbox) => {
50
+ checkbox.addEventListener('change', this.setDisplayValues);
51
+ });
52
+ this.checkboxComponents.forEach((checkbox) => {
53
+ checkbox.invalidChange.pipe(takeUntilDestroyed(this.destroyRef)).subscribe((value) => {
54
+ this.checkShowErrorMessage();
55
+ });
56
+ });
57
+ this.checkShowErrorMessage();
58
+ }
59
+ checkShowErrorMessage() {
60
+ if (this.errorMessage) {
61
+ const isInvalidPresent = this.checkboxComponents.find((checkbox) => checkbox.invalid);
62
+ this.invalid = Boolean(isInvalidPresent);
63
+ }
64
+ }
65
+ setDisplayValues = () => {
66
+ this.selectedValues = Array.from(this.checkboxes).filter((checkbox) => checkbox.checked).length;
67
+ };
14
68
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
15
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSelectMultipleComponent, selector: "id-select-multiple", inputs: { labeltext: "labeltext", disabled: "disabled", ariadisabled: "ariadisabled", errormessage: "errormessage", maxheight: "maxheight", placeholder: "placeholder", selectedlabel: "selectedlabel", multiselectedlabel: "multiselectedlabel" }, usesInheritance: true, ngImport: i0, template: "<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
69
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDSelectMultipleComponent, isStandalone: true, selector: "id-select-multiple", inputs: { placeholder: "placeholder", maxheight: "maxheight", labelText: "labelText", selectedLabel: "selectedLabel", multiSelectedLabel: "multiSelectedLabel", maxHeight: "maxHeight", disabled: ["disabled", "disabled", booleanAttribute], ariaDisabled: ["ariaDisabled", "ariaDisabled", booleanAttribute] }, outputs: { opened: "opened", closed: "closed" }, queries: [{ propertyName: "checkboxComponents", predicate: IDCheckboxComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: "<div class=\"ids-select-multiple\" \n idClickOutside\n (idClickOutside)=\"handleClickOutside()\">\n <div class=\"ids-select-multiple-label-wrapper ids-label-wrapper ids-label-wrapper--margin-bottom\">\n <label\n id=\"expanded-default\"\n for=\"input-expanded-default\"\n class=\"ids-label\"\n [class.ids-label--disabled]=\"disabled || ariaDisabled\"\n >\n {{ labelText }}\n </label>\n <span class=\"ids-label__tooltip\">\n <ng-content select=\"id-tooltip\"></ng-content>\n <ng-content select=\"id-popover\"></ng-content>\n </span>\n </div>\n <div class=\"ids-select-multiple__select-wrapper\">\n <input\n (click)=\"toggleVisibility()\"\n type=\"button\"\n aria-labelledby=\"expanded-default\"\n [attr.aria-expanded]=\"isDropdownVisible\"\n [attr.aria-disabled]=\"ariaDisabled\"\n id=\"input-expanded-default\"\n class=\"ids-select-multiple__select\"\n [value]=\"displayValue\"\n [disabled]=\"disabled\"\n />\n </div>\n <div class=\"ids-select-multiple__dropdown-wrapper\">\n <div\n class=\"ids-select-multiple__dropdown\"\n [class.ids-select-multiple__dropdown--expanded]=\"isDropdownVisible\"\n >\n <div\n class=\"ids-select-multiple__dropdown-scroll-area\"\n [style.max-height]=\"maxHeight\"\n >\n <ng-content></ng-content>\n </div>\n </div>\n </div>\n</div>", dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
16
70
  }
17
71
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSelectMultipleComponent, decorators: [{
18
72
  type: Component,
19
- args: [{ selector: 'id-select-multiple', encapsulation: ViewEncapsulation.None, template: "<ids-select-multiple\n [attr.light]=\"light ? true : null\"\n [invalid]=\"invalid\"\n [attr.disabled]=\"disabled ? true : null\"\n [attr.novalidation]=\"novalidation ? true : null\"\n [attr.ariadisabled]=\"ariadisabled ? true : null\"\n [labeltext]=\"labeltext\"\n [placeholder]=\"placeholder\"\n [selectedlabel]=\"selectedlabel\"\n [multiselectedlabel]=\"multiselectedlabel\"\n [maxheight]=\"maxheight\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n <ids-error-message *ngIf=\"errormessage\">{{ errormessage }}</ids-error-message>\n</ids-select-multiple>\n" }]
20
- }], propDecorators: { labeltext: [{
21
- type: Input
22
- }], disabled: [{
23
- type: Input
24
- }], ariadisabled: [{
25
- type: Input
26
- }], errormessage: [{
73
+ args: [{ selector: 'id-select-multiple', imports: [IDClickOutsideDirective], standalone: true, template: "<div class=\"ids-select-multiple\" \n idClickOutside\n (idClickOutside)=\"handleClickOutside()\">\n <div class=\"ids-select-multiple-label-wrapper ids-label-wrapper ids-label-wrapper--margin-bottom\">\n <label\n id=\"expanded-default\"\n for=\"input-expanded-default\"\n class=\"ids-label\"\n [class.ids-label--disabled]=\"disabled || ariaDisabled\"\n >\n {{ labelText }}\n </label>\n <span class=\"ids-label__tooltip\">\n <ng-content select=\"id-tooltip\"></ng-content>\n <ng-content select=\"id-popover\"></ng-content>\n </span>\n </div>\n <div class=\"ids-select-multiple__select-wrapper\">\n <input\n (click)=\"toggleVisibility()\"\n type=\"button\"\n aria-labelledby=\"expanded-default\"\n [attr.aria-expanded]=\"isDropdownVisible\"\n [attr.aria-disabled]=\"ariaDisabled\"\n id=\"input-expanded-default\"\n class=\"ids-select-multiple__select\"\n [value]=\"displayValue\"\n [disabled]=\"disabled\"\n />\n </div>\n <div class=\"ids-select-multiple__dropdown-wrapper\">\n <div\n class=\"ids-select-multiple__dropdown\"\n [class.ids-select-multiple__dropdown--expanded]=\"isDropdownVisible\"\n >\n <div\n class=\"ids-select-multiple__dropdown-scroll-area\"\n [style.max-height]=\"maxHeight\"\n >\n <ng-content></ng-content>\n </div>\n </div>\n </div>\n</div>" }]
74
+ }], propDecorators: { placeholder: [{
27
75
  type: Input
28
76
  }], maxheight: [{
29
77
  type: Input
30
- }], placeholder: [{
78
+ }], labelText: [{
79
+ type: Input
80
+ }], selectedLabel: [{
31
81
  type: Input
32
- }], selectedlabel: [{
82
+ }], multiSelectedLabel: [{
33
83
  type: Input
34
- }], multiselectedlabel: [{
84
+ }], maxHeight: [{
35
85
  type: Input
86
+ }], disabled: [{
87
+ type: Input,
88
+ args: [{ transform: booleanAttribute }]
89
+ }], ariaDisabled: [{
90
+ type: Input,
91
+ args: [{ transform: booleanAttribute }]
92
+ }], opened: [{
93
+ type: Output
94
+ }], closed: [{
95
+ type: Output
96
+ }], checkboxComponents: [{
97
+ type: ContentChildren,
98
+ args: [IDCheckboxComponent, { descendants: true }]
36
99
  }] } });
37
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LW11bHRpcGxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9zZWxlY3QtbXVsdGlwbGUvc2VsZWN0LW11bHRpcGxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9zZWxlY3QtbXVsdGlwbGUvc2VsZWN0LW11bHRpcGxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7O0FBT3ZELE1BQU0sT0FBTyx5QkFBMEIsU0FBUSxVQUFVO0lBR3ZELFNBQVMsR0FBdUIsU0FBUyxDQUFDO0lBRzFDLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFHMUIsWUFBWSxHQUFZLEtBQUssQ0FBQztJQUc5QixZQUFZLEdBQXVCLFNBQVMsQ0FBQztJQUc3QyxTQUFTLEdBQXVCLFNBQVMsQ0FBQztJQUcxQyxXQUFXLEdBQVcsRUFBRSxDQUFDO0lBR3pCLGFBQWEsR0FBVyxFQUFFLENBQUM7SUFHM0Isa0JBQWtCLEdBQVcsRUFBRSxDQUFDO3dHQXhCckIseUJBQXlCOzRGQUF6Qix5QkFBeUIscVVDUnRDLDBuQkFnQkE7OzRGRFJhLHlCQUF5QjtrQkFMckMsU0FBUzsrQkFDRSxvQkFBb0IsaUJBRWYsaUJBQWlCLENBQUMsSUFBSTs4QkFLckMsU0FBUztzQkFEUixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixZQUFZO3NCQURYLEtBQUs7Z0JBSU4sWUFBWTtzQkFEWCxLQUFLO2dCQUlOLFNBQVM7c0JBRFIsS0FBSztnQkFJTixXQUFXO3NCQURWLEtBQUs7Z0JBSU4sYUFBYTtzQkFEWixLQUFLO2dCQUlOLGtCQUFrQjtzQkFEakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREZvcm1CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLXNlbGVjdC1tdWx0aXBsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWxlY3QtbXVsdGlwbGUuY29tcG9uZW50Lmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBJRFNlbGVjdE11bHRpcGxlQ29tcG9uZW50IGV4dGVuZHMgSURGb3JtQmFzZSB7XG5cbiAgQElucHV0KClcbiAgbGFiZWx0ZXh0OiBzdHJpbmcgfCB1bmRlZmluZWQgPSB1bmRlZmluZWQ7XG5cbiAgQElucHV0KClcbiAgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBhcmlhZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBlcnJvcm1lc3NhZ2U6IHN0cmluZyB8IHVuZGVmaW5lZCA9IHVuZGVmaW5lZDtcblxuICBASW5wdXQoKVxuICBtYXhoZWlnaHQ6IHN0cmluZyB8IHVuZGVmaW5lZCA9IHVuZGVmaW5lZDtcblxuICBASW5wdXQoKVxuICBwbGFjZWhvbGRlcjogc3RyaW5nID0gJyc7XG5cbiAgQElucHV0KClcbiAgc2VsZWN0ZWRsYWJlbDogc3RyaW5nID0gJyc7XG5cbiAgQElucHV0KClcbiAgbXVsdGlzZWxlY3RlZGxhYmVsOiBzdHJpbmcgPSAnJztcblxufVxuIiwiPGlkcy1zZWxlY3QtbXVsdGlwbGVcbiAgW2F0dHIubGlnaHRdPVwibGlnaHQgPyB0cnVlIDogbnVsbFwiXG4gIFtpbnZhbGlkXT1cImludmFsaWRcIlxuICBbYXR0ci5kaXNhYmxlZF09XCJkaXNhYmxlZCA/IHRydWUgOiBudWxsXCJcbiAgW2F0dHIubm92YWxpZGF0aW9uXT1cIm5vdmFsaWRhdGlvbiA/IHRydWUgOiBudWxsXCJcbiAgW2F0dHIuYXJpYWRpc2FibGVkXT1cImFyaWFkaXNhYmxlZCA/IHRydWUgOiBudWxsXCJcbiAgW2xhYmVsdGV4dF09XCJsYWJlbHRleHRcIlxuICBbcGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXJcIlxuICBbc2VsZWN0ZWRsYWJlbF09XCJzZWxlY3RlZGxhYmVsXCJcbiAgW211bHRpc2VsZWN0ZWRsYWJlbF09XCJtdWx0aXNlbGVjdGVkbGFiZWxcIlxuICBbbWF4aGVpZ2h0XT1cIm1heGhlaWdodFwiXG4gIChvblZhbGlkKT1cImVtaXRPblZhbGlkKCRldmVudClcIlxuICAob25JbnZhbGlkKT1cImVtaXRPbkludmFsaWQoJGV2ZW50KVwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDxpZHMtZXJyb3ItbWVzc2FnZSAqbmdJZj1cImVycm9ybWVzc2FnZVwiPnt7IGVycm9ybWVzc2FnZSB9fTwvaWRzLWVycm9yLW1lc3NhZ2U+XG48L2lkcy1zZWxlY3QtbXVsdGlwbGU+XG4iXX0=
100
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LW11bHRpcGxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9zZWxlY3QtbXVsdGlwbGUvc2VsZWN0LW11bHRpcGxlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9zZWxlY3QtbXVsdGlwbGUvc2VsZWN0LW11bHRpcGxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFFTCxTQUFTLEVBQ1QsZUFBZSxFQUNmLFVBQVUsRUFDVixVQUFVLEVBQ1YsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEVBRU4sZ0JBQWdCLEVBQ2hCLE1BQU0sR0FDUCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNoRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDaEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7O0FBUWxGLE1BQU0sT0FBTyx5QkFBMEIsU0FBUSxVQUFVO0lBQzlDLFdBQVcsQ0FBVTtJQUNyQixTQUFTLENBQVU7SUFDbkIsU0FBUyxDQUFVO0lBQ25CLGFBQWEsR0FBRyxNQUFNLENBQUM7SUFDdkIsa0JBQWtCLEdBQUcsT0FBTyxDQUFDO0lBQzdCLFNBQVMsR0FBRyxVQUFVLENBQUM7SUFDUSxRQUFRLEdBQUcsS0FBSyxDQUFDO0lBQ2pCLFlBQVksR0FBRyxLQUFLLENBQUM7SUFFbkQsTUFBTSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7SUFDNUIsTUFBTSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7SUFFdEMsaUJBQWlCLEdBQUcsS0FBSyxDQUFDO0lBQzFCLGNBQWMsR0FBRyxDQUFDLENBQUM7SUFFbkIsSUFBSSxVQUFVO1FBQ1osT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxnQkFBZ0IsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUMzRCxDQUFDO0lBR0Qsa0JBQWtCLENBQWlDO0lBRW5ELElBQUksWUFBWTtRQUNkLElBQUksSUFBSSxDQUFDLGNBQWMsS0FBSyxDQUFDO1lBQUUsT0FBTyxJQUFJLENBQUMsV0FBVyxJQUFJLEVBQUUsQ0FBQztRQUM3RCxNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsY0FBYyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDO1FBQ3JGLE9BQU8sR0FBRyxJQUFJLENBQUMsY0FBYyxJQUFJLEtBQUssRUFBRSxDQUFDO0lBQzNDLENBQUM7SUFFRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO0lBQ2xCLFVBQVUsR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7SUFFeEMsZ0JBQWdCO1FBQ2QsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxZQUFZLEVBQUUsQ0FBQztJQUNyRSxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQUcsSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7WUFDMUIsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1FBQ3RCLENBQUM7SUFDSCxDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDbkIsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztJQUNqQyxDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDbkIsSUFBSSxDQUFDLGlCQUFpQixHQUFHLElBQUksQ0FBQztJQUNoQyxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLEtBQUssQ0FBQyxrQkFBa0IsRUFBRSxDQUFDO1FBQzNCLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUMsUUFBUSxFQUFFLEVBQUU7WUFDbkMsUUFBUSxDQUFDLGdCQUFnQixDQUFDLFFBQVEsRUFBRSxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUM3RCxDQUFDLENBQUMsQ0FBQztRQUVILElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxPQUFPLENBQUMsQ0FBQyxRQUFRLEVBQUUsRUFBRTtZQUMzQyxRQUFRLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUFjLEVBQUUsRUFBRTtnQkFDNUYsSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUM7WUFDL0IsQ0FBQyxDQUFDLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO0lBQy9CLENBQUM7SUFFRCxxQkFBcUI7UUFDbkIsSUFBSSxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDdEIsTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxDQUFDLENBQUMsUUFBUSxFQUFFLEVBQUUsQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLENBQUM7WUFDdEYsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsQ0FBQztRQUMzQyxDQUFDO0lBQ0gsQ0FBQztJQUVELGdCQUFnQixHQUFHLEdBQUcsRUFBRTtRQUN0QixJQUFJLENBQUMsY0FBYyxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxDQUFDLFFBQVEsRUFBRSxFQUFFLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNsRyxDQUFDLENBQUM7d0dBM0VTLHlCQUF5Qjs0RkFBekIseUJBQXlCLGlSQU9oQixnQkFBZ0Isa0RBQ2hCLGdCQUFnQixpSEFZbkIsbUJBQW1CLHVFQzNDdEMsazVDQTJDTSw0Q0R2Qk0sdUJBQXVCOzs0RkFHdEIseUJBQXlCO2tCQU5yQyxTQUFTOytCQUNFLG9CQUFvQixXQUVyQixDQUFDLHVCQUF1QixDQUFDLGNBQ3RCLElBQUk7OEJBR1AsV0FBVztzQkFBbkIsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csYUFBYTtzQkFBckIsS0FBSztnQkFDRyxrQkFBa0I7c0JBQTFCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDa0MsUUFBUTtzQkFBL0MsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFDRSxZQUFZO3NCQUFuRCxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUU1QixNQUFNO3NCQUFmLE1BQU07Z0JBQ0csTUFBTTtzQkFBZixNQUFNO2dCQVVQLGtCQUFrQjtzQkFEakIsZUFBZTt1QkFBQyxtQkFBbUIsRUFBRSxFQUFDLFdBQVcsRUFBRSxJQUFJLEVBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBZnRlckNvbnRlbnRJbml0LFxuICBDb21wb25lbnQsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgRGVzdHJveVJlZixcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBRdWVyeUxpc3QsXG4gIGJvb2xlYW5BdHRyaWJ1dGUsXG4gIGluamVjdCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyB0YWtlVW50aWxEZXN0cm95ZWQgfSBmcm9tICdAYW5ndWxhci9jb3JlL3J4anMtaW50ZXJvcCc7XG5pbXBvcnQgeyBJRENsaWNrT3V0c2lkZURpcmVjdGl2ZSwgSURGb3JtQmFzZSB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgSURDaGVja2JveENvbXBvbmVudCB9IGZyb20gJ0BpbmVyYS9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Zvcm0vY2hlY2tib3gnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC1zZWxlY3QtbXVsdGlwbGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vc2VsZWN0LW11bHRpcGxlLmNvbXBvbmVudC5odG1sJyxcbiAgaW1wb3J0czogW0lEQ2xpY2tPdXRzaWRlRGlyZWN0aXZlXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSURTZWxlY3RNdWx0aXBsZUNvbXBvbmVudCBleHRlbmRzIElERm9ybUJhc2UgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRJbml0IHtcbiAgQElucHV0KCkgcGxhY2Vob2xkZXI/OiBzdHJpbmc7XG4gIEBJbnB1dCgpIG1heGhlaWdodD86IHN0cmluZztcbiAgQElucHV0KCkgbGFiZWxUZXh0Pzogc3RyaW5nO1xuICBASW5wdXQoKSBzZWxlY3RlZExhYmVsID0gJ3ZhbGQnO1xuICBASW5wdXQoKSBtdWx0aVNlbGVjdGVkTGFiZWwgPSAndmFsZGEnO1xuICBASW5wdXQoKSBtYXhIZWlnaHQgPSAnOC4xMjVyZW0nO1xuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgZGlzYWJsZWQgPSBmYWxzZTtcbiAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pIGFyaWFEaXNhYmxlZCA9IGZhbHNlO1xuXG4gIEBPdXRwdXQoKSBvcGVuZWQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBPdXRwdXQoKSBjbG9zZWQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG5cbiAgaXNEcm9wZG93blZpc2libGUgPSBmYWxzZTtcbiAgc2VsZWN0ZWRWYWx1ZXMgPSAwO1xuXG4gIGdldCBjaGVja2JveGVzKCk6IEhUTUxJbnB1dEVsZW1lbnRbXSB7XG4gICAgcmV0dXJuIHRoaXMuaG9zdC5uYXRpdmVFbGVtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJ2lucHV0Jyk7XG4gIH1cblxuICBAQ29udGVudENoaWxkcmVuKElEQ2hlY2tib3hDb21wb25lbnQsIHtkZXNjZW5kYW50czogdHJ1ZX0pXG4gIGNoZWNrYm94Q29tcG9uZW50czogUXVlcnlMaXN0PElEQ2hlY2tib3hDb21wb25lbnQ+O1xuXG4gIGdldCBkaXNwbGF5VmFsdWUoKTogc3RyaW5nIHtcbiAgICBpZiAodGhpcy5zZWxlY3RlZFZhbHVlcyA9PT0gMCkgcmV0dXJuIHRoaXMucGxhY2Vob2xkZXIgfHwgJyc7XG4gICAgY29uc3QgbGFiZWwgPSB0aGlzLnNlbGVjdGVkVmFsdWVzID4gMSA/IHRoaXMubXVsdGlTZWxlY3RlZExhYmVsIDogdGhpcy5zZWxlY3RlZExhYmVsO1xuICAgIHJldHVybiBgJHt0aGlzLnNlbGVjdGVkVmFsdWVzfSAke2xhYmVsfWA7XG4gIH1cblxuICBob3N0ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwcml2YXRlIGRlc3Ryb3lSZWYgPSBpbmplY3QoRGVzdHJveVJlZik7XG5cbiAgdG9nZ2xlVmlzaWJpbGl0eSgpIHtcbiAgICB0aGlzLmlzRHJvcGRvd25WaXNpYmxlID8gdGhpcy5oaWRlRHJvcGRvd24oKSA6IHRoaXMuc2hvd0Ryb3Bkb3duKCk7XG4gIH1cblxuICBoYW5kbGVDbGlja091dHNpZGUoKSB7XG4gICAgaWYodGhpcy5pc0Ryb3Bkb3duVmlzaWJsZSkge1xuICAgICAgdGhpcy5oaWRlRHJvcGRvd24oKTtcbiAgICB9XG4gIH1cblxuICBoaWRlRHJvcGRvd24oKSB7XG4gICAgdGhpcy5jbG9zZWQuZW1pdCgpO1xuICAgIHRoaXMuaXNEcm9wZG93blZpc2libGUgPSBmYWxzZTtcbiAgfVxuXG4gIHNob3dEcm9wZG93bigpIHtcbiAgICB0aGlzLm9wZW5lZC5lbWl0KCk7XG4gICAgdGhpcy5pc0Ryb3Bkb3duVmlzaWJsZSA9IHRydWU7XG4gIH1cblxuICBuZ0FmdGVyQ29udGVudEluaXQoKTogdm9pZCB7XG4gICAgc3VwZXIubmdBZnRlckNvbnRlbnRJbml0KCk7XG4gICAgdGhpcy5jaGVja2JveGVzLmZvckVhY2goKGNoZWNrYm94KSA9PiB7XG4gICAgICBjaGVja2JveC5hZGRFdmVudExpc3RlbmVyKCdjaGFuZ2UnLCB0aGlzLnNldERpc3BsYXlWYWx1ZXMpO1xuICAgIH0pO1xuXG4gICAgdGhpcy5jaGVja2JveENvbXBvbmVudHMuZm9yRWFjaCgoY2hlY2tib3gpID0+IHtcbiAgICAgIGNoZWNrYm94LmludmFsaWRDaGFuZ2UucGlwZSh0YWtlVW50aWxEZXN0cm95ZWQodGhpcy5kZXN0cm95UmVmKSkuc3Vic2NyaWJlKCh2YWx1ZTogYm9vbGVhbikgPT4ge1xuICAgICAgICB0aGlzLmNoZWNrU2hvd0Vycm9yTWVzc2FnZSgpO1xuICAgICAgfSk7XG4gICAgfSk7XG4gICAgdGhpcy5jaGVja1Nob3dFcnJvck1lc3NhZ2UoKTtcbiAgfVxuXG4gIGNoZWNrU2hvd0Vycm9yTWVzc2FnZSgpIHtcbiAgICBpZiAodGhpcy5lcnJvck1lc3NhZ2UpIHtcbiAgICAgIGNvbnN0IGlzSW52YWxpZFByZXNlbnQgPSB0aGlzLmNoZWNrYm94Q29tcG9uZW50cy5maW5kKChjaGVja2JveCkgPT4gY2hlY2tib3guaW52YWxpZCk7XG4gICAgICB0aGlzLmludmFsaWQgPSBCb29sZWFuKGlzSW52YWxpZFByZXNlbnQpO1xuICAgIH1cbiAgfVxuXG4gIHNldERpc3BsYXlWYWx1ZXMgPSAoKSA9PiB7XG4gICAgdGhpcy5zZWxlY3RlZFZhbHVlcyA9IEFycmF5LmZyb20odGhpcy5jaGVja2JveGVzKS5maWx0ZXIoKGNoZWNrYm94KSA9PiBjaGVja2JveC5jaGVja2VkKS5sZW5ndGg7XG4gIH07XG59XG4iLCI8ZGl2IGNsYXNzPVwiaWRzLXNlbGVjdC1tdWx0aXBsZVwiIFxuICBpZENsaWNrT3V0c2lkZVxuICAoaWRDbGlja091dHNpZGUpPVwiaGFuZGxlQ2xpY2tPdXRzaWRlKClcIj5cbiAgPGRpdiBjbGFzcz1cImlkcy1zZWxlY3QtbXVsdGlwbGUtbGFiZWwtd3JhcHBlciBpZHMtbGFiZWwtd3JhcHBlciBpZHMtbGFiZWwtd3JhcHBlci0tbWFyZ2luLWJvdHRvbVwiPlxuICAgIDxsYWJlbFxuICAgICAgaWQ9XCJleHBhbmRlZC1kZWZhdWx0XCJcbiAgICAgIGZvcj1cImlucHV0LWV4cGFuZGVkLWRlZmF1bHRcIlxuICAgICAgY2xhc3M9XCJpZHMtbGFiZWxcIlxuICAgICAgW2NsYXNzLmlkcy1sYWJlbC0tZGlzYWJsZWRdPVwiZGlzYWJsZWQgfHwgYXJpYURpc2FibGVkXCJcbiAgICA+XG4gICAgICB7eyBsYWJlbFRleHQgfX1cbiAgICA8L2xhYmVsPlxuICAgIDxzcGFuIGNsYXNzPVwiaWRzLWxhYmVsX190b29sdGlwXCI+XG4gICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJpZC10b29sdGlwXCI+PC9uZy1jb250ZW50PlxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaWQtcG9wb3ZlclwiPjwvbmctY29udGVudD5cbiAgICA8L3NwYW4+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiaWRzLXNlbGVjdC1tdWx0aXBsZV9fc2VsZWN0LXdyYXBwZXJcIj5cbiAgICA8aW5wdXRcbiAgICAgIChjbGljayk9XCJ0b2dnbGVWaXNpYmlsaXR5KClcIlxuICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICBhcmlhLWxhYmVsbGVkYnk9XCJleHBhbmRlZC1kZWZhdWx0XCJcbiAgICAgIFthdHRyLmFyaWEtZXhwYW5kZWRdPVwiaXNEcm9wZG93blZpc2libGVcIlxuICAgICAgW2F0dHIuYXJpYS1kaXNhYmxlZF09XCJhcmlhRGlzYWJsZWRcIlxuICAgICAgaWQ9XCJpbnB1dC1leHBhbmRlZC1kZWZhdWx0XCJcbiAgICAgIGNsYXNzPVwiaWRzLXNlbGVjdC1tdWx0aXBsZV9fc2VsZWN0XCJcbiAgICAgIFt2YWx1ZV09XCJkaXNwbGF5VmFsdWVcIlxuICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAvPlxuICA8L2Rpdj5cbiAgPGRpdiBjbGFzcz1cImlkcy1zZWxlY3QtbXVsdGlwbGVfX2Ryb3Bkb3duLXdyYXBwZXJcIj5cbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cImlkcy1zZWxlY3QtbXVsdGlwbGVfX2Ryb3Bkb3duXCJcbiAgICAgIFtjbGFzcy5pZHMtc2VsZWN0LW11bHRpcGxlX19kcm9wZG93bi0tZXhwYW5kZWRdPVwiaXNEcm9wZG93blZpc2libGVcIlxuICAgID5cbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJpZHMtc2VsZWN0LW11bHRpcGxlX19kcm9wZG93bi1zY3JvbGwtYXJlYVwiXG4gICAgICAgIFtzdHlsZS5tYXgtaGVpZ2h0XT1cIm1heEhlaWdodFwiXG4gICAgICA+XG4gICAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cbjwvZGl2PiJdfQ==
@@ -1,3 +1,2 @@
1
1
  export { IDSpinnerComponent } from './spinner.component';
2
- export { IDSpinnerModule } from './spinner.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9zcGlubmVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGtCQUFrQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURTcGlubmVyQ29tcG9uZW50IH0gZnJvbSAnLi9zcGlubmVyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJRFNwaW5uZXJNb2R1bGUgfSBmcm9tICcuL3NwaW5uZXIubW9kdWxlJzsiXX0=
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9zcGlubmVyL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0scUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJRFNwaW5uZXJDb21wb25lbnQgfSBmcm9tICcuL3NwaW5uZXIuY29tcG9uZW50JztcbiJdfQ==
@@ -1,20 +1,24 @@
1
- import { Component, Input, ViewEncapsulation } from '@angular/core';
1
+ import { CommonModule } from '@angular/common';
2
+ import { Component, Input } from '@angular/core';
2
3
  import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
3
5
  export class IDSpinnerComponent {
4
- srtext = '';
5
- live = 'polite';
6
- light = false;
6
+ srText;
7
+ variant = '1';
8
+ get hostClass() {
9
+ return `ids-spinner ids-spinner--${this.variant}`;
10
+ }
7
11
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSpinnerComponent, selector: "id-spinner", inputs: { srtext: "srtext", live: "live", light: "light" }, ngImport: i0, template: "<ids-spinner [light]=\"light\" [srtext]=\"srtext\" [live]=\"live\">\n <ng-content></ng-content>\n</ids-spinner>", encapsulation: i0.ViewEncapsulation.None });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDSpinnerComponent, isStandalone: true, selector: "id-spinner", inputs: { srText: "srText", variant: "variant" }, host: { properties: { "class": "hostClass" } }, ngImport: i0, template: "<p *ngIf=\"srText\" class=\"ids-spinner-sr\">{{srText}}</p>\n<div class=\"ids-bounce-1\"></div>\n<div class=\"ids-bounce-2\"></div>\n<div class=\"ids-bounce-3\"></div>\n<ng-template #spinner></ng-template>", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
9
13
  }
10
14
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDSpinnerComponent, decorators: [{
11
15
  type: Component,
12
- args: [{ selector: 'id-spinner', encapsulation: ViewEncapsulation.None, template: "<ids-spinner [light]=\"light\" [srtext]=\"srtext\" [live]=\"live\">\n <ng-content></ng-content>\n</ids-spinner>" }]
13
- }], propDecorators: { srtext: [{
16
+ args: [{ selector: 'id-spinner', imports: [CommonModule], standalone: true, host: {
17
+ '[class]': 'hostClass',
18
+ }, template: "<p *ngIf=\"srText\" class=\"ids-spinner-sr\">{{srText}}</p>\n<div class=\"ids-bounce-1\"></div>\n<div class=\"ids-bounce-2\"></div>\n<div class=\"ids-bounce-3\"></div>\n<ng-template #spinner></ng-template>" }]
19
+ }], propDecorators: { srText: [{
14
20
  type: Input
15
- }], live: [{
16
- type: Input
17
- }], light: [{
21
+ }], variant: [{
18
22
  type: Input
19
23
  }] } });
20
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bpbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Zvcm0vc3Bpbm5lci9zcGlubmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9zcGlubmVyL3NwaW5uZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTzVFLE1BQU0sT0FBTyxrQkFBa0I7SUFHN0IsTUFBTSxHQUF1QixFQUFFLENBQUM7SUFHaEMsSUFBSSxHQUFXLFFBQVEsQ0FBQztJQUd4QixLQUFLLEdBQVksS0FBSyxDQUFDO3dHQVRaLGtCQUFrQjs0RkFBbEIsa0JBQWtCLDhHQ1AvQixrSEFFYzs7NEZES0Qsa0JBQWtCO2tCQUw5QixTQUFTOytCQUNFLFlBQVksaUJBRVAsaUJBQWlCLENBQUMsSUFBSTs4QkFLckMsTUFBTTtzQkFETCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLXNwaW5uZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vc3Bpbm5lci5jb21wb25lbnQuaHRtbCcsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIElEU3Bpbm5lckNvbXBvbmVudCB7XG5cbiAgQElucHV0KClcbiAgc3J0ZXh0OiBzdHJpbmcgfCB1bmRlZmluZWQgPSAnJztcblxuICBASW5wdXQoKVxuICBsaXZlOiBzdHJpbmcgPSAncG9saXRlJztcblxuICBASW5wdXQoKVxuICBsaWdodDogYm9vbGVhbiA9IGZhbHNlO1xuXG59XG4iLCI8aWRzLXNwaW5uZXIgW2xpZ2h0XT1cImxpZ2h0XCIgW3NydGV4dF09XCJzcnRleHRcIiBbbGl2ZV09XCJsaXZlXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLXNwaW5uZXI+Il19
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bpbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Zvcm0vc3Bpbm5lci9zcGlubmVyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS9zcGlubmVyL3NwaW5uZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7QUFXakQsTUFBTSxPQUFPLGtCQUFrQjtJQUVwQixNQUFNLENBQVU7SUFDaEIsT0FBTyxHQUFvQixHQUFHLENBQUM7SUFFeEMsSUFBSSxTQUFTO1FBQ1gsT0FBTyw0QkFBNEIsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ3BELENBQUM7d0dBUFUsa0JBQWtCOzRGQUFsQixrQkFBa0Isd0tDWi9CLCtNQUlvQywyQ0RFeEIsWUFBWTs7NEZBTVgsa0JBQWtCO2tCQVQ5QixTQUFTOytCQUNFLFlBQVksV0FFYixDQUFDLFlBQVksQ0FBQyxjQUNYLElBQUksUUFDVjt3QkFDSixTQUFTLEVBQUUsV0FBVztxQkFDdkI7OEJBSVEsTUFBTTtzQkFBZCxLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLXNwaW5uZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vc3Bpbm5lci5jb21wb25lbnQuaHRtbCcsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgJ1tjbGFzc10nOiAnaG9zdENsYXNzJyxcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJRFNwaW5uZXJDb21wb25lbnQge1xuXG4gIEBJbnB1dCgpIHNyVGV4dD86IHN0cmluZztcbiAgQElucHV0KCkgdmFyaWFudDogJzEnIHwgJzInIHwgJzMnID0gJzEnO1xuXG4gIGdldCBob3N0Q2xhc3MoKSB7XG4gICAgcmV0dXJuIGBpZHMtc3Bpbm5lciBpZHMtc3Bpbm5lci0tJHt0aGlzLnZhcmlhbnR9YDtcbiAgfVxuXG59XG4iLCI8cCAqbmdJZj1cInNyVGV4dFwiIGNsYXNzPVwiaWRzLXNwaW5uZXItc3JcIj57e3NyVGV4dH19PC9wPlxuPGRpdiBjbGFzcz1cImlkcy1ib3VuY2UtMVwiPjwvZGl2PlxuPGRpdiBjbGFzcz1cImlkcy1ib3VuY2UtMlwiPjwvZGl2PlxuPGRpdiBjbGFzcz1cImlkcy1ib3VuY2UtM1wiPjwvZGl2PlxuPG5nLXRlbXBsYXRlICNzcGlubmVyPjwvbmctdGVtcGxhdGU+Il19
@@ -1,3 +1,3 @@
1
1
  export { IDTextareaComponent } from './textarea.component';
2
- export { IDTextareaModule } from './textarea.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90ZXh0YXJlYS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzNELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURUZXh0YXJlYUNvbXBvbmVudCB9IGZyb20gJy4vdGV4dGFyZWEuY29tcG9uZW50JztcbmV4cG9ydCB7IElEVGV4dGFyZWFNb2R1bGUgfSBmcm9tICcuL3RleHRhcmVhLm1vZHVsZSc7Il19
2
+ export { IDTextareaHintComponent } from './textarea-hint.component';
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90ZXh0YXJlYS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzNELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURUZXh0YXJlYUNvbXBvbmVudCB9IGZyb20gJy4vdGV4dGFyZWEuY29tcG9uZW50JztcbmV4cG9ydCB7IElEVGV4dGFyZWFIaW50Q29tcG9uZW50IH0gZnJvbSAnLi90ZXh0YXJlYS1oaW50LmNvbXBvbmVudCc7XG4iXX0=
@@ -0,0 +1,18 @@
1
+ import { Component } from "@angular/core";
2
+ import * as i0 from "@angular/core";
3
+ export class IDTextareaHintComponent {
4
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaHintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
5
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTextareaHintComponent, isStandalone: true, selector: "id-textarea-hint", host: { classAttribute: "ids-input__hint" }, ngImport: i0, template: "<ng-content></ng-content>", isInline: true });
6
+ }
7
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaHintComponent, decorators: [{
8
+ type: Component,
9
+ args: [{
10
+ selector: "id-textarea-hint",
11
+ template: "<ng-content></ng-content>",
12
+ standalone: true,
13
+ host: {
14
+ class: 'ids-input__hint'
15
+ }
16
+ }]
17
+ }] });
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEtaGludC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Zvcm0vdGV4dGFyZWEvdGV4dGFyZWEtaGludC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFVMUMsTUFBTSxPQUFPLHVCQUF1Qjt3R0FBdkIsdUJBQXVCOzRGQUF2Qix1QkFBdUIseUhBTnhCLDJCQUEyQjs7NEZBTTFCLHVCQUF1QjtrQkFSbkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsa0JBQWtCO29CQUM1QixRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSxpQkFBaUI7cUJBQ3pCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLXRleHRhcmVhLWhpbnRcIixcbiAgdGVtcGxhdGU6IFwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlwiLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdpZHMtaW5wdXRfX2hpbnQnXG4gIH1cbn0pXG5leHBvcnQgY2xhc3MgSURUZXh0YXJlYUhpbnRDb21wb25lbnQge1xuXG59XG4iXX0=
@@ -1,22 +1,54 @@
1
- import { Component, Input, ViewEncapsulation } from '@angular/core';
2
- import { IDFormBase } from '@inera/ids-angular/common';
1
+ import { Component, ElementRef, Input, booleanAttribute, inject } from '@angular/core';
2
+ import { IDFormBase } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
4
  export class IDTextareaComponent extends IDFormBase {
6
5
  block = false;
7
- autosize = false;
8
- constructor() {
9
- super();
6
+ autoSize = false;
7
+ host = inject(ElementRef);
8
+ autosizeInput;
9
+ autosizeViewport;
10
+ ngAfterContentInit() {
11
+ super.ngAfterContentInit();
12
+ if (this.autoSize) {
13
+ this.autosizeInput = this.renderer.listen(this.input, 'input', () => {
14
+ this.updateAutosize();
15
+ });
16
+ if (visualViewport) {
17
+ this.autosizeViewport = this.renderer.listen(visualViewport, 'resize', () => {
18
+ this.updateAutosize();
19
+ });
20
+ }
21
+ this.input.style.height = "auto";
22
+ setTimeout(() => {
23
+ this.updateAutosize();
24
+ }, 75);
25
+ }
10
26
  }
11
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTextareaComponent, selector: "id-textarea", inputs: { block: "block", autosize: "autosize" }, usesInheritance: true, ngImport: i0, template: "<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>", dependencies: [{ kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], encapsulation: i0.ViewEncapsulation.None });
27
+ ngOnDestroy() {
28
+ this.autosizeInput?.();
29
+ this.autosizeViewport?.();
30
+ }
31
+ updateAutosize() {
32
+ this.input.style.height = "auto";
33
+ if (this.input.scrollHeight > 70) {
34
+ this.input.style.height = this.input.scrollHeight + 24 + "px";
35
+ }
36
+ }
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
38
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDTextareaComponent, isStandalone: true, selector: "id-textarea", inputs: { block: ["block", "block", booleanAttribute], autoSize: ["autoSize", "autoSize", booleanAttribute] }, host: { properties: { "class.ids-textarea--block": "block", "class.ids-textarea--autosize": "autoSize" }, classAttribute: "ids-textarea" }, usesInheritance: true, ngImport: i0, template: "<div class=\"ids-label-wrapper ids-label-wrapper--margin-bottom\">\n <ng-content select=\"label\"></ng-content>\n <span class=\"ids-label__tooltip\">\n <ng-content select=\"id-tooltip\"></ng-content>\n <ng-content select=\"id-popover\"></ng-content>\n </span>\n</div>\n\n<ng-content></ng-content>\n" });
13
39
  }
14
40
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTextareaComponent, decorators: [{
15
41
  type: Component,
16
- args: [{ selector: 'id-textarea', encapsulation: ViewEncapsulation.None, template: "<ids-textarea \n [ngStyle]=\"{ 'display': block || autosize ? 'block' : 'inline-block' }\"\n [attr.light]=\"light ? true : null\"\n [autosize]=\"autosize ? true : null\"\n [block]=\"block ? true : null\"\n [invalid]=\"invalid\" \n [attr.novalidation]=\"novalidation ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-textarea>" }]
17
- }], ctorParameters: () => [], propDecorators: { block: [{
18
- type: Input
19
- }], autosize: [{
20
- type: Input
42
+ args: [{ selector: 'id-textarea', standalone: true, host: {
43
+ class: 'ids-textarea',
44
+ '[class.ids-textarea--block]': 'block',
45
+ '[class.ids-textarea--autosize]': 'autoSize',
46
+ }, template: "<div class=\"ids-label-wrapper ids-label-wrapper--margin-bottom\">\n <ng-content select=\"label\"></ng-content>\n <span class=\"ids-label__tooltip\">\n <ng-content select=\"id-tooltip\"></ng-content>\n <ng-content select=\"id-popover\"></ng-content>\n </span>\n</div>\n\n<ng-content></ng-content>\n" }]
47
+ }], propDecorators: { block: [{
48
+ type: Input,
49
+ args: [{ transform: booleanAttribute }]
50
+ }], autoSize: [{
51
+ type: Input,
52
+ args: [{ transform: booleanAttribute }]
21
53
  }] } });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9mb3JtL3RleHRhcmVhL3RleHRhcmVhLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90ZXh0YXJlYS90ZXh0YXJlYS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNwRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7OztBQU92RCxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsVUFBVTtJQUdqRCxLQUFLLEdBQVksS0FBSyxDQUFDO0lBR3ZCLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFFMUI7UUFDRSxLQUFLLEVBQUUsQ0FBQztJQUNWLENBQUM7d0dBVlUsbUJBQW1COzRGQUFuQixtQkFBbUIsNEhDUmhDLDhaQVVlOzs0RkRGRixtQkFBbUI7a0JBTC9CLFNBQVM7K0JBQ0UsYUFBYSxpQkFFUixpQkFBaUIsQ0FBQyxJQUFJO3dEQUtyQyxLQUFLO3NCQURKLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElERm9ybUJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtdGV4dGFyZWEnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGV4dGFyZWEuY29tcG9uZW50Lmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBJRFRleHRhcmVhQ29tcG9uZW50IGV4dGVuZHMgSURGb3JtQmFzZSB7XG5cbiAgQElucHV0KClcbiAgYmxvY2s6IEJvb2xlYW4gPSBmYWxzZTtcblxuICBASW5wdXQoKVxuICBhdXRvc2l6ZTogQm9vbGVhbiA9IGZhbHNlO1xuXG4gIGNvbnN0cnVjdG9yKCkge1xuICAgIHN1cGVyKCk7XG4gIH1cblxufVxuIiwiPGlkcy10ZXh0YXJlYSBcbiAgW25nU3R5bGVdPVwieyAnZGlzcGxheSc6IGJsb2NrIHx8IGF1dG9zaXplID8gJ2Jsb2NrJyA6ICdpbmxpbmUtYmxvY2snIH1cIlxuICBbYXR0ci5saWdodF09XCJsaWdodCA/IHRydWUgOiBudWxsXCJcbiAgW2F1dG9zaXplXT1cImF1dG9zaXplID8gdHJ1ZSA6IG51bGxcIlxuICBbYmxvY2tdPVwiYmxvY2sgPyB0cnVlIDogbnVsbFwiXG4gIFtpbnZhbGlkXT1cImludmFsaWRcIiBcbiAgW2F0dHIubm92YWxpZGF0aW9uXT1cIm5vdmFsaWRhdGlvbiA/IHRydWUgOiBudWxsXCJcbiAgKG9uVmFsaWQpPVwiZW1pdE9uVmFsaWQoJGV2ZW50KVwiXG4gIChvbkludmFsaWQpPVwiZW1pdE9uSW52YWxpZCgkZXZlbnQpXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLXRleHRhcmVhPiJdfQ==
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dGFyZWEuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9mb3JtL3RleHRhcmVhL3RleHRhcmVhLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90ZXh0YXJlYS90ZXh0YXJlYS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQW9CLFNBQVMsRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6RyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBWXZELE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxVQUFVO0lBRVQsS0FBSyxHQUFZLEtBQUssQ0FBQztJQUN2QixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRWxFLElBQUksR0FBRyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7SUFFbEIsYUFBYSxDQUFjO0lBQzNCLGdCQUFnQixDQUFjO0lBRXRDLGtCQUFrQjtRQUNoQixLQUFLLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztRQUMzQixJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNsQixJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsT0FBTyxFQUFFLEdBQUcsRUFBRTtnQkFDbEUsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFDO1lBQ3hCLENBQUMsQ0FBQyxDQUFDO1lBQ0gsSUFBSSxjQUFjLEVBQUUsQ0FBQztnQkFDbkIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLGNBQWMsRUFBRSxRQUFRLEVBQUUsR0FBRyxFQUFFO29CQUMxRSxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7Z0JBQ3hCLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztZQUNELElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7WUFDakMsVUFBVSxDQUFDLEdBQUcsRUFBRTtnQkFDZCxJQUFJLENBQUMsY0FBYyxFQUFFLENBQUM7WUFDeEIsQ0FBQyxFQUFDLEVBQUUsQ0FBQyxDQUFBO1FBQ1AsQ0FBQztJQUNILENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLGFBQWEsRUFBRSxFQUFFLENBQUM7UUFDdkIsSUFBSSxDQUFDLGdCQUFnQixFQUFFLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRUQsY0FBYztRQUNaLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUM7UUFDakMsSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLFlBQVksR0FBRyxFQUFFLEVBQUUsQ0FBQztZQUNqQyxJQUFJLENBQUMsS0FBSyxDQUFDLEtBQUssQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLEdBQUcsRUFBRSxHQUFHLElBQUksQ0FBQztRQUNoRSxDQUFDO0lBQ0gsQ0FBQzt3R0F0Q1UsbUJBQW1COzRGQUFuQixtQkFBbUIsbUZBRVYsZ0JBQWdCLHNDQUNoQixnQkFBZ0IsZ01DaEJ0QyxxVEFTQTs7NEZESWEsbUJBQW1CO2tCQVYvQixTQUFTOytCQUNFLGFBQWEsY0FFWCxJQUFJLFFBQ1Y7d0JBQ0osS0FBSyxFQUFFLGNBQWM7d0JBQ3JCLDZCQUE2QixFQUFFLE9BQU87d0JBQ3RDLGdDQUFnQyxFQUFFLFVBQVU7cUJBQzdDOzhCQUl1QyxLQUFLO3NCQUE1QyxLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUNFLFFBQVE7c0JBQS9DLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlckNvbnRlbnRJbml0LCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIElucHV0LCBib29sZWFuQXR0cmlidXRlLCBpbmplY3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElERm9ybUJhc2UgfSBmcm9tIFwiQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vblwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpZC10ZXh0YXJlYScsXG4gIHRlbXBsYXRlVXJsOiBcIi4vdGV4dGFyZWEuY29tcG9uZW50Lmh0bWxcIixcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaG9zdDoge1xuICAgIGNsYXNzOiAnaWRzLXRleHRhcmVhJyxcbiAgICAnW2NsYXNzLmlkcy10ZXh0YXJlYS0tYmxvY2tdJzogJ2Jsb2NrJyxcbiAgICAnW2NsYXNzLmlkcy10ZXh0YXJlYS0tYXV0b3NpemVdJzogJ2F1dG9TaXplJyxcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBJRFRleHRhcmVhQ29tcG9uZW50IGV4dGVuZHMgSURGb3JtQmFzZSBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQge1xuXG4gIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KSBibG9jazogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSkgYXV0b1NpemU6IGJvb2xlYW4gPSBmYWxzZTtcblxuICBob3N0ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuXG4gIHByaXZhdGUgYXV0b3NpemVJbnB1dD86ICgpID0+IHZvaWQ7XG4gIHByaXZhdGUgYXV0b3NpemVWaWV3cG9ydD86ICgpID0+IHZvaWQ7XG5cbiAgbmdBZnRlckNvbnRlbnRJbml0KCk6IHZvaWQge1xuICAgIHN1cGVyLm5nQWZ0ZXJDb250ZW50SW5pdCgpO1xuICAgIGlmICh0aGlzLmF1dG9TaXplKSB7XG4gICAgICB0aGlzLmF1dG9zaXplSW5wdXQgPSB0aGlzLnJlbmRlcmVyLmxpc3Rlbih0aGlzLmlucHV0LCAnaW5wdXQnLCAoKSA9PiB7XG4gICAgICAgIHRoaXMudXBkYXRlQXV0b3NpemUoKTtcbiAgICAgIH0pO1xuICAgICAgaWYgKHZpc3VhbFZpZXdwb3J0KSB7XG4gICAgICAgIHRoaXMuYXV0b3NpemVWaWV3cG9ydCA9IHRoaXMucmVuZGVyZXIubGlzdGVuKHZpc3VhbFZpZXdwb3J0LCAncmVzaXplJywgKCkgPT4ge1xuICAgICAgICAgIHRoaXMudXBkYXRlQXV0b3NpemUoKTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgICB0aGlzLmlucHV0LnN0eWxlLmhlaWdodCA9IFwiYXV0b1wiO1xuICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgIHRoaXMudXBkYXRlQXV0b3NpemUoKTtcbiAgICAgIH0sNzUpXG4gICAgfVxuICB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG4gICAgdGhpcy5hdXRvc2l6ZUlucHV0Py4oKTtcbiAgICB0aGlzLmF1dG9zaXplVmlld3BvcnQ/LigpO1xuICB9XG5cbiAgdXBkYXRlQXV0b3NpemUoKSB7XG4gICAgdGhpcy5pbnB1dC5zdHlsZS5oZWlnaHQgPSBcImF1dG9cIjtcbiAgICBpZiAodGhpcy5pbnB1dC5zY3JvbGxIZWlnaHQgPiA3MCkge1xuICAgICAgdGhpcy5pbnB1dC5zdHlsZS5oZWlnaHQgPSB0aGlzLmlucHV0LnNjcm9sbEhlaWdodCArIDI0ICsgXCJweFwiO1xuICAgIH1cbiAgfVxuXG59XG4iLCI8ZGl2IGNsYXNzPVwiaWRzLWxhYmVsLXdyYXBwZXIgaWRzLWxhYmVsLXdyYXBwZXItLW1hcmdpbi1ib3R0b21cIj5cbiAgPG5nLWNvbnRlbnQgc2VsZWN0PVwibGFiZWxcIj48L25nLWNvbnRlbnQ+XG4gIDxzcGFuIGNsYXNzPVwiaWRzLWxhYmVsX190b29sdGlwXCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaWQtdG9vbHRpcFwiPjwvbmctY29udGVudD5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJpZC1wb3BvdmVyXCI+PC9uZy1jb250ZW50PlxuICA8L3NwYW4+XG48L2Rpdj5cblxuPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
@@ -1,3 +1,2 @@
1
1
  export { IDTimeComponent } from './time.component';
2
- export { IDTimeModule } from './time.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90aW1lL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJRFRpbWVDb21wb25lbnQgfSBmcm9tICcuL3RpbWUuY29tcG9uZW50JztcbmV4cG9ydCB7IElEVGltZU1vZHVsZSB9IGZyb20gJy4vdGltZS5tb2R1bGUnOyJdfQ==
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90aW1lL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGtCQUFrQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgSURUaW1lQ29tcG9uZW50IH0gZnJvbSAnLi90aW1lLmNvbXBvbmVudCc7XG4iXX0=
@@ -1,12 +1,15 @@
1
- import { Component, ViewEncapsulation } from '@angular/core';
1
+ import { Component } from '@angular/core';
2
2
  import { IDFormBase } from '@inera/ids-angular/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export class IDTimeComponent extends IDFormBase {
5
+ ngAfterContentChecked() {
6
+ this.input.classList.add('ids-time__input');
7
+ }
5
8
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTimeComponent, selector: "id-time", usesInheritance: true, ngImport: i0, template: "<ids-time \n [invalid]=\"invalid\"\n [attr.light]=\"light ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-time>", encapsulation: i0.ViewEncapsulation.None });
9
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTimeComponent, isStandalone: true, selector: "id-time", usesInheritance: true, ngImport: i0, template: "<div class=\"ids-time\">\n <div class=\"ids-label-wrapper ids-label-wrapper--margin-bottom\">\n <ng-content select=\"label\"></ng-content>\n <span class=\"ids-label__tooltip\">\n <ng-content select=\"id-tooltip\"></ng-content>\n <ng-content select=\"id-popover\"></ng-content>\n </span>\n </div>\n <div class=\"ids-time__input-wrapper\">\n <ng-content select=\"input\"></ng-content>\n </div>\n</div>\n" });
7
10
  }
8
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTimeComponent, decorators: [{
9
12
  type: Component,
10
- args: [{ selector: 'id-time', encapsulation: ViewEncapsulation.None, template: "<ids-time \n [invalid]=\"invalid\"\n [attr.light]=\"light ? true : null\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-time>" }]
13
+ args: [{ selector: 'id-time', standalone: true, template: "<div class=\"ids-time\">\n <div class=\"ids-label-wrapper ids-label-wrapper--margin-bottom\">\n <ng-content select=\"label\"></ng-content>\n <span class=\"ids-label__tooltip\">\n <ng-content select=\"id-tooltip\"></ng-content>\n <ng-content select=\"id-popover\"></ng-content>\n </span>\n </div>\n <div class=\"ids-time__input-wrapper\">\n <ng-content select=\"input\"></ng-content>\n </div>\n</div>\n" }]
11
14
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Zvcm0vdGltZS90aW1lLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90aW1lL3RpbWUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNyRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBT3ZELE1BQU0sT0FBTyxlQUFnQixTQUFRLFVBQVU7d0dBQWxDLGVBQWU7NEZBQWYsZUFBZSxzRUNSNUIsc01BTVc7OzRGREVFLGVBQWU7a0JBTDNCLFNBQVM7K0JBQ0UsU0FBUyxpQkFFSixpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREZvcm1CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLXRpbWUnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGltZS5jb21wb25lbnQuaHRtbCcsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIElEVGltZUNvbXBvbmVudCBleHRlbmRzIElERm9ybUJhc2Uge1xuXG59XG4iLCI8aWRzLXRpbWUgXG4gIFtpbnZhbGlkXT1cImludmFsaWRcIlxuICBbYXR0ci5saWdodF09XCJsaWdodCA/IHRydWUgOiBudWxsXCJcbiAgKG9uVmFsaWQpPVwiZW1pdE9uVmFsaWQoJGV2ZW50KVwiXG4gIChvbkludmFsaWQpPVwiZW1pdE9uSW52YWxpZCgkZXZlbnQpXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLXRpbWU+Il19
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2Zvcm0vdGltZS90aW1lLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90aW1lL3RpbWUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUF1QixTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0QsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8sZUFBZ0IsU0FBUSxVQUFVO0lBQzdDLHFCQUFxQjtRQUNuQixJQUFJLENBQUMsS0FBSyxDQUFDLFNBQVMsQ0FBQyxHQUFHLENBQUMsaUJBQWlCLENBQUMsQ0FBQztJQUM5QyxDQUFDO3dHQUhVLGVBQWU7NEZBQWYsZUFBZSwwRkNSNUIsNmFBWUE7OzRGREphLGVBQWU7a0JBTDNCLFNBQVM7K0JBQ0UsU0FBUyxjQUVQLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlckNvbnRlbnRDaGVja2VkLCBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElERm9ybUJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtdGltZScsXG4gIHRlbXBsYXRlVXJsOiAnLi90aW1lLmNvbXBvbmVudC5odG1sJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgSURUaW1lQ29tcG9uZW50IGV4dGVuZHMgSURGb3JtQmFzZSBpbXBsZW1lbnRzIEFmdGVyQ29udGVudENoZWNrZWQge1xuICBuZ0FmdGVyQ29udGVudENoZWNrZWQoKTogdm9pZCB7XG4gICAgdGhpcy5pbnB1dC5jbGFzc0xpc3QuYWRkKCdpZHMtdGltZV9faW5wdXQnKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImlkcy10aW1lXCI+XG4gIDxkaXYgY2xhc3M9XCJpZHMtbGFiZWwtd3JhcHBlciBpZHMtbGFiZWwtd3JhcHBlci0tbWFyZ2luLWJvdHRvbVwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImxhYmVsXCI+PC9uZy1jb250ZW50PlxuICAgIDxzcGFuIGNsYXNzPVwiaWRzLWxhYmVsX190b29sdGlwXCI+XG4gICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJpZC10b29sdGlwXCI+PC9uZy1jb250ZW50PlxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaWQtcG9wb3ZlclwiPjwvbmctY29udGVudD5cbiAgICA8L3NwYW4+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwiaWRzLXRpbWVfX2lucHV0LXdyYXBwZXJcIj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJpbnB1dFwiPjwvbmctY29udGVudD5cbiAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
@@ -1,3 +1,2 @@
1
1
  export { IDToggleComponent } from './toggle.component';
2
- export { IDToggleModule } from './toggle.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90b2dnbGUvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0saUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBJRFRvZ2dsZUNvbXBvbmVudCB9IGZyb20gJy4vdG9nZ2xlLmNvbXBvbmVudCc7XG5leHBvcnQgeyBJRFRvZ2dsZU1vZHVsZSB9IGZyb20gJy4vdG9nZ2xlLm1vZHVsZSc7Il19
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90b2dnbGUvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElEVG9nZ2xlQ29tcG9uZW50IH0gZnJvbSAnLi90b2dnbGUuY29tcG9uZW50JztcbiJdfQ==
@@ -1,12 +1,14 @@
1
- import { Component, ViewEncapsulation } from '@angular/core';
1
+ import { Component } from '@angular/core';
2
2
  import { IDFormBase } from '@inera/ids-angular/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export class IDToggleComponent extends IDFormBase {
5
5
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
6
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDToggleComponent, selector: "id-toggle", usesInheritance: true, ngImport: i0, template: "<ids-toggle \n [invalid]=\"invalid\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-toggle>", encapsulation: i0.ViewEncapsulation.None });
6
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDToggleComponent, isStandalone: true, selector: "id-toggle", host: { classAttribute: "ids-toggle" }, usesInheritance: true, ngImport: i0, template: " <ng-content></ng-content>\n <span class=\"ids-label-wrapper\">\n <ng-content select=\"label\"></ng-content>\n <span class=\"ids-label__tooltip\">\n <ng-content select=\"id-tooltip\"></ng-content>\n <ng-content select=\"id-popover\"></ng-content>\n </span>\n </span>\n" });
7
7
  }
8
8
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDToggleComponent, decorators: [{
9
9
  type: Component,
10
- args: [{ selector: 'id-toggle', encapsulation: ViewEncapsulation.None, template: "<ids-toggle \n [invalid]=\"invalid\"\n (onValid)=\"emitOnValid($event)\"\n (onInvalid)=\"emitOnInvalid($event)\">\n <ng-content></ng-content>\n</ids-toggle>" }]
10
+ args: [{ selector: 'id-toggle', standalone: true, host: {
11
+ class: 'ids-toggle'
12
+ }, template: " <ng-content></ng-content>\n <span class=\"ids-label-wrapper\">\n <ng-content select=\"label\"></ng-content>\n <span class=\"ids-label__tooltip\">\n <ng-content select=\"id-tooltip\"></ng-content>\n <ng-content select=\"id-popover\"></ng-content>\n </span>\n </span>\n" }]
11
13
  }] });
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90b2dnbGUvdG9nZ2xlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90b2dnbGUvdG9nZ2xlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDckUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQU92RCxNQUFNLE9BQU8saUJBQWtCLFNBQVEsVUFBVTt3R0FBcEMsaUJBQWlCOzRGQUFqQixpQkFBaUIsd0VDUjlCLGtLQUthOzs0RkRHQSxpQkFBaUI7a0JBTDdCLFNBQVM7K0JBQ0UsV0FBVyxpQkFFTixpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJREZvcm1CYXNlIH0gZnJvbSAnQGluZXJhL2lkcy1hbmd1bGFyL2NvbW1vbic7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2lkLXRvZ2dsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi90b2dnbGUuY29tcG9uZW50Lmh0bWwnLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBJRFRvZ2dsZUNvbXBvbmVudCBleHRlbmRzIElERm9ybUJhc2Uge1xuXG59XG4iLCI8aWRzLXRvZ2dsZSBcbiAgW2ludmFsaWRdPVwiaW52YWxpZFwiXG4gIChvblZhbGlkKT1cImVtaXRPblZhbGlkKCRldmVudClcIlxuICAob25JbnZhbGlkKT1cImVtaXRPbkludmFsaWQoJGV2ZW50KVwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2lkcy10b2dnbGU+Il19
14
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9nZ2xlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90b2dnbGUvdG9nZ2xlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvZm9ybS90b2dnbGUvdG9nZ2xlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUMsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQVV2RCxNQUFNLE9BQU8saUJBQWtCLFNBQVEsVUFBVTt3R0FBcEMsaUJBQWlCOzRGQUFqQixpQkFBaUIsb0lDWDlCLG9TQVFBOzs0RkRHYSxpQkFBaUI7a0JBUjdCLFNBQVM7K0JBQ0UsV0FBVyxjQUVULElBQUksUUFDVjt3QkFDSixLQUFLLEVBQUUsWUFBWTtxQkFDcEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElERm9ybUJhc2UgfSBmcm9tICdAaW5lcmEvaWRzLWFuZ3VsYXIvY29tbW9uJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtdG9nZ2xlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3RvZ2dsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGhvc3Q6IHtcbiAgICBjbGFzczogJ2lkcy10b2dnbGUnXG4gIH1cbn0pXG5leHBvcnQgY2xhc3MgSURUb2dnbGVDb21wb25lbnQgZXh0ZW5kcyBJREZvcm1CYXNlIHt9XG4iLCIgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPHNwYW4gY2xhc3M9XCJpZHMtbGFiZWwtd3JhcHBlclwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImxhYmVsXCI+PC9uZy1jb250ZW50PlxuICAgIDxzcGFuIGNsYXNzPVwiaWRzLWxhYmVsX190b29sdGlwXCI+XG4gICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJpZC10b29sdGlwXCI+PC9uZy1jb250ZW50PlxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiaWQtcG9wb3ZlclwiPjwvbmctY29udGVudD5cbiAgICA8L3NwYW4+XG4gIDwvc3Bhbj5cbiJdfQ==
@@ -0,0 +1,26 @@
1
+ import { Component, TemplateRef, ViewChild } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class IDGlobalAlertActionsComponent {
4
+ constructor() { }
5
+ template;
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDGlobalAlertActionsComponent, isStandalone: true, selector: "id-global-alert-actions", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
8
+ <ng-template>
9
+ <ng-content></ng-content>
10
+ </ng-template>`, isInline: true });
11
+ }
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertActionsComponent, decorators: [{
13
+ type: Component,
14
+ args: [{
15
+ selector: 'id-global-alert-actions',
16
+ standalone: true,
17
+ template: `
18
+ <ng-template>
19
+ <ng-content></ng-content>
20
+ </ng-template>`
21
+ }]
22
+ }], ctorParameters: () => [], propDecorators: { template: [{
23
+ type: ViewChild,
24
+ args: [TemplateRef]
25
+ }] } });
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2xvYmFsLWFsZXJ0LWFjdGlvbnMuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9nbG9iYWwtYWxlcnQvZ2xvYmFsLWFsZXJ0LWFjdGlvbnMuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFVbEUsTUFBTSxPQUFPLDZCQUE2QjtJQUV4QyxnQkFBZ0IsQ0FBQztJQUVPLFFBQVEsQ0FBbUI7d0dBSnhDLDZCQUE2Qjs0RkFBN0IsNkJBQTZCLDZIQUk3QixXQUFXLGdEQVRaOzs7bUJBR087OzRGQUVOLDZCQUE2QjtrQkFSekMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUseUJBQXlCO29CQUNuQyxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFOzs7bUJBR087aUJBQ2xCO3dEQUt5QixRQUFRO3NCQUEvQixTQUFTO3VCQUFDLFdBQVciLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFRlbXBsYXRlUmVmLCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtZ2xvYmFsLWFsZXJ0LWFjdGlvbnMnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxuZy10ZW1wbGF0ZT5cbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICA8L25nLXRlbXBsYXRlPmBcbn0pXG5leHBvcnQgY2xhc3MgSURHbG9iYWxBbGVydEFjdGlvbnNDb21wb25lbnQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZikgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG5cbn1cbiJdfQ==
@@ -0,0 +1,26 @@
1
+ import { Component, TemplateRef, ViewChild } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class IDGlobalAlertHeaderComponent {
4
+ constructor() { }
5
+ template;
6
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDGlobalAlertHeaderComponent, isStandalone: true, selector: "id-global-alert-header", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
8
+ <ng-template>
9
+ <ng-content></ng-content>
10
+ </ng-template>`, isInline: true });
11
+ }
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDGlobalAlertHeaderComponent, decorators: [{
13
+ type: Component,
14
+ args: [{
15
+ selector: 'id-global-alert-header',
16
+ standalone: true,
17
+ template: `
18
+ <ng-template>
19
+ <ng-content></ng-content>
20
+ </ng-template>`
21
+ }]
22
+ }], ctorParameters: () => [], propDecorators: { template: [{
23
+ type: ViewChild,
24
+ args: [TemplateRef]
25
+ }] } });
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2xvYmFsLWFsZXJ0LWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL2dsb2JhbC1hbGVydC9nbG9iYWwtYWxlcnQtaGVhZGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQXFCLE1BQU0sZUFBZSxDQUFDOztBQVVyRixNQUFNLE9BQU8sNEJBQTRCO0lBRXZDLGdCQUFnQixDQUFDO0lBRU8sUUFBUSxDQUFtQjt3R0FKeEMsNEJBQTRCOzRGQUE1Qiw0QkFBNEIsNEhBSTVCLFdBQVcsZ0RBVFo7OzttQkFHTzs7NEZBRU4sNEJBQTRCO2tCQVJ4QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSx3QkFBd0I7b0JBQ2xDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUU7OzttQkFHTztpQkFDbEI7d0RBS3lCLFFBQVE7c0JBQS9CLFNBQVM7dUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnaWQtZ2xvYmFsLWFsZXJ0LWhlYWRlcicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHRlbXBsYXRlOiBgXG4gICAgPG5nLXRlbXBsYXRlPlxuICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgIDwvbmctdGVtcGxhdGU+YFxufSlcbmV4cG9ydCBjbGFzcyBJREdsb2JhbEFsZXJ0SGVhZGVyQ29tcG9uZW50IHtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIEBWaWV3Q2hpbGQoVGVtcGxhdGVSZWYpIHRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xuXG59XG4iXX0=