@daffodil/design 0.39.12 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1120) hide show
  1. package/accordion/examples/basic-accordion/basic-accordion.component.d.ts +3 -0
  2. package/accordion/examples/basic-accordion/basic-accordion.module.d.ts +6 -0
  3. package/accordion/examples/daffodil-design-accordion-examples.d.ts +1 -2
  4. package/accordion/examples/nav-accordion/nav-accordion.component.d.ts +3 -0
  5. package/accordion/examples/nav-accordion/nav-accordion.module.d.ts +6 -0
  6. package/accordion/examples/package.json +5 -6
  7. package/accordion/examples/public_api.d.ts +2 -0
  8. package/article/examples/article-blockquote/article-blockquote.component.d.ts +3 -0
  9. package/article/examples/article-code-block/article-code-block.component.d.ts +3 -0
  10. package/article/examples/article-code-inline/article-code-inline.component.d.ts +3 -0
  11. package/article/examples/article-examples.module.d.ts +17 -0
  12. package/article/examples/article-headings/article-headings.component.d.ts +3 -0
  13. package/article/examples/article-hr/article-hr.component.d.ts +3 -0
  14. package/article/examples/article-lead/article-lead.component.d.ts +3 -0
  15. package/article/examples/article-link/article-link.component.d.ts +3 -0
  16. package/article/examples/article-meta/article-meta.component.d.ts +3 -0
  17. package/article/examples/article-ol/article-ol.component.d.ts +3 -0
  18. package/article/examples/article-table/article-table.component.d.ts +3 -0
  19. package/article/examples/article-ul/article-ul.component.d.ts +3 -0
  20. package/article/examples/daffodil-design-article-examples.d.ts +1 -1
  21. package/article/examples/package.json +5 -6
  22. package/atoms/button/button.component.d.ts +4 -1
  23. package/atoms/button/button.module.d.ts +7 -0
  24. package/atoms/container/container.component.d.ts +3 -0
  25. package/atoms/container/container.module.d.ts +6 -0
  26. package/atoms/form/checkbox/checkbox.component.d.ts +3 -0
  27. package/atoms/form/checkbox/checkbox.module.d.ts +8 -0
  28. package/atoms/form/checkbox/cva/checkbox-cva.directive.d.ts +3 -0
  29. package/atoms/form/checkbox-set/checkbox-set.component.d.ts +3 -0
  30. package/atoms/form/error-message/error-message.component.d.ts +3 -0
  31. package/atoms/form/error-message/error-message.module.d.ts +5 -0
  32. package/atoms/form/form-field/form-field/form-field.component.d.ts +3 -0
  33. package/atoms/form/form-field/form-field.module.d.ts +8 -0
  34. package/atoms/form/input/input.component.d.ts +3 -0
  35. package/atoms/form/input/input.module.d.ts +6 -0
  36. package/atoms/form/quantity-field/quantity-field.component.d.ts +4 -1
  37. package/atoms/form/quantity-field/quantity-field.module.d.ts +11 -0
  38. package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +4 -1
  39. package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +4 -0
  40. package/atoms/form/radio/cva/radio-cva.directive.d.ts +3 -0
  41. package/atoms/form/radio/radio.component.d.ts +3 -0
  42. package/atoms/form/radio/radio.module.d.ts +8 -0
  43. package/atoms/form/radio/registry/radio-registry.d.ts +3 -0
  44. package/atoms/form/radio-set/radio-set.component.d.ts +3 -0
  45. package/atoms/form/select/select/select.component.d.ts +3 -0
  46. package/atoms/form/select/select.module.d.ts +6 -0
  47. package/atoms/image/image.component.d.ts +3 -0
  48. package/atoms/image/image.module.d.ts +6 -0
  49. package/atoms/loading-icon/loading-icon.component.d.ts +3 -0
  50. package/atoms/loading-icon/loading-icon.module.d.ts +6 -0
  51. package/atoms/progress-indicator/progress-indicator.component.d.ts +3 -0
  52. package/atoms/progress-indicator/progress-indicator.module.d.ts +6 -0
  53. package/button/examples/basic-button/basic-button.component.d.ts +3 -0
  54. package/button/examples/basic-button/basic-button.module.d.ts +7 -0
  55. package/button/examples/daffodil-design-button-examples.d.ts +1 -7
  56. package/button/examples/icon-button/icon-button.component.d.ts +3 -0
  57. package/button/examples/icon-button/icon-button.module.d.ts +7 -0
  58. package/button/examples/package.json +5 -6
  59. package/button/examples/public_api.d.ts +5 -0
  60. package/button/examples/raised-button/raised-button.component.d.ts +3 -0
  61. package/button/examples/raised-button/raised-button.module.d.ts +7 -0
  62. package/button/examples/sizeable-button/sizeable-button.component.d.ts +3 -0
  63. package/button/examples/sizeable-button/sizeable-button.module.d.ts +7 -0
  64. package/button/examples/statusable-button/statusable-button.component.d.ts +3 -0
  65. package/button/examples/statusable-button/statusable-button.module.d.ts +7 -0
  66. package/button/examples/stroked-button/stroked-button.component.d.ts +3 -0
  67. package/button/examples/stroked-button/stroked-button.module.d.ts +7 -0
  68. package/button/examples/underline-button/underline-button.component.d.ts +3 -0
  69. package/button/examples/underline-button/underline-button.module.d.ts +7 -0
  70. package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +3 -0
  71. package/callout/examples/callout-text-alignment/callout-text-alignment.module.d.ts +9 -0
  72. package/callout/examples/callout-theming/callout-theming.component.d.ts +3 -0
  73. package/callout/examples/callout-theming/callout-theming.module.d.ts +9 -0
  74. package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +3 -0
  75. package/callout/examples/callout-with-grid/callout-with-grid.module.d.ts +9 -0
  76. package/callout/examples/compact-callout/compact-callout.component.d.ts +3 -0
  77. package/callout/examples/compact-callout/compact-callout.module.d.ts +8 -0
  78. package/callout/examples/daffodil-design-callout-examples.d.ts +1 -0
  79. package/callout/examples/package.json +5 -6
  80. package/card/examples/basic-card/basic-card.component.d.ts +3 -0
  81. package/card/examples/basic-card/basic-card.module.d.ts +8 -0
  82. package/card/examples/card-orientation/card-orientation.component.d.ts +3 -0
  83. package/card/examples/card-orientation/card-orientation.module.d.ts +9 -0
  84. package/card/examples/card-theming/card-theming.component.d.ts +3 -0
  85. package/card/examples/card-theming/card-theming.module.d.ts +8 -0
  86. package/card/examples/daffodil-design-card-examples.d.ts +1 -6
  87. package/card/examples/linkable-card/linkable-card.component.d.ts +3 -0
  88. package/card/examples/linkable-card/linkable-card.module.d.ts +9 -0
  89. package/card/examples/package.json +5 -6
  90. package/card/examples/public_api.d.ts +4 -0
  91. package/card/examples/raised-card/raised-card.component.d.ts +3 -0
  92. package/card/examples/raised-card/raised-card.module.d.ts +8 -0
  93. package/card/examples/stroked-card/stroked-card.component.d.ts +3 -0
  94. package/card/examples/stroked-card/stroked-card.module.d.ts +9 -0
  95. package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +3 -0
  96. package/checkbox/examples/basic-checkbox/basic-checkbox.module.d.ts +7 -0
  97. package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +3 -0
  98. package/checkbox/examples/checkbox-set/checkbox-set.module.d.ts +7 -0
  99. package/checkbox/examples/daffodil-design-checkbox-examples.d.ts +1 -4
  100. package/checkbox/examples/package.json +5 -6
  101. package/container/examples/container-sizes/container-sizes.component.d.ts +3 -0
  102. package/container/examples/container-sizes/container-sizes.module.d.ts +8 -0
  103. package/container/examples/daffodil-design-container-examples.d.ts +1 -0
  104. package/container/examples/package.json +5 -6
  105. package/core/prefix-suffix/prefix-suffix.module.d.ts +6 -0
  106. package/core/prefix-suffix/prefix.directive.d.ts +3 -0
  107. package/core/prefix-suffix/suffix.directive.d.ts +3 -0
  108. package/core/public_api.d.ts +1 -0
  109. package/core/theming/functions/computer.d.ts +6 -0
  110. package/core/theming/initializer.d.ts +8 -0
  111. package/core/theming/public_api.d.ts +3 -0
  112. package/core/theming/services/class-setter/theme-class-setter.service.d.ts +31 -0
  113. package/core/theming/services/os-theme/ostheme.service.d.ts +20 -0
  114. package/core/theming/services/storage/theme-storage.service.d.ts +28 -0
  115. package/core/theming/services/theming.service.d.ts +33 -0
  116. package/core/theming/types/theme.d.ts +8 -0
  117. package/daff-global.scss +1 -1
  118. package/daff-theme.scss +36 -30
  119. package/daff-typography.scss +2 -0
  120. package/daff-util.scss +2 -0
  121. package/daffodil-design.d.ts +1 -11
  122. package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +12 -0
  123. package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +26 -0
  124. package/esm2020/accordion/examples/daffodil-design-accordion-examples.mjs +5 -0
  125. package/{esm2015/accordion/examples/index.js → esm2020/accordion/examples/index.mjs} +0 -0
  126. package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +12 -0
  127. package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +26 -0
  128. package/esm2020/accordion/examples/public_api.mjs +10 -0
  129. package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +12 -0
  130. package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +12 -0
  131. package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +12 -0
  132. package/esm2020/article/examples/article-examples.module.mjs +41 -0
  133. package/esm2020/article/examples/article-headings/article-headings.component.mjs +12 -0
  134. package/esm2020/article/examples/article-hr/article-hr.component.mjs +12 -0
  135. package/esm2020/article/examples/article-lead/article-lead.component.mjs +12 -0
  136. package/esm2020/article/examples/article-link/article-link.component.mjs +12 -0
  137. package/esm2020/article/examples/article-meta/article-meta.component.mjs +12 -0
  138. package/esm2020/article/examples/article-ol/article-ol.component.mjs +12 -0
  139. package/esm2020/article/examples/article-table/article-table.component.mjs +12 -0
  140. package/esm2020/article/examples/article-ul/article-ul.component.mjs +12 -0
  141. package/esm2020/article/examples/daffodil-design-article-examples.mjs +5 -0
  142. package/{esm2015/article/examples/examples.js → esm2020/article/examples/examples.mjs} +0 -0
  143. package/{esm2015/article/examples/index.js → esm2020/article/examples/index.mjs} +0 -0
  144. package/{esm2015/article/examples/public_api.js → esm2020/article/examples/public_api.mjs} +0 -0
  145. package/esm2020/atoms/button/button.component.mjs +132 -0
  146. package/esm2020/atoms/button/button.module.mjs +32 -0
  147. package/{esm2015/atoms/button/public_api.js → esm2020/atoms/button/public_api.mjs} +0 -0
  148. package/esm2020/atoms/container/container.component.mjs +37 -0
  149. package/esm2020/atoms/container/container.module.mjs +26 -0
  150. package/{esm2015/atoms/container/public_api.js → esm2020/atoms/container/public_api.mjs} +0 -0
  151. package/esm2020/atoms/form/checkbox/checkbox.component.mjs +142 -0
  152. package/esm2020/atoms/form/checkbox/checkbox.module.mjs +41 -0
  153. package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +94 -0
  154. package/{esm2015/atoms/form/checkbox/public_api.js → esm2020/atoms/form/checkbox/public_api.mjs} +0 -0
  155. package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +38 -0
  156. package/{esm2015/atoms/form/core/error-state-matcher/error-state-matcher.js → esm2020/atoms/form/core/error-state-matcher/error-state-matcher.mjs} +0 -0
  157. package/{esm2015/atoms/form/core/public_api.js → esm2020/atoms/form/core/public_api.mjs} +0 -0
  158. package/esm2020/atoms/form/error-message/error-message.component.mjs +11 -0
  159. package/esm2020/atoms/form/error-message/error-message.module.mjs +20 -0
  160. package/{esm2015/atoms/form/error-message/public_api.js → esm2020/atoms/form/error-message/public_api.mjs} +0 -0
  161. package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +102 -0
  162. package/{esm2015/atoms/form/form-field/form-field-control.js → esm2020/atoms/form/form-field/form-field-control.mjs} +0 -0
  163. package/{esm2015/atoms/form/form-field/form-field-errors.js → esm2020/atoms/form/form-field/form-field-errors.mjs} +0 -0
  164. package/esm2020/atoms/form/form-field/form-field.module.mjs +36 -0
  165. package/{esm2015/atoms/form/form-field/public_api.js → esm2020/atoms/form/form-field/public_api.mjs} +0 -0
  166. package/esm2020/atoms/form/input/input.component.mjs +59 -0
  167. package/esm2020/atoms/form/input/input.module.mjs +26 -0
  168. package/{esm2015/atoms/form/input/public_api.js → esm2020/atoms/form/input/public_api.mjs} +0 -0
  169. package/{esm2015/atoms/form/quantity-field/public_api.js → esm2020/atoms/form/quantity-field/public_api.mjs} +0 -0
  170. package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +134 -0
  171. package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +48 -0
  172. package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +97 -0
  173. package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +84 -0
  174. package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +89 -0
  175. package/{esm2015/atoms/form/radio/public_api.js → esm2020/atoms/form/radio/public_api.mjs} +0 -0
  176. package/esm2020/atoms/form/radio/radio.component.mjs +132 -0
  177. package/esm2020/atoms/form/radio/radio.module.mjs +36 -0
  178. package/esm2020/atoms/form/radio/registry/radio-registry.mjs +54 -0
  179. package/esm2020/atoms/form/radio-set/radio-set.component.mjs +22 -0
  180. package/{esm2015/atoms/form/select/public_api.js → esm2020/atoms/form/select/public_api.mjs} +0 -0
  181. package/esm2020/atoms/form/select/select/select.component.mjs +64 -0
  182. package/esm2020/atoms/form/select/select.module.mjs +26 -0
  183. package/esm2020/atoms/image/image.component.mjs +111 -0
  184. package/esm2020/atoms/image/image.module.mjs +29 -0
  185. package/{esm2015/atoms/image/public_api.js → esm2020/atoms/image/public_api.mjs} +0 -0
  186. package/esm2020/atoms/loading-icon/loading-icon.component.mjs +53 -0
  187. package/esm2020/atoms/loading-icon/loading-icon.module.mjs +26 -0
  188. package/{esm2015/atoms/loading-icon/public_api.js → esm2020/atoms/loading-icon/public_api.mjs} +0 -0
  189. package/{esm2015/atoms/progress-indicator/animation/progress-indicator-animation.js → esm2020/atoms/progress-indicator/animation/progress-indicator-animation.mjs} +0 -0
  190. package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +81 -0
  191. package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +22 -0
  192. package/{esm2015/atoms/progress-indicator/public_api.js → esm2020/atoms/progress-indicator/public_api.mjs} +0 -0
  193. package/esm2020/button/examples/basic-button/basic-button.component.mjs +23 -0
  194. package/esm2020/button/examples/basic-button/basic-button.module.mjs +30 -0
  195. package/esm2020/button/examples/daffodil-design-button-examples.mjs +5 -0
  196. package/esm2020/button/examples/icon-button/icon-button.component.mjs +22 -0
  197. package/esm2020/button/examples/icon-button/icon-button.module.mjs +30 -0
  198. package/{esm2015/button/examples/index.js → esm2020/button/examples/index.mjs} +0 -0
  199. package/esm2020/button/examples/public_api.mjs +25 -0
  200. package/esm2020/button/examples/raised-button/raised-button.component.mjs +23 -0
  201. package/esm2020/button/examples/raised-button/raised-button.module.mjs +30 -0
  202. package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +21 -0
  203. package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +30 -0
  204. package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +27 -0
  205. package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +30 -0
  206. package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +23 -0
  207. package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +30 -0
  208. package/esm2020/button/examples/underline-button/underline-button.component.mjs +23 -0
  209. package/esm2020/button/examples/underline-button/underline-button.module.mjs +30 -0
  210. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +27 -0
  211. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +41 -0
  212. package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +31 -0
  213. package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +38 -0
  214. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +17 -0
  215. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +41 -0
  216. package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +17 -0
  217. package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +37 -0
  218. package/{esm2015/callout/examples/daffodil-design-callout-examples.js → esm2020/callout/examples/daffodil-design-callout-examples.mjs} +0 -0
  219. package/{esm2015/callout/examples/examples.js → esm2020/callout/examples/examples.mjs} +0 -0
  220. package/{esm2015/callout/examples/index.js → esm2020/callout/examples/index.mjs} +0 -0
  221. package/{esm2015/callout/examples/public_api.js → esm2020/callout/examples/public_api.mjs} +0 -0
  222. package/esm2020/card/examples/basic-card/basic-card.component.mjs +17 -0
  223. package/esm2020/card/examples/basic-card/basic-card.module.mjs +40 -0
  224. package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +26 -0
  225. package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +44 -0
  226. package/esm2020/card/examples/card-theming/card-theming.component.mjs +32 -0
  227. package/esm2020/card/examples/card-theming/card-theming.module.mjs +37 -0
  228. package/esm2020/card/examples/daffodil-design-card-examples.mjs +5 -0
  229. package/{esm2015/card/examples/index.js → esm2020/card/examples/index.mjs} +0 -0
  230. package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +30 -0
  231. package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +44 -0
  232. package/esm2020/card/examples/public_api.mjs +22 -0
  233. package/esm2020/card/examples/raised-card/raised-card.component.mjs +28 -0
  234. package/esm2020/card/examples/raised-card/raised-card.module.mjs +40 -0
  235. package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +28 -0
  236. package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +44 -0
  237. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +26 -0
  238. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +34 -0
  239. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +28 -0
  240. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +34 -0
  241. package/esm2020/checkbox/examples/daffodil-design-checkbox-examples.mjs +5 -0
  242. package/{esm2015/checkbox/examples/examples.js → esm2020/checkbox/examples/examples.mjs} +0 -0
  243. package/{esm2015/checkbox/examples/index.js → esm2020/checkbox/examples/index.mjs} +0 -0
  244. package/{esm2015/checkbox/examples/public_api.js → esm2020/checkbox/examples/public_api.mjs} +0 -0
  245. package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +25 -0
  246. package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +34 -0
  247. package/{esm2015/container/examples/daffodil-design-container-examples.js → esm2020/container/examples/daffodil-design-container-examples.mjs} +0 -0
  248. package/{esm2015/container/examples/examples.js → esm2020/container/examples/examples.mjs} +0 -0
  249. package/{esm2015/container/examples/index.js → esm2020/container/examples/index.mjs} +0 -0
  250. package/{esm2015/container/examples/public_api.js → esm2020/container/examples/public_api.mjs} +0 -0
  251. package/{esm2015/core/article-encapsulated/article-encapsulated-mixin.js → esm2020/core/article-encapsulated/article-encapsulated-mixin.mjs} +0 -0
  252. package/{esm2015/core/article-encapsulated/public_api.js → esm2020/core/article-encapsulated/public_api.mjs} +0 -0
  253. package/{esm2015/core/breakpoints/breakpoints.js → esm2020/core/breakpoints/breakpoints.mjs} +0 -0
  254. package/{esm2015/core/colorable/color-in-palette.js → esm2020/core/colorable/color-in-palette.mjs} +0 -0
  255. package/{esm2015/core/colorable/colorable-enum.js → esm2020/core/colorable/colorable-enum.mjs} +0 -0
  256. package/esm2020/core/colorable/colorable-mixin.mjs +42 -0
  257. package/{esm2015/core/colorable/colorable.js → esm2020/core/colorable/colorable.mjs} +0 -0
  258. package/{esm2015/core/colorable/public_api.js → esm2020/core/colorable/public_api.mjs} +0 -0
  259. package/{esm2015/core/compactable/compactable-mixin.js → esm2020/core/compactable/compactable-mixin.mjs} +0 -0
  260. package/{esm2015/core/compactable/compactable.js → esm2020/core/compactable/compactable.mjs} +0 -0
  261. package/{esm2015/core/compactable/public_api.js → esm2020/core/compactable/public_api.mjs} +0 -0
  262. package/{esm2015/core/constructor/constructor.js → esm2020/core/constructor/constructor.mjs} +0 -0
  263. package/{esm2015/core/manage-container-layout/manage-container-layout-mixin.js → esm2020/core/manage-container-layout/manage-container-layout-mixin.mjs} +0 -0
  264. package/{esm2015/core/manage-container-layout/public_api.js → esm2020/core/manage-container-layout/public_api.mjs} +0 -0
  265. package/{esm2015/core/mutable/mutable.js → esm2020/core/mutable/mutable.mjs} +0 -0
  266. package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +26 -0
  267. package/esm2020/core/prefix-suffix/prefix.directive.mjs +24 -0
  268. package/{esm2015/core/prefix-suffix/prefixable/prefixable-interface.js → esm2020/core/prefix-suffix/prefixable/prefixable-interface.mjs} +0 -0
  269. package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +23 -0
  270. package/{esm2015/core/prefix-suffix/public_api.js → esm2020/core/prefix-suffix/public_api.mjs} +0 -0
  271. package/esm2020/core/prefix-suffix/suffix.directive.mjs +24 -0
  272. package/{esm2015/core/prefix-suffix/suffixable/suffixable-interface.js → esm2020/core/prefix-suffix/suffixable/suffixable-interface.mjs} +0 -0
  273. package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +23 -0
  274. package/esm2020/core/public_api.mjs +14 -0
  275. package/esm2020/core/sizeable/sizeable-mixin.mjs +31 -0
  276. package/{esm2015/core/sizeable/sizeable.js → esm2020/core/sizeable/sizeable.mjs} +0 -0
  277. package/{esm2015/core/skeletonable/skeletonable.js → esm2020/core/skeletonable/skeletonable.mjs} +0 -0
  278. package/esm2020/core/statusable/statusable-mixin.mjs +32 -0
  279. package/{esm2015/core/statusable/statusable.js → esm2020/core/statusable/statusable.mjs} +0 -0
  280. package/esm2020/core/text-alignable/text-alignable-mixin.mjs +35 -0
  281. package/{esm2015/core/text-alignable/text-alignable.js → esm2020/core/text-alignable/text-alignable.mjs} +0 -0
  282. package/esm2020/core/theming/functions/computer.mjs +18 -0
  283. package/esm2020/core/theming/initializer.mjs +17 -0
  284. package/esm2020/core/theming/public_api.mjs +4 -0
  285. package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +52 -0
  286. package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +49 -0
  287. package/esm2020/core/theming/services/storage/theme-storage.service.mjs +67 -0
  288. package/esm2020/core/theming/services/theming.service.mjs +61 -0
  289. package/esm2020/core/theming/types/theme.mjs +10 -0
  290. package/esm2020/daffodil-design.mjs +5 -0
  291. package/{esm2015/examples/examples.js → esm2020/examples/examples.mjs} +0 -0
  292. package/{esm2015/examples/public_api.js → esm2020/examples/public_api.mjs} +0 -0
  293. package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +17 -0
  294. package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +41 -0
  295. package/{esm2015/hero/examples/daffodil-design-hero-examples.js → esm2020/hero/examples/daffodil-design-hero-examples.mjs} +0 -0
  296. package/{esm2015/hero/examples/examples.js → esm2020/hero/examples/examples.mjs} +0 -0
  297. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +27 -0
  298. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +41 -0
  299. package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +21 -0
  300. package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +41 -0
  301. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +17 -0
  302. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +41 -0
  303. package/{esm2015/hero/examples/index.js → esm2020/hero/examples/index.mjs} +0 -0
  304. package/{esm2015/hero/examples/public_api.js → esm2020/hero/examples/public_api.mjs} +0 -0
  305. package/esm2020/image/examples/basic-image/basic-image.component.mjs +12 -0
  306. package/esm2020/image/examples/basic-image/basic-image.module.mjs +26 -0
  307. package/esm2020/image/examples/daffodil-design-image-examples.mjs +5 -0
  308. package/esm2020/image/examples/index.mjs +2 -0
  309. package/esm2020/image/examples/load-image/load-image.component.mjs +19 -0
  310. package/esm2020/image/examples/load-image/load-image.module.mjs +30 -0
  311. package/esm2020/image/examples/public_api.mjs +9 -0
  312. package/esm2020/list/examples/basic-list/basic-list.component.mjs +12 -0
  313. package/esm2020/list/examples/basic-list/basic-list.module.mjs +30 -0
  314. package/esm2020/list/examples/daffodil-design-list-examples.mjs +5 -0
  315. package/{esm2015/list/examples/examples.js → esm2020/list/examples/examples.mjs} +0 -0
  316. package/esm2020/list/examples/icon-list/icon-list.component.mjs +17 -0
  317. package/esm2020/list/examples/icon-list/icon-list.module.mjs +34 -0
  318. package/{esm2015/list/examples/index.js → esm2020/list/examples/index.mjs} +0 -0
  319. package/esm2020/list/examples/list-examples.module.mjs +39 -0
  320. package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +12 -0
  321. package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +34 -0
  322. package/esm2020/list/examples/nav-list/nav-list.component.mjs +17 -0
  323. package/esm2020/list/examples/nav-list/nav-list.module.mjs +34 -0
  324. package/{esm2015/list/examples/public_api.js → esm2020/list/examples/public_api.mjs} +0 -0
  325. package/esm2020/loading-icon/examples/daffodil-design-loading-icon-examples.mjs +5 -0
  326. package/{esm2015/loading-icon/examples/examples.js → esm2020/loading-icon/examples/examples.mjs} +0 -0
  327. package/{esm2015/loading-icon/examples/index.js → esm2020/loading-icon/examples/index.mjs} +0 -0
  328. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +19 -0
  329. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +33 -0
  330. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +12 -0
  331. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +26 -0
  332. package/{esm2015/loading-icon/examples/public_api.js → esm2020/loading-icon/examples/public_api.mjs} +0 -0
  333. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +12 -0
  334. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +30 -0
  335. package/esm2020/media-gallery/examples/daffodil-design-media-gallery-examples.mjs +5 -0
  336. package/{esm2015/media-gallery/examples/examples.js → esm2020/media-gallery/examples/examples.mjs} +0 -0
  337. package/{esm2015/media-gallery/examples/index.js → esm2020/media-gallery/examples/index.mjs} +0 -0
  338. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +12 -0
  339. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +30 -0
  340. package/esm2020/media-gallery/examples/public_api.mjs +6 -0
  341. package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +20 -0
  342. package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +32 -0
  343. package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +12 -0
  344. package/esm2020/modal/examples/daffodil-design-modal-examples.mjs +5 -0
  345. package/{esm2015/modal/examples/index.js → esm2020/modal/examples/index.mjs} +0 -0
  346. package/{esm2015/modal/examples/public_api.js → esm2020/modal/examples/public_api.mjs} +0 -0
  347. package/esm2020/molecules/accordion/accordion/accordion.component.mjs +27 -0
  348. package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +54 -0
  349. package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +22 -0
  350. package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +22 -0
  351. package/esm2020/molecules/accordion/accordion.module.mjs +54 -0
  352. package/{esm2015/molecules/accordion/animation/accordion-animation-state.js → esm2020/molecules/accordion/animation/accordion-animation-state.mjs} +0 -0
  353. package/{esm2015/molecules/accordion/animation/accordion-animation.js → esm2020/molecules/accordion/animation/accordion-animation.mjs} +0 -0
  354. package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +78 -0
  355. package/esm2020/molecules/accordion/public_api.mjs +7 -0
  356. package/esm2020/molecules/article/article/article.component.mjs +30 -0
  357. package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +22 -0
  358. package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +22 -0
  359. package/esm2020/molecules/article/article-title/article-title.directive.mjs +22 -0
  360. package/esm2020/molecules/article/article.module.mjs +41 -0
  361. package/{esm2015/molecules/article/public_api.js → esm2020/molecules/article/public_api.mjs} +0 -0
  362. package/{esm2015/molecules/backdrop/animation/backdrop-animation.js → esm2020/molecules/backdrop/animation/backdrop-animation.mjs} +0 -0
  363. package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +52 -0
  364. package/esm2020/molecules/backdrop/backdrop.module.mjs +29 -0
  365. package/{esm2015/molecules/backdrop/public_api.js → esm2020/molecules/backdrop/public_api.mjs} +0 -0
  366. package/esm2020/molecules/button-set/button-set.component.mjs +20 -0
  367. package/esm2020/molecules/button-set/button-set.module.mjs +20 -0
  368. package/{esm2015/molecules/button-set/public_api.js → esm2020/molecules/button-set/public_api.mjs} +0 -0
  369. package/esm2020/molecules/callout/callout/callout.component.mjs +71 -0
  370. package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +22 -0
  371. package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +22 -0
  372. package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +22 -0
  373. package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +22 -0
  374. package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +22 -0
  375. package/esm2020/molecules/callout/callout.module.mjs +51 -0
  376. package/{esm2015/molecules/callout/public_api.js → esm2020/molecules/callout/public_api.mjs} +0 -0
  377. package/esm2020/molecules/card/card/card.component.mjs +113 -0
  378. package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +22 -0
  379. package/esm2020/molecules/card/card-content/card-content.directive.mjs +22 -0
  380. package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +22 -0
  381. package/esm2020/molecules/card/card-image/card-image.directive.mjs +22 -0
  382. package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +22 -0
  383. package/esm2020/molecules/card/card-title/card-title.directive.mjs +22 -0
  384. package/esm2020/molecules/card/card.module.mjs +56 -0
  385. package/{esm2015/molecules/card/public_api.js → esm2020/molecules/card/public_api.mjs} +0 -0
  386. package/esm2020/molecules/feature/feature/feature.component.mjs +49 -0
  387. package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +22 -0
  388. package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +22 -0
  389. package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +22 -0
  390. package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +22 -0
  391. package/esm2020/molecules/feature/feature.module.mjs +46 -0
  392. package/{esm2015/molecules/feature/public_api.js → esm2020/molecules/feature/public_api.mjs} +0 -0
  393. package/esm2020/molecules/hero/hero/hero.component.mjs +72 -0
  394. package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +22 -0
  395. package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +22 -0
  396. package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +22 -0
  397. package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +22 -0
  398. package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +22 -0
  399. package/esm2020/molecules/hero/hero.module.mjs +51 -0
  400. package/{esm2015/molecules/hero/public_api.js → esm2020/molecules/hero/public_api.mjs} +0 -0
  401. package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +25 -0
  402. package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +15 -0
  403. package/esm2020/molecules/image-gallery/image-gallery.module.mjs +35 -0
  404. package/{esm2015/molecules/image-gallery/public_api.js → esm2020/molecules/image-gallery/public_api.mjs} +0 -0
  405. package/esm2020/molecules/image-list/image-list.component.mjs +20 -0
  406. package/esm2020/molecules/image-list/image-list.module.mjs +26 -0
  407. package/{esm2015/molecules/image-list/public_api.js → esm2020/molecules/image-list/public_api.mjs} +0 -0
  408. package/esm2020/molecules/link-set/link-set/link-set.component.mjs +37 -0
  409. package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +25 -0
  410. package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +26 -0
  411. package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +25 -0
  412. package/esm2020/molecules/link-set/link-set.module.mjs +41 -0
  413. package/{esm2015/molecules/link-set/public_api.js → esm2020/molecules/link-set/public_api.mjs} +0 -0
  414. package/esm2020/molecules/list/list/list.component.mjs +110 -0
  415. package/esm2020/molecules/list/list-item/list-item.component.mjs +49 -0
  416. package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +25 -0
  417. package/esm2020/molecules/list/list.module.mjs +42 -0
  418. package/{esm2015/molecules/list/public_api.js → esm2020/molecules/list/public_api.mjs} +0 -0
  419. package/{esm2015/molecules/media-gallery/media-gallery-registration.interface.js → esm2020/molecules/media-gallery/media-gallery-registration.interface.mjs} +0 -0
  420. package/{esm2015/molecules/media-gallery/media-gallery-token.js → esm2020/molecules/media-gallery/media-gallery-token.mjs} +0 -0
  421. package/esm2020/molecules/media-gallery/media-gallery.component.mjs +59 -0
  422. package/esm2020/molecules/media-gallery/media-gallery.module.mjs +34 -0
  423. package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +76 -0
  424. package/{esm2015/molecules/media-gallery/public_api.js → esm2020/molecules/media-gallery/public_api.mjs} +0 -0
  425. package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +97 -0
  426. package/{esm2015/molecules/media-gallery/thumbnail/thumbnail-compat.token.js → esm2020/molecules/media-gallery/thumbnail/thumbnail-compat.token.mjs} +0 -0
  427. package/{esm2015/molecules/media-gallery/thumbnail/thumbnail-registration.interface.js → esm2020/molecules/media-gallery/thumbnail/thumbnail-registration.interface.mjs} +0 -0
  428. package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +88 -0
  429. package/{esm2015/molecules/modal/animations/modal-animation-state.js → esm2020/molecules/modal/animations/modal-animation-state.mjs} +0 -0
  430. package/{esm2015/molecules/modal/animations/modal-animation.js → esm2020/molecules/modal/animations/modal-animation.mjs} +0 -0
  431. package/{esm2015/molecules/modal/modal/modal-config.js → esm2020/molecules/modal/modal/modal-config.mjs} +0 -0
  432. package/esm2020/molecules/modal/modal/modal.component.mjs +79 -0
  433. package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +11 -0
  434. package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +11 -0
  435. package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +20 -0
  436. package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +22 -0
  437. package/{esm2015/molecules/modal/modal.js → esm2020/molecules/modal/modal.mjs} +0 -0
  438. package/esm2020/molecules/modal/modal.module.mjs +52 -0
  439. package/{esm2015/molecules/modal/public_api.js → esm2020/molecules/modal/public_api.mjs} +0 -0
  440. package/esm2020/molecules/modal/service/modal.service.mjs +70 -0
  441. package/esm2020/molecules/navbar/navbar.component.mjs +51 -0
  442. package/esm2020/molecules/navbar/navbar.module.mjs +20 -0
  443. package/{esm2015/molecules/navbar/public_api.js → esm2020/molecules/navbar/public_api.mjs} +0 -0
  444. package/{esm2015/molecules/paginator/paginator-errors.js → esm2020/molecules/paginator/paginator-errors.mjs} +0 -0
  445. package/esm2020/molecules/paginator/paginator.component.mjs +159 -0
  446. package/esm2020/molecules/paginator/paginator.module.mjs +34 -0
  447. package/{esm2015/molecules/paginator/public_api.js → esm2020/molecules/paginator/public_api.mjs} +0 -0
  448. package/{esm2015/molecules/qty-dropdown/public_api.js → esm2020/molecules/qty-dropdown/public_api.mjs} +0 -0
  449. package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +115 -0
  450. package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +42 -0
  451. package/{esm2015/molecules/sidebar/animation/sidebar-animation-state.js → esm2020/molecules/sidebar/animation/sidebar-animation-state.mjs} +0 -0
  452. package/{esm2015/molecules/sidebar/animation/sidebar-animation.js → esm2020/molecules/sidebar/animation/sidebar-animation.mjs} +0 -0
  453. package/{esm2015/molecules/sidebar/helper/sidebar-mode.js → esm2020/molecules/sidebar/helper/sidebar-mode.mjs} +0 -0
  454. package/{esm2015/molecules/sidebar/public_api.js → esm2020/molecules/sidebar/public_api.mjs} +0 -0
  455. package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +44 -0
  456. package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +121 -0
  457. package/esm2020/molecules/sidebar/sidebar.module.mjs +39 -0
  458. package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +12 -0
  459. package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +33 -0
  460. package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +12 -0
  461. package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +33 -0
  462. package/{esm2015/navbar/examples/daffodil-design-navbar-examples.js → esm2020/navbar/examples/daffodil-design-navbar-examples.mjs} +0 -0
  463. package/{esm2015/navbar/examples/examples.js → esm2020/navbar/examples/examples.mjs} +0 -0
  464. package/{esm2015/navbar/examples/index.js → esm2020/navbar/examples/index.mjs} +0 -0
  465. package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +28 -0
  466. package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +34 -0
  467. package/{esm2015/navbar/examples/public_api.js → esm2020/navbar/examples/public_api.mjs} +0 -0
  468. package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +12 -0
  469. package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +30 -0
  470. package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +19 -0
  471. package/esm2020/paginator/examples/daffodil-design-paginator-examples.mjs +5 -0
  472. package/esm2020/paginator/examples/examples.mjs +5 -0
  473. package/esm2020/paginator/examples/index.mjs +2 -0
  474. package/esm2020/paginator/examples/paginator-examples.module.mjs +31 -0
  475. package/esm2020/paginator/examples/public_api.mjs +4 -0
  476. package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
  477. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +17 -0
  478. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +37 -0
  479. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +17 -0
  480. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +37 -0
  481. package/esm2020/quantity-field/examples/daffodil-design-quantity-field-examples.mjs +5 -0
  482. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +17 -0
  483. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +37 -0
  484. package/{esm2015/quantity-field/examples/index.js → esm2020/quantity-field/examples/index.mjs} +0 -0
  485. package/esm2020/quantity-field/examples/public_api.mjs +16 -0
  486. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +17 -0
  487. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +37 -0
  488. package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +21 -0
  489. package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +31 -0
  490. package/esm2020/radio/examples/daffodil-design-radio-examples.mjs +5 -0
  491. package/{esm2015/radio/examples/examples.js → esm2020/radio/examples/examples.mjs} +0 -0
  492. package/{esm2015/radio/examples/index.js → esm2020/radio/examples/index.mjs} +0 -0
  493. package/{esm2015/radio/examples/public_api.js → esm2020/radio/examples/public_api.mjs} +0 -0
  494. package/fesm2015/daffodil-design-accordion-examples.mjs +78 -0
  495. package/fesm2015/daffodil-design-accordion-examples.mjs.map +1 -0
  496. package/fesm2015/daffodil-design-article-examples.mjs +150 -0
  497. package/fesm2015/daffodil-design-article-examples.mjs.map +1 -0
  498. package/fesm2015/daffodil-design-button-examples.mjs +326 -0
  499. package/fesm2015/daffodil-design-button-examples.mjs.map +1 -0
  500. package/fesm2015/daffodil-design-callout-examples.mjs +221 -0
  501. package/fesm2015/daffodil-design-callout-examples.mjs.map +1 -0
  502. package/fesm2015/daffodil-design-card-examples.mjs +362 -0
  503. package/fesm2015/daffodil-design-card-examples.mjs.map +1 -0
  504. package/fesm2015/daffodil-design-checkbox-examples.mjs +123 -0
  505. package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -0
  506. package/fesm2015/daffodil-design-container-examples.mjs +66 -0
  507. package/fesm2015/daffodil-design-container-examples.mjs.map +1 -0
  508. package/fesm2015/daffodil-design-hero-examples.mjs +218 -0
  509. package/fesm2015/daffodil-design-hero-examples.mjs.map +1 -0
  510. package/fesm2015/daffodil-design-image-examples.mjs +89 -0
  511. package/fesm2015/daffodil-design-image-examples.mjs.map +1 -0
  512. package/fesm2015/daffodil-design-list-examples.mjs +204 -0
  513. package/fesm2015/daffodil-design-list-examples.mjs.map +1 -0
  514. package/fesm2015/daffodil-design-loading-icon-examples.mjs +91 -0
  515. package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +1 -0
  516. package/fesm2015/daffodil-design-media-gallery-examples.mjs +86 -0
  517. package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +1 -0
  518. package/fesm2015/daffodil-design-modal-examples.mjs +66 -0
  519. package/fesm2015/daffodil-design-modal-examples.mjs.map +1 -0
  520. package/fesm2015/daffodil-design-navbar-examples.mjs +180 -0
  521. package/fesm2015/daffodil-design-navbar-examples.mjs.map +1 -0
  522. package/fesm2015/daffodil-design-paginator-examples.mjs +57 -0
  523. package/fesm2015/daffodil-design-paginator-examples.mjs.map +1 -0
  524. package/fesm2015/daffodil-design-quantity-field-examples.mjs +193 -0
  525. package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -0
  526. package/fesm2015/daffodil-design-radio-examples.mjs +62 -0
  527. package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -0
  528. package/fesm2015/daffodil-design.mjs +5399 -0
  529. package/fesm2015/daffodil-design.mjs.map +1 -0
  530. package/fesm2020/daffodil-design-accordion-examples.mjs +78 -0
  531. package/fesm2020/daffodil-design-accordion-examples.mjs.map +1 -0
  532. package/fesm2020/daffodil-design-article-examples.mjs +150 -0
  533. package/fesm2020/daffodil-design-article-examples.mjs.map +1 -0
  534. package/fesm2020/daffodil-design-button-examples.mjs +326 -0
  535. package/fesm2020/daffodil-design-button-examples.mjs.map +1 -0
  536. package/fesm2020/daffodil-design-callout-examples.mjs +221 -0
  537. package/fesm2020/daffodil-design-callout-examples.mjs.map +1 -0
  538. package/fesm2020/daffodil-design-card-examples.mjs +362 -0
  539. package/fesm2020/daffodil-design-card-examples.mjs.map +1 -0
  540. package/fesm2020/daffodil-design-checkbox-examples.mjs +123 -0
  541. package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -0
  542. package/fesm2020/daffodil-design-container-examples.mjs +66 -0
  543. package/fesm2020/daffodil-design-container-examples.mjs.map +1 -0
  544. package/fesm2020/daffodil-design-hero-examples.mjs +218 -0
  545. package/fesm2020/daffodil-design-hero-examples.mjs.map +1 -0
  546. package/fesm2020/daffodil-design-image-examples.mjs +89 -0
  547. package/fesm2020/daffodil-design-image-examples.mjs.map +1 -0
  548. package/fesm2020/daffodil-design-list-examples.mjs +204 -0
  549. package/fesm2020/daffodil-design-list-examples.mjs.map +1 -0
  550. package/fesm2020/daffodil-design-loading-icon-examples.mjs +91 -0
  551. package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +1 -0
  552. package/fesm2020/daffodil-design-media-gallery-examples.mjs +86 -0
  553. package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +1 -0
  554. package/fesm2020/daffodil-design-modal-examples.mjs +66 -0
  555. package/fesm2020/daffodil-design-modal-examples.mjs.map +1 -0
  556. package/fesm2020/daffodil-design-navbar-examples.mjs +180 -0
  557. package/fesm2020/daffodil-design-navbar-examples.mjs.map +1 -0
  558. package/fesm2020/daffodil-design-paginator-examples.mjs +57 -0
  559. package/fesm2020/daffodil-design-paginator-examples.mjs.map +1 -0
  560. package/fesm2020/daffodil-design-quantity-field-examples.mjs +193 -0
  561. package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -0
  562. package/fesm2020/daffodil-design-radio-examples.mjs +62 -0
  563. package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -0
  564. package/fesm2020/daffodil-design.mjs +5384 -0
  565. package/fesm2020/daffodil-design.mjs.map +1 -0
  566. package/hero/examples/compact-hero/compact-hero.component.d.ts +3 -0
  567. package/hero/examples/compact-hero/compact-hero.module.d.ts +9 -0
  568. package/hero/examples/daffodil-design-hero-examples.d.ts +1 -0
  569. package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +3 -0
  570. package/hero/examples/hero-text-alignment/hero-text-alignment.module.d.ts +9 -0
  571. package/hero/examples/hero-theming/hero-theming.component.d.ts +3 -0
  572. package/hero/examples/hero-theming/hero-theming.module.d.ts +9 -0
  573. package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +3 -0
  574. package/hero/examples/hero-with-grid/hero-with-grid.module.d.ts +9 -0
  575. package/hero/examples/package.json +5 -6
  576. package/image/examples/basic-image/basic-image.component.d.ts +5 -0
  577. package/image/examples/basic-image/basic-image.module.d.ts +8 -0
  578. package/image/examples/daffodil-design-image-examples.d.ts +5 -0
  579. package/image/examples/index.d.ts +1 -0
  580. package/image/examples/load-image/load-image.component.d.ts +7 -0
  581. package/image/examples/load-image/load-image.module.d.ts +9 -0
  582. package/image/examples/package.json +10 -0
  583. package/image/examples/public_api.d.ts +2 -0
  584. package/list/examples/basic-list/basic-list.component.d.ts +3 -0
  585. package/list/examples/basic-list/basic-list.module.d.ts +7 -0
  586. package/list/examples/daffodil-design-list-examples.d.ts +1 -4
  587. package/list/examples/icon-list/icon-list.component.d.ts +3 -0
  588. package/list/examples/icon-list/icon-list.module.d.ts +8 -0
  589. package/list/examples/list-examples.module.d.ts +9 -0
  590. package/list/examples/multiline-list/multiline-list.component.d.ts +3 -0
  591. package/list/examples/multiline-list/multiline-list.module.d.ts +8 -0
  592. package/list/examples/nav-list/nav-list.component.d.ts +3 -0
  593. package/list/examples/nav-list/nav-list.module.d.ts +8 -0
  594. package/list/examples/package.json +5 -6
  595. package/loading-icon/examples/daffodil-design-loading-icon-examples.d.ts +1 -1
  596. package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +3 -0
  597. package/loading-icon/examples/loading-icon-color/loading-icon-color.module.d.ts +7 -0
  598. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +3 -0
  599. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.d.ts +6 -0
  600. package/loading-icon/examples/package.json +5 -6
  601. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +3 -0
  602. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.d.ts +6 -0
  603. package/media-gallery/examples/daffodil-design-media-gallery-examples.d.ts +1 -2
  604. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +3 -0
  605. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.d.ts +6 -0
  606. package/media-gallery/examples/package.json +5 -6
  607. package/media-gallery/examples/public_api.d.ts +2 -0
  608. package/modal/examples/basic-modal/basic-modal.component.d.ts +3 -0
  609. package/modal/examples/basic-modal/basic-modal.module.d.ts +7 -0
  610. package/modal/examples/basic-modal/modal-content.component.d.ts +3 -0
  611. package/modal/examples/daffodil-design-modal-examples.d.ts +1 -3
  612. package/modal/examples/package.json +5 -6
  613. package/molecules/accordion/accordion/accordion.component.d.ts +3 -0
  614. package/molecules/accordion/accordion-item/accordion-item.component.d.ts +3 -0
  615. package/molecules/accordion/accordion-item-content/accordion-item-content.directive.d.ts +3 -0
  616. package/molecules/accordion/accordion-item-title/accordion-item-title.directive.d.ts +3 -0
  617. package/molecules/accordion/accordion.module.d.ts +12 -0
  618. package/molecules/accordion/nav-accordion-item/nav-accordion-item.component.d.ts +3 -0
  619. package/molecules/accordion/public_api.d.ts +1 -0
  620. package/molecules/article/article/article.component.d.ts +3 -0
  621. package/molecules/article/article-lead/article-lead.directive.d.ts +3 -0
  622. package/molecules/article/article-meta/article-meta.directive.d.ts +3 -0
  623. package/molecules/article/article-title/article-title.directive.d.ts +3 -0
  624. package/molecules/article/article.module.d.ts +9 -0
  625. package/molecules/backdrop/backdrop/backdrop.component.d.ts +3 -0
  626. package/molecules/backdrop/backdrop.module.d.ts +6 -0
  627. package/molecules/button-set/button-set.component.d.ts +3 -0
  628. package/molecules/button-set/button-set.module.d.ts +5 -0
  629. package/molecules/callout/callout/callout.component.d.ts +3 -0
  630. package/molecules/callout/callout-body/callout-body.directive.d.ts +3 -0
  631. package/molecules/callout/callout-icon/callout-icon.directive.d.ts +3 -0
  632. package/molecules/callout/callout-subtitle/callout-subtitle.directive.d.ts +3 -0
  633. package/molecules/callout/callout-tagline/callout-tagline.directive.d.ts +3 -0
  634. package/molecules/callout/callout-title/callout-title.directive.d.ts +3 -0
  635. package/molecules/callout/callout.module.d.ts +11 -0
  636. package/molecules/card/card/card.component.d.ts +3 -0
  637. package/molecules/card/card-actions/card-actions.directive.d.ts +3 -0
  638. package/molecules/card/card-content/card-content.directive.d.ts +3 -0
  639. package/molecules/card/card-icon/card-icon.directive.d.ts +3 -0
  640. package/molecules/card/card-image/card-image.directive.d.ts +3 -0
  641. package/molecules/card/card-tagline/card-tagline.directive.d.ts +3 -0
  642. package/molecules/card/card-title/card-title.directive.d.ts +3 -0
  643. package/molecules/card/card.module.d.ts +12 -0
  644. package/molecules/feature/feature/feature.component.d.ts +3 -0
  645. package/molecules/feature/feature-icon/feature-icon.directive.d.ts +3 -0
  646. package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +3 -0
  647. package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +3 -0
  648. package/molecules/feature/feature-title/feature-title.directive.d.ts +3 -0
  649. package/molecules/feature/feature.module.d.ts +10 -0
  650. package/molecules/hero/hero/hero.component.d.ts +3 -0
  651. package/molecules/hero/hero-body/hero-body.directive.d.ts +3 -0
  652. package/molecules/hero/hero-icon/hero-icon.directive.d.ts +3 -0
  653. package/molecules/hero/hero-subtitle/hero-subtitle.directive.d.ts +3 -0
  654. package/molecules/hero/hero-tagline/hero-tagline.directive.d.ts +3 -0
  655. package/molecules/hero/hero-title/hero-title.directive.d.ts +3 -0
  656. package/molecules/hero/hero.module.d.ts +11 -0
  657. package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +3 -0
  658. package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +3 -0
  659. package/molecules/image-gallery/image-gallery.module.d.ts +8 -0
  660. package/molecules/image-list/image-list.component.d.ts +3 -0
  661. package/molecules/image-list/image-list.module.d.ts +6 -0
  662. package/molecules/link-set/link-set/link-set.component.d.ts +3 -0
  663. package/molecules/link-set/link-set-heading/link-set-heading.directive.d.ts +3 -0
  664. package/molecules/link-set/link-set-item/link-set-item.component.d.ts +3 -0
  665. package/molecules/link-set/link-set-subheading/link-set-subheading.directive.d.ts +3 -0
  666. package/molecules/link-set/link-set.module.d.ts +9 -0
  667. package/molecules/list/list/list.component.d.ts +4 -1
  668. package/molecules/list/list-item/list-item.component.d.ts +3 -0
  669. package/molecules/list/list-subheader/list-subheader.directive.d.ts +3 -0
  670. package/molecules/list/list.module.d.ts +9 -0
  671. package/molecules/media-gallery/media-gallery.component.d.ts +3 -0
  672. package/molecules/media-gallery/media-gallery.module.d.ts +8 -0
  673. package/molecules/media-gallery/media-renderer/media-renderer.component.d.ts +3 -0
  674. package/molecules/media-gallery/registry/media-gallery.registry.d.ts +3 -0
  675. package/molecules/media-gallery/thumbnail/thumbnail.directive.d.ts +3 -0
  676. package/molecules/modal/modal/modal.component.d.ts +3 -0
  677. package/molecules/modal/modal-actions/modal-actions.component.d.ts +3 -0
  678. package/molecules/modal/modal-content/modal-content.component.d.ts +3 -0
  679. package/molecules/modal/modal-header/modal-header.component.d.ts +3 -0
  680. package/molecules/modal/modal-title/modal-title.directive.d.ts +3 -0
  681. package/molecules/modal/modal.module.d.ts +12 -0
  682. package/molecules/modal/service/modal.service.d.ts +3 -0
  683. package/molecules/navbar/navbar.component.d.ts +3 -0
  684. package/molecules/navbar/navbar.module.d.ts +5 -0
  685. package/molecules/paginator/paginator.component.d.ts +3 -0
  686. package/molecules/paginator/paginator.module.d.ts +8 -0
  687. package/molecules/qty-dropdown/qty-dropdown.component.d.ts +3 -0
  688. package/molecules/qty-dropdown/qty-dropdown.module.d.ts +10 -0
  689. package/molecules/sidebar/sidebar/sidebar.component.d.ts +3 -0
  690. package/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +3 -0
  691. package/molecules/sidebar/sidebar.module.d.ts +9 -0
  692. package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +3 -0
  693. package/navbar/examples/basic-navbar/basic-navbar.module.d.ts +7 -0
  694. package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +3 -0
  695. package/navbar/examples/contained-navbar/contained-navbar.module.d.ts +7 -0
  696. package/navbar/examples/daffodil-design-navbar-examples.d.ts +1 -0
  697. package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +3 -0
  698. package/navbar/examples/navbar-theming/navbar-theming.module.d.ts +8 -0
  699. package/navbar/examples/package.json +5 -6
  700. package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +3 -0
  701. package/navbar/examples/raised-navbar/raised-navbar.module.d.ts +7 -0
  702. package/package.json +163 -15
  703. package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +8 -0
  704. package/paginator/examples/daffodil-design-paginator-examples.d.ts +5 -0
  705. package/paginator/examples/examples.d.ts +2 -0
  706. package/paginator/examples/index.d.ts +1 -0
  707. package/paginator/examples/package.json +10 -0
  708. package/paginator/examples/paginator-examples.module.d.ts +9 -0
  709. package/paginator/examples/public_api.d.ts +3 -0
  710. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +7 -0
  711. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.d.ts +10 -0
  712. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +7 -0
  713. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.d.ts +10 -0
  714. package/quantity-field/examples/daffodil-design-quantity-field-examples.d.ts +1 -4
  715. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +7 -0
  716. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.d.ts +10 -0
  717. package/quantity-field/examples/package.json +5 -6
  718. package/quantity-field/examples/public_api.d.ts +10 -5
  719. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +7 -0
  720. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.d.ts +10 -0
  721. package/radio/examples/basic-radio/basic-radio.component.d.ts +3 -0
  722. package/radio/examples/basic-radio/basic-radio.module.d.ts +7 -0
  723. package/radio/examples/daffodil-design-radio-examples.d.ts +1 -2
  724. package/radio/examples/package.json +5 -6
  725. package/src/atoms/button/README.md +53 -0
  726. package/src/atoms/container/README.md +18 -0
  727. package/src/atoms/form/README.md +0 -0
  728. package/src/atoms/form/checkbox/README.md +0 -0
  729. package/src/atoms/form/checkbox-set/README.md +0 -0
  730. package/src/atoms/form/error-message/README.md +11 -0
  731. package/src/atoms/form/form-field/README.md +36 -0
  732. package/src/atoms/form/form-label/README.md +0 -0
  733. package/src/atoms/form/input/README.md +11 -0
  734. package/src/atoms/form/quantity-field/README.md +24 -0
  735. package/src/atoms/form/radio/README.md +55 -0
  736. package/src/atoms/form/radio-set/README.md +0 -0
  737. package/src/atoms/form/select/README.md +13 -0
  738. package/src/atoms/image/README.md +31 -0
  739. package/src/atoms/loading-icon/README.md +7 -0
  740. package/src/atoms/progress-indicator/README.md +2 -0
  741. package/src/molecules/accordion/README.md +21 -0
  742. package/src/molecules/article/README.md +49 -0
  743. package/src/molecules/backdrop/README.md +13 -0
  744. package/src/molecules/button-set/README.md +13 -0
  745. package/src/molecules/callout/README.md +54 -0
  746. package/src/molecules/card/README.md +60 -0
  747. package/src/molecules/feature/README.md +48 -0
  748. package/src/molecules/hero/README.md +54 -0
  749. package/src/molecules/image-gallery/README.md +31 -0
  750. package/src/molecules/image-list/README.md +14 -0
  751. package/src/molecules/link-set/README.md +44 -0
  752. package/src/molecules/list/README.md +69 -0
  753. package/src/molecules/media-gallery/README.md +19 -0
  754. package/src/molecules/modal/README.md +47 -0
  755. package/src/molecules/navbar/README.md +41 -0
  756. package/src/molecules/paginator/README.md +11 -0
  757. package/src/molecules/qty-dropdown/README.md +0 -0
  758. package/src/molecules/sidebar/README.md +10 -0
  759. package/src/scss/README.md +7 -0
  760. package/accordion/examples/daffodil-design-accordion-examples.metadata.json +0 -1
  761. package/article/examples/daffodil-design-article-examples.metadata.json +0 -1
  762. package/bundles/daffodil-design-accordion-examples.umd.js +0 -91
  763. package/bundles/daffodil-design-accordion-examples.umd.js.map +0 -1
  764. package/bundles/daffodil-design-accordion-examples.umd.min.js +0 -2
  765. package/bundles/daffodil-design-accordion-examples.umd.min.js.map +0 -1
  766. package/bundles/daffodil-design-article-examples.umd.js +0 -530
  767. package/bundles/daffodil-design-article-examples.umd.js.map +0 -1
  768. package/bundles/daffodil-design-article-examples.umd.min.js +0 -2
  769. package/bundles/daffodil-design-article-examples.umd.min.js.map +0 -1
  770. package/bundles/daffodil-design-button-examples.umd.js +0 -298
  771. package/bundles/daffodil-design-button-examples.umd.js.map +0 -1
  772. package/bundles/daffodil-design-button-examples.umd.min.js +0 -2
  773. package/bundles/daffodil-design-button-examples.umd.min.js.map +0 -1
  774. package/bundles/daffodil-design-callout-examples.umd.js +0 -195
  775. package/bundles/daffodil-design-callout-examples.umd.js.map +0 -1
  776. package/bundles/daffodil-design-callout-examples.umd.min.js +0 -2
  777. package/bundles/daffodil-design-callout-examples.umd.min.js.map +0 -1
  778. package/bundles/daffodil-design-card-examples.umd.js +0 -321
  779. package/bundles/daffodil-design-card-examples.umd.js.map +0 -1
  780. package/bundles/daffodil-design-card-examples.umd.min.js +0 -2
  781. package/bundles/daffodil-design-card-examples.umd.min.js.map +0 -1
  782. package/bundles/daffodil-design-checkbox-examples.umd.js +0 -123
  783. package/bundles/daffodil-design-checkbox-examples.umd.js.map +0 -1
  784. package/bundles/daffodil-design-checkbox-examples.umd.min.js +0 -2
  785. package/bundles/daffodil-design-checkbox-examples.umd.min.js.map +0 -1
  786. package/bundles/daffodil-design-container-examples.umd.js +0 -65
  787. package/bundles/daffodil-design-container-examples.umd.js.map +0 -1
  788. package/bundles/daffodil-design-container-examples.umd.min.js +0 -2
  789. package/bundles/daffodil-design-container-examples.umd.min.js.map +0 -1
  790. package/bundles/daffodil-design-hero-examples.umd.js +0 -192
  791. package/bundles/daffodil-design-hero-examples.umd.js.map +0 -1
  792. package/bundles/daffodil-design-hero-examples.umd.min.js +0 -2
  793. package/bundles/daffodil-design-hero-examples.umd.min.js.map +0 -1
  794. package/bundles/daffodil-design-list-examples.umd.js +0 -509
  795. package/bundles/daffodil-design-list-examples.umd.js.map +0 -1
  796. package/bundles/daffodil-design-list-examples.umd.min.js +0 -2
  797. package/bundles/daffodil-design-list-examples.umd.min.js.map +0 -1
  798. package/bundles/daffodil-design-loading-icon-examples.umd.js +0 -94
  799. package/bundles/daffodil-design-loading-icon-examples.umd.js.map +0 -1
  800. package/bundles/daffodil-design-loading-icon-examples.umd.min.js +0 -2
  801. package/bundles/daffodil-design-loading-icon-examples.umd.min.js.map +0 -1
  802. package/bundles/daffodil-design-media-gallery-examples.umd.js +0 -95
  803. package/bundles/daffodil-design-media-gallery-examples.umd.js.map +0 -1
  804. package/bundles/daffodil-design-media-gallery-examples.umd.min.js +0 -2
  805. package/bundles/daffodil-design-media-gallery-examples.umd.min.js.map +0 -1
  806. package/bundles/daffodil-design-modal-examples.umd.js +0 -80
  807. package/bundles/daffodil-design-modal-examples.umd.js.map +0 -1
  808. package/bundles/daffodil-design-modal-examples.umd.min.js +0 -2
  809. package/bundles/daffodil-design-modal-examples.umd.min.js.map +0 -1
  810. package/bundles/daffodil-design-navbar-examples.umd.js +0 -177
  811. package/bundles/daffodil-design-navbar-examples.umd.js.map +0 -1
  812. package/bundles/daffodil-design-navbar-examples.umd.min.js +0 -2
  813. package/bundles/daffodil-design-navbar-examples.umd.min.js.map +0 -1
  814. package/bundles/daffodil-design-quantity-field-examples.umd.js +0 -183
  815. package/bundles/daffodil-design-quantity-field-examples.umd.js.map +0 -1
  816. package/bundles/daffodil-design-quantity-field-examples.umd.min.js +0 -2
  817. package/bundles/daffodil-design-quantity-field-examples.umd.min.js.map +0 -1
  818. package/bundles/daffodil-design-radio-examples.umd.js +0 -68
  819. package/bundles/daffodil-design-radio-examples.umd.js.map +0 -1
  820. package/bundles/daffodil-design-radio-examples.umd.min.js +0 -2
  821. package/bundles/daffodil-design-radio-examples.umd.min.js.map +0 -1
  822. package/bundles/daffodil-design.umd.js +0 -5781
  823. package/bundles/daffodil-design.umd.js.map +0 -1
  824. package/bundles/daffodil-design.umd.min.js +0 -16
  825. package/bundles/daffodil-design.umd.min.js.map +0 -1
  826. package/button/examples/daffodil-design-button-examples.metadata.json +0 -1
  827. package/callout/examples/daffodil-design-callout-examples.metadata.json +0 -1
  828. package/card/examples/daffodil-design-card-examples.metadata.json +0 -1
  829. package/checkbox/examples/daffodil-design-checkbox-examples.metadata.json +0 -1
  830. package/container/examples/daffodil-design-container-examples.metadata.json +0 -1
  831. package/daffodil-design.metadata.json +0 -1
  832. package/esm2015/accordion/examples/basic-accordion/basic-accordion.component.js +0 -12
  833. package/esm2015/accordion/examples/basic-accordion/basic-accordion.module.js +0 -19
  834. package/esm2015/accordion/examples/daffodil-design-accordion-examples.js +0 -7
  835. package/esm2015/accordion/examples/nav-accordion/nav-accordion.component.js +0 -12
  836. package/esm2015/accordion/examples/nav-accordion/nav-accordion.module.js +0 -19
  837. package/esm2015/accordion/examples/public_api.js +0 -9
  838. package/esm2015/article/examples/article-blockquote/article-blockquote.component.js +0 -12
  839. package/esm2015/article/examples/article-code-block/article-code-block.component.js +0 -12
  840. package/esm2015/article/examples/article-code-inline/article-code-inline.component.js +0 -12
  841. package/esm2015/article/examples/article-examples.module.js +0 -21
  842. package/esm2015/article/examples/article-headings/article-headings.component.js +0 -12
  843. package/esm2015/article/examples/article-hr/article-hr.component.js +0 -12
  844. package/esm2015/article/examples/article-lead/article-lead.component.js +0 -12
  845. package/esm2015/article/examples/article-link/article-link.component.js +0 -12
  846. package/esm2015/article/examples/article-meta/article-meta.component.js +0 -12
  847. package/esm2015/article/examples/article-ol/article-ol.component.js +0 -12
  848. package/esm2015/article/examples/article-table/article-table.component.js +0 -12
  849. package/esm2015/article/examples/article-ul/article-ul.component.js +0 -12
  850. package/esm2015/article/examples/daffodil-design-article-examples.js +0 -6
  851. package/esm2015/atoms/button/button.component.js +0 -134
  852. package/esm2015/atoms/button/button.module.js +0 -22
  853. package/esm2015/atoms/container/container.component.js +0 -46
  854. package/esm2015/atoms/container/container.module.js +0 -19
  855. package/esm2015/atoms/form/checkbox/checkbox.component.js +0 -131
  856. package/esm2015/atoms/form/checkbox/checkbox.module.js +0 -28
  857. package/esm2015/atoms/form/checkbox/cva/checkbox-cva.directive.js +0 -89
  858. package/esm2015/atoms/form/checkbox-set/checkbox-set.component.js +0 -34
  859. package/esm2015/atoms/form/error-message/error-message.component.js +0 -12
  860. package/esm2015/atoms/form/error-message/error-message.module.js +0 -15
  861. package/esm2015/atoms/form/form-field/form-field/form-field.component.js +0 -100
  862. package/esm2015/atoms/form/form-field/form-field.module.js +0 -24
  863. package/esm2015/atoms/form/input/input.component.js +0 -56
  864. package/esm2015/atoms/form/input/input.module.js +0 -19
  865. package/esm2015/atoms/form/quantity-field/quantity-field.component.js +0 -120
  866. package/esm2015/atoms/form/quantity-field/quantity-field.module.js +0 -31
  867. package/esm2015/atoms/form/quantity-field/quantity-input/quantity-input.component.js +0 -100
  868. package/esm2015/atoms/form/quantity-field/quantity-select/quantity-select.component.js +0 -80
  869. package/esm2015/atoms/form/radio/cva/radio-cva.directive.js +0 -84
  870. package/esm2015/atoms/form/radio/radio.component.js +0 -122
  871. package/esm2015/atoms/form/radio/radio.module.js +0 -25
  872. package/esm2015/atoms/form/radio/registry/radio-registry.js +0 -52
  873. package/esm2015/atoms/form/radio-set/radio-set.component.js +0 -24
  874. package/esm2015/atoms/form/select/select/select.component.js +0 -60
  875. package/esm2015/atoms/form/select/select.module.js +0 -19
  876. package/esm2015/atoms/image/image.component.js +0 -109
  877. package/esm2015/atoms/image/image.module.js +0 -22
  878. package/esm2015/atoms/loading-icon/loading-icon.component.js +0 -59
  879. package/esm2015/atoms/loading-icon/loading-icon.module.js +0 -19
  880. package/esm2015/atoms/progress-indicator/progress-indicator.component.js +0 -87
  881. package/esm2015/atoms/progress-indicator/progress-indicator.module.js +0 -15
  882. package/esm2015/button/examples/basic-button/basic-button.component.js +0 -23
  883. package/esm2015/button/examples/basic-button/basic-button.module.js +0 -21
  884. package/esm2015/button/examples/daffodil-design-button-examples.js +0 -12
  885. package/esm2015/button/examples/icon-button/icon-button.component.js +0 -22
  886. package/esm2015/button/examples/icon-button/icon-button.module.js +0 -21
  887. package/esm2015/button/examples/public_api.js +0 -24
  888. package/esm2015/button/examples/raised-button/raised-button.component.js +0 -23
  889. package/esm2015/button/examples/raised-button/raised-button.module.js +0 -21
  890. package/esm2015/button/examples/sizeable-button/sizeable-button.component.js +0 -21
  891. package/esm2015/button/examples/sizeable-button/sizeable-button.module.js +0 -21
  892. package/esm2015/button/examples/statusable-button/statusable-button.component.js +0 -27
  893. package/esm2015/button/examples/statusable-button/statusable-button.module.js +0 -21
  894. package/esm2015/button/examples/stroked-button/stroked-button.component.js +0 -23
  895. package/esm2015/button/examples/stroked-button/stroked-button.module.js +0 -21
  896. package/esm2015/button/examples/underline-button/underline-button.component.js +0 -23
  897. package/esm2015/button/examples/underline-button/underline-button.module.js +0 -21
  898. package/esm2015/callout/examples/callout-text-alignment/callout-text-alignment.component.js +0 -25
  899. package/esm2015/callout/examples/callout-text-alignment/callout-text-alignment.module.js +0 -24
  900. package/esm2015/callout/examples/callout-theming/callout-theming.component.js +0 -29
  901. package/esm2015/callout/examples/callout-theming/callout-theming.module.js +0 -23
  902. package/esm2015/callout/examples/callout-with-grid/callout-with-grid.component.js +0 -17
  903. package/esm2015/callout/examples/callout-with-grid/callout-with-grid.module.js +0 -24
  904. package/esm2015/callout/examples/compact-callout/compact-callout.component.js +0 -17
  905. package/esm2015/callout/examples/compact-callout/compact-callout.module.js +0 -22
  906. package/esm2015/card/examples/basic-card/basic-card.component.js +0 -17
  907. package/esm2015/card/examples/basic-card/basic-card.module.js +0 -25
  908. package/esm2015/card/examples/card-orientation/card-orientation.component.js +0 -24
  909. package/esm2015/card/examples/card-orientation/card-orientation.module.js +0 -27
  910. package/esm2015/card/examples/card-theming/card-theming.component.js +0 -31
  911. package/esm2015/card/examples/card-theming/card-theming.module.js +0 -24
  912. package/esm2015/card/examples/daffodil-design-card-examples.js +0 -11
  913. package/esm2015/card/examples/linkable-card/linkable-card.component.js +0 -29
  914. package/esm2015/card/examples/linkable-card/linkable-card.module.js +0 -27
  915. package/esm2015/card/examples/public_api.js +0 -21
  916. package/esm2015/card/examples/raised-card/raised-card.component.js +0 -27
  917. package/esm2015/card/examples/raised-card/raised-card.module.js +0 -25
  918. package/esm2015/card/examples/stroked-card/stroked-card.component.js +0 -27
  919. package/esm2015/card/examples/stroked-card/stroked-card.module.js +0 -27
  920. package/esm2015/checkbox/examples/basic-checkbox/basic-checkbox.component.js +0 -25
  921. package/esm2015/checkbox/examples/basic-checkbox/basic-checkbox.module.js +0 -23
  922. package/esm2015/checkbox/examples/checkbox-set/checkbox-set.component.js +0 -27
  923. package/esm2015/checkbox/examples/checkbox-set/checkbox-set.module.js +0 -23
  924. package/esm2015/checkbox/examples/daffodil-design-checkbox-examples.js +0 -9
  925. package/esm2015/container/examples/container-sizes/container-sizes.component.js +0 -23
  926. package/esm2015/container/examples/container-sizes/container-sizes.module.js +0 -23
  927. package/esm2015/core/colorable/colorable-mixin.js +0 -43
  928. package/esm2015/core/prefix-suffix/prefix-suffix.module.js +0 -19
  929. package/esm2015/core/prefix-suffix/prefix.directive.js +0 -20
  930. package/esm2015/core/prefix-suffix/prefixable/prefixable.js +0 -24
  931. package/esm2015/core/prefix-suffix/suffix.directive.js +0 -20
  932. package/esm2015/core/prefix-suffix/suffixable/suffixable.js +0 -24
  933. package/esm2015/core/public_api.js +0 -13
  934. package/esm2015/core/sizeable/sizeable-mixin.js +0 -32
  935. package/esm2015/core/statusable/statusable-mixin.js +0 -33
  936. package/esm2015/core/text-alignable/text-alignable-mixin.js +0 -36
  937. package/esm2015/daffodil-design.js +0 -15
  938. package/esm2015/hero/examples/compact-hero/compact-hero.component.js +0 -17
  939. package/esm2015/hero/examples/compact-hero/compact-hero.module.js +0 -26
  940. package/esm2015/hero/examples/hero-text-alignment/hero-text-alignment.component.js +0 -25
  941. package/esm2015/hero/examples/hero-text-alignment/hero-text-alignment.module.js +0 -24
  942. package/esm2015/hero/examples/hero-theming/hero-theming.component.js +0 -20
  943. package/esm2015/hero/examples/hero-theming/hero-theming.module.js +0 -26
  944. package/esm2015/hero/examples/hero-with-grid/hero-with-grid.component.js +0 -17
  945. package/esm2015/hero/examples/hero-with-grid/hero-with-grid.module.js +0 -24
  946. package/esm2015/list/examples/basic-list/basic-list.component.js +0 -12
  947. package/esm2015/list/examples/basic-list/basic-list.module.js +0 -21
  948. package/esm2015/list/examples/daffodil-design-list-examples.js +0 -9
  949. package/esm2015/list/examples/icon-list/icon-list.component.js +0 -16
  950. package/esm2015/list/examples/icon-list/icon-list.module.js +0 -23
  951. package/esm2015/list/examples/list-examples.module.js +0 -24
  952. package/esm2015/list/examples/multiline-list/multiline-list.component.js +0 -12
  953. package/esm2015/list/examples/multiline-list/multiline-list.module.js +0 -23
  954. package/esm2015/list/examples/nav-list/nav-list.component.js +0 -16
  955. package/esm2015/list/examples/nav-list/nav-list.module.js +0 -23
  956. package/esm2015/loading-icon/examples/daffodil-design-loading-icon-examples.js +0 -6
  957. package/esm2015/loading-icon/examples/loading-icon-color/loading-icon-color.component.js +0 -18
  958. package/esm2015/loading-icon/examples/loading-icon-color/loading-icon-color.module.js +0 -22
  959. package/esm2015/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.js +0 -12
  960. package/esm2015/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.js +0 -19
  961. package/esm2015/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.js +0 -12
  962. package/esm2015/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.js +0 -21
  963. package/esm2015/media-gallery/examples/daffodil-design-media-gallery-examples.js +0 -7
  964. package/esm2015/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.js +0 -12
  965. package/esm2015/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.js +0 -21
  966. package/esm2015/media-gallery/examples/public_api.js +0 -4
  967. package/esm2015/modal/examples/basic-modal/basic-modal.component.js +0 -24
  968. package/esm2015/modal/examples/basic-modal/basic-modal.module.js +0 -22
  969. package/esm2015/modal/examples/basic-modal/modal-content.component.js +0 -12
  970. package/esm2015/modal/examples/daffodil-design-modal-examples.js +0 -8
  971. package/esm2015/molecules/accordion/accordion/accordion.component.js +0 -33
  972. package/esm2015/molecules/accordion/accordion-item/accordion-item.component.js +0 -52
  973. package/esm2015/molecules/accordion/accordion-item-content/accordion-item-content.directive.js +0 -18
  974. package/esm2015/molecules/accordion/accordion-item-title/accordion-item-title.directive.js +0 -18
  975. package/esm2015/molecules/accordion/accordion.module.js +0 -35
  976. package/esm2015/molecules/accordion/nav-accordion-item/nav-accordion-item.component.js +0 -72
  977. package/esm2015/molecules/accordion/public_api.js +0 -6
  978. package/esm2015/molecules/article/article/article.component.js +0 -30
  979. package/esm2015/molecules/article/article-lead/article-lead.directive.js +0 -18
  980. package/esm2015/molecules/article/article-meta/article-meta.directive.js +0 -18
  981. package/esm2015/molecules/article/article-title/article-title.directive.js +0 -18
  982. package/esm2015/molecules/article/article.module.js +0 -28
  983. package/esm2015/molecules/backdrop/backdrop/backdrop.component.js +0 -46
  984. package/esm2015/molecules/backdrop/backdrop.module.js +0 -22
  985. package/esm2015/molecules/button-set/button-set.component.js +0 -22
  986. package/esm2015/molecules/button-set/button-set.module.js +0 -15
  987. package/esm2015/molecules/callout/callout/callout.component.js +0 -75
  988. package/esm2015/molecules/callout/callout-body/callout-body.directive.js +0 -18
  989. package/esm2015/molecules/callout/callout-icon/callout-icon.directive.js +0 -18
  990. package/esm2015/molecules/callout/callout-subtitle/callout-subtitle.directive.js +0 -18
  991. package/esm2015/molecules/callout/callout-tagline/callout-tagline.directive.js +0 -18
  992. package/esm2015/molecules/callout/callout-title/callout-title.directive.js +0 -18
  993. package/esm2015/molecules/callout/callout.module.js +0 -34
  994. package/esm2015/molecules/card/card/card.component.js +0 -118
  995. package/esm2015/molecules/card/card-actions/card-actions.directive.js +0 -18
  996. package/esm2015/molecules/card/card-content/card-content.directive.js +0 -18
  997. package/esm2015/molecules/card/card-icon/card-icon.directive.js +0 -18
  998. package/esm2015/molecules/card/card-image/card-image.directive.js +0 -18
  999. package/esm2015/molecules/card/card-tagline/card-tagline.directive.js +0 -18
  1000. package/esm2015/molecules/card/card-title/card-title.directive.js +0 -18
  1001. package/esm2015/molecules/card/card.module.js +0 -37
  1002. package/esm2015/molecules/feature/feature/feature.component.js +0 -46
  1003. package/esm2015/molecules/feature/feature-icon/feature-icon.directive.js +0 -18
  1004. package/esm2015/molecules/feature/feature-subheader/feature-subheader.directive.js +0 -18
  1005. package/esm2015/molecules/feature/feature-subtitle/feature-subtitle.directive.js +0 -18
  1006. package/esm2015/molecules/feature/feature-title/feature-title.directive.js +0 -18
  1007. package/esm2015/molecules/feature/feature.module.js +0 -31
  1008. package/esm2015/molecules/hero/hero/hero.component.js +0 -76
  1009. package/esm2015/molecules/hero/hero-body/hero-body.directive.js +0 -18
  1010. package/esm2015/molecules/hero/hero-icon/hero-icon.directive.js +0 -18
  1011. package/esm2015/molecules/hero/hero-subtitle/hero-subtitle.directive.js +0 -18
  1012. package/esm2015/molecules/hero/hero-tagline/hero-tagline.directive.js +0 -18
  1013. package/esm2015/molecules/hero/hero-title/hero-title.directive.js +0 -18
  1014. package/esm2015/molecules/hero/hero.module.js +0 -34
  1015. package/esm2015/molecules/image-gallery/gallery-image/gallery-image.component.js +0 -21
  1016. package/esm2015/molecules/image-gallery/image-gallery/image-gallery.component.js +0 -16
  1017. package/esm2015/molecules/image-gallery/image-gallery.module.js +0 -24
  1018. package/esm2015/molecules/image-list/image-list.component.js +0 -22
  1019. package/esm2015/molecules/image-list/image-list.module.js +0 -19
  1020. package/esm2015/molecules/link-set/link-set/link-set.component.js +0 -44
  1021. package/esm2015/molecules/link-set/link-set-heading/link-set-heading.directive.js +0 -21
  1022. package/esm2015/molecules/link-set/link-set-item/link-set-item.component.js +0 -22
  1023. package/esm2015/molecules/link-set/link-set-subheading/link-set-subheading.directive.js +0 -21
  1024. package/esm2015/molecules/link-set/link-set.module.js +0 -28
  1025. package/esm2015/molecules/list/list/list.component.js +0 -106
  1026. package/esm2015/molecules/list/list-item/list-item.component.js +0 -46
  1027. package/esm2015/molecules/list/list-subheader/list-subheader.directive.js +0 -21
  1028. package/esm2015/molecules/list/list.module.js +0 -28
  1029. package/esm2015/molecules/media-gallery/media-gallery.component.js +0 -61
  1030. package/esm2015/molecules/media-gallery/media-gallery.module.js +0 -24
  1031. package/esm2015/molecules/media-gallery/media-renderer/media-renderer.component.js +0 -78
  1032. package/esm2015/molecules/media-gallery/registry/media-gallery.registry.js +0 -86
  1033. package/esm2015/molecules/media-gallery/thumbnail/thumbnail.directive.js +0 -79
  1034. package/esm2015/molecules/modal/modal/modal.component.js +0 -73
  1035. package/esm2015/molecules/modal/modal-actions/modal-actions.component.js +0 -12
  1036. package/esm2015/molecules/modal/modal-content/modal-content.component.js +0 -12
  1037. package/esm2015/molecules/modal/modal-header/modal-header.component.js +0 -22
  1038. package/esm2015/molecules/modal/modal-title/modal-title.directive.js +0 -18
  1039. package/esm2015/molecules/modal/modal.module.js +0 -34
  1040. package/esm2015/molecules/modal/service/modal.service.js +0 -73
  1041. package/esm2015/molecules/navbar/navbar.component.js +0 -58
  1042. package/esm2015/molecules/navbar/navbar.module.js +0 -15
  1043. package/esm2015/molecules/paginator/paginator.component.js +0 -161
  1044. package/esm2015/molecules/paginator/paginator.module.js +0 -23
  1045. package/esm2015/molecules/qty-dropdown/qty-dropdown.component.js +0 -110
  1046. package/esm2015/molecules/qty-dropdown/qty-dropdown.module.js +0 -27
  1047. package/esm2015/molecules/sidebar/sidebar/sidebar.component.js +0 -50
  1048. package/esm2015/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.js +0 -117
  1049. package/esm2015/molecules/sidebar/sidebar.module.js +0 -26
  1050. package/esm2015/navbar/examples/basic-navbar/basic-navbar.component.js +0 -13
  1051. package/esm2015/navbar/examples/basic-navbar/basic-navbar.module.js +0 -20
  1052. package/esm2015/navbar/examples/contained-navbar/contained-navbar.component.js +0 -13
  1053. package/esm2015/navbar/examples/contained-navbar/contained-navbar.module.js +0 -20
  1054. package/esm2015/navbar/examples/navbar-theming/navbar-theming.component.js +0 -27
  1055. package/esm2015/navbar/examples/navbar-theming/navbar-theming.module.js +0 -21
  1056. package/esm2015/navbar/examples/raised-navbar/raised-navbar.component.js +0 -13
  1057. package/esm2015/navbar/examples/raised-navbar/raised-navbar.module.js +0 -19
  1058. package/esm2015/quantity-field/examples/basic/basic-quantity-field.component.js +0 -17
  1059. package/esm2015/quantity-field/examples/basic/basic-quantity-field.module.js +0 -24
  1060. package/esm2015/quantity-field/examples/customRange/custom-range-quantity-field.component.js +0 -17
  1061. package/esm2015/quantity-field/examples/customRange/custom-range-quantity-field.module.js +0 -24
  1062. package/esm2015/quantity-field/examples/daffodil-design-quantity-field-examples.js +0 -9
  1063. package/esm2015/quantity-field/examples/disabled/disabled-quantity-field.component.js +0 -17
  1064. package/esm2015/quantity-field/examples/disabled/disabled-quantity-field.module.js +0 -24
  1065. package/esm2015/quantity-field/examples/examples.js +0 -11
  1066. package/esm2015/quantity-field/examples/public_api.js +0 -6
  1067. package/esm2015/quantity-field/examples/selectMax/select-max-quantity-field.component.js +0 -17
  1068. package/esm2015/quantity-field/examples/selectMax/select-max-quantity-field.module.js +0 -24
  1069. package/esm2015/radio/examples/basic-radio/basic-radio.component.js +0 -22
  1070. package/esm2015/radio/examples/basic-radio/basic-radio.module.js +0 -22
  1071. package/esm2015/radio/examples/daffodil-design-radio-examples.js +0 -7
  1072. package/fesm2015/daffodil-design-accordion-examples.js +0 -68
  1073. package/fesm2015/daffodil-design-accordion-examples.js.map +0 -1
  1074. package/fesm2015/daffodil-design-article-examples.js +0 -162
  1075. package/fesm2015/daffodil-design-article-examples.js.map +0 -1
  1076. package/fesm2015/daffodil-design-button-examples.js +0 -288
  1077. package/fesm2015/daffodil-design-button-examples.js.map +0 -1
  1078. package/fesm2015/daffodil-design-callout-examples.js +0 -168
  1079. package/fesm2015/daffodil-design-callout-examples.js.map +0 -1
  1080. package/fesm2015/daffodil-design-card-examples.js +0 -287
  1081. package/fesm2015/daffodil-design-card-examples.js.map +0 -1
  1082. package/fesm2015/daffodil-design-checkbox-examples.js +0 -104
  1083. package/fesm2015/daffodil-design-checkbox-examples.js.map +0 -1
  1084. package/fesm2015/daffodil-design-container-examples.js +0 -54
  1085. package/fesm2015/daffodil-design-container-examples.js.map +0 -1
  1086. package/fesm2015/daffodil-design-hero-examples.js +0 -165
  1087. package/fesm2015/daffodil-design-hero-examples.js.map +0 -1
  1088. package/fesm2015/daffodil-design-list-examples.js +0 -157
  1089. package/fesm2015/daffodil-design-list-examples.js.map +0 -1
  1090. package/fesm2015/daffodil-design-loading-icon-examples.js +0 -76
  1091. package/fesm2015/daffodil-design-loading-icon-examples.js.map +0 -1
  1092. package/fesm2015/daffodil-design-media-gallery-examples.js +0 -72
  1093. package/fesm2015/daffodil-design-media-gallery-examples.js.map +0 -1
  1094. package/fesm2015/daffodil-design-modal-examples.js +0 -63
  1095. package/fesm2015/daffodil-design-modal-examples.js.map +0 -1
  1096. package/fesm2015/daffodil-design-navbar-examples.js +0 -142
  1097. package/fesm2015/daffodil-design-navbar-examples.js.map +0 -1
  1098. package/fesm2015/daffodil-design-quantity-field-examples.js +0 -154
  1099. package/fesm2015/daffodil-design-quantity-field-examples.js.map +0 -1
  1100. package/fesm2015/daffodil-design-radio-examples.js +0 -55
  1101. package/fesm2015/daffodil-design-radio-examples.js.map +0 -1
  1102. package/fesm2015/daffodil-design.js +0 -4776
  1103. package/fesm2015/daffodil-design.js.map +0 -1
  1104. package/hero/examples/daffodil-design-hero-examples.metadata.json +0 -1
  1105. package/list/examples/daffodil-design-list-examples.metadata.json +0 -1
  1106. package/loading-icon/examples/daffodil-design-loading-icon-examples.metadata.json +0 -1
  1107. package/media-gallery/examples/daffodil-design-media-gallery-examples.metadata.json +0 -1
  1108. package/modal/examples/daffodil-design-modal-examples.metadata.json +0 -1
  1109. package/navbar/examples/daffodil-design-navbar-examples.metadata.json +0 -1
  1110. package/quantity-field/examples/basic/basic-quantity-field.component.d.ts +0 -4
  1111. package/quantity-field/examples/basic/basic-quantity-field.module.d.ts +0 -2
  1112. package/quantity-field/examples/customRange/custom-range-quantity-field.component.d.ts +0 -4
  1113. package/quantity-field/examples/customRange/custom-range-quantity-field.module.d.ts +0 -2
  1114. package/quantity-field/examples/daffodil-design-quantity-field-examples.metadata.json +0 -1
  1115. package/quantity-field/examples/disabled/disabled-quantity-field.component.d.ts +0 -4
  1116. package/quantity-field/examples/disabled/disabled-quantity-field.module.d.ts +0 -2
  1117. package/quantity-field/examples/examples.d.ts +0 -2
  1118. package/quantity-field/examples/selectMax/select-max-quantity-field.component.d.ts +0 -4
  1119. package/quantity-field/examples/selectMax/select-max-quantity-field.module.d.ts +0 -2
  1120. package/radio/examples/daffodil-design-radio-examples.metadata.json +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"daffodil-design.js","sources":["../../../libs/design/src/core/article-encapsulated/article-encapsulated-mixin.ts","../../../libs/design/src/core/colorable/colorable-enum.ts","../../../libs/design/src/core/colorable/color-in-palette.ts","../../../libs/design/src/core/colorable/colorable-mixin.ts","../../../libs/design/src/core/prefix-suffix/prefix.directive.ts","../../../libs/design/src/core/prefix-suffix/suffix.directive.ts","../../../libs/design/src/core/prefix-suffix/prefix-suffix.module.ts","../../../libs/design/src/core/prefix-suffix/suffixable/suffixable.ts","../../../libs/design/src/core/prefix-suffix/prefixable/prefixable.ts","../../../libs/design/src/core/sizeable/sizeable-mixin.ts","../../../libs/design/src/core/statusable/statusable-mixin.ts","../../../libs/design/src/atoms/button/button.component.ts","../../../libs/design/src/atoms/button/button.module.ts","../../../libs/design/src/atoms/form/core/error-state-matcher/error-state-matcher.ts","../../../libs/design/src/atoms/form/error-message/error-message.component.ts","../../../libs/design/src/atoms/form/error-message/error-message.module.ts","../../../libs/design/src/atoms/form/form-field/form-field-control.ts","../../../libs/design/src/atoms/form/form-field/form-field-errors.ts","../../../libs/design/src/atoms/form/form-field/form-field/form-field.component.ts","../../../libs/design/src/atoms/form/form-field/form-field.module.ts","../../../libs/design/src/molecules/media-gallery/media-gallery-token.ts","../../../libs/design/src/molecules/media-gallery/registry/media-gallery.registry.ts","../../../libs/design/src/molecules/media-gallery/media-gallery.component.ts","../../../libs/design/src/molecules/media-gallery/media-renderer/media-renderer.component.ts","../../../libs/design/src/molecules/media-gallery/thumbnail/thumbnail-compat.token.ts","../../../libs/design/src/molecules/media-gallery/thumbnail/thumbnail.directive.ts","../../../libs/design/src/molecules/media-gallery/media-gallery.module.ts","../../../libs/design/src/atoms/image/image.component.ts","../../../libs/design/src/atoms/image/image.module.ts","../../../libs/design/src/atoms/form/input/input.component.ts","../../../libs/design/src/atoms/form/input/input.module.ts","../../../libs/design/src/atoms/form/select/select/select.component.ts","../../../libs/design/src/atoms/form/select/select.module.ts","../../../libs/design/src/atoms/form/checkbox/checkbox.component.ts","../../../libs/design/src/atoms/form/checkbox-set/checkbox-set.component.ts","../../../libs/design/src/atoms/form/checkbox/cva/checkbox-cva.directive.ts","../../../libs/design/src/atoms/form/checkbox/checkbox.module.ts","../../../libs/design/src/atoms/form/quantity-field/quantity-input/quantity-input.component.ts","../../../libs/design/src/atoms/form/quantity-field/quantity-select/quantity-select.component.ts","../../../libs/design/src/atoms/form/quantity-field/quantity-field.component.ts","../../../libs/design/src/atoms/form/quantity-field/quantity-field.module.ts","../../../libs/design/src/atoms/container/container.component.ts","../../../libs/design/src/atoms/container/container.module.ts","../../../libs/design/src/atoms/loading-icon/loading-icon.component.ts","../../../libs/design/src/atoms/loading-icon/loading-icon.module.ts","../../../libs/design/src/atoms/progress-indicator/animation/progress-indicator-animation.ts","../../../libs/design/src/atoms/progress-indicator/progress-indicator.component.ts","../../../libs/design/src/atoms/progress-indicator/progress-indicator.module.ts","../../../libs/design/src/atoms/form/radio-set/radio-set.component.ts","../../../libs/design/src/atoms/form/radio/radio.component.ts","../../../libs/design/src/atoms/form/radio/registry/radio-registry.ts","../../../libs/design/src/atoms/form/radio/cva/radio-cva.directive.ts","../../../libs/design/src/atoms/form/radio/radio.module.ts","../../../libs/design/src/molecules/accordion/accordion-item-content/accordion-item-content.directive.ts","../../../libs/design/src/molecules/accordion/accordion-item-title/accordion-item-title.directive.ts","../../../libs/design/src/molecules/accordion/animation/accordion-animation.ts","../../../libs/design/src/molecules/accordion/animation/accordion-animation-state.ts","../../../libs/design/src/molecules/accordion/accordion-item/accordion-item.component.ts","../../../libs/design/src/molecules/accordion/accordion/accordion.component.ts","../../../libs/design/src/molecules/accordion/nav-accordion-item/nav-accordion-item.component.ts","../../../libs/design/src/molecules/accordion/accordion.module.ts","../../../libs/design/src/molecules/article/article/article.component.ts","../../../libs/design/src/molecules/article/article-lead/article-lead.directive.ts","../../../libs/design/src/molecules/article/article-meta/article-meta.directive.ts","../../../libs/design/src/molecules/article/article-title/article-title.directive.ts","../../../libs/design/src/molecules/article/article.module.ts","../../../libs/design/src/molecules/backdrop/animation/backdrop-animation.ts","../../../libs/design/src/molecules/backdrop/backdrop/backdrop.component.ts","../../../libs/design/src/molecules/backdrop/backdrop.module.ts","../../../libs/design/src/molecules/button-set/button-set.component.ts","../../../libs/design/src/molecules/button-set/button-set.module.ts","../../../libs/design/src/molecules/image-gallery/image-gallery/image-gallery.component.ts","../../../libs/design/src/molecules/image-gallery/gallery-image/gallery-image.component.ts","../../../libs/design/src/molecules/image-list/image-list.component.ts","../../../libs/design/src/molecules/image-list/image-list.module.ts","../../../libs/design/src/molecules/image-gallery/image-gallery.module.ts","../../../libs/design/src/molecules/link-set/link-set/link-set.component.ts","../../../libs/design/src/molecules/link-set/link-set-heading/link-set-heading.directive.ts","../../../libs/design/src/molecules/link-set/link-set-item/link-set-item.component.ts","../../../libs/design/src/molecules/link-set/link-set-subheading/link-set-subheading.directive.ts","../../../libs/design/src/molecules/link-set/link-set.module.ts","../../../libs/design/src/molecules/list/list-item/list-item.component.ts","../../../libs/design/src/molecules/list/list-subheader/list-subheader.directive.ts","../../../libs/design/src/molecules/list/list/list.component.ts","../../../libs/design/src/molecules/list/list.module.ts","../../../libs/design/src/molecules/modal/animations/modal-animation.ts","../../../libs/design/src/molecules/modal/animations/modal-animation-state.ts","../../../libs/design/src/molecules/modal/modal/modal.component.ts","../../../libs/design/src/molecules/modal/modal-actions/modal-actions.component.ts","../../../libs/design/src/molecules/modal/modal-content/modal-content.component.ts","../../../libs/design/src/molecules/modal/modal-header/modal-header.component.ts","../../../libs/design/src/molecules/modal/modal-title/modal-title.directive.ts","../../../libs/design/src/molecules/modal/modal.module.ts","../../../libs/design/src/molecules/modal/service/modal.service.ts","../../../libs/design/src/core/manage-container-layout/manage-container-layout-mixin.ts","../../../libs/design/src/molecules/navbar/navbar.component.ts","../../../libs/design/src/molecules/navbar/navbar.module.ts","../../../libs/design/src/molecules/paginator/paginator-errors.ts","../../../libs/design/src/molecules/paginator/paginator.component.ts","../../../libs/design/src/molecules/paginator/paginator.module.ts","../../../libs/design/src/molecules/qty-dropdown/qty-dropdown.component.ts","../../../libs/design/src/molecules/qty-dropdown/qty-dropdown.module.ts","../../../libs/design/src/molecules/sidebar/animation/sidebar-animation.ts","../../../libs/design/src/molecules/sidebar/animation/sidebar-animation-state.ts","../../../libs/design/src/molecules/sidebar/sidebar/sidebar.component.ts","../../../libs/design/src/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.ts","../../../libs/design/src/molecules/sidebar/sidebar.module.ts","../../../libs/design/src/molecules/hero/hero-body/hero-body.directive.ts","../../../libs/design/src/molecules/hero/hero-icon/hero-icon.directive.ts","../../../libs/design/src/molecules/hero/hero-subtitle/hero-subtitle.directive.ts","../../../libs/design/src/molecules/hero/hero-tagline/hero-tagline.directive.ts","../../../libs/design/src/molecules/hero/hero-title/hero-title.directive.ts","../../../libs/design/src/core/compactable/compactable-mixin.ts","../../../libs/design/src/core/text-alignable/text-alignable-mixin.ts","../../../libs/design/src/molecules/hero/hero/hero.component.ts","../../../libs/design/src/molecules/hero/hero.module.ts","../../../libs/design/src/molecules/callout/callout-body/callout-body.directive.ts","../../../libs/design/src/molecules/callout/callout-icon/callout-icon.directive.ts","../../../libs/design/src/molecules/callout/callout-subtitle/callout-subtitle.directive.ts","../../../libs/design/src/molecules/callout/callout-tagline/callout-tagline.directive.ts","../../../libs/design/src/molecules/callout/callout-title/callout-title.directive.ts","../../../libs/design/src/molecules/callout/callout/callout.component.ts","../../../libs/design/src/molecules/callout/callout.module.ts","../../../libs/design/src/molecules/feature/feature-icon/feature-icon.directive.ts","../../../libs/design/src/molecules/feature/feature-subheader/feature-subheader.directive.ts","../../../libs/design/src/molecules/feature/feature-subtitle/feature-subtitle.directive.ts","../../../libs/design/src/molecules/feature/feature-title/feature-title.directive.ts","../../../libs/design/src/molecules/feature/feature/feature.component.ts","../../../libs/design/src/molecules/feature/feature.module.ts","../../../libs/design/src/molecules/card/card-actions/card-actions.directive.ts","../../../libs/design/src/molecules/card/card-content/card-content.directive.ts","../../../libs/design/src/molecules/card/card-icon/card-icon.directive.ts","../../../libs/design/src/molecules/card/card-image/card-image.directive.ts","../../../libs/design/src/molecules/card/card-tagline/card-tagline.directive.ts","../../../libs/design/src/molecules/card/card-title/card-title.directive.ts","../../../libs/design/src/molecules/card/card/card.component.ts","../../../libs/design/src/molecules/card/card.module.ts","../../../libs/design/src/core/breakpoints/breakpoints.ts","../../../libs/design/src/core/constructor/constructor.ts","../../../libs/design/src/core/statusable/statusable.ts","../../../libs/design/src/core/text-alignable/text-alignable.ts","../../../libs/design/src/core/public_api.ts","../../../libs/design/src/public_api.ts","../../../libs/design/src/daffodil-design.ts"],"sourcesContent":["import {\n ElementRef,\n Renderer2,\n} from '@angular/core';\n\nimport { Constructor } from '../constructor/constructor';\n\nexport interface HasElementRef {\n\t_elementRef: ElementRef;\n\t_renderer: Renderer2;\n}\n\n/**\n * A mixin for giving a component the ability to prevent article styles from cascading down.\n */\nexport function\ndaffArticleEncapsulatedMixin<T extends Constructor<HasElementRef>>(Base: T) {\n return class extends Base {\n constructor(...args: any[]) {\n super(...args);\n this._renderer.addClass(this._elementRef.nativeElement, `daff-ae`);\n }\n };\n}\n","export enum DaffPaletteEnum {\n PRIMARY = 'primary',\n SECONDARY = 'secondary',\n ACCENT = 'accent', //TODO: damienwebdev Deprecate accent\n TERTIARY = 'tertiary',\n BLACK = 'black',\n WHITE = 'white',\n THEME = 'theme',\n THEMECONTRAST = 'theme-contrast'\n}\n","import { DaffPaletteEnum } from './colorable-enum';\n\nexport function colorInPalette(color: string): boolean{\n return (<any>Object).values(DaffPaletteEnum).includes(color);\n}\n","import {\n ElementRef,\n Input,\n Renderer2,\n} from '@angular/core';\n\nimport { Constructor } from '../constructor/constructor';\nimport { colorInPalette } from './color-in-palette';\nimport { DaffPalette } from './colorable';\n\ninterface HasElementRef {\n _elementRef: ElementRef;\n _renderer: Renderer2;\n}\n\n/**\n * This should be a trait, but typescript only supports mixins.\n * See: https://github.com/Microsoft/TypeScript/issues/311\n *\n * Turns out the material team followed the same path with the color mixin.\n * https://github.com/angular/material2/blob/master/src/lib/core/common-behaviors/color.ts\n */\nexport function\ndaffColorMixin<T extends Constructor<HasElementRef>>(Base: T, defaultColor?: DaffPalette) {\n class DaffColorableMixinClass extends Base {\n //TODO move this back to private in Typescript 3.1\n _color: DaffPalette;\n\n @Input()\n get color(): DaffPalette{\n return this._color;\n }\n set color(value: DaffPalette) {\n //Handle the default color\n const incomingColor = value || defaultColor;\n\n if(incomingColor !== undefined && !colorInPalette(incomingColor)){\n throw new TypeError(incomingColor + ' is not a valid color for the DaffPalette');\n }\n\n if(incomingColor !== this._color){ //Only run the dom-render if a change occurs\n //Remove the old color\n if(this._color){\n this._renderer.removeClass(this._elementRef.nativeElement, `daff-${this._color}`);\n }\n\n if(incomingColor){\n this._renderer.addClass(this._elementRef.nativeElement, `daff-${incomingColor}`);\n }\n\n this._color = incomingColor;\n }\n }\n\n constructor(...args: any[]) {\n super(...args);\n this.color = defaultColor;\n }\n };\n\n return DaffColorableMixinClass;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n/**\n *\n * Prefix can be used to place content before another piece of content in components like\n * `daff-form-field`, `daff-solo-field`, and `daff-list`.\n */\n@Directive({\n selector: '[daffPrefix]',\n})\n\nexport class DaffPrefixDirective {\n\n @HostBinding('class.daff-prefix') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n/**\n *\n * Prefix can be used to place content after another piece of content in components like\n * `daff-form-field`, `daff-solo-field`, and `daff-list`.\n */\n@Directive({\n selector: '[daffSuffix]',\n})\n\nexport class DaffSuffixDirective {\n\n @HostBinding('class.daff-suffix') class = true;\n}\n","import { NgModule } from '@angular/core';\n\nimport { DaffPrefixDirective } from './prefix.directive';\nimport { DaffSuffixDirective } from './suffix.directive';\n\n@NgModule({\n imports: [],\n exports: [\n DaffPrefixDirective,\n DaffSuffixDirective,\n ],\n declarations: [\n DaffPrefixDirective,\n DaffSuffixDirective,\n ],\n})\nexport class DaffPrefixSuffixModule {}\n","import {\n ContentChild,\n Directive,\n} from '@angular/core';\n\nimport { Constructor } from '../../../core/public_api';\nimport { DaffSuffixDirective } from '../suffix.directive';\n\n/**\n * A mixin for giving a component the ability to place content after another piece of content.\n */\nexport function daffSuffixableMixin<T extends Constructor>(Base: T) {\n @Directive()\n class SuffixableDirective extends Base {\n\n @ContentChild(DaffSuffixDirective, { static: true }) _suffix: DaffSuffixDirective;\n\n constructor(...args: any[]) {\n super(...args);\n }\n }\n\n return SuffixableDirective;\n}\n","import {\n ContentChild,\n Directive,\n} from '@angular/core';\n\nimport { Constructor } from '../../../core/public_api';\nimport { DaffPrefixDirective } from '../prefix.directive';\n\n/**\n * A mixin for giving a component the ability to place content before another piece of content.\n */\nexport function daffPrefixableMixin<T extends Constructor>(Base: T) {\n @Directive()\n class PrefixableDirective extends Base {\n\n @ContentChild(DaffPrefixDirective, { static: true }) _prefix: DaffPrefixDirective;\n\n constructor(...args: any[]) {\n super(...args);\n }\n }\n\n return PrefixableDirective;\n}\n","import {\n ElementRef,\n Input,\n Renderer2,\n} from '@angular/core';\n\nimport { Constructor } from '../constructor/constructor';\nimport { DaffSizeAllType } from './sizeable';\n\nexport interface HasElementRef {\n\t_elementRef: ElementRef;\n\t_renderer: Renderer2;\n}\n\nexport function\ndaffSizeMixin<V extends DaffSizeAllType, T extends Constructor<HasElementRef> = Constructor<HasElementRef>>(Base: T, defaultSize?: V) {\n class DaffSizeMixinClass extends Base {\n //TODO move this back to private in Typescript 3.1\n _size: V;\n\n @Input()\n get size(): V{\n return this._size;\n }\n set size(value: V) {\n // Handles the default size\n const incomingSize = value || defaultSize;\n\n if(incomingSize !== this._size){ //Only run the dom-render if a change occurs\n //Remove the old size\n if(this._size){\n this._renderer.removeClass(this._elementRef.nativeElement, `daff-${this._size}`);\n }\n\n if(incomingSize){\n this._renderer.addClass(this._elementRef.nativeElement, `daff-${incomingSize}`);\n }\n\n this._size = incomingSize;\n }\n }\n\n constructor(...args: any[]) {\n super(...args);\n this.size = defaultSize;\n }\n };\n\n return DaffSizeMixinClass;\n}\n","import {\n ElementRef,\n Input,\n Renderer2,\n} from '@angular/core';\n\nimport { Constructor } from '../constructor/constructor';\nimport { DaffStatus } from './statusable';\n\ninterface HasElementRef {\n _elementRef: ElementRef;\n _renderer: Renderer2;\n}\n\nexport function\ndaffStatusMixin<T extends Constructor<HasElementRef>>(Base: T, defaultStatus?: DaffStatus) {\n class DaffStatusMixinClass extends Base {\n // TODO move this back to private in Typescript 3.1\n _status: DaffStatus;\n\n @Input()\n get status(): DaffStatus {\n return this._status;\n }\n\n set status(value: DaffStatus) {\n // Handles the default status\n const incomingStatus = value || defaultStatus;\n\n if (incomingStatus === this._status) { // Only run the dom-render if a change occurs\n return;\n }\n\n // Removes the old status\n if (this._status) {\n this._renderer.removeClass(this._elementRef.nativeElement, `daff-${this._status}`);\n }\n\n if (incomingStatus) {\n this._renderer.addClass(this._elementRef.nativeElement, `daff-${incomingStatus}`);\n }\n\n this._status = incomingStatus;\n }\n\n constructor(...args: any[]) {\n super(...args);\n this.status = defaultStatus;\n }\n };\n\n return DaffStatusMixinClass;\n}\n","import {\n Component,\n OnInit,\n ViewEncapsulation,\n ChangeDetectionStrategy,\n ElementRef,\n Input,\n HostBinding,\n Renderer2,\n} from '@angular/core';\n\nimport { daffArticleEncapsulatedMixin } from '../../core/article-encapsulated/public_api';\nimport {\n daffColorMixin,\n DaffColorable,\n} from '../../core/colorable/public_api';\nimport {\n DaffPrefixable,\n DaffSuffixable,\n daffPrefixableMixin,\n daffSuffixableMixin,\n} from '../../core/prefix-suffix/public_api';\nimport {\n DaffSizeable,\n DaffSizeSmallType,\n DaffSizeMediumType,\n DaffSizeLargeType,\n} from '../../core/sizeable/sizeable';\nimport { daffSizeMixin } from '../../core/sizeable/sizeable-mixin';\nimport { DaffStatusable } from '../../core/statusable/statusable';\nimport { daffStatusMixin } from '../../core/statusable/statusable-mixin';\n\n/**\n * List of classes to add to DaffButtonComponent instances based on host attributes to style as different variants.\n */\nconst BUTTON_HOST_ATTRIBUTES: DaffButtonType[] = [\n 'daff-button',\n 'daff-stroked-button',\n 'daff-raised-button',\n 'daff-icon-button',\n 'daff-underline-button',\n];\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the button mixins\n */\nclass DaffButtonBase{\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffButtonBase = daffArticleEncapsulatedMixin(daffPrefixableMixin(daffSuffixableMixin(daffColorMixin(daffStatusMixin(daffSizeMixin<DaffButtonSize>(DaffButtonBase, 'md'))))));\n\nexport type DaffButtonType = 'daff-button' | 'daff-stroked-button' | 'daff-raised-button' | 'daff-icon-button' | 'daff-underline-button' | undefined;\n\n/**\n * The DaffSizeable types that the DaffButtonComponent can implement\n */\nexport type DaffButtonSize = DaffSizeSmallType | DaffSizeMediumType | DaffSizeLargeType;\n\nenum DaffButtonTypeEnum {\n Default = 'daff-button',\n Stroked = 'daff-stroked-button',\n Raised = 'daff-raised-button',\n Icon = 'daff-icon-button',\n Underline = 'daff-underline-button'\n}\n\n/**\n * @inheritdoc\n */\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: '' +\n 'button[daff-button]' + ',' +\n 'button[daff-stroked-button]' + ',' +\n 'button[daff-raised-button]' + ',' +\n 'button[daff-icon-button]' + ',' +\n 'button[daff-underline-button]' + ',' +\n 'a[daff-button]' + ',' +\n 'a[daff-stroked-button]' + ',' +\n 'a[daff-raised-button]' + ',' +\n 'a[daff-icon-button]' + ',' +\n 'a[daff-underline-button]',\n templateUrl: './button.component.html',\n styleUrls: ['./button.component.scss'],\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'size', 'status'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffButtonComponent\n extends _daffButtonBase\n implements OnInit, DaffPrefixable, DaffSuffixable, DaffColorable, DaffSizeable<DaffButtonSize>, DaffStatusable {\n\n private buttonType: DaffButtonType;\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n\n for (const attr of BUTTON_HOST_ATTRIBUTES) {\n if (this._hasHostAttributes(attr)) {\n (<HTMLElement>elementRef.nativeElement).classList.add(attr);\n }\n }\n }\n\n /**\n * @docs-private\n */\n ngOnInit() {\n for (const attr of BUTTON_HOST_ATTRIBUTES) {\n if (this._hasHostAttributes(attr)) {\n this.buttonType = attr;\n }\n }\n }\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-button') get button() {\n return this.buttonType === DaffButtonTypeEnum.Default || this.buttonType === undefined;\n }\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-stroked-button') get stroked() {\n return this.buttonType === DaffButtonTypeEnum.Stroked;\n }\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-raised-button') get raised() {\n return this.buttonType === DaffButtonTypeEnum.Raised;\n }\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-icon-button') get icon() {\n return this.buttonType === DaffButtonTypeEnum.Icon;\n }\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-underline-button') get underline() {\n return this.buttonType === DaffButtonTypeEnum.Underline;\n }\n\n private _getHostElement() {\n return this.elementRef.nativeElement;\n }\n\n /**\n * Gets whether the button has one of the given attributes.\n * */\n private _hasHostAttributes(...attributes: string[]) {\n return attributes.some(attribute => this._getHostElement().hasAttribute(attribute));\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffPrefixSuffixModule } from '../../core/prefix-suffix/prefix-suffix.module';\nimport { DaffButtonComponent } from './button.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n DaffPrefixSuffixModule,\n ],\n declarations: [\n DaffButtonComponent,\n ],\n exports: [\n DaffButtonComponent,\n DaffPrefixSuffixModule,\n ],\n})\nexport class DaffButtonModule { }\n","import { FormControl } from '@angular/forms';\n\nexport class DaffErrorStateMatcher {\n\n isErrorState(control: FormControl, formSubmitted: boolean): boolean {\n return control.errors && (control.touched || formSubmitted);\n }\n}\n","import {\n Component,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n@Component({\n selector: 'daff-error-message',\n template: '<ng-content></ng-content>',\n styleUrls: ['./error-message.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffErrorMessageComponent {}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffErrorMessageComponent } from './error-message.component';\n\n@NgModule({\n exports: [\n DaffErrorMessageComponent,\n ],\n declarations: [\n DaffErrorMessageComponent,\n ],\n})\nexport class DaffErrorMessageModule { }\n","import { NgControl } from '@angular/forms';\n\n/**\n *\n * The class that a form control must **implement** in order to be\n * used with the DaffFormFieldComponent.\n *\n * You may ask: \"Why are you implementing an abstract class, not extending it?\"\n * We do this so that the Angular DI container can match the class token. A typical\n * interface would be \"more accurate\" here, but since interfaces don't exist\n * in javascript, they get thrown out by the typescript compiler and cannot\n * be used for the necessary dependency injection.\n */\nexport abstract class DaffFormFieldControl {\n readonly ngControl: NgControl | null;\n\n readonly controlType?: any;\n\n readonly focused: boolean;\n\n abstract focus(event?: Event): void;\n};\n","export const DaffFormFieldMissingControlMessage = 'A DaffFormFieldComponent must contain a DaffFormFieldControl';\n","import {\n Component,\n ViewEncapsulation,\n DoCheck,\n ContentChild,\n Input,\n AfterContentInit,\n AfterContentChecked,\n HostBinding,\n} from '@angular/core';\nimport { faChevronDown } from '@fortawesome/free-solid-svg-icons';\n\nimport { DaffFormFieldControl } from '../form-field-control';\nimport { DaffFormFieldMissingControlMessage } from '../form-field-errors';\n\n// ChangeDetection is ignored because this component needs to be refactored\n// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection\n@Component({\n selector: 'daff-form-field',\n templateUrl: './form-field.component.html',\n styleUrls: ['./form-field.component.scss'],\n encapsulation: ViewEncapsulation.None,\n})\nexport class DaffFormFieldComponent implements DoCheck, AfterContentInit, AfterContentChecked {\n\n /**\n * @docs-private\n */\n faChevronDown = faChevronDown;\n\n @HostBinding('class.daff-form-field') class = true;\n\n /**\n * The tracking property used to determine if the parent form has been submitted,\n * and thus show an error message (even if the field hasn't been touched).\n *\n * @deprecated\n */\n // eslint-disable-next-line @typescript-eslint/no-inferrable-types\n @Input() formSubmitted: boolean = false;\n\n /**\n * The child form control that the form-field manages\n *\n * @docs-private\n */\n @ContentChild(DaffFormFieldControl) _control: DaffFormFieldControl;\n\n /**\n * Tracking property to keep a record of whether or not the\n * form field should be marked as error.\n */\n isError = false;\n\n /**\n * Tracking property to keep a record of whether or not the\n * form field should be marked as valid.\n */\n isValid = false;\n\n /**\n * @docs\n *\n * Determines whether or not the form field should display its focused state.\n */\n get isFocused() {\n return this._control?.focused;\n }\n\n /**\n * Keeps the state of the form field consistent with its child DaffFormControl\n *\n * TODO: consider whether or not this can be refactored to some kind of\n * observable to remove unnecessary change detection.\n *\n * @docs-private\n */\n ngDoCheck() {\n if(this._control?.ngControl) {\n this.isError = this._control.ngControl.errors && (this._control.ngControl.touched);\n this.isValid = !this._control.ngControl.errors && this._control.ngControl.touched;\n }\n }\n\n /**\n * Validate whether or not the FormField is in\n * a \"usable\" state.\n */\n private _validateFormControl() {\n if (!this._control) {\n throw new Error(DaffFormFieldMissingControlMessage);\n }\n }\n\n /**\n * Life cycle hook to verify that the form field has an acceptable\n * child control instance. Mostly useful for development-time\n * validation of usage.\n *\n * @docs-private\n */\n ngAfterContentInit() {\n this._validateFormControl();\n }\n\n /**\n * Life cycle hook to verify that the form field has an acceptable\n * child control instance. Mostly useful for development-time\n * validation of usage.\n *\n * @docs-private\n */\n ngAfterContentChecked() {\n this._validateFormControl();\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffErrorMessageModule } from '../error-message/error-message.module';\nimport { DaffFormFieldComponent } from './form-field/form-field.component';\n\n@NgModule({\n imports: [\n CommonModule,\n\n FontAwesomeModule,\n DaffErrorMessageModule,\n ],\n exports: [\n DaffFormFieldComponent,\n DaffErrorMessageModule,\n ],\n declarations: [\n DaffFormFieldComponent,\n ],\n})\nexport class DaffFormFieldModule { }\n","import { InjectionToken } from '@angular/core';\n\nimport { DaffMediaGalleryRegistration } from './media-gallery-registration.interface';\n\nexport const DAFF_MEDIA_GALLERY_TOKEN = new InjectionToken<DaffMediaGalleryRegistration>('DAFF_MEDIA_GALLERY_TOKEN');\n","import { Injectable } from '@angular/core';\nimport { BehaviorSubject } from 'rxjs';\n\nimport { DaffMediaGalleryRegistration } from '../media-gallery-registration.interface';\nimport { DaffThumbnailRegistration } from '../thumbnail/thumbnail-registration.interface';\n\nexport interface DaffMediaGalleryDict {\n\t[galleryName: string]: BehaviorSubject<DaffMediaGallery>;\n}\n\nexport interface DaffMediaGallery {\n\tgallery: DaffMediaGalleryRegistration;\n\tthumbnails: DaffThumbnailRegistration[];\n}\n\nexport const isGallery = (element: DaffThumbnailRegistration | DaffMediaGalleryRegistration): element is DaffMediaGalleryRegistration => !('gallery' in element);\n\n@Injectable({ providedIn: 'root' })\nexport class DaffMediaGalleryRegistry {\n\tgalleries: DaffMediaGalleryDict = {};\n\n\t/**\n\t * @description\n\t * Adds a media element to the internal registry.\n\t */\n\tadd(gallery: DaffMediaGalleryRegistration, thumbnail?: DaffThumbnailRegistration) {\n\t if(this.galleries[gallery.name]) {\n\t let newGallery = this.galleries[gallery.name].getValue();\n\n\t if(thumbnail) {\n\t newGallery = {\n\t ...newGallery,\n\t thumbnails: [\n\t ...newGallery.thumbnails.filter(t => t !== thumbnail),\n\t thumbnail,\n\t ],\n\t };\n\t }\n\n\t this.galleries[gallery.name].next(newGallery);\n\t } else {\n\t this.galleries[gallery.name] = new BehaviorSubject({\n\t gallery,\n\t thumbnails: thumbnail ? [thumbnail] : [],\n\t });\n\t }\n\n\t if(this.galleries[gallery.name].getValue().thumbnails.length === 1) {\n\t thumbnail.select();\n\t }\n\t}\n\n\t/**\n\t * @description\n\t * Removes a thumbnail or gallery from the internal registry.\n\t */\n\tremove(element: DaffThumbnailRegistration | DaffMediaGalleryRegistration) {\n\t if(isGallery(element)) {\n\t this.removeGallery(element);\n\t } else {\n\t this.removeThumbnail(element);\n\t }\n\t}\n\n\tprivate removeThumbnail(thumbnail: DaffThumbnailRegistration) {\n\t if(!this.galleries[thumbnail.gallery.name]) {\n\t return;\n\t }\n\t const gallery = this.galleries[thumbnail.gallery.name].getValue();\n\t const index = gallery.thumbnails.indexOf(thumbnail);\n\n\t if(index === -1) {\n\t return;\n\t }\n\n\t this.galleries[thumbnail.gallery.name].next({\n\t ...gallery,\n\t thumbnails: [\n\t ...gallery.thumbnails.slice(0, index),\n\t ...gallery.thumbnails.slice(index + 1),\n\t ],\n\t });\n\t}\n\n\tprivate removeGallery(gallery: DaffMediaGalleryRegistration) {\n\t delete this.galleries[gallery.name];\n\t}\n\n\t/**\n\t * @description\n\t * Selects a media element for a given gallery.\n\t */\n\tselect(thumbnail: DaffThumbnailRegistration) {\n\t if(!this.galleries[thumbnail.gallery.name]) {\n\t return;\n\t }\n\n\t const gallery = this.galleries[thumbnail.gallery.name].getValue();\n\t const index = gallery.thumbnails.indexOf(thumbnail);\n\n\t if(thumbnail.selected || index === -1){\n\t return;\n\t }\n\n\t this.galleries[thumbnail.gallery.name].next({\n\t ...gallery,\n\t thumbnails: [\n\t ...gallery.thumbnails.filter(m => m !== thumbnail).map(m => m.deselect()),\n\t thumbnail.select(),\n\t ],\n\t });\n\t}\n}\n","import {\n Component,\n HostBinding,\n ChangeDetectionStrategy,\n Input,\n OnInit,\n OnDestroy,\n ElementRef,\n Renderer2,\n} from '@angular/core';\n\nimport { daffArticleEncapsulatedMixin } from '../../core/article-encapsulated/public_api';\nimport { DaffMediaGalleryRegistration } from './media-gallery-registration.interface';\nimport { DAFF_MEDIA_GALLERY_TOKEN } from './media-gallery-token';\nimport { DaffMediaGalleryRegistry } from './registry/media-gallery.registry';\n\nlet uniqueGalleryId = 0;\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the link set mixins\n */\nclass DaffMediaGalleryBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffMediaGalleryBase = daffArticleEncapsulatedMixin((DaffMediaGalleryBase));\n\n@Component({\n selector: 'daff-media-gallery',\n templateUrl: './media-gallery.component.html',\n styleUrls: ['./media-gallery.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n { provide: DAFF_MEDIA_GALLERY_TOKEN, useExisting: DaffMediaGalleryComponent },\n ],\n})\nexport class DaffMediaGalleryComponent extends _daffMediaGalleryBase implements DaffMediaGalleryRegistration, OnInit, OnDestroy {\n\t/**\n\t * Adds a class for styling the media gallery\n\t */\n\t@HostBinding('class.daff-media-gallery') class = true;\n\n\t/**\n\t * The name of the gallery\n\t */\n\t@Input() name = `${uniqueGalleryId}`;\n\n\tconstructor(\n\t\tprivate elementRef: ElementRef,\n\t\tprivate renderer: Renderer2,\n\t\tprivate registry: DaffMediaGalleryRegistry,\n\t) {\n\t \tsuper(elementRef, renderer);\n\t \tuniqueGalleryId++;\n\t}\n\n\tngOnInit() {\n\t this.registry.add(this);\n\t}\n\n\tngOnDestroy() {\n\t this.registry.remove(this);\n\t}\n}\n","import {\n Component,\n OnInit,\n ComponentFactoryResolver,\n Type,\n ViewChild,\n ViewContainerRef,\n TemplateRef,\n ChangeDetectionStrategy,\n OnDestroy,\n Inject,\n} from '@angular/core';\nimport { Subject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\n\nimport { DaffMediaGalleryRegistration } from '../media-gallery-registration.interface';\nimport { DAFF_MEDIA_GALLERY_TOKEN } from '../media-gallery-token';\nimport { DaffMediaGalleryRegistry } from '../registry/media-gallery.registry';\n\n/**\n * Dynamically renders the selected `DaffThumbnailDirective` in a `daff-media-gallery` any time the selected thumbnail\n * changes.\n */\n@Component({\n selector: 'daff-media-renderer',\n templateUrl: './media-renderer.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffMediaRendererComponent implements OnInit, OnDestroy {\n\n /**\n * Private tracker for indicating when the component is destroyed.\n */\n private _destroy$ = new Subject();\n\n constructor(\n private componentFactoryResolver: ComponentFactoryResolver,\n private registry: DaffMediaGalleryRegistry,\n @Inject(DAFF_MEDIA_GALLERY_TOKEN) private gallery: DaffMediaGalleryRegistration,\n ) {}\n\n /**\n * The slot that the \"component\" is rendered into.\n */\n @ViewChild(TemplateRef, { static: true, read: ViewContainerRef })\n slot: ViewContainerRef;\n\n ngOnInit() {\n this.registry.galleries[this.gallery.name]\n .pipe(takeUntil(this._destroy$))\n .subscribe((gallery) => {\n\n /**\n * Clear out the slot for the dynamically rendered thumbnail\n */\n this.slot.clear();\n\n const _selectedThumbnail = gallery.thumbnails.filter(media => media.selected).shift();\n\n /**\n * If there's no selected media, render nothing.\n */\n if(!_selectedThumbnail) {\n return;\n }\n\n const _selectedThumbnailComponent = _selectedThumbnail.component;\n\n /**\n * Create the component to insert.\n */\n const component = this.componentFactoryResolver.resolveComponentFactory(\n <Type<unknown>>_selectedThumbnailComponent.constructor,\n );\n const componentRef = this.slot.createComponent(component);\n\n /**\n * Fill the component with it's values from the original component\n */\n component.inputs.forEach(input => {\n componentRef.instance[input.propName] = _selectedThumbnailComponent[input.propName];\n });\n\n /**\n * Trigger a change detection on the component tree, outside the cycle to address\n * the fact that the component was created outside a typical CD loop.\n */\n componentRef.changeDetectorRef.detectChanges();\n });\n }\n\n /**\n * Used to unsubscribe from the dynamic component.\n */\n ngOnDestroy() {\n this._destroy$.next(true);\n this._destroy$.unsubscribe();\n }\n}\n\n","import { InjectionToken } from '@angular/core';\n\n/**\n * A multi provider injection token that marks a component as renderable for the `DaffMediaRendererComponent`.\n */\nexport const daffThumbnailCompatToken = new InjectionToken<unknown>('thumbnailCompatToken');\n","import {\n Directive,\n Inject,\n Type,\n HostBinding,\n HostListener,\n Output,\n EventEmitter,\n ChangeDetectorRef,\n OnInit,\n OnDestroy,\n} from '@angular/core';\n\nimport { DaffMediaGalleryRegistration } from '../media-gallery-registration.interface';\nimport { DAFF_MEDIA_GALLERY_TOKEN } from '../media-gallery-token';\nimport { DaffMediaGalleryRegistry } from '../registry/media-gallery.registry';\nimport { daffThumbnailCompatToken } from './thumbnail-compat.token';\nimport { DaffThumbnailRegistration } from './thumbnail-registration.interface';\n\n/**\n * A directive marking thumbnails for the `DaffMediaRendererComponent`. Needs to be wrapped in a `daff-media-gallery` component\n * and needs to be placed on a component that is provided as a `daffThumbnailCompatToken`.\n */\n@Directive({\n selector: '[daffThumbnail]',\n})\nexport class DaffThumbnailDirective implements OnInit, OnDestroy, DaffThumbnailRegistration {\n\n\t/**\n\t * Adds a class for styling a selected thumbnail\n\t */\n\t@HostBinding('class.daff-thumbnail--selected') get selectedClass() {\n return this.selected;\n };\n\n\tconstructor(\n\t\t@Inject(daffThumbnailCompatToken) public component: Type<unknown>,\n\t\tprivate cd: ChangeDetectorRef,\n\t\tprivate registry: DaffMediaGalleryRegistry,\n @Inject(DAFF_MEDIA_GALLERY_TOKEN) public gallery: DaffMediaGalleryRegistration,\n\t) {}\n\n\t/**\n\t * Adds a class for styling a thumbnail\n\t */\n\t@HostBinding('class.daff-thumbnail') class = true;\n\n\t/**\n\t * A prop for determining whether or not the media element is selected.\n\t */\n\tselected = false;\n\n\t/**\n\t * An event that fires after the media element becomes selected.\n\t */\n\t@Output() becameSelected: EventEmitter<void> = new EventEmitter<void>();\n\n\t/**\n\t * Adds a click event to trigger selection of the media element.\n\t *\n\t * @param event: MouseEvent\n\t */\n\t@HostListener('click', ['$event']) onClick($event: MouseEvent) {\n\t this.registry.select(this);\n\t}\n\n\tngOnInit(): void {\n\t this.registry.add(this.gallery, this);\n\t}\n\n\tngOnDestroy(): void {\n\t this.registry.remove(this);\n\t}\n\n\tselect() {\n\t this.selected = true;\n\t this.becameSelected.emit();\n\t this.cd.markForCheck();\n\t return this;\n\t}\n\n\tdeselect() {\n\t this.selected = false;\n\t this.cd.markForCheck();\n\t return this;\n\t}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffMediaGalleryComponent } from './media-gallery.component';\nimport { DaffMediaRendererComponent } from './media-renderer/media-renderer.component';\nimport { DaffThumbnailDirective } from './thumbnail/thumbnail.directive';\n\n@NgModule({\n declarations: [\n DaffMediaGalleryComponent,\n DaffThumbnailDirective,\n DaffMediaRendererComponent,\n ],\n imports: [\n CommonModule,\n ],\n exports: [\n DaffThumbnailDirective,\n DaffMediaGalleryComponent,\n ],\n})\nexport class DaffMediaGalleryModule {}\n","import {\n Component,\n ChangeDetectionStrategy,\n Input,\n EventEmitter,\n Output,\n HostBinding,\n OnInit,\n} from '@angular/core';\nimport { DomSanitizer } from '@angular/platform-browser';\n\nimport { daffThumbnailCompatToken } from '../../molecules/media-gallery/public_api';\n\nconst validateProperty = (object: Record<string, any>, prop: string) => {\n if (object[prop] === null || object[prop] === undefined || object[prop] === '') {\n throw new Error(`DaffImageComponent must have a defined ${prop} attribute.`);\n }\n};\n\nconst validateProperties = (object: Record<string, any>, props: string[]) => {\n const invalidProps = props.filter(prop => {\n try {\n validateProperty(object, prop);\n } catch(e) {\n return true;\n }\n return false;\n });\n\n if (invalidProps.length) {\n throw new Error(`DaffImageComponent must have the ${invalidProps.join(',')} attributes defined.`);\n }\n};\n\n@Component({\n selector: 'daff-image',\n templateUrl: './image.component.html',\n styleUrls: ['./image.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n\t\t\t provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,\n },\n ],\n})\nexport class DaffImageComponent implements OnInit {\n\n\tprivate _src: string;\n\n @Input()\n\tget src(): string {\n\t return this._src;\n\t}\n set src(value: string) {\n this._src = value;\n validateProperty(this, 'src');\n }\n\n private _alt: string;\n\n @Input()\n get alt(): string {\n return this._alt;\n }\n set alt(value: string) {\n this._alt = value;\n validateProperty(this, 'alt');\n }\n\n private _width: number;\n\n @Input()\n get width(): number {\n return this._width;\n }\n set width(value: number) {\n this._width = value;\n validateProperty(this, 'width');\n }\n\n private _height: number;\n\n @Input()\n get height(): number {\n return this._height;\n }\n set height(value: number) {\n this._height = value;\n validateProperty(this, 'height');\n }\n\n // TODO: rename event to not collide with native event (unless that's intentional)\n // eslint-disable-next-line @angular-eslint/no-output-native\n\t@Output() load: EventEmitter<void> = new EventEmitter();\n\n\t/**\n\t * @docs-private\n\t */\n\tngOnInit(): void {\n\t validateProperties(this, ['src', 'alt', 'width', 'height']);\n\t}\n\n\tconstructor(private sanitizer: DomSanitizer) {}\n\n\t/**\n\t * @docs-private\n\t */\n\tget _paddingTop(): any {\n\t if (!this.height || !this.width ) {\n\t return undefined;\n\t }\n\n\t return this.sanitizer.bypassSecurityTrustStyle('calc(' + this.height + ' / ' + this.width + ' * 100%)');\n\t}\n\n\t/**\n\t * @docs-private\n\t */\n @HostBinding('style.max-width') get maxWidth(): string {\n\t return this.width + 'px';\n\t}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffImageComponent } from './image.component';\n\n@NgModule({\n declarations: [\n DaffImageComponent,\n ],\n imports: [\n CommonModule,\n ],\n exports: [\n DaffImageComponent,\n ],\n entryComponents: [\n DaffImageComponent,\n ],\n})\nexport class DaffImageModule { }\n","import {\n Component,\n Input,\n Optional,\n Self,\n ElementRef,\n HostListener,\n ChangeDetectionStrategy,\n} from '@angular/core';\nimport { NgControl } from '@angular/forms';\n\nimport { DaffFormFieldControl } from '../form-field/form-field-control';\n\n/**\n * DaffInputComponent provides the same functionality as a native `<input>` and contains custom styling and functionality.\n */\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'input[daff-input]',\n template: '<ng-content></ng-content>',\n styleUrls: ['./input.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n { provide: DaffFormFieldControl, useExisting: DaffInputComponent },\n ],\n})\nexport class DaffInputComponent implements DaffFormFieldControl {\n\n\t/**\n\t * Has the form been submitted.\n\t */\n\t@Input() formSubmitted: boolean;\n\n focused = false;\n\n /**\n * @docs-private\n */\n @HostListener('focus') focus() {\n this.focused = true;\n }\n\n /**\n * @docs-private\n */\n @HostListener('blur') blur() {\n this.focused = false;\n }\n\n constructor(\n\t\t/**\n\t\t * @docs-private\n\t\t */\n\t\t@Optional() @Self() public ngControl: NgControl,\n\t\tprivate _elementRef: ElementRef<HTMLInputElement>,\n ) {}\n\n onFocus() {\n this._elementRef.nativeElement.focus();\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffInputComponent } from './input.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n exports: [\n DaffInputComponent,\n ],\n declarations: [\n DaffInputComponent,\n ],\n})\nexport class DaffInputModule { }\n","import {\n Component,\n ViewEncapsulation,\n Optional,\n Self,\n Input,\n ElementRef,\n HostListener,\n HostBinding,\n ChangeDetectionStrategy,\n} from '@angular/core';\nimport { NgControl } from '@angular/forms';\n\nimport { DaffFormFieldControl } from '../../form-field/form-field-control';\n\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'select[daff-native-select]',\n template: '<ng-content></ng-content>',\n styleUrls: ['./select.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n { provide: DaffFormFieldControl, useExisting: DaffNativeSelectComponent },\n ],\n})\n\nexport class DaffNativeSelectComponent implements DaffFormFieldControl {\n /**\n * @docs-private\n */\n controlType = 'native-select';\n\n @HostBinding('class.daff-native-select') class = true;\n\n /**\n * Has the form been submitted.\n */\n\t@Input() formSubmitted: boolean;\n\tfocused = false;\n\n\t/**\n\t * @docs-private\n\t */\n @HostListener('focus') focus() {\n\t this.focused = true;\n\t}\n\n /**\n * @docs-private\n */\n @HostListener('blur') blur() {\n this.focused = false;\n }\n\n constructor(\n\t\t/**\n\t\t * @docs-private\n\t\t */\n\t\t@Optional() @Self() public ngControl: NgControl,\n\t\tprivate _elementRef: ElementRef<HTMLInputElement>,\n ) {}\n\n onFocus() {\n this._elementRef.nativeElement.focus();\n }\n\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffNativeSelectComponent } from './select/select.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n exports: [\n DaffNativeSelectComponent,\n ],\n declarations: [\n DaffNativeSelectComponent,\n ],\n})\nexport class DaffNativeSelectModule { }\n","import {\n Component,\n Input,\n HostBinding,\n ChangeDetectionStrategy,\n EventEmitter,\n Output,\n ChangeDetectorRef,\n ViewChild,\n ElementRef,\n} from '@angular/core';\n\nlet checkboxIdNum = 0;\n\n@Component({\n selector: 'daff-checkbox',\n templateUrl: './checkbox.component.html',\n styleUrls: ['./checkbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffCheckboxComponent {\n /**\n * @docs-private\n */\n @ViewChild('inputElement', { static: true, read: ElementRef }) nativeCheckbox: ElementRef<HTMLInputElement>;\n /**\n * The name of the checkbox.\n */\n @Input() name: string;\n /**\n * The value of the checkbox.\n */\n @Input() value: any;\n /**\n * Boolean value to determine whether or not the checkbox is checked.\n */\n\tprivate _checked = false;\n\n @Input()\n\tget checked() {\n\t return this._checked;\n\t}\n set checked(value: boolean) {\n if (this._checked === value) {\n return;\n }\n if (value === true) {\n this.nativeCheckbox.nativeElement.checked = true;\n this.becameChecked.emit(this._checked);\n } else {\n this.nativeCheckbox.nativeElement.checked = false;\n this.becameUnchecked.emit();\n }\n\n this._checked = value;\n }\n /**\n * The id of the checkbox. Must be unique. If not entered by a user then it is generated.\n */\n @Input() id: string = 'daff-checkbox-' + checkboxIdNum;\n\n /**\n * The aria-label of the checkbox.\n */\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('aria-label') label = '';\n\n /**\n * The aria-labeledby of the checkbox.\n */\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('aria-labelledby') labeledBy: string;\n\n /**\n * Event on whether or not the selection has changed.\n */\n @Output() becameChecked: EventEmitter<boolean> = new EventEmitter();\n @Output() becameUnchecked: EventEmitter<void> = new EventEmitter();\n\n /**\n * Whether the checkbox is focused\n */\n focused: boolean;\n /**\n * Whether the checkbox is disabled.\n */\n disabled: boolean;\n\n /**\n * The role of the component. Set to \"checkbox\".\n *\n * @docs-private\n */\n @HostBinding('attr.role') role = 'checkbox';\n\n\n /**\n * @docs-private\n */\n _onChange(val: Event) {\n if ((<HTMLInputElement>val.target).checked) {\n this.select();\n } else {\n this.deselect();\n }\n };\n /**\n * @docs-private\n */\n @HostBinding('class.focused') get focusClass() {\n return this.focused === true;\n };\n /**\n * @docs-private\n */\n @HostBinding('class.disabled') get disabledClass() {\n return this.disabled === true;\n };\n /**\n * Sets focused to false.\n */\n onBlur() {\n this.focused = false;\n }\n /**\n * Sets focused to true.\n */\n onFocus() {\n this.focused = true;\n }\n\n constructor(private _cdRef: ChangeDetectorRef) {\n /**\n * Increments id number on new checkbox. Gurantees unique ID on generation.\n */\n checkboxIdNum++;\n }\n /**\n * Sets checked to true.\n */\n select() {\n this.checked = true;\n this._cdRef.markForCheck();\n }\n /**\n * Sets checked to false\n */\n deselect() {\n this.checked = false;\n this._cdRef.markForCheck();\n }\n}\n","import {\n Component,\n Input,\n HostBinding,\n ChangeDetectionStrategy,\n ContentChildren,\n QueryList,\n Output,\n EventEmitter,\n} from '@angular/core';\nimport { FormArray } from '@angular/forms';\n\nimport { DaffCheckboxComponent } from '../checkbox/checkbox.component';\n\n@Component({\n selector: 'daff-checkbox-set',\n templateUrl: './checkbox-set.component.html',\n styleUrls: ['./checkbox-set.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffCheckboxSetComponent {\n\n @Input() formArray: FormArray;\n /**\n * The name of the checkbox-set\n */\n @Input() name: string;\n\n /**\n * The role of the component. Set to \"checkbox\".\n *\n * @docs-private\n */\n @HostBinding('attr.role') role = 'group';\n\n /**\n * The list of checkboxes in the set.\n *\n * @docs-private\n */\n @ContentChildren(DaffCheckboxComponent) checkboxes: QueryList<DaffCheckboxComponent>;\n\n @Output() valueList = new EventEmitter<any[]>();\n\n getValues(): any[] {\n const checkboxes = this.checkboxes.toArray();\n return this.formArray.value.map((element, index) => element === true ? checkboxes[index].value : false).filter(element => element !== false);\n }\n}\n","import {\n Directive,\n Input,\n OnInit,\n Self,\n Optional,\n forwardRef,\n} from '@angular/core';\nimport {\n NgControl,\n ControlValueAccessor,\n NG_VALUE_ACCESSOR,\n} from '@angular/forms';\n\nimport { DaffCheckboxComponent } from '../checkbox.component';\n\n/**\n * A directive for binding the DaffCheckboxComponent and the Control Value Accessor.\n */\n@Directive({\n // eslint-disable-next-line @angular-eslint/directive-selector\n selector: 'daff-checkbox[ngModel], daff-checkbox[formControl], daff-checkbox[formControlName]',\n})\nexport class DaffCheckboxControlValueAccessorDirective implements OnInit, ControlValueAccessor {\n _onChange: (val: any) => void;\n _onTouched: () => void;\n\n /**\n * The value of the ControlValueAccessor\n */\n @Input() value: any;\n\n /**\n * The name of the ControlValueAccessor\n */\n @Input() name: string;\n\n constructor(\n @Optional() @Self() public _control: NgControl,\n private _checkbox: DaffCheckboxComponent,\n ) {\n if (this._control != null) {\n this._control.valueAccessor = this;\n }\n }\n\n\n /**\n * A lifecycle method called when the directive is initialized.\n */\n ngOnInit(): void {\n // See the note about `writeValue` usage.\n this.writeValue(this._control.value);\n\n // Watch for user events on the component to update the state\n this._checkbox.becameChecked.subscribe(\n () => {\n this._onChange(true);\n },\n );\n this._checkbox.becameUnchecked.subscribe(\n () => {\n this._onChange(false);\n },\n );\n }\n\n /**\n * writes a new value down into the component.\n */\n writeValue(value: any): void {\n value = !!value;\n if (value === true) {\n this.fireSelect();\n } else {\n this.fireDeselect();\n }\n }\n\n /**\n * Registers the change handler\n */\n registerOnChange(fn: any): void {\n this._onChange = (val) => {\n fn(val);\n };\n }\n\n /**\n * Registers the touched handler\n */\n registerOnTouched(fn: any): void {\n this._onTouched = fn;\n }\n\n /**\n * Sets the disabled state.\n */\n setDisabledState?(isDisabled: boolean): void {\n this._checkbox.disabled = isDisabled;\n }\n\n /**\n * calls the child checkbox's select function\n */\n fireSelect() {\n this._checkbox.select();\n }\n\n /**\n * calls the child checkbox's deselect function\n */\n fireDeselect() {\n this._checkbox.deselect();\n }\n\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffCheckboxSetComponent } from '../checkbox-set/checkbox-set.component';\nimport { DaffCheckboxComponent } from './checkbox.component';\nimport { DaffCheckboxControlValueAccessorDirective } from './cva/checkbox-cva.directive';\n\n@NgModule({\n exports: [\n DaffCheckboxComponent,\n DaffCheckboxSetComponent,\n DaffCheckboxControlValueAccessorDirective,\n ],\n declarations: [\n DaffCheckboxComponent,\n DaffCheckboxSetComponent,\n DaffCheckboxControlValueAccessorDirective,\n ],\n imports: [\n CommonModule,\n ],\n providers: [\n DaffCheckboxSetComponent,\n ],\n})\nexport class DaffCheckboxModule { }\n","import { coerceNumberProperty } from '@angular/cdk/coercion';\nimport {\n Component,\n Input,\n ViewChild,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n OnInit,\n OnDestroy,\n} from '@angular/core';\nimport {\n FormControl,\n NgControl,\n} from '@angular/forms';\nimport { Subject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\n\nimport { DaffInputComponent } from '../../input/public_api';\n\n@Component({\n selector: 'daff-quantity-input',\n templateUrl: './quantity-input.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffQuantityInputComponent implements OnInit, OnDestroy {\n @ViewChild(DaffInputComponent) input: DaffInputComponent;\n\n /**\n * @docs\n * The minimum number for the quantity input field\n */\n @Input() min = 1;\n\n /**\n * @docs\n * The maximum number for the quantity input field\n */\n @Input() max = 10;\n\n /**\n * A new control for the nested native input.\n * We don't bind the native input directly to the inherited form control\n * to avoid triggering updates on the input event.\n * Instead, we listen for the change event and manually patch form control values.\n */\n _inputControl = new FormControl();\n // TODO: should this not use this.input as the source of truth for focused?\n focused = false;\n _destroyed = new Subject();\n\n get value() {\n return this.ngControl.control.value;\n }\n set value(value) {\n const val = Math.min(Math.round(coerceNumberProperty(value)), this.max);\n this.ngControl.control.patchValue(val);\n this._inputControl.patchValue(val);\n this.changeDetectorRef.markForCheck();\n }\n\n get disabled() {\n return this.ngControl.control.disabled;\n }\n\n constructor(\n public ngControl: NgControl,\n private changeDetectorRef: ChangeDetectorRef,\n ) {}\n\n ngOnInit() {\n this._inputControl.patchValue(this.ngControl.control.value);\n this.setInputDisabled();\n this.ngControl.statusChanges.pipe(\n takeUntil(this._destroyed),\n ).subscribe(() => {\n this.setInputDisabled();\n });\n }\n\n ngOnDestroy() {\n this._destroyed.next(true);\n }\n\n focus() {\n this.focused = true;\n this.input.focus();\n }\n\n onFocus() {\n this.focused = true;\n this.ngControl.control.markAsTouched();\n }\n\n onBlur() {\n // TODO: this.focused = false ?\n if(this.value === null || this.value === undefined){\n this.value = 1;\n this.changeDetectorRef.markForCheck();\n }\n }\n\n /**\n * Callback function fired when the value changes.\n * Used to pass the value back up to the ngControl.\n */\n onValueChange(e: any) {\n this.value = e.target.value;\n }\n\n private setInputDisabled() {\n // eslint-disable-next-line @typescript-eslint/no-unused-expressions\n this.ngControl.disabled\n ? this._inputControl.disable()\n : this._inputControl.enable();\n }\n}\n","import {\n Component,\n Input,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n ViewChild,\n} from '@angular/core';\nimport { NgControl } from '@angular/forms';\n\nimport { DaffNativeSelectComponent } from '../../select/public_api';\n\n/**\n * Create an array of numbers from min to max, not including max.\n */\nexport const makeValueArray = (min: number, max: number, increment: number) =>\n Array(max - min).fill(0).map((x, i) => (i * increment) + min);\n\n@Component({\n selector: 'daff-quantity-select',\n templateUrl: './quantity-select.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffQuantitySelectComponent {\n\n @ViewChild(DaffNativeSelectComponent) select: DaffNativeSelectComponent;\n\n /**\n * @docs\n * The minimum number selectable.\n */\n @Input() min = 1;\n\n /**\n * @docs\n * The maximum number selectable;\n */\n @Input() max = 10;\n\n /**\n * @docs\n * Property used to determine whether or not the DaffQuantitySelectComponent is\n * used in a situation whether the `max` isn't a true max.\n */\n @Input() extendable = true;\n\n /**\n * The amount to increment between \"min\" and \"max\".\n */\n private increment = 1;\n\n _value = 1;\n\n get value() {\n return this._value;\n }\n set value(value) {\n this._value = value;\n this.ngControl.control.patchValue(this._value);\n this.changeDetectorRef.markForCheck();\n }\n\n constructor(public ngControl: NgControl, private changeDetectorRef: ChangeDetectorRef) {}\n\n /**\n * Callback function fired when the value changes.\n * Used to pass the value back up to the ngControl.\n */\n onValueChange(e) {\n this.value = e.target.value;\n }\n\n get focused() {\n return this.select.focused;\n }\n\n focus() {\n this.select.focus();\n }\n\n /**\n * A helper function for easily making options for the `select`.\n */\n get valueArray() {\n return makeValueArray(this.min, this.max, this.increment);\n }\n}\n","import { coerceNumberProperty } from '@angular/cdk/coercion';\nimport {\n Component,\n Input,\n ChangeDetectionStrategy,\n Optional,\n Self,\n ViewChild,\n ChangeDetectorRef,\n} from '@angular/core';\nimport {\n ControlValueAccessor,\n NgControl,\n} from '@angular/forms';\n\nimport { DaffFormFieldControl } from '../form-field/form-field-control';\nimport { DaffQuantityInputComponent } from './quantity-input/quantity-input.component';\nimport { DaffQuantitySelectComponent } from './quantity-select/quantity-select.component';\n\n@Component({\n selector: 'daff-quantity-field',\n templateUrl: './quantity-field.component.html',\n providers: [\n {\n provide: DaffFormFieldControl,\n // eslint-disable-next-line @typescript-eslint/no-use-before-define\n useExisting: DaffQuantityFieldComponent,\n },\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffQuantityFieldComponent implements ControlValueAccessor, DaffFormFieldControl {\n\n @ViewChild(DaffQuantityInputComponent) input: DaffQuantityInputComponent;\n @ViewChild(DaffQuantitySelectComponent) select: DaffQuantitySelectComponent;\n\n /**\n * @docs\n * The minimum valid value of the quantity field.\n * Must be greater than or equal to 1.\n */\n @Input() min = 1;\n\n /**\n * @docs\n * The maximum valid value of the quantity field.\n * Must be greater than min.\n */\n @Input() max = 500;\n\n /**\n * @docs\n * The range of numbers acceptable in a quantity dropdown\n * before it becomes an input element.\n */\n @Input() selectMax = 10;\n\n focused = false;\n disabled = false;\n private _quantity = 1;\n private _inputHasBeenShown = false;\n\n get quantity() {\n return this._quantity;\n }\n set quantity(value: number) {\n this._quantity = coerceNumberProperty(value, 1);\n }\n\n /**\n * Returns the lesser of max and selectMax.\n */\n get _maxFloor(): number {\n return Math.min(this.max, this.selectMax);\n }\n\n get controlType() {\n // TODO: use enum\n return this.showInputField\n ? 'native-input'\n : 'native-select';\n }\n\n get showInputField(): boolean {\n const ret = this._inputHasBeenShown || (this.ngControl\n ? this.ngControl.value >= this.selectMax\n : this.quantity >= this.selectMax);\n\n if (ret) {\n this._inputHasBeenShown = true;\n }\n\n return ret;\n }\n\n get showSelectField(): boolean {\n return !this.showInputField;\n }\n\n constructor(\n @Optional() @Self() public ngControl: NgControl,\n private cd: ChangeDetectorRef,\n ) {\n if (this.ngControl != null) {\n this.ngControl.valueAccessor = this;\n }\n }\n\n private onChange(quantity: number): void {};\n private onTouched(quantity: number): void {};\n\n writeValue(quantity: number): void {\n this.quantity = quantity;\n this.cd.markForCheck();\n }\n\n registerOnChange(fn: (quantity: number) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n setDisabledState(isDisabled: boolean): void {\n this.disabled = isDisabled;\n }\n\n focus() {\n if(this.select) {\n this.select.focus();\n }\n if(this.input) {\n this.input.focus();\n }\n this.focused = true;\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { DaffInputModule } from '../input/public_api';\nimport { DaffNativeSelectModule } from '../select/public_api';\nimport { DaffQuantityFieldComponent } from './quantity-field.component';\nimport { DaffQuantityInputComponent } from './quantity-input/quantity-input.component';\nimport { DaffQuantitySelectComponent } from './quantity-select/quantity-select.component';\n\n@NgModule({\n declarations: [\n DaffQuantityFieldComponent,\n DaffQuantityInputComponent,\n DaffQuantitySelectComponent,\n ],\n imports: [\n CommonModule,\n DaffNativeSelectModule,\n DaffInputModule,\n ReactiveFormsModule,\n ],\n exports: [\n DaffQuantityFieldComponent,\n DaffQuantityInputComponent,\n DaffQuantitySelectComponent,\n ],\n})\nexport class DaffQuantityFieldModule { }\n","import {\n Component,\n Input,\n ChangeDetectionStrategy,\n HostBinding,\n ElementRef,\n Renderer2,\n} from '@angular/core';\n\nimport {\n DaffSizeAllType,\n DaffSizeable,\n} from '../../core/sizeable/sizeable';\nimport { daffSizeMixin } from '../../core/sizeable/sizeable-mixin';\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the Sizeable mixin\n */\nclass DaffContainerBase{\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffContainerBase = daffSizeMixin(DaffContainerBase);\n\n/**\n * @inheritdoc\n */\n@Component({\n selector: 'daff-container',\n styleUrls: ['./container.component.scss'],\n template: '<ng-content></ng-content>',\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['size'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffContainerComponent extends _daffContainerBase implements DaffSizeable<DaffSizeAllType> {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-container') class = true;\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffContainerComponent } from './container.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffContainerComponent,\n ],\n exports: [\n DaffContainerComponent,\n ],\n})\nexport class DaffContainerModule { }\n","import {\n Component,\n ChangeDetectionStrategy,\n Input,\n ElementRef,\n Renderer2,\n HostBinding,\n} from '@angular/core';\n\nimport {\n daffColorMixin,\n DaffColorable,\n DaffPalette,\n} from '../../core/colorable/public_api';\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the Colorable mixin\n */\nclass DaffLoadingIconBase{\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffLoadingIconBase = daffColorMixin(DaffLoadingIconBase, 'primary');\n\n/**\n * @inheritdoc\n */\n@Component({\n selector: 'daff-loading-icon',\n templateUrl: './loading-icon.component.html',\n styleUrls: ['./loading-icon.component.scss'],\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffLoadingIconComponent extends _daffLoadingIconBase implements DaffColorable {\n\n /**\n * The (pixel) diameter of the animation\n */\n // eslint-disable-next-line @typescript-eslint/no-inferrable-types\n @Input() diameter: number = 60;\n\n\t/**\n\t * @docs-private\n\t */\n\t@HostBinding('class.daff-loading-icon') class = true;\n\t/**\n\t * @docs-private\n\t */\n @HostBinding('style.max-width') get maxWidth() {\n\t return this.diameter + 'px';\n\t}\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffLoadingIconComponent } from './loading-icon.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffLoadingIconComponent,\n ],\n exports: [\n DaffLoadingIconComponent,\n ],\n})\nexport class DaffLoadingIconModule { }\n","import {\n animate,\n state,\n style,\n transition,\n trigger,\n AnimationTriggerMetadata,\n} from '@angular/animations';\n\nexport const daffProgressIndicatorAnimation: {\n readonly fill: AnimationTriggerMetadata;\n } = {\n fill: trigger('fill', [\n state('*', style({ width: '{{ percentage }}%' }), { params: { percentage: 0 }}),\n transition('* <=> *', animate(1000)),\n ]),\n };\n","import { AnimationEvent } from '@angular/animations';\nimport {\n Component,\n Input,\n ChangeDetectionStrategy,\n ElementRef,\n Output,\n EventEmitter,\n Renderer2,\n HostBinding,\n} from '@angular/core';\n\nimport {\n daffColorMixin,\n DaffColorable,\n DaffPalette,\n} from '../../core/colorable/public_api';\nimport { daffProgressIndicatorAnimation } from './animation/progress-indicator-animation';\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the Colorable mixin\n */\nclass DaffProgressIndicatorBase{\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffProgressIndicatorBase = daffColorMixin(DaffProgressIndicatorBase, 'primary');\n\n/**\n * @inheritdoc\n */\n@Component({\n selector: 'daff-progress-indicator',\n templateUrl: './progress-indicator.component.html',\n styleUrls: ['./progress-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color'],\n animations: [\n daffProgressIndicatorAnimation.fill,\n ],\n})\nexport class DaffProgressIndicatorComponent extends _daffProgressIndicatorBase implements DaffColorable {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-progress-indicator') class = true;\n\n /**\n * The percentage completion of the progression,\n * expressed as a whole number between 0 and 100.\n *\n */\n // eslint-disable-next-line @typescript-eslint/no-inferrable-types\n @Input() percentage: number = 0;\n\n /**\n * An event that emits each time the progression reaches 100%\n * and the animation is finished\n */\n @Output() finished: EventEmitter<void> = new EventEmitter();\n\n\n /**\n * Calculates when the progress animation is fully completed\n *\n * @param event: AnimationEvent\n */\n onAnimationComplete(event: AnimationEvent): void {\n // @ts-ignore: @angular/animations typing error on event.toState as string\n // See: https://github.com/angular/angular/issues/26507\n if(event.toState === '100' || event.toState === 100) {\n this.finished.emit();\n }\n }\n\n /**\n * @docs-private\n */\n get fillState(): any {\n return {\n value: this.percentage,\n params: {\n percentage: this.percentage,\n },\n };\n }\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffProgressIndicatorComponent } from './progress-indicator.component';\n\n@NgModule({\n declarations: [DaffProgressIndicatorComponent],\n imports: [\n CommonModule,\n ],\n exports: [DaffProgressIndicatorComponent],\n})\nexport class DaffProgressIndicatorModule { }\n","import {\n Component,\n HostBinding,\n Input,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n@Component({\n selector: 'daff-radio-set',\n templateUrl: './radio-set.component.html',\n styleUrls: ['./radio-set.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffRadioSetComponent {\n\n @Input() name: string;\n\n constructor() { }\n\n /**\n * @docs-private\n */\n @HostBinding('attr.role') role = 'radiogroup';\n\n}\n","import {\n Component,\n OnInit,\n Input,\n HostBinding,\n ChangeDetectionStrategy,\n forwardRef,\n Optional,\n Output,\n EventEmitter,\n} from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\n\nimport { DaffRadioSetComponent } from '../radio-set/radio-set.component';\n\nlet radioUniqueId = 0;\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'daff-radio',\n templateUrl: './radio.html',\n styleUrls: ['./radio.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffRadioComponent implements OnInit {\n\n /**\n * @docs-private\n */\n @HostBinding('attr.role') role = 'radio';\n /**\n * @docs-private\n */\n @HostBinding('class.focused') get focusClass() {\n return this.focused === true;\n };\n /**\n * @docs-private\n */\n @HostBinding('class.disabled') get disabledClass() {\n return this.disabled === true;\n };\n\n /**\n * @docs-private\n */\n _checked = false;\n /**\n * Output event of selection being changed\n */\n @Output() selectionChange: EventEmitter<boolean> = new EventEmitter();\n\n\n /**\n * The checked property of the radio\n */\n\t@Input()\n get checked() {\n return this._checked;\n }\n\tset checked(value: boolean) {\n\t if (this._checked !== value) {\n\t this._checked = value;\n\t this.selectionChange.emit(this.value);\n\t }\n\t}\n\t/**\n\t * The value of the radio\n\t */\n\t@Input() value: any;\n\t/**\n\t * The id of the radio. It is uniquely generated but can be overwritten by the user. Must be unique.\n\t */\n\t@Input() id: string = 'daff-radio-' + radioUniqueId;\n\n\t/**\n\t * Name of the Radio\n\t */\n\t@Input() name = '';\n\n /**\n * Used for aria-label. Default to name if user does not input a label.\n */\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('aria-label') label: string = this.name;\n\n /**\n * Used for aria-labelledby.\n */\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('aria-labelledby') labelledby: string;\n\n\n disabled = false;\n focused = false;\n\n constructor(@Optional() private radioset: DaffRadioSetComponent) {\n radioUniqueId++;\n }\n\n /**\n * @docs-private\n */\n ngOnInit() {\n this.name = this.radioset ? this.radioset.name : this.name;\n }\n\n /**\n * updates Focus styling\n */\n onFocus() {\n this.focused = true;\n }\n /**\n * updates Blur styling\n */\n onBlur() {\n this.focused = false;\n }\n /**\n * toggles checked attribute on\n */\n select(): void {\n this.checked = true;\n }\n /**\n * toggles checked attribute off\n */\n deselect(): void {\n this.checked = false;\n }\n onChange() {\n this.select();\n };\n}\n","import { Injectable } from '@angular/core';\nimport { NgControl } from '@angular/forms';\n\nimport { DaffRadioControlValueAccessorDirective } from '../cva/radio-cva.directive';\n\nexport interface ControlAccessorPair {\n control: NgControl;\n accessor: DaffRadioControlValueAccessorDirective;\n}\n\n@Injectable({ providedIn: 'root' })\nexport class DaffRadioRegistry {\n private _accessors: ControlAccessorPair[] = [];\n\n /**\n * @description\n * Adds a control to the internal registry.\n */\n add(control: NgControl, accessor: DaffRadioControlValueAccessorDirective) {\n this._accessors.push({\n control,\n accessor,\n });\n }\n\n /**\n * @description\n * Removes a control from the internal registry.\n */\n remove(accessor: DaffRadioControlValueAccessorDirective) {\n for (let i = this._accessors.length - 1; i >= 0; --i) {\n if (this._accessors[i]['accessor'] === accessor) {\n this._accessors.splice(i, 1);\n return;\n }\n }\n }\n\n /**\n * @description\n * Selects a radio button.\n */\n select(accessor: DaffRadioControlValueAccessorDirective) {\n this._accessors.forEach((c) => {\n if (this._isSameGroup(c, accessor) && c['accessor'] !== accessor) {\n c['accessor'].fireDeselect();\n }\n });\n }\n\n private _isSameGroup(\n controlPair: ControlAccessorPair,\n accessor: DaffRadioControlValueAccessorDirective): boolean {\n if (!controlPair['control'].control) {\n return false;\n }\n return controlPair['control'].control.parent === accessor._control.control.parent\n && controlPair['accessor'].name === accessor.name;\n }\n}\n","import {\n Directive,\n Input,\n OnInit,\n Self,\n Optional,\n forwardRef,\n} from '@angular/core';\nimport {\n NgControl,\n ControlValueAccessor,\n NG_VALUE_ACCESSOR,\n} from '@angular/forms';\n\nimport { DaffRadioComponent } from '../radio.component';\nimport { DaffRadioRegistry } from '../registry/radio-registry';\n\n/**\n * ControlValueAccessor functionality for the DaffRadio\n */\n@Directive({\n // eslint-disable-next-line @angular-eslint/directive-selector\n selector: 'daff-radio[ngModel], daff-radio[formControl], daff-radio[formControlName]',\n})\nexport class DaffRadioControlValueAccessorDirective implements OnInit, ControlValueAccessor {\n _onChange: () => void;\n _onTouched: () => void;\n\n /**\n * The value of the ControlValueAccessor\n */\n @Input() value: any;\n\n /**\n * The name of the ControlValueAccessor\n */\n @Input() name: string;\n\n constructor(\n @Optional() @Self() public _control: NgControl,\n private _registry: DaffRadioRegistry,\n private _radio: DaffRadioComponent,\n ) {\n if (this._control != null) {\n this._control.valueAccessor = this;\n }\n }\n\n ngOnInit(): void {\n this.writeValue(this._control.value);\n this._registry.add(this._control, this);\n\n this._radio.selectionChange.subscribe(\n value => value ? this._onChange() : null,\n );\n }\n /**\n *\n * writeValue function from the CVA interface\n */\n writeValue(value: any): void {\n // the this._onChange null check here is necessary because of an ongoing bug in angular forms\n // where writeValue can be called before the component initializes: https://github.com/angular/angular/issues/29218\n if (this.value === value && this._onChange) {\n this._onChange();\n this.fireSelect();\n }\n }\n\n /**\n * registerOnChange implemented from the CVA interface\n */\n registerOnChange(fn: any): void {\n this._onChange = () => {\n fn(this.value);\n this._registry.select(this);\n };\n }\n\n /**\n * registerOnTouch implemented from the CVA interface\n */\n registerOnTouched(fn: any): void {\n this._onTouched = fn;\n }\n\n /**\n * sets the disabled state.\n */\n setDisabledState?(isDisabled: boolean): void {\n this._radio.disabled = isDisabled;\n }\n\n /**\n calls select function for the radio\n */\n fireSelect() {\n this._radio.select();\n }\n\n /**\n calls deselect function for the radio\n */\n fireDeselect() {\n this._radio.deselect();\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffRadioSetComponent } from '../radio-set/radio-set.component';\nimport { DaffRadioControlValueAccessorDirective } from './cva/radio-cva.directive';\nimport { DaffRadioComponent } from './radio.component';\n\n\n\n@NgModule({\n exports:[\n DaffRadioComponent,\n DaffRadioSetComponent,\n DaffRadioControlValueAccessorDirective,\n\n ],\n declarations: [\n DaffRadioControlValueAccessorDirective,\n DaffRadioComponent,\n DaffRadioSetComponent,\n ],\n imports: [\n CommonModule,\n ],\n})\nexport class DaffRadioModule { }\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffAccordionItemContent]',\n})\nexport class DaffAccordionItemContentDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-accordion-item__content') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffAccordionItemTitle]',\n})\nexport class DaffAccordionItemTitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-accordion-item__title') class = true;\n}\n","import {\n animate,\n state,\n style,\n transition,\n trigger,\n AnimationTriggerMetadata,\n} from '@angular/animations';\n\nexport const daffAccordionAnimations: {\n readonly openAccordion: AnimationTriggerMetadata;\n} = {\n openAccordion: trigger('openAccordion', [\n state('open', style({\n visibility: 'visible',\n opacity: '1',\n height: '*',\n })),\n state('void',style({\n visibility: 'hidden',\n overflow: 'hidden',\n opacity: '0',\n height: '0',\n })),\n transition('void <=> open',\n animate('150ms ease-in'),\n ),\n ]),\n};\n","export const getAnimationState = (open: boolean) => {\n if(open){\n return 'open';\n } else {\n return 'void';\n }\n};\n","import {\n Component,\n Input,\n OnInit,\n ViewEncapsulation,\n HostBinding,\n ChangeDetectionStrategy,\n} from '@angular/core';\nimport {\n faChevronDown,\n faChevronUp,\n} from '@fortawesome/free-solid-svg-icons';\n\nimport { daffAccordionAnimations } from '../animation/accordion-animation';\nimport { getAnimationState } from '../animation/accordion-animation-state';\n\n@Component({\n selector: 'daff-accordion-item',\n templateUrl: './accordion-item.component.html',\n styleUrls: ['./accordion-item.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n daffAccordionAnimations.openAccordion,\n ],\n})\nexport class DaffAccordionItemComponent implements OnInit {\n\t/**\n\t * @docs-private\n\t */\n\tfaChevronDown = faChevronDown;\n\t/**\n\t * @docs-private\n\t */\n faChevronUp = faChevronUp;\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-accordion-item') class = true;\n\n\t@Input() initiallyActive: boolean;\n\t/**\n\t * @docs-private\n\t */\n\t_open = false;\n\t/**\n\t * @docs-private\n\t */\n _animationState: string;\n\n /**\n * @docs-private\n */\n ngOnInit() {\n this._open = this.initiallyActive ? this.initiallyActive : this._open;\n this._animationState = getAnimationState(this._open);\n }\n\n toggleActive() {\n this._open = !this._open;\n this._animationState = getAnimationState(this._open);\n }\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n ElementRef,\n Renderer2,\n} from '@angular/core';\n\nimport { daffArticleEncapsulatedMixin } from '../../../core/article-encapsulated/public_api';\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the link set mixins\n */\nclass DaffAccordionBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffAccordionBase = daffArticleEncapsulatedMixin((DaffAccordionBase));\n\n@Component({\n selector: 'daff-accordion',\n templateUrl: './accordion.component.html',\n styleUrls: ['./accordion.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\n\nexport class DaffAccordionComponent extends _daffAccordionBase {\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n}\n","import {\n Component,\n Input,\n OnInit,\n HostBinding,\n SkipSelf,\n Optional,\n ContentChildren,\n QueryList,\n ChangeDetectionStrategy,\n} from '@angular/core';\nimport {\n faChevronDown,\n faChevronUp,\n} from '@fortawesome/free-solid-svg-icons';\n\nimport { DaffAccordionComponent } from '../accordion/accordion.component';\nimport { daffAccordionAnimations } from '../animation/accordion-animation';\nimport { getAnimationState } from '../animation/accordion-animation-state';\n\n@Component({\n selector: 'daff-nav-accordion-item',\n templateUrl: './nav-accordion-item.component.html',\n styleUrls: ['./nav-accordion-item.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n daffAccordionAnimations.openAccordion,\n ],\n})\nexport class DaffNavAccordionItemComponent implements OnInit {\n\n constructor(\n\t\tprivate accordion: DaffAccordionComponent,\n\t\t@SkipSelf() @Optional() private navAccordionItemParent: DaffNavAccordionItemComponent,\n ) {}\n\t/**\n\t * @docs-private\n\t */\n\tfaChevronDown = faChevronDown;\n\t/**\n\t * @docs-private\n\t */\n faChevronUp = faChevronUp;\n\n /**\n * @docs-private\n */\n\t@HostBinding('class') get classes() {\n return [\n 'daff-nav-accordion-item',\n 'daff-nav-accordion-item--level-' + this._level,\n ];\n }\n\n\t@Input() initiallyActive: boolean;\n\n\t@ContentChildren(DaffNavAccordionItemComponent, { descendants: true })\n\t_navAccordionItemChild: QueryList<DaffNavAccordionItemComponent>;\n\n\t/**\n\t * @docs-private\n\t */\n\t_open = false;\n\t/**\n\t * @docs-private\n\t */\n _animationState: string;\n\n\t/**\n\t * @docs-private\n\t */\n\t_level = 0;\n\n\t/**\n\t * @docs-private\n\t */\n\tngOnInit() {\n\t if(this.navAccordionItemParent && this.accordion === this.navAccordionItemParent.accordion) {\n\t this._level = this.navAccordionItemParent._level + 1;\n\t }\n\t this._open = this.initiallyActive ? this.initiallyActive : this._open;\n\t this._animationState = getAnimationState(this._open);\n\t}\n\n\ttoggleActive() {\n\t this._open = !this._open;\n\t this._animationState = getAnimationState(this._open);\n\t}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffPrefixSuffixModule } from '../../core/prefix-suffix/prefix-suffix.module';\nimport { DaffAccordionItemContentDirective } from './accordion-item-content/accordion-item-content.directive';\nimport { DaffAccordionItemTitleDirective } from './accordion-item-title/accordion-item-title.directive';\nimport { DaffAccordionItemComponent } from './accordion-item/accordion-item.component';\nimport { DaffAccordionComponent } from './accordion/accordion.component';\nimport { DaffNavAccordionItemComponent } from './nav-accordion-item/nav-accordion-item.component';\n\n@NgModule({\n imports: [\n CommonModule,\n\n FontAwesomeModule,\n DaffPrefixSuffixModule,\n ],\n declarations: [\n DaffAccordionComponent,\n DaffAccordionItemComponent,\n DaffNavAccordionItemComponent,\n DaffAccordionItemTitleDirective,\n DaffAccordionItemContentDirective,\n ],\n exports: [\n DaffAccordionComponent,\n DaffAccordionItemComponent,\n DaffNavAccordionItemComponent,\n DaffAccordionItemTitleDirective,\n DaffAccordionItemContentDirective,\n ],\n})\nexport class DaffAccordionModule { }\n","import {\n Component,\n ViewEncapsulation,\n HostBinding,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n/**\n * A component for creating articles within your page.\n */\n@Component({\n selector: 'daff-article',\n template: '<ng-content></ng-content>',\n styleUrls: ['./article.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffArticleComponent {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-article') class = true;\n\n /**\n * @docs-private\n */\n @HostBinding('attr.role') role = 'article';\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffArticleLead]',\n})\nexport class DaffArticleLeadDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-article__lead') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffArticleMeta]',\n})\nexport class DaffArticleMetaDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-article__meta') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffArticleTitle]',\n})\nexport class DaffArticleTitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-article__title') class = true;\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffArticleLeadDirective } from './article-lead/article-lead.directive';\nimport { DaffArticleMetaDirective } from './article-meta/article-meta.directive';\nimport { DaffArticleTitleDirective } from './article-title/article-title.directive';\nimport { DaffArticleComponent } from './article/article.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffArticleComponent,\n DaffArticleTitleDirective,\n DaffArticleLeadDirective,\n DaffArticleMetaDirective,\n ],\n exports: [\n DaffArticleComponent,\n DaffArticleTitleDirective,\n DaffArticleLeadDirective,\n DaffArticleMetaDirective,\n ],\n})\nexport class DaffArticleModule { }\n","import {\n animate,\n state,\n style,\n transition,\n trigger,\n AnimationTriggerMetadata,\n} from '@angular/animations';\n\nconst animationDuration = '350ms';\nconst backdropTransitionOut = 'cubic-bezier(0.4, 0.0, 1, 1)';\nconst backdropTransitionIn = 'cubic-bezier(0.0, 0.0, 0.2, 1)';\n\nexport const daffBackdropAnimations: {\n readonly fadeBackdrop: AnimationTriggerMetadata;\n} = {\n fadeBackdrop: trigger('fadeBackdrop', [\n transition(':enter', [\n style({ opacity: 0 }),\n animate(animationDuration + ' ' + backdropTransitionIn, style({ opacity: 1 })),\n ]),\n transition(':leave', [\n animate(animationDuration + ' ' + backdropTransitionOut, style({ opacity: 0 })),\n ]),\n ]),\n};\n","import {\n Component,\n Output,\n EventEmitter,\n Input,\n ChangeDetectionStrategy,\n HostListener,\n HostBinding,\n} from '@angular/core';\n\nimport { daffBackdropAnimations } from '../animation/backdrop-animation';\n\n@Component({\n selector: 'daff-backdrop',\n templateUrl: './backdrop.component.html',\n styleUrls: ['./backdrop.component.scss'],\n animations: [\n daffBackdropAnimations.fadeBackdrop,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffBackdropComponent {\n\n /**\n * Determines whether or not the backdrop is transparent.\n */\n // eslint-disable-next-line @typescript-eslint/no-inferrable-types\n @Input() transparent: boolean = false;\n\n /**\n * Boolean property that determines whether or not the\n * backdrop should fill up its containing window.\n */\n // eslint-disable-next-line @typescript-eslint/no-inferrable-types\n @Input() fullscreen: boolean = false;\n\n /**\n * Output event triggered when the backdrop is clicked.\n */\n @Output() backdropClicked: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * Animation hook for that controls the backdrops\n * entrance and fade animations.\n */\n @HostBinding('@fadeBackdrop')\n\n /**\n * @deprecated\n * Backdrop event that triggers when the backdrop element is clicked.\n */\n @HostListener('click')\n onBackdropClicked(): void {\n this.backdropClicked.emit();\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffBackdropComponent } from './backdrop/backdrop.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffBackdropComponent,\n ],\n exports: [\n DaffBackdropComponent,\n ],\n entryComponents: [\n DaffBackdropComponent,\n ],\n})\nexport class DaffBackdropModule { }\n","import {\n Component,\n ViewEncapsulation,\n HostBinding,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n@Component({\n selector: 'daff-button-set',\n template: '<ng-content></ng-content>',\n styleUrls: ['./button-set.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffButtonSetComponent {\n /**\n * @docs-private\n */\n @HostBinding('class.daff-button-set') class = true;\n}\n","import { NgModule } from '@angular/core';\n\nimport { DaffButtonSetComponent } from './button-set.component';\n\n@NgModule({\n declarations: [\n DaffButtonSetComponent,\n ],\n exports: [\n DaffButtonSetComponent,\n ],\n})\nexport class DaffButtonSetModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n ViewEncapsulation,\n} from '@angular/core';\n\n/**\n * @deprecated See {@link DaffMediaGalleryComponent}\n */\n@Component({\n selector: 'daff-image-gallery',\n templateUrl: './image-gallery.component.html',\n styleUrls: ['./image-gallery.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffImageGalleryComponent {}\n","import {\n Component,\n Input,\n HostBinding,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n/**\n * @deprecated See {@link DaffThumbnailDirective}\n */\n@Component({\n selector: 'daff-gallery-image',\n templateUrl: './gallery-image.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffGalleryImageComponent {\n @HostBinding('class.daff-image-gallery__daff-gallery-image--selected') @Input() selected: boolean;\n @HostBinding('class.daff-image-gallery__daff-gallery-image') class = true;\n}\n","import {\n Component,\n ViewEncapsulation,\n HostBinding,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n@Component({\n selector: 'daff-image-list',\n template: '<ng-content></ng-content>',\n styleUrls: ['./image-list.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffImageListComponent {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-image-list') class = true;\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffImageListComponent } from './image-list.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffImageListComponent,\n ],\n exports: [\n DaffImageListComponent,\n ],\n})\nexport class DaffImageListModule { }\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffImageListModule } from '../image-list/public_api';\nimport { DaffGalleryImageComponent } from './gallery-image/gallery-image.component';\nimport { DaffImageGalleryComponent } from './image-gallery/image-gallery.component';\n\n@NgModule({\n imports: [\n CommonModule,\n DaffImageListModule,\n ],\n declarations: [\n DaffImageGalleryComponent,\n DaffGalleryImageComponent,\n ],\n exports: [\n DaffImageGalleryComponent,\n DaffGalleryImageComponent,\n ],\n})\nexport class DaffImageGalleryModule { }\n","import {\n Component,\n HostBinding,\n ViewEncapsulation,\n ChangeDetectionStrategy,\n ElementRef,\n Renderer2,\n} from '@angular/core';\n\nimport { daffArticleEncapsulatedMixin } from '../../../core/article-encapsulated/public_api';\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the link set mixins\n */\nclass DaffLinkSetBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffLinkSetBase = daffArticleEncapsulatedMixin((DaffLinkSetBase));\n\n/**\n * DaffLinkSetComponent is a component for displaying a two or more links.\n */\n@Component({\n selector: 'daff-link-set',\n template: '<ng-content></ng-content>',\n styleUrls: ['./link-set.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffLinkSetComponent extends _daffLinkSetBase {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-link-set') class = true;\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n/**\n * A directive for adding a heading to a daff-link-set.\n */\n@Directive({\n selector: '[daffLinkSetHeading]',\n})\nexport class DaffLinkSetHeadingDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-link-set__heading') class = true;\n}\n","import {\n Component,\n ViewEncapsulation,\n ChangeDetectionStrategy,\n HostBinding,\n} from '@angular/core';\n\n@Component ({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'a[daff-link-set-item]',\n template: '<ng-content></ng-content>',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffLinkSetItemComponent {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-link-set__item') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n/**\n * A directive for adding a subheading to a daff-link-set.\n */\n@Directive({\n selector: '[daffLinkSetSubheading]',\n})\nexport class DaffLinkSetSubheadingDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-link-set__subheading') class = true;\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffLinkSetHeadingDirective } from './link-set-heading/link-set-heading.directive';\nimport { DaffLinkSetItemComponent } from './link-set-item/link-set-item.component';\nimport { DaffLinkSetSubheadingDirective } from './link-set-subheading/link-set-subheading.directive';\nimport { DaffLinkSetComponent } from './link-set/link-set.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n exports: [\n DaffLinkSetComponent,\n DaffLinkSetHeadingDirective,\n DaffLinkSetSubheadingDirective,\n DaffLinkSetItemComponent,\n ],\n declarations: [\n DaffLinkSetComponent,\n DaffLinkSetHeadingDirective,\n DaffLinkSetSubheadingDirective,\n DaffLinkSetItemComponent,\n ],\n})\nexport class DaffLinkSetModule {}\n","import {\n Component,\n ChangeDetectionStrategy,\n HostBinding,\n ContentChild,\n ElementRef,\n} from '@angular/core';\n\nimport {\n DaffPrefixDirective,\n DaffSuffixDirective,\n} from '../../../core/prefix-suffix/public_api';\n\n@Component({\n selector:\n 'daff-list-item' + ',' +\n 'a[daff-list-item]',\n templateUrl: './list-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\n\nexport class DaffListItemComponent {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-list-item') class = true;\n\n /**\n * @docs-private\n */\n @ContentChild(DaffPrefixDirective) _prefix: DaffPrefixDirective;\n /**\n * @docs-private\n */\n @ContentChild(DaffSuffixDirective) _suffix: DaffSuffixDirective;\n\n constructor(private elementRef: ElementRef) {}\n\n /**\n * Sets the role for a regular `<daff-list-item>` to listitem.\n *\n * @docs-private\n */\n @HostBinding('attr.role') get role() {\n return this._isAnchor() ? null : 'listitem';\n };\n\n private _getHostElement() {\n return this.elementRef.nativeElement;\n }\n\n /** Gets whether a list item has one of the given attributes. */\n private _isAnchor() {\n return this.elementRef.nativeElement.localName === 'a';\n }\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n/**\n * @deprecated\n */\n@Directive({\n selector: '[daffListSubheader]',\n})\nexport class DaffListSubheaderDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-list__subheader') class = true;\n}\n","import {\n Component,\n ViewEncapsulation,\n ChangeDetectionStrategy,\n Input,\n HostBinding,\n ElementRef,\n Renderer2,\n} from '@angular/core';\n\nimport { daffArticleEncapsulatedMixin } from '../../../core/article-encapsulated/public_api';\n\n/**\n * @deprecated\n * DaffListMode will be completely deprecated in v1.0.0\n * */\nexport type DaffListMode = 'multi-line' | 'link' | 'navigation' | undefined;\nexport enum DaffListModeEnum {\n Multiline = 'multi-line',\n Link = 'link',\n Navigation = 'navigation'\n}\n\nexport type DaffListType = 'daff-list' | 'daff-nav-list';\n\nenum DaffListTypeEnum {\n Default = 'daff-list',\n Nav = 'daff-nav-list'\n}\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the list mixins\n */\nclass DaffListBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffListBase = daffArticleEncapsulatedMixin((DaffListBase));\n\n@Component({\n selector:\n 'daff-list' + ',' +\n 'daff-nav-list',\n template: '<ng-content></ng-content>',\n styleUrls: ['./list.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\n\nexport class DaffListComponent extends _daffListBase {\n /**\n * @deprecated\n * */\n @Input() mode: DaffListMode;\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-list') get list() {\n return this.listType === DaffListTypeEnum.Default;\n }\n\n /**\n * @docs-private\n * @deprecated\n * */\n @HostBinding('class.daff-list--multi-line') get multiline() {\n return this.mode === DaffListModeEnum.Multiline;\n }\n\n /**\n * @docs-private\n * @deprecated\n * */\n @HostBinding('class.daff-list--link') get link() {\n return this.mode === DaffListModeEnum.Link;\n }\n\n /**\n * @docs-private\n * @deprecated\n * */\n @HostBinding('class.daff-list--navigation') get navigation() {\n return this.mode === DaffListModeEnum.Navigation;\n }\n\n /**\n * @docs-private\n */\n get listType(): DaffListType {\n return this._getHostElement().localName;\n }\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-nav-list') get nav() {\n return this.listType === DaffListTypeEnum.Nav;\n }\n\n /**\n * Sets the role for a `<daff-nav-list>` to navigation.\n *\n * @docs-private\n */\n @HostBinding('attr.role') get role() {\n return this.listType === DaffListTypeEnum.Nav ? 'navigation' : 'list';\n };\n\n private _getHostElement() {\n return this.elementRef.nativeElement;\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffPrefixSuffixModule } from '../../core/prefix-suffix/prefix-suffix.module';\nimport { DaffListItemComponent } from './list-item/list-item.component';\nimport { DaffListSubheaderDirective } from './list-subheader/list-subheader.directive';\nimport { DaffListComponent } from './list/list.component';\n\n@NgModule({\n imports: [\n CommonModule,\n DaffPrefixSuffixModule,\n ],\n declarations: [\n DaffListComponent,\n DaffListSubheaderDirective,\n DaffListItemComponent,\n ],\n exports: [\n DaffListComponent,\n DaffListSubheaderDirective,\n DaffListItemComponent,\n DaffPrefixSuffixModule,\n ],\n})\nexport class DaffListModule { }\n","import {\n animate,\n state,\n style,\n transition,\n trigger,\n AnimationTriggerMetadata,\n} from '@angular/animations';\n\nexport const daffFadeAnimations: {\n\treadonly fade: AnimationTriggerMetadata;\n} = {\n fade: trigger('fade', [\n state('open', style({ opacity: 1 })),\n state('closed', style({ opacity: 0 })),\n transition('open <=> closed', animate('400ms cubic-bezier(0.25, 0.8, 0.25, 1)')),\n ]),\n};\n","export const getAnimationState = (open: boolean) => open ? 'open' : 'closed';\n","import { AnimationEvent } from '@angular/animations';\nimport {\n CdkPortalOutlet,\n ComponentPortal,\n} from '@angular/cdk/portal';\nimport {\n Component,\n Output,\n EventEmitter,\n Input,\n HostBinding,\n ChangeDetectionStrategy,\n ViewChild,\n HostListener,\n} from '@angular/core';\n\nimport { daffFadeAnimations } from '../animations/modal-animation';\nimport { getAnimationState } from '../animations/modal-animation-state';\n\n\n@Component({\n selector: 'daff-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n animations: [daffFadeAnimations.fade],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffModalComponent {\n\t/**\n\t * Dictates whether or not a modal is open or closed.\n\t */\n\t@Input() open = false;\n\n\t/**\n\t * The CDK Portal outlet used to portal content into the modal.\n\t */\n\t@ViewChild(CdkPortalOutlet, { static: true }) private _portalOutlet: CdkPortalOutlet;\n\n\t/**\n\t * Event fired when the close animation is completed.\n\t */\n\tanimationCompleted: EventEmitter<any> = new EventEmitter<any>();\n\n\t/**\n\t * Event fired when the close animation is completed.\n\t */\n\tclosedAnimationCompleted: EventEmitter<any> = new EventEmitter<\n\t\tany\n\t>();\n\n\t/**\n\t * Event fired when the backdrop is clicked\n\t * This is often used to close the modal\n\t */\n\thide: EventEmitter<void> = new EventEmitter<void>();\n\n\t/**\n\t * Hostbinding to set the default modal class on the host element\n\t *\n\t * @docs-private\n\t */\n\t@HostBinding('class.daff-modal') modalClass = true;\n\n\t/**\n\t * Helper method to attach portable content to modal\n\t */\n\tattachContent(portal: ComponentPortal<any>): any {\n\t this._portalOutlet.attachComponentPortal(portal);\n\t}\n\n\t/**\n\t * Animation hook that controls the entrance and exit animations\n\t * of the modal\n\t */\n\t@HostBinding('@fade') get fadeState(): string {\n\t return getAnimationState(this.open);\n\t}\n\n\t/**\n\t * Animation event that can used to hook into when\n\t * animations are fully completed. We use this in the DaffModalService\n\t * to determine when to actually remove the dynamically rendered element from the DOM\n\t * so that the animation does not clip as the element is removed.\n\t */\n\t@HostListener('@fade.done', ['$event'])\n\tanimationDone(e: AnimationEvent) {\n\t this.animationCompleted.emit(e);\n\t if (e.toState === 'closed') {\n\t this.closedAnimationCompleted.emit(e);\n\t }\n\t}\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n} from '@angular/core';\n\n@Component({\n selector: 'daff-modal-actions',\n template: '<ng-content></ng-content>',\n styleUrls: ['./modal-actions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffModalActionsComponent { }\n","import {\n Component,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n@Component({\n selector: 'daff-modal-content',\n template: '<ng-content></ng-content>',\n styleUrls: ['./modal-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffModalContentComponent {}\n","import {\n Component,\n ViewEncapsulation,\n HostBinding,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\n@Component({\n selector: 'daff-modal-header',\n template: '<ng-content></ng-content>',\n styleUrls: ['./modal-header.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffModalHeaderComponent {\n /**\n * @docs-private\n */\n @HostBinding('class.daff-modal-header') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffModalTitle]',\n})\nexport class DaffModalTitleDirective {\n /**\n * @docs-private\n */\n @HostBinding('class.daff-modal-title') class = true;\n}\n","import { OverlayModule } from '@angular/cdk/overlay';\nimport { PortalModule } from '@angular/cdk/portal';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffModalActionsComponent } from './modal-actions/modal-actions.component';\nimport { DaffModalContentComponent } from './modal-content/modal-content.component';\nimport { DaffModalHeaderComponent } from './modal-header/modal-header.component';\nimport { DaffModalTitleDirective } from './modal-title/modal-title.directive';\nimport { DaffModalComponent } from './modal/modal.component';\n\n@NgModule({\n imports: [\n CommonModule,\n PortalModule,\n OverlayModule,\n ],\n exports: [\n DaffModalHeaderComponent,\n DaffModalTitleDirective,\n DaffModalContentComponent,\n DaffModalActionsComponent,\n ],\n declarations: [\n DaffModalComponent,\n DaffModalHeaderComponent,\n DaffModalTitleDirective,\n DaffModalContentComponent,\n DaffModalActionsComponent,\n ],\n})\nexport class DaffModalModule { }\n","import { AnimationEvent } from '@angular/animations';\nimport {\n OverlayRef,\n Overlay,\n GlobalPositionStrategy,\n} from '@angular/cdk/overlay';\nimport { ComponentPortal } from '@angular/cdk/portal';\nimport {\n Injectable,\n Type,\n ComponentRef,\n} from '@angular/core';\n\nimport { DaffModal } from '../modal';\nimport { DaffModalModule } from '../modal.module';\nimport { DaffModalConfiguration } from '../modal/modal-config';\nimport { DaffModalComponent } from '../modal/modal.component';\n\n@Injectable({\n providedIn: DaffModalModule,\n})\nexport class DaffModalService {\n\tprivate _modals: DaffModal[] = [];\n\n\tconstructor(private overlay: Overlay) {}\n\n\tprivate defaultConfiguration: DaffModalConfiguration = {};\n\n\tprivate _attachModal(\n\t overlayRef: OverlayRef,\n\t): ComponentRef<DaffModalComponent> {\n\t const modal = overlayRef.attach(new ComponentPortal(DaffModalComponent));\n\t modal.instance.open = true;\n\t return modal;\n\t}\n\n\tprivate _attachModalContent(\n\t component: Type<any>,\n\t modal: ComponentRef<DaffModalComponent>,\n\t): void {\n\t modal.instance.attachContent(new ComponentPortal(component));\n\t}\n\n\tprivate _createOverlayRef(): OverlayRef {\n\t return this.overlay.create({\n\t hasBackdrop: true,\n\t positionStrategy: new GlobalPositionStrategy()\n\t .centerHorizontally()\n\t .centerVertically(),\n\t scrollStrategy: this.overlay.scrollStrategies.block(),\n\t });\n\t}\n\n\tprivate _removeModal(modal: DaffModal) {\n\t const index = this._modals.indexOf(modal);\n\t if (index === -1) {\n\t throw new Error(\n\t 'The Modal that you are trying to remove does not exist.',\n\t );\n\t }\n\n\t modal.overlay.dispose();\n\n\t this._modals = this._modals.filter(m => m !== modal);\n\t}\n\n\topen(\n\t component: Type<any>,\n\t configuration?: Partial<DaffModalConfiguration>,\n\t): DaffModal {\n\t const config = { ...this.defaultConfiguration, ...configuration };\n\t const _ref = this._createOverlayRef();\n\t const _modal = this._attachModal(_ref);\n\t const _attachedModal = this._attachModalContent(component, _modal);\n\n\t const modal: DaffModal = {\n\t modal: _modal,\n\t overlay: _ref,\n\t };\n\n\t this._modals.push(modal);\n\n\t _ref\n\t .backdropClick()\n\t .subscribe(() =>\n\t config.onBackdropClicked\n\t ? config.onBackdropClicked()\n\t : this.close(modal),\n\t );\n\t return modal;\n\t}\n\n\tclose(modal: DaffModal): void {\n\t modal.modal.instance.open = false;\n\t modal.overlay.detachBackdrop();\n\t modal.modal.instance.closedAnimationCompleted.subscribe(\n\t (e: AnimationEvent) => this._removeModal(modal),\n\t );\n\t}\n}\n","import {\n ElementRef,\n Renderer2,\n} from '@angular/core';\n\nimport { Constructor } from '../constructor/constructor';\n\nexport interface HasElementRef {\n\t_elementRef: ElementRef;\n\t_renderer: Renderer2;\n}\n\n/**\n * A mixin for giving a component the ability to manage a DaffContainerComponent's layout.\n * It passes predetermined layout styles down to the container. In order for a component to\n * do this, it must implement this mixin.\n */\nexport function\ndaffManageContainerLayoutMixin<T extends Constructor<HasElementRef>>(Base: T) {\n return class extends Base {\n constructor(...args: any[]) {\n super(...args);\n this._renderer.addClass(this._elementRef.nativeElement, `daff-manage-container-layout`);\n }\n };\n}\n","import {\n Component,\n Input,\n ElementRef,\n HostBinding,\n Renderer2,\n ChangeDetectionStrategy,\n} from '@angular/core';\n\nimport {\n DaffColorable,\n daffColorMixin,\n} from '../../core/colorable/public_api';\nimport { daffManageContainerLayoutMixin } from '../../core/manage-container-layout/public_api';\n\n/**\n * An _elementRef is needed for the Colorable mixin\n */\nclass DaffNavbarBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffNavbarBase = daffManageContainerLayoutMixin(daffColorMixin(DaffNavbarBase));\n\n/**\n * @inheritdoc\n */\n@Component({\n // eslint-disable-next-line @angular-eslint/component-selector\n selector: 'nav[daff-navbar]',\n styleUrls: ['./navbar.component.scss'],\n template: '<ng-content></ng-content>',\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffNavbarComponent extends _daffNavbarBase implements DaffColorable {\n\n @Input() raised = false;\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-navbar--raised') get raisedClass() {\n return this.raised;\n };\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-navbar') hostClass = true;\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n}\n","import { NgModule } from '@angular/core';\n\nimport { DaffNavbarComponent } from './navbar.component';\n\n@NgModule({\n declarations: [\n DaffNavbarComponent,\n ],\n exports: [\n DaffNavbarComponent,\n ],\n})\nexport class DaffNavbarModule { }\n","export const DaffPaginatorNumberOfPagesErrorMessage = 'The numberOfPages in the daff-paginator must not be less than 1';\nexport const DaffPaginatorPageOutOfRangeErrorMessage = 'The numberOfPages in the daff-paginator should not be less than the currentPage';\n","import {\n Component,\n Input,\n Output,\n EventEmitter,\n HostBinding,\n ElementRef,\n OnChanges,\n ChangeDetectionStrategy,\n Renderer2,\n OnInit,\n} from '@angular/core';\nimport {\n faChevronRight,\n faChevronLeft,\n} from '@fortawesome/free-solid-svg-icons';\n\nimport {\n daffColorMixin,\n DaffPalette,\n DaffColorable,\n} from '../../core/colorable/public_api';\nimport {\n DaffPaginatorNumberOfPagesErrorMessage,\n DaffPaginatorPageOutOfRangeErrorMessage,\n} from './paginator-errors';\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the Colorable mixin\n */\nclass DaffPaginatorBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffPaginatorBase = daffColorMixin(DaffPaginatorBase);\n\nconst visiblePageRange = 2;\n\n/**\n * @inheritdoc\n */\n@Component({\n selector: 'daff-paginator',\n styleUrls: ['./paginator.component.scss'],\n templateUrl: './paginator.component.html',\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffPaginatorComponent extends _daffPaginatorBase implements OnChanges, DaffColorable {\n\n\t/**\n\t * @docs-private\n\t */\n\t@HostBinding('class.daff-paginator') class = true;\n\t/**\n\t * @docs-private\n\t */\n @HostBinding('attr.role') role = 'navigation';\n\n\t/**\n\t * @docs-private\n\t */\n\tfaChevronRight = faChevronRight;\n\t/**\n\t * @docs-private\n\t */\n faChevronLeft = faChevronLeft;\n\n\t/**\n\t * @docs-private\n\t */\n\t_paginatorId: string;\n\n\tconstructor(private elementRef: ElementRef, private renderer: Renderer2) {\n\t super(elementRef, renderer);\n\t const ariaLabel = elementRef.nativeElement.attributes['aria-label'];\n\t this._paginatorId = ariaLabel ? ariaLabel.nodeValue : null;\n\t}\n\n /**\n * The total number of pages the paginator tracks. This number can change dynamically, but the end user is responsible for keeping numberOfPages\n * and currentPage in sync. For example, if the numberOfPages is dynamically changed to a value less than the currentPage, the paginator will break.\n */\n @Input() numberOfPages: number;\n\n /**\n * The currently selected page.\n */\n @Input() currentPage: number;\n\n /**\n * @docs-private\n */\n _numberOfPagesArray: number[];\n\n /**\n * Emits when the current page changes with the new current page.\n */\n @Output() notifyPageChange: EventEmitter<any> = new EventEmitter();\n\n /**\n * @docs-private\n */\n ngOnChanges() {\n if(this.numberOfPages < 1) {\n throw new Error(DaffPaginatorNumberOfPagesErrorMessage);\n } else if(this.numberOfPages < this.currentPage) {\n throw new Error(DaffPaginatorPageOutOfRangeErrorMessage);\n }\n\n this._numberOfPagesArray = this.numberOfPages < 2 ? [] : Array(this.numberOfPages-2).fill(this.numberOfPages-2).map((x,i)=>i+2);\n }\n\n /**\n * Emits the previous page number through notifyPageChange Output.\n *\n * @docs-private\n */\n _onNotifyPrevPageChange() {\n this.notifyPageChange.emit(this.currentPage - 1);\n }\n\n /**\n * Emits the next page number through notifyPageChange Output.\n *\n * @docs-private\n */\n _onNotifyNextPageChange() {\n this.notifyPageChange.emit(this.currentPage + 1);\n }\n\n /**\n * Emits a pageNumber to notifyPageChange Output.\n *\n * @docs-private\n * @param pageNumber a page number\n */\n _onNotifyPageChange(pageNumber: number) {\n this.notifyPageChange.emit(pageNumber);\n }\n\n /**\n * A simple function that determines if the given page number is the current page number.\n *\n * @docs-private\n * @param page a page number\n */\n _isSelected(page: number): boolean {\n return page === this.currentPage;\n }\n\n /**\n * Determines when ellipsis after the first page number should show.\n *\n * @docs-private\n */\n _showFirstEllipsis(): boolean {\n return this.currentPage >= visiblePageRange+2;\n }\n\n /**\n * Determines when ellipsis before the final page number should show.\n *\n * @docs-private\n */\n _showLastEllipsis(): boolean {\n return this.currentPage < (this.numberOfPages - visiblePageRange);\n }\n\n /**\n * Determines if the given page number should be shown. The two additional 'or' conditionals are needed\n * so the paginator retains the same total width at the extreme page numbers (1 and numberOfPages).\n *\n * @docs-private\n * @param pageNumber page number to check.\n */\n _showNumber(pageNumber: number): boolean {\n return Math.abs(this.currentPage - pageNumber) < visiblePageRange\n || (this.currentPage <= visiblePageRange && pageNumber <= 2*visiblePageRange)\n || (this.currentPage > this.numberOfPages - visiblePageRange && pageNumber > this.numberOfPages - 2*visiblePageRange);\n }\n\n /**\n * Determines when the Previous button should be disabled.\n *\n * @docs-private\n */\n _disablePrev(): boolean {\n return this.currentPage === 1;\n }\n\n /**\n * Determines when the Next button should be disabled.\n *\n * @docs-private\n */\n _disableNext(): boolean {\n return this.currentPage === this.numberOfPages;\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FontAwesomeModule } from '@fortawesome/angular-fontawesome';\n\nimport { DaffButtonModule } from '../../atoms/button/public_api';\nimport { DaffPaginatorComponent } from './paginator.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FontAwesomeModule,\n DaffButtonModule,\n ],\n declarations: [\n DaffPaginatorComponent,\n ],\n exports: [\n DaffPaginatorComponent,\n ],\n})\nexport class DaffPaginatorModule {}\n","import {\n Component,\n OnInit,\n Input,\n Renderer2,\n Output,\n EventEmitter,\n} from '@angular/core';\n\n/**\n * @deprecated See {@link DaffQuantityFieldComponent}\n */\n// ChangeDetection is ignored because this component is deprecated and will be removed\n// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection\n@Component({\n selector: 'daff-qty-dropdown',\n styleUrls: ['./qty-dropdown.component.scss'],\n templateUrl: './qty-dropdown.component.html',\n})\nexport class DaffQtyDropdownComponent implements OnInit {\n\n private readonly dropdownRange = 9;\n\n @Input() qty: number;\n @Input() id: number | string;\n @Output() qtyChanged: EventEmitter<number> = new EventEmitter<number>();\n\n\t/**\n\t * @docs-private\n\t */\n\tdropdownItemCounter: number[];\n\t/**\n\t * @docs-private\n\t */\n\tinputHasBeenShown: boolean;\n\t/**\n\t * @docs-private\n\t */\n\tonChange = (qty: number) => {};\n\t/**\n\t * @docs-private\n\t */\n onTouched = () => {};\n\n constructor(private renderer: Renderer2) { }\n\n /**\n * @docs-private\n */\n ngOnInit() {\n this.dropdownItemCounter = Array.from(Array(this.dropdownRange),(x,i)=>i);\n\n if (!this.qty) {\n this.qty = 1;\n }\n }\n\n /**\n * @docs-private\n */\n writeValue(qty: number): void {\n this.qty = qty;\n this.onChange(this.qty);\n }\n\n /**\n * @docs-private\n */\n registerOnChange(fn: (qty: number) => void): void {\n this.onChange = fn;\n }\n\n /**\n * @docs-private\n */\n registerOnTouched(fn: any): void {\n this.onTouched = fn;\n }\n\n /**\n * @docs-private\n */\n setDisabledState(isDisabled: boolean): void {\n if (this.inputHasBeenShown) {\n this.renderer.setProperty(document.getElementById('input_' + this.id), 'disabled', isDisabled);\n } else {\n this.renderer.setProperty(document.getElementById('select_' + this.id), 'disabled', isDisabled);\n }\n }\n\n /**\n * @docs-private\n */\n get showQtyInputField(): boolean {\n if (!this.isQtyOutsideDropdownRange() && !this.inputHasBeenShown) {\n return false;\n } else {\n this.inputHasBeenShown = true;\n return true;\n }\n }\n\n /**\n * @docs-private\n */\n onChangedWrapper(value: any) {\n value = parseInt(value, 10);\n if (value === 10) {\n this.selectInput();\n }\n this.qtyChanged.emit(value);\n this.onChange(value);\n }\n\n private isQtyOutsideDropdownRange() {\n return this.qty > this.dropdownRange;\n }\n\n private selectInput() {\n const that = this;\n setTimeout(() => {\n const input = <HTMLInputElement>document.getElementById('input_' + that.id);\n input.select();\n });\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\n\nimport { DaffFormFieldModule } from '../../atoms/form/form-field/form-field.module';\nimport { DaffInputModule } from '../../atoms/form/input/input.module';\nimport { DaffNativeSelectModule } from '../../atoms/form/select/select.module';\nimport { DaffQtyDropdownComponent } from './qty-dropdown.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n DaffFormFieldModule,\n DaffNativeSelectModule,\n DaffInputModule,\n ],\n declarations: [\n DaffQtyDropdownComponent,\n ],\n exports: [\n DaffQtyDropdownComponent,\n ],\n})\nexport class DaffQtyDropdownModule { }\n","import {\n animate,\n state,\n style,\n transition,\n trigger,\n AnimationTriggerMetadata,\n} from '@angular/animations';\n\nconst duration = '350ms';\nconst sidebarAnimateRemainTransition = 'cubic-bezier(0.4, 0.0, 0.2, 1)';\nconst sidebarAnimateInTransition = 'cubic-bezier(0.0, 0.0, 0.2, 1)';\nconst sidebarAnimateOutTransition = 'cubic-bezier(0.4, 0.0, 1, 1)';\n\nexport const daffSidebarAnimations: {\n readonly transformSidebar: AnimationTriggerMetadata;\n readonly transformContent: AnimationTriggerMetadata;\n } = {\n transformSidebar: trigger('transformSidebar', [\n // We remove the `transform` here completely, rather than setting it to zero, because:\n // 1. 3d transforms causes text to appear blurry on IE and Edge.\n state('open', style({\n transform: 'none',\n visibility: 'visible',\n })),\n transition('open => closed', animate(duration + ' ' + sidebarAnimateOutTransition)),\n transition('closed => open', animate(duration + ' ' + sidebarAnimateInTransition)),\n ]),\n transformContent: trigger('transformContent', [\n state('closed', style({\n transform: 'none',\n })),\n transition('open => closed', animate(duration + ' ' + sidebarAnimateOutTransition)),\n transition('closed => open', animate(duration + ' ' + sidebarAnimateInTransition)),\n ]),\n };\n\nexport enum DaffSidebarAnimationStates {\n OPEN = 'open',\n CLOSED = 'closed'\n}\n","export const getAnimationState = (open: boolean, enabled: boolean = true) => {\n if(!enabled){\n return 'open';\n }\n if(open && enabled){\n return 'open';\n } else {\n return 'closed';\n }\n};\n","import {\n Component,\n ViewEncapsulation,\n NgZone,\n ElementRef,\n Output,\n EventEmitter,\n HostBinding,\n ChangeDetectionStrategy,\n} from '@angular/core';\nimport { fromEvent } from 'rxjs';\nimport { filter } from 'rxjs/operators';\n\n/**\n * DaffSidebar is heavily based upon the work done by the @angular/material2\n * team on `mat-drawer` and `mat-sidenav`. `daff-sidebar` is intended to be\n * a simplified version (with a different design) of `mat-drawer` which\n * follows a stricter \"dumb\" component pattern than `mat-drawer`\n */\n@Component({\n selector: 'daff-sidebar',\n styleUrls: ['./sidebar.component.scss'],\n template: '<ng-content></ng-content>',\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffSidebarComponent {\n @HostBinding('class.daff-sidebar') class = true;\n /**\n * Event fired when `ESC` key is pressed when the sidebar has focus\n */\n @Output() escapePressed: EventEmitter<void> = new EventEmitter<void>();\n\n constructor(\n private _elementRef: ElementRef<HTMLElement>,\n private _ngZone: NgZone,\n ) {\n\n /**\n * Listen to `keydown` events outside the zone so that change detection is not run every\n * time a key is pressed. Instead we re-enter the zone only if the `ESC` key is pressed.\n *\n */\n this._ngZone.runOutsideAngular(() => {\n fromEvent<KeyboardEvent>(this._elementRef.nativeElement, 'keydown').pipe(\n filter(event => event.key === 'Escape'),\n ).subscribe(event => this._ngZone.run(() => {\n this.escapePressed.emit();\n event.stopPropagation();\n }));\n });\n }\n}\n","import {\n Component,\n Output,\n EventEmitter,\n Input,\n ChangeDetectionStrategy,\n OnInit,\n ContentChild,\n ChangeDetectorRef,\n AfterViewInit,\n} from '@angular/core';\n\nimport { daffSidebarAnimations } from '../animation/sidebar-animation';\nimport { getAnimationState } from '../animation/sidebar-animation-state';\nimport { DaffSidebarMode } from '../helper/sidebar-mode';\nimport { DaffSidebarComponent } from '../sidebar/sidebar.component';\n\n@Component({\n selector: 'daff-sidebar-viewport',\n templateUrl: './sidebar-viewport.component.html',\n styleUrls: ['./sidebar-viewport.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n daffSidebarAnimations.transformSidebar,\n daffSidebarAnimations.transformContent,\n ],\n})\nexport class DaffSidebarViewportComponent implements OnInit, AfterViewInit {\n\n constructor(private ref: ChangeDetectorRef) {\n }\n /**\n * @docs-private\n */\n _animationState: string;\n\n /**\n * @docs-private\n */\n @ContentChild(DaffSidebarComponent) sidebar: DaffSidebarComponent;\n /**\n * Internal tracking variable for the state of sidebar viewport.\n *\n * @docs-private\n */\n _opened = false;\n\n /**\n * @docs-private\n */\n _mode: DaffSidebarMode = 'side';\n\n /**\n * The mode to put the sidebar in\n */\n @Input()\n get mode(): DaffSidebarMode {\n return this._mode;\n }\n set mode(value: DaffSidebarMode) {\n this._mode = value;\n this._animationState = getAnimationState(this.opened, this.animationsEnabled);\n }\n\n /**\n * Input state for whether or not the backdrop is\n * \"visible\" to the human eye\n */\n // eslint-disable-next-line @typescript-eslint/no-inferrable-types\n @Input() backdropIsVisible: boolean = true;\n\n\t/**\n\t * Property for the \"opened\" state of the sidebar\n\t */\n\t@Input()\n get opened(): boolean {\n return this._opened;\n }\n\tset opened(value: boolean) {\n\t this._opened = value;\n\t this._animationState = getAnimationState(value, this.animationsEnabled);\n\t}\n /**\n * Event fired when the backdrop is clicked\n * This is often used to close the sidebar\n */\n @Output() backdropClicked: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * @docs-private\n */\n get animationsEnabled(): boolean {\n return (this.mode === 'over' || this.mode === 'push') ? true : false;\n }\n\n /**\n * @docs-private\n */\n ngOnInit() {\n this._animationState = getAnimationState(this.opened, this.animationsEnabled);\n }\n\n /**\n * @docs-private\n */\n ngAfterViewInit() {\n if (this.sidebar) {\n this.sidebar.escapePressed.subscribe(() => {\n this.onEscape();\n });\n }\n }\n\n /**\n * @docs-private\n */\n _backdropClicked(): void {\n this.backdropClicked.emit();\n }\n\n /**\n * @docs-private\n */\n get hasBackdrop(): boolean {\n return (this.mode === 'over' || this.mode === 'push');\n }\n\n /**\n * @docs-private\n */\n onEscape() {\n if (this.hasBackdrop) {\n this.opened = false;\n this.ref.markForCheck();\n }\n }\n}\n","import { A11yModule } from '@angular/cdk/a11y';\nimport { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffBackdropModule } from '../backdrop/backdrop.module';\nimport { DaffSidebarViewportComponent } from './sidebar-viewport/sidebar-viewport.component';\nimport { DaffSidebarComponent } from './sidebar/sidebar.component';\n\n\n@NgModule({\n imports: [\n CommonModule,\n DaffBackdropModule,\n A11yModule,\n ],\n declarations: [\n DaffSidebarComponent,\n DaffSidebarViewportComponent,\n ],\n exports: [\n DaffSidebarComponent,\n DaffSidebarViewportComponent,\n ],\n})\nexport class DaffSidebarModule { }\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffHeroBody]',\n})\n\nexport class DaffHeroBodyDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-hero__body') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffHeroIcon]',\n})\n\nexport class DaffHeroIconDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-hero__icon') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffHeroSubtitle]',\n})\n\nexport class DaffHeroSubtitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-hero__subtitle') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffHeroTagline]',\n})\n\nexport class DaffHeroTaglineDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-hero__tagline') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffHeroTitle]',\n})\n\nexport class DaffHeroTitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-hero__title') class = true;\n}\n","import {\n ElementRef,\n Renderer2,\n} from '@angular/core';\n\nimport { Constructor } from '../constructor/constructor';\n\nexport interface HasElementRef {\n\t_elementRef: ElementRef;\n\t_renderer: Renderer2;\n}\n\nexport function\ndaffCompactableMixin<T extends Constructor<HasElementRef>>(Base: T, defaultCompact: boolean = false) {\n return class extends Base {\n // TODO move this back to private in Typescript 3.1\n _compact: boolean;\n\n get compact(): boolean {\n return this._compact;\n }\n\n set compact(value: boolean) {\n // Handles the default compact\n const incomingCompact = value || defaultCompact;\n\n if (incomingCompact === this._compact) { // Only run the dom-render if a change occurs\n return;\n }\n\n if (incomingCompact) {\n this._renderer.addClass(this._elementRef.nativeElement, `daff-compact`);\n } else {\n this._renderer.removeClass(this._elementRef.nativeElement, `daff-compact`);\n }\n\n this._compact = incomingCompact;\n }\n\n constructor(...args: any[]) {\n super(...args);\n this.compact = defaultCompact;\n }\n };\n}\n","import {\n ElementRef,\n Input,\n Renderer2,\n} from '@angular/core';\n\nimport { Constructor } from '../constructor/constructor';\nimport { DaffTextAlignment } from './text-alignable';\n\ninterface HasElementRef {\n _elementRef: ElementRef;\n _renderer: Renderer2;\n}\n\nexport function\ndaffTextAlignmentMixin<T extends Constructor<HasElementRef>>(Base: T, defaultTextAlignment?: DaffTextAlignment) {\n class DaffTextAlignableMixin extends Base {\n // TODO move this back to private in Typescript 3.1\n _textAlignment: DaffTextAlignment;\n\n /**\n * Controls text alignment for component-specific UI\n */\n @Input()\n get textAlignment(): DaffTextAlignment {\n return this._textAlignment;\n }\n set textAlignment(value: DaffTextAlignment) {\n // Handles the default text alignment\n const incomingTextAlignment = value || defaultTextAlignment;\n\n if (incomingTextAlignment === this._textAlignment) { // Only run the dom-render if a change occurs\n return;\n }\n\n // Removes the old text alignment\n if (this._textAlignment) {\n this._renderer.removeClass(this._elementRef.nativeElement, `daff-${this._textAlignment}`);\n }\n\n if (incomingTextAlignment) {\n this._renderer.addClass(this._elementRef.nativeElement, `daff-${incomingTextAlignment}`);\n }\n\n this._textAlignment = incomingTextAlignment;\n }\n\n constructor(...args: any[]) {\n super(...args);\n this.textAlignment = defaultTextAlignment;\n }\n };\n return DaffTextAlignableMixin;\n}\n","import {\n Component,\n ViewEncapsulation,\n Input,\n ElementRef,\n ChangeDetectionStrategy,\n HostBinding,\n Renderer2,\n} from '@angular/core';\n\nimport { daffArticleEncapsulatedMixin } from '../../../core/article-encapsulated/public_api';\nimport {\n daffColorMixin,\n DaffColorable,\n} from '../../../core/colorable/public_api';\nimport {\n DaffCompactable,\n daffCompactableMixin,\n} from '../../../core/compactable/public_api';\nimport { daffManageContainerLayoutMixin } from '../../../core/manage-container-layout/public_api';\nimport { DaffTextAlignable } from '../../../core/text-alignable/text-alignable';\nimport { daffTextAlignmentMixin } from '../../../core/text-alignable/text-alignable-mixin';\n\n/**\n * @deprecated See {@link DaffTextAlignable}\n */\nexport type DaffHeroLayout = 'centered' | undefined;\nexport enum DaffHeroLayoutEnum {\n Centered = 'centered'\n}\n\n/**\n * @deprecated See {@link DaffCompactable}\n */\nexport type DaffHeroSize = 'compact' | 'small' | undefined;\nexport enum DaffHeroSizeEnum {\n Compact = 'compact',\n Small = 'small'\n}\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the hero mixins\n */\nclass DaffHeroBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffHeroBase = daffArticleEncapsulatedMixin(daffManageContainerLayoutMixin(daffColorMixin(daffCompactableMixin(daffTextAlignmentMixin(DaffHeroBase, 'left')))));\n\n/**\n * @inheritdoc\n */\n@Component({\n selector: 'daff-hero',\n template: '<ng-content></ng-content>',\n styleUrls: ['./hero.component.scss'],\n encapsulation: ViewEncapsulation.None,\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'compact', 'textAlignment'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffHeroComponent extends _daffHeroBase implements DaffColorable, DaffTextAlignable, DaffCompactable {\n\n /**\n * @deprecated See {@link DaffTextAlignable}\n */\n @Input() layout: DaffHeroLayout;\n\n /**\n * @deprecated See {@link DaffCompactable}\n */\n @Input() size: DaffHeroSize;\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n\n /**\n * @docs-private\n */\n\t@HostBinding('class.daff-hero') class = true;\n\n\t/**\n\t * @deprecated See {@link DaffTextAlignable}\n\t */\n\t@HostBinding('class.daff-hero--centered') get centered() {\n\t return this.layout === DaffHeroLayoutEnum.Centered;\n\t}\n\n\t/**\n\t * @deprecated See {@link DaffCompactable}\n\t */\n\t@HostBinding('class.daff-hero--compact') get compactClass() {\n\t return this.size === DaffHeroSizeEnum.Compact || this.compact === true || this.size === DaffHeroSizeEnum.Small;\n\t}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffHeroBodyDirective } from './hero-body/hero-body.directive';\nimport { DaffHeroIconDirective } from './hero-icon/hero-icon.directive';\nimport { DaffHeroSubtitleDirective } from './hero-subtitle/hero-subtitle.directive';\nimport { DaffHeroTaglineDirective } from './hero-tagline/hero-tagline.directive';\nimport { DaffHeroTitleDirective } from './hero-title/hero-title.directive';\nimport { DaffHeroComponent } from './hero/hero.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffHeroComponent,\n DaffHeroIconDirective,\n DaffHeroTaglineDirective,\n DaffHeroTitleDirective,\n DaffHeroSubtitleDirective,\n DaffHeroBodyDirective,\n ],\n exports: [\n DaffHeroComponent,\n DaffHeroIconDirective,\n DaffHeroTaglineDirective,\n DaffHeroTitleDirective,\n DaffHeroSubtitleDirective,\n DaffHeroBodyDirective,\n ],\n})\nexport class DaffHeroModule { }\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCalloutBody]',\n})\n\nexport class DaffCalloutBodyDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-callout__body') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCalloutIcon]',\n})\n\nexport class DaffCalloutIconDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-callout__icon') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n @Directive({\n selector: '[daffCalloutSubtitle]',\n })\n\nexport class DaffCalloutSubtitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-callout__subtitle') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCalloutTagline]',\n})\n\nexport class DaffCalloutTaglineDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-callout__tagline') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCalloutTitle]',\n})\n\nexport class DaffCalloutTitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-callout__title') class = true;\n}\n","import {\n Component,\n ViewEncapsulation,\n Input,\n ElementRef,\n ChangeDetectionStrategy,\n HostBinding,\n Renderer2,\n} from '@angular/core';\n\nimport { daffArticleEncapsulatedMixin } from '../../../core/article-encapsulated/public_api';\nimport {\n DaffColorable,\n daffColorMixin,\n} from '../../../core/colorable/public_api';\nimport {\n DaffCompactable,\n daffCompactableMixin,\n} from '../../../core/compactable/public_api';\nimport { daffManageContainerLayoutMixin } from '../../../core/manage-container-layout/public_api';\nimport { DaffTextAlignable } from '../../../core/text-alignable/text-alignable';\nimport { daffTextAlignmentMixin } from '../../../core/text-alignable/text-alignable-mixin';\n\n/**\n * @deprecated See {@link DaffTextAlignable}\n */\nexport type DaffCalloutLayout = 'centered' | undefined;\nexport enum DaffCalloutLayoutEnum {\n Centered = 'centered'\n}\n\n/**\n * @deprecated See {@link DaffCompactable}\n */\nexport type DaffCalloutSize = 'compact' | undefined;\nexport enum DaffCalloutSizeEnum {\n Compact = 'compact'\n}\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the Colorable mixin\n */\nclass DaffCalloutBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffCalloutBase = daffArticleEncapsulatedMixin(daffManageContainerLayoutMixin(daffColorMixin(daffCompactableMixin(daffTextAlignmentMixin(DaffCalloutBase, 'left')))));\n\n/**\n * @inheritdoc\n */\n@Component({\n selector: 'daff-callout',\n template: '<ng-content></ng-content>',\n styleUrls: ['./callout.component.scss'],\n encapsulation: ViewEncapsulation.None,\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color', 'compact', 'textAlignment'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DaffCalloutComponent extends _daffCalloutBase implements DaffColorable, DaffTextAlignable, DaffCompactable {\n /**\n * @deprecated See {@link DaffTextAlignable}\n */\n @Input() layout: DaffCalloutLayout;\n\n /**\n * @deprecated See {@link DaffCompactable}\n */\n @Input() size: DaffCalloutSize;\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n }\n\n /**\n * @docs-private\n */\n\t@HostBinding('class.daff-callout') class = true;\n\n\t/**\n\t * @deprecated See {@link DaffTextAlignable}\n\t */\n\t@HostBinding('class.daff-callout--centered') get centered() {\n\t return this.layout === DaffCalloutLayoutEnum.Centered;\n\t}\n\n\t/**\n\t * @deprecated See {@link DaffCompactable}\n\t */\n\t@HostBinding('class.daff-callout--compact') get compactClass() {\n\t return this.size === DaffCalloutSizeEnum.Compact;\n\t}\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffCalloutBodyDirective } from './callout-body/callout-body.directive';\nimport { DaffCalloutIconDirective } from './callout-icon/callout-icon.directive';\nimport { DaffCalloutSubtitleDirective } from './callout-subtitle/callout-subtitle.directive';\nimport { DaffCalloutTaglineDirective } from './callout-tagline/callout-tagline.directive';\nimport { DaffCalloutTitleDirective } from './callout-title/callout-title.directive';\nimport { DaffCalloutComponent } from './callout/callout.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffCalloutComponent,\n DaffCalloutIconDirective,\n DaffCalloutTitleDirective,\n DaffCalloutSubtitleDirective,\n DaffCalloutTaglineDirective,\n DaffCalloutBodyDirective,\n ],\n exports: [\n DaffCalloutComponent,\n DaffCalloutIconDirective,\n DaffCalloutSubtitleDirective,\n DaffCalloutTitleDirective,\n DaffCalloutTaglineDirective,\n DaffCalloutBodyDirective,\n ],\n})\n\nexport class DaffCalloutModule { }\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive ({\n selector: '[daffFeatureIcon]',\n})\nexport class DaffFeatureIconDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-feature__icon') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffFeatureSubheader]',\n})\nexport class DaffFeatureSubheaderDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-feature__subheader') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffFeatureSubtitle]',\n})\nexport class DaffFeatureSubtitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-feature__subtitle') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffFeatureTitle]',\n})\nexport class DaffFeatureTitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-feature__title') class = true;\n}\n","import {\n Component,\n ViewEncapsulation,\n ChangeDetectionStrategy,\n Input,\n HostBinding,\n} from '@angular/core';\n\nexport type DaffFeatureMode = 'compact' | 'normal' | undefined;\nexport enum DaffFeatureModeEnum {\n Compact = 'compact',\n Normal = 'normal'\n}\n\n/**\n * @deprecated See {@link DaffCardComponent}\n */\n@Component({\n selector: 'daff-feature',\n templateUrl: './feature.component.html',\n styleUrls: ['./feature.component.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\n\nexport class DaffFeatureComponent {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-feature') class = true;\n\n @Input() mode: DaffFeatureMode = DaffFeatureModeEnum.Normal;\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-feature--compact') get compact() {\n return this.mode === DaffFeatureModeEnum.Compact;\n }\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-feature--normal') get normal() {\n return this.mode === DaffFeatureModeEnum.Normal;\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffFeatureIconDirective } from './feature-icon/feature-icon.directive';\nimport { DaffFeatureSubheaderDirective } from './feature-subheader/feature-subheader.directive';\nimport { DaffFeatureSubtitleDirective } from './feature-subtitle/feature-subtitle.directive';\nimport { DaffFeatureTitleDirective } from './feature-title/feature-title.directive';\nimport { DaffFeatureComponent } from './feature/feature.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffFeatureComponent,\n DaffFeatureTitleDirective,\n DaffFeatureSubtitleDirective,\n DaffFeatureIconDirective,\n DaffFeatureSubheaderDirective,\n ],\n exports: [\n DaffFeatureComponent,\n DaffFeatureTitleDirective,\n DaffFeatureSubtitleDirective,\n DaffFeatureIconDirective,\n DaffFeatureSubheaderDirective,\n ],\n})\nexport class DaffFeatureModule { }\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCardActions]',\n})\nexport class DaffCardActionsDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-card__actions') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCardContent]',\n})\nexport class DaffCardContentDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-card__content') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCardIcon]',\n})\nexport class DaffCardIconDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-card__icon') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCardImage]',\n})\nexport class DaffCardImageDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-card__image') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCardTagline]',\n})\nexport class DaffCardTaglineDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-card__tagline') class = true;\n}\n","import {\n Directive,\n HostBinding,\n} from '@angular/core';\n\n@Directive({\n selector: '[daffCardTitle]',\n})\nexport class DaffCardTitleDirective {\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-card__title') class = true;\n}\n","import {\n Component,\n ViewEncapsulation,\n ChangeDetectionStrategy,\n HostBinding,\n ElementRef,\n Renderer2,\n Input,\n OnInit,\n} from '@angular/core';\n\nimport { daffArticleEncapsulatedMixin } from '../../../core/article-encapsulated/public_api';\nimport {\n DaffColorable,\n daffColorMixin,\n} from '../../../core/colorable/public_api';\n\nexport type DaffCardType = null | 'daff-raised-card' | 'daff-stroked-card';\n\nenum DaffCardTypeEnum {\n Raised = 'daff-raised-card',\n Stroked = 'daff-stroked-card'\n}\n\n/**\n * This attribute determines what orientation the the card contents are stacked.\n */\nexport type DaffCardOrientation = 'vertical' | 'horizontal';\nexport enum DaffCardOrientationEnum {\n Vertical = 'vertical',\n Horizontal = 'horizontal',\n}\n\n/**\n * An _elementRef and an instance of renderer2 are needed for the Colorable mixin\n */\nclass DaffCardBase {\n constructor(public _elementRef: ElementRef, public _renderer: Renderer2) {}\n}\n\nconst _daffCardBase = daffArticleEncapsulatedMixin(daffColorMixin(DaffCardBase));\n\n/**\n * @inheritdoc\n */\n@Component({\n selector:\n 'daff-card' + ',' +\n 'daff-raised-card' + ',' +\n 'daff-stroked-card' + ',' +\n 'a[daff-card]' + ',' +\n 'a[daff-raised-card]' + ',' +\n 'a[daff-stroked-card]',\n templateUrl: './card.component.html',\n styleUrls: ['./card.component.scss'],\n encapsulation: ViewEncapsulation.None,\n //todo(damienwebdev): remove once decorators hit stage 3 - https://github.com/microsoft/TypeScript/issues/7342\n // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property\n inputs: ['color'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\n\nexport class DaffCardComponent extends _daffCardBase implements OnInit, DaffColorable {\n private _orientation: DaffCardOrientation = DaffCardOrientationEnum.Vertical;\n\n @Input()\n get orientation() {\n return this._orientation;\n }\n\n set orientation(value: DaffCardOrientation) {\n if(value === null || value === undefined || <unknown>value === '') {\n this._orientation = DaffCardOrientationEnum.Vertical;\n } else {\n this._orientation = value;\n }\n };\n\n /**\n * @docs-private\n */\n private cardType: DaffCardType;\n\n private initCardType(): DaffCardType {\n const values = Object.keys(DaffCardTypeEnum).map((k) => DaffCardTypeEnum[k]);\n\n if (values.indexOf(this._getHostElement().localName) >= 0) {\n return this._getHostElement().localName;\n }\n\n for (const attr of values) {\n if (this._hasHostAttributes(attr)) {\n return <DaffCardType>attr;\n }\n }\n\n return null;\n }\n\n constructor(private elementRef: ElementRef, private renderer: Renderer2) {\n super(elementRef, renderer);\n\n this.cardType = this.initCardType();\n }\n\n /**\n * @docs-private\n */\n ngOnInit() {\n if (this.cardType) {\n (<HTMLElement>this.elementRef.nativeElement).classList.add(this.cardType);\n }\n }\n\n @HostBinding('class.daff-card') class = true;\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-card--vertical') get verticalClass() {\n return this.orientation === DaffCardOrientationEnum.Vertical;\n }\n\n /**\n * @docs-private\n */\n @HostBinding('class.daff-card--horizontal') get horizontalClass() {\n return this.orientation === DaffCardOrientationEnum.Horizontal;\n }\n\n private _getHostElement() {\n return this.elementRef.nativeElement;\n }\n\n /**\n * Gets whether the button has one of the given attributes.\n * */\n private _hasHostAttributes(...attributes: string[]) {\n return attributes.some(attribute => this._getHostElement().hasAttribute(attribute));\n }\n}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { DaffCardActionsDirective } from './card-actions/card-actions.directive';\nimport { DaffCardContentDirective } from './card-content/card-content.directive';\nimport { DaffCardIconDirective } from './card-icon/card-icon.directive';\nimport { DaffCardImageDirective } from './card-image/card-image.directive';\nimport { DaffCardTaglineDirective } from './card-tagline/card-tagline.directive';\nimport { DaffCardTitleDirective } from './card-title/card-title.directive';\nimport { DaffCardComponent } from './card/card.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ],\n declarations: [\n DaffCardComponent,\n DaffCardIconDirective,\n DaffCardImageDirective,\n DaffCardTaglineDirective,\n DaffCardTitleDirective,\n DaffCardContentDirective,\n DaffCardActionsDirective,\n ],\n exports: [\n DaffCardComponent,\n DaffCardIconDirective,\n DaffCardImageDirective,\n DaffCardTaglineDirective,\n DaffCardTitleDirective,\n DaffCardContentDirective,\n DaffCardActionsDirective,\n ],\n})\nexport class DaffCardModule { }\n","export enum DaffBreakpoints {\n DESKTOP = '(min-width: 1920px)',\n\tLAPTOP = '(min-width: 1440px)',\n\tSMALL_LAPTOP = '(min-width: 1200px)',\n\tBIG_TABLET = '(min-width: 1024px)',\n\tTABLET = '(min-width: 768px)',\n\tMOBILE = '(min-width: 480px)',\n}\n","/**\n * A basic constructor type useful for mixins\n * See https://blog.mariusschulz.com/2017/05/26/typescript-2-2-mixin-classes\n * for a really good explanation of why mixins are useful.\n */\n\nexport type Constructor<T = Record<string, any>> = new (...args: any[]) => T;\n","export interface DaffStatusable {\n\tstatus: DaffStatus;\n}\n\nexport type DaffStatus = 'warn' | 'danger' | 'success';\n\nexport enum DaffStatusEnum {\n Warn = 'warn',\n Danger = 'danger',\n Success = 'success'\n}\n","/**\n * An interface for giving a component the ability to customize text alignment for component-specific UI.\n * In order to be text alignable, a component class must implement this property.\n */\nexport interface DaffTextAlignable {\n\ttextAlignment: DaffTextAlignment;\n}\n\nexport type DaffTextAlignment = 'left' | 'center' | 'right';\n\nexport enum DaffTextAlignmentEnum {\n Left = 'left',\n Center = 'center',\n Right = 'right'\n}\n","// Core\nexport * from './prefix-suffix/public_api';\nexport * from './colorable/colorable';\nexport * from './breakpoints/breakpoints';\nexport * from './constructor/constructor';\nexport * from './statusable/statusable';\nexport * from './skeletonable/skeletonable';\nexport * from './mutable/mutable';\nexport * from './text-alignable/text-alignable';\nexport * from './compactable/public_api';\nexport * from './manage-container-layout/public_api';\nexport * from './article-encapsulated/public_api';\n","/*\n * Public API Surface of @daffodil/design\n */\n\n// Atoms\nexport * from './atoms/button/public_api';\nexport * from './atoms/form/core/public_api';\nexport * from './atoms/form/form-field/public_api';\nexport * from './atoms/form/error-message/public_api';\nexport * from './atoms/image/public_api';\nexport * from './atoms/form/input/public_api';\nexport * from './atoms/form/select/public_api';\nexport * from './atoms/form/checkbox/public_api';\nexport * from './atoms/form/quantity-field/public_api';\nexport * from './atoms/container/public_api';\nexport * from './atoms/loading-icon/public_api';\nexport * from './atoms/progress-indicator/public_api';\nexport * from './atoms/form/radio/public_api';\n\n// Molecules\nexport * from './molecules/accordion/public_api';\nexport * from './molecules/article/public_api';\nexport * from './molecules/backdrop/public_api';\nexport * from './molecules/button-set/public_api';\nexport * from './molecules/image-gallery/public_api';\nexport * from './molecules/image-list/public_api';\nexport * from './molecules/link-set/public_api';\nexport * from './molecules/list/public_api';\nexport * from './molecules/media-gallery/public_api';\nexport * from './molecules/modal/public_api';\nexport * from './molecules/navbar/public_api';\nexport * from './molecules/paginator/public_api';\nexport * from './molecules/qty-dropdown/public_api';\nexport * from './molecules/sidebar/public_api';\nexport * from './molecules/hero/public_api';\nexport * from './molecules/callout/public_api';\nexport * from './molecules/feature/public_api';\nexport * from './molecules/card/public_api';\n\n// Core\nexport * from './core/public_api';\n\n// Examples\nexport * from './examples/public_api';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n\nexport {DaffRadioRegistry as ɵb} from './atoms/form/radio/registry/radio-registry';\nexport {daffProgressIndicatorAnimation as ɵa} from './atoms/progress-indicator/animation/progress-indicator-animation';\nexport {daffAccordionAnimations as ɵc} from './molecules/accordion/animation/accordion-animation';\nexport {DaffNavAccordionItemComponent as ɵd} from './molecules/accordion/nav-accordion-item/nav-accordion-item.component';\nexport {daffBackdropAnimations as ɵe} from './molecules/backdrop/animation/backdrop-animation';\nexport {DaffMediaGalleryRegistration as ɵh} from './molecules/media-gallery/media-gallery-registration.interface';\nexport {DAFF_MEDIA_GALLERY_TOKEN as ɵf} from './molecules/media-gallery/media-gallery-token';\nexport {DaffMediaRendererComponent as ɵi} from './molecules/media-gallery/media-renderer/media-renderer.component';\nexport {DaffMediaGalleryRegistry as ɵg} from './molecules/media-gallery/registry/media-gallery.registry';\nexport {daffFadeAnimations as ɵj} from './molecules/modal/animations/modal-animation';\nexport {daffSidebarAnimations as ɵk} from './molecules/sidebar/animation/sidebar-animation';"],"names":["getAnimationState"],"mappings":"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"}