@daffodil/design 0.63.2 → 0.64.0

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
@@ -3,9 +3,9 @@ import * as i0 from "@angular/core";
3
3
  import * as i1 from "@daffodil/design";
4
4
  export class ContainedNavbarComponent {
5
5
  }
6
- /** @nocollapse */ ContainedNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ContainedNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- /** @nocollapse */ ContainedNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: ContainedNavbarComponent, selector: "contained-navbar", ngImport: i0, template: "<nav daff-navbar class=\"daff-contained-navbar\">\n\t<daff-container size=\"md\">\n\t\t<div class=\"daff-contained-navbar__links\">\n\t\t\t<a href=\"/\">Home</a>\n\t\t\t<a href=\"/\">About Us</a>\n\t\t</div>\n\t\t<button daff-button>Contact Us</button>\n\t</daff-container>\n</nav>\n", styles: [".daff-contained-navbar{justify-content:space-between}.daff-contained-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], components: [{ type: i1.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["color", "raised"] }, { type: i1.DaffContainerComponent, selector: "daff-container", inputs: ["size"] }, { type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ContainedNavbarComponent, decorators: [{
6
+ /** @nocollapse */ ContainedNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContainedNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ /** @nocollapse */ ContainedNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: ContainedNavbarComponent, selector: "contained-navbar", ngImport: i0, template: "<nav daff-navbar class=\"daff-contained-navbar\">\n\t<daff-container size=\"md\">\n\t\t<div class=\"daff-contained-navbar__links\">\n\t\t\t<a href=\"/\">Home</a>\n\t\t\t<a href=\"/\">About Us</a>\n\t\t</div>\n\t\t<button daff-button>Contact Us</button>\n\t</daff-container>\n</nav>\n", styles: [".daff-contained-navbar{justify-content:space-between}.daff-contained-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], dependencies: [{ kind: "component", type: i1.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["color", "raised"] }, { kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "component", type: i1.DaffContainerComponent, selector: "daff-container", inputs: ["size"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContainedNavbarComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'contained-navbar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<nav daff-navbar class=\"daff-contained-navbar\">\n\t<daff-container size=\"md\">\n\t\t<div class=\"daff-contained-navbar__links\">\n\t\t\t<a href=\"/\">Home</a>\n\t\t\t<a href=\"/\">About Us</a>\n\t\t</div>\n\t\t<button daff-button>Contact Us</button>\n\t</daff-container>\n</nav>\n", styles: [".daff-contained-navbar{justify-content:space-between}.daff-contained-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"] }]
11
11
  }] });
@@ -5,18 +5,16 @@ import { ContainedNavbarComponent } from './contained-navbar.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class ContainedNavbarModule {
7
7
  }
8
- /** @nocollapse */ ContainedNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ContainedNavbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- /** @nocollapse */ ContainedNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ContainedNavbarModule, declarations: [ContainedNavbarComponent], imports: [CommonModule,
8
+ /** @nocollapse */ ContainedNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContainedNavbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ /** @nocollapse */ ContainedNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: ContainedNavbarModule, declarations: [ContainedNavbarComponent], imports: [CommonModule,
10
10
  DaffNavbarModule,
11
11
  DaffButtonModule,
12
12
  DaffContainerModule] });
13
- /** @nocollapse */ ContainedNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ContainedNavbarModule, imports: [[
14
- CommonModule,
15
- DaffNavbarModule,
16
- DaffButtonModule,
17
- DaffContainerModule,
18
- ]] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: ContainedNavbarModule, decorators: [{
13
+ /** @nocollapse */ ContainedNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContainedNavbarModule, imports: [CommonModule,
14
+ DaffNavbarModule,
15
+ DaffButtonModule,
16
+ DaffContainerModule] });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: ContainedNavbarModule, decorators: [{
20
18
  type: NgModule,
21
19
  args: [{
22
20
  declarations: [
@@ -30,4 +28,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
30
28
  ],
31
29
  }]
32
30
  }] });
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVkLW5hdmJhci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL2NvbnRhaW5lZC1uYXZiYXIvY29udGFpbmVkLW5hdmJhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUNMLGdCQUFnQixFQUNoQixtQkFBbUIsRUFDbkIsZ0JBQWdCLEdBQ2pCLE1BQU0sa0JBQWtCLENBQUM7QUFFMUIsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBY3hFLE1BQU0sT0FBTyxxQkFBcUI7O3FJQUFyQixxQkFBcUI7c0lBQXJCLHFCQUFxQixpQkFWOUIsd0JBQXdCLGFBR3hCLFlBQVk7UUFFWixnQkFBZ0I7UUFDaEIsZ0JBQWdCO1FBQ2hCLG1CQUFtQjtzSUFHVixxQkFBcUIsWUFSdkI7WUFDUCxZQUFZO1lBRVosZ0JBQWdCO1lBQ2hCLGdCQUFnQjtZQUNoQixtQkFBbUI7U0FDcEI7MkZBRVUscUJBQXFCO2tCQVpqQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWix3QkFBd0I7cUJBQ3pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUVaLGdCQUFnQjt3QkFDaEIsZ0JBQWdCO3dCQUNoQixtQkFBbUI7cUJBQ3BCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIERhZmZCdXR0b25Nb2R1bGUsXG4gIERhZmZDb250YWluZXJNb2R1bGUsXG4gIERhZmZOYXZiYXJNb2R1bGUsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5pbXBvcnQgeyBDb250YWluZWROYXZiYXJDb21wb25lbnQgfSBmcm9tICcuL2NvbnRhaW5lZC1uYXZiYXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQ29udGFpbmVkTmF2YmFyQ29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuXG4gICAgRGFmZk5hdmJhck1vZHVsZSxcbiAgICBEYWZmQnV0dG9uTW9kdWxlLFxuICAgIERhZmZDb250YWluZXJNb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIENvbnRhaW5lZE5hdmJhck1vZHVsZSB7IH1cbiJdfQ==
31
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVkLW5hdmJhci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL2NvbnRhaW5lZC1uYXZiYXIvY29udGFpbmVkLW5hdmJhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUNMLGdCQUFnQixFQUNoQixtQkFBbUIsRUFDbkIsZ0JBQWdCLEdBQ2pCLE1BQU0sa0JBQWtCLENBQUM7QUFFMUIsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sOEJBQThCLENBQUM7O0FBY3hFLE1BQU0sT0FBTyxxQkFBcUI7O3FJQUFyQixxQkFBcUI7c0lBQXJCLHFCQUFxQixpQkFWOUIsd0JBQXdCLGFBR3hCLFlBQVk7UUFFWixnQkFBZ0I7UUFDaEIsZ0JBQWdCO1FBQ2hCLG1CQUFtQjtzSUFHVixxQkFBcUIsWUFQOUIsWUFBWTtRQUVaLGdCQUFnQjtRQUNoQixnQkFBZ0I7UUFDaEIsbUJBQW1COzJGQUdWLHFCQUFxQjtrQkFaakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osd0JBQXdCO3FCQUN6QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFFWixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjt3QkFDaEIsbUJBQW1CO3FCQUNwQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBEYWZmQnV0dG9uTW9kdWxlLFxuICBEYWZmQ29udGFpbmVyTW9kdWxlLFxuICBEYWZmTmF2YmFyTW9kdWxlLFxufSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuaW1wb3J0IHsgQ29udGFpbmVkTmF2YmFyQ29tcG9uZW50IH0gZnJvbSAnLi9jb250YWluZWQtbmF2YmFyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIENvbnRhaW5lZE5hdmJhckNvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcblxuICAgIERhZmZOYXZiYXJNb2R1bGUsXG4gICAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgICBEYWZmQ29udGFpbmVyTW9kdWxlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBDb250YWluZWROYXZiYXJNb2R1bGUgeyB9XG4iXX0=
@@ -1,12 +1,12 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { UntypedFormControl } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
- import * as i1 from "@daffodil/design";
4
+ import * as i1 from "@angular/common";
5
5
  import * as i2 from "@angular/forms";
6
- import * as i3 from "@angular/common";
6
+ import * as i3 from "@daffodil/design";
7
7
  export class NavbarThemingComponent {
8
8
  constructor() {
9
- this.colorControl = new FormControl('');
9
+ this.colorControl = new UntypedFormControl('');
10
10
  this.options = [
11
11
  { value: '', label: 'Default' },
12
12
  { value: 'primary', label: 'Primary' },
@@ -19,10 +19,10 @@ export class NavbarThemingComponent {
19
19
  ];
20
20
  }
21
21
  }
22
- /** @nocollapse */ NavbarThemingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavbarThemingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- /** @nocollapse */ NavbarThemingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: NavbarThemingComponent, selector: "navbar-theming", ngImport: i0, template: "<nav daff-navbar [color]=\"colorControl.value\" class=\"daff-navbar-theming\">\n\t<div class=\"daff-navbar-theming__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n\n<select [formControl]=\"colorControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-navbar-theming{justify-content:space-between}.daff-navbar-theming__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], components: [{ type: i1.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["color", "raised"] }, { type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], directives: [{ type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavbarThemingComponent, decorators: [{
22
+ /** @nocollapse */ NavbarThemingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NavbarThemingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ /** @nocollapse */ NavbarThemingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: NavbarThemingComponent, selector: "navbar-theming", ngImport: i0, template: "<nav daff-navbar [color]=\"colorControl.value\" class=\"daff-navbar-theming\">\n\t<div class=\"daff-navbar-theming__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n\n<select [formControl]=\"colorControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-navbar-theming{justify-content:space-between}.daff-navbar-theming__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["color", "raised"] }, { kind: "component", type: i3.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NavbarThemingComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{ selector: 'navbar-theming', changeDetection: ChangeDetectionStrategy.OnPush, template: "<nav daff-navbar [color]=\"colorControl.value\" class=\"daff-navbar-theming\">\n\t<div class=\"daff-navbar-theming__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n\n<select [formControl]=\"colorControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-navbar-theming{justify-content:space-between}.daff-navbar-theming__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"] }]
27
27
  }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLXRoZW1pbmcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbmF2YmFyL2V4YW1wbGVzL3NyYy9uYXZiYXItdGhlbWluZy9uYXZiYXItdGhlbWluZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL25hdmJhci10aGVtaW5nL25hdmJhci10aGVtaW5nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7QUFTN0MsTUFBTSxPQUFPLHNCQUFzQjtJQVBuQztRQVFFLGlCQUFZLEdBQWdCLElBQUksV0FBVyxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBRWhELFlBQU8sR0FBRztZQUNSLEVBQUUsS0FBSyxFQUFFLEVBQUUsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFO1lBQy9CLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFO1lBQ3RDLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFO1lBQzFDLEVBQUUsS0FBSyxFQUFFLFVBQVUsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFO1lBQ3hDLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFO1lBQ2xDLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFO1lBQ2xDLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFO1lBQ2xDLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFLEtBQUssRUFBRSxnQkFBZ0IsRUFBRTtTQUNyRCxDQUFDO0tBQ0g7O3NJQWJZLHNCQUFzQjswSEFBdEIsc0JBQXNCLHNEQ2JuQyw4WUFVUzsyRkRHSSxzQkFBc0I7a0JBUGxDLFNBQVM7K0JBRUUsZ0JBQWdCLG1CQUdULHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICduYXZiYXItdGhlbWluZycsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZiYXItdGhlbWluZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25hdmJhci10aGVtaW5nLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZiYXJUaGVtaW5nQ29tcG9uZW50IHtcbiAgY29sb3JDb250cm9sOiBGb3JtQ29udHJvbCA9IG5ldyBGb3JtQ29udHJvbCgnJyk7XG5cbiAgb3B0aW9ucyA9IFtcbiAgICB7IHZhbHVlOiAnJywgbGFiZWw6ICdEZWZhdWx0JyB9LFxuICAgIHsgdmFsdWU6ICdwcmltYXJ5JywgbGFiZWw6ICdQcmltYXJ5JyB9LFxuICAgIHsgdmFsdWU6ICdzZWNvbmRhcnknLCBsYWJlbDogJ1NlY29uZGFyeScgfSxcbiAgICB7IHZhbHVlOiAndGVydGlhcnknLCBsYWJlbDogJ1RlcnRpYXJ5JyB9LFxuICAgIHsgdmFsdWU6ICd3aGl0ZScsIGxhYmVsOiAnV2hpdGUnIH0sXG4gICAgeyB2YWx1ZTogJ2JsYWNrJywgbGFiZWw6ICdCbGFjaycgfSxcbiAgICB7IHZhbHVlOiAndGhlbWUnLCBsYWJlbDogJ1RoZW1lJyB9LFxuICAgIHsgdmFsdWU6ICd0aGVtZS1jb250cmFzdCcsIGxhYmVsOiAnVGhlbWUgQ29udHJhc3QnIH0sXG4gIF07XG59XG4iLCI8bmF2IGRhZmYtbmF2YmFyIFtjb2xvcl09XCJjb2xvckNvbnRyb2wudmFsdWVcIiBjbGFzcz1cImRhZmYtbmF2YmFyLXRoZW1pbmdcIj5cblx0PGRpdiBjbGFzcz1cImRhZmYtbmF2YmFyLXRoZW1pbmdfX2xpbmtzXCI+XG5cdFx0PGEgaHJlZj1cIi9cIj5Ib21lPC9hPlxuXHRcdDxhIGhyZWY9XCIvXCI+QWJvdXQgVXM8L2E+XG5cdDwvZGl2PlxuXHQ8YnV0dG9uIGRhZmYtYnV0dG9uPkNvbnRhY3QgVXM8L2J1dHRvbj5cbjwvbmF2PlxuXG48c2VsZWN0IFtmb3JtQ29udHJvbF09XCJjb2xvckNvbnRyb2xcIj5cblx0PG9wdGlvbiAqbmdGb3I9XCJsZXQgb3B0aW9uIG9mIG9wdGlvbnNcIiBbdmFsdWVdPVwib3B0aW9uLnZhbHVlXCI+e3sgb3B0aW9uLmxhYmVsIH19PC9vcHRpb24+XG48L3NlbGVjdD4iXX0=
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLXRoZW1pbmcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbmF2YmFyL2V4YW1wbGVzL3NyYy9uYXZiYXItdGhlbWluZy9uYXZiYXItdGhlbWluZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL25hdmJhci10aGVtaW5nL25hdmJhci10aGVtaW5nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7OztBQVNwRCxNQUFNLE9BQU8sc0JBQXNCO0lBUG5DO1FBUUUsaUJBQVksR0FBdUIsSUFBSSxrQkFBa0IsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUU5RCxZQUFPLEdBQUc7WUFDUixFQUFFLEtBQUssRUFBRSxFQUFFLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRTtZQUMvQixFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRTtZQUN0QyxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRTtZQUMxQyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLFVBQVUsRUFBRTtZQUN4QyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtZQUNsQyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtZQUNsQyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRTtZQUNsQyxFQUFFLEtBQUssRUFBRSxnQkFBZ0IsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUU7U0FDckQsQ0FBQztLQUNIOztzSUFiWSxzQkFBc0I7MEhBQXRCLHNCQUFzQixzRENibkMsOFlBVVM7MkZER0ksc0JBQXNCO2tCQVBsQyxTQUFTOytCQUVFLGdCQUFnQixtQkFHVCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBVbnR5cGVkRm9ybUNvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ25hdmJhci10aGVtaW5nJyxcbiAgdGVtcGxhdGVVcmw6ICcuL25hdmJhci10aGVtaW5nLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbmF2YmFyLXRoZW1pbmcuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIE5hdmJhclRoZW1pbmdDb21wb25lbnQge1xuICBjb2xvckNvbnRyb2w6IFVudHlwZWRGb3JtQ29udHJvbCA9IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2woJycpO1xuXG4gIG9wdGlvbnMgPSBbXG4gICAgeyB2YWx1ZTogJycsIGxhYmVsOiAnRGVmYXVsdCcgfSxcbiAgICB7IHZhbHVlOiAncHJpbWFyeScsIGxhYmVsOiAnUHJpbWFyeScgfSxcbiAgICB7IHZhbHVlOiAnc2Vjb25kYXJ5JywgbGFiZWw6ICdTZWNvbmRhcnknIH0sXG4gICAgeyB2YWx1ZTogJ3RlcnRpYXJ5JywgbGFiZWw6ICdUZXJ0aWFyeScgfSxcbiAgICB7IHZhbHVlOiAnd2hpdGUnLCBsYWJlbDogJ1doaXRlJyB9LFxuICAgIHsgdmFsdWU6ICdibGFjaycsIGxhYmVsOiAnQmxhY2snIH0sXG4gICAgeyB2YWx1ZTogJ3RoZW1lJywgbGFiZWw6ICdUaGVtZScgfSxcbiAgICB7IHZhbHVlOiAndGhlbWUtY29udHJhc3QnLCBsYWJlbDogJ1RoZW1lIENvbnRyYXN0JyB9LFxuICBdO1xufVxuIiwiPG5hdiBkYWZmLW5hdmJhciBbY29sb3JdPVwiY29sb3JDb250cm9sLnZhbHVlXCIgY2xhc3M9XCJkYWZmLW5hdmJhci10aGVtaW5nXCI+XG5cdDxkaXYgY2xhc3M9XCJkYWZmLW5hdmJhci10aGVtaW5nX19saW5rc1wiPlxuXHRcdDxhIGhyZWY9XCIvXCI+SG9tZTwvYT5cblx0XHQ8YSBocmVmPVwiL1wiPkFib3V0IFVzPC9hPlxuXHQ8L2Rpdj5cblx0PGJ1dHRvbiBkYWZmLWJ1dHRvbj5Db250YWN0IFVzPC9idXR0b24+XG48L25hdj5cblxuPHNlbGVjdCBbZm9ybUNvbnRyb2xdPVwiY29sb3JDb250cm9sXCI+XG5cdDxvcHRpb24gKm5nRm9yPVwibGV0IG9wdGlvbiBvZiBvcHRpb25zXCIgW3ZhbHVlXT1cIm9wdGlvbi52YWx1ZVwiPnt7IG9wdGlvbi5sYWJlbCB9fTwvb3B0aW9uPlxuPC9zZWxlY3Q+Il19
@@ -6,18 +6,16 @@ import { NavbarThemingComponent } from './navbar-theming.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export class NavbarThemingModule {
8
8
  }
9
- /** @nocollapse */ NavbarThemingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavbarThemingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- /** @nocollapse */ NavbarThemingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavbarThemingModule, declarations: [NavbarThemingComponent], imports: [CommonModule,
9
+ /** @nocollapse */ NavbarThemingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NavbarThemingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ /** @nocollapse */ NavbarThemingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: NavbarThemingModule, declarations: [NavbarThemingComponent], imports: [CommonModule,
11
11
  ReactiveFormsModule,
12
12
  DaffNavbarModule,
13
13
  DaffButtonModule] });
14
- /** @nocollapse */ NavbarThemingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavbarThemingModule, imports: [[
15
- CommonModule,
16
- ReactiveFormsModule,
17
- DaffNavbarModule,
18
- DaffButtonModule,
19
- ]] });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NavbarThemingModule, decorators: [{
14
+ /** @nocollapse */ NavbarThemingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NavbarThemingModule, imports: [CommonModule,
15
+ ReactiveFormsModule,
16
+ DaffNavbarModule,
17
+ DaffButtonModule] });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NavbarThemingModule, decorators: [{
21
19
  type: NgModule,
22
20
  args: [{
23
21
  declarations: [
@@ -31,4 +29,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
31
29
  ],
32
30
  }]
33
31
  }] });
34
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLXRoZW1pbmcubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbmF2YmFyL2V4YW1wbGVzL3NyYy9uYXZiYXItdGhlbWluZy9uYXZiYXItdGhlbWluZy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFckQsT0FBTyxFQUNMLGdCQUFnQixFQUNoQixnQkFBZ0IsR0FDakIsTUFBTSxrQkFBa0IsQ0FBQztBQUUxQixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFhcEUsTUFBTSxPQUFPLG1CQUFtQjs7bUlBQW5CLG1CQUFtQjtvSUFBbkIsbUJBQW1CLGlCQVQ1QixzQkFBc0IsYUFHdEIsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixnQkFBZ0I7UUFDaEIsZ0JBQWdCO29JQUdQLG1CQUFtQixZQVByQjtZQUNQLFlBQVk7WUFDWixtQkFBbUI7WUFDbkIsZ0JBQWdCO1lBQ2hCLGdCQUFnQjtTQUNqQjsyRkFFVSxtQkFBbUI7a0JBWC9CLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHNCQUFzQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osbUJBQW1CO3dCQUNuQixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjtxQkFDakI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7XG4gIERhZmZCdXR0b25Nb2R1bGUsXG4gIERhZmZOYXZiYXJNb2R1bGUsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5pbXBvcnQgeyBOYXZiYXJUaGVtaW5nQ29tcG9uZW50IH0gZnJvbSAnLi9uYXZiYXItdGhlbWluZy5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBOYXZiYXJUaGVtaW5nQ29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgRGFmZk5hdmJhck1vZHVsZSxcbiAgICBEYWZmQnV0dG9uTW9kdWxlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZiYXJUaGVtaW5nTW9kdWxlIHsgfVxuIl19
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLXRoZW1pbmcubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbmF2YmFyL2V4YW1wbGVzL3NyYy9uYXZiYXItdGhlbWluZy9uYXZiYXItdGhlbWluZy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFckQsT0FBTyxFQUNMLGdCQUFnQixFQUNoQixnQkFBZ0IsR0FDakIsTUFBTSxrQkFBa0IsQ0FBQztBQUUxQixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQzs7QUFhcEUsTUFBTSxPQUFPLG1CQUFtQjs7bUlBQW5CLG1CQUFtQjtvSUFBbkIsbUJBQW1CLGlCQVQ1QixzQkFBc0IsYUFHdEIsWUFBWTtRQUNaLG1CQUFtQjtRQUNuQixnQkFBZ0I7UUFDaEIsZ0JBQWdCO29JQUdQLG1CQUFtQixZQU41QixZQUFZO1FBQ1osbUJBQW1CO1FBQ25CLGdCQUFnQjtRQUNoQixnQkFBZ0I7MkZBR1AsbUJBQW1CO2tCQVgvQixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixzQkFBc0I7cUJBQ3ZCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsZ0JBQWdCO3dCQUNoQixnQkFBZ0I7cUJBQ2pCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQge1xuICBEYWZmQnV0dG9uTW9kdWxlLFxuICBEYWZmTmF2YmFyTW9kdWxlLFxufSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuaW1wb3J0IHsgTmF2YmFyVGhlbWluZ0NvbXBvbmVudCB9IGZyb20gJy4vbmF2YmFyLXRoZW1pbmcuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgTmF2YmFyVGhlbWluZ0NvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIERhZmZOYXZiYXJNb2R1bGUsXG4gICAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgTmF2YmFyVGhlbWluZ01vZHVsZSB7IH1cbiJdfQ==
@@ -3,9 +3,9 @@ import * as i0 from "@angular/core";
3
3
  import * as i1 from "@daffodil/design";
4
4
  export class RaisedNavbarComponent {
5
5
  }
6
- /** @nocollapse */ RaisedNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
- /** @nocollapse */ RaisedNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: RaisedNavbarComponent, selector: "raised-navbar", ngImport: i0, template: "<nav daff-navbar [raised]=\"true\" class=\"daff-raised-navbar\">\n\t<div class=\"daff-raised-navbar__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n", styles: [".daff-raised-navbar{justify-content:space-between}.daff-raised-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], components: [{ type: i1.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["color", "raised"] }, { type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedNavbarComponent, decorators: [{
6
+ /** @nocollapse */ RaisedNavbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ /** @nocollapse */ RaisedNavbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: RaisedNavbarComponent, selector: "raised-navbar", ngImport: i0, template: "<nav daff-navbar [raised]=\"true\" class=\"daff-raised-navbar\">\n\t<div class=\"daff-raised-navbar__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n", styles: [".daff-raised-navbar{justify-content:space-between}.daff-raised-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], dependencies: [{ kind: "component", type: i1.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["color", "raised"] }, { kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedNavbarComponent, decorators: [{
9
9
  type: Component,
10
10
  args: [{ selector: 'raised-navbar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<nav daff-navbar [raised]=\"true\" class=\"daff-raised-navbar\">\n\t<div class=\"daff-raised-navbar__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n", styles: [".daff-raised-navbar{justify-content:space-between}.daff-raised-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"] }]
11
11
  }] });
@@ -5,16 +5,14 @@ import { RaisedNavbarComponent } from './raised-navbar.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class RaisedNavbarModule {
7
7
  }
8
- /** @nocollapse */ RaisedNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedNavbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- /** @nocollapse */ RaisedNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedNavbarModule, declarations: [RaisedNavbarComponent], imports: [CommonModule,
8
+ /** @nocollapse */ RaisedNavbarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedNavbarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ /** @nocollapse */ RaisedNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: RaisedNavbarModule, declarations: [RaisedNavbarComponent], imports: [CommonModule,
10
10
  DaffNavbarModule,
11
11
  DaffButtonModule] });
12
- /** @nocollapse */ RaisedNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedNavbarModule, imports: [[
13
- CommonModule,
14
- DaffNavbarModule,
15
- DaffButtonModule,
16
- ]] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: RaisedNavbarModule, decorators: [{
12
+ /** @nocollapse */ RaisedNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedNavbarModule, imports: [CommonModule,
13
+ DaffNavbarModule,
14
+ DaffButtonModule] });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: RaisedNavbarModule, decorators: [{
18
16
  type: NgModule,
19
17
  args: [{
20
18
  declarations: [
@@ -27,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
27
25
  ],
28
26
  }]
29
27
  }] });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFpc2VkLW5hdmJhci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL3JhaXNlZC1uYXZiYXIvcmFpc2VkLW5hdmJhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUNMLGdCQUFnQixFQUNoQixnQkFBZ0IsR0FDakIsTUFBTSxrQkFBa0IsQ0FBQztBQUUxQixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFhbEUsTUFBTSxPQUFPLGtCQUFrQjs7a0lBQWxCLGtCQUFrQjttSUFBbEIsa0JBQWtCLGlCQVQzQixxQkFBcUIsYUFHckIsWUFBWTtRQUVaLGdCQUFnQjtRQUNoQixnQkFBZ0I7bUlBR1Asa0JBQWtCLFlBUHBCO1lBQ1AsWUFBWTtZQUVaLGdCQUFnQjtZQUNoQixnQkFBZ0I7U0FDakI7MkZBRVUsa0JBQWtCO2tCQVg5QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixxQkFBcUI7cUJBQ3RCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUVaLGdCQUFnQjt3QkFDaEIsZ0JBQWdCO3FCQUNqQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBEYWZmQnV0dG9uTW9kdWxlLFxuICBEYWZmTmF2YmFyTW9kdWxlLFxufSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuaW1wb3J0IHsgUmFpc2VkTmF2YmFyQ29tcG9uZW50IH0gZnJvbSAnLi9yYWlzZWQtbmF2YmFyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFJhaXNlZE5hdmJhckNvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcblxuICAgIERhZmZOYXZiYXJNb2R1bGUsXG4gICAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgUmFpc2VkTmF2YmFyTW9kdWxlIHsgfVxuIl19
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFpc2VkLW5hdmJhci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL3JhaXNlZC1uYXZiYXIvcmFpc2VkLW5hdmJhci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUNMLGdCQUFnQixFQUNoQixnQkFBZ0IsR0FDakIsTUFBTSxrQkFBa0IsQ0FBQztBQUUxQixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFhbEUsTUFBTSxPQUFPLGtCQUFrQjs7a0lBQWxCLGtCQUFrQjttSUFBbEIsa0JBQWtCLGlCQVQzQixxQkFBcUIsYUFHckIsWUFBWTtRQUVaLGdCQUFnQjtRQUNoQixnQkFBZ0I7bUlBR1Asa0JBQWtCLFlBTjNCLFlBQVk7UUFFWixnQkFBZ0I7UUFDaEIsZ0JBQWdCOzJGQUdQLGtCQUFrQjtrQkFYOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1oscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFFWixnQkFBZ0I7d0JBQ2hCLGdCQUFnQjtxQkFDakI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtcbiAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgRGFmZk5hdmJhck1vZHVsZSxcbn0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5cbmltcG9ydCB7IFJhaXNlZE5hdmJhckNvbXBvbmVudCB9IGZyb20gJy4vcmFpc2VkLW5hdmJhci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBSYWlzZWROYXZiYXJDb21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG5cbiAgICBEYWZmTmF2YmFyTW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFJhaXNlZE5hdmJhck1vZHVsZSB7IH1cbiJdfQ==
@@ -2,22 +2,17 @@ import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
2
  import { faInfoCircle } from '@fortawesome/free-solid-svg-icons';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@daffodil/design/notification";
5
- import * as i2 from "@fortawesome/angular-fontawesome";
6
- import * as i3 from "@daffodil/design";
5
+ import * as i2 from "@daffodil/design";
6
+ import * as i3 from "@fortawesome/angular-fontawesome";
7
7
  export class DefaultNotificationComponent {
8
8
  constructor() {
9
9
  this.faInfoCircle = faInfoCircle;
10
10
  }
11
11
  }
12
- /** @nocollapse */ DefaultNotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DefaultNotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- /** @nocollapse */ DefaultNotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DefaultNotificationComponent, selector: "default-notification", ngImport: i0, template: "<daff-notification>\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\">Confirm</button>\n\t</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"], components: [{ type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissable", "orientation"], outputs: ["closeNotification"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { type: i3.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], directives: [{ type: i3.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { type: i1.DaffNotificationActionsDirective, selector: "[daffNotificationActions]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DefaultNotificationComponent, decorators: [{
12
+ /** @nocollapse */ DefaultNotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DefaultNotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ /** @nocollapse */ DefaultNotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DefaultNotificationComponent, selector: "default-notification", ngImport: i0, template: "<daff-notification>\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\">Confirm</button>\n\t</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"], dependencies: [{ kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissable", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationActionsDirective, selector: "[daffNotificationActions]" }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { 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: "component", type: i2.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DefaultNotificationComponent, decorators: [{
15
15
  type: Component,
16
- args: [{ selector: 'default-notification', styles: [`
17
- :host {
18
- display: flex;
19
- justify-content: center;
20
- }
21
- `], changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-notification>\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\">Confirm</button>\n\t</div>\n</daff-notification>" }]
16
+ args: [{ selector: 'default-notification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-notification>\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\">Confirm</button>\n\t</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"] }]
22
17
  }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmYXVsdC1ub3RpZmljYXRpb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbm90aWZpY2F0aW9uL2V4YW1wbGVzL3NyYy9kZWZhdWx0LW5vdGlmaWNhdGlvbi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL2RlZmF1bHQtbm90aWZpY2F0aW9uL2RlZmF1bHQtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7QUFjakUsTUFBTSxPQUFPLDRCQUE0QjtJQVp6QztRQWFFLGlCQUFZLEdBQUcsWUFBWSxDQUFDO0tBQzdCOzs0SUFGWSw0QkFBNEI7Z0lBQTVCLDRCQUE0Qiw0RENsQnpDLDZUQU9vQjsyRkRXUCw0QkFBNEI7a0JBWnhDLFNBQVM7K0JBRUUsc0JBQXNCLFVBRXhCLENBQUM7Ozs7O0dBS1IsQ0FBQyxtQkFDZSx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBmYUluZm9DaXJjbGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdkZWZhdWx0LW5vdGlmaWNhdGlvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogW2BcbiAgICA6aG9zdCB7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgfVxuICBgXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERlZmF1bHROb3RpZmljYXRpb25Db21wb25lbnQge1xuICBmYUluZm9DaXJjbGUgPSBmYUluZm9DaXJjbGU7XG59XG4iLCI8ZGFmZi1ub3RpZmljYXRpb24+XG5cdDxmYS1pY29uIGRhZmZQcmVmaXggW2ljb25dPVwiZmFJbmZvQ2lyY2xlXCI+PC9mYS1pY29uPlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25UaXRsZT5UaXRsZTwvZGl2PlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25TdWJ0aXRsZT5UaGlzIGlzIHRoZSBzdWJ0aXRsZSB3aXRoIGluZm9ybWF0aW9uPC9kaXY+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvbkFjdGlvbnM+XG5cdFx0PGJ1dHRvbiBkYWZmLWJ1dHRvbiBzaXplPVwic21cIj5Db25maXJtPC9idXR0b24+XG5cdDwvZGl2PlxuPC9kYWZmLW5vdGlmaWNhdGlvbj4iXX0=
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmYXVsdC1ub3RpZmljYXRpb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbm90aWZpY2F0aW9uL2V4YW1wbGVzL3NyYy9kZWZhdWx0LW5vdGlmaWNhdGlvbi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL2RlZmF1bHQtbm90aWZpY2F0aW9uL2RlZmF1bHQtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7QUFjakUsTUFBTSxPQUFPLDRCQUE0QjtJQVp6QztRQWFFLGlCQUFZLEdBQUcsWUFBWSxDQUFDO0tBQzdCOzs0SUFGWSw0QkFBNEI7Z0lBQTVCLDRCQUE0Qiw0RENsQnpDLDZUQU9vQjsyRkRXUCw0QkFBNEI7a0JBWnhDLFNBQVM7K0JBRUUsc0JBQXNCLG1CQVFmLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGZhSW5mb0NpcmNsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2RlZmF1bHQtbm90aWZpY2F0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2RlZmF1bHQtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbYFxuICAgIDpob3N0IHtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICB9XG4gIGBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRGVmYXVsdE5vdGlmaWNhdGlvbkNvbXBvbmVudCB7XG4gIGZhSW5mb0NpcmNsZSA9IGZhSW5mb0NpcmNsZTtcbn1cbiIsIjxkYWZmLW5vdGlmaWNhdGlvbj5cblx0PGZhLWljb24gZGFmZlByZWZpeCBbaWNvbl09XCJmYUluZm9DaXJjbGVcIj48L2ZhLWljb24+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblRpdGxlPlRpdGxlPC9kaXY+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblN1YnRpdGxlPlRoaXMgaXMgdGhlIHN1YnRpdGxlIHdpdGggaW5mb3JtYXRpb248L2Rpdj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uQWN0aW9ucz5cblx0XHQ8YnV0dG9uIGRhZmYtYnV0dG9uIHNpemU9XCJzbVwiPkNvbmZpcm08L2J1dHRvbj5cblx0PC9kaXY+XG48L2RhZmYtbm90aWZpY2F0aW9uPiJdfQ==
@@ -7,18 +7,16 @@ import { DefaultNotificationComponent } from './default-notification.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export class DefaultNotificationModule {
9
9
  }
10
- /** @nocollapse */ DefaultNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DefaultNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- /** @nocollapse */ DefaultNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DefaultNotificationModule, declarations: [DefaultNotificationComponent], imports: [CommonModule,
10
+ /** @nocollapse */ DefaultNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DefaultNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ /** @nocollapse */ DefaultNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DefaultNotificationModule, declarations: [DefaultNotificationComponent], imports: [CommonModule,
12
12
  DaffNotificationModule,
13
13
  FontAwesomeModule,
14
14
  DaffButtonModule], exports: [DefaultNotificationComponent] });
15
- /** @nocollapse */ DefaultNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DefaultNotificationModule, imports: [[
16
- CommonModule,
17
- DaffNotificationModule,
18
- FontAwesomeModule,
19
- DaffButtonModule,
20
- ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DefaultNotificationModule, decorators: [{
15
+ /** @nocollapse */ DefaultNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DefaultNotificationModule, imports: [CommonModule,
16
+ DaffNotificationModule,
17
+ FontAwesomeModule,
18
+ DaffButtonModule] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DefaultNotificationModule, decorators: [{
22
20
  type: NgModule,
23
21
  args: [{
24
22
  declarations: [
@@ -35,4 +33,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
35
33
  ],
36
34
  }]
37
35
  }] });
38
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmYXVsdC1ub3RpZmljYXRpb24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbm90aWZpY2F0aW9uL2V4YW1wbGVzL3NyYy9kZWZhdWx0LW5vdGlmaWNhdGlvbi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDcEQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFFdkUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sa0NBQWtDLENBQUM7O0FBZ0JoRixNQUFNLE9BQU8seUJBQXlCOzt5SUFBekIseUJBQXlCOzBJQUF6Qix5QkFBeUIsaUJBWmxDLDRCQUE0QixhQUc1QixZQUFZO1FBQ1osc0JBQXNCO1FBQ3RCLGlCQUFpQjtRQUNqQixnQkFBZ0IsYUFHaEIsNEJBQTRCOzBJQUduQix5QkFBeUIsWUFWM0I7WUFDUCxZQUFZO1lBQ1osc0JBQXNCO1lBQ3RCLGlCQUFpQjtZQUNqQixnQkFBZ0I7U0FDakI7MkZBS1UseUJBQXlCO2tCQWRyQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWiw0QkFBNEI7cUJBQzdCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLHNCQUFzQjt3QkFDdEIsaUJBQWlCO3dCQUNqQixnQkFBZ0I7cUJBQ2pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCw0QkFBNEI7cUJBQzdCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcblxuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuaW1wb3J0IHsgRGFmZk5vdGlmaWNhdGlvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbm90aWZpY2F0aW9uJztcblxuaW1wb3J0IHsgRGVmYXVsdE5vdGlmaWNhdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vZGVmYXVsdC1ub3RpZmljYXRpb24uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGVmYXVsdE5vdGlmaWNhdGlvbkNvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBEYWZmTm90aWZpY2F0aW9uTW9kdWxlLFxuICAgIEZvbnRBd2Vzb21lTW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEZWZhdWx0Tm90aWZpY2F0aW9uQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEZWZhdWx0Tm90aWZpY2F0aW9uTW9kdWxlIHsgfVxuIl19
36
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmYXVsdC1ub3RpZmljYXRpb24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbm90aWZpY2F0aW9uL2V4YW1wbGVzL3NyYy9kZWZhdWx0LW5vdGlmaWNhdGlvbi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDcEQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFFdkUsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sa0NBQWtDLENBQUM7O0FBZ0JoRixNQUFNLE9BQU8seUJBQXlCOzt5SUFBekIseUJBQXlCOzBJQUF6Qix5QkFBeUIsaUJBWmxDLDRCQUE0QixhQUc1QixZQUFZO1FBQ1osc0JBQXNCO1FBQ3RCLGlCQUFpQjtRQUNqQixnQkFBZ0IsYUFHaEIsNEJBQTRCOzBJQUduQix5QkFBeUIsWUFUbEMsWUFBWTtRQUNaLHNCQUFzQjtRQUN0QixpQkFBaUI7UUFDakIsZ0JBQWdCOzJGQU1QLHlCQUF5QjtrQkFkckMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osNEJBQTRCO3FCQUM3QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixzQkFBc0I7d0JBQ3RCLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsNEJBQTRCO3FCQUM3QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9udEF3ZXNvbWVNb2R1bGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvYW5ndWxhci1mb250YXdlc29tZSc7XG5cbmltcG9ydCB7IERhZmZCdXR0b25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcbmltcG9ydCB7IERhZmZOb3RpZmljYXRpb25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL25vdGlmaWNhdGlvbic7XG5cbmltcG9ydCB7IERlZmF1bHROb3RpZmljYXRpb25Db21wb25lbnQgfSBmcm9tICcuL2RlZmF1bHQtbm90aWZpY2F0aW9uLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERlZmF1bHROb3RpZmljYXRpb25Db21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRGFmZk5vdGlmaWNhdGlvbk1vZHVsZSxcbiAgICBGb250QXdlc29tZU1vZHVsZSxcbiAgICBEYWZmQnV0dG9uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGVmYXVsdE5vdGlmaWNhdGlvbkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGVmYXVsdE5vdGlmaWNhdGlvbk1vZHVsZSB7IH1cbiJdfQ==
@@ -2,22 +2,17 @@ import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
2
  import { faInfoCircle } from '@fortawesome/free-solid-svg-icons';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@daffodil/design/notification";
5
- import * as i2 from "@fortawesome/angular-fontawesome";
6
- import * as i3 from "@daffodil/design";
5
+ import * as i2 from "@daffodil/design";
6
+ import * as i3 from "@fortawesome/angular-fontawesome";
7
7
  export class DismissableNotificationComponent {
8
8
  constructor() {
9
9
  this.faInfoCircle = faInfoCircle;
10
10
  }
11
11
  }
12
- /** @nocollapse */ DismissableNotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DismissableNotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- /** @nocollapse */ DismissableNotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DismissableNotificationComponent, selector: "dismissable-notification", ngImport: i0, template: "<daff-notification dismissable=\"true\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"], components: [{ type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissable", "orientation"], outputs: ["closeNotification"] }, { 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.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DismissableNotificationComponent, decorators: [{
12
+ /** @nocollapse */ DismissableNotificationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DismissableNotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ /** @nocollapse */ DismissableNotificationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DismissableNotificationComponent, selector: "dismissable-notification", ngImport: i0, template: "<daff-notification dismissable=\"true\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"], dependencies: [{ kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissable", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DismissableNotificationComponent, decorators: [{
15
15
  type: Component,
16
- args: [{ selector: 'dismissable-notification', styles: [`
17
- :host {
18
- display: flex;
19
- justify-content: center;
20
- }
21
- `], changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-notification dismissable=\"true\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>" }]
16
+ args: [{ selector: 'dismissable-notification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-notification dismissable=\"true\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"] }]
22
17
  }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzbWlzc2FibGUtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25vdGlmaWNhdGlvbi9leGFtcGxlcy9zcmMvZGlzbWlzc2FibGUtbm90aWZpY2F0aW9uL2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbi9kaXNtaXNzYWJsZS1ub3RpZmljYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLG1DQUFtQyxDQUFDOzs7OztBQWNqRSxNQUFNLE9BQU8sZ0NBQWdDO0lBWjdDO1FBYUUsaUJBQVksR0FBRyxZQUFZLENBQUM7S0FDN0I7O2dKQUZZLGdDQUFnQztvSUFBaEMsZ0NBQWdDLGdFQ2xCN0MsaVBBSW9COzJGRGNQLGdDQUFnQztrQkFaNUMsU0FBUzsrQkFFRSwwQkFBMEIsVUFFNUIsQ0FBQzs7Ozs7R0FLUixDQUFDLG1CQUNlLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGZhSW5mb0NpcmNsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9kaXNtaXNzYWJsZS1ub3RpZmljYXRpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFtgXG4gICAgOmhvc3Qge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIH1cbiAgYF0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBEaXNtaXNzYWJsZU5vdGlmaWNhdGlvbkNvbXBvbmVudCB7XG4gIGZhSW5mb0NpcmNsZSA9IGZhSW5mb0NpcmNsZTtcbn1cbiIsIjxkYWZmLW5vdGlmaWNhdGlvbiBkaXNtaXNzYWJsZT1cInRydWVcIj5cblx0PGZhLWljb24gZGFmZlByZWZpeCBbaWNvbl09XCJmYUluZm9DaXJjbGVcIj48L2ZhLWljb24+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblRpdGxlPlRpdGxlPC9kaXY+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblN1YnRpdGxlPlRoaXMgaXMgdGhlIHN1YnRpdGxlIHdpdGggaW5mb3JtYXRpb248L2Rpdj5cbjwvZGFmZi1ub3RpZmljYXRpb24+Il19
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzbWlzc2FibGUtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25vdGlmaWNhdGlvbi9leGFtcGxlcy9zcmMvZGlzbWlzc2FibGUtbm90aWZpY2F0aW9uL2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbi9kaXNtaXNzYWJsZS1ub3RpZmljYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLG1DQUFtQyxDQUFDOzs7OztBQWNqRSxNQUFNLE9BQU8sZ0NBQWdDO0lBWjdDO1FBYUUsaUJBQVksR0FBRyxZQUFZLENBQUM7S0FDN0I7O2dKQUZZLGdDQUFnQztvSUFBaEMsZ0NBQWdDLGdFQ2xCN0MsaVBBSW9COzJGRGNQLGdDQUFnQztrQkFaNUMsU0FBUzsrQkFFRSwwQkFBMEIsbUJBUW5CLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGZhSW5mb0NpcmNsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9kaXNtaXNzYWJsZS1ub3RpZmljYXRpb24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFtgXG4gICAgOmhvc3Qge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIH1cbiAgYF0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBEaXNtaXNzYWJsZU5vdGlmaWNhdGlvbkNvbXBvbmVudCB7XG4gIGZhSW5mb0NpcmNsZSA9IGZhSW5mb0NpcmNsZTtcbn1cbiIsIjxkYWZmLW5vdGlmaWNhdGlvbiBkaXNtaXNzYWJsZT1cInRydWVcIj5cblx0PGZhLWljb24gZGFmZlByZWZpeCBbaWNvbl09XCJmYUluZm9DaXJjbGVcIj48L2ZhLWljb24+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblRpdGxlPlRpdGxlPC9kaXY+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblN1YnRpdGxlPlRoaXMgaXMgdGhlIHN1YnRpdGxlIHdpdGggaW5mb3JtYXRpb248L2Rpdj5cbjwvZGFmZi1ub3RpZmljYXRpb24+Il19
@@ -7,18 +7,16 @@ import { DismissableNotificationComponent } from './dismissable-notification.com
7
7
  import * as i0 from "@angular/core";
8
8
  export class DismissableNotificationModule {
9
9
  }
10
- /** @nocollapse */ DismissableNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DismissableNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- /** @nocollapse */ DismissableNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DismissableNotificationModule, declarations: [DismissableNotificationComponent], imports: [CommonModule,
10
+ /** @nocollapse */ DismissableNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DismissableNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ /** @nocollapse */ DismissableNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DismissableNotificationModule, declarations: [DismissableNotificationComponent], imports: [CommonModule,
12
12
  DaffNotificationModule,
13
13
  FontAwesomeModule,
14
14
  DaffButtonModule], exports: [DismissableNotificationComponent] });
15
- /** @nocollapse */ DismissableNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DismissableNotificationModule, imports: [[
16
- CommonModule,
17
- DaffNotificationModule,
18
- FontAwesomeModule,
19
- DaffButtonModule,
20
- ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DismissableNotificationModule, decorators: [{
15
+ /** @nocollapse */ DismissableNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DismissableNotificationModule, imports: [CommonModule,
16
+ DaffNotificationModule,
17
+ FontAwesomeModule,
18
+ DaffButtonModule] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DismissableNotificationModule, decorators: [{
22
20
  type: NgModule,
23
21
  args: [{
24
22
  declarations: [
@@ -35,4 +33,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
35
33
  ],
36
34
  }]
37
35
  }] });
38
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzbWlzc2FibGUtbm90aWZpY2F0aW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25vdGlmaWNhdGlvbi9leGFtcGxlcy9zcmMvZGlzbWlzc2FibGUtbm90aWZpY2F0aW9uL2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDcEQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFFdkUsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sc0NBQXNDLENBQUM7O0FBZ0J4RixNQUFNLE9BQU8sNkJBQTZCOzs2SUFBN0IsNkJBQTZCOzhJQUE3Qiw2QkFBNkIsaUJBWnRDLGdDQUFnQyxhQUdoQyxZQUFZO1FBQ1osc0JBQXNCO1FBQ3RCLGlCQUFpQjtRQUNqQixnQkFBZ0IsYUFHaEIsZ0NBQWdDOzhJQUd2Qiw2QkFBNkIsWUFWL0I7WUFDUCxZQUFZO1lBQ1osc0JBQXNCO1lBQ3RCLGlCQUFpQjtZQUNqQixnQkFBZ0I7U0FDakI7MkZBS1UsNkJBQTZCO2tCQWR6QyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixnQ0FBZ0M7cUJBQ2pDO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLHNCQUFzQjt3QkFDdEIsaUJBQWlCO3dCQUNqQixnQkFBZ0I7cUJBQ2pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxnQ0FBZ0M7cUJBQ2pDO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcblxuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuaW1wb3J0IHsgRGFmZk5vdGlmaWNhdGlvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbm90aWZpY2F0aW9uJztcblxuaW1wb3J0IHsgRGlzbWlzc2FibGVOb3RpZmljYXRpb25Db21wb25lbnQgfSBmcm9tICcuL2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbi5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEaXNtaXNzYWJsZU5vdGlmaWNhdGlvbkNvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBEYWZmTm90aWZpY2F0aW9uTW9kdWxlLFxuICAgIEZvbnRBd2Vzb21lTW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEaXNtaXNzYWJsZU5vdGlmaWNhdGlvbkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGlzbWlzc2FibGVOb3RpZmljYXRpb25Nb2R1bGUgeyB9XG4iXX0=
36
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzbWlzc2FibGUtbm90aWZpY2F0aW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25vdGlmaWNhdGlvbi9leGFtcGxlcy9zcmMvZGlzbWlzc2FibGUtbm90aWZpY2F0aW9uL2Rpc21pc3NhYmxlLW5vdGlmaWNhdGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDcEQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFFdkUsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sc0NBQXNDLENBQUM7O0FBZ0J4RixNQUFNLE9BQU8sNkJBQTZCOzs2SUFBN0IsNkJBQTZCOzhJQUE3Qiw2QkFBNkIsaUJBWnRDLGdDQUFnQyxhQUdoQyxZQUFZO1FBQ1osc0JBQXNCO1FBQ3RCLGlCQUFpQjtRQUNqQixnQkFBZ0IsYUFHaEIsZ0NBQWdDOzhJQUd2Qiw2QkFBNkIsWUFUdEMsWUFBWTtRQUNaLHNCQUFzQjtRQUN0QixpQkFBaUI7UUFDakIsZ0JBQWdCOzJGQU1QLDZCQUE2QjtrQkFkekMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osZ0NBQWdDO3FCQUNqQztvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixzQkFBc0I7d0JBQ3RCLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsZ0NBQWdDO3FCQUNqQztpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9udEF3ZXNvbWVNb2R1bGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvYW5ndWxhci1mb250YXdlc29tZSc7XG5cbmltcG9ydCB7IERhZmZCdXR0b25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcbmltcG9ydCB7IERhZmZOb3RpZmljYXRpb25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL25vdGlmaWNhdGlvbic7XG5cbmltcG9ydCB7IERpc21pc3NhYmxlTm90aWZpY2F0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9kaXNtaXNzYWJsZS1ub3RpZmljYXRpb24uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGlzbWlzc2FibGVOb3RpZmljYXRpb25Db21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRGFmZk5vdGlmaWNhdGlvbk1vZHVsZSxcbiAgICBGb250QXdlc29tZU1vZHVsZSxcbiAgICBEYWZmQnV0dG9uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGlzbWlzc2FibGVOb3RpZmljYXRpb25Db21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERpc21pc3NhYmxlTm90aWZpY2F0aW9uTW9kdWxlIHsgfVxuIl19
@@ -1,23 +1,23 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { FormControl } from '@angular/forms';
2
+ import { UntypedFormControl } from '@angular/forms';
3
3
  import { faCheck, faExclamation, faInfoCircle, } from '@fortawesome/free-solid-svg-icons';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@daffodil/design/notification";
6
- import * as i2 from "@fortawesome/angular-fontawesome";
7
- import * as i3 from "@daffodil/design";
6
+ import * as i2 from "@daffodil/design";
7
+ import * as i3 from "@fortawesome/angular-fontawesome";
8
8
  import * as i4 from "@angular/forms";
9
9
  export class NotificationOrientationsComponent {
10
10
  constructor() {
11
11
  this.faInfoCircle = faInfoCircle;
12
12
  this.faCheck = faCheck;
13
13
  this.faExclamation = faExclamation;
14
- this.orientationControl = new FormControl('vertical');
14
+ this.orientationControl = new UntypedFormControl('vertical');
15
15
  }
16
16
  }
17
- /** @nocollapse */ NotificationOrientationsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NotificationOrientationsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
- /** @nocollapse */ NotificationOrientationsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: NotificationOrientationsComponent, selector: "notification-orientations", ngImport: i0, template: "<daff-notification [orientation]=\"orientationControl.value\">\n\t<fa-icon daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n\t</div>\n</daff-notification>\n\n<select [formControl]=\"orientationControl\">\n\t<option value=\"vertical\">Vertical</option>\n\t<option value=\"horizontal\">Horizontal</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], components: [{ type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissable", "orientation"], outputs: ["closeNotification"] }, { type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { type: i3.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], directives: [{ type: i3.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { type: i1.DaffNotificationActionsDirective, selector: "[daffNotificationActions]" }, { type: i4.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i4.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i4.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NotificationOrientationsComponent, decorators: [{
17
+ /** @nocollapse */ NotificationOrientationsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NotificationOrientationsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ /** @nocollapse */ NotificationOrientationsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: NotificationOrientationsComponent, selector: "notification-orientations", ngImport: i0, template: "<daff-notification [orientation]=\"orientationControl.value\">\n\t<fa-icon daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n\t</div>\n</daff-notification>\n\n<select [formControl]=\"orientationControl\">\n\t<option value=\"vertical\">Vertical</option>\n\t<option value=\"horizontal\">Horizontal</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissable", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationActionsDirective, selector: "[daffNotificationActions]" }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "component", type: i2.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { 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.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i4.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i4.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NotificationOrientationsComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: 'notification-orientations', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-notification [orientation]=\"orientationControl.value\">\n\t<fa-icon daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n\t</div>\n</daff-notification>\n\n<select [formControl]=\"orientationControl\">\n\t<option value=\"vertical\">Vertical</option>\n\t<option value=\"horizontal\">Horizontal</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
22
22
  }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUNMLE9BQU8sRUFDUCxhQUFhLEVBQ2IsWUFBWSxHQUNiLE1BQU0sbUNBQW1DLENBQUM7Ozs7OztBQVMzQyxNQUFNLE9BQU8saUNBQWlDO0lBUDlDO1FBUUUsaUJBQVksR0FBRyxZQUFZLENBQUM7UUFDNUIsWUFBTyxHQUFHLE9BQU8sQ0FBQztRQUNsQixrQkFBYSxHQUFHLGFBQWEsQ0FBQztRQUU5Qix1QkFBa0IsR0FBZ0IsSUFBSSxXQUFXLENBQUMsVUFBVSxDQUFDLENBQUM7S0FDL0Q7O2lKQU5ZLGlDQUFpQztxSUFBakMsaUNBQWlDLGlFQ2xCOUMsa2pCQVlTOzJGRE1JLGlDQUFpQztrQkFQN0MsU0FBUzsrQkFFRSwyQkFBMkIsbUJBR3BCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHtcbiAgZmFDaGVjayxcbiAgZmFFeGNsYW1hdGlvbixcbiAgZmFJbmZvQ2lyY2xlLFxufSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdub3RpZmljYXRpb24tb3JpZW50YXRpb25zJyxcbiAgdGVtcGxhdGVVcmw6ICcuL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9ub3RpZmljYXRpb24tb3JpZW50YXRpb25zLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25PcmllbnRhdGlvbnNDb21wb25lbnQge1xuICBmYUluZm9DaXJjbGUgPSBmYUluZm9DaXJjbGU7XG4gIGZhQ2hlY2sgPSBmYUNoZWNrO1xuICBmYUV4Y2xhbWF0aW9uID0gZmFFeGNsYW1hdGlvbjtcblxuICBvcmllbnRhdGlvbkNvbnRyb2w6IEZvcm1Db250cm9sID0gbmV3IEZvcm1Db250cm9sKCd2ZXJ0aWNhbCcpO1xufVxuIiwiPGRhZmYtbm90aWZpY2F0aW9uIFtvcmllbnRhdGlvbl09XCJvcmllbnRhdGlvbkNvbnRyb2wudmFsdWVcIj5cblx0PGZhLWljb24gZGFmZlByZWZpeCBbaWNvbl09XCJmYUNoZWNrXCIgW2ZpeGVkV2lkdGhdPVwidHJ1ZVwiPjwvZmEtaWNvbj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uVGl0bGU+VGl0bGU8L2Rpdj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uU3VidGl0bGU+VGhpcyBpcyB0aGUgc3VidGl0bGUgd2l0aCBpbmZvcm1hdGlvbjwvZGl2PlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25BY3Rpb25zPlxuXHRcdDxidXR0b24gZGFmZi1idXR0b24gc2l6ZT1cInNtXCIgY29sb3I9XCJ0aGVtZS1jb250cmFzdFwiPkNvbmZpcm08L2J1dHRvbj5cblx0PC9kaXY+XG48L2RhZmYtbm90aWZpY2F0aW9uPlxuXG48c2VsZWN0IFtmb3JtQ29udHJvbF09XCJvcmllbnRhdGlvbkNvbnRyb2xcIj5cblx0PG9wdGlvbiB2YWx1ZT1cInZlcnRpY2FsXCI+VmVydGljYWw8L29wdGlvbj5cblx0PG9wdGlvbiB2YWx1ZT1cImhvcml6b250YWxcIj5Ib3Jpem9udGFsPC9vcHRpb24+XG48L3NlbGVjdD4iXX0=
23
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0wsT0FBTyxFQUNQLGFBQWEsRUFDYixZQUFZLEdBQ2IsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7O0FBUzNDLE1BQU0sT0FBTyxpQ0FBaUM7SUFQOUM7UUFRRSxpQkFBWSxHQUFHLFlBQVksQ0FBQztRQUM1QixZQUFPLEdBQUcsT0FBTyxDQUFDO1FBQ2xCLGtCQUFhLEdBQUcsYUFBYSxDQUFDO1FBRTlCLHVCQUFrQixHQUF1QixJQUFJLGtCQUFrQixDQUFDLFVBQVUsQ0FBQyxDQUFDO0tBQzdFOztpSkFOWSxpQ0FBaUM7cUlBQWpDLGlDQUFpQyxpRUNsQjlDLGtqQkFZUzsyRkRNSSxpQ0FBaUM7a0JBUDdDLFNBQVM7K0JBRUUsMkJBQTJCLG1CQUdwQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBVbnR5cGVkRm9ybUNvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQge1xuICBmYUNoZWNrLFxuICBmYUV4Y2xhbWF0aW9uLFxuICBmYUluZm9DaXJjbGUsXG59IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMnLFxuICB0ZW1wbGF0ZVVybDogJy4vbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIE5vdGlmaWNhdGlvbk9yaWVudGF0aW9uc0NvbXBvbmVudCB7XG4gIGZhSW5mb0NpcmNsZSA9IGZhSW5mb0NpcmNsZTtcbiAgZmFDaGVjayA9IGZhQ2hlY2s7XG4gIGZhRXhjbGFtYXRpb24gPSBmYUV4Y2xhbWF0aW9uO1xuXG4gIG9yaWVudGF0aW9uQ29udHJvbDogVW50eXBlZEZvcm1Db250cm9sID0gbmV3IFVudHlwZWRGb3JtQ29udHJvbCgndmVydGljYWwnKTtcbn1cbiIsIjxkYWZmLW5vdGlmaWNhdGlvbiBbb3JpZW50YXRpb25dPVwib3JpZW50YXRpb25Db250cm9sLnZhbHVlXCI+XG5cdDxmYS1pY29uIGRhZmZQcmVmaXggW2ljb25dPVwiZmFDaGVja1wiIFtmaXhlZFdpZHRoXT1cInRydWVcIj48L2ZhLWljb24+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblRpdGxlPlRpdGxlPC9kaXY+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblN1YnRpdGxlPlRoaXMgaXMgdGhlIHN1YnRpdGxlIHdpdGggaW5mb3JtYXRpb248L2Rpdj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uQWN0aW9ucz5cblx0XHQ8YnV0dG9uIGRhZmYtYnV0dG9uIHNpemU9XCJzbVwiIGNvbG9yPVwidGhlbWUtY29udHJhc3RcIj5Db25maXJtPC9idXR0b24+XG5cdDwvZGl2PlxuPC9kYWZmLW5vdGlmaWNhdGlvbj5cblxuPHNlbGVjdCBbZm9ybUNvbnRyb2xdPVwib3JpZW50YXRpb25Db250cm9sXCI+XG5cdDxvcHRpb24gdmFsdWU9XCJ2ZXJ0aWNhbFwiPlZlcnRpY2FsPC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJob3Jpem9udGFsXCI+SG9yaXpvbnRhbDwvb3B0aW9uPlxuPC9zZWxlY3Q+Il19
@@ -8,20 +8,18 @@ import { NotificationOrientationsComponent } from './notification-orientations.c
8
8
  import * as i0 from "@angular/core";
9
9
  export class NotificationOrientationsModule {
10
10
  }
11
- /** @nocollapse */ NotificationOrientationsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NotificationOrientationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- /** @nocollapse */ NotificationOrientationsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NotificationOrientationsModule, declarations: [NotificationOrientationsComponent], imports: [CommonModule,
11
+ /** @nocollapse */ NotificationOrientationsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NotificationOrientationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ /** @nocollapse */ NotificationOrientationsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: NotificationOrientationsModule, declarations: [NotificationOrientationsComponent], imports: [CommonModule,
13
13
  DaffNotificationModule,
14
14
  DaffButtonModule,
15
15
  FontAwesomeModule,
16
16
  ReactiveFormsModule], exports: [NotificationOrientationsComponent] });
17
- /** @nocollapse */ NotificationOrientationsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NotificationOrientationsModule, imports: [[
18
- CommonModule,
19
- DaffNotificationModule,
20
- DaffButtonModule,
21
- FontAwesomeModule,
22
- ReactiveFormsModule,
23
- ]] });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: NotificationOrientationsModule, decorators: [{
17
+ /** @nocollapse */ NotificationOrientationsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NotificationOrientationsModule, imports: [CommonModule,
18
+ DaffNotificationModule,
19
+ DaffButtonModule,
20
+ FontAwesomeModule,
21
+ ReactiveFormsModule] });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NotificationOrientationsModule, decorators: [{
25
23
  type: NgModule,
26
24
  args: [{
27
25
  declarations: [
@@ -39,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
39
37
  ],
40
38
  }]
41
39
  }] });
42
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDcEQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFFdkUsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sdUNBQXVDLENBQUM7O0FBaUIxRixNQUFNLE9BQU8sOEJBQThCOzs4SUFBOUIsOEJBQThCOytJQUE5Qiw4QkFBOEIsaUJBYnZDLGlDQUFpQyxhQUdqQyxZQUFZO1FBQ1osc0JBQXNCO1FBQ3RCLGdCQUFnQjtRQUNoQixpQkFBaUI7UUFDakIsbUJBQW1CLGFBR25CLGlDQUFpQzsrSUFHeEIsOEJBQThCLFlBWGhDO1lBQ1AsWUFBWTtZQUNaLHNCQUFzQjtZQUN0QixnQkFBZ0I7WUFDaEIsaUJBQWlCO1lBQ2pCLG1CQUFtQjtTQUNwQjsyRkFLVSw4QkFBOEI7a0JBZjFDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGlDQUFpQztxQkFDbEM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osc0JBQXNCO3dCQUN0QixnQkFBZ0I7d0JBQ2hCLGlCQUFpQjt3QkFDakIsbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsaUNBQWlDO3FCQUNsQztpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEZvbnRBd2Vzb21lTW9kdWxlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuXG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5pbXBvcnQgeyBEYWZmTm90aWZpY2F0aW9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9ub3RpZmljYXRpb24nO1xuXG5pbXBvcnQgeyBOb3RpZmljYXRpb25PcmllbnRhdGlvbnNDb21wb25lbnQgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgTm90aWZpY2F0aW9uT3JpZW50YXRpb25zQ29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIERhZmZOb3RpZmljYXRpb25Nb2R1bGUsXG4gICAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgICBGb250QXdlc29tZU1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgTm90aWZpY2F0aW9uT3JpZW50YXRpb25zQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25PcmllbnRhdGlvbnNNb2R1bGUgeyB9XG4iXX0=
40
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDcEQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFFdkUsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sdUNBQXVDLENBQUM7O0FBaUIxRixNQUFNLE9BQU8sOEJBQThCOzs4SUFBOUIsOEJBQThCOytJQUE5Qiw4QkFBOEIsaUJBYnZDLGlDQUFpQyxhQUdqQyxZQUFZO1FBQ1osc0JBQXNCO1FBQ3RCLGdCQUFnQjtRQUNoQixpQkFBaUI7UUFDakIsbUJBQW1CLGFBR25CLGlDQUFpQzsrSUFHeEIsOEJBQThCLFlBVnZDLFlBQVk7UUFDWixzQkFBc0I7UUFDdEIsZ0JBQWdCO1FBQ2hCLGlCQUFpQjtRQUNqQixtQkFBbUI7MkZBTVYsOEJBQThCO2tCQWYxQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixpQ0FBaUM7cUJBQ2xDO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLHNCQUFzQjt3QkFDdEIsZ0JBQWdCO3dCQUNoQixpQkFBaUI7d0JBQ2pCLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGlDQUFpQztxQkFDbEM7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcblxuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuaW1wb3J0IHsgRGFmZk5vdGlmaWNhdGlvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbm90aWZpY2F0aW9uJztcblxuaW1wb3J0IHsgTm90aWZpY2F0aW9uT3JpZW50YXRpb25zQ29tcG9uZW50IH0gZnJvbSAnLi9ub3RpZmljYXRpb24tb3JpZW50YXRpb25zLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIE5vdGlmaWNhdGlvbk9yaWVudGF0aW9uc0NvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBEYWZmTm90aWZpY2F0aW9uTW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIE5vdGlmaWNhdGlvbk9yaWVudGF0aW9uc0NvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uT3JpZW50YXRpb25zTW9kdWxlIHsgfVxuIl19