@design-factory/design-factory 19.1.1 → 20.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/design-factory-initial-branding.css +1 -1
- package/design-factory.css +2 -2
- package/fesm2022/design-factory.mjs +406 -277
- package/fesm2022/design-factory.mjs.map +1 -1
- package/index.d.ts +1883 -2
- package/package.json +14 -16
- package/schematics/migrations/20_0_0/navbar-toggler-logo-svg/index.d.ts +7 -0
- package/schematics/migrations/20_0_0/navbar-toggler-logo-svg/index.js +47 -0
- package/schematics/migrations/migration.json +6 -0
- package/styles/scss/_common.scss +1 -1
- package/styles/scss/_common.variables.scss +2 -1
- package/styles/scss/agnosui/_variables.scss +1 -1
- package/styles/scss/bootstrap/_variables.scss +13 -6
- package/styles/scss/components/accordion/_accordion.scss +5 -1
- package/styles/scss/components/alert/_alert.scss +6 -1
- package/styles/scss/components/badge/_badge.mixins.scss +2 -0
- package/styles/scss/components/badge/_badge.scss +157 -25
- package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +8 -8
- package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -2
- package/styles/scss/components/button/_button.scss +376 -59
- package/styles/scss/components/button/_button.variables.scss +1 -3
- package/styles/scss/components/checkbox/_checkbox.scss +11 -4
- package/styles/scss/components/dropdown/_dropdown.scss +3 -1
- package/styles/scss/components/dropdown/_dropdown.variables.scss +1 -0
- package/styles/scss/components/fieldset/_fieldset.scss +2 -2
- package/styles/scss/components/fieldset/_fieldset.variables.scss +1 -1
- package/styles/scss/components/fonts/_fonts-family.scss +8 -8
- package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +13 -4
- package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +15 -5
- package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +12 -4
- package/styles/scss/components/footer/_footer.mixins.scss +36 -0
- package/styles/scss/components/footer/_footer.scss +49 -15
- package/styles/scss/components/footer/_footer.variables.scss +0 -1
- package/styles/scss/components/form/_form.scss +31 -1
- package/styles/scss/components/link/_link.mixins.scss +72 -75
- package/styles/scss/components/link/_link.scss +26 -32
- package/styles/scss/components/link/_link.variables.scss +3 -0
- package/styles/scss/components/list-group/_list-group.scss +30 -5
- package/styles/scss/components/list-group/_list-group.variables.scss +6 -2
- package/styles/scss/components/media/_media.scss +8 -1
- package/styles/scss/components/media/_media.variables.scss +2 -0
- package/styles/scss/components/navbar/_navbar.mixins.scss +55 -0
- package/styles/scss/components/navbar/_navbar.scss +180 -71
- package/styles/scss/components/navbar/_navbar.variables.scss +42 -13
- package/styles/scss/components/pagination/_pagination.scss +46 -2
- package/styles/scss/components/pagination/_pagination.variables.scss +3 -0
- package/styles/scss/components/popover/_popover.mixin.scss +1 -1
- package/styles/scss/components/popover/_popover.scss +1 -1
- package/styles/scss/components/popover/_popover.variables.scss +4 -0
- package/styles/scss/components/progressbar/_progressbar.scss +11 -0
- package/styles/scss/components/progressbar/_progressbar.variables.scss +5 -0
- package/styles/scss/components/radio/_radio.scss +11 -4
- package/styles/scss/components/radio/_radio.variables.scss +1 -0
- package/styles/scss/components/rating/_rating.scss +3 -1
- package/styles/scss/components/scrollspy/_scrollspy.scss +7 -0
- package/styles/scss/components/select/_select.mixin.scss +34 -0
- package/styles/scss/components/select/_select.scss +5 -19
- package/styles/scss/components/select/_select.variables.scss +2 -0
- package/styles/scss/components/speechbubble/_speechbubble.scss +19 -0
- package/styles/scss/components/speechbubble/_speechbubble.variables.scss +6 -0
- package/styles/scss/components/spinner/_spinner.scss +19 -0
- package/styles/scss/components/spinner/_spinner.variables.scss +6 -0
- package/styles/scss/components/stepper/_stepper.scss +29 -3
- package/styles/scss/components/stepper/_stepper.variables.scss +10 -1
- package/styles/scss/components/table/_advancedtables.scss +9 -5
- package/styles/scss/components/table/_table.scss +6 -0
- package/styles/scss/components/table/_table.variables.scss +3 -0
- package/styles/scss/components/tabs/_tabs.scss +7 -0
- package/styles/scss/components/toast/_toast.scss +31 -9
- package/styles/scss/components/tooltip/_tooltip.scss +7 -0
- package/styles/scss/themes/brand2023/_variables.scss +368 -447
- package/styles/scss/themes/brand2023/tokens/_figma.gen.scss +3028 -0
- package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +898 -0
- package/styles/scss/utilities/_common.utilities.scss +49 -1
- package/environment.d.ts +0 -4
- package/lib/angular/accessibility/accessibility.module.d.ts +0 -10
- package/lib/angular/accessibility/components/skip-links-container/skip-links-container.component.d.ts +0 -7
- package/lib/angular/accessibility/directives/skip-link.directive.d.ts +0 -9
- package/lib/angular/alert/alert.module.d.ts +0 -8
- package/lib/angular/animation/ngbTransition.d.ts +0 -16
- package/lib/angular/animation/util.d.ts +0 -14
- package/lib/angular/card/card-advanced.module.d.ts +0 -8
- package/lib/angular/card/manage-card-selection.directive.d.ts +0 -13
- package/lib/angular/datepicker/datepicker-keyboard-nav.service.d.ts +0 -7
- package/lib/angular/datepicker/datepicker-range.directive.d.ts +0 -30
- package/lib/angular/datepicker/datepicker-range.service.d.ts +0 -32
- package/lib/angular/datepicker/datepicker.module.d.ts +0 -10
- package/lib/angular/df.module.d.ts +0 -26
- package/lib/angular/footer/footer.module.d.ts +0 -8
- package/lib/angular/icon/amadeus-icon.d.ts +0 -5
- package/lib/angular/icon/icon.module.d.ts +0 -8
- package/lib/angular/icon/insert/insert-icon.directive.d.ts +0 -12
- package/lib/angular/icon/insert/insert-icon.module.d.ts +0 -8
- package/lib/angular/inputs/click/trigger-click.directive.d.ts +0 -9
- package/lib/angular/inputs/icon/inputicon.directive.d.ts +0 -29
- package/lib/angular/inputs/input-advanced.module.d.ts +0 -10
- package/lib/angular/mediaqueries/ifMedia.directive.d.ts +0 -25
- package/lib/angular/mediaqueries/media.module.d.ts +0 -8
- package/lib/angular/mediaqueries/media.service.d.ts +0 -24
- package/lib/angular/mediaqueries/mediaUtils.service.d.ts +0 -75
- package/lib/angular/modal/modal.service.d.ts +0 -17
- package/lib/angular/popover/config/popover.config.d.ts +0 -7
- package/lib/angular/popover/popover.module.d.ts +0 -7
- package/lib/angular/progressbar/progressbar.component.d.ts +0 -61
- package/lib/angular/progressbar/progressbar.module.d.ts +0 -9
- package/lib/angular/progressindicator/default/default-spinner.component.d.ts +0 -8
- package/lib/angular/progressindicator/progressindicator-backdrop.component.d.ts +0 -8
- package/lib/angular/progressindicator/progressindicator-config.d.ts +0 -54
- package/lib/angular/progressindicator/progressindicator-container.component.d.ts +0 -11
- package/lib/angular/progressindicator/progressindicator-ref.d.ts +0 -9
- package/lib/angular/progressindicator/progressindicator.directive.d.ts +0 -16
- package/lib/angular/progressindicator/progressindicator.module.d.ts +0 -15
- package/lib/angular/progressindicator/progressindicator.service.d.ts +0 -33
- package/lib/angular/right-to-left/directionDetection.service.d.ts +0 -12
- package/lib/angular/selects/events/manage-badge-events.directive.d.ts +0 -15
- package/lib/angular/selects/nav/manage-nav-select.directive.d.ts +0 -20
- package/lib/angular/selects/option-highlight.directive.d.ts +0 -14
- package/lib/angular/selects/select.model.d.ts +0 -1
- package/lib/angular/selects/select.module.d.ts +0 -13
- package/lib/angular/sidenav/dfSideNavAnimation.d.ts +0 -7
- package/lib/angular/sidenav/dfSideNavCollapse.d.ts +0 -46
- package/lib/angular/sidenav/dfSideNavCollapse.module.d.ts +0 -9
- package/lib/angular/sidenav/dfSideNavCollapse.service.d.ts +0 -24
- package/lib/angular/sidenav/dfSideNavCollapseConfig.d.ts +0 -17
- package/lib/angular/sidenav/excludeTrap.directive.d.ts +0 -30
- package/lib/angular/sidenav/manage-sidenav.directive.d.ts +0 -10
- package/lib/angular/sidenav/sidenav-config.d.ts +0 -17
- package/lib/angular/sidenav/sidenav.component.d.ts +0 -43
- package/lib/angular/sidenav/sidenav.module.d.ts +0 -14
- package/lib/angular/sidenav/sidenav.service.d.ts +0 -179
- package/lib/angular/sidenav/sidenavlist.component.d.ts +0 -25
- package/lib/angular/slider/direction/sliderdirection.directive.d.ts +0 -13
- package/lib/angular/slider/lib/change-context.d.ts +0 -6
- package/lib/angular/slider/lib/compatibility-helper.d.ts +0 -7
- package/lib/angular/slider/lib/event-listener-helper.d.ts +0 -13
- package/lib/angular/slider/lib/event-listener.d.ts +0 -7
- package/lib/angular/slider/lib/math-helper.d.ts +0 -6
- package/lib/angular/slider/lib/options.d.ts +0 -241
- package/lib/angular/slider/lib/pointer-type.d.ts +0 -7
- package/lib/angular/slider/lib/slider-element.directive.d.ts +0 -51
- package/lib/angular/slider/lib/slider-handle.directive.d.ts +0 -22
- package/lib/angular/slider/lib/slider-label.directive.d.ts +0 -14
- package/lib/angular/slider/lib/slider.component.d.ts +0 -193
- package/lib/angular/slider/lib/tooltip-wrapper.component.d.ts +0 -13
- package/lib/angular/slider/lib/value-helper.d.ts +0 -13
- package/lib/angular/slider/slider.module.d.ts +0 -16
- package/lib/angular/stepper/stepper.component.d.ts +0 -30
- package/lib/angular/stepper/stepper.directive.d.ts +0 -37
- package/lib/angular/stepper/stepper.module.d.ts +0 -8
- package/lib/angular/stepper/stepper.service.d.ts +0 -132
- package/lib/angular/toast/toast.module.d.ts +0 -8
- package/lib/angular/tooltip/tooltip.module.d.ts +0 -9
- package/lib/angular/tooltip/truncate/tooltipTruncate.directive.d.ts +0 -19
- package/lib/angular/utils/html-element-helper.d.ts +0 -15
- package/lib/angular/utils/scrollbar.service.d.ts +0 -46
- package/lib/angular/utils/titleTruncate.directive.d.ts +0 -15
- package/lib/angular/waves-of-progress/waves.directive.d.ts +0 -36
- package/lib/angular/waves-of-progress/waves.module.d.ts +0 -7
- package/lib/index.d.ts +0 -70
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
import { OnInit, AfterViewInit, OnChanges, OnDestroy, ElementRef, Renderer2, EventEmitter, TemplateRef, ChangeDetectorRef, SimpleChanges, NgZone } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { Options } from './options';
|
|
4
|
-
import { ChangeContext } from './change-context';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class Tick {
|
|
7
|
-
selected: boolean;
|
|
8
|
-
style: any;
|
|
9
|
-
tooltip?: string;
|
|
10
|
-
tooltipPlacement?: string;
|
|
11
|
-
value?: string;
|
|
12
|
-
valueTooltip?: string;
|
|
13
|
-
valueTooltipPlacement?: string;
|
|
14
|
-
legend?: string;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @deprecated SliderComponent is deprecated. Use {@link https://design-factory.amadeus.net/components/slider/agnosui AgnosUI Slider} instead.
|
|
18
|
-
*/
|
|
19
|
-
export declare class SliderComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy, ControlValueAccessor {
|
|
20
|
-
private renderer;
|
|
21
|
-
private elementRef;
|
|
22
|
-
private changeDetectionRef;
|
|
23
|
-
private zone;
|
|
24
|
-
class: string;
|
|
25
|
-
value?: number;
|
|
26
|
-
valueChange: EventEmitter<number>;
|
|
27
|
-
highValue?: number;
|
|
28
|
-
highValueChange: EventEmitter<number>;
|
|
29
|
-
options: Options;
|
|
30
|
-
userChangeStart: EventEmitter<ChangeContext>;
|
|
31
|
-
userChange: EventEmitter<ChangeContext>;
|
|
32
|
-
userChangeEnd: EventEmitter<ChangeContext>;
|
|
33
|
-
private manualRefreshSubscription;
|
|
34
|
-
set manualRefresh(manualRefresh: EventEmitter<void>);
|
|
35
|
-
private triggerFocusSubscription;
|
|
36
|
-
set triggerFocus(triggerFocus: EventEmitter<void>);
|
|
37
|
-
get range(): boolean;
|
|
38
|
-
private initHasRun;
|
|
39
|
-
private inputModelChangeSubject;
|
|
40
|
-
private inputModelChangeSubscription?;
|
|
41
|
-
private outputModelChangeSubject;
|
|
42
|
-
private outputModelChangeSubscription?;
|
|
43
|
-
private viewLowValue?;
|
|
44
|
-
private viewHighValue?;
|
|
45
|
-
private viewOptions;
|
|
46
|
-
private handleHalfDimension;
|
|
47
|
-
private maxHandlePosition;
|
|
48
|
-
private currentTrackingPointer?;
|
|
49
|
-
private currentFocusPointer?;
|
|
50
|
-
private firstKeyDown;
|
|
51
|
-
private touchId?;
|
|
52
|
-
private dragging;
|
|
53
|
-
private leftOuterSelectionBarElement?;
|
|
54
|
-
private rightOuterSelectionBarElement?;
|
|
55
|
-
private fullBarElement?;
|
|
56
|
-
private selectionBarElement?;
|
|
57
|
-
private minHandleElement?;
|
|
58
|
-
private maxHandleElement?;
|
|
59
|
-
private floorLabelElement?;
|
|
60
|
-
private ceilLabelElement?;
|
|
61
|
-
private minHandleLabelElement?;
|
|
62
|
-
private maxHandleLabelElement?;
|
|
63
|
-
private combinedLabelElement?;
|
|
64
|
-
private ticksElement?;
|
|
65
|
-
tooltipTemplate: TemplateRef<any>;
|
|
66
|
-
sliderElementVerticalClass: boolean;
|
|
67
|
-
sliderElementAnimateClass: boolean;
|
|
68
|
-
sliderElementWithLegendClass: boolean;
|
|
69
|
-
sliderElementDisabledAttr?: string;
|
|
70
|
-
sliderElementAriaLabel: string;
|
|
71
|
-
barStyle: any;
|
|
72
|
-
minPointerStyle: any;
|
|
73
|
-
maxPointerStyle: any;
|
|
74
|
-
fullBarTransparentClass: boolean;
|
|
75
|
-
selectionBarDraggableClass: boolean;
|
|
76
|
-
ticksUnderValuesClass: boolean;
|
|
77
|
-
get showTicks(): boolean;
|
|
78
|
-
private intermediateTicks;
|
|
79
|
-
ticks: Tick[];
|
|
80
|
-
private eventListenerHelper?;
|
|
81
|
-
private onMoveEventListener?;
|
|
82
|
-
private onEndEventListener?;
|
|
83
|
-
private moving;
|
|
84
|
-
private resizeObserver?;
|
|
85
|
-
private onTouchedCallback?;
|
|
86
|
-
private onChangeCallback?;
|
|
87
|
-
constructor(renderer: Renderer2, elementRef: ElementRef, changeDetectionRef: ChangeDetectorRef, zone: NgZone);
|
|
88
|
-
ngOnInit(): void;
|
|
89
|
-
ngAfterViewInit(): void;
|
|
90
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
91
|
-
ngOnDestroy(): void;
|
|
92
|
-
writeValue(obj: any): void;
|
|
93
|
-
registerOnChange(onChangeCallback: any): void;
|
|
94
|
-
registerOnTouched(onTouchedCallback: any): void;
|
|
95
|
-
setDisabledState(isDisabled: boolean): void;
|
|
96
|
-
setAriaLabel(ariaLabel: string): void;
|
|
97
|
-
onResize(event: any): void;
|
|
98
|
-
private subscribeInputModelChangeSubject;
|
|
99
|
-
private subscribeOutputModelChangeSubject;
|
|
100
|
-
private subscribeResizeObserver;
|
|
101
|
-
private unsubscribeResizeObserver;
|
|
102
|
-
private unsubscribeOnMove;
|
|
103
|
-
private unsubscribeOnEnd;
|
|
104
|
-
private unsubscribeInputModelChangeSubject;
|
|
105
|
-
private unsubscribeOutputModelChangeSubject;
|
|
106
|
-
private unsubscribeManualRefresh;
|
|
107
|
-
private unsubscribeTriggerFocus;
|
|
108
|
-
private getPointerElement;
|
|
109
|
-
private getCurrentTrackingValue;
|
|
110
|
-
private modelValueToViewValue;
|
|
111
|
-
private viewValueToModelValue;
|
|
112
|
-
private getStepValue;
|
|
113
|
-
private applyViewChange;
|
|
114
|
-
private applyInputModelChange;
|
|
115
|
-
private publishOutputModelChange;
|
|
116
|
-
private normaliseModelValues;
|
|
117
|
-
private renormaliseModelValues;
|
|
118
|
-
private onChangeOptions;
|
|
119
|
-
private applyOptions;
|
|
120
|
-
private applyStepsArrayOptions;
|
|
121
|
-
private applyFloorCeilOptions;
|
|
122
|
-
private resetSlider;
|
|
123
|
-
private focusPointer;
|
|
124
|
-
private refocusPointerIfNeeded;
|
|
125
|
-
private manageElementsStyle;
|
|
126
|
-
private manageEventsBindings;
|
|
127
|
-
private updateDisabledState;
|
|
128
|
-
private updateAriaLabel;
|
|
129
|
-
private updateVerticalState;
|
|
130
|
-
private updateScale;
|
|
131
|
-
private updateRotate;
|
|
132
|
-
private getAllSliderElements;
|
|
133
|
-
private initHandles;
|
|
134
|
-
private addAccessibility;
|
|
135
|
-
private updateAriaAttributes;
|
|
136
|
-
private calculateViewDimensions;
|
|
137
|
-
private calculateViewDimensionsAndDetectChanges;
|
|
138
|
-
/**
|
|
139
|
-
* If the slider reference is already destroyed
|
|
140
|
-
* @returns boolean - true if ref is destroyed
|
|
141
|
-
*/
|
|
142
|
-
private isRefDestroyed;
|
|
143
|
-
private updateTicksScale;
|
|
144
|
-
private getTicksArray;
|
|
145
|
-
private isTickSelected;
|
|
146
|
-
private updateFloorLabel;
|
|
147
|
-
private updateCeilLabel;
|
|
148
|
-
private updateHandles;
|
|
149
|
-
private getHandleLabelPos;
|
|
150
|
-
private updateLowHandle;
|
|
151
|
-
private updateHighHandle;
|
|
152
|
-
private updateFloorAndCeilLabelsVisibility;
|
|
153
|
-
private isLabelBelowFloorLabel;
|
|
154
|
-
private isLabelAboveCeilLabel;
|
|
155
|
-
private updateSelectionBar;
|
|
156
|
-
private getSelectionBarColor;
|
|
157
|
-
private getPointerColor;
|
|
158
|
-
private getTickColor;
|
|
159
|
-
private updateCombinedLabel;
|
|
160
|
-
private getDisplayValue;
|
|
161
|
-
private roundStep;
|
|
162
|
-
private valueToPosition;
|
|
163
|
-
private positionToValue;
|
|
164
|
-
private getEventXY;
|
|
165
|
-
private getEventPosition;
|
|
166
|
-
private getNearestHandle;
|
|
167
|
-
private bindEvents;
|
|
168
|
-
private getOptionsInfluencingEventBindings;
|
|
169
|
-
private unbindEvents;
|
|
170
|
-
private onBarStart;
|
|
171
|
-
private onStart;
|
|
172
|
-
private onMove;
|
|
173
|
-
private onEnd;
|
|
174
|
-
private onPointerFocus;
|
|
175
|
-
private onKeyUp;
|
|
176
|
-
private onPointerBlur;
|
|
177
|
-
private getKeyActions;
|
|
178
|
-
private onKeyboardEvent;
|
|
179
|
-
private onDragStart;
|
|
180
|
-
/** Get min value depending on whether the newPos is outOfBounds above or below the bar and rightToLeft */
|
|
181
|
-
private getMinValue;
|
|
182
|
-
/** Get max value depending on whether the newPos is outOfBounds above or below the bar and rightToLeft */
|
|
183
|
-
private getMaxValue;
|
|
184
|
-
private onDragMove;
|
|
185
|
-
private positionTrackingBar;
|
|
186
|
-
private positionTrackingHandle;
|
|
187
|
-
private applyMinMaxLimit;
|
|
188
|
-
private applyMinMaxRange;
|
|
189
|
-
private applyPushRange;
|
|
190
|
-
private getChangeContext;
|
|
191
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
192
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ngx-slider", never, { "value": { "alias": "value"; "required": false; }; "highValue": { "alias": "highValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "manualRefresh": { "alias": "manualRefresh"; "required": false; }; "triggerFocus": { "alias": "triggerFocus"; "required": false; }; }, { "valueChange": "valueChange"; "highValueChange": "highValueChange"; "userChangeStart": "userChangeStart"; "userChange": "userChange"; "userChangeEnd": "userChangeEnd"; }, ["tooltipTemplate"], never, true, never>;
|
|
193
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated TooltipWrapperComponent is deprecated. Use {@link https://design-factory.amadeus.net/components/slider/agnosui AgnosUI Slider} instead.
|
|
5
|
-
*/
|
|
6
|
-
export declare class TooltipWrapperComponent {
|
|
7
|
-
template?: TemplateRef<any>;
|
|
8
|
-
tooltip?: string;
|
|
9
|
-
placement?: string;
|
|
10
|
-
content?: string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipWrapperComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "ngx-slider-tooltip-wrapper", never, { "template": { "alias": "template"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CustomStepDefinition } from './options';
|
|
2
|
-
/**
|
|
3
|
-
* Collection of functions to handle conversions/lookups of values
|
|
4
|
-
*/
|
|
5
|
-
export declare class ValueHelper {
|
|
6
|
-
static isNullOrUndefined(value: any): boolean;
|
|
7
|
-
static areArraysEqual(array1: any[], array2: any[]): boolean;
|
|
8
|
-
static linearValueToPosition(val: number, minVal: number, maxVal: number): number;
|
|
9
|
-
static logValueToPosition(val: number, minVal: number, maxVal: number): number;
|
|
10
|
-
static linearPositionToValue(percent: number, minVal: number, maxVal: number): number;
|
|
11
|
-
static logPositionToValue(percent: number, minVal: number, maxVal: number): number;
|
|
12
|
-
static findStepIndex(modelValue: number, stepsArray: CustomStepDefinition[]): number;
|
|
13
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./lib/slider.component";
|
|
3
|
-
import * as i2 from "./lib/slider-element.directive";
|
|
4
|
-
import * as i3 from "./lib/slider-handle.directive";
|
|
5
|
-
import * as i4 from "./lib/slider-label.directive";
|
|
6
|
-
import * as i5 from "./lib/tooltip-wrapper.component";
|
|
7
|
-
import * as i6 from "./direction/sliderdirection.directive";
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated DfSliderModule is deprecated.
|
|
10
|
-
* Use {@link https://design-factory.amadeus.net/components/slider/agnosui AgnosUI Slider} instead.
|
|
11
|
-
*/
|
|
12
|
-
export declare class DfSliderModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfSliderModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfSliderModule, never, [typeof i1.SliderComponent, typeof i2.SliderElementDirective, typeof i3.SliderHandleDirective, typeof i4.SliderLabelDirective, typeof i5.TooltipWrapperComponent, typeof i6.DfSliderDirectionDirective], [typeof i6.DfSliderDirectionDirective, typeof i1.SliderComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfSliderModule>;
|
|
16
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { DfStepperNormalizedState, DfStepperService } from './stepper.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./stepper.directive";
|
|
5
|
-
export declare class DfStepperStepContentDirective {
|
|
6
|
-
readonly templateRef: TemplateRef<any>;
|
|
7
|
-
/**
|
|
8
|
-
* The step index
|
|
9
|
-
* -1 means that the input index is not set
|
|
10
|
-
*/
|
|
11
|
-
readonly dfStepperStepContent: import("@angular/core").InputSignalWithTransform<number, unknown>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfStepperStepContentDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfStepperStepContentDirective, "ng-template[dfStepperStepContent]", never, { "dfStepperStepContent": { "alias": "dfStepperStepContent"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Stepper component is a component to provide a step by step navigation
|
|
17
|
-
* You have two ways to navigate through the steps:
|
|
18
|
-
* - Using the linear navigation, where you can only go to the next step
|
|
19
|
-
* - Using the non-linear navigation, where you can go to any step
|
|
20
|
-
*/
|
|
21
|
-
export declare class DfStepperComponent implements AfterContentInit {
|
|
22
|
-
readonly stepperService: DfStepperService;
|
|
23
|
-
mapStepToContent: Map<number, TemplateRef<any>>;
|
|
24
|
-
readonly tplStepsContent: import("@angular/core").Signal<readonly DfStepperStepContentDirective[]>;
|
|
25
|
-
readonly state: import("@angular/core").WritableSignal<DfStepperNormalizedState | undefined>;
|
|
26
|
-
constructor();
|
|
27
|
-
ngAfterContentInit(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfStepperComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DfStepperComponent, "[dfStepper]", never, {}, {}, ["tplStepsContent"], never, true, [{ directive: typeof i1.DfStepperDirective; inputs: {}; outputs: {}; }]>;
|
|
30
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { AfterViewChecked, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { DfStepperService } from './stepper.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare const DF_STEP_CLASS = "df-stepper-step";
|
|
5
|
-
export declare class DfStepperStepDirective implements OnInit, OnDestroy {
|
|
6
|
-
private readonly unlistener;
|
|
7
|
-
private readonly renderer2;
|
|
8
|
-
private readonly element;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
handleFocusTabIndex(): void;
|
|
11
|
-
handleBlurTabIndex(event: FocusEvent): void;
|
|
12
|
-
ngOnDestroy(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfStepperStepDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfStepperStepDirective, "[dfStepperStep]", ["dfStepperStep"], {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
16
|
-
export declare class DfStepperDirective implements OnInit, AfterViewChecked {
|
|
17
|
-
private direction;
|
|
18
|
-
stepperService: DfStepperService;
|
|
19
|
-
private readonly element;
|
|
20
|
-
private readonly rtlDirectionService;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
handleEnterDown(): void;
|
|
23
|
-
handleSpaceDown(): void;
|
|
24
|
-
private handleGoPrevious;
|
|
25
|
-
private handleGoNext;
|
|
26
|
-
handleKeyDownRight(event: KeyboardEvent): void;
|
|
27
|
-
handleKeyDown(event: KeyboardEvent): void;
|
|
28
|
-
handleKeyDownUp(event: KeyboardEvent): void;
|
|
29
|
-
handleKeyDownDown(event: KeyboardEvent): void;
|
|
30
|
-
getSteps(): HTMLButtonElement[];
|
|
31
|
-
private handleSelect;
|
|
32
|
-
private arrowRightInnerHandler;
|
|
33
|
-
private arrowLeftInnerHandler;
|
|
34
|
-
ngAfterViewChecked(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfStepperDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfStepperDirective, "[dfStepperLogic]", ["dfStepperLogic"], {}, {}, never, never, true, never>;
|
|
37
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./stepper.directive";
|
|
3
|
-
import * as i2 from "./stepper.component";
|
|
4
|
-
export declare class DfStepperModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfStepperModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfStepperModule, never, [typeof i1.DfStepperDirective, typeof i1.DfStepperStepDirective, typeof i2.DfStepperComponent, typeof i2.DfStepperStepContentDirective], [typeof i1.DfStepperDirective, typeof i1.DfStepperStepDirective, typeof i2.DfStepperComponent, typeof i2.DfStepperStepContentDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfStepperModule>;
|
|
8
|
-
}
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface DfStepperStep {
|
|
4
|
-
warning: boolean;
|
|
5
|
-
completed: boolean;
|
|
6
|
-
visited?: boolean;
|
|
7
|
-
label: string;
|
|
8
|
-
ariaControl: string;
|
|
9
|
-
warningLabel?: string;
|
|
10
|
-
optionalLabel?: string;
|
|
11
|
-
}
|
|
12
|
-
export type DfStepType = 'warning' | 'completed' | 'future' | 'visited';
|
|
13
|
-
export interface DfStepperNormalizedStep extends DfStepperStep {
|
|
14
|
-
type: DfStepType;
|
|
15
|
-
}
|
|
16
|
-
export interface DfStepperState {
|
|
17
|
-
steps: DfStepperStep[];
|
|
18
|
-
active: number;
|
|
19
|
-
isLinear: boolean;
|
|
20
|
-
isInline: boolean;
|
|
21
|
-
isVertical: boolean;
|
|
22
|
-
}
|
|
23
|
-
export interface DfStepperNormalizedState {
|
|
24
|
-
steps: DfStepperNormalizedStep[];
|
|
25
|
-
active: number;
|
|
26
|
-
isLinear: boolean;
|
|
27
|
-
isInline: boolean;
|
|
28
|
-
isVertical: boolean;
|
|
29
|
-
}
|
|
30
|
-
export declare class DfStepperService {
|
|
31
|
-
setFocus: boolean;
|
|
32
|
-
private readonly _stepperState$;
|
|
33
|
-
private _state;
|
|
34
|
-
get state(): DfStepperNormalizedState;
|
|
35
|
-
private _completedLabel;
|
|
36
|
-
/**
|
|
37
|
-
* Internal to get the completed label in the template
|
|
38
|
-
*/
|
|
39
|
-
get completedLabel(): string;
|
|
40
|
-
/**
|
|
41
|
-
* Use this to set the completed label (i18n)
|
|
42
|
-
*/
|
|
43
|
-
set completedLabel(label: string);
|
|
44
|
-
private _warningLabel;
|
|
45
|
-
/**
|
|
46
|
-
* Internal to get the waring label in the template
|
|
47
|
-
*/
|
|
48
|
-
get warningLabel(): string;
|
|
49
|
-
/**
|
|
50
|
-
* Use this to set the warning label (i18n)
|
|
51
|
-
*/
|
|
52
|
-
set warningLabel(label: string);
|
|
53
|
-
private _stepperAriaLabel;
|
|
54
|
-
/**
|
|
55
|
-
* Internal to get the stepper aria label in the template
|
|
56
|
-
*/
|
|
57
|
-
get stepperAriaLabel(): string;
|
|
58
|
-
/**
|
|
59
|
-
* Use this to set the stepper aria label (i18n)
|
|
60
|
-
*/
|
|
61
|
-
set stepperAriaLabel(label: string);
|
|
62
|
-
get stepperState$(): Observable<DfStepperNormalizedState>;
|
|
63
|
-
/**
|
|
64
|
-
* Use this to init the list of Elements from your stepper
|
|
65
|
-
*
|
|
66
|
-
* Here we are not deep copying the array --> the function will change it
|
|
67
|
-
*/
|
|
68
|
-
initStepperState(state: DfStepperState): void;
|
|
69
|
-
/**
|
|
70
|
-
* Use this to normalize the state of the stepper (completed, warning, current, future)
|
|
71
|
-
* @param state
|
|
72
|
-
* @returns
|
|
73
|
-
*/
|
|
74
|
-
normalizeState(state: DfStepperState): DfStepperNormalizedState;
|
|
75
|
-
/**
|
|
76
|
-
* TODO make it customizable
|
|
77
|
-
* @param index - index of the step
|
|
78
|
-
* @returns - string of the step number to display
|
|
79
|
-
*/
|
|
80
|
-
getStepNumberLabel(index: number): string;
|
|
81
|
-
resetFocus(): void;
|
|
82
|
-
/**
|
|
83
|
-
*
|
|
84
|
-
* @param isLinear - true if the stepper is linear
|
|
85
|
-
*/
|
|
86
|
-
setLinear(isLinear: boolean): void;
|
|
87
|
-
/**
|
|
88
|
-
* @param isInline - true if the stepper is inline
|
|
89
|
-
*/
|
|
90
|
-
setInline(isInline: boolean): void;
|
|
91
|
-
/**
|
|
92
|
-
* @param isVertical - true if the stepper is vertical
|
|
93
|
-
*
|
|
94
|
-
* @since 19.1.0
|
|
95
|
-
*/
|
|
96
|
-
setVertical(isVertical: boolean): void;
|
|
97
|
-
/**
|
|
98
|
-
*
|
|
99
|
-
* @param index - index of the step to select start at 0
|
|
100
|
-
*/
|
|
101
|
-
selectStep(index: number): void;
|
|
102
|
-
/**
|
|
103
|
-
* Same as selectStep but with focus on the step selected
|
|
104
|
-
* @param index - index of the step to select start at 0
|
|
105
|
-
*/
|
|
106
|
-
selectWithFocus(index: number): void;
|
|
107
|
-
/**
|
|
108
|
-
*
|
|
109
|
-
* @param index - index of the step to complete start at 0
|
|
110
|
-
*/
|
|
111
|
-
completeStep(index: number): void;
|
|
112
|
-
/**
|
|
113
|
-
*
|
|
114
|
-
* @param index - index of the step to complete start at 0
|
|
115
|
-
*/
|
|
116
|
-
completeStepAndGoNext(index: number): void;
|
|
117
|
-
/**
|
|
118
|
-
* Attention if the step was completed it will be uncompleted after.
|
|
119
|
-
* @param index - index of the step to make Warning start at 0
|
|
120
|
-
* @param warningLabel - label to display in the warning by default it will take the warningLabel if it exists or the label
|
|
121
|
-
*/
|
|
122
|
-
makeWarning(index: number, warningLabel?: string): void;
|
|
123
|
-
/**
|
|
124
|
-
*
|
|
125
|
-
* @param index - index of the step to remove Warning start at 0
|
|
126
|
-
*/
|
|
127
|
-
removeWarning(index: number): void;
|
|
128
|
-
private dispatchStepperState;
|
|
129
|
-
private updateStepperState;
|
|
130
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfStepperService, never>;
|
|
131
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DfStepperService>;
|
|
132
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "../icon/insert/insert-icon.module";
|
|
3
|
-
import * as i2 from "@ng-bootstrap/ng-bootstrap";
|
|
4
|
-
export declare class DfToastModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfToastModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfToastModule, never, [typeof i1.DfInsertIconModule], [typeof i2.NgbToastModule, typeof i1.DfInsertIconModule]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfToastModule>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./truncate/tooltipTruncate.directive";
|
|
3
|
-
import * as i2 from "@ng-bootstrap/ng-bootstrap";
|
|
4
|
-
export { DfTooltipTruncateDirective } from './truncate/tooltipTruncate.directive';
|
|
5
|
-
export declare class DfTooltipModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfTooltipModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfTooltipModule, never, [typeof i1.DfTooltipTruncateDirective], [typeof i1.DfTooltipTruncateDirective, typeof i2.NgbTooltipModule]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfTooltipModule>;
|
|
9
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { DoCheck, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* My dfTooltipTruncate directive
|
|
5
|
-
*/
|
|
6
|
-
export declare class DfTooltipTruncateDirective implements OnInit, DoCheck {
|
|
7
|
-
private readonly tooltip;
|
|
8
|
-
private readonly elementRef;
|
|
9
|
-
private readonly renderer;
|
|
10
|
-
/**
|
|
11
|
-
* The direction considered when detecting overflow, can be 'x', 'y' or ''.
|
|
12
|
-
* @defaultValue ''
|
|
13
|
-
*/
|
|
14
|
-
readonly dfTooltipTruncate: import("@angular/core").InputSignal<"" | "x" | "y">;
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
ngDoCheck(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfTooltipTruncateDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfTooltipTruncateDirective, "[dfTooltipTruncate]", ["dfTooltipTruncate"], { "dfTooltipTruncate": { "alias": "dfTooltipTruncate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param element the HTML element
|
|
3
|
-
* @returns whether the element is overflowing
|
|
4
|
-
*/
|
|
5
|
-
export declare function hasOverflow(element: HTMLElement): boolean;
|
|
6
|
-
/**
|
|
7
|
-
* @param element the HTML element
|
|
8
|
-
* @returns whether the element is overflowing horizontally
|
|
9
|
-
*/
|
|
10
|
-
export declare function hasOverflowX(element: HTMLElement): boolean;
|
|
11
|
-
/**
|
|
12
|
-
* @param element the HTML element
|
|
13
|
-
* @returns whether the element is overflowing vertically
|
|
14
|
-
*/
|
|
15
|
-
export declare function hasOverflowY(element: HTMLElement): boolean;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/** Type for the callback used to revert the scrollbar compensation. */
|
|
3
|
-
export type CompensationReverter = () => void;
|
|
4
|
-
/**
|
|
5
|
-
* Utility to handle the scrollbar.
|
|
6
|
-
*
|
|
7
|
-
* It allows to compensate the lack of a vertical scrollbar by adding an
|
|
8
|
-
* equivalent padding on the right of the body, and to remove this compensation.
|
|
9
|
-
*
|
|
10
|
-
* It is a copy of https://github.com/ng-bootstrap/ng-bootstrap/blob/master/src/util/scrollbar.ts
|
|
11
|
-
*/
|
|
12
|
-
export declare class ScrollBar {
|
|
13
|
-
private readonly _document;
|
|
14
|
-
constructor(_document: any);
|
|
15
|
-
/**
|
|
16
|
-
* To be called right before a potential vertical scrollbar would be removed:
|
|
17
|
-
*
|
|
18
|
-
* - if there was a scrollbar, adds some compensation padding to the body
|
|
19
|
-
* to keep the same layout as when the scrollbar is there
|
|
20
|
-
* - if there was none, there is nothing to do
|
|
21
|
-
*
|
|
22
|
-
* @return a callback used to revert the compensation (noop if there was none,
|
|
23
|
-
* otherwise a function removing the padding)
|
|
24
|
-
*/
|
|
25
|
-
compensate(): CompensationReverter;
|
|
26
|
-
/**
|
|
27
|
-
* Adds a padding of the given width on the right of the body.
|
|
28
|
-
*
|
|
29
|
-
* @return a callback used to revert the padding to its previous value
|
|
30
|
-
*/
|
|
31
|
-
private _adjustBody;
|
|
32
|
-
/**
|
|
33
|
-
* Tells whether a scrollbar is currently present on the body.
|
|
34
|
-
*
|
|
35
|
-
* @return true if scrollbar is present, false otherwise
|
|
36
|
-
*/
|
|
37
|
-
private _isPresent;
|
|
38
|
-
/**
|
|
39
|
-
* Calculates and returns the width of a scrollbar.
|
|
40
|
-
*
|
|
41
|
-
* @return the width of a scrollbar on this page
|
|
42
|
-
*/
|
|
43
|
-
private _getWidth;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollBar, never>;
|
|
45
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ScrollBar>;
|
|
46
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { DoCheck, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* DfTitleTruncate directive
|
|
5
|
-
* It adds the title attribute with the element's textContent as value
|
|
6
|
-
* when the element is truncated.
|
|
7
|
-
*/
|
|
8
|
-
export declare class DfTitleTruncateDirective implements OnInit, DoCheck {
|
|
9
|
-
private readonly elementRef;
|
|
10
|
-
private readonly renderer;
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
ngDoCheck(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfTitleTruncateDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfTitleTruncateDirective, "[dfTitleTruncate]", ["dfTitleTruncate"], {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DfWavesOfProgressDirective {
|
|
4
|
-
/**
|
|
5
|
-
* The type of waves to display. In order to display the waves, the app using the directive must include the assets of Design Factory.
|
|
6
|
-
* It is possible to do so by adding the following snippet to the `angular.json` file in the `assets` configuration:
|
|
7
|
-
* @example
|
|
8
|
-
* "assets": [
|
|
9
|
-
* {
|
|
10
|
-
* "glob": "** / *", //remove the spaces between the asterisks and the slash
|
|
11
|
-
* "input": "node-modules/@design-factory/design-factory/assets/",
|
|
12
|
-
* "output": "assets/"
|
|
13
|
-
* },
|
|
14
|
-
* ...]
|
|
15
|
-
*/
|
|
16
|
-
readonly dfWavesOfProgress: import("@angular/core").InputSignal<"arrowRight" | "circleDiagonal" | "circleUp" | "arrowUp">;
|
|
17
|
-
private readonly http;
|
|
18
|
-
elementRef: ElementRef<any>;
|
|
19
|
-
private readonly platformId;
|
|
20
|
-
private baseSvg;
|
|
21
|
-
/**
|
|
22
|
-
* Prepares the SVG string by replacing color variables and encoding it.
|
|
23
|
-
* @param bgColor - The background color.
|
|
24
|
-
* @param lineColor - The line color.
|
|
25
|
-
* @returns The prepared SVG string.
|
|
26
|
-
*/
|
|
27
|
-
prepareSvg(bgColor: string, lineColor: string): string;
|
|
28
|
-
/**
|
|
29
|
-
* Updates the SVG background image based on the current element's styles.
|
|
30
|
-
*/
|
|
31
|
-
updateSvg(): void;
|
|
32
|
-
constructor();
|
|
33
|
-
private getSvg;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfWavesOfProgressDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DfWavesOfProgressDirective, "[dfWavesOfProgress]", ["dfWavesOfProgress"], { "dfWavesOfProgress": { "alias": "dfWavesOfProgress"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./waves.directive";
|
|
3
|
-
export declare class DfWavesOfProgressModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DfWavesOfProgressModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DfWavesOfProgressModule, never, [typeof i1.DfWavesOfProgressDirective], [typeof i1.DfWavesOfProgressDirective]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DfWavesOfProgressModule>;
|
|
7
|
-
}
|