@daffodil/design 0.63.1 → 0.64.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (661) hide show
  1. package/accordion/examples/basic-accordion/basic-accordion.component.d.ts +1 -1
  2. package/accordion/examples/nav-accordion/nav-accordion.component.d.ts +1 -1
  3. package/article/examples/article-blockquote/article-blockquote.component.d.ts +1 -1
  4. package/article/examples/article-code-block/article-code-block.component.d.ts +1 -1
  5. package/article/examples/article-code-inline/article-code-inline.component.d.ts +1 -1
  6. package/article/examples/article-headings/article-headings.component.d.ts +1 -1
  7. package/article/examples/article-hr/article-hr.component.d.ts +1 -1
  8. package/article/examples/article-lead/article-lead.component.d.ts +1 -1
  9. package/article/examples/article-link/article-link.component.d.ts +1 -1
  10. package/article/examples/article-meta/article-meta.component.d.ts +1 -1
  11. package/article/examples/article-ol/article-ol.component.d.ts +1 -1
  12. package/article/examples/article-table/article-table.component.d.ts +1 -1
  13. package/article/examples/article-ul/article-ul.component.d.ts +1 -1
  14. package/atoms/button/button.component.d.ts +1 -1
  15. package/atoms/container/container.component.d.ts +1 -1
  16. package/atoms/form/checkbox/checkbox.component.d.ts +1 -1
  17. package/atoms/form/checkbox/cva/checkbox-cva.directive.d.ts +1 -1
  18. package/atoms/form/checkbox-set/checkbox-set.component.d.ts +3 -3
  19. package/atoms/form/core/error-state-matcher/error-state-matcher.d.ts +2 -2
  20. package/atoms/form/error-message/error-message.component.d.ts +1 -1
  21. package/atoms/form/form-field/form-field/form-field.component.d.ts +1 -1
  22. package/atoms/form/form-label/form-label.directive.d.ts +1 -1
  23. package/atoms/form/input/input.component.d.ts +1 -1
  24. package/atoms/form/native-select/native-select.component.d.ts +1 -1
  25. package/atoms/form/quantity-field/quantity-field.component.d.ts +2 -2
  26. package/atoms/form/quantity-field/quantity-input/quantity-input.component.d.ts +3 -3
  27. package/atoms/form/quantity-field/quantity-select/quantity-select.component.d.ts +1 -1
  28. package/atoms/form/radio/cva/radio-cva.directive.d.ts +1 -1
  29. package/atoms/form/radio/radio.component.d.ts +1 -1
  30. package/atoms/form/radio-set/radio-set.component.d.ts +1 -1
  31. package/atoms/image/image.component.d.ts +1 -1
  32. package/atoms/loading-icon/loading-icon.component.d.ts +1 -1
  33. package/atoms/progress-indicator/progress-indicator.component.d.ts +1 -1
  34. package/button/examples/basic-button/basic-button.component.d.ts +1 -1
  35. package/button/examples/flat-button/flat-button.component.d.ts +1 -1
  36. package/button/examples/icon-button/icon-button.component.d.ts +1 -1
  37. package/button/examples/raised-button/raised-button.component.d.ts +1 -1
  38. package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
  39. package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
  40. package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
  41. package/button/examples/underline-button/underline-button.component.d.ts +1 -1
  42. package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +3 -3
  43. package/callout/examples/callout-theming/callout-theming.component.d.ts +3 -3
  44. package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
  45. package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
  46. package/card/examples/basic-card/basic-card.component.d.ts +1 -1
  47. package/card/examples/card-orientation/card-orientation.component.d.ts +3 -3
  48. package/card/examples/card-theming/card-theming.component.d.ts +3 -3
  49. package/card/examples/linkable-card/linkable-card.component.d.ts +5 -5
  50. package/card/examples/raised-card/raised-card.component.d.ts +3 -3
  51. package/card/examples/stroked-card/stroked-card.component.d.ts +3 -3
  52. package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +3 -3
  53. package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +3 -3
  54. package/container/examples/container-sizes/container-sizes.component.d.ts +3 -3
  55. package/core/colorable/colorable-mixin.d.ts +1 -1
  56. package/core/focus/public_api.d.ts +1 -0
  57. package/core/focus/stack.service.d.ts +35 -0
  58. package/core/prefix-suffix/prefix.directive.d.ts +1 -1
  59. package/core/prefix-suffix/suffix.directive.d.ts +1 -1
  60. package/core/sizeable/sizeable-mixin.d.ts +1 -1
  61. package/core/statusable/statusable-mixin.d.ts +1 -1
  62. package/core/text-alignable/text-alignable-mixin.d.ts +1 -1
  63. package/core/theming/services/theming.service.d.ts +1 -1
  64. package/esm2020/accordion/examples/basic-accordion/basic-accordion.component.mjs +3 -3
  65. package/esm2020/accordion/examples/basic-accordion/basic-accordion.module.mjs +5 -7
  66. package/esm2020/accordion/examples/nav-accordion/nav-accordion.component.mjs +3 -3
  67. package/esm2020/accordion/examples/nav-accordion/nav-accordion.module.mjs +5 -7
  68. package/esm2020/article/examples/article-blockquote/article-blockquote.component.mjs +3 -3
  69. package/esm2020/article/examples/article-code-block/article-code-block.component.mjs +3 -3
  70. package/esm2020/article/examples/article-code-inline/article-code-inline.component.mjs +3 -3
  71. package/esm2020/article/examples/article-examples.module.mjs +6 -11
  72. package/esm2020/article/examples/article-headings/article-headings.component.mjs +3 -3
  73. package/esm2020/article/examples/article-hr/article-hr.component.mjs +3 -3
  74. package/esm2020/article/examples/article-lead/article-lead.component.mjs +3 -3
  75. package/esm2020/article/examples/article-link/article-link.component.mjs +3 -3
  76. package/esm2020/article/examples/article-meta/article-meta.component.mjs +3 -3
  77. package/esm2020/article/examples/article-ol/article-ol.component.mjs +3 -3
  78. package/esm2020/article/examples/article-table/article-table.component.mjs +3 -3
  79. package/esm2020/article/examples/article-ul/article-ul.component.mjs +3 -3
  80. package/esm2020/atoms/button/button.component.mjs +5 -5
  81. package/esm2020/atoms/button/button.module.mjs +8 -10
  82. package/esm2020/atoms/container/container.component.mjs +3 -3
  83. package/esm2020/atoms/container/container.module.mjs +5 -7
  84. package/esm2020/atoms/form/checkbox/checkbox.component.mjs +4 -4
  85. package/esm2020/atoms/form/checkbox/checkbox.module.mjs +7 -9
  86. package/esm2020/atoms/form/checkbox/cva/checkbox-cva.directive.mjs +3 -3
  87. package/esm2020/atoms/form/checkbox-set/checkbox-set.component.mjs +6 -6
  88. package/esm2020/atoms/form/core/error-state-matcher/error-state-matcher.mjs +1 -1
  89. package/esm2020/atoms/form/error-message/error-message.component.mjs +3 -3
  90. package/esm2020/atoms/form/error-message/error-message.module.mjs +4 -4
  91. package/esm2020/atoms/form/form-field/form-field/form-field.component.mjs +5 -5
  92. package/esm2020/atoms/form/form-field/form-field.module.mjs +8 -10
  93. package/esm2020/atoms/form/form-label/form-label.directive.mjs +3 -3
  94. package/esm2020/atoms/form/form-label/form-label.module.mjs +4 -4
  95. package/esm2020/atoms/form/input/input.component.mjs +3 -3
  96. package/esm2020/atoms/form/input/input.module.mjs +5 -7
  97. package/esm2020/atoms/form/native-select/native-select.component.mjs +3 -3
  98. package/esm2020/atoms/form/native-select/native-select.module.mjs +5 -7
  99. package/esm2020/atoms/form/quantity-field/quantity-field.component.mjs +8 -8
  100. package/esm2020/atoms/form/quantity-field/quantity-field.module.mjs +10 -12
  101. package/esm2020/atoms/form/quantity-field/quantity-input/quantity-input.component.mjs +6 -6
  102. package/esm2020/atoms/form/quantity-field/quantity-select/quantity-select.component.mjs +5 -5
  103. package/esm2020/atoms/form/radio/cva/radio-cva.directive.mjs +3 -3
  104. package/esm2020/atoms/form/radio/radio.component.mjs +4 -4
  105. package/esm2020/atoms/form/radio/radio.module.mjs +6 -8
  106. package/esm2020/atoms/form/radio/registry/radio-registry.mjs +3 -3
  107. package/esm2020/atoms/form/radio-set/radio-set.component.mjs +4 -4
  108. package/esm2020/atoms/image/image.component.mjs +5 -5
  109. package/esm2020/atoms/image/image.module.mjs +5 -10
  110. package/esm2020/atoms/loading-icon/loading-icon.component.mjs +3 -3
  111. package/esm2020/atoms/loading-icon/loading-icon.module.mjs +5 -7
  112. package/esm2020/atoms/progress-indicator/progress-indicator.component.mjs +5 -5
  113. package/esm2020/atoms/progress-indicator/progress-indicator.module.mjs +5 -7
  114. package/esm2020/button/examples/basic-button/basic-button.component.mjs +5 -11
  115. package/esm2020/button/examples/basic-button/basic-button.module.mjs +6 -8
  116. package/esm2020/button/examples/flat-button/flat-button.component.mjs +5 -11
  117. package/esm2020/button/examples/flat-button/flat-button.module.mjs +6 -8
  118. package/esm2020/button/examples/icon-button/icon-button.component.mjs +5 -11
  119. package/esm2020/button/examples/icon-button/icon-button.module.mjs +6 -8
  120. package/esm2020/button/examples/raised-button/raised-button.component.mjs +5 -11
  121. package/esm2020/button/examples/raised-button/raised-button.module.mjs +6 -8
  122. package/esm2020/button/examples/sizeable-button/sizeable-button.component.mjs +3 -3
  123. package/esm2020/button/examples/sizeable-button/sizeable-button.module.mjs +6 -8
  124. package/esm2020/button/examples/statusable-button/statusable-button.component.mjs +3 -3
  125. package/esm2020/button/examples/statusable-button/statusable-button.module.mjs +6 -8
  126. package/esm2020/button/examples/stroked-button/stroked-button.component.mjs +5 -11
  127. package/esm2020/button/examples/stroked-button/stroked-button.module.mjs +6 -8
  128. package/esm2020/button/examples/underline-button/underline-button.component.mjs +5 -11
  129. package/esm2020/button/examples/underline-button/underline-button.module.mjs +6 -8
  130. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +10 -10
  131. package/esm2020/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +10 -12
  132. package/esm2020/callout/examples/callout-theming/callout-theming.component.mjs +10 -10
  133. package/esm2020/callout/examples/callout-theming/callout-theming.module.mjs +9 -11
  134. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.component.mjs +3 -3
  135. package/esm2020/callout/examples/callout-with-grid/callout-with-grid.module.mjs +10 -12
  136. package/esm2020/callout/examples/compact-callout/compact-callout.component.mjs +3 -3
  137. package/esm2020/callout/examples/compact-callout/compact-callout.module.mjs +9 -11
  138. package/esm2020/card/examples/basic-card/basic-card.component.mjs +3 -3
  139. package/esm2020/card/examples/basic-card/basic-card.module.mjs +9 -11
  140. package/esm2020/card/examples/card-orientation/card-orientation.component.mjs +10 -10
  141. package/esm2020/card/examples/card-orientation/card-orientation.module.mjs +10 -12
  142. package/esm2020/card/examples/card-theming/card-theming.component.mjs +9 -13
  143. package/esm2020/card/examples/card-theming/card-theming.module.mjs +8 -10
  144. package/esm2020/card/examples/linkable-card/linkable-card.component.mjs +10 -10
  145. package/esm2020/card/examples/linkable-card/linkable-card.module.mjs +10 -12
  146. package/esm2020/card/examples/raised-card/raised-card.component.mjs +8 -8
  147. package/esm2020/card/examples/raised-card/raised-card.module.mjs +9 -11
  148. package/esm2020/card/examples/stroked-card/stroked-card.component.mjs +8 -8
  149. package/esm2020/card/examples/stroked-card/stroked-card.module.mjs +10 -12
  150. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +6 -6
  151. package/esm2020/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +7 -9
  152. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.component.mjs +6 -6
  153. package/esm2020/checkbox/examples/checkbox-set/checkbox-set.module.mjs +7 -9
  154. package/esm2020/container/examples/container-sizes/container-sizes.component.mjs +8 -8
  155. package/esm2020/container/examples/container-sizes/container-sizes.module.mjs +7 -9
  156. package/esm2020/core/colorable/colorable-mixin.mjs +1 -1
  157. package/esm2020/core/focus/public_api.mjs +2 -1
  158. package/esm2020/core/focus/stack.service.mjs +71 -0
  159. package/esm2020/core/prefix-suffix/prefix-suffix.module.mjs +5 -5
  160. package/esm2020/core/prefix-suffix/prefix.directive.mjs +3 -3
  161. package/esm2020/core/prefix-suffix/prefixable/prefixable.mjs +3 -3
  162. package/esm2020/core/prefix-suffix/suffix.directive.mjs +3 -3
  163. package/esm2020/core/prefix-suffix/suffixable/suffixable.mjs +3 -3
  164. package/esm2020/core/sizeable/sizeable-mixin.mjs +1 -1
  165. package/esm2020/core/statusable/statusable-mixin.mjs +1 -1
  166. package/esm2020/core/text-alignable/text-alignable-mixin.mjs +1 -1
  167. package/esm2020/core/theming/services/class-setter/theme-class-setter.service.mjs +3 -3
  168. package/esm2020/core/theming/services/os-theme/ostheme.service.mjs +3 -3
  169. package/esm2020/core/theming/services/storage/theme-storage.service.mjs +3 -3
  170. package/esm2020/core/theming/services/theming.service.mjs +6 -6
  171. package/esm2020/hero/examples/compact-hero/compact-hero.component.mjs +3 -3
  172. package/esm2020/hero/examples/compact-hero/compact-hero.module.mjs +9 -11
  173. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +10 -10
  174. package/esm2020/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +10 -12
  175. package/esm2020/hero/examples/hero-theming/hero-theming.component.mjs +9 -9
  176. package/esm2020/hero/examples/hero-theming/hero-theming.module.mjs +9 -11
  177. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.component.mjs +3 -3
  178. package/esm2020/hero/examples/hero-with-grid/hero-with-grid.module.mjs +10 -12
  179. package/esm2020/image/examples/basic-image/basic-image.component.mjs +3 -3
  180. package/esm2020/image/examples/basic-image/basic-image.module.mjs +5 -7
  181. package/esm2020/image/examples/load-image/load-image.component.mjs +5 -5
  182. package/esm2020/image/examples/load-image/load-image.module.mjs +6 -8
  183. package/esm2020/image/examples/skeleton-image/skeleton-image.component.mjs +3 -3
  184. package/esm2020/image/examples/skeleton-image/skeleton-image.module.mjs +5 -7
  185. package/esm2020/input/examples/basic-input/basic-input.component.mjs +3 -3
  186. package/esm2020/input/examples/basic-input/basic-input.module.mjs +6 -8
  187. package/esm2020/input/examples/input-disabled/input-disabled.component.mjs +3 -3
  188. package/esm2020/input/examples/input-disabled/input-disabled.module.mjs +6 -8
  189. package/esm2020/input/examples/input-error/input-error.component.mjs +6 -6
  190. package/esm2020/input/examples/input-error/input-error.module.mjs +7 -9
  191. package/esm2020/input/examples/input-with-form-field/input-with-form-field.component.mjs +3 -3
  192. package/esm2020/input/examples/input-with-form-field/input-with-form-field.module.mjs +6 -8
  193. package/esm2020/list/examples/basic-list/basic-list.component.mjs +3 -3
  194. package/esm2020/list/examples/basic-list/basic-list.module.mjs +6 -8
  195. package/esm2020/list/examples/icon-list/icon-list.component.mjs +3 -3
  196. package/esm2020/list/examples/icon-list/icon-list.module.mjs +7 -9
  197. package/esm2020/list/examples/list-examples.module.mjs +9 -15
  198. package/esm2020/list/examples/multiline-list/multiline-list.component.mjs +3 -3
  199. package/esm2020/list/examples/multiline-list/multiline-list.module.mjs +7 -9
  200. package/esm2020/list/examples/nav-list/nav-list.component.mjs +3 -3
  201. package/esm2020/list/examples/nav-list/nav-list.module.mjs +7 -9
  202. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +7 -7
  203. package/esm2020/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +7 -9
  204. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +3 -3
  205. package/esm2020/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +5 -7
  206. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +3 -3
  207. package/esm2020/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +6 -8
  208. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +3 -3
  209. package/esm2020/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +6 -8
  210. package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +3 -3
  211. package/esm2020/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +6 -8
  212. package/esm2020/menu/examples/basic-menu/basic-menu.component.mjs +3 -3
  213. package/esm2020/menu/examples/basic-menu/basic-menu.module.mjs +7 -9
  214. package/esm2020/menu/examples/basic-menu/menu-content/menu-content.component.mjs +3 -3
  215. package/esm2020/modal/examples/basic-modal/basic-modal.component.mjs +3 -3
  216. package/esm2020/modal/examples/basic-modal/basic-modal.module.mjs +6 -8
  217. package/esm2020/modal/examples/basic-modal/modal-content.component.mjs +3 -3
  218. package/esm2020/molecules/accordion/accordion/accordion.component.mjs +3 -3
  219. package/esm2020/molecules/accordion/accordion-item/accordion-item.component.mjs +4 -4
  220. package/esm2020/molecules/accordion/accordion-item-content/accordion-item-content.directive.mjs +3 -3
  221. package/esm2020/molecules/accordion/accordion-item-title/accordion-item-title.directive.mjs +3 -3
  222. package/esm2020/molecules/accordion/accordion.module.mjs +10 -12
  223. package/esm2020/molecules/accordion/nav-accordion-item/nav-accordion-item.component.mjs +11 -8
  224. package/esm2020/molecules/article/article/article.component.mjs +4 -4
  225. package/esm2020/molecules/article/article-lead/article-lead.directive.mjs +3 -3
  226. package/esm2020/molecules/article/article-meta/article-meta.directive.mjs +3 -3
  227. package/esm2020/molecules/article/article-title/article-title.directive.mjs +3 -3
  228. package/esm2020/molecules/article/article.module.mjs +6 -8
  229. package/esm2020/molecules/backdrop/backdrop/backdrop.component.mjs +3 -3
  230. package/esm2020/molecules/backdrop/backdrop.module.mjs +5 -10
  231. package/esm2020/molecules/button-set/button-set.component.mjs +7 -4
  232. package/esm2020/molecules/button-set/button-set.module.mjs +4 -4
  233. package/esm2020/molecules/callout/callout/callout.component.mjs +3 -3
  234. package/esm2020/molecules/callout/callout-body/callout-body.directive.mjs +3 -3
  235. package/esm2020/molecules/callout/callout-icon/callout-icon.directive.mjs +3 -3
  236. package/esm2020/molecules/callout/callout-subtitle/callout-subtitle.directive.mjs +3 -3
  237. package/esm2020/molecules/callout/callout-tagline/callout-tagline.directive.mjs +3 -3
  238. package/esm2020/molecules/callout/callout-title/callout-title.directive.mjs +3 -3
  239. package/esm2020/molecules/callout/callout.module.mjs +6 -8
  240. package/esm2020/molecules/card/card/card.component.mjs +4 -4
  241. package/esm2020/molecules/card/card-actions/card-actions.directive.mjs +3 -3
  242. package/esm2020/molecules/card/card-content/card-content.directive.mjs +3 -3
  243. package/esm2020/molecules/card/card-icon/card-icon.directive.mjs +3 -3
  244. package/esm2020/molecules/card/card-image/card-image.directive.mjs +3 -3
  245. package/esm2020/molecules/card/card-tagline/card-tagline.directive.mjs +3 -3
  246. package/esm2020/molecules/card/card-title/card-title.directive.mjs +3 -3
  247. package/esm2020/molecules/card/card.module.mjs +6 -8
  248. package/esm2020/molecules/feature/feature/feature.component.mjs +3 -3
  249. package/esm2020/molecules/feature/feature-icon/feature-icon.directive.mjs +3 -3
  250. package/esm2020/molecules/feature/feature-subheader/feature-subheader.directive.mjs +3 -3
  251. package/esm2020/molecules/feature/feature-subtitle/feature-subtitle.directive.mjs +3 -3
  252. package/esm2020/molecules/feature/feature-title/feature-title.directive.mjs +3 -3
  253. package/esm2020/molecules/feature/feature.module.mjs +6 -8
  254. package/esm2020/molecules/hero/hero/hero.component.mjs +3 -3
  255. package/esm2020/molecules/hero/hero-body/hero-body.directive.mjs +3 -3
  256. package/esm2020/molecules/hero/hero-icon/hero-icon.directive.mjs +3 -3
  257. package/esm2020/molecules/hero/hero-subtitle/hero-subtitle.directive.mjs +3 -3
  258. package/esm2020/molecules/hero/hero-tagline/hero-tagline.directive.mjs +3 -3
  259. package/esm2020/molecules/hero/hero-title/hero-title.directive.mjs +3 -3
  260. package/esm2020/molecules/hero/hero.module.mjs +6 -8
  261. package/esm2020/molecules/image-gallery/gallery-image/gallery-image.component.mjs +3 -3
  262. package/esm2020/molecules/image-gallery/image-gallery/image-gallery.component.mjs +3 -3
  263. package/esm2020/molecules/image-gallery/image-gallery.module.mjs +7 -9
  264. package/esm2020/molecules/image-list/image-list.component.mjs +4 -4
  265. package/esm2020/molecules/image-list/image-list.module.mjs +5 -7
  266. package/esm2020/molecules/link-set/link-set/link-set.component.mjs +3 -3
  267. package/esm2020/molecules/link-set/link-set-heading/link-set-heading.directive.mjs +3 -3
  268. package/esm2020/molecules/link-set/link-set-item/link-set-item.component.mjs +3 -3
  269. package/esm2020/molecules/link-set/link-set-subheading/link-set-subheading.directive.mjs +3 -3
  270. package/esm2020/molecules/link-set/link-set.module.mjs +6 -8
  271. package/esm2020/molecules/list/list/list.component.mjs +4 -4
  272. package/esm2020/molecules/list/list-item/list-item.component.mjs +3 -3
  273. package/esm2020/molecules/list/list-subheader/list-subheader.directive.mjs +3 -3
  274. package/esm2020/molecules/list/list.module.mjs +8 -10
  275. package/esm2020/molecules/media-gallery/media-gallery.component.mjs +7 -7
  276. package/esm2020/molecules/media-gallery/media-gallery.module.mjs +5 -7
  277. package/esm2020/molecules/media-gallery/media-renderer/media-renderer.component.mjs +4 -4
  278. package/esm2020/molecules/media-gallery/registry/media-gallery.registry.mjs +3 -3
  279. package/esm2020/molecules/media-gallery/thumbnail/thumbnail.directive.mjs +5 -5
  280. package/esm2020/molecules/menu/menu/menu.component.mjs +3 -3
  281. package/esm2020/molecules/menu/menu-activator/menu-activator.component.mjs +3 -3
  282. package/esm2020/molecules/menu/menu-item/menu-item.component.mjs +3 -3
  283. package/esm2020/molecules/menu/menu.module.mjs +8 -10
  284. package/esm2020/molecules/menu/service/menu.service.mjs +3 -3
  285. package/esm2020/molecules/modal/modal/modal.component.mjs +4 -4
  286. package/esm2020/molecules/modal/modal-actions/modal-actions.component.mjs +3 -3
  287. package/esm2020/molecules/modal/modal-content/modal-content.component.mjs +3 -3
  288. package/esm2020/molecules/modal/modal-header/modal-header.component.mjs +3 -3
  289. package/esm2020/molecules/modal/modal-title/modal-title.directive.mjs +3 -3
  290. package/esm2020/molecules/modal/modal.module.mjs +8 -10
  291. package/esm2020/molecules/modal/service/modal.service.mjs +5 -5
  292. package/esm2020/molecules/navbar/navbar.component.mjs +3 -3
  293. package/esm2020/molecules/navbar/navbar.module.mjs +4 -4
  294. package/esm2020/molecules/paginator/paginator.component.mjs +11 -8
  295. package/esm2020/molecules/paginator/paginator.module.mjs +8 -10
  296. package/esm2020/molecules/qty-dropdown/qty-dropdown.component.mjs +8 -8
  297. package/esm2020/molecules/qty-dropdown/qty-dropdown.module.mjs +10 -12
  298. package/esm2020/molecules/sidebar/animation/sidebar-viewport-animation-state.mjs +1 -1
  299. package/esm2020/molecules/sidebar/sidebar/sidebar.component.mjs +5 -5
  300. package/esm2020/molecules/sidebar/sidebar-viewport/content-pad.mjs +2 -2
  301. package/esm2020/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.mjs +7 -7
  302. package/esm2020/molecules/sidebar/sidebar.module.mjs +9 -11
  303. package/esm2020/navbar/examples/basic-navbar/basic-navbar.component.mjs +3 -3
  304. package/esm2020/navbar/examples/basic-navbar/basic-navbar.module.mjs +8 -10
  305. package/esm2020/navbar/examples/contained-navbar/contained-navbar.component.mjs +3 -3
  306. package/esm2020/navbar/examples/contained-navbar/contained-navbar.module.mjs +8 -10
  307. package/esm2020/navbar/examples/navbar-theming/navbar-theming.component.mjs +8 -8
  308. package/esm2020/navbar/examples/navbar-theming/navbar-theming.module.mjs +8 -10
  309. package/esm2020/navbar/examples/raised-navbar/raised-navbar.component.mjs +3 -3
  310. package/esm2020/navbar/examples/raised-navbar/raised-navbar.module.mjs +7 -9
  311. package/esm2020/notification/examples/default-notification/default-notification.component.mjs +7 -12
  312. package/esm2020/notification/examples/default-notification/default-notification.module.mjs +8 -10
  313. package/esm2020/notification/examples/dismissable-notification/dismissable-notification.component.mjs +7 -12
  314. package/esm2020/notification/examples/dismissable-notification/dismissable-notification.module.mjs +8 -10
  315. package/esm2020/notification/examples/notification-orientations/notification-orientations.component.mjs +8 -8
  316. package/esm2020/notification/examples/notification-orientations/notification-orientations.module.mjs +9 -11
  317. package/esm2020/notification/examples/notification-status/notification-status.component.mjs +9 -9
  318. package/esm2020/notification/examples/notification-status/notification-status.module.mjs +9 -11
  319. package/esm2020/notification/notification/notification.component.mjs +6 -6
  320. package/esm2020/notification/notification-actions/notification-actions.directive.mjs +3 -3
  321. package/esm2020/notification/notification-message/notification-message.directive.mjs +3 -3
  322. package/esm2020/notification/notification-subtitle/notification-subtitle.directive.mjs +3 -3
  323. package/esm2020/notification/notification-title/notification-title.directive.mjs +3 -3
  324. package/esm2020/notification/notification.module.mjs +8 -10
  325. package/esm2020/paginator/examples/basic-paginator/basic-paginator.component.mjs +3 -3
  326. package/esm2020/paginator/examples/paginator-examples.module.mjs +6 -11
  327. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +9 -9
  328. package/esm2020/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +8 -10
  329. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +9 -9
  330. package/esm2020/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +8 -10
  331. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +9 -9
  332. package/esm2020/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +8 -10
  333. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +9 -9
  334. package/esm2020/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +8 -10
  335. package/esm2020/radio/examples/basic-radio/basic-radio.component.mjs +7 -7
  336. package/esm2020/radio/examples/basic-radio/basic-radio.module.mjs +6 -8
  337. package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +5 -5
  338. package/esm2020/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +6 -8
  339. package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.mjs +3 -3
  340. package/esm2020/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.module.mjs +7 -9
  341. package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.mjs +3 -3
  342. package/esm2020/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.module.mjs +6 -8
  343. package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.mjs +3 -3
  344. package/esm2020/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.module.mjs +6 -8
  345. package/esm2020/sidebar/examples/under-sidebar/under-sidebar.component.mjs +3 -3
  346. package/esm2020/sidebar/examples/under-sidebar/under-sidebar.module.mjs +7 -9
  347. package/esm2020/tree/examples/basic-tree/basic-tree.component.mjs +5 -5
  348. package/esm2020/tree/examples/basic-tree/basic-tree.module.mjs +7 -9
  349. package/esm2020/tree/tree/tree-notifier.service.mjs +1 -1
  350. package/esm2020/tree/tree/tree.component.mjs +6 -6
  351. package/esm2020/tree/tree-item/tree-item.directive.mjs +3 -3
  352. package/esm2020/tree/tree.module.mjs +6 -8
  353. package/esm2020/tree/utils/hydrate-tree.mjs +1 -1
  354. package/esm2020/tree/utils/transform-in-place.mjs +1 -1
  355. package/fesm2015/daffodil-design-accordion-examples.mjs +14 -18
  356. package/fesm2015/daffodil-design-accordion-examples.mjs.map +1 -1
  357. package/fesm2015/daffodil-design-article-examples.mjs +38 -43
  358. package/fesm2015/daffodil-design-article-examples.mjs.map +1 -1
  359. package/fesm2015/daffodil-design-button-examples.mjs +70 -122
  360. package/fesm2015/daffodil-design-button-examples.mjs.map +1 -1
  361. package/fesm2015/daffodil-design-callout-examples.mjs +54 -62
  362. package/fesm2015/daffodil-design-callout-examples.mjs.map +1 -1
  363. package/fesm2015/daffodil-design-card-examples.mjs +79 -95
  364. package/fesm2015/daffodil-design-card-examples.mjs.map +1 -1
  365. package/fesm2015/daffodil-design-checkbox-examples.mjs +21 -25
  366. package/fesm2015/daffodil-design-checkbox-examples.mjs.map +1 -1
  367. package/fesm2015/daffodil-design-container-examples.mjs +14 -16
  368. package/fesm2015/daffodil-design-container-examples.mjs.map +1 -1
  369. package/fesm2015/daffodil-design-hero-examples.mjs +52 -60
  370. package/fesm2015/daffodil-design-hero-examples.mjs.map +1 -1
  371. package/fesm2015/daffodil-design-image-examples.mjs +23 -29
  372. package/fesm2015/daffodil-design-image-examples.mjs.map +1 -1
  373. package/fesm2015/daffodil-design-input-examples.mjs +35 -43
  374. package/fesm2015/daffodil-design-input-examples.mjs.map +1 -1
  375. package/fesm2015/daffodil-design-list-examples.mjs +50 -63
  376. package/fesm2015/daffodil-design-list-examples.mjs.map +1 -1
  377. package/fesm2015/daffodil-design-loading-icon-examples.mjs +19 -23
  378. package/fesm2015/daffodil-design-loading-icon-examples.mjs.map +1 -1
  379. package/fesm2015/daffodil-design-media-gallery-examples.mjs +24 -30
  380. package/fesm2015/daffodil-design-media-gallery-examples.mjs.map +1 -1
  381. package/fesm2015/daffodil-design-menu-examples.mjs +12 -14
  382. package/fesm2015/daffodil-design-menu-examples.mjs.map +1 -1
  383. package/fesm2015/daffodil-design-modal-examples.mjs +11 -13
  384. package/fesm2015/daffodil-design-modal-examples.mjs.map +1 -1
  385. package/fesm2015/daffodil-design-navbar-examples.mjs +42 -50
  386. package/fesm2015/daffodil-design-navbar-examples.mjs.map +1 -1
  387. package/fesm2015/daffodil-design-notification-examples.mjs +51 -69
  388. package/fesm2015/daffodil-design-notification-examples.mjs.map +1 -1
  389. package/fesm2015/daffodil-design-notification.mjs +80 -82
  390. package/fesm2015/daffodil-design-notification.mjs.map +1 -1
  391. package/fesm2015/daffodil-design-paginator-examples.mjs +8 -13
  392. package/fesm2015/daffodil-design-paginator-examples.mjs.map +1 -1
  393. package/fesm2015/daffodil-design-quantity-field-examples.mjs +51 -59
  394. package/fesm2015/daffodil-design-quantity-field-examples.mjs.map +1 -1
  395. package/fesm2015/daffodil-design-radio-examples.mjs +11 -13
  396. package/fesm2015/daffodil-design-radio-examples.mjs.map +1 -1
  397. package/fesm2015/daffodil-design-sidebar-examples.mjs +43 -53
  398. package/fesm2015/daffodil-design-sidebar-examples.mjs.map +1 -1
  399. package/fesm2015/daffodil-design-tree-examples.mjs +12 -14
  400. package/fesm2015/daffodil-design-tree-examples.mjs.map +1 -1
  401. package/fesm2015/daffodil-design-tree.mjs +161 -163
  402. package/fesm2015/daffodil-design-tree.mjs.map +1 -1
  403. package/fesm2015/daffodil-design.mjs +1027 -1009
  404. package/fesm2015/daffodil-design.mjs.map +1 -1
  405. package/fesm2020/daffodil-design-accordion-examples.mjs +14 -18
  406. package/fesm2020/daffodil-design-accordion-examples.mjs.map +1 -1
  407. package/fesm2020/daffodil-design-article-examples.mjs +38 -43
  408. package/fesm2020/daffodil-design-article-examples.mjs.map +1 -1
  409. package/fesm2020/daffodil-design-button-examples.mjs +70 -122
  410. package/fesm2020/daffodil-design-button-examples.mjs.map +1 -1
  411. package/fesm2020/daffodil-design-callout-examples.mjs +54 -62
  412. package/fesm2020/daffodil-design-callout-examples.mjs.map +1 -1
  413. package/fesm2020/daffodil-design-card-examples.mjs +79 -95
  414. package/fesm2020/daffodil-design-card-examples.mjs.map +1 -1
  415. package/fesm2020/daffodil-design-checkbox-examples.mjs +21 -25
  416. package/fesm2020/daffodil-design-checkbox-examples.mjs.map +1 -1
  417. package/fesm2020/daffodil-design-container-examples.mjs +14 -16
  418. package/fesm2020/daffodil-design-container-examples.mjs.map +1 -1
  419. package/fesm2020/daffodil-design-hero-examples.mjs +52 -60
  420. package/fesm2020/daffodil-design-hero-examples.mjs.map +1 -1
  421. package/fesm2020/daffodil-design-image-examples.mjs +23 -29
  422. package/fesm2020/daffodil-design-image-examples.mjs.map +1 -1
  423. package/fesm2020/daffodil-design-input-examples.mjs +35 -43
  424. package/fesm2020/daffodil-design-input-examples.mjs.map +1 -1
  425. package/fesm2020/daffodil-design-list-examples.mjs +50 -63
  426. package/fesm2020/daffodil-design-list-examples.mjs.map +1 -1
  427. package/fesm2020/daffodil-design-loading-icon-examples.mjs +19 -23
  428. package/fesm2020/daffodil-design-loading-icon-examples.mjs.map +1 -1
  429. package/fesm2020/daffodil-design-media-gallery-examples.mjs +24 -30
  430. package/fesm2020/daffodil-design-media-gallery-examples.mjs.map +1 -1
  431. package/fesm2020/daffodil-design-menu-examples.mjs +12 -14
  432. package/fesm2020/daffodil-design-menu-examples.mjs.map +1 -1
  433. package/fesm2020/daffodil-design-modal-examples.mjs +11 -13
  434. package/fesm2020/daffodil-design-modal-examples.mjs.map +1 -1
  435. package/fesm2020/daffodil-design-navbar-examples.mjs +42 -50
  436. package/fesm2020/daffodil-design-navbar-examples.mjs.map +1 -1
  437. package/fesm2020/daffodil-design-notification-examples.mjs +51 -69
  438. package/fesm2020/daffodil-design-notification-examples.mjs.map +1 -1
  439. package/fesm2020/daffodil-design-notification.mjs +80 -82
  440. package/fesm2020/daffodil-design-notification.mjs.map +1 -1
  441. package/fesm2020/daffodil-design-paginator-examples.mjs +8 -13
  442. package/fesm2020/daffodil-design-paginator-examples.mjs.map +1 -1
  443. package/fesm2020/daffodil-design-quantity-field-examples.mjs +51 -59
  444. package/fesm2020/daffodil-design-quantity-field-examples.mjs.map +1 -1
  445. package/fesm2020/daffodil-design-radio-examples.mjs +11 -13
  446. package/fesm2020/daffodil-design-radio-examples.mjs.map +1 -1
  447. package/fesm2020/daffodil-design-sidebar-examples.mjs +43 -53
  448. package/fesm2020/daffodil-design-sidebar-examples.mjs.map +1 -1
  449. package/fesm2020/daffodil-design-tree-examples.mjs +12 -14
  450. package/fesm2020/daffodil-design-tree-examples.mjs.map +1 -1
  451. package/fesm2020/daffodil-design-tree.mjs +158 -160
  452. package/fesm2020/daffodil-design-tree.mjs.map +1 -1
  453. package/fesm2020/daffodil-design.mjs +1022 -1006
  454. package/fesm2020/daffodil-design.mjs.map +1 -1
  455. package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
  456. package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +3 -3
  457. package/hero/examples/hero-theming/hero-theming.component.d.ts +3 -3
  458. package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
  459. package/image/examples/basic-image/basic-image.component.d.ts +1 -1
  460. package/image/examples/load-image/load-image.component.d.ts +1 -1
  461. package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
  462. package/input/examples/basic-input/basic-input.component.d.ts +1 -1
  463. package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
  464. package/input/examples/input-error/input-error.component.d.ts +3 -3
  465. package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
  466. package/list/examples/basic-list/basic-list.component.d.ts +1 -1
  467. package/list/examples/icon-list/icon-list.component.d.ts +1 -1
  468. package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
  469. package/list/examples/nav-list/nav-list.component.d.ts +1 -1
  470. package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +3 -3
  471. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
  472. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
  473. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
  474. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
  475. package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
  476. package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
  477. package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
  478. package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
  479. package/molecules/accordion/accordion/accordion.component.d.ts +1 -1
  480. package/molecules/accordion/accordion-item/accordion-item.component.d.ts +1 -1
  481. package/molecules/accordion/accordion-item-content/accordion-item-content.directive.d.ts +1 -1
  482. package/molecules/accordion/accordion-item-title/accordion-item-title.directive.d.ts +1 -1
  483. package/molecules/accordion/nav-accordion-item/nav-accordion-item.component.d.ts +4 -1
  484. package/molecules/article/article/article.component.d.ts +1 -1
  485. package/molecules/article/article-lead/article-lead.directive.d.ts +1 -1
  486. package/molecules/article/article-meta/article-meta.directive.d.ts +1 -1
  487. package/molecules/article/article-title/article-title.directive.d.ts +1 -1
  488. package/molecules/backdrop/backdrop/backdrop.component.d.ts +1 -1
  489. package/molecules/button-set/button-set.component.d.ts +4 -1
  490. package/molecules/callout/callout/callout.component.d.ts +1 -1
  491. package/molecules/callout/callout-body/callout-body.directive.d.ts +1 -1
  492. package/molecules/callout/callout-icon/callout-icon.directive.d.ts +1 -1
  493. package/molecules/callout/callout-subtitle/callout-subtitle.directive.d.ts +1 -1
  494. package/molecules/callout/callout-tagline/callout-tagline.directive.d.ts +1 -1
  495. package/molecules/callout/callout-title/callout-title.directive.d.ts +1 -1
  496. package/molecules/card/card/card.component.d.ts +1 -1
  497. package/molecules/card/card-actions/card-actions.directive.d.ts +1 -1
  498. package/molecules/card/card-content/card-content.directive.d.ts +1 -1
  499. package/molecules/card/card-icon/card-icon.directive.d.ts +1 -1
  500. package/molecules/card/card-image/card-image.directive.d.ts +1 -1
  501. package/molecules/card/card-tagline/card-tagline.directive.d.ts +1 -1
  502. package/molecules/card/card-title/card-title.directive.d.ts +1 -1
  503. package/molecules/feature/feature/feature.component.d.ts +1 -1
  504. package/molecules/feature/feature-icon/feature-icon.directive.d.ts +1 -1
  505. package/molecules/feature/feature-subheader/feature-subheader.directive.d.ts +1 -1
  506. package/molecules/feature/feature-subtitle/feature-subtitle.directive.d.ts +1 -1
  507. package/molecules/feature/feature-title/feature-title.directive.d.ts +1 -1
  508. package/molecules/hero/hero/hero.component.d.ts +1 -1
  509. package/molecules/hero/hero-body/hero-body.directive.d.ts +1 -1
  510. package/molecules/hero/hero-icon/hero-icon.directive.d.ts +1 -1
  511. package/molecules/hero/hero-subtitle/hero-subtitle.directive.d.ts +1 -1
  512. package/molecules/hero/hero-tagline/hero-tagline.directive.d.ts +1 -1
  513. package/molecules/hero/hero-title/hero-title.directive.d.ts +1 -1
  514. package/molecules/image-gallery/gallery-image/gallery-image.component.d.ts +1 -1
  515. package/molecules/image-gallery/image-gallery/image-gallery.component.d.ts +1 -1
  516. package/molecules/image-list/image-list.component.d.ts +1 -1
  517. package/molecules/link-set/link-set/link-set.component.d.ts +1 -1
  518. package/molecules/link-set/link-set-heading/link-set-heading.directive.d.ts +1 -1
  519. package/molecules/link-set/link-set-item/link-set-item.component.d.ts +1 -1
  520. package/molecules/link-set/link-set-subheading/link-set-subheading.directive.d.ts +1 -1
  521. package/molecules/list/list/list.component.d.ts +1 -1
  522. package/molecules/list/list-item/list-item.component.d.ts +1 -1
  523. package/molecules/list/list-subheader/list-subheader.directive.d.ts +1 -1
  524. package/molecules/media-gallery/media-gallery.component.d.ts +2 -2
  525. package/molecules/media-gallery/media-renderer/media-renderer.component.d.ts +1 -1
  526. package/molecules/media-gallery/thumbnail/thumbnail.directive.d.ts +2 -2
  527. package/molecules/menu/menu/menu.component.d.ts +1 -1
  528. package/molecules/menu/menu-activator/menu-activator.component.d.ts +1 -1
  529. package/molecules/menu/menu-item/menu-item.component.d.ts +1 -1
  530. package/molecules/modal/modal/modal.component.d.ts +1 -1
  531. package/molecules/modal/modal-actions/modal-actions.component.d.ts +1 -1
  532. package/molecules/modal/modal-content/modal-content.component.d.ts +1 -1
  533. package/molecules/modal/modal-header/modal-header.component.d.ts +1 -1
  534. package/molecules/modal/modal-title/modal-title.directive.d.ts +1 -1
  535. package/molecules/navbar/navbar.component.d.ts +1 -1
  536. package/molecules/paginator/paginator.component.d.ts +7 -4
  537. package/molecules/qty-dropdown/qty-dropdown.component.d.ts +1 -1
  538. package/molecules/sidebar/animation/sidebar-viewport-animation-state.d.ts +1 -1
  539. package/molecules/sidebar/sidebar/sidebar.component.d.ts +1 -1
  540. package/molecules/sidebar/sidebar-viewport/sidebar-viewport.component.d.ts +1 -1
  541. package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
  542. package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
  543. package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +3 -3
  544. package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
  545. package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
  546. package/notification/examples/dismissable-notification/dismissable-notification.component.d.ts +1 -1
  547. package/notification/examples/notification-orientations/notification-orientations.component.d.ts +3 -3
  548. package/notification/examples/notification-status/notification-status.component.d.ts +3 -3
  549. package/notification/notification/notification.component.d.ts +1 -1
  550. package/notification/notification-actions/notification-actions.directive.d.ts +1 -1
  551. package/notification/notification-message/notification-message.directive.d.ts +1 -1
  552. package/notification/notification-subtitle/notification-subtitle.directive.d.ts +1 -1
  553. package/notification/notification-title/notification-title.directive.d.ts +1 -1
  554. package/package.json +1 -1
  555. package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
  556. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +3 -3
  557. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +3 -3
  558. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +3 -3
  559. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +3 -3
  560. package/radio/examples/basic-radio/basic-radio.component.d.ts +3 -3
  561. package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
  562. package/sidebar/examples/fixed-and-over-sidebar/fixed-and-over-sidebar.component.d.ts +1 -1
  563. package/sidebar/examples/sidebar-with-sticky/sidebar-with-sticky.component.d.ts +1 -1
  564. package/sidebar/examples/two-fixed-sidebars-either-side/two-fixed-sidebars-either-side.component.d.ts +1 -1
  565. package/sidebar/examples/under-sidebar/under-sidebar.component.d.ts +1 -1
  566. package/src/molecules/article/article/article-theme.scss +2 -2
  567. package/src/molecules/card/card/card-theme-variants/linkable-card.scss +6 -13
  568. package/src/molecules/card/card/card-theme.scss +13 -29
  569. package/src/molecules/list/list/list-theme.scss +6 -3
  570. package/src/molecules/media-gallery/media-gallery-theme.scss +0 -1
  571. package/src/molecules/paginator/paginator-theme.scss +20 -2
  572. package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
  573. package/tree/tree/tree.component.d.ts +2 -2
  574. package/tree/tree-item/tree-item.directive.d.ts +1 -1
  575. package/accordion/examples/daffodil-design-accordion-examples.d.ts +0 -5
  576. package/accordion/examples/package.json +0 -1
  577. package/article/examples/daffodil-design-article-examples.d.ts +0 -5
  578. package/article/examples/package.json +0 -1
  579. package/button/examples/daffodil-design-button-examples.d.ts +0 -5
  580. package/button/examples/package.json +0 -1
  581. package/callout/examples/daffodil-design-callout-examples.d.ts +0 -5
  582. package/callout/examples/package.json +0 -1
  583. package/card/examples/daffodil-design-card-examples.d.ts +0 -5
  584. package/card/examples/package.json +0 -1
  585. package/checkbox/examples/daffodil-design-checkbox-examples.d.ts +0 -5
  586. package/checkbox/examples/package.json +0 -1
  587. package/container/examples/daffodil-design-container-examples.d.ts +0 -5
  588. package/container/examples/package.json +0 -1
  589. package/hero/examples/daffodil-design-hero-examples.d.ts +0 -5
  590. package/hero/examples/package.json +0 -1
  591. package/image/examples/daffodil-design-image-examples.d.ts +0 -5
  592. package/image/examples/package.json +0 -1
  593. package/input/examples/daffodil-design-input-examples.d.ts +0 -5
  594. package/input/examples/package.json +0 -1
  595. package/list/examples/daffodil-design-list-examples.d.ts +0 -5
  596. package/list/examples/package.json +0 -1
  597. package/loading-icon/examples/daffodil-design-loading-icon-examples.d.ts +0 -5
  598. package/loading-icon/examples/package.json +0 -1
  599. package/media-gallery/examples/daffodil-design-media-gallery-examples.d.ts +0 -5
  600. package/media-gallery/examples/package.json +0 -1
  601. package/menu/examples/daffodil-design-menu-examples.d.ts +0 -5
  602. package/menu/examples/package.json +0 -1
  603. package/modal/examples/daffodil-design-modal-examples.d.ts +0 -5
  604. package/modal/examples/package.json +0 -1
  605. package/navbar/examples/daffodil-design-navbar-examples.d.ts +0 -5
  606. package/navbar/examples/package.json +0 -1
  607. package/notification/examples/daffodil-design-notification-examples.d.ts +0 -5
  608. package/notification/examples/package.json +0 -1
  609. package/notification/package.json +0 -1
  610. package/paginator/examples/daffodil-design-paginator-examples.d.ts +0 -5
  611. package/paginator/examples/package.json +0 -1
  612. package/quantity-field/examples/daffodil-design-quantity-field-examples.d.ts +0 -5
  613. package/quantity-field/examples/package.json +0 -1
  614. package/radio/examples/daffodil-design-radio-examples.d.ts +0 -5
  615. package/radio/examples/package.json +0 -1
  616. package/scss/README.md +0 -7
  617. package/scss/theming/README.md +0 -104
  618. package/scss/typography/README.md +0 -85
  619. package/sidebar/examples/daffodil-design-sidebar-examples.d.ts +0 -5
  620. package/sidebar/examples/package.json +0 -1
  621. package/src/atoms/button/README.md +0 -58
  622. package/src/atoms/container/README.md +0 -18
  623. package/src/atoms/form/README.md +0 -0
  624. package/src/atoms/form/checkbox/README.md +0 -0
  625. package/src/atoms/form/checkbox-set/README.md +0 -0
  626. package/src/atoms/form/error-message/README.md +0 -11
  627. package/src/atoms/form/form-field/README.md +0 -36
  628. package/src/atoms/form/form-label/README.md +0 -0
  629. package/src/atoms/form/input/README.md +0 -24
  630. package/src/atoms/form/native-select/README.md +0 -13
  631. package/src/atoms/form/quantity-field/README.md +0 -24
  632. package/src/atoms/form/radio/README.md +0 -55
  633. package/src/atoms/form/radio-set/README.md +0 -0
  634. package/src/atoms/image/README.md +0 -31
  635. package/src/atoms/loading-icon/README.md +0 -7
  636. package/src/atoms/progress-indicator/README.md +0 -2
  637. package/src/molecules/accordion/README.md +0 -21
  638. package/src/molecules/article/README.md +0 -49
  639. package/src/molecules/backdrop/README.md +0 -13
  640. package/src/molecules/button-set/README.md +0 -13
  641. package/src/molecules/callout/README.md +0 -54
  642. package/src/molecules/card/README.md +0 -60
  643. package/src/molecules/feature/README.md +0 -48
  644. package/src/molecules/hero/README.md +0 -54
  645. package/src/molecules/image-gallery/README.md +0 -31
  646. package/src/molecules/image-list/README.md +0 -14
  647. package/src/molecules/link-set/README.md +0 -44
  648. package/src/molecules/list/README.md +0 -69
  649. package/src/molecules/media-gallery/README.md +0 -19
  650. package/src/molecules/menu/README.md +0 -7
  651. package/src/molecules/modal/README.md +0 -47
  652. package/src/molecules/navbar/README.md +0 -41
  653. package/src/molecules/paginator/README.md +0 -11
  654. package/src/molecules/qty-dropdown/README.md +0 -0
  655. package/src/molecules/sidebar/README.md +0 -20
  656. package/tree/daffodil-design-tree.d.ts +0 -5
  657. package/tree/examples/daffodil-design-tree-examples.d.ts +0 -5
  658. package/tree/examples/package.json +0 -1
  659. package/tree/package.json +0 -1
  660. /package/{daffodil-design.d.ts → index.d.ts} +0 -0
  661. /package/notification/{daffodil-design-notification.d.ts → index.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { coerceNumberProperty } from '@angular/cdk/coercion';
2
2
  import { Component, Input, ViewChild, ChangeDetectionStrategy, ChangeDetectorRef, } from '@angular/core';
3
- import { FormControl, NgControl, } from '@angular/forms';
3
+ import { UntypedFormControl, NgControl, } from '@angular/forms';
4
4
  import { Subject } from 'rxjs';
5
5
  import { takeUntil } from 'rxjs/operators';
6
6
  import { DaffInputComponent } from '../../input/public_api';
@@ -27,7 +27,7 @@ export class DaffQuantityInputComponent {
27
27
  * to avoid triggering updates on the input event.
28
28
  * Instead, we listen for the change event and manually patch form control values.
29
29
  */
30
- this._inputControl = new FormControl();
30
+ this._inputControl = new UntypedFormControl();
31
31
  this._destroyed = new Subject();
32
32
  }
33
33
  get focused() {
@@ -81,9 +81,9 @@ export class DaffQuantityInputComponent {
81
81
  : this._inputControl.enable();
82
82
  }
83
83
  }
84
- /** @nocollapse */ DaffQuantityInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityInputComponent, deps: [{ token: i1.NgControl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
85
- /** @nocollapse */ DaffQuantityInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffQuantityInputComponent, selector: "daff-quantity-input", inputs: { min: "min", max: "max" }, viewQueries: [{ propertyName: "input", first: true, predicate: DaffInputComponent, descendants: true }], ngImport: i0, template: "<input daff-input\n type=\"number\"\n [attr.max]=\"max\"\n [attr.min]=\"min\"\n [attr.step]=\"1\"\n (focus)=\"onFocus()\"\n (blur)=\"onBlur()\"\n (change)=\"onValueChange($event)\"\n [formControl]=\"_inputControl\"\n>\n", components: [{ type: i2.DaffInputComponent, selector: "input[daff-input]", inputs: ["formSubmitted"] }], directives: [{ type: i1.MaxValidator, selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]", inputs: ["max"] }, { type: i1.MinValidator, selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]", inputs: ["min"] }, { type: i1.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityInputComponent, decorators: [{
84
+ /** @nocollapse */ DaffQuantityInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityInputComponent, deps: [{ token: i1.NgControl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
85
+ /** @nocollapse */ DaffQuantityInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantityInputComponent, selector: "daff-quantity-input", inputs: { min: "min", max: "max" }, viewQueries: [{ propertyName: "input", first: true, predicate: DaffInputComponent, descendants: true }], ngImport: i0, template: "<input daff-input\n type=\"number\"\n [attr.max]=\"max\"\n [attr.min]=\"min\"\n [attr.step]=\"1\"\n (focus)=\"onFocus()\"\n (blur)=\"onBlur()\"\n (change)=\"onValueChange($event)\"\n [formControl]=\"_inputControl\"\n>\n", dependencies: [{ kind: "component", type: i2.DaffInputComponent, selector: "input[daff-input]", inputs: ["formSubmitted"] }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.MinValidator, selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]", inputs: ["min"] }, { kind: "directive", type: i1.MaxValidator, selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]", inputs: ["max"] }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityInputComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ selector: 'daff-quantity-input', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input daff-input\n type=\"number\"\n [attr.max]=\"max\"\n [attr.min]=\"min\"\n [attr.step]=\"1\"\n (focus)=\"onFocus()\"\n (blur)=\"onBlur()\"\n (change)=\"onValueChange($event)\"\n [formControl]=\"_inputControl\"\n>\n" }]
89
89
  }], ctorParameters: function () { return [{ type: i1.NgControl }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { input: [{
@@ -94,4 +94,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
94
94
  }], max: [{
95
95
  type: Input
96
96
  }] } });
97
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbnRpdHktaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktaW5wdXQvcXVhbnRpdHktaW5wdXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktaW5wdXQvcXVhbnRpdHktaW5wdXQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDN0QsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsU0FBUyxFQUNULHVCQUF1QixFQUN2QixpQkFBaUIsR0FHbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLFdBQVcsRUFDWCxTQUFTLEdBQ1YsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUzQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7OztBQU81RCxNQUFNLE9BQU8sMEJBQTBCO0lBMkNyQyxZQUNTLFNBQW9CLEVBQ25CLGlCQUFvQztRQURyQyxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBQ25CLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUExQzlDOzs7V0FHRztRQUNNLFFBQUcsR0FBRyxDQUFDLENBQUM7UUFFakI7OztXQUdHO1FBQ00sUUFBRyxHQUFHLEVBQUUsQ0FBQztRQUVsQjs7Ozs7V0FLRztRQUNILGtCQUFhLEdBQUcsSUFBSSxXQUFXLEVBQUUsQ0FBQztRQU1sQyxlQUFVLEdBQUcsSUFBSSxPQUFPLEVBQUUsQ0FBQztJQW1CeEIsQ0FBQztJQXZCSixJQUFJLE9BQU87UUFDVCxPQUFPLElBQUksQ0FBQyxLQUFLLEVBQUUsT0FBTyxDQUFDO0lBQzdCLENBQUM7SUFJRCxJQUFJLEtBQUs7UUFDUCxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQztJQUN0QyxDQUFDO0lBQ0QsSUFBSSxLQUFLLENBQUMsS0FBSztRQUNiLE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxvQkFBb0IsQ0FBQyxLQUFLLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUN4RSxJQUFJLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxVQUFVLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDdkMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDbkMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3hDLENBQUM7SUFFRCxJQUFJLFFBQVE7UUFDVixPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQztJQUN6QyxDQUFDO0lBT0QsUUFBUTtRQUNOLElBQUksQ0FBQyxhQUFhLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzVELElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO1FBQ3hCLElBQUksQ0FBQyxTQUFTLENBQUMsYUFBYSxDQUFDLElBQUksQ0FDL0IsU0FBUyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FDM0IsQ0FBQyxTQUFTLENBQUMsR0FBRyxFQUFFO1lBQ2YsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7UUFDMUIsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDO0lBRUQsV0FBVztRQUNULElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzdCLENBQUM7SUFFRCxLQUFLO1FBQ0gsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsT0FBTztRQUNMLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ3pDLENBQUM7SUFFRCxNQUFNO1FBQ0osSUFBSSxJQUFJLENBQUMsS0FBSyxLQUFLLElBQUksSUFBSSxJQUFJLENBQUMsS0FBSyxLQUFLLFNBQVMsRUFBRTtZQUNuRCxJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQztZQUNmLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxZQUFZLEVBQUUsQ0FBQztTQUN2QztJQUNILENBQUM7SUFFRDs7O09BR0c7SUFDSCxhQUFhLENBQUMsQ0FBTTtRQUNsQixJQUFJLENBQUMsS0FBSyxHQUFHLENBQUMsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDO0lBQzlCLENBQUM7SUFFTyxnQkFBZ0I7UUFDdEIsb0VBQW9FO1FBQ3BFLElBQUksQ0FBQyxTQUFTLENBQUMsUUFBUTtZQUNyQixDQUFDLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxPQUFPLEVBQUU7WUFDOUIsQ0FBQyxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDbEMsQ0FBQzs7MElBMUZVLDBCQUEwQjs4SEFBMUIsMEJBQTBCLHNJQUMxQixrQkFBa0IsZ0RDekIvQixxT0FVQTsyRkRjYSwwQkFBMEI7a0JBTHRDLFNBQVM7K0JBQ0UscUJBQXFCLG1CQUVkLHVCQUF1QixDQUFDLE1BQU07Z0lBR2hCLEtBQUs7c0JBQW5DLFNBQVM7dUJBQUMsa0JBQWtCO2dCQU1wQixHQUFHO3NCQUFYLEtBQUs7Z0JBTUcsR0FBRztzQkFBWCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY29lcmNlTnVtYmVyUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgVmlld0NoaWxkLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gIE9uSW5pdCxcbiAgT25EZXN0cm95LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIEZvcm1Db250cm9sLFxuICBOZ0NvbnRyb2wsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IHRha2VVbnRpbCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuaW1wb3J0IHsgRGFmZklucHV0Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vaW5wdXQvcHVibGljX2FwaSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtcXVhbnRpdHktaW5wdXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vcXVhbnRpdHktaW5wdXQuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gIEBWaWV3Q2hpbGQoRGFmZklucHV0Q29tcG9uZW50KSBpbnB1dDogRGFmZklucHV0Q29tcG9uZW50O1xuXG4gIC8qKlxuICAgKiBAZG9jc1xuICAgKiBUaGUgbWluaW11bSBudW1iZXIgZm9yIHRoZSBxdWFudGl0eSBpbnB1dCBmaWVsZFxuICAgKi9cbiAgQElucHV0KCkgbWluID0gMTtcblxuICAvKipcbiAgICogQGRvY3NcbiAgICogVGhlIG1heGltdW0gbnVtYmVyIGZvciB0aGUgcXVhbnRpdHkgaW5wdXQgZmllbGRcbiAgICovXG4gIEBJbnB1dCgpIG1heCA9IDEwO1xuXG4gIC8qKlxuICAgKiBBIG5ldyBjb250cm9sIGZvciB0aGUgbmVzdGVkIG5hdGl2ZSBpbnB1dC5cbiAgICogV2UgZG9uJ3QgYmluZCB0aGUgbmF0aXZlIGlucHV0IGRpcmVjdGx5IHRvIHRoZSBpbmhlcml0ZWQgZm9ybSBjb250cm9sXG4gICAqIHRvIGF2b2lkIHRyaWdnZXJpbmcgdXBkYXRlcyBvbiB0aGUgaW5wdXQgZXZlbnQuXG4gICAqIEluc3RlYWQsIHdlIGxpc3RlbiBmb3IgdGhlIGNoYW5nZSBldmVudCBhbmQgbWFudWFsbHkgcGF0Y2ggZm9ybSBjb250cm9sIHZhbHVlcy5cbiAgICovXG4gIF9pbnB1dENvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2woKTtcblxuICBnZXQgZm9jdXNlZCgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gdGhpcy5pbnB1dD8uZm9jdXNlZDtcbiAgfVxuXG4gIF9kZXN0cm95ZWQgPSBuZXcgU3ViamVjdCgpO1xuXG4gIGdldCB2YWx1ZSgpIHtcbiAgICByZXR1cm4gdGhpcy5uZ0NvbnRyb2wuY29udHJvbC52YWx1ZTtcbiAgfVxuICBzZXQgdmFsdWUodmFsdWUpIHtcbiAgICBjb25zdCB2YWwgPSBNYXRoLm1pbihNYXRoLnJvdW5kKGNvZXJjZU51bWJlclByb3BlcnR5KHZhbHVlKSksIHRoaXMubWF4KTtcbiAgICB0aGlzLm5nQ29udHJvbC5jb250cm9sLnBhdGNoVmFsdWUodmFsKTtcbiAgICB0aGlzLl9pbnB1dENvbnRyb2wucGF0Y2hWYWx1ZSh2YWwpO1xuICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3JSZWYubWFya0ZvckNoZWNrKCk7XG4gIH1cblxuICBnZXQgZGlzYWJsZWQoKSB7XG4gICAgcmV0dXJuIHRoaXMubmdDb250cm9sLmNvbnRyb2wuZGlzYWJsZWQ7XG4gIH1cblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgbmdDb250cm9sOiBOZ0NvbnRyb2wsXG4gICAgcHJpdmF0ZSBjaGFuZ2VEZXRlY3RvclJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYsXG4gICkge31cblxuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLl9pbnB1dENvbnRyb2wucGF0Y2hWYWx1ZSh0aGlzLm5nQ29udHJvbC5jb250cm9sLnZhbHVlKTtcbiAgICB0aGlzLnNldElucHV0RGlzYWJsZWQoKTtcbiAgICB0aGlzLm5nQ29udHJvbC5zdGF0dXNDaGFuZ2VzLnBpcGUoXG4gICAgICB0YWtlVW50aWwodGhpcy5fZGVzdHJveWVkKSxcbiAgICApLnN1YnNjcmliZSgoKSA9PiB7XG4gICAgICB0aGlzLnNldElucHV0RGlzYWJsZWQoKTtcbiAgICB9KTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIHRoaXMuX2Rlc3Ryb3llZC5uZXh0KHRydWUpO1xuICB9XG5cbiAgZm9jdXMoKSB7XG4gICAgdGhpcy5pbnB1dC5mb2N1cygpO1xuICB9XG5cbiAgb25Gb2N1cygpIHtcbiAgICB0aGlzLm5nQ29udHJvbC5jb250cm9sLm1hcmtBc1RvdWNoZWQoKTtcbiAgfVxuXG4gIG9uQmx1cigpIHtcbiAgICBpZiAodGhpcy52YWx1ZSA9PT0gbnVsbCB8fCB0aGlzLnZhbHVlID09PSB1bmRlZmluZWQpIHtcbiAgICAgIHRoaXMudmFsdWUgPSAxO1xuICAgICAgdGhpcy5jaGFuZ2VEZXRlY3RvclJlZi5tYXJrRm9yQ2hlY2soKTtcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogQ2FsbGJhY2sgZnVuY3Rpb24gZmlyZWQgd2hlbiB0aGUgdmFsdWUgY2hhbmdlcy5cbiAgICogVXNlZCB0byBwYXNzIHRoZSB2YWx1ZSBiYWNrIHVwIHRvIHRoZSBuZ0NvbnRyb2wuXG4gICAqL1xuICBvblZhbHVlQ2hhbmdlKGU6IGFueSkge1xuICAgIHRoaXMudmFsdWUgPSBlLnRhcmdldC52YWx1ZTtcbiAgfVxuXG4gIHByaXZhdGUgc2V0SW5wdXREaXNhYmxlZCgpIHtcbiAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLXVudXNlZC1leHByZXNzaW9uc1xuICAgIHRoaXMubmdDb250cm9sLmRpc2FibGVkXG4gICAgICA/IHRoaXMuX2lucHV0Q29udHJvbC5kaXNhYmxlKClcbiAgICAgIDogdGhpcy5faW5wdXRDb250cm9sLmVuYWJsZSgpO1xuICB9XG59XG4iLCI8aW5wdXQgZGFmZi1pbnB1dFxuICB0eXBlPVwibnVtYmVyXCJcbiAgW2F0dHIubWF4XT1cIm1heFwiXG4gIFthdHRyLm1pbl09XCJtaW5cIlxuICBbYXR0ci5zdGVwXT1cIjFcIlxuICAoZm9jdXMpPVwib25Gb2N1cygpXCJcbiAgKGJsdXIpPVwib25CbHVyKClcIlxuICAoY2hhbmdlKT1cIm9uVmFsdWVDaGFuZ2UoJGV2ZW50KVwiXG4gIFtmb3JtQ29udHJvbF09XCJfaW5wdXRDb250cm9sXCJcbj5cbiJdfQ==
97
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbnRpdHktaW5wdXQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktaW5wdXQvcXVhbnRpdHktaW5wdXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktaW5wdXQvcXVhbnRpdHktaW5wdXQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDN0QsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsU0FBUyxFQUNULHVCQUF1QixFQUN2QixpQkFBaUIsR0FHbEIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGtCQUFrQixFQUNsQixTQUFTLEdBQ1YsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQy9CLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUUzQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7OztBQU81RCxNQUFNLE9BQU8sMEJBQTBCO0lBMkNyQyxZQUNTLFNBQW9CLEVBQ25CLGlCQUFvQztRQURyQyxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBQ25CLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUExQzlDOzs7V0FHRztRQUNNLFFBQUcsR0FBRyxDQUFDLENBQUM7UUFFakI7OztXQUdHO1FBQ00sUUFBRyxHQUFHLEVBQUUsQ0FBQztRQUVsQjs7Ozs7V0FLRztRQUNILGtCQUFhLEdBQUcsSUFBSSxrQkFBa0IsRUFBRSxDQUFDO1FBTXpDLGVBQVUsR0FBRyxJQUFJLE9BQU8sRUFBRSxDQUFDO0lBbUJ4QixDQUFDO0lBdkJKLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLEtBQUssRUFBRSxPQUFPLENBQUM7SUFDN0IsQ0FBQztJQUlELElBQUksS0FBSztRQUNQLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDO0lBQ3RDLENBQUM7SUFDRCxJQUFJLEtBQUssQ0FBQyxLQUFLO1FBQ2IsTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLG9CQUFvQixDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ3hFLElBQUksQ0FBQyxTQUFTLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUN2QyxJQUFJLENBQUMsYUFBYSxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUNuQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDeEMsQ0FBQztJQUVELElBQUksUUFBUTtRQUNWLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDO0lBQ3pDLENBQUM7SUFPRCxRQUFRO1FBQ04sSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDNUQsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUM7UUFDeEIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUMvQixTQUFTLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUMzQixDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUU7WUFDZixJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztRQUMxQixDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDN0IsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsS0FBSyxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxPQUFPO1FBQ0wsSUFBSSxDQUFDLFNBQVMsQ0FBQyxPQUFPLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDekMsQ0FBQztJQUVELE1BQU07UUFDSixJQUFJLElBQUksQ0FBQyxLQUFLLEtBQUssSUFBSSxJQUFJLElBQUksQ0FBQyxLQUFLLEtBQUssU0FBUyxFQUFFO1lBQ25ELElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDO1lBQ2YsSUFBSSxDQUFDLGlCQUFpQixDQUFDLFlBQVksRUFBRSxDQUFDO1NBQ3ZDO0lBQ0gsQ0FBQztJQUVEOzs7T0FHRztJQUNILGFBQWEsQ0FBQyxDQUFNO1FBQ2xCLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUM7SUFDOUIsQ0FBQztJQUVPLGdCQUFnQjtRQUN0QixvRUFBb0U7UUFDcEUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxRQUFRO1lBQ3JCLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLE9BQU8sRUFBRTtZQUM5QixDQUFDLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxNQUFNLEVBQUUsQ0FBQztJQUNsQyxDQUFDOzswSUExRlUsMEJBQTBCOzhIQUExQiwwQkFBMEIsc0lBQzFCLGtCQUFrQixnREN6Qi9CLHFPQVVBOzJGRGNhLDBCQUEwQjtrQkFMdEMsU0FBUzsrQkFDRSxxQkFBcUIsbUJBRWQsdUJBQXVCLENBQUMsTUFBTTtnSUFHaEIsS0FBSztzQkFBbkMsU0FBUzt1QkFBQyxrQkFBa0I7Z0JBTXBCLEdBQUc7c0JBQVgsS0FBSztnQkFNRyxHQUFHO3NCQUFYLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjb2VyY2VOdW1iZXJQcm9wZXJ0eSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9jb2VyY2lvbic7XG5pbXBvcnQge1xuICBDb21wb25lbnQsXG4gIElucHV0LFxuICBWaWV3Q2hpbGQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgT25Jbml0LFxuICBPbkRlc3Ryb3ksXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgVW50eXBlZEZvcm1Db250cm9sLFxuICBOZ0NvbnRyb2wsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IHRha2VVbnRpbCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuaW1wb3J0IHsgRGFmZklucHV0Q29tcG9uZW50IH0gZnJvbSAnLi4vLi4vaW5wdXQvcHVibGljX2FwaSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtcXVhbnRpdHktaW5wdXQnLFxuICB0ZW1wbGF0ZVVybDogJy4vcXVhbnRpdHktaW5wdXQuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSB7XG4gIEBWaWV3Q2hpbGQoRGFmZklucHV0Q29tcG9uZW50KSBpbnB1dDogRGFmZklucHV0Q29tcG9uZW50O1xuXG4gIC8qKlxuICAgKiBAZG9jc1xuICAgKiBUaGUgbWluaW11bSBudW1iZXIgZm9yIHRoZSBxdWFudGl0eSBpbnB1dCBmaWVsZFxuICAgKi9cbiAgQElucHV0KCkgbWluID0gMTtcblxuICAvKipcbiAgICogQGRvY3NcbiAgICogVGhlIG1heGltdW0gbnVtYmVyIGZvciB0aGUgcXVhbnRpdHkgaW5wdXQgZmllbGRcbiAgICovXG4gIEBJbnB1dCgpIG1heCA9IDEwO1xuXG4gIC8qKlxuICAgKiBBIG5ldyBjb250cm9sIGZvciB0aGUgbmVzdGVkIG5hdGl2ZSBpbnB1dC5cbiAgICogV2UgZG9uJ3QgYmluZCB0aGUgbmF0aXZlIGlucHV0IGRpcmVjdGx5IHRvIHRoZSBpbmhlcml0ZWQgZm9ybSBjb250cm9sXG4gICAqIHRvIGF2b2lkIHRyaWdnZXJpbmcgdXBkYXRlcyBvbiB0aGUgaW5wdXQgZXZlbnQuXG4gICAqIEluc3RlYWQsIHdlIGxpc3RlbiBmb3IgdGhlIGNoYW5nZSBldmVudCBhbmQgbWFudWFsbHkgcGF0Y2ggZm9ybSBjb250cm9sIHZhbHVlcy5cbiAgICovXG4gIF9pbnB1dENvbnRyb2wgPSBuZXcgVW50eXBlZEZvcm1Db250cm9sKCk7XG5cbiAgZ2V0IGZvY3VzZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIHRoaXMuaW5wdXQ/LmZvY3VzZWQ7XG4gIH1cblxuICBfZGVzdHJveWVkID0gbmV3IFN1YmplY3QoKTtcblxuICBnZXQgdmFsdWUoKSB7XG4gICAgcmV0dXJuIHRoaXMubmdDb250cm9sLmNvbnRyb2wudmFsdWU7XG4gIH1cbiAgc2V0IHZhbHVlKHZhbHVlKSB7XG4gICAgY29uc3QgdmFsID0gTWF0aC5taW4oTWF0aC5yb3VuZChjb2VyY2VOdW1iZXJQcm9wZXJ0eSh2YWx1ZSkpLCB0aGlzLm1heCk7XG4gICAgdGhpcy5uZ0NvbnRyb2wuY29udHJvbC5wYXRjaFZhbHVlKHZhbCk7XG4gICAgdGhpcy5faW5wdXRDb250cm9sLnBhdGNoVmFsdWUodmFsKTtcbiAgICB0aGlzLmNoYW5nZURldGVjdG9yUmVmLm1hcmtGb3JDaGVjaygpO1xuICB9XG5cbiAgZ2V0IGRpc2FibGVkKCkge1xuICAgIHJldHVybiB0aGlzLm5nQ29udHJvbC5jb250cm9sLmRpc2FibGVkO1xuICB9XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIG5nQ29udHJvbDogTmdDb250cm9sLFxuICAgIHByaXZhdGUgY2hhbmdlRGV0ZWN0b3JSZWY6IENoYW5nZURldGVjdG9yUmVmLFxuICApIHt9XG5cbiAgbmdPbkluaXQoKSB7XG4gICAgdGhpcy5faW5wdXRDb250cm9sLnBhdGNoVmFsdWUodGhpcy5uZ0NvbnRyb2wuY29udHJvbC52YWx1ZSk7XG4gICAgdGhpcy5zZXRJbnB1dERpc2FibGVkKCk7XG4gICAgdGhpcy5uZ0NvbnRyb2wuc3RhdHVzQ2hhbmdlcy5waXBlKFxuICAgICAgdGFrZVVudGlsKHRoaXMuX2Rlc3Ryb3llZCksXG4gICAgKS5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgdGhpcy5zZXRJbnB1dERpc2FibGVkKCk7XG4gICAgfSk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcbiAgICB0aGlzLl9kZXN0cm95ZWQubmV4dCh0cnVlKTtcbiAgfVxuXG4gIGZvY3VzKCkge1xuICAgIHRoaXMuaW5wdXQuZm9jdXMoKTtcbiAgfVxuXG4gIG9uRm9jdXMoKSB7XG4gICAgdGhpcy5uZ0NvbnRyb2wuY29udHJvbC5tYXJrQXNUb3VjaGVkKCk7XG4gIH1cblxuICBvbkJsdXIoKSB7XG4gICAgaWYgKHRoaXMudmFsdWUgPT09IG51bGwgfHwgdGhpcy52YWx1ZSA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICB0aGlzLnZhbHVlID0gMTtcbiAgICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3JSZWYubWFya0ZvckNoZWNrKCk7XG4gICAgfVxuICB9XG5cbiAgLyoqXG4gICAqIENhbGxiYWNrIGZ1bmN0aW9uIGZpcmVkIHdoZW4gdGhlIHZhbHVlIGNoYW5nZXMuXG4gICAqIFVzZWQgdG8gcGFzcyB0aGUgdmFsdWUgYmFjayB1cCB0byB0aGUgbmdDb250cm9sLlxuICAgKi9cbiAgb25WYWx1ZUNoYW5nZShlOiBhbnkpIHtcbiAgICB0aGlzLnZhbHVlID0gZS50YXJnZXQudmFsdWU7XG4gIH1cblxuICBwcml2YXRlIHNldElucHV0RGlzYWJsZWQoKSB7XG4gICAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby11bnVzZWQtZXhwcmVzc2lvbnNcbiAgICB0aGlzLm5nQ29udHJvbC5kaXNhYmxlZFxuICAgICAgPyB0aGlzLl9pbnB1dENvbnRyb2wuZGlzYWJsZSgpXG4gICAgICA6IHRoaXMuX2lucHV0Q29udHJvbC5lbmFibGUoKTtcbiAgfVxufVxuIiwiPGlucHV0IGRhZmYtaW5wdXRcbiAgdHlwZT1cIm51bWJlclwiXG4gIFthdHRyLm1heF09XCJtYXhcIlxuICBbYXR0ci5taW5dPVwibWluXCJcbiAgW2F0dHIuc3RlcF09XCIxXCJcbiAgKGZvY3VzKT1cIm9uRm9jdXMoKVwiXG4gIChibHVyKT1cIm9uQmx1cigpXCJcbiAgKGNoYW5nZSk9XCJvblZhbHVlQ2hhbmdlKCRldmVudClcIlxuICBbZm9ybUNvbnRyb2xdPVwiX2lucHV0Q29udHJvbFwiXG4+XG4iXX0=
@@ -3,8 +3,8 @@ import { NgControl } from '@angular/forms';
3
3
  import { DaffNativeSelectComponent } from '../../native-select/public_api';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/forms";
6
- import * as i2 from "../../native-select/native-select.component";
7
- import * as i3 from "@angular/common";
6
+ import * as i2 from "@angular/common";
7
+ import * as i3 from "../../native-select/native-select.component";
8
8
  /**
9
9
  * Create an array of numbers from min to max, not including max.
10
10
  */
@@ -66,9 +66,9 @@ export class DaffQuantitySelectComponent {
66
66
  return makeValueArray(this.min, this.max, this.increment);
67
67
  }
68
68
  }
69
- /** @nocollapse */ DaffQuantitySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantitySelectComponent, deps: [{ token: i1.NgControl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
70
- /** @nocollapse */ DaffQuantitySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffQuantitySelectComponent, selector: "daff-quantity-select", inputs: { min: "min", max: "max", extendable: "extendable" }, viewQueries: [{ propertyName: "select", first: true, predicate: DaffNativeSelectComponent, descendants: true }], ngImport: i0, template: "<select daff-native-select\n [formControl]=\"ngControl.control\"\n (focus)=\"onFocus()\"\n>\n <option *ngFor=\"let item of valueArray\" [value]=\"item\">{{ item }}</option>\n <option [value]=\"max\" *ngIf=\"extendable\">{{ max }}+</option>\n <option [value]=\"max\" *ngIf=\"!extendable\">{{ max }}</option>\n</select>\n", components: [{ type: i2.DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: ["formSubmitted"] }], directives: [{ type: i1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantitySelectComponent, decorators: [{
69
+ /** @nocollapse */ DaffQuantitySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantitySelectComponent, deps: [{ token: i1.NgControl }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
70
+ /** @nocollapse */ DaffQuantitySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantitySelectComponent, selector: "daff-quantity-select", inputs: { min: "min", max: "max", extendable: "extendable" }, viewQueries: [{ propertyName: "select", first: true, predicate: DaffNativeSelectComponent, descendants: true }], ngImport: i0, template: "<select daff-native-select\n [formControl]=\"ngControl.control\"\n (focus)=\"onFocus()\"\n>\n <option *ngFor=\"let item of valueArray\" [value]=\"item\">{{ item }}</option>\n <option [value]=\"max\" *ngIf=\"extendable\">{{ max }}+</option>\n <option [value]=\"max\" *ngIf=\"!extendable\">{{ max }}</option>\n</select>\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: ["formSubmitted"] }, { kind: "directive", type: i1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantitySelectComponent, decorators: [{
72
72
  type: Component,
73
73
  args: [{ selector: 'daff-quantity-select', changeDetection: ChangeDetectionStrategy.OnPush, template: "<select daff-native-select\n [formControl]=\"ngControl.control\"\n (focus)=\"onFocus()\"\n>\n <option *ngFor=\"let item of valueArray\" [value]=\"item\">{{ item }}</option>\n <option [value]=\"max\" *ngIf=\"extendable\">{{ max }}+</option>\n <option [value]=\"max\" *ngIf=\"!extendable\">{{ max }}</option>\n</select>\n" }]
74
74
  }], ctorParameters: function () { return [{ type: i1.NgControl }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { select: [{
@@ -69,9 +69,9 @@ export class DaffRadioControlValueAccessorDirective {
69
69
  this._radio.deselect();
70
70
  }
71
71
  }
72
- /** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioControlValueAccessorDirective, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.DaffRadioRegistry }, { token: i3.DaffRadioComponent }], target: i0.ɵɵFactoryTarget.Directive });
73
- /** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffRadioControlValueAccessorDirective, selector: "daff-radio[ngModel], daff-radio[formControl], daff-radio[formControlName]", inputs: { value: "value", name: "name" }, ngImport: i0 });
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioControlValueAccessorDirective, decorators: [{
72
+ /** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioControlValueAccessorDirective, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.DaffRadioRegistry }, { token: i3.DaffRadioComponent }], target: i0.ɵɵFactoryTarget.Directive });
73
+ /** @nocollapse */ DaffRadioControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioControlValueAccessorDirective, selector: "daff-radio[ngModel], daff-radio[formControl], daff-radio[formControlName]", inputs: { value: "value", name: "name" }, ngImport: i0 });
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioControlValueAccessorDirective, decorators: [{
75
75
  type: Directive,
76
76
  args: [{
77
77
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -96,11 +96,11 @@ export class DaffRadioComponent {
96
96
  }
97
97
  ;
98
98
  }
99
- /** @nocollapse */ DaffRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioComponent, deps: [{ token: i1.DaffRadioSetComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
100
- /** @nocollapse */ DaffRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffRadioComponent, selector: "daff-radio", inputs: { checked: "checked", value: "value", id: "id", name: "name", label: ["aria-label", "label"], labelledby: ["aria-labelledby", "labelledby"] }, outputs: { selectionChange: "selectionChange" }, host: { properties: { "attr.role": "this.role", "class.focused": "this.focusClass", "class.disabled": "this.disabledClass" } }, ngImport: i0, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioComponent, decorators: [{
99
+ /** @nocollapse */ DaffRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioComponent, deps: [{ token: i1.DaffRadioSetComponent, optional: true }], target: i0.ɵɵFactoryTarget.Component });
100
+ /** @nocollapse */ DaffRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioComponent, selector: "daff-radio", inputs: { checked: "checked", value: "value", id: "id", name: "name", label: ["aria-label", "label"], labelledby: ["aria-labelledby", "labelledby"] }, outputs: { selectionChange: "selectionChange" }, host: { properties: { "attr.role": "this.role", "class.focused": "this.focusClass", "class.disabled": "this.disabledClass" } }, ngImport: i0, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioComponent, decorators: [{
102
102
  type: Component,
103
- args: [{ selector: 'daff-radio', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>", styles: [""] }]
103
+ args: [{ selector: 'daff-radio', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input type=\"radio\" \n[attr.checked]=\"checked ? '' : null\" \n[attr.id]=\"id\" \n[attr.name]=\"name\" \n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labelledby\"\n[attr.value]=\"value\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"onChange()\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"/>\n<label [attr.for]=\"id\">\n <ng-content></ng-content>\n</label>" }]
104
104
  }], ctorParameters: function () { return [{ type: i1.DaffRadioSetComponent, decorators: [{
105
105
  type: Optional
106
106
  }] }]; }, propDecorators: { role: [{
@@ -1,21 +1,19 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import { NgModule } from '@angular/core';
3
- import { DaffRadioSetComponent } from '../radio-set/radio-set.component';
4
3
  import { DaffRadioControlValueAccessorDirective } from './cva/radio-cva.directive';
5
4
  import { DaffRadioComponent } from './radio.component';
5
+ import { DaffRadioSetComponent } from '../radio-set/radio-set.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export class DaffRadioModule {
8
8
  }
9
- /** @nocollapse */ DaffRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- /** @nocollapse */ DaffRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioModule, declarations: [DaffRadioControlValueAccessorDirective,
9
+ /** @nocollapse */ DaffRadioModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ /** @nocollapse */ DaffRadioModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, declarations: [DaffRadioControlValueAccessorDirective,
11
11
  DaffRadioComponent,
12
12
  DaffRadioSetComponent], imports: [CommonModule], exports: [DaffRadioComponent,
13
13
  DaffRadioSetComponent,
14
14
  DaffRadioControlValueAccessorDirective] });
15
- /** @nocollapse */ DaffRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioModule, imports: [[
16
- CommonModule,
17
- ]] });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioModule, decorators: [{
15
+ /** @nocollapse */ DaffRadioModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, imports: [CommonModule] });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioModule, decorators: [{
19
17
  type: NgModule,
20
18
  args: [{
21
19
  exports: [
@@ -33,4 +31,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
33
31
  ],
34
32
  }]
35
33
  }] });
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcmFkaW8vcmFkaW8ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3pFLE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ25GLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQW9CdkQsTUFBTSxPQUFPLGVBQWU7OytIQUFmLGVBQWU7Z0lBQWYsZUFBZSxpQkFSeEIsc0NBQXNDO1FBQ3RDLGtCQUFrQjtRQUNsQixxQkFBcUIsYUFHckIsWUFBWSxhQVhaLGtCQUFrQjtRQUNsQixxQkFBcUI7UUFDckIsc0NBQXNDO2dJQVk3QixlQUFlLFlBSmpCO1lBQ1AsWUFBWTtTQUNiOzJGQUVVLGVBQWU7a0JBaEIzQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBQzt3QkFDTixrQkFBa0I7d0JBQ2xCLHFCQUFxQjt3QkFDckIsc0NBQXNDO3FCQUV2QztvQkFDRCxZQUFZLEVBQUU7d0JBQ1osc0NBQXNDO3dCQUN0QyxrQkFBa0I7d0JBQ2xCLHFCQUFxQjtxQkFDdEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZlJhZGlvU2V0Q29tcG9uZW50IH0gZnJvbSAnLi4vcmFkaW8tc2V0L3JhZGlvLXNldC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZlJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3JEaXJlY3RpdmUgfSBmcm9tICcuL2N2YS9yYWRpby1jdmEuZGlyZWN0aXZlJztcbmltcG9ydCB7IERhZmZSYWRpb0NvbXBvbmVudCB9IGZyb20gJy4vcmFkaW8uY29tcG9uZW50JztcblxuXG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6W1xuICAgIERhZmZSYWRpb0NvbXBvbmVudCxcbiAgICBEYWZmUmFkaW9TZXRDb21wb25lbnQsXG4gICAgRGFmZlJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3JEaXJlY3RpdmUsXG5cbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZlJhZGlvQ29udHJvbFZhbHVlQWNjZXNzb3JEaXJlY3RpdmUsXG4gICAgRGFmZlJhZGlvQ29tcG9uZW50LFxuICAgIERhZmZSYWRpb1NldENvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlJhZGlvTW9kdWxlIHsgfVxuIl19
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFkaW8ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcmFkaW8vcmFkaW8ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxzQ0FBc0MsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ25GLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOztBQW9CekUsTUFBTSxPQUFPLGVBQWU7OytIQUFmLGVBQWU7Z0lBQWYsZUFBZSxpQkFSeEIsc0NBQXNDO1FBQ3RDLGtCQUFrQjtRQUNsQixxQkFBcUIsYUFHckIsWUFBWSxhQVhaLGtCQUFrQjtRQUNsQixxQkFBcUI7UUFDckIsc0NBQXNDO2dJQVk3QixlQUFlLFlBSHhCLFlBQVk7MkZBR0gsZUFBZTtrQkFoQjNCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFDO3dCQUNOLGtCQUFrQjt3QkFDbEIscUJBQXFCO3dCQUNyQixzQ0FBc0M7cUJBRXZDO29CQUNELFlBQVksRUFBRTt3QkFDWixzQ0FBc0M7d0JBQ3RDLGtCQUFrQjt3QkFDbEIscUJBQXFCO3FCQUN0QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmUmFkaW9Db250cm9sVmFsdWVBY2Nlc3NvckRpcmVjdGl2ZSB9IGZyb20gJy4vY3ZhL3JhZGlvLWN2YS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRGFmZlJhZGlvQ29tcG9uZW50IH0gZnJvbSAnLi9yYWRpby5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZlJhZGlvU2V0Q29tcG9uZW50IH0gZnJvbSAnLi4vcmFkaW8tc2V0L3JhZGlvLXNldC5jb21wb25lbnQnO1xuXG5cblxuQE5nTW9kdWxlKHtcbiAgZXhwb3J0czpbXG4gICAgRGFmZlJhZGlvQ29tcG9uZW50LFxuICAgIERhZmZSYWRpb1NldENvbXBvbmVudCxcbiAgICBEYWZmUmFkaW9Db250cm9sVmFsdWVBY2Nlc3NvckRpcmVjdGl2ZSxcblxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEYWZmUmFkaW9Db250cm9sVmFsdWVBY2Nlc3NvckRpcmVjdGl2ZSxcbiAgICBEYWZmUmFkaW9Db21wb25lbnQsXG4gICAgRGFmZlJhZGlvU2V0Q29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmUmFkaW9Nb2R1bGUgeyB9XG4iXX0=
@@ -45,9 +45,9 @@ export class DaffRadioRegistry {
45
45
  && controlPair['accessor'].name === accessor.name;
46
46
  }
47
47
  }
48
- /** @nocollapse */ DaffRadioRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
49
- /** @nocollapse */ DaffRadioRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioRegistry, providedIn: 'root' });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioRegistry, decorators: [{
48
+ /** @nocollapse */ DaffRadioRegistry.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
49
+ /** @nocollapse */ DaffRadioRegistry.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, providedIn: 'root' });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioRegistry, decorators: [{
51
51
  type: Injectable,
52
52
  args: [{ providedIn: 'root' }]
53
53
  }] });
@@ -8,11 +8,11 @@ export class DaffRadioSetComponent {
8
8
  this.role = 'radiogroup';
9
9
  }
10
10
  }
11
- /** @nocollapse */ DaffRadioSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
- /** @nocollapse */ DaffRadioSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffRadioSetComponent, selector: "daff-radio-set", inputs: { name: "name" }, host: { properties: { "attr.role": "this.role" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffRadioSetComponent, decorators: [{
11
+ /** @nocollapse */ DaffRadioSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ /** @nocollapse */ DaffRadioSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffRadioSetComponent, selector: "daff-radio-set", inputs: { name: "name" }, host: { properties: { "attr.role": "this.role" } }, ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffRadioSetComponent, decorators: [{
14
14
  type: Component,
15
- args: [{ selector: 'daff-radio-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [""] }]
15
+ args: [{ selector: 'daff-radio-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>" }]
16
16
  }], ctorParameters: function () { return []; }, propDecorators: { name: [{
17
17
  type: Input
18
18
  }], role: [{
@@ -93,21 +93,21 @@ export class DaffImageComponent extends _daffImageBase {
93
93
  return this.width + 'px';
94
94
  }
95
95
  }
96
- /** @nocollapse */ DaffImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageComponent, deps: [{ token: i1.DomSanitizer }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
97
- /** @nocollapse */ DaffImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffImageComponent, selector: "daff-image", inputs: { skeleton: "skeleton", src: "src", alt: "alt", width: "width", height: "height" }, outputs: { load: "load" }, host: { properties: { "style.max-width": "this.maxWidth" } }, providers: [
96
+ /** @nocollapse */ DaffImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageComponent, deps: [{ token: i1.DomSanitizer }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
97
+ /** @nocollapse */ DaffImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffImageComponent, selector: "daff-image", inputs: { skeleton: "skeleton", src: "src", alt: "alt", width: "width", height: "height" }, outputs: { load: "load" }, host: { properties: { "style.max-width": "this.maxWidth" } }, providers: [
98
98
  {
99
99
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
100
100
  provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,
101
101
  },
102
- ], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;left:0;right:0;top:0;bottom:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageComponent, decorators: [{
102
+ ], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;inset:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageComponent, decorators: [{
104
104
  type: Component,
105
105
  args: [{ selector: 'daff-image', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
106
106
  {
107
107
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
108
108
  provide: daffThumbnailCompatToken, useExisting: DaffImageComponent,
109
109
  },
110
- ], inputs: ['skeleton'], template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;left:0;right:0;top:0;bottom:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}\n"] }]
110
+ ], inputs: ['skeleton'], template: "<div class=\"daff-image__wrapper\" [style.paddingTop]=\"_paddingTop\">\n\t<img [src]=\"src\" [alt]=\"alt\" (load)=\"load.emit\" loading=\"lazy\"/>\n</div>", styles: [":host{display:inline-block;border-radius:inherit;position:relative;width:100%}:host.daff-skeleton{display:flex;position:relative}:host.daff-skeleton:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}:host.daff-skeleton img{opacity:0}:host img{position:absolute;inset:0;height:auto;margin:auto;max-width:100%}.daff-image__wrapper{border-radius:inherit;height:0}\n"] }]
111
111
  }], ctorParameters: function () { return [{ type: i1.DomSanitizer }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { src: [{
112
112
  type: Input
113
113
  }], alt: [{
@@ -4,12 +4,10 @@ import { DaffImageComponent } from './image.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DaffImageModule {
6
6
  }
7
- /** @nocollapse */ DaffImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ DaffImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageModule, declarations: [DaffImageComponent], imports: [CommonModule], exports: [DaffImageComponent] });
9
- /** @nocollapse */ DaffImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageModule, imports: [[
10
- CommonModule,
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffImageModule, decorators: [{
7
+ /** @nocollapse */ DaffImageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ DaffImageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, declarations: [DaffImageComponent], imports: [CommonModule], exports: [DaffImageComponent] });
9
+ /** @nocollapse */ DaffImageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffImageModule, decorators: [{
13
11
  type: NgModule,
14
12
  args: [{
15
13
  declarations: [
@@ -21,9 +19,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
21
19
  exports: [
22
20
  DaffImageComponent,
23
21
  ],
24
- entryComponents: [
25
- DaffImageComponent,
26
- ],
27
22
  }]
28
23
  }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2ltYWdlL2ltYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFnQnZELE1BQU0sT0FBTyxlQUFlOzsrSEFBZixlQUFlO2dJQUFmLGVBQWUsaUJBWnhCLGtCQUFrQixhQUdsQixZQUFZLGFBR1osa0JBQWtCO2dJQU1ULGVBQWUsWUFWakI7WUFDUCxZQUFZO1NBQ2I7MkZBUVUsZUFBZTtrQkFkM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osa0JBQWtCO3FCQUNuQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asa0JBQWtCO3FCQUNuQjtvQkFDRCxlQUFlLEVBQUU7d0JBQ2Ysa0JBQWtCO3FCQUNuQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmSW1hZ2VDb21wb25lbnQgfSBmcm9tICcuL2ltYWdlLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZJbWFnZUNvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZJbWFnZUNvbXBvbmVudCxcbiAgXSxcbiAgZW50cnlDb21wb25lbnRzOiBbXG4gICAgRGFmZkltYWdlQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmSW1hZ2VNb2R1bGUgeyB9XG4iXX0=
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2ltYWdlL2ltYWdlLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFhdkQsTUFBTSxPQUFPLGVBQWU7OytIQUFmLGVBQWU7Z0lBQWYsZUFBZSxpQkFUeEIsa0JBQWtCLGFBR2xCLFlBQVksYUFHWixrQkFBa0I7Z0lBR1QsZUFBZSxZQU54QixZQUFZOzJGQU1ILGVBQWU7a0JBWDNCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGtCQUFrQjtxQkFDbkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGtCQUFrQjtxQkFDbkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9pbWFnZS5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEYWZmSW1hZ2VDb21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmSW1hZ2VDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZJbWFnZU1vZHVsZSB7IH1cbiJdfQ==
@@ -35,9 +35,9 @@ export class DaffLoadingIconComponent extends _daffLoadingIconBase {
35
35
  return this.diameter + 'px';
36
36
  }
37
37
  }
38
- /** @nocollapse */ DaffLoadingIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
39
- /** @nocollapse */ DaffLoadingIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffLoadingIconComponent, selector: "daff-loading-icon", inputs: { color: "color", diameter: "diameter" }, host: { properties: { "class.daff-loading-icon": "this.class", "style.max-width": "this.maxWidth" } }, usesInheritance: true, ngImport: i0, template: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 100 100\">\n <circle cx=\"50%\" cy=\"50%\" r=\"46\"></circle>\n</svg>", styles: [":host{display:flex;width:100%}circle{animation:rotation linear,circle-animation linear;animation-duration:1s;animation-iteration-count:infinite;fill:transparent;stroke-dasharray:101.1592834456 400;stroke-linecap:round;stroke-width:5px;transform-origin:center}@keyframes circle-animation{0%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:101.1592834456}50%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:28.902652413}75%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:0}to{stroke-dasharray:0 400;stroke-dashoffset:-101.1592834456}}@keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0)}50.5%{transform:rotate(0)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconComponent, decorators: [{
38
+ /** @nocollapse */ DaffLoadingIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
39
+ /** @nocollapse */ DaffLoadingIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffLoadingIconComponent, selector: "daff-loading-icon", inputs: { color: "color", diameter: "diameter" }, host: { properties: { "class.daff-loading-icon": "this.class", "style.max-width": "this.maxWidth" } }, usesInheritance: true, ngImport: i0, template: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 100 100\">\n <circle cx=\"50%\" cy=\"50%\" r=\"46\"></circle>\n</svg>", styles: [":host{display:flex;width:100%}circle{animation:rotation linear,circle-animation linear;animation-duration:1s;animation-iteration-count:infinite;fill:transparent;stroke-dasharray:101.1592834456 400;stroke-linecap:round;stroke-width:5px;transform-origin:center}@keyframes circle-animation{0%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:101.1592834456}50%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:28.902652413}75%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:0}to{stroke-dasharray:0 400;stroke-dashoffset:-101.1592834456}}@keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0)}50.5%{transform:rotate(0)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{ selector: 'daff-loading-icon', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, template: "<svg focusable=\"false\" preserveAspectRatio=\"xMidYMid meet\" viewBox=\"0 0 100 100\">\n <circle cx=\"50%\" cy=\"50%\" r=\"46\"></circle>\n</svg>", styles: [":host{display:flex;width:100%}circle{animation:rotation linear,circle-animation linear;animation-duration:1s;animation-iteration-count:infinite;fill:transparent;stroke-dasharray:101.1592834456 400;stroke-linecap:round;stroke-width:5px;transform-origin:center}@keyframes circle-animation{0%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:101.1592834456}50%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:28.902652413}75%{stroke-dasharray:101.1592834456 400;stroke-dashoffset:0}to{stroke-dasharray:0 400;stroke-dashoffset:-101.1592834456}}@keyframes rotation{0%{transform:rotate(-90deg)}50%{transform:rotate(0)}50.5%{transform:rotate(0)}75%{transform:rotate(90deg)}75.5%{transform:rotate(90deg)}99%{transform:rotate(144deg)}to{transform:rotate(144deg)}}\n"] }]
43
43
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { diameter: [{
@@ -4,12 +4,10 @@ import { DaffLoadingIconComponent } from './loading-icon.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DaffLoadingIconModule {
6
6
  }
7
- /** @nocollapse */ DaffLoadingIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ DaffLoadingIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconModule, declarations: [DaffLoadingIconComponent], imports: [CommonModule], exports: [DaffLoadingIconComponent] });
9
- /** @nocollapse */ DaffLoadingIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconModule, imports: [[
10
- CommonModule,
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffLoadingIconModule, decorators: [{
7
+ /** @nocollapse */ DaffLoadingIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ DaffLoadingIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, declarations: [DaffLoadingIconComponent], imports: [CommonModule], exports: [DaffLoadingIconComponent] });
9
+ /** @nocollapse */ DaffLoadingIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffLoadingIconModule, decorators: [{
13
11
  type: NgModule,
14
12
  args: [{
15
13
  imports: [
@@ -23,4 +21,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
23
21
  ],
24
22
  }]
25
23
  }] });
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1pY29uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9sb2FkaW5nLWljb24vbG9hZGluZy1pY29uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFhcEUsTUFBTSxPQUFPLHFCQUFxQjs7cUlBQXJCLHFCQUFxQjtzSUFBckIscUJBQXFCLGlCQU45Qix3QkFBd0IsYUFIeEIsWUFBWSxhQU1aLHdCQUF3QjtzSUFHZixxQkFBcUIsWUFWdkI7WUFDUCxZQUFZO1NBQ2I7MkZBUVUscUJBQXFCO2tCQVhqQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELFlBQVksRUFBRTt3QkFDWix3QkFBd0I7cUJBQ3pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCx3QkFBd0I7cUJBQ3pCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZMb2FkaW5nSWNvbkNvbXBvbmVudCB9IGZyb20gJy4vbG9hZGluZy1pY29uLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZMb2FkaW5nSWNvbkNvbXBvbmVudCxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZMb2FkaW5nSWNvbkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkxvYWRpbmdJY29uTW9kdWxlIHsgfVxuIl19
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy1pY29uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9sb2FkaW5nLWljb24vbG9hZGluZy1pY29uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFhcEUsTUFBTSxPQUFPLHFCQUFxQjs7cUlBQXJCLHFCQUFxQjtzSUFBckIscUJBQXFCLGlCQU45Qix3QkFBd0IsYUFIeEIsWUFBWSxhQU1aLHdCQUF3QjtzSUFHZixxQkFBcUIsWUFUOUIsWUFBWTsyRkFTSCxxQkFBcUI7a0JBWGpDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHdCQUF3QjtxQkFDekI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHdCQUF3QjtxQkFDekI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkxvYWRpbmdJY29uQ29tcG9uZW50IH0gZnJvbSAnLi9sb2FkaW5nLWljb24uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZkxvYWRpbmdJY29uQ29tcG9uZW50LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGFmZkxvYWRpbmdJY29uQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmTG9hZGluZ0ljb25Nb2R1bGUgeyB9XG4iXX0=
@@ -1,6 +1,6 @@
1
1
  import { Component, Input, ChangeDetectionStrategy, ElementRef, Output, EventEmitter, Renderer2, HostBinding, } from '@angular/core';
2
- import { daffColorMixin, } from '../../core/colorable/public_api';
3
2
  import { daffProgressIndicatorAnimation } from './animation/progress-indicator-animation';
3
+ import { daffColorMixin, } from '../../core/colorable/public_api';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
6
6
  * An _elementRef and an instance of renderer2 are needed for the Colorable mixin
@@ -61,11 +61,11 @@ export class DaffProgressIndicatorComponent extends _daffProgressIndicatorBase {
61
61
  };
62
62
  }
63
63
  }
64
- /** @nocollapse */ DaffProgressIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
65
- /** @nocollapse */ DaffProgressIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffProgressIndicatorComponent, selector: "daff-progress-indicator", inputs: { color: "color", percentage: "percentage" }, outputs: { finished: "finished" }, host: { properties: { "class.daff-progress-indicator": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"daff-progress-indicator__fill\" [@fill]=\"fillState\" (@fill.done)=\"onAnimationComplete($event)\"></div>", styles: [":host{display:flex;height:3px;width:100%}\n"], animations: [
64
+ /** @nocollapse */ DaffProgressIndicatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
65
+ /** @nocollapse */ DaffProgressIndicatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffProgressIndicatorComponent, selector: "daff-progress-indicator", inputs: { color: "color", percentage: "percentage" }, outputs: { finished: "finished" }, host: { properties: { "class.daff-progress-indicator": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"daff-progress-indicator__fill\" [@fill]=\"fillState\" (@fill.done)=\"onAnimationComplete($event)\"></div>", styles: [":host{display:flex;height:3px;width:100%}\n"], animations: [
66
66
  daffProgressIndicatorAnimation.fill,
67
67
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{ selector: 'daff-progress-indicator', changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['color'], animations: [
71
71
  daffProgressIndicatorAnimation.fill,
@@ -78,4 +78,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
78
78
  }], finished: [{
79
79
  type: Output
80
80
  }] } });
81
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9wcm9ncmVzcy1pbmRpY2F0b3IvcHJvZ3Jlc3MtaW5kaWNhdG9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9wcm9ncmVzcy1pbmRpY2F0b3IvcHJvZ3Jlc3MtaW5kaWNhdG9yLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsS0FBSyxFQUNMLHVCQUF1QixFQUN2QixVQUFVLEVBQ1YsTUFBTSxFQUNOLFlBQVksRUFDWixTQUFTLEVBQ1QsV0FBVyxHQUNaLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFDTCxjQUFjLEdBR2YsTUFBTSxpQ0FBaUMsQ0FBQztBQUN6QyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQzs7QUFFMUY7O0dBRUc7QUFDSCxNQUFNLHlCQUF5QjtJQUM3QixZQUFtQixXQUF1QixFQUFTLFNBQW9CO1FBQXBELGdCQUFXLEdBQVgsV0FBVyxDQUFZO1FBQVMsY0FBUyxHQUFULFNBQVMsQ0FBVztJQUFHLENBQUM7Q0FDNUU7QUFFRCxNQUFNLDBCQUEwQixHQUFHLGNBQWMsQ0FBQyx5QkFBeUIsRUFBRSxTQUFTLENBQUMsQ0FBQztBQUV4Rjs7R0FFRztBQWFILE1BQU0sT0FBTyw4QkFBK0IsU0FBUSwwQkFBMEI7SUErQzVFLFlBQW9CLFVBQXNCLEVBQVUsUUFBbUI7UUFDckUsS0FBSyxDQUFDLFVBQVUsRUFBRSxRQUFRLENBQUMsQ0FBQztRQURWLGVBQVUsR0FBVixVQUFVLENBQVk7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBN0N2RTs7V0FFRztRQUMyQyxVQUFLLEdBQUcsSUFBSSxDQUFDO1FBRTNEOzs7O1dBSUc7UUFDSCxrRUFBa0U7UUFDekQsZUFBVSxHQUFXLENBQUMsQ0FBQztRQUVoQzs7O1dBR0c7UUFDTyxhQUFRLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7SUE4QjVELENBQUM7SUEzQkQ7Ozs7T0FJRztJQUNILG1CQUFtQixDQUFDLEtBQXFCO1FBQ3ZDLDBFQUEwRTtRQUMxRSx1REFBdUQ7UUFDdkQsSUFBRyxLQUFLLENBQUMsT0FBTyxLQUFLLEtBQUssSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLEdBQUcsRUFBRTtZQUNuRCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxDQUFDO1NBQ3RCO0lBQ0gsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBSSxTQUFTO1FBQ1gsT0FBTztZQUNMLEtBQUssRUFBRSxJQUFJLENBQUMsVUFBVTtZQUN0QixNQUFNLEVBQUU7Z0JBQ04sVUFBVSxFQUFFLElBQUksQ0FBQyxVQUFVO2FBQzVCO1NBQ0YsQ0FBQztJQUNKLENBQUM7OzhJQTdDVSw4QkFBOEI7a0lBQTlCLDhCQUE4Qix3UEMzQzNDLHdIQUFnSCx1RUR1Q2xHO1FBQ1YsOEJBQThCLENBQUMsSUFBSTtLQUNwQzsyRkFFVSw4QkFBOEI7a0JBWjFDLFNBQVM7K0JBQ0UseUJBQXlCLG1CQUdsQix1QkFBdUIsQ0FBQyxNQUFNLFVBR3ZDLENBQUMsT0FBTyxDQUFDLGNBQ0w7d0JBQ1YsOEJBQThCLENBQUMsSUFBSTtxQkFDcEM7eUhBTzZDLEtBQUs7c0JBQWxELFdBQVc7dUJBQUMsK0JBQStCO2dCQVFuQyxVQUFVO3NCQUFsQixLQUFLO2dCQU1JLFFBQVE7c0JBQWpCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBbmltYXRpb25FdmVudCB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIEVsZW1lbnRSZWYsXG4gIE91dHB1dCxcbiAgRXZlbnRFbWl0dGVyLFxuICBSZW5kZXJlcjIsXG4gIEhvc3RCaW5kaW5nLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtcbiAgZGFmZkNvbG9yTWl4aW4sXG4gIERhZmZDb2xvcmFibGUsXG4gIERhZmZQYWxldHRlLFxufSBmcm9tICcuLi8uLi9jb3JlL2NvbG9yYWJsZS9wdWJsaWNfYXBpJztcbmltcG9ydCB7IGRhZmZQcm9ncmVzc0luZGljYXRvckFuaW1hdGlvbiB9IGZyb20gJy4vYW5pbWF0aW9uL3Byb2dyZXNzLWluZGljYXRvci1hbmltYXRpb24nO1xuXG4vKipcbiAqIEFuIF9lbGVtZW50UmVmIGFuZCBhbiBpbnN0YW5jZSBvZiByZW5kZXJlcjIgYXJlIG5lZWRlZCBmb3IgdGhlIENvbG9yYWJsZSBtaXhpblxuICovXG5jbGFzcyBEYWZmUHJvZ3Jlc3NJbmRpY2F0b3JCYXNle1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIHB1YmxpYyBfcmVuZGVyZXI6IFJlbmRlcmVyMikge31cbn1cblxuY29uc3QgX2RhZmZQcm9ncmVzc0luZGljYXRvckJhc2UgPSBkYWZmQ29sb3JNaXhpbihEYWZmUHJvZ3Jlc3NJbmRpY2F0b3JCYXNlLCAncHJpbWFyeScpO1xuXG4vKipcbiAqIEBpbmhlcml0ZG9jXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtcHJvZ3Jlc3MtaW5kaWNhdG9yJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Byb2dyZXNzLWluZGljYXRvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3Byb2dyZXNzLWluZGljYXRvci5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgLy90b2RvKGRhbWllbndlYmRldik6IHJlbW92ZSBvbmNlIGRlY29yYXRvcnMgaGl0IHN0YWdlIDMgLSBodHRwczovL2dpdGh1Yi5jb20vbWljcm9zb2Z0L1R5cGVTY3JpcHQvaXNzdWVzLzczNDJcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1pbnB1dHMtbWV0YWRhdGEtcHJvcGVydHlcbiAgaW5wdXRzOiBbJ2NvbG9yJ10sXG4gIGFuaW1hdGlvbnM6IFtcbiAgICBkYWZmUHJvZ3Jlc3NJbmRpY2F0b3JBbmltYXRpb24uZmlsbCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlByb2dyZXNzSW5kaWNhdG9yQ29tcG9uZW50IGV4dGVuZHMgX2RhZmZQcm9ncmVzc0luZGljYXRvckJhc2UgaW1wbGVtZW50cyBEYWZmQ29sb3JhYmxlIHtcblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5kYWZmLXByb2dyZXNzLWluZGljYXRvcicpIGNsYXNzID0gdHJ1ZTtcblxuICAvKipcbiAgICogVGhlIHBlcmNlbnRhZ2UgY29tcGxldGlvbiBvZiB0aGUgcHJvZ3Jlc3Npb24sXG4gICAqIGV4cHJlc3NlZCBhcyBhIHdob2xlIG51bWJlciBiZXR3ZWVuIDAgYW5kIDEwMC5cbiAgICpcbiAgICovXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8taW5mZXJyYWJsZS10eXBlc1xuICBASW5wdXQoKSBwZXJjZW50YWdlOiBudW1iZXIgPSAwO1xuXG4gIC8qKlxuICAgKiBBbiBldmVudCB0aGF0IGVtaXRzIGVhY2ggdGltZSB0aGUgcHJvZ3Jlc3Npb24gcmVhY2hlcyAxMDAlXG4gICAqIGFuZCB0aGUgYW5pbWF0aW9uIGlzIGZpbmlzaGVkXG4gICAqL1xuICBAT3V0cHV0KCkgZmluaXNoZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuXG4gIC8qKlxuICAgKiBDYWxjdWxhdGVzIHdoZW4gdGhlIHByb2dyZXNzIGFuaW1hdGlvbiBpcyBmdWxseSBjb21wbGV0ZWRcbiAgICpcbiAgICogQHBhcmFtIGV2ZW50OiBBbmltYXRpb25FdmVudFxuICAgKi9cbiAgb25BbmltYXRpb25Db21wbGV0ZShldmVudDogQW5pbWF0aW9uRXZlbnQpOiB2b2lkIHtcbiAgICAvLyBAdHMtaWdub3JlOiBAYW5ndWxhci9hbmltYXRpb25zIHR5cGluZyBlcnJvciBvbiBldmVudC50b1N0YXRlIGFzIHN0cmluZ1xuICAgIC8vIFNlZTogaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXIvYW5ndWxhci9pc3N1ZXMvMjY1MDdcbiAgICBpZihldmVudC50b1N0YXRlID09PSAnMTAwJyB8fCBldmVudC50b1N0YXRlID09PSAxMDApIHtcbiAgICAgIHRoaXMuZmluaXNoZWQuZW1pdCgpO1xuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBnZXQgZmlsbFN0YXRlKCk6IGFueSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIHZhbHVlOiB0aGlzLnBlcmNlbnRhZ2UsXG4gICAgICBwYXJhbXM6IHtcbiAgICAgICAgcGVyY2VudGFnZTogdGhpcy5wZXJjZW50YWdlLFxuICAgICAgfSxcbiAgICB9O1xuICB9XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIpIHtcbiAgICBzdXBlcihlbGVtZW50UmVmLCByZW5kZXJlcik7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJkYWZmLXByb2dyZXNzLWluZGljYXRvcl9fZmlsbFwiIFtAZmlsbF09XCJmaWxsU3RhdGVcIiAoQGZpbGwuZG9uZSk9XCJvbkFuaW1hdGlvbkNvbXBsZXRlKCRldmVudClcIj48L2Rpdj4iXX0=
81
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9wcm9ncmVzcy1pbmRpY2F0b3IvcHJvZ3Jlc3MtaW5kaWNhdG9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9wcm9ncmVzcy1pbmRpY2F0b3IvcHJvZ3Jlc3MtaW5kaWNhdG9yLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsS0FBSyxFQUNMLHVCQUF1QixFQUN2QixVQUFVLEVBQ1YsTUFBTSxFQUNOLFlBQVksRUFDWixTQUFTLEVBQ1QsV0FBVyxHQUNaLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzFGLE9BQU8sRUFDTCxjQUFjLEdBR2YsTUFBTSxpQ0FBaUMsQ0FBQzs7QUFFekM7O0dBRUc7QUFDSCxNQUFNLHlCQUF5QjtJQUM3QixZQUFtQixXQUF1QixFQUFTLFNBQW9CO1FBQXBELGdCQUFXLEdBQVgsV0FBVyxDQUFZO1FBQVMsY0FBUyxHQUFULFNBQVMsQ0FBVztJQUFHLENBQUM7Q0FDNUU7QUFFRCxNQUFNLDBCQUEwQixHQUFHLGNBQWMsQ0FBQyx5QkFBeUIsRUFBRSxTQUFTLENBQUMsQ0FBQztBQUV4Rjs7R0FFRztBQWFILE1BQU0sT0FBTyw4QkFBK0IsU0FBUSwwQkFBMEI7SUErQzVFLFlBQW9CLFVBQXNCLEVBQVUsUUFBbUI7UUFDckUsS0FBSyxDQUFDLFVBQVUsRUFBRSxRQUFRLENBQUMsQ0FBQztRQURWLGVBQVUsR0FBVixVQUFVLENBQVk7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBN0N2RTs7V0FFRztRQUMyQyxVQUFLLEdBQUcsSUFBSSxDQUFDO1FBRTNEOzs7O1dBSUc7UUFDSCxrRUFBa0U7UUFDekQsZUFBVSxHQUFXLENBQUMsQ0FBQztRQUVoQzs7O1dBR0c7UUFDTyxhQUFRLEdBQXVCLElBQUksWUFBWSxFQUFFLENBQUM7SUE4QjVELENBQUM7SUEzQkQ7Ozs7T0FJRztJQUNILG1CQUFtQixDQUFDLEtBQXFCO1FBQ3ZDLDBFQUEwRTtRQUMxRSx1REFBdUQ7UUFDdkQsSUFBRyxLQUFLLENBQUMsT0FBTyxLQUFLLEtBQUssSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLEdBQUcsRUFBRTtZQUNuRCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxDQUFDO1NBQ3RCO0lBQ0gsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBSSxTQUFTO1FBQ1gsT0FBTztZQUNMLEtBQUssRUFBRSxJQUFJLENBQUMsVUFBVTtZQUN0QixNQUFNLEVBQUU7Z0JBQ04sVUFBVSxFQUFFLElBQUksQ0FBQyxVQUFVO2FBQzVCO1NBQ0YsQ0FBQztJQUNKLENBQUM7OzhJQTdDVSw4QkFBOEI7a0lBQTlCLDhCQUE4Qix3UEMzQzNDLHdIQUFnSCx1RUR1Q2xHO1FBQ1YsOEJBQThCLENBQUMsSUFBSTtLQUNwQzsyRkFFVSw4QkFBOEI7a0JBWjFDLFNBQVM7K0JBQ0UseUJBQXlCLG1CQUdsQix1QkFBdUIsQ0FBQyxNQUFNLFVBR3ZDLENBQUMsT0FBTyxDQUFDLGNBQ0w7d0JBQ1YsOEJBQThCLENBQUMsSUFBSTtxQkFDcEM7eUhBTzZDLEtBQUs7c0JBQWxELFdBQVc7dUJBQUMsK0JBQStCO2dCQVFuQyxVQUFVO3NCQUFsQixLQUFLO2dCQU1JLFFBQVE7c0JBQWpCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBbmltYXRpb25FdmVudCB9IGZyb20gJ0Bhbmd1bGFyL2FuaW1hdGlvbnMnO1xuaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIEVsZW1lbnRSZWYsXG4gIE91dHB1dCxcbiAgRXZlbnRFbWl0dGVyLFxuICBSZW5kZXJlcjIsXG4gIEhvc3RCaW5kaW5nLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgZGFmZlByb2dyZXNzSW5kaWNhdG9yQW5pbWF0aW9uIH0gZnJvbSAnLi9hbmltYXRpb24vcHJvZ3Jlc3MtaW5kaWNhdG9yLWFuaW1hdGlvbic7XG5pbXBvcnQge1xuICBkYWZmQ29sb3JNaXhpbixcbiAgRGFmZkNvbG9yYWJsZSxcbiAgRGFmZlBhbGV0dGUsXG59IGZyb20gJy4uLy4uL2NvcmUvY29sb3JhYmxlL3B1YmxpY19hcGknO1xuXG4vKipcbiAqIEFuIF9lbGVtZW50UmVmIGFuZCBhbiBpbnN0YW5jZSBvZiByZW5kZXJlcjIgYXJlIG5lZWRlZCBmb3IgdGhlIENvbG9yYWJsZSBtaXhpblxuICovXG5jbGFzcyBEYWZmUHJvZ3Jlc3NJbmRpY2F0b3JCYXNle1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIHB1YmxpYyBfcmVuZGVyZXI6IFJlbmRlcmVyMikge31cbn1cblxuY29uc3QgX2RhZmZQcm9ncmVzc0luZGljYXRvckJhc2UgPSBkYWZmQ29sb3JNaXhpbihEYWZmUHJvZ3Jlc3NJbmRpY2F0b3JCYXNlLCAncHJpbWFyeScpO1xuXG4vKipcbiAqIEBpbmhlcml0ZG9jXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtcHJvZ3Jlc3MtaW5kaWNhdG9yJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3Byb2dyZXNzLWluZGljYXRvci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3Byb2dyZXNzLWluZGljYXRvci5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgLy90b2RvKGRhbWllbndlYmRldik6IHJlbW92ZSBvbmNlIGRlY29yYXRvcnMgaGl0IHN0YWdlIDMgLSBodHRwczovL2dpdGh1Yi5jb20vbWljcm9zb2Z0L1R5cGVTY3JpcHQvaXNzdWVzLzczNDJcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1pbnB1dHMtbWV0YWRhdGEtcHJvcGVydHlcbiAgaW5wdXRzOiBbJ2NvbG9yJ10sXG4gIGFuaW1hdGlvbnM6IFtcbiAgICBkYWZmUHJvZ3Jlc3NJbmRpY2F0b3JBbmltYXRpb24uZmlsbCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZlByb2dyZXNzSW5kaWNhdG9yQ29tcG9uZW50IGV4dGVuZHMgX2RhZmZQcm9ncmVzc0luZGljYXRvckJhc2UgaW1wbGVtZW50cyBEYWZmQ29sb3JhYmxlIHtcblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5kYWZmLXByb2dyZXNzLWluZGljYXRvcicpIGNsYXNzID0gdHJ1ZTtcblxuICAvKipcbiAgICogVGhlIHBlcmNlbnRhZ2UgY29tcGxldGlvbiBvZiB0aGUgcHJvZ3Jlc3Npb24sXG4gICAqIGV4cHJlc3NlZCBhcyBhIHdob2xlIG51bWJlciBiZXR3ZWVuIDAgYW5kIDEwMC5cbiAgICpcbiAgICovXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8taW5mZXJyYWJsZS10eXBlc1xuICBASW5wdXQoKSBwZXJjZW50YWdlOiBudW1iZXIgPSAwO1xuXG4gIC8qKlxuICAgKiBBbiBldmVudCB0aGF0IGVtaXRzIGVhY2ggdGltZSB0aGUgcHJvZ3Jlc3Npb24gcmVhY2hlcyAxMDAlXG4gICAqIGFuZCB0aGUgYW5pbWF0aW9uIGlzIGZpbmlzaGVkXG4gICAqL1xuICBAT3V0cHV0KCkgZmluaXNoZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuXG4gIC8qKlxuICAgKiBDYWxjdWxhdGVzIHdoZW4gdGhlIHByb2dyZXNzIGFuaW1hdGlvbiBpcyBmdWxseSBjb21wbGV0ZWRcbiAgICpcbiAgICogQHBhcmFtIGV2ZW50OiBBbmltYXRpb25FdmVudFxuICAgKi9cbiAgb25BbmltYXRpb25Db21wbGV0ZShldmVudDogQW5pbWF0aW9uRXZlbnQpOiB2b2lkIHtcbiAgICAvLyBAdHMtaWdub3JlOiBAYW5ndWxhci9hbmltYXRpb25zIHR5cGluZyBlcnJvciBvbiBldmVudC50b1N0YXRlIGFzIHN0cmluZ1xuICAgIC8vIFNlZTogaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXIvYW5ndWxhci9pc3N1ZXMvMjY1MDdcbiAgICBpZihldmVudC50b1N0YXRlID09PSAnMTAwJyB8fCBldmVudC50b1N0YXRlID09PSAxMDApIHtcbiAgICAgIHRoaXMuZmluaXNoZWQuZW1pdCgpO1xuICAgIH1cbiAgfVxuXG4gIC8qKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBnZXQgZmlsbFN0YXRlKCk6IGFueSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIHZhbHVlOiB0aGlzLnBlcmNlbnRhZ2UsXG4gICAgICBwYXJhbXM6IHtcbiAgICAgICAgcGVyY2VudGFnZTogdGhpcy5wZXJjZW50YWdlLFxuICAgICAgfSxcbiAgICB9O1xuICB9XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIpIHtcbiAgICBzdXBlcihlbGVtZW50UmVmLCByZW5kZXJlcik7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJkYWZmLXByb2dyZXNzLWluZGljYXRvcl9fZmlsbFwiIFtAZmlsbF09XCJmaWxsU3RhdGVcIiAoQGZpbGwuZG9uZSk9XCJvbkFuaW1hdGlvbkNvbXBsZXRlKCRldmVudClcIj48L2Rpdj4iXX0=
@@ -4,12 +4,10 @@ import { DaffProgressIndicatorComponent } from './progress-indicator.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DaffProgressIndicatorModule {
6
6
  }
7
- /** @nocollapse */ DaffProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ DaffProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorModule, declarations: [DaffProgressIndicatorComponent], imports: [CommonModule], exports: [DaffProgressIndicatorComponent] });
9
- /** @nocollapse */ DaffProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorModule, imports: [[
10
- CommonModule,
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffProgressIndicatorModule, decorators: [{
7
+ /** @nocollapse */ DaffProgressIndicatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ DaffProgressIndicatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, declarations: [DaffProgressIndicatorComponent], imports: [CommonModule], exports: [DaffProgressIndicatorComponent] });
9
+ /** @nocollapse */ DaffProgressIndicatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffProgressIndicatorModule, decorators: [{
13
11
  type: NgModule,
14
12
  args: [{
15
13
  declarations: [DaffProgressIndicatorComponent],
@@ -19,4 +17,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
19
17
  exports: [DaffProgressIndicatorComponent],
20
18
  }]
21
19
  }] });
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9wcm9ncmVzcy1pbmRpY2F0b3IvcHJvZ3Jlc3MtaW5kaWNhdG9yLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7QUFTaEYsTUFBTSxPQUFPLDJCQUEyQjs7MklBQTNCLDJCQUEyQjs0SUFBM0IsMkJBQTJCLGlCQU52Qiw4QkFBOEIsYUFFM0MsWUFBWSxhQUVKLDhCQUE4Qjs0SUFFN0IsMkJBQTJCLFlBTDdCO1lBQ1AsWUFBWTtTQUNiOzJGQUdVLDJCQUEyQjtrQkFQdkMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyw4QkFBOEIsQ0FBQztvQkFDOUMsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFLENBQUMsOEJBQThCLENBQUM7aUJBQzFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZQcm9ncmVzc0luZGljYXRvckNvbXBvbmVudCB9IGZyb20gJy4vcHJvZ3Jlc3MtaW5kaWNhdG9yLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0RhZmZQcm9ncmVzc0luZGljYXRvckNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtEYWZmUHJvZ3Jlc3NJbmRpY2F0b3JDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmUHJvZ3Jlc3NJbmRpY2F0b3JNb2R1bGUgeyB9XG4iXX0=
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtaW5kaWNhdG9yLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9wcm9ncmVzcy1pbmRpY2F0b3IvcHJvZ3Jlc3MtaW5kaWNhdG9yLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7QUFTaEYsTUFBTSxPQUFPLDJCQUEyQjs7MklBQTNCLDJCQUEyQjs0SUFBM0IsMkJBQTJCLGlCQU52Qiw4QkFBOEIsYUFFM0MsWUFBWSxhQUVKLDhCQUE4Qjs0SUFFN0IsMkJBQTJCLFlBSnBDLFlBQVk7MkZBSUgsMkJBQTJCO2tCQVB2QyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLDhCQUE4QixDQUFDO29CQUM5QyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyw4QkFBOEIsQ0FBQztpQkFDMUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZlByb2dyZXNzSW5kaWNhdG9yQ29tcG9uZW50IH0gZnJvbSAnLi9wcm9ncmVzcy1pbmRpY2F0b3IuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbRGFmZlByb2dyZXNzSW5kaWNhdG9yQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW0RhZmZQcm9ncmVzc0luZGljYXRvckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZQcm9ncmVzc0luZGljYXRvck1vZHVsZSB7IH1cbiJdfQ==
@@ -9,16 +9,10 @@ export class BasicButtonComponent {
9
9
  this.faChevronRight = faChevronRight;
10
10
  }
11
11
  }
12
- /** @nocollapse */ BasicButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- /** @nocollapse */ BasicButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: BasicButtonComponent, selector: "basic-button", ngImport: i0, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<button daff-button loading=\"true\">Default</button>\n<a href=\"#\" daff-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"], components: [{ type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { 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: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonComponent, decorators: [{
12
+ /** @nocollapse */ BasicButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ /** @nocollapse */ BasicButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BasicButtonComponent, selector: "basic-button", ngImport: i0, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<button daff-button loading=\"true\">Default</button>\n<a href=\"#\" daff-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"], dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "directive", type: i1.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "directive", type: i1.DaffSuffixDirective, selector: "[daffSuffix]" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonComponent, decorators: [{
15
15
  type: Component,
16
- args: [{ selector: 'basic-button', styles: [`
17
- :host {
18
- display: flex;
19
- flex-wrap: wrap;
20
- gap: 8px;
21
- }
22
- `], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<button daff-button loading=\"true\">Default</button>\n<a href=\"#\" daff-button>Link</a>" }]
16
+ args: [{ selector: 'basic-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button>Default</button>\n<button daff-button color=\"primary\">Primary</button>\n<button daff-button color=\"secondary\">Secondary</button>\n<button daff-button color=\"tertiary\">Tertiary</button>\n<button daff-button color=\"black\">Black</button>\n<button daff-button color=\"white\">White</button>\n<button daff-button color=\"theme\">Theme</button>\n<button daff-button color=\"theme-contrast\">Theme Contrast</button>\n<button daff-button><fa-icon [icon]=\"faChevronLeft\" size=\"sm\" daffPrefix></fa-icon>Button</button>\n<button daff-button><fa-icon [icon]=\"faChevronRight\" size=\"sm\" daffSuffix></fa-icon>Button</button>\n<button daff-button disabled>Disabled</button>\n<button daff-button loading=\"true\">Default</button>\n<a href=\"#\" daff-button>Link</a>", styles: [":host{display:flex;flex-wrap:wrap;gap:8px}\n"] }]
23
17
  }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2J1dHRvbi9leGFtcGxlcy9zcmMvYmFzaWMtYnV0dG9uL2Jhc2ljLWJ1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9idXR0b24vZXhhbXBsZXMvc3JjL2Jhc2ljLWJ1dHRvbi9iYXNpYy1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGFBQWEsRUFDYixjQUFjLEdBQ2YsTUFBTSxtQ0FBbUMsQ0FBQzs7OztBQWUzQyxNQUFNLE9BQU8sb0JBQW9CO0lBYmpDO1FBY0Usa0JBQWEsR0FBRyxhQUFhLENBQUM7UUFDOUIsbUJBQWMsR0FBRyxjQUFjLENBQUM7S0FDakM7O29JQUhZLG9CQUFvQjt3SEFBcEIsb0JBQW9CLG9EQ3RCakMsa3hCQVlnQzsyRkRVbkIsb0JBQW9CO2tCQWJoQyxTQUFTOytCQUVFLGNBQWMsVUFFaEIsQ0FBQzs7Ozs7O0dBTVIsQ0FBQyxtQkFDZSx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBmYUNoZXZyb25MZWZ0LFxuICBmYUNoZXZyb25SaWdodCxcbn0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYmFzaWMtYnV0dG9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Jhc2ljLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogW2BcbiAgICA6aG9zdCB7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgZmxleC13cmFwOiB3cmFwO1xuICAgICAgZ2FwOiA4cHg7XG4gICAgfVxuICBgXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhc2ljQnV0dG9uQ29tcG9uZW50IHtcbiAgZmFDaGV2cm9uTGVmdCA9IGZhQ2hldnJvbkxlZnQ7XG4gIGZhQ2hldnJvblJpZ2h0ID0gZmFDaGV2cm9uUmlnaHQ7XG59XG4iLCI8YnV0dG9uIGRhZmYtYnV0dG9uPkRlZmF1bHQ8L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24gY29sb3I9XCJwcmltYXJ5XCI+UHJpbWFyeTwvYnV0dG9uPlxuPGJ1dHRvbiBkYWZmLWJ1dHRvbiBjb2xvcj1cInNlY29uZGFyeVwiPlNlY29uZGFyeTwvYnV0dG9uPlxuPGJ1dHRvbiBkYWZmLWJ1dHRvbiBjb2xvcj1cInRlcnRpYXJ5XCI+VGVydGlhcnk8L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24gY29sb3I9XCJibGFja1wiPkJsYWNrPC9idXR0b24+XG48YnV0dG9uIGRhZmYtYnV0dG9uIGNvbG9yPVwid2hpdGVcIj5XaGl0ZTwvYnV0dG9uPlxuPGJ1dHRvbiBkYWZmLWJ1dHRvbiBjb2xvcj1cInRoZW1lXCI+VGhlbWU8L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24gY29sb3I9XCJ0aGVtZS1jb250cmFzdFwiPlRoZW1lIENvbnRyYXN0PC9idXR0b24+XG48YnV0dG9uIGRhZmYtYnV0dG9uPjxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvbkxlZnRcIiBzaXplPVwic21cIiBkYWZmUHJlZml4PjwvZmEtaWNvbj5CdXR0b248L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24+PGZhLWljb24gW2ljb25dPVwiZmFDaGV2cm9uUmlnaHRcIiBzaXplPVwic21cIiBkYWZmU3VmZml4PjwvZmEtaWNvbj5CdXR0b248L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24gZGlzYWJsZWQ+RGlzYWJsZWQ8L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24gbG9hZGluZz1cInRydWVcIj5EZWZhdWx0PC9idXR0b24+XG48YSBocmVmPVwiI1wiIGRhZmYtYnV0dG9uPkxpbms8L2E+Il19
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2J1dHRvbi9leGFtcGxlcy9zcmMvYmFzaWMtYnV0dG9uL2Jhc2ljLWJ1dHRvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9idXR0b24vZXhhbXBsZXMvc3JjL2Jhc2ljLWJ1dHRvbi9iYXNpYy1idXR0b24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGFBQWEsRUFDYixjQUFjLEdBQ2YsTUFBTSxtQ0FBbUMsQ0FBQzs7OztBQWUzQyxNQUFNLE9BQU8sb0JBQW9CO0lBYmpDO1FBY0Usa0JBQWEsR0FBRyxhQUFhLENBQUM7UUFDOUIsbUJBQWMsR0FBRyxjQUFjLENBQUM7S0FDakM7O29JQUhZLG9CQUFvQjt3SEFBcEIsb0JBQW9CLG9EQ3RCakMsa3hCQVlnQzsyRkRVbkIsb0JBQW9CO2tCQWJoQyxTQUFTOytCQUVFLGNBQWMsbUJBU1AsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgZmFDaGV2cm9uTGVmdCxcbiAgZmFDaGV2cm9uUmlnaHQsXG59IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2Jhc2ljLWJ1dHRvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9iYXNpYy1idXR0b24uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFtgXG4gICAgOmhvc3Qge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtd3JhcDogd3JhcDtcbiAgICAgIGdhcDogOHB4O1xuICAgIH1cbiAgYF0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY0J1dHRvbkNvbXBvbmVudCB7XG4gIGZhQ2hldnJvbkxlZnQgPSBmYUNoZXZyb25MZWZ0O1xuICBmYUNoZXZyb25SaWdodCA9IGZhQ2hldnJvblJpZ2h0O1xufVxuIiwiPGJ1dHRvbiBkYWZmLWJ1dHRvbj5EZWZhdWx0PC9idXR0b24+XG48YnV0dG9uIGRhZmYtYnV0dG9uIGNvbG9yPVwicHJpbWFyeVwiPlByaW1hcnk8L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24gY29sb3I9XCJzZWNvbmRhcnlcIj5TZWNvbmRhcnk8L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24gY29sb3I9XCJ0ZXJ0aWFyeVwiPlRlcnRpYXJ5PC9idXR0b24+XG48YnV0dG9uIGRhZmYtYnV0dG9uIGNvbG9yPVwiYmxhY2tcIj5CbGFjazwvYnV0dG9uPlxuPGJ1dHRvbiBkYWZmLWJ1dHRvbiBjb2xvcj1cIndoaXRlXCI+V2hpdGU8L2J1dHRvbj5cbjxidXR0b24gZGFmZi1idXR0b24gY29sb3I9XCJ0aGVtZVwiPlRoZW1lPC9idXR0b24+XG48YnV0dG9uIGRhZmYtYnV0dG9uIGNvbG9yPVwidGhlbWUtY29udHJhc3RcIj5UaGVtZSBDb250cmFzdDwvYnV0dG9uPlxuPGJ1dHRvbiBkYWZmLWJ1dHRvbj48ZmEtaWNvbiBbaWNvbl09XCJmYUNoZXZyb25MZWZ0XCIgc2l6ZT1cInNtXCIgZGFmZlByZWZpeD48L2ZhLWljb24+QnV0dG9uPC9idXR0b24+XG48YnV0dG9uIGRhZmYtYnV0dG9uPjxmYS1pY29uIFtpY29uXT1cImZhQ2hldnJvblJpZ2h0XCIgc2l6ZT1cInNtXCIgZGFmZlN1ZmZpeD48L2ZhLWljb24+QnV0dG9uPC9idXR0b24+XG48YnV0dG9uIGRhZmYtYnV0dG9uIGRpc2FibGVkPkRpc2FibGVkPC9idXR0b24+XG48YnV0dG9uIGRhZmYtYnV0dG9uIGxvYWRpbmc9XCJ0cnVlXCI+RGVmYXVsdDwvYnV0dG9uPlxuPGEgaHJlZj1cIiNcIiBkYWZmLWJ1dHRvbj5MaW5rPC9hPiJdfQ==
@@ -5,14 +5,12 @@ import { BasicButtonComponent } from './basic-button.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class BasicButtonModule {
7
7
  }
8
- /** @nocollapse */ BasicButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
- /** @nocollapse */ BasicButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, declarations: [BasicButtonComponent], imports: [DaffButtonModule,
8
+ /** @nocollapse */ BasicButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
9
+ /** @nocollapse */ BasicButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonModule, declarations: [BasicButtonComponent], imports: [DaffButtonModule,
10
10
  FontAwesomeModule], exports: [BasicButtonComponent] });
11
- /** @nocollapse */ BasicButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, imports: [[
12
- DaffButtonModule,
13
- FontAwesomeModule,
14
- ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: BasicButtonModule, decorators: [{
11
+ /** @nocollapse */ BasicButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonModule, imports: [DaffButtonModule,
12
+ FontAwesomeModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BasicButtonModule, decorators: [{
16
14
  type: NgModule,
17
15
  args: [{
18
16
  declarations: [
@@ -27,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
27
25
  ],
28
26
  }]
29
27
  }] });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2J1dHRvbi9leGFtcGxlcy9zcmMvYmFzaWMtYnV0dG9uL2Jhc2ljLWJ1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUVyRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVwRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFlaEUsTUFBTSxPQUFPLGlCQUFpQjs7aUlBQWpCLGlCQUFpQjtrSUFBakIsaUJBQWlCLGlCQVYxQixvQkFBb0IsYUFNcEIsZ0JBQWdCO1FBQ2hCLGlCQUFpQixhQUpqQixvQkFBb0I7a0lBT1gsaUJBQWlCLFlBTG5CO1lBQ1AsZ0JBQWdCO1lBQ2hCLGlCQUFpQjtTQUNsQjsyRkFFVSxpQkFBaUI7a0JBWjdCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLG9CQUFvQjtxQkFDckI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLG9CQUFvQjtxQkFDckI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGdCQUFnQjt3QkFDaEIsaUJBQWlCO3FCQUNsQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcblxuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5pbXBvcnQgeyBCYXNpY0J1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4vYmFzaWMtYnV0dG9uLmNvbXBvbmVudCc7XG5cblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQmFzaWNCdXR0b25Db21wb25lbnQsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBCYXNpY0J1dHRvbkNvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIEJhc2ljQnV0dG9uTW9kdWxlIHsgfVxuIl19
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtYnV0dG9uLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL2J1dHRvbi9leGFtcGxlcy9zcmMvYmFzaWMtYnV0dG9uL2Jhc2ljLWJ1dHRvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUVyRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUVwRCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFlaEUsTUFBTSxPQUFPLGlCQUFpQjs7aUlBQWpCLGlCQUFpQjtrSUFBakIsaUJBQWlCLGlCQVYxQixvQkFBb0IsYUFNcEIsZ0JBQWdCO1FBQ2hCLGlCQUFpQixhQUpqQixvQkFBb0I7a0lBT1gsaUJBQWlCLFlBSjFCLGdCQUFnQjtRQUNoQixpQkFBaUI7MkZBR1IsaUJBQWlCO2tCQVo3QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixvQkFBb0I7cUJBQ3JCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxvQkFBb0I7cUJBQ3JCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxnQkFBZ0I7d0JBQ2hCLGlCQUFpQjtxQkFDbEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9udEF3ZXNvbWVNb2R1bGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvYW5ndWxhci1mb250YXdlc29tZSc7XG5cbmltcG9ydCB7IERhZmZCdXR0b25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuaW1wb3J0IHsgQmFzaWNCdXR0b25Db21wb25lbnQgfSBmcm9tICcuL2Jhc2ljLWJ1dHRvbi5jb21wb25lbnQnO1xuXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEJhc2ljQnV0dG9uQ29tcG9uZW50LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQmFzaWNCdXR0b25Db21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBEYWZmQnV0dG9uTW9kdWxlLFxuICAgIEZvbnRBd2Vzb21lTW9kdWxlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY0J1dHRvbk1vZHVsZSB7IH1cbiJdfQ==