@daffodil/design 0.73.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 (597) hide show
  1. package/README.md +20 -22
  2. package/accordion/accordion/accordion/accordion.component.d.ts +3 -19
  3. package/article/README.md +19 -13
  4. package/article/examples/article-blockquote/article-blockquote.component.d.ts +1 -1
  5. package/article/examples/article-code-block/article-code-block.component.d.ts +1 -1
  6. package/article/examples/article-code-inline/article-code-inline.component.d.ts +1 -1
  7. package/article/examples/article-headings/article-headings.component.d.ts +1 -1
  8. package/article/examples/article-hr/article-hr.component.d.ts +1 -1
  9. package/article/examples/article-link/article-link.component.d.ts +1 -1
  10. package/article/examples/article-meta/article-meta.component.d.ts +1 -1
  11. package/article/examples/article-ol/article-ol.component.d.ts +1 -1
  12. package/article/examples/article-table/article-table.component.d.ts +1 -1
  13. package/article/examples/article-ul/article-ul.component.d.ts +1 -1
  14. package/article/examples/public_api.d.ts +0 -1
  15. package/button/button/button-sizable.directive.d.ts +10 -0
  16. package/button/button/button.component.d.ts +17 -27
  17. package/button/examples/basic-button/basic-button.component.d.ts +1 -1
  18. package/button/examples/flat-button/flat-button.component.d.ts +1 -1
  19. package/button/examples/icon-button/icon-button.component.d.ts +1 -1
  20. package/button/examples/public_api.d.ts +0 -8
  21. package/button/examples/raised-button/raised-button.component.d.ts +1 -1
  22. package/button/examples/sizeable-button/sizeable-button.component.d.ts +1 -1
  23. package/button/examples/statusable-button/statusable-button.component.d.ts +1 -1
  24. package/button/examples/stroked-button/stroked-button.component.d.ts +1 -1
  25. package/button/examples/underline-button/underline-button.component.d.ts +1 -1
  26. package/button/public_api.d.ts +1 -0
  27. package/callout/callout/callout.component.d.ts +6 -38
  28. package/callout/examples/callout-text-alignment/callout-text-alignment.component.d.ts +1 -1
  29. package/callout/examples/callout-theming/callout-theming.component.d.ts +1 -1
  30. package/callout/examples/callout-with-grid/callout-with-grid.component.d.ts +1 -1
  31. package/callout/examples/compact-callout/compact-callout.component.d.ts +1 -1
  32. package/callout/examples/public_api.d.ts +0 -4
  33. package/card/card/card.component.d.ts +3 -21
  34. package/card/examples/basic-card/basic-card.component.d.ts +1 -1
  35. package/card/examples/card-orientation/card-orientation.component.d.ts +1 -1
  36. package/card/examples/card-theming/card-theming.component.d.ts +1 -1
  37. package/card/examples/linkable-card/linkable-card.component.d.ts +1 -1
  38. package/card/examples/public_api.d.ts +0 -6
  39. package/card/examples/raised-card/raised-card.component.d.ts +1 -1
  40. package/card/examples/stroked-card/stroked-card.component.d.ts +1 -1
  41. package/checkbox/examples/basic-checkbox/basic-checkbox.component.d.ts +1 -1
  42. package/checkbox/examples/checkbox-set/checkbox-set.component.d.ts +1 -1
  43. package/checkbox/examples/examples.d.ts +0 -2
  44. package/checkbox/examples/public_api.d.ts +0 -1
  45. package/container/README.md +11 -8
  46. package/container/container/container.component.d.ts +3 -22
  47. package/container/examples/container-sizes/container-sizes.component.d.ts +1 -1
  48. package/container/examples/public_api.d.ts +0 -1
  49. package/core/article-encapsulated/article-encapsulated.directive.d.ts +19 -0
  50. package/core/article-encapsulated/public_api.d.ts +1 -1
  51. package/core/breakpoints/noop.service.d.ts +13 -0
  52. package/core/breakpoints/provider.d.ts +6 -0
  53. package/core/breakpoints/public_api.d.ts +3 -0
  54. package/core/colorable/colorable.d.ts +36 -2
  55. package/core/colorable/colorable.directive.d.ts +55 -0
  56. package/core/colorable/public_api.d.ts +1 -1
  57. package/core/compactable/compactable.directive.d.ts +25 -0
  58. package/core/compactable/public_api.d.ts +1 -1
  59. package/core/manage-container-layout/manage-container-layout.directive.d.ts +29 -0
  60. package/core/manage-container-layout/public_api.d.ts +1 -1
  61. package/core/public_api.d.ts +1 -1
  62. package/core/sizable/public_api.d.ts +1 -1
  63. package/core/sizable/sizable.d.ts +4 -2
  64. package/core/sizable/sizable.directive.d.ts +38 -0
  65. package/core/skeletonable/public_api.d.ts +1 -1
  66. package/core/skeletonable/skeletonable.d.ts +0 -1
  67. package/core/skeletonable/skeletonable.directive.d.ts +17 -0
  68. package/core/statusable/public_api.d.ts +1 -1
  69. package/core/statusable/statusable.d.ts +16 -0
  70. package/core/statusable/statusable.directive.d.ts +38 -0
  71. package/core/text-alignable/public_api.d.ts +1 -1
  72. package/core/text-alignable/text-alignable.d.ts +1 -2
  73. package/core/text-alignable/text-alignable.directive.d.ts +42 -0
  74. package/esm2022/accordion/accordion/accordion/accordion.component.mjs +11 -23
  75. package/esm2022/article/examples/article-blockquote/article-blockquote.component.mjs +4 -3
  76. package/esm2022/article/examples/article-code-block/article-code-block.component.mjs +4 -3
  77. package/esm2022/article/examples/article-code-inline/article-code-inline.component.mjs +4 -3
  78. package/esm2022/article/examples/article-headings/article-headings.component.mjs +3 -3
  79. package/esm2022/article/examples/article-hr/article-hr.component.mjs +4 -3
  80. package/esm2022/article/examples/article-link/article-link.component.mjs +4 -3
  81. package/esm2022/article/examples/article-meta/article-meta.component.mjs +4 -3
  82. package/esm2022/article/examples/article-ol/article-ol.component.mjs +4 -3
  83. package/esm2022/article/examples/article-table/article-table.component.mjs +4 -3
  84. package/esm2022/article/examples/article-ul/article-ul.component.mjs +4 -3
  85. package/esm2022/article/examples/public_api.mjs +1 -2
  86. package/esm2022/button/button/button-sizable.directive.mjs +14 -0
  87. package/esm2022/button/button/button.component.mjs +32 -10
  88. package/esm2022/button/examples/basic-button/basic-button.component.mjs +10 -4
  89. package/esm2022/button/examples/flat-button/flat-button.component.mjs +10 -4
  90. package/esm2022/button/examples/icon-button/icon-button.component.mjs +5 -4
  91. package/esm2022/button/examples/public_api.mjs +1 -9
  92. package/esm2022/button/examples/raised-button/raised-button.component.mjs +10 -4
  93. package/esm2022/button/examples/sizeable-button/sizeable-button.component.mjs +5 -4
  94. package/esm2022/button/examples/statusable-button/statusable-button.component.mjs +5 -4
  95. package/esm2022/button/examples/stroked-button/stroked-button.component.mjs +10 -4
  96. package/esm2022/button/examples/underline-button/underline-button.component.mjs +10 -4
  97. package/esm2022/button/public_api.mjs +2 -1
  98. package/esm2022/callout/callout/callout.component.mjs +28 -22
  99. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.component.mjs +20 -10
  100. package/esm2022/callout/examples/callout-theming/callout-theming.component.mjs +17 -9
  101. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.component.mjs +12 -4
  102. package/esm2022/callout/examples/compact-callout/compact-callout.component.mjs +12 -4
  103. package/esm2022/callout/examples/public_api.mjs +1 -5
  104. package/esm2022/card/card/card.component.mjs +12 -16
  105. package/esm2022/card/examples/basic-card/basic-card.component.mjs +12 -4
  106. package/esm2022/card/examples/card-orientation/card-orientation.component.mjs +20 -10
  107. package/esm2022/card/examples/card-theming/card-theming.component.mjs +11 -6
  108. package/esm2022/card/examples/linkable-card/linkable-card.component.mjs +15 -8
  109. package/esm2022/card/examples/public_api.mjs +1 -7
  110. package/esm2022/card/examples/raised-card/raised-card.component.mjs +15 -8
  111. package/esm2022/card/examples/stroked-card/stroked-card.component.mjs +15 -8
  112. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.component.mjs +12 -6
  113. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.component.mjs +12 -7
  114. package/esm2022/checkbox/examples/examples.mjs +1 -7
  115. package/esm2022/checkbox/examples/public_api.mjs +1 -2
  116. package/esm2022/container/container/container.component.mjs +15 -22
  117. package/esm2022/container/examples/container-sizes/container-sizes.component.mjs +11 -6
  118. package/esm2022/container/examples/public_api.mjs +1 -2
  119. package/esm2022/core/article-encapsulated/article-encapsulated.directive.mjs +33 -0
  120. package/esm2022/core/article-encapsulated/public_api.mjs +2 -2
  121. package/esm2022/core/breakpoints/noop.service.mjs +25 -0
  122. package/esm2022/core/breakpoints/provider.mjs +13 -0
  123. package/esm2022/core/breakpoints/public_api.mjs +4 -0
  124. package/esm2022/core/colorable/colorable.directive.mjs +77 -0
  125. package/esm2022/core/colorable/colorable.mjs +37 -2
  126. package/esm2022/core/colorable/public_api.mjs +2 -2
  127. package/esm2022/core/compactable/compactable.directive.mjs +41 -0
  128. package/esm2022/core/compactable/public_api.mjs +2 -2
  129. package/esm2022/core/manage-container-layout/manage-container-layout.directive.mjs +43 -0
  130. package/esm2022/core/manage-container-layout/public_api.mjs +2 -2
  131. package/esm2022/core/public_api.mjs +2 -2
  132. package/esm2022/core/sizable/public_api.mjs +2 -2
  133. package/esm2022/core/sizable/sizable.directive.mjs +53 -0
  134. package/esm2022/core/sizable/sizable.mjs +2 -3
  135. package/esm2022/core/skeletonable/public_api.mjs +2 -2
  136. package/esm2022/core/skeletonable/skeletonable.directive.mjs +33 -0
  137. package/esm2022/core/skeletonable/skeletonable.mjs +1 -1
  138. package/esm2022/core/statusable/public_api.mjs +2 -2
  139. package/esm2022/core/statusable/statusable.directive.mjs +50 -0
  140. package/esm2022/core/statusable/statusable.mjs +4 -1
  141. package/esm2022/core/text-alignable/public_api.mjs +2 -2
  142. package/esm2022/core/text-alignable/text-alignable.directive.mjs +53 -0
  143. package/esm2022/core/text-alignable/text-alignable.mjs +1 -1
  144. package/esm2022/daffodil-design.mjs +2 -2
  145. package/esm2022/hero/examples/compact-hero/compact-hero.component.mjs +10 -4
  146. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.component.mjs +20 -10
  147. package/esm2022/hero/examples/hero-theming/hero-theming.component.mjs +15 -8
  148. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.component.mjs +12 -4
  149. package/esm2022/hero/examples/public_api.mjs +1 -5
  150. package/esm2022/hero/hero/hero.component.mjs +28 -22
  151. package/esm2022/image/examples/basic-image/basic-image.component.mjs +4 -3
  152. package/esm2022/image/examples/load-image/load-image.component.mjs +6 -5
  153. package/esm2022/image/examples/public_api.mjs +4 -7
  154. package/esm2022/image/examples/skeleton-image/skeleton-image.component.mjs +4 -3
  155. package/esm2022/image/image/image.component.mjs +14 -23
  156. package/esm2022/index.mjs +6 -0
  157. package/esm2022/input/examples/basic-input/basic-input.component.mjs +4 -3
  158. package/esm2022/input/examples/examples.mjs +5 -9
  159. package/esm2022/input/examples/input-disabled/input-disabled.component.mjs +4 -3
  160. package/esm2022/input/examples/input-error/input-error.component.mjs +9 -4
  161. package/esm2022/input/examples/input-with-form-field/input-with-form-field.component.mjs +4 -3
  162. package/esm2022/link-set/link-set/link-set.component.mjs +12 -22
  163. package/esm2022/list/examples/basic-list/basic-list.component.mjs +4 -3
  164. package/esm2022/list/examples/icon-list/icon-list.component.mjs +10 -4
  165. package/esm2022/list/examples/multiline-list/multiline-list.component.mjs +4 -3
  166. package/esm2022/list/examples/nav-list/nav-list.component.mjs +10 -4
  167. package/esm2022/list/examples/public_api.mjs +1 -2
  168. package/esm2022/list/list/list.component.mjs +12 -21
  169. package/esm2022/loading-icon/examples/examples.mjs +1 -3
  170. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.component.mjs +12 -7
  171. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.mjs +4 -3
  172. package/esm2022/loading-icon/loading-icon/loading-icon.component.mjs +21 -28
  173. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.mjs +7 -5
  174. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.mjs +7 -5
  175. package/esm2022/media-gallery/examples/public_api.mjs +1 -4
  176. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.mjs +7 -5
  177. package/esm2022/media-gallery/media-gallery/media-gallery.component.mjs +17 -23
  178. package/esm2022/menu/examples/basic-menu/basic-menu.component.mjs +5 -3
  179. package/esm2022/menu/examples/basic-menu/menu-content/menu-content.component.mjs +5 -4
  180. package/esm2022/menu/examples/public_api.mjs +2 -3
  181. package/esm2022/modal/examples/basic-modal/basic-modal.component.mjs +5 -4
  182. package/esm2022/modal/examples/basic-modal/modal-content.component.mjs +5 -3
  183. package/esm2022/modal/examples/public_api.mjs +2 -3
  184. package/esm2022/modal/modal/modal.component.mjs +42 -6
  185. package/esm2022/modal/modal-actions/modal-actions.component.mjs +15 -5
  186. package/esm2022/modal/modal-close/modal-close.directive.mjs +47 -0
  187. package/esm2022/modal/modal-content/modal-content.component.mjs +15 -5
  188. package/esm2022/modal/modal-header/modal-header.component.mjs +16 -4
  189. package/esm2022/modal/modal-title/modal-title.directive.mjs +33 -6
  190. package/esm2022/modal/modal.module.mjs +18 -5
  191. package/esm2022/modal/public_api.mjs +2 -1
  192. package/esm2022/modal/service/modal.service.mjs +3 -2
  193. package/esm2022/navbar/examples/basic-navbar/basic-navbar.component.mjs +5 -3
  194. package/esm2022/navbar/examples/contained-navbar/contained-navbar.component.mjs +12 -5
  195. package/esm2022/navbar/examples/navbar-theming/navbar-theming.component.mjs +15 -8
  196. package/esm2022/navbar/examples/public_api.mjs +1 -5
  197. package/esm2022/navbar/examples/raised-navbar/raised-navbar.component.mjs +5 -3
  198. package/esm2022/navbar/navbar/navbar.component.mjs +22 -28
  199. package/esm2022/notification/daffodil-design-notification.mjs +2 -2
  200. package/esm2022/notification/examples/default-notification/default-notification.component.mjs +18 -5
  201. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.component.mjs +16 -4
  202. package/esm2022/notification/examples/notification-orientations/notification-orientations.component.mjs +15 -7
  203. package/esm2022/notification/examples/notification-status/notification-status.component.mjs +19 -10
  204. package/esm2022/notification/examples/notification-with-actions/notification-with-actions.component.mjs +30 -0
  205. package/esm2022/notification/examples/public_api.mjs +7 -9
  206. package/esm2022/notification/index.mjs +2 -0
  207. package/esm2022/notification/notification/notification.component.mjs +51 -42
  208. package/esm2022/paginator/daffodil-design-paginator.mjs +2 -2
  209. package/esm2022/paginator/examples/basic-paginator/basic-paginator.component.mjs +6 -3
  210. package/esm2022/paginator/examples/link-paginator/link-paginator.component.mjs +8 -4
  211. package/esm2022/paginator/examples/public_api.mjs +1 -2
  212. package/esm2022/paginator/index.mjs +2 -0
  213. package/esm2022/paginator/paginator/paginator.component.mjs +1 -1
  214. package/esm2022/progress-bar/daffodil-design-progress-bar.mjs +2 -2
  215. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.component.mjs +4 -3
  216. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.mjs +4 -3
  217. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.mjs +5 -4
  218. package/esm2022/progress-bar/examples/public_api.mjs +4 -7
  219. package/esm2022/progress-bar/index.mjs +2 -0
  220. package/esm2022/progress-bar/progress-bar.component.mjs +18 -23
  221. package/esm2022/public_api.mjs +1 -3
  222. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.mjs +11 -6
  223. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.mjs +11 -6
  224. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.mjs +11 -6
  225. package/esm2022/quantity-field/examples/public_api.mjs +1 -5
  226. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.mjs +11 -6
  227. package/esm2022/radio/examples/basic-radio/basic-radio.component.mjs +5 -4
  228. package/esm2022/radio/examples/examples.mjs +1 -5
  229. package/esm2022/radio/examples/public_api.mjs +1 -2
  230. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.component.mjs +4 -3
  231. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.mjs +15 -8
  232. package/esm2022/sidebar/examples/public_api.mjs +5 -9
  233. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.mjs +5 -3
  234. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.mjs +4 -3
  235. package/esm2022/toast/examples/default-toast/default-toast.component.mjs +4 -3
  236. package/esm2022/toast/examples/public_api.mjs +5 -9
  237. package/esm2022/toast/examples/toast-positions/toast-positions.component.mjs +22 -5
  238. package/esm2022/toast/examples/toast-status/toast-status.component.mjs +5 -4
  239. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.mjs +4 -3
  240. package/esm2022/toast/toast/toast-template.component.mjs +2 -2
  241. package/esm2022/toast/toast/toast.component.mjs +16 -22
  242. package/esm2022/tree/examples/basic-tree/basic-tree.component.mjs +6 -5
  243. package/esm2022/tree/examples/public_api.mjs +1 -2
  244. package/esm2022/tree/tree/tree.component.mjs +13 -23
  245. package/fesm2022/daffodil-design-accordion.mjs +9 -21
  246. package/fesm2022/daffodil-design-accordion.mjs.map +1 -1
  247. package/fesm2022/daffodil-design-article-examples.mjs +22 -43
  248. package/fesm2022/daffodil-design-article-examples.mjs.map +1 -1
  249. package/fesm2022/daffodil-design-button-examples.mjs +41 -205
  250. package/fesm2022/daffodil-design-button-examples.mjs.map +1 -1
  251. package/fesm2022/daffodil-design-button.mjs +42 -11
  252. package/fesm2022/daffodil-design-button.mjs.map +1 -1
  253. package/fesm2022/daffodil-design-callout-examples.mjs +29 -130
  254. package/fesm2022/daffodil-design-callout-examples.mjs.map +1 -1
  255. package/fesm2022/daffodil-design-callout.mjs +25 -20
  256. package/fesm2022/daffodil-design-callout.mjs.map +1 -1
  257. package/fesm2022/daffodil-design-card-examples.mjs +39 -209
  258. package/fesm2022/daffodil-design-card-examples.mjs.map +1 -1
  259. package/fesm2022/daffodil-design-card.mjs +11 -15
  260. package/fesm2022/daffodil-design-card.mjs.map +1 -1
  261. package/fesm2022/daffodil-design-checkbox-examples.mjs +14 -64
  262. package/fesm2022/daffodil-design-checkbox-examples.mjs.map +1 -1
  263. package/fesm2022/daffodil-design-container-examples.mjs +9 -32
  264. package/fesm2022/daffodil-design-container-examples.mjs.map +1 -1
  265. package/fesm2022/daffodil-design-container.mjs +13 -20
  266. package/fesm2022/daffodil-design-container.mjs.map +1 -1
  267. package/fesm2022/daffodil-design-hero-examples.mjs +27 -136
  268. package/fesm2022/daffodil-design-hero-examples.mjs.map +1 -1
  269. package/fesm2022/daffodil-design-hero.mjs +25 -20
  270. package/fesm2022/daffodil-design-hero.mjs.map +1 -1
  271. package/fesm2022/daffodil-design-image-examples.mjs +11 -75
  272. package/fesm2022/daffodil-design-image-examples.mjs.map +1 -1
  273. package/fesm2022/daffodil-design-image.mjs +12 -21
  274. package/fesm2022/daffodil-design-image.mjs.map +1 -1
  275. package/fesm2022/daffodil-design-input-examples.mjs +15 -94
  276. package/fesm2022/daffodil-design-input-examples.mjs.map +1 -1
  277. package/fesm2022/daffodil-design-link-set.mjs +10 -20
  278. package/fesm2022/daffodil-design-link-set.mjs.map +1 -1
  279. package/fesm2022/daffodil-design-list-examples.mjs +20 -140
  280. package/fesm2022/daffodil-design-list-examples.mjs.map +1 -1
  281. package/fesm2022/daffodil-design-list.mjs +12 -21
  282. package/fesm2022/daffodil-design-list.mjs.map +1 -1
  283. package/fesm2022/daffodil-design-loading-icon-examples.mjs +10 -53
  284. package/fesm2022/daffodil-design-loading-icon-examples.mjs.map +1 -1
  285. package/fesm2022/daffodil-design-loading-icon.mjs +19 -26
  286. package/fesm2022/daffodil-design-loading-icon.mjs.map +1 -1
  287. package/fesm2022/daffodil-design-media-gallery-examples.mjs +10 -82
  288. package/fesm2022/daffodil-design-media-gallery-examples.mjs.map +1 -1
  289. package/fesm2022/daffodil-design-media-gallery.mjs +14 -20
  290. package/fesm2022/daffodil-design-media-gallery.mjs.map +1 -1
  291. package/fesm2022/daffodil-design-menu-examples.mjs +10 -39
  292. package/fesm2022/daffodil-design-menu-examples.mjs.map +1 -1
  293. package/fesm2022/daffodil-design-modal-examples.mjs +8 -33
  294. package/fesm2022/daffodil-design-modal-examples.mjs.map +1 -1
  295. package/fesm2022/daffodil-design-modal.mjs +169 -23
  296. package/fesm2022/daffodil-design-modal.mjs.map +1 -1
  297. package/fesm2022/daffodil-design-navbar-examples.mjs +20 -113
  298. package/fesm2022/daffodil-design-navbar-examples.mjs.map +1 -1
  299. package/fesm2022/daffodil-design-navbar.mjs +20 -26
  300. package/fesm2022/daffodil-design-navbar.mjs.map +1 -1
  301. package/fesm2022/daffodil-design-notification-examples.mjs +63 -132
  302. package/fesm2022/daffodil-design-notification-examples.mjs.map +1 -1
  303. package/fesm2022/daffodil-design-notification.mjs +64 -56
  304. package/fesm2022/daffodil-design-notification.mjs.map +1 -1
  305. package/fesm2022/daffodil-design-paginator-examples.mjs +12 -28
  306. package/fesm2022/daffodil-design-paginator-examples.mjs.map +1 -1
  307. package/fesm2022/daffodil-design-paginator.mjs.map +1 -1
  308. package/fesm2022/daffodil-design-progress-bar-examples.mjs +10 -73
  309. package/fesm2022/daffodil-design-progress-bar-examples.mjs.map +1 -1
  310. package/fesm2022/daffodil-design-progress-bar.mjs +16 -21
  311. package/fesm2022/daffodil-design-progress-bar.mjs.map +1 -1
  312. package/fesm2022/daffodil-design-quantity-field-examples.mjs +25 -126
  313. package/fesm2022/daffodil-design-quantity-field-examples.mjs.map +1 -1
  314. package/fesm2022/daffodil-design-radio-examples.mjs +4 -31
  315. package/fesm2022/daffodil-design-radio-examples.mjs.map +1 -1
  316. package/fesm2022/daffodil-design-sidebar-examples.mjs +22 -130
  317. package/fesm2022/daffodil-design-sidebar-examples.mjs.map +1 -1
  318. package/fesm2022/daffodil-design-toast-examples.mjs +20 -142
  319. package/fesm2022/daffodil-design-toast-examples.mjs.map +1 -1
  320. package/fesm2022/daffodil-design-toast.mjs +15 -21
  321. package/fesm2022/daffodil-design-toast.mjs.map +1 -1
  322. package/fesm2022/daffodil-design-tree-examples.mjs +6 -34
  323. package/fesm2022/daffodil-design-tree-examples.mjs.map +1 -1
  324. package/fesm2022/daffodil-design-tree.mjs +11 -21
  325. package/fesm2022/daffodil-design-tree.mjs.map +1 -1
  326. package/fesm2022/daffodil-design.mjs +409 -199
  327. package/fesm2022/daffodil-design.mjs.map +1 -1
  328. package/hero/examples/compact-hero/compact-hero.component.d.ts +1 -1
  329. package/hero/examples/hero-text-alignment/hero-text-alignment.component.d.ts +1 -1
  330. package/hero/examples/hero-theming/hero-theming.component.d.ts +1 -1
  331. package/hero/examples/hero-with-grid/hero-with-grid.component.d.ts +1 -1
  332. package/hero/examples/public_api.d.ts +0 -4
  333. package/hero/hero/hero.component.d.ts +6 -38
  334. package/image/examples/basic-image/basic-image.component.d.ts +1 -1
  335. package/image/examples/load-image/load-image.component.d.ts +1 -1
  336. package/image/examples/public_api.d.ts +2 -2
  337. package/image/examples/skeleton-image/skeleton-image.component.d.ts +1 -1
  338. package/image/image/image.component.d.ts +5 -22
  339. package/index.d.ts +2 -2
  340. package/input/examples/basic-input/basic-input.component.d.ts +1 -1
  341. package/input/examples/examples.d.ts +2 -2
  342. package/input/examples/input-disabled/input-disabled.component.d.ts +1 -1
  343. package/input/examples/input-error/input-error.component.d.ts +1 -1
  344. package/input/examples/input-with-form-field/input-with-form-field.component.d.ts +1 -1
  345. package/link-set/link-set/link-set.component.d.ts +3 -22
  346. package/list/examples/basic-list/basic-list.component.d.ts +1 -1
  347. package/list/examples/icon-list/icon-list.component.d.ts +1 -1
  348. package/list/examples/multiline-list/multiline-list.component.d.ts +1 -1
  349. package/list/examples/nav-list/nav-list.component.d.ts +1 -1
  350. package/list/examples/public_api.d.ts +0 -1
  351. package/list/list/list.component.d.ts +5 -18
  352. package/loading-icon/README.md +1 -1
  353. package/loading-icon/examples/examples.d.ts +0 -2
  354. package/loading-icon/examples/loading-icon-color/loading-icon-color.component.d.ts +1 -1
  355. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.component.d.ts +1 -1
  356. package/loading-icon/loading-icon/loading-icon.component.d.ts +3 -22
  357. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.component.d.ts +1 -1
  358. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.component.d.ts +1 -1
  359. package/media-gallery/examples/public_api.d.ts +0 -3
  360. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.component.d.ts +1 -1
  361. package/media-gallery/media-gallery/media-gallery.component.d.ts +5 -25
  362. package/menu/examples/basic-menu/basic-menu.component.d.ts +1 -1
  363. package/menu/examples/basic-menu/menu-content/menu-content.component.d.ts +1 -1
  364. package/menu/examples/public_api.d.ts +2 -2
  365. package/modal/README.md +22 -37
  366. package/modal/examples/basic-modal/basic-modal.component.d.ts +1 -1
  367. package/modal/examples/basic-modal/modal-content.component.d.ts +1 -1
  368. package/modal/examples/public_api.d.ts +2 -2
  369. package/modal/modal/modal.component.d.ts +17 -1
  370. package/modal/modal-actions/modal-actions.component.d.ts +1 -0
  371. package/modal/modal-close/modal-close.directive.d.ts +24 -0
  372. package/modal/modal-content/modal-content.component.d.ts +1 -0
  373. package/modal/modal-header/modal-header.component.d.ts +6 -1
  374. package/modal/modal-title/modal-title.directive.d.ts +12 -1
  375. package/modal/modal.module.d.ts +7 -4
  376. package/modal/public_api.d.ts +1 -0
  377. package/navbar/examples/basic-navbar/basic-navbar.component.d.ts +1 -1
  378. package/navbar/examples/contained-navbar/contained-navbar.component.d.ts +1 -1
  379. package/navbar/examples/navbar-theming/navbar-theming.component.d.ts +1 -1
  380. package/navbar/examples/public_api.d.ts +0 -4
  381. package/navbar/examples/raised-navbar/raised-navbar.component.d.ts +1 -1
  382. package/navbar/navbar/navbar.component.d.ts +3 -25
  383. package/notification/README.md +49 -23
  384. package/notification/examples/default-notification/default-notification.component.d.ts +3 -1
  385. package/notification/examples/dismissible-notification/dismissible-notification.component.d.ts +3 -1
  386. package/notification/examples/notification-orientations/notification-orientations.component.d.ts +1 -1
  387. package/notification/examples/notification-status/notification-status.component.d.ts +1 -1
  388. package/notification/examples/notification-with-actions/notification-with-actions.component.d.ts +8 -0
  389. package/notification/examples/public_api.d.ts +6 -2
  390. package/notification/index.d.ts +0 -4
  391. package/notification/notification/notification.component.d.ts +21 -30
  392. package/notification/src/notification-theme.scss +1 -1
  393. package/package.json +1 -1
  394. package/paginator/examples/basic-paginator/basic-paginator.component.d.ts +1 -1
  395. package/paginator/examples/link-paginator/link-paginator.component.d.ts +1 -1
  396. package/paginator/examples/public_api.d.ts +0 -1
  397. package/paginator/index.d.ts +0 -4
  398. package/progress-bar/examples/progress-bar-default/progress-bar-default.component.d.ts +1 -1
  399. package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.component.d.ts +1 -1
  400. package/progress-bar/examples/progress-bar-themes/progress-bar-themes.component.d.ts +1 -1
  401. package/progress-bar/examples/public_api.d.ts +2 -2
  402. package/progress-bar/index.d.ts +0 -4
  403. package/progress-bar/progress-bar.component.d.ts +7 -22
  404. package/public_api.d.ts +0 -1
  405. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.component.d.ts +1 -1
  406. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.component.d.ts +1 -1
  407. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.component.d.ts +1 -1
  408. package/quantity-field/examples/public_api.d.ts +0 -4
  409. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.component.d.ts +1 -1
  410. package/radio/examples/basic-radio/basic-radio.component.d.ts +1 -1
  411. package/radio/examples/examples.d.ts +0 -2
  412. package/radio/examples/public_api.d.ts +0 -1
  413. package/scss/state/skeleton/_mixins.scss +1 -1
  414. package/scss/typography/_index.scss +1 -1
  415. package/scss/typography/utilities/_variables.scss +14 -4
  416. package/sidebar/README.md +1 -1
  417. package/sidebar/examples/basic-sidebar/basic-sidebar.component.d.ts +1 -1
  418. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.component.d.ts +1 -1
  419. package/sidebar/examples/public_api.d.ts +2 -2
  420. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.component.d.ts +1 -1
  421. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.component.d.ts +1 -1
  422. package/toast/README.md +2 -2
  423. package/toast/examples/default-toast/default-toast.component.d.ts +1 -1
  424. package/toast/examples/public_api.d.ts +5 -2
  425. package/toast/examples/toast-positions/toast-positions.component.d.ts +1 -1
  426. package/toast/examples/toast-status/toast-status.component.d.ts +1 -1
  427. package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.component.d.ts +1 -1
  428. package/toast/toast/toast.component.d.ts +7 -25
  429. package/tree/examples/basic-tree/basic-tree.component.d.ts +1 -1
  430. package/tree/examples/public_api.d.ts +0 -1
  431. package/tree/tree/tree.component.d.ts +5 -19
  432. package/article/examples/article-examples.module.d.ts +0 -18
  433. package/button/examples/basic-button/basic-button.module.d.ts +0 -9
  434. package/button/examples/flat-button/flat-button.module.d.ts +0 -9
  435. package/button/examples/icon-button/icon-button.module.d.ts +0 -9
  436. package/button/examples/raised-button/raised-button.module.d.ts +0 -9
  437. package/button/examples/sizeable-button/sizeable-button.module.d.ts +0 -9
  438. package/button/examples/statusable-button/statusable-button.module.d.ts +0 -9
  439. package/button/examples/stroked-button/stroked-button.module.d.ts +0 -9
  440. package/button/examples/underline-button/underline-button.module.d.ts +0 -9
  441. package/callout/examples/callout-text-alignment/callout-text-alignment.module.d.ts +0 -13
  442. package/callout/examples/callout-theming/callout-theming.module.d.ts +0 -12
  443. package/callout/examples/callout-with-grid/callout-with-grid.module.d.ts +0 -13
  444. package/callout/examples/compact-callout/compact-callout.module.d.ts +0 -12
  445. package/card/examples/basic-card/basic-card.module.d.ts +0 -12
  446. package/card/examples/card-orientation/card-orientation.module.d.ts +0 -13
  447. package/card/examples/card-theming/card-theming.module.d.ts +0 -11
  448. package/card/examples/linkable-card/linkable-card.module.d.ts +0 -13
  449. package/card/examples/raised-card/raised-card.module.d.ts +0 -12
  450. package/card/examples/stroked-card/stroked-card.module.d.ts +0 -13
  451. package/checkbox/examples/basic-checkbox/basic-checkbox.module.d.ts +0 -10
  452. package/checkbox/examples/checkbox-set/checkbox-set.module.d.ts +0 -10
  453. package/container/examples/container-sizes/container-sizes.module.d.ts +0 -10
  454. package/core/article-encapsulated/article-encapsulated-mixin.d.ts +0 -15
  455. package/core/colorable/color-in-palette.d.ts +0 -1
  456. package/core/colorable/colorable-enum.d.ts +0 -10
  457. package/core/colorable/colorable-mixin.d.ts +0 -23
  458. package/core/compactable/compactable-mixin.d.ts +0 -14
  459. package/core/manage-container-layout/manage-container-layout-mixin.d.ts +0 -17
  460. package/core/sizable/sizable-mixin.d.ts +0 -15
  461. package/core/skeletonable/skeletonable-mixin.d.ts +0 -15
  462. package/core/statusable/statusable-mixin.d.ts +0 -16
  463. package/core/text-alignable/text-alignable-mixin.d.ts +0 -19
  464. package/esm2022/article/examples/article-examples.module.mjs +0 -35
  465. package/esm2022/button/examples/basic-button/basic-button.module.mjs +0 -28
  466. package/esm2022/button/examples/flat-button/flat-button.module.mjs +0 -28
  467. package/esm2022/button/examples/icon-button/icon-button.module.mjs +0 -28
  468. package/esm2022/button/examples/raised-button/raised-button.module.mjs +0 -28
  469. package/esm2022/button/examples/sizeable-button/sizeable-button.module.mjs +0 -28
  470. package/esm2022/button/examples/statusable-button/statusable-button.module.mjs +0 -28
  471. package/esm2022/button/examples/stroked-button/stroked-button.module.mjs +0 -28
  472. package/esm2022/button/examples/underline-button/underline-button.module.mjs +0 -28
  473. package/esm2022/callout/examples/callout-text-alignment/callout-text-alignment.module.mjs +0 -41
  474. package/esm2022/callout/examples/callout-theming/callout-theming.module.mjs +0 -37
  475. package/esm2022/callout/examples/callout-with-grid/callout-with-grid.module.mjs +0 -41
  476. package/esm2022/callout/examples/compact-callout/compact-callout.module.mjs +0 -37
  477. package/esm2022/card/examples/basic-card/basic-card.module.mjs +0 -40
  478. package/esm2022/card/examples/card-orientation/card-orientation.module.mjs +0 -44
  479. package/esm2022/card/examples/card-theming/card-theming.module.mjs +0 -36
  480. package/esm2022/card/examples/linkable-card/linkable-card.module.mjs +0 -44
  481. package/esm2022/card/examples/raised-card/raised-card.module.mjs +0 -40
  482. package/esm2022/card/examples/stroked-card/stroked-card.module.mjs +0 -44
  483. package/esm2022/checkbox/examples/basic-checkbox/basic-checkbox.module.mjs +0 -33
  484. package/esm2022/checkbox/examples/checkbox-set/checkbox-set.module.mjs +0 -33
  485. package/esm2022/container/examples/container-sizes/container-sizes.module.mjs +0 -32
  486. package/esm2022/core/article-encapsulated/article-encapsulated-mixin.mjs +0 -12
  487. package/esm2022/core/colorable/color-in-palette.mjs +0 -5
  488. package/esm2022/core/colorable/colorable-enum.mjs +0 -12
  489. package/esm2022/core/colorable/colorable-mixin.mjs +0 -42
  490. package/esm2022/core/compactable/compactable-mixin.mjs +0 -26
  491. package/esm2022/core/manage-container-layout/manage-container-layout-mixin.mjs +0 -14
  492. package/esm2022/core/sizable/sizable-mixin.mjs +0 -31
  493. package/esm2022/core/skeletonable/skeletonable-mixin.mjs +0 -26
  494. package/esm2022/core/statusable/statusable-mixin.mjs +0 -32
  495. package/esm2022/core/text-alignable/text-alignable-mixin.mjs +0 -35
  496. package/esm2022/examples/examples.mjs +0 -2
  497. package/esm2022/examples/public_api.mjs +0 -2
  498. package/esm2022/hero/examples/compact-hero/compact-hero.module.mjs +0 -40
  499. package/esm2022/hero/examples/hero-text-alignment/hero-text-alignment.module.mjs +0 -41
  500. package/esm2022/hero/examples/hero-theming/hero-theming.module.mjs +0 -40
  501. package/esm2022/hero/examples/hero-with-grid/hero-with-grid.module.mjs +0 -41
  502. package/esm2022/image/examples/basic-image/basic-image.module.mjs +0 -24
  503. package/esm2022/image/examples/load-image/load-image.module.mjs +0 -28
  504. package/esm2022/image/examples/skeleton-image/skeleton-image.module.mjs +0 -24
  505. package/esm2022/input/examples/basic-input/basic-input.module.mjs +0 -24
  506. package/esm2022/input/examples/input-disabled/input-disabled.module.mjs +0 -24
  507. package/esm2022/input/examples/input-error/input-error.module.mjs +0 -28
  508. package/esm2022/input/examples/input-with-form-field/input-with-form-field.module.mjs +0 -24
  509. package/esm2022/list/examples/basic-list/basic-list.module.mjs +0 -28
  510. package/esm2022/list/examples/icon-list/icon-list.module.mjs +0 -32
  511. package/esm2022/list/examples/list-examples.module.mjs +0 -33
  512. package/esm2022/list/examples/multiline-list/multiline-list.module.mjs +0 -32
  513. package/esm2022/list/examples/nav-list/nav-list.module.mjs +0 -32
  514. package/esm2022/loading-icon/examples/loading-icon-color/loading-icon-color.module.mjs +0 -32
  515. package/esm2022/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.mjs +0 -24
  516. package/esm2022/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.mjs +0 -29
  517. package/esm2022/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.mjs +0 -29
  518. package/esm2022/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.mjs +0 -29
  519. package/esm2022/menu/examples/basic-menu/basic-menu.module.mjs +0 -35
  520. package/esm2022/modal/examples/basic-modal/basic-modal.module.mjs +0 -31
  521. package/esm2022/navbar/examples/basic-navbar/basic-navbar.module.mjs +0 -33
  522. package/esm2022/navbar/examples/contained-navbar/contained-navbar.module.mjs +0 -33
  523. package/esm2022/navbar/examples/navbar-theming/navbar-theming.module.mjs +0 -33
  524. package/esm2022/navbar/examples/raised-navbar/raised-navbar.module.mjs +0 -29
  525. package/esm2022/notification/examples/default-notification/default-notification.module.mjs +0 -36
  526. package/esm2022/notification/examples/dismissible-notification/dismissible-notification.module.mjs +0 -36
  527. package/esm2022/notification/examples/notification-orientations/notification-orientations.module.mjs +0 -40
  528. package/esm2022/notification/examples/notification-status/notification-status.module.mjs +0 -40
  529. package/esm2022/paginator/examples/paginator-examples.module.mjs +0 -27
  530. package/esm2022/progress-bar/examples/progress-bar-default/progress-bar-default.module.mjs +0 -24
  531. package/esm2022/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.mjs +0 -24
  532. package/esm2022/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.mjs +0 -28
  533. package/esm2022/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.mjs +0 -35
  534. package/esm2022/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.mjs +0 -35
  535. package/esm2022/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.mjs +0 -35
  536. package/esm2022/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.mjs +0 -35
  537. package/esm2022/radio/examples/basic-radio/basic-radio.module.mjs +0 -29
  538. package/esm2022/sidebar/examples/basic-sidebar/basic-sidebar.module.mjs +0 -32
  539. package/esm2022/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.mjs +0 -44
  540. package/esm2022/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.mjs +0 -32
  541. package/esm2022/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.mjs +0 -28
  542. package/esm2022/toast/examples/default-toast/default-toast.module.mjs +0 -36
  543. package/esm2022/toast/examples/toast-positions/toast-positions.module.mjs +0 -57
  544. package/esm2022/toast/examples/toast-status/toast-status.module.mjs +0 -40
  545. package/esm2022/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.mjs +0 -32
  546. package/esm2022/tree/examples/basic-tree/basic-tree.module.mjs +0 -32
  547. package/examples/examples.d.ts +0 -12
  548. package/examples/public_api.d.ts +0 -1
  549. package/hero/examples/compact-hero/compact-hero.module.d.ts +0 -12
  550. package/hero/examples/hero-text-alignment/hero-text-alignment.module.d.ts +0 -13
  551. package/hero/examples/hero-theming/hero-theming.module.d.ts +0 -12
  552. package/hero/examples/hero-with-grid/hero-with-grid.module.d.ts +0 -13
  553. package/image/examples/basic-image/basic-image.module.d.ts +0 -8
  554. package/image/examples/load-image/load-image.module.d.ts +0 -9
  555. package/image/examples/skeleton-image/skeleton-image.module.d.ts +0 -8
  556. package/input/examples/basic-input/basic-input.module.d.ts +0 -8
  557. package/input/examples/input-disabled/input-disabled.module.d.ts +0 -8
  558. package/input/examples/input-error/input-error.module.d.ts +0 -9
  559. package/input/examples/input-with-form-field/input-with-form-field.module.d.ts +0 -8
  560. package/list/examples/basic-list/basic-list.module.d.ts +0 -9
  561. package/list/examples/icon-list/icon-list.module.d.ts +0 -10
  562. package/list/examples/list-examples.module.d.ts +0 -11
  563. package/list/examples/multiline-list/multiline-list.module.d.ts +0 -10
  564. package/list/examples/nav-list/nav-list.module.d.ts +0 -10
  565. package/loading-icon/examples/loading-icon-color/loading-icon-color.module.d.ts +0 -10
  566. package/loading-icon/examples/loading-icon-diameter/loading-icon-diameter.module.d.ts +0 -8
  567. package/media-gallery/examples/basic-media-gallery/basic-media-gallery.module.d.ts +0 -9
  568. package/media-gallery/examples/mismatched-sizes-media-gallery/mismatched-sizes-media-gallery.module.d.ts +0 -9
  569. package/media-gallery/examples/skeleton-media-gallery/skeleton-media-gallery.module.d.ts +0 -9
  570. package/menu/examples/basic-menu/basic-menu.module.d.ts +0 -11
  571. package/modal/examples/basic-modal/basic-modal.module.d.ts +0 -10
  572. package/navbar/examples/basic-navbar/basic-navbar.module.d.ts +0 -11
  573. package/navbar/examples/contained-navbar/contained-navbar.module.d.ts +0 -11
  574. package/navbar/examples/navbar-theming/navbar-theming.module.d.ts +0 -11
  575. package/navbar/examples/raised-navbar/raised-navbar.module.d.ts +0 -10
  576. package/notification/examples/default-notification/default-notification.module.d.ts +0 -11
  577. package/notification/examples/dismissible-notification/dismissible-notification.module.d.ts +0 -11
  578. package/notification/examples/notification-orientations/notification-orientations.module.d.ts +0 -12
  579. package/notification/examples/notification-status/notification-status.module.d.ts +0 -12
  580. package/paginator/examples/paginator-examples.module.d.ts +0 -10
  581. package/progress-bar/examples/progress-bar-default/progress-bar-default.module.d.ts +0 -8
  582. package/progress-bar/examples/progress-bar-indeterminate/progress-bar-indeterminate.module.d.ts +0 -8
  583. package/progress-bar/examples/progress-bar-themes/progress-bar-themes.module.d.ts +0 -9
  584. package/quantity-field/examples/basic-quantity-field/basic-quantity-field.module.d.ts +0 -10
  585. package/quantity-field/examples/custom-range-quantity-field/custom-range-quantity-field.module.d.ts +0 -10
  586. package/quantity-field/examples/disabled-quantity-field/disabled-quantity-field.module.d.ts +0 -10
  587. package/quantity-field/examples/select-max-quantity-field/select-max-quantity-field.module.d.ts +0 -10
  588. package/radio/examples/basic-radio/basic-radio.module.d.ts +0 -9
  589. package/sidebar/examples/basic-sidebar/basic-sidebar.module.d.ts +0 -10
  590. package/sidebar/examples/over-and-under-sidebars/over-and-under-sidebars.module.d.ts +0 -13
  591. package/sidebar/examples/side-fixed-sidebar/side-fixed-sidebar.module.d.ts +0 -10
  592. package/sidebar/examples/sidebar-with-sticky-content/sidebar-with-sticky-content.module.d.ts +0 -9
  593. package/toast/examples/default-toast/default-toast.module.d.ts +0 -11
  594. package/toast/examples/toast-positions/toast-positions.module.d.ts +0 -12
  595. package/toast/examples/toast-status/toast-status.module.d.ts +0 -12
  596. package/toast/examples/toast-with-custom-duration/toast-with-custom-duration.module.d.ts +0 -10
  597. package/tree/examples/basic-tree/basic-tree.module.d.ts +0 -10
@@ -1,36 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
4
- import { DaffButtonModule } from '@daffodil/design/button';
5
- import { DaffToastModule } from '@daffodil/design/toast';
6
- import { DefaultToastComponent } from './default-toast.component';
7
- import * as i0 from "@angular/core";
8
- export class DefaultToastModule {
9
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DefaultToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: DefaultToastModule, declarations: [DefaultToastComponent], imports: [CommonModule,
11
- DaffToastModule,
12
- FontAwesomeModule,
13
- DaffButtonModule], exports: [DefaultToastComponent] }); }
14
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DefaultToastModule, imports: [CommonModule,
15
- DaffToastModule,
16
- FontAwesomeModule,
17
- DaffButtonModule] }); }
18
- }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: DefaultToastModule, decorators: [{
20
- type: NgModule,
21
- args: [{
22
- declarations: [
23
- DefaultToastComponent,
24
- ],
25
- imports: [
26
- CommonModule,
27
- DaffToastModule,
28
- FontAwesomeModule,
29
- DaffButtonModule,
30
- ],
31
- exports: [
32
- DefaultToastComponent,
33
- ],
34
- }]
35
- }] });
36
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmYXVsdC10b2FzdC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi90b2FzdC9leGFtcGxlcy9zcmMvZGVmYXVsdC10b2FzdC9kZWZhdWx0LXRvYXN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUVyRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFekQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBZ0JsRSxNQUFNLE9BQU8sa0JBQWtCO2tJQUFsQixrQkFBa0I7bUlBQWxCLGtCQUFrQixpQkFaM0IscUJBQXFCLGFBR3JCLFlBQVk7WUFDWixlQUFlO1lBQ2YsaUJBQWlCO1lBQ2pCLGdCQUFnQixhQUdoQixxQkFBcUI7bUlBR1osa0JBQWtCLFlBVDNCLFlBQVk7WUFDWixlQUFlO1lBQ2YsaUJBQWlCO1lBQ2pCLGdCQUFnQjs7NEZBTVAsa0JBQWtCO2tCQWQ5QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixxQkFBcUI7cUJBQ3RCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGVBQWU7d0JBQ2YsaUJBQWlCO3dCQUNqQixnQkFBZ0I7cUJBQ2pCO29CQUNELE9BQU8sRUFBRTt3QkFDUCxxQkFBcUI7cUJBQ3RCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcblxuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYnV0dG9uJztcbmltcG9ydCB7IERhZmZUb2FzdE1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vdG9hc3QnO1xuXG5pbXBvcnQgeyBEZWZhdWx0VG9hc3RDb21wb25lbnQgfSBmcm9tICcuL2RlZmF1bHQtdG9hc3QuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgRGVmYXVsdFRvYXN0Q29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIERhZmZUb2FzdE1vZHVsZSxcbiAgICBGb250QXdlc29tZU1vZHVsZSxcbiAgICBEYWZmQnV0dG9uTW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgRGVmYXVsdFRvYXN0Q29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBEZWZhdWx0VG9hc3RNb2R1bGUgeyB9XG4iXX0=
@@ -1,57 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { ReactiveFormsModule } from '@angular/forms';
4
- import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
5
- import { DaffButtonModule } from '@daffodil/design/button';
6
- import { DaffToastModule, provideDaffToastOptions, } from '@daffodil/design/toast';
7
- import { ToastPositionsComponent } from './toast-positions.component';
8
- import * as i0 from "@angular/core";
9
- export class ToastPositionsModule {
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastPositionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: ToastPositionsModule, declarations: [ToastPositionsComponent], imports: [CommonModule,
12
- ReactiveFormsModule,
13
- DaffToastModule,
14
- FontAwesomeModule,
15
- DaffButtonModule], exports: [ToastPositionsComponent] }); }
16
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastPositionsModule, providers: [
17
- provideDaffToastOptions({
18
- position: {
19
- vertical: 'top',
20
- horizontal: 'right',
21
- },
22
- useParent: false,
23
- }),
24
- ], imports: [CommonModule,
25
- ReactiveFormsModule,
26
- DaffToastModule,
27
- FontAwesomeModule,
28
- DaffButtonModule] }); }
29
- }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastPositionsModule, decorators: [{
31
- type: NgModule,
32
- args: [{
33
- declarations: [
34
- ToastPositionsComponent,
35
- ],
36
- imports: [
37
- CommonModule,
38
- ReactiveFormsModule,
39
- DaffToastModule,
40
- FontAwesomeModule,
41
- DaffButtonModule,
42
- ],
43
- exports: [
44
- ToastPositionsComponent,
45
- ],
46
- providers: [
47
- provideDaffToastOptions({
48
- position: {
49
- vertical: 'top',
50
- horizontal: 'right',
51
- },
52
- useParent: false,
53
- }),
54
- ],
55
- }]
56
- }] });
57
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3QtcG9zaXRpb25zLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3RvYXN0L2V4YW1wbGVzL3NyYy90b2FzdC1wb3NpdGlvbnMvdG9hc3QtcG9zaXRpb25zLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUVyRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQ0wsZUFBZSxFQUNmLHVCQUF1QixHQUN4QixNQUFNLHdCQUF3QixDQUFDO0FBRWhDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOztBQTJCdEUsTUFBTSxPQUFPLG9CQUFvQjtrSUFBcEIsb0JBQW9CO21JQUFwQixvQkFBb0IsaUJBdkI3Qix1QkFBdUIsYUFHdkIsWUFBWTtZQUNaLG1CQUFtQjtZQUVuQixlQUFlO1lBQ2YsaUJBQWlCO1lBQ2pCLGdCQUFnQixhQUdoQix1QkFBdUI7bUlBWWQsb0JBQW9CLGFBVnBCO1lBQ1QsdUJBQXVCLENBQUM7Z0JBQ3RCLFFBQVEsRUFBRTtvQkFDUixRQUFRLEVBQUUsS0FBSztvQkFDZixVQUFVLEVBQUUsT0FBTztpQkFDcEI7Z0JBQ0QsU0FBUyxFQUFFLEtBQUs7YUFDakIsQ0FBQztTQUNILFlBbEJDLFlBQVk7WUFDWixtQkFBbUI7WUFFbkIsZUFBZTtZQUNmLGlCQUFpQjtZQUNqQixnQkFBZ0I7OzRGQWVQLG9CQUFvQjtrQkF6QmhDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLHVCQUF1QjtxQkFDeEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osbUJBQW1CO3dCQUVuQixlQUFlO3dCQUNmLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsdUJBQXVCO3FCQUN4QjtvQkFDRCxTQUFTLEVBQUU7d0JBQ1QsdUJBQXVCLENBQUM7NEJBQ3RCLFFBQVEsRUFBRTtnQ0FDUixRQUFRLEVBQUUsS0FBSztnQ0FDZixVQUFVLEVBQUUsT0FBTzs2QkFDcEI7NEJBQ0QsU0FBUyxFQUFFLEtBQUs7eUJBQ2pCLENBQUM7cUJBQ0g7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcblxuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYnV0dG9uJztcbmltcG9ydCB7XG4gIERhZmZUb2FzdE1vZHVsZSxcbiAgcHJvdmlkZURhZmZUb2FzdE9wdGlvbnMsXG59IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vdG9hc3QnO1xuXG5pbXBvcnQgeyBUb2FzdFBvc2l0aW9uc0NvbXBvbmVudCB9IGZyb20gJy4vdG9hc3QtcG9zaXRpb25zLmNvbXBvbmVudCc7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW1xuICAgIFRvYXN0UG9zaXRpb25zQ29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG5cbiAgICBEYWZmVG9hc3RNb2R1bGUsXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gICAgRGFmZkJ1dHRvbk1vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFRvYXN0UG9zaXRpb25zQ29tcG9uZW50LFxuICBdLFxuICBwcm92aWRlcnM6IFtcbiAgICBwcm92aWRlRGFmZlRvYXN0T3B0aW9ucyh7XG4gICAgICBwb3NpdGlvbjoge1xuICAgICAgICB2ZXJ0aWNhbDogJ3RvcCcsXG4gICAgICAgIGhvcml6b250YWw6ICdyaWdodCcsXG4gICAgICB9LFxuICAgICAgdXNlUGFyZW50OiBmYWxzZSxcbiAgICB9KSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgVG9hc3RQb3NpdGlvbnNNb2R1bGUgeyB9XG4iXX0=
@@ -1,40 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { ReactiveFormsModule } from '@angular/forms';
4
- import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
5
- import { DaffButtonModule } from '@daffodil/design/button';
6
- import { DaffToastModule } from '@daffodil/design/toast';
7
- import { ToastStatusComponent } from './toast-status.component';
8
- import * as i0 from "@angular/core";
9
- export class ToastStatusModule {
10
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastStatusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
11
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: ToastStatusModule, declarations: [ToastStatusComponent], imports: [CommonModule,
12
- DaffToastModule,
13
- DaffButtonModule,
14
- FontAwesomeModule,
15
- ReactiveFormsModule], exports: [ToastStatusComponent] }); }
16
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastStatusModule, imports: [CommonModule,
17
- DaffToastModule,
18
- DaffButtonModule,
19
- FontAwesomeModule,
20
- ReactiveFormsModule] }); }
21
- }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastStatusModule, decorators: [{
23
- type: NgModule,
24
- args: [{
25
- declarations: [
26
- ToastStatusComponent,
27
- ],
28
- imports: [
29
- CommonModule,
30
- DaffToastModule,
31
- DaffButtonModule,
32
- FontAwesomeModule,
33
- ReactiveFormsModule,
34
- ],
35
- exports: [
36
- ToastStatusComponent,
37
- ],
38
- }]
39
- }] });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3Qtc3RhdHVzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGVzaWduL3RvYXN0L2V4YW1wbGVzL3NyYy90b2FzdC1zdGF0dXMvdG9hc3Qtc3RhdHVzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUVyRSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFekQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBaUJoRSxNQUFNLE9BQU8saUJBQWlCO2tJQUFqQixpQkFBaUI7bUlBQWpCLGlCQUFpQixpQkFiMUIsb0JBQW9CLGFBR3BCLFlBQVk7WUFDWixlQUFlO1lBQ2YsZ0JBQWdCO1lBQ2hCLGlCQUFpQjtZQUNqQixtQkFBbUIsYUFHbkIsb0JBQW9CO21JQUdYLGlCQUFpQixZQVYxQixZQUFZO1lBQ1osZUFBZTtZQUNmLGdCQUFnQjtZQUNoQixpQkFBaUI7WUFDakIsbUJBQW1COzs0RkFNVixpQkFBaUI7a0JBZjdCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLG9CQUFvQjtxQkFDckI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osZUFBZTt3QkFDZixnQkFBZ0I7d0JBQ2hCLGlCQUFpQjt3QkFDakIsbUJBQW1CO3FCQUNwQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1Asb0JBQW9CO3FCQUNyQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEZvbnRBd2Vzb21lTW9kdWxlIH0gZnJvbSAnQGZvcnRhd2Vzb21lL2FuZ3VsYXItZm9udGF3ZXNvbWUnO1xuXG5pbXBvcnQgeyBEYWZmQnV0dG9uTW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi9idXR0b24nO1xuaW1wb3J0IHsgRGFmZlRvYXN0TW9kdWxlIH0gZnJvbSAnQGRhZmZvZGlsL2Rlc2lnbi90b2FzdCc7XG5cbmltcG9ydCB7IFRvYXN0U3RhdHVzQ29tcG9uZW50IH0gZnJvbSAnLi90b2FzdC1zdGF0dXMuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgVG9hc3RTdGF0dXNDb21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRGFmZlRvYXN0TW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gICAgRm9udEF3ZXNvbWVNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgXSxcbiAgZXhwb3J0czogW1xuICAgIFRvYXN0U3RhdHVzQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBUb2FzdFN0YXR1c01vZHVsZSB7IH1cbiJdfQ==
@@ -1,32 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { NgModule } from '@angular/core';
3
- import { DaffButtonModule } from '@daffodil/design/button';
4
- import { DaffToastModule } from '@daffodil/design/toast';
5
- import { ToastWithCustomDurationComponent } from './toast-with-custom-duration.component';
6
- import * as i0 from "@angular/core";
7
- export class ToastWithCustomDurationModule {
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastWithCustomDurationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: ToastWithCustomDurationModule, declarations: [ToastWithCustomDurationComponent], imports: [CommonModule,
10
- DaffToastModule,
11
- DaffButtonModule], exports: [ToastWithCustomDurationComponent] }); }
12
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastWithCustomDurationModule, imports: [CommonModule,
13
- DaffToastModule,
14
- DaffButtonModule] }); }
15
- }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: ToastWithCustomDurationModule, decorators: [{
17
- type: NgModule,
18
- args: [{
19
- declarations: [
20
- ToastWithCustomDurationComponent,
21
- ],
22
- imports: [
23
- CommonModule,
24
- DaffToastModule,
25
- DaffButtonModule,
26
- ],
27
- exports: [
28
- ToastWithCustomDurationComponent,
29
- ],
30
- }]
31
- }] });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9hc3Qtd2l0aC1jdXN0b20tZHVyYXRpb24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kZXNpZ24vdG9hc3QvZXhhbXBsZXMvc3JjL3RvYXN0LXdpdGgtY3VzdG9tLWR1cmF0aW9uL3RvYXN0LXdpdGgtY3VzdG9tLWR1cmF0aW9uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFekQsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sd0NBQXdDLENBQUM7O0FBZTFGLE1BQU0sT0FBTyw2QkFBNkI7a0lBQTdCLDZCQUE2QjttSUFBN0IsNkJBQTZCLGlCQVh0QyxnQ0FBZ0MsYUFHaEMsWUFBWTtZQUNaLGVBQWU7WUFDZixnQkFBZ0IsYUFHaEIsZ0NBQWdDO21JQUd2Qiw2QkFBNkIsWUFSdEMsWUFBWTtZQUNaLGVBQWU7WUFDZixnQkFBZ0I7OzRGQU1QLDZCQUE2QjtrQkFiekMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUU7d0JBQ1osZ0NBQWdDO3FCQUNqQztvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixlQUFlO3dCQUNmLGdCQUFnQjtxQkFDakI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGdDQUFnQztxQkFDakM7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHsgRGFmZkJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vYnV0dG9uJztcbmltcG9ydCB7IERhZmZUb2FzdE1vZHVsZSB9IGZyb20gJ0BkYWZmb2RpbC9kZXNpZ24vdG9hc3QnO1xuXG5pbXBvcnQgeyBUb2FzdFdpdGhDdXN0b21EdXJhdGlvbkNvbXBvbmVudCB9IGZyb20gJy4vdG9hc3Qtd2l0aC1jdXN0b20tZHVyYXRpb24uY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgVG9hc3RXaXRoQ3VzdG9tRHVyYXRpb25Db21wb25lbnQsXG4gIF0sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRGFmZlRvYXN0TW9kdWxlLFxuICAgIERhZmZCdXR0b25Nb2R1bGUsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBUb2FzdFdpdGhDdXN0b21EdXJhdGlvbkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgVG9hc3RXaXRoQ3VzdG9tRHVyYXRpb25Nb2R1bGUgeyB9XG4iXX0=
@@ -1,32 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { RouterModule } from '@angular/router';
3
- import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
4
- import { DaffTreeModule } from '@daffodil/design/tree';
5
- import { BasicTreeComponent } from './basic-tree.component';
6
- import * as i0 from "@angular/core";
7
- export class BasicTreeModule {
8
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.10", ngImport: i0, type: BasicTreeModule, declarations: [BasicTreeComponent], imports: [RouterModule,
10
- DaffTreeModule,
11
- FontAwesomeModule], exports: [BasicTreeComponent] }); }
12
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicTreeModule, imports: [RouterModule,
13
- DaffTreeModule,
14
- FontAwesomeModule] }); }
15
- }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.10", ngImport: i0, type: BasicTreeModule, decorators: [{
17
- type: NgModule,
18
- args: [{
19
- declarations: [
20
- BasicTreeComponent,
21
- ],
22
- exports: [
23
- BasicTreeComponent,
24
- ],
25
- imports: [
26
- RouterModule,
27
- DaffTreeModule,
28
- FontAwesomeModule,
29
- ],
30
- }]
31
- }] });
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFzaWMtdHJlZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2Rlc2lnbi90cmVlL2V4YW1wbGVzL3NyYy9iYXNpYy10cmVlL2Jhc2ljLXRyZWUubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBRXJFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUV2RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQzs7QUFlNUQsTUFBTSxPQUFPLGVBQWU7a0lBQWYsZUFBZTttSUFBZixlQUFlLGlCQVh4QixrQkFBa0IsYUFNbEIsWUFBWTtZQUNaLGNBQWM7WUFDZCxpQkFBaUIsYUFMakIsa0JBQWtCO21JQVFULGVBQWUsWUFMeEIsWUFBWTtZQUNaLGNBQWM7WUFDZCxpQkFBaUI7OzRGQUdSLGVBQWU7a0JBYjNCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFO3dCQUNaLGtCQUFrQjtxQkFDbkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLGtCQUFrQjtxQkFDbkI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osY0FBYzt3QkFDZCxpQkFBaUI7cUJBQ2xCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5pbXBvcnQgeyBGb250QXdlc29tZU1vZHVsZSB9IGZyb20gJ0Bmb3J0YXdlc29tZS9hbmd1bGFyLWZvbnRhd2Vzb21lJztcblxuaW1wb3J0IHsgRGFmZlRyZWVNb2R1bGUgfSBmcm9tICdAZGFmZm9kaWwvZGVzaWduL3RyZWUnO1xuXG5pbXBvcnQgeyBCYXNpY1RyZWVDb21wb25lbnQgfSBmcm9tICcuL2Jhc2ljLXRyZWUuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbXG4gICAgQmFzaWNUcmVlQ29tcG9uZW50LFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgQmFzaWNUcmVlQ29tcG9uZW50LFxuICBdLFxuICBpbXBvcnRzOiBbXG4gICAgUm91dGVyTW9kdWxlLFxuICAgIERhZmZUcmVlTW9kdWxlLFxuICAgIEZvbnRBd2Vzb21lTW9kdWxlLFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBCYXNpY1RyZWVNb2R1bGUgeyB9XG4iXX0=
@@ -1,12 +0,0 @@
1
- import { Type } from '@angular/core';
2
- /**
3
- * An example of a component with a specified module.
4
- */
5
- export interface ComponentExampleWithModule {
6
- component: Type<any>;
7
- module: any;
8
- }
9
- /**
10
- * An example of a component
11
- */
12
- export type ComponentExample = ComponentExampleWithModule | Type<any>;
@@ -1 +0,0 @@
1
- export { ComponentExampleWithModule, ComponentExample, } from './examples';
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./compact-hero.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@daffodil/design/hero";
6
- import * as i5 from "@daffodil/design/button";
7
- import * as i6 from "@fortawesome/angular-fontawesome";
8
- export declare class CompactHeroModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<CompactHeroModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<CompactHeroModule, [typeof i1.CompactHeroComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffHeroModule, typeof i5.DaffButtonModule, typeof i6.FontAwesomeModule], [typeof i1.CompactHeroComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<CompactHeroModule>;
12
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./hero-text-alignment.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@daffodil/design/hero";
6
- import * as i5 from "@daffodil/design/container";
7
- import * as i6 from "@daffodil/design/button";
8
- import * as i7 from "@fortawesome/angular-fontawesome";
9
- export declare class HeroTextAlignmentModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<HeroTextAlignmentModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<HeroTextAlignmentModule, [typeof i1.HeroTextAlignmentComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffHeroModule, typeof i5.DaffContainerModule, typeof i6.DaffButtonModule, typeof i7.FontAwesomeModule], never>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<HeroTextAlignmentModule>;
13
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./hero-theming.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@daffodil/design/hero";
6
- import * as i5 from "@daffodil/design/button";
7
- import * as i6 from "@fortawesome/angular-fontawesome";
8
- export declare class HeroThemingModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<HeroThemingModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<HeroThemingModule, [typeof i1.HeroThemingComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffHeroModule, typeof i5.DaffButtonModule, typeof i6.FontAwesomeModule], [typeof i1.HeroThemingComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<HeroThemingModule>;
12
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./hero-with-grid.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@daffodil/design/hero";
6
- import * as i5 from "@daffodil/design/container";
7
- import * as i6 from "@daffodil/design/button";
8
- import * as i7 from "@fortawesome/angular-fontawesome";
9
- export declare class HeroWithGridModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<HeroWithGridModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<HeroWithGridModule, [typeof i1.HeroWithGridComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffHeroModule, typeof i5.DaffContainerModule, typeof i6.DaffButtonModule, typeof i7.FontAwesomeModule], never>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<HeroWithGridModule>;
13
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./basic-image.component";
3
- import * as i2 from "@daffodil/design/image";
4
- export declare class BasicImageModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BasicImageModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BasicImageModule, [typeof i1.BasicImageComponent], [typeof i2.DaffImageModule], [typeof i1.BasicImageComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BasicImageModule>;
8
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./load-image.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/image";
5
- export declare class LoadImageModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadImageModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<LoadImageModule, [typeof i1.LoadImageComponent], [typeof i2.CommonModule, typeof i3.DaffImageModule], [typeof i1.LoadImageComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<LoadImageModule>;
9
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./skeleton-image.component";
3
- import * as i2 from "@daffodil/design/image";
4
- export declare class SkeletonImageModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonImageModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonImageModule, [typeof i1.SkeletonImageComponent], [typeof i2.DaffImageModule], [typeof i1.SkeletonImageComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonImageModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./basic-input.component";
3
- import * as i2 from "@daffodil/design";
4
- export declare class BasicInputModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<BasicInputModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<BasicInputModule, [typeof i1.BasicInputComponent], [typeof i2.DaffFormFieldModule, typeof i2.DaffInputModule], never>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<BasicInputModule>;
8
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./input-disabled.component";
3
- import * as i2 from "@daffodil/design";
4
- export declare class InputDisabledModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<InputDisabledModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<InputDisabledModule, [typeof i1.InputDisabledComponent], [typeof i2.DaffFormFieldModule, typeof i2.DaffInputModule], never>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<InputDisabledModule>;
8
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./input-error.component";
3
- import * as i2 from "@daffodil/design";
4
- import * as i3 from "@angular/forms";
5
- export declare class InputErrorModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<InputErrorModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<InputErrorModule, [typeof i1.InputErrorComponent], [typeof i2.DaffFormFieldModule, typeof i2.DaffInputModule, typeof i3.ReactiveFormsModule], never>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<InputErrorModule>;
9
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./input-with-form-field.component";
3
- import * as i2 from "@daffodil/design";
4
- export declare class InputWithFormFieldModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<InputWithFormFieldModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<InputWithFormFieldModule, [typeof i1.InputWithFormFieldComponent], [typeof i2.DaffFormFieldModule, typeof i2.DaffInputModule], never>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<InputWithFormFieldModule>;
8
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./basic-list.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/list";
5
- export declare class BasicListModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<BasicListModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<BasicListModule, [typeof i1.BasicListComponent], [typeof i2.CommonModule, typeof i3.DaffListModule], [typeof i1.BasicListComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<BasicListModule>;
9
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./icon-list.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/list";
5
- import * as i4 from "@fortawesome/angular-fontawesome";
6
- export declare class IconListModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IconListModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IconListModule, [typeof i1.IconListComponent], [typeof i2.CommonModule, typeof i3.DaffListModule, typeof i4.FontAwesomeModule], [typeof i1.IconListComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<IconListModule>;
10
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./basic-list/basic-list.module";
4
- import * as i3 from "./nav-list/nav-list.module";
5
- import * as i4 from "./icon-list/icon-list.module";
6
- import * as i5 from "./multiline-list/multiline-list.module";
7
- export declare class ListExamplesModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ListExamplesModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ListExamplesModule, never, [typeof i1.CommonModule, typeof i2.BasicListModule, typeof i3.NavListModule, typeof i4.IconListModule, typeof i5.MultilineListModule], never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ListExamplesModule>;
11
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./multiline-list.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/list";
5
- import * as i4 from "@fortawesome/angular-fontawesome";
6
- export declare class MultilineListModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<MultilineListModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<MultilineListModule, [typeof i1.MultilineListComponent], [typeof i2.CommonModule, typeof i3.DaffListModule, typeof i4.FontAwesomeModule], [typeof i1.MultilineListComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<MultilineListModule>;
10
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./nav-list.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/list";
5
- import * as i4 from "@fortawesome/angular-fontawesome";
6
- export declare class NavListModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<NavListModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<NavListModule, [typeof i1.NavListComponent], [typeof i2.CommonModule, typeof i3.DaffListModule, typeof i4.FontAwesomeModule], [typeof i1.NavListComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<NavListModule>;
10
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./loading-icon-color.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/loading-icon";
5
- import * as i4 from "@angular/forms";
6
- export declare class LoadingIconColorModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadingIconColorModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingIconColorModule, [typeof i1.LoadingIconColorComponent], [typeof i2.CommonModule, typeof i3.DaffLoadingIconModule, typeof i4.ReactiveFormsModule], [typeof i1.LoadingIconColorComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<LoadingIconColorModule>;
10
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./loading-icon-diameter.component";
3
- import * as i2 from "@daffodil/design/loading-icon";
4
- export declare class LoadingIconDiameterModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<LoadingIconDiameterModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingIconDiameterModule, [typeof i1.LoadingIconDiameterComponent], [typeof i2.DaffLoadingIconModule], [typeof i1.LoadingIconDiameterComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<LoadingIconDiameterModule>;
8
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./basic-media-gallery.component";
3
- import * as i2 from "@daffodil/design/image";
4
- import * as i3 from "@daffodil/design/media-gallery";
5
- export declare class BasicMediaGalleryModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<BasicMediaGalleryModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<BasicMediaGalleryModule, [typeof i1.BasicMediaGalleryComponent], [typeof i2.DaffImageModule, typeof i3.DaffMediaGalleryModule], [typeof i1.BasicMediaGalleryComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<BasicMediaGalleryModule>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./mismatched-sizes-media-gallery.component";
3
- import * as i2 from "@daffodil/design/image";
4
- import * as i3 from "@daffodil/design/media-gallery";
5
- export declare class MismatchedSizesMediaGalleryModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MismatchedSizesMediaGalleryModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<MismatchedSizesMediaGalleryModule, [typeof i1.MismatchedSizesMediaGalleryComponent], [typeof i2.DaffImageModule, typeof i3.DaffMediaGalleryModule], [typeof i1.MismatchedSizesMediaGalleryComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<MismatchedSizesMediaGalleryModule>;
9
- }
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./skeleton-media-gallery.component";
3
- import * as i2 from "@daffodil/design/image";
4
- import * as i3 from "@daffodil/design/media-gallery";
5
- export declare class SkeletonMediaGalleryModule {
6
- static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonMediaGalleryModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonMediaGalleryModule, [typeof i1.SkeletonMediaGalleryComponent], [typeof i2.DaffImageModule, typeof i3.DaffMediaGalleryModule], [typeof i1.SkeletonMediaGalleryComponent]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonMediaGalleryModule>;
9
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./basic-menu.component";
3
- import * as i2 from "./menu-content/menu-content.component";
4
- import * as i3 from "@daffodil/design/button";
5
- import * as i4 from "@daffodil/design/menu";
6
- import * as i5 from "@fortawesome/angular-fontawesome";
7
- export declare class BasicMenuComponentModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BasicMenuComponentModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<BasicMenuComponentModule, [typeof i1.BasicMenuComponent, typeof i2.MenuContentComponent], [typeof i3.DaffButtonModule, typeof i4.DaffMenuModule, typeof i5.FontAwesomeModule], [typeof i1.BasicMenuComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<BasicMenuComponentModule>;
11
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./basic-modal.component";
3
- import * as i2 from "./modal-content.component";
4
- import * as i3 from "@daffodil/design/modal";
5
- import * as i4 from "@daffodil/design/button";
6
- export declare class BasicModalModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<BasicModalModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<BasicModalModule, [typeof i1.BasicModalComponent, typeof i2.BasicModalContentComponent], [typeof i3.DaffModalModule, typeof i4.DaffButtonModule], [typeof i1.BasicModalComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<BasicModalModule>;
10
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./basic-navbar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/navbar";
5
- import * as i4 from "@daffodil/design/button";
6
- import * as i5 from "@daffodil/design/container";
7
- export declare class BasicNavbarModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BasicNavbarModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<BasicNavbarModule, [typeof i1.BasicNavbarComponent], [typeof i2.CommonModule, typeof i3.DaffNavbarModule, typeof i4.DaffButtonModule, typeof i5.DaffContainerModule], never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<BasicNavbarModule>;
11
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./contained-navbar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/navbar";
5
- import * as i4 from "@daffodil/design/button";
6
- import * as i5 from "@daffodil/design/container";
7
- export declare class ContainedNavbarModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ContainedNavbarModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ContainedNavbarModule, [typeof i1.ContainedNavbarComponent], [typeof i2.CommonModule, typeof i3.DaffNavbarModule, typeof i4.DaffButtonModule, typeof i5.DaffContainerModule], never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ContainedNavbarModule>;
11
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./navbar-theming.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "@daffodil/design/navbar";
6
- import * as i5 from "@daffodil/design/button";
7
- export declare class NavbarThemingModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<NavbarThemingModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarThemingModule, [typeof i1.NavbarThemingComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DaffNavbarModule, typeof i5.DaffButtonModule], never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<NavbarThemingModule>;
11
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./raised-navbar.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/navbar";
5
- import * as i4 from "@daffodil/design/button";
6
- export declare class RaisedNavbarModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<RaisedNavbarModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<RaisedNavbarModule, [typeof i1.RaisedNavbarComponent], [typeof i2.CommonModule, typeof i3.DaffNavbarModule, typeof i4.DaffButtonModule], never>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<RaisedNavbarModule>;
10
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./default-notification.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/notification";
5
- import * as i4 from "@fortawesome/angular-fontawesome";
6
- import * as i5 from "@daffodil/design/button";
7
- export declare class DefaultNotificationModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DefaultNotificationModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DefaultNotificationModule, [typeof i1.DefaultNotificationComponent], [typeof i2.CommonModule, typeof i3.DaffNotificationModule, typeof i4.FontAwesomeModule, typeof i5.DaffButtonModule], [typeof i1.DefaultNotificationComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DefaultNotificationModule>;
11
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dismissible-notification.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/notification";
5
- import * as i4 from "@fortawesome/angular-fontawesome";
6
- import * as i5 from "@daffodil/design/button";
7
- export declare class DismissibleNotificationModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DismissibleNotificationModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DismissibleNotificationModule, [typeof i1.DismissibleNotificationComponent], [typeof i2.CommonModule, typeof i3.DaffNotificationModule, typeof i4.FontAwesomeModule, typeof i5.DaffButtonModule], [typeof i1.DismissibleNotificationComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DismissibleNotificationModule>;
11
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./notification-orientations.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/notification";
5
- import * as i4 from "@daffodil/design/button";
6
- import * as i5 from "@fortawesome/angular-fontawesome";
7
- import * as i6 from "@angular/forms";
8
- export declare class NotificationOrientationsModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationOrientationsModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationOrientationsModule, [typeof i1.NotificationOrientationsComponent], [typeof i2.CommonModule, typeof i3.DaffNotificationModule, typeof i4.DaffButtonModule, typeof i5.FontAwesomeModule, typeof i6.ReactiveFormsModule], [typeof i1.NotificationOrientationsComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<NotificationOrientationsModule>;
12
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./notification-status.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@daffodil/design/notification";
5
- import * as i4 from "@daffodil/design/button";
6
- import * as i5 from "@fortawesome/angular-fontawesome";
7
- import * as i6 from "@angular/forms";
8
- export declare class NotificationStatusModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationStatusModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationStatusModule, [typeof i1.NotificationStatusComponent], [typeof i2.CommonModule, typeof i3.DaffNotificationModule, typeof i4.DaffButtonModule, typeof i5.FontAwesomeModule, typeof i6.ReactiveFormsModule], [typeof i1.NotificationStatusComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<NotificationStatusModule>;
12
- }