@ascentgl/ads-ui 21.24.0 → 21.26.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/fesm2022/ascentgl-ads-ui.mjs +308 -14
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ascentgl-ads-ui.d.ts +141 -72
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnChanges, SimpleChanges, OnDestroy, EventEmitter, ElementRef, SimpleChange, OnInit, AfterContentInit, Renderer2, AfterViewInit, ChangeDetectorRef, TemplateRef, PipeTransform, QueryList } from '@angular/core';
|
|
3
|
-
import * as
|
|
3
|
+
import * as i3 from '@ascentgl/ads-icons';
|
|
4
4
|
import { AdsIconRegistry, IconThemes } from '@ascentgl/ads-icons';
|
|
5
5
|
import * as i2 from '@angular/common';
|
|
6
6
|
import { Location } from '@angular/common';
|
|
7
7
|
import { adsIcon } from '@ascentgl/ads-icons/icons';
|
|
8
|
-
import * as i3 from '@angular/material/badge';
|
|
9
|
-
import * as i3$
|
|
8
|
+
import * as i3$1 from '@angular/material/badge';
|
|
9
|
+
import * as i3$3 from '@angular/router';
|
|
10
10
|
import { Router } from '@angular/router';
|
|
11
|
-
import * as i3$
|
|
12
|
-
import * as i3$
|
|
11
|
+
import * as i3$2 from '@angular/material/button';
|
|
12
|
+
import * as i3$4 from '@angular/forms';
|
|
13
13
|
import { FormBuilder, FormGroup, AbstractControl, FormControl, FormControlStatus, NgControl } from '@angular/forms';
|
|
14
|
-
import * as i4
|
|
14
|
+
import * as i4 from '@angular/cdk/overlay';
|
|
15
15
|
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
16
16
|
import { Subject, Subscription, Observable } from 'rxjs';
|
|
17
|
-
import * as i4$
|
|
17
|
+
import * as i4$1 from '@ascentgl/ads-utils';
|
|
18
18
|
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
19
19
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
20
20
|
import * as i5 from '@angular/material/progress-spinner';
|
|
@@ -22,20 +22,20 @@ import * as i5$1 from '@angular/material/select';
|
|
|
22
22
|
import { MatSelect } from '@angular/material/select';
|
|
23
23
|
import * as i6 from '@angular/material/core';
|
|
24
24
|
import { MatOption, NativeDateAdapter } from '@angular/material/core';
|
|
25
|
-
import * as i4$
|
|
25
|
+
import * as i4$2 from '@angular/material/form-field';
|
|
26
26
|
import * as i5$2 from '@angular/material/input';
|
|
27
27
|
import * as i10 from '@angular/material/icon';
|
|
28
28
|
import * as i16 from '@angular/material/tooltip';
|
|
29
29
|
import * as i13 from '@angular/material/autocomplete';
|
|
30
30
|
import { MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
31
|
-
import * as i3$
|
|
32
|
-
import * as i3$
|
|
33
|
-
import * as i3$
|
|
31
|
+
import * as i3$5 from 'ngx-mask';
|
|
32
|
+
import * as i3$6 from '@angular/material/divider';
|
|
33
|
+
import * as i3$7 from '@angular/material/datepicker';
|
|
34
34
|
import * as i5$3 from '@mat-datetimepicker/core';
|
|
35
35
|
import { MatDatetimepickerComponent, MatDatetimepickerInputEvent } from '@mat-datetimepicker/core';
|
|
36
|
-
import * as i4$
|
|
37
|
-
import * as i4$
|
|
38
|
-
import * as i3$
|
|
36
|
+
import * as i4$3 from '@angular/material/radio';
|
|
37
|
+
import * as i4$4 from '@angular/material/slider';
|
|
38
|
+
import * as i3$8 from '@angular/material/snack-bar';
|
|
39
39
|
import { MatSnackBarRef } from '@angular/material/snack-bar';
|
|
40
40
|
import { BreakpointState, BreakpointObserver } from '@angular/cdk/layout';
|
|
41
41
|
import * as i2$1 from '@angular/material/dialog';
|
|
@@ -44,15 +44,15 @@ import * as i7 from '@angular/material/expansion';
|
|
|
44
44
|
import { MatExpansionPanel, MatAccordion } from '@angular/material/expansion';
|
|
45
45
|
import * as ag_grid_community from 'ag-grid-community';
|
|
46
46
|
import { GridOptions, ColDef, GridApi, SortChangedEvent, FilterChangedEvent, GridReadyEvent, FirstDataRenderedEvent } from 'ag-grid-community';
|
|
47
|
-
import * as i4$
|
|
47
|
+
import * as i4$5 from '@angular/material/menu';
|
|
48
48
|
import { MatMenuTrigger, MatMenuPanel, MatMenu } from '@angular/material/menu';
|
|
49
|
-
import * as i4$
|
|
50
|
-
import * as i4$
|
|
49
|
+
import * as i4$6 from 'ag-grid-angular';
|
|
50
|
+
import * as i4$7 from 'angular-split';
|
|
51
51
|
import { SplitComponent, SplitGutterInteractionEvent } from 'angular-split';
|
|
52
52
|
import * as i12 from '@angular/material/toolbar';
|
|
53
|
-
import * as i3$
|
|
53
|
+
import * as i3$9 from '@angular/material/bottom-sheet';
|
|
54
54
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
|
55
|
-
import * as i4$
|
|
55
|
+
import * as i4$8 from '@angular/material/list';
|
|
56
56
|
import * as i2$2 from '@angular/material/tabs';
|
|
57
57
|
import { MatTabGroup } from '@angular/material/tabs';
|
|
58
58
|
import { HttpClient } from '@angular/common/http';
|
|
@@ -88,7 +88,7 @@ declare class AdsAvatarComponent implements OnChanges {
|
|
|
88
88
|
|
|
89
89
|
declare class AdsAvatarModule {
|
|
90
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAvatarModule, never>;
|
|
91
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsAvatarModule, [typeof AdsAvatarComponent], [typeof i2.CommonModule, typeof
|
|
91
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsAvatarModule, [typeof AdsAvatarComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof AdsAvatarComponent]>;
|
|
92
92
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsAvatarModule>;
|
|
93
93
|
}
|
|
94
94
|
|
|
@@ -148,7 +148,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
|
|
|
148
148
|
|
|
149
149
|
declare class AdsNumericBadgeModule {
|
|
150
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNumericBadgeModule, never>;
|
|
151
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNumericBadgeModule, [typeof AdsNumericBadgeComponent], [typeof
|
|
151
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNumericBadgeModule, [typeof AdsNumericBadgeComponent], [typeof i3.AdsIconModule, typeof i3$1.MatBadge], [typeof AdsNumericBadgeComponent]>;
|
|
152
152
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNumericBadgeModule>;
|
|
153
153
|
}
|
|
154
154
|
|
|
@@ -189,13 +189,13 @@ declare class AdsIconButtonComponent {
|
|
|
189
189
|
|
|
190
190
|
declare class AdsIconButtonModule {
|
|
191
191
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsIconButtonModule, never>;
|
|
192
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsIconButtonModule, [typeof AdsIconButtonComponent], [typeof i2.CommonModule, typeof i3$
|
|
192
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsIconButtonModule, [typeof AdsIconButtonComponent], [typeof i2.CommonModule, typeof i3$2.MatButtonModule, typeof i3.AdsIconModule], [typeof AdsIconButtonComponent]>;
|
|
193
193
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsIconButtonModule>;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
declare class AdsBreadcrumbModule {
|
|
197
197
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsBreadcrumbModule, never>;
|
|
198
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsBreadcrumbModule, [typeof AdsBreadcrumbComponent], [typeof i2.CommonModule, typeof i3$
|
|
198
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsBreadcrumbModule, [typeof AdsBreadcrumbComponent], [typeof i2.CommonModule, typeof i3$3.RouterModule, typeof i3.AdsIconModule, typeof AdsIconButtonModule], [typeof AdsBreadcrumbComponent]>;
|
|
199
199
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsBreadcrumbModule>;
|
|
200
200
|
}
|
|
201
201
|
|
|
@@ -220,7 +220,7 @@ declare class AdsButtonComponent {
|
|
|
220
220
|
|
|
221
221
|
declare class AdsButtonModule {
|
|
222
222
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonModule, never>;
|
|
223
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsButtonModule, [typeof AdsButtonComponent], [typeof i2.CommonModule, typeof i3$
|
|
223
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsButtonModule, [typeof AdsButtonComponent], [typeof i2.CommonModule, typeof i3$2.MatButtonModule], [typeof AdsButtonComponent]>;
|
|
224
224
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsButtonModule>;
|
|
225
225
|
}
|
|
226
226
|
|
|
@@ -378,7 +378,7 @@ declare class AdsTagComponent {
|
|
|
378
378
|
|
|
379
379
|
declare class AdsTagModule {
|
|
380
380
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTagModule, never>;
|
|
381
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTagModule, [typeof AdsTagComponent], [typeof i2.CommonModule, typeof
|
|
381
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTagModule, [typeof AdsTagComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof AdsTagComponent]>;
|
|
382
382
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTagModule>;
|
|
383
383
|
}
|
|
384
384
|
|
|
@@ -484,7 +484,7 @@ declare class AdsTagContainerModule {
|
|
|
484
484
|
|
|
485
485
|
declare class AdsCreateTagModule {
|
|
486
486
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCreateTagModule, never>;
|
|
487
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCreateTagModule, [typeof AdsCreateTagComponent], [typeof i2.CommonModule, typeof i3$
|
|
487
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCreateTagModule, [typeof AdsCreateTagComponent], [typeof i2.CommonModule, typeof i3$2.MatButtonModule, typeof i4.OverlayModule, typeof i3$4.ReactiveFormsModule, typeof i3.AdsIconModule, typeof AdsButtonModule, typeof AdsTagContainerModule, typeof AdsTagModule], [typeof AdsCreateTagComponent]>;
|
|
488
488
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCreateTagModule>;
|
|
489
489
|
}
|
|
490
490
|
|
|
@@ -685,7 +685,7 @@ declare class AdsErrorPageCodeModule {
|
|
|
685
685
|
*/
|
|
686
686
|
declare class AdsErrorPageModule {
|
|
687
687
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsErrorPageModule, never>;
|
|
688
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsErrorPageModule, [typeof AdsErrorPageComponent], [typeof i2.CommonModule, typeof AdsButtonModule, typeof i3$
|
|
688
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsErrorPageModule, [typeof AdsErrorPageComponent], [typeof i2.CommonModule, typeof AdsButtonModule, typeof i3$3.RouterModule, typeof AdsErrorPageCodeModule], [typeof AdsErrorPageComponent]>;
|
|
689
689
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsErrorPageModule>;
|
|
690
690
|
}
|
|
691
691
|
|
|
@@ -777,7 +777,7 @@ declare class AdsLinkButtonComponent {
|
|
|
777
777
|
|
|
778
778
|
declare class AdsLinkButtonModule {
|
|
779
779
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsLinkButtonModule, never>;
|
|
780
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsLinkButtonModule, [typeof AdsLinkButtonComponent], [typeof i2.CommonModule, typeof i3$
|
|
780
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsLinkButtonModule, [typeof AdsLinkButtonComponent], [typeof i2.CommonModule, typeof i3$2.MatButtonModule, typeof i3.AdsIconModule], [typeof AdsLinkButtonComponent]>;
|
|
781
781
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsLinkButtonModule>;
|
|
782
782
|
}
|
|
783
783
|
|
|
@@ -970,7 +970,7 @@ declare class AdsProgressBarComponent implements OnChanges {
|
|
|
970
970
|
|
|
971
971
|
declare class AdsProgressBarModule {
|
|
972
972
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressBarModule, never>;
|
|
973
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressBarModule, [typeof AdsProgressBarComponent], [typeof i2.CommonModule, typeof
|
|
973
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressBarModule, [typeof AdsProgressBarComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof AdsProgressBarComponent]>;
|
|
974
974
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressBarModule>;
|
|
975
975
|
}
|
|
976
976
|
|
|
@@ -1011,7 +1011,7 @@ declare class AdsProgressSpinnerComponent implements OnInit {
|
|
|
1011
1011
|
|
|
1012
1012
|
declare class AdsProgressSpinnerModule {
|
|
1013
1013
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerModule, never>;
|
|
1014
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof
|
|
1014
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4$1.AdsGestureModule, typeof i5.MatProgressSpinnerModule], [typeof AdsProgressSpinnerComponent]>;
|
|
1015
1015
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressSpinnerModule>;
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
@@ -1270,7 +1270,7 @@ declare class AdsDropdownComponent extends AbstractDropdownComponent implements
|
|
|
1270
1270
|
/** @ignore */
|
|
1271
1271
|
protected readonly Colors: typeof Colors;
|
|
1272
1272
|
/** @ignore */
|
|
1273
|
-
protected readonly FormControl: i3$
|
|
1273
|
+
protected readonly FormControl: i3$4.ɵFormControlCtor;
|
|
1274
1274
|
private hostEl;
|
|
1275
1275
|
private intersectionObserver?;
|
|
1276
1276
|
constructor();
|
|
@@ -1379,13 +1379,13 @@ declare class AdsCheckboxComponent extends AbstractBaseComponent implements OnIn
|
|
|
1379
1379
|
|
|
1380
1380
|
declare class AdsCheckboxModule {
|
|
1381
1381
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCheckboxModule, never>;
|
|
1382
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCheckboxModule, [typeof AdsCheckboxComponent], [typeof i2.CommonModule, typeof i3$
|
|
1382
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCheckboxModule, [typeof AdsCheckboxComponent], [typeof i2.CommonModule, typeof i3$4.ReactiveFormsModule, typeof AdsHintComponent, typeof AdsErrorComponent, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent], [typeof AdsCheckboxComponent]>;
|
|
1383
1383
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCheckboxModule>;
|
|
1384
1384
|
}
|
|
1385
1385
|
|
|
1386
1386
|
declare class AdsDropdownModule {
|
|
1387
1387
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownModule, never>;
|
|
1388
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$
|
|
1388
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$4.ReactiveFormsModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i3.AdsIconModule, typeof i5$2.MatInputModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof i10.MatIcon, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof AdsTagModule, typeof AdsCheckboxModule, typeof i16.MatTooltipModule], [typeof AdsDropdownComponent]>;
|
|
1389
1389
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDropdownModule>;
|
|
1390
1390
|
}
|
|
1391
1391
|
|
|
@@ -1414,7 +1414,7 @@ declare class AdsMultiSelectDropdownComponent extends AdsDropdownComponent {
|
|
|
1414
1414
|
|
|
1415
1415
|
declare class AdsMultiSelectDropdownModule {
|
|
1416
1416
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownModule, never>;
|
|
1417
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$
|
|
1417
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$4.ReactiveFormsModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i3.AdsIconModule, typeof i5$2.MatInputModule, typeof AdsInputTooltipComponent, typeof i3$2.MatIconButton, typeof i10.MatIcon, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsTagModule, typeof AdsCheckboxModule, typeof i16.MatTooltipModule], [typeof AdsMultiSelectDropdownComponent]>;
|
|
1418
1418
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMultiSelectDropdownModule>;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
@@ -1472,7 +1472,7 @@ declare class AdsInputComponent extends AbstractInputComponent implements OnInit
|
|
|
1472
1472
|
|
|
1473
1473
|
declare class AdsInputModule {
|
|
1474
1474
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputModule, never>;
|
|
1475
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputModule, [typeof AdsInputComponent], [typeof i2.CommonModule, typeof i4$
|
|
1475
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputModule, [typeof AdsInputComponent], [typeof i2.CommonModule, typeof i4$2.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i3$4.ReactiveFormsModule, typeof i3.AdsIconModule, typeof AdsInputTooltipComponent, typeof i3$2.MatIconButton, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof i3$5.NgxMaskDirective, typeof i13.MatAutocompleteTrigger], [typeof AdsInputComponent]>;
|
|
1476
1476
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputModule>;
|
|
1477
1477
|
}
|
|
1478
1478
|
|
|
@@ -1501,7 +1501,7 @@ declare class AdsPhoneFieldComponent extends AbstractInputComponent implements O
|
|
|
1501
1501
|
|
|
1502
1502
|
declare class AdsPhoneFieldModule {
|
|
1503
1503
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPhoneFieldModule, never>;
|
|
1504
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPhoneFieldModule, [typeof AdsPhoneFieldComponent], [typeof i2.CommonModule, typeof i3$
|
|
1504
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPhoneFieldModule, [typeof AdsPhoneFieldComponent], [typeof i2.CommonModule, typeof i3$5.NgxMaskDirective, typeof AdsInputModule], [typeof AdsPhoneFieldComponent]>;
|
|
1505
1505
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPhoneFieldModule>;
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
@@ -1518,7 +1518,7 @@ declare class AdsTextareaComponent extends AbstractInputComponent {
|
|
|
1518
1518
|
|
|
1519
1519
|
declare class AdsTextareaModule {
|
|
1520
1520
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTextareaModule, never>;
|
|
1521
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTextareaModule, [typeof AdsTextareaComponent], [typeof i2.CommonModule, typeof i4$
|
|
1521
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTextareaModule, [typeof AdsTextareaComponent], [typeof i2.CommonModule, typeof i4$2.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i3$4.ReactiveFormsModule, typeof i3.AdsIconModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent], [typeof AdsTextareaComponent]>;
|
|
1522
1522
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTextareaModule>;
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
@@ -1580,7 +1580,7 @@ declare class AdsInputDropdownComponent extends AbstractInputComponent implement
|
|
|
1580
1580
|
|
|
1581
1581
|
declare class AdsInputDropdownModule {
|
|
1582
1582
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownModule, never>;
|
|
1583
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputDropdownModule, [typeof AdsInputDropdownComponent], [typeof i2.CommonModule, typeof i3$
|
|
1583
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputDropdownModule, [typeof AdsInputDropdownComponent], [typeof i2.CommonModule, typeof i3$6.MatDividerModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i5$2.MatInputModule, typeof i3$4.ReactiveFormsModule, typeof i3.AdsIconModule, typeof AdsInputModule, typeof AdsDropdownModule, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof i3$5.NgxMaskDirective], [typeof AdsInputDropdownComponent]>;
|
|
1584
1584
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputDropdownModule>;
|
|
1585
1585
|
}
|
|
1586
1586
|
|
|
@@ -1827,7 +1827,7 @@ declare class AdsSearchDropdownHighlighterPipeModule {
|
|
|
1827
1827
|
|
|
1828
1828
|
declare class AdsSearchDropdownModule {
|
|
1829
1829
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownModule, never>;
|
|
1830
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$
|
|
1830
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$2.MatFormFieldModule, typeof i3.AdsIconModule, typeof i5$2.MatInputModule, typeof i3$4.ReactiveFormsModule, typeof i13.MatAutocompleteModule, typeof i5$1.MatSelectModule, typeof AdsSearchDropdownHighlighterPipeModule, typeof i3$7.MatDatepickerModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof i16.MatTooltipModule], [typeof AdsSearchDropdownComponent]>;
|
|
1831
1831
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownModule>;
|
|
1832
1832
|
}
|
|
1833
1833
|
|
|
@@ -1853,7 +1853,7 @@ declare class AdsSearchInputComponent extends AdsInputComponent {
|
|
|
1853
1853
|
|
|
1854
1854
|
declare class AdsSearchInputModule {
|
|
1855
1855
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchInputModule, never>;
|
|
1856
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchInputModule, [typeof AdsSearchInputComponent], [typeof i2.CommonModule, typeof i4$
|
|
1856
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchInputModule, [typeof AdsSearchInputComponent], [typeof i2.CommonModule, typeof i4$2.MatFormFieldModule, typeof i3.AdsIconModule, typeof i5$2.MatInputModule, typeof i5.MatProgressSpinnerModule, typeof i3$4.ReactiveFormsModule, typeof i13.MatAutocompleteModule, typeof i5$1.MatSelectModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsSearchInputComponent]>;
|
|
1857
1857
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchInputModule>;
|
|
1858
1858
|
}
|
|
1859
1859
|
|
|
@@ -2011,7 +2011,7 @@ declare class DateTimePickerFormatDirectiveModule {
|
|
|
2011
2011
|
|
|
2012
2012
|
declare class AdsDatetimepickerModule {
|
|
2013
2013
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatetimepickerModule, never>;
|
|
2014
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatetimepickerModule, [typeof AdsDatetimepickerComponent], [typeof i2.CommonModule, typeof i3$
|
|
2014
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatetimepickerModule, [typeof AdsDatetimepickerComponent], [typeof i2.CommonModule, typeof i3$7.MatDatepickerModule, typeof i4$2.MatFormFieldModule, typeof i5$3.MatNativeDatetimeModule, typeof i5$2.MatInputModule, typeof i3$4.ReactiveFormsModule, typeof i3.AdsIconModule, typeof i5$3.MatDatetimepickerModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsDatetimepickerComponent]>;
|
|
2015
2015
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatetimepickerModule>;
|
|
2016
2016
|
}
|
|
2017
2017
|
|
|
@@ -2030,6 +2030,8 @@ declare class AdsDatepickerComponent extends AdsDatetimepickerComponent implemen
|
|
|
2030
2030
|
showTimePicker: boolean;
|
|
2031
2031
|
/** @ignore */
|
|
2032
2032
|
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
2033
|
+
/** @ignore - Previous raw input value for tracking changes */
|
|
2034
|
+
private previousRawValue;
|
|
2033
2035
|
/** @ignore */
|
|
2034
2036
|
private elementRef;
|
|
2035
2037
|
/** @ignore */
|
|
@@ -2046,13 +2048,27 @@ declare class AdsDatepickerComponent extends AdsDatetimepickerComponent implemen
|
|
|
2046
2048
|
protected displayedValueToControlValue(value: Date): string;
|
|
2047
2049
|
/** @ignore */
|
|
2048
2050
|
protected onSyncDisplayedValue(valueToApply?: string): void;
|
|
2051
|
+
/** @ignore - Override to add date input formatting */
|
|
2052
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
2053
|
+
/** @ignore - Handle date input with auto-formatting */
|
|
2054
|
+
private handleDateInput;
|
|
2055
|
+
/** @ignore - Format date input after backspace/delete/paste */
|
|
2056
|
+
private formatDateInput;
|
|
2057
|
+
/** @ignore - Format digits with slashes (MM/DD/YYYY) */
|
|
2058
|
+
private formatWithSlashes;
|
|
2059
|
+
/** @ignore - Validate partial date input */
|
|
2060
|
+
private validatePartialDate;
|
|
2061
|
+
/** @ignore - Get maximum days in a month (without considering leap year for partial input) */
|
|
2062
|
+
private getMaxDaysInMonth;
|
|
2063
|
+
/** @ignore - Check if a complete date is valid */
|
|
2064
|
+
private isValidDate;
|
|
2049
2065
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatepickerComponent, never>;
|
|
2050
2066
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDatepickerComponent, "ads-datepicker", never, { "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; "closeOnOutOfView": { "alias": "closeOnOutOfView"; "required": false; }; "outOfViewRootMargin": { "alias": "outOfViewRootMargin"; "required": false; }; }, {}, never, never, false, never>;
|
|
2051
2067
|
}
|
|
2052
2068
|
|
|
2053
2069
|
declare class AdsDatepickerModule {
|
|
2054
2070
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatepickerModule, never>;
|
|
2055
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatepickerModule, [typeof AdsDatepickerComponent], [typeof i2.CommonModule, typeof i3$
|
|
2071
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatepickerModule, [typeof AdsDatepickerComponent], [typeof i2.CommonModule, typeof i3$7.MatDatepickerModule, typeof i4$2.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i6.MatNativeDateModule, typeof i5$3.MatNativeDatetimeModule, typeof i3$4.ReactiveFormsModule, typeof i3.AdsIconModule, typeof i5$3.MatDatetimepickerModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof AdsInputTooltipComponent, typeof i3$2.MatIconButton, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsDatepickerComponent]>;
|
|
2056
2072
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatepickerModule>;
|
|
2057
2073
|
}
|
|
2058
2074
|
|
|
@@ -2080,7 +2096,7 @@ declare class AdsTimepickerComponent extends AdsDatetimepickerComponent {
|
|
|
2080
2096
|
|
|
2081
2097
|
declare class AdsTimepickerModule {
|
|
2082
2098
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimepickerModule, never>;
|
|
2083
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimepickerModule, [typeof AdsTimepickerComponent], [typeof i2.CommonModule, typeof i5$3.MatDatetimepickerModule, typeof i3$
|
|
2099
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimepickerModule, [typeof AdsTimepickerComponent], [typeof i2.CommonModule, typeof i5$3.MatDatetimepickerModule, typeof i3$7.MatDatepickerModule, typeof i4$2.MatFormFieldModule, typeof i5$3.MatNativeDatetimeModule, typeof i6.MatNativeDateModule, typeof i5$2.MatInputModule, typeof i3$4.ReactiveFormsModule, typeof i3.AdsIconModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsTimepickerComponent]>;
|
|
2084
2100
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimepickerModule>;
|
|
2085
2101
|
}
|
|
2086
2102
|
|
|
@@ -2111,7 +2127,7 @@ declare class AdsRadioButtonComponent extends AdsDropdownComponent implements On
|
|
|
2111
2127
|
|
|
2112
2128
|
declare class AdsRadioButtonModule {
|
|
2113
2129
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsRadioButtonModule, never>;
|
|
2114
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsRadioButtonModule, [typeof AdsRadioButtonComponent], [typeof i2.CommonModule, typeof i3$
|
|
2130
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsRadioButtonModule, [typeof AdsRadioButtonComponent], [typeof i2.CommonModule, typeof i3$4.ReactiveFormsModule, typeof i4$3.MatRadioModule, typeof i6.MatOptionModule, typeof i5$2.MatInputModule, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsInputTooltipComponent, typeof AdsSearchDropdownHighlighterPipeModule, typeof AdsSuccessComponent], [typeof AdsRadioButtonComponent]>;
|
|
2115
2131
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsRadioButtonModule>;
|
|
2116
2132
|
}
|
|
2117
2133
|
|
|
@@ -2146,7 +2162,7 @@ declare class AdsSlideToggleComponent extends AbstractBaseComponent {
|
|
|
2146
2162
|
|
|
2147
2163
|
declare class AdsSlideToggle {
|
|
2148
2164
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSlideToggle, never>;
|
|
2149
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSlideToggle, [typeof AdsSlideToggleComponent], [typeof i2.CommonModule, typeof i3$
|
|
2165
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSlideToggle, [typeof AdsSlideToggleComponent], [typeof i2.CommonModule, typeof i3$4.ReactiveFormsModule, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsSlideToggleComponent]>;
|
|
2150
2166
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSlideToggle>;
|
|
2151
2167
|
}
|
|
2152
2168
|
|
|
@@ -2171,7 +2187,7 @@ declare class AdsSliderComponent extends AdsCheckboxComponent {
|
|
|
2171
2187
|
|
|
2172
2188
|
declare class AdsSliderModule {
|
|
2173
2189
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSliderModule, never>;
|
|
2174
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSliderModule, [typeof AdsSliderComponent], [typeof i2.CommonModule, typeof i3$
|
|
2190
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSliderModule, [typeof AdsSliderComponent], [typeof i2.CommonModule, typeof i3$4.ReactiveFormsModule, typeof i4$4.MatSliderModule, typeof i5$2.MatInputModule, typeof i3.AdsIconModule, typeof AdsErrorComponent, typeof AdsHintComponent], [typeof AdsSliderComponent]>;
|
|
2175
2191
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSliderModule>;
|
|
2176
2192
|
}
|
|
2177
2193
|
|
|
@@ -2222,7 +2238,7 @@ declare enum PanelClass {
|
|
|
2222
2238
|
|
|
2223
2239
|
declare class AdsSnackbarModule {
|
|
2224
2240
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSnackbarModule, never>;
|
|
2225
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSnackbarModule, [typeof AdsSnackbarComponent], [typeof AdsButtonModule, typeof i3$
|
|
2241
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSnackbarModule, [typeof AdsSnackbarComponent], [typeof AdsButtonModule, typeof i3$8.MatSnackBarModule, typeof i2.CommonModule], [typeof AdsSnackbarComponent]>;
|
|
2226
2242
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSnackbarModule>;
|
|
2227
2243
|
}
|
|
2228
2244
|
|
|
@@ -2349,7 +2365,7 @@ declare class AdsModalComponent extends AbstractWindowResizeComponent implements
|
|
|
2349
2365
|
|
|
2350
2366
|
declare class AdsModalModule {
|
|
2351
2367
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsModalModule, never>;
|
|
2352
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsModalModule, [typeof AdsModalComponent], [typeof i2$1.MatDialogModule, typeof AdsButtonModule, typeof
|
|
2368
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsModalModule, [typeof AdsModalComponent], [typeof i2$1.MatDialogModule, typeof AdsButtonModule, typeof i3.AdsIconModule, typeof i2.NgTemplateOutlet], [typeof AdsModalComponent]>;
|
|
2353
2369
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsModalModule>;
|
|
2354
2370
|
}
|
|
2355
2371
|
|
|
@@ -2357,10 +2373,16 @@ type Chip = {
|
|
|
2357
2373
|
id: string;
|
|
2358
2374
|
title: string;
|
|
2359
2375
|
};
|
|
2376
|
+
type ChipDropdownOption = {
|
|
2377
|
+
id: string;
|
|
2378
|
+
label: string;
|
|
2379
|
+
value?: unknown;
|
|
2380
|
+
};
|
|
2360
2381
|
|
|
2361
2382
|
declare class AdsChipComponent {
|
|
2362
2383
|
private registry;
|
|
2363
|
-
|
|
2384
|
+
private elementRef;
|
|
2385
|
+
constructor(registry: AdsIconRegistry, elementRef: ElementRef);
|
|
2364
2386
|
/** The unique id of the chip */
|
|
2365
2387
|
id: i0.InputSignal<string>;
|
|
2366
2388
|
/** The text of the chip - optional when using ng-content */
|
|
@@ -2371,21 +2393,37 @@ declare class AdsChipComponent {
|
|
|
2371
2393
|
disabled: i0.InputSignal<boolean>;
|
|
2372
2394
|
/** Show delete icon before text */
|
|
2373
2395
|
deletable: i0.InputSignal<boolean>;
|
|
2396
|
+
/** Enable dropdown mode */
|
|
2397
|
+
dropdown: i0.InputSignal<boolean>;
|
|
2398
|
+
/** Dropdown options when dropdown mode is enabled */
|
|
2399
|
+
dropdownOptions: i0.InputSignal<ChipDropdownOption[]>;
|
|
2374
2400
|
/** Event emitted when the remove icon is clicked */
|
|
2375
2401
|
deleted: i0.OutputEmitterRef<string>;
|
|
2376
2402
|
/** Event emitted when a chip is selected */
|
|
2377
2403
|
selected: i0.OutputEmitterRef<Chip>;
|
|
2404
|
+
/** Event emitted when a dropdown option is selected */
|
|
2405
|
+
optionSelected: i0.OutputEmitterRef<ChipDropdownOption>;
|
|
2406
|
+
/** @ignore */
|
|
2407
|
+
isDropdownOpen: boolean;
|
|
2408
|
+
/** @ignore */
|
|
2409
|
+
onDocumentClick(event: MouseEvent): void;
|
|
2378
2410
|
/** @ignore */
|
|
2379
2411
|
onSelected(): void;
|
|
2380
2412
|
/** @ignore */
|
|
2381
|
-
onDelete(): void;
|
|
2413
|
+
onDelete(event: MouseEvent): void;
|
|
2414
|
+
/** @ignore */
|
|
2415
|
+
toggleDropdown(): void;
|
|
2416
|
+
/** @ignore */
|
|
2417
|
+
closeDropdown(): void;
|
|
2418
|
+
/** @ignore */
|
|
2419
|
+
selectOption(option: ChipDropdownOption): void;
|
|
2382
2420
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsChipComponent, never>;
|
|
2383
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsChipComponent, "ads-chip", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "showCheckedIcon": { "alias": "showCheckedIcon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "deletable": { "alias": "deletable"; "required": false; "isSignal": true; }; }, { "deleted": "deleted"; "selected": "selected"; }, never, ["*"], false, never>;
|
|
2421
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsChipComponent, "ads-chip", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "showCheckedIcon": { "alias": "showCheckedIcon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "deletable": { "alias": "deletable"; "required": false; "isSignal": true; }; "dropdown": { "alias": "dropdown"; "required": false; "isSignal": true; }; "dropdownOptions": { "alias": "dropdownOptions"; "required": false; "isSignal": true; }; }, { "deleted": "deleted"; "selected": "selected"; "optionSelected": "optionSelected"; }, never, ["*"], false, never>;
|
|
2384
2422
|
}
|
|
2385
2423
|
|
|
2386
2424
|
declare class AdsChipModule {
|
|
2387
2425
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsChipModule, never>;
|
|
2388
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsChipModule, [typeof AdsChipComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof
|
|
2426
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsChipModule, [typeof AdsChipComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof i3.AdsIconModule], [typeof AdsChipComponent]>;
|
|
2389
2427
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsChipModule>;
|
|
2390
2428
|
}
|
|
2391
2429
|
|
|
@@ -2428,7 +2466,7 @@ declare class AdsExpansionPanelComponent implements AfterContentInit {
|
|
|
2428
2466
|
|
|
2429
2467
|
declare class AdsExpansionPanelModule {
|
|
2430
2468
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelModule, never>;
|
|
2431
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsExpansionPanelModule, [typeof AdsExpansionPanelComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof
|
|
2469
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsExpansionPanelModule, [typeof AdsExpansionPanelComponent], [typeof i2.NgClass, typeof i2.NgStyle, typeof i3.AdsIconModule, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelTitle, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelDescription, typeof i2.NgTemplateOutlet], [typeof AdsExpansionPanelComponent]>;
|
|
2432
2470
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsExpansionPanelModule>;
|
|
2433
2471
|
}
|
|
2434
2472
|
|
|
@@ -2606,13 +2644,13 @@ declare class AdsTableButtonComponent {
|
|
|
2606
2644
|
|
|
2607
2645
|
declare class AdsTableButtonModule {
|
|
2608
2646
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableButtonModule, never>;
|
|
2609
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableButtonModule, [typeof AdsTableButtonComponent], [typeof i2.CommonModule, typeof i3$
|
|
2647
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableButtonModule, [typeof AdsTableButtonComponent], [typeof i2.CommonModule, typeof i3$2.MatButtonModule, typeof i4$5.MatMenuModule], [typeof AdsTableButtonComponent]>;
|
|
2610
2648
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableButtonModule>;
|
|
2611
2649
|
}
|
|
2612
2650
|
|
|
2613
2651
|
declare class AdsTableModule {
|
|
2614
2652
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableModule, never>;
|
|
2615
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof
|
|
2653
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4$6.AgGridAngular, typeof i2$1.MatDialogModule, typeof AdsSlideToggle, typeof AdsButtonModule, typeof AdsTableButtonModule, typeof AdsDividerModule, typeof i16.MatTooltip, typeof i4$5.MatMenuModule], [typeof AdsTableComponent]>;
|
|
2616
2654
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableModule>;
|
|
2617
2655
|
}
|
|
2618
2656
|
|
|
@@ -2648,7 +2686,7 @@ declare class AdsNavMenuComponent {
|
|
|
2648
2686
|
|
|
2649
2687
|
declare class AdsNavMenuModule {
|
|
2650
2688
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuModule, never>;
|
|
2651
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof
|
|
2689
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4$5.MatMenu, typeof i4$5.MatMenuTrigger, typeof i3$3.RouterLinkActive, typeof i4$5.MatMenuItem, typeof i3$3.RouterLink], [typeof AdsNavMenuComponent]>;
|
|
2652
2690
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavMenuModule>;
|
|
2653
2691
|
}
|
|
2654
2692
|
|
|
@@ -2735,7 +2773,7 @@ declare class AdsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
|
2735
2773
|
|
|
2736
2774
|
declare class AdsSideNavBarModule {
|
|
2737
2775
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarModule, never>;
|
|
2738
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof AdsSideNavBarComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule, typeof i4$
|
|
2776
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof AdsSideNavBarComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule, typeof i4$7.SplitComponent, typeof i4$7.SplitAreaComponent, typeof i3$3.RouterOutlet, typeof i3$3.RouterLink, typeof i3$3.RouterLinkActive, typeof i3.AdsIconModule, typeof AdsDividerModule], [typeof AdsSideNavBarComponent]>;
|
|
2739
2777
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSideNavBarModule>;
|
|
2740
2778
|
}
|
|
2741
2779
|
|
|
@@ -2810,7 +2848,7 @@ declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
|
2810
2848
|
|
|
2811
2849
|
declare class AdsScmsSideNavBarModule {
|
|
2812
2850
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarModule, never>;
|
|
2813
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$
|
|
2851
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$7.SplitComponent, typeof i4$7.SplitAreaComponent, typeof i3$3.RouterLink, typeof i3$3.RouterLinkActive, typeof i3.AdsIconModule, typeof AdsDividerModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof AdsAscentLogoModule, typeof i16.MatTooltip, typeof AdsBreadcrumbModule, typeof i4$5.MatMenu, typeof i12.MatToolbar, typeof i4$5.MatMenuTrigger, typeof i3$2.MatIconButton, typeof i3$3.RouterOutlet], [typeof AdsScmsSideNavBarComponent]>;
|
|
2814
2852
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarModule>;
|
|
2815
2853
|
}
|
|
2816
2854
|
|
|
@@ -2892,7 +2930,7 @@ declare class AdsMainMenuItemsComponent {
|
|
|
2892
2930
|
|
|
2893
2931
|
declare class AdsMainMenuItemsModule {
|
|
2894
2932
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuItemsModule, never>;
|
|
2895
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i3$
|
|
2933
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i3$3.RouterModule, typeof i4$5.MatMenuModule, typeof AdsButtonModule, typeof AdsButtonModule, typeof AdsLinkButtonModule], [typeof AdsMainMenuItemsComponent]>;
|
|
2896
2934
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuItemsModule>;
|
|
2897
2935
|
}
|
|
2898
2936
|
|
|
@@ -2911,13 +2949,13 @@ declare class AdsProfileDisplayComponent {
|
|
|
2911
2949
|
|
|
2912
2950
|
declare class AdsProfileDisplayModule {
|
|
2913
2951
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProfileDisplayModule, never>;
|
|
2914
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProfileDisplayModule, [typeof AdsProfileDisplayComponent], [typeof i2.CommonModule, typeof i3$
|
|
2952
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProfileDisplayModule, [typeof AdsProfileDisplayComponent], [typeof i2.CommonModule, typeof i3$3.RouterModule, typeof i3.AdsIconModule], [typeof AdsProfileDisplayComponent]>;
|
|
2915
2953
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProfileDisplayModule>;
|
|
2916
2954
|
}
|
|
2917
2955
|
|
|
2918
2956
|
declare class AdsMainMenuModule {
|
|
2919
2957
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuModule, never>;
|
|
2920
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$
|
|
2958
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$9.MatBottomSheetModule, typeof i4$8.MatListModule, typeof i4$5.MatMenuModule, typeof i3.AdsIconModule, typeof AdsMainMenuItemsModule, typeof AdsProfileDisplayModule, typeof i3$3.RouterModule], [typeof AdsMainMenuComponent]>;
|
|
2921
2959
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuModule>;
|
|
2922
2960
|
}
|
|
2923
2961
|
|
|
@@ -2991,7 +3029,7 @@ type WizardStep = {
|
|
|
2991
3029
|
|
|
2992
3030
|
declare class AdsWizardStepperModule {
|
|
2993
3031
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsWizardStepperModule, never>;
|
|
2994
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsWizardStepperModule, [typeof AdsWizardStepperComponent], [typeof i2.CommonModule, typeof i16.MatTooltipModule, typeof
|
|
3032
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsWizardStepperModule, [typeof AdsWizardStepperComponent], [typeof i2.CommonModule, typeof i16.MatTooltipModule, typeof i3.AdsIconModule], [typeof AdsWizardStepperComponent]>;
|
|
2995
3033
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsWizardStepperModule>;
|
|
2996
3034
|
}
|
|
2997
3035
|
|
|
@@ -3022,10 +3060,41 @@ declare class AdsStepperComponent {
|
|
|
3022
3060
|
|
|
3023
3061
|
declare class AdsStepperModule {
|
|
3024
3062
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsStepperModule, never>;
|
|
3025
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsStepperModule, [typeof AdsStepperComponent], [typeof i2.CommonModule, typeof i3$
|
|
3063
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsStepperModule, [typeof AdsStepperComponent], [typeof i2.CommonModule, typeof i3$2.MatButton, typeof i3.AdsIconModule], [typeof AdsStepperComponent]>;
|
|
3026
3064
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsStepperModule>;
|
|
3027
3065
|
}
|
|
3028
3066
|
|
|
3067
|
+
declare enum HorizontalStepStatus {
|
|
3068
|
+
Planned = "planned",
|
|
3069
|
+
InProgress = "in-progress",
|
|
3070
|
+
Completed = "completed"
|
|
3071
|
+
}
|
|
3072
|
+
type HorizontalStep = {
|
|
3073
|
+
title: string;
|
|
3074
|
+
status: HorizontalStepStatus;
|
|
3075
|
+
};
|
|
3076
|
+
declare class AdsHorizontalStepperComponent {
|
|
3077
|
+
private registry;
|
|
3078
|
+
/** @ignore */
|
|
3079
|
+
constructor(registry: AdsIconRegistry);
|
|
3080
|
+
/** @ignore */
|
|
3081
|
+
protected readonly HorizontalStepStatus: typeof HorizontalStepStatus;
|
|
3082
|
+
/** The id of the Stepper */
|
|
3083
|
+
id: i0.InputSignal<string>;
|
|
3084
|
+
/**
|
|
3085
|
+
* The steps to display
|
|
3086
|
+
*/
|
|
3087
|
+
steps: i0.InputSignal<HorizontalStep[]>;
|
|
3088
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHorizontalStepperComponent, never>;
|
|
3089
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsHorizontalStepperComponent, "ads-horizontal-stepper", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "steps": { "alias": "steps"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
declare class AdsHorizontalStepperModule {
|
|
3093
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHorizontalStepperModule, never>;
|
|
3094
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHorizontalStepperModule, [typeof AdsHorizontalStepperComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof AdsHorizontalStepperComponent]>;
|
|
3095
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHorizontalStepperModule>;
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3029
3098
|
type HorizontalNavLink = {
|
|
3030
3099
|
text: string;
|
|
3031
3100
|
route: string;
|
|
@@ -3047,7 +3116,7 @@ declare class AdsHorizontalNavBarComponent implements OnInit {
|
|
|
3047
3116
|
|
|
3048
3117
|
declare class AdsHorizontalNavBarModule {
|
|
3049
3118
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHorizontalNavBarModule, never>;
|
|
3050
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHorizontalNavBarModule, [typeof AdsHorizontalNavBarComponent], [typeof i2$2.MatTabNav, typeof i2$2.MatTabLink, typeof i3$
|
|
3119
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHorizontalNavBarModule, [typeof AdsHorizontalNavBarComponent], [typeof i2$2.MatTabNav, typeof i2$2.MatTabLink, typeof i3$3.RouterOutlet, typeof i3$3.RouterLink, typeof i3$3.RouterLinkActive, typeof i2$2.MatTabNavPanel], [typeof AdsHorizontalNavBarComponent]>;
|
|
3051
3120
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHorizontalNavBarModule>;
|
|
3052
3121
|
}
|
|
3053
3122
|
|
|
@@ -3121,7 +3190,7 @@ declare class AdsTimeFieldComponent extends AdsInputDropdownComponent implements
|
|
|
3121
3190
|
|
|
3122
3191
|
declare class AdsTimeFieldModule {
|
|
3123
3192
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimeFieldModule, never>;
|
|
3124
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimeFieldModule, [typeof AdsTimeFieldComponent], [typeof i2.CommonModule, typeof AdsInputDropdownModule, typeof
|
|
3193
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimeFieldModule, [typeof AdsTimeFieldComponent], [typeof i2.CommonModule, typeof AdsInputDropdownModule, typeof i3.AdsIconModule, typeof i3$2.MatIconButton, typeof i3$5.NgxMaskDirective, typeof i3$4.ReactiveFormsModule, typeof AdsInputModule], [typeof AdsTimeFieldComponent]>;
|
|
3125
3194
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimeFieldModule>;
|
|
3126
3195
|
}
|
|
3127
3196
|
|
|
@@ -3194,7 +3263,7 @@ declare class AdsNavigationCollapseHandleComponent {
|
|
|
3194
3263
|
|
|
3195
3264
|
declare class AdsNavigationCollapseHandleModule {
|
|
3196
3265
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationCollapseHandleModule, never>;
|
|
3197
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationCollapseHandleModule, [typeof AdsNavigationCollapseHandleComponent], [typeof
|
|
3266
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationCollapseHandleModule, [typeof AdsNavigationCollapseHandleComponent], [typeof i3.AdsIconModule], [typeof AdsNavigationCollapseHandleComponent]>;
|
|
3198
3267
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationCollapseHandleModule>;
|
|
3199
3268
|
}
|
|
3200
3269
|
|
|
@@ -3257,7 +3326,7 @@ declare class AdsNavigationItemComponent {
|
|
|
3257
3326
|
|
|
3258
3327
|
declare class AdsNavigationItemModule {
|
|
3259
3328
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemModule, never>;
|
|
3260
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemModule, [typeof AdsNavigationItemComponent], [typeof i2.CommonModule, typeof i3$
|
|
3329
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemModule, [typeof AdsNavigationItemComponent], [typeof i2.CommonModule, typeof i3$3.RouterModule, typeof i16.MatTooltipModule, typeof i3.AdsIconModule], [typeof AdsNavigationItemComponent]>;
|
|
3261
3330
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationItemModule>;
|
|
3262
3331
|
}
|
|
3263
3332
|
|
|
@@ -3362,7 +3431,7 @@ declare class AdsInternationalPhoneFieldComponent extends AbstractInputComponent
|
|
|
3362
3431
|
|
|
3363
3432
|
declare class AdsInternationalPhoneFieldModule {
|
|
3364
3433
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInternationalPhoneFieldModule, never>;
|
|
3365
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInternationalPhoneFieldModule, [typeof AdsInternationalPhoneFieldComponent], [typeof i2.CommonModule, typeof i3$
|
|
3434
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInternationalPhoneFieldModule, [typeof AdsInternationalPhoneFieldComponent], [typeof i2.CommonModule, typeof i3$5.NgxMaskDirective, typeof AdsInputModule, typeof AdsDropdownModule, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent], [typeof AdsInternationalPhoneFieldComponent]>;
|
|
3366
3435
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInternationalPhoneFieldModule>;
|
|
3367
3436
|
}
|
|
3368
3437
|
|
|
@@ -3413,7 +3482,7 @@ declare class AdsProgressStepperComponent implements AfterViewInit, OnChanges, O
|
|
|
3413
3482
|
|
|
3414
3483
|
declare class AdsProgressStepperModule {
|
|
3415
3484
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressStepperModule, never>;
|
|
3416
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressStepperModule, [typeof AdsProgressStepperComponent], [typeof i2.CommonModule, typeof
|
|
3485
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressStepperModule, [typeof AdsProgressStepperComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4$1.AdsGestureModule], [typeof AdsProgressStepperComponent]>;
|
|
3417
3486
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressStepperModule>;
|
|
3418
3487
|
}
|
|
3419
3488
|
|
|
@@ -3458,7 +3527,7 @@ declare class AdsVerticalSideNavigationStepperComponent {
|
|
|
3458
3527
|
|
|
3459
3528
|
declare class AdsVerticalSideNavigationStepperModule {
|
|
3460
3529
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsVerticalSideNavigationStepperModule, never>;
|
|
3461
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsVerticalSideNavigationStepperModule, [typeof AdsVerticalSideNavigationStepperComponent], [typeof i2.CommonModule, typeof
|
|
3530
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsVerticalSideNavigationStepperModule, [typeof AdsVerticalSideNavigationStepperComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule], [typeof AdsVerticalSideNavigationStepperComponent]>;
|
|
3462
3531
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsVerticalSideNavigationStepperModule>;
|
|
3463
3532
|
}
|
|
3464
3533
|
|
|
@@ -3471,5 +3540,5 @@ declare function provideAdsUi(config: AdsUiConfig): {
|
|
|
3471
3540
|
useValue: AdsUiConfig;
|
|
3472
3541
|
}[];
|
|
3473
3542
|
|
|
3474
|
-
export { AdsAscentLogoComponent, AdsAscentLogoModule, AdsAvatarComponent, AdsAvatarModule, AdsBreadcrumbComponent, AdsBreadcrumbModule, AdsBubbleComponent, AdsBubbleModule, AdsButtonComponent, AdsButtonContainerComponent, AdsButtonContainerModule, AdsButtonModule, AdsCardComponent, AdsCardModule, AdsCheckboxComponent, AdsCheckboxModule, AdsChipComponent, AdsChipModule, AdsCreateTagComponent, AdsCreateTagModule, AdsDatepickerComponent, AdsDatepickerModule, AdsDatetimepickerComponent, AdsDatetimepickerModule, AdsDividerModule, AdsDragAndDropListComponent, AdsDragAndDropListModule, AdsDropdownComponent, AdsDropdownModule, AdsErrorPageCodeComponent, AdsErrorPageCodeModule, AdsErrorPageComponent, AdsErrorPageModule, AdsExpansionPanelComponent, AdsExpansionPanelModule, AdsFooterComponent, AdsFooterContainerComponent, AdsFooterContainerModule, AdsFooterModule, AdsGenericLogoComponent, AdsGenericLogoModule, AdsHeaderComponent, AdsHeaderContainerComponent, AdsHeaderContainerModule, AdsHeaderModule, AdsHorizontalNavBarComponent, AdsHorizontalNavBarModule, AdsIconButtonComponent, AdsIconButtonModule, AdsIconHoverComponent, AdsIconHoverModule, AdsInputComponent, AdsInputDropdownComponent, AdsInputDropdownModule, AdsInputModule, AdsInternationalPhoneFieldComponent, AdsInternationalPhoneFieldModule, AdsLinkButtonComponent, AdsLinkButtonModule, AdsMainMenuComponent, AdsMainMenuModule, AdsModalComponent, AdsModalModule, AdsMultiSelectDropdownComponent, AdsMultiSelectDropdownModule, AdsNavMenuComponent, AdsNavMenuModule, AdsNavigationCollapseHandleComponent, AdsNavigationCollapseHandleModule, AdsNavigationComponent, AdsNavigationHeaderComponent, AdsNavigationHeaderModule, AdsNavigationItemComponent, AdsNavigationItemModule, AdsNavigationItemsContainerComponent, AdsNavigationItemsContainerModule, AdsNavigationModule, AdsNumericBadgeComponent, AdsNumericBadgeModule, AdsNumericStepperComponent, AdsNumericStepperModule, AdsOrgDisplayTextComponent, AdsOrgDisplayTextModule, AdsPeakEssentialsLogoComponent, AdsPeakEssentialsLogoModule, AdsPeakMarketplaceLogoComponent, AdsPeakMarketplaceLogoModule, AdsPeakOrderManagementLogoComponent, AdsPeakOrderManagementLogoModule, AdsPhoneFieldComponent, AdsPhoneFieldModule, AdsPilotPayLogoComponent, AdsPilotPayLogoModule, AdsPrimaryLogoComponent, AdsPrimaryLogoModule, AdsProgressBarComponent, AdsProgressBarModule, AdsProgressIndicatorSpinnerComponent, AdsProgressIndicatorSpinnerModule, AdsProgressSpinnerComponent, AdsProgressSpinnerModule, AdsProgressStepperComponent, AdsProgressStepperModule, AdsRadioButtonComponent, AdsRadioButtonModule, AdsScmsLogoComponent, AdsScmsLogoModule, AdsScmsSideNavBarComponent, AdsScmsSideNavBarModule, AdsSearchDropdownComponent, AdsSearchDropdownModule, AdsSearchInputComponent, AdsSearchInputModule, AdsShellLayoutModule, AdsSideNavBarComponent, AdsSideNavBarModule, AdsSlideToggle, AdsSlideToggleComponent, AdsSliderComponent, AdsSliderModule, AdsSnackbarComponent, AdsSnackbarModule, AdsSplashPageComponent, AdsSplashPageModule, AdsStepperComponent, AdsStepperModule, AdsTableComponent, AdsTableModule, AdsTabsComponent, AdsTabsModule, AdsTagComponent, AdsTagContainerComponent, AdsTagContainerModule, AdsTagModule, AdsTextareaComponent, AdsTextareaModule, AdsTimeFieldComponent, AdsTimeFieldModule, AdsTimepickerComponent, AdsTimepickerModule, AdsVerticalSideNavigationStepperComponent, AdsVerticalSideNavigationStepperModule, AdsWizardStepperComponent, AdsWizardStepperModule, AscentCardComponent, AscentCardModule, BadgeColor, Colors, CustomDatetimeAdapter, DividerComponent, ErrorPageDefault, MainMenuService, ModalActionType, ModalPanelClass, PanelClass, ShellLayoutComponent, SpinnerSize, StepStatus, TableBreakpoint, ViewportService, WindowService, WizardStepStatus, provideAdsUi };
|
|
3475
|
-
export type { AdsModalData, AdsUiConfig, Breadcrumb, ColumnVisibilityControl, Copyright, DROP_CALLBACK_INDEXES, DividerStyle, ErrorPageConfig, ErrorPageInfoColumn, HorizontalNavLink, IconButtonSize, Link, MainMenuItem, NavItem, NavMenuItem, NumericStep, ProgressStep, ScmsNavItem, ScmsNavSubItem, SearchDropdownComponentOptions, SearchDropdownDisplayControlValue, SearchDropdownStaticOption, SearchDropdownStaticOptionTemplateContext, Size, SnackBarData, Step, Tab, Tag, UNSUBSCRIBE_FUNCTIONS_COLLECTION, Variant, VerticalSideNavigationStep, WizardStep };
|
|
3543
|
+
export { AdsAscentLogoComponent, AdsAscentLogoModule, AdsAvatarComponent, AdsAvatarModule, AdsBreadcrumbComponent, AdsBreadcrumbModule, AdsBubbleComponent, AdsBubbleModule, AdsButtonComponent, AdsButtonContainerComponent, AdsButtonContainerModule, AdsButtonModule, AdsCardComponent, AdsCardModule, AdsCheckboxComponent, AdsCheckboxModule, AdsChipComponent, AdsChipModule, AdsCreateTagComponent, AdsCreateTagModule, AdsDatepickerComponent, AdsDatepickerModule, AdsDatetimepickerComponent, AdsDatetimepickerModule, AdsDividerModule, AdsDragAndDropListComponent, AdsDragAndDropListModule, AdsDropdownComponent, AdsDropdownModule, AdsErrorPageCodeComponent, AdsErrorPageCodeModule, AdsErrorPageComponent, AdsErrorPageModule, AdsExpansionPanelComponent, AdsExpansionPanelModule, AdsFooterComponent, AdsFooterContainerComponent, AdsFooterContainerModule, AdsFooterModule, AdsGenericLogoComponent, AdsGenericLogoModule, AdsHeaderComponent, AdsHeaderContainerComponent, AdsHeaderContainerModule, AdsHeaderModule, AdsHorizontalNavBarComponent, AdsHorizontalNavBarModule, AdsHorizontalStepperComponent, AdsHorizontalStepperModule, AdsIconButtonComponent, AdsIconButtonModule, AdsIconHoverComponent, AdsIconHoverModule, AdsInputComponent, AdsInputDropdownComponent, AdsInputDropdownModule, AdsInputModule, AdsInternationalPhoneFieldComponent, AdsInternationalPhoneFieldModule, AdsLinkButtonComponent, AdsLinkButtonModule, AdsMainMenuComponent, AdsMainMenuModule, AdsModalComponent, AdsModalModule, AdsMultiSelectDropdownComponent, AdsMultiSelectDropdownModule, AdsNavMenuComponent, AdsNavMenuModule, AdsNavigationCollapseHandleComponent, AdsNavigationCollapseHandleModule, AdsNavigationComponent, AdsNavigationHeaderComponent, AdsNavigationHeaderModule, AdsNavigationItemComponent, AdsNavigationItemModule, AdsNavigationItemsContainerComponent, AdsNavigationItemsContainerModule, AdsNavigationModule, AdsNumericBadgeComponent, AdsNumericBadgeModule, AdsNumericStepperComponent, AdsNumericStepperModule, AdsOrgDisplayTextComponent, AdsOrgDisplayTextModule, AdsPeakEssentialsLogoComponent, AdsPeakEssentialsLogoModule, AdsPeakMarketplaceLogoComponent, AdsPeakMarketplaceLogoModule, AdsPeakOrderManagementLogoComponent, AdsPeakOrderManagementLogoModule, AdsPhoneFieldComponent, AdsPhoneFieldModule, AdsPilotPayLogoComponent, AdsPilotPayLogoModule, AdsPrimaryLogoComponent, AdsPrimaryLogoModule, AdsProgressBarComponent, AdsProgressBarModule, AdsProgressIndicatorSpinnerComponent, AdsProgressIndicatorSpinnerModule, AdsProgressSpinnerComponent, AdsProgressSpinnerModule, AdsProgressStepperComponent, AdsProgressStepperModule, AdsRadioButtonComponent, AdsRadioButtonModule, AdsScmsLogoComponent, AdsScmsLogoModule, AdsScmsSideNavBarComponent, AdsScmsSideNavBarModule, AdsSearchDropdownComponent, AdsSearchDropdownModule, AdsSearchInputComponent, AdsSearchInputModule, AdsShellLayoutModule, AdsSideNavBarComponent, AdsSideNavBarModule, AdsSlideToggle, AdsSlideToggleComponent, AdsSliderComponent, AdsSliderModule, AdsSnackbarComponent, AdsSnackbarModule, AdsSplashPageComponent, AdsSplashPageModule, AdsStepperComponent, AdsStepperModule, AdsTableComponent, AdsTableModule, AdsTabsComponent, AdsTabsModule, AdsTagComponent, AdsTagContainerComponent, AdsTagContainerModule, AdsTagModule, AdsTextareaComponent, AdsTextareaModule, AdsTimeFieldComponent, AdsTimeFieldModule, AdsTimepickerComponent, AdsTimepickerModule, AdsVerticalSideNavigationStepperComponent, AdsVerticalSideNavigationStepperModule, AdsWizardStepperComponent, AdsWizardStepperModule, AscentCardComponent, AscentCardModule, BadgeColor, Colors, CustomDatetimeAdapter, DividerComponent, ErrorPageDefault, HorizontalStepStatus, MainMenuService, ModalActionType, ModalPanelClass, PanelClass, ShellLayoutComponent, SpinnerSize, StepStatus, TableBreakpoint, ViewportService, WindowService, WizardStepStatus, provideAdsUi };
|
|
3544
|
+
export type { AdsModalData, AdsUiConfig, Breadcrumb, ColumnVisibilityControl, Copyright, DROP_CALLBACK_INDEXES, DividerStyle, ErrorPageConfig, ErrorPageInfoColumn, HorizontalNavLink, HorizontalStep, IconButtonSize, Link, MainMenuItem, NavItem, NavMenuItem, NumericStep, ProgressStep, ScmsNavItem, ScmsNavSubItem, SearchDropdownComponentOptions, SearchDropdownDisplayControlValue, SearchDropdownStaticOption, SearchDropdownStaticOptionTemplateContext, Size, SnackBarData, Step, Tab, Tag, UNSUBSCRIBE_FUNCTIONS_COLLECTION, Variant, VerticalSideNavigationStep, WizardStep };
|