@daffodil/design 0.74.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (579) hide show
  1. package/accordion/accordion/accordion/accordion.component.d.ts +3 -19
  2. package/article/README.md +19 -13
  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-link/article-link.component.d.ts +1 -1
  9. package/article/examples/article-meta/article-meta.component.d.ts +1 -1
  10. package/article/examples/article-ol/article-ol.component.d.ts +1 -1
  11. package/article/examples/article-table/article-table.component.d.ts +1 -1
  12. package/article/examples/article-ul/article-ul.component.d.ts +1 -1
  13. package/article/examples/public_api.d.ts +0 -1
  14. package/button/button/button-sizable.directive.d.ts +10 -0
  15. package/button/button/button.component.d.ts +17 -27
  16. package/button/examples/basic-button/basic-button.component.d.ts +1 -1
  17. package/button/examples/flat-button/flat-button.component.d.ts +1 -1
  18. package/button/examples/icon-button/icon-button.component.d.ts +1 -1
  19. package/button/examples/public_api.d.ts +0 -8
  20. package/button/examples/raised-button/raised-button.component.d.ts +1 -1
  21. package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
  22. package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
  23. package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
  24. package/button/examples/underline-button/underline-button.component.d.ts +1 -1
  25. package/button/public_api.d.ts +1 -0
  26. package/callout/callout/callout.component.d.ts +6 -38
  27. package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +1 -1
  28. package/callout/examples/callout-theming/callout-theming.component.d.ts +1 -1
  29. package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
  30. package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
  31. package/callout/examples/public_api.d.ts +0 -4
  32. package/card/card/card.component.d.ts +3 -21
  33. package/card/examples/basic-card/basic-card.component.d.ts +1 -1
  34. package/card/examples/card-orientation/card-orientation.component.d.ts +1 -1
  35. package/card/examples/card-theming/card-theming.component.d.ts +1 -1
  36. package/card/examples/linkable-card/linkable-card.component.d.ts +1 -1
  37. package/card/examples/public_api.d.ts +0 -6
  38. package/card/examples/raised-card/raised-card.component.d.ts +1 -1
  39. package/card/examples/stroked-card/stroked-card.component.d.ts +1 -1
  40. package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +1 -1
  41. package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +1 -1
  42. package/checkbox/examples/examples.d.ts +0 -2
  43. package/checkbox/examples/public_api.d.ts +0 -1
  44. package/container/container/container.component.d.ts +3 -22
  45. package/container/examples/container-sizes/container-sizes.component.d.ts +1 -1
  46. package/container/examples/public_api.d.ts +0 -1
  47. package/core/article-encapsulated/article-encapsulated.directive.d.ts +19 -0
  48. package/core/article-encapsulated/public_api.d.ts +1 -1
  49. package/core/breakpoints/noop.service.d.ts +13 -0
  50. package/core/breakpoints/provider.d.ts +6 -0
  51. package/core/breakpoints/public_api.d.ts +3 -0
  52. package/core/colorable/colorable.d.ts +36 -2
  53. package/core/colorable/colorable.directive.d.ts +55 -0
  54. package/core/colorable/public_api.d.ts +1 -1
  55. package/core/compactable/compactable.directive.d.ts +25 -0
  56. package/core/compactable/public_api.d.ts +1 -1
  57. package/core/manage-container-layout/manage-container-layout.directive.d.ts +29 -0
  58. package/core/manage-container-layout/public_api.d.ts +1 -1
  59. package/core/public_api.d.ts +1 -1
  60. package/core/sizable/public_api.d.ts +1 -1
  61. package/core/sizable/sizable.d.ts +4 -2
  62. package/core/sizable/sizable.directive.d.ts +38 -0
  63. package/core/skeletonable/public_api.d.ts +1 -1
  64. package/core/skeletonable/skeletonable.d.ts +0 -1
  65. package/core/skeletonable/skeletonable.directive.d.ts +17 -0
  66. package/core/statusable/public_api.d.ts +1 -1
  67. package/core/statusable/statusable.d.ts +16 -0
  68. package/core/statusable/statusable.directive.d.ts +38 -0
  69. package/core/text-alignable/public_api.d.ts +1 -1
  70. package/core/text-alignable/text-alignable.d.ts +1 -2
  71. package/core/text-alignable/text-alignable.directive.d.ts +42 -0
  72. package/esm2022/accordion/accordion/accordion/accordion.component.mjs +11 -23
  73. package/esm2022/article/examples/article-blockquote/article-blockquote.component.mjs +4 -3
  74. package/esm2022/article/examples/article-code-block/article-code-block.component.mjs +4 -3
  75. package/esm2022/article/examples/article-code-inline/article-code-inline.component.mjs +4 -3
  76. package/esm2022/article/examples/article-headings/article-headings.component.mjs +3 -3
  77. package/esm2022/article/examples/article-hr/article-hr.component.mjs +4 -3
  78. package/esm2022/article/examples/article-link/article-link.component.mjs +4 -3
  79. package/esm2022/article/examples/article-meta/article-meta.component.mjs +4 -3
  80. package/esm2022/article/examples/article-ol/article-ol.component.mjs +4 -3
  81. package/esm2022/article/examples/article-table/article-table.component.mjs +4 -3
  82. package/esm2022/article/examples/article-ul/article-ul.component.mjs +4 -3
  83. package/esm2022/article/examples/public_api.mjs +1 -2
  84. package/esm2022/button/button/button-sizable.directive.mjs +14 -0
  85. package/esm2022/button/button/button.component.mjs +32 -10
  86. package/esm2022/button/examples/basic-button/basic-button.component.mjs +10 -4
  87. package/esm2022/button/examples/flat-button/flat-button.component.mjs +10 -4
  88. package/esm2022/button/examples/icon-button/icon-button.component.mjs +5 -4
  89. package/esm2022/button/examples/public_api.mjs +1 -9
  90. package/esm2022/button/examples/raised-button/raised-button.component.mjs +10 -4
  91. package/esm2022/button/examples/sizeable-button/sizeable-button.component.mjs +5 -4
  92. package/esm2022/button/examples/statusable-button/statusable-button.component.mjs +5 -4
  93. package/esm2022/button/examples/stroked-button/stroked-button.component.mjs +10 -4
  94. package/esm2022/button/examples/underline-button/underline-button.component.mjs +10 -4
  95. package/esm2022/button/public_api.mjs +2 -1
  96. package/esm2022/callout/callout/callout.component.mjs +28 -22
  97. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +20 -10
  98. package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +17 -9
  99. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +12 -4
  100. package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +12 -4
  101. package/esm2022/callout/examples/public_api.mjs +1 -5
  102. package/esm2022/card/card/card.component.mjs +12 -16
  103. package/esm2022/card/examples/basic-card/basic-card.component.mjs +12 -4
  104. package/esm2022/card/examples/card-orientation/card-orientation.component.mjs +20 -10
  105. package/esm2022/card/examples/card-theming/card-theming.component.mjs +11 -6
  106. package/esm2022/card/examples/linkable-card/linkable-card.component.mjs +15 -8
  107. package/esm2022/card/examples/public_api.mjs +1 -7
  108. package/esm2022/card/examples/raised-card/raised-card.component.mjs +15 -8
  109. package/esm2022/card/examples/stroked-card/stroked-card.component.mjs +15 -8
  110. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +12 -6
  111. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.component.mjs +12 -7
  112. package/esm2022/checkbox/examples/examples.mjs +1 -7
  113. package/esm2022/checkbox/examples/public_api.mjs +1 -2
  114. package/esm2022/container/container/container.component.mjs +15 -22
  115. package/esm2022/container/examples/container-sizes/container-sizes.component.mjs +11 -6
  116. package/esm2022/container/examples/public_api.mjs +1 -2
  117. package/esm2022/core/article-encapsulated/article-encapsulated.directive.mjs +33 -0
  118. package/esm2022/core/article-encapsulated/public_api.mjs +2 -2
  119. package/esm2022/core/breakpoints/noop.service.mjs +25 -0
  120. package/esm2022/core/breakpoints/provider.mjs +13 -0
  121. package/esm2022/core/breakpoints/public_api.mjs +4 -0
  122. package/esm2022/core/colorable/colorable.directive.mjs +77 -0
  123. package/esm2022/core/colorable/colorable.mjs +37 -2
  124. package/esm2022/core/colorable/public_api.mjs +2 -2
  125. package/esm2022/core/compactable/compactable.directive.mjs +41 -0
  126. package/esm2022/core/compactable/public_api.mjs +2 -2
  127. package/esm2022/core/manage-container-layout/manage-container-layout.directive.mjs +43 -0
  128. package/esm2022/core/manage-container-layout/public_api.mjs +2 -2
  129. package/esm2022/core/public_api.mjs +2 -2
  130. package/esm2022/core/sizable/public_api.mjs +2 -2
  131. package/esm2022/core/sizable/sizable.directive.mjs +53 -0
  132. package/esm2022/core/sizable/sizable.mjs +2 -3
  133. package/esm2022/core/skeletonable/public_api.mjs +2 -2
  134. package/esm2022/core/skeletonable/skeletonable.directive.mjs +33 -0
  135. package/esm2022/core/skeletonable/skeletonable.mjs +1 -1
  136. package/esm2022/core/statusable/public_api.mjs +2 -2
  137. package/esm2022/core/statusable/statusable.directive.mjs +50 -0
  138. package/esm2022/core/statusable/statusable.mjs +4 -1
  139. package/esm2022/core/text-alignable/public_api.mjs +2 -2
  140. package/esm2022/core/text-alignable/text-alignable.directive.mjs +53 -0
  141. package/esm2022/core/text-alignable/text-alignable.mjs +1 -1
  142. package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +10 -4
  143. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +20 -10
  144. package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +15 -8
  145. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +12 -4
  146. package/esm2022/hero/examples/public_api.mjs +1 -5
  147. package/esm2022/hero/hero/hero.component.mjs +28 -22
  148. package/esm2022/image/examples/basic-image/basic-image.component.mjs +4 -3
  149. package/esm2022/image/examples/load-image/load-image.component.mjs +6 -5
  150. package/esm2022/image/examples/public_api.mjs +4 -7
  151. package/esm2022/image/examples/skeleton-image/skeleton-image.component.mjs +4 -3
  152. package/esm2022/image/image/image.component.mjs +14 -23
  153. package/esm2022/input/examples/basic-input/basic-input.component.mjs +4 -3
  154. package/esm2022/input/examples/examples.mjs +5 -9
  155. package/esm2022/input/examples/input-disabled/input-disabled.component.mjs +4 -3
  156. package/esm2022/input/examples/input-error/input-error.component.mjs +9 -4
  157. package/esm2022/input/examples/input-with-form-field/input-with-form-field.component.mjs +4 -3
  158. package/esm2022/link-set/link-set/link-set.component.mjs +12 -22
  159. package/esm2022/list/examples/basic-list/basic-list.component.mjs +4 -3
  160. package/esm2022/list/examples/icon-list/icon-list.component.mjs +10 -4
  161. package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +4 -3
  162. package/esm2022/list/examples/nav-list/nav-list.component.mjs +10 -4
  163. package/esm2022/list/examples/public_api.mjs +1 -2
  164. package/esm2022/list/list/list.component.mjs +12 -21
  165. package/esm2022/loading-icon/examples/examples.mjs +1 -3
  166. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +12 -7
  167. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +4 -3
  168. package/esm2022/loading-icon/loading-icon/loading-icon.component.mjs +21 -28
  169. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +7 -5
  170. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +7 -5
  171. package/esm2022/media-gallery/examples/public_api.mjs +1 -4
  172. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +7 -5
  173. package/esm2022/media-gallery/media-gallery/media-gallery.component.mjs +17 -23
  174. package/esm2022/menu/examples/basic-menu/basic-menu.component.mjs +5 -3
  175. package/esm2022/menu/examples/basic-menu/menu-content/menu-content.component.mjs +5 -4
  176. package/esm2022/menu/examples/public_api.mjs +2 -3
  177. package/esm2022/modal/examples/basic-modal/basic-modal.component.mjs +5 -4
  178. package/esm2022/modal/examples/basic-modal/modal-content.component.mjs +5 -3
  179. package/esm2022/modal/examples/public_api.mjs +2 -3
  180. package/esm2022/modal/modal/modal.component.mjs +42 -6
  181. package/esm2022/modal/modal-actions/modal-actions.component.mjs +15 -5
  182. package/esm2022/modal/modal-close/modal-close.directive.mjs +47 -0
  183. package/esm2022/modal/modal-content/modal-content.component.mjs +15 -5
  184. package/esm2022/modal/modal-header/modal-header.component.mjs +16 -4
  185. package/esm2022/modal/modal-title/modal-title.directive.mjs +33 -6
  186. package/esm2022/modal/modal.module.mjs +18 -5
  187. package/esm2022/modal/public_api.mjs +2 -1
  188. package/esm2022/modal/service/modal.service.mjs +3 -2
  189. package/esm2022/navbar/examples/basic-navbar/basic-navbar.component.mjs +5 -3
  190. package/esm2022/navbar/examples/contained-navbar/contained-navbar.component.mjs +12 -5
  191. package/esm2022/navbar/examples/navbar-theming/navbar-theming.component.mjs +15 -8
  192. package/esm2022/navbar/examples/public_api.mjs +1 -5
  193. package/esm2022/navbar/examples/raised-navbar/raised-navbar.component.mjs +5 -3
  194. package/esm2022/navbar/navbar/navbar.component.mjs +22 -28
  195. package/esm2022/notification/examples/default-notification/default-notification.component.mjs +16 -8
  196. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.component.mjs +14 -7
  197. package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +15 -6
  198. package/esm2022/notification/examples/notification-status/notification-status.component.mjs +19 -9
  199. package/esm2022/notification/examples/notification-with-actions/notification-with-actions.component.mjs +14 -8
  200. package/esm2022/notification/examples/public_api.mjs +6 -11
  201. package/esm2022/notification/notification/notification.component.mjs +31 -36
  202. package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +6 -3
  203. package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +8 -4
  204. package/esm2022/paginator/examples/public_api.mjs +1 -2
  205. package/esm2022/paginator/paginator/paginator.component.mjs +1 -1
  206. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.component.mjs +4 -3
  207. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.mjs +4 -3
  208. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.mjs +5 -4
  209. package/esm2022/progress-bar/examples/public_api.mjs +4 -7
  210. package/esm2022/progress-bar/progress-bar.component.mjs +18 -23
  211. package/esm2022/public_api.mjs +1 -3
  212. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +11 -6
  213. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +11 -6
  214. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +11 -6
  215. package/esm2022/quantity-field/examples/public_api.mjs +1 -5
  216. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +11 -6
  217. package/esm2022/radio/examples/basic-radio/basic-radio.component.mjs +5 -4
  218. package/esm2022/radio/examples/examples.mjs +1 -5
  219. package/esm2022/radio/examples/public_api.mjs +1 -2
  220. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +4 -3
  221. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs +15 -8
  222. package/esm2022/sidebar/examples/public_api.mjs +5 -9
  223. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.mjs +5 -3
  224. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.mjs +4 -3
  225. package/esm2022/toast/examples/default-toast/default-toast.component.mjs +4 -3
  226. package/esm2022/toast/examples/public_api.mjs +5 -9
  227. package/esm2022/toast/examples/toast-positions/toast-positions.component.mjs +22 -5
  228. package/esm2022/toast/examples/toast-status/toast-status.component.mjs +5 -4
  229. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.mjs +4 -3
  230. package/esm2022/toast/toast/toast-template.component.mjs +2 -2
  231. package/esm2022/toast/toast/toast.component.mjs +16 -22
  232. package/esm2022/tree/examples/basic-tree/basic-tree.component.mjs +6 -5
  233. package/esm2022/tree/examples/public_api.mjs +1 -2
  234. package/esm2022/tree/tree/tree.component.mjs +13 -23
  235. package/fesm2022/daffodil-design-accordion.mjs +9 -21
  236. package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
  237. package/fesm2022/daffodil-design-article-examples.mjs +22 -43
  238. package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
  239. package/fesm2022/daffodil-design-button-examples.mjs +41 -205
  240. package/fesm2022/daffodil-design-button-examples.mjs.map +1 -1
  241. package/fesm2022/daffodil-design-button.mjs +42 -11
  242. package/fesm2022/daffodil-design-button.mjs.map +1 -1
  243. package/fesm2022/daffodil-design-callout-examples.mjs +29 -130
  244. package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
  245. package/fesm2022/daffodil-design-callout.mjs +25 -20
  246. package/fesm2022/daffodil-design-callout.mjs.map +1 -1
  247. package/fesm2022/daffodil-design-card-examples.mjs +39 -209
  248. package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
  249. package/fesm2022/daffodil-design-card.mjs +11 -15
  250. package/fesm2022/daffodil-design-card.mjs.map +1 -1
  251. package/fesm2022/daffodil-design-checkbox-examples.mjs +14 -64
  252. package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -1
  253. package/fesm2022/daffodil-design-container-examples.mjs +9 -32
  254. package/fesm2022/daffodil-design-container-examples.mjs.map +1 -1
  255. package/fesm2022/daffodil-design-container.mjs +13 -20
  256. package/fesm2022/daffodil-design-container.mjs.map +1 -1
  257. package/fesm2022/daffodil-design-hero-examples.mjs +27 -136
  258. package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
  259. package/fesm2022/daffodil-design-hero.mjs +25 -20
  260. package/fesm2022/daffodil-design-hero.mjs.map +1 -1
  261. package/fesm2022/daffodil-design-image-examples.mjs +11 -75
  262. package/fesm2022/daffodil-design-image-examples.mjs.map +1 -1
  263. package/fesm2022/daffodil-design-image.mjs +12 -21
  264. package/fesm2022/daffodil-design-image.mjs.map +1 -1
  265. package/fesm2022/daffodil-design-input-examples.mjs +15 -94
  266. package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
  267. package/fesm2022/daffodil-design-link-set.mjs +10 -20
  268. package/fesm2022/daffodil-design-link-set.mjs.map +1 -1
  269. package/fesm2022/daffodil-design-list-examples.mjs +20 -140
  270. package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
  271. package/fesm2022/daffodil-design-list.mjs +12 -21
  272. package/fesm2022/daffodil-design-list.mjs.map +1 -1
  273. package/fesm2022/daffodil-design-loading-icon-examples.mjs +10 -53
  274. package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -1
  275. package/fesm2022/daffodil-design-loading-icon.mjs +19 -26
  276. package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -1
  277. package/fesm2022/daffodil-design-media-gallery-examples.mjs +10 -82
  278. package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -1
  279. package/fesm2022/daffodil-design-media-gallery.mjs +14 -20
  280. package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
  281. package/fesm2022/daffodil-design-menu-examples.mjs +10 -39
  282. package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -1
  283. package/fesm2022/daffodil-design-modal-examples.mjs +8 -33
  284. package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
  285. package/fesm2022/daffodil-design-modal.mjs +169 -23
  286. package/fesm2022/daffodil-design-modal.mjs.map +1 -1
  287. package/fesm2022/daffodil-design-navbar-examples.mjs +20 -113
  288. package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -1
  289. package/fesm2022/daffodil-design-navbar.mjs +20 -26
  290. package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
  291. package/fesm2022/daffodil-design-notification-examples.mjs +41 -164
  292. package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
  293. package/fesm2022/daffodil-design-notification.mjs +29 -34
  294. package/fesm2022/daffodil-design-notification.mjs.map +1 -1
  295. package/fesm2022/daffodil-design-paginator-examples.mjs +12 -28
  296. package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
  297. package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
  298. package/fesm2022/daffodil-design-progress-bar-examples.mjs +10 -73
  299. package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
  300. package/fesm2022/daffodil-design-progress-bar.mjs +16 -21
  301. package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
  302. package/fesm2022/daffodil-design-quantity-field-examples.mjs +25 -126
  303. package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
  304. package/fesm2022/daffodil-design-radio-examples.mjs +4 -31
  305. package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -1
  306. package/fesm2022/daffodil-design-sidebar-examples.mjs +22 -130
  307. package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
  308. package/fesm2022/daffodil-design-toast-examples.mjs +20 -142
  309. package/fesm2022/daffodil-design-toast-examples.mjs.map +1 -1
  310. package/fesm2022/daffodil-design-toast.mjs +15 -21
  311. package/fesm2022/daffodil-design-toast.mjs.map +1 -1
  312. package/fesm2022/daffodil-design-tree-examples.mjs +6 -34
  313. package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -1
  314. package/fesm2022/daffodil-design-tree.mjs +11 -21
  315. package/fesm2022/daffodil-design-tree.mjs.map +1 -1
  316. package/fesm2022/daffodil-design.mjs +404 -199
  317. package/fesm2022/daffodil-design.mjs.map +1 -1
  318. package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
  319. package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +1 -1
  320. package/hero/examples/hero-theming/hero-theming.component.d.ts +1 -1
  321. package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
  322. package/hero/examples/public_api.d.ts +0 -4
  323. package/hero/hero/hero.component.d.ts +6 -38
  324. package/image/examples/basic-image/basic-image.component.d.ts +1 -1
  325. package/image/examples/load-image/load-image.component.d.ts +1 -1
  326. package/image/examples/public_api.d.ts +2 -2
  327. package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
  328. package/image/image/image.component.d.ts +5 -22
  329. package/input/examples/basic-input/basic-input.component.d.ts +1 -1
  330. package/input/examples/examples.d.ts +2 -2
  331. package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
  332. package/input/examples/input-error/input-error.component.d.ts +1 -1
  333. package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
  334. package/link-set/link-set/link-set.component.d.ts +3 -22
  335. package/list/examples/basic-list/basic-list.component.d.ts +1 -1
  336. package/list/examples/icon-list/icon-list.component.d.ts +1 -1
  337. package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
  338. package/list/examples/nav-list/nav-list.component.d.ts +1 -1
  339. package/list/examples/public_api.d.ts +0 -1
  340. package/list/list/list.component.d.ts +5 -18
  341. package/loading-icon/examples/examples.d.ts +0 -2
  342. package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +1 -1
  343. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
  344. package/loading-icon/loading-icon/loading-icon.component.d.ts +3 -22
  345. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
  346. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
  347. package/media-gallery/examples/public_api.d.ts +0 -3
  348. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
  349. package/media-gallery/media-gallery/media-gallery.component.d.ts +5 -25
  350. package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
  351. package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
  352. package/menu/examples/public_api.d.ts +2 -2
  353. package/modal/README.md +22 -37
  354. package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
  355. package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
  356. package/modal/examples/public_api.d.ts +2 -2
  357. package/modal/modal/modal.component.d.ts +17 -1
  358. package/modal/modal-actions/modal-actions.component.d.ts +1 -0
  359. package/modal/modal-close/modal-close.directive.d.ts +24 -0
  360. package/modal/modal-content/modal-content.component.d.ts +1 -0
  361. package/modal/modal-header/modal-header.component.d.ts +6 -1
  362. package/modal/modal-title/modal-title.directive.d.ts +12 -1
  363. package/modal/modal.module.d.ts +7 -4
  364. package/modal/public_api.d.ts +1 -0
  365. package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
  366. package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
  367. package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +1 -1
  368. package/navbar/examples/public_api.d.ts +0 -4
  369. package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
  370. package/navbar/navbar/navbar.component.d.ts +3 -25
  371. package/notification/examples/default-notification/default-notification.component.d.ts +1 -1
  372. package/notification/examples/dismissible-notification/dismissible-notification.component.d.ts +1 -1
  373. package/notification/examples/notification-orientations/notification-orientations.component.d.ts +1 -1
  374. package/notification/examples/notification-status/notification-status.component.d.ts +1 -1
  375. package/notification/examples/notification-with-actions/notification-with-actions.component.d.ts +1 -1
  376. package/notification/examples/public_api.d.ts +6 -2
  377. package/notification/notification/notification.component.d.ts +7 -25
  378. package/notification/src/notification-theme.scss +1 -1
  379. package/package.json +1 -1
  380. package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
  381. package/paginator/examples/link-paginator/link-paginator.component.d.ts +1 -1
  382. package/paginator/examples/public_api.d.ts +0 -1
  383. package/progress-bar/examples/progress-bar-default/progress-bar-default.component.d.ts +1 -1
  384. package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.d.ts +1 -1
  385. package/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.d.ts +1 -1
  386. package/progress-bar/examples/public_api.d.ts +2 -2
  387. package/progress-bar/progress-bar.component.d.ts +7 -22
  388. package/public_api.d.ts +0 -1
  389. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +1 -1
  390. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +1 -1
  391. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +1 -1
  392. package/quantity-field/examples/public_api.d.ts +0 -4
  393. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +1 -1
  394. package/radio/examples/basic-radio/basic-radio.component.d.ts +1 -1
  395. package/radio/examples/examples.d.ts +0 -2
  396. package/radio/examples/public_api.d.ts +0 -1
  397. package/scss/state/skeleton/_mixins.scss +1 -1
  398. package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
  399. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.d.ts +1 -1
  400. package/sidebar/examples/public_api.d.ts +2 -2
  401. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.d.ts +1 -1
  402. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.d.ts +1 -1
  403. package/toast/examples/default-toast/default-toast.component.d.ts +1 -1
  404. package/toast/examples/public_api.d.ts +5 -2
  405. package/toast/examples/toast-positions/toast-positions.component.d.ts +1 -1
  406. package/toast/examples/toast-status/toast-status.component.d.ts +1 -1
  407. package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.d.ts +1 -1
  408. package/toast/toast/toast.component.d.ts +7 -25
  409. package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
  410. package/tree/examples/public_api.d.ts +0 -1
  411. package/tree/tree/tree.component.d.ts +5 -19
  412. package/article/examples/article-examples.module.d.ts +0 -18
  413. package/button/examples/basic-button/basic-button.module.d.ts +0 -9
  414. package/button/examples/flat-button/flat-button.module.d.ts +0 -9
  415. package/button/examples/icon-button/icon-button.module.d.ts +0 -9
  416. package/button/examples/raised-button/raised-button.module.d.ts +0 -9
  417. package/button/examples/sizeable-button/sizeable-button.module.d.ts +0 -9
  418. package/button/examples/statusable-button/statusable-button.module.d.ts +0 -9
  419. package/button/examples/stroked-button/stroked-button.module.d.ts +0 -9
  420. package/button/examples/underline-button/underline-button.module.d.ts +0 -9
  421. package/callout/examples/callout-text-alignment/callout-text-alignment.module.d.ts +0 -13
  422. package/callout/examples/callout-theming/callout-theming.module.d.ts +0 -12
  423. package/callout/examples/callout-with-grid/callout-with-grid.module.d.ts +0 -13
  424. package/callout/examples/compact-callout/compact-callout.module.d.ts +0 -12
  425. package/card/examples/basic-card/basic-card.module.d.ts +0 -12
  426. package/card/examples/card-orientation/card-orientation.module.d.ts +0 -13
  427. package/card/examples/card-theming/card-theming.module.d.ts +0 -11
  428. package/card/examples/linkable-card/linkable-card.module.d.ts +0 -13
  429. package/card/examples/raised-card/raised-card.module.d.ts +0 -12
  430. package/card/examples/stroked-card/stroked-card.module.d.ts +0 -13
  431. package/checkbox/examples/basic-checkbox/basic-checkbox.module.d.ts +0 -10
  432. package/checkbox/examples/checkbox-set/checkbox-set.module.d.ts +0 -10
  433. package/container/examples/container-sizes/container-sizes.module.d.ts +0 -10
  434. package/core/article-encapsulated/article-encapsulated-mixin.d.ts +0 -15
  435. package/core/colorable/color-in-palette.d.ts +0 -1
  436. package/core/colorable/colorable-enum.d.ts +0 -10
  437. package/core/colorable/colorable-mixin.d.ts +0 -23
  438. package/core/compactable/compactable-mixin.d.ts +0 -14
  439. package/core/manage-container-layout/manage-container-layout-mixin.d.ts +0 -17
  440. package/core/sizable/sizable-mixin.d.ts +0 -15
  441. package/core/skeletonable/skeletonable-mixin.d.ts +0 -15
  442. package/core/statusable/statusable-mixin.d.ts +0 -16
  443. package/core/text-alignable/text-alignable-mixin.d.ts +0 -19
  444. package/esm2022/article/examples/article-examples.module.mjs +0 -35
  445. package/esm2022/button/examples/basic-button/basic-button.module.mjs +0 -28
  446. package/esm2022/button/examples/flat-button/flat-button.module.mjs +0 -28
  447. package/esm2022/button/examples/icon-button/icon-button.module.mjs +0 -28
  448. package/esm2022/button/examples/raised-button/raised-button.module.mjs +0 -28
  449. package/esm2022/button/examples/sizeable-button/sizeable-button.module.mjs +0 -28
  450. package/esm2022/button/examples/statusable-button/statusable-button.module.mjs +0 -28
  451. package/esm2022/button/examples/stroked-button/stroked-button.module.mjs +0 -28
  452. package/esm2022/button/examples/underline-button/underline-button.module.mjs +0 -28
  453. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +0 -41
  454. package/esm2022/callout/examples/callout-theming/callout-theming.module.mjs +0 -37
  455. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.module.mjs +0 -41
  456. package/esm2022/callout/examples/compact-callout/compact-callout.module.mjs +0 -37
  457. package/esm2022/card/examples/basic-card/basic-card.module.mjs +0 -40
  458. package/esm2022/card/examples/card-orientation/card-orientation.module.mjs +0 -44
  459. package/esm2022/card/examples/card-theming/card-theming.module.mjs +0 -36
  460. package/esm2022/card/examples/linkable-card/linkable-card.module.mjs +0 -44
  461. package/esm2022/card/examples/raised-card/raised-card.module.mjs +0 -40
  462. package/esm2022/card/examples/stroked-card/stroked-card.module.mjs +0 -44
  463. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +0 -33
  464. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.module.mjs +0 -33
  465. package/esm2022/container/examples/container-sizes/container-sizes.module.mjs +0 -32
  466. package/esm2022/core/article-encapsulated/article-encapsulated-mixin.mjs +0 -12
  467. package/esm2022/core/colorable/color-in-palette.mjs +0 -5
  468. package/esm2022/core/colorable/colorable-enum.mjs +0 -12
  469. package/esm2022/core/colorable/colorable-mixin.mjs +0 -42
  470. package/esm2022/core/compactable/compactable-mixin.mjs +0 -26
  471. package/esm2022/core/manage-container-layout/manage-container-layout-mixin.mjs +0 -14
  472. package/esm2022/core/sizable/sizable-mixin.mjs +0 -31
  473. package/esm2022/core/skeletonable/skeletonable-mixin.mjs +0 -26
  474. package/esm2022/core/statusable/statusable-mixin.mjs +0 -32
  475. package/esm2022/core/text-alignable/text-alignable-mixin.mjs +0 -35
  476. package/esm2022/examples/examples.mjs +0 -2
  477. package/esm2022/examples/public_api.mjs +0 -2
  478. package/esm2022/hero/examples/compact-hero/compact-hero.module.mjs +0 -40
  479. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +0 -41
  480. package/esm2022/hero/examples/hero-theming/hero-theming.module.mjs +0 -40
  481. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.module.mjs +0 -41
  482. package/esm2022/image/examples/basic-image/basic-image.module.mjs +0 -24
  483. package/esm2022/image/examples/load-image/load-image.module.mjs +0 -28
  484. package/esm2022/image/examples/skeleton-image/skeleton-image.module.mjs +0 -24
  485. package/esm2022/input/examples/basic-input/basic-input.module.mjs +0 -24
  486. package/esm2022/input/examples/input-disabled/input-disabled.module.mjs +0 -24
  487. package/esm2022/input/examples/input-error/input-error.module.mjs +0 -28
  488. package/esm2022/input/examples/input-with-form-field/input-with-form-field.module.mjs +0 -24
  489. package/esm2022/list/examples/basic-list/basic-list.module.mjs +0 -28
  490. package/esm2022/list/examples/icon-list/icon-list.module.mjs +0 -32
  491. package/esm2022/list/examples/list-examples.module.mjs +0 -33
  492. package/esm2022/list/examples/multiline-list/multiline-list.module.mjs +0 -32
  493. package/esm2022/list/examples/nav-list/nav-list.module.mjs +0 -32
  494. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +0 -32
  495. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +0 -24
  496. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +0 -29
  497. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +0 -29
  498. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +0 -29
  499. package/esm2022/menu/examples/basic-menu/basic-menu.module.mjs +0 -35
  500. package/esm2022/modal/examples/basic-modal/basic-modal.module.mjs +0 -31
  501. package/esm2022/navbar/examples/basic-navbar/basic-navbar.module.mjs +0 -33
  502. package/esm2022/navbar/examples/contained-navbar/contained-navbar.module.mjs +0 -33
  503. package/esm2022/navbar/examples/navbar-theming/navbar-theming.module.mjs +0 -33
  504. package/esm2022/navbar/examples/raised-navbar/raised-navbar.module.mjs +0 -29
  505. package/esm2022/notification/examples/default-notification/default-notification.module.mjs +0 -36
  506. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.module.mjs +0 -36
  507. package/esm2022/notification/examples/notification-orientations/notification-orientations.module.mjs +0 -40
  508. package/esm2022/notification/examples/notification-status/notification-status.module.mjs +0 -40
  509. package/esm2022/notification/examples/notification-with-actions/notification-with-actions.module.mjs +0 -36
  510. package/esm2022/paginator/examples/paginator-examples.module.mjs +0 -27
  511. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.module.mjs +0 -24
  512. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.mjs +0 -24
  513. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.mjs +0 -28
  514. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +0 -35
  515. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +0 -35
  516. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +0 -35
  517. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +0 -35
  518. package/esm2022/radio/examples/basic-radio/basic-radio.module.mjs +0 -29
  519. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +0 -32
  520. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.mjs +0 -44
  521. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.mjs +0 -32
  522. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.mjs +0 -28
  523. package/esm2022/toast/examples/default-toast/default-toast.module.mjs +0 -36
  524. package/esm2022/toast/examples/toast-positions/toast-positions.module.mjs +0 -57
  525. package/esm2022/toast/examples/toast-status/toast-status.module.mjs +0 -40
  526. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.mjs +0 -32
  527. package/esm2022/tree/examples/basic-tree/basic-tree.module.mjs +0 -32
  528. package/examples/examples.d.ts +0 -12
  529. package/examples/public_api.d.ts +0 -1
  530. package/hero/examples/compact-hero/compact-hero.module.d.ts +0 -12
  531. package/hero/examples/hero-text-alignment/hero-text-alignment.module.d.ts +0 -13
  532. package/hero/examples/hero-theming/hero-theming.module.d.ts +0 -12
  533. package/hero/examples/hero-with-grid/hero-with-grid.module.d.ts +0 -13
  534. package/image/examples/basic-image/basic-image.module.d.ts +0 -8
  535. package/image/examples/load-image/load-image.module.d.ts +0 -9
  536. package/image/examples/skeleton-image/skeleton-image.module.d.ts +0 -8
  537. package/input/examples/basic-input/basic-input.module.d.ts +0 -8
  538. package/input/examples/input-disabled/input-disabled.module.d.ts +0 -8
  539. package/input/examples/input-error/input-error.module.d.ts +0 -9
  540. package/input/examples/input-with-form-field/input-with-form-field.module.d.ts +0 -8
  541. package/list/examples/basic-list/basic-list.module.d.ts +0 -9
  542. package/list/examples/icon-list/icon-list.module.d.ts +0 -10
  543. package/list/examples/list-examples.module.d.ts +0 -11
  544. package/list/examples/multiline-list/multiline-list.module.d.ts +0 -10
  545. package/list/examples/nav-list/nav-list.module.d.ts +0 -10
  546. package/loading-icon/examples/loading-icon-color/loading-icon-color.module.d.ts +0 -10
  547. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.d.ts +0 -8
  548. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.d.ts +0 -9
  549. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.d.ts +0 -9
  550. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.d.ts +0 -9
  551. package/menu/examples/basic-menu/basic-menu.module.d.ts +0 -11
  552. package/modal/examples/basic-modal/basic-modal.module.d.ts +0 -10
  553. package/navbar/examples/basic-navbar/basic-navbar.module.d.ts +0 -11
  554. package/navbar/examples/contained-navbar/contained-navbar.module.d.ts +0 -11
  555. package/navbar/examples/navbar-theming/navbar-theming.module.d.ts +0 -11
  556. package/navbar/examples/raised-navbar/raised-navbar.module.d.ts +0 -10
  557. package/notification/examples/default-notification/default-notification.module.d.ts +0 -11
  558. package/notification/examples/dismissible-notification/dismissible-notification.module.d.ts +0 -11
  559. package/notification/examples/notification-orientations/notification-orientations.module.d.ts +0 -12
  560. package/notification/examples/notification-status/notification-status.module.d.ts +0 -12
  561. package/notification/examples/notification-with-actions/notification-with-actions.module.d.ts +0 -11
  562. package/paginator/examples/paginator-examples.module.d.ts +0 -10
  563. package/progress-bar/examples/progress-bar-default/progress-bar-default.module.d.ts +0 -8
  564. package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.d.ts +0 -8
  565. package/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.d.ts +0 -9
  566. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.d.ts +0 -10
  567. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.d.ts +0 -10
  568. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.d.ts +0 -10
  569. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.d.ts +0 -10
  570. package/radio/examples/basic-radio/basic-radio.module.d.ts +0 -9
  571. package/sidebar/examples/basic-sidebar/basic-sidebar.module.d.ts +0 -10
  572. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.d.ts +0 -13
  573. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.d.ts +0 -10
  574. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.d.ts +0 -9
  575. package/toast/examples/default-toast/default-toast.module.d.ts +0 -11
  576. package/toast/examples/toast-positions/toast-positions.module.d.ts +0 -12
  577. package/toast/examples/toast-status/toast-status.module.d.ts +0 -12
  578. package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.d.ts +0 -10
  579. package/tree/examples/basic-tree/basic-tree.module.d.ts +0 -10
@@ -1,13 +1,15 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffImageModule } from '@daffodil/design/image';
3
+ import { DaffMediaGalleryModule } from '@daffodil/design/media-gallery';
2
4
  import * as i0 from "@angular/core";
3
- import * as i1 from "@daffodil/design/image";
4
- import * as i2 from "@daffodil/design/media-gallery";
5
+ import * as i1 from "@daffodil/design/media-gallery";
6
+ import * as i2 from "@daffodil/design/image";
5
7
  export class BasicMediaGalleryComponent {
6
8
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicMediaGalleryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicMediaGalleryComponent, selector: "basic-media-gallery", ngImport: i0, template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1607344635159-59930e3330b1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1584559582213-787a2953dcbe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Fruits\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1587324438673-56c78a866b15?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Lemons\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1543363136-7fbfcd3b240d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Avocado\" width=\"946\" height=\"946\"></daff-image>\n</daff-media-gallery>\n", dependencies: [{ kind: "component", type: i1.DaffImageComponent, selector: "daff-image", inputs: ["skeleton", "src", "alt", "width", "height"], outputs: ["load"] }, { kind: "directive", type: i2.DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: ["becameSelected"] }, { kind: "component", type: i2.DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: ["skeleton", "name"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicMediaGalleryComponent, isStandalone: true, selector: "basic-media-gallery", ngImport: i0, template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1607344635159-59930e3330b1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1584559582213-787a2953dcbe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Fruits\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1587324438673-56c78a866b15?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Lemons\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1543363136-7fbfcd3b240d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Avocado\" width=\"946\" height=\"946\"></daff-image>\n</daff-media-gallery>\n", dependencies: [{ kind: "ngmodule", type: DaffMediaGalleryModule }, { kind: "directive", type: i1.DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: ["becameSelected"] }, { kind: "component", type: i1.DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: ["skeleton", "name"] }, { kind: "ngmodule", type: DaffImageModule }, { kind: "component", type: i2.DaffImageComponent, selector: "daff-image", inputs: ["src", "alt", "width", "height"], outputs: ["load"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8
10
  }
9
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicMediaGalleryComponent, decorators: [{
10
12
  type: Component,
11
- args: [{ selector: 'basic-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1607344635159-59930e3330b1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1584559582213-787a2953dcbe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Fruits\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1587324438673-56c78a866b15?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Lemons\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1543363136-7fbfcd3b240d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Avocado\" width=\"946\" height=\"946\"></daff-image>\n</daff-media-gallery>\n" }]
13
+ args: [{ selector: 'basic-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffMediaGalleryModule, DaffImageModule], template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1607344635159-59930e3330b1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1584559582213-787a2953dcbe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Fruits\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1587324438673-56c78a866b15?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Lemons\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1543363136-7fbfcd3b240d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Avocado\" width=\"946\" height=\"946\"></daff-image>\n</daff-media-gallery>\n" }]
12
14
  }] });
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5L2V4YW1wbGVzL3NyYy9iYXNpYy1tZWRpYS1nYWxsZXJ5L2Jhc2ljLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9leGFtcGxlcy9zcmMvYmFzaWMtbWVkaWEtZ2FsbGVyeS9iYXNpYy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDOzs7O0FBUXZCLE1BQU0sT0FBTywwQkFBMEI7a0lBQTFCLDBCQUEwQjtzSEFBMUIsMEJBQTBCLDJEQ1h2Qyx3eUNBT0E7OzRGRElhLDBCQUEwQjtrQkFOdEMsU0FBUzsrQkFFRSxxQkFBcUIsbUJBRWQsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdiYXNpYy1tZWRpYS1nYWxsZXJ5JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Jhc2ljLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNNZWRpYUdhbGxlcnlDb21wb25lbnQge1xuXG5cbn1cbiIsIjxkYWZmLW1lZGlhLWdhbGxlcnk+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTY4MDQzMzUtMmZhNTYzZTkzYWFlP2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTM3NjMmcT04MFwiIGFsdD1cIkRyaW5rXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE2MDczNDQ2MzUxNTktNTk5MzBlMzMzMGIxP2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTE2MDAmcT04MFwiIGFsdD1cIkRyaW5rXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1ODQ1NTk1ODIyMTMtNzg3YTI5NTNkY2JlP2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTE2MDAmcT04MFwiIGFsdD1cIkZydWl0c1wiIHdpZHRoPVwiOTQ2XCIgaGVpZ2h0PVwiOTQ2XCI+PC9kYWZmLWltYWdlPlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTg3MzI0NDM4NjczLTU2Yzc4YTg2NmIxNT9peGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmaXhsaWI9cmItMS4yLjEmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0xNjAwJnE9ODBcIiBhbHQ9XCJMZW1vbnNcIiB3aWR0aD1cIjk0NlwiIGhlaWdodD1cIjk0NlwiPjwvZGFmZi1pbWFnZT5cblx0PGRhZmYtaW1hZ2UgZGFmZlRodW1ibmFpbCBzcmM9XCJodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU0MzM2MzEzNi03ZmJmY2QzYjI0MGQ/aXhpZD1NWHd4TWpBM2ZEQjhNSHh3YUc5MGJ5MXdZV2RsZkh4OGZHVnVmREI4Zkh3JTNEJml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9MTYwMCZxPTgwXCIgYWx0PVwiQXZvY2Fkb1wiIHdpZHRoPVwiOTQ2XCIgaGVpZ2h0PVwiOTQ2XCI+PC9kYWZmLWltYWdlPlxuPC9kYWZmLW1lZGlhLWdhbGxlcnk+XG4iXX0=
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5L2V4YW1wbGVzL3NyYy9iYXNpYy1tZWRpYS1nYWxsZXJ5L2Jhc2ljLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9leGFtcGxlcy9zcmMvYmFzaWMtbWVkaWEtZ2FsbGVyeS9iYXNpYy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7OztBQVV4RSxNQUFNLE9BQU8sMEJBQTBCO2tJQUExQiwwQkFBMEI7c0hBQTFCLDBCQUEwQiwrRUNoQnZDLHd5Q0FPQSwyQ0RPWSxzQkFBc0IseVFBQUUsZUFBZTs7NEZBRXRDLDBCQUEwQjtrQkFSdEMsU0FBUzsrQkFFRSxxQkFBcUIsbUJBRWQsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyxzQkFBc0IsRUFBRSxlQUFlLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkltYWdlTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9pbWFnZSc7XG5pbXBvcnQgeyBEYWZmTWVkaWFHYWxsZXJ5TW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5JztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYmFzaWMtbWVkaWEtZ2FsbGVyeScsXG4gIHRlbXBsYXRlVXJsOiAnLi9iYXNpYy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtEYWZmTWVkaWFHYWxsZXJ5TW9kdWxlLCBEYWZmSW1hZ2VNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY01lZGlhR2FsbGVyeUNvbXBvbmVudCB7XG5cblxufVxuIiwiPGRhZmYtbWVkaWEtZ2FsbGVyeT5cblx0PGRhZmYtaW1hZ2UgZGFmZlRodW1ibmFpbCBzcmM9XCJodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU1NjgwNDMzNS0yZmE1NjNlOTNhYWU/aXhpZD1NWHd4TWpBM2ZEQjhNSHh3YUc5MGJ5MXdZV2RsZkh4OGZHVnVmREI4Zkh3JTNEJml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9Mzc2MyZxPTgwXCIgYWx0PVwiRHJpbmtcIiB3aWR0aD1cIjk0NlwiIGhlaWdodD1cIjk0NlwiPjwvZGFmZi1pbWFnZT5cblx0PGRhZmYtaW1hZ2UgZGFmZlRodW1ibmFpbCBzcmM9XCJodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTYwNzM0NDYzNTE1OS01OTkzMGUzMzMwYjE/aXhpZD1NWHd4TWpBM2ZEQjhNSHh3YUc5MGJ5MXdZV2RsZkh4OGZHVnVmREI4Zkh3JTNEJml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9MTYwMCZxPTgwXCIgYWx0PVwiRHJpbmtcIiB3aWR0aD1cIjk0NlwiIGhlaWdodD1cIjk0NlwiPjwvZGFmZi1pbWFnZT5cblx0PGRhZmYtaW1hZ2UgZGFmZlRodW1ibmFpbCBzcmM9XCJodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU4NDU1OTU4MjIxMy03ODdhMjk1M2RjYmU/aXhpZD1NWHd4TWpBM2ZEQjhNSHh3YUc5MGJ5MXdZV2RsZkh4OGZHVnVmREI4Zkh3JTNEJml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9MTYwMCZxPTgwXCIgYWx0PVwiRnJ1aXRzXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1ODczMjQ0Mzg2NzMtNTZjNzhhODY2YjE1P2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTE2MDAmcT04MFwiIGFsdD1cIkxlbW9uc1wiIHdpZHRoPVwiOTQ2XCIgaGVpZ2h0PVwiOTQ2XCI+PC9kYWZmLWltYWdlPlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTQzMzYzMTM2LTdmYmZjZDNiMjQwZD9peGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmaXhsaWI9cmItMS4yLjEmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0xNjAwJnE9ODBcIiBhbHQ9XCJBdm9jYWRvXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG48L2RhZmYtbWVkaWEtZ2FsbGVyeT5cbiJdfQ==
@@ -1,13 +1,15 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffImageModule } from '@daffodil/design/image';
3
+ import { DaffMediaGalleryModule } from '@daffodil/design/media-gallery';
2
4
  import * as i0 from "@angular/core";
3
- import * as i1 from "@daffodil/design/image";
4
- import * as i2 from "@daffodil/design/media-gallery";
5
+ import * as i1 from "@daffodil/design/media-gallery";
6
+ import * as i2 from "@daffodil/design/image";
5
7
  export class MismatchedSizesMediaGalleryComponent {
6
8
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MismatchedSizesMediaGalleryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MismatchedSizesMediaGalleryComponent, selector: "mismatched-sizes-media-gallery", ngImport: i0, template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1551410224-699683e15636?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Drink\" width=\"640\" height=\"799\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1586788224331-947f68671cf1?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=934&q=80\" alt=\"Fruits\" width=\"640\" height=\"960\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1559181567-c3190ca9959b?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Cherries\" width=\"640\" height=\"800\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1606926167690-07a1edafd407?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2250&q=80\" alt=\"Lemons\" width=\"640\" height=\"426\"></daff-image>\n</daff-media-gallery>\n", dependencies: [{ kind: "component", type: i1.DaffImageComponent, selector: "daff-image", inputs: ["skeleton", "src", "alt", "width", "height"], outputs: ["load"] }, { kind: "directive", type: i2.DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: ["becameSelected"] }, { kind: "component", type: i2.DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: ["skeleton", "name"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MismatchedSizesMediaGalleryComponent, isStandalone: true, selector: "mismatched-sizes-media-gallery", ngImport: i0, template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1551410224-699683e15636?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Drink\" width=\"640\" height=\"799\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1586788224331-947f68671cf1?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=934&q=80\" alt=\"Fruits\" width=\"640\" height=\"960\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1559181567-c3190ca9959b?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Cherries\" width=\"640\" height=\"800\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1606926167690-07a1edafd407?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2250&q=80\" alt=\"Lemons\" width=\"640\" height=\"426\"></daff-image>\n</daff-media-gallery>\n", dependencies: [{ kind: "ngmodule", type: DaffMediaGalleryModule }, { kind: "directive", type: i1.DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: ["becameSelected"] }, { kind: "component", type: i1.DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: ["skeleton", "name"] }, { kind: "ngmodule", type: DaffImageModule }, { kind: "component", type: i2.DaffImageComponent, selector: "daff-image", inputs: ["src", "alt", "width", "height"], outputs: ["load"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8
10
  }
9
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MismatchedSizesMediaGalleryComponent, decorators: [{
10
12
  type: Component,
11
- args: [{ selector: 'mismatched-sizes-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1551410224-699683e15636?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Drink\" width=\"640\" height=\"799\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1586788224331-947f68671cf1?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=934&q=80\" alt=\"Fruits\" width=\"640\" height=\"960\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1559181567-c3190ca9959b?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Cherries\" width=\"640\" height=\"800\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1606926167690-07a1edafd407?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2250&q=80\" alt=\"Lemons\" width=\"640\" height=\"426\"></daff-image>\n</daff-media-gallery>\n" }]
13
+ args: [{ selector: 'mismatched-sizes-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffMediaGalleryModule, DaffImageModule], template: "<daff-media-gallery>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1551410224-699683e15636?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Drink\" width=\"640\" height=\"799\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1586788224331-947f68671cf1?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=934&q=80\" alt=\"Fruits\" width=\"640\" height=\"960\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1559181567-c3190ca9959b?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1300&q=80\" alt=\"Cherries\" width=\"640\" height=\"800\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1606926167690-07a1edafd407?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=2250&q=80\" alt=\"Lemons\" width=\"640\" height=\"426\"></daff-image>\n</daff-media-gallery>\n" }]
12
14
  }] });
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lZGlhLWdhbGxlcnkvZXhhbXBsZXMvc3JjL21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS9taXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9leGFtcGxlcy9zcmMvbWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5L21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7OztBQVF2QixNQUFNLE9BQU8sb0NBQW9DO2tJQUFwQyxvQ0FBb0M7c0hBQXBDLG9DQUFvQyxzRUNYakQscXlDQU9BOzs0RkRJYSxvQ0FBb0M7a0JBTmhELFNBQVM7K0JBRUUsZ0NBQWdDLG1CQUV6Qix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeScsXG4gIHRlbXBsYXRlVXJsOiAnLi9taXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgTWlzbWF0Y2hlZFNpemVzTWVkaWFHYWxsZXJ5Q29tcG9uZW50IHt9XG4iLCI8ZGFmZi1tZWRpYS1nYWxsZXJ5PlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTU2ODA0MzM1LTJmYTU2M2U5M2FhZT9peGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmaXhsaWI9cmItMS4yLjEmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0zNzYzJnE9ODBcIiBhbHQ9XCJEcmlua1wiIHdpZHRoPVwiOTQ2XCIgaGVpZ2h0PVwiOTQ2XCI+PC9kYWZmLWltYWdlPlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTUxNDEwMjI0LTY5OTY4M2UxNTYzNj9peGxpYj1yYi0xLjIuMSZpeGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0xMzAwJnE9ODBcIiBhbHQ9XCJEcmlua1wiIHdpZHRoPVwiNjQwXCIgaGVpZ2h0PVwiNzk5XCI+PC9kYWZmLWltYWdlPlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTg2Nzg4MjI0MzMxLTk0N2Y2ODY3MWNmMT9peGxpYj1yYi0xLjIuMSZpeGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz05MzQmcT04MFwiIGFsdD1cIkZydWl0c1wiIHdpZHRoPVwiNjQwXCIgaGVpZ2h0PVwiOTYwXCI+PC9kYWZmLWltYWdlPlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTU5MTgxNTY3LWMzMTkwY2E5OTU5Yj9peGxpYj1yYi0xLjIuMSZpeGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0xMzAwJnE9ODBcIiBhbHQ9XCJDaGVycmllc1wiIHdpZHRoPVwiNjQwXCIgaGVpZ2h0PVwiODAwXCI+PC9kYWZmLWltYWdlPlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNjA2OTI2MTY3NjkwLTA3YTFlZGFmZDQwNz9peGxpYj1yYi0xLjIuMSZpeGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0yMjUwJnE9ODBcIiBhbHQ9XCJMZW1vbnNcIiB3aWR0aD1cIjY0MFwiIGhlaWdodD1cIjQyNlwiPjwvZGFmZi1pbWFnZT5cbjwvZGFmZi1tZWRpYS1nYWxsZXJ5PlxuIl19
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lZGlhLWdhbGxlcnkvZXhhbXBsZXMvc3JjL21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS9taXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9leGFtcGxlcy9zcmMvbWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5L21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDekQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7Ozs7QUFVeEUsTUFBTSxPQUFPLG9DQUFvQztrSUFBcEMsb0NBQW9DO3NIQUFwQyxvQ0FBb0MsMEZDaEJqRCxxeUNBT0EsMkNET1ksc0JBQXNCLHlRQUFFLGVBQWU7OzRGQUV0QyxvQ0FBb0M7a0JBUmhELFNBQVM7K0JBRUUsZ0NBQWdDLG1CQUV6Qix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLHNCQUFzQixFQUFFLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmSW1hZ2VNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2ltYWdlJztcbmltcG9ydCB7IERhZmZNZWRpYUdhbGxlcnlNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL21lZGlhLWdhbGxlcnknO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdtaXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnknLFxuICB0ZW1wbGF0ZVVybDogJy4vbWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtEYWZmTWVkaWFHYWxsZXJ5TW9kdWxlLCBEYWZmSW1hZ2VNb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBNaXNtYXRjaGVkU2l6ZXNNZWRpYUdhbGxlcnlDb21wb25lbnQge31cbiIsIjxkYWZmLW1lZGlhLWdhbGxlcnk+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTY4MDQzMzUtMmZhNTYzZTkzYWFlP2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTM3NjMmcT04MFwiIGFsdD1cIkRyaW5rXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTE0MTAyMjQtNjk5NjgzZTE1NjM2P2l4bGliPXJiLTEuMi4xJml4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTEzMDAmcT04MFwiIGFsdD1cIkRyaW5rXCIgd2lkdGg9XCI2NDBcIiBoZWlnaHQ9XCI3OTlcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1ODY3ODgyMjQzMzEtOTQ3ZjY4NjcxY2YxP2l4bGliPXJiLTEuMi4xJml4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTkzNCZxPTgwXCIgYWx0PVwiRnJ1aXRzXCIgd2lkdGg9XCI2NDBcIiBoZWlnaHQ9XCI5NjBcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTkxODE1NjctYzMxOTBjYTk5NTliP2l4bGliPXJiLTEuMi4xJml4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTEzMDAmcT04MFwiIGFsdD1cIkNoZXJyaWVzXCIgd2lkdGg9XCI2NDBcIiBoZWlnaHQ9XCI4MDBcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE2MDY5MjYxNjc2OTAtMDdhMWVkYWZkNDA3P2l4bGliPXJiLTEuMi4xJml4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTIyNTAmcT04MFwiIGFsdD1cIkxlbW9uc1wiIHdpZHRoPVwiNjQwXCIgaGVpZ2h0PVwiNDI2XCI+PC9kYWZmLWltYWdlPlxuPC9kYWZmLW1lZGlhLWdhbGxlcnk+XG4iXX0=
@@ -1,8 +1,5 @@
1
1
  export { MEDIA_GALLERY_EXAMPLES } from './examples';
2
- export { BasicMediaGalleryModule } from './basic-media-gallery/basic-media-gallery.module';
3
2
  export { BasicMediaGalleryComponent } from './basic-media-gallery/basic-media-gallery.component';
4
- export { MismatchedSizesMediaGalleryModule } from './mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module';
5
3
  export { MismatchedSizesMediaGalleryComponent } from './mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component';
6
4
  export { SkeletonMediaGalleryComponent } from './skeleton-media-gallery/skeleton-media-gallery.component';
7
- export { SkeletonMediaGalleryModule } from './skeleton-media-gallery/skeleton-media-gallery.module';
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lZGlhLWdhbGxlcnkvZXhhbXBsZXMvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sWUFBWSxDQUFDO0FBRXBELE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzNGLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLHdFQUF3RSxDQUFDO0FBQzNILE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLDJFQUEyRSxDQUFDO0FBQ2pJLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDJEQUEyRCxDQUFDO0FBQzFHLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHdEQUF3RCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgTUVESUFfR0FMTEVSWV9FWEFNUExFUyB9IGZyb20gJy4vZXhhbXBsZXMnO1xuXG5leHBvcnQgeyBCYXNpY01lZGlhR2FsbGVyeU1vZHVsZSB9IGZyb20gJy4vYmFzaWMtbWVkaWEtZ2FsbGVyeS9iYXNpYy1tZWRpYS1nYWxsZXJ5Lm1vZHVsZSc7XG5leHBvcnQgeyBCYXNpY01lZGlhR2FsbGVyeUNvbXBvbmVudCB9IGZyb20gJy4vYmFzaWMtbWVkaWEtZ2FsbGVyeS9iYXNpYy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudCc7XG5leHBvcnQgeyBNaXNtYXRjaGVkU2l6ZXNNZWRpYUdhbGxlcnlNb2R1bGUgfSBmcm9tICcuL21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS9taXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnkubW9kdWxlJztcbmV4cG9ydCB7IE1pc21hdGNoZWRTaXplc01lZGlhR2FsbGVyeUNvbXBvbmVudCB9IGZyb20gJy4vbWlzbWF0Y2hlZC1zaXplcy1tZWRpYS1nYWxsZXJ5L21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQnO1xuZXhwb3J0IHsgU2tlbGV0b25NZWRpYUdhbGxlcnlDb21wb25lbnQgfSBmcm9tICcuL3NrZWxldG9uLW1lZGlhLWdhbGxlcnkvc2tlbGV0b24tbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQnO1xuZXhwb3J0IHsgU2tlbGV0b25NZWRpYUdhbGxlcnlNb2R1bGUgfSBmcm9tICcuL3NrZWxldG9uLW1lZGlhLWdhbGxlcnkvc2tlbGV0b24tbWVkaWEtZ2FsbGVyeS5tb2R1bGUnO1xuIl19
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lZGlhLWdhbGxlcnkvZXhhbXBsZXMvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sWUFBWSxDQUFDO0FBRXBELE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHFEQUFxRCxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLDJFQUEyRSxDQUFDO0FBQ2pJLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDJEQUEyRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgTUVESUFfR0FMTEVSWV9FWEFNUExFUyB9IGZyb20gJy4vZXhhbXBsZXMnO1xuXG5leHBvcnQgeyBCYXNpY01lZGlhR2FsbGVyeUNvbXBvbmVudCB9IGZyb20gJy4vYmFzaWMtbWVkaWEtZ2FsbGVyeS9iYXNpYy1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudCc7XG5leHBvcnQgeyBNaXNtYXRjaGVkU2l6ZXNNZWRpYUdhbGxlcnlDb21wb25lbnQgfSBmcm9tICcuL21pc21hdGNoZWQtc2l6ZXMtbWVkaWEtZ2FsbGVyeS9taXNtYXRjaGVkLXNpemVzLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50JztcbmV4cG9ydCB7IFNrZWxldG9uTWVkaWFHYWxsZXJ5Q29tcG9uZW50IH0gZnJvbSAnLi9za2VsZXRvbi1tZWRpYS1nYWxsZXJ5L3NrZWxldG9uLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50JztcblxuIl19
@@ -1,13 +1,15 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffImageModule } from '@daffodil/design/image';
3
+ import { DaffMediaGalleryModule } from '@daffodil/design/media-gallery';
2
4
  import * as i0 from "@angular/core";
3
- import * as i1 from "@daffodil/design/image";
4
- import * as i2 from "@daffodil/design/media-gallery";
5
+ import * as i1 from "@daffodil/design/media-gallery";
6
+ import * as i2 from "@daffodil/design/image";
5
7
  export class SkeletonMediaGalleryComponent {
6
8
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: SkeletonMediaGalleryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: SkeletonMediaGalleryComponent, selector: "skeleton-media-gallery", ngImport: i0, template: "<daff-media-gallery [skeleton]=\"true\">\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1607344635159-59930e3330b1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1584559582213-787a2953dcbe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Fruits\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1587324438673-56c78a866b15?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Lemons\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1543363136-7fbfcd3b240d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Avocado\" width=\"946\" height=\"946\"></daff-image>\n</daff-media-gallery>\n", dependencies: [{ kind: "component", type: i1.DaffImageComponent, selector: "daff-image", inputs: ["skeleton", "src", "alt", "width", "height"], outputs: ["load"] }, { kind: "directive", type: i2.DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: ["becameSelected"] }, { kind: "component", type: i2.DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: ["skeleton", "name"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: SkeletonMediaGalleryComponent, isStandalone: true, selector: "skeleton-media-gallery", ngImport: i0, template: "<daff-media-gallery [skeleton]=\"true\">\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1607344635159-59930e3330b1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1584559582213-787a2953dcbe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Fruits\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1587324438673-56c78a866b15?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Lemons\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1543363136-7fbfcd3b240d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Avocado\" width=\"946\" height=\"946\"></daff-image>\n</daff-media-gallery>\n", dependencies: [{ kind: "ngmodule", type: DaffMediaGalleryModule }, { kind: "directive", type: i1.DaffThumbnailDirective, selector: "[daffThumbnail]", outputs: ["becameSelected"] }, { kind: "component", type: i1.DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: ["skeleton", "name"] }, { kind: "ngmodule", type: DaffImageModule }, { kind: "component", type: i2.DaffImageComponent, selector: "daff-image", inputs: ["src", "alt", "width", "height"], outputs: ["load"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8
10
  }
9
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: SkeletonMediaGalleryComponent, decorators: [{
10
12
  type: Component,
11
- args: [{ selector: 'skeleton-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-media-gallery [skeleton]=\"true\">\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1607344635159-59930e3330b1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1584559582213-787a2953dcbe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Fruits\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1587324438673-56c78a866b15?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Lemons\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1543363136-7fbfcd3b240d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Avocado\" width=\"946\" height=\"946\"></daff-image>\n</daff-media-gallery>\n" }]
13
+ args: [{ selector: 'skeleton-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffMediaGalleryModule, DaffImageModule], template: "<daff-media-gallery [skeleton]=\"true\">\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1556804335-2fa563e93aae?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=3763&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1607344635159-59930e3330b1?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Drink\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1584559582213-787a2953dcbe?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Fruits\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1587324438673-56c78a866b15?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Lemons\" width=\"946\" height=\"946\"></daff-image>\n\t<daff-image daffThumbnail src=\"https://images.unsplash.com/photo-1543363136-7fbfcd3b240d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80\" alt=\"Avocado\" width=\"946\" height=\"946\"></daff-image>\n</daff-media-gallery>\n" }]
12
14
  }] });
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2tlbGV0b24tbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5L2V4YW1wbGVzL3NyYy9za2VsZXRvbi1tZWRpYS1nYWxsZXJ5L3NrZWxldG9uLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9leGFtcGxlcy9zcmMvc2tlbGV0b24tbWVkaWEtZ2FsbGVyeS9za2VsZXRvbi1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDOzs7O0FBUXZCLE1BQU0sT0FBTyw2QkFBNkI7a0lBQTdCLDZCQUE2QjtzSEFBN0IsNkJBQTZCLDhEQ1gxQyw0ekNBT0E7OzRGRElhLDZCQUE2QjtrQkFOekMsU0FBUzsrQkFFRSx3QkFBd0IsbUJBRWpCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnc2tlbGV0b24tbWVkaWEtZ2FsbGVyeScsXG4gIHRlbXBsYXRlVXJsOiAnLi9za2VsZXRvbi1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFNrZWxldG9uTWVkaWFHYWxsZXJ5Q29tcG9uZW50IHtcblxuXG59XG4iLCI8ZGFmZi1tZWRpYS1nYWxsZXJ5IFtza2VsZXRvbl09XCJ0cnVlXCI+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1NTY4MDQzMzUtMmZhNTYzZTkzYWFlP2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTM3NjMmcT04MFwiIGFsdD1cIkRyaW5rXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE2MDczNDQ2MzUxNTktNTk5MzBlMzMzMGIxP2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTE2MDAmcT04MFwiIGFsdD1cIkRyaW5rXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1ODQ1NTk1ODIyMTMtNzg3YTI5NTNkY2JlP2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTE2MDAmcT04MFwiIGFsdD1cIkZydWl0c1wiIHdpZHRoPVwiOTQ2XCIgaGVpZ2h0PVwiOTQ2XCI+PC9kYWZmLWltYWdlPlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTg3MzI0NDM4NjczLTU2Yzc4YTg2NmIxNT9peGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmaXhsaWI9cmItMS4yLjEmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0xNjAwJnE9ODBcIiBhbHQ9XCJMZW1vbnNcIiB3aWR0aD1cIjk0NlwiIGhlaWdodD1cIjk0NlwiPjwvZGFmZi1pbWFnZT5cblx0PGRhZmYtaW1hZ2UgZGFmZlRodW1ibmFpbCBzcmM9XCJodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU0MzM2MzEzNi03ZmJmY2QzYjI0MGQ/aXhpZD1NWHd4TWpBM2ZEQjhNSHh3YUc5MGJ5MXdZV2RsZkh4OGZHVnVmREI4Zkh3JTNEJml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9MTYwMCZxPTgwXCIgYWx0PVwiQXZvY2Fkb1wiIHdpZHRoPVwiOTQ2XCIgaGVpZ2h0PVwiOTQ2XCI+PC9kYWZmLWltYWdlPlxuPC9kYWZmLW1lZGlhLWdhbGxlcnk+XG4iXX0=
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2tlbGV0b24tbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5L2V4YW1wbGVzL3NyYy9za2VsZXRvbi1tZWRpYS1nYWxsZXJ5L3NrZWxldG9uLW1lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9leGFtcGxlcy9zcmMvc2tlbGV0b24tbWVkaWEtZ2FsbGVyeS9za2VsZXRvbi1tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN6RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7OztBQVV4RSxNQUFNLE9BQU8sNkJBQTZCO2tJQUE3Qiw2QkFBNkI7c0hBQTdCLDZCQUE2QixrRkNoQjFDLDR6Q0FPQSwyQ0RPWSxzQkFBc0IseVFBQUUsZUFBZTs7NEZBRXRDLDZCQUE2QjtrQkFSekMsU0FBUzsrQkFFRSx3QkFBd0IsbUJBRWpCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsc0JBQXNCLEVBQUUsZUFBZSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZJbWFnZU1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vaW1hZ2UnO1xuaW1wb3J0IHsgRGFmZk1lZGlhR2FsbGVyeU1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbWVkaWEtZ2FsbGVyeSc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ3NrZWxldG9uLW1lZGlhLWdhbGxlcnknLFxuICB0ZW1wbGF0ZVVybDogJy4vc2tlbGV0b24tbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZk1lZGlhR2FsbGVyeU1vZHVsZSwgRGFmZkltYWdlTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgU2tlbGV0b25NZWRpYUdhbGxlcnlDb21wb25lbnQge1xuXG5cbn1cbiIsIjxkYWZmLW1lZGlhLWdhbGxlcnkgW3NrZWxldG9uXT1cInRydWVcIj5cblx0PGRhZmYtaW1hZ2UgZGFmZlRodW1ibmFpbCBzcmM9XCJodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU1NjgwNDMzNS0yZmE1NjNlOTNhYWU/aXhpZD1NWHd4TWpBM2ZEQjhNSHh3YUc5MGJ5MXdZV2RsZkh4OGZHVnVmREI4Zkh3JTNEJml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9Mzc2MyZxPTgwXCIgYWx0PVwiRHJpbmtcIiB3aWR0aD1cIjk0NlwiIGhlaWdodD1cIjk0NlwiPjwvZGFmZi1pbWFnZT5cblx0PGRhZmYtaW1hZ2UgZGFmZlRodW1ibmFpbCBzcmM9XCJodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTYwNzM0NDYzNTE1OS01OTkzMGUzMzMwYjE/aXhpZD1NWHd4TWpBM2ZEQjhNSHh3YUc5MGJ5MXdZV2RsZkh4OGZHVnVmREI4Zkh3JTNEJml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9MTYwMCZxPTgwXCIgYWx0PVwiRHJpbmtcIiB3aWR0aD1cIjk0NlwiIGhlaWdodD1cIjk0NlwiPjwvZGFmZi1pbWFnZT5cblx0PGRhZmYtaW1hZ2UgZGFmZlRodW1ibmFpbCBzcmM9XCJodHRwczovL2ltYWdlcy51bnNwbGFzaC5jb20vcGhvdG8tMTU4NDU1OTU4MjIxMy03ODdhMjk1M2RjYmU/aXhpZD1NWHd4TWpBM2ZEQjhNSHh3YUc5MGJ5MXdZV2RsZkh4OGZHVnVmREI4Zkh3JTNEJml4bGliPXJiLTEuMi4xJmF1dG89Zm9ybWF0JmZpdD1jcm9wJnc9MTYwMCZxPTgwXCIgYWx0PVwiRnJ1aXRzXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG5cdDxkYWZmLWltYWdlIGRhZmZUaHVtYm5haWwgc3JjPVwiaHR0cHM6Ly9pbWFnZXMudW5zcGxhc2guY29tL3Bob3RvLTE1ODczMjQ0Mzg2NzMtNTZjNzhhODY2YjE1P2l4aWQ9TVh3eE1qQTNmREI4TUh4d2FHOTBieTF3WVdkbGZIeDhmR1Z1ZkRCOGZIdyUzRCZpeGxpYj1yYi0xLjIuMSZhdXRvPWZvcm1hdCZmaXQ9Y3JvcCZ3PTE2MDAmcT04MFwiIGFsdD1cIkxlbW9uc1wiIHdpZHRoPVwiOTQ2XCIgaGVpZ2h0PVwiOTQ2XCI+PC9kYWZmLWltYWdlPlxuXHQ8ZGFmZi1pbWFnZSBkYWZmVGh1bWJuYWlsIHNyYz1cImh0dHBzOi8vaW1hZ2VzLnVuc3BsYXNoLmNvbS9waG90by0xNTQzMzYzMTM2LTdmYmZjZDNiMjQwZD9peGlkPU1Yd3hNakEzZkRCOE1IeHdhRzkwYnkxd1lXZGxmSHg4ZkdWdWZEQjhmSHclM0QmaXhsaWI9cmItMS4yLjEmYXV0bz1mb3JtYXQmZml0PWNyb3Amdz0xNjAwJnE9ODBcIiBhbHQ9XCJBdm9jYWRvXCIgd2lkdGg9XCI5NDZcIiBoZWlnaHQ9XCI5NDZcIj48L2RhZmYtaW1hZ2U+XG48L2RhZmYtbWVkaWEtZ2FsbGVyeT5cbiJdfQ==
@@ -1,26 +1,14 @@
1
- import { Component, HostBinding, ChangeDetectionStrategy, Input, ElementRef, Renderer2, } from '@angular/core';
2
- import { daffSkeletonableMixin, daffArticleEncapsulatedMixin, } from '@daffodil/design';
1
+ import { Component, HostBinding, ChangeDetectionStrategy, Input, } from '@angular/core';
2
+ import { DaffArticleEncapsulatedDirective, DaffSkeletonableDirective, } from '@daffodil/design';
3
3
  import { DAFF_MEDIA_GALLERY_TOKEN } from '../helpers/media-gallery-token';
4
4
  import { DaffMediaGalleryRegistry } from '../registry/media-gallery.registry';
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "../registry/media-gallery.registry";
7
- import * as i2 from "../media-renderer/media-renderer.component";
7
+ import * as i2 from "@daffodil/design";
8
+ import * as i3 from "../media-renderer/media-renderer.component";
8
9
  let uniqueGalleryId = 0;
9
- /**
10
- * An _elementRef and an instance of renderer2 are needed for the link set mixins
11
- */
12
- class DaffMediaGalleryBase {
13
- constructor(_elementRef, _renderer) {
14
- this._elementRef = _elementRef;
15
- this._renderer = _renderer;
16
- }
17
- }
18
- const _daffMediaGalleryBase = daffSkeletonableMixin(daffArticleEncapsulatedMixin((DaffMediaGalleryBase)));
19
- export class DaffMediaGalleryComponent extends _daffMediaGalleryBase {
20
- constructor(elementRef, renderer, registry) {
21
- super(elementRef, renderer);
22
- this.elementRef = elementRef;
23
- this.renderer = renderer;
10
+ export class DaffMediaGalleryComponent {
11
+ constructor(registry) {
24
12
  this.registry = registry;
25
13
  /**
26
14
  * Adds a class for styling the media gallery
@@ -38,22 +26,28 @@ export class DaffMediaGalleryComponent extends _daffMediaGalleryBase {
38
26
  ngOnDestroy() {
39
27
  this.registry.remove(this);
40
28
  }
41
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffMediaGalleryComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.DaffMediaGalleryRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
29
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffMediaGalleryComponent, deps: [{ token: i1.DaffMediaGalleryRegistry }], target: i0.ɵɵFactoryTarget.Component }); }
42
30
  /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffMediaGalleryComponent, selector: "daff-media-gallery", inputs: { skeleton: "skeleton", name: "name" }, host: { properties: { "class.daff-media-gallery": "this.class" } }, providers: [
43
31
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
44
32
  { provide: DAFF_MEDIA_GALLERY_TOKEN, useExisting: DaffMediaGalleryComponent },
45
- ], usesInheritance: true, ngImport: i0, template: "<div class=\"daff-media-gallery__thumbnails\">\n\t<ng-content select=\"[daffThumbnail]\"></ng-content>\n</div>\n<div class=\"daff-media-gallery__selected-thumbnail\">\n\t<daff-media-renderer></daff-media-renderer>\n</div>", styles: [":host(.daff-media-gallery){display:flex;flex-direction:column}@media (min-width: 1024px){:host(.daff-media-gallery){flex-direction:row}}:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;display:inline-block;height:64px;width:64px;margin:0 2px;max-width:100%;overflow:hidden;user-select:none}@media (min-width: 480px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{height:72px;width:72px}}@media (min-width: 1024px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{display:block;margin:0 0 4px;height:80px;width:80px}}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:72px;width:72px;position:absolute;top:0;left:0}@media (min-width: 1024px){:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:80px;width:80px;position:absolute;top:0;left:0}}:host(.daff-media-gallery).daff-skeleton ::ng-deep img{opacity:0}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}.daff-media-gallery__thumbnails{margin:0 -2px;max-height:100%;order:2}@media (min-width: 1024px){.daff-media-gallery__thumbnails{margin:0 8px 0 0;order:1}}.daff-media-gallery__selected-thumbnail{display:block;flex-grow:1;order:1;position:relative}@media (min-width: 1024px){.daff-media-gallery__selected-thumbnail{order:2}}\n"], dependencies: [{ kind: "component", type: i2.DaffMediaRendererComponent, selector: "daff-media-renderer" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
33
+ ], hostDirectives: [{ directive: i2.DaffArticleEncapsulatedDirective }, { directive: i2.DaffSkeletonableDirective, inputs: ["skeleton", "skeleton"] }], ngImport: i0, template: "<div class=\"daff-media-gallery__thumbnails\">\n\t<ng-content select=\"[daffThumbnail]\"></ng-content>\n</div>\n<div class=\"daff-media-gallery__selected-thumbnail\">\n\t<daff-media-renderer></daff-media-renderer>\n</div>", styles: [":host(.daff-media-gallery){display:flex;flex-direction:column}@media (min-width: 1024px){:host(.daff-media-gallery){flex-direction:row}}:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;display:inline-block;height:64px;width:64px;margin:0 2px;max-width:100%;overflow:hidden;user-select:none}@media (min-width: 480px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{height:72px;width:72px}}@media (min-width: 1024px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{display:block;margin:0 0 4px;height:80px;width:80px}}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:72px;width:72px;position:absolute;top:0;left:0}@media (min-width: 1024px){:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:80px;width:80px;position:absolute;top:0;left:0}}:host(.daff-media-gallery).daff-skeleton ::ng-deep img{opacity:0}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail:before{animation-name:loading;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}.daff-media-gallery__thumbnails{margin:0 -2px;max-height:100%;order:2}@media (min-width: 1024px){.daff-media-gallery__thumbnails{margin:0 8px 0 0;order:1}}.daff-media-gallery__selected-thumbnail{display:block;flex-grow:1;order:1;position:relative}@media (min-width: 1024px){.daff-media-gallery__selected-thumbnail{order:2}}\n"], dependencies: [{ kind: "component", type: i3.DaffMediaRendererComponent, selector: "daff-media-renderer" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
46
34
  }
47
35
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffMediaGalleryComponent, decorators: [{
48
36
  type: Component,
49
37
  args: [{ selector: 'daff-media-gallery', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
50
38
  // eslint-disable-next-line @typescript-eslint/no-use-before-define
51
39
  { provide: DAFF_MEDIA_GALLERY_TOKEN, useExisting: DaffMediaGalleryComponent },
52
- ], inputs: ['skeleton'], template: "<div class=\"daff-media-gallery__thumbnails\">\n\t<ng-content select=\"[daffThumbnail]\"></ng-content>\n</div>\n<div class=\"daff-media-gallery__selected-thumbnail\">\n\t<daff-media-renderer></daff-media-renderer>\n</div>", styles: [":host(.daff-media-gallery){display:flex;flex-direction:column}@media (min-width: 1024px){:host(.daff-media-gallery){flex-direction:row}}:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;display:inline-block;height:64px;width:64px;margin:0 2px;max-width:100%;overflow:hidden;user-select:none}@media (min-width: 480px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{height:72px;width:72px}}@media (min-width: 1024px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{display:block;margin:0 0 4px;height:80px;width:80px}}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:72px;width:72px;position:absolute;top:0;left:0}@media (min-width: 1024px){:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:80px;width:80px;position:absolute;top:0;left:0}}:host(.daff-media-gallery).daff-skeleton ::ng-deep img{opacity:0}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail:before{animation-name:loading;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}.daff-media-gallery__thumbnails{margin:0 -2px;max-height:100%;order:2}@media (min-width: 1024px){.daff-media-gallery__thumbnails{margin:0 8px 0 0;order:1}}.daff-media-gallery__selected-thumbnail{display:block;flex-grow:1;order:1;position:relative}@media (min-width: 1024px){.daff-media-gallery__selected-thumbnail{order:2}}\n"] }]
53
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.DaffMediaGalleryRegistry }], propDecorators: { class: [{
40
+ ], inputs: ['skeleton'], hostDirectives: [
41
+ { directive: DaffArticleEncapsulatedDirective },
42
+ {
43
+ directive: DaffSkeletonableDirective,
44
+ inputs: ['skeleton'],
45
+ },
46
+ ], template: "<div class=\"daff-media-gallery__thumbnails\">\n\t<ng-content select=\"[daffThumbnail]\"></ng-content>\n</div>\n<div class=\"daff-media-gallery__selected-thumbnail\">\n\t<daff-media-renderer></daff-media-renderer>\n</div>", styles: [":host(.daff-media-gallery){display:flex;flex-direction:column}@media (min-width: 1024px){:host(.daff-media-gallery){flex-direction:row}}:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;display:inline-block;height:64px;width:64px;margin:0 2px;max-width:100%;overflow:hidden;user-select:none}@media (min-width: 480px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{height:72px;width:72px}}@media (min-width: 1024px){:host(.daff-media-gallery) ::ng-deep .daff-thumbnail{display:block;margin:0 0 4px;height:80px;width:80px}}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:72px;width:72px;position:absolute;top:0;left:0}@media (min-width: 1024px){:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton ::ng-deep .daff-thumbnail:before{animation-name:loading;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:80px;width:80px;position:absolute;top:0;left:0}}:host(.daff-media-gallery).daff-skeleton ::ng-deep img{opacity:0}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail{display:flex;position:relative}:host(.daff-media-gallery).daff-skeleton .daff-media-gallery__selected-thumbnail:before{animation-name:loading;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate;content:\"\";height:100%;width:100%;position:absolute;top:0;left:0}.daff-media-gallery__thumbnails{margin:0 -2px;max-height:100%;order:2}@media (min-width: 1024px){.daff-media-gallery__thumbnails{margin:0 8px 0 0;order:1}}.daff-media-gallery__selected-thumbnail{display:block;flex-grow:1;order:1;position:relative}@media (min-width: 1024px){.daff-media-gallery__selected-thumbnail{order:2}}\n"] }]
47
+ }], ctorParameters: () => [{ type: i1.DaffMediaGalleryRegistry }], propDecorators: { class: [{
54
48
  type: HostBinding,
55
49
  args: ['class.daff-media-gallery']
56
50
  }], name: [{
57
51
  type: Input
58
52
  }] } });
59
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5L3NyYy9tZWRpYS1nYWxsZXJ5L21lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9zcmMvbWVkaWEtZ2FsbGVyeS9tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsV0FBVyxFQUNYLHVCQUF1QixFQUN2QixLQUFLLEVBR0wsVUFBVSxFQUNWLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wscUJBQXFCLEVBRXJCLDRCQUE0QixHQUM3QixNQUFNLGtCQUFrQixDQUFDO0FBRzFCLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9DQUFvQyxDQUFDOzs7O0FBRTlFLElBQUksZUFBZSxHQUFHLENBQUMsQ0FBQztBQUV4Qjs7R0FFRztBQUNILE1BQU0sb0JBQW9CO0lBQ3hCLFlBQW1CLFdBQXVCLEVBQVMsU0FBb0I7UUFBcEQsZ0JBQVcsR0FBWCxXQUFXLENBQVk7UUFBUyxjQUFTLEdBQVQsU0FBUyxDQUFXO0lBQUcsQ0FBQztDQUM1RTtBQUVELE1BQU0scUJBQXFCLEdBQUcscUJBQXFCLENBQUMsNEJBQTRCLENBQUMsQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDLENBQUMsQ0FBQztBQWUxRyxNQUFNLE9BQU8seUJBQTBCLFNBQVEscUJBQXFCO0lBV2xFLFlBQ1UsVUFBc0IsRUFDdEIsUUFBbUIsRUFDbkIsUUFBa0M7UUFFMUMsS0FBSyxDQUFDLFVBQVUsRUFBRSxRQUFRLENBQUMsQ0FBQztRQUpwQixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQ3RCLGFBQVEsR0FBUixRQUFRLENBQVc7UUFDbkIsYUFBUSxHQUFSLFFBQVEsQ0FBMEI7UUFiNUM7O1dBRUc7UUFDc0MsVUFBSyxHQUFHLElBQUksQ0FBQztRQUV0RDs7V0FFRztRQUNNLFNBQUksR0FBRyxHQUFHLGVBQWUsRUFBRSxDQUFDO1FBUW5DLGVBQWUsRUFBRSxDQUFDO0lBQ3BCLENBQUM7SUFFRCxRQUFRO1FBQ1AsSUFBSSxDQUFDLFFBQVEsQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDekIsQ0FBQztJQUVELFdBQVc7UUFDVixJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUM1QixDQUFDO2tJQTFCVSx5QkFBeUI7c0hBQXpCLHlCQUF5QixpS0FSekI7WUFDVCxtRUFBbUU7WUFDbkUsRUFBRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsV0FBVyxFQUFFLHlCQUF5QixFQUFFO1NBQzlFLGlEQ3hDSCwrTkFLTTs7NEZEd0NPLHlCQUF5QjtrQkFickMsU0FBUzsrQkFDRSxvQkFBb0IsbUJBR2IsdUJBQXVCLENBQUMsTUFBTSxhQUNwQzt3QkFDVCxtRUFBbUU7d0JBQ25FLEVBQUUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLFdBQVcsMkJBQTJCLEVBQUU7cUJBQzlFLFVBR08sQ0FBQyxVQUFVLENBQUM7OElBTXFCLEtBQUs7c0JBQTdDLFdBQVc7dUJBQUMsMEJBQTBCO2dCQUs5QixJQUFJO3NCQUFaLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIEhvc3RCaW5kaW5nLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgT25EZXN0cm95LFxuICBFbGVtZW50UmVmLFxuICBSZW5kZXJlcjIsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBkYWZmU2tlbGV0b25hYmxlTWl4aW4sXG4gIERhZmZTa2VsZXRvbmFibGUsXG4gIGRhZmZBcnRpY2xlRW5jYXBzdWxhdGVkTWl4aW4sXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5pbXBvcnQgeyBEYWZmTWVkaWFHYWxsZXJ5UmVnaXN0cmF0aW9uIH0gZnJvbSAnLi4vaGVscGVycy9tZWRpYS1nYWxsZXJ5LXJlZ2lzdHJhdGlvbi5pbnRlcmZhY2UnO1xuaW1wb3J0IHsgREFGRl9NRURJQV9HQUxMRVJZX1RPS0VOIH0gZnJvbSAnLi4vaGVscGVycy9tZWRpYS1nYWxsZXJ5LXRva2VuJztcbmltcG9ydCB7IERhZmZNZWRpYUdhbGxlcnlSZWdpc3RyeSB9IGZyb20gJy4uL3JlZ2lzdHJ5L21lZGlhLWdhbGxlcnkucmVnaXN0cnknO1xuXG5sZXQgdW5pcXVlR2FsbGVyeUlkID0gMDtcblxuLyoqXG4gKiBBbiBfZWxlbWVudFJlZiBhbmQgYW4gaW5zdGFuY2Ugb2YgcmVuZGVyZXIyIGFyZSBuZWVkZWQgZm9yIHRoZSBsaW5rIHNldCBtaXhpbnNcbiAqL1xuY2xhc3MgRGFmZk1lZGlhR2FsbGVyeUJhc2Uge1xuICBjb25zdHJ1Y3RvcihwdWJsaWMgX2VsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIHB1YmxpYyBfcmVuZGVyZXI6IFJlbmRlcmVyMikge31cbn1cblxuY29uc3QgX2RhZmZNZWRpYUdhbGxlcnlCYXNlID0gZGFmZlNrZWxldG9uYWJsZU1peGluKGRhZmZBcnRpY2xlRW5jYXBzdWxhdGVkTWl4aW4oKERhZmZNZWRpYUdhbGxlcnlCYXNlKSkpO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLW1lZGlhLWdhbGxlcnknLFxuICB0ZW1wbGF0ZVVybDogJy4vbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21lZGlhLWdhbGxlcnkuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHByb3ZpZGVyczogW1xuICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tdXNlLWJlZm9yZS1kZWZpbmVcbiAgICB7IHByb3ZpZGU6IERBRkZfTUVESUFfR0FMTEVSWV9UT0tFTiwgdXNlRXhpc3Rpbmc6IERhZmZNZWRpYUdhbGxlcnlDb21wb25lbnQgfSxcbiAgXSxcbiAgLy8gdG9kbyhkYW1pZW53ZWJkZXYpOiByZW1vdmUgb25jZSBkZWNvcmF0b3JzIGhpdCBzdGFnZSAzIC0gaHR0cHM6Ly9naXRodWIuY29tL21pY3Jvc29mdC9UeXBlU2NyaXB0L2lzc3Vlcy83MzQyXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvbm8taW5wdXRzLW1ldGFkYXRhLXByb3BlcnR5XG4gIGlucHV0czogWydza2VsZXRvbiddLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmTWVkaWFHYWxsZXJ5Q29tcG9uZW50IGV4dGVuZHMgX2RhZmZNZWRpYUdhbGxlcnlCYXNlIGltcGxlbWVudHMgRGFmZk1lZGlhR2FsbGVyeVJlZ2lzdHJhdGlvbiwgRGFmZlNrZWxldG9uYWJsZSwgT25Jbml0LCBPbkRlc3Ryb3kge1xuICAvKipcbiAgICogQWRkcyBhIGNsYXNzIGZvciBzdHlsaW5nIHRoZSBtZWRpYSBnYWxsZXJ5XG4gICAqL1xuICBASG9zdEJpbmRpbmcoJ2NsYXNzLmRhZmYtbWVkaWEtZ2FsbGVyeScpIGNsYXNzID0gdHJ1ZTtcblxuICAvKipcbiAgICogVGhlIG5hbWUgb2YgdGhlIGdhbGxlcnlcbiAgICovXG4gIEBJbnB1dCgpIG5hbWUgPSBgJHt1bmlxdWVHYWxsZXJ5SWR9YDtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsXG4gICAgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyLFxuICAgIHByaXZhdGUgcmVnaXN0cnk6IERhZmZNZWRpYUdhbGxlcnlSZWdpc3RyeSxcbiAgKSB7XG5cdCAgXHRzdXBlcihlbGVtZW50UmVmLCByZW5kZXJlcik7XG5cdCAgXHR1bmlxdWVHYWxsZXJ5SWQrKztcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuXHQgIHRoaXMucmVnaXN0cnkuYWRkKHRoaXMpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG5cdCAgdGhpcy5yZWdpc3RyeS5yZW1vdmUodGhpcyk7XG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJkYWZmLW1lZGlhLWdhbGxlcnlfX3RodW1ibmFpbHNcIj5cblx0PG5nLWNvbnRlbnQgc2VsZWN0PVwiW2RhZmZUaHVtYm5haWxdXCI+PC9uZy1jb250ZW50PlxuPC9kaXY+XG48ZGl2IGNsYXNzPVwiZGFmZi1tZWRpYS1nYWxsZXJ5X19zZWxlY3RlZC10aHVtYm5haWxcIj5cblx0PGRhZmYtbWVkaWEtcmVuZGVyZXI+PC9kYWZmLW1lZGlhLXJlbmRlcmVyPlxuPC9kaXY+Il19
53
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZWRpYS1nYWxsZXJ5L3NyYy9tZWRpYS1nYWxsZXJ5L21lZGlhLWdhbGxlcnkuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVkaWEtZ2FsbGVyeS9zcmMvbWVkaWEtZ2FsbGVyeS9tZWRpYS1nYWxsZXJ5LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsV0FBVyxFQUNYLHVCQUF1QixFQUN2QixLQUFLLEdBR04sTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUNMLGdDQUFnQyxFQUNoQyx5QkFBeUIsR0FDMUIsTUFBTSxrQkFBa0IsQ0FBQztBQUcxQixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUMxRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQzs7Ozs7QUFFOUUsSUFBSSxlQUFlLEdBQUcsQ0FBQyxDQUFDO0FBc0J4QixNQUFNLE9BQU8seUJBQXlCO0lBV3BDLFlBQW9CLFFBQWtDO1FBQWxDLGFBQVEsR0FBUixRQUFRLENBQTBCO1FBVnREOztXQUVHO1FBQ3NDLFVBQUssR0FBRyxJQUFJLENBQUM7UUFFdEQ7O1dBRUc7UUFDTSxTQUFJLEdBQUcsR0FBRyxlQUFlLEVBQUUsQ0FBQztRQUduQyxlQUFlLEVBQUUsQ0FBQztJQUNwQixDQUFDO0lBRUQsUUFBUTtRQUNQLElBQUksQ0FBQyxRQUFRLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pCLENBQUM7SUFFRCxXQUFXO1FBQ1YsSUFBSSxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDNUIsQ0FBQztrSUFyQlUseUJBQXlCO3NIQUF6Qix5QkFBeUIsaUtBZnpCO1lBQ1QsbUVBQW1FO1lBQ25FLEVBQUUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLFdBQVcsRUFBRSx5QkFBeUIsRUFBRTtTQUM5RSwrS0M1QkgsK05BS007OzRGRG1DTyx5QkFBeUI7a0JBcEJyQyxTQUFTOytCQUNFLG9CQUFvQixtQkFHYix1QkFBdUIsQ0FBQyxNQUFNLGFBQ3BDO3dCQUNULG1FQUFtRTt3QkFDbkUsRUFBRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsV0FBVywyQkFBMkIsRUFBRTtxQkFDOUUsVUFHTyxDQUFDLFVBQVUsQ0FBQyxrQkFDSjt3QkFDZCxFQUFFLFNBQVMsRUFBRSxnQ0FBZ0MsRUFBRTt3QkFDL0M7NEJBQ0UsU0FBUyxFQUFFLHlCQUF5Qjs0QkFDcEMsTUFBTSxFQUFFLENBQUMsVUFBVSxDQUFDO3lCQUNyQjtxQkFDRjs2RkFNd0MsS0FBSztzQkFBN0MsV0FBVzt1QkFBQywwQkFBMEI7Z0JBSzlCLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSG9zdEJpbmRpbmcsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBPbkRlc3Ryb3ksXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBEYWZmQXJ0aWNsZUVuY2Fwc3VsYXRlZERpcmVjdGl2ZSxcbiAgRGFmZlNrZWxldG9uYWJsZURpcmVjdGl2ZSxcbn0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5cbmltcG9ydCB7IERhZmZNZWRpYUdhbGxlcnlSZWdpc3RyYXRpb24gfSBmcm9tICcuLi9oZWxwZXJzL21lZGlhLWdhbGxlcnktcmVnaXN0cmF0aW9uLmludGVyZmFjZSc7XG5pbXBvcnQgeyBEQUZGX01FRElBX0dBTExFUllfVE9LRU4gfSBmcm9tICcuLi9oZWxwZXJzL21lZGlhLWdhbGxlcnktdG9rZW4nO1xuaW1wb3J0IHsgRGFmZk1lZGlhR2FsbGVyeVJlZ2lzdHJ5IH0gZnJvbSAnLi4vcmVnaXN0cnkvbWVkaWEtZ2FsbGVyeS5yZWdpc3RyeSc7XG5cbmxldCB1bmlxdWVHYWxsZXJ5SWQgPSAwO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdkYWZmLW1lZGlhLWdhbGxlcnknLFxuICB0ZW1wbGF0ZVVybDogJy4vbWVkaWEtZ2FsbGVyeS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21lZGlhLWdhbGxlcnkuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHByb3ZpZGVyczogW1xuICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tdXNlLWJlZm9yZS1kZWZpbmVcbiAgICB7IHByb3ZpZGU6IERBRkZfTUVESUFfR0FMTEVSWV9UT0tFTiwgdXNlRXhpc3Rpbmc6IERhZmZNZWRpYUdhbGxlcnlDb21wb25lbnQgfSxcbiAgXSxcbiAgLy8gdG9kbyhkYW1pZW53ZWJkZXYpOiByZW1vdmUgb25jZSBkZWNvcmF0b3JzIGhpdCBzdGFnZSAzIC0gaHR0cHM6Ly9naXRodWIuY29tL21pY3Jvc29mdC9UeXBlU2NyaXB0L2lzc3Vlcy83MzQyXG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvbm8taW5wdXRzLW1ldGFkYXRhLXByb3BlcnR5XG4gIGlucHV0czogWydza2VsZXRvbiddLFxuICBob3N0RGlyZWN0aXZlczogW1xuICAgIHsgZGlyZWN0aXZlOiBEYWZmQXJ0aWNsZUVuY2Fwc3VsYXRlZERpcmVjdGl2ZSB9LFxuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogRGFmZlNrZWxldG9uYWJsZURpcmVjdGl2ZSxcbiAgICAgIGlucHV0czogWydza2VsZXRvbiddLFxuICAgIH0sXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERhZmZNZWRpYUdhbGxlcnlDb21wb25lbnQgaW1wbGVtZW50cyBEYWZmTWVkaWFHYWxsZXJ5UmVnaXN0cmF0aW9uLCBPbkluaXQsIE9uRGVzdHJveSB7XG4gIC8qKlxuICAgKiBBZGRzIGEgY2xhc3MgZm9yIHN0eWxpbmcgdGhlIG1lZGlhIGdhbGxlcnlcbiAgICovXG4gIEBIb3N0QmluZGluZygnY2xhc3MuZGFmZi1tZWRpYS1nYWxsZXJ5JykgY2xhc3MgPSB0cnVlO1xuXG4gIC8qKlxuICAgKiBUaGUgbmFtZSBvZiB0aGUgZ2FsbGVyeVxuICAgKi9cbiAgQElucHV0KCkgbmFtZSA9IGAke3VuaXF1ZUdhbGxlcnlJZH1gO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVnaXN0cnk6IERhZmZNZWRpYUdhbGxlcnlSZWdpc3RyeSkge1xuICAgIHVuaXF1ZUdhbGxlcnlJZCsrO1xuICB9XG5cbiAgbmdPbkluaXQoKSB7XG5cdCAgdGhpcy5yZWdpc3RyeS5hZGQodGhpcyk7XG4gIH1cblxuICBuZ09uRGVzdHJveSgpIHtcblx0ICB0aGlzLnJlZ2lzdHJ5LnJlbW92ZSh0aGlzKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImRhZmYtbWVkaWEtZ2FsbGVyeV9fdGh1bWJuYWlsc1wiPlxuXHQ8bmctY29udGVudCBzZWxlY3Q9XCJbZGFmZlRodW1ibmFpbF1cIj48L25nLWNvbnRlbnQ+XG48L2Rpdj5cbjxkaXYgY2xhc3M9XCJkYWZmLW1lZGlhLWdhbGxlcnlfX3NlbGVjdGVkLXRodW1ibmFpbFwiPlxuXHQ8ZGFmZi1tZWRpYS1yZW5kZXJlcj48L2RhZmYtbWVkaWEtcmVuZGVyZXI+XG48L2Rpdj4iXX0=
@@ -1,4 +1,6 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffButtonModule } from '@daffodil/design/button';
3
+ import { DaffMenuModule } from '@daffodil/design/menu';
2
4
  import { MenuContentComponent } from './menu-content/menu-content.component';
3
5
  import * as i0 from "@angular/core";
4
6
  import * as i1 from "@daffodil/design/button";
@@ -8,10 +10,10 @@ export class BasicMenuComponent {
8
10
  this.menu = MenuContentComponent;
9
11
  }
10
12
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicMenuComponent, selector: "basic-menu", ngImport: i0, template: "<button daff-button color=\"theme\" [daffMenuActivator]=\"menu\">\n\tMenu\n</button>", dependencies: [{ kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }, { kind: "directive", type: i2.DaffMenuActivatorDirective, selector: "[daffMenuActivator]", inputs: ["daffMenuActivator"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
13
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicMenuComponent, isStandalone: true, selector: "basic-menu", ngImport: i0, template: "<button daff-button color=\"theme\" [daffMenuActivator]=\"menu\">\n\tMenu\n</button>", dependencies: [{ kind: "ngmodule", type: DaffButtonModule }, { kind: "component", type: i1.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["loading", "tabindex", "disabled"] }, { kind: "ngmodule", type: DaffMenuModule }, { kind: "directive", type: i2.DaffMenuActivatorDirective, selector: "[daffMenuActivator]", inputs: ["daffMenuActivator"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12
14
  }
13
15
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicMenuComponent, decorators: [{
14
16
  type: Component,
15
- args: [{ selector: 'basic-menu', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button color=\"theme\" [daffMenuActivator]=\"menu\">\n\tMenu\n</button>" }]
17
+ args: [{ selector: 'basic-menu', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffButtonModule, DaffMenuModule], template: "<button daff-button color=\"theme\" [daffMenuActivator]=\"menu\">\n\tMenu\n</button>" }]
16
18
  }] });
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbWVudS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZW51L2V4YW1wbGVzL3NyYy9iYXNpYy1tZW51L2Jhc2ljLW1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVudS9leGFtcGxlcy9zcmMvYmFzaWMtbWVudS9iYXNpYy1tZW51LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFDOzs7O0FBUTdFLE1BQU0sT0FBTyxrQkFBa0I7SUFOL0I7UUFPUyxTQUFJLEdBQUcsb0JBQW9CLENBQUM7S0FDcEM7a0lBRlksa0JBQWtCO3NIQUFsQixrQkFBa0Isa0RDYi9CLHNGQUVTOzs0RkRXSSxrQkFBa0I7a0JBTjlCLFNBQVM7K0JBRUUsWUFBWSxtQkFFTCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IE1lbnVDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi9tZW51LWNvbnRlbnQvbWVudS1jb250ZW50LmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2Jhc2ljLW1lbnUnLFxuICB0ZW1wbGF0ZVVybDogJy4vYmFzaWMtbWVudS5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY01lbnVDb21wb25lbnQge1xuICBwdWJsaWMgbWVudSA9IE1lbnVDb250ZW50Q29tcG9uZW50O1xufVxuIiwiPGJ1dHRvbiBkYWZmLWJ1dHRvbiBjb2xvcj1cInRoZW1lXCIgW2RhZmZNZW51QWN0aXZhdG9yXT1cIm1lbnVcIj5cblx0TWVudVxuPC9idXR0b24+Il19
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbWVudS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZW51L2V4YW1wbGVzL3NyYy9iYXNpYy1tZW51L2Jhc2ljLW1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbWVudS9leGFtcGxlcy9zcmMvYmFzaWMtbWVudS9iYXNpYy1tZW51LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzNELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUV2RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQzs7OztBQVU3RSxNQUFNLE9BQU8sa0JBQWtCO0lBUi9CO1FBU1MsU0FBSSxHQUFHLG9CQUFvQixDQUFDO0tBQ3BDO2tJQUZZLGtCQUFrQjtzSEFBbEIsa0JBQWtCLHNFQ2xCL0Isc0ZBRVMsMkNEY0csZ0JBQWdCLHFhQUFFLGNBQWM7OzRGQUUvQixrQkFBa0I7a0JBUjlCLFNBQVM7K0JBRUUsWUFBWSxtQkFFTCx1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLGdCQUFnQixFQUFFLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9idXR0b24nO1xuaW1wb3J0IHsgRGFmZk1lbnVNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL21lbnUnO1xuXG5pbXBvcnQgeyBNZW51Q29udGVudENvbXBvbmVudCB9IGZyb20gJy4vbWVudS1jb250ZW50L21lbnUtY29udGVudC5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdiYXNpYy1tZW51JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Jhc2ljLW1lbnUuY29tcG9uZW50Lmh0bWwnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW0RhZmZCdXR0b25Nb2R1bGUsIERhZmZNZW51TW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNNZW51Q29tcG9uZW50IHtcbiAgcHVibGljIG1lbnUgPSBNZW51Q29udGVudENvbXBvbmVudDtcbn1cbiIsIjxidXR0b24gZGFmZi1idXR0b24gY29sb3I9XCJ0aGVtZVwiIFtkYWZmTWVudUFjdGl2YXRvcl09XCJtZW51XCI+XG5cdE1lbnVcbjwvYnV0dG9uPiJdfQ==
@@ -1,8 +1,9 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { FaIconComponent } from '@fortawesome/angular-fontawesome';
2
3
  import { faEnvelope, faInfo, faUser, } from '@fortawesome/free-solid-svg-icons';
4
+ import { DaffMenuModule } from '@daffodil/design/menu';
3
5
  import * as i0 from "@angular/core";
4
6
  import * as i1 from "@daffodil/design/menu";
5
- import * as i2 from "@fortawesome/angular-fontawesome";
6
7
  export class MenuContentComponent {
7
8
  constructor() {
8
9
  this.faUser = faUser;
@@ -10,10 +11,10 @@ export class MenuContentComponent {
10
11
  this.faEnvelope = faEnvelope;
11
12
  }
12
13
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MenuContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MenuContentComponent, selector: "menu-content", ngImport: i0, template: "<daff-menu>\n <a href=\"#\" daff-menu-item>\n <fa-icon [icon]=\"faUser\" [fixedWidth]=\"true\"></fa-icon> My Account\n </a>\n <a href=\"#\" daff-menu-item>\n <fa-icon [icon]=\"faInfo\" [fixedWidth]=\"true\"></fa-icon> Help\n </a>\n <button daff-menu-item>\n <fa-icon [icon]=\"faEnvelope\" [fixedWidth]=\"true\"></fa-icon> Contact Us\n </button>\n</daff-menu>", dependencies: [{ kind: "component", type: i1.DaffMenuComponent, selector: "daff-menu" }, { kind: "component", type: i1.DaffMenuItemComponent, selector: "a[daff-menu-item],button[daff-menu-item]" }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: MenuContentComponent, isStandalone: true, selector: "menu-content", ngImport: i0, template: "<daff-menu>\n <a href=\"#\" daff-menu-item>\n <fa-icon [icon]=\"faUser\" [fixedWidth]=\"true\"></fa-icon> My Account\n </a>\n <a href=\"#\" daff-menu-item>\n <fa-icon [icon]=\"faInfo\" [fixedWidth]=\"true\"></fa-icon> Help\n </a>\n <button daff-menu-item>\n <fa-icon [icon]=\"faEnvelope\" [fixedWidth]=\"true\"></fa-icon> Contact Us\n </button>\n</daff-menu>", dependencies: [{ kind: "ngmodule", type: DaffMenuModule }, { kind: "component", type: i1.DaffMenuComponent, selector: "daff-menu" }, { kind: "component", type: i1.DaffMenuItemComponent, selector: "a[daff-menu-item],button[daff-menu-item]" }, { kind: "component", type: FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
15
  }
15
16
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: MenuContentComponent, decorators: [{
16
17
  type: Component,
17
- args: [{ selector: 'menu-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-menu>\n <a href=\"#\" daff-menu-item>\n <fa-icon [icon]=\"faUser\" [fixedWidth]=\"true\"></fa-icon> My Account\n </a>\n <a href=\"#\" daff-menu-item>\n <fa-icon [icon]=\"faInfo\" [fixedWidth]=\"true\"></fa-icon> Help\n </a>\n <button daff-menu-item>\n <fa-icon [icon]=\"faEnvelope\" [fixedWidth]=\"true\"></fa-icon> Contact Us\n </button>\n</daff-menu>" }]
18
+ args: [{ selector: 'menu-content', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffMenuModule, FaIconComponent], template: "<daff-menu>\n <a href=\"#\" daff-menu-item>\n <fa-icon [icon]=\"faUser\" [fixedWidth]=\"true\"></fa-icon> My Account\n </a>\n <a href=\"#\" daff-menu-item>\n <fa-icon [icon]=\"faInfo\" [fixedWidth]=\"true\"></fa-icon> Help\n </a>\n <button daff-menu-item>\n <fa-icon [icon]=\"faEnvelope\" [fixedWidth]=\"true\"></fa-icon> Contact Us\n </button>\n</daff-menu>" }]
18
19
  }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lbnUvZXhhbXBsZXMvc3JjL2Jhc2ljLW1lbnUvbWVudS1jb250ZW50L21lbnUtY29udGVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZW51L2V4YW1wbGVzL3NyYy9iYXNpYy1tZW51L21lbnUtY29udGVudC9tZW51LWNvbnRlbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLFVBQVUsRUFDVixNQUFNLEVBQ04sTUFBTSxHQUNQLE1BQU0sbUNBQW1DLENBQUM7Ozs7QUFRM0MsTUFBTSxPQUFPLG9CQUFvQjtJQU5qQztRQU9FLFdBQU0sR0FBRyxNQUFNLENBQUM7UUFDaEIsV0FBTSxHQUFHLE1BQU0sQ0FBQztRQUNoQixlQUFVLEdBQUcsVUFBVSxDQUFDO0tBQ3pCO2tJQUpZLG9CQUFvQjtzSEFBcEIsb0JBQW9CLG9EQ2hCakMsdVhBVVk7OzRGRE1DLG9CQUFvQjtrQkFOaEMsU0FBUzsrQkFFRSxjQUFjLG1CQUVQLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIGZhRW52ZWxvcGUsXG4gIGZhSW5mbyxcbiAgZmFVc2VyLFxufSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdtZW51LWNvbnRlbnQnLFxuICB0ZW1wbGF0ZVVybDogJy4vbWVudS1jb250ZW50LmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIE1lbnVDb250ZW50Q29tcG9uZW50IHtcbiAgZmFVc2VyID0gZmFVc2VyO1xuICBmYUluZm8gPSBmYUluZm87XG4gIGZhRW52ZWxvcGUgPSBmYUVudmVsb3BlO1xufVxuIiwiPGRhZmYtbWVudT5cbiAgPGEgaHJlZj1cIiNcIiBkYWZmLW1lbnUtaXRlbT5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYVVzZXJcIiBbZml4ZWRXaWR0aF09XCJ0cnVlXCI+PC9mYS1pY29uPiBNeSBBY2NvdW50XG4gIDwvYT5cbiAgPGEgaHJlZj1cIiNcIiBkYWZmLW1lbnUtaXRlbT5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYUluZm9cIiBbZml4ZWRXaWR0aF09XCJ0cnVlXCI+PC9mYS1pY29uPiBIZWxwXG4gIDwvYT5cbiAgPGJ1dHRvbiBkYWZmLW1lbnUtaXRlbT5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYUVudmVsb3BlXCIgW2ZpeGVkV2lkdGhdPVwidHJ1ZVwiPjwvZmEtaWNvbj4gQ29udGFjdCBVc1xuICA8L2J1dHRvbj5cbjwvZGFmZi1tZW51PiJdfQ==
20
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVudS1jb250ZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lbnUvZXhhbXBsZXMvc3JjL2Jhc2ljLW1lbnUvbWVudS1jb250ZW50L21lbnUtY29udGVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tZW51L2V4YW1wbGVzL3NyYy9iYXNpYy1tZW51L21lbnUtY29udGVudC9tZW51LWNvbnRlbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ25FLE9BQU8sRUFDTCxVQUFVLEVBQ1YsTUFBTSxFQUNOLE1BQU0sR0FDUCxNQUFNLG1DQUFtQyxDQUFDO0FBRTNDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQzs7O0FBVXZELE1BQU0sT0FBTyxvQkFBb0I7SUFSakM7UUFTRSxXQUFNLEdBQUcsTUFBTSxDQUFDO1FBQ2hCLFdBQU0sR0FBRyxNQUFNLENBQUM7UUFDaEIsZUFBVSxHQUFHLFVBQVUsQ0FBQztLQUN6QjtrSUFKWSxvQkFBb0I7c0hBQXBCLG9CQUFvQix3RUNyQmpDLHVYQVVZLDJDRFNBLGNBQWMsc05BQUUsZUFBZTs7NEZBRTlCLG9CQUFvQjtrQkFSaEMsU0FBUzsrQkFFRSxjQUFjLG1CQUVQLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsY0FBYyxFQUFFLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRmFJY29uQ29tcG9uZW50IH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuaW1wb3J0IHtcbiAgZmFFbnZlbG9wZSxcbiAgZmFJbmZvLFxuICBmYVVzZXIsXG59IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbmltcG9ydCB7IERhZmZNZW51TW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9tZW51JztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnbWVudS1jb250ZW50JyxcbiAgdGVtcGxhdGVVcmw6ICcuL21lbnUtY29udGVudC5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZk1lbnVNb2R1bGUsIEZhSWNvbkNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIE1lbnVDb250ZW50Q29tcG9uZW50IHtcbiAgZmFVc2VyID0gZmFVc2VyO1xuICBmYUluZm8gPSBmYUluZm87XG4gIGZhRW52ZWxvcGUgPSBmYUVudmVsb3BlO1xufVxuIiwiPGRhZmYtbWVudT5cbiAgPGEgaHJlZj1cIiNcIiBkYWZmLW1lbnUtaXRlbT5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYVVzZXJcIiBbZml4ZWRXaWR0aF09XCJ0cnVlXCI+PC9mYS1pY29uPiBNeSBBY2NvdW50XG4gIDwvYT5cbiAgPGEgaHJlZj1cIiNcIiBkYWZmLW1lbnUtaXRlbT5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYUluZm9cIiBbZml4ZWRXaWR0aF09XCJ0cnVlXCI+PC9mYS1pY29uPiBIZWxwXG4gIDwvYT5cbiAgPGJ1dHRvbiBkYWZmLW1lbnUtaXRlbT5cbiAgICA8ZmEtaWNvbiBbaWNvbl09XCJmYUVudmVsb3BlXCIgW2ZpeGVkV2lkdGhdPVwidHJ1ZVwiPjwvZmEtaWNvbj4gQ29udGFjdCBVc1xuICA8L2J1dHRvbj5cbjwvZGFmZi1tZW51PiJdfQ==
@@ -1,6 +1,5 @@
1
1
  import { BasicMenuComponent } from './basic-menu/basic-menu.component';
2
- import { BasicMenuComponentModule } from './basic-menu/basic-menu.module';
3
2
  export const MENU_EXAMPLES = [
4
- { component: BasicMenuComponent, module: BasicMenuComponentModule },
3
+ BasicMenuComponent,
5
4
  ];
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lbnUvZXhhbXBsZXMvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFFMUUsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUF1QjtJQUMvQyxFQUFFLFNBQVMsRUFBRSxrQkFBa0IsRUFBRSxNQUFNLEVBQUUsd0JBQXdCLEVBQUU7Q0FDcEUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudEV4YW1wbGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduJztcblxuaW1wb3J0IHsgQmFzaWNNZW51Q29tcG9uZW50IH0gZnJvbSAnLi9iYXNpYy1tZW51L2Jhc2ljLW1lbnUuY29tcG9uZW50JztcbmltcG9ydCB7IEJhc2ljTWVudUNvbXBvbmVudE1vZHVsZSB9IGZyb20gJy4vYmFzaWMtbWVudS9iYXNpYy1tZW51Lm1vZHVsZSc7XG5cbmV4cG9ydCBjb25zdCBNRU5VX0VYQU1QTEVTOiBDb21wb25lbnRFeGFtcGxlW10gPSBbXG4gIHsgY29tcG9uZW50OiBCYXNpY01lbnVDb21wb25lbnQsIG1vZHVsZTogQmFzaWNNZW51Q29tcG9uZW50TW9kdWxlIH0sXG5dO1xuIl19
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21lbnUvZXhhbXBsZXMvc3JjL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFHdkUsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHO0lBQzNCLGtCQUFrQjtDQUNuQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFzaWNNZW51Q29tcG9uZW50IH0gZnJvbSAnLi9iYXNpYy1tZW51L2Jhc2ljLW1lbnUuY29tcG9uZW50JztcblxuXG5leHBvcnQgY29uc3QgTUVOVV9FWEFNUExFUyA9IFtcbiAgQmFzaWNNZW51Q29tcG9uZW50LFxuXTtcbiJdfQ==
@@ -1,5 +1,6 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { DaffModalService, } from '@daffodil/design/modal';
2
+ import { DaffButtonModule } from '@daffodil/design/button';
3
+ import { DaffModalModule, DaffModalService, } from '@daffodil/design/modal';
3
4
  import { BasicModalContentComponent } from './modal-content.component';
4
5
  import * as i0 from "@angular/core";
5
6
  import * as i1 from "@daffodil/design/modal";
@@ -12,10 +13,10 @@ export class BasicModalComponent {
12
13
  this.modal = this.modalService.open(BasicModalContentComponent);
13
14
  }
14
15
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicModalComponent, deps: [{ token: i1.DaffModalService }], target: i0.ɵɵFactoryTarget.Component }); }
15
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicModalComponent, selector: "basic-modal", ngImport: i0, template: "<button daff-button (click)=\"showModal()\">Open Modal</button>\n", dependencies: [{ kind: "component", type: i2.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
16
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicModalComponent, isStandalone: true, selector: "basic-modal", ngImport: i0, template: "<button daff-button (click)=\"showModal()\">Open Modal</button>\n", dependencies: [{ kind: "ngmodule", type: DaffButtonModule }, { kind: "component", type: i2.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["loading", "tabindex", "disabled"] }, { kind: "ngmodule", type: DaffModalModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
16
17
  }
17
18
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicModalComponent, decorators: [{
18
19
  type: Component,
19
- args: [{ selector: 'basic-modal', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button (click)=\"showModal()\">Open Modal</button>\n" }]
20
+ args: [{ selector: 'basic-modal', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffButtonModule, DaffModalModule], template: "<button daff-button (click)=\"showModal()\">Open Modal</button>\n" }]
20
21
  }], ctorParameters: () => [{ type: i1.DaffModalService }] });
21
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbW9kYWwvZXhhbXBsZXMvc3JjL2Jhc2ljLW1vZGFsL2Jhc2ljLW1vZGFsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21vZGFsL2V4YW1wbGVzL3NyYy9iYXNpYy1tb2RhbC9iYXNpYy1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBRUwsZ0JBQWdCLEdBQ2pCLE1BQU0sd0JBQXdCLENBQUM7QUFFaEMsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7Ozs7QUFRdkUsTUFBTSxPQUFPLG1CQUFtQjtJQUc5QixZQUFvQixZQUE4QjtRQUE5QixpQkFBWSxHQUFaLFlBQVksQ0FBa0I7SUFBRyxDQUFDO0lBRXRELFNBQVM7UUFDUCxJQUFJLENBQUMsS0FBSyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLDBCQUEwQixDQUFDLENBQUM7SUFDbEUsQ0FBQztrSUFQVSxtQkFBbUI7c0hBQW5CLG1CQUFtQixtRENsQmhDLG1FQUNBOzs0RkRpQmEsbUJBQW1CO2tCQU4vQixTQUFTOytCQUVFLGFBQWEsbUJBRU4sdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge1xuICBEYWZmTW9kYWxDb21wb25lbnQsXG4gIERhZmZNb2RhbFNlcnZpY2UsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbW9kYWwnO1xuXG5pbXBvcnQgeyBCYXNpY01vZGFsQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwtY29udGVudC5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdiYXNpYy1tb2RhbCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9iYXNpYy1tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY01vZGFsQ29tcG9uZW50IHtcbiAgbW9kYWw6IERhZmZNb2RhbENvbXBvbmVudDtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIG1vZGFsU2VydmljZTogRGFmZk1vZGFsU2VydmljZSkge31cblxuICBzaG93TW9kYWwoKSB7XG4gICAgdGhpcy5tb2RhbCA9IHRoaXMubW9kYWxTZXJ2aWNlLm9wZW4oQmFzaWNNb2RhbENvbnRlbnRDb21wb25lbnQpO1xuICB9XG59XG4iLCI8YnV0dG9uIGRhZmYtYnV0dG9uIChjbGljayk9XCJzaG93TW9kYWwoKVwiPk9wZW4gTW9kYWw8L2J1dHRvbj5cbiJdfQ==
22
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtbW9kYWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbW9kYWwvZXhhbXBsZXMvc3JjL2Jhc2ljLW1vZGFsL2Jhc2ljLW1vZGFsLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21vZGFsL2V4YW1wbGVzL3NyYy9iYXNpYy1tb2RhbC9iYXNpYy1tb2RhbC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBRUwsZUFBZSxFQUNmLGdCQUFnQixHQUNqQixNQUFNLHdCQUF3QixDQUFDO0FBRWhDLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7O0FBVXZFLE1BQU0sT0FBTyxtQkFBbUI7SUFHOUIsWUFBb0IsWUFBOEI7UUFBOUIsaUJBQVksR0FBWixZQUFZLENBQWtCO0lBQUcsQ0FBQztJQUV0RCxTQUFTO1FBQ1AsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQywwQkFBMEIsQ0FBQyxDQUFDO0lBQ2xFLENBQUM7a0lBUFUsbUJBQW1CO3NIQUFuQixtQkFBbUIsdUVDdEJoQyxtRUFDQSwyQ0RtQlksZ0JBQWdCLHFhQUFFLGVBQWU7OzRGQUVoQyxtQkFBbUI7a0JBUi9CLFNBQVM7K0JBRUUsYUFBYSxtQkFFTix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLGdCQUFnQixFQUFFLGVBQWUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9idXR0b24nO1xuaW1wb3J0IHtcbiAgRGFmZk1vZGFsQ29tcG9uZW50LFxuICBEYWZmTW9kYWxNb2R1bGUsXG4gIERhZmZNb2RhbFNlcnZpY2UsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbW9kYWwnO1xuXG5pbXBvcnQgeyBCYXNpY01vZGFsQ29udGVudENvbXBvbmVudCB9IGZyb20gJy4vbW9kYWwtY29udGVudC5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdiYXNpYy1tb2RhbCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9iYXNpYy1tb2RhbC5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZkJ1dHRvbk1vZHVsZSwgRGFmZk1vZGFsTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFzaWNNb2RhbENvbXBvbmVudCB7XG4gIG1vZGFsOiBEYWZmTW9kYWxDb21wb25lbnQ7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBtb2RhbFNlcnZpY2U6IERhZmZNb2RhbFNlcnZpY2UpIHt9XG5cbiAgc2hvd01vZGFsKCkge1xuICAgIHRoaXMubW9kYWwgPSB0aGlzLm1vZGFsU2VydmljZS5vcGVuKEJhc2ljTW9kYWxDb250ZW50Q29tcG9uZW50KTtcbiAgfVxufVxuIiwiPGJ1dHRvbiBkYWZmLWJ1dHRvbiAoY2xpY2spPVwic2hvd01vZGFsKClcIj5PcGVuIE1vZGFsPC9idXR0b24+XG4iXX0=
@@ -1,13 +1,15 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffButtonModule } from '@daffodil/design/button';
3
+ import { DaffModalModule } from '@daffodil/design/modal';
2
4
  import * as i0 from "@angular/core";
3
5
  import * as i1 from "@daffodil/design/modal";
4
6
  import * as i2 from "@daffodil/design/button";
5
7
  export class BasicModalContentComponent {
6
8
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicModalContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicModalContentComponent, selector: "basic-modal-content", ngImport: i0, template: "<daff-modal-header>\n\t<h5 daffModalTitle>Modal Title</h5>\n</daff-modal-header>\n<daff-modal-content>\n\tModal content goes here. Components can be placed in here. The content is scrollable.\n</daff-modal-content>\n<daff-modal-actions>\n\t<button daff-button>Save Changes</button>\n</daff-modal-actions>", dependencies: [{ kind: "component", type: i1.DaffModalHeaderComponent, selector: "daff-modal-header" }, { kind: "directive", type: i1.DaffModalTitleDirective, selector: "[daffModalTitle]" }, { kind: "component", type: i1.DaffModalContentComponent, selector: "daff-modal-content" }, { kind: "component", type: i1.DaffModalActionsComponent, selector: "daff-modal-actions" }, { kind: "component", type: i2.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["color", "size", "status", "loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
9
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: BasicModalContentComponent, isStandalone: true, selector: "basic-modal-content", ngImport: i0, template: "<daff-modal-header>\n\t<h5 daffModalTitle>Descriptive title of the modal</h5>\n</daff-modal-header>\n<daff-modal-content>\n\tModal content goes here. Components can be placed in here. The content is scrollable.\n</daff-modal-content>\n<daff-modal-actions>\n\t<button daff-flat-button color=\"theme-contrast\" daffModalClose>Cancel</button>\n\t<button type=\"button\" daff-button>Save Changes</button>\n</daff-modal-actions>", dependencies: [{ kind: "ngmodule", type: DaffModalModule }, { kind: "component", type: i1.DaffModalHeaderComponent, selector: "daff-modal-header", inputs: ["dismissible"] }, { kind: "directive", type: i1.DaffModalTitleDirective, selector: "[daffModalTitle]" }, { kind: "component", type: i1.DaffModalContentComponent, selector: "daff-modal-content" }, { kind: "component", type: i1.DaffModalActionsComponent, selector: "daff-modal-actions" }, { kind: "directive", type: i1.DaffModalCloseDirective, selector: "button[daffModalClose]" }, { kind: "ngmodule", type: DaffButtonModule }, { kind: "component", type: i2.DaffButtonComponent, selector: "button[daff-button],button[daff-stroked-button],button[daff-raised-button],button[daff-flat-button],button[daff-icon-button],button[daff-underline-button],a[daff-button],a[daff-stroked-button],a[daff-raised-button],a[daff-flat-button],a[daff-icon-button],a[daff-underline-button]", inputs: ["loading", "tabindex", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8
10
  }
9
11
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicModalContentComponent, decorators: [{
10
12
  type: Component,
11
- args: [{ selector: 'basic-modal-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-modal-header>\n\t<h5 daffModalTitle>Modal Title</h5>\n</daff-modal-header>\n<daff-modal-content>\n\tModal content goes here. Components can be placed in here. The content is scrollable.\n</daff-modal-content>\n<daff-modal-actions>\n\t<button daff-button>Save Changes</button>\n</daff-modal-actions>" }]
13
+ args: [{ selector: 'basic-modal-content', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffModalModule, DaffButtonModule], template: "<daff-modal-header>\n\t<h5 daffModalTitle>Descriptive title of the modal</h5>\n</daff-modal-header>\n<daff-modal-content>\n\tModal content goes here. Components can be placed in here. The content is scrollable.\n</daff-modal-content>\n<daff-modal-actions>\n\t<button daff-flat-button color=\"theme-contrast\" daffModalClose>Cancel</button>\n\t<button type=\"button\" daff-button>Save Changes</button>\n</daff-modal-actions>" }]
12
14
  }] });
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtY29udGVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tb2RhbC9leGFtcGxlcy9zcmMvYmFzaWMtbW9kYWwvbW9kYWwtY29udGVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tb2RhbC9leGFtcGxlcy9zcmMvYmFzaWMtbW9kYWwvbW9kYWwtY29udGVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7OztBQVF2QixNQUFNLE9BQU8sMEJBQTBCO2tJQUExQiwwQkFBMEI7c0hBQTFCLDBCQUEwQiwyRENYdkMsa1RBUXFCOzs0RkRHUiwwQkFBMEI7a0JBTnRDLFNBQVM7K0JBRUUscUJBQXFCLG1CQUVkLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYmFzaWMtbW9kYWwtY29udGVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tb2RhbC1jb250ZW50LmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIEJhc2ljTW9kYWxDb250ZW50Q29tcG9uZW50IHtcblxufVxuIiwiPGRhZmYtbW9kYWwtaGVhZGVyPlxuXHQ8aDUgZGFmZk1vZGFsVGl0bGU+TW9kYWwgVGl0bGU8L2g1PlxuPC9kYWZmLW1vZGFsLWhlYWRlcj5cbjxkYWZmLW1vZGFsLWNvbnRlbnQ+XG5cdE1vZGFsIGNvbnRlbnQgZ29lcyBoZXJlLiBDb21wb25lbnRzIGNhbiBiZSBwbGFjZWQgaW4gaGVyZS4gVGhlIGNvbnRlbnQgaXMgc2Nyb2xsYWJsZS5cbjwvZGFmZi1tb2RhbC1jb250ZW50PlxuPGRhZmYtbW9kYWwtYWN0aW9ucz5cblx0PGJ1dHRvbiBkYWZmLWJ1dHRvbj5TYXZlIENoYW5nZXM8L2J1dHRvbj5cbjwvZGFmZi1tb2RhbC1hY3Rpb25zPiJdfQ==
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtY29udGVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tb2RhbC9leGFtcGxlcy9zcmMvYmFzaWMtbW9kYWwvbW9kYWwtY29udGVudC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9tb2RhbC9leGFtcGxlcy9zcmMvYmFzaWMtbW9kYWwvbW9kYWwtY29udGVudC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7Ozs7QUFVekQsTUFBTSxPQUFPLDBCQUEwQjtrSUFBMUIsMEJBQTBCO3NIQUExQiwwQkFBMEIsK0VDaEJ2Qyx5YUFTcUIsMkNES1QsZUFBZSwwZkFBRSxnQkFBZ0I7OzRGQUVoQywwQkFBMEI7a0JBUnRDLFNBQVM7K0JBRUUscUJBQXFCLG1CQUVkLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQLENBQUMsZUFBZSxFQUFFLGdCQUFnQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZCdXR0b25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2J1dHRvbic7XG5pbXBvcnQgeyBEYWZmTW9kYWxNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL21vZGFsJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnYmFzaWMtbW9kYWwtY29udGVudCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9tb2RhbC1jb250ZW50LmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtEYWZmTW9kYWxNb2R1bGUsIERhZmZCdXR0b25Nb2R1bGVdLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY01vZGFsQ29udGVudENvbXBvbmVudCB7XG5cbn1cbiIsIjxkYWZmLW1vZGFsLWhlYWRlcj5cblx0PGg1IGRhZmZNb2RhbFRpdGxlPkRlc2NyaXB0aXZlIHRpdGxlIG9mIHRoZSBtb2RhbDwvaDU+XG48L2RhZmYtbW9kYWwtaGVhZGVyPlxuPGRhZmYtbW9kYWwtY29udGVudD5cblx0TW9kYWwgY29udGVudCBnb2VzIGhlcmUuIENvbXBvbmVudHMgY2FuIGJlIHBsYWNlZCBpbiBoZXJlLiBUaGUgY29udGVudCBpcyBzY3JvbGxhYmxlLlxuPC9kYWZmLW1vZGFsLWNvbnRlbnQ+XG48ZGFmZi1tb2RhbC1hY3Rpb25zPlxuXHQ8YnV0dG9uIGRhZmYtZmxhdC1idXR0b24gY29sb3I9XCJ0aGVtZS1jb250cmFzdFwiIGRhZmZNb2RhbENsb3NlPkNhbmNlbDwvYnV0dG9uPlxuXHQ8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBkYWZmLWJ1dHRvbj5TYXZlIENoYW5nZXM8L2J1dHRvbj5cbjwvZGFmZi1tb2RhbC1hY3Rpb25zPiJdfQ==
@@ -1,6 +1,5 @@
1
1
  import { BasicModalComponent } from './basic-modal/basic-modal.component';
2
- import { BasicModalModule } from './basic-modal/basic-modal.module';
3
2
  export const MODAL_EXAMPLES = [
4
- { component: BasicModalComponent, module: BasicModalModule },
3
+ BasicModalComponent,
5
4
  ];
6
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21vZGFsL2V4YW1wbGVzL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUVBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBRXBFLE1BQU0sQ0FBQyxNQUFNLGNBQWMsR0FBdUI7SUFDaEQsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxFQUFFLGdCQUFnQixFQUFFO0NBQzdELENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnRFeGFtcGxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5cbmltcG9ydCB7IEJhc2ljTW9kYWxDb21wb25lbnQgfSBmcm9tICcuL2Jhc2ljLW1vZGFsL2Jhc2ljLW1vZGFsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCYXNpY01vZGFsTW9kdWxlIH0gZnJvbSAnLi9iYXNpYy1tb2RhbC9iYXNpYy1tb2RhbC5tb2R1bGUnO1xuXG5leHBvcnQgY29uc3QgTU9EQUxfRVhBTVBMRVM6IENvbXBvbmVudEV4YW1wbGVbXSA9IFtcbiAgeyBjb21wb25lbnQ6IEJhc2ljTW9kYWxDb21wb25lbnQsIG1vZHVsZTogQmFzaWNNb2RhbE1vZHVsZSB9LFxuXTtcbiJdfQ==
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL21vZGFsL2V4YW1wbGVzL3NyYy9wdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBRTFFLE1BQU0sQ0FBQyxNQUFNLGNBQWMsR0FBRztJQUM1QixtQkFBbUI7Q0FDcEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhc2ljTW9kYWxDb21wb25lbnQgfSBmcm9tICcuL2Jhc2ljLW1vZGFsL2Jhc2ljLW1vZGFsLmNvbXBvbmVudCc7XG5cbmV4cG9ydCBjb25zdCBNT0RBTF9FWEFNUExFUyA9IFtcbiAgQmFzaWNNb2RhbENvbXBvbmVudCxcbl07XG4iXX0=