@ascentgl/ads-ui 21.27.0 → 21.28.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/package.json
CHANGED
|
@@ -6,15 +6,15 @@ import * as i2 from '@angular/common';
|
|
|
6
6
|
import { Location } from '@angular/common';
|
|
7
7
|
import { adsIcon } from '@ascentgl/ads-icons/icons';
|
|
8
8
|
import * as i3$1 from '@angular/material/badge';
|
|
9
|
-
import * as
|
|
9
|
+
import * as i4 from '@angular/router';
|
|
10
10
|
import { Router } from '@angular/router';
|
|
11
11
|
import * as i3$2 from '@angular/material/button';
|
|
12
|
-
import * as i3$
|
|
12
|
+
import * as i3$3 from '@angular/forms';
|
|
13
13
|
import { FormBuilder, FormGroup, AbstractControl, FormControl, FormControlStatus, NgControl } from '@angular/forms';
|
|
14
|
-
import * as i4 from '@angular/cdk/overlay';
|
|
14
|
+
import * as i4$1 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$2 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$3 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$4 from 'ngx-mask';
|
|
32
|
+
import * as i3$5 from '@angular/material/divider';
|
|
33
|
+
import * as i3$6 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$4 from '@angular/material/radio';
|
|
37
|
+
import * as i4$5 from '@angular/material/slider';
|
|
38
|
+
import * as i3$7 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,10 +44,10 @@ 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$6 from '@angular/material/menu';
|
|
48
48
|
import { MatMenuTrigger, MatMenuPanel, MatMenu } from '@angular/material/menu';
|
|
49
|
-
import * as i4$
|
|
50
|
-
import * as
|
|
49
|
+
import * as i4$7 from 'ag-grid-angular';
|
|
50
|
+
import * as i3$8 from 'angular-split';
|
|
51
51
|
import { SplitComponent, SplitGutterInteractionEvent } from 'angular-split';
|
|
52
52
|
import * as i12 from '@angular/material/toolbar';
|
|
53
53
|
import * as i3$9 from '@angular/material/bottom-sheet';
|
|
@@ -195,7 +195,7 @@ declare class AdsIconButtonModule {
|
|
|
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
|
|
198
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsBreadcrumbModule, [typeof AdsBreadcrumbComponent], [typeof i2.CommonModule, typeof i4.RouterModule, typeof i3.AdsIconModule, typeof AdsIconButtonModule], [typeof AdsBreadcrumbComponent]>;
|
|
199
199
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsBreadcrumbModule>;
|
|
200
200
|
}
|
|
201
201
|
|
|
@@ -226,7 +226,7 @@ declare class AdsButtonModule {
|
|
|
226
226
|
|
|
227
227
|
declare class AdsButtonContainerComponent {
|
|
228
228
|
/** How buttons in the container should be placed */
|
|
229
|
-
justify: i0.InputSignal<"
|
|
229
|
+
justify: i0.InputSignal<"flex-start" | "flex-end" | "center">;
|
|
230
230
|
/** The gap between elements */
|
|
231
231
|
gap: i0.InputSignal<number>;
|
|
232
232
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
@@ -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$2.MatButtonModule, typeof i4.OverlayModule, typeof i3$
|
|
487
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCreateTagModule, [typeof AdsCreateTagComponent], [typeof i2.CommonModule, typeof i3$2.MatButtonModule, typeof i4$1.OverlayModule, typeof i3$3.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
|
|
688
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsErrorPageModule, [typeof AdsErrorPageComponent], [typeof i2.CommonModule, typeof AdsButtonModule, typeof i4.RouterModule, typeof AdsErrorPageCodeModule], [typeof AdsErrorPageComponent]>;
|
|
689
689
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsErrorPageModule>;
|
|
690
690
|
}
|
|
691
691
|
|
|
@@ -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 i3.AdsIconModule, typeof i4$
|
|
1014
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4$2.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$3.ɵFormControlCtor;
|
|
1274
1274
|
private hostEl;
|
|
1275
1275
|
private intersectionObserver?;
|
|
1276
1276
|
constructor();
|
|
@@ -1383,13 +1383,13 @@ declare class AdsCheckboxComponent extends AbstractBaseComponent implements OnIn
|
|
|
1383
1383
|
|
|
1384
1384
|
declare class AdsCheckboxModule {
|
|
1385
1385
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCheckboxModule, never>;
|
|
1386
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCheckboxModule, [typeof AdsCheckboxComponent], [typeof i2.CommonModule, typeof i3$
|
|
1386
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCheckboxModule, [typeof AdsCheckboxComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof AdsHintComponent, typeof AdsErrorComponent, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent], [typeof AdsCheckboxComponent]>;
|
|
1387
1387
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCheckboxModule>;
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
1390
|
declare class AdsDropdownModule {
|
|
1391
1391
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownModule, never>;
|
|
1392
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$
|
|
1392
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$3.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]>;
|
|
1393
1393
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDropdownModule>;
|
|
1394
1394
|
}
|
|
1395
1395
|
|
|
@@ -1418,7 +1418,7 @@ declare class AdsMultiSelectDropdownComponent extends AdsDropdownComponent {
|
|
|
1418
1418
|
|
|
1419
1419
|
declare class AdsMultiSelectDropdownModule {
|
|
1420
1420
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownModule, never>;
|
|
1421
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$
|
|
1421
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$3.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]>;
|
|
1422
1422
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMultiSelectDropdownModule>;
|
|
1423
1423
|
}
|
|
1424
1424
|
|
|
@@ -1476,7 +1476,7 @@ declare class AdsInputComponent extends AbstractInputComponent implements OnInit
|
|
|
1476
1476
|
|
|
1477
1477
|
declare class AdsInputModule {
|
|
1478
1478
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputModule, never>;
|
|
1479
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputModule, [typeof AdsInputComponent], [typeof i2.CommonModule, typeof i4$
|
|
1479
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputModule, [typeof AdsInputComponent], [typeof i2.CommonModule, typeof i4$3.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i3.AdsIconModule, typeof AdsInputTooltipComponent, typeof i3$2.MatIconButton, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof i3$4.NgxMaskDirective, typeof i13.MatAutocompleteTrigger], [typeof AdsInputComponent]>;
|
|
1480
1480
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputModule>;
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
@@ -1505,7 +1505,7 @@ declare class AdsPhoneFieldComponent extends AbstractInputComponent implements O
|
|
|
1505
1505
|
|
|
1506
1506
|
declare class AdsPhoneFieldModule {
|
|
1507
1507
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPhoneFieldModule, never>;
|
|
1508
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPhoneFieldModule, [typeof AdsPhoneFieldComponent], [typeof i2.CommonModule, typeof i3$
|
|
1508
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsPhoneFieldModule, [typeof AdsPhoneFieldComponent], [typeof i2.CommonModule, typeof i3$4.NgxMaskDirective, typeof AdsInputModule], [typeof AdsPhoneFieldComponent]>;
|
|
1509
1509
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPhoneFieldModule>;
|
|
1510
1510
|
}
|
|
1511
1511
|
|
|
@@ -1522,7 +1522,7 @@ declare class AdsTextareaComponent extends AbstractInputComponent {
|
|
|
1522
1522
|
|
|
1523
1523
|
declare class AdsTextareaModule {
|
|
1524
1524
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTextareaModule, never>;
|
|
1525
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTextareaModule, [typeof AdsTextareaComponent], [typeof i2.CommonModule, typeof i4$
|
|
1525
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTextareaModule, [typeof AdsTextareaComponent], [typeof i2.CommonModule, typeof i4$3.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i3.AdsIconModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent], [typeof AdsTextareaComponent]>;
|
|
1526
1526
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTextareaModule>;
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
@@ -1584,7 +1584,7 @@ declare class AdsInputDropdownComponent extends AbstractInputComponent implement
|
|
|
1584
1584
|
|
|
1585
1585
|
declare class AdsInputDropdownModule {
|
|
1586
1586
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownModule, never>;
|
|
1587
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputDropdownModule, [typeof AdsInputDropdownComponent], [typeof i2.CommonModule, typeof i3$
|
|
1587
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputDropdownModule, [typeof AdsInputDropdownComponent], [typeof i2.CommonModule, typeof i3$5.MatDividerModule, typeof i4$3.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i3.AdsIconModule, typeof AdsInputModule, typeof AdsDropdownModule, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof i3$4.NgxMaskDirective], [typeof AdsInputDropdownComponent]>;
|
|
1588
1588
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputDropdownModule>;
|
|
1589
1589
|
}
|
|
1590
1590
|
|
|
@@ -1831,7 +1831,7 @@ declare class AdsSearchDropdownHighlighterPipeModule {
|
|
|
1831
1831
|
|
|
1832
1832
|
declare class AdsSearchDropdownModule {
|
|
1833
1833
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownModule, never>;
|
|
1834
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$
|
|
1834
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$3.MatFormFieldModule, typeof i3.AdsIconModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i13.MatAutocompleteModule, typeof i5$1.MatSelectModule, typeof AdsSearchDropdownHighlighterPipeModule, typeof i3$6.MatDatepickerModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof i16.MatTooltipModule], [typeof AdsSearchDropdownComponent]>;
|
|
1835
1835
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownModule>;
|
|
1836
1836
|
}
|
|
1837
1837
|
|
|
@@ -1857,7 +1857,7 @@ declare class AdsSearchInputComponent extends AdsInputComponent {
|
|
|
1857
1857
|
|
|
1858
1858
|
declare class AdsSearchInputModule {
|
|
1859
1859
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchInputModule, never>;
|
|
1860
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchInputModule, [typeof AdsSearchInputComponent], [typeof i2.CommonModule, typeof i4$
|
|
1860
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchInputModule, [typeof AdsSearchInputComponent], [typeof i2.CommonModule, typeof i4$3.MatFormFieldModule, typeof i3.AdsIconModule, typeof i5$2.MatInputModule, typeof i5.MatProgressSpinnerModule, typeof i3$3.ReactiveFormsModule, typeof i13.MatAutocompleteModule, typeof i5$1.MatSelectModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsSearchInputComponent]>;
|
|
1861
1861
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchInputModule>;
|
|
1862
1862
|
}
|
|
1863
1863
|
|
|
@@ -2015,7 +2015,7 @@ declare class DateTimePickerFormatDirectiveModule {
|
|
|
2015
2015
|
|
|
2016
2016
|
declare class AdsDatetimepickerModule {
|
|
2017
2017
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatetimepickerModule, never>;
|
|
2018
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatetimepickerModule, [typeof AdsDatetimepickerComponent], [typeof i2.CommonModule, typeof i3$
|
|
2018
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatetimepickerModule, [typeof AdsDatetimepickerComponent], [typeof i2.CommonModule, typeof i3$6.MatDatepickerModule, typeof i4$3.MatFormFieldModule, typeof i5$3.MatNativeDatetimeModule, typeof i5$2.MatInputModule, typeof i3$3.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]>;
|
|
2019
2019
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatetimepickerModule>;
|
|
2020
2020
|
}
|
|
2021
2021
|
|
|
@@ -2072,7 +2072,7 @@ declare class AdsDatepickerComponent extends AdsDatetimepickerComponent implemen
|
|
|
2072
2072
|
|
|
2073
2073
|
declare class AdsDatepickerModule {
|
|
2074
2074
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatepickerModule, never>;
|
|
2075
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatepickerModule, [typeof AdsDatepickerComponent], [typeof i2.CommonModule, typeof i3$
|
|
2075
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatepickerModule, [typeof AdsDatepickerComponent], [typeof i2.CommonModule, typeof i3$6.MatDatepickerModule, typeof i4$3.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i6.MatNativeDateModule, typeof i5$3.MatNativeDatetimeModule, typeof i3$3.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]>;
|
|
2076
2076
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatepickerModule>;
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
@@ -2100,7 +2100,7 @@ declare class AdsTimepickerComponent extends AdsDatetimepickerComponent {
|
|
|
2100
2100
|
|
|
2101
2101
|
declare class AdsTimepickerModule {
|
|
2102
2102
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimepickerModule, never>;
|
|
2103
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimepickerModule, [typeof AdsTimepickerComponent], [typeof i2.CommonModule, typeof i5$3.MatDatetimepickerModule, typeof i3$
|
|
2103
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimepickerModule, [typeof AdsTimepickerComponent], [typeof i2.CommonModule, typeof i5$3.MatDatetimepickerModule, typeof i3$6.MatDatepickerModule, typeof i4$3.MatFormFieldModule, typeof i5$3.MatNativeDatetimeModule, typeof i6.MatNativeDateModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i3.AdsIconModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof i3$2.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsTimepickerComponent]>;
|
|
2104
2104
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimepickerModule>;
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
@@ -2131,7 +2131,7 @@ declare class AdsRadioButtonComponent extends AdsDropdownComponent implements On
|
|
|
2131
2131
|
|
|
2132
2132
|
declare class AdsRadioButtonModule {
|
|
2133
2133
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsRadioButtonModule, never>;
|
|
2134
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsRadioButtonModule, [typeof AdsRadioButtonComponent], [typeof i2.CommonModule, typeof i3$
|
|
2134
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsRadioButtonModule, [typeof AdsRadioButtonComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$4.MatRadioModule, typeof i6.MatOptionModule, typeof i5$2.MatInputModule, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsInputTooltipComponent, typeof AdsSearchDropdownHighlighterPipeModule, typeof AdsSuccessComponent], [typeof AdsRadioButtonComponent]>;
|
|
2135
2135
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsRadioButtonModule>;
|
|
2136
2136
|
}
|
|
2137
2137
|
|
|
@@ -2166,7 +2166,7 @@ declare class AdsSlideToggleComponent extends AbstractBaseComponent {
|
|
|
2166
2166
|
|
|
2167
2167
|
declare class AdsSlideToggle {
|
|
2168
2168
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSlideToggle, never>;
|
|
2169
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSlideToggle, [typeof AdsSlideToggleComponent], [typeof i2.CommonModule, typeof i3$
|
|
2169
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSlideToggle, [typeof AdsSlideToggleComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsSlideToggleComponent]>;
|
|
2170
2170
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSlideToggle>;
|
|
2171
2171
|
}
|
|
2172
2172
|
|
|
@@ -2191,7 +2191,7 @@ declare class AdsSliderComponent extends AdsCheckboxComponent {
|
|
|
2191
2191
|
|
|
2192
2192
|
declare class AdsSliderModule {
|
|
2193
2193
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSliderModule, never>;
|
|
2194
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSliderModule, [typeof AdsSliderComponent], [typeof i2.CommonModule, typeof i3$
|
|
2194
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSliderModule, [typeof AdsSliderComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$5.MatSliderModule, typeof i5$2.MatInputModule, typeof i3.AdsIconModule, typeof AdsErrorComponent, typeof AdsHintComponent], [typeof AdsSliderComponent]>;
|
|
2195
2195
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSliderModule>;
|
|
2196
2196
|
}
|
|
2197
2197
|
|
|
@@ -2242,7 +2242,7 @@ declare enum PanelClass {
|
|
|
2242
2242
|
|
|
2243
2243
|
declare class AdsSnackbarModule {
|
|
2244
2244
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSnackbarModule, never>;
|
|
2245
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSnackbarModule, [typeof AdsSnackbarComponent], [typeof AdsButtonModule, typeof i3$
|
|
2245
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSnackbarModule, [typeof AdsSnackbarComponent], [typeof AdsButtonModule, typeof i3$7.MatSnackBarModule, typeof i2.CommonModule], [typeof AdsSnackbarComponent]>;
|
|
2246
2246
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSnackbarModule>;
|
|
2247
2247
|
}
|
|
2248
2248
|
|
|
@@ -2648,13 +2648,13 @@ declare class AdsTableButtonComponent {
|
|
|
2648
2648
|
|
|
2649
2649
|
declare class AdsTableButtonModule {
|
|
2650
2650
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableButtonModule, never>;
|
|
2651
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableButtonModule, [typeof AdsTableButtonComponent], [typeof i2.CommonModule, typeof i3$2.MatButtonModule, typeof i4$
|
|
2651
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableButtonModule, [typeof AdsTableButtonComponent], [typeof i2.CommonModule, typeof i3$2.MatButtonModule, typeof i4$6.MatMenuModule], [typeof AdsTableButtonComponent]>;
|
|
2652
2652
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableButtonModule>;
|
|
2653
2653
|
}
|
|
2654
2654
|
|
|
2655
2655
|
declare class AdsTableModule {
|
|
2656
2656
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableModule, never>;
|
|
2657
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4$
|
|
2657
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4$7.AgGridAngular, typeof i2$1.MatDialogModule, typeof AdsSlideToggle, typeof AdsButtonModule, typeof AdsTableButtonModule, typeof AdsDividerModule, typeof i16.MatTooltip, typeof i4$6.MatMenuModule], [typeof AdsTableComponent]>;
|
|
2658
2658
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableModule>;
|
|
2659
2659
|
}
|
|
2660
2660
|
|
|
@@ -2690,7 +2690,7 @@ declare class AdsNavMenuComponent {
|
|
|
2690
2690
|
|
|
2691
2691
|
declare class AdsNavMenuModule {
|
|
2692
2692
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuModule, never>;
|
|
2693
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4$
|
|
2693
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4$6.MatMenu, typeof i4$6.MatMenuTrigger, typeof i4.RouterLinkActive, typeof i4$6.MatMenuItem, typeof i4.RouterLink], [typeof AdsNavMenuComponent]>;
|
|
2694
2694
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavMenuModule>;
|
|
2695
2695
|
}
|
|
2696
2696
|
|
|
@@ -2777,7 +2777,7 @@ declare class AdsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
|
2777
2777
|
|
|
2778
2778
|
declare class AdsSideNavBarModule {
|
|
2779
2779
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarModule, never>;
|
|
2780
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof AdsSideNavBarComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule, typeof
|
|
2780
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarModule, [typeof AdsSideNavBarComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule, typeof i3$8.SplitComponent, typeof i3$8.SplitAreaComponent, typeof i4.RouterOutlet, typeof i4.RouterLink, typeof i4.RouterLinkActive, typeof i3.AdsIconModule, typeof AdsDividerModule], [typeof AdsSideNavBarComponent]>;
|
|
2781
2781
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSideNavBarModule>;
|
|
2782
2782
|
}
|
|
2783
2783
|
|
|
@@ -2852,10 +2852,56 @@ declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
|
2852
2852
|
|
|
2853
2853
|
declare class AdsScmsSideNavBarModule {
|
|
2854
2854
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarModule, never>;
|
|
2855
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof
|
|
2855
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i3$8.SplitComponent, typeof i3$8.SplitAreaComponent, typeof i4.RouterLink, typeof i4.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$6.MatMenu, typeof i12.MatToolbar, typeof i4$6.MatMenuTrigger, typeof i3$2.MatIconButton, typeof i4.RouterOutlet], [typeof AdsScmsSideNavBarComponent]>;
|
|
2856
2856
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarModule>;
|
|
2857
2857
|
}
|
|
2858
2858
|
|
|
2859
|
+
type ScmsNavItemV2 = {
|
|
2860
|
+
label: string;
|
|
2861
|
+
icon: adsIcon;
|
|
2862
|
+
href?: string;
|
|
2863
|
+
subItems?: ScmsNavSubItemV2[];
|
|
2864
|
+
showDividerAfterItem?: boolean;
|
|
2865
|
+
};
|
|
2866
|
+
type ScmsNavSubItemV2 = {
|
|
2867
|
+
label: string;
|
|
2868
|
+
icon?: adsIcon;
|
|
2869
|
+
href: string;
|
|
2870
|
+
};
|
|
2871
|
+
|
|
2872
|
+
declare class AdsScmsSideNavBarV2Component {
|
|
2873
|
+
protected router: Router;
|
|
2874
|
+
private registry;
|
|
2875
|
+
/** @ignore */
|
|
2876
|
+
constructor(router: Router, registry: AdsIconRegistry);
|
|
2877
|
+
/** @ignore */
|
|
2878
|
+
sideNavArea: ElementRef;
|
|
2879
|
+
/** Array of nav elements */
|
|
2880
|
+
navItems: i0.InputSignal<ScmsNavItemV2[]>;
|
|
2881
|
+
/** Array of breadcrumb elements */
|
|
2882
|
+
breadcrumbs: i0.InputSignal<Breadcrumb[]>;
|
|
2883
|
+
/** Show/hide breadcrumbs on the current page */
|
|
2884
|
+
showBreadcrumbs: i0.InputSignal<boolean>;
|
|
2885
|
+
/** @ignore */
|
|
2886
|
+
isMobile: i0.WritableSignal<boolean>;
|
|
2887
|
+
/** @ignore */
|
|
2888
|
+
isCollapsed: i0.WritableSignal<boolean>;
|
|
2889
|
+
/** @ignore */
|
|
2890
|
+
hasActiveLink(item: ScmsNavItemV2): boolean;
|
|
2891
|
+
/** @ignore */
|
|
2892
|
+
hasActiveSubLink(item: ScmsNavSubItemV2): boolean;
|
|
2893
|
+
/** @ignore */
|
|
2894
|
+
private isActive;
|
|
2895
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarV2Component, never>;
|
|
2896
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsScmsSideNavBarV2Component, "ads-scms-side-nav-bar-v2", never, { "navItems": { "alias": "navItems"; "required": false; "isSignal": true; }; "breadcrumbs": { "alias": "breadcrumbs"; "required": false; "isSignal": true; }; "showBreadcrumbs": { "alias": "showBreadcrumbs"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
declare class AdsScmsSideNavBarV2Module {
|
|
2900
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarV2Module, never>;
|
|
2901
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarV2Module, [typeof AdsScmsSideNavBarV2Component], [typeof i2.CommonModule, typeof i3$8.SplitComponent, typeof i3$8.SplitAreaComponent, typeof i4.RouterLink, typeof i4.RouterLinkActive, typeof i3.AdsIconModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof AdsAscentLogoModule, typeof AdsBreadcrumbModule, typeof i4$6.MatMenu, typeof i12.MatToolbar, typeof i4$6.MatMenuTrigger, typeof i3$2.MatIconButton, typeof i4.RouterOutlet, typeof AdsDividerModule], [typeof AdsScmsSideNavBarV2Component]>;
|
|
2902
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarV2Module>;
|
|
2903
|
+
}
|
|
2904
|
+
|
|
2859
2905
|
type MainMenuItem = {
|
|
2860
2906
|
text: string;
|
|
2861
2907
|
icon?: string;
|
|
@@ -2934,7 +2980,7 @@ declare class AdsMainMenuItemsComponent {
|
|
|
2934
2980
|
|
|
2935
2981
|
declare class AdsMainMenuItemsModule {
|
|
2936
2982
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuItemsModule, never>;
|
|
2937
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof
|
|
2983
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i4.RouterModule, typeof i4$6.MatMenuModule, typeof AdsButtonModule, typeof AdsButtonModule, typeof AdsLinkButtonModule], [typeof AdsMainMenuItemsComponent]>;
|
|
2938
2984
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuItemsModule>;
|
|
2939
2985
|
}
|
|
2940
2986
|
|
|
@@ -2953,13 +2999,13 @@ declare class AdsProfileDisplayComponent {
|
|
|
2953
2999
|
|
|
2954
3000
|
declare class AdsProfileDisplayModule {
|
|
2955
3001
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProfileDisplayModule, never>;
|
|
2956
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProfileDisplayModule, [typeof AdsProfileDisplayComponent], [typeof i2.CommonModule, typeof
|
|
3002
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProfileDisplayModule, [typeof AdsProfileDisplayComponent], [typeof i2.CommonModule, typeof i4.RouterModule, typeof i3.AdsIconModule], [typeof AdsProfileDisplayComponent]>;
|
|
2957
3003
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProfileDisplayModule>;
|
|
2958
3004
|
}
|
|
2959
3005
|
|
|
2960
3006
|
declare class AdsMainMenuModule {
|
|
2961
3007
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuModule, never>;
|
|
2962
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$9.MatBottomSheetModule, typeof i4$8.MatListModule, typeof i4$
|
|
3008
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$9.MatBottomSheetModule, typeof i4$8.MatListModule, typeof i4$6.MatMenuModule, typeof i3.AdsIconModule, typeof AdsMainMenuItemsModule, typeof AdsProfileDisplayModule, typeof i4.RouterModule], [typeof AdsMainMenuComponent]>;
|
|
2963
3009
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuModule>;
|
|
2964
3010
|
}
|
|
2965
3011
|
|
|
@@ -3120,7 +3166,7 @@ declare class AdsHorizontalNavBarComponent implements OnInit {
|
|
|
3120
3166
|
|
|
3121
3167
|
declare class AdsHorizontalNavBarModule {
|
|
3122
3168
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsHorizontalNavBarModule, never>;
|
|
3123
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHorizontalNavBarModule, [typeof AdsHorizontalNavBarComponent], [typeof i2$2.MatTabNav, typeof i2$2.MatTabLink, typeof
|
|
3169
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsHorizontalNavBarModule, [typeof AdsHorizontalNavBarComponent], [typeof i2$2.MatTabNav, typeof i2$2.MatTabLink, typeof i4.RouterOutlet, typeof i4.RouterLink, typeof i4.RouterLinkActive, typeof i2$2.MatTabNavPanel], [typeof AdsHorizontalNavBarComponent]>;
|
|
3124
3170
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsHorizontalNavBarModule>;
|
|
3125
3171
|
}
|
|
3126
3172
|
|
|
@@ -3194,7 +3240,7 @@ declare class AdsTimeFieldComponent extends AdsInputDropdownComponent implements
|
|
|
3194
3240
|
|
|
3195
3241
|
declare class AdsTimeFieldModule {
|
|
3196
3242
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimeFieldModule, never>;
|
|
3197
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimeFieldModule, [typeof AdsTimeFieldComponent], [typeof i2.CommonModule, typeof AdsInputDropdownModule, typeof i3.AdsIconModule, typeof i3$2.MatIconButton, typeof i3$
|
|
3243
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimeFieldModule, [typeof AdsTimeFieldComponent], [typeof i2.CommonModule, typeof AdsInputDropdownModule, typeof i3.AdsIconModule, typeof i3$2.MatIconButton, typeof i3$4.NgxMaskDirective, typeof i3$3.ReactiveFormsModule, typeof AdsInputModule], [typeof AdsTimeFieldComponent]>;
|
|
3198
3244
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimeFieldModule>;
|
|
3199
3245
|
}
|
|
3200
3246
|
|
|
@@ -3330,7 +3376,7 @@ declare class AdsNavigationItemComponent {
|
|
|
3330
3376
|
|
|
3331
3377
|
declare class AdsNavigationItemModule {
|
|
3332
3378
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemModule, never>;
|
|
3333
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemModule, [typeof AdsNavigationItemComponent], [typeof i2.CommonModule, typeof
|
|
3379
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemModule, [typeof AdsNavigationItemComponent], [typeof i2.CommonModule, typeof i4.RouterModule, typeof i16.MatTooltipModule, typeof i3.AdsIconModule], [typeof AdsNavigationItemComponent]>;
|
|
3334
3380
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationItemModule>;
|
|
3335
3381
|
}
|
|
3336
3382
|
|
|
@@ -3435,7 +3481,7 @@ declare class AdsInternationalPhoneFieldComponent extends AbstractInputComponent
|
|
|
3435
3481
|
|
|
3436
3482
|
declare class AdsInternationalPhoneFieldModule {
|
|
3437
3483
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInternationalPhoneFieldModule, never>;
|
|
3438
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInternationalPhoneFieldModule, [typeof AdsInternationalPhoneFieldComponent], [typeof i2.CommonModule, typeof i3$
|
|
3484
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInternationalPhoneFieldModule, [typeof AdsInternationalPhoneFieldComponent], [typeof i2.CommonModule, typeof i3$4.NgxMaskDirective, typeof AdsInputModule, typeof AdsDropdownModule, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent], [typeof AdsInternationalPhoneFieldComponent]>;
|
|
3439
3485
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInternationalPhoneFieldModule>;
|
|
3440
3486
|
}
|
|
3441
3487
|
|
|
@@ -3486,7 +3532,7 @@ declare class AdsProgressStepperComponent implements AfterViewInit, OnChanges, O
|
|
|
3486
3532
|
|
|
3487
3533
|
declare class AdsProgressStepperModule {
|
|
3488
3534
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressStepperModule, never>;
|
|
3489
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressStepperModule, [typeof AdsProgressStepperComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4$
|
|
3535
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressStepperModule, [typeof AdsProgressStepperComponent], [typeof i2.CommonModule, typeof i3.AdsIconModule, typeof i4$2.AdsGestureModule], [typeof AdsProgressStepperComponent]>;
|
|
3490
3536
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressStepperModule>;
|
|
3491
3537
|
}
|
|
3492
3538
|
|
|
@@ -3546,5 +3592,5 @@ declare function provideAdsUi(config: AdsUiConfig): {
|
|
|
3546
3592
|
useValue: AdsUiConfig;
|
|
3547
3593
|
}[];
|
|
3548
3594
|
|
|
3549
|
-
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 };
|
|
3550
|
-
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 };
|
|
3595
|
+
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, AdsScmsSideNavBarV2Component, AdsScmsSideNavBarV2Module, 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 };
|
|
3596
|
+
export type { AdsModalData, AdsUiConfig, Breadcrumb, ColumnVisibilityControl, Copyright, DROP_CALLBACK_INDEXES, DividerStyle, ErrorPageConfig, ErrorPageInfoColumn, HorizontalNavLink, HorizontalStep, IconButtonSize, Link, MainMenuItem, NavItem, NavMenuItem, NumericStep, ProgressStep, ScmsNavItem, ScmsNavItemV2, ScmsNavSubItem, ScmsNavSubItemV2, SearchDropdownComponentOptions, SearchDropdownDisplayControlValue, SearchDropdownStaticOption, SearchDropdownStaticOptionTemplateContext, Size, SnackBarData, Step, Tab, Tag, UNSUBSCRIBE_FUNCTIONS_COLLECTION, Variant, VerticalSideNavigationStep, WizardStep };
|