@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.
- package/README.md +3 -11
- package/fesm2022/design-factory.mjs +889 -1113
- package/fesm2022/design-factory.mjs.map +1 -1
- package/package.json +21 -48
- package/schematics/migrations/21_0_0/style-import-package/index.d.ts +7 -0
- package/schematics/migrations/21_0_0/style-import-package/index.js +64 -0
- package/schematics/migrations/migration.json +5 -0
- package/schematics/ng-add/index.js +10 -24
- package/{index.d.ts → types/design-factory.d.ts} +47 -71
- package/assets/.gitkeep +0 -0
- package/assets/fonts/amadeus-bold/amadeus-bold.woff +0 -0
- package/assets/fonts/amadeus-bold/amadeus-bold.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bold.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bold.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-italic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-italic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-light.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-light.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-regular.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-regular.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thin.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thin.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff2 +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff2 +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff2 +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff2 +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff2 +0 -0
- package/assets/fonts/amadeus-regular/amadeus-regular.woff +0 -0
- package/assets/fonts/amadeus-regular/amadeus-regular.woff2 +0 -0
- package/assets/fonts/amadeus-thin/amadeus-thin.woff +0 -0
- package/assets/fonts/amadeus-thin/amadeus-thin.woff2 +0 -0
- package/assets/fonts/df-icons/df-icons-light.woff2 +0 -0
- package/assets/fonts/df-icons/df-icons-solid.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-light-300.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
- package/assets/fonts/noto/notosans-bold.woff +0 -0
- package/assets/fonts/noto/notosans-bold.woff2 +0 -0
- package/assets/fonts/noto/notosans-bolditalic.woff +0 -0
- package/assets/fonts/noto/notosans-bolditalic.woff2 +0 -0
- package/assets/fonts/noto/notosans-italic.woff +0 -0
- package/assets/fonts/noto/notosans-italic.woff2 +0 -0
- package/assets/fonts/noto/notosans-light.woff +0 -0
- package/assets/fonts/noto/notosans-light.woff2 +0 -0
- package/assets/fonts/noto/notosans-lightitalic.woff +0 -0
- package/assets/fonts/noto/notosans-lightitalic.woff2 +0 -0
- package/assets/fonts/noto/notosans-regular.woff +0 -0
- package/assets/fonts/noto/notosans-regular.woff2 +0 -0
- package/assets/fonts/noto/notosans-thin.woff +0 -0
- package/assets/fonts/noto/notosans-thin.woff2 +0 -0
- package/assets/fonts/noto/notosans-thinitalic.woff +0 -0
- package/assets/fonts/noto/notosans-thinitalic.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-bold.woff +0 -0
- package/assets/fonts/noto/notosansarabic-bold.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-light.woff +0 -0
- package/assets/fonts/noto/notosansarabic-light.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-regular.woff +0 -0
- package/assets/fonts/noto/notosansarabic-regular.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-thin.woff +0 -0
- package/assets/fonts/noto/notosansarabic-thin.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-bold.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-bold.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-light.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-light.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-regular.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-regular.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-thin.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-thin.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-bold.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-bold.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-light.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-light.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-regular.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-regular.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-thin.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-thin.woff2 +0 -0
- package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff +0 -0
- package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff2 +0 -0
- package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff +0 -0
- package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff2 +0 -0
- package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff +0 -0
- package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff2 +0 -0
- package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff +0 -0
- package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff2 +0 -0
- package/design-factory-initial-branding.css +0 -13
- package/design-factory-initial-branding.scss +0 -1
- package/design-factory-utilities.scss +0 -5
- package/design-factory.css +0 -13
- package/design-factory.scss +0 -3
- package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs +0 -358
- package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs.map +0 -1
- package/styles/scss/_common.mixins.scss +0 -30
- package/styles/scss/_common.root.scss +0 -70
- package/styles/scss/_common.scss +0 -51
- package/styles/scss/_common.variables.scss +0 -79
- package/styles/scss/_variables.scss +0 -61
- package/styles/scss/agnosui/_variables.scss +0 -28
- package/styles/scss/bootstrap/_maps.scss +0 -52
- package/styles/scss/bootstrap/_mixins-override.scss +0 -69
- package/styles/scss/bootstrap/_rtl-styles-override.scss +0 -127
- package/styles/scss/bootstrap/_utilities-override.scss +0 -25
- package/styles/scss/bootstrap/_variables-dark.scss +0 -86
- package/styles/scss/bootstrap/_variables.scss +0 -2622
- package/styles/scss/components/.gitkeep +0 -0
- package/styles/scss/components/accordion/_accordion.scss +0 -241
- package/styles/scss/components/accordion/_accordion.variables.scss +0 -19
- package/styles/scss/components/alert/_alert.scss +0 -236
- package/styles/scss/components/alert/_alert.variables.scss +0 -56
- package/styles/scss/components/badge/_badge.mixins.scss +0 -23
- package/styles/scss/components/badge/_badge.scss +0 -483
- package/styles/scss/components/badge/_badge.variables.scss +0 -28
- package/styles/scss/components/brand-color/_brand-color.mixins.scss +0 -42
- package/styles/scss/components/brand-color/_brand-color.scss +0 -20
- package/styles/scss/components/brand-color/_brand-color.variables.scss +0 -152
- package/styles/scss/components/brand-color/_brand-color_container.scss +0 -23
- package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +0 -127
- package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -21
- package/styles/scss/components/button/_button.scss +0 -1090
- package/styles/scss/components/button/_button.utils.scss +0 -35
- package/styles/scss/components/button/_button.variables.scss +0 -48
- package/styles/scss/components/button/_button_container.scss +0 -47
- package/styles/scss/components/card/_card.scss +0 -208
- package/styles/scss/components/card/_card.variables.scss +0 -33
- package/styles/scss/components/carousel/_carousel.scss +0 -51
- package/styles/scss/components/carousel/_carousel.variables.scss +0 -12
- package/styles/scss/components/checkbox/_checkbox.scss +0 -61
- package/styles/scss/components/checkbox/_checkbox.variables.scss +0 -7
- package/styles/scss/components/collapse/_collapse.scss +0 -99
- package/styles/scss/components/collapse/_collapse.variables.scss +0 -7
- package/styles/scss/components/datepicker/_datepicker.scss +0 -362
- package/styles/scss/components/datepicker/_datepicker.variables.scss +0 -64
- package/styles/scss/components/dropdown/_dropdown.mixins.scss +0 -8
- package/styles/scss/components/dropdown/_dropdown.scss +0 -178
- package/styles/scss/components/dropdown/_dropdown.variables.scss +0 -24
- package/styles/scss/components/fieldset/_fieldset.scss +0 -8
- package/styles/scss/components/fieldset/_fieldset.variables.scss +0 -2
- package/styles/scss/components/fonts/_font-awesome-icons-brands.scss +0 -1585
- package/styles/scss/components/fonts/_font-awesome-icons.scss +0 -12886
- package/styles/scss/components/fonts/_font-faces.mixins.scss +0 -579
- package/styles/scss/components/fonts/_fonts-family.scss +0 -229
- package/styles/scss/components/fonts/_fonts.root.scss +0 -28
- package/styles/scss/components/fonts/_fonts.scss +0 -101
- package/styles/scss/components/fonts/_fonts.variables.scss +0 -33
- package/styles/scss/components/fonts/_icon-font.scss +0 -94
- package/styles/scss/components/fonts/_icon-font.variables.scss +0 -14
- package/styles/scss/components/fonts/_multi-lang.mixins.scss +0 -8
- package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +0 -12
- package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +0 -21
- package/styles/scss/components/fonts/multi-lang/_cyrillic-extended.mixins.scss +0 -11
- package/styles/scss/components/fonts/multi-lang/_cyrillic.mixins.scss +0 -10
- package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +0 -13
- package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +0 -13
- package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +0 -33
- package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +0 -18
- package/styles/scss/components/footer/_footer.mixins.scss +0 -36
- package/styles/scss/components/footer/_footer.scss +0 -86
- package/styles/scss/components/footer/_footer.variables.scss +0 -14
- package/styles/scss/components/form/_form.scss +0 -206
- package/styles/scss/components/form/_form.variables.scss +0 -34
- package/styles/scss/components/icon/_amadeus-icon.scss +0 -39
- package/styles/scss/components/icon/_amadeus-icon.variables.scss +0 -4
- package/styles/scss/components/inputs/_inputs.mixin.scss +0 -125
- package/styles/scss/components/inputs/_inputs.root.scss +0 -8
- package/styles/scss/components/inputs/_inputs.scss +0 -292
- package/styles/scss/components/inputs/_inputs.variables.scss +0 -39
- package/styles/scss/components/link/_link.mixins.scss +0 -198
- package/styles/scss/components/link/_link.scss +0 -170
- package/styles/scss/components/link/_link.variables.scss +0 -55
- package/styles/scss/components/list/_list.scss +0 -20
- package/styles/scss/components/list/_list.variables.scss +0 -4
- package/styles/scss/components/list-group/_list-group.scss +0 -101
- package/styles/scss/components/list-group/_list-group.variables.scss +0 -10
- package/styles/scss/components/media/_media.scss +0 -89
- package/styles/scss/components/media/_media.variables.scss +0 -19
- package/styles/scss/components/modal/_modal.scss +0 -247
- package/styles/scss/components/modal/_modal.variables.scss +0 -29
- package/styles/scss/components/navbar/_navbar.mixins.scss +0 -55
- package/styles/scss/components/navbar/_navbar.scss +0 -563
- package/styles/scss/components/navbar/_navbar.variables.scss +0 -102
- package/styles/scss/components/pagination/_pagination.scss +0 -251
- package/styles/scss/components/pagination/_pagination.variables.scss +0 -35
- package/styles/scss/components/pagination/_pagination_container.scss +0 -17
- package/styles/scss/components/popover/_popover.mixin.scss +0 -46
- package/styles/scss/components/popover/_popover.scss +0 -45
- package/styles/scss/components/popover/_popover.variables.scss +0 -25
- package/styles/scss/components/popover/_popover_container.scss +0 -214
- package/styles/scss/components/progressbar/_progressbar.scss +0 -93
- package/styles/scss/components/progressbar/_progressbar.variables.scss +0 -28
- package/styles/scss/components/radio/_radio.scss +0 -50
- package/styles/scss/components/radio/_radio.variables.scss +0 -4
- package/styles/scss/components/rating/_rating.scss +0 -118
- package/styles/scss/components/rating/_rating.variables.scss +0 -20
- package/styles/scss/components/scrollspy/_scrollspy.scss +0 -88
- package/styles/scss/components/scrollspy/_scrollspy.variables.scss +0 -23
- package/styles/scss/components/select/_select.mixin.scss +0 -34
- package/styles/scss/components/select/_select.scss +0 -804
- package/styles/scss/components/select/_select.variables.scss +0 -89
- package/styles/scss/components/separator/_separator.scss +0 -9
- package/styles/scss/components/separator/_separator.variables.scss +0 -1
- package/styles/scss/components/sidenav/_sidenav.scss +0 -347
- package/styles/scss/components/sidenav/_sidenav.variables.scss +0 -104
- package/styles/scss/components/skip-links/_skip-links.scss +0 -40
- package/styles/scss/components/skip-links/_skip-links.variables.scss +0 -9
- package/styles/scss/components/slider/_slider.scss +0 -422
- package/styles/scss/components/slider/_slider.variables.scss +0 -59
- package/styles/scss/components/speechbubble/_speechbubble.scss +0 -166
- package/styles/scss/components/speechbubble/_speechbubble.variables.scss +0 -27
- package/styles/scss/components/spinner/_spinner.scss +0 -126
- package/styles/scss/components/spinner/_spinner.variables.scss +0 -30
- package/styles/scss/components/spinner/_spinner_container.scss +0 -43
- package/styles/scss/components/stepper/_stepper.mixins.scss +0 -176
- package/styles/scss/components/stepper/_stepper.scss +0 -254
- package/styles/scss/components/stepper/_stepper.variables.scss +0 -88
- package/styles/scss/components/table/_advancedtables.scss +0 -306
- package/styles/scss/components/table/_table.scss +0 -19
- package/styles/scss/components/table/_table.variables.scss +0 -37
- package/styles/scss/components/tabs/_tabs.scss +0 -277
- package/styles/scss/components/tabs/_tabs.variables.scss +0 -36
- package/styles/scss/components/timepicker/_timepicker.scss +0 -5
- package/styles/scss/components/timepicker/_timepicker.variables.scss +0 -1
- package/styles/scss/components/toast/_toast.scss +0 -354
- package/styles/scss/components/toast/_toast.variables.scss +0 -18
- package/styles/scss/components/toggle/_toggle.scss +0 -145
- package/styles/scss/components/toggle/_toggle.variables.scss +0 -22
- package/styles/scss/components/tooltip/_tooltip.scss +0 -24
- package/styles/scss/components/tooltip/_tooltip.variables.scss +0 -6
- package/styles/scss/components/tooltip/_tooltip_container.scss +0 -116
- package/styles/scss/components/typeahead/_typeahead.scss +0 -57
- package/styles/scss/components/typeahead/_typeahead.variables.scss +0 -11
- package/styles/scss/df-styles-namespace.scss +0 -163
- package/styles/scss/df-styles.scss +0 -117
- package/styles/scss/themes/brand2023/_variables.scss +0 -1141
- package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +0 -868
- package/styles/scss/themes/brand2023/tokens/_root.gen.scss +0 -1709
- package/styles/scss/themes/brand2023/tokens/_sass-vars.gen.scss +0 -1468
- package/styles/scss/utilities/_common.utilities.scss +0 -205
- package/styles/scss/utilities/_form.mixins.scss +0 -26
- package/styles/scss/utilities/_rgb.scss +0 -10
- 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": "
|
|
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.
|
|
11
|
-
"@agnos-ui/
|
|
12
|
-
"@angular/common": "^
|
|
13
|
-
"@angular/core": "^
|
|
14
|
-
"@angular/localize": "^
|
|
15
|
-
"@angular/router": "^
|
|
16
|
-
"@
|
|
17
|
-
"@ng-
|
|
18
|
-
"
|
|
19
|
-
"ag-grid-
|
|
20
|
-
"
|
|
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
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
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": "./
|
|
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
|
-
|
|
44
|
-
const
|
|
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 (
|
|
47
|
-
const recorder = tree.beginUpdate(
|
|
48
|
-
recorder.insertRight(tree.readText(
|
|
49
|
-
|
|
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
|
-
|
|
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,
|
|
3
|
-
import * as i2 from '@ng-bootstrap/ng-bootstrap';
|
|
4
|
-
import
|
|
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, {}, {},
|
|
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:
|
|
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
|
|
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
|
|
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
|
|
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<"
|
|
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:
|
|
1420
|
-
handleKeyDown(event:
|
|
1421
|
-
handleKeyDownUp(event:
|
|
1422
|
-
handleKeyDownDown(event:
|
|
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
|
|
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
|
|
1724
|
-
|
|
1725
|
-
|
|
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
|
-
|
|
1753
|
-
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|