@daffodil/design 0.63.2 → 0.64.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (657) hide show
  1. package/accordion/examples/basic-accordion/basic-accordion.component.d.ts +1 -1
  2. package/accordion/examples/nav-accordion/nav-accordion.component.d.ts +1 -1
  3. package/article/examples/article-blockquote/article-blockquote.component.d.ts +1 -1
  4. package/article/examples/article-code-block/article-code-block.component.d.ts +1 -1
  5. package/article/examples/article-code-inline/article-code-inline.component.d.ts +1 -1
  6. package/article/examples/article-headings/article-headings.component.d.ts +1 -1
  7. package/article/examples/article-hr/article-hr.component.d.ts +1 -1
  8. package/article/examples/article-lead/article-lead.component.d.ts +1 -1
  9. package/article/examples/article-link/article-link.component.d.ts +1 -1
  10. package/article/examples/article-meta/article-meta.component.d.ts +1 -1
  11. package/article/examples/article-ol/article-ol.component.d.ts +1 -1
  12. package/article/examples/article-table/article-table.component.d.ts +1 -1
  13. package/article/examples/article-ul/article-ul.component.d.ts +1 -1
  14. package/atoms/button/button.component.d.ts +1 -1
  15. package/atoms/container/container.component.d.ts +1 -1
  16. package/atoms/form/checkbox/checkbox.component.d.ts +1 -1
  17. package/atoms/form/checkbox/cva/checkbox-cva.directive.d.ts +1 -1
  18. package/atoms/form/checkbox-set/checkbox-set.component.d.ts +3 -3
  19. package/atoms/form/core/error-state-matcher/error-state-matcher.d.ts +2 -2
  20. package/atoms/form/error-message/error-message.component.d.ts +1 -1
  21. package/atoms/form/form-field/form-field/form-field.component.d.ts +1 -1
  22. package/atoms/form/form-label/form-label.directive.d.ts +1 -1
  23. package/atoms/form/input/input.component.d.ts +1 -1
  24. package/atoms/form/native-select/native-select.component.d.ts +1 -1
  25. package/atoms/form/quantity-field/quantity-field.component.d.ts +2 -2
  26. package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +3 -3
  27. package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +1 -1
  28. package/atoms/form/radio/cva/radio-cva.directive.d.ts +1 -1
  29. package/atoms/form/radio/radio.component.d.ts +1 -1
  30. package/atoms/form/radio-set/radio-set.component.d.ts +1 -1
  31. package/atoms/image/image.component.d.ts +1 -1
  32. package/atoms/loading-icon/loading-icon.component.d.ts +1 -1
  33. package/atoms/progress-indicator/progress-indicator.component.d.ts +1 -1
  34. package/button/examples/basic-button/basic-button.component.d.ts +1 -1
  35. package/button/examples/flat-button/flat-button.component.d.ts +1 -1
  36. package/button/examples/icon-button/icon-button.component.d.ts +1 -1
  37. package/button/examples/raised-button/raised-button.component.d.ts +1 -1
  38. package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
  39. package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
  40. package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
  41. package/button/examples/underline-button/underline-button.component.d.ts +1 -1
  42. package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +3 -3
  43. package/callout/examples/callout-theming/callout-theming.component.d.ts +3 -3
  44. package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
  45. package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
  46. package/card/examples/basic-card/basic-card.component.d.ts +1 -1
  47. package/card/examples/card-orientation/card-orientation.component.d.ts +3 -3
  48. package/card/examples/card-theming/card-theming.component.d.ts +3 -3
  49. package/card/examples/linkable-card/linkable-card.component.d.ts +5 -5
  50. package/card/examples/raised-card/raised-card.component.d.ts +3 -3
  51. package/card/examples/stroked-card/stroked-card.component.d.ts +3 -3
  52. package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +3 -3
  53. package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +3 -3
  54. package/container/examples/container-sizes/container-sizes.component.d.ts +3 -3
  55. package/core/colorable/colorable-mixin.d.ts +1 -1
  56. package/core/focus/stack.service.d.ts +1 -1
  57. package/core/prefix-suffix/prefix.directive.d.ts +1 -1
  58. package/core/prefix-suffix/suffix.directive.d.ts +1 -1
  59. package/core/sizeable/sizeable-mixin.d.ts +1 -1
  60. package/core/statusable/statusable-mixin.d.ts +1 -1
  61. package/core/text-alignable/text-alignable-mixin.d.ts +1 -1
  62. package/core/theming/services/theming.service.d.ts +1 -1
  63. package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +3 -3
  64. package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +5 -7
  65. package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +3 -3
  66. package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +5 -7
  67. package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +3 -3
  68. package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +3 -3
  69. package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +3 -3
  70. package/esm2020/article/examples/article-examples.module.mjs +6 -11
  71. package/esm2020/article/examples/article-headings/article-headings.component.mjs +3 -3
  72. package/esm2020/article/examples/article-hr/article-hr.component.mjs +3 -3
  73. package/esm2020/article/examples/article-lead/article-lead.component.mjs +3 -3
  74. package/esm2020/article/examples/article-link/article-link.component.mjs +3 -3
  75. package/esm2020/article/examples/article-meta/article-meta.component.mjs +3 -3
  76. package/esm2020/article/examples/article-ol/article-ol.component.mjs +3 -3
  77. package/esm2020/article/examples/article-table/article-table.component.mjs +3 -3
  78. package/esm2020/article/examples/article-ul/article-ul.component.mjs +3 -3
  79. package/esm2020/atoms/button/button.component.mjs +5 -5
  80. package/esm2020/atoms/button/button.module.mjs +8 -10
  81. package/esm2020/atoms/container/container.component.mjs +3 -3
  82. package/esm2020/atoms/container/container.module.mjs +5 -7
  83. package/esm2020/atoms/form/checkbox/checkbox.component.mjs +4 -4
  84. package/esm2020/atoms/form/checkbox/checkbox.module.mjs +7 -9
  85. package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +3 -3
  86. package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +6 -6
  87. package/esm2020/atoms/form/core/error-state-matcher/error-state-matcher.mjs +1 -1
  88. package/esm2020/atoms/form/error-message/error-message.component.mjs +3 -3
  89. package/esm2020/atoms/form/error-message/error-message.module.mjs +4 -4
  90. package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +5 -5
  91. package/esm2020/atoms/form/form-field/form-field.module.mjs +8 -10
  92. package/esm2020/atoms/form/form-label/form-label.directive.mjs +3 -3
  93. package/esm2020/atoms/form/form-label/form-label.module.mjs +4 -4
  94. package/esm2020/atoms/form/input/input.component.mjs +3 -3
  95. package/esm2020/atoms/form/input/input.module.mjs +5 -7
  96. package/esm2020/atoms/form/native-select/native-select.component.mjs +3 -3
  97. package/esm2020/atoms/form/native-select/native-select.module.mjs +5 -7
  98. package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +8 -8
  99. package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +10 -12
  100. package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +6 -6
  101. package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +5 -5
  102. package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +3 -3
  103. package/esm2020/atoms/form/radio/radio.component.mjs +4 -4
  104. package/esm2020/atoms/form/radio/radio.module.mjs +6 -8
  105. package/esm2020/atoms/form/radio/registry/radio-registry.mjs +3 -3
  106. package/esm2020/atoms/form/radio-set/radio-set.component.mjs +4 -4
  107. package/esm2020/atoms/image/image.component.mjs +5 -5
  108. package/esm2020/atoms/image/image.module.mjs +5 -10
  109. package/esm2020/atoms/loading-icon/loading-icon.component.mjs +3 -3
  110. package/esm2020/atoms/loading-icon/loading-icon.module.mjs +5 -7
  111. package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +5 -5
  112. package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +5 -7
  113. package/esm2020/button/examples/basic-button/basic-button.component.mjs +5 -11
  114. package/esm2020/button/examples/basic-button/basic-button.module.mjs +6 -8
  115. package/esm2020/button/examples/flat-button/flat-button.component.mjs +5 -11
  116. package/esm2020/button/examples/flat-button/flat-button.module.mjs +6 -8
  117. package/esm2020/button/examples/icon-button/icon-button.component.mjs +5 -11
  118. package/esm2020/button/examples/icon-button/icon-button.module.mjs +6 -8
  119. package/esm2020/button/examples/raised-button/raised-button.component.mjs +5 -11
  120. package/esm2020/button/examples/raised-button/raised-button.module.mjs +6 -8
  121. package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +3 -3
  122. package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +6 -8
  123. package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +3 -3
  124. package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +6 -8
  125. package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +5 -11
  126. package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +6 -8
  127. package/esm2020/button/examples/underline-button/underline-button.component.mjs +5 -11
  128. package/esm2020/button/examples/underline-button/underline-button.module.mjs +6 -8
  129. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +10 -10
  130. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +10 -12
  131. package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +10 -10
  132. package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +9 -11
  133. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +3 -3
  134. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +10 -12
  135. package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +3 -3
  136. package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +9 -11
  137. package/esm2020/card/examples/basic-card/basic-card.component.mjs +3 -3
  138. package/esm2020/card/examples/basic-card/basic-card.module.mjs +9 -11
  139. package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +10 -10
  140. package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +10 -12
  141. package/esm2020/card/examples/card-theming/card-theming.component.mjs +9 -13
  142. package/esm2020/card/examples/card-theming/card-theming.module.mjs +8 -10
  143. package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +10 -10
  144. package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +10 -12
  145. package/esm2020/card/examples/raised-card/raised-card.component.mjs +8 -8
  146. package/esm2020/card/examples/raised-card/raised-card.module.mjs +9 -11
  147. package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +8 -8
  148. package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +10 -12
  149. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +6 -6
  150. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +7 -9
  151. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +6 -6
  152. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +7 -9
  153. package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +8 -8
  154. package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +7 -9
  155. package/esm2020/core/colorable/colorable-mixin.mjs +1 -1
  156. package/esm2020/core/focus/stack.service.mjs +6 -6
  157. package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +5 -5
  158. package/esm2020/core/prefix-suffix/prefix.directive.mjs +3 -3
  159. package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +3 -3
  160. package/esm2020/core/prefix-suffix/suffix.directive.mjs +3 -3
  161. package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +3 -3
  162. package/esm2020/core/sizeable/sizeable-mixin.mjs +1 -1
  163. package/esm2020/core/statusable/statusable-mixin.mjs +1 -1
  164. package/esm2020/core/text-alignable/text-alignable-mixin.mjs +1 -1
  165. package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +3 -3
  166. package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +3 -3
  167. package/esm2020/core/theming/services/storage/theme-storage.service.mjs +3 -3
  168. package/esm2020/core/theming/services/theming.service.mjs +6 -6
  169. package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +3 -3
  170. package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +9 -11
  171. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +10 -10
  172. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +10 -12
  173. package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +9 -9
  174. package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +9 -11
  175. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +3 -3
  176. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +10 -12
  177. package/esm2020/image/examples/basic-image/basic-image.component.mjs +3 -3
  178. package/esm2020/image/examples/basic-image/basic-image.module.mjs +5 -7
  179. package/esm2020/image/examples/load-image/load-image.component.mjs +5 -5
  180. package/esm2020/image/examples/load-image/load-image.module.mjs +6 -8
  181. package/esm2020/image/examples/skeleton-image/skeleton-image.component.mjs +3 -3
  182. package/esm2020/image/examples/skeleton-image/skeleton-image.module.mjs +5 -7
  183. package/esm2020/input/examples/basic-input/basic-input.component.mjs +3 -3
  184. package/esm2020/input/examples/basic-input/basic-input.module.mjs +6 -8
  185. package/esm2020/input/examples/input-disabled/input-disabled.component.mjs +3 -3
  186. package/esm2020/input/examples/input-disabled/input-disabled.module.mjs +6 -8
  187. package/esm2020/input/examples/input-error/input-error.component.mjs +6 -6
  188. package/esm2020/input/examples/input-error/input-error.module.mjs +7 -9
  189. package/esm2020/input/examples/input-with-form-field/input-with-form-field.component.mjs +3 -3
  190. package/esm2020/input/examples/input-with-form-field/input-with-form-field.module.mjs +6 -8
  191. package/esm2020/list/examples/basic-list/basic-list.component.mjs +3 -3
  192. package/esm2020/list/examples/basic-list/basic-list.module.mjs +6 -8
  193. package/esm2020/list/examples/icon-list/icon-list.component.mjs +3 -3
  194. package/esm2020/list/examples/icon-list/icon-list.module.mjs +7 -9
  195. package/esm2020/list/examples/list-examples.module.mjs +9 -15
  196. package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +3 -3
  197. package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +7 -9
  198. package/esm2020/list/examples/nav-list/nav-list.component.mjs +3 -3
  199. package/esm2020/list/examples/nav-list/nav-list.module.mjs +7 -9
  200. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +7 -7
  201. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +7 -9
  202. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +3 -3
  203. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +5 -7
  204. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +3 -3
  205. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +6 -8
  206. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +3 -3
  207. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +6 -8
  208. package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +3 -3
  209. package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +6 -8
  210. package/esm2020/menu/examples/basic-menu/basic-menu.component.mjs +3 -3
  211. package/esm2020/menu/examples/basic-menu/basic-menu.module.mjs +7 -9
  212. package/esm2020/menu/examples/basic-menu/menu-content/menu-content.component.mjs +3 -3
  213. package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +3 -3
  214. package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +6 -8
  215. package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +3 -3
  216. package/esm2020/molecules/accordion/accordion/accordion.component.mjs +3 -3
  217. package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +4 -4
  218. package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +3 -3
  219. package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +3 -3
  220. package/esm2020/molecules/accordion/accordion.module.mjs +10 -12
  221. package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +11 -8
  222. package/esm2020/molecules/article/article/article.component.mjs +4 -4
  223. package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +3 -3
  224. package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +3 -3
  225. package/esm2020/molecules/article/article-title/article-title.directive.mjs +3 -3
  226. package/esm2020/molecules/article/article.module.mjs +6 -8
  227. package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +3 -3
  228. package/esm2020/molecules/backdrop/backdrop.module.mjs +5 -10
  229. package/esm2020/molecules/button-set/button-set.component.mjs +3 -3
  230. package/esm2020/molecules/button-set/button-set.module.mjs +4 -4
  231. package/esm2020/molecules/callout/callout/callout.component.mjs +3 -3
  232. package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +3 -3
  233. package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +3 -3
  234. package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +3 -3
  235. package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +3 -3
  236. package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +3 -3
  237. package/esm2020/molecules/callout/callout.module.mjs +6 -8
  238. package/esm2020/molecules/card/card/card.component.mjs +4 -4
  239. package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +3 -3
  240. package/esm2020/molecules/card/card-content/card-content.directive.mjs +3 -3
  241. package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +3 -3
  242. package/esm2020/molecules/card/card-image/card-image.directive.mjs +3 -3
  243. package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +3 -3
  244. package/esm2020/molecules/card/card-title/card-title.directive.mjs +3 -3
  245. package/esm2020/molecules/card/card.module.mjs +6 -8
  246. package/esm2020/molecules/feature/feature/feature.component.mjs +3 -3
  247. package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +3 -3
  248. package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +3 -3
  249. package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +3 -3
  250. package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +3 -3
  251. package/esm2020/molecules/feature/feature.module.mjs +6 -8
  252. package/esm2020/molecules/hero/hero/hero.component.mjs +3 -3
  253. package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +3 -3
  254. package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +3 -3
  255. package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +3 -3
  256. package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +3 -3
  257. package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +3 -3
  258. package/esm2020/molecules/hero/hero.module.mjs +6 -8
  259. package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +3 -3
  260. package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +3 -3
  261. package/esm2020/molecules/image-gallery/image-gallery.module.mjs +7 -9
  262. package/esm2020/molecules/image-list/image-list.component.mjs +4 -4
  263. package/esm2020/molecules/image-list/image-list.module.mjs +5 -7
  264. package/esm2020/molecules/link-set/link-set/link-set.component.mjs +3 -3
  265. package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +3 -3
  266. package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +3 -3
  267. package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +3 -3
  268. package/esm2020/molecules/link-set/link-set.module.mjs +6 -8
  269. package/esm2020/molecules/list/list/list.component.mjs +4 -4
  270. package/esm2020/molecules/list/list-item/list-item.component.mjs +3 -3
  271. package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +3 -3
  272. package/esm2020/molecules/list/list.module.mjs +8 -10
  273. package/esm2020/molecules/media-gallery/media-gallery.component.mjs +7 -7
  274. package/esm2020/molecules/media-gallery/media-gallery.module.mjs +5 -7
  275. package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +4 -4
  276. package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +3 -3
  277. package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +5 -5
  278. package/esm2020/molecules/menu/menu/menu.component.mjs +3 -3
  279. package/esm2020/molecules/menu/menu-activator/menu-activator.component.mjs +3 -3
  280. package/esm2020/molecules/menu/menu-item/menu-item.component.mjs +3 -3
  281. package/esm2020/molecules/menu/menu.module.mjs +8 -10
  282. package/esm2020/molecules/menu/service/menu.service.mjs +3 -3
  283. package/esm2020/molecules/modal/modal/modal.component.mjs +4 -4
  284. package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +3 -3
  285. package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +3 -3
  286. package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +3 -3
  287. package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +3 -3
  288. package/esm2020/molecules/modal/modal.module.mjs +8 -10
  289. package/esm2020/molecules/modal/service/modal.service.mjs +5 -5
  290. package/esm2020/molecules/navbar/navbar.component.mjs +3 -3
  291. package/esm2020/molecules/navbar/navbar.module.mjs +4 -4
  292. package/esm2020/molecules/paginator/paginator.component.mjs +7 -7
  293. package/esm2020/molecules/paginator/paginator.module.mjs +8 -10
  294. package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +8 -8
  295. package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +10 -12
  296. package/esm2020/molecules/sidebar/animation/sidebar-viewport-animation-state.mjs +1 -1
  297. package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +5 -5
  298. package/esm2020/molecules/sidebar/sidebar-viewport/content-pad.mjs +2 -2
  299. package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +7 -7
  300. package/esm2020/molecules/sidebar/sidebar.module.mjs +9 -11
  301. package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +3 -3
  302. package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +8 -10
  303. package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +3 -3
  304. package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +8 -10
  305. package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +8 -8
  306. package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +8 -10
  307. package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +3 -3
  308. package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +7 -9
  309. package/esm2020/notification/examples/default-notification/default-notification.component.mjs +7 -12
  310. package/esm2020/notification/examples/default-notification/default-notification.module.mjs +8 -10
  311. package/esm2020/notification/examples/dismissable-notification/dismissable-notification.component.mjs +7 -12
  312. package/esm2020/notification/examples/dismissable-notification/dismissable-notification.module.mjs +8 -10
  313. package/esm2020/notification/examples/notification-orientations/notification-orientations.component.mjs +8 -8
  314. package/esm2020/notification/examples/notification-orientations/notification-orientations.module.mjs +9 -11
  315. package/esm2020/notification/examples/notification-status/notification-status.component.mjs +9 -9
  316. package/esm2020/notification/examples/notification-status/notification-status.module.mjs +9 -11
  317. package/esm2020/notification/notification/notification.component.mjs +6 -6
  318. package/esm2020/notification/notification-actions/notification-actions.directive.mjs +3 -3
  319. package/esm2020/notification/notification-message/notification-message.directive.mjs +3 -3
  320. package/esm2020/notification/notification-subtitle/notification-subtitle.directive.mjs +3 -3
  321. package/esm2020/notification/notification-title/notification-title.directive.mjs +3 -3
  322. package/esm2020/notification/notification.module.mjs +8 -10
  323. package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +3 -3
  324. package/esm2020/paginator/examples/paginator-examples.module.mjs +6 -11
  325. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +9 -9
  326. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +8 -10
  327. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +9 -9
  328. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +8 -10
  329. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +9 -9
  330. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +8 -10
  331. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +9 -9
  332. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +8 -10
  333. package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +7 -7
  334. package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +6 -8
  335. package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +5 -5
  336. package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +6 -8
  337. package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.mjs +3 -3
  338. package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.module.mjs +7 -9
  339. package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.mjs +3 -3
  340. package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.module.mjs +6 -8
  341. package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.mjs +3 -3
  342. package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.module.mjs +6 -8
  343. package/esm2020/sidebar/examples/under-sidebar/under-sidebar.component.mjs +3 -3
  344. package/esm2020/sidebar/examples/under-sidebar/under-sidebar.module.mjs +7 -9
  345. package/esm2020/tree/examples/basic-tree/basic-tree.component.mjs +5 -5
  346. package/esm2020/tree/examples/basic-tree/basic-tree.module.mjs +7 -9
  347. package/esm2020/tree/tree/tree-notifier.service.mjs +1 -1
  348. package/esm2020/tree/tree/tree.component.mjs +6 -6
  349. package/esm2020/tree/tree-item/tree-item.directive.mjs +3 -3
  350. package/esm2020/tree/tree.module.mjs +6 -8
  351. package/esm2020/tree/utils/hydrate-tree.mjs +1 -1
  352. package/esm2020/tree/utils/transform-in-place.mjs +1 -1
  353. package/fesm2015/daffodil-design-accordion-examples.mjs +14 -18
  354. package/fesm2015/daffodil-design-accordion-examples.mjs.map +1 -1
  355. package/fesm2015/daffodil-design-article-examples.mjs +38 -43
  356. package/fesm2015/daffodil-design-article-examples.mjs.map +1 -1
  357. package/fesm2015/daffodil-design-button-examples.mjs +70 -122
  358. package/fesm2015/daffodil-design-button-examples.mjs.map +1 -1
  359. package/fesm2015/daffodil-design-callout-examples.mjs +54 -62
  360. package/fesm2015/daffodil-design-callout-examples.mjs.map +1 -1
  361. package/fesm2015/daffodil-design-card-examples.mjs +79 -95
  362. package/fesm2015/daffodil-design-card-examples.mjs.map +1 -1
  363. package/fesm2015/daffodil-design-checkbox-examples.mjs +21 -25
  364. package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -1
  365. package/fesm2015/daffodil-design-container-examples.mjs +14 -16
  366. package/fesm2015/daffodil-design-container-examples.mjs.map +1 -1
  367. package/fesm2015/daffodil-design-hero-examples.mjs +52 -60
  368. package/fesm2015/daffodil-design-hero-examples.mjs.map +1 -1
  369. package/fesm2015/daffodil-design-image-examples.mjs +23 -29
  370. package/fesm2015/daffodil-design-image-examples.mjs.map +1 -1
  371. package/fesm2015/daffodil-design-input-examples.mjs +35 -43
  372. package/fesm2015/daffodil-design-input-examples.mjs.map +1 -1
  373. package/fesm2015/daffodil-design-list-examples.mjs +50 -63
  374. package/fesm2015/daffodil-design-list-examples.mjs.map +1 -1
  375. package/fesm2015/daffodil-design-loading-icon-examples.mjs +19 -23
  376. package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +1 -1
  377. package/fesm2015/daffodil-design-media-gallery-examples.mjs +24 -30
  378. package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +1 -1
  379. package/fesm2015/daffodil-design-menu-examples.mjs +12 -14
  380. package/fesm2015/daffodil-design-menu-examples.mjs.map +1 -1
  381. package/fesm2015/daffodil-design-modal-examples.mjs +11 -13
  382. package/fesm2015/daffodil-design-modal-examples.mjs.map +1 -1
  383. package/fesm2015/daffodil-design-navbar-examples.mjs +42 -50
  384. package/fesm2015/daffodil-design-navbar-examples.mjs.map +1 -1
  385. package/fesm2015/daffodil-design-notification-examples.mjs +51 -69
  386. package/fesm2015/daffodil-design-notification-examples.mjs.map +1 -1
  387. package/fesm2015/daffodil-design-notification.mjs +80 -82
  388. package/fesm2015/daffodil-design-notification.mjs.map +1 -1
  389. package/fesm2015/daffodil-design-paginator-examples.mjs +8 -13
  390. package/fesm2015/daffodil-design-paginator-examples.mjs.map +1 -1
  391. package/fesm2015/daffodil-design-quantity-field-examples.mjs +51 -59
  392. package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -1
  393. package/fesm2015/daffodil-design-radio-examples.mjs +11 -13
  394. package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -1
  395. package/fesm2015/daffodil-design-sidebar-examples.mjs +43 -53
  396. package/fesm2015/daffodil-design-sidebar-examples.mjs.map +1 -1
  397. package/fesm2015/daffodil-design-tree-examples.mjs +12 -14
  398. package/fesm2015/daffodil-design-tree-examples.mjs.map +1 -1
  399. package/fesm2015/daffodil-design-tree.mjs +161 -163
  400. package/fesm2015/daffodil-design-tree.mjs.map +1 -1
  401. package/fesm2015/daffodil-design.mjs +974 -1032
  402. package/fesm2015/daffodil-design.mjs.map +1 -1
  403. package/fesm2020/daffodil-design-accordion-examples.mjs +14 -18
  404. package/fesm2020/daffodil-design-accordion-examples.mjs.map +1 -1
  405. package/fesm2020/daffodil-design-article-examples.mjs +38 -43
  406. package/fesm2020/daffodil-design-article-examples.mjs.map +1 -1
  407. package/fesm2020/daffodil-design-button-examples.mjs +70 -122
  408. package/fesm2020/daffodil-design-button-examples.mjs.map +1 -1
  409. package/fesm2020/daffodil-design-callout-examples.mjs +54 -62
  410. package/fesm2020/daffodil-design-callout-examples.mjs.map +1 -1
  411. package/fesm2020/daffodil-design-card-examples.mjs +79 -95
  412. package/fesm2020/daffodil-design-card-examples.mjs.map +1 -1
  413. package/fesm2020/daffodil-design-checkbox-examples.mjs +21 -25
  414. package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -1
  415. package/fesm2020/daffodil-design-container-examples.mjs +14 -16
  416. package/fesm2020/daffodil-design-container-examples.mjs.map +1 -1
  417. package/fesm2020/daffodil-design-hero-examples.mjs +52 -60
  418. package/fesm2020/daffodil-design-hero-examples.mjs.map +1 -1
  419. package/fesm2020/daffodil-design-image-examples.mjs +23 -29
  420. package/fesm2020/daffodil-design-image-examples.mjs.map +1 -1
  421. package/fesm2020/daffodil-design-input-examples.mjs +35 -43
  422. package/fesm2020/daffodil-design-input-examples.mjs.map +1 -1
  423. package/fesm2020/daffodil-design-list-examples.mjs +50 -63
  424. package/fesm2020/daffodil-design-list-examples.mjs.map +1 -1
  425. package/fesm2020/daffodil-design-loading-icon-examples.mjs +19 -23
  426. package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +1 -1
  427. package/fesm2020/daffodil-design-media-gallery-examples.mjs +24 -30
  428. package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +1 -1
  429. package/fesm2020/daffodil-design-menu-examples.mjs +12 -14
  430. package/fesm2020/daffodil-design-menu-examples.mjs.map +1 -1
  431. package/fesm2020/daffodil-design-modal-examples.mjs +11 -13
  432. package/fesm2020/daffodil-design-modal-examples.mjs.map +1 -1
  433. package/fesm2020/daffodil-design-navbar-examples.mjs +42 -50
  434. package/fesm2020/daffodil-design-navbar-examples.mjs.map +1 -1
  435. package/fesm2020/daffodil-design-notification-examples.mjs +51 -69
  436. package/fesm2020/daffodil-design-notification-examples.mjs.map +1 -1
  437. package/fesm2020/daffodil-design-notification.mjs +80 -82
  438. package/fesm2020/daffodil-design-notification.mjs.map +1 -1
  439. package/fesm2020/daffodil-design-paginator-examples.mjs +8 -13
  440. package/fesm2020/daffodil-design-paginator-examples.mjs.map +1 -1
  441. package/fesm2020/daffodil-design-quantity-field-examples.mjs +51 -59
  442. package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -1
  443. package/fesm2020/daffodil-design-radio-examples.mjs +11 -13
  444. package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -1
  445. package/fesm2020/daffodil-design-sidebar-examples.mjs +43 -53
  446. package/fesm2020/daffodil-design-sidebar-examples.mjs.map +1 -1
  447. package/fesm2020/daffodil-design-tree-examples.mjs +12 -14
  448. package/fesm2020/daffodil-design-tree-examples.mjs.map +1 -1
  449. package/fesm2020/daffodil-design-tree.mjs +158 -160
  450. package/fesm2020/daffodil-design-tree.mjs.map +1 -1
  451. package/fesm2020/daffodil-design.mjs +983 -1041
  452. package/fesm2020/daffodil-design.mjs.map +1 -1
  453. package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
  454. package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +3 -3
  455. package/hero/examples/hero-theming/hero-theming.component.d.ts +3 -3
  456. package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
  457. package/image/examples/basic-image/basic-image.component.d.ts +1 -1
  458. package/image/examples/load-image/load-image.component.d.ts +1 -1
  459. package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
  460. package/input/examples/basic-input/basic-input.component.d.ts +1 -1
  461. package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
  462. package/input/examples/input-error/input-error.component.d.ts +3 -3
  463. package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
  464. package/list/examples/basic-list/basic-list.component.d.ts +1 -1
  465. package/list/examples/icon-list/icon-list.component.d.ts +1 -1
  466. package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
  467. package/list/examples/nav-list/nav-list.component.d.ts +1 -1
  468. package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +3 -3
  469. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
  470. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
  471. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
  472. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
  473. package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
  474. package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
  475. package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
  476. package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
  477. package/molecules/accordion/accordion/accordion.component.d.ts +1 -1
  478. package/molecules/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  479. package/molecules/accordion/accordion-item-content/accordion-item-content.directive.d.ts +1 -1
  480. package/molecules/accordion/accordion-item-title/accordion-item-title.directive.d.ts +1 -1
  481. package/molecules/accordion/nav-accordion-item/nav-accordion-item.component.d.ts +4 -1
  482. package/molecules/article/article/article.component.d.ts +1 -1
  483. package/molecules/article/article-lead/article-lead.directive.d.ts +1 -1
  484. package/molecules/article/article-meta/article-meta.directive.d.ts +1 -1
  485. package/molecules/article/article-title/article-title.directive.d.ts +1 -1
  486. package/molecules/backdrop/backdrop/backdrop.component.d.ts +1 -1
  487. package/molecules/button-set/button-set.component.d.ts +1 -1
  488. package/molecules/callout/callout/callout.component.d.ts +1 -1
  489. package/molecules/callout/callout-body/callout-body.directive.d.ts +1 -1
  490. package/molecules/callout/callout-icon/callout-icon.directive.d.ts +1 -1
  491. package/molecules/callout/callout-subtitle/callout-subtitle.directive.d.ts +1 -1
  492. package/molecules/callout/callout-tagline/callout-tagline.directive.d.ts +1 -1
  493. package/molecules/callout/callout-title/callout-title.directive.d.ts +1 -1
  494. package/molecules/card/card/card.component.d.ts +1 -1
  495. package/molecules/card/card-actions/card-actions.directive.d.ts +1 -1
  496. package/molecules/card/card-content/card-content.directive.d.ts +1 -1
  497. package/molecules/card/card-icon/card-icon.directive.d.ts +1 -1
  498. package/molecules/card/card-image/card-image.directive.d.ts +1 -1
  499. package/molecules/card/card-tagline/card-tagline.directive.d.ts +1 -1
  500. package/molecules/card/card-title/card-title.directive.d.ts +1 -1
  501. package/molecules/feature/feature/feature.component.d.ts +1 -1
  502. package/molecules/feature/feature-icon/feature-icon.directive.d.ts +1 -1
  503. package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +1 -1
  504. package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +1 -1
  505. package/molecules/feature/feature-title/feature-title.directive.d.ts +1 -1
  506. package/molecules/hero/hero/hero.component.d.ts +1 -1
  507. package/molecules/hero/hero-body/hero-body.directive.d.ts +1 -1
  508. package/molecules/hero/hero-icon/hero-icon.directive.d.ts +1 -1
  509. package/molecules/hero/hero-subtitle/hero-subtitle.directive.d.ts +1 -1
  510. package/molecules/hero/hero-tagline/hero-tagline.directive.d.ts +1 -1
  511. package/molecules/hero/hero-title/hero-title.directive.d.ts +1 -1
  512. package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +1 -1
  513. package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +1 -1
  514. package/molecules/image-list/image-list.component.d.ts +1 -1
  515. package/molecules/link-set/link-set/link-set.component.d.ts +1 -1
  516. package/molecules/link-set/link-set-heading/link-set-heading.directive.d.ts +1 -1
  517. package/molecules/link-set/link-set-item/link-set-item.component.d.ts +1 -1
  518. package/molecules/link-set/link-set-subheading/link-set-subheading.directive.d.ts +1 -1
  519. package/molecules/list/list/list.component.d.ts +1 -1
  520. package/molecules/list/list-item/list-item.component.d.ts +1 -1
  521. package/molecules/list/list-subheader/list-subheader.directive.d.ts +1 -1
  522. package/molecules/media-gallery/media-gallery.component.d.ts +2 -2
  523. package/molecules/media-gallery/media-renderer/media-renderer.component.d.ts +1 -1
  524. package/molecules/media-gallery/thumbnail/thumbnail.directive.d.ts +2 -2
  525. package/molecules/menu/menu/menu.component.d.ts +1 -1
  526. package/molecules/menu/menu-activator/menu-activator.component.d.ts +1 -1
  527. package/molecules/menu/menu-item/menu-item.component.d.ts +1 -1
  528. package/molecules/modal/modal/modal.component.d.ts +1 -1
  529. package/molecules/modal/modal-actions/modal-actions.component.d.ts +1 -1
  530. package/molecules/modal/modal-content/modal-content.component.d.ts +1 -1
  531. package/molecules/modal/modal-header/modal-header.component.d.ts +1 -1
  532. package/molecules/modal/modal-title/modal-title.directive.d.ts +1 -1
  533. package/molecules/navbar/navbar.component.d.ts +1 -1
  534. package/molecules/paginator/paginator.component.d.ts +1 -1
  535. package/molecules/qty-dropdown/qty-dropdown.component.d.ts +1 -1
  536. package/molecules/sidebar/animation/sidebar-viewport-animation-state.d.ts +1 -1
  537. package/molecules/sidebar/sidebar/sidebar.component.d.ts +1 -1
  538. package/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +1 -1
  539. package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
  540. package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
  541. package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +3 -3
  542. package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
  543. package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
  544. package/notification/examples/dismissable-notification/dismissable-notification.component.d.ts +1 -1
  545. package/notification/examples/notification-orientations/notification-orientations.component.d.ts +3 -3
  546. package/notification/examples/notification-status/notification-status.component.d.ts +3 -3
  547. package/notification/notification/notification.component.d.ts +1 -1
  548. package/notification/notification-actions/notification-actions.directive.d.ts +1 -1
  549. package/notification/notification-message/notification-message.directive.d.ts +1 -1
  550. package/notification/notification-subtitle/notification-subtitle.directive.d.ts +1 -1
  551. package/notification/notification-title/notification-title.directive.d.ts +1 -1
  552. package/package.json +1 -1
  553. package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
  554. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +3 -3
  555. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +3 -3
  556. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +3 -3
  557. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +3 -3
  558. package/radio/examples/basic-radio/basic-radio.component.d.ts +3 -3
  559. package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
  560. package/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.d.ts +1 -1
  561. package/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.d.ts +1 -1
  562. package/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.d.ts +1 -1
  563. package/sidebar/examples/under-sidebar/under-sidebar.component.d.ts +1 -1
  564. package/src/molecules/article/article/article-theme.scss +2 -2
  565. package/src/molecules/card/card/card-theme-variants/linkable-card.scss +6 -13
  566. package/src/molecules/card/card/card-theme.scss +13 -29
  567. package/src/molecules/list/list/list-theme.scss +6 -3
  568. package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
  569. package/tree/tree/tree.component.d.ts +2 -2
  570. package/tree/tree-item/tree-item.directive.d.ts +1 -1
  571. package/accordion/examples/daffodil-design-accordion-examples.d.ts +0 -5
  572. package/accordion/examples/package.json +0 -1
  573. package/article/examples/daffodil-design-article-examples.d.ts +0 -5
  574. package/article/examples/package.json +0 -1
  575. package/button/examples/daffodil-design-button-examples.d.ts +0 -5
  576. package/button/examples/package.json +0 -1
  577. package/callout/examples/daffodil-design-callout-examples.d.ts +0 -5
  578. package/callout/examples/package.json +0 -1
  579. package/card/examples/daffodil-design-card-examples.d.ts +0 -5
  580. package/card/examples/package.json +0 -1
  581. package/checkbox/examples/daffodil-design-checkbox-examples.d.ts +0 -5
  582. package/checkbox/examples/package.json +0 -1
  583. package/container/examples/daffodil-design-container-examples.d.ts +0 -5
  584. package/container/examples/package.json +0 -1
  585. package/hero/examples/daffodil-design-hero-examples.d.ts +0 -5
  586. package/hero/examples/package.json +0 -1
  587. package/image/examples/daffodil-design-image-examples.d.ts +0 -5
  588. package/image/examples/package.json +0 -1
  589. package/input/examples/daffodil-design-input-examples.d.ts +0 -5
  590. package/input/examples/package.json +0 -1
  591. package/list/examples/daffodil-design-list-examples.d.ts +0 -5
  592. package/list/examples/package.json +0 -1
  593. package/loading-icon/examples/daffodil-design-loading-icon-examples.d.ts +0 -5
  594. package/loading-icon/examples/package.json +0 -1
  595. package/media-gallery/examples/daffodil-design-media-gallery-examples.d.ts +0 -5
  596. package/media-gallery/examples/package.json +0 -1
  597. package/menu/examples/daffodil-design-menu-examples.d.ts +0 -5
  598. package/menu/examples/package.json +0 -1
  599. package/modal/examples/daffodil-design-modal-examples.d.ts +0 -5
  600. package/modal/examples/package.json +0 -1
  601. package/navbar/examples/daffodil-design-navbar-examples.d.ts +0 -5
  602. package/navbar/examples/package.json +0 -1
  603. package/notification/examples/daffodil-design-notification-examples.d.ts +0 -5
  604. package/notification/examples/package.json +0 -1
  605. package/notification/package.json +0 -1
  606. package/paginator/examples/daffodil-design-paginator-examples.d.ts +0 -5
  607. package/paginator/examples/package.json +0 -1
  608. package/quantity-field/examples/daffodil-design-quantity-field-examples.d.ts +0 -5
  609. package/quantity-field/examples/package.json +0 -1
  610. package/radio/examples/daffodil-design-radio-examples.d.ts +0 -5
  611. package/radio/examples/package.json +0 -1
  612. package/scss/README.md +0 -7
  613. package/scss/theming/README.md +0 -104
  614. package/scss/typography/README.md +0 -85
  615. package/sidebar/examples/daffodil-design-sidebar-examples.d.ts +0 -5
  616. package/sidebar/examples/package.json +0 -1
  617. package/src/atoms/button/README.md +0 -58
  618. package/src/atoms/container/README.md +0 -18
  619. package/src/atoms/form/README.md +0 -0
  620. package/src/atoms/form/checkbox/README.md +0 -0
  621. package/src/atoms/form/checkbox-set/README.md +0 -0
  622. package/src/atoms/form/error-message/README.md +0 -11
  623. package/src/atoms/form/form-field/README.md +0 -36
  624. package/src/atoms/form/form-label/README.md +0 -0
  625. package/src/atoms/form/input/README.md +0 -24
  626. package/src/atoms/form/native-select/README.md +0 -13
  627. package/src/atoms/form/quantity-field/README.md +0 -24
  628. package/src/atoms/form/radio/README.md +0 -55
  629. package/src/atoms/form/radio-set/README.md +0 -0
  630. package/src/atoms/image/README.md +0 -31
  631. package/src/atoms/loading-icon/README.md +0 -7
  632. package/src/atoms/progress-indicator/README.md +0 -2
  633. package/src/molecules/accordion/README.md +0 -21
  634. package/src/molecules/article/README.md +0 -49
  635. package/src/molecules/backdrop/README.md +0 -13
  636. package/src/molecules/button-set/README.md +0 -15
  637. package/src/molecules/callout/README.md +0 -54
  638. package/src/molecules/card/README.md +0 -60
  639. package/src/molecules/feature/README.md +0 -48
  640. package/src/molecules/hero/README.md +0 -54
  641. package/src/molecules/image-gallery/README.md +0 -31
  642. package/src/molecules/image-list/README.md +0 -14
  643. package/src/molecules/link-set/README.md +0 -44
  644. package/src/molecules/list/README.md +0 -69
  645. package/src/molecules/media-gallery/README.md +0 -19
  646. package/src/molecules/menu/README.md +0 -7
  647. package/src/molecules/modal/README.md +0 -47
  648. package/src/molecules/navbar/README.md +0 -41
  649. package/src/molecules/paginator/README.md +0 -11
  650. package/src/molecules/qty-dropdown/README.md +0 -0
  651. package/src/molecules/sidebar/README.md +0 -20
  652. package/tree/daffodil-design-tree.d.ts +0 -5
  653. package/tree/examples/daffodil-design-tree-examples.d.ts +0 -5
  654. package/tree/examples/package.json +0 -1
  655. package/tree/package.json +0 -1
  656. /package/{daffodil-design.d.ts → index.d.ts} +0 -0
  657. /package/notification/{daffodil-design-notification.d.ts → index.d.ts} +0 -0
@@ -36,11 +36,11 @@ export class DaffAccordionItemComponent {
36
36
  this._animationState = getAnimationState(this._open);
37
37
  }
38
38
  }
39
- /** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
- /** @nocollapse */ DaffAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class.daff-accordion-item": "this.class" } }, ngImport: i0, template: "<div class=\"daff-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>", styles: [".daff-accordion-item{display:block;padding:15px 0;width:100%}@media (min-width: 768px){.daff-accordion-item{padding:30px 0}}.daff-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%}.daff-accordion-item__header .daff-suffix{margin:0 10px}.daff-accordion-item__title{font-weight:700;text-transform:uppercase;font-size:1rem;margin:0}.daff-accordion-item__content{padding-top:15px}@media (min-width: 768px){.daff-accordion-item__content{padding-top:30px}}\n"], components: [{ type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i2.DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
39
+ /** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
+ /** @nocollapse */ DaffAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class.daff-accordion-item": "this.class" } }, ngImport: i0, template: "<div class=\"daff-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>", styles: [".daff-accordion-item{display:block;padding:15px 0;width:100%}@media (min-width: 768px){.daff-accordion-item{padding:30px 0}}.daff-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%}.daff-accordion-item__header .daff-suffix{margin:0 10px}.daff-accordion-item__title{font-weight:700;text-transform:uppercase;font-size:1rem;margin:0}.daff-accordion-item__content{padding-top:15px}@media (min-width: 768px){.daff-accordion-item__content{padding-top:30px}}\n"], dependencies: [{ kind: "component", type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i2.DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
41
41
  daffAccordionAnimations.openAccordion,
42
42
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemComponent, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemComponent, decorators: [{
44
44
  type: Component,
45
45
  args: [{ selector: 'daff-accordion-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [
46
46
  daffAccordionAnimations.openAccordion,
@@ -51,4 +51,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
51
51
  }], initiallyActive: [{
52
52
  type: Input
53
53
  }] } });
54
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBRUwsaUJBQWlCLEVBQ2pCLFdBQVcsRUFDWCx1QkFBdUIsR0FDeEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGFBQWEsRUFDYixXQUFXLEdBQ1osTUFBTSxtQ0FBbUMsQ0FBQztBQUUzQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7OztBQVkzRSxNQUFNLE9BQU8sMEJBQTBCO0lBVnZDO1FBV0U7O1dBRUc7UUFDSCxrQkFBYSxHQUFHLGFBQWEsQ0FBQztRQUM5Qjs7V0FFRztRQUNILGdCQUFXLEdBQUcsV0FBVyxDQUFDO1FBRTFCOztXQUVHO1FBQ3VDLFVBQUssR0FBRyxJQUFJLENBQUM7UUFHdkQ7O1dBRUc7UUFDSCxVQUFLLEdBQUcsS0FBSyxDQUFDO0tBa0JmO0lBWkM7O09BRUc7SUFDSCxRQUFRO1FBQ04sSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO1FBQ3RFLElBQUksQ0FBQyxlQUFlLEdBQUcsaUJBQWlCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZELENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDekIsSUFBSSxDQUFDLGVBQWUsR0FBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkQsQ0FBQzs7MElBcENVLDBCQUEwQjs4SEFBMUIsMEJBQTBCLGdMQzFCdkMsMmFBV00sbTRCRFdRO1FBQ1YsdUJBQXVCLENBQUMsYUFBYTtLQUN0QzsyRkFFVSwwQkFBMEI7a0JBVnRDLFNBQVM7K0JBQ0UscUJBQXFCLGlCQUdoQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DO3dCQUNWLHVCQUF1QixDQUFDLGFBQWE7cUJBQ3RDOzhCQWV5QyxLQUFLO3NCQUE5QyxXQUFXO3VCQUFDLDJCQUEyQjtnQkFFL0IsZUFBZTtzQkFBdkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIEhvc3RCaW5kaW5nLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBmYUNoZXZyb25Eb3duLFxuICBmYUNoZXZyb25VcCxcbn0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuaW1wb3J0IHsgZGFmZkFjY29yZGlvbkFuaW1hdGlvbnMgfSBmcm9tICcuLi9hbmltYXRpb24vYWNjb3JkaW9uLWFuaW1hdGlvbic7XG5pbXBvcnQgeyBnZXRBbmltYXRpb25TdGF0ZSB9IGZyb20gJy4uL2FuaW1hdGlvbi9hY2NvcmRpb24tYW5pbWF0aW9uLXN0YXRlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGFmZi1hY2NvcmRpb24taXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBhbmltYXRpb25zOiBbXG4gICAgZGFmZkFjY29yZGlvbkFuaW1hdGlvbnMub3BlbkFjY29yZGlvbixcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZmFDaGV2cm9uRG93biA9IGZhQ2hldnJvbkRvd247XG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBmYUNoZXZyb25VcCA9IGZhQ2hldnJvblVwO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtYWNjb3JkaW9uLWl0ZW0nKSBjbGFzcyA9IHRydWU7XG5cbiAgQElucHV0KCkgaW5pdGlhbGx5QWN0aXZlOiBib29sZWFuO1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgX29wZW4gPSBmYWxzZTtcbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIF9hbmltYXRpb25TdGF0ZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLl9vcGVuID0gdGhpcy5pbml0aWFsbHlBY3RpdmUgPyB0aGlzLmluaXRpYWxseUFjdGl2ZSA6IHRoaXMuX29wZW47XG4gICAgdGhpcy5fYW5pbWF0aW9uU3RhdGUgPSBnZXRBbmltYXRpb25TdGF0ZSh0aGlzLl9vcGVuKTtcbiAgfVxuXG4gIHRvZ2dsZUFjdGl2ZSgpIHtcbiAgICB0aGlzLl9vcGVuID0gIXRoaXMuX29wZW47XG4gICAgdGhpcy5fYW5pbWF0aW9uU3RhdGUgPSBnZXRBbmltYXRpb25TdGF0ZSh0aGlzLl9vcGVuKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImRhZmYtYWNjb3JkaW9uLWl0ZW1fX2hlYWRlclwiIChjbGljayk9XCJ0b2dnbGVBY3RpdmUoKVwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbZGFmZkFjY29yZGlvbkl0ZW1UaXRsZV1cIj48L25nLWNvbnRlbnQ+XG4gIDxzcGFuIFtoaWRkZW5dPVwiX29wZW5cIiBkYWZmU3VmZml4PlxuICAgIDxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvbkRvd25cIj48L2ZhLWljb24+XG4gIDwvc3Bhbj5cbiAgPHNwYW4gW2hpZGRlbl09XCIhX29wZW5cIiBkYWZmU3VmZml4PlxuICAgIDxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvblVwXCI+PC9mYS1pY29uPlxuICA8L3NwYW4+XG48L2Rpdj5cbjxkaXYgW0BvcGVuQWNjb3JkaW9uXT1cIl9hbmltYXRpb25TdGF0ZVwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj4iXX0=
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBRUwsaUJBQWlCLEVBQ2pCLFdBQVcsRUFDWCx1QkFBdUIsR0FDeEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGFBQWEsRUFDYixXQUFXLEdBQ1osTUFBTSxtQ0FBbUMsQ0FBQztBQUUzQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7OztBQVkzRSxNQUFNLE9BQU8sMEJBQTBCO0lBVnZDO1FBV0U7O1dBRUc7UUFDSCxrQkFBYSxHQUFHLGFBQWEsQ0FBQztRQUM5Qjs7V0FFRztRQUNILGdCQUFXLEdBQUcsV0FBVyxDQUFDO1FBRTFCOztXQUVHO1FBQ3VDLFVBQUssR0FBRyxJQUFJLENBQUM7UUFHdkQ7O1dBRUc7UUFDSCxVQUFLLEdBQUcsS0FBSyxDQUFDO0tBa0JmO0lBWkM7O09BRUc7SUFDSCxRQUFRO1FBQ04sSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO1FBQ3RFLElBQUksQ0FBQyxlQUFlLEdBQUcsaUJBQWlCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZELENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDekIsSUFBSSxDQUFDLGVBQWUsR0FBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkQsQ0FBQzs7MElBcENVLDBCQUEwQjs4SEFBMUIsMEJBQTBCLGdMQzFCdkMsMmFBV00sNjVCRFdRO1FBQ1YsdUJBQXVCLENBQUMsYUFBYTtLQUN0QzsyRkFFVSwwQkFBMEI7a0JBVnRDLFNBQVM7K0JBQ0UscUJBQXFCLGlCQUdoQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DO3dCQUNWLHVCQUF1QixDQUFDLGFBQWE7cUJBQ3RDOzhCQWV5QyxLQUFLO3NCQUE5QyxXQUFXO3VCQUFDLDJCQUEyQjtnQkFFL0IsZUFBZTtzQkFBdkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIEhvc3RCaW5kaW5nLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBmYUNoZXZyb25Eb3duLFxuICBmYUNoZXZyb25VcCxcbn0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuaW1wb3J0IHsgZGFmZkFjY29yZGlvbkFuaW1hdGlvbnMgfSBmcm9tICcuLi9hbmltYXRpb24vYWNjb3JkaW9uLWFuaW1hdGlvbic7XG5pbXBvcnQgeyBnZXRBbmltYXRpb25TdGF0ZSB9IGZyb20gJy4uL2FuaW1hdGlvbi9hY2NvcmRpb24tYW5pbWF0aW9uLXN0YXRlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGFmZi1hY2NvcmRpb24taXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBhbmltYXRpb25zOiBbXG4gICAgZGFmZkFjY29yZGlvbkFuaW1hdGlvbnMub3BlbkFjY29yZGlvbixcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZmFDaGV2cm9uRG93biA9IGZhQ2hldnJvbkRvd247XG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBmYUNoZXZyb25VcCA9IGZhQ2hldnJvblVwO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtYWNjb3JkaW9uLWl0ZW0nKSBjbGFzcyA9IHRydWU7XG5cbiAgQElucHV0KCkgaW5pdGlhbGx5QWN0aXZlOiBib29sZWFuO1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgX29wZW4gPSBmYWxzZTtcbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIF9hbmltYXRpb25TdGF0ZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLl9vcGVuID0gdGhpcy5pbml0aWFsbHlBY3RpdmUgPyB0aGlzLmluaXRpYWxseUFjdGl2ZSA6IHRoaXMuX29wZW47XG4gICAgdGhpcy5fYW5pbWF0aW9uU3RhdGUgPSBnZXRBbmltYXRpb25TdGF0ZSh0aGlzLl9vcGVuKTtcbiAgfVxuXG4gIHRvZ2dsZUFjdGl2ZSgpIHtcbiAgICB0aGlzLl9vcGVuID0gIXRoaXMuX29wZW47XG4gICAgdGhpcy5fYW5pbWF0aW9uU3RhdGUgPSBnZXRBbmltYXRpb25TdGF0ZSh0aGlzLl9vcGVuKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImRhZmYtYWNjb3JkaW9uLWl0ZW1fX2hlYWRlclwiIChjbGljayk9XCJ0b2dnbGVBY3RpdmUoKVwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbZGFmZkFjY29yZGlvbkl0ZW1UaXRsZV1cIj48L25nLWNvbnRlbnQ+XG4gIDxzcGFuIFtoaWRkZW5dPVwiX29wZW5cIiBkYWZmU3VmZml4PlxuICAgIDxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvbkRvd25cIj48L2ZhLWljb24+XG4gIDwvc3Bhbj5cbiAgPHNwYW4gW2hpZGRlbl09XCIhX29wZW5cIiBkYWZmU3VmZml4PlxuICAgIDxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvblVwXCI+PC9mYS1pY29uPlxuICA8L3NwYW4+XG48L2Rpdj5cbjxkaXYgW0BvcGVuQWNjb3JkaW9uXT1cIl9hbmltYXRpb25TdGF0ZVwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj4iXX0=
@@ -8,9 +8,9 @@ export class DaffAccordionItemContentDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffAccordionItemContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffAccordionItemContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffAccordionItemContentDirective, selector: "[daffAccordionItemContent]", host: { properties: { "class.daff-accordion-item__content": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemContentDirective, decorators: [{
11
+ /** @nocollapse */ DaffAccordionItemContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffAccordionItemContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemContentDirective, selector: "[daffAccordionItemContent]", host: { properties: { "class.daff-accordion-item__content": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemContentDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffAccordionItemContent]',
@@ -8,9 +8,9 @@ export class DaffAccordionItemTitleDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffAccordionItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffAccordionItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]", host: { properties: { "class.daff-accordion-item__title": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemTitleDirective, decorators: [{
11
+ /** @nocollapse */ DaffAccordionItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffAccordionItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]", host: { properties: { "class.daff-accordion-item__title": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionItemTitleDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffAccordionItemTitle]',
@@ -1,17 +1,17 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import { NgModule } from '@angular/core';
3
3
  import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
4
- import { DaffPrefixSuffixModule } from '../../core/prefix-suffix/prefix-suffix.module';
4
+ import { DaffAccordionComponent } from './accordion/accordion.component';
5
+ import { DaffAccordionItemComponent } from './accordion-item/accordion-item.component';
5
6
  import { DaffAccordionItemContentDirective } from './accordion-item-content/accordion-item-content.directive';
6
7
  import { DaffAccordionItemTitleDirective } from './accordion-item-title/accordion-item-title.directive';
7
- import { DaffAccordionItemComponent } from './accordion-item/accordion-item.component';
8
- import { DaffAccordionComponent } from './accordion/accordion.component';
9
8
  import { DaffNavAccordionItemComponent } from './nav-accordion-item/nav-accordion-item.component';
9
+ import { DaffPrefixSuffixModule } from '../../core/prefix-suffix/prefix-suffix.module';
10
10
  import * as i0 from "@angular/core";
11
11
  export class DaffAccordionModule {
12
12
  }
13
- /** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- /** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, declarations: [DaffAccordionComponent,
13
+ /** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
+ /** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, declarations: [DaffAccordionComponent,
15
15
  DaffAccordionItemComponent,
16
16
  DaffNavAccordionItemComponent,
17
17
  DaffAccordionItemTitleDirective,
@@ -22,12 +22,10 @@ export class DaffAccordionModule {
22
22
  DaffNavAccordionItemComponent,
23
23
  DaffAccordionItemTitleDirective,
24
24
  DaffAccordionItemContentDirective] });
25
- /** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, imports: [[
26
- CommonModule,
27
- FontAwesomeModule,
28
- DaffPrefixSuffixModule,
29
- ]] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, decorators: [{
25
+ /** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, imports: [CommonModule,
26
+ FontAwesomeModule,
27
+ DaffPrefixSuffixModule] });
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffAccordionModule, decorators: [{
31
29
  type: NgModule,
32
30
  args: [{
33
31
  imports: [
@@ -51,4 +49,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
51
49
  ],
52
50
  }]
53
51
  }] });
54
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvYWNjb3JkaW9uL2FjY29yZGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDdkYsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sMkRBQTJELENBQUM7QUFDOUcsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sdURBQXVELENBQUM7QUFDeEcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDekUsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sbURBQW1ELENBQUM7O0FBd0JsRyxNQUFNLE9BQU8sbUJBQW1COzttSUFBbkIsbUJBQW1CO29JQUFuQixtQkFBbUIsaUJBZDVCLHNCQUFzQjtRQUN0QiwwQkFBMEI7UUFDMUIsNkJBQTZCO1FBQzdCLCtCQUErQjtRQUMvQixpQ0FBaUMsYUFWakMsWUFBWTtRQUVaLGlCQUFpQjtRQUNqQixzQkFBc0IsYUFVdEIsc0JBQXNCO1FBQ3RCLDBCQUEwQjtRQUMxQiw2QkFBNkI7UUFDN0IsK0JBQStCO1FBQy9CLGlDQUFpQztvSUFHeEIsbUJBQW1CLFlBckJyQjtZQUNQLFlBQVk7WUFFWixpQkFBaUI7WUFDakIsc0JBQXNCO1NBQ3ZCOzJGQWdCVSxtQkFBbUI7a0JBdEIvQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUVaLGlCQUFpQjt3QkFDakIsc0JBQXNCO3FCQUN2QjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3dCQUN0QiwwQkFBMEI7d0JBQzFCLDZCQUE2Qjt3QkFDN0IsK0JBQStCO3dCQUMvQixpQ0FBaUM7cUJBQ2xDO29CQUNELE9BQU8sRUFBRTt3QkFDUCxzQkFBc0I7d0JBQ3RCLDBCQUEwQjt3QkFDMUIsNkJBQTZCO3dCQUM3QiwrQkFBK0I7d0JBQy9CLGlDQUFpQztxQkFDbEM7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvbnRBd2Vzb21lTW9kdWxlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuXG5pbXBvcnQgeyBEYWZmUHJlZml4U3VmZml4TW9kdWxlIH0gZnJvbSAnLi4vLi4vY29yZS9wcmVmaXgtc3VmZml4L3ByZWZpeC1zdWZmaXgubW9kdWxlJztcbmltcG9ydCB7IERhZmZBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSB9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tY29udGVudC9hY2NvcmRpb24taXRlbS1jb250ZW50LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYWZmQWNjb3JkaW9uSXRlbVRpdGxlRGlyZWN0aXZlIH0gZnJvbSAnLi9hY2NvcmRpb24taXRlbS10aXRsZS9hY2NvcmRpb24taXRlbS10aXRsZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQgfSBmcm9tICcuL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmQWNjb3JkaW9uQ29tcG9uZW50IH0gZnJvbSAnLi9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmTmF2QWNjb3JkaW9uSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vbmF2LWFjY29yZGlvbi1pdGVtL25hdi1hY2NvcmRpb24taXRlbS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gICAgRGFmZlByZWZpeFN1ZmZpeE1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZkFjY29yZGlvbkNvbXBvbmVudCxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBEYWZmTmF2QWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbVRpdGxlRGlyZWN0aXZlLFxuICAgIERhZmZBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZBY2NvcmRpb25Db21wb25lbnQsXG4gICAgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgRGFmZk5hdkFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgRGFmZkFjY29yZGlvbkl0ZW1UaXRsZURpcmVjdGl2ZSxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZBY2NvcmRpb25Nb2R1bGUgeyB9XG4iXX0=
52
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvYWNjb3JkaW9uL2FjY29yZGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDekUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sMkRBQTJELENBQUM7QUFDOUcsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sdURBQXVELENBQUM7QUFDeEcsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDbEcsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0NBQStDLENBQUM7O0FBd0J2RixNQUFNLE9BQU8sbUJBQW1COzttSUFBbkIsbUJBQW1CO29JQUFuQixtQkFBbUIsaUJBZDVCLHNCQUFzQjtRQUN0QiwwQkFBMEI7UUFDMUIsNkJBQTZCO1FBQzdCLCtCQUErQjtRQUMvQixpQ0FBaUMsYUFWakMsWUFBWTtRQUVaLGlCQUFpQjtRQUNqQixzQkFBc0IsYUFVdEIsc0JBQXNCO1FBQ3RCLDBCQUEwQjtRQUMxQiw2QkFBNkI7UUFDN0IsK0JBQStCO1FBQy9CLGlDQUFpQztvSUFHeEIsbUJBQW1CLFlBcEI1QixZQUFZO1FBRVosaUJBQWlCO1FBQ2pCLHNCQUFzQjsyRkFpQmIsbUJBQW1CO2tCQXRCL0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFFWixpQkFBaUI7d0JBQ2pCLHNCQUFzQjtxQkFDdkI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHNCQUFzQjt3QkFDdEIsMEJBQTBCO3dCQUMxQiw2QkFBNkI7d0JBQzdCLCtCQUErQjt3QkFDL0IsaUNBQWlDO3FCQUNsQztvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asc0JBQXNCO3dCQUN0QiwwQkFBMEI7d0JBQzFCLDZCQUE2Qjt3QkFDN0IsK0JBQStCO3dCQUMvQixpQ0FBaUM7cUJBQ2xDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcblxuaW1wb3J0IHsgRGFmZkFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4vYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQgfSBmcm9tICcuL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUgfSBmcm9tICcuL2FjY29yZGlvbi1pdGVtLWNvbnRlbnQvYWNjb3JkaW9uLWl0ZW0tY29udGVudC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFmZkFjY29yZGlvbkl0ZW1UaXRsZURpcmVjdGl2ZSB9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tdGl0bGUvYWNjb3JkaW9uLWl0ZW0tdGl0bGUuZGlyZWN0aXZlJztcbmltcG9ydCB7IERhZmZOYXZBY2NvcmRpb25JdGVtQ29tcG9uZW50IH0gZnJvbSAnLi9uYXYtYWNjb3JkaW9uLWl0ZW0vbmF2LWFjY29yZGlvbi1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmUHJlZml4U3VmZml4TW9kdWxlIH0gZnJvbSAnLi4vLi4vY29yZS9wcmVmaXgtc3VmZml4L3ByZWZpeC1zdWZmaXgubW9kdWxlJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcblxuICAgIEZvbnRBd2Vzb21lTW9kdWxlLFxuICAgIERhZmZQcmVmaXhTdWZmaXhNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZBY2NvcmRpb25Db21wb25lbnQsXG4gICAgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgRGFmZk5hdkFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgRGFmZkFjY29yZGlvbkl0ZW1UaXRsZURpcmVjdGl2ZSxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmQWNjb3JkaW9uQ29tcG9uZW50LFxuICAgIERhZmZBY2NvcmRpb25JdGVtQ29tcG9uZW50LFxuICAgIERhZmZOYXZBY2NvcmRpb25JdGVtQ29tcG9uZW50LFxuICAgIERhZmZBY2NvcmRpb25JdGVtVGl0bGVEaXJlY3RpdmUsXG4gICAgRGFmZkFjY29yZGlvbkl0ZW1Db250ZW50RGlyZWN0aXZlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmQWNjb3JkaW9uTW9kdWxlIHsgfVxuIl19
@@ -1,13 +1,16 @@
1
- import { Component, Input, HostBinding, SkipSelf, Optional, ContentChildren, QueryList, ChangeDetectionStrategy, } from '@angular/core';
1
+ import { Component, Input, HostBinding, SkipSelf, Optional, ContentChildren, QueryList, ChangeDetectionStrategy, forwardRef, } from '@angular/core';
2
2
  import { faChevronDown, faChevronUp, } from '@fortawesome/free-solid-svg-icons';
3
3
  import { DaffAccordionComponent } from '../accordion/accordion.component';
4
4
  import { daffAccordionAnimations } from '../animation/accordion-animation';
5
5
  import { getAnimationState } from '../animation/accordion-animation-state';
6
6
  import * as i0 from "@angular/core";
7
7
  import * as i1 from "../accordion/accordion.component";
8
- import * as i2 from "@fortawesome/angular-fontawesome";
9
- import * as i3 from "@angular/common";
8
+ import * as i2 from "@angular/common";
9
+ import * as i3 from "@fortawesome/angular-fontawesome";
10
10
  import * as i4 from "../../../core/prefix-suffix/suffix.directive";
11
+ /**
12
+ * @deprecated in v1.0.0. Use DaffTreeComponent instead.
13
+ */
11
14
  export class DaffNavAccordionItemComponent {
12
15
  constructor(accordion, navAccordionItemParent) {
13
16
  this.accordion = accordion;
@@ -53,11 +56,11 @@ export class DaffNavAccordionItemComponent {
53
56
  this._animationState = getAnimationState(this._open);
54
57
  }
55
58
  }
56
- /** @nocollapse */ DaffNavAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNavAccordionItemComponent, deps: [{ token: i1.DaffAccordionComponent }, { token: DaffNavAccordionItemComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
57
- /** @nocollapse */ DaffNavAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffNavAccordionItemComponent, selector: "daff-nav-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class": "this.classes" } }, queries: [{ propertyName: "_navAccordionItemChild", predicate: DaffNavAccordionItemComponent, descendants: true }], ngImport: i0, template: "<div class=\"daff-nav-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>\n", styles: [":host(.daff-nav-accordion-item--level-1) .daff-nav-accordion-item__header{padding-left:15px}:host(.daff-nav-accordion-item--level-2) .daff-nav-accordion-item__header{padding-left:30px}:host(.daff-nav-accordion-item--level-3) .daff-nav-accordion-item__header{padding-left:45px}:host{display:block;padding-top:6px}.daff-nav-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:6px}.daff-nav-accordion-item__header .daff-suffix{margin:0 10px}\n"], components: [{ type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
59
+ /** @nocollapse */ DaffNavAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavAccordionItemComponent, deps: [{ token: i1.DaffAccordionComponent }, { token: DaffNavAccordionItemComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
60
+ /** @nocollapse */ DaffNavAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffNavAccordionItemComponent, selector: "daff-nav-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class": "this.classes" } }, queries: [{ propertyName: "_navAccordionItemChild", predicate: i0.forwardRef(function () { return DaffNavAccordionItemComponent; }), descendants: true }], ngImport: i0, template: "<div class=\"daff-nav-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>\n", styles: [":host(.daff-nav-accordion-item--level-1) .daff-nav-accordion-item__header{padding-left:15px}:host(.daff-nav-accordion-item--level-2) .daff-nav-accordion-item__header{padding-left:30px}:host(.daff-nav-accordion-item--level-3) .daff-nav-accordion-item__header{padding-left:45px}:host{display:block;padding-top:6px}.daff-nav-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:6px}.daff-nav-accordion-item__header .daff-suffix{margin:0 10px}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i4.DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
58
61
  daffAccordionAnimations.openAccordion,
59
62
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNavAccordionItemComponent, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNavAccordionItemComponent, decorators: [{
61
64
  type: Component,
62
65
  args: [{ selector: 'daff-nav-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
63
66
  daffAccordionAnimations.openAccordion,
@@ -73,6 +76,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
73
76
  type: Input
74
77
  }], _navAccordionItemChild: [{
75
78
  type: ContentChildren,
76
- args: [DaffNavAccordionItemComponent, { descendants: true }]
79
+ args: [forwardRef(() => DaffNavAccordionItemComponent), { descendants: true }]
77
80
  }] } });
78
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LWFjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvYWNjb3JkaW9uL25hdi1hY2NvcmRpb24taXRlbS9uYXYtYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vbmF2LWFjY29yZGlvbi1pdGVtL25hdi1hY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULEtBQUssRUFFTCxXQUFXLEVBQ1gsUUFBUSxFQUNSLFFBQVEsRUFDUixlQUFlLEVBQ2YsU0FBUyxFQUNULHVCQUF1QixHQUN4QixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsYUFBYSxFQUNiLFdBQVcsR0FDWixNQUFNLG1DQUFtQyxDQUFDO0FBRTNDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFDOzs7Ozs7QUFXM0UsTUFBTSxPQUFPLDZCQUE2QjtJQUV4QyxZQUNVLFNBQWlDLEVBQ1Qsc0JBQXFEO1FBRDdFLGNBQVMsR0FBVCxTQUFTLENBQXdCO1FBQ1QsMkJBQXNCLEdBQXRCLHNCQUFzQixDQUErQjtRQUV2Rjs7V0FFRztRQUNILGtCQUFhLEdBQUcsYUFBYSxDQUFDO1FBQzlCOztXQUVHO1FBQ0gsZ0JBQVcsR0FBRyxXQUFXLENBQUM7UUFpQjFCOztXQUVHO1FBQ0gsVUFBSyxHQUFHLEtBQUssQ0FBQztRQU1kOztXQUVHO1FBQ0gsV0FBTSxHQUFHLENBQUMsQ0FBQztJQXJDUixDQUFDO0lBVUo7O09BRUc7SUFDSCxJQUEwQixPQUFPO1FBQy9CLE9BQU87WUFDTCx5QkFBeUI7WUFDekIsaUNBQWlDLEdBQUcsSUFBSSxDQUFDLE1BQU07U0FDaEQsQ0FBQztJQUNKLENBQUM7SUFxQkQ7O09BRUc7SUFDSCxRQUFRO1FBQ1AsSUFBRyxJQUFJLENBQUMsc0JBQXNCLElBQUksSUFBSSxDQUFDLFNBQVMsS0FBSyxJQUFJLENBQUMsc0JBQXNCLENBQUMsU0FBUyxFQUFFO1lBQzFGLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7U0FDdEQ7UUFDRCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDdEUsSUFBSSxDQUFDLGVBQWUsR0FBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELFlBQVk7UUFDWCxJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztRQUN6QixJQUFJLENBQUMsZUFBZSxHQUFHLGlCQUFpQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN0RCxDQUFDOzs2SUExRFUsNkJBQTZCLHdEQUlrQiw2QkFBNkI7aUlBSjVFLDZCQUE2Qix5TUEyQnZCLDZCQUE2QixnREN4RGhELHFoQkFZQSxxOUJEYWM7UUFDVix1QkFBdUIsQ0FBQyxhQUFhO0tBQ3RDOzJGQUVVLDZCQUE2QjtrQkFUekMsU0FBUzsrQkFDRSx5QkFBeUIsbUJBR2xCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkM7d0JBQ1YsdUJBQXVCLENBQUMsYUFBYTtxQkFDdEM7K0ZBTXlELDZCQUE2QjswQkFBcEYsUUFBUTs7MEJBQUksUUFBUTs0Q0FjRyxPQUFPO3NCQUFoQyxXQUFXO3VCQUFDLE9BQU87Z0JBT1gsZUFBZTtzQkFBdkIsS0FBSztnQkFHTixzQkFBc0I7c0JBRHJCLGVBQWU7dUJBQUMsNkJBQTZCLEVBQUUsRUFBRSxXQUFXLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBIb3N0QmluZGluZyxcbiAgU2tpcFNlbGYsXG4gIE9wdGlvbmFsLFxuICBDb250ZW50Q2hpbGRyZW4sXG4gIFF1ZXJ5TGlzdCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgZmFDaGV2cm9uRG93bixcbiAgZmFDaGV2cm9uVXAsXG59IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbmltcG9ydCB7IERhZmZBY2NvcmRpb25Db21wb25lbnQgfSBmcm9tICcuLi9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBkYWZmQWNjb3JkaW9uQW5pbWF0aW9ucyB9IGZyb20gJy4uL2FuaW1hdGlvbi9hY2NvcmRpb24tYW5pbWF0aW9uJztcbmltcG9ydCB7IGdldEFuaW1hdGlvblN0YXRlIH0gZnJvbSAnLi4vYW5pbWF0aW9uL2FjY29yZGlvbi1hbmltYXRpb24tc3RhdGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLW5hdi1hY2NvcmRpb24taXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXYtYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uYXYtYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGFuaW1hdGlvbnM6IFtcbiAgICBkYWZmQWNjb3JkaW9uQW5pbWF0aW9ucy5vcGVuQWNjb3JkaW9uLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmTmF2QWNjb3JkaW9uSXRlbUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBhY2NvcmRpb246IERhZmZBY2NvcmRpb25Db21wb25lbnQsXG4gICAgQFNraXBTZWxmKCkgQE9wdGlvbmFsKCkgcHJpdmF0ZSBuYXZBY2NvcmRpb25JdGVtUGFyZW50OiBEYWZmTmF2QWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgKSB7fVxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZmFDaGV2cm9uRG93biA9IGZhQ2hldnJvbkRvd247XG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBmYUNoZXZyb25VcCA9IGZhQ2hldnJvblVwO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzJykgZ2V0IGNsYXNzZXMoKSB7XG4gICAgcmV0dXJuIFtcbiAgICAgICdkYWZmLW5hdi1hY2NvcmRpb24taXRlbScsXG4gICAgICAnZGFmZi1uYXYtYWNjb3JkaW9uLWl0ZW0tLWxldmVsLScgKyB0aGlzLl9sZXZlbCxcbiAgICBdO1xuICB9XG5cbiAgQElucHV0KCkgaW5pdGlhbGx5QWN0aXZlOiBib29sZWFuO1xuXG4gIEBDb250ZW50Q2hpbGRyZW4oRGFmZk5hdkFjY29yZGlvbkl0ZW1Db21wb25lbnQsIHsgZGVzY2VuZGFudHM6IHRydWUgfSlcbiAgX25hdkFjY29yZGlvbkl0ZW1DaGlsZDogUXVlcnlMaXN0PERhZmZOYXZBY2NvcmRpb25JdGVtQ29tcG9uZW50PjtcblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgX29wZW4gPSBmYWxzZTtcbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIF9hbmltYXRpb25TdGF0ZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBfbGV2ZWwgPSAwO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBuZ09uSW5pdCgpIHtcblx0ICBpZih0aGlzLm5hdkFjY29yZGlvbkl0ZW1QYXJlbnQgJiYgdGhpcy5hY2NvcmRpb24gPT09IHRoaXMubmF2QWNjb3JkaW9uSXRlbVBhcmVudC5hY2NvcmRpb24pIHtcblx0ICAgIHRoaXMuX2xldmVsID0gdGhpcy5uYXZBY2NvcmRpb25JdGVtUGFyZW50Ll9sZXZlbCArIDE7XG5cdCAgfVxuXHQgIHRoaXMuX29wZW4gPSB0aGlzLmluaXRpYWxseUFjdGl2ZSA/IHRoaXMuaW5pdGlhbGx5QWN0aXZlIDogdGhpcy5fb3Blbjtcblx0ICB0aGlzLl9hbmltYXRpb25TdGF0ZSA9IGdldEFuaW1hdGlvblN0YXRlKHRoaXMuX29wZW4pO1xuICB9XG5cbiAgdG9nZ2xlQWN0aXZlKCkge1xuXHQgIHRoaXMuX29wZW4gPSAhdGhpcy5fb3Blbjtcblx0ICB0aGlzLl9hbmltYXRpb25TdGF0ZSA9IGdldEFuaW1hdGlvblN0YXRlKHRoaXMuX29wZW4pO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZGFmZi1uYXYtYWNjb3JkaW9uLWl0ZW1fX2hlYWRlclwiIChjbGljayk9XCJ0b2dnbGVBY3RpdmUoKVwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbZGFmZkFjY29yZGlvbkl0ZW1UaXRsZV1cIj48L25nLWNvbnRlbnQ+XG4gIDxzcGFuIFtoaWRkZW5dPVwiX29wZW5cIiBkYWZmU3VmZml4ICpuZ0lmPVwiX25hdkFjY29yZGlvbkl0ZW1DaGlsZC50b0FycmF5KCkubGVuZ3RoXCI+XG4gICAgPGZhLWljb24gW2ljb25dPVwiZmFDaGV2cm9uRG93blwiPjwvZmEtaWNvbj5cbiAgPC9zcGFuPlxuICA8c3BhbiBbaGlkZGVuXT1cIiFfb3BlblwiIGRhZmZTdWZmaXggKm5nSWY9XCJfbmF2QWNjb3JkaW9uSXRlbUNoaWxkLnRvQXJyYXkoKS5sZW5ndGhcIj5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYUNoZXZyb25VcFwiPjwvZmEtaWNvbj5cbiAgPC9zcGFuPlxuPC9kaXY+XG48ZGl2IFtAb3BlbkFjY29yZGlvbl09XCJfYW5pbWF0aW9uU3RhdGVcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
81
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LWFjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvYWNjb3JkaW9uL25hdi1hY2NvcmRpb24taXRlbS9uYXYtYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vbmF2LWFjY29yZGlvbi1pdGVtL25hdi1hY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULEtBQUssRUFFTCxXQUFXLEVBQ1gsUUFBUSxFQUNSLFFBQVEsRUFDUixlQUFlLEVBQ2YsU0FBUyxFQUNULHVCQUF1QixFQUN2QixVQUFVLEdBQ1gsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGFBQWEsRUFDYixXQUFXLEdBQ1osTUFBTSxtQ0FBbUMsQ0FBQztBQUUzQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUMxRSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7Ozs7O0FBRTNFOztHQUVHO0FBVUgsTUFBTSxPQUFPLDZCQUE2QjtJQUV4QyxZQUNVLFNBQWlDLEVBQ1Qsc0JBQXFEO1FBRDdFLGNBQVMsR0FBVCxTQUFTLENBQXdCO1FBQ1QsMkJBQXNCLEdBQXRCLHNCQUFzQixDQUErQjtRQUV2Rjs7V0FFRztRQUNILGtCQUFhLEdBQUcsYUFBYSxDQUFDO1FBQzlCOztXQUVHO1FBQ0gsZ0JBQVcsR0FBRyxXQUFXLENBQUM7UUFpQjFCOztXQUVHO1FBQ0gsVUFBSyxHQUFHLEtBQUssQ0FBQztRQU1kOztXQUVHO1FBQ0gsV0FBTSxHQUFHLENBQUMsQ0FBQztJQXJDUixDQUFDO0lBVUo7O09BRUc7SUFDSCxJQUEwQixPQUFPO1FBQy9CLE9BQU87WUFDTCx5QkFBeUI7WUFDekIsaUNBQWlDLEdBQUcsSUFBSSxDQUFDLE1BQU07U0FDaEQsQ0FBQztJQUNKLENBQUM7SUFxQkQ7O09BRUc7SUFDSCxRQUFRO1FBQ1AsSUFBRyxJQUFJLENBQUMsc0JBQXNCLElBQUksSUFBSSxDQUFDLFNBQVMsS0FBSyxJQUFJLENBQUMsc0JBQXNCLENBQUMsU0FBUyxFQUFFO1lBQzFGLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7U0FDdEQ7UUFDRCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDdEUsSUFBSSxDQUFDLGVBQWUsR0FBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELFlBQVk7UUFDWCxJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztRQUN6QixJQUFJLENBQUMsZUFBZSxHQUFHLGlCQUFpQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN0RCxDQUFDOzs2SUExRFUsNkJBQTZCO2lJQUE3Qiw2QkFBNkIsNE9BMkJOLDZCQUE2QixvREM1RGpFLHFoQkFZQSxrZ0NEaUJjO1FBQ1YsdUJBQXVCLENBQUMsYUFBYTtLQUN0QzsyRkFFVSw2QkFBNkI7a0JBVHpDLFNBQVM7K0JBQ0UseUJBQXlCLG1CQUdsQix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DO3dCQUNWLHVCQUF1QixDQUFDLGFBQWE7cUJBQ3RDOzswQkFNRSxRQUFROzswQkFBSSxRQUFROzRDQWNHLE9BQU87c0JBQWhDLFdBQVc7dUJBQUMsT0FBTztnQkFPWCxlQUFlO3NCQUF2QixLQUFLO2dCQUdKLHNCQUFzQjtzQkFEdkIsZUFBZTt1QkFBQyxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsNkJBQTZCLENBQUMsRUFBRSxFQUFFLFdBQVcsRUFBRSxJQUFJLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIElucHV0LFxuICBPbkluaXQsXG4gIEhvc3RCaW5kaW5nLFxuICBTa2lwU2VsZixcbiAgT3B0aW9uYWwsXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgUXVlcnlMaXN0LFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgZm9yd2FyZFJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBmYUNoZXZyb25Eb3duLFxuICBmYUNoZXZyb25VcCxcbn0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuaW1wb3J0IHsgRGFmZkFjY29yZGlvbkNvbXBvbmVudCB9IGZyb20gJy4uL2FjY29yZGlvbi9hY2NvcmRpb24uY29tcG9uZW50JztcbmltcG9ydCB7IGRhZmZBY2NvcmRpb25BbmltYXRpb25zIH0gZnJvbSAnLi4vYW5pbWF0aW9uL2FjY29yZGlvbi1hbmltYXRpb24nO1xuaW1wb3J0IHsgZ2V0QW5pbWF0aW9uU3RhdGUgfSBmcm9tICcuLi9hbmltYXRpb24vYWNjb3JkaW9uLWFuaW1hdGlvbi1zdGF0ZSc7XG5cbi8qKlxuICogQGRlcHJlY2F0ZWQgaW4gdjEuMC4wLiBVc2UgRGFmZlRyZWVDb21wb25lbnQgaW5zdGVhZC5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGFmZi1uYXYtYWNjb3JkaW9uLWl0ZW0nLFxuICB0ZW1wbGF0ZVVybDogJy4vbmF2LWFjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbmF2LWFjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBhbmltYXRpb25zOiBbXG4gICAgZGFmZkFjY29yZGlvbkFuaW1hdGlvbnMub3BlbkFjY29yZGlvbixcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZk5hdkFjY29yZGlvbkl0ZW1Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgYWNjb3JkaW9uOiBEYWZmQWNjb3JkaW9uQ29tcG9uZW50LFxuICAgIEBTa2lwU2VsZigpIEBPcHRpb25hbCgpIHByaXZhdGUgbmF2QWNjb3JkaW9uSXRlbVBhcmVudDogRGFmZk5hdkFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICkge31cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIGZhQ2hldnJvbkRvd24gPSBmYUNoZXZyb25Eb3duO1xuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgZmFDaGV2cm9uVXAgPSBmYUNoZXZyb25VcDtcblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpIGdldCBjbGFzc2VzKCkge1xuICAgIHJldHVybiBbXG4gICAgICAnZGFmZi1uYXYtYWNjb3JkaW9uLWl0ZW0nLFxuICAgICAgJ2RhZmYtbmF2LWFjY29yZGlvbi1pdGVtLS1sZXZlbC0nICsgdGhpcy5fbGV2ZWwsXG4gICAgXTtcbiAgfVxuXG4gIEBJbnB1dCgpIGluaXRpYWxseUFjdGl2ZTogYm9vbGVhbjtcblxuICBAQ29udGVudENoaWxkcmVuKGZvcndhcmRSZWYoKCkgPT4gRGFmZk5hdkFjY29yZGlvbkl0ZW1Db21wb25lbnQpLCB7IGRlc2NlbmRhbnRzOiB0cnVlIH0pXG4gICAgX25hdkFjY29yZGlvbkl0ZW1DaGlsZDogUXVlcnlMaXN0PERhZmZOYXZBY2NvcmRpb25JdGVtQ29tcG9uZW50PjtcblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgX29wZW4gPSBmYWxzZTtcbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIF9hbmltYXRpb25TdGF0ZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBfbGV2ZWwgPSAwO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBuZ09uSW5pdCgpIHtcblx0ICBpZih0aGlzLm5hdkFjY29yZGlvbkl0ZW1QYXJlbnQgJiYgdGhpcy5hY2NvcmRpb24gPT09IHRoaXMubmF2QWNjb3JkaW9uSXRlbVBhcmVudC5hY2NvcmRpb24pIHtcblx0ICAgIHRoaXMuX2xldmVsID0gdGhpcy5uYXZBY2NvcmRpb25JdGVtUGFyZW50Ll9sZXZlbCArIDE7XG5cdCAgfVxuXHQgIHRoaXMuX29wZW4gPSB0aGlzLmluaXRpYWxseUFjdGl2ZSA/IHRoaXMuaW5pdGlhbGx5QWN0aXZlIDogdGhpcy5fb3Blbjtcblx0ICB0aGlzLl9hbmltYXRpb25TdGF0ZSA9IGdldEFuaW1hdGlvblN0YXRlKHRoaXMuX29wZW4pO1xuICB9XG5cbiAgdG9nZ2xlQWN0aXZlKCkge1xuXHQgIHRoaXMuX29wZW4gPSAhdGhpcy5fb3Blbjtcblx0ICB0aGlzLl9hbmltYXRpb25TdGF0ZSA9IGdldEFuaW1hdGlvblN0YXRlKHRoaXMuX29wZW4pO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZGFmZi1uYXYtYWNjb3JkaW9uLWl0ZW1fX2hlYWRlclwiIChjbGljayk9XCJ0b2dnbGVBY3RpdmUoKVwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbZGFmZkFjY29yZGlvbkl0ZW1UaXRsZV1cIj48L25nLWNvbnRlbnQ+XG4gIDxzcGFuIFtoaWRkZW5dPVwiX29wZW5cIiBkYWZmU3VmZml4ICpuZ0lmPVwiX25hdkFjY29yZGlvbkl0ZW1DaGlsZC50b0FycmF5KCkubGVuZ3RoXCI+XG4gICAgPGZhLWljb24gW2ljb25dPVwiZmFDaGV2cm9uRG93blwiPjwvZmEtaWNvbj5cbiAgPC9zcGFuPlxuICA8c3BhbiBbaGlkZGVuXT1cIiFfb3BlblwiIGRhZmZTdWZmaXggKm5nSWY9XCJfbmF2QWNjb3JkaW9uSXRlbUNoaWxkLnRvQXJyYXkoKS5sZW5ndGhcIj5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYUNoZXZyb25VcFwiPjwvZmEtaWNvbj5cbiAgPC9zcGFuPlxuPC9kaXY+XG48ZGl2IFtAb3BlbkFjY29yZGlvbl09XCJfYW5pbWF0aW9uU3RhdGVcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
@@ -15,11 +15,11 @@ export class DaffArticleComponent {
15
15
  this.role = 'article';
16
16
  }
17
17
  }
18
- /** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
- /** @nocollapse */ DaffArticleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article pre:last-child{margin-bottom:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleComponent, decorators: [{
18
+ /** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ /** @nocollapse */ DaffArticleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre:not(.daff-ae *,.daff-ae){margin:1.5rem 0}.daff-article pre:not(.daff-ae *,.daff-ae):last-child{margin-bottom:0}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleComponent, decorators: [{
21
21
  type: Component,
22
- args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article pre:last-child{margin-bottom:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"] }]
22
+ args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre:not(.daff-ae *,.daff-ae){margin:1.5rem 0}.daff-article pre:not(.daff-ae *,.daff-ae):last-child{margin-bottom:0}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"] }]
23
23
  }], propDecorators: { class: [{
24
24
  type: HostBinding,
25
25
  args: ['class.daff-article']
@@ -8,9 +8,9 @@ export class DaffArticleLeadDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffArticleLeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleLeadDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffArticleLeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffArticleLeadDirective, selector: "[daffArticleLead]", host: { properties: { "class.daff-article__lead": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleLeadDirective, decorators: [{
11
+ /** @nocollapse */ DaffArticleLeadDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleLeadDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffArticleLeadDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleLeadDirective, selector: "[daffArticleLead]", host: { properties: { "class.daff-article__lead": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleLeadDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffArticleLead]',
@@ -8,9 +8,9 @@ export class DaffArticleMetaDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffArticleMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleMetaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffArticleMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffArticleMetaDirective, selector: "[daffArticleMeta]", host: { properties: { "class.daff-article__meta": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleMetaDirective, decorators: [{
11
+ /** @nocollapse */ DaffArticleMetaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleMetaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffArticleMetaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleMetaDirective, selector: "[daffArticleMeta]", host: { properties: { "class.daff-article__meta": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleMetaDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffArticleMeta]',
@@ -8,9 +8,9 @@ export class DaffArticleTitleDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffArticleTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffArticleTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffArticleTitleDirective, selector: "[daffArticleTitle]", host: { properties: { "class.daff-article__title": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleTitleDirective, decorators: [{
11
+ /** @nocollapse */ DaffArticleTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffArticleTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffArticleTitleDirective, selector: "[daffArticleTitle]", host: { properties: { "class.daff-article__title": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleTitleDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffArticleTitle]',
@@ -1,24 +1,22 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import { NgModule } from '@angular/core';
3
+ import { DaffArticleComponent } from './article/article.component';
3
4
  import { DaffArticleLeadDirective } from './article-lead/article-lead.directive';
4
5
  import { DaffArticleMetaDirective } from './article-meta/article-meta.directive';
5
6
  import { DaffArticleTitleDirective } from './article-title/article-title.directive';
6
- import { DaffArticleComponent } from './article/article.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export class DaffArticleModule {
9
9
  }
10
- /** @nocollapse */ DaffArticleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- /** @nocollapse */ DaffArticleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleModule, declarations: [DaffArticleComponent,
10
+ /** @nocollapse */ DaffArticleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ /** @nocollapse */ DaffArticleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, declarations: [DaffArticleComponent,
12
12
  DaffArticleTitleDirective,
13
13
  DaffArticleLeadDirective,
14
14
  DaffArticleMetaDirective], imports: [CommonModule], exports: [DaffArticleComponent,
15
15
  DaffArticleTitleDirective,
16
16
  DaffArticleLeadDirective,
17
17
  DaffArticleMetaDirective] });
18
- /** @nocollapse */ DaffArticleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleModule, imports: [[
19
- CommonModule,
20
- ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleModule, decorators: [{
18
+ /** @nocollapse */ DaffArticleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, imports: [CommonModule] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffArticleModule, decorators: [{
22
20
  type: NgModule,
23
21
  args: [{
24
22
  imports: [
@@ -38,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
38
36
  ],
39
37
  }]
40
38
  }] });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL2FydGljbGUvYXJ0aWNsZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDakYsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDakYsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDcEYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7O0FBbUJuRSxNQUFNLE9BQU8saUJBQWlCOztpSUFBakIsaUJBQWlCO2tJQUFqQixpQkFBaUIsaUJBWjFCLG9CQUFvQjtRQUNwQix5QkFBeUI7UUFDekIsd0JBQXdCO1FBQ3hCLHdCQUF3QixhQU54QixZQUFZLGFBU1osb0JBQW9CO1FBQ3BCLHlCQUF5QjtRQUN6Qix3QkFBd0I7UUFDeEIsd0JBQXdCO2tJQUdmLGlCQUFpQixZQWhCbkI7WUFDUCxZQUFZO1NBQ2I7MkZBY1UsaUJBQWlCO2tCQWpCN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osb0JBQW9CO3dCQUNwQix5QkFBeUI7d0JBQ3pCLHdCQUF3Qjt3QkFDeEIsd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3dCQUNwQix5QkFBeUI7d0JBQ3pCLHdCQUF3Qjt3QkFDeEIsd0JBQXdCO3FCQUN6QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmQXJ0aWNsZUxlYWREaXJlY3RpdmUgfSBmcm9tICcuL2FydGljbGUtbGVhZC9hcnRpY2xlLWxlYWQuZGlyZWN0aXZlJztcbmltcG9ydCB7IERhZmZBcnRpY2xlTWV0YURpcmVjdGl2ZSB9IGZyb20gJy4vYXJ0aWNsZS1tZXRhL2FydGljbGUtbWV0YS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFmZkFydGljbGVUaXRsZURpcmVjdGl2ZSB9IGZyb20gJy4vYXJ0aWNsZS10aXRsZS9hcnRpY2xlLXRpdGxlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYWZmQXJ0aWNsZUNvbXBvbmVudCB9IGZyb20gJy4vYXJ0aWNsZS9hcnRpY2xlLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZBcnRpY2xlQ29tcG9uZW50LFxuICAgIERhZmZBcnRpY2xlVGl0bGVEaXJlY3RpdmUsXG4gICAgRGFmZkFydGljbGVMZWFkRGlyZWN0aXZlLFxuICAgIERhZmZBcnRpY2xlTWV0YURpcmVjdGl2ZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZBcnRpY2xlQ29tcG9uZW50LFxuICAgIERhZmZBcnRpY2xlVGl0bGVEaXJlY3RpdmUsXG4gICAgRGFmZkFydGljbGVMZWFkRGlyZWN0aXZlLFxuICAgIERhZmZBcnRpY2xlTWV0YURpcmVjdGl2ZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkFydGljbGVNb2R1bGUgeyB9XG4iXX0=
39
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL2FydGljbGUvYXJ0aWNsZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDbkUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDakYsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDakYsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0seUNBQXlDLENBQUM7O0FBbUJwRixNQUFNLE9BQU8saUJBQWlCOztpSUFBakIsaUJBQWlCO2tJQUFqQixpQkFBaUIsaUJBWjFCLG9CQUFvQjtRQUNwQix5QkFBeUI7UUFDekIsd0JBQXdCO1FBQ3hCLHdCQUF3QixhQU54QixZQUFZLGFBU1osb0JBQW9CO1FBQ3BCLHlCQUF5QjtRQUN6Qix3QkFBd0I7UUFDeEIsd0JBQXdCO2tJQUdmLGlCQUFpQixZQWYxQixZQUFZOzJGQWVILGlCQUFpQjtrQkFqQjdCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLG9CQUFvQjt3QkFDcEIseUJBQXlCO3dCQUN6Qix3QkFBd0I7d0JBQ3hCLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjt3QkFDcEIseUJBQXlCO3dCQUN6Qix3QkFBd0I7d0JBQ3hCLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkFydGljbGVDb21wb25lbnQgfSBmcm9tICcuL2FydGljbGUvYXJ0aWNsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZkFydGljbGVMZWFkRGlyZWN0aXZlIH0gZnJvbSAnLi9hcnRpY2xlLWxlYWQvYXJ0aWNsZS1sZWFkLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYWZmQXJ0aWNsZU1ldGFEaXJlY3RpdmUgfSBmcm9tICcuL2FydGljbGUtbWV0YS9hcnRpY2xlLW1ldGEuZGlyZWN0aXZlJztcbmltcG9ydCB7IERhZmZBcnRpY2xlVGl0bGVEaXJlY3RpdmUgfSBmcm9tICcuL2FydGljbGUtdGl0bGUvYXJ0aWNsZS10aXRsZS5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEYWZmQXJ0aWNsZUNvbXBvbmVudCxcbiAgICBEYWZmQXJ0aWNsZVRpdGxlRGlyZWN0aXZlLFxuICAgIERhZmZBcnRpY2xlTGVhZERpcmVjdGl2ZSxcbiAgICBEYWZmQXJ0aWNsZU1ldGFEaXJlY3RpdmUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmQXJ0aWNsZUNvbXBvbmVudCxcbiAgICBEYWZmQXJ0aWNsZVRpdGxlRGlyZWN0aXZlLFxuICAgIERhZmZBcnRpY2xlTGVhZERpcmVjdGl2ZSxcbiAgICBEYWZmQXJ0aWNsZU1ldGFEaXJlY3RpdmUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZBcnRpY2xlTW9kdWxlIHsgfVxuIl19
@@ -51,11 +51,11 @@ export class DaffBackdropComponent {
51
51
  this.backdropClicked.emit();
52
52
  }
53
53
  }
54
- /** @nocollapse */ DaffBackdropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
55
- /** @nocollapse */ DaffBackdropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffBackdropComponent, selector: "daff-backdrop", inputs: { transparent: "transparent", interactable: "interactable", fullscreen: "fullscreen" }, outputs: { backdropClicked: "backdropClicked" }, host: { listeners: { "@fadeBackdrop.done": "animationDone($event)", "@fadeBackdrop.start": "animationStart($event)", "click": "onBackdropClicked()" }, properties: { "class.interactable": "this.interactableClass", "@fadeBackdrop": "this.fadeBackdropTrigger" } }, ngImport: i0, template: "<div class=\"daff-backdrop\" [class.daff-backdrop--fullscreen]=\"fullscreen\" [class.daff-backdrop--transparent]=\"transparent\"></div>\n", styles: [":host{display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);visibility:hidden;pointer-events:none}:host.interactable{visibility:visible;pointer-events:all;cursor:pointer;-webkit-user-select:none;user-select:none}.daff-backdrop{background:rgba(0,0,0,.3);height:100%;width:100%}.daff-backdrop--transparent{background:none}.daff-backdrop:focus,.daff-backdrop:active,.daff-backdrop:visited{outline:0}.daff-backdrop--fullscreen{position:absolute}\n"], animations: [
54
+ /** @nocollapse */ DaffBackdropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
55
+ /** @nocollapse */ DaffBackdropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffBackdropComponent, selector: "daff-backdrop", inputs: { transparent: "transparent", interactable: "interactable", fullscreen: "fullscreen" }, outputs: { backdropClicked: "backdropClicked" }, host: { listeners: { "@fadeBackdrop.done": "animationDone($event)", "@fadeBackdrop.start": "animationStart($event)", "click": "onBackdropClicked()" }, properties: { "class.interactable": "this.interactableClass", "@fadeBackdrop": "this.fadeBackdropTrigger" } }, ngImport: i0, template: "<div class=\"daff-backdrop\" [class.daff-backdrop--fullscreen]=\"fullscreen\" [class.daff-backdrop--transparent]=\"transparent\"></div>\n", styles: [":host{display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);visibility:hidden;pointer-events:none}:host.interactable{visibility:visible;pointer-events:all;cursor:pointer;-webkit-user-select:none;user-select:none}.daff-backdrop{background:rgba(0,0,0,.3);height:100%;width:100%}.daff-backdrop--transparent{background:none}.daff-backdrop:focus,.daff-backdrop:active,.daff-backdrop:visited{outline:0}.daff-backdrop--fullscreen{position:absolute}\n"], animations: [
56
56
  daffBackdropAnimations.fadeBackdrop,
57
57
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropComponent, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropComponent, decorators: [{
59
59
  type: Component,
60
60
  args: [{ selector: 'daff-backdrop', animations: [
61
61
  daffBackdropAnimations.fadeBackdrop,
@@ -4,12 +4,10 @@ import { DaffBackdropComponent } from './backdrop/backdrop.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DaffBackdropModule {
6
6
  }
7
- /** @nocollapse */ DaffBackdropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ DaffBackdropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropModule, declarations: [DaffBackdropComponent], imports: [CommonModule], exports: [DaffBackdropComponent] });
9
- /** @nocollapse */ DaffBackdropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropModule, imports: [[
10
- CommonModule,
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffBackdropModule, decorators: [{
7
+ /** @nocollapse */ DaffBackdropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ DaffBackdropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, declarations: [DaffBackdropComponent], imports: [CommonModule], exports: [DaffBackdropComponent] });
9
+ /** @nocollapse */ DaffBackdropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffBackdropModule, decorators: [{
13
11
  type: NgModule,
14
12
  args: [{
15
13
  imports: [
@@ -21,9 +19,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
21
19
  exports: [
22
20
  DaffBackdropComponent,
23
21
  ],
24
- entryComponents: [
25
- DaffBackdropComponent,
26
- ],
27
22
  }]
28
23
  }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2Ryb3AubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9iYWNrZHJvcC9iYWNrZHJvcC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sK0JBQStCLENBQUM7O0FBZ0J0RSxNQUFNLE9BQU8sa0JBQWtCOztrSUFBbEIsa0JBQWtCO21JQUFsQixrQkFBa0IsaUJBVDNCLHFCQUFxQixhQUhyQixZQUFZLGFBTVoscUJBQXFCO21JQU1aLGtCQUFrQixZQWJwQjtZQUNQLFlBQVk7U0FDYjsyRkFXVSxrQkFBa0I7a0JBZDlCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHFCQUFxQjtxQkFDdEI7b0JBQ0QsZUFBZSxFQUFFO3dCQUNmLHFCQUFxQjtxQkFDdEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkJhY2tkcm9wQ29tcG9uZW50IH0gZnJvbSAnLi9iYWNrZHJvcC9iYWNrZHJvcC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEYWZmQmFja2Ryb3BDb21wb25lbnQsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmQmFja2Ryb3BDb21wb25lbnQsXG4gIF0sXG4gIGVudHJ5Q29tcG9uZW50czogW1xuICAgIERhZmZCYWNrZHJvcENvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkJhY2tkcm9wTW9kdWxlIHsgfVxuIl19
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2Ryb3AubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9iYWNrZHJvcC9iYWNrZHJvcC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sK0JBQStCLENBQUM7O0FBYXRFLE1BQU0sT0FBTyxrQkFBa0I7O2tJQUFsQixrQkFBa0I7bUlBQWxCLGtCQUFrQixpQkFOM0IscUJBQXFCLGFBSHJCLFlBQVksYUFNWixxQkFBcUI7bUlBR1osa0JBQWtCLFlBVDNCLFlBQVk7MkZBU0gsa0JBQWtCO2tCQVg5QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELFlBQVksRUFBRTt3QkFDWixxQkFBcUI7cUJBQ3RCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxxQkFBcUI7cUJBQ3RCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZCYWNrZHJvcENvbXBvbmVudCB9IGZyb20gJy4vYmFja2Ryb3AvYmFja2Ryb3AuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZkJhY2tkcm9wQ29tcG9uZW50LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGFmZkJhY2tkcm9wQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmQmFja2Ryb3BNb2R1bGUgeyB9XG4iXX0=
@@ -11,9 +11,9 @@ export class DaffButtonSetComponent {
11
11
  this.class = true;
12
12
  }
13
13
  }
14
- /** @nocollapse */ DaffButtonSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- /** @nocollapse */ DaffButtonSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffButtonSetComponent, selector: "daff-button-set", host: { properties: { "class.daff-button-set": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-button-set{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width: 480px){.daff-button-set{flex-direction:row}}.daff-button-set>*{margin:0 0 5px}.daff-button-set>*:last-child{margin:0}@media (min-width: 480px){.daff-button-set>*{margin:0 5px 0 0}.daff-button-set>*:last-child{margin:0}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonSetComponent, decorators: [{
14
+ /** @nocollapse */ DaffButtonSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
+ /** @nocollapse */ DaffButtonSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffButtonSetComponent, selector: "daff-button-set", host: { properties: { "class.daff-button-set": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-button-set{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width: 480px){.daff-button-set{flex-direction:row}}.daff-button-set>*{margin:0 0 5px}.daff-button-set>*:last-child{margin:0}@media (min-width: 480px){.daff-button-set>*{margin:0 5px 0 0}.daff-button-set>*:last-child{margin:0}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{ selector: 'daff-button-set', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-button-set{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width: 480px){.daff-button-set{flex-direction:row}}.daff-button-set>*{margin:0 0 5px}.daff-button-set>*:last-child{margin:0}@media (min-width: 480px){.daff-button-set>*{margin:0 5px 0 0}.daff-button-set>*:last-child{margin:0}}\n"] }]
19
19
  }], propDecorators: { class: [{
@@ -3,10 +3,10 @@ import { DaffButtonSetComponent } from './button-set.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class DaffButtonSetModule {
5
5
  }
6
- /** @nocollapse */ DaffButtonSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonSetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- /** @nocollapse */ DaffButtonSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonSetModule, declarations: [DaffButtonSetComponent], exports: [DaffButtonSetComponent] });
8
- /** @nocollapse */ DaffButtonSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonSetModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffButtonSetModule, decorators: [{
6
+ /** @nocollapse */ DaffButtonSetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ /** @nocollapse */ DaffButtonSetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, declarations: [DaffButtonSetComponent], exports: [DaffButtonSetComponent] });
8
+ /** @nocollapse */ DaffButtonSetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffButtonSetModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  declarations: [
@@ -49,9 +49,9 @@ export class DaffCalloutComponent extends _daffCalloutBase {
49
49
  return this.size === DaffCalloutSizeEnum.Compact;
50
50
  }
51
51
  }
52
- /** @nocollapse */ DaffCalloutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
53
- /** @nocollapse */ DaffCalloutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffCalloutComponent, selector: "daff-callout", inputs: { color: "color", compact: "compact", textAlignment: "textAlignment", layout: "layout", size: "size" }, host: { properties: { "class.daff-callout": "this.class", "class.daff-callout--centered": "this.centered", "class.daff-callout--compact": "this.compactClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-callout{display:block;padding:64px 24px}@media (min-width: 480px){.daff-callout{padding:96px 48px}}.daff-callout__icon{margin:0 0 16px}.daff-callout__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-callout__title{font-weight:700;font-size:1.75rem;line-height:2rem;margin:0;max-width:1040px;overflow-wrap:break-word;padding:0;width:100%}@media (min-width: 480px){.daff-callout__title{font-weight:700;font-size:2rem;line-height:2.25rem}}@media (min-width: 480px) and (min-width: 768px){.daff-callout__title{font-size:3rem;line-height:3.5rem}}.daff-callout__subtitle{font-size:1.25rem;margin:16px 0 0;max-width:592px;padding:0;width:100%}.daff-callout__body:not(:last-child){margin-bottom:48px}.daff-callout__body:not(:first-child){margin-top:48px}.daff-callout__body p:first-of-type{margin-top:0}.daff-callout__body p:last-of-type{margin-bottom:0}.daff-callout--centered .daff-callout__title{margin:0 auto;text-align:center}.daff-callout--centered .daff-callout__subtitle{margin:10px auto 0;text-align:center}@media (min-width: 480px){.daff-callout--centered .daff-callout__subtitle{margin:25px auto 0}}.daff-callout--compact{padding:25px}@media (min-width: 480px){.daff-callout--compact{padding:25px 50px}}.daff-callout.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-callout.daff-compact{padding:48px}}.daff-callout.daff-left .daff-callout__icon,.daff-callout.daff-left .daff-callout__tagline,.daff-callout.daff-left .daff-callout__title,.daff-callout.daff-left .daff-callout__subtitle{text-align:left}.daff-callout.daff-center .daff-callout__icon,.daff-callout.daff-center .daff-callout__tagline,.daff-callout.daff-center .daff-callout__title,.daff-callout.daff-center .daff-callout__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-callout.daff-right .daff-callout__icon,.daff-callout.daff-right .daff-callout__tagline,.daff-callout.daff-right .daff-callout__title,.daff-callout.daff-right .daff-callout__subtitle{margin-left:auto;text-align:right}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutComponent, decorators: [{
52
+ /** @nocollapse */ DaffCalloutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
53
+ /** @nocollapse */ DaffCalloutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutComponent, selector: "daff-callout", inputs: { color: "color", compact: "compact", textAlignment: "textAlignment", layout: "layout", size: "size" }, host: { properties: { "class.daff-callout": "this.class", "class.daff-callout--centered": "this.centered", "class.daff-callout--compact": "this.compactClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-callout{display:block;padding:64px 24px}@media (min-width: 480px){.daff-callout{padding:96px 48px}}.daff-callout__icon{margin:0 0 16px}.daff-callout__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-callout__title{font-weight:700;font-size:1.75rem;line-height:2rem;margin:0;max-width:1040px;overflow-wrap:break-word;padding:0;width:100%}@media (min-width: 480px){.daff-callout__title{font-weight:700;font-size:2rem;line-height:2.25rem}}@media (min-width: 480px) and (min-width: 768px){.daff-callout__title{font-size:3rem;line-height:3.5rem}}.daff-callout__subtitle{font-size:1.25rem;margin:16px 0 0;max-width:592px;padding:0;width:100%}.daff-callout__body:not(:last-child){margin-bottom:48px}.daff-callout__body:not(:first-child){margin-top:48px}.daff-callout__body p:first-of-type{margin-top:0}.daff-callout__body p:last-of-type{margin-bottom:0}.daff-callout--centered .daff-callout__title{margin:0 auto;text-align:center}.daff-callout--centered .daff-callout__subtitle{margin:10px auto 0;text-align:center}@media (min-width: 480px){.daff-callout--centered .daff-callout__subtitle{margin:25px auto 0}}.daff-callout--compact{padding:25px}@media (min-width: 480px){.daff-callout--compact{padding:25px 50px}}.daff-callout.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-callout.daff-compact{padding:48px}}.daff-callout.daff-left .daff-callout__icon,.daff-callout.daff-left .daff-callout__tagline,.daff-callout.daff-left .daff-callout__title,.daff-callout.daff-left .daff-callout__subtitle{text-align:left}.daff-callout.daff-center .daff-callout__icon,.daff-callout.daff-center .daff-callout__tagline,.daff-callout.daff-center .daff-callout__title,.daff-callout.daff-center .daff-callout__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-callout.daff-right .daff-callout__icon,.daff-callout.daff-right .daff-callout__tagline,.daff-callout.daff-right .daff-callout__title,.daff-callout.daff-right .daff-callout__subtitle{margin-left:auto;text-align:right}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutComponent, decorators: [{
55
55
  type: Component,
56
56
  args: [{ selector: 'daff-callout', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, inputs: ['color', 'compact', 'textAlignment'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-callout{display:block;padding:64px 24px}@media (min-width: 480px){.daff-callout{padding:96px 48px}}.daff-callout__icon{margin:0 0 16px}.daff-callout__tagline{font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;margin:0 0 8px;padding:0}.daff-callout__title{font-weight:700;font-size:1.75rem;line-height:2rem;margin:0;max-width:1040px;overflow-wrap:break-word;padding:0;width:100%}@media (min-width: 480px){.daff-callout__title{font-weight:700;font-size:2rem;line-height:2.25rem}}@media (min-width: 480px) and (min-width: 768px){.daff-callout__title{font-size:3rem;line-height:3.5rem}}.daff-callout__subtitle{font-size:1.25rem;margin:16px 0 0;max-width:592px;padding:0;width:100%}.daff-callout__body:not(:last-child){margin-bottom:48px}.daff-callout__body:not(:first-child){margin-top:48px}.daff-callout__body p:first-of-type{margin-top:0}.daff-callout__body p:last-of-type{margin-bottom:0}.daff-callout--centered .daff-callout__title{margin:0 auto;text-align:center}.daff-callout--centered .daff-callout__subtitle{margin:10px auto 0;text-align:center}@media (min-width: 480px){.daff-callout--centered .daff-callout__subtitle{margin:25px auto 0}}.daff-callout--compact{padding:25px}@media (min-width: 480px){.daff-callout--compact{padding:25px 50px}}.daff-callout.daff-compact{padding:48px 24px}@media (min-width: 480px){.daff-callout.daff-compact{padding:48px}}.daff-callout.daff-left .daff-callout__icon,.daff-callout.daff-left .daff-callout__tagline,.daff-callout.daff-left .daff-callout__title,.daff-callout.daff-left .daff-callout__subtitle{text-align:left}.daff-callout.daff-center .daff-callout__icon,.daff-callout.daff-center .daff-callout__tagline,.daff-callout.daff-center .daff-callout__title,.daff-callout.daff-center .daff-callout__subtitle{margin-left:auto;margin-right:auto;text-align:center}.daff-callout.daff-right .daff-callout__icon,.daff-callout.daff-right .daff-callout__tagline,.daff-callout.daff-right .daff-callout__title,.daff-callout.daff-right .daff-callout__subtitle{margin-left:auto;text-align:right}\n"] }]
57
57
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { layout: [{
@@ -8,9 +8,9 @@ export class DaffCalloutBodyDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffCalloutBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffCalloutBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffCalloutBodyDirective, selector: "[daffCalloutBody]", host: { properties: { "class.daff-callout__body": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutBodyDirective, decorators: [{
11
+ /** @nocollapse */ DaffCalloutBodyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutBodyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffCalloutBodyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutBodyDirective, selector: "[daffCalloutBody]", host: { properties: { "class.daff-callout__body": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutBodyDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffCalloutBody]',
@@ -8,9 +8,9 @@ export class DaffCalloutIconDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffCalloutIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffCalloutIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffCalloutIconDirective, selector: "[daffCalloutIcon]", host: { properties: { "class.daff-callout__icon": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutIconDirective, decorators: [{
11
+ /** @nocollapse */ DaffCalloutIconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffCalloutIconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutIconDirective, selector: "[daffCalloutIcon]", host: { properties: { "class.daff-callout__icon": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutIconDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffCalloutIcon]',
@@ -8,9 +8,9 @@ export class DaffCalloutSubtitleDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffCalloutSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffCalloutSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffCalloutSubtitleDirective, selector: "[daffCalloutSubtitle]", host: { properties: { "class.daff-callout__subtitle": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutSubtitleDirective, decorators: [{
11
+ /** @nocollapse */ DaffCalloutSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffCalloutSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutSubtitleDirective, selector: "[daffCalloutSubtitle]", host: { properties: { "class.daff-callout__subtitle": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutSubtitleDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffCalloutSubtitle]',
@@ -8,9 +8,9 @@ export class DaffCalloutTaglineDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffCalloutTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffCalloutTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffCalloutTaglineDirective, selector: "[daffCalloutTagline]", host: { properties: { "class.daff-callout__tagline": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutTaglineDirective, decorators: [{
11
+ /** @nocollapse */ DaffCalloutTaglineDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTaglineDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffCalloutTaglineDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutTaglineDirective, selector: "[daffCalloutTagline]", host: { properties: { "class.daff-callout__tagline": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTaglineDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffCalloutTagline]',
@@ -8,9 +8,9 @@ export class DaffCalloutTitleDirective {
8
8
  this.class = true;
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffCalloutTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
- /** @nocollapse */ DaffCalloutTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffCalloutTitleDirective, selector: "[daffCalloutTitle]", host: { properties: { "class.daff-callout__title": "this.class" } }, ngImport: i0 });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCalloutTitleDirective, decorators: [{
11
+ /** @nocollapse */ DaffCalloutTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ DaffCalloutTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCalloutTitleDirective, selector: "[daffCalloutTitle]", host: { properties: { "class.daff-callout__title": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCalloutTitleDirective, decorators: [{
14
14
  type: Directive,
15
15
  args: [{
16
16
  selector: '[daffCalloutTitle]',