@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
@@ -4,12 +4,10 @@ import { DaffContainerComponent } from './container.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DaffContainerModule {
6
6
  }
7
- /** @nocollapse */ DaffContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ DaffContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffContainerModule, declarations: [DaffContainerComponent], imports: [CommonModule], exports: [DaffContainerComponent] });
9
- /** @nocollapse */ DaffContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffContainerModule, imports: [[
10
- CommonModule,
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffContainerModule, decorators: [{
7
+ /** @nocollapse */ DaffContainerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ DaffContainerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, declarations: [DaffContainerComponent], imports: [CommonModule], exports: [DaffContainerComponent] });
9
+ /** @nocollapse */ DaffContainerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffContainerModule, 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9jb250YWluZXIvY29udGFpbmVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFhL0QsTUFBTSxPQUFPLG1CQUFtQjs7bUlBQW5CLG1CQUFtQjtvSUFBbkIsbUJBQW1CLGlCQU41QixzQkFBc0IsYUFIdEIsWUFBWSxhQU1aLHNCQUFzQjtvSUFHYixtQkFBbUIsWUFWckI7WUFDUCxZQUFZO1NBQ2I7MkZBUVUsbUJBQW1CO2tCQVgvQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELFlBQVksRUFBRTt3QkFDWixzQkFBc0I7cUJBQ3ZCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxzQkFBc0I7cUJBQ3ZCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZDb250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbnRhaW5lci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEYWZmQ29udGFpbmVyQ29tcG9uZW50LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGFmZkNvbnRhaW5lckNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkNvbnRhaW5lck1vZHVsZSB7IH1cbiJdfQ==
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9jb250YWluZXIvY29udGFpbmVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7QUFhL0QsTUFBTSxPQUFPLG1CQUFtQjs7bUlBQW5CLG1CQUFtQjtvSUFBbkIsbUJBQW1CLGlCQU41QixzQkFBc0IsYUFIdEIsWUFBWSxhQU1aLHNCQUFzQjtvSUFHYixtQkFBbUIsWUFUNUIsWUFBWTsyRkFTSCxtQkFBbUI7a0JBWC9CLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHNCQUFzQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHNCQUFzQjtxQkFDdkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkNvbnRhaW5lckNvbXBvbmVudCB9IGZyb20gJy4vY29udGFpbmVyLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZDb250YWluZXJDb21wb25lbnQsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmQ29udGFpbmVyQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmQ29udGFpbmVyTW9kdWxlIHsgfVxuIl19
@@ -103,11 +103,11 @@ export class DaffCheckboxComponent {
103
103
  this._cdRef.markForCheck();
104
104
  }
105
105
  }
106
- /** @nocollapse */ DaffCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
107
- /** @nocollapse */ DaffCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffCheckboxComponent, selector: "daff-checkbox", inputs: { name: "name", value: "value", checked: "checked", id: "id", label: ["aria-label", "label"], labeledBy: ["aria-labelledby", "labeledBy"] }, outputs: { becameChecked: "becameChecked", becameUnchecked: "becameUnchecked" }, host: { properties: { "attr.role": "this.role", "class.focused": "this.focusClass", "class.disabled": "this.disabledClass" } }, viewQueries: [{ propertyName: "nativeCheckbox", first: true, predicate: ["inputElement"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxComponent, decorators: [{
106
+ /** @nocollapse */ DaffCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
107
+ /** @nocollapse */ DaffCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxComponent, selector: "daff-checkbox", inputs: { name: "name", value: "value", checked: "checked", id: "id", label: ["aria-label", "label"], labeledBy: ["aria-labelledby", "labeledBy"] }, outputs: { becameChecked: "becameChecked", becameUnchecked: "becameUnchecked" }, host: { properties: { "attr.role": "this.role", "class.focused": "this.focusClass", "class.disabled": "this.disabledClass" } }, viewQueries: [{ propertyName: "nativeCheckbox", first: true, predicate: ["inputElement"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxComponent, decorators: [{
109
109
  type: Component,
110
- args: [{ selector: 'daff-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>", styles: [""] }]
110
+ args: [{ selector: 'daff-checkbox', changeDetection: ChangeDetectionStrategy.OnPush, template: "<input #inputElement\ntype=\"checkbox\"\n[attr.aria-label]=\"label\"\n[attr.aria-labelledby]=\"labeledBy\"\n[attr.checked]=\"checked ? '' : null\"\n[attr.id] = \"id\"\n[attr.value]=\"value\"\n[attr.name]=\"name\"\n[attr.disabled] = \"disabled ? '' : null\" \n(change)=\"_onChange($event)\"\n(blur)=\"onBlur()\"\n(focus)=\"onFocus()\"\n/>\n<label [attr.for]=\"id\"><ng-content></ng-content></label>" }]
111
111
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { nativeCheckbox: [{
112
112
  type: ViewChild,
113
113
  args: ['inputElement', { static: true, read: ElementRef }]
@@ -1,23 +1,21 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import { NgModule } from '@angular/core';
3
- import { DaffCheckboxSetComponent } from '../checkbox-set/checkbox-set.component';
4
3
  import { DaffCheckboxComponent } from './checkbox.component';
5
4
  import { DaffCheckboxControlValueAccessorDirective } from './cva/checkbox-cva.directive';
5
+ import { DaffCheckboxSetComponent } from '../checkbox-set/checkbox-set.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export class DaffCheckboxModule {
8
8
  }
9
- /** @nocollapse */ DaffCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- /** @nocollapse */ DaffCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxModule, declarations: [DaffCheckboxComponent,
9
+ /** @nocollapse */ DaffCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ /** @nocollapse */ DaffCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, declarations: [DaffCheckboxComponent,
11
11
  DaffCheckboxSetComponent,
12
12
  DaffCheckboxControlValueAccessorDirective], imports: [CommonModule], exports: [DaffCheckboxComponent,
13
13
  DaffCheckboxSetComponent,
14
14
  DaffCheckboxControlValueAccessorDirective] });
15
- /** @nocollapse */ DaffCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxModule, providers: [
15
+ /** @nocollapse */ DaffCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, providers: [
16
16
  DaffCheckboxSetComponent,
17
- ], imports: [[
18
- CommonModule,
19
- ]] });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxModule, decorators: [{
17
+ ], imports: [CommonModule] });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxModule, decorators: [{
21
19
  type: NgModule,
22
20
  args: [{
23
21
  exports: [
@@ -38,4 +36,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
38
36
  ],
39
37
  }]
40
38
  }] });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vY2hlY2tib3gvY2hlY2tib3gubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzdELE9BQU8sRUFBRSx5Q0FBeUMsRUFBRSxNQUFNLDhCQUE4QixDQUFDOztBQW9CekYsTUFBTSxPQUFPLGtCQUFrQjs7a0lBQWxCLGtCQUFrQjttSUFBbEIsa0JBQWtCLGlCQVgzQixxQkFBcUI7UUFDckIsd0JBQXdCO1FBQ3hCLHlDQUF5QyxhQUd6QyxZQUFZLGFBVloscUJBQXFCO1FBQ3JCLHdCQUF3QjtRQUN4Qix5Q0FBeUM7bUlBY2hDLGtCQUFrQixhQUpsQjtRQUNULHdCQUF3QjtLQUN6QixZQUxRO1lBQ1AsWUFBWTtTQUNiOzJGQUtVLGtCQUFrQjtrQkFsQjlCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLHFCQUFxQjt3QkFDckIsd0JBQXdCO3dCQUN4Qix5Q0FBeUM7cUJBQzFDO29CQUNELFlBQVksRUFBRTt3QkFDWixxQkFBcUI7d0JBQ3JCLHdCQUF3Qjt3QkFDeEIseUNBQXlDO3FCQUMxQztvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1Qsd0JBQXdCO3FCQUN6QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmQ2hlY2tib3hTZXRDb21wb25lbnQgfSBmcm9tICcuLi9jaGVja2JveC1zZXQvY2hlY2tib3gtc2V0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmQ2hlY2tib3hDb21wb25lbnQgfSBmcm9tICcuL2NoZWNrYm94LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmQ2hlY2tib3hDb250cm9sVmFsdWVBY2Nlc3NvckRpcmVjdGl2ZSB9IGZyb20gJy4vY3ZhL2NoZWNrYm94LWN2YS5kaXJlY3RpdmUnO1xuXG5ATmdNb2R1bGUoe1xuICBleHBvcnRzOiBbXG4gICAgRGFmZkNoZWNrYm94Q29tcG9uZW50LFxuICAgIERhZmZDaGVja2JveFNldENvbXBvbmVudCxcbiAgICBEYWZmQ2hlY2tib3hDb250cm9sVmFsdWVBY2Nlc3NvckRpcmVjdGl2ZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZkNoZWNrYm94Q29tcG9uZW50LFxuICAgIERhZmZDaGVja2JveFNldENvbXBvbmVudCxcbiAgICBEYWZmQ2hlY2tib3hDb250cm9sVmFsdWVBY2Nlc3NvckRpcmVjdGl2ZSxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbXG4gICAgRGFmZkNoZWNrYm94U2V0Q29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmQ2hlY2tib3hNb2R1bGUgeyB9XG4iXX0=
39
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vY2hlY2tib3gvY2hlY2tib3gubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQzdELE9BQU8sRUFBRSx5Q0FBeUMsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3pGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDOztBQW9CbEYsTUFBTSxPQUFPLGtCQUFrQjs7a0lBQWxCLGtCQUFrQjttSUFBbEIsa0JBQWtCLGlCQVgzQixxQkFBcUI7UUFDckIsd0JBQXdCO1FBQ3hCLHlDQUF5QyxhQUd6QyxZQUFZLGFBVloscUJBQXFCO1FBQ3JCLHdCQUF3QjtRQUN4Qix5Q0FBeUM7bUlBY2hDLGtCQUFrQixhQUpsQjtRQUNULHdCQUF3QjtLQUN6QixZQUpDLFlBQVk7MkZBTUgsa0JBQWtCO2tCQWxCOUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AscUJBQXFCO3dCQUNyQix3QkFBd0I7d0JBQ3hCLHlDQUF5QztxQkFDMUM7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHFCQUFxQjt3QkFDckIsd0JBQXdCO3dCQUN4Qix5Q0FBeUM7cUJBQzFDO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELFNBQVMsRUFBRTt3QkFDVCx3QkFBd0I7cUJBQ3pCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZDaGVja2JveENvbXBvbmVudCB9IGZyb20gJy4vY2hlY2tib3guY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZDaGVja2JveENvbnRyb2xWYWx1ZUFjY2Vzc29yRGlyZWN0aXZlIH0gZnJvbSAnLi9jdmEvY2hlY2tib3gtY3ZhLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBEYWZmQ2hlY2tib3hTZXRDb21wb25lbnQgfSBmcm9tICcuLi9jaGVja2JveC1zZXQvY2hlY2tib3gtc2V0LmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmQ2hlY2tib3hDb21wb25lbnQsXG4gICAgRGFmZkNoZWNrYm94U2V0Q29tcG9uZW50LFxuICAgIERhZmZDaGVja2JveENvbnRyb2xWYWx1ZUFjY2Vzc29yRGlyZWN0aXZlLFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEYWZmQ2hlY2tib3hDb21wb25lbnQsXG4gICAgRGFmZkNoZWNrYm94U2V0Q29tcG9uZW50LFxuICAgIERhZmZDaGVja2JveENvbnRyb2xWYWx1ZUFjY2Vzc29yRGlyZWN0aXZlLFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICBEYWZmQ2hlY2tib3hTZXRDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZDaGVja2JveE1vZHVsZSB7IH1cbiJdfQ==
@@ -74,9 +74,9 @@ export class DaffCheckboxControlValueAccessorDirective {
74
74
  this._checkbox.deselect();
75
75
  }
76
76
  }
77
- /** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.DaffCheckboxComponent }], target: i0.ɵɵFactoryTarget.Directive });
78
- /** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffCheckboxControlValueAccessorDirective, selector: "daff-checkbox[ngModel], daff-checkbox[formControl], daff-checkbox[formControlName]", inputs: { value: "value", name: "name" }, ngImport: i0 });
79
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, decorators: [{
77
+ /** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i2.DaffCheckboxComponent }], target: i0.ɵɵFactoryTarget.Directive });
78
+ /** @nocollapse */ DaffCheckboxControlValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxControlValueAccessorDirective, selector: "daff-checkbox[ngModel], daff-checkbox[formControl], daff-checkbox[formControlName]", inputs: { value: "value", name: "name" }, ngImport: i0 });
79
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxControlValueAccessorDirective, decorators: [{
80
80
  type: Directive,
81
81
  args: [{
82
82
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -1,5 +1,5 @@
1
1
  import { Component, Input, HostBinding, ChangeDetectionStrategy, ContentChildren, QueryList, Output, EventEmitter, } from '@angular/core';
2
- import { FormArray } from '@angular/forms';
2
+ import { UntypedFormArray } from '@angular/forms';
3
3
  import { DaffCheckboxComponent } from '../checkbox/checkbox.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DaffCheckboxSetComponent {
@@ -17,11 +17,11 @@ export class DaffCheckboxSetComponent {
17
17
  return this.formArray.value.map((element, index) => element === true ? checkboxes[index].value : false).filter(element => element !== false);
18
18
  }
19
19
  }
20
- /** @nocollapse */ DaffCheckboxSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- /** @nocollapse */ DaffCheckboxSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffCheckboxSetComponent, selector: "daff-checkbox-set", inputs: { formArray: "formArray", name: "name" }, outputs: { valueList: "valueList" }, host: { properties: { "attr.role": "this.role" } }, queries: [{ propertyName: "checkboxes", predicate: DaffCheckboxComponent }], ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffCheckboxSetComponent, decorators: [{
20
+ /** @nocollapse */ DaffCheckboxSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ /** @nocollapse */ DaffCheckboxSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffCheckboxSetComponent, selector: "daff-checkbox-set", inputs: { formArray: "formArray", name: "name" }, outputs: { valueList: "valueList" }, host: { properties: { "attr.role": "this.role" } }, queries: [{ propertyName: "checkboxes", predicate: DaffCheckboxComponent }], ngImport: i0, template: "<ng-content></ng-content>", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffCheckboxSetComponent, decorators: [{
23
23
  type: Component,
24
- args: [{ selector: 'daff-checkbox-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>", styles: [""] }]
24
+ args: [{ selector: 'daff-checkbox-set', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>" }]
25
25
  }], propDecorators: { formArray: [{
26
26
  type: Input
27
27
  }], name: [{
@@ -35,4 +35,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
35
35
  }], valueList: [{
36
36
  type: Output
37
37
  }] } });
38
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtc2V0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9mb3JtL2NoZWNrYm94LXNldC9jaGVja2JveC1zZXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vY2hlY2tib3gtc2V0L2NoZWNrYm94LXNldC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULEtBQUssRUFDTCxXQUFXLEVBQ1gsdUJBQXVCLEVBQ3ZCLGVBQWUsRUFDZixTQUFTLEVBQ1QsTUFBTSxFQUNOLFlBQVksR0FDYixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFM0MsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7O0FBUXZFLE1BQU0sT0FBTyx3QkFBd0I7SUFOckM7UUFjRTs7OztXQUlHO1FBQ3VCLFNBQUksR0FBRyxPQUFPLENBQUM7UUFTL0IsY0FBUyxHQUFHLElBQUksWUFBWSxFQUFTLENBQUM7S0FNakQ7SUFKQyxTQUFTO1FBQ1AsTUFBTSxVQUFVLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLEVBQUUsQ0FBQztRQUM3QyxPQUFPLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxDQUFDLE9BQU8sRUFBRSxLQUFLLEVBQUUsRUFBRSxDQUFDLE9BQU8sS0FBSyxJQUFJLENBQUMsQ0FBQyxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLE1BQU0sQ0FBQyxPQUFPLENBQUMsRUFBRSxDQUFDLE9BQU8sS0FBSyxLQUFLLENBQUMsQ0FBQztJQUMvSSxDQUFDOzt3SUEzQlUsd0JBQXdCOzRIQUF4Qix3QkFBd0IsK05Bb0JsQixxQkFBcUIsNkJDeEN4QywyQkFBeUI7MkZEb0JaLHdCQUF3QjtrQkFOcEMsU0FBUzsrQkFDRSxtQkFBbUIsbUJBR1osdUJBQXVCLENBQUMsTUFBTTs4QkFJdEMsU0FBUztzQkFBakIsS0FBSztnQkFJRyxJQUFJO3NCQUFaLEtBQUs7Z0JBT29CLElBQUk7c0JBQTdCLFdBQVc7dUJBQUMsV0FBVztnQkFPZ0IsVUFBVTtzQkFBakQsZUFBZTt1QkFBQyxxQkFBcUI7Z0JBRTVCLFNBQVM7c0JBQWxCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIElucHV0LFxuICBIb3N0QmluZGluZyxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbnRlbnRDaGlsZHJlbixcbiAgUXVlcnlMaXN0LFxuICBPdXRwdXQsXG4gIEV2ZW50RW1pdHRlcixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQXJyYXkgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IERhZmZDaGVja2JveENvbXBvbmVudCB9IGZyb20gJy4uL2NoZWNrYm94L2NoZWNrYm94LmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtY2hlY2tib3gtc2V0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NoZWNrYm94LXNldC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NoZWNrYm94LXNldC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkNoZWNrYm94U2V0Q29tcG9uZW50IHtcblxuICBASW5wdXQoKSBmb3JtQXJyYXk6IEZvcm1BcnJheTtcbiAgLyoqXG4gICAqIFRoZSBuYW1lIG9mIHRoZSBjaGVja2JveC1zZXRcbiAgICovXG4gIEBJbnB1dCgpIG5hbWU6IHN0cmluZztcblxuICAvKipcbiAgICogVGhlIHJvbGUgb2YgdGhlIGNvbXBvbmVudC4gU2V0IHRvIFwiY2hlY2tib3hcIi5cbiAgICpcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdhdHRyLnJvbGUnKSByb2xlID0gJ2dyb3VwJztcblxuICAvKipcbiAgICogVGhlIGxpc3Qgb2YgY2hlY2tib3hlcyBpbiB0aGUgc2V0LlxuICAgKlxuICAgKiBAZG9jcy1wcml2YXRlXG4gICAqL1xuICBAQ29udGVudENoaWxkcmVuKERhZmZDaGVja2JveENvbXBvbmVudCkgY2hlY2tib3hlczogUXVlcnlMaXN0PERhZmZDaGVja2JveENvbXBvbmVudD47XG5cbiAgQE91dHB1dCgpIHZhbHVlTGlzdCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55W10+KCk7XG5cbiAgZ2V0VmFsdWVzKCk6IGFueVtdIHtcbiAgICBjb25zdCBjaGVja2JveGVzID0gdGhpcy5jaGVja2JveGVzLnRvQXJyYXkoKTtcbiAgICByZXR1cm4gdGhpcy5mb3JtQXJyYXkudmFsdWUubWFwKChlbGVtZW50LCBpbmRleCkgPT4gZWxlbWVudCA9PT0gdHJ1ZSA/IGNoZWNrYm94ZXNbaW5kZXhdLnZhbHVlIDogZmFsc2UpLmZpbHRlcihlbGVtZW50ID0+IGVsZW1lbnQgIT09IGZhbHNlKTtcbiAgfVxufVxuIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PiJdfQ==
38
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gtc2V0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9mb3JtL2NoZWNrYm94LXNldC9jaGVja2JveC1zZXQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vY2hlY2tib3gtc2V0L2NoZWNrYm94LXNldC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULEtBQUssRUFDTCxXQUFXLEVBQ1gsdUJBQXVCLEVBQ3ZCLGVBQWUsRUFDZixTQUFTLEVBQ1QsTUFBTSxFQUNOLFlBQVksR0FDYixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUVsRCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7QUFRdkUsTUFBTSxPQUFPLHdCQUF3QjtJQU5yQztRQWNFOzs7O1dBSUc7UUFDdUIsU0FBSSxHQUFHLE9BQU8sQ0FBQztRQVMvQixjQUFTLEdBQUcsSUFBSSxZQUFZLEVBQVMsQ0FBQztLQU1qRDtJQUpDLFNBQVM7UUFDUCxNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLE9BQU8sRUFBRSxDQUFDO1FBQzdDLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFDLENBQUMsT0FBTyxFQUFFLEtBQUssRUFBRSxFQUFFLENBQUMsT0FBTyxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxFQUFFLENBQUMsT0FBTyxLQUFLLEtBQUssQ0FBQyxDQUFDO0lBQy9JLENBQUM7O3dJQTNCVSx3QkFBd0I7NEhBQXhCLHdCQUF3QiwrTkFvQmxCLHFCQUFxQiw2QkN4Q3hDLDJCQUF5QjsyRkRvQlosd0JBQXdCO2tCQU5wQyxTQUFTOytCQUNFLG1CQUFtQixtQkFHWix1QkFBdUIsQ0FBQyxNQUFNOzhCQUl0QyxTQUFTO3NCQUFqQixLQUFLO2dCQUlHLElBQUk7c0JBQVosS0FBSztnQkFPb0IsSUFBSTtzQkFBN0IsV0FBVzt1QkFBQyxXQUFXO2dCQU9nQixVQUFVO3NCQUFqRCxlQUFlO3VCQUFDLHFCQUFxQjtnQkFFNUIsU0FBUztzQkFBbEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIEhvc3RCaW5kaW5nLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29udGVudENoaWxkcmVuLFxuICBRdWVyeUxpc3QsXG4gIE91dHB1dCxcbiAgRXZlbnRFbWl0dGVyLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVudHlwZWRGb3JtQXJyYXkgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IERhZmZDaGVja2JveENvbXBvbmVudCB9IGZyb20gJy4uL2NoZWNrYm94L2NoZWNrYm94LmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RhZmYtY2hlY2tib3gtc2V0JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2NoZWNrYm94LXNldC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NoZWNrYm94LXNldC5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkNoZWNrYm94U2V0Q29tcG9uZW50IHtcblxuICBASW5wdXQoKSBmb3JtQXJyYXk6IFVudHlwZWRGb3JtQXJyYXk7XG4gIC8qKlxuICAgKiBUaGUgbmFtZSBvZiB0aGUgY2hlY2tib3gtc2V0XG4gICAqL1xuICBASW5wdXQoKSBuYW1lOiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFRoZSByb2xlIG9mIHRoZSBjb21wb25lbnQuIFNldCB0byBcImNoZWNrYm94XCIuXG4gICAqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIEBIb3N0QmluZGluZygnYXR0ci5yb2xlJykgcm9sZSA9ICdncm91cCc7XG5cbiAgLyoqXG4gICAqIFRoZSBsaXN0IG9mIGNoZWNrYm94ZXMgaW4gdGhlIHNldC5cbiAgICpcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQENvbnRlbnRDaGlsZHJlbihEYWZmQ2hlY2tib3hDb21wb25lbnQpIGNoZWNrYm94ZXM6IFF1ZXJ5TGlzdDxEYWZmQ2hlY2tib3hDb21wb25lbnQ+O1xuXG4gIEBPdXRwdXQoKSB2YWx1ZUxpc3QgPSBuZXcgRXZlbnRFbWl0dGVyPGFueVtdPigpO1xuXG4gIGdldFZhbHVlcygpOiBhbnlbXSB7XG4gICAgY29uc3QgY2hlY2tib3hlcyA9IHRoaXMuY2hlY2tib3hlcy50b0FycmF5KCk7XG4gICAgcmV0dXJuIHRoaXMuZm9ybUFycmF5LnZhbHVlLm1hcCgoZWxlbWVudCwgaW5kZXgpID0+IGVsZW1lbnQgPT09IHRydWUgPyBjaGVja2JveGVzW2luZGV4XS52YWx1ZSA6IGZhbHNlKS5maWx0ZXIoZWxlbWVudCA9PiBlbGVtZW50ICE9PSBmYWxzZSk7XG4gIH1cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD4iXX0=
@@ -3,4 +3,4 @@ export class DaffErrorStateMatcher {
3
3
  return control.errors && (control.touched || formSubmitted);
4
4
  }
5
5
  }
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3Itc3RhdGUtbWF0Y2hlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9mb3JtL2NvcmUvZXJyb3Itc3RhdGUtbWF0Y2hlci9lcnJvci1zdGF0ZS1tYXRjaGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sT0FBTyxxQkFBcUI7SUFFaEMsWUFBWSxDQUFDLE9BQW9CLEVBQUUsYUFBc0I7UUFDdkQsT0FBTyxPQUFPLENBQUMsTUFBTSxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sSUFBSSxhQUFhLENBQUMsQ0FBQztJQUM5RCxDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuZXhwb3J0IGNsYXNzIERhZmZFcnJvclN0YXRlTWF0Y2hlciB7XG5cbiAgaXNFcnJvclN0YXRlKGNvbnRyb2w6IEZvcm1Db250cm9sLCBmb3JtU3VibWl0dGVkOiBib29sZWFuKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIGNvbnRyb2wuZXJyb3JzICYmIChjb250cm9sLnRvdWNoZWQgfHwgZm9ybVN1Ym1pdHRlZCk7XG4gIH1cbn1cbiJdfQ==
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXJyb3Itc3RhdGUtbWF0Y2hlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3NyYy9hdG9tcy9mb3JtL2NvcmUvZXJyb3Itc3RhdGUtbWF0Y2hlci9lcnJvci1zdGF0ZS1tYXRjaGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE1BQU0sT0FBTyxxQkFBcUI7SUFFaEMsWUFBWSxDQUFDLE9BQTJCLEVBQUUsYUFBc0I7UUFDOUQsT0FBTyxPQUFPLENBQUMsTUFBTSxJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sSUFBSSxhQUFhLENBQUMsQ0FBQztJQUM5RCxDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBVbnR5cGVkRm9ybUNvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmV4cG9ydCBjbGFzcyBEYWZmRXJyb3JTdGF0ZU1hdGNoZXIge1xuXG4gIGlzRXJyb3JTdGF0ZShjb250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wsIGZvcm1TdWJtaXR0ZWQ6IGJvb2xlYW4pOiBib29sZWFuIHtcbiAgICByZXR1cm4gY29udHJvbC5lcnJvcnMgJiYgKGNvbnRyb2wudG91Y2hlZCB8fCBmb3JtU3VibWl0dGVkKTtcbiAgfVxufVxuIl19
@@ -5,9 +5,9 @@ export class DaffErrorMessageComponent {
5
5
  this.class = true;
6
6
  }
7
7
  }
8
- /** @nocollapse */ DaffErrorMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
- /** @nocollapse */ DaffErrorMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffErrorMessageComponent, selector: "daff-error-message", host: { properties: { "class.daff-error-message": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageComponent, decorators: [{
8
+ /** @nocollapse */ DaffErrorMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
9
+ /** @nocollapse */ DaffErrorMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffErrorMessageComponent, selector: "daff-error-message", host: { properties: { "class.daff-error-message": "this.class" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageComponent, decorators: [{
11
11
  type: Component,
12
12
  args: [{ selector: 'daff-error-message', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block;font-size:.875rem;margin-top:5px}\n"] }]
13
13
  }], propDecorators: { class: [{
@@ -3,10 +3,10 @@ import { DaffErrorMessageComponent } from './error-message.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export class DaffErrorMessageModule {
5
5
  }
6
- /** @nocollapse */ DaffErrorMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- /** @nocollapse */ DaffErrorMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, declarations: [DaffErrorMessageComponent], exports: [DaffErrorMessageComponent] });
8
- /** @nocollapse */ DaffErrorMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffErrorMessageModule, decorators: [{
6
+ /** @nocollapse */ DaffErrorMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ /** @nocollapse */ DaffErrorMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, declarations: [DaffErrorMessageComponent], exports: [DaffErrorMessageComponent] });
8
+ /** @nocollapse */ DaffErrorMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffErrorMessageModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  exports: [
@@ -3,8 +3,8 @@ import { faChevronDown } from '@fortawesome/free-solid-svg-icons';
3
3
  import { DaffFormFieldControl } from '../form-field-control';
4
4
  import { DaffFormFieldMissingControlMessage } from '../form-field-errors';
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "@fortawesome/angular-fontawesome";
7
- import * as i2 from "@angular/common";
6
+ import * as i1 from "@angular/common";
7
+ import * as i2 from "@fortawesome/angular-fontawesome";
8
8
  // ChangeDetection is ignored because this component needs to be refactored
9
9
  // eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
10
10
  export class DaffFormFieldComponent {
@@ -85,9 +85,9 @@ export class DaffFormFieldComponent {
85
85
  this._validateFormControl();
86
86
  }
87
87
  }
88
- /** @nocollapse */ DaffFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
89
- /** @nocollapse */ DaffFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffFormFieldComponent, selector: "daff-form-field", inputs: { formSubmitted: "formSubmitted" }, host: { properties: { "class.daff-form-field": "this.class" } }, queries: [{ propertyName: "_control", first: true, predicate: DaffFormFieldControl, descendants: true }], ngImport: i0, template: "<div class=\"daff-form-field__control\" [class.daff-error]=\"isError\" [class.daff-valid]=\"isValid\" [class.daff-focus]=\"isFocused\">\n <ng-content></ng-content>\n <div class=\"daff-form-field__icon\" *ngIf=\"_control.controlType === 'native-select'\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </div>\n</div>\n<ng-content select=\"daff-error-message\"></ng-content>\n", styles: [".daff-form-field{display:block;position:relative}.daff-form-field__control{border-radius:3px;display:inline-block;font-size:1rem;height:inherit;line-height:1.5rem;padding:10px 15px;width:100%}.daff-form-field__icon{display:inline-block;pointer-events:none;position:absolute;right:15px}\n"], components: [{ type: i1.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
90
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldComponent, decorators: [{
88
+ /** @nocollapse */ DaffFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
89
+ /** @nocollapse */ DaffFormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffFormFieldComponent, selector: "daff-form-field", inputs: { formSubmitted: "formSubmitted" }, host: { properties: { "class.daff-form-field": "this.class" } }, queries: [{ propertyName: "_control", first: true, predicate: DaffFormFieldControl, descendants: true }], ngImport: i0, template: "<div class=\"daff-form-field__control\" [class.daff-error]=\"isError\" [class.daff-valid]=\"isValid\" [class.daff-focus]=\"isFocused\">\n <ng-content></ng-content>\n <div class=\"daff-form-field__icon\" *ngIf=\"_control.controlType === 'native-select'\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </div>\n</div>\n<ng-content select=\"daff-error-message\"></ng-content>\n", styles: [".daff-form-field{display:block;position:relative}.daff-form-field__control{border-radius:3px;display:inline-block;font-size:1rem;height:inherit;line-height:1.5rem;padding:10px 15px;width:100%}.daff-form-field__icon{display:inline-block;pointer-events:none;position:absolute;right:15px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }], encapsulation: i0.ViewEncapsulation.None });
90
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldComponent, decorators: [{
91
91
  type: Component,
92
92
  args: [{ selector: 'daff-form-field', encapsulation: ViewEncapsulation.None, template: "<div class=\"daff-form-field__control\" [class.daff-error]=\"isError\" [class.daff-valid]=\"isValid\" [class.daff-focus]=\"isFocused\">\n <ng-content></ng-content>\n <div class=\"daff-form-field__icon\" *ngIf=\"_control.controlType === 'native-select'\">\n <fa-icon [icon]=\"faChevronDown\"></fa-icon>\n </div>\n</div>\n<ng-content select=\"daff-error-message\"></ng-content>\n", styles: [".daff-form-field{display:block;position:relative}.daff-form-field__control{border-radius:3px;display:inline-block;font-size:1rem;height:inherit;line-height:1.5rem;padding:10px 15px;width:100%}.daff-form-field__icon{display:inline-block;pointer-events:none;position:absolute;right:15px}\n"] }]
93
93
  }], propDecorators: { class: [{
@@ -1,22 +1,20 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import { NgModule } from '@angular/core';
3
3
  import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
4
- import { DaffErrorMessageModule } from '../error-message/error-message.module';
5
4
  import { DaffFormFieldComponent } from './form-field/form-field.component';
5
+ import { DaffErrorMessageModule } from '../error-message/error-message.module';
6
6
  import * as i0 from "@angular/core";
7
7
  export class DaffFormFieldModule {
8
8
  }
9
- /** @nocollapse */ DaffFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- /** @nocollapse */ DaffFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldModule, declarations: [DaffFormFieldComponent], imports: [CommonModule,
9
+ /** @nocollapse */ DaffFormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ /** @nocollapse */ DaffFormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, declarations: [DaffFormFieldComponent], imports: [CommonModule,
11
11
  FontAwesomeModule,
12
12
  DaffErrorMessageModule], exports: [DaffFormFieldComponent,
13
13
  DaffErrorMessageModule] });
14
- /** @nocollapse */ DaffFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldModule, imports: [[
15
- CommonModule,
16
- FontAwesomeModule,
17
- DaffErrorMessageModule,
18
- ], DaffErrorMessageModule] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormFieldModule, decorators: [{
14
+ /** @nocollapse */ DaffFormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, imports: [CommonModule,
15
+ FontAwesomeModule,
16
+ DaffErrorMessageModule, DaffErrorMessageModule] });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormFieldModule, decorators: [{
20
18
  type: NgModule,
21
19
  args: [{
22
20
  imports: [
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvYXRvbXMvZm9ybS9mb3JtLWZpZWxkL2Zvcm0tZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBRXJFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOztBQWlCM0UsTUFBTSxPQUFPLG1CQUFtQjs7bUlBQW5CLG1CQUFtQjtvSUFBbkIsbUJBQW1CLGlCQUg1QixzQkFBc0IsYUFWdEIsWUFBWTtRQUVaLGlCQUFpQjtRQUNqQixzQkFBc0IsYUFHdEIsc0JBQXNCO1FBQ3RCLHNCQUFzQjtvSUFNYixtQkFBbUIsWUFkckI7WUFDUCxZQUFZO1lBRVosaUJBQWlCO1lBQ2pCLHNCQUFzQjtTQUN2QixFQUdDLHNCQUFzQjsyRkFNYixtQkFBbUI7a0JBZi9CLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBRVosaUJBQWlCO3dCQUNqQixzQkFBc0I7cUJBQ3ZCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxzQkFBc0I7d0JBQ3RCLHNCQUFzQjtxQkFDdkI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHNCQUFzQjtxQkFDdkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvbnRBd2Vzb21lTW9kdWxlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuXG5pbXBvcnQgeyBEYWZmRXJyb3JNZXNzYWdlTW9kdWxlIH0gZnJvbSAnLi4vZXJyb3ItbWVzc2FnZS9lcnJvci1tZXNzYWdlLm1vZHVsZSc7XG5pbXBvcnQgeyBEYWZmRm9ybUZpZWxkQ29tcG9uZW50IH0gZnJvbSAnLi9mb3JtLWZpZWxkL2Zvcm0tZmllbGQuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcblxuICAgIEZvbnRBd2Vzb21lTW9kdWxlLFxuICAgIERhZmZFcnJvck1lc3NhZ2VNb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmRm9ybUZpZWxkQ29tcG9uZW50LFxuICAgIERhZmZFcnJvck1lc3NhZ2VNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZGb3JtRmllbGRDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZGb3JtRmllbGRNb2R1bGUgeyB9XG4iXX0=
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvYXRvbXMvZm9ybS9mb3JtLWZpZWxkL2Zvcm0tZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBRXJFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOztBQWlCL0UsTUFBTSxPQUFPLG1CQUFtQjs7bUlBQW5CLG1CQUFtQjtvSUFBbkIsbUJBQW1CLGlCQUg1QixzQkFBc0IsYUFWdEIsWUFBWTtRQUVaLGlCQUFpQjtRQUNqQixzQkFBc0IsYUFHdEIsc0JBQXNCO1FBQ3RCLHNCQUFzQjtvSUFNYixtQkFBbUIsWUFiNUIsWUFBWTtRQUVaLGlCQUFpQjtRQUNqQixzQkFBc0IsRUFJdEIsc0JBQXNCOzJGQU1iLG1CQUFtQjtrQkFmL0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFFWixpQkFBaUI7d0JBQ2pCLHNCQUFzQjtxQkFDdkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHNCQUFzQjt3QkFDdEIsc0JBQXNCO3FCQUN2QjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osc0JBQXNCO3FCQUN2QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9udEF3ZXNvbWVNb2R1bGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvYW5ndWxhci1mb250YXdlc29tZSc7XG5cbmltcG9ydCB7IERhZmZGb3JtRmllbGRDb21wb25lbnQgfSBmcm9tICcuL2Zvcm0tZmllbGQvZm9ybS1maWVsZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZkVycm9yTWVzc2FnZU1vZHVsZSB9IGZyb20gJy4uL2Vycm9yLW1lc3NhZ2UvZXJyb3ItbWVzc2FnZS5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gICAgRGFmZkVycm9yTWVzc2FnZU1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZGb3JtRmllbGRDb21wb25lbnQsXG4gICAgRGFmZkVycm9yTWVzc2FnZU1vZHVsZSxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZkZvcm1GaWVsZENvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZkZvcm1GaWVsZE1vZHVsZSB7IH1cbiJdfQ==
@@ -5,9 +5,9 @@ export class DaffFormLabelDirective {
5
5
  this.class = true;
6
6
  }
7
7
  }
8
- /** @nocollapse */ DaffFormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
- /** @nocollapse */ DaffFormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.0", type: DaffFormLabelDirective, selector: "[daffFormLabel]", host: { properties: { "class.daff-form-label": "this.class" } }, ngImport: i0 });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormLabelDirective, decorators: [{
8
+ /** @nocollapse */ DaffFormLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
9
+ /** @nocollapse */ DaffFormLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.9", type: DaffFormLabelDirective, selector: "[daffFormLabel]", host: { properties: { "class.daff-form-label": "this.class" } }, ngImport: i0 });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelDirective, decorators: [{
11
11
  type: Directive,
12
12
  args: [{
13
13
  selector: '[daffFormLabel]',
@@ -3,10 +3,10 @@ import { DaffFormLabelDirective } from './form-label.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export class DaffFormLabelModule {
5
5
  }
6
- /** @nocollapse */ DaffFormLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
- /** @nocollapse */ DaffFormLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormLabelModule, declarations: [DaffFormLabelDirective], exports: [DaffFormLabelDirective] });
8
- /** @nocollapse */ DaffFormLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormLabelModule });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffFormLabelModule, decorators: [{
6
+ /** @nocollapse */ DaffFormLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7
+ /** @nocollapse */ DaffFormLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, declarations: [DaffFormLabelDirective], exports: [DaffFormLabelDirective] });
8
+ /** @nocollapse */ DaffFormLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffFormLabelModule, decorators: [{
10
10
  type: NgModule,
11
11
  args: [{
12
12
  exports: [
@@ -32,12 +32,12 @@ export class DaffInputComponent {
32
32
  this._elementRef.nativeElement.focus();
33
33
  }
34
34
  }
35
- /** @nocollapse */ DaffInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffInputComponent, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
36
- /** @nocollapse */ DaffInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffInputComponent, selector: "input[daff-input]", inputs: { formSubmitted: "formSubmitted" }, host: { listeners: { "focus": "focus()", "blur": "blur()" } }, providers: [
35
+ /** @nocollapse */ DaffInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputComponent, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
36
+ /** @nocollapse */ DaffInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffInputComponent, selector: "input[daff-input]", inputs: { formSubmitted: "formSubmitted" }, host: { listeners: { "focus": "focus()", "blur": "blur()" } }, providers: [
37
37
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
38
38
  { provide: DaffFormFieldControl, useExisting: DaffInputComponent },
39
39
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{border:none;border-radius:4px;box-shadow:none;font-size:1rem;line-height:1.5rem;margin:0;padding:0;width:100%;box-sizing:border-box}:host:focus{border:none;box-shadow:none;outline:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffInputComponent, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputComponent, decorators: [{
41
41
  type: Component,
42
42
  args: [{ selector: 'input[daff-input]', template: '<ng-content></ng-content>', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
43
43
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
@@ -4,12 +4,10 @@ import { DaffInputComponent } from './input.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DaffInputModule {
6
6
  }
7
- /** @nocollapse */ DaffInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ DaffInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffInputModule, declarations: [DaffInputComponent], imports: [CommonModule], exports: [DaffInputComponent] });
9
- /** @nocollapse */ DaffInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffInputModule, imports: [[
10
- CommonModule,
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffInputModule, decorators: [{
7
+ /** @nocollapse */ DaffInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ DaffInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, declarations: [DaffInputComponent], imports: [CommonModule], exports: [DaffInputComponent] });
9
+ /** @nocollapse */ DaffInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffInputModule, 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vaW5wdXQvaW5wdXQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQWF2RCxNQUFNLE9BQU8sZUFBZTs7K0hBQWYsZUFBZTtnSUFBZixlQUFlLGlCQUh4QixrQkFBa0IsYUFObEIsWUFBWSxhQUdaLGtCQUFrQjtnSUFNVCxlQUFlLFlBVmpCO1lBQ1AsWUFBWTtTQUNiOzJGQVFVLGVBQWU7a0JBWDNCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGtCQUFrQjtxQkFDbkI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLGtCQUFrQjtxQkFDbkI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZklucHV0Q29tcG9uZW50IH0gZnJvbSAnLi9pbnB1dC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGFmZklucHV0Q29tcG9uZW50LFxuICBdLFxuICBkZWNsYXJhdGlvbnM6IFtcbiAgICBEYWZmSW5wdXRDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZJbnB1dE1vZHVsZSB7IH1cbiJdfQ==
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vaW5wdXQvaW5wdXQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDOztBQWF2RCxNQUFNLE9BQU8sZUFBZTs7K0hBQWYsZUFBZTtnSUFBZixlQUFlLGlCQUh4QixrQkFBa0IsYUFObEIsWUFBWSxhQUdaLGtCQUFrQjtnSUFNVCxlQUFlLFlBVHhCLFlBQVk7MkZBU0gsZUFBZTtrQkFYM0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asa0JBQWtCO3FCQUNuQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osa0JBQWtCO3FCQUNuQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmSW5wdXRDb21wb25lbnQgfSBmcm9tICcuL2lucHV0LmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmSW5wdXRDb21wb25lbnQsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZJbnB1dENvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZklucHV0TW9kdWxlIHsgfVxuIl19
@@ -34,12 +34,12 @@ export class DaffNativeSelectComponent {
34
34
  this._elementRef.nativeElement.focus();
35
35
  }
36
36
  }
37
- /** @nocollapse */ DaffNativeSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectComponent, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
38
- /** @nocollapse */ DaffNativeSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: { formSubmitted: "formSubmitted" }, host: { listeners: { "focus": "focus()", "blur": "blur()" }, properties: { "class.daff-native-select": "this.class" } }, providers: [
37
+ /** @nocollapse */ DaffNativeSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectComponent, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
38
+ /** @nocollapse */ DaffNativeSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffNativeSelectComponent, selector: "select[daff-native-select]", inputs: { formSubmitted: "formSubmitted" }, host: { listeners: { "focus": "focus()", "blur": "blur()" }, properties: { "class.daff-native-select": "this.class" } }, providers: [
39
39
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
40
40
  { provide: DaffFormFieldControl, useExisting: DaffNativeSelectComponent },
41
41
  ], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".daff-native-select{-webkit-appearance:none;appearance:none;background:transparent;background-clip:padding-box;border:0;box-shadow:none;font-size:1rem;line-height:1.5rem;margin:0;min-width:45px;width:100%}.daff-native-select:focus{border:0;box-shadow:none;outline:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectComponent, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectComponent, decorators: [{
43
43
  type: Component,
44
44
  args: [{ selector: 'select[daff-native-select]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, providers: [
45
45
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
@@ -4,12 +4,10 @@ import { DaffNativeSelectComponent } from './native-select.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class DaffNativeSelectModule {
6
6
  }
7
- /** @nocollapse */ DaffNativeSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- /** @nocollapse */ DaffNativeSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectModule, declarations: [DaffNativeSelectComponent], imports: [CommonModule], exports: [DaffNativeSelectComponent] });
9
- /** @nocollapse */ DaffNativeSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectModule, imports: [[
10
- CommonModule,
11
- ]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffNativeSelectModule, decorators: [{
7
+ /** @nocollapse */ DaffNativeSelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ /** @nocollapse */ DaffNativeSelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, declarations: [DaffNativeSelectComponent], imports: [CommonModule], exports: [DaffNativeSelectComponent] });
9
+ /** @nocollapse */ DaffNativeSelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, imports: [CommonModule] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffNativeSelectModule, 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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF0aXZlLXNlbGVjdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvYXRvbXMvZm9ybS9uYXRpdmUtc2VsZWN0L25hdGl2ZS1zZWxlY3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQWF0RSxNQUFNLE9BQU8sc0JBQXNCOztzSUFBdEIsc0JBQXNCO3VJQUF0QixzQkFBc0IsaUJBSC9CLHlCQUF5QixhQU56QixZQUFZLGFBR1oseUJBQXlCO3VJQU1oQixzQkFBc0IsWUFWeEI7WUFDUCxZQUFZO1NBQ2I7MkZBUVUsc0JBQXNCO2tCQVhsQyxRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCx5QkFBeUI7cUJBQzFCO29CQUNELFlBQVksRUFBRTt3QkFDWix5QkFBeUI7cUJBQzFCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZOYXRpdmVTZWxlY3RDb21wb25lbnQgfSBmcm9tICcuL25hdGl2ZS1zZWxlY3QuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIERhZmZOYXRpdmVTZWxlY3RDb21wb25lbnQsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZOYXRpdmVTZWxlY3RDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZOYXRpdmVTZWxlY3RNb2R1bGUgeyB9XG4iXX0=
24
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF0aXZlLXNlbGVjdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9zcmMvYXRvbXMvZm9ybS9uYXRpdmUtc2VsZWN0L25hdGl2ZS1zZWxlY3QubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRXpDLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDOztBQWF0RSxNQUFNLE9BQU8sc0JBQXNCOztzSUFBdEIsc0JBQXNCO3VJQUF0QixzQkFBc0IsaUJBSC9CLHlCQUF5QixhQU56QixZQUFZLGFBR1oseUJBQXlCO3VJQU1oQixzQkFBc0IsWUFUL0IsWUFBWTsyRkFTSCxzQkFBc0I7a0JBWGxDLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHlCQUF5QjtxQkFDMUI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNaLHlCQUF5QjtxQkFDMUI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZk5hdGl2ZVNlbGVjdENvbXBvbmVudCB9IGZyb20gJy4vbmF0aXZlLXNlbGVjdC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGFmZk5hdGl2ZVNlbGVjdENvbXBvbmVudCxcbiAgXSxcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZk5hdGl2ZVNlbGVjdENvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGFmZk5hdGl2ZVNlbGVjdE1vZHVsZSB7IH1cbiJdfQ==
@@ -1,14 +1,14 @@
1
1
  import { coerceNumberProperty } from '@angular/cdk/coercion';
2
2
  import { Component, Input, ChangeDetectionStrategy, Optional, Self, ViewChild, ChangeDetectorRef, } from '@angular/core';
3
3
  import { NgControl, } from '@angular/forms';
4
- import { DaffFormFieldControl } from '../form-field/form-field-control';
5
4
  import { DaffQuantityInputComponent } from './quantity-input/quantity-input.component';
6
5
  import { DaffQuantitySelectComponent } from './quantity-select/quantity-select.component';
6
+ import { DaffFormFieldControl } from '../form-field/form-field-control';
7
7
  import * as i0 from "@angular/core";
8
8
  import * as i1 from "@angular/forms";
9
- import * as i2 from "./quantity-select/quantity-select.component";
9
+ import * as i2 from "@angular/common";
10
10
  import * as i3 from "./quantity-input/quantity-input.component";
11
- import * as i4 from "@angular/common";
11
+ import * as i4 from "./quantity-select/quantity-select.component";
12
12
  export class DaffQuantityFieldComponent {
13
13
  constructor(ngControl, cd) {
14
14
  this.ngControl = ngControl;
@@ -97,15 +97,15 @@ export class DaffQuantityFieldComponent {
97
97
  }
98
98
  }
99
99
  }
100
- /** @nocollapse */ DaffQuantityFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldComponent, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
101
- /** @nocollapse */ DaffQuantityFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.0", type: DaffQuantityFieldComponent, selector: "daff-quantity-field", inputs: { min: "min", max: "max", selectMax: "selectMax" }, providers: [
100
+ /** @nocollapse */ DaffQuantityFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldComponent, deps: [{ token: i1.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
101
+ /** @nocollapse */ DaffQuantityFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: DaffQuantityFieldComponent, selector: "daff-quantity-field", inputs: { min: "min", max: "max", selectMax: "selectMax" }, providers: [
102
102
  {
103
103
  provide: DaffFormFieldControl,
104
104
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
105
105
  useExisting: DaffQuantityFieldComponent,
106
106
  },
107
- ], viewQueries: [{ propertyName: "input", first: true, predicate: DaffQuantityInputComponent, descendants: true }, { propertyName: "select", first: true, predicate: DaffQuantitySelectComponent, descendants: true }], ngImport: i0, template: "<daff-quantity-select\n *ngIf=\"showSelectField\"\n [min]=\"min\" [max]=\"_maxFloor\" [extendable]=\"max > selectMax\">\n</daff-quantity-select>\n<daff-quantity-input\n *ngIf=\"showInputField\"\n [min]=\"min\" [max]=\"max\">\n</daff-quantity-input>\n", components: [{ type: i2.DaffQuantitySelectComponent, selector: "daff-quantity-select", inputs: ["min", "max", "extendable"] }, { type: i3.DaffQuantityInputComponent, selector: "daff-quantity-input", inputs: ["min", "max"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldComponent, decorators: [{
107
+ ], viewQueries: [{ propertyName: "input", first: true, predicate: DaffQuantityInputComponent, descendants: true }, { propertyName: "select", first: true, predicate: DaffQuantitySelectComponent, descendants: true }], ngImport: i0, template: "<daff-quantity-select\n *ngIf=\"showSelectField\"\n [min]=\"min\" [max]=\"_maxFloor\" [extendable]=\"max > selectMax\">\n</daff-quantity-select>\n<daff-quantity-input\n *ngIf=\"showInputField\"\n [min]=\"min\" [max]=\"max\">\n</daff-quantity-input>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.DaffQuantityInputComponent, selector: "daff-quantity-input", inputs: ["min", "max"] }, { kind: "component", type: i4.DaffQuantitySelectComponent, selector: "daff-quantity-select", inputs: ["min", "max", "extendable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldComponent, decorators: [{
109
109
  type: Component,
110
110
  args: [{ selector: 'daff-quantity-field', providers: [
111
111
  {
@@ -131,4 +131,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
131
131
  }], selectMax: [{
132
132
  type: Input
133
133
  }] } });
134
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbnRpdHktZmllbGQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktZmllbGQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDN0QsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsdUJBQXVCLEVBQ3ZCLFFBQVEsRUFDUixJQUFJLEVBQ0osU0FBUyxFQUNULGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBRUwsU0FBUyxHQUNWLE1BQU0sZ0JBQWdCLENBQUM7QUFFeEIsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDeEUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7Ozs7OztBQWMxRixNQUFNLE9BQU8sMEJBQTBCO0lBdUVyQyxZQUM2QixTQUFvQixFQUN2QyxFQUFxQjtRQURGLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFDdkMsT0FBRSxHQUFGLEVBQUUsQ0FBbUI7UUFwRS9COzs7O1dBSUc7UUFDTSxRQUFHLEdBQUcsQ0FBQyxDQUFDO1FBRWpCOzs7O1dBSUc7UUFDTSxRQUFHLEdBQUcsR0FBRyxDQUFDO1FBRW5COzs7O1dBSUc7UUFDTSxjQUFTLEdBQUcsRUFBRSxDQUFDO1FBTXhCLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFDVCxjQUFTLEdBQUcsQ0FBQyxDQUFDO1FBQ2QsdUJBQWtCLEdBQUcsS0FBSyxDQUFDO1FBMkNqQyxJQUFJLElBQUksQ0FBQyxTQUFTLElBQUksSUFBSSxFQUFFO1lBQzFCLElBQUksQ0FBQyxTQUFTLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQztTQUNyQztJQUNILENBQUM7SUFwREQsSUFBSSxPQUFPO1FBQ1QsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLE9BQU8sSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQ3pELENBQUM7SUFNRCxJQUFJLFFBQVE7UUFDVixPQUFPLElBQUksQ0FBQyxTQUFTLENBQUM7SUFDeEIsQ0FBQztJQUNELElBQUksUUFBUSxDQUFDLEtBQWE7UUFDeEIsSUFBSSxDQUFDLFNBQVMsR0FBRyxvQkFBb0IsQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDbEQsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBSSxTQUFTO1FBQ1gsT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFRCxJQUFJLFdBQVc7UUFDYixpQkFBaUI7UUFDakIsT0FBTyxJQUFJLENBQUMsY0FBYztZQUN4QixDQUFDLENBQUMsY0FBYztZQUNoQixDQUFDLENBQUMsZUFBZSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxJQUFJLGNBQWM7UUFDaEIsTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVM7WUFDcEQsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxTQUFTO1lBQ3hDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUVyQyxJQUFJLEdBQUcsRUFBRTtZQUNQLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLENBQUM7U0FDaEM7UUFFRCxPQUFPLEdBQUcsQ0FBQztJQUNiLENBQUM7SUFFRCxJQUFJLGVBQWU7UUFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDOUIsQ0FBQztJQVdPLFFBQVEsQ0FBQyxRQUFnQixJQUFTLENBQUM7SUFBQSxDQUFDO0lBQ3BDLFNBQVMsQ0FBQyxRQUFnQixJQUFTLENBQUM7SUFBQSxDQUFDO0lBRTdDLFVBQVUsQ0FBQyxRQUFnQjtRQUN6QixJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztRQUN6QixJQUFJLENBQUMsRUFBRSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUE4QjtRQUM3QyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsVUFBbUI7UUFDbEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxVQUFVLENBQUM7SUFDN0IsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFHLElBQUksQ0FBQyxNQUFNLEVBQUU7WUFDZCxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssRUFBRSxDQUFDO1NBQ3JCO1FBQ0QsSUFBRyxJQUFJLENBQUMsS0FBSyxFQUFFO1lBQ2IsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLEVBQUUsQ0FBQztTQUNwQjtJQUNILENBQUM7OzBJQTNHVSwwQkFBMEI7OEhBQTFCLDBCQUEwQiwwR0FUMUI7UUFDVDtZQUNFLE9BQU8sRUFBRSxvQkFBb0I7WUFDN0IsbUVBQW1FO1lBQ25FLFdBQVcsRUFBRSwwQkFBMEI7U0FDeEM7S0FDRixpRUFLVSwwQkFBMEIseUVBQzFCLDJCQUEyQixnRENsQ3hDLGdRQVFBOzJGRHVCYSwwQkFBMEI7a0JBWnRDLFNBQVM7K0JBQ0UscUJBQXFCLGFBRXBCO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxvQkFBb0I7NEJBQzdCLG1FQUFtRTs0QkFDbkUsV0FBVyw0QkFBNEI7eUJBQ3hDO3FCQUNGLG1CQUNnQix1QkFBdUIsQ0FBQyxNQUFNOzswQkEwRTVDLFFBQVE7OzBCQUFJLElBQUk7NEVBdEVvQixLQUFLO3NCQUEzQyxTQUFTO3VCQUFDLDBCQUEwQjtnQkFDRyxNQUFNO3NCQUE3QyxTQUFTO3VCQUFDLDJCQUEyQjtnQkFPN0IsR0FBRztzQkFBWCxLQUFLO2dCQU9HLEdBQUc7c0JBQVgsS0FBSztnQkFPRyxTQUFTO3NCQUFqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY29lcmNlTnVtYmVyUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIE9wdGlvbmFsLFxuICBTZWxmLFxuICBWaWV3Q2hpbGQsXG4gIENoYW5nZURldGVjdG9yUmVmLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIENvbnRyb2xWYWx1ZUFjY2Vzc29yLFxuICBOZ0NvbnRyb2wsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgRGFmZkZvcm1GaWVsZENvbnRyb2wgfSBmcm9tICcuLi9mb3JtLWZpZWxkL2Zvcm0tZmllbGQtY29udHJvbCc7XG5pbXBvcnQgeyBEYWZmUXVhbnRpdHlJbnB1dENvbXBvbmVudCB9IGZyb20gJy4vcXVhbnRpdHktaW5wdXQvcXVhbnRpdHktaW5wdXQuY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZRdWFudGl0eVNlbGVjdENvbXBvbmVudCB9IGZyb20gJy4vcXVhbnRpdHktc2VsZWN0L3F1YW50aXR5LXNlbGVjdC5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLXF1YW50aXR5LWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3F1YW50aXR5LWZpZWxkLmNvbXBvbmVudC5odG1sJyxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogRGFmZkZvcm1GaWVsZENvbnRyb2wsXG4gICAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLXVzZS1iZWZvcmUtZGVmaW5lXG4gICAgICB1c2VFeGlzdGluZzogRGFmZlF1YW50aXR5RmllbGRDb21wb25lbnQsXG4gICAgfSxcbiAgXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERhZmZRdWFudGl0eUZpZWxkQ29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3IsIERhZmZGb3JtRmllbGRDb250cm9sIHtcblxuICBAVmlld0NoaWxkKERhZmZRdWFudGl0eUlucHV0Q29tcG9uZW50KSBpbnB1dDogRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQ7XG4gIEBWaWV3Q2hpbGQoRGFmZlF1YW50aXR5U2VsZWN0Q29tcG9uZW50KSBzZWxlY3Q6IERhZmZRdWFudGl0eVNlbGVjdENvbXBvbmVudDtcblxuICAvKipcbiAgICogQGRvY3NcbiAgICogVGhlIG1pbmltdW0gdmFsaWQgdmFsdWUgb2YgdGhlIHF1YW50aXR5IGZpZWxkLlxuICAgKiBNdXN0IGJlIGdyZWF0ZXIgdGhhbiBvciBlcXVhbCB0byAxLlxuICAgKi9cbiAgQElucHV0KCkgbWluID0gMTtcblxuICAvKipcbiAgICogQGRvY3NcbiAgICogVGhlIG1heGltdW0gdmFsaWQgdmFsdWUgb2YgdGhlIHF1YW50aXR5IGZpZWxkLlxuICAgKiBNdXN0IGJlIGdyZWF0ZXIgdGhhbiBtaW4uXG4gICAqL1xuICBASW5wdXQoKSBtYXggPSA1MDA7XG5cbiAgLyoqXG4gICAqIEBkb2NzXG4gICAqIFRoZSByYW5nZSBvZiBudW1iZXJzIGFjY2VwdGFibGUgaW4gYSBxdWFudGl0eSBkcm9wZG93blxuICAgKiBiZWZvcmUgaXQgYmVjb21lcyBhbiBpbnB1dCBlbGVtZW50LlxuICAgKi9cbiAgQElucHV0KCkgc2VsZWN0TWF4ID0gMTA7XG5cbiAgZ2V0IGZvY3VzZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhKHRoaXMuaW5wdXQ/LmZvY3VzZWQgfHwgdGhpcy5zZWxlY3Q/LmZvY3VzZWQpO1xuICB9XG5cbiAgZGlzYWJsZWQgPSBmYWxzZTtcbiAgcHJpdmF0ZSBfcXVhbnRpdHkgPSAxO1xuICBwcml2YXRlIF9pbnB1dEhhc0JlZW5TaG93biA9IGZhbHNlO1xuXG4gIGdldCBxdWFudGl0eSgpIHtcbiAgICByZXR1cm4gdGhpcy5fcXVhbnRpdHk7XG4gIH1cbiAgc2V0IHF1YW50aXR5KHZhbHVlOiBudW1iZXIpIHtcbiAgICB0aGlzLl9xdWFudGl0eSA9IGNvZXJjZU51bWJlclByb3BlcnR5KHZhbHVlLCAxKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBSZXR1cm5zIHRoZSBsZXNzZXIgb2YgbWF4IGFuZCBzZWxlY3RNYXguXG4gICAqL1xuICBnZXQgX21heEZsb29yKCk6IG51bWJlciB7XG4gICAgcmV0dXJuIE1hdGgubWluKHRoaXMubWF4LCB0aGlzLnNlbGVjdE1heCk7XG4gIH1cblxuICBnZXQgY29udHJvbFR5cGUoKSB7XG4gICAgLy8gVE9ETzogdXNlIGVudW1cbiAgICByZXR1cm4gdGhpcy5zaG93SW5wdXRGaWVsZFxuICAgICAgPyAnbmF0aXZlLWlucHV0J1xuICAgICAgOiAnbmF0aXZlLXNlbGVjdCc7XG4gIH1cblxuICBnZXQgc2hvd0lucHV0RmllbGQoKTogYm9vbGVhbiB7XG4gICAgY29uc3QgcmV0ID0gdGhpcy5faW5wdXRIYXNCZWVuU2hvd24gfHwgKHRoaXMubmdDb250cm9sXG4gICAgICA/IHRoaXMubmdDb250cm9sLnZhbHVlID49IHRoaXMuc2VsZWN0TWF4XG4gICAgICA6IHRoaXMucXVhbnRpdHkgPj0gdGhpcy5zZWxlY3RNYXgpO1xuXG4gICAgaWYgKHJldCkge1xuICAgICAgdGhpcy5faW5wdXRIYXNCZWVuU2hvd24gPSB0cnVlO1xuICAgIH1cblxuICAgIHJldHVybiByZXQ7XG4gIH1cblxuICBnZXQgc2hvd1NlbGVjdEZpZWxkKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhdGhpcy5zaG93SW5wdXRGaWVsZDtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBPcHRpb25hbCgpIEBTZWxmKCkgcHVibGljIG5nQ29udHJvbDogTmdDb250cm9sLFxuICAgIHByaXZhdGUgY2Q6IENoYW5nZURldGVjdG9yUmVmLFxuICApIHtcbiAgICBpZiAodGhpcy5uZ0NvbnRyb2wgIT0gbnVsbCkge1xuICAgICAgdGhpcy5uZ0NvbnRyb2wudmFsdWVBY2Nlc3NvciA9IHRoaXM7XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBvbkNoYW5nZShxdWFudGl0eTogbnVtYmVyKTogdm9pZCB7fTtcbiAgcHJpdmF0ZSBvblRvdWNoZWQocXVhbnRpdHk6IG51bWJlcik6IHZvaWQge307XG5cbiAgd3JpdGVWYWx1ZShxdWFudGl0eTogbnVtYmVyKTogdm9pZCB7XG4gICAgdGhpcy5xdWFudGl0eSA9IHF1YW50aXR5O1xuICAgIHRoaXMuY2QubWFya0ZvckNoZWNrKCk7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAocXVhbnRpdHk6IG51bWJlcikgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCA9IGZuO1xuICB9XG5cbiAgc2V0RGlzYWJsZWRTdGF0ZShpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gIH1cblxuICBmb2N1cygpIHtcbiAgICBpZih0aGlzLnNlbGVjdCkge1xuICAgICAgdGhpcy5zZWxlY3QuZm9jdXMoKTtcbiAgICB9XG4gICAgaWYodGhpcy5pbnB1dCkge1xuICAgICAgdGhpcy5pbnB1dC5mb2N1cygpO1xuICAgIH1cbiAgfVxufVxuIiwiPGRhZmYtcXVhbnRpdHktc2VsZWN0XG4gICpuZ0lmPVwic2hvd1NlbGVjdEZpZWxkXCJcbiAgW21pbl09XCJtaW5cIiBbbWF4XT1cIl9tYXhGbG9vclwiIFtleHRlbmRhYmxlXT1cIm1heCA+IHNlbGVjdE1heFwiPlxuPC9kYWZmLXF1YW50aXR5LXNlbGVjdD5cbjxkYWZmLXF1YW50aXR5LWlucHV0XG4gICpuZ0lmPVwic2hvd0lucHV0RmllbGRcIlxuICBbbWluXT1cIm1pblwiIFttYXhdPVwibWF4XCI+XG48L2RhZmYtcXVhbnRpdHktaW5wdXQ+XG4iXX0=
134
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbnRpdHktZmllbGQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktZmllbGQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDN0QsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsdUJBQXVCLEVBQ3ZCLFFBQVEsRUFDUixJQUFJLEVBQ0osU0FBUyxFQUNULGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBRUwsU0FBUyxHQUNWLE1BQU0sZ0JBQWdCLENBQUM7QUFFeEIsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkNBQTJDLENBQUM7QUFDdkYsT0FBTyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDMUYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0NBQWtDLENBQUM7Ozs7OztBQWN4RSxNQUFNLE9BQU8sMEJBQTBCO0lBdUVyQyxZQUM2QixTQUFvQixFQUN2QyxFQUFxQjtRQURGLGNBQVMsR0FBVCxTQUFTLENBQVc7UUFDdkMsT0FBRSxHQUFGLEVBQUUsQ0FBbUI7UUFwRS9COzs7O1dBSUc7UUFDTSxRQUFHLEdBQUcsQ0FBQyxDQUFDO1FBRWpCOzs7O1dBSUc7UUFDTSxRQUFHLEdBQUcsR0FBRyxDQUFDO1FBRW5COzs7O1dBSUc7UUFDTSxjQUFTLEdBQUcsRUFBRSxDQUFDO1FBTXhCLGFBQVEsR0FBRyxLQUFLLENBQUM7UUFDVCxjQUFTLEdBQUcsQ0FBQyxDQUFDO1FBQ2QsdUJBQWtCLEdBQUcsS0FBSyxDQUFDO1FBMkNqQyxJQUFJLElBQUksQ0FBQyxTQUFTLElBQUksSUFBSSxFQUFFO1lBQzFCLElBQUksQ0FBQyxTQUFTLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQztTQUNyQztJQUNILENBQUM7SUFwREQsSUFBSSxPQUFPO1FBQ1QsT0FBTyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsS0FBSyxFQUFFLE9BQU8sSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQ3pELENBQUM7SUFNRCxJQUFJLFFBQVE7UUFDVixPQUFPLElBQUksQ0FBQyxTQUFTLENBQUM7SUFDeEIsQ0FBQztJQUNELElBQUksUUFBUSxDQUFDLEtBQWE7UUFDeEIsSUFBSSxDQUFDLFNBQVMsR0FBRyxvQkFBb0IsQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUM7SUFDbEQsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBSSxTQUFTO1FBQ1gsT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFRCxJQUFJLFdBQVc7UUFDYixpQkFBaUI7UUFDakIsT0FBTyxJQUFJLENBQUMsY0FBYztZQUN4QixDQUFDLENBQUMsY0FBYztZQUNoQixDQUFDLENBQUMsZUFBZSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxJQUFJLGNBQWM7UUFDaEIsTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLGtCQUFrQixJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVM7WUFDcEQsQ0FBQyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxTQUFTO1lBQ3hDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUVyQyxJQUFJLEdBQUcsRUFBRTtZQUNQLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLENBQUM7U0FDaEM7UUFFRCxPQUFPLEdBQUcsQ0FBQztJQUNiLENBQUM7SUFFRCxJQUFJLGVBQWU7UUFDakIsT0FBTyxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUM7SUFDOUIsQ0FBQztJQVdPLFFBQVEsQ0FBQyxRQUFnQixJQUFTLENBQUM7SUFBQSxDQUFDO0lBQ3BDLFNBQVMsQ0FBQyxRQUFnQixJQUFTLENBQUM7SUFBQSxDQUFDO0lBRTdDLFVBQVUsQ0FBQyxRQUFnQjtRQUN6QixJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztRQUN6QixJQUFJLENBQUMsRUFBRSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUE4QjtRQUM3QyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsVUFBbUI7UUFDbEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxVQUFVLENBQUM7SUFDN0IsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFHLElBQUksQ0FBQyxNQUFNLEVBQUU7WUFDZCxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssRUFBRSxDQUFDO1NBQ3JCO1FBQ0QsSUFBRyxJQUFJLENBQUMsS0FBSyxFQUFFO1lBQ2IsSUFBSSxDQUFDLEtBQUssQ0FBQyxLQUFLLEVBQUUsQ0FBQztTQUNwQjtJQUNILENBQUM7OzBJQTNHVSwwQkFBMEI7OEhBQTFCLDBCQUEwQiwwR0FUMUI7UUFDVDtZQUNFLE9BQU8sRUFBRSxvQkFBb0I7WUFDN0IsbUVBQW1FO1lBQ25FLFdBQVcsRUFBRSwwQkFBMEI7U0FDeEM7S0FDRixpRUFLVSwwQkFBMEIseUVBQzFCLDJCQUEyQixnRENsQ3hDLGdRQVFBOzJGRHVCYSwwQkFBMEI7a0JBWnRDLFNBQVM7K0JBQ0UscUJBQXFCLGFBRXBCO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxvQkFBb0I7NEJBQzdCLG1FQUFtRTs0QkFDbkUsV0FBVyw0QkFBNEI7eUJBQ3hDO3FCQUNGLG1CQUNnQix1QkFBdUIsQ0FBQyxNQUFNOzswQkEwRTVDLFFBQVE7OzBCQUFJLElBQUk7NEVBdEVvQixLQUFLO3NCQUEzQyxTQUFTO3VCQUFDLDBCQUEwQjtnQkFDRyxNQUFNO3NCQUE3QyxTQUFTO3VCQUFDLDJCQUEyQjtnQkFPN0IsR0FBRztzQkFBWCxLQUFLO2dCQU9HLEdBQUc7c0JBQVgsS0FBSztnQkFPRyxTQUFTO3NCQUFqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY29lcmNlTnVtYmVyUHJvcGVydHkgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIE9wdGlvbmFsLFxuICBTZWxmLFxuICBWaWV3Q2hpbGQsXG4gIENoYW5nZURldGVjdG9yUmVmLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIENvbnRyb2xWYWx1ZUFjY2Vzc29yLFxuICBOZ0NvbnRyb2wsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQgfSBmcm9tICcuL3F1YW50aXR5LWlucHV0L3F1YW50aXR5LWlucHV0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmUXVhbnRpdHlTZWxlY3RDb21wb25lbnQgfSBmcm9tICcuL3F1YW50aXR5LXNlbGVjdC9xdWFudGl0eS1zZWxlY3QuY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZGb3JtRmllbGRDb250cm9sIH0gZnJvbSAnLi4vZm9ybS1maWVsZC9mb3JtLWZpZWxkLWNvbnRyb2wnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLXF1YW50aXR5LWZpZWxkJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3F1YW50aXR5LWZpZWxkLmNvbXBvbmVudC5odG1sJyxcbiAgcHJvdmlkZXJzOiBbXG4gICAge1xuICAgICAgcHJvdmlkZTogRGFmZkZvcm1GaWVsZENvbnRyb2wsXG4gICAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25vLXVzZS1iZWZvcmUtZGVmaW5lXG4gICAgICB1c2VFeGlzdGluZzogRGFmZlF1YW50aXR5RmllbGRDb21wb25lbnQsXG4gICAgfSxcbiAgXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERhZmZRdWFudGl0eUZpZWxkQ29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3IsIERhZmZGb3JtRmllbGRDb250cm9sIHtcblxuICBAVmlld0NoaWxkKERhZmZRdWFudGl0eUlucHV0Q29tcG9uZW50KSBpbnB1dDogRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQ7XG4gIEBWaWV3Q2hpbGQoRGFmZlF1YW50aXR5U2VsZWN0Q29tcG9uZW50KSBzZWxlY3Q6IERhZmZRdWFudGl0eVNlbGVjdENvbXBvbmVudDtcblxuICAvKipcbiAgICogQGRvY3NcbiAgICogVGhlIG1pbmltdW0gdmFsaWQgdmFsdWUgb2YgdGhlIHF1YW50aXR5IGZpZWxkLlxuICAgKiBNdXN0IGJlIGdyZWF0ZXIgdGhhbiBvciBlcXVhbCB0byAxLlxuICAgKi9cbiAgQElucHV0KCkgbWluID0gMTtcblxuICAvKipcbiAgICogQGRvY3NcbiAgICogVGhlIG1heGltdW0gdmFsaWQgdmFsdWUgb2YgdGhlIHF1YW50aXR5IGZpZWxkLlxuICAgKiBNdXN0IGJlIGdyZWF0ZXIgdGhhbiBtaW4uXG4gICAqL1xuICBASW5wdXQoKSBtYXggPSA1MDA7XG5cbiAgLyoqXG4gICAqIEBkb2NzXG4gICAqIFRoZSByYW5nZSBvZiBudW1iZXJzIGFjY2VwdGFibGUgaW4gYSBxdWFudGl0eSBkcm9wZG93blxuICAgKiBiZWZvcmUgaXQgYmVjb21lcyBhbiBpbnB1dCBlbGVtZW50LlxuICAgKi9cbiAgQElucHV0KCkgc2VsZWN0TWF4ID0gMTA7XG5cbiAgZ2V0IGZvY3VzZWQoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhKHRoaXMuaW5wdXQ/LmZvY3VzZWQgfHwgdGhpcy5zZWxlY3Q/LmZvY3VzZWQpO1xuICB9XG5cbiAgZGlzYWJsZWQgPSBmYWxzZTtcbiAgcHJpdmF0ZSBfcXVhbnRpdHkgPSAxO1xuICBwcml2YXRlIF9pbnB1dEhhc0JlZW5TaG93biA9IGZhbHNlO1xuXG4gIGdldCBxdWFudGl0eSgpIHtcbiAgICByZXR1cm4gdGhpcy5fcXVhbnRpdHk7XG4gIH1cbiAgc2V0IHF1YW50aXR5KHZhbHVlOiBudW1iZXIpIHtcbiAgICB0aGlzLl9xdWFudGl0eSA9IGNvZXJjZU51bWJlclByb3BlcnR5KHZhbHVlLCAxKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBSZXR1cm5zIHRoZSBsZXNzZXIgb2YgbWF4IGFuZCBzZWxlY3RNYXguXG4gICAqL1xuICBnZXQgX21heEZsb29yKCk6IG51bWJlciB7XG4gICAgcmV0dXJuIE1hdGgubWluKHRoaXMubWF4LCB0aGlzLnNlbGVjdE1heCk7XG4gIH1cblxuICBnZXQgY29udHJvbFR5cGUoKSB7XG4gICAgLy8gVE9ETzogdXNlIGVudW1cbiAgICByZXR1cm4gdGhpcy5zaG93SW5wdXRGaWVsZFxuICAgICAgPyAnbmF0aXZlLWlucHV0J1xuICAgICAgOiAnbmF0aXZlLXNlbGVjdCc7XG4gIH1cblxuICBnZXQgc2hvd0lucHV0RmllbGQoKTogYm9vbGVhbiB7XG4gICAgY29uc3QgcmV0ID0gdGhpcy5faW5wdXRIYXNCZWVuU2hvd24gfHwgKHRoaXMubmdDb250cm9sXG4gICAgICA/IHRoaXMubmdDb250cm9sLnZhbHVlID49IHRoaXMuc2VsZWN0TWF4XG4gICAgICA6IHRoaXMucXVhbnRpdHkgPj0gdGhpcy5zZWxlY3RNYXgpO1xuXG4gICAgaWYgKHJldCkge1xuICAgICAgdGhpcy5faW5wdXRIYXNCZWVuU2hvd24gPSB0cnVlO1xuICAgIH1cblxuICAgIHJldHVybiByZXQ7XG4gIH1cblxuICBnZXQgc2hvd1NlbGVjdEZpZWxkKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAhdGhpcy5zaG93SW5wdXRGaWVsZDtcbiAgfVxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIEBPcHRpb25hbCgpIEBTZWxmKCkgcHVibGljIG5nQ29udHJvbDogTmdDb250cm9sLFxuICAgIHByaXZhdGUgY2Q6IENoYW5nZURldGVjdG9yUmVmLFxuICApIHtcbiAgICBpZiAodGhpcy5uZ0NvbnRyb2wgIT0gbnVsbCkge1xuICAgICAgdGhpcy5uZ0NvbnRyb2wudmFsdWVBY2Nlc3NvciA9IHRoaXM7XG4gICAgfVxuICB9XG5cbiAgcHJpdmF0ZSBvbkNoYW5nZShxdWFudGl0eTogbnVtYmVyKTogdm9pZCB7fTtcbiAgcHJpdmF0ZSBvblRvdWNoZWQocXVhbnRpdHk6IG51bWJlcik6IHZvaWQge307XG5cbiAgd3JpdGVWYWx1ZShxdWFudGl0eTogbnVtYmVyKTogdm9pZCB7XG4gICAgdGhpcy5xdWFudGl0eSA9IHF1YW50aXR5O1xuICAgIHRoaXMuY2QubWFya0ZvckNoZWNrKCk7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAocXVhbnRpdHk6IG51bWJlcikgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCA9IGZuO1xuICB9XG5cbiAgc2V0RGlzYWJsZWRTdGF0ZShpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XG4gIH1cblxuICBmb2N1cygpIHtcbiAgICBpZih0aGlzLnNlbGVjdCkge1xuICAgICAgdGhpcy5zZWxlY3QuZm9jdXMoKTtcbiAgICB9XG4gICAgaWYodGhpcy5pbnB1dCkge1xuICAgICAgdGhpcy5pbnB1dC5mb2N1cygpO1xuICAgIH1cbiAgfVxufVxuIiwiPGRhZmYtcXVhbnRpdHktc2VsZWN0XG4gICpuZ0lmPVwic2hvd1NlbGVjdEZpZWxkXCJcbiAgW21pbl09XCJtaW5cIiBbbWF4XT1cIl9tYXhGbG9vclwiIFtleHRlbmRhYmxlXT1cIm1heCA+IHNlbGVjdE1heFwiPlxuPC9kYWZmLXF1YW50aXR5LXNlbGVjdD5cbjxkYWZmLXF1YW50aXR5LWlucHV0XG4gICpuZ0lmPVwic2hvd0lucHV0RmllbGRcIlxuICBbbWluXT1cIm1pblwiIFttYXhdPVwibWF4XCI+XG48L2RhZmYtcXVhbnRpdHktaW5wdXQ+XG4iXX0=
@@ -1,16 +1,16 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import { NgModule } from '@angular/core';
3
3
  import { ReactiveFormsModule } from '@angular/forms';
4
- import { DaffInputModule } from '../input/public_api';
5
- import { DaffNativeSelectModule } from '../native-select/public_api';
6
4
  import { DaffQuantityFieldComponent } from './quantity-field.component';
7
5
  import { DaffQuantityInputComponent } from './quantity-input/quantity-input.component';
8
6
  import { DaffQuantitySelectComponent } from './quantity-select/quantity-select.component';
7
+ import { DaffInputModule } from '../input/public_api';
8
+ import { DaffNativeSelectModule } from '../native-select/public_api';
9
9
  import * as i0 from "@angular/core";
10
10
  export class DaffQuantityFieldModule {
11
11
  }
12
- /** @nocollapse */ DaffQuantityFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- /** @nocollapse */ DaffQuantityFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldModule, declarations: [DaffQuantityFieldComponent,
12
+ /** @nocollapse */ DaffQuantityFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ /** @nocollapse */ DaffQuantityFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, declarations: [DaffQuantityFieldComponent,
14
14
  DaffQuantityInputComponent,
15
15
  DaffQuantitySelectComponent], imports: [CommonModule,
16
16
  DaffNativeSelectModule,
@@ -18,13 +18,11 @@ export class DaffQuantityFieldModule {
18
18
  ReactiveFormsModule], exports: [DaffQuantityFieldComponent,
19
19
  DaffQuantityInputComponent,
20
20
  DaffQuantitySelectComponent] });
21
- /** @nocollapse */ DaffQuantityFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldModule, imports: [[
22
- CommonModule,
23
- DaffNativeSelectModule,
24
- DaffInputModule,
25
- ReactiveFormsModule,
26
- ]] });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImport: i0, type: DaffQuantityFieldModule, decorators: [{
21
+ /** @nocollapse */ DaffQuantityFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, imports: [CommonModule,
22
+ DaffNativeSelectModule,
23
+ DaffInputModule,
24
+ ReactiveFormsModule] });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: DaffQuantityFieldModule, decorators: [{
28
26
  type: NgModule,
29
27
  args: [{
30
28
  declarations: [
@@ -45,4 +43,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.0", ngImpor
45
43
  ],
46
44
  }]
47
45
  }] });
48
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbnRpdHktZmllbGQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXJELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNyRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUN4RSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUN2RixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQzs7QUFvQjFGLE1BQU0sT0FBTyx1QkFBdUI7O3VJQUF2Qix1QkFBdUI7d0lBQXZCLHVCQUF1QixpQkFoQmhDLDBCQUEwQjtRQUMxQiwwQkFBMEI7UUFDMUIsMkJBQTJCLGFBRzNCLFlBQVk7UUFDWixzQkFBc0I7UUFDdEIsZUFBZTtRQUNmLG1CQUFtQixhQUduQiwwQkFBMEI7UUFDMUIsMEJBQTBCO1FBQzFCLDJCQUEyQjt3SUFHbEIsdUJBQXVCLFlBWnpCO1lBQ1AsWUFBWTtZQUNaLHNCQUFzQjtZQUN0QixlQUFlO1lBQ2YsbUJBQW1CO1NBQ3BCOzJGQU9VLHVCQUF1QjtrQkFsQm5DLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLDBCQUEwQjt3QkFDMUIsMEJBQTBCO3dCQUMxQiwyQkFBMkI7cUJBQzVCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLHNCQUFzQjt3QkFDdEIsZUFBZTt3QkFDZixtQkFBbUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDUCwwQkFBMEI7d0JBQzFCLDBCQUEwQjt3QkFDMUIsMkJBQTJCO3FCQUM1QjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW1wb3J0IHsgRGFmZklucHV0TW9kdWxlIH0gZnJvbSAnLi4vaW5wdXQvcHVibGljX2FwaSc7XG5pbXBvcnQgeyBEYWZmTmF0aXZlU2VsZWN0TW9kdWxlIH0gZnJvbSAnLi4vbmF0aXZlLXNlbGVjdC9wdWJsaWNfYXBpJztcbmltcG9ydCB7IERhZmZRdWFudGl0eUZpZWxkQ29tcG9uZW50IH0gZnJvbSAnLi9xdWFudGl0eS1maWVsZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQgfSBmcm9tICcuL3F1YW50aXR5LWlucHV0L3F1YW50aXR5LWlucHV0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmUXVhbnRpdHlTZWxlY3RDb21wb25lbnQgfSBmcm9tICcuL3F1YW50aXR5LXNlbGVjdC9xdWFudGl0eS1zZWxlY3QuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGFmZlF1YW50aXR5RmllbGRDb21wb25lbnQsXG4gICAgRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQsXG4gICAgRGFmZlF1YW50aXR5U2VsZWN0Q29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIERhZmZOYXRpdmVTZWxlY3RNb2R1bGUsXG4gICAgRGFmZklucHV0TW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBEYWZmUXVhbnRpdHlGaWVsZENvbXBvbmVudCxcbiAgICBEYWZmUXVhbnRpdHlJbnB1dENvbXBvbmVudCxcbiAgICBEYWZmUXVhbnRpdHlTZWxlY3RDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZRdWFudGl0eUZpZWxkTW9kdWxlIHsgfVxuIl19
46
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVhbnRpdHktZmllbGQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vc3JjL2F0b21zL2Zvcm0vcXVhbnRpdHktZmllbGQvcXVhbnRpdHktZmllbGQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXJELE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3hFLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBQ3ZGLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQzFGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7QUFvQnJFLE1BQU0sT0FBTyx1QkFBdUI7O3VJQUF2Qix1QkFBdUI7d0lBQXZCLHVCQUF1QixpQkFoQmhDLDBCQUEwQjtRQUMxQiwwQkFBMEI7UUFDMUIsMkJBQTJCLGFBRzNCLFlBQVk7UUFDWixzQkFBc0I7UUFDdEIsZUFBZTtRQUNmLG1CQUFtQixhQUduQiwwQkFBMEI7UUFDMUIsMEJBQTBCO1FBQzFCLDJCQUEyQjt3SUFHbEIsdUJBQXVCLFlBWGhDLFlBQVk7UUFDWixzQkFBc0I7UUFDdEIsZUFBZTtRQUNmLG1CQUFtQjsyRkFRVix1QkFBdUI7a0JBbEJuQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWiwwQkFBMEI7d0JBQzFCLDBCQUEwQjt3QkFDMUIsMkJBQTJCO3FCQUM1QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixzQkFBc0I7d0JBQ3RCLGVBQWU7d0JBQ2YsbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsMEJBQTBCO3dCQUMxQiwwQkFBMEI7d0JBQzFCLDJCQUEyQjtxQkFDNUI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IERhZmZRdWFudGl0eUZpZWxkQ29tcG9uZW50IH0gZnJvbSAnLi9xdWFudGl0eS1maWVsZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQgfSBmcm9tICcuL3F1YW50aXR5LWlucHV0L3F1YW50aXR5LWlucHV0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEYWZmUXVhbnRpdHlTZWxlY3RDb21wb25lbnQgfSBmcm9tICcuL3F1YW50aXR5LXNlbGVjdC9xdWFudGl0eS1zZWxlY3QuY29tcG9uZW50JztcbmltcG9ydCB7IERhZmZJbnB1dE1vZHVsZSB9IGZyb20gJy4uL2lucHV0L3B1YmxpY19hcGknO1xuaW1wb3J0IHsgRGFmZk5hdGl2ZVNlbGVjdE1vZHVsZSB9IGZyb20gJy4uL25hdGl2ZS1zZWxlY3QvcHVibGljX2FwaSc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIERhZmZRdWFudGl0eUZpZWxkQ29tcG9uZW50LFxuICAgIERhZmZRdWFudGl0eUlucHV0Q29tcG9uZW50LFxuICAgIERhZmZRdWFudGl0eVNlbGVjdENvbXBvbmVudCxcbiAgXSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBEYWZmTmF0aXZlU2VsZWN0TW9kdWxlLFxuICAgIERhZmZJbnB1dE1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGFmZlF1YW50aXR5RmllbGRDb21wb25lbnQsXG4gICAgRGFmZlF1YW50aXR5SW5wdXRDb21wb25lbnQsXG4gICAgRGFmZlF1YW50aXR5U2VsZWN0Q29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmUXVhbnRpdHlGaWVsZE1vZHVsZSB7IH1cbiJdfQ==