@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
@@ -0,0 +1,30 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { DaffMediaGalleryModule, DaffImageModule, } from '@daffodil/design';
3
+ import { BasicMediaGalleryComponent } from './basic-media-gallery.component';
4
+ import * as i0 from "@angular/core";
5
+ export class BasicMediaGalleryModule {
6
+ }
7
+ /** @nocollapse */ /** @nocollapse */ BasicMediaGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicMediaGalleryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ /** @nocollapse */ BasicMediaGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicMediaGalleryModule, declarations: [BasicMediaGalleryComponent], imports: [DaffImageModule,
9
+ DaffMediaGalleryModule], exports: [BasicMediaGalleryComponent] });
10
+ /** @nocollapse */ /** @nocollapse */ BasicMediaGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicMediaGalleryModule, providers: [], imports: [[
11
+ DaffImageModule,
12
+ DaffMediaGalleryModule,
13
+ ]] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicMediaGalleryModule, decorators: [{
15
+ type: NgModule,
16
+ args: [{
17
+ declarations: [
18
+ BasicMediaGalleryComponent,
19
+ ],
20
+ exports: [
21
+ BasicMediaGalleryComponent,
22
+ ],
23
+ imports: [
24
+ DaffImageModule,
25
+ DaffMediaGalleryModule,
26
+ ],
27
+ providers: [],
28
+ }]
29
+ }] });
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbWVkaWEtZ2FsbGVyeS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5L2V4YW1wbGVzL3NyYy9iYXNpYy1tZWRpYS1nYWxsZXJ5L2Jhc2ljLW1lZGlhLWdhbGxlcnkubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUNMLHNCQUFzQixFQUN0QixlQUFlLEdBQ2hCLE1BQU0sa0JBQWtCLENBQUM7QUFFMUIsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0saUNBQWlDLENBQUM7O0FBZTdFLE1BQU0sT0FBTyx1QkFBdUI7OzBKQUF2Qix1QkFBdUI7MkpBQXZCLHVCQUF1QixpQkFYaEMsMEJBQTBCLGFBTTFCLGVBQWU7UUFDZixzQkFBc0IsYUFKdEIsMEJBQTBCOzJKQVFqQix1QkFBdUIsYUFGdkIsRUFBRSxZQUpKO1lBQ1AsZUFBZTtZQUNmLHNCQUFzQjtTQUN2QjsyRkFHVSx1QkFBdUI7a0JBYm5DLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGVBQWU7d0JBQ2Ysc0JBQXNCO3FCQUN2QjtvQkFDRCxTQUFTLEVBQUUsRUFBRTtpQkFDZCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIERhZmZNZWRpYUdhbGxlcnlNb2R1bGUsXG4gIERhZmZJbWFnZU1vZHVsZSxcbn0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5cbmltcG9ydCB7IEJhc2ljTWVkaWFHYWxsZXJ5Q29tcG9uZW50IH0gZnJvbSAnLi9iYXNpYy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEJhc2ljTWVkaWFHYWxsZXJ5Q29tcG9uZW50LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQmFzaWNNZWRpYUdhbGxlcnlDb21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBEYWZmSW1hZ2VNb2R1bGUsXG4gICAgRGFmZk1lZGlhR2FsbGVyeU1vZHVsZSxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNNZWRpYUdhbGxlcnlNb2R1bGUgeyB9XG4iXX0=
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFmZm9kaWwtZGVzaWduLW1lZGlhLWdhbGxlcnktZXhhbXBsZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5L2V4YW1wbGVzL3NyYy9kYWZmb2RpbC1kZXNpZ24tbWVkaWEtZ2FsbGVyeS1leGFtcGxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -0,0 +1,12 @@
1
+ import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@daffodil/design";
4
+ export class MismatchedSizesMediaGalleryComponent {
5
+ }
6
+ /** @nocollapse */ /** @nocollapse */ MismatchedSizesMediaGalleryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MismatchedSizesMediaGalleryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ /** @nocollapse */ /** @nocollapse */ MismatchedSizesMediaGalleryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: MismatchedSizesMediaGalleryComponent, selector: "mismatched-sizes-media-gallery", ngImport: i0, template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1551410224-699683e15636?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Drink\" width=\"640\" height=\"799\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1586788224331-947f68671cf1?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=934&q=80\" alt=\"Fruits\" width=\"640\" height=\"960\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1559181567-c3190ca9959b?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Cherries\" width=\"640\" height=\"800\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1606926167690-07a1edafd407?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2250&q=80\" alt=\"Lemons\" width=\"640\" height=\"426\"></daff-image>\n</daff-media-gallery>\n", components: [{ type: i1.DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: ["name"] }, { type: i1.DaffImageComponent, selector: "daff-image", inputs: ["src", "alt", "width", "height"], outputs: ["load"] }], directives: [{ type: i1.DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: ["becameSelected"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MismatchedSizesMediaGalleryComponent, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: 'mismatched-sizes-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1551410224-699683e15636?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Drink\" width=\"640\" height=\"799\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1586788224331-947f68671cf1?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=934&q=80\" alt=\"Fruits\" width=\"640\" height=\"960\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1559181567-c3190ca9959b?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Cherries\" width=\"640\" height=\"800\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1606926167690-07a1edafd407?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2250&q=80\" alt=\"Lemons\" width=\"640\" height=\"426\"></daff-image>\n</daff-media-gallery>\n" }]
11
+ }] });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lZGlhLWdhbGxlcnkvZXhhbXBsZXMvc3JjL21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS9taXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9leGFtcGxlcy9zcmMvbWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5L21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7O0FBUXZCLE1BQU0sT0FBTyxvQ0FBb0M7O3VLQUFwQyxvQ0FBb0M7MkpBQXBDLG9DQUFvQyxzRUNYakQscXlDQU9BOzJGRElhLG9DQUFvQztrQkFOaEQsU0FBUzsrQkFFRSxnQ0FBZ0MsbUJBRXpCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnbWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5JyxcbiAgdGVtcGxhdGVVcmw6ICcuL21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBNaXNtYXRjaGVkU2l6ZXNNZWRpYUdhbGxlcnlDb21wb25lbnQge31cbiIsIjxkYWZmLW1lZGlhLWdhbGxlcnk+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTY4MDQzMzUtMmZhNTYzZTkzYWFlP2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTM3NjMmcT04MFwiIGFsdD1cIkRyaW5rXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTE0MTAyMjQtNjk5NjgzZTE1NjM2P2l4bGliPXJiLTEuMi4xJml4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTEzMDAmcT04MFwiIGFsdD1cIkRyaW5rXCIgd2lkdGg9XCI2NDBcIiBoZWlnaHQ9XCI3OTlcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1ODY3ODgyMjQzMzEtOTQ3ZjY4NjcxY2YxP2l4bGliPXJiLTEuMi4xJml4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTkzNCZxPTgwXCIgYWx0PVwiRnJ1aXRzXCIgd2lkdGg9XCI2NDBcIiBoZWlnaHQ9XCI5NjBcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTkxODE1NjctYzMxOTBjYTk5NTliP2l4bGliPXJiLTEuMi4xJml4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTEzMDAmcT04MFwiIGFsdD1cIkNoZXJyaWVzXCIgd2lkdGg9XCI2NDBcIiBoZWlnaHQ9XCI4MDBcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE2MDY5MjYxNjc2OTAtMDdhMWVkYWZkNDA3P2l4bGliPXJiLTEuMi4xJml4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTIyNTAmcT04MFwiIGFsdD1cIkxlbW9uc1wiIHdpZHRoPVwiNjQwXCIgaGVpZ2h0PVwiNDI2XCI+PC9kYWZmLWltYWdlPlxuPC9kYWZmLW1lZGlhLWdhbGxlcnk+XG4iXX0=
@@ -0,0 +1,30 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { DaffMediaGalleryModule, DaffImageModule, } from '@daffodil/design';
3
+ import { MismatchedSizesMediaGalleryComponent } from './mismatched-sizes-media-gallery.component';
4
+ import * as i0 from "@angular/core";
5
+ export class MismatchedSizesMediaGalleryModule {
6
+ }
7
+ /** @nocollapse */ /** @nocollapse */ MismatchedSizesMediaGalleryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MismatchedSizesMediaGalleryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ /** @nocollapse */ MismatchedSizesMediaGalleryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MismatchedSizesMediaGalleryModule, declarations: [MismatchedSizesMediaGalleryComponent], imports: [DaffImageModule,
9
+ DaffMediaGalleryModule], exports: [MismatchedSizesMediaGalleryComponent] });
10
+ /** @nocollapse */ /** @nocollapse */ MismatchedSizesMediaGalleryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MismatchedSizesMediaGalleryModule, providers: [], imports: [[
11
+ DaffImageModule,
12
+ DaffMediaGalleryModule,
13
+ ]] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: MismatchedSizesMediaGalleryModule, decorators: [{
15
+ type: NgModule,
16
+ args: [{
17
+ declarations: [
18
+ MismatchedSizesMediaGalleryComponent,
19
+ ],
20
+ exports: [
21
+ MismatchedSizesMediaGalleryComponent,
22
+ ],
23
+ imports: [
24
+ DaffImageModule,
25
+ DaffMediaGalleryModule,
26
+ ],
27
+ providers: [],
28
+ }]
29
+ }] });
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lZGlhLWdhbGxlcnkvZXhhbXBsZXMvc3JjL21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS9taXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnkubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUNMLHNCQUFzQixFQUN0QixlQUFlLEdBQ2hCLE1BQU0sa0JBQWtCLENBQUM7QUFFMUIsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0sNENBQTRDLENBQUM7O0FBZWxHLE1BQU0sT0FBTyxpQ0FBaUM7O29LQUFqQyxpQ0FBaUM7cUtBQWpDLGlDQUFpQyxpQkFYMUMsb0NBQW9DLGFBTXBDLGVBQWU7UUFDZixzQkFBc0IsYUFKdEIsb0NBQW9DO3FLQVEzQixpQ0FBaUMsYUFGakMsRUFBRSxZQUpKO1lBQ1AsZUFBZTtZQUNmLHNCQUFzQjtTQUN2QjsyRkFHVSxpQ0FBaUM7a0JBYjdDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLG9DQUFvQztxQkFDckM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9DQUFvQztxQkFDckM7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGVBQWU7d0JBQ2Ysc0JBQXNCO3FCQUN2QjtvQkFDRCxTQUFTLEVBQUUsRUFBRTtpQkFDZCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIERhZmZNZWRpYUdhbGxlcnlNb2R1bGUsXG4gIERhZmZJbWFnZU1vZHVsZSxcbn0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5cbmltcG9ydCB7IE1pc21hdGNoZWRTaXplc01lZGlhR2FsbGVyeUNvbXBvbmVudCB9IGZyb20gJy4vbWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIE1pc21hdGNoZWRTaXplc01lZGlhR2FsbGVyeUNvbXBvbmVudCxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIE1pc21hdGNoZWRTaXplc01lZGlhR2FsbGVyeUNvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIERhZmZJbWFnZU1vZHVsZSxcbiAgICBEYWZmTWVkaWFHYWxsZXJ5TW9kdWxlLFxuICBdLFxuICBwcm92aWRlcnM6IFtdLFxufSlcbmV4cG9ydCBjbGFzcyBNaXNtYXRjaGVkU2l6ZXNNZWRpYUdhbGxlcnlNb2R1bGUgeyB9XG4iXX0=
@@ -0,0 +1,6 @@
1
+ export { MEDIA_GALLERY_EXAMPLES } from './examples';
2
+ export { BasicMediaGalleryModule } from './basic-media-gallery/basic-media-gallery.module';
3
+ export { BasicMediaGalleryComponent } from './basic-media-gallery/basic-media-gallery.component';
4
+ export { MismatchedSizesMediaGalleryModule } from './mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module';
5
+ export { MismatchedSizesMediaGalleryComponent } from './mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component';
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lZGlhLWdhbGxlcnkvZXhhbXBsZXMvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sWUFBWSxDQUFDO0FBRXBELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLHdFQUF3RSxDQUFDO0FBQzNILE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLDJFQUEyRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgTUVESUFfR0FMTEVSWV9FWEFNUExFUyB9IGZyb20gJy4vZXhhbXBsZXMnO1xuXG5leHBvcnQgeyBCYXNpY01lZGlhR2FsbGVyeU1vZHVsZSB9IGZyb20gJy4vYmFzaWMtbWVkaWEtZ2FsbGVyeS9iYXNpYy1tZWRpYS1nYWxsZXJ5Lm1vZHVsZSc7XG5leHBvcnQgeyBCYXNpY01lZGlhR2FsbGVyeUNvbXBvbmVudCB9IGZyb20gJy4vYmFzaWMtbWVkaWEtZ2FsbGVyeS9iYXNpYy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudCc7XG5leHBvcnQgeyBNaXNtYXRjaGVkU2l6ZXNNZWRpYUdhbGxlcnlNb2R1bGUgfSBmcm9tICcuL21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS9taXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnkubW9kdWxlJztcbmV4cG9ydCB7IE1pc21hdGNoZWRTaXplc01lZGlhR2FsbGVyeUNvbXBvbmVudCB9IGZyb20gJy4vbWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5L21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQnO1xuIl19
@@ -0,0 +1,20 @@
1
+ import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffModalService } from '@daffodil/design';
3
+ import { BasicModalContentComponent } from './modal-content.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@daffodil/design";
6
+ export class BasicModalComponent {
7
+ constructor(modalService) {
8
+ this.modalService = modalService;
9
+ }
10
+ showModal() {
11
+ this.modal = this.modalService.open(BasicModalContentComponent);
12
+ }
13
+ }
14
+ /** @nocollapse */ /** @nocollapse */ BasicModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicModalComponent, deps: [{ token: i1.DaffModalService }], target: i0.ɵɵFactoryTarget.Component });
15
+ /** @nocollapse */ /** @nocollapse */ BasicModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: BasicModalComponent, selector: "basic-modal", ngImport: i0, template: "<button daff-button (click)=\"showModal()\">Open Modal</button>\n", components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicModalComponent, decorators: [{
17
+ type: Component,
18
+ args: [{ selector: 'basic-modal', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button (click)=\"showModal()\">Open Modal</button>\n" }]
19
+ }], ctorParameters: function () { return [{ type: i1.DaffModalService }]; } });
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbW9kYWwvZXhhbXBsZXMvc3JjL2Jhc2ljLW1vZGFsL2Jhc2ljLW1vZGFsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21vZGFsL2V4YW1wbGVzL3NyYy9iYXNpYy1tb2RhbC9iYXNpYy1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVwRCxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7O0FBUXZFLE1BQU0sT0FBTyxtQkFBbUI7SUFHOUIsWUFBb0IsWUFBOEI7UUFBOUIsaUJBQVksR0FBWixZQUFZLENBQWtCO0lBQUcsQ0FBQztJQUV0RCxTQUFTO1FBQ1AsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQywwQkFBMEIsQ0FBQyxDQUFDO0lBQ2xFLENBQUM7O3NKQVBVLG1CQUFtQjswSUFBbkIsbUJBQW1CLG1EQ2ZoQyxtRUFDQTsyRkRjYSxtQkFBbUI7a0JBTi9CLFNBQVM7K0JBRUUsYUFBYSxtQkFFTix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZNb2RhbFNlcnZpY2UgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuaW1wb3J0IHsgQmFzaWNNb2RhbENvbnRlbnRDb21wb25lbnQgfSBmcm9tICcuL21vZGFsLWNvbnRlbnQuY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYmFzaWMtbW9kYWwnLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFzaWMtbW9kYWwuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNNb2RhbENvbXBvbmVudCB7XG4gIG1vZGFsOiBhbnk7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBtb2RhbFNlcnZpY2U6IERhZmZNb2RhbFNlcnZpY2UpIHt9XG5cbiAgc2hvd01vZGFsKCkge1xuICAgIHRoaXMubW9kYWwgPSB0aGlzLm1vZGFsU2VydmljZS5vcGVuKEJhc2ljTW9kYWxDb250ZW50Q29tcG9uZW50KTtcbiAgfVxufVxuIiwiPGJ1dHRvbiBkYWZmLWJ1dHRvbiAoY2xpY2spPVwic2hvd01vZGFsKClcIj5PcGVuIE1vZGFsPC9idXR0b24+XG4iXX0=
@@ -0,0 +1,32 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { DaffModalModule, DaffButtonModule, } from '@daffodil/design';
3
+ import { BasicModalComponent } from './basic-modal.component';
4
+ import { BasicModalContentComponent } from './modal-content.component';
5
+ import * as i0 from "@angular/core";
6
+ export class BasicModalModule {
7
+ }
8
+ /** @nocollapse */ /** @nocollapse */ BasicModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ /** @nocollapse */ /** @nocollapse */ BasicModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicModalModule, declarations: [BasicModalComponent,
10
+ BasicModalContentComponent], imports: [DaffModalModule,
11
+ DaffButtonModule], exports: [BasicModalComponent] });
12
+ /** @nocollapse */ /** @nocollapse */ BasicModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicModalModule, imports: [[
13
+ DaffModalModule,
14
+ DaffButtonModule,
15
+ ]] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicModalModule, decorators: [{
17
+ type: NgModule,
18
+ args: [{
19
+ imports: [
20
+ DaffModalModule,
21
+ DaffButtonModule,
22
+ ],
23
+ declarations: [
24
+ BasicModalComponent,
25
+ BasicModalContentComponent,
26
+ ],
27
+ exports: [
28
+ BasicModalComponent,
29
+ ],
30
+ }]
31
+ }] });
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbW9kYWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbW9kYWwvZXhhbXBsZXMvc3JjL2Jhc2ljLW1vZGFsL2Jhc2ljLW1vZGFsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFDTCxlQUFlLEVBQ2YsZ0JBQWdCLEdBQ2pCLE1BQU0sa0JBQWtCLENBQUM7QUFFMUIsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDOUQsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBZXZFLE1BQU0sT0FBTyxnQkFBZ0I7O21KQUFoQixnQkFBZ0I7b0pBQWhCLGdCQUFnQixpQkFQekIsbUJBQW1CO1FBQ25CLDBCQUEwQixhQUwxQixlQUFlO1FBQ2YsZ0JBQWdCLGFBT2hCLG1CQUFtQjtvSkFHVixnQkFBZ0IsWUFabEI7WUFDUCxlQUFlO1lBQ2YsZ0JBQWdCO1NBQ2pCOzJGQVNVLGdCQUFnQjtrQkFiNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsZUFBZTt3QkFDZixnQkFBZ0I7cUJBQ2pCO29CQUNELFlBQVksRUFBRTt3QkFDWixtQkFBbUI7d0JBQ25CLDBCQUEwQjtxQkFDM0I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG1CQUFtQjtxQkFDcEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBEYWZmTW9kYWxNb2R1bGUsXG4gIERhZmZCdXR0b25Nb2R1bGUsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5pbXBvcnQgeyBCYXNpY01vZGFsQ29tcG9uZW50IH0gZnJvbSAnLi9iYXNpYy1tb2RhbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQmFzaWNNb2RhbENvbnRlbnRDb21wb25lbnQgfSBmcm9tICcuL21vZGFsLWNvbnRlbnQuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIERhZmZNb2RhbE1vZHVsZSxcbiAgICBEYWZmQnV0dG9uTW9kdWxlLFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBCYXNpY01vZGFsQ29tcG9uZW50LFxuICAgIEJhc2ljTW9kYWxDb250ZW50Q29tcG9uZW50LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQmFzaWNNb2RhbENvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNNb2RhbE1vZHVsZSB7IH1cbiJdfQ==
@@ -0,0 +1,12 @@
1
+ import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@daffodil/design";
4
+ export class BasicModalContentComponent {
5
+ }
6
+ /** @nocollapse */ /** @nocollapse */ BasicModalContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicModalContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7
+ /** @nocollapse */ /** @nocollapse */ BasicModalContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: BasicModalContentComponent, selector: "basic-modal-content", ngImport: i0, template: "<daff-modal-header>\n\t<h5 daffModalTitle>Modal Title</h5>\n</daff-modal-header>\n<daff-modal-content>\n\tModal content goes here. Components can be placed in here. The content is scrollable.\n</daff-modal-content>\n<daff-modal-actions>\n\t<button daff-button>Save Changes</button>\n</daff-modal-actions>", components: [{ type: i1.DaffModalHeaderComponent, selector: "daff-modal-header" }, { type: i1.DaffModalContentComponent, selector: "daff-modal-content" }, { type: i1.DaffModalActionsComponent, selector: "daff-modal-actions" }, { type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status"] }], directives: [{ type: i1.DaffModalTitleDirective, selector: "[daffModalTitle]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
8
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicModalContentComponent, decorators: [{
9
+ type: Component,
10
+ args: [{ selector: 'basic-modal-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-modal-header>\n\t<h5 daffModalTitle>Modal Title</h5>\n</daff-modal-header>\n<daff-modal-content>\n\tModal content goes here. Components can be placed in here. The content is scrollable.\n</daff-modal-content>\n<daff-modal-actions>\n\t<button daff-button>Save Changes</button>\n</daff-modal-actions>" }]
11
+ }] });
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtY29udGVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tb2RhbC9leGFtcGxlcy9zcmMvYmFzaWMtbW9kYWwvbW9kYWwtY29udGVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tb2RhbC9leGFtcGxlcy9zcmMvYmFzaWMtbW9kYWwvbW9kYWwtY29udGVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7O0FBUXZCLE1BQU0sT0FBTywwQkFBMEI7OzZKQUExQiwwQkFBMEI7aUpBQTFCLDBCQUEwQiwyRENYdkMsa1RBUXFCOzJGREdSLDBCQUEwQjtrQkFOdEMsU0FBUzsrQkFFRSxxQkFBcUIsbUJBRWQsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdiYXNpYy1tb2RhbC1jb250ZW50JyxcbiAgdGVtcGxhdGVVcmw6ICcuL21vZGFsLWNvbnRlbnQuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNNb2RhbENvbnRlbnRDb21wb25lbnQge1xuXG59XG4iLCI8ZGFmZi1tb2RhbC1oZWFkZXI+XG5cdDxoNSBkYWZmTW9kYWxUaXRsZT5Nb2RhbCBUaXRsZTwvaDU+XG48L2RhZmYtbW9kYWwtaGVhZGVyPlxuPGRhZmYtbW9kYWwtY29udGVudD5cblx0TW9kYWwgY29udGVudCBnb2VzIGhlcmUuIENvbXBvbmVudHMgY2FuIGJlIHBsYWNlZCBpbiBoZXJlLiBUaGUgY29udGVudCBpcyBzY3JvbGxhYmxlLlxuPC9kYWZmLW1vZGFsLWNvbnRlbnQ+XG48ZGFmZi1tb2RhbC1hY3Rpb25zPlxuXHQ8YnV0dG9uIGRhZmYtYnV0dG9uPlNhdmUgQ2hhbmdlczwvYnV0dG9uPlxuPC9kYWZmLW1vZGFsLWFjdGlvbnM+Il19
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFmZm9kaWwtZGVzaWduLW1vZGFsLWV4YW1wbGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbW9kYWwvZXhhbXBsZXMvc3JjL2RhZmZvZGlsLWRlc2lnbi1tb2RhbC1leGFtcGxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
@@ -0,0 +1,27 @@
1
+ import { ChangeDetectionStrategy, Component, ElementRef, Renderer2, } from '@angular/core';
2
+ import { daffArticleEncapsulatedMixin } from '../../../core/article-encapsulated/public_api';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * An _elementRef and an instance of renderer2 are needed for the link set mixins
6
+ */
7
+ class DaffAccordionBase {
8
+ constructor(_elementRef, _renderer) {
9
+ this._elementRef = _elementRef;
10
+ this._renderer = _renderer;
11
+ }
12
+ }
13
+ const _daffAccordionBase = daffArticleEncapsulatedMixin((DaffAccordionBase));
14
+ export class DaffAccordionComponent extends _daffAccordionBase {
15
+ constructor(elementRef, renderer) {
16
+ super(elementRef, renderer);
17
+ this.elementRef = elementRef;
18
+ this.renderer = renderer;
19
+ }
20
+ }
21
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
22
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffAccordionComponent, selector: "daff-accordion", usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>", styles: [":host{display:block;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionComponent, decorators: [{
24
+ type: Component,
25
+ args: [{ selector: 'daff-accordion', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [":host{display:block;width:100%}\n"] }]
26
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvYWNjb3JkaW9uL2FjY29yZGlvbi9hY2NvcmRpb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vYWNjb3JkaW9uL2FjY29yZGlvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLCtDQUErQyxDQUFDOztBQUU3Rjs7R0FFRztBQUNILE1BQU0saUJBQWlCO0lBQ3JCLFlBQW1CLFdBQXVCLEVBQVMsU0FBb0I7UUFBcEQsZ0JBQVcsR0FBWCxXQUFXLENBQVk7UUFBUyxjQUFTLEdBQVQsU0FBUyxDQUFXO0lBQUcsQ0FBQztDQUM1RTtBQUVELE1BQU0sa0JBQWtCLEdBQUcsNEJBQTRCLENBQUMsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUM7QUFTN0UsTUFBTSxPQUFPLHNCQUF1QixTQUFRLGtCQUFrQjtJQUM1RCxZQUFvQixVQUFzQixFQUFVLFFBQW1CO1FBQ3JFLEtBQUssQ0FBQyxVQUFVLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFEVixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVztJQUV2RSxDQUFDOzt5SkFIVSxzQkFBc0I7NklBQXRCLHNCQUFzQiw2RUN6Qm5DLDJCQUF5QjsyRkR5Qlosc0JBQXNCO2tCQVBsQyxTQUFTOytCQUNFLGdCQUFnQixtQkFHVCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgUmVuZGVyZXIyLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgZGFmZkFydGljbGVFbmNhcHN1bGF0ZWRNaXhpbiB9IGZyb20gJy4uLy4uLy4uL2NvcmUvYXJ0aWNsZS1lbmNhcHN1bGF0ZWQvcHVibGljX2FwaSc7XG5cbi8qKlxuICogQW4gX2VsZW1lbnRSZWYgYW5kIGFuIGluc3RhbmNlIG9mIHJlbmRlcmVyMiBhcmUgbmVlZGVkIGZvciB0aGUgbGluayBzZXQgbWl4aW5zXG4gKi9cbmNsYXNzIERhZmZBY2NvcmRpb25CYXNlIHtcbiAgY29uc3RydWN0b3IocHVibGljIF9lbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwdWJsaWMgX3JlbmRlcmVyOiBSZW5kZXJlcjIpIHt9XG59XG5cbmNvbnN0IF9kYWZmQWNjb3JkaW9uQmFzZSA9IGRhZmZBcnRpY2xlRW5jYXBzdWxhdGVkTWl4aW4oKERhZmZBY2NvcmRpb25CYXNlKSk7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtYWNjb3JkaW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2FjY29yZGlvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FjY29yZGlvbi5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5cbmV4cG9ydCBjbGFzcyBEYWZmQWNjb3JkaW9uQ29tcG9uZW50IGV4dGVuZHMgX2RhZmZBY2NvcmRpb25CYXNlIHtcbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIpIHtcbiAgICBzdXBlcihlbGVtZW50UmVmLCByZW5kZXJlcik7XG4gIH1cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD4iXX0=
@@ -0,0 +1,54 @@
1
+ import { Component, Input, ViewEncapsulation, HostBinding, ChangeDetectionStrategy, } from '@angular/core';
2
+ import { faChevronDown, faChevronUp, } from '@fortawesome/free-solid-svg-icons';
3
+ import { daffAccordionAnimations } from '../animation/accordion-animation';
4
+ import { getAnimationState } from '../animation/accordion-animation-state';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@fortawesome/angular-fontawesome";
7
+ import * as i2 from "../../../core/prefix-suffix/suffix.directive";
8
+ export class DaffAccordionItemComponent {
9
+ constructor() {
10
+ /**
11
+ * @docs-private
12
+ */
13
+ this.faChevronDown = faChevronDown;
14
+ /**
15
+ * @docs-private
16
+ */
17
+ this.faChevronUp = faChevronUp;
18
+ /**
19
+ * @docs-private
20
+ */
21
+ this.class = true;
22
+ /**
23
+ * @docs-private
24
+ */
25
+ this._open = false;
26
+ }
27
+ /**
28
+ * @docs-private
29
+ */
30
+ ngOnInit() {
31
+ this._open = this.initiallyActive ? this.initiallyActive : this._open;
32
+ this._animationState = getAnimationState(this._open);
33
+ }
34
+ toggleActive() {
35
+ this._open = !this._open;
36
+ this._animationState = getAnimationState(this._open);
37
+ }
38
+ }
39
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffAccordionItemComponent, selector: "daff-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class.daff-accordion-item": "this.class" } }, ngImport: i0, template: "<div class=\"daff-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>", styles: [".daff-accordion-item{display:block;padding:15px 0;width:100%}@media (min-width: 768px){.daff-accordion-item{padding:30px 0}}.daff-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%}.daff-accordion-item__header .daff-suffix{margin:0 10px}.daff-accordion-item__title{font-weight:700;text-transform:uppercase;font-size:1rem;margin:0}.daff-accordion-item__content{padding-top:15px}@media (min-width: 768px){.daff-accordion-item__content{padding-top:30px}}\n"], components: [{ type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i2.DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
41
+ daffAccordionAnimations.openAccordion,
42
+ ], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemComponent, decorators: [{
44
+ type: Component,
45
+ args: [{ selector: 'daff-accordion-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, animations: [
46
+ daffAccordionAnimations.openAccordion,
47
+ ], template: "<div class=\"daff-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix>\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>", styles: [".daff-accordion-item{display:block;padding:15px 0;width:100%}@media (min-width: 768px){.daff-accordion-item{padding:30px 0}}.daff-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%}.daff-accordion-item__header .daff-suffix{margin:0 10px}.daff-accordion-item__title{font-weight:700;text-transform:uppercase;font-size:1rem;margin:0}.daff-accordion-item__content{padding-top:15px}@media (min-width: 768px){.daff-accordion-item__content{padding-top:30px}}\n"] }]
48
+ }], propDecorators: { class: [{
49
+ type: HostBinding,
50
+ args: ['class.daff-accordion-item']
51
+ }], initiallyActive: [{
52
+ type: Input
53
+ }] } });
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBRUwsaUJBQWlCLEVBQ2pCLFdBQVcsRUFDWCx1QkFBdUIsR0FDeEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGFBQWEsRUFDYixXQUFXLEdBQ1osTUFBTSxtQ0FBbUMsQ0FBQztBQUUzQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQzs7OztBQVkzRSxNQUFNLE9BQU8sMEJBQTBCO0lBVnZDO1FBV0M7O1dBRUc7UUFDSCxrQkFBYSxHQUFHLGFBQWEsQ0FBQztRQUM5Qjs7V0FFRztRQUNGLGdCQUFXLEdBQUcsV0FBVyxDQUFDO1FBRTFCOztXQUVHO1FBQ3VDLFVBQUssR0FBRyxJQUFJLENBQUM7UUFHeEQ7O1dBRUc7UUFDSCxVQUFLLEdBQUcsS0FBSyxDQUFDO0tBa0JkO0lBWkM7O09BRUc7SUFDSCxRQUFRO1FBQ04sSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO1FBQ3RFLElBQUksQ0FBQyxlQUFlLEdBQUcsaUJBQWlCLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZELENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLEtBQUssR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDekIsSUFBSSxDQUFDLGVBQWUsR0FBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkQsQ0FBQzs7NkpBcENVLDBCQUEwQjtpSkFBMUIsMEJBQTBCLGdMQzFCdkMsMmFBV00sbTRCRFdRO1FBQ1YsdUJBQXVCLENBQUMsYUFBYTtLQUN0QzsyRkFFVSwwQkFBMEI7a0JBVnRDLFNBQVM7K0JBQ0UscUJBQXFCLGlCQUdoQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DO3dCQUNWLHVCQUF1QixDQUFDLGFBQWE7cUJBQ3RDOzhCQWV5QyxLQUFLO3NCQUE5QyxXQUFXO3VCQUFDLDJCQUEyQjtnQkFFaEMsZUFBZTtzQkFBdkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIEhvc3RCaW5kaW5nLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBmYUNoZXZyb25Eb3duLFxuICBmYUNoZXZyb25VcCxcbn0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuaW1wb3J0IHsgZGFmZkFjY29yZGlvbkFuaW1hdGlvbnMgfSBmcm9tICcuLi9hbmltYXRpb24vYWNjb3JkaW9uLWFuaW1hdGlvbic7XG5pbXBvcnQgeyBnZXRBbmltYXRpb25TdGF0ZSB9IGZyb20gJy4uL2FuaW1hdGlvbi9hY2NvcmRpb24tYW5pbWF0aW9uLXN0YXRlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGFmZi1hY2NvcmRpb24taXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9hY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5zY3NzJ10sXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBhbmltYXRpb25zOiBbXG4gICAgZGFmZkFjY29yZGlvbkFuaW1hdGlvbnMub3BlbkFjY29yZGlvbixcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXHQvKipcblx0ICogQGRvY3MtcHJpdmF0ZVxuXHQgKi9cblx0ZmFDaGV2cm9uRG93biA9IGZhQ2hldnJvbkRvd247XG5cdC8qKlxuXHQgKiBAZG9jcy1wcml2YXRlXG5cdCAqL1xuICBmYUNoZXZyb25VcCA9IGZhQ2hldnJvblVwO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtYWNjb3JkaW9uLWl0ZW0nKSBjbGFzcyA9IHRydWU7XG5cblx0QElucHV0KCkgaW5pdGlhbGx5QWN0aXZlOiBib29sZWFuO1xuXHQvKipcblx0ICogQGRvY3MtcHJpdmF0ZVxuXHQgKi9cblx0X29wZW4gPSBmYWxzZTtcblx0LyoqXG5cdCAqIEBkb2NzLXByaXZhdGVcblx0ICovXG4gIF9hbmltYXRpb25TdGF0ZTogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLl9vcGVuID0gdGhpcy5pbml0aWFsbHlBY3RpdmUgPyB0aGlzLmluaXRpYWxseUFjdGl2ZSA6IHRoaXMuX29wZW47XG4gICAgdGhpcy5fYW5pbWF0aW9uU3RhdGUgPSBnZXRBbmltYXRpb25TdGF0ZSh0aGlzLl9vcGVuKTtcbiAgfVxuXG4gIHRvZ2dsZUFjdGl2ZSgpIHtcbiAgICB0aGlzLl9vcGVuID0gIXRoaXMuX29wZW47XG4gICAgdGhpcy5fYW5pbWF0aW9uU3RhdGUgPSBnZXRBbmltYXRpb25TdGF0ZSh0aGlzLl9vcGVuKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImRhZmYtYWNjb3JkaW9uLWl0ZW1fX2hlYWRlclwiIChjbGljayk9XCJ0b2dnbGVBY3RpdmUoKVwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbZGFmZkFjY29yZGlvbkl0ZW1UaXRsZV1cIj48L25nLWNvbnRlbnQ+XG4gIDxzcGFuIFtoaWRkZW5dPVwiX29wZW5cIiBkYWZmU3VmZml4PlxuICAgIDxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvbkRvd25cIj48L2ZhLWljb24+XG4gIDwvc3Bhbj5cbiAgPHNwYW4gW2hpZGRlbl09XCIhX29wZW5cIiBkYWZmU3VmZml4PlxuICAgIDxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvblVwXCI+PC9mYS1pY29uPlxuICA8L3NwYW4+XG48L2Rpdj5cbjxkaXYgW0BvcGVuQWNjb3JkaW9uXT1cIl9hbmltYXRpb25TdGF0ZVwiPlxuICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj4iXX0=
@@ -0,0 +1,22 @@
1
+ import { Directive, HostBinding, } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class DaffAccordionItemContentDirective {
4
+ constructor() {
5
+ /**
6
+ * @docs-private
7
+ */
8
+ this.class = true;
9
+ }
10
+ }
11
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionItemContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionItemContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffAccordionItemContentDirective, selector: "[daffAccordionItemContent]", host: { properties: { "class.daff-accordion-item__content": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemContentDirective, decorators: [{
14
+ type: Directive,
15
+ args: [{
16
+ selector: '[daffAccordionItemContent]',
17
+ }]
18
+ }], propDecorators: { class: [{
19
+ type: HostBinding,
20
+ args: ['class.daff-accordion-item__content']
21
+ }] } });
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0tY29udGVudC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL2FjY29yZGlvbi9hY2NvcmRpb24taXRlbS1jb250ZW50L2FjY29yZGlvbi1pdGVtLWNvbnRlbnQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsV0FBVyxHQUNaLE1BQU0sZUFBZSxDQUFDOztBQUt2QixNQUFNLE9BQU8saUNBQWlDO0lBSDlDO1FBS0U7O1dBRUc7UUFDZ0QsVUFBSyxHQUFHLElBQUksQ0FBQztLQUNqRTs7b0tBTlksaUNBQWlDO3dKQUFqQyxpQ0FBaUM7MkZBQWpDLGlDQUFpQztrQkFIN0MsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsNEJBQTRCO2lCQUN2Qzs4QkFNb0QsS0FBSztzQkFBdkQsV0FBVzt1QkFBQyxvQ0FBb0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBEaXJlY3RpdmUsXG4gIEhvc3RCaW5kaW5nLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2RhZmZBY2NvcmRpb25JdGVtQ29udGVudF0nLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUge1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtYWNjb3JkaW9uLWl0ZW1fX2NvbnRlbnQnKSBjbGFzcyA9IHRydWU7XG59XG4iXX0=
@@ -0,0 +1,22 @@
1
+ import { Directive, HostBinding, } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export class DaffAccordionItemTitleDirective {
4
+ constructor() {
5
+ /**
6
+ * @docs-private
7
+ */
8
+ this.class = true;
9
+ }
10
+ }
11
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
12
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffAccordionItemTitleDirective, selector: "[daffAccordionItemTitle]", host: { properties: { "class.daff-accordion-item__title": "this.class" } }, ngImport: i0 });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionItemTitleDirective, decorators: [{
14
+ type: Directive,
15
+ args: [{
16
+ selector: '[daffAccordionItemTitle]',
17
+ }]
18
+ }], propDecorators: { class: [{
19
+ type: HostBinding,
20
+ args: ['class.daff-accordion-item__title']
21
+ }] } });
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLWl0ZW0tdGl0bGUuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vYWNjb3JkaW9uLWl0ZW0tdGl0bGUvYWNjb3JkaW9uLWl0ZW0tdGl0bGUuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsV0FBVyxHQUNaLE1BQU0sZUFBZSxDQUFDOztBQUt2QixNQUFNLE9BQU8sK0JBQStCO0lBSDVDO1FBS0U7O1dBRUc7UUFDOEMsVUFBSyxHQUFHLElBQUksQ0FBQztLQUMvRDs7a0tBTlksK0JBQStCO3NKQUEvQiwrQkFBK0I7MkZBQS9CLCtCQUErQjtrQkFIM0MsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsMEJBQTBCO2lCQUNyQzs4QkFNa0QsS0FBSztzQkFBckQsV0FBVzt1QkFBQyxrQ0FBa0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBEaXJlY3RpdmUsXG4gIEhvc3RCaW5kaW5nLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2RhZmZBY2NvcmRpb25JdGVtVGl0bGVdJyxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkFjY29yZGlvbkl0ZW1UaXRsZURpcmVjdGl2ZSB7XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIEBIb3N0QmluZGluZygnY2xhc3MuZGFmZi1hY2NvcmRpb24taXRlbV9fdGl0bGUnKSBjbGFzcyA9IHRydWU7XG59XG4iXX0=
@@ -0,0 +1,54 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
4
+ import { DaffPrefixSuffixModule } from '../../core/prefix-suffix/prefix-suffix.module';
5
+ import { DaffAccordionItemContentDirective } from './accordion-item-content/accordion-item-content.directive';
6
+ import { DaffAccordionItemTitleDirective } from './accordion-item-title/accordion-item-title.directive';
7
+ import { DaffAccordionItemComponent } from './accordion-item/accordion-item.component';
8
+ import { DaffAccordionComponent } from './accordion/accordion.component';
9
+ import { DaffNavAccordionItemComponent } from './nav-accordion-item/nav-accordion-item.component';
10
+ import * as i0 from "@angular/core";
11
+ export class DaffAccordionModule {
12
+ }
13
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, declarations: [DaffAccordionComponent,
15
+ DaffAccordionItemComponent,
16
+ DaffNavAccordionItemComponent,
17
+ DaffAccordionItemTitleDirective,
18
+ DaffAccordionItemContentDirective], imports: [CommonModule,
19
+ FontAwesomeModule,
20
+ DaffPrefixSuffixModule], exports: [DaffAccordionComponent,
21
+ DaffAccordionItemComponent,
22
+ DaffNavAccordionItemComponent,
23
+ DaffAccordionItemTitleDirective,
24
+ DaffAccordionItemContentDirective] });
25
+ /** @nocollapse */ /** @nocollapse */ DaffAccordionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, imports: [[
26
+ CommonModule,
27
+ FontAwesomeModule,
28
+ DaffPrefixSuffixModule,
29
+ ]] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffAccordionModule, decorators: [{
31
+ type: NgModule,
32
+ args: [{
33
+ imports: [
34
+ CommonModule,
35
+ FontAwesomeModule,
36
+ DaffPrefixSuffixModule,
37
+ ],
38
+ declarations: [
39
+ DaffAccordionComponent,
40
+ DaffAccordionItemComponent,
41
+ DaffNavAccordionItemComponent,
42
+ DaffAccordionItemTitleDirective,
43
+ DaffAccordionItemContentDirective,
44
+ ],
45
+ exports: [
46
+ DaffAccordionComponent,
47
+ DaffAccordionItemComponent,
48
+ DaffNavAccordionItemComponent,
49
+ DaffAccordionItemTitleDirective,
50
+ DaffAccordionItemContentDirective,
51
+ ],
52
+ }]
53
+ }] });
54
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWNjb3JkaW9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvYWNjb3JkaW9uL2FjY29yZGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFFckUsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0NBQStDLENBQUM7QUFDdkYsT0FBTyxFQUFFLGlDQUFpQyxFQUFFLE1BQU0sMkRBQTJELENBQUM7QUFDOUcsT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sdURBQXVELENBQUM7QUFDeEcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDekUsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0sbURBQW1ELENBQUM7O0FBd0JsRyxNQUFNLE9BQU8sbUJBQW1COztzSkFBbkIsbUJBQW1CO3VKQUFuQixtQkFBbUIsaUJBZDVCLHNCQUFzQjtRQUN0QiwwQkFBMEI7UUFDMUIsNkJBQTZCO1FBQzdCLCtCQUErQjtRQUMvQixpQ0FBaUMsYUFWakMsWUFBWTtRQUVaLGlCQUFpQjtRQUNqQixzQkFBc0IsYUFVdEIsc0JBQXNCO1FBQ3RCLDBCQUEwQjtRQUMxQiw2QkFBNkI7UUFDN0IsK0JBQStCO1FBQy9CLGlDQUFpQzt1SkFHeEIsbUJBQW1CLFlBckJyQjtZQUNQLFlBQVk7WUFFWixpQkFBaUI7WUFDakIsc0JBQXNCO1NBQ3ZCOzJGQWdCVSxtQkFBbUI7a0JBdEIvQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUVaLGlCQUFpQjt3QkFDakIsc0JBQXNCO3FCQUN2QjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3dCQUN0QiwwQkFBMEI7d0JBQzFCLDZCQUE2Qjt3QkFDN0IsK0JBQStCO3dCQUMvQixpQ0FBaUM7cUJBQ2xDO29CQUNELE9BQU8sRUFBRTt3QkFDUCxzQkFBc0I7d0JBQ3RCLDBCQUEwQjt3QkFDMUIsNkJBQTZCO3dCQUM3QiwrQkFBK0I7d0JBQy9CLGlDQUFpQztxQkFDbEM7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvbnRBd2Vzb21lTW9kdWxlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuXG5pbXBvcnQgeyBEYWZmUHJlZml4U3VmZml4TW9kdWxlIH0gZnJvbSAnLi4vLi4vY29yZS9wcmVmaXgtc3VmZml4L3ByZWZpeC1zdWZmaXgubW9kdWxlJztcbmltcG9ydCB7IERhZmZBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSB9IGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tY29udGVudC9hY2NvcmRpb24taXRlbS1jb250ZW50LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYWZmQWNjb3JkaW9uSXRlbVRpdGxlRGlyZWN0aXZlIH0gZnJvbSAnLi9hY2NvcmRpb24taXRlbS10aXRsZS9hY2NvcmRpb24taXRlbS10aXRsZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQgfSBmcm9tICcuL2FjY29yZGlvbi1pdGVtL2FjY29yZGlvbi1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmQWNjb3JkaW9uQ29tcG9uZW50IH0gZnJvbSAnLi9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmTmF2QWNjb3JkaW9uSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vbmF2LWFjY29yZGlvbi1pdGVtL25hdi1hY2NvcmRpb24taXRlbS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gICAgRGFmZlByZWZpeFN1ZmZpeE1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZkFjY29yZGlvbkNvbXBvbmVudCxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBEYWZmTmF2QWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbVRpdGxlRGlyZWN0aXZlLFxuICAgIERhZmZBY2NvcmRpb25JdGVtQ29udGVudERpcmVjdGl2ZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZBY2NvcmRpb25Db21wb25lbnQsXG4gICAgRGFmZkFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgRGFmZk5hdkFjY29yZGlvbkl0ZW1Db21wb25lbnQsXG4gICAgRGFmZkFjY29yZGlvbkl0ZW1UaXRsZURpcmVjdGl2ZSxcbiAgICBEYWZmQWNjb3JkaW9uSXRlbUNvbnRlbnREaXJlY3RpdmUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZBY2NvcmRpb25Nb2R1bGUgeyB9XG4iXX0=
@@ -0,0 +1,78 @@
1
+ import { Component, Input, HostBinding, SkipSelf, Optional, ContentChildren, QueryList, ChangeDetectionStrategy, } from '@angular/core';
2
+ import { faChevronDown, faChevronUp, } from '@fortawesome/free-solid-svg-icons';
3
+ import { DaffAccordionComponent } from '../accordion/accordion.component';
4
+ import { daffAccordionAnimations } from '../animation/accordion-animation';
5
+ import { getAnimationState } from '../animation/accordion-animation-state';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "../accordion/accordion.component";
8
+ import * as i2 from "@fortawesome/angular-fontawesome";
9
+ import * as i3 from "@angular/common";
10
+ import * as i4 from "../../../core/prefix-suffix/suffix.directive";
11
+ export class DaffNavAccordionItemComponent {
12
+ constructor(accordion, navAccordionItemParent) {
13
+ this.accordion = accordion;
14
+ this.navAccordionItemParent = navAccordionItemParent;
15
+ /**
16
+ * @docs-private
17
+ */
18
+ this.faChevronDown = faChevronDown;
19
+ /**
20
+ * @docs-private
21
+ */
22
+ this.faChevronUp = faChevronUp;
23
+ /**
24
+ * @docs-private
25
+ */
26
+ this._open = false;
27
+ /**
28
+ * @docs-private
29
+ */
30
+ this._level = 0;
31
+ }
32
+ /**
33
+ * @docs-private
34
+ */
35
+ get classes() {
36
+ return [
37
+ 'daff-nav-accordion-item',
38
+ 'daff-nav-accordion-item--level-' + this._level,
39
+ ];
40
+ }
41
+ /**
42
+ * @docs-private
43
+ */
44
+ ngOnInit() {
45
+ if (this.navAccordionItemParent && this.accordion === this.navAccordionItemParent.accordion) {
46
+ this._level = this.navAccordionItemParent._level + 1;
47
+ }
48
+ this._open = this.initiallyActive ? this.initiallyActive : this._open;
49
+ this._animationState = getAnimationState(this._open);
50
+ }
51
+ toggleActive() {
52
+ this._open = !this._open;
53
+ this._animationState = getAnimationState(this._open);
54
+ }
55
+ }
56
+ /** @nocollapse */ /** @nocollapse */ DaffNavAccordionItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNavAccordionItemComponent, deps: [{ token: i1.DaffAccordionComponent }, { token: DaffNavAccordionItemComponent, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
57
+ /** @nocollapse */ /** @nocollapse */ DaffNavAccordionItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffNavAccordionItemComponent, selector: "daff-nav-accordion-item", inputs: { initiallyActive: "initiallyActive" }, host: { properties: { "class": "this.classes" } }, queries: [{ propertyName: "_navAccordionItemChild", predicate: DaffNavAccordionItemComponent, descendants: true }], ngImport: i0, template: "<div class=\"daff-nav-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>\n", styles: [":host(.daff-nav-accordion-item--level-1) .daff-nav-accordion-item__header{padding-left:15px}:host(.daff-nav-accordion-item--level-2) .daff-nav-accordion-item__header{padding-left:30px}:host(.daff-nav-accordion-item--level-3) .daff-nav-accordion-item__header{padding-left:45px}:host{display:block;padding-top:6px}.daff-nav-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:6px}.daff-nav-accordion-item__header .daff-suffix{margin:0 10px}\n"], components: [{ type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.DaffSuffixDirective, selector: "[daffSuffix]" }], animations: [
58
+ daffAccordionAnimations.openAccordion,
59
+ ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
60
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNavAccordionItemComponent, decorators: [{
61
+ type: Component,
62
+ args: [{ selector: 'daff-nav-accordion-item', changeDetection: ChangeDetectionStrategy.OnPush, animations: [
63
+ daffAccordionAnimations.openAccordion,
64
+ ], template: "<div class=\"daff-nav-accordion-item__header\" (click)=\"toggleActive()\">\n <ng-content select=\"[daffAccordionItemTitle]\"></ng-content>\n <span [hidden]=\"_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </span>\n <span [hidden]=\"!_open\" daffSuffix *ngIf=\"_navAccordionItemChild.toArray().length\">\n <fa-icon [icon]=\"faChevronUp\"></fa-icon>\n </span>\n</div>\n<div [@openAccordion]=\"_animationState\">\n <ng-content></ng-content>\n</div>\n", styles: [":host(.daff-nav-accordion-item--level-1) .daff-nav-accordion-item__header{padding-left:15px}:host(.daff-nav-accordion-item--level-2) .daff-nav-accordion-item__header{padding-left:30px}:host(.daff-nav-accordion-item--level-3) .daff-nav-accordion-item__header{padding-left:45px}:host{display:block;padding-top:6px}.daff-nav-accordion-item__header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:6px}.daff-nav-accordion-item__header .daff-suffix{margin:0 10px}\n"] }]
65
+ }], ctorParameters: function () { return [{ type: i1.DaffAccordionComponent }, { type: DaffNavAccordionItemComponent, decorators: [{
66
+ type: SkipSelf
67
+ }, {
68
+ type: Optional
69
+ }] }]; }, propDecorators: { classes: [{
70
+ type: HostBinding,
71
+ args: ['class']
72
+ }], initiallyActive: [{
73
+ type: Input
74
+ }], _navAccordionItemChild: [{
75
+ type: ContentChildren,
76
+ args: [DaffNavAccordionItemComponent, { descendants: true }]
77
+ }] } });
78
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LWFjY29yZGlvbi1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvYWNjb3JkaW9uL25hdi1hY2NvcmRpb24taXRlbS9uYXYtYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL21vbGVjdWxlcy9hY2NvcmRpb24vbmF2LWFjY29yZGlvbi1pdGVtL25hdi1hY2NvcmRpb24taXRlbS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULEtBQUssRUFFTCxXQUFXLEVBQ1gsUUFBUSxFQUNSLFFBQVEsRUFDUixlQUFlLEVBQ2YsU0FBUyxFQUNULHVCQUF1QixHQUN4QixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsYUFBYSxFQUNiLFdBQVcsR0FDWixNQUFNLG1DQUFtQyxDQUFDO0FBRTNDLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFDOzs7Ozs7QUFXM0UsTUFBTSxPQUFPLDZCQUE2QjtJQUV4QyxZQUNRLFNBQWlDLEVBQ1Qsc0JBQXFEO1FBRDdFLGNBQVMsR0FBVCxTQUFTLENBQXdCO1FBQ1QsMkJBQXNCLEdBQXRCLHNCQUFzQixDQUErQjtRQUV0Rjs7V0FFRztRQUNILGtCQUFhLEdBQUcsYUFBYSxDQUFDO1FBQzlCOztXQUVHO1FBQ0YsZ0JBQVcsR0FBRyxXQUFXLENBQUM7UUFpQjNCOztXQUVHO1FBQ0gsVUFBSyxHQUFHLEtBQUssQ0FBQztRQU1kOztXQUVHO1FBQ0gsV0FBTSxHQUFHLENBQUMsQ0FBQztJQXJDUCxDQUFDO0lBVUo7O09BRUc7SUFDSixJQUEwQixPQUFPO1FBQzlCLE9BQU87WUFDTCx5QkFBeUI7WUFDekIsaUNBQWlDLEdBQUcsSUFBSSxDQUFDLE1BQU07U0FDaEQsQ0FBQztJQUNKLENBQUM7SUFxQkY7O09BRUc7SUFDSCxRQUFRO1FBQ04sSUFBRyxJQUFJLENBQUMsc0JBQXNCLElBQUksSUFBSSxDQUFDLFNBQVMsS0FBSyxJQUFJLENBQUMsc0JBQXNCLENBQUMsU0FBUyxFQUFFO1lBQzFGLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLHNCQUFzQixDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUM7U0FDdEQ7UUFDRCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUM7UUFDdEUsSUFBSSxDQUFDLGVBQWUsR0FBRyxpQkFBaUIsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkQsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztRQUN6QixJQUFJLENBQUMsZUFBZSxHQUFHLGlCQUFpQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN2RCxDQUFDOztnS0ExRFcsNkJBQTZCLHdEQUlnQiw2QkFBNkI7b0pBSjFFLDZCQUE2Qix5TUEyQnhCLDZCQUE2QixnREN4RC9DLHFoQkFZQSxxOUJEYWM7UUFDVix1QkFBdUIsQ0FBQyxhQUFhO0tBQ3RDOzJGQUVVLDZCQUE2QjtrQkFUekMsU0FBUzsrQkFDRSx5QkFBeUIsbUJBR2xCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkM7d0JBQ1YsdUJBQXVCLENBQUMsYUFBYTtxQkFDdEM7K0ZBTXVELDZCQUE2QjswQkFBcEYsUUFBUTs7MEJBQUksUUFBUTs0Q0FjSSxPQUFPO3NCQUFoQyxXQUFXO3VCQUFDLE9BQU87Z0JBT1gsZUFBZTtzQkFBdkIsS0FBSztnQkFHTixzQkFBc0I7c0JBRHJCLGVBQWU7dUJBQUMsNkJBQTZCLEVBQUUsRUFBRSxXQUFXLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBIb3N0QmluZGluZyxcbiAgU2tpcFNlbGYsXG4gIE9wdGlvbmFsLFxuICBDb250ZW50Q2hpbGRyZW4sXG4gIFF1ZXJ5TGlzdCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgZmFDaGV2cm9uRG93bixcbiAgZmFDaGV2cm9uVXAsXG59IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbmltcG9ydCB7IERhZmZBY2NvcmRpb25Db21wb25lbnQgfSBmcm9tICcuLi9hY2NvcmRpb24vYWNjb3JkaW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBkYWZmQWNjb3JkaW9uQW5pbWF0aW9ucyB9IGZyb20gJy4uL2FuaW1hdGlvbi9hY2NvcmRpb24tYW5pbWF0aW9uJztcbmltcG9ydCB7IGdldEFuaW1hdGlvblN0YXRlIH0gZnJvbSAnLi4vYW5pbWF0aW9uL2FjY29yZGlvbi1hbmltYXRpb24tc3RhdGUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLW5hdi1hY2NvcmRpb24taXRlbScsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXYtYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uYXYtYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGFuaW1hdGlvbnM6IFtcbiAgICBkYWZmQWNjb3JkaW9uQW5pbWF0aW9ucy5vcGVuQWNjb3JkaW9uLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmTmF2QWNjb3JkaW9uSXRlbUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG5cbiAgY29uc3RydWN0b3IoXG5cdFx0cHJpdmF0ZSBhY2NvcmRpb246IERhZmZBY2NvcmRpb25Db21wb25lbnQsXG5cdFx0QFNraXBTZWxmKCkgQE9wdGlvbmFsKCkgcHJpdmF0ZSBuYXZBY2NvcmRpb25JdGVtUGFyZW50OiBEYWZmTmF2QWNjb3JkaW9uSXRlbUNvbXBvbmVudCxcbiAgKSB7fVxuXHQvKipcblx0ICogQGRvY3MtcHJpdmF0ZVxuXHQgKi9cblx0ZmFDaGV2cm9uRG93biA9IGZhQ2hldnJvbkRvd247XG5cdC8qKlxuXHQgKiBAZG9jcy1wcml2YXRlXG5cdCAqL1xuICBmYUNoZXZyb25VcCA9IGZhQ2hldnJvblVwO1xuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuXHRASG9zdEJpbmRpbmcoJ2NsYXNzJykgZ2V0IGNsYXNzZXMoKSB7XG4gICAgcmV0dXJuIFtcbiAgICAgICdkYWZmLW5hdi1hY2NvcmRpb24taXRlbScsXG4gICAgICAnZGFmZi1uYXYtYWNjb3JkaW9uLWl0ZW0tLWxldmVsLScgKyB0aGlzLl9sZXZlbCxcbiAgICBdO1xuICB9XG5cblx0QElucHV0KCkgaW5pdGlhbGx5QWN0aXZlOiBib29sZWFuO1xuXG5cdEBDb250ZW50Q2hpbGRyZW4oRGFmZk5hdkFjY29yZGlvbkl0ZW1Db21wb25lbnQsIHsgZGVzY2VuZGFudHM6IHRydWUgfSlcblx0X25hdkFjY29yZGlvbkl0ZW1DaGlsZDogUXVlcnlMaXN0PERhZmZOYXZBY2NvcmRpb25JdGVtQ29tcG9uZW50PjtcblxuXHQvKipcblx0ICogQGRvY3MtcHJpdmF0ZVxuXHQgKi9cblx0X29wZW4gPSBmYWxzZTtcblx0LyoqXG5cdCAqIEBkb2NzLXByaXZhdGVcblx0ICovXG4gIF9hbmltYXRpb25TdGF0ZTogc3RyaW5nO1xuXG5cdC8qKlxuXHQgKiBAZG9jcy1wcml2YXRlXG5cdCAqL1xuXHRfbGV2ZWwgPSAwO1xuXG5cdC8qKlxuXHQgKiBAZG9jcy1wcml2YXRlXG5cdCAqL1xuXHRuZ09uSW5pdCgpIHtcblx0ICBpZih0aGlzLm5hdkFjY29yZGlvbkl0ZW1QYXJlbnQgJiYgdGhpcy5hY2NvcmRpb24gPT09IHRoaXMubmF2QWNjb3JkaW9uSXRlbVBhcmVudC5hY2NvcmRpb24pIHtcblx0ICAgIHRoaXMuX2xldmVsID0gdGhpcy5uYXZBY2NvcmRpb25JdGVtUGFyZW50Ll9sZXZlbCArIDE7XG5cdCAgfVxuXHQgIHRoaXMuX29wZW4gPSB0aGlzLmluaXRpYWxseUFjdGl2ZSA/IHRoaXMuaW5pdGlhbGx5QWN0aXZlIDogdGhpcy5fb3Blbjtcblx0ICB0aGlzLl9hbmltYXRpb25TdGF0ZSA9IGdldEFuaW1hdGlvblN0YXRlKHRoaXMuX29wZW4pO1xuXHR9XG5cblx0dG9nZ2xlQWN0aXZlKCkge1xuXHQgIHRoaXMuX29wZW4gPSAhdGhpcy5fb3Blbjtcblx0ICB0aGlzLl9hbmltYXRpb25TdGF0ZSA9IGdldEFuaW1hdGlvblN0YXRlKHRoaXMuX29wZW4pO1xuXHR9XG59XG4iLCI8ZGl2IGNsYXNzPVwiZGFmZi1uYXYtYWNjb3JkaW9uLWl0ZW1fX2hlYWRlclwiIChjbGljayk9XCJ0b2dnbGVBY3RpdmUoKVwiPlxuICA8bmctY29udGVudCBzZWxlY3Q9XCJbZGFmZkFjY29yZGlvbkl0ZW1UaXRsZV1cIj48L25nLWNvbnRlbnQ+XG4gIDxzcGFuIFtoaWRkZW5dPVwiX29wZW5cIiBkYWZmU3VmZml4ICpuZ0lmPVwiX25hdkFjY29yZGlvbkl0ZW1DaGlsZC50b0FycmF5KCkubGVuZ3RoXCI+XG4gICAgPGZhLWljb24gW2ljb25dPVwiZmFDaGV2cm9uRG93blwiPjwvZmEtaWNvbj5cbiAgPC9zcGFuPlxuICA8c3BhbiBbaGlkZGVuXT1cIiFfb3BlblwiIGRhZmZTdWZmaXggKm5nSWY9XCJfbmF2QWNjb3JkaW9uSXRlbUNoaWxkLnRvQXJyYXkoKS5sZW5ndGhcIj5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYUNoZXZyb25VcFwiPjwvZmEtaWNvbj5cbiAgPC9zcGFuPlxuPC9kaXY+XG48ZGl2IFtAb3BlbkFjY29yZGlvbl09XCJfYW5pbWF0aW9uU3RhdGVcIj5cbiAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPC9kaXY+XG4iXX0=
@@ -0,0 +1,7 @@
1
+ export { DaffAccordionModule } from './accordion.module';
2
+ export * from './accordion/accordion.component';
3
+ export * from './accordion-item/accordion-item.component';
4
+ export * from './accordion-item-title/accordion-item-title.directive';
5
+ export * from './accordion-item-content/accordion-item-content.directive';
6
+ export * from './nav-accordion-item/nav-accordion-item.component';
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9tb2xlY3VsZXMvYWNjb3JkaW9uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDekQsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLDJDQUEyQyxDQUFDO0FBQzFELGNBQWMsdURBQXVELENBQUM7QUFDdEUsY0FBYywyREFBMkQsQ0FBQztBQUMxRSxjQUFjLG1EQUFtRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgRGFmZkFjY29yZGlvbk1vZHVsZSB9IGZyb20gJy4vYWNjb3JkaW9uLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICcuL2FjY29yZGlvbi9hY2NvcmRpb24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0vYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tdGl0bGUvYWNjb3JkaW9uLWl0ZW0tdGl0bGUuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vYWNjb3JkaW9uLWl0ZW0tY29udGVudC9hY2NvcmRpb24taXRlbS1jb250ZW50LmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL25hdi1hY2NvcmRpb24taXRlbS9uYXYtYWNjb3JkaW9uLWl0ZW0uY29tcG9uZW50JztcbiJdfQ==
@@ -0,0 +1,30 @@
1
+ import { Component, ViewEncapsulation, HostBinding, ChangeDetectionStrategy, } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * A component for creating articles within your page.
5
+ */
6
+ export class DaffArticleComponent {
7
+ constructor() {
8
+ /**
9
+ * @docs-private
10
+ */
11
+ this.class = true;
12
+ /**
13
+ * @docs-private
14
+ */
15
+ this.role = 'article';
16
+ }
17
+ }
18
+ /** @nocollapse */ /** @nocollapse */ DaffArticleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ /** @nocollapse */ /** @nocollapse */ DaffArticleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffArticleComponent, selector: "daff-article", host: { properties: { "class.daff-article": "this.class", "attr.role": "this.role" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article pre:last-child{margin-bottom:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffArticleComponent, decorators: [{
21
+ type: Component,
22
+ args: [{ selector: 'daff-article', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".daff-article{display:block}.daff-article a:not(.daff-ae *,.daff-ae){font-weight:600;text-decoration:none}.daff-article a:not(.daff-ae *,.daff-ae):hover{text-decoration:underline}.daff-article h1:not(.daff-ae *,.daff-ae),.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-bottom:1.5rem}.daff-article h2:not(.daff-ae *,.daff-ae),.daff-article h3:not(.daff-ae *,.daff-ae),.daff-article h4:not(.daff-ae *,.daff-ae),.daff-article h5:not(.daff-ae *,.daff-ae),.daff-article h6:not(.daff-ae *,.daff-ae){margin-top:2.5rem}.daff-article h1:not(.daff-ae *,.daff-ae){font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article h1:not(.daff-ae *,.daff-ae){font-size:3rem;line-height:3.5rem}}.daff-article h2:not(.daff-ae *,.daff-ae){font-size:2rem;line-height:2.5rem}.daff-article h3:not(.daff-ae *,.daff-ae){font-size:1.5rem;line-height:2rem}.daff-article h4:not(.daff-ae *,.daff-ae){font-size:1.25rem;line-height:1.5rem}.daff-article h5:not(.daff-ae *,.daff-ae){font-size:1.125rem;line-height:1.5rem}.daff-article h6:not(.daff-ae *,.daff-ae){font-size:1rem;line-height:1.5rem}.daff-article p:not(.daff-ae *,.daff-ae){margin:0 0 1rem}.daff-article strong{font-weight:700}.daff-article pre{display:block;border-radius:4px;font-size:.875rem;line-height:1.5rem;margin:1.5rem 0;padding:1.5rem;overflow:auto;white-space:pre-wrap}.daff-article pre code{display:block;padding:0}.daff-article pre:last-child{margin-bottom:0}.daff-article code{display:inline-block;border-radius:4px;font-size:.875rem;line-height:1rem;padding:.25rem}.daff-article__title{font-weight:700;font-size:2rem;line-height:2.25rem}@media (min-width: 768px){.daff-article__title{font-size:3rem;line-height:3.5rem}}.daff-article__lead{font-size:1.25rem;line-height:1.75rem;font-weight:400;margin:0}.daff-article__lead code{font-size:1.25rem;line-height:1.5rem;font-weight:400}.daff-article__meta{font-size:.875rem}.daff-article hr{border:0;height:1px;margin:2rem 0}.daff-article blockquote{border-radius:4px;margin:1.5rem 0;padding:1rem 1.5rem}.daff-article blockquote:last-child{margin-bottom:0}.daff-article blockquote cite{font-size:.875rem;font-weight:400;line-height:1.25rem;display:block;margin-top:1rem}.daff-article blockquote p:last-of-type{margin:0}.daff-article table{display:block;border-collapse:collapse;margin:1.5rem 0;overflow:auto;width:100%}.daff-article table:last-child{margin-bottom:0}.daff-article table th{font-weight:600;outline:0;padding:1rem;text-align:left;vertical-align:bottom;box-sizing:border-box}.daff-article table td{padding:.5rem 1rem;vertical-align:top;box-sizing:border-box}\n"] }]
23
+ }], propDecorators: { class: [{
24
+ type: HostBinding,
25
+ args: ['class.daff-article']
26
+ }], role: [{
27
+ type: HostBinding,
28
+ args: ['attr.role']
29
+ }] } });
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJ0aWNsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvbW9sZWN1bGVzL2FydGljbGUvYXJ0aWNsZS9hcnRpY2xlLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULGlCQUFpQixFQUNqQixXQUFXLEVBQ1gsdUJBQXVCLEdBQ3hCLE1BQU0sZUFBZSxDQUFDOztBQUV2Qjs7R0FFRztBQVFILE1BQU0sT0FBTyxvQkFBb0I7SUFQakM7UUFTRTs7V0FFRztRQUNnQyxVQUFLLEdBQUcsSUFBSSxDQUFDO1FBRWhEOztXQUVHO1FBQ3VCLFNBQUksR0FBRyxTQUFTLENBQUM7S0FDNUM7O3VKQVhZLG9CQUFvQjsySUFBcEIsb0JBQW9CLDRJQUxyQiwyQkFBMkI7MkZBSzFCLG9CQUFvQjtrQkFQaEMsU0FBUzsrQkFDRSxjQUFjLFlBQ2QsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNOzhCQU9aLEtBQUs7c0JBQXZDLFdBQVc7dUJBQUMsb0JBQW9CO2dCQUtQLElBQUk7c0JBQTdCLFdBQVc7dUJBQUMsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIEhvc3RCaW5kaW5nLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICogQSBjb21wb25lbnQgZm9yIGNyZWF0aW5nIGFydGljbGVzIHdpdGhpbiB5b3VyIHBhZ2UuXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtYXJ0aWNsZScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIHN0eWxlVXJsczogWycuL2FydGljbGUuY29tcG9uZW50LnNjc3MnXSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERhZmZBcnRpY2xlQ29tcG9uZW50IHtcblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5kYWZmLWFydGljbGUnKSBjbGFzcyA9IHRydWU7XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIEBIb3N0QmluZGluZygnYXR0ci5yb2xlJykgcm9sZSA9ICdhcnRpY2xlJztcbn1cbiJdfQ==