@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,18 +0,0 @@
1
- import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
2
- import { IDListPaginationComponent } from './list-pagination.component';
3
- import '@inera/ids-core/components/pagination/list-pagination/register';
4
- import * as i0 from "@angular/core";
5
- export class IDListPaginationModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationModule, declarations: [IDListPaginationComponent], exports: [IDListPaginationComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationModule });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDListPaginationModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [IDListPaginationComponent],
14
- exports: [IDListPaginationComponent],
15
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdC1wYWdpbmF0aW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcGFnaW5hdGlvbi9saXN0LXBhZ2luYXRpb24vbGlzdC1wYWdpbmF0aW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pFLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ3hFLE9BQU8sZ0VBQWdFLENBQUM7O0FBT3hFLE1BQU0sT0FBTyxzQkFBc0I7d0dBQXRCLHNCQUFzQjt5R0FBdEIsc0JBQXNCLGlCQUpsQix5QkFBeUIsYUFDOUIseUJBQXlCO3lHQUd4QixzQkFBc0I7OzRGQUF0QixzQkFBc0I7a0JBTGxDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMseUJBQXlCLENBQUM7b0JBQ3pDLE9BQU8sRUFBRSxDQUFDLHlCQUF5QixDQUFDO29CQUNwQyxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSURMaXN0UGFnaW5hdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vbGlzdC1wYWdpbmF0aW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL3BhZ2luYXRpb24vbGlzdC1wYWdpbmF0aW9uL3JlZ2lzdGVyJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbSURMaXN0UGFnaW5hdGlvbkNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtJRExpc3RQYWdpbmF0aW9uQ29tcG9uZW50XSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJRExpc3RQYWdpbmF0aW9uTW9kdWxlIHt9XG4iXX0=
@@ -1,22 +0,0 @@
1
- import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
2
- import { IDProgressbarComponent } from './progressbar.component';
3
- import '@inera/ids-core/components/progressbar/register';
4
- import * as i0 from "@angular/core";
5
- export class IDProgressbarModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarModule, declarations: [IDProgressbarComponent], exports: [IDProgressbarComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarModule });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDProgressbarModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [
14
- IDProgressbarComponent
15
- ],
16
- exports: [
17
- IDProgressbarComponent
18
- ],
19
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
20
- }]
21
- }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3NiYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9wcm9ncmVzc2Jhci9wcm9ncmVzc2Jhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNqRSxPQUFPLGlEQUFpRCxDQUFDOztBQVd6RCxNQUFNLE9BQU8sbUJBQW1CO3dHQUFuQixtQkFBbUI7eUdBQW5CLG1CQUFtQixpQkFQNUIsc0JBQXNCLGFBR3RCLHNCQUFzQjt5R0FJYixtQkFBbUI7OzRGQUFuQixtQkFBbUI7a0JBVC9CLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHNCQUFzQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHNCQUFzQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7aUJBQ2xDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQSwgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IElEUHJvZ3Jlc3NiYXJDb21wb25lbnQgfSBmcm9tICcuL3Byb2dyZXNzYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL3Byb2dyZXNzYmFyL3JlZ2lzdGVyJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgSURQcm9ncmVzc2JhckNvbXBvbmVudFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgSURQcm9ncmVzc2JhckNvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElEUHJvZ3Jlc3NiYXJNb2R1bGUgeyB9XG4iXX0=
@@ -1,15 +0,0 @@
1
- import { Component, Input } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class IDPuffListItemHeaderComponent {
4
- constructor() { }
5
- level = 2;
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPuffListItemHeaderComponent, selector: "id-puff-list-item-header", inputs: { level: "level" }, ngImport: i0, template: "<ids-puff-list-item-header [level]=\"level\">\n <ng-content></ng-content>\n</ids-puff-list-item-header>", styles: [":host{display:block}\n"] });
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemHeaderComponent, decorators: [{
10
- type: Component,
11
- args: [{ selector: "id-puff-list-item-header", template: "<ids-puff-list-item-header [level]=\"level\">\n <ng-content></ng-content>\n</ids-puff-list-item-header>", styles: [":host{display:block}\n"] }]
12
- }], ctorParameters: () => [], propDecorators: { level: [{
13
- type: Input
14
- }] } });
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVmZi1saXN0LWl0ZW0taGVhZGVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcHVmZi1saXN0L3B1ZmYtaXRlbS9wdWZmLWhlYWRlci9wdWZmLWxpc3QtaXRlbS1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9wdWZmLWxpc3QvcHVmZi1pdGVtL3B1ZmYtaGVhZGVyL3B1ZmYtbGlzdC1pdGVtLWhlYWRlci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPakQsTUFBTSxPQUFPLDZCQUE2QjtJQUN4QyxnQkFBZSxDQUFDO0lBRWhCLEtBQUssR0FBVyxDQUFDLENBQUM7d0dBSFAsNkJBQTZCOzRGQUE3Qiw2QkFBNkIsNEZDUDFDLDBHQUU0Qjs7NEZES2YsNkJBQTZCO2tCQUx6QyxTQUFTOytCQUNFLDBCQUEwQjt3REFPcEMsS0FBSztzQkFESixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC1wdWZmLWxpc3QtaXRlbS1oZWFkZXJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9wdWZmLWxpc3QtaXRlbS1oZWFkZXIuY29tcG9uZW50Lmh0bWxcIixcbiAgc3R5bGVzOiBbXCI6aG9zdCB7IGRpc3BsYXk6IGJsb2NrOyB9XCJdXG59KVxuZXhwb3J0IGNsYXNzIElEUHVmZkxpc3RJdGVtSGVhZGVyQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IoKSB7fVxuICBASW5wdXQoKVxuICBsZXZlbDogbnVtYmVyID0gMjtcbn1cbiIsIjxpZHMtcHVmZi1saXN0LWl0ZW0taGVhZGVyIFtsZXZlbF09XCJsZXZlbFwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2lkcy1wdWZmLWxpc3QtaXRlbS1oZWFkZXI+Il19
@@ -1,15 +0,0 @@
1
- import { Component, Input } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class IDPuffListItemInfoComponent {
4
- constructor() { }
5
- bottom = false;
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPuffListItemInfoComponent, selector: "id-puff-list-item-info", inputs: { bottom: "bottom" }, ngImport: i0, template: "<ids-puff-list-item-info [bottom]=\"bottom ? true : null\">\n <ng-content></ng-content>\n</ids-puff-list-item-info>", styles: [":host{display:block}\n"] });
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemInfoComponent, decorators: [{
10
- type: Component,
11
- args: [{ selector: "id-puff-list-item-info", template: "<ids-puff-list-item-info [bottom]=\"bottom ? true : null\">\n <ng-content></ng-content>\n</ids-puff-list-item-info>", styles: [":host{display:block}\n"] }]
12
- }], ctorParameters: () => [], propDecorators: { bottom: [{
13
- type: Input
14
- }] } });
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVmZi1saXN0LWl0ZW0taW5mby5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3B1ZmYtbGlzdC9wdWZmLWl0ZW0vcHVmZi1pbmZvL3B1ZmYtbGlzdC1pdGVtLWluZm8uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9wdWZmLWxpc3QvcHVmZi1pdGVtL3B1ZmYtaW5mby9wdWZmLWxpc3QtaXRlbS1pbmZvLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU9qRCxNQUFNLE9BQU8sMkJBQTJCO0lBQ3RDLGdCQUFlLENBQUM7SUFDUCxNQUFNLEdBQVksS0FBSyxDQUFDO3dHQUZ0QiwyQkFBMkI7NEZBQTNCLDJCQUEyQiw0RkNQeEMsc0hBRTBCOzs0RkRLYiwyQkFBMkI7a0JBTHZDLFNBQVM7K0JBQ0Usd0JBQXdCO3dEQU16QixNQUFNO3NCQUFkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLXB1ZmYtbGlzdC1pdGVtLWluZm9cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9wdWZmLWxpc3QtaXRlbS1pbmZvLmNvbXBvbmVudC5odG1sXCIsXG4gIHN0eWxlczogW1wiOmhvc3QgeyBkaXNwbGF5OiBibG9jazsgfVwiXVxufSlcbmV4cG9ydCBjbGFzcyBJRFB1ZmZMaXN0SXRlbUluZm9Db21wb25lbnQge1xuICBjb25zdHJ1Y3RvcigpIHt9XG4gIEBJbnB1dCgpIGJvdHRvbTogYm9vbGVhbiA9IGZhbHNlO1xufVxuIiwiPGlkcy1wdWZmLWxpc3QtaXRlbS1pbmZvIFtib3R0b21dPVwiYm90dG9tID8gdHJ1ZSA6IG51bGxcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtcHVmZi1saXN0LWl0ZW0taW5mbz4iXX0=
@@ -1,60 +0,0 @@
1
- import { Component, Input, ViewEncapsulation } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class IDPuffListItemComponent {
4
- date = null;
5
- year = null;
6
- month = null;
7
- monthlabel = null;
8
- day = null;
9
- showdatelabel = false;
10
- time = "";
11
- showtime = false;
12
- nocontent = false;
13
- lean = false;
14
- dateto = null;
15
- yearto = null;
16
- monthto = null;
17
- monthtolabel = null;
18
- dayto = null;
19
- timeto = "";
20
- constructor() { }
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDPuffListItemComponent, selector: "id-puff-list-item", inputs: { date: "date", year: "year", month: "month", monthlabel: "monthlabel", day: "day", showdatelabel: "showdatelabel", time: "time", showtime: "showtime", nocontent: "nocontent", lean: "lean", dateto: "dateto", yearto: "yearto", monthto: "monthto", monthtolabel: "monthtolabel", dayto: "dayto", timeto: "timeto" }, ngImport: i0, template: "<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [lean]=\"lean ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\"\n [dateto]=\"dateto?.toString()\"\n [yearto]=\"yearto\"\n [monthto]=\"monthto\"\n [monthtolabel]=\"monthtolabel\"\n [dayto]=\"dayto\"\n [timeto]=\"timeto\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n", encapsulation: i0.ViewEncapsulation.None });
23
- }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDPuffListItemComponent, decorators: [{
25
- type: Component,
26
- args: [{ selector: "id-puff-list-item", encapsulation: ViewEncapsulation.None, template: "<ids-puff-list-item\n [date]=\"date\"\n [year]=\"year\"\n [month]=\"month\"\n [nocontent]=\"nocontent ? true : null\"\n [lean]=\"lean ? true : null\"\n [monthlabel]=\"monthlabel\"\n [day]=\"day\"\n [time]=\"time\"\n [showtime]=\"showtime\"\n [dateto]=\"dateto?.toString()\"\n [yearto]=\"yearto\"\n [monthto]=\"monthto\"\n [monthtolabel]=\"monthtolabel\"\n [dayto]=\"dayto\"\n [timeto]=\"timeto\">\n <ng-content></ng-content>\n</ids-puff-list-item>\n" }]
27
- }], ctorParameters: () => [], propDecorators: { date: [{
28
- type: Input
29
- }], year: [{
30
- type: Input
31
- }], month: [{
32
- type: Input
33
- }], monthlabel: [{
34
- type: Input
35
- }], day: [{
36
- type: Input
37
- }], showdatelabel: [{
38
- type: Input
39
- }], time: [{
40
- type: Input
41
- }], showtime: [{
42
- type: Input
43
- }], nocontent: [{
44
- type: Input
45
- }], lean: [{
46
- type: Input
47
- }], dateto: [{
48
- type: Input
49
- }], yearto: [{
50
- type: Input
51
- }], monthto: [{
52
- type: Input
53
- }], monthtolabel: [{
54
- type: Input
55
- }], dayto: [{
56
- type: Input
57
- }], timeto: [{
58
- type: Input
59
- }] } });
60
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVmZi1saXN0LWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9wdWZmLWxpc3QvcHVmZi1pdGVtL3B1ZmYtbGlzdC1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvcHVmZi1saXN0L3B1ZmYtaXRlbS9wdWZmLWxpc3QtaXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPcEUsTUFBTSxPQUFPLHVCQUF1QjtJQUN6QixJQUFJLEdBQWdCLElBQUksQ0FBQztJQUN6QixJQUFJLEdBQWtCLElBQUksQ0FBQztJQUMzQixLQUFLLEdBQWtCLElBQUksQ0FBQztJQUM1QixVQUFVLEdBQWtCLElBQUksQ0FBQztJQUNqQyxHQUFHLEdBQWtCLElBQUksQ0FBQztJQUMxQixhQUFhLEdBQVksS0FBSyxDQUFDO0lBQy9CLElBQUksR0FBVyxFQUFFLENBQUM7SUFDbEIsUUFBUSxHQUFZLEtBQUssQ0FBQztJQUMxQixTQUFTLEdBQVksS0FBSyxDQUFDO0lBQzNCLElBQUksR0FBWSxLQUFLLENBQUM7SUFFdEIsTUFBTSxHQUFnQixJQUFJLENBQUM7SUFDM0IsTUFBTSxHQUFrQixJQUFJLENBQUM7SUFDN0IsT0FBTyxHQUFrQixJQUFJLENBQUM7SUFDOUIsWUFBWSxHQUFrQixJQUFJLENBQUM7SUFDbkMsS0FBSyxHQUFrQixJQUFJLENBQUM7SUFDNUIsTUFBTSxHQUFXLEVBQUUsQ0FBQztJQUU3QixnQkFBZSxDQUFDO3dHQW5CTCx1QkFBdUI7NEZBQXZCLHVCQUF1Qix5WENQcEMsbWRBa0JBOzs0RkRYYSx1QkFBdUI7a0JBTG5DLFNBQVM7K0JBQ0UsbUJBQW1CLGlCQUVkLGlCQUFpQixDQUFDLElBQUk7d0RBRzVCLElBQUk7c0JBQVosS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFVBQVU7c0JBQWxCLEtBQUs7Z0JBQ0csR0FBRztzQkFBWCxLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csU0FBUztzQkFBakIsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBRUcsTUFBTTtzQkFBZCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6IFwiaWQtcHVmZi1saXN0LWl0ZW1cIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9wdWZmLWxpc3QtaXRlbS5jb21wb25lbnQuaHRtbFwiLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuZXhwb3J0IGNsYXNzIElEUHVmZkxpc3RJdGVtQ29tcG9uZW50IHtcbiAgQElucHV0KCkgZGF0ZTogRGF0ZSB8IG51bGwgPSBudWxsO1xuICBASW5wdXQoKSB5ZWFyOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KCkgbW9udGg6IHN0cmluZyB8IG51bGwgPSBudWxsO1xuICBASW5wdXQoKSBtb250aGxhYmVsOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KCkgZGF5OiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KCkgc2hvd2RhdGVsYWJlbDogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSB0aW1lOiBzdHJpbmcgPSBcIlwiO1xuICBASW5wdXQoKSBzaG93dGltZTogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKSBub2NvbnRlbnQ6IGJvb2xlYW4gPSBmYWxzZTtcbiAgQElucHV0KCkgbGVhbjogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpIGRhdGV0bzogRGF0ZSB8IG51bGwgPSBudWxsO1xuICBASW5wdXQoKSB5ZWFydG86IHN0cmluZyB8IG51bGwgPSBudWxsO1xuICBASW5wdXQoKSBtb250aHRvOiBudW1iZXIgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KCkgbW9udGh0b2xhYmVsOiBzdHJpbmcgfCBudWxsID0gbnVsbDtcbiAgQElucHV0KCkgZGF5dG86IG51bWJlciB8IG51bGwgPSBudWxsO1xuICBASW5wdXQoKSB0aW1ldG86IHN0cmluZyA9IFwiXCI7XG5cbiAgY29uc3RydWN0b3IoKSB7fVxufVxuIiwiPGlkcy1wdWZmLWxpc3QtaXRlbVxuICBbZGF0ZV09XCJkYXRlXCJcbiAgW3llYXJdPVwieWVhclwiXG4gIFttb250aF09XCJtb250aFwiXG4gIFtub2NvbnRlbnRdPVwibm9jb250ZW50ID8gdHJ1ZSA6IG51bGxcIlxuICBbbGVhbl09XCJsZWFuID8gdHJ1ZSA6IG51bGxcIlxuICBbbW9udGhsYWJlbF09XCJtb250aGxhYmVsXCJcbiAgW2RheV09XCJkYXlcIlxuICBbdGltZV09XCJ0aW1lXCJcbiAgW3Nob3d0aW1lXT1cInNob3d0aW1lXCJcbiAgW2RhdGV0b109XCJkYXRldG8/LnRvU3RyaW5nKClcIlxuICBbeWVhcnRvXT1cInllYXJ0b1wiXG4gIFttb250aHRvXT1cIm1vbnRodG9cIlxuICBbbW9udGh0b2xhYmVsXT1cIm1vbnRodG9sYWJlbFwiXG4gIFtkYXl0b109XCJkYXl0b1wiXG4gIFt0aW1ldG9dPVwidGltZXRvXCI+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaWRzLXB1ZmYtbGlzdC1pdGVtPlxuIl19
@@ -1,18 +0,0 @@
1
- import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from "@angular/core";
2
- import { IDRegionIconComponent } from "./region-icon.component";
3
- import "@inera/ids-core/components/region-icon/register";
4
- import * as i0 from "@angular/core";
5
- export class IDRegionIconModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconModule, declarations: [IDRegionIconComponent], exports: [IDRegionIconComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconModule });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDRegionIconModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [IDRegionIconComponent],
14
- exports: [IDRegionIconComponent],
15
- schemas: [CUSTOM_ELEMENTS_SCHEMA]
16
- }]
17
- }] });
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaW9uLWljb24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy9yZWdpb24taWNvbi9yZWdpb24taWNvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNoRSxPQUFPLGlEQUFpRCxDQUFDOztBQU96RCxNQUFNLE9BQU8sa0JBQWtCO3dHQUFsQixrQkFBa0I7eUdBQWxCLGtCQUFrQixpQkFKZCxxQkFBcUIsYUFDMUIscUJBQXFCO3lHQUdwQixrQkFBa0I7OzRGQUFsQixrQkFBa0I7a0JBTDlCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMscUJBQXFCLENBQUM7b0JBQ3JDLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixDQUFDO29CQUNoQyxPQUFPLEVBQUUsQ0FBQyxzQkFBc0IsQ0FBQztpQkFDbEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDVVNUT01fRUxFTUVOVFNfU0NIRU1BLCBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBJRFJlZ2lvbkljb25Db21wb25lbnQgfSBmcm9tIFwiLi9yZWdpb24taWNvbi5jb21wb25lbnRcIjtcbmltcG9ydCBcIkBpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL3JlZ2lvbi1pY29uL3JlZ2lzdGVyXCI7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0lEUmVnaW9uSWNvbkNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtJRFJlZ2lvbkljb25Db21wb25lbnRdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV1cbn0pXG5leHBvcnQgY2xhc3MgSURSZWdpb25JY29uTW9kdWxlIHt9XG4iXX0=
@@ -1,52 +0,0 @@
1
- import { Component, EventEmitter, Input, Output } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class IDStepComponent {
4
- constructor() { }
5
- state = "";
6
- headline = "";
7
- step = "";
8
- srindicatortext = "";
9
- label = "";
10
- expanded = false;
11
- disabled = false;
12
- onClosed = new EventEmitter();
13
- onExpanded = new EventEmitter();
14
- expandedChange = new EventEmitter();
15
- hasClosed(event) {
16
- this.expanded = false;
17
- this.onClosed.emit(event);
18
- this.expandedChange.emit(this.expanded);
19
- }
20
- hasExpanded(event) {
21
- this.expanded = true;
22
- this.onExpanded.emit(event);
23
- this.expandedChange.emit(this.expanded);
24
- }
25
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDStepComponent, selector: "id-step", inputs: { state: "state", headline: "headline", step: "step", srindicatortext: "srindicatortext", label: "label", expanded: "expanded", disabled: "disabled" }, outputs: { onClosed: "onClosed", onExpanded: "onExpanded", expandedChange: "expandedChange" }, ngImport: i0, template: "<ids-step\n [step]=\"step\"\n [attr.state]=\"state\"\n [attr.headline]=\"headline\"\n [attr.label]=\"label\"\n [attr.srindicatortext]=\"srindicatortext\"\n [attr.expanded]=\"expanded ? true : null\"\n [attr.disabled]=\"disabled ? true : null\"\n (closed)=\"hasClosed($event)\"\n (expanded)=\"hasExpanded($event)\">\n <ng-content></ng-content>\n</ids-step>\n" });
27
- }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDStepComponent, decorators: [{
29
- type: Component,
30
- args: [{ selector: "id-step", template: "<ids-step\n [step]=\"step\"\n [attr.state]=\"state\"\n [attr.headline]=\"headline\"\n [attr.label]=\"label\"\n [attr.srindicatortext]=\"srindicatortext\"\n [attr.expanded]=\"expanded ? true : null\"\n [attr.disabled]=\"disabled ? true : null\"\n (closed)=\"hasClosed($event)\"\n (expanded)=\"hasExpanded($event)\">\n <ng-content></ng-content>\n</ids-step>\n" }]
31
- }], ctorParameters: () => [], propDecorators: { state: [{
32
- type: Input
33
- }], headline: [{
34
- type: Input
35
- }], step: [{
36
- type: Input
37
- }], srindicatortext: [{
38
- type: Input
39
- }], label: [{
40
- type: Input
41
- }], expanded: [{
42
- type: Input
43
- }], disabled: [{
44
- type: Input
45
- }], onClosed: [{
46
- type: Output
47
- }], onExpanded: [{
48
- type: Output
49
- }], expandedChange: [{
50
- type: Output
51
- }] } });
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RlcC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3N0ZXBwZXIvc3RlcC9zdGVwLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvc3RlcHBlci9zdGVwL3N0ZXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNdkUsTUFBTSxPQUFPLGVBQWU7SUFDMUIsZ0JBQWUsQ0FBQztJQUdoQixLQUFLLEdBQTBDLEVBQUUsQ0FBQztJQUdsRCxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBR2QsSUFBSSxHQUFHLEVBQUUsQ0FBQztJQUdWLGVBQWUsR0FBRyxFQUFFLENBQUM7SUFHckIsS0FBSyxHQUFHLEVBQUUsQ0FBQztJQUdYLFFBQVEsR0FBRyxLQUFLLENBQUM7SUFHakIsUUFBUSxHQUFHLEtBQUssQ0FBQztJQUdqQixRQUFRLEdBQXdCLElBQUksWUFBWSxFQUFFLENBQUM7SUFHbkQsVUFBVSxHQUF3QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBR3JELGNBQWMsR0FBMEIsSUFBSSxZQUFZLEVBQVcsQ0FBQztJQUVwRSxTQUFTLENBQUMsS0FBWTtRQUNwQixJQUFJLENBQUMsUUFBUSxHQUFHLEtBQUssQ0FBQztRQUN0QixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMxQixJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDMUMsQ0FBQztJQUNELFdBQVcsQ0FBQyxLQUFZO1FBQ3RCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzVCLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUMxQyxDQUFDO3dHQTFDVSxlQUFlOzRGQUFmLGVBQWUsOFNDTjVCLGlYQVlBOzs0RkROYSxlQUFlO2tCQUozQixTQUFTOytCQUNFLFNBQVM7d0RBT25CLEtBQUs7c0JBREosS0FBSztnQkFJTixRQUFRO3NCQURQLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLGVBQWU7c0JBRGQsS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUs7Z0JBSU4sUUFBUTtzQkFEUCxLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixRQUFRO3NCQURQLE1BQU07Z0JBSVAsVUFBVTtzQkFEVCxNQUFNO2dCQUlQLGNBQWM7c0JBRGIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiBcImlkLXN0ZXBcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi9zdGVwLmNvbXBvbmVudC5odG1sXCJcbn0pXG5leHBvcnQgY2xhc3MgSURTdGVwQ29tcG9uZW50IHtcbiAgY29uc3RydWN0b3IoKSB7fVxuXG4gIEBJbnB1dCgpXG4gIHN0YXRlOiBcIlwiIHwgXCJ2YWxpZFwiIHwgXCJpbnZhbGlkXCIgfCBcInNlbGVjdGVkXCIgPSBcIlwiO1xuXG4gIEBJbnB1dCgpXG4gIGhlYWRsaW5lID0gXCJcIjtcblxuICBASW5wdXQoKVxuICBzdGVwID0gXCJcIjtcblxuICBASW5wdXQoKVxuICBzcmluZGljYXRvcnRleHQgPSBcIlwiO1xuXG4gIEBJbnB1dCgpXG4gIGxhYmVsID0gXCJcIjtcblxuICBASW5wdXQoKVxuICBleHBhbmRlZCA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIGRpc2FibGVkID0gZmFsc2U7XG5cbiAgQE91dHB1dCgpXG4gIG9uQ2xvc2VkOiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIEBPdXRwdXQoKVxuICBvbkV4cGFuZGVkOiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIEBPdXRwdXQoKVxuICBleHBhbmRlZENoYW5nZTogRXZlbnRFbWl0dGVyPGJvb2xlYW4+ID0gbmV3IEV2ZW50RW1pdHRlcjxib29sZWFuPigpO1xuXG4gIGhhc0Nsb3NlZChldmVudDogRXZlbnQpIHtcbiAgICB0aGlzLmV4cGFuZGVkID0gZmFsc2U7XG4gICAgdGhpcy5vbkNsb3NlZC5lbWl0KGV2ZW50KTtcbiAgICB0aGlzLmV4cGFuZGVkQ2hhbmdlLmVtaXQodGhpcy5leHBhbmRlZCk7XG4gIH1cbiAgaGFzRXhwYW5kZWQoZXZlbnQ6IEV2ZW50KSB7XG4gICAgdGhpcy5leHBhbmRlZCA9IHRydWU7XG4gICAgdGhpcy5vbkV4cGFuZGVkLmVtaXQoZXZlbnQpO1xuICAgIHRoaXMuZXhwYW5kZWRDaGFuZ2UuZW1pdCh0aGlzLmV4cGFuZGVkKTtcbiAgfVxufVxuIiwiPGlkcy1zdGVwXG4gIFtzdGVwXT1cInN0ZXBcIlxuICBbYXR0ci5zdGF0ZV09XCJzdGF0ZVwiXG4gIFthdHRyLmhlYWRsaW5lXT1cImhlYWRsaW5lXCJcbiAgW2F0dHIubGFiZWxdPVwibGFiZWxcIlxuICBbYXR0ci5zcmluZGljYXRvcnRleHRdPVwic3JpbmRpY2F0b3J0ZXh0XCJcbiAgW2F0dHIuZXhwYW5kZWRdPVwiZXhwYW5kZWQgPyB0cnVlIDogbnVsbFwiXG4gIFthdHRyLmRpc2FibGVkXT1cImRpc2FibGVkID8gdHJ1ZSA6IG51bGxcIlxuICAoY2xvc2VkKT1cImhhc0Nsb3NlZCgkZXZlbnQpXCJcbiAgKGV4cGFuZGVkKT1cImhhc0V4cGFuZGVkKCRldmVudClcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9pZHMtc3RlcD5cbiJdfQ==
@@ -1,21 +0,0 @@
1
- import { Component, Input, TemplateRef, ViewChild } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class IDTabPanelComponent {
4
- nofocus = false;
5
- compact = false;
6
- template;
7
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTabPanelComponent, selector: "id-tab-panel", inputs: { nofocus: "nofocus", compact: "compact" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabPanelComponent, decorators: [{
11
- type: Component,
12
- args: [{ selector: "id-tab-panel", template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
13
- }], propDecorators: { nofocus: [{
14
- type: Input
15
- }], compact: [{
16
- type: Input
17
- }], template: [{
18
- type: ViewChild,
19
- args: [TemplateRef]
20
- }] } });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFiLXBhbmVsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdGFicy9wYW5lbC90YWItcGFuZWwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaWRzLWFuZ3VsYXIvY29tcG9uZW50cy90YWJzL3BhbmVsL3RhYi1wYW5lbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQU16RSxNQUFNLE9BQU8sbUJBQW1CO0lBRTlCLE9BQU8sR0FBd0IsS0FBSyxDQUFDO0lBR3JDLE9BQU8sR0FBd0IsS0FBSyxDQUFDO0lBRWIsUUFBUSxDQUFtQjt3R0FQeEMsbUJBQW1COzRGQUFuQixtQkFBbUIsa0pBT25CLFdBQVcsZ0RDYnhCLDREQUVjOzs0RkRJRCxtQkFBbUI7a0JBSi9CLFNBQVM7K0JBQ0UsY0FBYzs4QkFLeEIsT0FBTztzQkFETixLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkFHa0IsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC10YWItcGFuZWxcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi90YWItcGFuZWwuY29tcG9uZW50Lmh0bWxcIlxufSlcbmV4cG9ydCBjbGFzcyBJRFRhYlBhbmVsQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgbm9mb2N1czogYm9vbGVhbiB8IHVuZGVmaW5lZCA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIGNvbXBhY3Q6IGJvb2xlYW4gfCB1bmRlZmluZWQgPSBmYWxzZTtcblxuICBAVmlld0NoaWxkKFRlbXBsYXRlUmVmKSB0ZW1wbGF0ZTogVGVtcGxhdGVSZWY8YW55Pjtcbn1cbiIsIjxuZy10ZW1wbGF0ZT5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9uZy10ZW1wbGF0ZT4iXX0=
@@ -1,26 +0,0 @@
1
- import { Component, Input, TemplateRef, ViewChild } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export class IDTabComponent {
4
- elementRef;
5
- label = "";
6
- selected = false;
7
- template;
8
- constructor(elementRef) {
9
- this.elementRef = elementRef;
10
- elementRef.nativeElement.setAttribute("slot", "tab");
11
- }
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTabComponent, selector: "id-tab", inputs: { label: "label", selected: "selected" }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" });
14
- }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabComponent, decorators: [{
16
- type: Component,
17
- args: [{ selector: "id-tab", template: "<ng-template>\n <ng-content></ng-content>\n</ng-template>" }]
18
- }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { label: [{
19
- type: Input
20
- }], selected: [{
21
- type: Input
22
- }], template: [{
23
- type: ViewChild,
24
- args: [TemplateRef]
25
- }] } });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFiLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdGFicy90YWIvdGFiLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdGFicy90YWIvdGFiLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsS0FBSyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTXJGLE1BQU0sT0FBTyxjQUFjO0lBU0w7SUFQcEIsS0FBSyxHQUFXLEVBQUUsQ0FBQztJQUduQixRQUFRLEdBQVksS0FBSyxDQUFDO0lBRUYsUUFBUSxDQUFtQjtJQUVuRCxZQUFvQixVQUFtQztRQUFuQyxlQUFVLEdBQVYsVUFBVSxDQUF5QjtRQUNyRCxVQUFVLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDdkQsQ0FBQzt3R0FYVSxjQUFjOzRGQUFkLGNBQWMsMElBT2QsV0FBVyxnRENieEIsNERBRWM7OzRGRElELGNBQWM7a0JBSjFCLFNBQVM7K0JBQ0UsUUFBUTsrRUFLbEIsS0FBSztzQkFESixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFHa0IsUUFBUTtzQkFBL0IsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBJbnB1dCwgVGVtcGxhdGVSZWYsIFZpZXdDaGlsZCB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC10YWJcIixcbiAgdGVtcGxhdGVVcmw6IFwiLi90YWIuY29tcG9uZW50Lmh0bWxcIlxufSlcbmV4cG9ydCBjbGFzcyBJRFRhYkNvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIGxhYmVsOiBzdHJpbmcgPSBcIlwiO1xuXG4gIEBJbnB1dCgpXG4gIHNlbGVjdGVkOiBCb29sZWFuID0gZmFsc2U7XG5cbiAgQFZpZXdDaGlsZChUZW1wbGF0ZVJlZikgdGVtcGxhdGU6IFRlbXBsYXRlUmVmPGFueT47XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50Pikge1xuICAgIGVsZW1lbnRSZWYubmF0aXZlRWxlbWVudC5zZXRBdHRyaWJ1dGUoXCJzbG90XCIsIFwidGFiXCIpO1xuICB9XG59XG4iLCI8bmctdGVtcGxhdGU+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvbmctdGVtcGxhdGU+Il19
@@ -1,50 +0,0 @@
1
- import { Component, ContentChildren, EventEmitter, Input, Output } from "@angular/core";
2
- import { IDTabComponent } from "./tab/tab.component";
3
- import { IDTabPanelComponent } from "./panel/tab-panel.component";
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- export class IDTabsComponent {
7
- responsive = "m";
8
- unresponsive = false;
9
- light = false;
10
- compact = false;
11
- selectlabel = "";
12
- tabComponents;
13
- tabPanelComponents;
14
- onTabChange = new EventEmitter();
15
- tabs;
16
- tabPanels;
17
- showContent = false;
18
- ngAfterContentInit() {
19
- setTimeout(() => {
20
- this.tabs = this.tabComponents.toArray();
21
- this.tabPanels = this.tabPanelComponents.toArray();
22
- this.showContent = true;
23
- }, 0);
24
- }
25
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
26
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDTabsComponent, selector: "id-tabs", inputs: { responsive: "responsive", unresponsive: "unresponsive", light: "light", compact: "compact", selectlabel: "selectlabel" }, outputs: { onTabChange: "onTabChange" }, queries: [{ propertyName: "tabComponents", predicate: IDTabComponent }, { propertyName: "tabPanelComponents", predicate: IDTabPanelComponent }], ngImport: i0, template: "<ids-tabs\n [unresponsive]=\"unresponsive ? true : null\"\n [compact]=\"compact ? true : null\"\n [responsive]=\"responsive\"\n [light]=\"light\"\n [selectlabel]=\"selectlabel\"\n (tabChange)=\"onTabChange.emit($event)\"\n *ngIf=\"showContent && tabs && tabPanels\">\n <ids-tab\n *ngFor=\"let tab of tabs\"\n [label]=\"tab.label\"\n slot=\"tab\"\n [attr.selected]=\"tab.selected ? '' : null\">\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\n </ids-tab>\n <ng-content></ng-content>\n <ids-tab-panel\n *ngFor=\"let tabpanel of tabPanels\"\n [nofocus]=\"tabpanel.nofocus ? true : null\"\n [compact]=\"tabpanel.compact ? true : null\">\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\n </ids-tab-panel>\n</ids-tabs>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
27
- }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabsComponent, decorators: [{
29
- type: Component,
30
- args: [{ selector: "id-tabs", template: "<ids-tabs\n [unresponsive]=\"unresponsive ? true : null\"\n [compact]=\"compact ? true : null\"\n [responsive]=\"responsive\"\n [light]=\"light\"\n [selectlabel]=\"selectlabel\"\n (tabChange)=\"onTabChange.emit($event)\"\n *ngIf=\"showContent && tabs && tabPanels\">\n <ids-tab\n *ngFor=\"let tab of tabs\"\n [label]=\"tab.label\"\n slot=\"tab\"\n [attr.selected]=\"tab.selected ? '' : null\">\n <ng-container *ngTemplateOutlet=\"tab.template\"></ng-container>\n </ids-tab>\n <ng-content></ng-content>\n <ids-tab-panel\n *ngFor=\"let tabpanel of tabPanels\"\n [nofocus]=\"tabpanel.nofocus ? true : null\"\n [compact]=\"tabpanel.compact ? true : null\">\n <ng-container *ngTemplateOutlet=\"tabpanel.template\"></ng-container>\n </ids-tab-panel>\n</ids-tabs>\n" }]
31
- }], propDecorators: { responsive: [{
32
- type: Input
33
- }], unresponsive: [{
34
- type: Input
35
- }], light: [{
36
- type: Input
37
- }], compact: [{
38
- type: Input
39
- }], selectlabel: [{
40
- type: Input
41
- }], tabComponents: [{
42
- type: ContentChildren,
43
- args: [IDTabComponent]
44
- }], tabPanelComponents: [{
45
- type: ContentChildren,
46
- args: [IDTabPanelComponent]
47
- }], onTabChange: [{
48
- type: Output
49
- }] } });
50
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFicy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3RhYnMvdGFicy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3RhYnMvdGFicy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQW9CLFNBQVMsRUFBRSxlQUFlLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDckgsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOzs7QUFNbEUsTUFBTSxPQUFPLGVBQWU7SUFFMUIsVUFBVSxHQUFjLEdBQUcsQ0FBQztJQUU1QixZQUFZLEdBQVksS0FBSyxDQUFDO0lBRTlCLEtBQUssR0FBWSxLQUFLLENBQUM7SUFFdkIsT0FBTyxHQUFZLEtBQUssQ0FBQztJQUV6QixXQUFXLEdBQVcsRUFBRSxDQUFDO0lBRVEsYUFBYSxDQUE0QjtJQUNwQyxrQkFBa0IsQ0FBaUM7SUFHekYsV0FBVyxHQUF3QixJQUFJLFlBQVksRUFBRSxDQUFDO0lBRS9DLElBQUksQ0FBbUI7SUFDdkIsU0FBUyxDQUF3QjtJQUN4QyxXQUFXLEdBQUcsS0FBSyxDQUFDO0lBRWIsa0JBQWtCO1FBQ3ZCLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDekMsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsa0JBQWtCLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDbkQsSUFBSSxDQUFDLFdBQVcsR0FBRyxJQUFJLENBQUM7UUFDMUIsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBQ1IsQ0FBQzt3R0E1QlUsZUFBZTs0RkFBZixlQUFlLDBQQVlULGNBQWMscURBQ2QsbUJBQW1CLDZCQ3JCdEMsK3hCQXVCQTs7NEZEZmEsZUFBZTtrQkFKM0IsU0FBUzsrQkFDRSxTQUFTOzhCQUtuQixVQUFVO3NCQURULEtBQUs7Z0JBR04sWUFBWTtzQkFEWCxLQUFLO2dCQUdOLEtBQUs7c0JBREosS0FBSztnQkFHTixPQUFPO3NCQUROLEtBQUs7Z0JBR04sV0FBVztzQkFEVixLQUFLO2dCQUcyQixhQUFhO3NCQUE3QyxlQUFlO3VCQUFDLGNBQWM7Z0JBQ08sa0JBQWtCO3NCQUF2RCxlQUFlO3VCQUFDLG1CQUFtQjtnQkFHcEMsV0FBVztzQkFEVixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJDb250ZW50SW5pdCwgQ29tcG9uZW50LCBDb250ZW50Q2hpbGRyZW4sIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCwgUXVlcnlMaXN0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IElEVGFiQ29tcG9uZW50IH0gZnJvbSBcIi4vdGFiL3RhYi5jb21wb25lbnRcIjtcbmltcG9ydCB7IElEVGFiUGFuZWxDb21wb25lbnQgfSBmcm9tIFwiLi9wYW5lbC90YWItcGFuZWwuY29tcG9uZW50XCI7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogXCJpZC10YWJzXCIsXG4gIHRlbXBsYXRlVXJsOiBcIi4vdGFicy5jb21wb25lbnQuaHRtbFwiXG59KVxuZXhwb3J0IGNsYXNzIElEVGFic0NvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyQ29udGVudEluaXQge1xuICBASW5wdXQoKVxuICByZXNwb25zaXZlOiBcIm1cIiB8IFwic1wiID0gXCJtXCI7XG4gIEBJbnB1dCgpXG4gIHVucmVzcG9uc2l2ZTogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICBsaWdodDogYm9vbGVhbiA9IGZhbHNlO1xuICBASW5wdXQoKVxuICBjb21wYWN0OiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpXG4gIHNlbGVjdGxhYmVsOiBzdHJpbmcgPSBcIlwiO1xuXG4gIEBDb250ZW50Q2hpbGRyZW4oSURUYWJDb21wb25lbnQpIHRhYkNvbXBvbmVudHM6IFF1ZXJ5TGlzdDxJRFRhYkNvbXBvbmVudD47XG4gIEBDb250ZW50Q2hpbGRyZW4oSURUYWJQYW5lbENvbXBvbmVudCkgdGFiUGFuZWxDb21wb25lbnRzOiBRdWVyeUxpc3Q8SURUYWJQYW5lbENvbXBvbmVudD47XG5cbiAgQE91dHB1dCgpXG4gIG9uVGFiQ2hhbmdlOiBFdmVudEVtaXR0ZXI8RXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcigpO1xuXG4gIHB1YmxpYyB0YWJzOiBJRFRhYkNvbXBvbmVudFtdO1xuICBwdWJsaWMgdGFiUGFuZWxzOiBJRFRhYlBhbmVsQ29tcG9uZW50W107XG4gIHNob3dDb250ZW50ID0gZmFsc2U7XG5cbiAgcHVibGljIG5nQWZ0ZXJDb250ZW50SW5pdCgpOiB2b2lkIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIHRoaXMudGFicyA9IHRoaXMudGFiQ29tcG9uZW50cy50b0FycmF5KCk7XG4gICAgICB0aGlzLnRhYlBhbmVscyA9IHRoaXMudGFiUGFuZWxDb21wb25lbnRzLnRvQXJyYXkoKTtcbiAgICAgIHRoaXMuc2hvd0NvbnRlbnQgPSB0cnVlO1xuICAgIH0sIDApO1xuICB9XG59XG4iLCI8aWRzLXRhYnNcbiAgW3VucmVzcG9uc2l2ZV09XCJ1bnJlc3BvbnNpdmUgPyB0cnVlIDogbnVsbFwiXG4gIFtjb21wYWN0XT1cImNvbXBhY3QgPyB0cnVlIDogbnVsbFwiXG4gIFtyZXNwb25zaXZlXT1cInJlc3BvbnNpdmVcIlxuICBbbGlnaHRdPVwibGlnaHRcIlxuICBbc2VsZWN0bGFiZWxdPVwic2VsZWN0bGFiZWxcIlxuICAodGFiQ2hhbmdlKT1cIm9uVGFiQ2hhbmdlLmVtaXQoJGV2ZW50KVwiXG4gICpuZ0lmPVwic2hvd0NvbnRlbnQgJiYgdGFicyAmJiB0YWJQYW5lbHNcIj5cbiAgPGlkcy10YWJcbiAgICAqbmdGb3I9XCJsZXQgdGFiIG9mIHRhYnNcIlxuICAgIFtsYWJlbF09XCJ0YWIubGFiZWxcIlxuICAgIHNsb3Q9XCJ0YWJcIlxuICAgIFthdHRyLnNlbGVjdGVkXT1cInRhYi5zZWxlY3RlZCA/ICcnIDogbnVsbFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ0YWIudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtdGFiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gIDxpZHMtdGFiLXBhbmVsXG4gICAgKm5nRm9yPVwibGV0IHRhYnBhbmVsIG9mIHRhYlBhbmVsc1wiXG4gICAgW25vZm9jdXNdPVwidGFicGFuZWwubm9mb2N1cyA/IHRydWUgOiBudWxsXCJcbiAgICBbY29tcGFjdF09XCJ0YWJwYW5lbC5jb21wYWN0ID8gdHJ1ZSA6IG51bGxcIj5cbiAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwidGFicGFuZWwudGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgPC9pZHMtdGFiLXBhbmVsPlxuPC9pZHMtdGFicz5cbiJdfQ==
@@ -1,34 +0,0 @@
1
- import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
2
- import { IDTabsComponent } from './tabs.component';
3
- import { IDTabComponent } from './tab/tab.component';
4
- import { IDTabPanelComponent } from './panel/tab-panel.component';
5
- import '@inera/ids-core/components/tabs/register';
6
- import { CommonModule } from '@angular/common';
7
- import * as i0 from "@angular/core";
8
- export class IDTabsModule {
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDTabsModule, declarations: [IDTabsComponent,
11
- IDTabComponent,
12
- IDTabPanelComponent], imports: [CommonModule], exports: [IDTabsComponent,
13
- IDTabComponent,
14
- IDTabPanelComponent] });
15
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabsModule, imports: [CommonModule] });
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTabsModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- declarations: [
21
- IDTabsComponent,
22
- IDTabComponent,
23
- IDTabPanelComponent
24
- ],
25
- imports: [CommonModule],
26
- exports: [
27
- IDTabsComponent,
28
- IDTabComponent,
29
- IDTabPanelComponent
30
- ],
31
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
32
- }]
33
- }] });
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFicy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pZHMtYW5ndWxhci9jb21wb25lbnRzL3RhYnMvdGFicy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGNBQWMsRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQ3BELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQ2xFLE9BQU8sMENBQTBDLENBQUM7QUFDbEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQWdCL0MsTUFBTSxPQUFPLFlBQVk7d0dBQVosWUFBWTt5R0FBWixZQUFZLGlCQVpyQixlQUFlO1lBQ2YsY0FBYztZQUNkLG1CQUFtQixhQUVYLFlBQVksYUFFcEIsZUFBZTtZQUNmLGNBQWM7WUFDZCxtQkFBbUI7eUdBSVYsWUFBWSxZQVJiLFlBQVk7OzRGQVFYLFlBQVk7a0JBZHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGVBQWU7d0JBQ2YsY0FBYzt3QkFDZCxtQkFBbUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFO3dCQUNQLGVBQWU7d0JBQ2YsY0FBYzt3QkFDZCxtQkFBbUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJRFRhYnNDb21wb25lbnQgfSBmcm9tICcuL3RhYnMuY29tcG9uZW50JztcbmltcG9ydCB7IElEVGFiQ29tcG9uZW50fSBmcm9tICcuL3RhYi90YWIuY29tcG9uZW50JztcbmltcG9ydCB7IElEVGFiUGFuZWxDb21wb25lbnQgfSBmcm9tICcuL3BhbmVsL3RhYi1wYW5lbC5jb21wb25lbnQnO1xuaW1wb3J0ICdAaW5lcmEvaWRzLWNvcmUvY29tcG9uZW50cy90YWJzL3JlZ2lzdGVyJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElEVGFic0NvbXBvbmVudCxcbiAgICBJRFRhYkNvbXBvbmVudCxcbiAgICBJRFRhYlBhbmVsQ29tcG9uZW50XG4gIF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBleHBvcnRzOiBbXG4gICAgSURUYWJzQ29tcG9uZW50LFxuICAgIElEVGFiQ29tcG9uZW50LFxuICAgIElEVGFiUGFuZWxDb21wb25lbnRcbiAgXSxcbiAgc2NoZW1hczogW0NVU1RPTV9FTEVNRU5UU19TQ0hFTUFdLFxufSlcbmV4cG9ydCBjbGFzcyBJRFRhYnNNb2R1bGUgeyB9XG4iXX0=
@@ -1,22 +0,0 @@
1
- import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
2
- import { IDTagComponent } from './tag.component';
3
- import '@inera/ids-core/components/tag/register';
4
- import * as i0 from "@angular/core";
5
- export class IDTagModule {
6
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTagModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDTagModule, declarations: [IDTagComponent], exports: [IDTagComponent] });
8
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTagModule });
9
- }
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDTagModule, decorators: [{
11
- type: NgModule,
12
- args: [{
13
- declarations: [
14
- IDTagComponent
15
- ],
16
- exports: [
17
- IDTagComponent
18
- ],
19
- schemas: [CUSTOM_ELEMENTS_SCHEMA],
20
- }]
21
- }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFnLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2lkcy1hbmd1bGFyL2NvbXBvbmVudHMvdGFnL3RhZy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDakQsT0FBTyx5Q0FBeUMsQ0FBQzs7QUFXakQsTUFBTSxPQUFPLFdBQVc7d0dBQVgsV0FBVzt5R0FBWCxXQUFXLGlCQVBwQixjQUFjLGFBR2QsY0FBYzt5R0FJTCxXQUFXOzs0RkFBWCxXQUFXO2tCQVR2QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixjQUFjO3FCQUNmO29CQUNELE9BQU8sRUFBRTt3QkFDUCxjQUFjO3FCQUNmO29CQUNELE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENVU1RPTV9FTEVNRU5UU19TQ0hFTUEsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJRFRhZ0NvbXBvbmVudCB9IGZyb20gJy4vdGFnLmNvbXBvbmVudCc7XG5pbXBvcnQgJ0BpbmVyYS9pZHMtY29yZS9jb21wb25lbnRzL3RhZy9yZWdpc3Rlcic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIElEVGFnQ29tcG9uZW50XG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBJRFRhZ0NvbXBvbmVudFxuICBdLFxuICBzY2hlbWFzOiBbQ1VTVE9NX0VMRU1FTlRTX1NDSEVNQV0sXG59KVxuZXhwb3J0IGNsYXNzIElEVGFnTW9kdWxlIHsgfVxuIl19