@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.
- package/README.md +2 -11
- package/fesm2022/design-factory.mjs +889 -1113
- package/fesm2022/design-factory.mjs.map +1 -1
- package/package.json +22 -51
- package/schematics/migrations/18_0_0/stepper-classes-18.0.0/index.js +1 -1
- package/schematics/migrations/21_0_0/ag-grid-neutral-header/index.d.ts +6 -0
- package/schematics/migrations/21_0_0/ag-grid-neutral-header/index.js +33 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/files/removed-vars.json +53 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/files/vars-with-value.json +4274 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/index.d.ts +7 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/index.js +90 -0
- 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 +85 -0
- package/schematics/migrations/21_0_0/toast-classes-21.0/index.d.ts +2 -0
- package/schematics/migrations/21_0_0/toast-classes-21.0/index.js +36 -0
- package/schematics/migrations/migration.json +20 -0
- package/schematics/migrations/utils/add-dependencies.d.ts +3 -0
- package/schematics/migrations/utils/add-dependencies.js +41 -0
- package/schematics/migrations/utils/component-resource-collector.d.ts +3 -1
- package/schematics/migrations/utils/component-resource-collector.js +9 -4
- package/schematics/migrations/utils/style-updater.js +2 -2
- package/schematics/migrations/utils/template-updater.js +2 -2
- package/schematics/ng-add/index.js +12 -50
- package/{index.d.ts → types/design-factory.d.ts} +48 -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 -68
- 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 -59
- package/styles/scss/components/typeahead/_typeahead.variables.scss +0 -11
- package/styles/scss/df-styles-namespace.scss +0 -165
- package/styles/scss/df-styles.scss +0 -117
- package/styles/scss/themes/brand2023/_variables.scss +0 -1140
- 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
|
@@ -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>;
|
|
@@ -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:
|
|
1420
|
-
handleKeyDown(event:
|
|
1421
|
-
handleKeyDownUp(event:
|
|
1422
|
-
handleKeyDownDown(event:
|
|
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
|
|
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
|
|
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;
|
|
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
|
-
|
|
1753
|
-
|
|
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
|
|
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
|
|
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
|