@design-factory/design-factory 20.0.2 → 21.0.0-next.1

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 (283) hide show
  1. package/README.md +2 -11
  2. package/fesm2022/design-factory.mjs +889 -1113
  3. package/fesm2022/design-factory.mjs.map +1 -1
  4. package/package.json +22 -51
  5. package/schematics/migrations/18_0_0/stepper-classes-18.0.0/index.js +1 -1
  6. package/schematics/migrations/21_0_0/ag-grid-neutral-header/index.d.ts +6 -0
  7. package/schematics/migrations/21_0_0/ag-grid-neutral-header/index.js +33 -0
  8. package/schematics/migrations/21_0_0/deleted-sass-vars/files/removed-vars.json +53 -0
  9. package/schematics/migrations/21_0_0/deleted-sass-vars/files/vars-with-value.json +4274 -0
  10. package/schematics/migrations/21_0_0/deleted-sass-vars/index.d.ts +7 -0
  11. package/schematics/migrations/21_0_0/deleted-sass-vars/index.js +90 -0
  12. package/schematics/migrations/21_0_0/style-import-package/index.d.ts +7 -0
  13. package/schematics/migrations/21_0_0/style-import-package/index.js +85 -0
  14. package/schematics/migrations/21_0_0/toast-classes-21.0/index.d.ts +2 -0
  15. package/schematics/migrations/21_0_0/toast-classes-21.0/index.js +36 -0
  16. package/schematics/migrations/migration.json +20 -0
  17. package/schematics/migrations/utils/add-dependencies.d.ts +3 -0
  18. package/schematics/migrations/utils/add-dependencies.js +41 -0
  19. package/schematics/migrations/utils/component-resource-collector.d.ts +3 -1
  20. package/schematics/migrations/utils/component-resource-collector.js +9 -4
  21. package/schematics/migrations/utils/style-updater.js +2 -2
  22. package/schematics/migrations/utils/template-updater.js +2 -2
  23. package/schematics/ng-add/index.js +12 -50
  24. package/{index.d.ts → types/design-factory.d.ts} +48 -71
  25. package/assets/.gitkeep +0 -0
  26. package/assets/fonts/amadeus-bold/amadeus-bold.woff +0 -0
  27. package/assets/fonts/amadeus-bold/amadeus-bold.woff2 +0 -0
  28. package/assets/fonts/amadeus-full/amadeus-full-bold.woff +0 -0
  29. package/assets/fonts/amadeus-full/amadeus-full-bold.woff2 +0 -0
  30. package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff +0 -0
  31. package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff2 +0 -0
  32. package/assets/fonts/amadeus-full/amadeus-full-italic.woff +0 -0
  33. package/assets/fonts/amadeus-full/amadeus-full-italic.woff2 +0 -0
  34. package/assets/fonts/amadeus-full/amadeus-full-light.woff +0 -0
  35. package/assets/fonts/amadeus-full/amadeus-full-light.woff2 +0 -0
  36. package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff +0 -0
  37. package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff2 +0 -0
  38. package/assets/fonts/amadeus-full/amadeus-full-regular.woff +0 -0
  39. package/assets/fonts/amadeus-full/amadeus-full-regular.woff2 +0 -0
  40. package/assets/fonts/amadeus-full/amadeus-full-thin.woff +0 -0
  41. package/assets/fonts/amadeus-full/amadeus-full-thin.woff2 +0 -0
  42. package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff +0 -0
  43. package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff2 +0 -0
  44. package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff +0 -0
  45. package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff2 +0 -0
  46. package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff +0 -0
  47. package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff2 +0 -0
  48. package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff +0 -0
  49. package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff2 +0 -0
  50. package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff +0 -0
  51. package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff2 +0 -0
  52. package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff +0 -0
  53. package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff2 +0 -0
  54. package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff +0 -0
  55. package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff2 +0 -0
  56. package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff +0 -0
  57. package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff2 +0 -0
  58. package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff +0 -0
  59. package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff2 +0 -0
  60. package/assets/fonts/amadeus-regular/amadeus-regular.woff +0 -0
  61. package/assets/fonts/amadeus-regular/amadeus-regular.woff2 +0 -0
  62. package/assets/fonts/amadeus-thin/amadeus-thin.woff +0 -0
  63. package/assets/fonts/amadeus-thin/amadeus-thin.woff2 +0 -0
  64. package/assets/fonts/df-icons/df-icons-light.woff2 +0 -0
  65. package/assets/fonts/df-icons/df-icons-solid.woff2 +0 -0
  66. package/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
  67. package/assets/fonts/font-awesome/fa-light-300.woff2 +0 -0
  68. package/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
  69. package/assets/fonts/noto/notosans-bold.woff +0 -0
  70. package/assets/fonts/noto/notosans-bold.woff2 +0 -0
  71. package/assets/fonts/noto/notosans-bolditalic.woff +0 -0
  72. package/assets/fonts/noto/notosans-bolditalic.woff2 +0 -0
  73. package/assets/fonts/noto/notosans-italic.woff +0 -0
  74. package/assets/fonts/noto/notosans-italic.woff2 +0 -0
  75. package/assets/fonts/noto/notosans-light.woff +0 -0
  76. package/assets/fonts/noto/notosans-light.woff2 +0 -0
  77. package/assets/fonts/noto/notosans-lightitalic.woff +0 -0
  78. package/assets/fonts/noto/notosans-lightitalic.woff2 +0 -0
  79. package/assets/fonts/noto/notosans-regular.woff +0 -0
  80. package/assets/fonts/noto/notosans-regular.woff2 +0 -0
  81. package/assets/fonts/noto/notosans-thin.woff +0 -0
  82. package/assets/fonts/noto/notosans-thin.woff2 +0 -0
  83. package/assets/fonts/noto/notosans-thinitalic.woff +0 -0
  84. package/assets/fonts/noto/notosans-thinitalic.woff2 +0 -0
  85. package/assets/fonts/noto/notosansarabic-bold.woff +0 -0
  86. package/assets/fonts/noto/notosansarabic-bold.woff2 +0 -0
  87. package/assets/fonts/noto/notosansarabic-light.woff +0 -0
  88. package/assets/fonts/noto/notosansarabic-light.woff2 +0 -0
  89. package/assets/fonts/noto/notosansarabic-regular.woff +0 -0
  90. package/assets/fonts/noto/notosansarabic-regular.woff2 +0 -0
  91. package/assets/fonts/noto/notosansarabic-thin.woff +0 -0
  92. package/assets/fonts/noto/notosansarabic-thin.woff2 +0 -0
  93. package/assets/fonts/noto/notosansgeorgian-bold.woff +0 -0
  94. package/assets/fonts/noto/notosansgeorgian-bold.woff2 +0 -0
  95. package/assets/fonts/noto/notosansgeorgian-light.woff +0 -0
  96. package/assets/fonts/noto/notosansgeorgian-light.woff2 +0 -0
  97. package/assets/fonts/noto/notosansgeorgian-regular.woff +0 -0
  98. package/assets/fonts/noto/notosansgeorgian-regular.woff2 +0 -0
  99. package/assets/fonts/noto/notosansgeorgian-thin.woff +0 -0
  100. package/assets/fonts/noto/notosansgeorgian-thin.woff2 +0 -0
  101. package/assets/fonts/noto/notosanshebrew-bold.woff +0 -0
  102. package/assets/fonts/noto/notosanshebrew-bold.woff2 +0 -0
  103. package/assets/fonts/noto/notosanshebrew-light.woff +0 -0
  104. package/assets/fonts/noto/notosanshebrew-light.woff2 +0 -0
  105. package/assets/fonts/noto/notosanshebrew-regular.woff +0 -0
  106. package/assets/fonts/noto/notosanshebrew-regular.woff2 +0 -0
  107. package/assets/fonts/noto/notosanshebrew-thin.woff +0 -0
  108. package/assets/fonts/noto/notosanshebrew-thin.woff2 +0 -0
  109. package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff +0 -0
  110. package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff2 +0 -0
  111. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff +0 -0
  112. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff2 +0 -0
  113. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff +0 -0
  114. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff2 +0 -0
  115. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff +0 -0
  116. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff2 +0 -0
  117. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff +0 -0
  118. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff2 +0 -0
  119. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff +0 -0
  120. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff2 +0 -0
  121. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff +0 -0
  122. package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff2 +0 -0
  123. package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff +0 -0
  124. package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff2 +0 -0
  125. package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff +0 -0
  126. package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff2 +0 -0
  127. package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff +0 -0
  128. package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff2 +0 -0
  129. package/design-factory-initial-branding.css +0 -13
  130. package/design-factory-initial-branding.scss +0 -1
  131. package/design-factory-utilities.scss +0 -5
  132. package/design-factory.css +0 -13
  133. package/design-factory.scss +0 -3
  134. package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs +0 -358
  135. package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs.map +0 -1
  136. package/styles/scss/_common.mixins.scss +0 -30
  137. package/styles/scss/_common.root.scss +0 -70
  138. package/styles/scss/_common.scss +0 -51
  139. package/styles/scss/_common.variables.scss +0 -79
  140. package/styles/scss/_variables.scss +0 -61
  141. package/styles/scss/agnosui/_variables.scss +0 -28
  142. package/styles/scss/bootstrap/_maps.scss +0 -52
  143. package/styles/scss/bootstrap/_mixins-override.scss +0 -69
  144. package/styles/scss/bootstrap/_rtl-styles-override.scss +0 -127
  145. package/styles/scss/bootstrap/_utilities-override.scss +0 -25
  146. package/styles/scss/bootstrap/_variables-dark.scss +0 -86
  147. package/styles/scss/bootstrap/_variables.scss +0 -2622
  148. package/styles/scss/components/.gitkeep +0 -0
  149. package/styles/scss/components/accordion/_accordion.scss +0 -241
  150. package/styles/scss/components/accordion/_accordion.variables.scss +0 -19
  151. package/styles/scss/components/alert/_alert.scss +0 -236
  152. package/styles/scss/components/alert/_alert.variables.scss +0 -56
  153. package/styles/scss/components/badge/_badge.mixins.scss +0 -23
  154. package/styles/scss/components/badge/_badge.scss +0 -483
  155. package/styles/scss/components/badge/_badge.variables.scss +0 -28
  156. package/styles/scss/components/brand-color/_brand-color.mixins.scss +0 -42
  157. package/styles/scss/components/brand-color/_brand-color.scss +0 -20
  158. package/styles/scss/components/brand-color/_brand-color.variables.scss +0 -152
  159. package/styles/scss/components/brand-color/_brand-color_container.scss +0 -23
  160. package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +0 -127
  161. package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -21
  162. package/styles/scss/components/button/_button.scss +0 -1090
  163. package/styles/scss/components/button/_button.utils.scss +0 -35
  164. package/styles/scss/components/button/_button.variables.scss +0 -48
  165. package/styles/scss/components/button/_button_container.scss +0 -47
  166. package/styles/scss/components/card/_card.scss +0 -208
  167. package/styles/scss/components/card/_card.variables.scss +0 -33
  168. package/styles/scss/components/carousel/_carousel.scss +0 -51
  169. package/styles/scss/components/carousel/_carousel.variables.scss +0 -12
  170. package/styles/scss/components/checkbox/_checkbox.scss +0 -68
  171. package/styles/scss/components/checkbox/_checkbox.variables.scss +0 -7
  172. package/styles/scss/components/collapse/_collapse.scss +0 -99
  173. package/styles/scss/components/collapse/_collapse.variables.scss +0 -7
  174. package/styles/scss/components/datepicker/_datepicker.scss +0 -362
  175. package/styles/scss/components/datepicker/_datepicker.variables.scss +0 -64
  176. package/styles/scss/components/dropdown/_dropdown.mixins.scss +0 -8
  177. package/styles/scss/components/dropdown/_dropdown.scss +0 -178
  178. package/styles/scss/components/dropdown/_dropdown.variables.scss +0 -24
  179. package/styles/scss/components/fieldset/_fieldset.scss +0 -8
  180. package/styles/scss/components/fieldset/_fieldset.variables.scss +0 -2
  181. package/styles/scss/components/fonts/_font-awesome-icons-brands.scss +0 -1585
  182. package/styles/scss/components/fonts/_font-awesome-icons.scss +0 -12886
  183. package/styles/scss/components/fonts/_font-faces.mixins.scss +0 -579
  184. package/styles/scss/components/fonts/_fonts-family.scss +0 -229
  185. package/styles/scss/components/fonts/_fonts.root.scss +0 -28
  186. package/styles/scss/components/fonts/_fonts.scss +0 -101
  187. package/styles/scss/components/fonts/_fonts.variables.scss +0 -33
  188. package/styles/scss/components/fonts/_icon-font.scss +0 -94
  189. package/styles/scss/components/fonts/_icon-font.variables.scss +0 -14
  190. package/styles/scss/components/fonts/_multi-lang.mixins.scss +0 -8
  191. package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +0 -12
  192. package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +0 -21
  193. package/styles/scss/components/fonts/multi-lang/_cyrillic-extended.mixins.scss +0 -11
  194. package/styles/scss/components/fonts/multi-lang/_cyrillic.mixins.scss +0 -10
  195. package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +0 -13
  196. package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +0 -13
  197. package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +0 -33
  198. package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +0 -18
  199. package/styles/scss/components/footer/_footer.mixins.scss +0 -36
  200. package/styles/scss/components/footer/_footer.scss +0 -86
  201. package/styles/scss/components/footer/_footer.variables.scss +0 -14
  202. package/styles/scss/components/form/_form.scss +0 -206
  203. package/styles/scss/components/form/_form.variables.scss +0 -34
  204. package/styles/scss/components/icon/_amadeus-icon.scss +0 -39
  205. package/styles/scss/components/icon/_amadeus-icon.variables.scss +0 -4
  206. package/styles/scss/components/inputs/_inputs.mixin.scss +0 -125
  207. package/styles/scss/components/inputs/_inputs.root.scss +0 -8
  208. package/styles/scss/components/inputs/_inputs.scss +0 -292
  209. package/styles/scss/components/inputs/_inputs.variables.scss +0 -39
  210. package/styles/scss/components/link/_link.mixins.scss +0 -198
  211. package/styles/scss/components/link/_link.scss +0 -170
  212. package/styles/scss/components/link/_link.variables.scss +0 -55
  213. package/styles/scss/components/list/_list.scss +0 -20
  214. package/styles/scss/components/list/_list.variables.scss +0 -4
  215. package/styles/scss/components/list-group/_list-group.scss +0 -101
  216. package/styles/scss/components/list-group/_list-group.variables.scss +0 -10
  217. package/styles/scss/components/media/_media.scss +0 -89
  218. package/styles/scss/components/media/_media.variables.scss +0 -19
  219. package/styles/scss/components/modal/_modal.scss +0 -247
  220. package/styles/scss/components/modal/_modal.variables.scss +0 -29
  221. package/styles/scss/components/navbar/_navbar.mixins.scss +0 -55
  222. package/styles/scss/components/navbar/_navbar.scss +0 -563
  223. package/styles/scss/components/navbar/_navbar.variables.scss +0 -102
  224. package/styles/scss/components/pagination/_pagination.scss +0 -251
  225. package/styles/scss/components/pagination/_pagination.variables.scss +0 -35
  226. package/styles/scss/components/pagination/_pagination_container.scss +0 -17
  227. package/styles/scss/components/popover/_popover.mixin.scss +0 -46
  228. package/styles/scss/components/popover/_popover.scss +0 -45
  229. package/styles/scss/components/popover/_popover.variables.scss +0 -25
  230. package/styles/scss/components/popover/_popover_container.scss +0 -214
  231. package/styles/scss/components/progressbar/_progressbar.scss +0 -93
  232. package/styles/scss/components/progressbar/_progressbar.variables.scss +0 -28
  233. package/styles/scss/components/radio/_radio.scss +0 -50
  234. package/styles/scss/components/radio/_radio.variables.scss +0 -4
  235. package/styles/scss/components/rating/_rating.scss +0 -118
  236. package/styles/scss/components/rating/_rating.variables.scss +0 -20
  237. package/styles/scss/components/scrollspy/_scrollspy.scss +0 -88
  238. package/styles/scss/components/scrollspy/_scrollspy.variables.scss +0 -23
  239. package/styles/scss/components/select/_select.mixin.scss +0 -34
  240. package/styles/scss/components/select/_select.scss +0 -804
  241. package/styles/scss/components/select/_select.variables.scss +0 -89
  242. package/styles/scss/components/separator/_separator.scss +0 -9
  243. package/styles/scss/components/separator/_separator.variables.scss +0 -1
  244. package/styles/scss/components/sidenav/_sidenav.scss +0 -347
  245. package/styles/scss/components/sidenav/_sidenav.variables.scss +0 -104
  246. package/styles/scss/components/skip-links/_skip-links.scss +0 -40
  247. package/styles/scss/components/skip-links/_skip-links.variables.scss +0 -9
  248. package/styles/scss/components/slider/_slider.scss +0 -422
  249. package/styles/scss/components/slider/_slider.variables.scss +0 -59
  250. package/styles/scss/components/speechbubble/_speechbubble.scss +0 -166
  251. package/styles/scss/components/speechbubble/_speechbubble.variables.scss +0 -27
  252. package/styles/scss/components/spinner/_spinner.scss +0 -126
  253. package/styles/scss/components/spinner/_spinner.variables.scss +0 -30
  254. package/styles/scss/components/spinner/_spinner_container.scss +0 -43
  255. package/styles/scss/components/stepper/_stepper.mixins.scss +0 -176
  256. package/styles/scss/components/stepper/_stepper.scss +0 -254
  257. package/styles/scss/components/stepper/_stepper.variables.scss +0 -88
  258. package/styles/scss/components/table/_advancedtables.scss +0 -306
  259. package/styles/scss/components/table/_table.scss +0 -19
  260. package/styles/scss/components/table/_table.variables.scss +0 -37
  261. package/styles/scss/components/tabs/_tabs.scss +0 -277
  262. package/styles/scss/components/tabs/_tabs.variables.scss +0 -36
  263. package/styles/scss/components/timepicker/_timepicker.scss +0 -5
  264. package/styles/scss/components/timepicker/_timepicker.variables.scss +0 -1
  265. package/styles/scss/components/toast/_toast.scss +0 -354
  266. package/styles/scss/components/toast/_toast.variables.scss +0 -18
  267. package/styles/scss/components/toggle/_toggle.scss +0 -145
  268. package/styles/scss/components/toggle/_toggle.variables.scss +0 -22
  269. package/styles/scss/components/tooltip/_tooltip.scss +0 -24
  270. package/styles/scss/components/tooltip/_tooltip.variables.scss +0 -6
  271. package/styles/scss/components/tooltip/_tooltip_container.scss +0 -116
  272. package/styles/scss/components/typeahead/_typeahead.scss +0 -59
  273. package/styles/scss/components/typeahead/_typeahead.variables.scss +0 -11
  274. package/styles/scss/df-styles-namespace.scss +0 -165
  275. package/styles/scss/df-styles.scss +0 -117
  276. package/styles/scss/themes/brand2023/_variables.scss +0 -1140
  277. package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +0 -868
  278. package/styles/scss/themes/brand2023/tokens/_root.gen.scss +0 -1709
  279. package/styles/scss/themes/brand2023/tokens/_sass-vars.gen.scss +0 -1468
  280. package/styles/scss/utilities/_common.utilities.scss +0 -205
  281. package/styles/scss/utilities/_form.mixins.scss +0 -26
  282. package/styles/scss/utilities/_rgb.scss +0 -10
  283. package/tokens/style-dictionary/index.d.ts +0 -60
@@ -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>;
@@ -1272,6 +1245,7 @@ interface DfStepperStep {
1272
1245
  ariaControl: string;
1273
1246
  warningLabel?: string;
1274
1247
  optionalLabel?: string;
1248
+ id: string;
1275
1249
  }
1276
1250
  type DfStepType = 'warning' | 'completed' | 'future' | 'visited';
1277
1251
  interface DfStepperNormalizedStep extends DfStepperStep {
@@ -1416,10 +1390,10 @@ declare class DfStepperDirective implements OnInit, AfterViewChecked {
1416
1390
  handleSpaceDown(): void;
1417
1391
  private handleGoPrevious;
1418
1392
  private handleGoNext;
1419
- handleKeyDownRight(event: KeyboardEvent): void;
1420
- handleKeyDown(event: KeyboardEvent): void;
1421
- handleKeyDownUp(event: KeyboardEvent): void;
1422
- handleKeyDownDown(event: KeyboardEvent): void;
1393
+ handleKeyDownRight(event: Event): void;
1394
+ handleKeyDown(event: Event): void;
1395
+ handleKeyDownUp(event: Event): void;
1396
+ handleKeyDownDown(event: Event): void;
1423
1397
  getSteps(): HTMLButtonElement[];
1424
1398
  private handleSelect;
1425
1399
  private arrowRightInnerHandler;
@@ -1450,6 +1424,7 @@ declare class DfStepperComponent implements AfterContentInit {
1450
1424
  mapStepToContent: Map<number, TemplateRef<any>>;
1451
1425
  readonly tplStepsContent: i0.Signal<readonly DfStepperStepContentDirective[]>;
1452
1426
  readonly state: i0.WritableSignal<DfStepperNormalizedState | undefined>;
1427
+ readonly stepperLabelClasses = "d-block fw-medium text-truncate";
1453
1428
  constructor();
1454
1429
  ngAfterContentInit(): void;
1455
1430
  static ɵfac: i0.ɵɵFactoryDeclaration<DfStepperComponent, never>;
@@ -1482,7 +1457,7 @@ declare class DfTooltipTruncateDirective implements OnInit, DoCheck {
1482
1457
 
1483
1458
  declare class DfTooltipModule {
1484
1459
  static ɵfac: i0.ɵɵFactoryDeclaration<DfTooltipModule, never>;
1485
- static ɵmod: i0.ɵɵNgModuleDeclaration<DfTooltipModule, never, [typeof DfTooltipTruncateDirective], [typeof DfTooltipTruncateDirective, typeof i2.NgbTooltipModule]>;
1460
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DfTooltipModule, never, [typeof DfTooltipTruncateDirective], [typeof DfTooltipTruncateDirective, typeof i2$4.NgbTooltipModule]>;
1486
1461
  static ɵinj: i0.ɵɵInjectorDeclaration<DfTooltipModule>;
1487
1462
  }
1488
1463
 
@@ -1690,7 +1665,7 @@ declare class DfAdvancedCardModule {
1690
1665
  */
1691
1666
  declare class DfModule {
1692
1667
  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]>;
1668
+ 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
1669
  static ɵinj: i0.ɵɵInjectorDeclaration<DfModule>;
1695
1670
  }
1696
1671
 
@@ -1698,6 +1673,8 @@ declare class DfModule {
1698
1673
  * DfTitleTruncate directive
1699
1674
  * It adds the title attribute with the element's textContent as value
1700
1675
  * when the element is truncated.
1676
+ *
1677
+ * @deprecated Use the bootstrap class text-truncate or CSS property text-overflow: ellipsis instead
1701
1678
  */
1702
1679
  declare class DfTitleTruncateDirective implements OnInit, DoCheck {
1703
1680
  private readonly elementRef;
@@ -1720,15 +1697,9 @@ declare class DfWavesOfProgressDirective {
1720
1697
  * 'dark-sky', 'vivid-crimson', 'light-forest', ['#000835', '#3A8BFF']
1721
1698
  */
1722
1699
  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;
1700
+ readonly maskImage: i0.Signal<string>;
1701
+ readonly bgColor: i0.Signal<string>;
1702
+ readonly lineColor: i0.Signal<string>;
1732
1703
  private getWavesAsString;
1733
1704
  static ɵfac: i0.ɵɵFactoryDeclaration<DfWavesOfProgressDirective, never>;
1734
1705
  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 +1720,11 @@ declare class DfAmadeusLogoComponent {
1749
1720
  static ɵcmp: i0.ɵɵComponentDeclaration<DfAmadeusLogoComponent, "df-amadeus-logo", never, { "svgClass": { "alias": "svgClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1750
1721
  }
1751
1722
 
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 };
1723
+ /**
1724
+ * Provides AG Grid configuration with all community modules and legacy theme support
1725
+ * @returns Environment providers for AG Grid setup
1726
+ */
1727
+ declare const provideAgGrid: () => i0.EnvironmentProviders;
1728
+
1729
+ 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 };
1730
+ export type { CombineLabelsFunction, CustomStepDefinition, DfProgressIndicatorContent, DfProgressIndicatorOptions, DfSideNavItem, DfStepType, DfStepperNormalizedState, DfStepperNormalizedStep, DfStepperState, DfStepperStep, GetLegendFunction, GetStepLegendFunction, PositionToValueFunction, TranslateFunction, ValueToPositionFunction };
package/assets/.gitkeep DELETED
File without changes