@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,10 +1,12 @@
1
+ import { NgFor } from '@angular/common';
1
2
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { UntypedFormControl } from '@angular/forms';
3
+ import { UntypedFormControl, ReactiveFormsModule, } from '@angular/forms';
4
+ import { DaffButtonModule } from '@daffodil/design/button';
5
+ import { DaffNavbarModule } from '@daffodil/design/navbar';
3
6
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@angular/forms";
6
- import * as i3 from "@daffodil/design/navbar";
7
- import * as i4 from "@daffodil/design/button";
7
+ import * as i1 from "@daffodil/design/navbar";
8
+ import * as i2 from "@daffodil/design/button";
9
+ import * as i3 from "@angular/forms";
8
10
  export class NavbarThemingComponent {
9
11
  constructor() {
10
12
  this.colorControl = new UntypedFormControl('');
@@ -20,10 +22,15 @@ export class NavbarThemingComponent {
20
22
  ];
21
23
  }
22
24
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NavbarThemingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: NavbarThemingComponent, selector: "navbar-theming", ngImport: i0, template: "<nav daff-navbar [color]=\"colorControl.value\" class=\"daff-navbar-theming\">\n\t<div class=\"daff-navbar-theming__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n\n<select [formControl]=\"colorControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-navbar-theming{justify-content:space-between}.daff-navbar-theming__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["color", "raised"] }, { kind: "component", type: i4.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 }); }
25
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: NavbarThemingComponent, isStandalone: true, selector: "navbar-theming", ngImport: i0, template: "<nav daff-navbar [color]=\"colorControl.value\" class=\"daff-navbar-theming\">\n\t<div class=\"daff-navbar-theming__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n\n<select [formControl]=\"colorControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-navbar-theming{justify-content:space-between}.daff-navbar-theming__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], dependencies: [{ kind: "ngmodule", type: DaffNavbarModule }, { kind: "component", type: i1.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["raised"] }, { 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: ReactiveFormsModule }, { kind: "directive", type: i3.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
24
26
  }
25
27
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NavbarThemingComponent, decorators: [{
26
28
  type: Component,
27
- args: [{ selector: 'navbar-theming', changeDetection: ChangeDetectionStrategy.OnPush, template: "<nav daff-navbar [color]=\"colorControl.value\" class=\"daff-navbar-theming\">\n\t<div class=\"daff-navbar-theming__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n\n<select [formControl]=\"colorControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-navbar-theming{justify-content:space-between}.daff-navbar-theming__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"] }]
29
+ args: [{ selector: 'navbar-theming', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
30
+ DaffNavbarModule,
31
+ DaffButtonModule,
32
+ ReactiveFormsModule,
33
+ NgFor,
34
+ ], template: "<nav daff-navbar [color]=\"colorControl.value\" class=\"daff-navbar-theming\">\n\t<div class=\"daff-navbar-theming__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n\n<select [formControl]=\"colorControl\">\n\t<option *ngFor=\"let option of options\" [value]=\"option.value\">{{ option.label }}</option>\n</select>", styles: [".daff-navbar-theming{justify-content:space-between}.daff-navbar-theming__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"] }]
28
35
  }] });
29
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLXRoZW1pbmcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbmF2YmFyL2V4YW1wbGVzL3NyYy9uYXZiYXItdGhlbWluZy9uYXZiYXItdGhlbWluZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL25hdmJhci10aGVtaW5nL25hdmJhci10aGVtaW5nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7QUFTcEQsTUFBTSxPQUFPLHNCQUFzQjtJQVBuQztRQVFFLGlCQUFZLEdBQXVCLElBQUksa0JBQWtCLENBQUMsRUFBRSxDQUFDLENBQUM7UUFFOUQsWUFBTyxHQUFHO1lBQ1IsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUU7WUFDL0IsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUU7WUFDdEMsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUU7WUFDMUMsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUU7WUFDeEMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUU7WUFDbEMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUU7WUFDbEMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUU7WUFDbEMsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFO1NBQ3JELENBQUM7S0FDSDtrSUFiWSxzQkFBc0I7c0hBQXRCLHNCQUFzQixzRENibkMsOFlBVVM7OzRGREdJLHNCQUFzQjtrQkFQbEMsU0FBUzsrQkFFRSxnQkFBZ0IsbUJBR1QsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVW50eXBlZEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICduYXZiYXItdGhlbWluZycsXG4gIHRlbXBsYXRlVXJsOiAnLi9uYXZiYXItdGhlbWluZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25hdmJhci10aGVtaW5nLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZiYXJUaGVtaW5nQ29tcG9uZW50IHtcbiAgY29sb3JDb250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wgPSBuZXcgVW50eXBlZEZvcm1Db250cm9sKCcnKTtcblxuICBvcHRpb25zID0gW1xuICAgIHsgdmFsdWU6ICcnLCBsYWJlbDogJ0RlZmF1bHQnIH0sXG4gICAgeyB2YWx1ZTogJ3ByaW1hcnknLCBsYWJlbDogJ1ByaW1hcnknIH0sXG4gICAgeyB2YWx1ZTogJ3NlY29uZGFyeScsIGxhYmVsOiAnU2Vjb25kYXJ5JyB9LFxuICAgIHsgdmFsdWU6ICd0ZXJ0aWFyeScsIGxhYmVsOiAnVGVydGlhcnknIH0sXG4gICAgeyB2YWx1ZTogJ3doaXRlJywgbGFiZWw6ICdXaGl0ZScgfSxcbiAgICB7IHZhbHVlOiAnYmxhY2snLCBsYWJlbDogJ0JsYWNrJyB9LFxuICAgIHsgdmFsdWU6ICd0aGVtZScsIGxhYmVsOiAnVGhlbWUnIH0sXG4gICAgeyB2YWx1ZTogJ3RoZW1lLWNvbnRyYXN0JywgbGFiZWw6ICdUaGVtZSBDb250cmFzdCcgfSxcbiAgXTtcbn1cbiIsIjxuYXYgZGFmZi1uYXZiYXIgW2NvbG9yXT1cImNvbG9yQ29udHJvbC52YWx1ZVwiIGNsYXNzPVwiZGFmZi1uYXZiYXItdGhlbWluZ1wiPlxuXHQ8ZGl2IGNsYXNzPVwiZGFmZi1uYXZiYXItdGhlbWluZ19fbGlua3NcIj5cblx0XHQ8YSBocmVmPVwiL1wiPkhvbWU8L2E+XG5cdFx0PGEgaHJlZj1cIi9cIj5BYm91dCBVczwvYT5cblx0PC9kaXY+XG5cdDxidXR0b24gZGFmZi1idXR0b24+Q29udGFjdCBVczwvYnV0dG9uPlxuPC9uYXY+XG5cbjxzZWxlY3QgW2Zvcm1Db250cm9sXT1cImNvbG9yQ29udHJvbFwiPlxuXHQ8b3B0aW9uICpuZ0Zvcj1cImxldCBvcHRpb24gb2Ygb3B0aW9uc1wiIFt2YWx1ZV09XCJvcHRpb24udmFsdWVcIj57eyBvcHRpb24ubGFiZWwgfX08L29wdGlvbj5cbjwvc2VsZWN0PiJdfQ==
36
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLXRoZW1pbmcuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbmF2YmFyL2V4YW1wbGVzL3NyYy9uYXZiYXItdGhlbWluZy9uYXZiYXItdGhlbWluZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL25hdmJhci10aGVtaW5nL25hdmJhci10aGVtaW5nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN4QyxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsa0JBQWtCLEVBQ2xCLG1CQUFtQixHQUNwQixNQUFNLGdCQUFnQixDQUFDO0FBRXhCLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzNELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDOzs7OztBQWdCM0QsTUFBTSxPQUFPLHNCQUFzQjtJQWRuQztRQWVFLGlCQUFZLEdBQXVCLElBQUksa0JBQWtCLENBQUMsRUFBRSxDQUFDLENBQUM7UUFFOUQsWUFBTyxHQUFHO1lBQ1IsRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUU7WUFDL0IsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxTQUFTLEVBQUU7WUFDdEMsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUU7WUFDMUMsRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUU7WUFDeEMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUU7WUFDbEMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUU7WUFDbEMsRUFBRSxLQUFLLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUU7WUFDbEMsRUFBRSxLQUFLLEVBQUUsZ0JBQWdCLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFO1NBQ3JELENBQUM7S0FDSDtrSUFiWSxzQkFBc0I7c0hBQXRCLHNCQUFzQiwwRUMzQm5DLDhZQVVTLDRPRFdMLGdCQUFnQixxSUFDaEIsZ0JBQWdCLHFhQUNoQixtQkFBbUIscXRCQUNuQixLQUFLOzs0RkFHSSxzQkFBc0I7a0JBZGxDLFNBQVM7K0JBRUUsZ0JBQWdCLG1CQUdULHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLGdCQUFnQjt3QkFDaEIsZ0JBQWdCO3dCQUNoQixtQkFBbUI7d0JBQ25CLEtBQUs7cUJBQ04iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ0ZvciB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIFVudHlwZWRGb3JtQ29udHJvbCxcbiAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9idXR0b24nO1xuaW1wb3J0IHsgRGFmZk5hdmJhck1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbmF2YmFyJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnbmF2YmFyLXRoZW1pbmcnLFxuICB0ZW1wbGF0ZVVybDogJy4vbmF2YmFyLXRoZW1pbmcuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9uYXZiYXItdGhlbWluZy5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIERhZmZOYXZiYXJNb2R1bGUsXG4gICAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIE5nRm9yLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBOYXZiYXJUaGVtaW5nQ29tcG9uZW50IHtcbiAgY29sb3JDb250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wgPSBuZXcgVW50eXBlZEZvcm1Db250cm9sKCcnKTtcblxuICBvcHRpb25zID0gW1xuICAgIHsgdmFsdWU6ICcnLCBsYWJlbDogJ0RlZmF1bHQnIH0sXG4gICAgeyB2YWx1ZTogJ3ByaW1hcnknLCBsYWJlbDogJ1ByaW1hcnknIH0sXG4gICAgeyB2YWx1ZTogJ3NlY29uZGFyeScsIGxhYmVsOiAnU2Vjb25kYXJ5JyB9LFxuICAgIHsgdmFsdWU6ICd0ZXJ0aWFyeScsIGxhYmVsOiAnVGVydGlhcnknIH0sXG4gICAgeyB2YWx1ZTogJ3doaXRlJywgbGFiZWw6ICdXaGl0ZScgfSxcbiAgICB7IHZhbHVlOiAnYmxhY2snLCBsYWJlbDogJ0JsYWNrJyB9LFxuICAgIHsgdmFsdWU6ICd0aGVtZScsIGxhYmVsOiAnVGhlbWUnIH0sXG4gICAgeyB2YWx1ZTogJ3RoZW1lLWNvbnRyYXN0JywgbGFiZWw6ICdUaGVtZSBDb250cmFzdCcgfSxcbiAgXTtcbn1cbiIsIjxuYXYgZGFmZi1uYXZiYXIgW2NvbG9yXT1cImNvbG9yQ29udHJvbC52YWx1ZVwiIGNsYXNzPVwiZGFmZi1uYXZiYXItdGhlbWluZ1wiPlxuXHQ8ZGl2IGNsYXNzPVwiZGFmZi1uYXZiYXItdGhlbWluZ19fbGlua3NcIj5cblx0XHQ8YSBocmVmPVwiL1wiPkhvbWU8L2E+XG5cdFx0PGEgaHJlZj1cIi9cIj5BYm91dCBVczwvYT5cblx0PC9kaXY+XG5cdDxidXR0b24gZGFmZi1idXR0b24+Q29udGFjdCBVczwvYnV0dG9uPlxuPC9uYXY+XG5cbjxzZWxlY3QgW2Zvcm1Db250cm9sXT1cImNvbG9yQ29udHJvbFwiPlxuXHQ8b3B0aW9uICpuZ0Zvcj1cImxldCBvcHRpb24gb2Ygb3B0aW9uc1wiIFt2YWx1ZV09XCJvcHRpb24udmFsdWVcIj57eyBvcHRpb24ubGFiZWwgfX08L29wdGlvbj5cbjwvc2VsZWN0PiJdfQ==
@@ -1,10 +1,6 @@
1
1
  export { BasicNavbarComponent } from './basic-navbar/basic-navbar.component';
2
- export { BasicNavbarModule } from './basic-navbar/basic-navbar.module';
3
2
  export { ContainedNavbarComponent } from './contained-navbar/contained-navbar.component';
4
- export { ContainedNavbarModule } from './contained-navbar/contained-navbar.module';
5
3
  export { NavbarThemingComponent } from './navbar-theming/navbar-theming.component';
6
- export { NavbarThemingModule } from './navbar-theming/navbar-theming.module';
7
4
  export { RaisedNavbarComponent } from './raised-navbar/raised-navbar.component';
8
- export { RaisedNavbarModule } from './raised-navbar/raised-navbar.module';
9
5
  export { NAVBAR_EXAMPLES } from './examples';
10
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25hdmJhci9leGFtcGxlcy9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxvQ0FBb0MsQ0FBQztBQUN2RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQ0FBK0MsQ0FBQztBQUN6RixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQztBQUNuRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNuRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUM3RSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUMxRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgQmFzaWNOYXZiYXJDb21wb25lbnQgfSBmcm9tICcuL2Jhc2ljLW5hdmJhci9iYXNpYy1uYXZiYXIuY29tcG9uZW50JztcbmV4cG9ydCB7IEJhc2ljTmF2YmFyTW9kdWxlIH0gZnJvbSAnLi9iYXNpYy1uYXZiYXIvYmFzaWMtbmF2YmFyLm1vZHVsZSc7XG5leHBvcnQgeyBDb250YWluZWROYXZiYXJDb21wb25lbnQgfSBmcm9tICcuL2NvbnRhaW5lZC1uYXZiYXIvY29udGFpbmVkLW5hdmJhci5jb21wb25lbnQnO1xuZXhwb3J0IHsgQ29udGFpbmVkTmF2YmFyTW9kdWxlIH0gZnJvbSAnLi9jb250YWluZWQtbmF2YmFyL2NvbnRhaW5lZC1uYXZiYXIubW9kdWxlJztcbmV4cG9ydCB7IE5hdmJhclRoZW1pbmdDb21wb25lbnQgfSBmcm9tICcuL25hdmJhci10aGVtaW5nL25hdmJhci10aGVtaW5nLmNvbXBvbmVudCc7XG5leHBvcnQgeyBOYXZiYXJUaGVtaW5nTW9kdWxlIH0gZnJvbSAnLi9uYXZiYXItdGhlbWluZy9uYXZiYXItdGhlbWluZy5tb2R1bGUnO1xuZXhwb3J0IHsgUmFpc2VkTmF2YmFyQ29tcG9uZW50IH0gZnJvbSAnLi9yYWlzZWQtbmF2YmFyL3JhaXNlZC1uYXZiYXIuY29tcG9uZW50JztcbmV4cG9ydCB7IFJhaXNlZE5hdmJhck1vZHVsZSB9IGZyb20gJy4vcmFpc2VkLW5hdmJhci9yYWlzZWQtbmF2YmFyLm1vZHVsZSc7XG5leHBvcnQgeyBOQVZCQVJfRVhBTVBMRVMgfSBmcm9tICcuL2V4YW1wbGVzJztcbiJdfQ==
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25hdmJhci9leGFtcGxlcy9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUM3RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSwrQ0FBK0MsQ0FBQztBQUN6RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQztBQUNuRixPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUNoRixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgQmFzaWNOYXZiYXJDb21wb25lbnQgfSBmcm9tICcuL2Jhc2ljLW5hdmJhci9iYXNpYy1uYXZiYXIuY29tcG9uZW50JztcbmV4cG9ydCB7IENvbnRhaW5lZE5hdmJhckNvbXBvbmVudCB9IGZyb20gJy4vY29udGFpbmVkLW5hdmJhci9jb250YWluZWQtbmF2YmFyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBOYXZiYXJUaGVtaW5nQ29tcG9uZW50IH0gZnJvbSAnLi9uYXZiYXItdGhlbWluZy9uYXZiYXItdGhlbWluZy5jb21wb25lbnQnO1xuZXhwb3J0IHsgUmFpc2VkTmF2YmFyQ29tcG9uZW50IH0gZnJvbSAnLi9yYWlzZWQtbmF2YmFyL3JhaXNlZC1uYXZiYXIuY29tcG9uZW50JztcbmV4cG9ydCB7IE5BVkJBUl9FWEFNUExFUyB9IGZyb20gJy4vZXhhbXBsZXMnO1xuIl19
@@ -1,13 +1,15 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { DaffButtonModule } from '@daffodil/design/button';
3
+ import { DaffNavbarModule } from '@daffodil/design/navbar';
2
4
  import * as i0 from "@angular/core";
3
5
  import * as i1 from "@daffodil/design/navbar";
4
6
  import * as i2 from "@daffodil/design/button";
5
7
  export class RaisedNavbarComponent {
6
8
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: RaisedNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: RaisedNavbarComponent, selector: "raised-navbar", ngImport: i0, template: "<nav daff-navbar [raised]=\"true\" class=\"daff-raised-navbar\">\n\t<div class=\"daff-raised-navbar__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n", styles: [".daff-raised-navbar{justify-content:space-between}.daff-raised-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], dependencies: [{ kind: "component", type: i1.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["color", "raised"] }, { 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: RaisedNavbarComponent, isStandalone: true, selector: "raised-navbar", ngImport: i0, template: "<nav daff-navbar [raised]=\"true\" class=\"daff-raised-navbar\">\n\t<div class=\"daff-raised-navbar__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n", styles: [".daff-raised-navbar{justify-content:space-between}.daff-raised-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"], dependencies: [{ kind: "ngmodule", type: DaffNavbarModule }, { kind: "component", type: i1.DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: ["raised"] }, { 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: RaisedNavbarComponent, decorators: [{
10
12
  type: Component,
11
- args: [{ selector: 'raised-navbar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<nav daff-navbar [raised]=\"true\" class=\"daff-raised-navbar\">\n\t<div class=\"daff-raised-navbar__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n", styles: [".daff-raised-navbar{justify-content:space-between}.daff-raised-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"] }]
13
+ args: [{ selector: 'raised-navbar', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DaffNavbarModule, DaffButtonModule], template: "<nav daff-navbar [raised]=\"true\" class=\"daff-raised-navbar\">\n\t<div class=\"daff-raised-navbar__links\">\n\t\t<a href=\"/\">Home</a>\n\t\t<a href=\"/\">About Us</a>\n\t</div>\n\t<button daff-button>Contact Us</button>\n</nav>\n", styles: [".daff-raised-navbar{justify-content:space-between}.daff-raised-navbar__links>*{font-weight:700;font-size:1.125rem;padding:0 16px;text-decoration:none;text-transform:uppercase}\n"] }]
12
14
  }] });
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFpc2VkLW5hdmJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL3JhaXNlZC1uYXZiYXIvcmFpc2VkLW5hdmJhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL3JhaXNlZC1uYXZiYXIvcmFpc2VkLW5hdmJhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQzs7OztBQVN2QixNQUFNLE9BQU8scUJBQXFCO2tJQUFyQixxQkFBcUI7c0hBQXJCLHFCQUFxQixxRENabEMsME9BT0E7OzRGREthLHFCQUFxQjtrQkFQakMsU0FBUzsrQkFFRSxlQUFlLG1CQUdSLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAncmFpc2VkLW5hdmJhcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9yYWlzZWQtbmF2YmFyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vcmFpc2VkLW5hdmJhci5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgUmFpc2VkTmF2YmFyQ29tcG9uZW50IHt9XG4iLCI8bmF2IGRhZmYtbmF2YmFyIFtyYWlzZWRdPVwidHJ1ZVwiIGNsYXNzPVwiZGFmZi1yYWlzZWQtbmF2YmFyXCI+XG5cdDxkaXYgY2xhc3M9XCJkYWZmLXJhaXNlZC1uYXZiYXJfX2xpbmtzXCI+XG5cdFx0PGEgaHJlZj1cIi9cIj5Ib21lPC9hPlxuXHRcdDxhIGhyZWY9XCIvXCI+QWJvdXQgVXM8L2E+XG5cdDwvZGl2PlxuXHQ8YnV0dG9uIGRhZmYtYnV0dG9uPkNvbnRhY3QgVXM8L2J1dHRvbj5cbjwvbmF2PlxuIl19
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmFpc2VkLW5hdmJhci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL3JhaXNlZC1uYXZiYXIvcmFpc2VkLW5hdmJhci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9uYXZiYXIvZXhhbXBsZXMvc3JjL3JhaXNlZC1uYXZiYXIvcmFpc2VkLW5hdmJhci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7OztBQVczRCxNQUFNLE9BQU8scUJBQXFCO2tJQUFyQixxQkFBcUI7c0hBQXJCLHFCQUFxQix5RUNqQmxDLDBPQU9BLDBPRFFZLGdCQUFnQixxSUFBRSxnQkFBZ0I7OzRGQUVqQyxxQkFBcUI7a0JBVGpDLFNBQVM7K0JBRUUsZUFBZSxtQkFHUix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUCxDQUFDLGdCQUFnQixFQUFFLGdCQUFnQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IERhZmZCdXR0b25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL2J1dHRvbic7XG5pbXBvcnQgeyBEYWZmTmF2YmFyTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9uYXZiYXInO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdyYWlzZWQtbmF2YmFyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3JhaXNlZC1uYXZiYXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9yYWlzZWQtbmF2YmFyLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbRGFmZk5hdmJhck1vZHVsZSwgRGFmZkJ1dHRvbk1vZHVsZV0sXG59KVxuZXhwb3J0IGNsYXNzIFJhaXNlZE5hdmJhckNvbXBvbmVudCB7fVxuIiwiPG5hdiBkYWZmLW5hdmJhciBbcmFpc2VkXT1cInRydWVcIiBjbGFzcz1cImRhZmYtcmFpc2VkLW5hdmJhclwiPlxuXHQ8ZGl2IGNsYXNzPVwiZGFmZi1yYWlzZWQtbmF2YmFyX19saW5rc1wiPlxuXHRcdDxhIGhyZWY9XCIvXCI+SG9tZTwvYT5cblx0XHQ8YSBocmVmPVwiL1wiPkFib3V0IFVzPC9hPlxuXHQ8L2Rpdj5cblx0PGJ1dHRvbiBkYWZmLWJ1dHRvbj5Db250YWN0IFVzPC9idXR0b24+XG48L25hdj5cbiJdfQ==
@@ -1,20 +1,18 @@
1
- import { Component, Input, ElementRef, HostBinding, Renderer2, ChangeDetectionStrategy, } from '@angular/core';
2
- import { daffColorMixin, daffManageContainerLayoutMixin, } from '@daffodil/design';
1
+ import { Component, Input, HostBinding, ChangeDetectionStrategy, } from '@angular/core';
2
+ import { DaffColorableDirective, DaffManageContainerLayoutDirective, } from '@daffodil/design';
3
3
  import * as i0 from "@angular/core";
4
- /**
5
- * An _elementRef is needed for the Colorable mixin
6
- */
7
- class DaffNavbarBase {
8
- constructor(_elementRef, _renderer) {
9
- this._elementRef = _elementRef;
10
- this._renderer = _renderer;
11
- }
12
- }
13
- const _daffNavbarBase = daffManageContainerLayoutMixin(daffColorMixin(DaffNavbarBase));
4
+ import * as i1 from "@daffodil/design";
14
5
  /**
15
6
  * @inheritdoc
16
7
  */
17
- export class DaffNavbarComponent extends _daffNavbarBase {
8
+ export class DaffNavbarComponent {
9
+ constructor() {
10
+ this.raised = false;
11
+ /**
12
+ * @docs-private
13
+ */
14
+ this.hostClass = true;
15
+ }
18
16
  /**
19
17
  * @docs-private
20
18
  */
@@ -22,23 +20,19 @@ export class DaffNavbarComponent extends _daffNavbarBase {
22
20
  return this.raised;
23
21
  }
24
22
  ;
25
- constructor(elementRef, renderer) {
26
- super(elementRef, renderer);
27
- this.elementRef = elementRef;
28
- this.renderer = renderer;
29
- this.raised = false;
30
- /**
31
- * @docs-private
32
- */
33
- this.hostClass = true;
34
- }
35
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffNavbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
36
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: { color: "color", raised: "raised" }, host: { properties: { "class.daff-navbar--raised": "this.raisedClass", "class.daff-navbar": "this.hostClass" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
23
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffNavbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
24
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DaffNavbarComponent, selector: "nav[daff-navbar]", inputs: { raised: "raised" }, host: { properties: { "class.daff-navbar--raised": "this.raisedClass", "class.daff-navbar": "this.hostClass" } }, hostDirectives: [{ directive: i1.DaffManageContainerLayoutDirective }, { directive: i1.DaffColorableDirective, inputs: ["color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37
25
  }
38
26
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DaffNavbarComponent, decorators: [{
39
27
  type: Component,
40
- args: [{ selector: 'nav[daff-navbar]', template: '<ng-content></ng-content>', inputs: ['color'], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}\n"] }]
41
- }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { raised: [{
28
+ args: [{ selector: 'nav[daff-navbar]', template: '<ng-content></ng-content>', hostDirectives: [
29
+ { directive: DaffManageContainerLayoutDirective },
30
+ {
31
+ directive: DaffColorableDirective,
32
+ inputs: ['color'],
33
+ },
34
+ ], changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:flex;align-items:center;height:64px;width:100%;padding:0 16px}\n"] }]
35
+ }], propDecorators: { raised: [{
42
36
  type: Input
43
37
  }], raisedClass: [{
44
38
  type: HostBinding,
@@ -47,4 +41,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImpo
47
41
  type: HostBinding,
48
42
  args: ['class.daff-navbar']
49
43
  }] } });
50
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25hdmJhci9zcmMvbmF2YmFyL25hdmJhci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsVUFBVSxFQUNWLFdBQVcsRUFDWCxTQUFTLEVBQ1QsdUJBQXVCLEdBQ3hCLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFFTCxjQUFjLEVBQ2QsOEJBQThCLEdBQy9CLE1BQU0sa0JBQWtCLENBQUM7O0FBRTFCOztHQUVHO0FBQ0gsTUFBTSxjQUFjO0lBQ2xCLFlBQW1CLFdBQXVCLEVBQVMsU0FBb0I7UUFBcEQsZ0JBQVcsR0FBWCxXQUFXLENBQVk7UUFBUyxjQUFTLEdBQVQsU0FBUyxDQUFXO0lBQUcsQ0FBQztDQUM1RTtBQUVELE1BQU0sZUFBZSxHQUFHLDhCQUE4QixDQUFDLGNBQWMsQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDO0FBRXZGOztHQUVHO0FBV0gsTUFBTSxPQUFPLG1CQUFvQixTQUFRLGVBQWU7SUFJdEQ7O09BRUc7SUFDSCxJQUE4QyxXQUFXO1FBQ3ZELE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQztJQUNyQixDQUFDO0lBQUEsQ0FBQztJQU9GLFlBQW9CLFVBQXNCLEVBQVUsUUFBbUI7UUFDckUsS0FBSyxDQUFDLFVBQVUsRUFBRSxRQUFRLENBQUMsQ0FBQztRQURWLGVBQVUsR0FBVixVQUFVLENBQVk7UUFBVSxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBZDlELFdBQU0sR0FBRyxLQUFLLENBQUM7UUFTeEI7O1dBRUc7UUFDK0IsY0FBUyxHQUFHLElBQUksQ0FBQztJQUluRCxDQUFDO2tJQWxCVSxtQkFBbUI7c0hBQW5CLG1CQUFtQiwrT0FOcEIsMkJBQTJCOzs0RkFNMUIsbUJBQW1CO2tCQVYvQixTQUFTOytCQUVFLGtCQUFrQixZQUVsQiwyQkFBMkIsVUFHN0IsQ0FBQyxPQUFPLENBQUMsbUJBQ0EsdUJBQXVCLENBQUMsTUFBTTt1R0FJdEMsTUFBTTtzQkFBZCxLQUFLO2dCQUt3QyxXQUFXO3NCQUF4RCxXQUFXO3VCQUFDLDJCQUEyQjtnQkFPTixTQUFTO3NCQUExQyxXQUFXO3VCQUFDLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIEVsZW1lbnRSZWYsXG4gIEhvc3RCaW5kaW5nLFxuICBSZW5kZXJlcjIsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtcbiAgRGFmZkNvbG9yYWJsZSxcbiAgZGFmZkNvbG9yTWl4aW4sXG4gIGRhZmZNYW5hZ2VDb250YWluZXJMYXlvdXRNaXhpbixcbn0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5cbi8qKlxuICogQW4gX2VsZW1lbnRSZWYgaXMgbmVlZGVkIGZvciB0aGUgQ29sb3JhYmxlIG1peGluXG4gKi9cbmNsYXNzIERhZmZOYXZiYXJCYXNlIHtcbiAgY29uc3RydWN0b3IocHVibGljIF9lbGVtZW50UmVmOiBFbGVtZW50UmVmLCBwdWJsaWMgX3JlbmRlcmVyOiBSZW5kZXJlcjIpIHt9XG59XG5cbmNvbnN0IF9kYWZmTmF2YmFyQmFzZSA9IGRhZmZNYW5hZ2VDb250YWluZXJMYXlvdXRNaXhpbihkYWZmQ29sb3JNaXhpbihEYWZmTmF2YmFyQmFzZSkpO1xuXG4vKipcbiAqIEBpbmhlcml0ZG9jXG4gKi9cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ25hdltkYWZmLW5hdmJhcl0nLFxuICBzdHlsZVVybHM6IFsnLi9uYXZiYXIuY29tcG9uZW50LnNjc3MnXSxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgLy90b2RvKGRhbWllbndlYmRldik6IHJlbW92ZSBvbmNlIGRlY29yYXRvcnMgaGl0IHN0YWdlIDMgLSBodHRwczovL2dpdGh1Yi5jb20vbWljcm9zb2Z0L1R5cGVTY3JpcHQvaXNzdWVzLzczNDJcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9uby1pbnB1dHMtbWV0YWRhdGEtcHJvcGVydHlcbiAgaW5wdXRzOiBbJ2NvbG9yJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmTmF2YmFyQ29tcG9uZW50IGV4dGVuZHMgX2RhZmZOYXZiYXJCYXNlIGltcGxlbWVudHMgRGFmZkNvbG9yYWJsZSB7XG5cbiAgQElucHV0KCkgcmFpc2VkID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIEBIb3N0QmluZGluZygnY2xhc3MuZGFmZi1uYXZiYXItLXJhaXNlZCcpIGdldCByYWlzZWRDbGFzcygpIHtcbiAgICByZXR1cm4gdGhpcy5yYWlzZWQ7XG4gIH07XG5cbiAgLyoqXG4gICAqIEBkb2NzLXByaXZhdGVcbiAgICovXG4gIEBIb3N0QmluZGluZygnY2xhc3MuZGFmZi1uYXZiYXInKSBob3N0Q2xhc3MgPSB0cnVlO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZiwgcHJpdmF0ZSByZW5kZXJlcjogUmVuZGVyZXIyKSB7XG4gICAgc3VwZXIoZWxlbWVudFJlZiwgcmVuZGVyZXIpO1xuICB9XG59XG4iXX0=
44
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2YmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25hdmJhci9zcmMvbmF2YmFyL25hdmJhci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBQ0wsV0FBVyxFQUNYLHVCQUF1QixHQUN4QixNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQ0wsc0JBQXNCLEVBQ3RCLGtDQUFrQyxHQUNuQyxNQUFNLGtCQUFrQixDQUFDOzs7QUFFMUI7O0dBRUc7QUFlSCxNQUFNLE9BQU8sbUJBQW1CO0lBZGhDO1FBZ0JXLFdBQU0sR0FBRyxLQUFLLENBQUM7UUFTeEI7O1dBRUc7UUFDK0IsY0FBUyxHQUFHLElBQUksQ0FBQztLQUNwRDtJQVhDOztPQUVHO0lBQ0gsSUFBOEMsV0FBVztRQUN2RCxPQUFPLElBQUksQ0FBQyxNQUFNLENBQUM7SUFDckIsQ0FBQztJQUFBLENBQUM7a0lBVFMsbUJBQW1CO3NIQUFuQixtQkFBbUIsc1ZBVnBCLDJCQUEyQjs7NEZBVTFCLG1CQUFtQjtrQkFkL0IsU0FBUzsrQkFFRSxrQkFBa0IsWUFFbEIsMkJBQTJCLGtCQUNyQjt3QkFDZCxFQUFFLFNBQVMsRUFBRSxrQ0FBa0MsRUFBRTt3QkFDakQ7NEJBQ0UsU0FBUyxFQUFFLHNCQUFzQjs0QkFDakMsTUFBTSxFQUFFLENBQUMsT0FBTyxDQUFDO3lCQUNsQjtxQkFDRixtQkFDZ0IsdUJBQXVCLENBQUMsTUFBTTs4QkFJdEMsTUFBTTtzQkFBZCxLQUFLO2dCQUt3QyxXQUFXO3NCQUF4RCxXQUFXO3VCQUFDLDJCQUEyQjtnQkFPTixTQUFTO3NCQUExQyxXQUFXO3VCQUFDLG1CQUFtQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIEhvc3RCaW5kaW5nLFxuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7XG4gIERhZmZDb2xvcmFibGVEaXJlY3RpdmUsXG4gIERhZmZNYW5hZ2VDb250YWluZXJMYXlvdXREaXJlY3RpdmUsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG4vKipcbiAqIEBpbmhlcml0ZG9jXG4gKi9cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ25hdltkYWZmLW5hdmJhcl0nLFxuICBzdHlsZVVybHM6IFsnLi9uYXZiYXIuY29tcG9uZW50LnNjc3MnXSxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7IGRpcmVjdGl2ZTogRGFmZk1hbmFnZUNvbnRhaW5lckxheW91dERpcmVjdGl2ZSB9LFxuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogRGFmZkNvbG9yYWJsZURpcmVjdGl2ZSxcbiAgICAgIGlucHV0czogWydjb2xvciddLFxuICAgIH0sXG4gIF0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBEYWZmTmF2YmFyQ29tcG9uZW50IHtcblxuICBASW5wdXQoKSByYWlzZWQgPSBmYWxzZTtcblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5kYWZmLW5hdmJhci0tcmFpc2VkJykgZ2V0IHJhaXNlZENsYXNzKCkge1xuICAgIHJldHVybiB0aGlzLnJhaXNlZDtcbiAgfTtcblxuICAvKipcbiAgICogQGRvY3MtcHJpdmF0ZVxuICAgKi9cbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy5kYWZmLW5hdmJhcicpIGhvc3RDbGFzcyA9IHRydWU7XG59XG4iXX0=
@@ -1,11 +1,13 @@
1
+ import { NgIf } from '@angular/common';
1
2
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
3
+ import { FaIconComponent } from '@fortawesome/angular-fontawesome';
2
4
  import { faInfoCircle } from '@fortawesome/free-solid-svg-icons';
5
+ import { DaffPrefixSuffixModule } from '@daffodil/design';
6
+ import { DaffButtonModule } from '@daffodil/design/button';
7
+ import { DaffNotificationModule } from '@daffodil/design/notification';
3
8
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@daffodil/design/notification";
6
- import * as i3 from "@daffodil/design";
7
- import * as i4 from "@fortawesome/angular-fontawesome";
8
- import * as i5 from "@daffodil/design/button";
9
+ import * as i1 from "@daffodil/design/notification";
10
+ import * as i2 from "@daffodil/design";
9
11
  export class DefaultNotificationComponent {
10
12
  constructor() {
11
13
  this.faInfoCircle = faInfoCircle;
@@ -15,10 +17,16 @@ export class DefaultNotificationComponent {
15
17
  this.showNotification = !this.showNotification;
16
18
  }
17
19
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DefaultNotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DefaultNotificationComponent, selector: "default-notification", ngImport: i0, template: "<button daff-button (click)=\"toggleNotification()\">Show Notification</button>\n\n<daff-notification *ngIf=\"showNotification\" status=\"success\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n\t\t<button daff-flat-button size=\"sm\" color=\"theme-contrast\">Cancel</button>\n\t</div>\n</daff-notification>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i2.DaffNotificationActionsDirective, selector: "[daffNotificationActions]" }, { kind: "directive", type: i2.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i2.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i3.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "component", type: i4.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "component", type: i5.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 }); }
20
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DefaultNotificationComponent, isStandalone: true, selector: "default-notification", ngImport: i0, template: "<daff-notification>\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "ngmodule", type: DaffNotificationModule }, { kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { 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"] }, { kind: "ngmodule", type: DaffPrefixSuffixModule }, { kind: "ngmodule", type: DaffButtonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
19
21
  }
20
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DefaultNotificationComponent, decorators: [{
21
23
  type: Component,
22
- args: [{ selector: 'default-notification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button (click)=\"toggleNotification()\">Show Notification</button>\n\n<daff-notification *ngIf=\"showNotification\" status=\"success\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n\t\t<button daff-flat-button size=\"sm\" color=\"theme-contrast\">Cancel</button>\n\t</div>\n</daff-notification>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
24
+ args: [{ selector: 'default-notification', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
25
+ DaffNotificationModule,
26
+ FaIconComponent,
27
+ DaffPrefixSuffixModule,
28
+ DaffButtonModule,
29
+ NgIf,
30
+ ], template: "<daff-notification>\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
23
31
  }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmYXVsdC1ub3RpZmljYXRpb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbm90aWZpY2F0aW9uL2V4YW1wbGVzL3NyYy9kZWZhdWx0LW5vdGlmaWNhdGlvbi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL2RlZmF1bHQtbm90aWZpY2F0aW9uL2RlZmF1bHQtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7OztBQVNqRSxNQUFNLE9BQU8sNEJBQTRCO0lBUHpDO1FBUUUsaUJBQVksR0FBRyxZQUFZLENBQUM7UUFFNUIscUJBQWdCLEdBQUcsS0FBSyxDQUFDO0tBSzFCO0lBSEMsa0JBQWtCO1FBQ2hCLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQztJQUNqRCxDQUFDO2tJQVBVLDRCQUE0QjtzSEFBNUIsNEJBQTRCLDREQ2J6QywwaUJBVW9COzs0RkRHUCw0QkFBNEI7a0JBUHhDLFNBQVM7K0JBRUUsc0JBQXNCLG1CQUdmLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGZhSW5mb0NpcmNsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9mcmVlLXNvbGlkLXN2Zy1pY29ucyc7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2RlZmF1bHQtbm90aWZpY2F0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2RlZmF1bHQtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZGVmYXVsdC1ub3RpZmljYXRpb24uY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERlZmF1bHROb3RpZmljYXRpb25Db21wb25lbnQge1xuICBmYUluZm9DaXJjbGUgPSBmYUluZm9DaXJjbGU7XG5cbiAgc2hvd05vdGlmaWNhdGlvbiA9IGZhbHNlO1xuXG4gIHRvZ2dsZU5vdGlmaWNhdGlvbigpIHtcbiAgICB0aGlzLnNob3dOb3RpZmljYXRpb24gPSAhdGhpcy5zaG93Tm90aWZpY2F0aW9uO1xuICB9XG59XG4iLCI8YnV0dG9uIGRhZmYtYnV0dG9uIChjbGljayk9XCJ0b2dnbGVOb3RpZmljYXRpb24oKVwiPlNob3cgTm90aWZpY2F0aW9uPC9idXR0b24+XG5cbjxkYWZmLW5vdGlmaWNhdGlvbiAqbmdJZj1cInNob3dOb3RpZmljYXRpb25cIiBzdGF0dXM9XCJzdWNjZXNzXCI+XG5cdDxmYS1pY29uIGRhZmZQcmVmaXggW2ljb25dPVwiZmFJbmZvQ2lyY2xlXCI+PC9mYS1pY29uPlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25UaXRsZT5UaXRsZTwvZGl2PlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25TdWJ0aXRsZT5UaGlzIGlzIHRoZSBzdWJ0aXRsZSB3aXRoIGluZm9ybWF0aW9uPC9kaXY+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvbkFjdGlvbnM+XG5cdFx0PGJ1dHRvbiBkYWZmLWJ1dHRvbiBzaXplPVwic21cIiBjb2xvcj1cInRoZW1lLWNvbnRyYXN0XCI+Q29uZmlybTwvYnV0dG9uPlxuXHRcdDxidXR0b24gZGFmZi1mbGF0LWJ1dHRvbiBzaXplPVwic21cIiBjb2xvcj1cInRoZW1lLWNvbnRyYXN0XCI+Q2FuY2VsPC9idXR0b24+XG5cdDwvZGl2PlxuPC9kYWZmLW5vdGlmaWNhdGlvbj4iXX0=
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmYXVsdC1ub3RpZmljYXRpb24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vbm90aWZpY2F0aW9uL2V4YW1wbGVzL3NyYy9kZWZhdWx0LW5vdGlmaWNhdGlvbi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL2RlZmF1bHQtbm90aWZpY2F0aW9uL2RlZmF1bHQtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN2QyxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDbkUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBRWpFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQzFELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzNELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7O0FBaUJ2RSxNQUFNLE9BQU8sNEJBQTRCO0lBZnpDO1FBZ0JFLGlCQUFZLEdBQUcsWUFBWSxDQUFDO1FBRTVCLHFCQUFnQixHQUFHLEtBQUssQ0FBQztLQUsxQjtJQUhDLGtCQUFrQjtRQUNoQixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUM7SUFDakQsQ0FBQztrSUFQVSw0QkFBNEI7c0hBQTVCLDRCQUE0QixnRkMzQnpDLDROQUlvQixnSURnQmhCLHNCQUFzQixnZUFDdEIsZUFBZSxpUEFDZixzQkFBc0IsOEJBQ3RCLGdCQUFnQjs7NEZBSVAsNEJBQTRCO2tCQWZ4QyxTQUFTOytCQUVFLHNCQUFzQixtQkFHZix1QkFBdUIsQ0FBQyxNQUFNLGNBQ25DLElBQUksV0FDUDt3QkFDUCxzQkFBc0I7d0JBQ3RCLGVBQWU7d0JBQ2Ysc0JBQXNCO3dCQUN0QixnQkFBZ0I7d0JBQ2hCLElBQUk7cUJBQ0wiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ0lmIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRmFJY29uQ29tcG9uZW50IH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuaW1wb3J0IHsgZmFJbmZvQ2lyY2xlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuaW1wb3J0IHsgRGFmZlByZWZpeFN1ZmZpeE1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYnV0dG9uJztcbmltcG9ydCB7IERhZmZOb3RpZmljYXRpb25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL25vdGlmaWNhdGlvbic7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ2RlZmF1bHQtbm90aWZpY2F0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2RlZmF1bHQtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZGVmYXVsdC1ub3RpZmljYXRpb24uY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBEYWZmTm90aWZpY2F0aW9uTW9kdWxlLFxuICAgIEZhSWNvbkNvbXBvbmVudCxcbiAgICBEYWZmUHJlZml4U3VmZml4TW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gICAgTmdJZixcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRGVmYXVsdE5vdGlmaWNhdGlvbkNvbXBvbmVudCB7XG4gIGZhSW5mb0NpcmNsZSA9IGZhSW5mb0NpcmNsZTtcblxuICBzaG93Tm90aWZpY2F0aW9uID0gZmFsc2U7XG5cbiAgdG9nZ2xlTm90aWZpY2F0aW9uKCkge1xuICAgIHRoaXMuc2hvd05vdGlmaWNhdGlvbiA9ICF0aGlzLnNob3dOb3RpZmljYXRpb247XG4gIH1cbn1cbiIsIjxkYWZmLW5vdGlmaWNhdGlvbj5cblx0PGZhLWljb24gZGFmZlByZWZpeCBbaWNvbl09XCJmYUluZm9DaXJjbGVcIj48L2ZhLWljb24+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblRpdGxlPlRpdGxlPC9kaXY+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblN1YnRpdGxlPlRoaXMgaXMgdGhlIHN1YnRpdGxlIHdpdGggaW5mb3JtYXRpb248L2Rpdj5cbjwvZGFmZi1ub3RpZmljYXRpb24+Il19
@@ -1,10 +1,12 @@
1
+ import { NgIf } from '@angular/common';
1
2
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
3
+ import { FaIconComponent } from '@fortawesome/angular-fontawesome';
2
4
  import { faInfoCircle } from '@fortawesome/free-solid-svg-icons';
5
+ import { DaffPrefixSuffixModule } from '@daffodil/design';
6
+ import { DaffNotificationModule } from '@daffodil/design/notification';
3
7
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@daffodil/design/notification";
6
- import * as i3 from "@daffodil/design";
7
- import * as i4 from "@fortawesome/angular-fontawesome";
8
+ import * as i1 from "@daffodil/design/notification";
9
+ import * as i2 from "@daffodil/design";
8
10
  export class DismissibleNotificationComponent {
9
11
  constructor() {
10
12
  this.faInfoCircle = faInfoCircle;
@@ -14,10 +16,15 @@ export class DismissibleNotificationComponent {
14
16
  this.hidden = true;
15
17
  }
16
18
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DismissibleNotificationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DismissibleNotificationComponent, selector: "dismissible-notification", ngImport: i0, template: "<daff-notification *ngIf=\"!hidden\" dismissible=\"true\" (closeNotification)=\"hideNotification()\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i2.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i2.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i3.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "component", type: i4.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 }); }
19
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: DismissibleNotificationComponent, isStandalone: true, selector: "dismissible-notification", ngImport: i0, template: "<daff-notification *ngIf=\"!hidden\" dismissible=\"true\" (closeNotification)=\"hideNotification()\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"], dependencies: [{ kind: "ngmodule", type: DaffNotificationModule }, { kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { 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"] }, { kind: "ngmodule", type: DaffPrefixSuffixModule }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18
20
  }
19
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DismissibleNotificationComponent, decorators: [{
20
22
  type: Component,
21
- args: [{ selector: 'dismissible-notification', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-notification *ngIf=\"!hidden\" dismissible=\"true\" (closeNotification)=\"hideNotification()\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"] }]
23
+ args: [{ selector: 'dismissible-notification', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
24
+ DaffNotificationModule,
25
+ FaIconComponent,
26
+ DaffPrefixSuffixModule,
27
+ NgIf,
28
+ ], template: "<daff-notification *ngIf=\"!hidden\" dismissible=\"true\" (closeNotification)=\"hideNotification()\">\n\t<fa-icon daffPrefix [icon]=\"faInfoCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>", styles: [":host{display:flex;justify-content:center}\n"] }]
22
29
  }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzbWlzc2libGUtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25vdGlmaWNhdGlvbi9leGFtcGxlcy9zcmMvZGlzbWlzc2libGUtbm90aWZpY2F0aW9uL2Rpc21pc3NpYmxlLW5vdGlmaWNhdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL2Rpc21pc3NpYmxlLW5vdGlmaWNhdGlvbi9kaXNtaXNzaWJsZS1ub3RpZmljYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLG1DQUFtQyxDQUFDOzs7Ozs7QUFjakUsTUFBTSxPQUFPLGdDQUFnQztJQVo3QztRQWFFLGlCQUFZLEdBQUcsWUFBWSxDQUFDO1FBRTVCLFdBQU0sR0FBRyxLQUFLLENBQUM7S0FLaEI7SUFIQyxnQkFBZ0I7UUFDZCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQztJQUNyQixDQUFDO2tJQVBVLGdDQUFnQztzSEFBaEMsZ0NBQWdDLGdFQ2xCN0MsOFNBSW9COzs0RkRjUCxnQ0FBZ0M7a0JBWjVDLFNBQVM7K0JBRUUsMEJBQTBCLG1CQVFuQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBmYUluZm9DaXJjbGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdkaXNtaXNzaWJsZS1ub3RpZmljYXRpb24nLFxuICB0ZW1wbGF0ZVVybDogJy4vZGlzbWlzc2libGUtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbYFxuICAgIDpob3N0IHtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgICB9XG4gIGBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRGlzbWlzc2libGVOb3RpZmljYXRpb25Db21wb25lbnQge1xuICBmYUluZm9DaXJjbGUgPSBmYUluZm9DaXJjbGU7XG5cbiAgaGlkZGVuID0gZmFsc2U7XG5cbiAgaGlkZU5vdGlmaWNhdGlvbigpIHtcbiAgICB0aGlzLmhpZGRlbiA9IHRydWU7XG4gIH1cbn1cbiIsIjxkYWZmLW5vdGlmaWNhdGlvbiAqbmdJZj1cIiFoaWRkZW5cIiBkaXNtaXNzaWJsZT1cInRydWVcIiAoY2xvc2VOb3RpZmljYXRpb24pPVwiaGlkZU5vdGlmaWNhdGlvbigpXCI+XG5cdDxmYS1pY29uIGRhZmZQcmVmaXggW2ljb25dPVwiZmFJbmZvQ2lyY2xlXCI+PC9mYS1pY29uPlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25UaXRsZT5UaXRsZTwvZGl2PlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25TdWJ0aXRsZT5UaGlzIGlzIHRoZSBzdWJ0aXRsZSB3aXRoIGluZm9ybWF0aW9uPC9kaXY+XG48L2RhZmYtbm90aWZpY2F0aW9uPiJdfQ==
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlzbWlzc2libGUtbm90aWZpY2F0aW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25vdGlmaWNhdGlvbi9leGFtcGxlcy9zcmMvZGlzbWlzc2libGUtbm90aWZpY2F0aW9uL2Rpc21pc3NpYmxlLW5vdGlmaWNhdGlvbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL2Rpc21pc3NpYmxlLW5vdGlmaWNhdGlvbi9kaXNtaXNzaWJsZS1ub3RpZmljYXRpb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3ZDLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNuRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFFakUsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDMUQsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7Ozs7QUFxQnZFLE1BQU0sT0FBTyxnQ0FBZ0M7SUFuQjdDO1FBb0JFLGlCQUFZLEdBQUcsWUFBWSxDQUFDO1FBRTVCLFdBQU0sR0FBRyxLQUFLLENBQUM7S0FLaEI7SUFIQyxnQkFBZ0I7UUFDZCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksQ0FBQztJQUNyQixDQUFDO2tJQVBVLGdDQUFnQztzSEFBaEMsZ0NBQWdDLG9GQzlCN0MsOFNBSW9CLHFHRG9CaEIsc0JBQXNCLGdlQUN0QixlQUFlLGlQQUNmLHNCQUFzQiwrQkFDdEIsSUFBSTs7NEZBR0ssZ0NBQWdDO2tCQW5CNUMsU0FBUzsrQkFFRSwwQkFBMEIsbUJBUW5CLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLHNCQUFzQjt3QkFDdEIsZUFBZTt3QkFDZixzQkFBc0I7d0JBQ3RCLElBQUk7cUJBQ0wiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ0lmIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRmFJY29uQ29tcG9uZW50IH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuaW1wb3J0IHsgZmFJbmZvQ2lyY2xlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuaW1wb3J0IHsgRGFmZlByZWZpeFN1ZmZpeE1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuaW1wb3J0IHsgRGFmZk5vdGlmaWNhdGlvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbm90aWZpY2F0aW9uJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnZGlzbWlzc2libGUtbm90aWZpY2F0aW9uJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Rpc21pc3NpYmxlLW5vdGlmaWNhdGlvbi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlczogW2BcbiAgICA6aG9zdCB7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG4gICAgfVxuICBgXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBEYWZmTm90aWZpY2F0aW9uTW9kdWxlLFxuICAgIEZhSWNvbkNvbXBvbmVudCxcbiAgICBEYWZmUHJlZml4U3VmZml4TW9kdWxlLFxuICAgIE5nSWYsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIERpc21pc3NpYmxlTm90aWZpY2F0aW9uQ29tcG9uZW50IHtcbiAgZmFJbmZvQ2lyY2xlID0gZmFJbmZvQ2lyY2xlO1xuXG4gIGhpZGRlbiA9IGZhbHNlO1xuXG4gIGhpZGVOb3RpZmljYXRpb24oKSB7XG4gICAgdGhpcy5oaWRkZW4gPSB0cnVlO1xuICB9XG59XG4iLCI8ZGFmZi1ub3RpZmljYXRpb24gKm5nSWY9XCIhaGlkZGVuXCIgZGlzbWlzc2libGU9XCJ0cnVlXCIgKGNsb3NlTm90aWZpY2F0aW9uKT1cImhpZGVOb3RpZmljYXRpb24oKVwiPlxuXHQ8ZmEtaWNvbiBkYWZmUHJlZml4IFtpY29uXT1cImZhSW5mb0NpcmNsZVwiPjwvZmEtaWNvbj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uVGl0bGU+VGl0bGU8L2Rpdj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uU3VidGl0bGU+VGhpcyBpcyB0aGUgc3VidGl0bGUgd2l0aCBpbmZvcm1hdGlvbjwvZGl2PlxuPC9kYWZmLW5vdGlmaWNhdGlvbj4iXX0=
@@ -1,11 +1,14 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { UntypedFormControl } from '@angular/forms';
2
+ import { UntypedFormControl, ReactiveFormsModule, } from '@angular/forms';
3
+ import { FaIconComponent } from '@fortawesome/angular-fontawesome';
3
4
  import { faCheck, faExclamation, faInfoCircle, } from '@fortawesome/free-solid-svg-icons';
5
+ import { DaffPrefixSuffixModule } from '@daffodil/design';
6
+ import { DaffButtonModule } from '@daffodil/design/button';
7
+ import { DaffNotificationModule } from '@daffodil/design/notification';
4
8
  import * as i0 from "@angular/core";
5
9
  import * as i1 from "@daffodil/design/notification";
6
10
  import * as i2 from "@daffodil/design";
7
- import * as i3 from "@fortawesome/angular-fontawesome";
8
- import * as i4 from "@angular/forms";
11
+ import * as i3 from "@angular/forms";
9
12
  export class NotificationOrientationsComponent {
10
13
  constructor() {
11
14
  this.faInfoCircle = faInfoCircle;
@@ -14,10 +17,16 @@ export class NotificationOrientationsComponent {
14
17
  this.orientationControl = new UntypedFormControl('vertical');
15
18
  }
16
19
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NotificationOrientationsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: NotificationOrientationsComponent, selector: "notification-orientations", ngImport: i0, template: "<daff-notification [orientation]=\"orientationControl.value\">\n\t<fa-icon daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>\n\n<select [formControl]=\"orientationControl\">\n\t<option value=\"vertical\">Vertical</option>\n\t<option value=\"horizontal\">Horizontal</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "component", type: i3.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i4.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i4.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i4.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
20
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: NotificationOrientationsComponent, isStandalone: true, selector: "notification-orientations", ngImport: i0, template: "<daff-notification [orientation]=\"orientationControl.value\">\n\t<fa-icon daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>\n\n<select [formControl]=\"orientationControl\">\n\t<option value=\"vertical\">Vertical</option>\n\t<option value=\"horizontal\">Horizontal</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "ngmodule", type: DaffNotificationModule }, { kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { 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"] }, { kind: "ngmodule", type: DaffPrefixSuffixModule }, { kind: "ngmodule", type: DaffButtonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18
21
  }
19
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NotificationOrientationsComponent, decorators: [{
20
23
  type: Component,
21
- args: [{ selector: 'notification-orientations', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-notification [orientation]=\"orientationControl.value\">\n\t<fa-icon daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>\n\n<select [formControl]=\"orientationControl\">\n\t<option value=\"vertical\">Vertical</option>\n\t<option value=\"horizontal\">Horizontal</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
24
+ args: [{ selector: 'notification-orientations', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
25
+ DaffNotificationModule,
26
+ FaIconComponent,
27
+ DaffPrefixSuffixModule,
28
+ DaffButtonModule,
29
+ ReactiveFormsModule,
30
+ ], template: "<daff-notification [orientation]=\"orientationControl.value\">\n\t<fa-icon daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>\n\n<select [formControl]=\"orientationControl\">\n\t<option value=\"vertical\">Vertical</option>\n\t<option value=\"horizontal\">Horizontal</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
22
31
  }] });
23
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0wsT0FBTyxFQUNQLGFBQWEsRUFDYixZQUFZLEdBQ2IsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7O0FBUzNDLE1BQU0sT0FBTyxpQ0FBaUM7SUFQOUM7UUFRRSxpQkFBWSxHQUFHLFlBQVksQ0FBQztRQUM1QixZQUFPLEdBQUcsT0FBTyxDQUFDO1FBQ2xCLGtCQUFhLEdBQUcsYUFBYSxDQUFDO1FBRTlCLHVCQUFrQixHQUF1QixJQUFJLGtCQUFrQixDQUFDLFVBQVUsQ0FBQyxDQUFDO0tBQzdFO2tJQU5ZLGlDQUFpQztzSEFBakMsaUNBQWlDLGlFQ2xCOUMsd2JBU1M7OzRGRFNJLGlDQUFpQztrQkFQN0MsU0FBUzsrQkFFRSwyQkFBMkIsbUJBR3BCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVudHlwZWRGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7XG4gIGZhQ2hlY2ssXG4gIGZhRXhjbGFtYXRpb24sXG4gIGZhSW5mb0NpcmNsZSxcbn0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucycsXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3RpZmljYXRpb24tb3JpZW50YXRpb25zLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uT3JpZW50YXRpb25zQ29tcG9uZW50IHtcbiAgZmFJbmZvQ2lyY2xlID0gZmFJbmZvQ2lyY2xlO1xuICBmYUNoZWNrID0gZmFDaGVjaztcbiAgZmFFeGNsYW1hdGlvbiA9IGZhRXhjbGFtYXRpb247XG5cbiAgb3JpZW50YXRpb25Db250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wgPSBuZXcgVW50eXBlZEZvcm1Db250cm9sKCd2ZXJ0aWNhbCcpO1xufVxuIiwiPGRhZmYtbm90aWZpY2F0aW9uIFtvcmllbnRhdGlvbl09XCJvcmllbnRhdGlvbkNvbnRyb2wudmFsdWVcIj5cblx0PGZhLWljb24gZGFmZlByZWZpeCBbaWNvbl09XCJmYUNoZWNrXCIgW2ZpeGVkV2lkdGhdPVwidHJ1ZVwiPjwvZmEtaWNvbj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uVGl0bGU+VGl0bGU8L2Rpdj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uU3VidGl0bGU+VGhpcyBpcyB0aGUgc3VidGl0bGUgd2l0aCBpbmZvcm1hdGlvbjwvZGl2PlxuPC9kYWZmLW5vdGlmaWNhdGlvbj5cblxuPHNlbGVjdCBbZm9ybUNvbnRyb2xdPVwib3JpZW50YXRpb25Db250cm9sXCI+XG5cdDxvcHRpb24gdmFsdWU9XCJ2ZXJ0aWNhbFwiPlZlcnRpY2FsPC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJob3Jpem9udGFsXCI+SG9yaXpvbnRhbDwvb3B0aW9uPlxuPC9zZWxlY3Q+Il19
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMvbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQ0wsa0JBQWtCLEVBQ2xCLG1CQUFtQixHQUNwQixNQUFNLGdCQUFnQixDQUFDO0FBQ3hCLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNuRSxPQUFPLEVBQ0wsT0FBTyxFQUNQLGFBQWEsRUFDYixZQUFZLEdBQ2IsTUFBTSxtQ0FBbUMsQ0FBQztBQUUzQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUMxRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQzs7Ozs7QUFpQnZFLE1BQU0sT0FBTyxpQ0FBaUM7SUFmOUM7UUFnQkUsaUJBQVksR0FBRyxZQUFZLENBQUM7UUFDNUIsWUFBTyxHQUFHLE9BQU8sQ0FBQztRQUNsQixrQkFBYSxHQUFHLGFBQWEsQ0FBQztRQUU5Qix1QkFBa0IsR0FBdUIsSUFBSSxrQkFBa0IsQ0FBQyxVQUFVLENBQUMsQ0FBQztLQUM3RTtrSUFOWSxpQ0FBaUM7c0hBQWpDLGlDQUFpQyxxRkNsQzlDLHdiQVNTLGdJRGtCTCxzQkFBc0IsZ2VBQ3RCLGVBQWUsaVBBQ2Ysc0JBQXNCLDhCQUN0QixnQkFBZ0IsOEJBQ2hCLG1CQUFtQjs7NEZBR1YsaUNBQWlDO2tCQWY3QyxTQUFTOytCQUVFLDJCQUEyQixtQkFHcEIsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7d0JBQ1Asc0JBQXNCO3dCQUN0QixlQUFlO3dCQUNmLHNCQUFzQjt3QkFDdEIsZ0JBQWdCO3dCQUNoQixtQkFBbUI7cUJBQ3BCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1xuICBVbnR5cGVkRm9ybUNvbnRyb2wsXG4gIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEZhSWNvbkNvbXBvbmVudCB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcbmltcG9ydCB7XG4gIGZhQ2hlY2ssXG4gIGZhRXhjbGFtYXRpb24sXG4gIGZhSW5mb0NpcmNsZSxcbn0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuaW1wb3J0IHsgRGFmZlByZWZpeFN1ZmZpeE1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYnV0dG9uJztcbmltcG9ydCB7IERhZmZOb3RpZmljYXRpb25Nb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL25vdGlmaWNhdGlvbic7XG5cbkBDb21wb25lbnQoe1xuICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2NvbXBvbmVudC1zZWxlY3RvclxuICBzZWxlY3RvcjogJ25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMnLFxuICB0ZW1wbGF0ZVVybDogJy4vbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBEYWZmTm90aWZpY2F0aW9uTW9kdWxlLFxuICAgIEZhSWNvbkNvbXBvbmVudCxcbiAgICBEYWZmUHJlZml4U3VmZml4TW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uT3JpZW50YXRpb25zQ29tcG9uZW50IHtcbiAgZmFJbmZvQ2lyY2xlID0gZmFJbmZvQ2lyY2xlO1xuICBmYUNoZWNrID0gZmFDaGVjaztcbiAgZmFFeGNsYW1hdGlvbiA9IGZhRXhjbGFtYXRpb247XG5cbiAgb3JpZW50YXRpb25Db250cm9sOiBVbnR5cGVkRm9ybUNvbnRyb2wgPSBuZXcgVW50eXBlZEZvcm1Db250cm9sKCd2ZXJ0aWNhbCcpO1xufVxuIiwiPGRhZmYtbm90aWZpY2F0aW9uIFtvcmllbnRhdGlvbl09XCJvcmllbnRhdGlvbkNvbnRyb2wudmFsdWVcIj5cblx0PGZhLWljb24gZGFmZlByZWZpeCBbaWNvbl09XCJmYUNoZWNrXCIgW2ZpeGVkV2lkdGhdPVwidHJ1ZVwiPjwvZmEtaWNvbj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uVGl0bGU+VGl0bGU8L2Rpdj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uU3VidGl0bGU+VGhpcyBpcyB0aGUgc3VidGl0bGUgd2l0aCBpbmZvcm1hdGlvbjwvZGl2PlxuPC9kYWZmLW5vdGlmaWNhdGlvbj5cblxuPHNlbGVjdCBbZm9ybUNvbnRyb2xdPVwib3JpZW50YXRpb25Db250cm9sXCI+XG5cdDxvcHRpb24gdmFsdWU9XCJ2ZXJ0aWNhbFwiPlZlcnRpY2FsPC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJob3Jpem9udGFsXCI+SG9yaXpvbnRhbDwvb3B0aW9uPlxuPC9zZWxlY3Q+Il19
@@ -1,12 +1,15 @@
1
+ import { NgIf } from '@angular/common';
1
2
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
- import { UntypedFormControl } from '@angular/forms';
3
+ import { UntypedFormControl, ReactiveFormsModule, } from '@angular/forms';
4
+ import { FaIconComponent } from '@fortawesome/angular-fontawesome';
3
5
  import { faCheck, faExclamation, faInfoCircle, } from '@fortawesome/free-solid-svg-icons';
6
+ import { DaffPrefixSuffixModule } from '@daffodil/design';
7
+ import { DaffButtonModule } from '@daffodil/design/button';
8
+ import { DaffNotificationModule } from '@daffodil/design/notification';
4
9
  import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- import * as i2 from "@daffodil/design/notification";
7
- import * as i3 from "@daffodil/design";
8
- import * as i4 from "@fortawesome/angular-fontawesome";
9
- import * as i5 from "@angular/forms";
10
+ import * as i1 from "@daffodil/design/notification";
11
+ import * as i2 from "@daffodil/design";
12
+ import * as i3 from "@angular/forms";
10
13
  export class NotificationStatusComponent {
11
14
  constructor() {
12
15
  this.faInfoCircle = faInfoCircle;
@@ -15,10 +18,17 @@ export class NotificationStatusComponent {
15
18
  this.statusControl = new UntypedFormControl('success');
16
19
  }
17
20
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NotificationStatusComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: NotificationStatusComponent, selector: "notification-status", ngImport: i0, template: "<daff-notification [status]=\"statusControl.value\">\n\t<fa-icon *ngIf=\"statusControl.value === 'success'\" daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<fa-icon *ngIf=\"statusControl.value === 'warn'\" daffPrefix [icon]=\"faExclamation\" [fixedWidth]=\"true\"></fa-icon>\n\t<fa-icon *ngIf=\"statusControl.value === 'error'\" daffPrefix [icon]=\"faExclamation\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>\n\n<select [formControl]=\"statusControl\">\n\t<option value=\"success\">Success</option>\n\t<option value=\"warn\">Warn</option>\n\t<option value=\"error\">Error</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i2.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i2.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i3.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "component", type: i4.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "directive", type: i5.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
21
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: NotificationStatusComponent, isStandalone: true, selector: "notification-status", ngImport: i0, template: "<daff-notification [status]=\"statusControl.value\">\n\t<fa-icon *ngIf=\"statusControl.value === 'success'\" daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<fa-icon *ngIf=\"statusControl.value === 'warn'\" daffPrefix [icon]=\"faExclamation\" [fixedWidth]=\"true\"></fa-icon>\n\t<fa-icon *ngIf=\"statusControl.value === 'danger'\" daffPrefix [icon]=\"faExclamation\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>\n\n<select [formControl]=\"statusControl\">\n\t<option value=\"success\">Success</option>\n\t<option value=\"warn\">Warn</option>\n\t<option value=\"danger\">Danger</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "ngmodule", type: DaffNotificationModule }, { kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { 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"] }, { kind: "ngmodule", type: DaffPrefixSuffixModule }, { kind: "ngmodule", type: DaffButtonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i3.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
19
22
  }
20
23
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NotificationStatusComponent, decorators: [{
21
24
  type: Component,
22
- args: [{ selector: 'notification-status', changeDetection: ChangeDetectionStrategy.OnPush, template: "<daff-notification [status]=\"statusControl.value\">\n\t<fa-icon *ngIf=\"statusControl.value === 'success'\" daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<fa-icon *ngIf=\"statusControl.value === 'warn'\" daffPrefix [icon]=\"faExclamation\" [fixedWidth]=\"true\"></fa-icon>\n\t<fa-icon *ngIf=\"statusControl.value === 'error'\" daffPrefix [icon]=\"faExclamation\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>\n\n<select [formControl]=\"statusControl\">\n\t<option value=\"success\">Success</option>\n\t<option value=\"warn\">Warn</option>\n\t<option value=\"error\">Error</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
25
+ args: [{ selector: 'notification-status', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
26
+ DaffNotificationModule,
27
+ NgIf,
28
+ FaIconComponent,
29
+ DaffPrefixSuffixModule,
30
+ DaffButtonModule,
31
+ ReactiveFormsModule,
32
+ ], template: "<daff-notification [status]=\"statusControl.value\">\n\t<fa-icon *ngIf=\"statusControl.value === 'success'\" daffPrefix [icon]=\"faCheck\" [fixedWidth]=\"true\"></fa-icon>\n\t<fa-icon *ngIf=\"statusControl.value === 'warn'\" daffPrefix [icon]=\"faExclamation\" [fixedWidth]=\"true\"></fa-icon>\n\t<fa-icon *ngIf=\"statusControl.value === 'danger'\" daffPrefix [icon]=\"faExclamation\" [fixedWidth]=\"true\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n</daff-notification>\n\n<select [formControl]=\"statusControl\">\n\t<option value=\"success\">Success</option>\n\t<option value=\"warn\">Warn</option>\n\t<option value=\"danger\">Danger</option>\n</select>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
23
33
  }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1zdGF0dXMvbm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1zdGF0dXMvbm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNwRCxPQUFPLEVBQ0wsT0FBTyxFQUNQLGFBQWEsRUFDYixZQUFZLEdBQ2IsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7OztBQVMzQyxNQUFNLE9BQU8sMkJBQTJCO0lBUHhDO1FBUUUsaUJBQVksR0FBRyxZQUFZLENBQUM7UUFDNUIsWUFBTyxHQUFHLE9BQU8sQ0FBQztRQUNsQixrQkFBYSxHQUFHLGFBQWEsQ0FBQztRQUU5QixrQkFBYSxHQUF1QixJQUFJLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxDQUFDO0tBQ3ZFO2tJQU5ZLDJCQUEyQjtzSEFBM0IsMkJBQTJCLDJEQ2xCeEMsc3VCQVlTOzs0RkRNSSwyQkFBMkI7a0JBUHZDLFNBQVM7K0JBRUUscUJBQXFCLG1CQUdkLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFVudHlwZWRGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7XG4gIGZhQ2hlY2ssXG4gIGZhRXhjbGFtYXRpb24sXG4gIGZhSW5mb0NpcmNsZSxcbn0gZnJvbSAnQGZvcnRhd2Vzb21lL2ZyZWUtc29saWQtc3ZnLWljb25zJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnbm90aWZpY2F0aW9uLXN0YXR1cycsXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3RpZmljYXRpb24tc3RhdHVzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uU3RhdHVzQ29tcG9uZW50IHtcbiAgZmFJbmZvQ2lyY2xlID0gZmFJbmZvQ2lyY2xlO1xuICBmYUNoZWNrID0gZmFDaGVjaztcbiAgZmFFeGNsYW1hdGlvbiA9IGZhRXhjbGFtYXRpb247XG5cbiAgc3RhdHVzQ29udHJvbDogVW50eXBlZEZvcm1Db250cm9sID0gbmV3IFVudHlwZWRGb3JtQ29udHJvbCgnc3VjY2VzcycpO1xufVxuIiwiPGRhZmYtbm90aWZpY2F0aW9uIFtzdGF0dXNdPVwic3RhdHVzQ29udHJvbC52YWx1ZVwiPlxuXHQ8ZmEtaWNvbiAqbmdJZj1cInN0YXR1c0NvbnRyb2wudmFsdWUgPT09ICdzdWNjZXNzJ1wiIGRhZmZQcmVmaXggW2ljb25dPVwiZmFDaGVja1wiIFtmaXhlZFdpZHRoXT1cInRydWVcIj48L2ZhLWljb24+XG5cdDxmYS1pY29uICpuZ0lmPVwic3RhdHVzQ29udHJvbC52YWx1ZSA9PT0gJ3dhcm4nXCIgZGFmZlByZWZpeCBbaWNvbl09XCJmYUV4Y2xhbWF0aW9uXCIgW2ZpeGVkV2lkdGhdPVwidHJ1ZVwiPjwvZmEtaWNvbj5cblx0PGZhLWljb24gKm5nSWY9XCJzdGF0dXNDb250cm9sLnZhbHVlID09PSAnZXJyb3InXCIgZGFmZlByZWZpeCBbaWNvbl09XCJmYUV4Y2xhbWF0aW9uXCIgW2ZpeGVkV2lkdGhdPVwidHJ1ZVwiPjwvZmEtaWNvbj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uVGl0bGU+VGl0bGU8L2Rpdj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uU3VidGl0bGU+VGhpcyBpcyB0aGUgc3VidGl0bGUgd2l0aCBpbmZvcm1hdGlvbjwvZGl2PlxuPC9kYWZmLW5vdGlmaWNhdGlvbj5cblxuPHNlbGVjdCBbZm9ybUNvbnRyb2xdPVwic3RhdHVzQ29udHJvbFwiPlxuXHQ8b3B0aW9uIHZhbHVlPVwic3VjY2Vzc1wiPlN1Y2Nlc3M8L29wdGlvbj5cblx0PG9wdGlvbiB2YWx1ZT1cIndhcm5cIj5XYXJuPC9vcHRpb24+XG5cdDxvcHRpb24gdmFsdWU9XCJlcnJvclwiPkVycm9yPC9vcHRpb24+XG48L3NlbGVjdD4iXX0=
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1zdGF0dXMvbm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi1zdGF0dXMvbm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsSUFBSSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDdkMsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUNMLGtCQUFrQixFQUNsQixtQkFBbUIsR0FDcEIsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4QixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0NBQWtDLENBQUM7QUFDbkUsT0FBTyxFQUNMLE9BQU8sRUFDUCxhQUFhLEVBQ2IsWUFBWSxHQUNiLE1BQU0sbUNBQW1DLENBQUM7QUFFM0MsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDM0QsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sK0JBQStCLENBQUM7Ozs7O0FBa0J2RSxNQUFNLE9BQU8sMkJBQTJCO0lBaEJ4QztRQWlCRSxpQkFBWSxHQUFHLFlBQVksQ0FBQztRQUM1QixZQUFPLEdBQUcsT0FBTyxDQUFDO1FBQ2xCLGtCQUFhLEdBQUcsYUFBYSxDQUFDO1FBRTlCLGtCQUFhLEdBQXVCLElBQUksa0JBQWtCLENBQUMsU0FBUyxDQUFDLENBQUM7S0FDdkU7a0lBTlksMkJBQTJCO3NIQUEzQiwyQkFBMkIsK0VDcEN4Qyx5dUJBWVMsZ0lEZ0JMLHNCQUFzQixnZUFDdEIsSUFBSSw2RkFDSixlQUFlLGlQQUNmLHNCQUFzQiw4QkFDdEIsZ0JBQWdCLDhCQUNoQixtQkFBbUI7OzRGQUdWLDJCQUEyQjtrQkFoQnZDLFNBQVM7K0JBRUUscUJBQXFCLG1CQUdkLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLHNCQUFzQjt3QkFDdEIsSUFBSTt3QkFDSixlQUFlO3dCQUNmLHNCQUFzQjt3QkFDdEIsZ0JBQWdCO3dCQUNoQixtQkFBbUI7cUJBQ3BCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdJZiB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7XG4gIFVudHlwZWRGb3JtQ29udHJvbCxcbiAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgRmFJY29uQ29tcG9uZW50IH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuaW1wb3J0IHtcbiAgZmFDaGVjayxcbiAgZmFFeGNsYW1hdGlvbixcbiAgZmFJbmZvQ2lyY2xlLFxufSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5pbXBvcnQgeyBEYWZmUHJlZml4U3VmZml4TW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbic7XG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9idXR0b24nO1xuaW1wb3J0IHsgRGFmZk5vdGlmaWNhdGlvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbm90aWZpY2F0aW9uJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnbm90aWZpY2F0aW9uLXN0YXR1cycsXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3RpZmljYXRpb24tc3RhdHVzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vbm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIERhZmZOb3RpZmljYXRpb25Nb2R1bGUsXG4gICAgTmdJZixcbiAgICBGYUljb25Db21wb25lbnQsXG4gICAgRGFmZlByZWZpeFN1ZmZpeE1vZHVsZSxcbiAgICBEYWZmQnV0dG9uTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIE5vdGlmaWNhdGlvblN0YXR1c0NvbXBvbmVudCB7XG4gIGZhSW5mb0NpcmNsZSA9IGZhSW5mb0NpcmNsZTtcbiAgZmFDaGVjayA9IGZhQ2hlY2s7XG4gIGZhRXhjbGFtYXRpb24gPSBmYUV4Y2xhbWF0aW9uO1xuXG4gIHN0YXR1c0NvbnRyb2w6IFVudHlwZWRGb3JtQ29udHJvbCA9IG5ldyBVbnR5cGVkRm9ybUNvbnRyb2woJ3N1Y2Nlc3MnKTtcbn1cbiIsIjxkYWZmLW5vdGlmaWNhdGlvbiBbc3RhdHVzXT1cInN0YXR1c0NvbnRyb2wudmFsdWVcIj5cblx0PGZhLWljb24gKm5nSWY9XCJzdGF0dXNDb250cm9sLnZhbHVlID09PSAnc3VjY2VzcydcIiBkYWZmUHJlZml4IFtpY29uXT1cImZhQ2hlY2tcIiBbZml4ZWRXaWR0aF09XCJ0cnVlXCI+PC9mYS1pY29uPlxuXHQ8ZmEtaWNvbiAqbmdJZj1cInN0YXR1c0NvbnRyb2wudmFsdWUgPT09ICd3YXJuJ1wiIGRhZmZQcmVmaXggW2ljb25dPVwiZmFFeGNsYW1hdGlvblwiIFtmaXhlZFdpZHRoXT1cInRydWVcIj48L2ZhLWljb24+XG5cdDxmYS1pY29uICpuZ0lmPVwic3RhdHVzQ29udHJvbC52YWx1ZSA9PT0gJ2RhbmdlcidcIiBkYWZmUHJlZml4IFtpY29uXT1cImZhRXhjbGFtYXRpb25cIiBbZml4ZWRXaWR0aF09XCJ0cnVlXCI+PC9mYS1pY29uPlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25UaXRsZT5UaXRsZTwvZGl2PlxuXHQ8ZGl2IGRhZmZOb3RpZmljYXRpb25TdWJ0aXRsZT5UaGlzIGlzIHRoZSBzdWJ0aXRsZSB3aXRoIGluZm9ybWF0aW9uPC9kaXY+XG48L2RhZmYtbm90aWZpY2F0aW9uPlxuXG48c2VsZWN0IFtmb3JtQ29udHJvbF09XCJzdGF0dXNDb250cm9sXCI+XG5cdDxvcHRpb24gdmFsdWU9XCJzdWNjZXNzXCI+U3VjY2Vzczwvb3B0aW9uPlxuXHQ8b3B0aW9uIHZhbHVlPVwid2FyblwiPldhcm48L29wdGlvbj5cblx0PG9wdGlvbiB2YWx1ZT1cImRhbmdlclwiPkRhbmdlcjwvb3B0aW9uPlxuPC9zZWxlY3Q+Il19
@@ -1,11 +1,13 @@
1
1
  import { ChangeDetectionStrategy, Component, } from '@angular/core';
2
+ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
2
3
  import { faExclamationCircle } from '@fortawesome/free-solid-svg-icons';
4
+ import { DaffButtonModule } from '@daffodil/design/button';
5
+ import { DaffNotificationModule } from '@daffodil/design/notification';
3
6
  import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "@daffodil/design/notification";
6
- import * as i3 from "@daffodil/design";
7
- import * as i4 from "@fortawesome/angular-fontawesome";
8
- import * as i5 from "@daffodil/design/button";
7
+ import * as i1 from "@daffodil/design/notification";
8
+ import * as i2 from "@daffodil/design";
9
+ import * as i3 from "@fortawesome/angular-fontawesome";
10
+ import * as i4 from "@daffodil/design/button";
9
11
  export class NotificationWithActionsComponent {
10
12
  constructor() {
11
13
  this.faExclamationCircle = faExclamationCircle;
@@ -15,10 +17,14 @@ export class NotificationWithActionsComponent {
15
17
  this.showNotification = !this.showNotification;
16
18
  }
17
19
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NotificationWithActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: NotificationWithActionsComponent, selector: "notification-with-actions", ngImport: i0, template: "<button daff-button (click)=\"toggleNotification()\">\n\t<ng-container *ngIf=\"showNotification\">Show Notification</ng-container>\n\t<ng-container *ngIf=\"!showNotification\">Hide Notification</ng-container>\n</button>\n\n<daff-notification status=\"error\" *ngIf=\"showNotification\">\n\t<fa-icon daffPrefix [icon]=\"faExclamationCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n\t\t<button daff-flat-button size=\"sm\" color=\"theme-contrast\">Cancel</button>\n\t</div>\n</daff-notification>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DaffNotificationComponent, selector: "daff-notification", inputs: ["status", "dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i2.DaffNotificationActionsDirective, selector: "[daffNotificationActions]" }, { kind: "directive", type: i2.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i2.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i3.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "component", type: i4.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "component", type: i5.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 }); }
20
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.10", type: NotificationWithActionsComponent, isStandalone: true, selector: "notification-with-actions", ngImport: i0, template: "<daff-notification>\n <fa-icon daffPrefix [icon]=\"faExclamationCircle\"></fa-icon>\n <div daffNotificationTitle>Title</div>\n <div daffNotificationSubtitle>This is the subtitle with information</div>\n <div daffNotificationActions>\n <button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n <button daff-flat-button size=\"sm\" color=\"theme-contrast\">Cancel</button>\n </div>\n</daff-notification>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"], dependencies: [{ kind: "ngmodule", type: DaffNotificationModule }, { kind: "component", type: i1.DaffNotificationComponent, selector: "daff-notification", inputs: ["dismissible", "orientation"], outputs: ["closeNotification"] }, { kind: "directive", type: i1.DaffNotificationActionsDirective, selector: "[daffNotificationActions]" }, { kind: "directive", type: i1.DaffNotificationTitleDirective, selector: "[daffNotificationTitle]" }, { kind: "directive", type: i1.DaffNotificationSubtitleDirective, selector: "[daffNotificationSubtitle]" }, { kind: "directive", type: i2.DaffPrefixDirective, selector: "[daffPrefix]" }, { kind: "ngmodule", type: FontAwesomeModule }, { kind: "component", type: i3.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "animation", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }, { kind: "ngmodule", type: DaffButtonModule }, { kind: "component", type: i4.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 }); }
19
21
  }
20
22
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: NotificationWithActionsComponent, decorators: [{
21
23
  type: Component,
22
- args: [{ selector: 'notification-with-actions', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button daff-button (click)=\"toggleNotification()\">\n\t<ng-container *ngIf=\"showNotification\">Show Notification</ng-container>\n\t<ng-container *ngIf=\"!showNotification\">Hide Notification</ng-container>\n</button>\n\n<daff-notification status=\"error\" *ngIf=\"showNotification\">\n\t<fa-icon daffPrefix [icon]=\"faExclamationCircle\"></fa-icon>\n\t<div daffNotificationTitle>Title</div>\n\t<div daffNotificationSubtitle>This is the subtitle with information</div>\n\t<div daffNotificationActions>\n\t\t<button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n\t\t<button daff-flat-button size=\"sm\" color=\"theme-contrast\">Cancel</button>\n\t</div>\n</daff-notification>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
24
+ args: [{ selector: 'notification-with-actions', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
25
+ DaffNotificationModule,
26
+ FontAwesomeModule,
27
+ DaffButtonModule,
28
+ ], template: "<daff-notification>\n <fa-icon daffPrefix [icon]=\"faExclamationCircle\"></fa-icon>\n <div daffNotificationTitle>Title</div>\n <div daffNotificationSubtitle>This is the subtitle with information</div>\n <div daffNotificationActions>\n <button daff-button size=\"sm\" color=\"theme-contrast\">Confirm</button>\n <button daff-flat-button size=\"sm\" color=\"theme-contrast\">Cancel</button>\n </div>\n</daff-notification>", styles: [":host{display:flex;flex-direction:column;align-items:center;gap:16px}\n"] }]
23
29
  }] });
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLXdpdGgtYWN0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi13aXRoLWFjdGlvbnMvbm90aWZpY2F0aW9uLXdpdGgtYWN0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi13aXRoLWFjdGlvbnMvbm90aWZpY2F0aW9uLXdpdGgtYWN0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQzs7Ozs7OztBQWdCeEUsTUFBTSxPQUFPLGdDQUFnQztJQWQ3QztRQWVFLHdCQUFtQixHQUFHLG1CQUFtQixDQUFDO1FBRTFDLHFCQUFnQixHQUFHLEtBQUssQ0FBQztLQUsxQjtJQUhDLGtCQUFrQjtRQUNoQixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUM7SUFDakQsQ0FBQztrSUFQVSxnQ0FBZ0M7c0hBQWhDLGdDQUFnQyxpRUNwQjdDLDJyQkFhb0I7OzRGRE9QLGdDQUFnQztrQkFkNUMsU0FBUzsrQkFFRSwyQkFBMkIsbUJBVXBCLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGZhRXhjbGFtYXRpb25DaXJjbGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcbiAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEBhbmd1bGFyLWVzbGludC9jb21wb25lbnQtc2VsZWN0b3JcbiAgc2VsZWN0b3I6ICdub3RpZmljYXRpb24td2l0aC1hY3Rpb25zJyxcbiAgdGVtcGxhdGVVcmw6ICcuL25vdGlmaWNhdGlvbi13aXRoLWFjdGlvbnMuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZXM6IFtgXG4gICAgOmhvc3Qge1xuICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgZ2FwOiAxNnB4O1xuICAgIH1cbiAgYF0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBOb3RpZmljYXRpb25XaXRoQWN0aW9uc0NvbXBvbmVudCB7XG4gIGZhRXhjbGFtYXRpb25DaXJjbGUgPSBmYUV4Y2xhbWF0aW9uQ2lyY2xlO1xuXG4gIHNob3dOb3RpZmljYXRpb24gPSBmYWxzZTtcblxuICB0b2dnbGVOb3RpZmljYXRpb24oKSB7XG4gICAgdGhpcy5zaG93Tm90aWZpY2F0aW9uID0gIXRoaXMuc2hvd05vdGlmaWNhdGlvbjtcbiAgfVxufVxuIiwiPGJ1dHRvbiBkYWZmLWJ1dHRvbiAoY2xpY2spPVwidG9nZ2xlTm90aWZpY2F0aW9uKClcIj5cblx0PG5nLWNvbnRhaW5lciAqbmdJZj1cInNob3dOb3RpZmljYXRpb25cIj5TaG93IE5vdGlmaWNhdGlvbjwvbmctY29udGFpbmVyPlxuXHQ8bmctY29udGFpbmVyICpuZ0lmPVwiIXNob3dOb3RpZmljYXRpb25cIj5IaWRlIE5vdGlmaWNhdGlvbjwvbmctY29udGFpbmVyPlxuPC9idXR0b24+XG5cbjxkYWZmLW5vdGlmaWNhdGlvbiBzdGF0dXM9XCJlcnJvclwiICpuZ0lmPVwic2hvd05vdGlmaWNhdGlvblwiPlxuXHQ8ZmEtaWNvbiBkYWZmUHJlZml4IFtpY29uXT1cImZhRXhjbGFtYXRpb25DaXJjbGVcIj48L2ZhLWljb24+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblRpdGxlPlRpdGxlPC9kaXY+XG5cdDxkaXYgZGFmZk5vdGlmaWNhdGlvblN1YnRpdGxlPlRoaXMgaXMgdGhlIHN1YnRpdGxlIHdpdGggaW5mb3JtYXRpb248L2Rpdj5cblx0PGRpdiBkYWZmTm90aWZpY2F0aW9uQWN0aW9ucz5cblx0XHQ8YnV0dG9uIGRhZmYtYnV0dG9uIHNpemU9XCJzbVwiIGNvbG9yPVwidGhlbWUtY29udHJhc3RcIj5Db25maXJtPC9idXR0b24+XG5cdFx0PGJ1dHRvbiBkYWZmLWZsYXQtYnV0dG9uIHNpemU9XCJzbVwiIGNvbG9yPVwidGhlbWUtY29udHJhc3RcIj5DYW5jZWw8L2J1dHRvbj5cblx0PC9kaXY+XG48L2RhZmYtbm90aWZpY2F0aW9uPiJdfQ==
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLXdpdGgtYWN0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi13aXRoLWFjdGlvbnMvbm90aWZpY2F0aW9uLXdpdGgtYWN0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi9ub3RpZmljYXRpb24vZXhhbXBsZXMvc3JjL25vdGlmaWNhdGlvbi13aXRoLWFjdGlvbnMvbm90aWZpY2F0aW9uLXdpdGgtYWN0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsR0FDVixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUNyRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUV4RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQzs7Ozs7O0FBc0J2RSxNQUFNLE9BQU8sZ0NBQWdDO0lBcEI3QztRQXFCRSx3QkFBbUIsR0FBRyxtQkFBbUIsQ0FBQztRQUUxQyxxQkFBZ0IsR0FBRyxLQUFLLENBQUM7S0FLMUI7SUFIQyxrQkFBa0I7UUFDaEIsSUFBSSxDQUFDLGdCQUFnQixHQUFHLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDO0lBQ2pELENBQUM7a0lBUFUsZ0NBQWdDO3NIQUFoQyxnQ0FBZ0MscUZDOUI3QyxnYkFRb0IsZ0lEaUJoQixzQkFBc0Isd2tCQUN0QixpQkFBaUIsa1NBQ2pCLGdCQUFnQjs7NEZBR1AsZ0NBQWdDO2tCQXBCNUMsU0FBUzsrQkFFRSwyQkFBMkIsbUJBVXBCLHVCQUF1QixDQUFDLE1BQU0sY0FDbkMsSUFBSSxXQUNQO3dCQUNQLHNCQUFzQjt3QkFDdEIsaUJBQWlCO3dCQUNqQixnQkFBZ0I7cUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcbmltcG9ydCB7IGZhRXhjbGFtYXRpb25DaXJjbGUgfSBmcm9tICdAZm9ydGF3ZXNvbWUvZnJlZS1zb2xpZC1zdmctaWNvbnMnO1xuXG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9idXR0b24nO1xuaW1wb3J0IHsgRGFmZk5vdGlmaWNhdGlvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vbm90aWZpY2F0aW9uJztcblxuQENvbXBvbmVudCh7XG4gIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvY29tcG9uZW50LXNlbGVjdG9yXG4gIHNlbGVjdG9yOiAnbm90aWZpY2F0aW9uLXdpdGgtYWN0aW9ucycsXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3RpZmljYXRpb24td2l0aC1hY3Rpb25zLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVzOiBbYFxuICAgIDpob3N0IHtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgIGdhcDogMTZweDtcbiAgICB9XG4gIGBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIERhZmZOb3RpZmljYXRpb25Nb2R1bGUsXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gICAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uV2l0aEFjdGlvbnNDb21wb25lbnQge1xuICBmYUV4Y2xhbWF0aW9uQ2lyY2xlID0gZmFFeGNsYW1hdGlvbkNpcmNsZTtcblxuICBzaG93Tm90aWZpY2F0aW9uID0gZmFsc2U7XG5cbiAgdG9nZ2xlTm90aWZpY2F0aW9uKCkge1xuICAgIHRoaXMuc2hvd05vdGlmaWNhdGlvbiA9ICF0aGlzLnNob3dOb3RpZmljYXRpb247XG4gIH1cbn1cbiIsIjxkYWZmLW5vdGlmaWNhdGlvbj5cbiAgPGZhLWljb24gZGFmZlByZWZpeCBbaWNvbl09XCJmYUV4Y2xhbWF0aW9uQ2lyY2xlXCI+PC9mYS1pY29uPlxuICA8ZGl2IGRhZmZOb3RpZmljYXRpb25UaXRsZT5UaXRsZTwvZGl2PlxuICA8ZGl2IGRhZmZOb3RpZmljYXRpb25TdWJ0aXRsZT5UaGlzIGlzIHRoZSBzdWJ0aXRsZSB3aXRoIGluZm9ybWF0aW9uPC9kaXY+XG4gIDxkaXYgZGFmZk5vdGlmaWNhdGlvbkFjdGlvbnM+XG4gICAgPGJ1dHRvbiBkYWZmLWJ1dHRvbiBzaXplPVwic21cIiBjb2xvcj1cInRoZW1lLWNvbnRyYXN0XCI+Q29uZmlybTwvYnV0dG9uPlxuICAgIDxidXR0b24gZGFmZi1mbGF0LWJ1dHRvbiBzaXplPVwic21cIiBjb2xvcj1cInRoZW1lLWNvbnRyYXN0XCI+Q2FuY2VsPC9idXR0b24+XG4gIDwvZGl2PlxuPC9kYWZmLW5vdGlmaWNhdGlvbj4iXX0=
@@ -1,18 +1,13 @@
1
1
  import { DefaultNotificationComponent } from './default-notification/default-notification.component';
2
- import { DefaultNotificationModule } from './default-notification/default-notification.module';
3
2
  import { DismissibleNotificationComponent } from './dismissible-notification/dismissible-notification.component';
4
- import { DismissibleNotificationModule } from './dismissible-notification/dismissible-notification.module';
5
3
  import { NotificationOrientationsComponent } from './notification-orientations/notification-orientations.component';
6
- import { NotificationOrientationsModule } from './notification-orientations/notification-orientations.module';
7
4
  import { NotificationStatusComponent } from './notification-status/notification-status.component';
8
- import { NotificationStatusModule } from './notification-status/notification-status.module';
9
5
  import { NotificationWithActionsComponent } from './notification-with-actions/notification-with-actions.component';
10
- import { NotificationWithActionsModule } from './notification-with-actions/notification-with-actions.module';
11
6
  export const NOTIFICATION_EXAMPLES = [
12
- { component: DefaultNotificationComponent, module: DefaultNotificationModule },
13
- { component: NotificationStatusComponent, module: NotificationStatusModule },
14
- { component: NotificationOrientationsComponent, module: NotificationOrientationsModule },
15
- { component: DismissibleNotificationComponent, module: DismissibleNotificationModule },
16
- { component: NotificationWithActionsComponent, module: NotificationWithActionsModule },
7
+ DefaultNotificationComponent,
8
+ DismissibleNotificationComponent,
9
+ NotificationOrientationsComponent,
10
+ NotificationStatusComponent,
11
+ NotificationWithActionsComponent,
17
12
  ];
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25vdGlmaWNhdGlvbi9leGFtcGxlcy9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQztBQUNyRyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxvREFBb0QsQ0FBQztBQUMvRixPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUNqSCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUMzRyxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUNwSCxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSw4REFBOEQsQ0FBQztBQUM5RyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUNsRyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUM1RixPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUNuSCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSw4REFBOEQsQ0FBQztBQUU3RyxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBdUI7SUFDdkQsRUFBRSxTQUFTLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxFQUFFLHlCQUF5QixFQUFFO0lBQzlFLEVBQUUsU0FBUyxFQUFFLDJCQUEyQixFQUFFLE1BQU0sRUFBRSx3QkFBd0IsRUFBRTtJQUM1RSxFQUFFLFNBQVMsRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLEVBQUUsOEJBQThCLEVBQUU7SUFDeEYsRUFBRSxTQUFTLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSxFQUFFLDZCQUE2QixFQUFFO0lBQ3RGLEVBQUUsU0FBUyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sRUFBRSw2QkFBNkIsRUFBRTtDQUN2RixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50RXhhbXBsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24nO1xuXG5pbXBvcnQgeyBEZWZhdWx0Tm90aWZpY2F0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9kZWZhdWx0LW5vdGlmaWNhdGlvbi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGVmYXVsdE5vdGlmaWNhdGlvbk1vZHVsZSB9IGZyb20gJy4vZGVmYXVsdC1ub3RpZmljYXRpb24vZGVmYXVsdC1ub3RpZmljYXRpb24ubW9kdWxlJztcbmltcG9ydCB7IERpc21pc3NpYmxlTm90aWZpY2F0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9kaXNtaXNzaWJsZS1ub3RpZmljYXRpb24vZGlzbWlzc2libGUtbm90aWZpY2F0aW9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBEaXNtaXNzaWJsZU5vdGlmaWNhdGlvbk1vZHVsZSB9IGZyb20gJy4vZGlzbWlzc2libGUtbm90aWZpY2F0aW9uL2Rpc21pc3NpYmxlLW5vdGlmaWNhdGlvbi5tb2R1bGUnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uT3JpZW50YXRpb25zQ29tcG9uZW50IH0gZnJvbSAnLi9ub3RpZmljYXRpb24tb3JpZW50YXRpb25zL25vdGlmaWNhdGlvbi1vcmllbnRhdGlvbnMuY29tcG9uZW50JztcbmltcG9ydCB7IE5vdGlmaWNhdGlvbk9yaWVudGF0aW9uc01vZHVsZSB9IGZyb20gJy4vbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy9ub3RpZmljYXRpb24tb3JpZW50YXRpb25zLm1vZHVsZSc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25TdGF0dXNDb21wb25lbnQgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1zdGF0dXMvbm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU3RhdHVzTW9kdWxlIH0gZnJvbSAnLi9ub3RpZmljYXRpb24tc3RhdHVzL25vdGlmaWNhdGlvbi1zdGF0dXMubW9kdWxlJztcbmltcG9ydCB7IE5vdGlmaWNhdGlvbldpdGhBY3Rpb25zQ29tcG9uZW50IH0gZnJvbSAnLi9ub3RpZmljYXRpb24td2l0aC1hY3Rpb25zL25vdGlmaWNhdGlvbi13aXRoLWFjdGlvbnMuY29tcG9uZW50JztcbmltcG9ydCB7IE5vdGlmaWNhdGlvbldpdGhBY3Rpb25zTW9kdWxlIH0gZnJvbSAnLi9ub3RpZmljYXRpb24td2l0aC1hY3Rpb25zL25vdGlmaWNhdGlvbi13aXRoLWFjdGlvbnMubW9kdWxlJztcblxuZXhwb3J0IGNvbnN0IE5PVElGSUNBVElPTl9FWEFNUExFUzogQ29tcG9uZW50RXhhbXBsZVtdID0gW1xuICB7IGNvbXBvbmVudDogRGVmYXVsdE5vdGlmaWNhdGlvbkNvbXBvbmVudCwgbW9kdWxlOiBEZWZhdWx0Tm90aWZpY2F0aW9uTW9kdWxlIH0sXG4gIHsgY29tcG9uZW50OiBOb3RpZmljYXRpb25TdGF0dXNDb21wb25lbnQsIG1vZHVsZTogTm90aWZpY2F0aW9uU3RhdHVzTW9kdWxlIH0sXG4gIHsgY29tcG9uZW50OiBOb3RpZmljYXRpb25PcmllbnRhdGlvbnNDb21wb25lbnQsIG1vZHVsZTogTm90aWZpY2F0aW9uT3JpZW50YXRpb25zTW9kdWxlIH0sXG4gIHsgY29tcG9uZW50OiBEaXNtaXNzaWJsZU5vdGlmaWNhdGlvbkNvbXBvbmVudCwgbW9kdWxlOiBEaXNtaXNzaWJsZU5vdGlmaWNhdGlvbk1vZHVsZSB9LFxuICB7IGNvbXBvbmVudDogTm90aWZpY2F0aW9uV2l0aEFjdGlvbnNDb21wb25lbnQsIG1vZHVsZTogTm90aWZpY2F0aW9uV2l0aEFjdGlvbnNNb2R1bGUgfSxcbl07XG4iXX0=
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL25vdGlmaWNhdGlvbi9leGFtcGxlcy9zcmMvcHVibGljX2FwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx1REFBdUQsQ0FBQztBQUNyRyxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUNqSCxPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUNwSCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSxxREFBcUQsQ0FBQztBQUNsRyxPQUFPLEVBQUUsZ0NBQWdDLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUVuSCxNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBRztJQUNuQyw0QkFBNEI7SUFDNUIsZ0NBQWdDO0lBQ2hDLGlDQUFpQztJQUNqQywyQkFBMkI7SUFDM0IsZ0NBQWdDO0NBQ2pDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEZWZhdWx0Tm90aWZpY2F0aW9uQ29tcG9uZW50IH0gZnJvbSAnLi9kZWZhdWx0LW5vdGlmaWNhdGlvbi9kZWZhdWx0LW5vdGlmaWNhdGlvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGlzbWlzc2libGVOb3RpZmljYXRpb25Db21wb25lbnQgfSBmcm9tICcuL2Rpc21pc3NpYmxlLW5vdGlmaWNhdGlvbi9kaXNtaXNzaWJsZS1ub3RpZmljYXRpb24uY29tcG9uZW50JztcbmltcG9ydCB7IE5vdGlmaWNhdGlvbk9yaWVudGF0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vbm90aWZpY2F0aW9uLW9yaWVudGF0aW9ucy9ub3RpZmljYXRpb24tb3JpZW50YXRpb25zLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOb3RpZmljYXRpb25TdGF0dXNDb21wb25lbnQgfSBmcm9tICcuL25vdGlmaWNhdGlvbi1zdGF0dXMvbm90aWZpY2F0aW9uLXN0YXR1cy5jb21wb25lbnQnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uV2l0aEFjdGlvbnNDb21wb25lbnQgfSBmcm9tICcuL25vdGlmaWNhdGlvbi13aXRoLWFjdGlvbnMvbm90aWZpY2F0aW9uLXdpdGgtYWN0aW9ucy5jb21wb25lbnQnO1xuXG5leHBvcnQgY29uc3QgTk9USUZJQ0FUSU9OX0VYQU1QTEVTID0gW1xuICBEZWZhdWx0Tm90aWZpY2F0aW9uQ29tcG9uZW50LFxuICBEaXNtaXNzaWJsZU5vdGlmaWNhdGlvbkNvbXBvbmVudCxcbiAgTm90aWZpY2F0aW9uT3JpZW50YXRpb25zQ29tcG9uZW50LFxuICBOb3RpZmljYXRpb25TdGF0dXNDb21wb25lbnQsXG4gIE5vdGlmaWNhdGlvbldpdGhBY3Rpb25zQ29tcG9uZW50LFxuXTtcbiJdfQ==