@design-factory/design-factory 20.0.1 → 21.0.0-next.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 (268) hide show
  1. package/README.md +3 -11
  2. package/fesm2022/design-factory.mjs +889 -1113
  3. package/fesm2022/design-factory.mjs.map +1 -1
  4. package/package.json +21 -48
  5. package/schematics/migrations/21_0_0/style-import-package/index.d.ts +7 -0
  6. package/schematics/migrations/21_0_0/style-import-package/index.js +64 -0
  7. package/schematics/migrations/migration.json +5 -0
  8. package/schematics/ng-add/index.js +10 -24
  9. package/{index.d.ts → types/design-factory.d.ts} +47 -71
  10. package/assets/.gitkeep +0 -0
  11. package/assets/fonts/amadeus-bold/amadeus-bold.woff +0 -0
  12. package/assets/fonts/amadeus-bold/amadeus-bold.woff2 +0 -0
  13. package/assets/fonts/amadeus-full/amadeus-full-bold.woff +0 -0
  14. package/assets/fonts/amadeus-full/amadeus-full-bold.woff2 +0 -0
  15. package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff +0 -0
  16. package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff2 +0 -0
  17. package/assets/fonts/amadeus-full/amadeus-full-italic.woff +0 -0
  18. package/assets/fonts/amadeus-full/amadeus-full-italic.woff2 +0 -0
  19. package/assets/fonts/amadeus-full/amadeus-full-light.woff +0 -0
  20. package/assets/fonts/amadeus-full/amadeus-full-light.woff2 +0 -0
  21. package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff +0 -0
  22. package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff2 +0 -0
  23. package/assets/fonts/amadeus-full/amadeus-full-regular.woff +0 -0
  24. package/assets/fonts/amadeus-full/amadeus-full-regular.woff2 +0 -0
  25. package/assets/fonts/amadeus-full/amadeus-full-thin.woff +0 -0
  26. package/assets/fonts/amadeus-full/amadeus-full-thin.woff2 +0 -0
  27. package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff +0 -0
  28. package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff2 +0 -0
  29. package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff +0 -0
  30. package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff2 +0 -0
  31. package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff +0 -0
  32. package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff2 +0 -0
  33. package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff +0 -0
  34. package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff2 +0 -0
  35. package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff +0 -0
  36. package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff2 +0 -0
  37. package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff +0 -0
  38. package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff2 +0 -0
  39. package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff +0 -0
  40. package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff2 +0 -0
  41. package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff +0 -0
  42. package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff2 +0 -0
  43. package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff +0 -0
  44. package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff2 +0 -0
  45. package/assets/fonts/amadeus-regular/amadeus-regular.woff +0 -0
  46. package/assets/fonts/amadeus-regular/amadeus-regular.woff2 +0 -0
  47. package/assets/fonts/amadeus-thin/amadeus-thin.woff +0 -0
  48. package/assets/fonts/amadeus-thin/amadeus-thin.woff2 +0 -0
  49. package/assets/fonts/df-icons/df-icons-light.woff2 +0 -0
  50. package/assets/fonts/df-icons/df-icons-solid.woff2 +0 -0
  51. package/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
  52. package/assets/fonts/font-awesome/fa-light-300.woff2 +0 -0
  53. package/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
  54. package/assets/fonts/noto/notosans-bold.woff +0 -0
  55. package/assets/fonts/noto/notosans-bold.woff2 +0 -0
  56. package/assets/fonts/noto/notosans-bolditalic.woff +0 -0
  57. package/assets/fonts/noto/notosans-bolditalic.woff2 +0 -0
  58. package/assets/fonts/noto/notosans-italic.woff +0 -0
  59. package/assets/fonts/noto/notosans-italic.woff2 +0 -0
  60. package/assets/fonts/noto/notosans-light.woff +0 -0
  61. package/assets/fonts/noto/notosans-light.woff2 +0 -0
  62. package/assets/fonts/noto/notosans-lightitalic.woff +0 -0
  63. package/assets/fonts/noto/notosans-lightitalic.woff2 +0 -0
  64. package/assets/fonts/noto/notosans-regular.woff +0 -0
  65. package/assets/fonts/noto/notosans-regular.woff2 +0 -0
  66. package/assets/fonts/noto/notosans-thin.woff +0 -0
  67. package/assets/fonts/noto/notosans-thin.woff2 +0 -0
  68. package/assets/fonts/noto/notosans-thinitalic.woff +0 -0
  69. package/assets/fonts/noto/notosans-thinitalic.woff2 +0 -0
  70. package/assets/fonts/noto/notosansarabic-bold.woff +0 -0
  71. package/assets/fonts/noto/notosansarabic-bold.woff2 +0 -0
  72. package/assets/fonts/noto/notosansarabic-light.woff +0 -0
  73. package/assets/fonts/noto/notosansarabic-light.woff2 +0 -0
  74. package/assets/fonts/noto/notosansarabic-regular.woff +0 -0
  75. package/assets/fonts/noto/notosansarabic-regular.woff2 +0 -0
  76. package/assets/fonts/noto/notosansarabic-thin.woff +0 -0
  77. package/assets/fonts/noto/notosansarabic-thin.woff2 +0 -0
  78. package/assets/fonts/noto/notosansgeorgian-bold.woff +0 -0
  79. package/assets/fonts/noto/notosansgeorgian-bold.woff2 +0 -0
  80. package/assets/fonts/noto/notosansgeorgian-light.woff +0 -0
  81. package/assets/fonts/noto/notosansgeorgian-light.woff2 +0 -0
  82. package/assets/fonts/noto/notosansgeorgian-regular.woff +0 -0
  83. package/assets/fonts/noto/notosansgeorgian-regular.woff2 +0 -0
  84. package/assets/fonts/noto/notosansgeorgian-thin.woff +0 -0
  85. package/assets/fonts/noto/notosansgeorgian-thin.woff2 +0 -0
  86. package/assets/fonts/noto/notosanshebrew-bold.woff +0 -0
  87. package/assets/fonts/noto/notosanshebrew-bold.woff2 +0 -0
  88. package/assets/fonts/noto/notosanshebrew-light.woff +0 -0
  89. package/assets/fonts/noto/notosanshebrew-light.woff2 +0 -0
  90. package/assets/fonts/noto/notosanshebrew-regular.woff +0 -0
  91. package/assets/fonts/noto/notosanshebrew-regular.woff2 +0 -0
  92. package/assets/fonts/noto/notosanshebrew-thin.woff +0 -0
  93. package/assets/fonts/noto/notosanshebrew-thin.woff2 +0 -0
  94. package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff +0 -0
  95. package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff2 +0 -0
  96. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff +0 -0
  97. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff2 +0 -0
  98. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff +0 -0
  99. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff2 +0 -0
  100. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff +0 -0
  101. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff2 +0 -0
  102. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff +0 -0
  103. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff2 +0 -0
  104. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff +0 -0
  105. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff2 +0 -0
  106. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff +0 -0
  107. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff2 +0 -0
  108. package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff +0 -0
  109. package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff2 +0 -0
  110. package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff +0 -0
  111. package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff2 +0 -0
  112. package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff +0 -0
  113. package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff2 +0 -0
  114. package/design-factory-initial-branding.css +0 -13
  115. package/design-factory-initial-branding.scss +0 -1
  116. package/design-factory-utilities.scss +0 -5
  117. package/design-factory.css +0 -13
  118. package/design-factory.scss +0 -3
  119. package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs +0 -358
  120. package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs.map +0 -1
  121. package/styles/scss/_common.mixins.scss +0 -30
  122. package/styles/scss/_common.root.scss +0 -70
  123. package/styles/scss/_common.scss +0 -51
  124. package/styles/scss/_common.variables.scss +0 -79
  125. package/styles/scss/_variables.scss +0 -61
  126. package/styles/scss/agnosui/_variables.scss +0 -28
  127. package/styles/scss/bootstrap/_maps.scss +0 -52
  128. package/styles/scss/bootstrap/_mixins-override.scss +0 -69
  129. package/styles/scss/bootstrap/_rtl-styles-override.scss +0 -127
  130. package/styles/scss/bootstrap/_utilities-override.scss +0 -25
  131. package/styles/scss/bootstrap/_variables-dark.scss +0 -86
  132. package/styles/scss/bootstrap/_variables.scss +0 -2622
  133. package/styles/scss/components/.gitkeep +0 -0
  134. package/styles/scss/components/accordion/_accordion.scss +0 -241
  135. package/styles/scss/components/accordion/_accordion.variables.scss +0 -19
  136. package/styles/scss/components/alert/_alert.scss +0 -236
  137. package/styles/scss/components/alert/_alert.variables.scss +0 -56
  138. package/styles/scss/components/badge/_badge.mixins.scss +0 -23
  139. package/styles/scss/components/badge/_badge.scss +0 -483
  140. package/styles/scss/components/badge/_badge.variables.scss +0 -28
  141. package/styles/scss/components/brand-color/_brand-color.mixins.scss +0 -42
  142. package/styles/scss/components/brand-color/_brand-color.scss +0 -20
  143. package/styles/scss/components/brand-color/_brand-color.variables.scss +0 -152
  144. package/styles/scss/components/brand-color/_brand-color_container.scss +0 -23
  145. package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +0 -127
  146. package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -21
  147. package/styles/scss/components/button/_button.scss +0 -1090
  148. package/styles/scss/components/button/_button.utils.scss +0 -35
  149. package/styles/scss/components/button/_button.variables.scss +0 -48
  150. package/styles/scss/components/button/_button_container.scss +0 -47
  151. package/styles/scss/components/card/_card.scss +0 -208
  152. package/styles/scss/components/card/_card.variables.scss +0 -33
  153. package/styles/scss/components/carousel/_carousel.scss +0 -51
  154. package/styles/scss/components/carousel/_carousel.variables.scss +0 -12
  155. package/styles/scss/components/checkbox/_checkbox.scss +0 -61
  156. package/styles/scss/components/checkbox/_checkbox.variables.scss +0 -7
  157. package/styles/scss/components/collapse/_collapse.scss +0 -99
  158. package/styles/scss/components/collapse/_collapse.variables.scss +0 -7
  159. package/styles/scss/components/datepicker/_datepicker.scss +0 -362
  160. package/styles/scss/components/datepicker/_datepicker.variables.scss +0 -64
  161. package/styles/scss/components/dropdown/_dropdown.mixins.scss +0 -8
  162. package/styles/scss/components/dropdown/_dropdown.scss +0 -178
  163. package/styles/scss/components/dropdown/_dropdown.variables.scss +0 -24
  164. package/styles/scss/components/fieldset/_fieldset.scss +0 -8
  165. package/styles/scss/components/fieldset/_fieldset.variables.scss +0 -2
  166. package/styles/scss/components/fonts/_font-awesome-icons-brands.scss +0 -1585
  167. package/styles/scss/components/fonts/_font-awesome-icons.scss +0 -12886
  168. package/styles/scss/components/fonts/_font-faces.mixins.scss +0 -579
  169. package/styles/scss/components/fonts/_fonts-family.scss +0 -229
  170. package/styles/scss/components/fonts/_fonts.root.scss +0 -28
  171. package/styles/scss/components/fonts/_fonts.scss +0 -101
  172. package/styles/scss/components/fonts/_fonts.variables.scss +0 -33
  173. package/styles/scss/components/fonts/_icon-font.scss +0 -94
  174. package/styles/scss/components/fonts/_icon-font.variables.scss +0 -14
  175. package/styles/scss/components/fonts/_multi-lang.mixins.scss +0 -8
  176. package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +0 -12
  177. package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +0 -21
  178. package/styles/scss/components/fonts/multi-lang/_cyrillic-extended.mixins.scss +0 -11
  179. package/styles/scss/components/fonts/multi-lang/_cyrillic.mixins.scss +0 -10
  180. package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +0 -13
  181. package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +0 -13
  182. package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +0 -33
  183. package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +0 -18
  184. package/styles/scss/components/footer/_footer.mixins.scss +0 -36
  185. package/styles/scss/components/footer/_footer.scss +0 -86
  186. package/styles/scss/components/footer/_footer.variables.scss +0 -14
  187. package/styles/scss/components/form/_form.scss +0 -206
  188. package/styles/scss/components/form/_form.variables.scss +0 -34
  189. package/styles/scss/components/icon/_amadeus-icon.scss +0 -39
  190. package/styles/scss/components/icon/_amadeus-icon.variables.scss +0 -4
  191. package/styles/scss/components/inputs/_inputs.mixin.scss +0 -125
  192. package/styles/scss/components/inputs/_inputs.root.scss +0 -8
  193. package/styles/scss/components/inputs/_inputs.scss +0 -292
  194. package/styles/scss/components/inputs/_inputs.variables.scss +0 -39
  195. package/styles/scss/components/link/_link.mixins.scss +0 -198
  196. package/styles/scss/components/link/_link.scss +0 -170
  197. package/styles/scss/components/link/_link.variables.scss +0 -55
  198. package/styles/scss/components/list/_list.scss +0 -20
  199. package/styles/scss/components/list/_list.variables.scss +0 -4
  200. package/styles/scss/components/list-group/_list-group.scss +0 -101
  201. package/styles/scss/components/list-group/_list-group.variables.scss +0 -10
  202. package/styles/scss/components/media/_media.scss +0 -89
  203. package/styles/scss/components/media/_media.variables.scss +0 -19
  204. package/styles/scss/components/modal/_modal.scss +0 -247
  205. package/styles/scss/components/modal/_modal.variables.scss +0 -29
  206. package/styles/scss/components/navbar/_navbar.mixins.scss +0 -55
  207. package/styles/scss/components/navbar/_navbar.scss +0 -563
  208. package/styles/scss/components/navbar/_navbar.variables.scss +0 -102
  209. package/styles/scss/components/pagination/_pagination.scss +0 -251
  210. package/styles/scss/components/pagination/_pagination.variables.scss +0 -35
  211. package/styles/scss/components/pagination/_pagination_container.scss +0 -17
  212. package/styles/scss/components/popover/_popover.mixin.scss +0 -46
  213. package/styles/scss/components/popover/_popover.scss +0 -45
  214. package/styles/scss/components/popover/_popover.variables.scss +0 -25
  215. package/styles/scss/components/popover/_popover_container.scss +0 -214
  216. package/styles/scss/components/progressbar/_progressbar.scss +0 -93
  217. package/styles/scss/components/progressbar/_progressbar.variables.scss +0 -28
  218. package/styles/scss/components/radio/_radio.scss +0 -50
  219. package/styles/scss/components/radio/_radio.variables.scss +0 -4
  220. package/styles/scss/components/rating/_rating.scss +0 -118
  221. package/styles/scss/components/rating/_rating.variables.scss +0 -20
  222. package/styles/scss/components/scrollspy/_scrollspy.scss +0 -88
  223. package/styles/scss/components/scrollspy/_scrollspy.variables.scss +0 -23
  224. package/styles/scss/components/select/_select.mixin.scss +0 -34
  225. package/styles/scss/components/select/_select.scss +0 -804
  226. package/styles/scss/components/select/_select.variables.scss +0 -89
  227. package/styles/scss/components/separator/_separator.scss +0 -9
  228. package/styles/scss/components/separator/_separator.variables.scss +0 -1
  229. package/styles/scss/components/sidenav/_sidenav.scss +0 -347
  230. package/styles/scss/components/sidenav/_sidenav.variables.scss +0 -104
  231. package/styles/scss/components/skip-links/_skip-links.scss +0 -40
  232. package/styles/scss/components/skip-links/_skip-links.variables.scss +0 -9
  233. package/styles/scss/components/slider/_slider.scss +0 -422
  234. package/styles/scss/components/slider/_slider.variables.scss +0 -59
  235. package/styles/scss/components/speechbubble/_speechbubble.scss +0 -166
  236. package/styles/scss/components/speechbubble/_speechbubble.variables.scss +0 -27
  237. package/styles/scss/components/spinner/_spinner.scss +0 -126
  238. package/styles/scss/components/spinner/_spinner.variables.scss +0 -30
  239. package/styles/scss/components/spinner/_spinner_container.scss +0 -43
  240. package/styles/scss/components/stepper/_stepper.mixins.scss +0 -176
  241. package/styles/scss/components/stepper/_stepper.scss +0 -254
  242. package/styles/scss/components/stepper/_stepper.variables.scss +0 -88
  243. package/styles/scss/components/table/_advancedtables.scss +0 -306
  244. package/styles/scss/components/table/_table.scss +0 -19
  245. package/styles/scss/components/table/_table.variables.scss +0 -37
  246. package/styles/scss/components/tabs/_tabs.scss +0 -277
  247. package/styles/scss/components/tabs/_tabs.variables.scss +0 -36
  248. package/styles/scss/components/timepicker/_timepicker.scss +0 -5
  249. package/styles/scss/components/timepicker/_timepicker.variables.scss +0 -1
  250. package/styles/scss/components/toast/_toast.scss +0 -354
  251. package/styles/scss/components/toast/_toast.variables.scss +0 -18
  252. package/styles/scss/components/toggle/_toggle.scss +0 -145
  253. package/styles/scss/components/toggle/_toggle.variables.scss +0 -22
  254. package/styles/scss/components/tooltip/_tooltip.scss +0 -24
  255. package/styles/scss/components/tooltip/_tooltip.variables.scss +0 -6
  256. package/styles/scss/components/tooltip/_tooltip_container.scss +0 -116
  257. package/styles/scss/components/typeahead/_typeahead.scss +0 -57
  258. package/styles/scss/components/typeahead/_typeahead.variables.scss +0 -11
  259. package/styles/scss/df-styles-namespace.scss +0 -163
  260. package/styles/scss/df-styles.scss +0 -117
  261. package/styles/scss/themes/brand2023/_variables.scss +0 -1141
  262. package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +0 -868
  263. package/styles/scss/themes/brand2023/tokens/_root.gen.scss +0 -1709
  264. package/styles/scss/themes/brand2023/tokens/_sass-vars.gen.scss +0 -1468
  265. package/styles/scss/utilities/_common.utilities.scss +0 -205
  266. package/styles/scss/utilities/_form.mixins.scss +0 -26
  267. package/styles/scss/utilities/_rgb.scss +0 -10
  268. package/tokens/style-dictionary/index.d.ts +0 -60
package/package.json CHANGED
@@ -2,81 +2,54 @@
2
2
  "name": "@design-factory/design-factory",
3
3
  "description": "Amadeus design system",
4
4
  "license": "BSD-3-Clause",
5
- "version": "20.0.1",
5
+ "version": "21.0.0-next.0",
6
6
  "dependencies": {
7
7
  "tslib": "^2.0.0"
8
8
  },
9
9
  "peerDependencies": {
10
- "@agnos-ui/angular-bootstrap": "~0.9.0",
11
- "@agnos-ui/core-bootstrap": "~0.9.0",
12
- "@angular/common": "^20.0.0",
13
- "@angular/core": "^20.0.0",
14
- "@angular/localize": "^20.0.0",
15
- "@angular/router": "^20.0.0",
16
- "@ng-bootstrap/ng-bootstrap": "~19.0.0",
17
- "@ng-select/ng-select": "^15.0.0 || ^20.0.0",
18
- "ag-grid-angular": "^32.0.0",
19
- "ag-grid-community": "^32.0.0",
20
- "bootstrap": "5.3.7",
21
- "colorjs.io": "^0.5.2",
22
- "style-dictionary": "^5.0.0"
10
+ "@agnos-ui/angular-bootstrap": "~0.10.0-next.4",
11
+ "@agnos-ui/angular-headless": "~0.10.0-next.4",
12
+ "@angular/common": "^21.0.0",
13
+ "@angular/core": "^21.0.0",
14
+ "@angular/localize": "^21.0.0",
15
+ "@angular/router": "^21.0.0",
16
+ "@angular-devkit/core": "^21.0.0",
17
+ "@ng-bootstrap/ng-bootstrap": "~20.0.0",
18
+ "@ng-select/ng-select": "^21.0.0",
19
+ "ag-grid-angular": "^35.0.0",
20
+ "@design-factory/styles": "21.0.0-next.0"
23
21
  },
24
22
  "peerDependenciesMeta": {
25
23
  "@angular/router": {
26
24
  "optional": true
27
25
  },
28
- "@angular/localize": {
29
- "optional": true
30
- },
31
26
  "ag-grid-angular": {
32
27
  "optional": true
33
28
  },
34
29
  "@agnos-ui/angular-bootstrap": {
35
30
  "optional": true
36
- },
37
- "colorjs.io": {
38
- "optional": true
39
- },
40
- "style-dictionary": {
41
- "optional": true
42
31
  }
43
32
  },
44
33
  "schematics": "./schematics/collection.json",
45
34
  "ng-add": {
46
35
  "save": true
47
36
  },
48
- "exports": {
49
- "./assets/*": "./assets/*",
50
- "./styles/scss/*": {
51
- "sass": "./styles/scss/*.scss"
52
- },
53
- "./design-factory.scss": "./design-factory.scss",
54
- "./design-factory.css": "./design-factory.css",
55
- "./design-factory-initial-branding.scss": "./design-factory-initial-branding.scss",
56
- "./design-factory-initial-branding.css": "./design-factory-initial-branding.css",
57
- "./themes/initial-branding": {
58
- "sass": "./design-factory-initial-branding.scss",
59
- "style": "./design-factory-initial-branding.css"
37
+ "ng-update": {
38
+ "requirements": {
39
+ "@design-factory/design-factory": ">= 14"
60
40
  },
41
+ "migrations": "./schematics/migrations/migration.json"
42
+ },
43
+ "module": "fesm2022/design-factory.mjs",
44
+ "typings": "types/design-factory.d.ts",
45
+ "exports": {
61
46
  "./package.json": {
62
47
  "default": "./package.json"
63
48
  },
64
49
  ".": {
65
- "types": "./index.d.ts",
50
+ "types": "./types/design-factory.d.ts",
66
51
  "default": "./fesm2022/design-factory.mjs"
67
- },
68
- "./tokens/style-dictionary": {
69
- "types": "./tokens/style-dictionary/index.d.ts",
70
- "default": "./fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs"
71
52
  }
72
53
  },
73
- "ng-update": {
74
- "requirements": {
75
- "@design-factory/design-factory": ">= 14"
76
- },
77
- "migrations": "./schematics/migrations/migration.json"
78
- },
79
- "module": "fesm2022/design-factory.mjs",
80
- "typings": "index.d.ts",
81
54
  "sideEffects": false
82
55
  }
@@ -0,0 +1,7 @@
1
+ import { type Rule } from '@angular-devkit/schematics';
2
+ /**
3
+ * This migration updates the global styles to import the correct package of design factory styles.
4
+ *
5
+ * @returns the Rule to migrate the style import
6
+ */
7
+ export default function styleImportPackage(): Rule;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = styleImportPackage;
4
+ const workspace_1 = require("@schematics/angular/utility/workspace");
5
+ const importRegex = /@import\s+(['"])(@design-factory\/design-factory\/[^'"]+)\1;/g;
6
+ const replaceImport = (match, _quote, importPath) => {
7
+ const modifiedImport = transformImport(importPath);
8
+ if (modifiedImport) {
9
+ return `@import "${modifiedImport}";`;
10
+ }
11
+ return match;
12
+ };
13
+ const cssBundleRegex = /^@design-factory\/design-factory\/design-factory\.css$/;
14
+ const scssBundleRegex = /^@design-factory\/design-factory\/design-factory(\.scss)?$/;
15
+ const scssUtilitiesRegex = /^@design-factory\/design-factory\/design-factory-utilities(\.scss)?$/;
16
+ const scssNamespaceRegex = /^@design-factory\/design-factory\/styles\/scss\/df-styles-namespace(\.scss)?$/;
17
+ const scssFolderRegex = /^@design-factory\/design-factory\/styles\/scss\/(.*)$/;
18
+ const transformImport = (importPath, forceExtension = false) => {
19
+ if (cssBundleRegex.test(importPath)) {
20
+ return `@design-factory/styles/bundle${forceExtension ? '.css' : ''}`;
21
+ }
22
+ if (scssBundleRegex.test(importPath)) {
23
+ return `@design-factory/styles/scss/bundle${forceExtension ? '.scss' : ''}`;
24
+ }
25
+ if (scssUtilitiesRegex.test(importPath)) {
26
+ return `@design-factory/styles/scss/utilities${forceExtension ? '.scss' : ''}`;
27
+ }
28
+ if (scssNamespaceRegex.test(importPath)) {
29
+ return `@design-factory/styles/scss/namespace${forceExtension ? '.scss' : ''}`;
30
+ }
31
+ const match = scssFolderRegex.exec(importPath);
32
+ if (match && match[1]) {
33
+ return `@design-factory/styles/scss/${match[1]}`;
34
+ }
35
+ return null;
36
+ };
37
+ /**
38
+ * This migration updates the global styles to import the correct package of design factory styles.
39
+ *
40
+ * @returns the Rule to migrate the style import
41
+ */
42
+ function styleImportPackage() {
43
+ return (tree, _context) => {
44
+ tree.visit((_, entry) => {
45
+ const path = entry?.path;
46
+ if (path && (path.endsWith('.scss') || path.endsWith('.css'))) {
47
+ const styleText = entry.content.toString();
48
+ const modifiedText = styleText.replace(importRegex, replaceImport);
49
+ if (modifiedText !== styleText) {
50
+ tree.overwrite(path, modifiedText);
51
+ }
52
+ }
53
+ });
54
+ return (0, workspace_1.updateWorkspace)((workspace) => {
55
+ for (const project of workspace.projects.values()) {
56
+ for (const target of project.targets.values()) {
57
+ if (Array.isArray(target.options?.['styles'])) {
58
+ target.options['styles'] = target.options['styles'].map((style) => typeof style === 'string' ? (transformImport(style, true) ?? style) : style);
59
+ }
60
+ }
61
+ }
62
+ });
63
+ };
64
+ }
@@ -75,6 +75,11 @@
75
75
  "description": "DfModalService has been removed and replaced with NgbModal.",
76
76
  "version": "20.0.0",
77
77
  "factory": "./20_0_0/modal-removal"
78
+ },
79
+ "style-import-package": {
80
+ "description": "The package from which Design Factory styles are imported has changed.",
81
+ "version": "21.0.0",
82
+ "factory": "./21_0_0/style-import-package"
78
83
  }
79
84
  }
80
85
  }
@@ -31,7 +31,7 @@ function install() {
31
31
  }
32
32
  // Add DF styles to the main styles file. If no styles.scss found, add DF styles to the workspace.
33
33
  function addDFStyles(options) {
34
- return async (tree) => {
34
+ return async (tree, context) => {
35
35
  const workspace = await (0, workspace_1.getWorkspace)(tree);
36
36
  const project = workspace.projects.get(options.project);
37
37
  if (!project) {
@@ -40,35 +40,21 @@ function addDFStyles(options) {
40
40
  if (project.extensions['projectType'] !== 'application') {
41
41
  throw new schematics_1.SchematicsException(`Requires a project type of "application".`);
42
42
  }
43
- let addStyleToWorkspace = false;
44
- const stylePath = `${project.sourceRoot ?? ''}/styles.scss`;
43
+ const scssStylePath = `${project.sourceRoot ?? ''}/styles.scss`;
44
+ const cssStylePath = `${project.sourceRoot ?? ''}/styles.css`;
45
+ const foundScss = tree.exists(scssStylePath);
46
+ const foundCss = !foundScss && tree.exists(cssStylePath);
45
47
  // if the main `styles.scss` is found, append the df styles imports at the end
46
- if (tree.exists(stylePath)) {
47
- const recorder = tree.beginUpdate(stylePath);
48
- recorder.insertRight(tree.readText(stylePath).length, `
49
- // If you are using webpack configuration - comment the following line to avoid preprocessor stylesheet errors
50
- $font-path: '@design-factory/design-factory/assets/fonts';
51
-
52
- @import '@design-factory/design-factory/design-factory.scss';
48
+ if (foundScss || foundCss) {
49
+ const recorder = tree.beginUpdate(foundScss ? scssStylePath : cssStylePath);
50
+ recorder.insertRight(tree.readText(foundScss ? scssStylePath : cssStylePath).length, `
51
+ ${foundCss ? '@import' : '@use'} '@design-factory/styles/bundle';
53
52
  `);
54
53
  tree.commitUpdate(recorder);
55
54
  }
56
55
  else {
57
- addStyleToWorkspace = true;
56
+ context.logger.warn(`Could not find styles.scss or styles.css in the project source root. Please make sure to import Design Factory styles manually.`);
58
57
  }
59
- return (0, workspace_1.updateWorkspace)((workspace) => {
60
- const buildTarget = workspace.projects.get(options.project).targets.get('build');
61
- if (!buildTarget) {
62
- throw new schematics_1.SchematicsException(`Requires a "build" target`);
63
- }
64
- const buildOptions = (buildTarget.options || {});
65
- // if the main `styles.scss` was not found, add the DF styles to the workspace
66
- if (addStyleToWorkspace) {
67
- buildOptions.styles = [...(buildOptions.styles ?? []), '@design-factory/design-factory/design-factory.scss'];
68
- }
69
- // update the style preprocessor options
70
- buildOptions.stylePreprocessorOptions = { includePaths: ['./src', 'node_modules'] };
71
- });
72
58
  };
73
59
  }
74
60
  function ngAdd(options) {
@@ -1,13 +1,21 @@
1
1
  import * as i0 from '@angular/core';
2
- import { AfterViewInit, ElementRef, Renderer2, OnInit, OnDestroy, AfterViewChecked, DoCheck, ComponentRef, EmbeddedViewRef, TemplateRef, Type, OnChanges, EventEmitter, ChangeDetectorRef, NgZone, SimpleChanges, AfterContentInit, InjectionToken } from '@angular/core';
3
- import * as i2 from '@ng-bootstrap/ng-bootstrap';
4
- import { NgbDate, NgbDropdown, NgbDatepicker, NgbPopoverConfig } from '@ng-bootstrap/ng-bootstrap';
2
+ import { AfterViewInit, ElementRef, Renderer2, OnInit, OnDestroy, AfterViewChecked, ComponentRef, EmbeddedViewRef, TemplateRef, Type, OnChanges, EventEmitter, ChangeDetectorRef, NgZone, SimpleChanges, AfterContentInit, DoCheck, InjectionToken } from '@angular/core';
3
+ import * as i2 from '@ng-bootstrap/ng-bootstrap/toast';
4
+ import * as i2$1 from '@ng-bootstrap/ng-bootstrap/alert';
5
+ import * as i1 from '@ng-bootstrap/ng-bootstrap/dropdown';
6
+ import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap/dropdown';
7
+ import * as i3 from '@ng-bootstrap/ng-bootstrap/datepicker';
8
+ import { NgbDatepickerKeyboardService, NgbDatepicker, NgbDate } from '@ng-bootstrap/ng-bootstrap/datepicker';
9
+ import * as i2$2 from '@ng-bootstrap/ng-bootstrap/accordion';
10
+ import * as i1$1 from '@ng-bootstrap/ng-bootstrap/popover';
11
+ import { NgbPopoverConfig } from '@ng-bootstrap/ng-bootstrap/popover';
5
12
  import { Observable } from 'rxjs';
13
+ import * as i2$3 from '@ng-bootstrap/ng-bootstrap/progressbar';
6
14
  import { ControlValueAccessor } from '@angular/forms';
7
15
  import * as i4 from '@ng-select/ng-select';
16
+ import * as i2$4 from '@ng-bootstrap/ng-bootstrap/tooltip';
8
17
 
9
18
  declare class SkipLinkDirective {
10
- readonly inFocus: i0.WritableSignal<boolean>;
11
19
  private readonly element;
12
20
  private readonly document;
13
21
  focusOnTarget(): void;
@@ -16,10 +24,8 @@ declare class SkipLinkDirective {
16
24
  }
17
25
 
18
26
  declare class SkipLinksContainerComponent {
19
- private readonly links;
20
- readonly inFocus: i0.Signal<boolean>;
21
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SkipLinksContainerComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SkipLinksContainerComponent, "df-skip-links-container", never, {}, {}, ["links"], ["*"], true, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkipLinksContainerComponent, "df-skip-links-container", never, {}, {}, never, ["*"], true, never>;
23
29
  }
24
30
 
25
31
  declare class DfAccessibilityModule {
@@ -53,7 +59,7 @@ declare class DfToastModule {
53
59
 
54
60
  declare class DfAlertModule {
55
61
  static ɵfac: i0.ɵɵFactoryDeclaration<DfAlertModule, never>;
56
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfAlertModule, never, [typeof DfInsertIconModule], [typeof i2.NgbAlertModule, typeof DfInsertIconModule]>;
62
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfAlertModule, never, [typeof DfInsertIconModule], [typeof i2$1.NgbAlertModule, typeof DfInsertIconModule]>;
57
63
  static ɵinj: i0.ɵɵInjectorDeclaration<DfAlertModule>;
58
64
  }
59
65
 
@@ -88,48 +94,26 @@ declare class DfDatepickerRangeDirective implements OnInit, OnDestroy, AfterView
88
94
 
89
95
  declare class DfTriggerClickDirective {
90
96
  private readonly elementRef;
91
- triggerClick(event: KeyboardEvent | MouseEvent): void;
97
+ triggerClick(event: Event): void;
92
98
  static ɵfac: i0.ɵɵFactoryDeclaration<DfTriggerClickDirective, never>;
93
99
  static ɵdir: i0.ɵɵDirectiveDeclaration<DfTriggerClickDirective, "[dfTriggerClick]", never, {}, {}, never, never, true, never>;
94
100
  }
95
101
 
96
- type DfDirection = 'append' | 'prepend';
97
- /**
98
- * dfInputIcon directive
99
- * @deprecated `DfInputIconDirective` is deprecated and will be removed in DF 21, in favor of pure css.
100
- * To migrate and keep the same behavior, simply add the class `df-input-withicon` to the input element this directive was used on and remove the directive.
101
- */
102
- declare class DfInputIconDirective implements OnInit, DoCheck, OnDestroy {
103
- readonly dfInputIcon: i0.InputSignal<DfDirection[]>;
104
- private button;
105
- private removeListener?;
106
- private isDisabled;
107
- private readonly siblingsNode;
108
- private readonly renderer;
109
- private readonly el;
110
- ngDoCheck(): void;
111
- ngOnInit(): void;
112
- /**
113
- * onBlur catch blur event to set the focused to false
114
- */
115
- onBlur(): void;
116
- onFocus(): void;
117
- onTab(e: KeyboardEvent): void;
118
- ngOnDestroy(): void;
119
- private initButtonHandler;
120
- static ɵfac: i0.ɵɵFactoryDeclaration<DfInputIconDirective, never>;
121
- static ɵdir: i0.ɵɵDirectiveDeclaration<DfInputIconDirective, "[dfInputIcon]", ["dfInputIcon"], { "dfInputIcon": { "alias": "dfInputIcon"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
122
- }
123
-
124
102
  declare class DfAdvancedInputModule {
125
103
  static ɵfac: i0.ɵɵFactoryDeclaration<DfAdvancedInputModule, never>;
126
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfAdvancedInputModule, never, [typeof DfTriggerClickDirective, typeof DfInputIconDirective], [typeof DfTriggerClickDirective, typeof DfInputIconDirective]>;
104
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfAdvancedInputModule, never, [typeof DfTriggerClickDirective], [typeof DfTriggerClickDirective]>;
127
105
  static ɵinj: i0.ɵɵInjectorDeclaration<DfAdvancedInputModule>;
128
106
  }
129
107
 
108
+ declare class DfDatepickerKeyboardService extends NgbDatepickerKeyboardService {
109
+ processKey(event: KeyboardEvent, dp: NgbDatepicker): void;
110
+ static ɵfac: i0.ɵɵFactoryDeclaration<DfDatepickerKeyboardService, never>;
111
+ static ɵprov: i0.ɵɵInjectableDeclaration<DfDatepickerKeyboardService>;
112
+ }
113
+
130
114
  declare class DfDatePickerModule {
131
115
  static ɵfac: i0.ɵɵFactoryDeclaration<DfDatePickerModule, never>;
132
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfDatePickerModule, never, [typeof i2.NgbDropdownModule, typeof DfDatepickerRangeDirective], [typeof i2.NgbDatepickerModule, typeof DfAdvancedInputModule, typeof DfDatepickerRangeDirective, typeof i2.NgbDropdownModule]>;
116
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfDatePickerModule, never, [typeof i1.NgbDropdownModule, typeof DfDatepickerRangeDirective], [typeof i3.NgbDatepickerModule, typeof DfAdvancedInputModule, typeof DfDatepickerRangeDirective, typeof i1.NgbDropdownModule]>;
133
117
  static ɵinj: i0.ɵɵInjectorDeclaration<DfDatePickerModule>;
134
118
  }
135
119
 
@@ -195,24 +179,13 @@ declare class DfMediaModule {
195
179
 
196
180
  declare class DfFooterModule {
197
181
  static ɵfac: i0.ɵɵFactoryDeclaration<DfFooterModule, never>;
198
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfFooterModule, never, [typeof DfMediaModule, typeof i2.NgbAccordionModule], [typeof DfMediaModule, typeof i2.NgbAccordionModule]>;
182
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfFooterModule, never, [typeof DfMediaModule, typeof i2$2.NgbAccordionModule], [typeof DfMediaModule, typeof i2$2.NgbAccordionModule]>;
199
183
  static ɵinj: i0.ɵɵInjectorDeclaration<DfFooterModule>;
200
184
  }
201
185
 
202
- declare class DfAmadeusIconComponent {
203
- static ɵfac: i0.ɵɵFactoryDeclaration<DfAmadeusIconComponent, never>;
204
- static ɵcmp: i0.ɵɵComponentDeclaration<DfAmadeusIconComponent, "df-amadeus-icon", never, {}, {}, never, never, true, never>;
205
- }
206
-
207
- declare class DfIconModule {
208
- static ɵfac: i0.ɵɵFactoryDeclaration<DfIconModule, never>;
209
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfIconModule, never, [typeof DfAmadeusIconComponent], [typeof DfAmadeusIconComponent]>;
210
- static ɵinj: i0.ɵɵInjectorDeclaration<DfIconModule>;
211
- }
212
-
213
186
  declare class DfPopoverModule {
214
187
  static ɵfac: i0.ɵɵFactoryDeclaration<DfPopoverModule, never>;
215
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfPopoverModule, never, never, [typeof i2.NgbPopoverModule]>;
188
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfPopoverModule, never, never, [typeof i1$1.NgbPopoverModule]>;
216
189
  static ɵinj: i0.ɵɵInjectorDeclaration<DfPopoverModule>;
217
190
  }
218
191
 
@@ -283,7 +256,7 @@ declare class DfProgressbarComponent implements OnInit, OnDestroy {
283
256
 
284
257
  declare class DfProgressbarModule {
285
258
  static ɵfac: i0.ɵɵFactoryDeclaration<DfProgressbarModule, never>;
286
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfProgressbarModule, never, [typeof DfProgressbarComponent], [typeof DfProgressbarComponent, typeof i2.NgbProgressbarModule]>;
259
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfProgressbarModule, never, [typeof DfProgressbarComponent], [typeof DfProgressbarComponent, typeof i2$3.NgbProgressbarModule]>;
287
260
  static ɵinj: i0.ɵɵInjectorDeclaration<DfProgressbarModule>;
288
261
  }
289
262
 
@@ -362,7 +335,7 @@ declare class DfProgressIndicatorContainerComponent {
362
335
  private readonly DEFAULT_CLASS_POSITION;
363
336
  readonly containerClass: i0.InputSignal<string | undefined>;
364
337
  readonly position: i0.InputSignal<DfProgressIndicatorContentPosition | undefined>;
365
- readonly positionClass: i0.Signal<"df-progressindicator-centered" | "df-progressindicator-top" | "df-progressindicator-bottom">;
338
+ readonly positionClass: i0.Signal<"align-items-center justify-content-center" | "align-items-start justify-content-center" | "align-items-end justify-content-center">;
366
339
  readonly classes: i0.Signal<string>;
367
340
  static ɵfac: i0.ɵɵFactoryDeclaration<DfProgressIndicatorContainerComponent, never>;
368
341
  static ɵcmp: i0.ɵɵComponentDeclaration<DfProgressIndicatorContainerComponent, "df-progressindicator-container", never, { "containerClass": { "alias": "containerClass"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
@@ -1416,10 +1389,10 @@ declare class DfStepperDirective implements OnInit, AfterViewChecked {
1416
1389
  handleSpaceDown(): void;
1417
1390
  private handleGoPrevious;
1418
1391
  private handleGoNext;
1419
- handleKeyDownRight(event: KeyboardEvent): void;
1420
- handleKeyDown(event: KeyboardEvent): void;
1421
- handleKeyDownUp(event: KeyboardEvent): void;
1422
- handleKeyDownDown(event: KeyboardEvent): void;
1392
+ handleKeyDownRight(event: Event): void;
1393
+ handleKeyDown(event: Event): void;
1394
+ handleKeyDownUp(event: Event): void;
1395
+ handleKeyDownDown(event: Event): void;
1423
1396
  getSteps(): HTMLButtonElement[];
1424
1397
  private handleSelect;
1425
1398
  private arrowRightInnerHandler;
@@ -1450,6 +1423,7 @@ declare class DfStepperComponent implements AfterContentInit {
1450
1423
  mapStepToContent: Map<number, TemplateRef<any>>;
1451
1424
  readonly tplStepsContent: i0.Signal<readonly DfStepperStepContentDirective[]>;
1452
1425
  readonly state: i0.WritableSignal<DfStepperNormalizedState | undefined>;
1426
+ readonly stepperLabelClasses = "d-block fw-medium text-truncate";
1453
1427
  constructor();
1454
1428
  ngAfterContentInit(): void;
1455
1429
  static ɵfac: i0.ɵɵFactoryDeclaration<DfStepperComponent, never>;
@@ -1482,7 +1456,7 @@ declare class DfTooltipTruncateDirective implements OnInit, DoCheck {
1482
1456
 
1483
1457
  declare class DfTooltipModule {
1484
1458
  static ɵfac: i0.ɵɵFactoryDeclaration<DfTooltipModule, never>;
1485
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfTooltipModule, never, [typeof DfTooltipTruncateDirective], [typeof DfTooltipTruncateDirective, typeof i2.NgbTooltipModule]>;
1459
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfTooltipModule, never, [typeof DfTooltipTruncateDirective], [typeof DfTooltipTruncateDirective, typeof i2$4.NgbTooltipModule]>;
1486
1460
  static ɵinj: i0.ɵɵInjectorDeclaration<DfTooltipModule>;
1487
1461
  }
1488
1462
 
@@ -1690,7 +1664,7 @@ declare class DfAdvancedCardModule {
1690
1664
  */
1691
1665
  declare class DfModule {
1692
1666
  static ɵfac: i0.ɵɵFactoryDeclaration<DfModule, never>;
1693
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfModule, never, [typeof DfAlertModule, typeof DfDatePickerModule, typeof DfSelectModule, typeof DfProgressbarModule, typeof DfProgressIndicatorModule, typeof DfAdvancedInputModule, typeof DfAccessibilityModule, typeof DfSliderModule, typeof DfPopoverModule, typeof DfIconModule, typeof DfTooltipModule, typeof DfSideNavModule, typeof DfSideNavCollapseModule, typeof DfAdvancedCardModule, typeof DfFooterModule, typeof DfToastModule, typeof DfStepperModule], [typeof DfAlertModule, typeof DfDatePickerModule, typeof DfSelectModule, typeof DfProgressbarModule, typeof DfProgressIndicatorModule, typeof DfAdvancedInputModule, typeof DfAccessibilityModule, typeof DfSliderModule, typeof DfPopoverModule, typeof DfIconModule, typeof DfTooltipModule, typeof DfSideNavModule, typeof DfSideNavCollapseModule, typeof DfAdvancedCardModule, typeof DfFooterModule, typeof DfToastModule, typeof DfStepperModule]>;
1667
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfModule, never, [typeof DfAlertModule, typeof DfDatePickerModule, typeof DfSelectModule, typeof DfProgressbarModule, typeof DfProgressIndicatorModule, typeof DfAdvancedInputModule, typeof DfAccessibilityModule, typeof DfSliderModule, typeof DfPopoverModule, typeof DfTooltipModule, typeof DfSideNavModule, typeof DfSideNavCollapseModule, typeof DfAdvancedCardModule, typeof DfFooterModule, typeof DfToastModule, typeof DfStepperModule], [typeof DfAlertModule, typeof DfDatePickerModule, typeof DfSelectModule, typeof DfProgressbarModule, typeof DfProgressIndicatorModule, typeof DfAdvancedInputModule, typeof DfAccessibilityModule, typeof DfSliderModule, typeof DfPopoverModule, typeof DfTooltipModule, typeof DfSideNavModule, typeof DfSideNavCollapseModule, typeof DfAdvancedCardModule, typeof DfFooterModule, typeof DfToastModule, typeof DfStepperModule]>;
1694
1668
  static ɵinj: i0.ɵɵInjectorDeclaration<DfModule>;
1695
1669
  }
1696
1670
 
@@ -1698,6 +1672,8 @@ declare class DfModule {
1698
1672
  * DfTitleTruncate directive
1699
1673
  * It adds the title attribute with the element's textContent as value
1700
1674
  * when the element is truncated.
1675
+ *
1676
+ * @deprecated Use the bootstrap class text-truncate or CSS property text-overflow: ellipsis instead
1701
1677
  */
1702
1678
  declare class DfTitleTruncateDirective implements OnInit, DoCheck {
1703
1679
  private readonly elementRef;
@@ -1720,15 +1696,9 @@ declare class DfWavesOfProgressDirective {
1720
1696
  * 'dark-sky', 'vivid-crimson', 'light-forest', ['#000835', '#3A8BFF']
1721
1697
  */
1722
1698
  readonly color: i0.InputSignal<"dark-sky" | "dark-crimson" | "dark-pumpkin" | "dark-forest" | "dark-canary" | "dark-fuchsia" | "dark-violet" | "vivid-sky" | "vivid-crimson" | "vivid-pumpkin" | "vivid-forest" | "vivid-canary" | "vivid-fuchsia" | "vivid-violet" | "light-sky" | "light-crimson" | "light-pumpkin" | "light-forest" | "light-canary" | "light-fuchsia" | "light-violet" | [string, string]>;
1723
- readonly backgroundImage: i0.Signal<string>;
1724
- /**
1725
- * Prepares the SVG string by replacing color variables and encoding it.
1726
- * @param svgAsString - The SVG string to prepare.
1727
- * @param bgColor - The background color.
1728
- * @param lineColor - The line color.
1729
- * @returns The prepared SVG string.
1730
- */
1731
- private prepareSvg;
1699
+ readonly maskImage: i0.Signal<string>;
1700
+ readonly bgColor: i0.Signal<string>;
1701
+ readonly lineColor: i0.Signal<string>;
1732
1702
  private getWavesAsString;
1733
1703
  static ɵfac: i0.ɵɵFactoryDeclaration<DfWavesOfProgressDirective, never>;
1734
1704
  static ɵdir: i0.ɵɵDirectiveDeclaration<DfWavesOfProgressDirective, "[dfWavesOfProgress]", ["dfWavesOfProgress"], { "dfWavesOfProgress": { "alias": "dfWavesOfProgress"; "required": true; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -1749,5 +1719,11 @@ declare class DfAmadeusLogoComponent {
1749
1719
  static ɵcmp: i0.ɵɵComponentDeclaration<DfAmadeusLogoComponent, "df-amadeus-logo", never, { "svgClass": { "alias": "svgClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1750
1720
  }
1751
1721
 
1752
- export { BREAKPOINTS_VARS, ChangeContext, DF_BREAKPOINTS_VAR_DEFAULT, DfAccessibilityModule, DfAdvancedCardModule, DfAdvancedInputModule, DfAlertModule, DfAmadeusIconComponent, DfAmadeusLogoComponent, DfBreakpoints, DfDatePickerModule, DfDatepickerRangeDirective, DfDatepickerRangeService, DfDefaultSpinnerComponent, DfDirectionDetectionService, DfFooterModule, DfIconModule, DfIfMediaDirective, DfInputIconDirective, DfInsertIconDirective, DfInsertIconModule, DfManageBadgeEventsDirective, DfManageCardSelectionDirective, DfManageNavSelectDirective, DfManageSideNavDirective, DfMedia, DfMediaModule, DfMediaObserver, DfMediaQuery, DfModule, DfNavItemType, DfOptionHighlightDirective, DfPopoverConfig, DfPopoverModule, DfProgressIndicatorBackdropComponent, DfProgressIndicatorContainerComponent, DfProgressIndicatorContentPosition, DfProgressIndicatorContentProgressBar, DfProgressIndicatorContentSpinner, DfProgressIndicatorContentType, DfProgressIndicatorDirective, DfProgressIndicatorModule, DfProgressIndicatorRef, DfProgressIndicatorService, DfProgressbarComponent, DfProgressbarModule, DfSelectModule, DfSideNavCollapseDirective, DfSideNavCollapseModule, DfSideNavCollapseService, DfSideNavComponent, DfSideNavConfig, DfSideNavHeaderDirective, DfSideNavIconDirective, DfSideNavItemDirective, DfSideNavModule, DfSideNavService, DfSliderDirectionDirective, DfSliderModule, DfStepperComponent, DfStepperDirective, DfStepperModule, DfStepperService, DfStepperStepContentDirective, DfStepperStepDirective, DfTitleTruncateDirective, DfToastModule, DfTooltipModule, DfTooltipTruncateDirective, DfTriggerClickDirective, DfWavesOfProgressDirective, DfWavesOfProgressModule, LabelType, Options, PointerType, RightToLeftDirectionEnum, SkipLinkDirective, SkipLinksContainerComponent, SliderComponent };
1753
- export type { CombineLabelsFunction, CustomStepDefinition, DfDirection, DfProgressIndicatorContent, DfProgressIndicatorOptions, DfSideNavItem, DfStepType, DfStepperNormalizedState, DfStepperNormalizedStep, DfStepperState, DfStepperStep, GetLegendFunction, GetStepLegendFunction, PositionToValueFunction, TranslateFunction, ValueToPositionFunction };
1722
+ /**
1723
+ * Provides AG Grid configuration with all community modules and legacy theme support
1724
+ * @returns Environment providers for AG Grid setup
1725
+ */
1726
+ declare const provideAgGrid: () => i0.EnvironmentProviders;
1727
+
1728
+ export { BREAKPOINTS_VARS, ChangeContext, DF_BREAKPOINTS_VAR_DEFAULT, DfAccessibilityModule, DfAdvancedCardModule, DfAdvancedInputModule, DfAlertModule, DfAmadeusLogoComponent, DfBreakpoints, DfDatePickerModule, DfDatepickerKeyboardService, DfDatepickerRangeDirective, DfDatepickerRangeService, DfDefaultSpinnerComponent, DfDirectionDetectionService, DfFooterModule, DfIfMediaDirective, DfInsertIconDirective, DfInsertIconModule, DfManageBadgeEventsDirective, DfManageCardSelectionDirective, DfManageNavSelectDirective, DfManageSideNavDirective, DfMedia, DfMediaModule, DfMediaObserver, DfMediaQuery, DfModule, DfNavItemType, DfOptionHighlightDirective, DfPopoverConfig, DfPopoverModule, DfProgressIndicatorBackdropComponent, DfProgressIndicatorContainerComponent, DfProgressIndicatorContentPosition, DfProgressIndicatorContentProgressBar, DfProgressIndicatorContentSpinner, DfProgressIndicatorContentType, DfProgressIndicatorDirective, DfProgressIndicatorModule, DfProgressIndicatorRef, DfProgressIndicatorService, DfProgressbarComponent, DfProgressbarModule, DfSelectModule, DfSideNavCollapseDirective, DfSideNavCollapseModule, DfSideNavCollapseService, DfSideNavComponent, DfSideNavConfig, DfSideNavHeaderDirective, DfSideNavIconDirective, DfSideNavItemDirective, DfSideNavModule, DfSideNavService, DfSliderDirectionDirective, DfSliderModule, DfStepperComponent, DfStepperDirective, DfStepperModule, DfStepperService, DfStepperStepContentDirective, DfStepperStepDirective, DfTitleTruncateDirective, DfToastModule, DfTooltipModule, DfTooltipTruncateDirective, DfTriggerClickDirective, DfWavesOfProgressDirective, DfWavesOfProgressModule, LabelType, Options, PointerType, RightToLeftDirectionEnum, SkipLinkDirective, SkipLinksContainerComponent, SliderComponent, provideAgGrid };
1729
+ export type { CombineLabelsFunction, CustomStepDefinition, DfProgressIndicatorContent, DfProgressIndicatorOptions, DfSideNavItem, DfStepType, DfStepperNormalizedState, DfStepperNormalizedStep, DfStepperState, DfStepperStep, GetLegendFunction, GetStepLegendFunction, PositionToValueFunction, TranslateFunction, ValueToPositionFunction };
package/assets/.gitkeep DELETED
File without changes