@ascentgl/ads-ui 21.120.0 → 21.122.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
|
@@ -9,10 +9,12 @@ import * as i3 from '@angular/material/badge';
|
|
|
9
9
|
import * as i3$2 from '@angular/router';
|
|
10
10
|
import { Router } from '@angular/router';
|
|
11
11
|
import * as i3$1 from '@angular/material/button';
|
|
12
|
-
import * as i4$1 from '@angular/
|
|
12
|
+
import * as i4$1 from '@angular/material/menu';
|
|
13
|
+
import { MatMenuPanel, MatMenuTrigger, MatMenu } from '@angular/material/menu';
|
|
14
|
+
import * as i4$2 from '@angular/cdk/overlay';
|
|
13
15
|
import { ScrollStrategy, ConnectedPosition } from '@angular/cdk/overlay';
|
|
14
16
|
import { Subject, Subscription, Observable } from 'rxjs';
|
|
15
|
-
import * as i4$
|
|
17
|
+
import * as i4$3 from '@ascentgl/ads-utils';
|
|
16
18
|
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
17
19
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
18
20
|
import * as i5 from '@angular/material/progress-spinner';
|
|
@@ -22,7 +24,7 @@ import * as i5$1 from '@angular/material/select';
|
|
|
22
24
|
import { MatSelect } from '@angular/material/select';
|
|
23
25
|
import * as i6 from '@angular/material/core';
|
|
24
26
|
import { MatOption, NativeDateAdapter } from '@angular/material/core';
|
|
25
|
-
import * as i4$
|
|
27
|
+
import * as i4$4 from '@angular/material/form-field';
|
|
26
28
|
import * as i5$2 from '@angular/material/input';
|
|
27
29
|
import * as i10 from '@angular/material/icon';
|
|
28
30
|
import * as i16 from '@angular/material/tooltip';
|
|
@@ -34,8 +36,8 @@ import * as i3$5 from '@angular/material/divider';
|
|
|
34
36
|
import * as i3$6 from '@angular/material/datepicker';
|
|
35
37
|
import * as i5$3 from '@mat-datetimepicker/core';
|
|
36
38
|
import { MatDatetimepickerComponent, MatDatetimepickerInputEvent } from '@mat-datetimepicker/core';
|
|
37
|
-
import * as i4$
|
|
38
|
-
import * as i4$
|
|
39
|
+
import * as i4$5 from '@angular/material/radio';
|
|
40
|
+
import * as i4$6 from '@angular/material/slider';
|
|
39
41
|
import * as i3$7 from '@angular/material/snack-bar';
|
|
40
42
|
import { MatSnackBarRef } from '@angular/material/snack-bar';
|
|
41
43
|
import { BreakpointState, BreakpointObserver } from '@angular/cdk/layout';
|
|
@@ -45,8 +47,6 @@ import * as i7 from '@angular/material/expansion';
|
|
|
45
47
|
import { MatExpansionPanel, MatAccordion } from '@angular/material/expansion';
|
|
46
48
|
import * as ag_grid_community from 'ag-grid-community';
|
|
47
49
|
import { IHeaderParams, GridOptions, ColDef, GridApi, SortChangedEvent, FilterChangedEvent, GridReadyEvent, FirstDataRenderedEvent } from 'ag-grid-community';
|
|
48
|
-
import * as i4$6 from '@angular/material/menu';
|
|
49
|
-
import { MatMenuTrigger, MatMenuPanel, MatMenu } from '@angular/material/menu';
|
|
50
50
|
import * as i6$1 from '@angular/cdk/drag-drop';
|
|
51
51
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
52
52
|
import * as i5$4 from 'ag-grid-angular';
|
|
@@ -244,6 +244,27 @@ declare class AdsButtonContainerModule {
|
|
|
244
244
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsButtonContainerModule>;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
+
declare class AdsSubNavigationButtonComponent {
|
|
248
|
+
/** The unique ID for the button */
|
|
249
|
+
id: i0.InputSignal<string>;
|
|
250
|
+
/** Makes the button take 100% width of its container */
|
|
251
|
+
fullWidth: i0.InputSignal<boolean>;
|
|
252
|
+
/** The menu to trigger when button is clicked */
|
|
253
|
+
matMenuTriggerFor: i0.InputSignal<MatMenuPanel<any> | null>;
|
|
254
|
+
/** Event emitted when the menu is opened */
|
|
255
|
+
menuOpened: i0.OutputEmitterRef<void>;
|
|
256
|
+
/** Event emitted when the menu is closed */
|
|
257
|
+
menuClosed: i0.OutputEmitterRef<void>;
|
|
258
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSubNavigationButtonComponent, never>;
|
|
259
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSubNavigationButtonComponent, "ads-sub-navigation-button", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "matMenuTriggerFor": { "alias": "matMenuTriggerFor"; "required": false; "isSignal": true; }; }, { "menuOpened": "menuOpened"; "menuClosed": "menuClosed"; }, never, ["*"], false, never>;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
declare class AdsSubNavigationButtonModule {
|
|
263
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSubNavigationButtonModule, never>;
|
|
264
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSubNavigationButtonModule, [typeof AdsSubNavigationButtonComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4$1.MatMenuModule], [typeof AdsSubNavigationButtonComponent]>;
|
|
265
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSubNavigationButtonModule>;
|
|
266
|
+
}
|
|
267
|
+
|
|
247
268
|
declare enum Colors {
|
|
248
269
|
White = "white",
|
|
249
270
|
Muted30 = "muted-30",
|
|
@@ -506,7 +527,7 @@ declare class AdsTagContainerModule {
|
|
|
506
527
|
|
|
507
528
|
declare class AdsCreateTagModule {
|
|
508
529
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCreateTagModule, never>;
|
|
509
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCreateTagModule, [typeof AdsCreateTagComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4$
|
|
530
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCreateTagModule, [typeof AdsCreateTagComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4$2.OverlayModule, typeof i4.AdsIconModule, typeof AdsButtonModule, typeof AdsTagContainerModule, typeof AdsTagModule], [typeof AdsCreateTagComponent]>;
|
|
510
531
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCreateTagModule>;
|
|
511
532
|
}
|
|
512
533
|
|
|
@@ -1058,7 +1079,7 @@ declare class AdsProgressSpinnerComponent implements OnInit {
|
|
|
1058
1079
|
|
|
1059
1080
|
declare class AdsProgressSpinnerModule {
|
|
1060
1081
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressSpinnerModule, never>;
|
|
1061
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$
|
|
1082
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressSpinnerModule, [typeof AdsProgressSpinnerComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$3.AdsGestureModule, typeof i5.MatProgressSpinnerModule], [typeof AdsProgressSpinnerComponent]>;
|
|
1062
1083
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressSpinnerModule>;
|
|
1063
1084
|
}
|
|
1064
1085
|
|
|
@@ -1482,7 +1503,7 @@ declare class AdsCheckboxModule {
|
|
|
1482
1503
|
|
|
1483
1504
|
declare class AdsDropdownModule {
|
|
1484
1505
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownModule, never>;
|
|
1485
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$
|
|
1506
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$4.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i4.AdsIconModule, typeof i5$2.MatInputModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof i10.MatIcon, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof AdsTagModule, typeof AdsCheckboxModule, typeof i16.MatTooltipModule], [typeof AdsDropdownComponent]>;
|
|
1486
1507
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDropdownModule>;
|
|
1487
1508
|
}
|
|
1488
1509
|
|
|
@@ -1534,7 +1555,7 @@ declare class AdsMultiSelectDropdownComponent extends AdsDropdownComponent imple
|
|
|
1534
1555
|
|
|
1535
1556
|
declare class AdsMultiSelectDropdownModule {
|
|
1536
1557
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownModule, never>;
|
|
1537
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$
|
|
1558
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$4.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i4.AdsIconModule, typeof i5$2.MatInputModule, typeof AdsInputTooltipComponent, typeof i3$1.MatIconButton, typeof i10.MatIcon, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsTagModule, typeof AdsCheckboxModule, typeof i16.MatTooltipModule], [typeof AdsMultiSelectDropdownComponent]>;
|
|
1538
1559
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMultiSelectDropdownModule>;
|
|
1539
1560
|
}
|
|
1540
1561
|
|
|
@@ -1598,7 +1619,7 @@ declare class AdsInputComponent extends AbstractInputComponent implements OnInit
|
|
|
1598
1619
|
|
|
1599
1620
|
declare class AdsInputModule {
|
|
1600
1621
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputModule, never>;
|
|
1601
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputModule, [typeof AdsInputComponent], [typeof i2.CommonModule, typeof i4$
|
|
1622
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputModule, [typeof AdsInputComponent], [typeof i2.CommonModule, typeof i4$4.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof AdsInputTooltipComponent, typeof i3$1.MatIconButton, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof i3$4.NgxMaskDirective, typeof i13.MatAutocompleteTrigger], [typeof AdsInputComponent]>;
|
|
1602
1623
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputModule>;
|
|
1603
1624
|
}
|
|
1604
1625
|
|
|
@@ -1644,7 +1665,7 @@ declare class AdsTextareaComponent extends AbstractInputComponent {
|
|
|
1644
1665
|
|
|
1645
1666
|
declare class AdsTextareaModule {
|
|
1646
1667
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTextareaModule, never>;
|
|
1647
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTextareaModule, [typeof AdsTextareaComponent], [typeof i2.CommonModule, typeof i4$
|
|
1668
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTextareaModule, [typeof AdsTextareaComponent], [typeof i2.CommonModule, typeof i4$4.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsSuccessComponent, typeof AdsErrorComponent, typeof AdsHintComponent], [typeof AdsTextareaComponent]>;
|
|
1648
1669
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTextareaModule>;
|
|
1649
1670
|
}
|
|
1650
1671
|
|
|
@@ -1714,7 +1735,7 @@ declare class AdsInputDropdownComponent extends AbstractInputComponent implement
|
|
|
1714
1735
|
|
|
1715
1736
|
declare class AdsInputDropdownModule {
|
|
1716
1737
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownModule, never>;
|
|
1717
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputDropdownModule, [typeof AdsInputDropdownComponent], [typeof i2.CommonModule, typeof i3$5.MatDividerModule, typeof i4$
|
|
1738
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputDropdownModule, [typeof AdsInputDropdownComponent], [typeof i2.CommonModule, typeof i3$5.MatDividerModule, typeof i4$4.MatFormFieldModule, typeof i5$1.MatSelectModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof AdsInputModule, typeof AdsDropdownModule, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof i3$4.NgxMaskDirective], [typeof AdsInputDropdownComponent]>;
|
|
1718
1739
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputDropdownModule>;
|
|
1719
1740
|
}
|
|
1720
1741
|
|
|
@@ -2007,7 +2028,7 @@ declare class AdsSearchDropdownHighlighterPipeModule {
|
|
|
2007
2028
|
|
|
2008
2029
|
declare class AdsSearchDropdownModule {
|
|
2009
2030
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownModule, never>;
|
|
2010
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$
|
|
2031
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$4.MatFormFieldModule, typeof i4.AdsIconModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i13.MatAutocompleteModule, typeof i5$1.MatSelectModule, typeof AdsSearchDropdownHighlighterPipeModule, typeof i3$6.MatDatepickerModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent, typeof i16.MatTooltipModule], [typeof AdsSearchDropdownComponent]>;
|
|
2011
2032
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownModule>;
|
|
2012
2033
|
}
|
|
2013
2034
|
|
|
@@ -2033,7 +2054,7 @@ declare class AdsSearchInputComponent extends AdsInputComponent {
|
|
|
2033
2054
|
|
|
2034
2055
|
declare class AdsSearchInputModule {
|
|
2035
2056
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchInputModule, never>;
|
|
2036
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchInputModule, [typeof AdsSearchInputComponent], [typeof i2.CommonModule, typeof i4$
|
|
2057
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchInputModule, [typeof AdsSearchInputComponent], [typeof i2.CommonModule, typeof i4$4.MatFormFieldModule, typeof i4.AdsIconModule, typeof i5$2.MatInputModule, typeof i5.MatProgressSpinnerModule, typeof i3$3.ReactiveFormsModule, typeof i13.MatAutocompleteModule, typeof i5$1.MatSelectModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsSearchInputComponent]>;
|
|
2037
2058
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchInputModule>;
|
|
2038
2059
|
}
|
|
2039
2060
|
|
|
@@ -2191,7 +2212,7 @@ declare class DateTimePickerFormatDirectiveModule {
|
|
|
2191
2212
|
|
|
2192
2213
|
declare class AdsDatetimepickerModule {
|
|
2193
2214
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatetimepickerModule, never>;
|
|
2194
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatetimepickerModule, [typeof AdsDatetimepickerComponent], [typeof i2.CommonModule, typeof i3$6.MatDatepickerModule, typeof i4$
|
|
2215
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatetimepickerModule, [typeof AdsDatetimepickerComponent], [typeof i2.CommonModule, typeof i3$6.MatDatepickerModule, typeof i4$4.MatFormFieldModule, typeof i5$3.MatNativeDatetimeModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof i5$3.MatDatetimepickerModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsDatetimepickerComponent]>;
|
|
2195
2216
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatetimepickerModule>;
|
|
2196
2217
|
}
|
|
2197
2218
|
|
|
@@ -2271,7 +2292,7 @@ declare class AdsDatepickerComponent extends AdsDatetimepickerComponent implemen
|
|
|
2271
2292
|
|
|
2272
2293
|
declare class AdsDatepickerModule {
|
|
2273
2294
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatepickerModule, never>;
|
|
2274
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatepickerModule, [typeof AdsDatepickerComponent], [typeof i2.CommonModule, typeof i3$6.MatDatepickerModule, typeof i4$
|
|
2295
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatepickerModule, [typeof AdsDatepickerComponent], [typeof i2.CommonModule, typeof i3$6.MatDatepickerModule, typeof i4$4.MatFormFieldModule, typeof i5$2.MatInputModule, typeof i6.MatNativeDateModule, typeof i5$3.MatNativeDatetimeModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof i5$3.MatDatetimepickerModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof AdsInputTooltipComponent, typeof i3$1.MatIconButton, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsDatepickerComponent]>;
|
|
2275
2296
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatepickerModule>;
|
|
2276
2297
|
}
|
|
2277
2298
|
|
|
@@ -2299,7 +2320,7 @@ declare class AdsTimepickerComponent extends AdsDatetimepickerComponent {
|
|
|
2299
2320
|
|
|
2300
2321
|
declare class AdsTimepickerModule {
|
|
2301
2322
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimepickerModule, never>;
|
|
2302
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimepickerModule, [typeof AdsTimepickerComponent], [typeof i2.CommonModule, typeof i5$3.MatDatetimepickerModule, typeof i3$6.MatDatepickerModule, typeof i4$
|
|
2323
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimepickerModule, [typeof AdsTimepickerComponent], [typeof i2.CommonModule, typeof i5$3.MatDatetimepickerModule, typeof i3$6.MatDatepickerModule, typeof i4$4.MatFormFieldModule, typeof i5$3.MatNativeDatetimeModule, typeof i6.MatNativeDateModule, typeof i5$2.MatInputModule, typeof i3$3.ReactiveFormsModule, typeof i4.AdsIconModule, typeof i10.MatIconModule, typeof DateTimePickerFormatDirectiveModule, typeof i3$1.MatIconButton, typeof AdsInputTooltipComponent, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsSuccessComponent], [typeof AdsTimepickerComponent]>;
|
|
2303
2324
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimepickerModule>;
|
|
2304
2325
|
}
|
|
2305
2326
|
|
|
@@ -2330,7 +2351,7 @@ declare class AdsRadioButtonComponent extends AdsDropdownComponent implements On
|
|
|
2330
2351
|
|
|
2331
2352
|
declare class AdsRadioButtonModule {
|
|
2332
2353
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsRadioButtonModule, never>;
|
|
2333
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsRadioButtonModule, [typeof AdsRadioButtonComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$
|
|
2354
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsRadioButtonModule, [typeof AdsRadioButtonComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$5.MatRadioModule, typeof i6.MatOptionModule, typeof i5$2.MatInputModule, typeof AdsErrorComponent, typeof AdsHintComponent, typeof AdsInputTooltipComponent, typeof AdsSearchDropdownHighlighterPipeModule, typeof AdsSuccessComponent], [typeof AdsRadioButtonComponent]>;
|
|
2334
2355
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsRadioButtonModule>;
|
|
2335
2356
|
}
|
|
2336
2357
|
|
|
@@ -2390,7 +2411,7 @@ declare class AdsSliderComponent extends AdsCheckboxComponent {
|
|
|
2390
2411
|
|
|
2391
2412
|
declare class AdsSliderModule {
|
|
2392
2413
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSliderModule, never>;
|
|
2393
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSliderModule, [typeof AdsSliderComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$
|
|
2414
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSliderModule, [typeof AdsSliderComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$6.MatSliderModule, typeof i5$2.MatInputModule, typeof i4.AdsIconModule, typeof AdsErrorComponent, typeof AdsHintComponent], [typeof AdsSliderComponent]>;
|
|
2394
2415
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSliderModule>;
|
|
2395
2416
|
}
|
|
2396
2417
|
|
|
@@ -2982,7 +3003,7 @@ declare class AdsCustomHeaderComponent implements IHeaderAngularComp {
|
|
|
2982
3003
|
|
|
2983
3004
|
declare class AdsCustomHeaderModule {
|
|
2984
3005
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCustomHeaderModule, never>;
|
|
2985
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCustomHeaderModule, [typeof AdsCustomHeaderComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$
|
|
3006
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCustomHeaderModule, [typeof AdsCustomHeaderComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$1.MatMenuModule, typeof AdsColumnSortFilterMenuModule], [typeof AdsCustomHeaderComponent]>;
|
|
2986
3007
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCustomHeaderModule>;
|
|
2987
3008
|
}
|
|
2988
3009
|
|
|
@@ -3383,7 +3404,7 @@ declare class AdsTableButtonComponent {
|
|
|
3383
3404
|
|
|
3384
3405
|
declare class AdsTableButtonModule {
|
|
3385
3406
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableButtonModule, never>;
|
|
3386
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableButtonModule, [typeof AdsTableButtonComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4$
|
|
3407
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableButtonModule, [typeof AdsTableButtonComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4$1.MatMenuModule], [typeof AdsTableButtonComponent]>;
|
|
3387
3408
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableButtonModule>;
|
|
3388
3409
|
}
|
|
3389
3410
|
|
|
@@ -3483,7 +3504,7 @@ declare class AdsFilterMenuModule {
|
|
|
3483
3504
|
|
|
3484
3505
|
declare class AdsTableModule {
|
|
3485
3506
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableModule, never>;
|
|
3486
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof i3$8.ScrollingModule, typeof i4.AdsIconModule, typeof i5$4.AgGridAngular, typeof i2$1.MatDialogModule, typeof AdsSlideToggle, typeof AdsButtonModule, typeof AdsTableButtonModule, typeof AdsDividerModule, typeof i16.MatTooltip, typeof i4$
|
|
3507
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof i3$8.ScrollingModule, typeof i4.AdsIconModule, typeof i5$4.AgGridAngular, typeof i2$1.MatDialogModule, typeof AdsSlideToggle, typeof AdsButtonModule, typeof AdsTableButtonModule, typeof AdsDividerModule, typeof i16.MatTooltip, typeof i4$1.MatMenuModule, typeof AdsColumnSortFilterMenuModule, typeof AdsFilterMenuModule, typeof AdsSortMenuModule, typeof AdsCustomHeaderModule, typeof AdsProgressSpinnerModule], [typeof AdsTableComponent]>;
|
|
3487
3508
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableModule>;
|
|
3488
3509
|
}
|
|
3489
3510
|
|
|
@@ -3519,7 +3540,7 @@ declare class AdsNavMenuComponent {
|
|
|
3519
3540
|
|
|
3520
3541
|
declare class AdsNavMenuModule {
|
|
3521
3542
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuModule, never>;
|
|
3522
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4$
|
|
3543
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4$1.MatMenu, typeof i4$1.MatMenuTrigger, typeof i3$2.RouterLinkActive, typeof i4$1.MatMenuItem, typeof i3$2.RouterLink], [typeof AdsNavMenuComponent]>;
|
|
3523
3544
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavMenuModule>;
|
|
3524
3545
|
}
|
|
3525
3546
|
|
|
@@ -3681,7 +3702,7 @@ declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
|
3681
3702
|
|
|
3682
3703
|
declare class AdsScmsSideNavBarModule {
|
|
3683
3704
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarModule, never>;
|
|
3684
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$7.SplitComponent, typeof i4$7.SplitAreaComponent, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.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$
|
|
3705
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$7.SplitComponent, typeof i4$7.SplitAreaComponent, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.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$1.MatMenu, typeof i12.MatToolbar, typeof i4$1.MatMenuTrigger, typeof i3$1.MatIconButton, typeof i3$2.RouterOutlet], [typeof AdsScmsSideNavBarComponent]>;
|
|
3685
3706
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarModule>;
|
|
3686
3707
|
}
|
|
3687
3708
|
|
|
@@ -3743,7 +3764,7 @@ declare class AdsSideNavBarV2Component implements OnInit, OnDestroy {
|
|
|
3743
3764
|
|
|
3744
3765
|
declare class AdsSideNavBarV2Module {
|
|
3745
3766
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSideNavBarV2Module, never>;
|
|
3746
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarV2Module, [typeof AdsSideNavBarV2Component], [typeof i2.CommonModule, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.AdsIconModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof i4$
|
|
3767
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSideNavBarV2Module, [typeof AdsSideNavBarV2Component], [typeof i2.CommonModule, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.AdsIconModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof i4$1.MatMenu, typeof i12.MatToolbar, typeof i4$1.MatMenuTrigger, typeof i3$1.MatIconButton, typeof i3$2.RouterOutlet, typeof AdsDividerModule], [typeof AdsSideNavBarV2Component]>;
|
|
3747
3768
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSideNavBarV2Module>;
|
|
3748
3769
|
}
|
|
3749
3770
|
|
|
@@ -3825,7 +3846,7 @@ declare class AdsMainMenuItemsComponent {
|
|
|
3825
3846
|
|
|
3826
3847
|
declare class AdsMainMenuItemsModule {
|
|
3827
3848
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuItemsModule, never>;
|
|
3828
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i4$
|
|
3849
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i4$1.MatMenuModule, typeof AdsButtonModule, typeof AdsButtonModule, typeof AdsLinkButtonModule], [typeof AdsMainMenuItemsComponent]>;
|
|
3829
3850
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuItemsModule>;
|
|
3830
3851
|
}
|
|
3831
3852
|
|
|
@@ -3850,7 +3871,7 @@ declare class AdsProfileDisplayModule {
|
|
|
3850
3871
|
|
|
3851
3872
|
declare class AdsMainMenuModule {
|
|
3852
3873
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuModule, never>;
|
|
3853
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$9.MatBottomSheetModule, typeof i4$8.MatListModule, typeof i4$
|
|
3874
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$9.MatBottomSheetModule, typeof i4$8.MatListModule, typeof i4$1.MatMenuModule, typeof i4.AdsIconModule, typeof AdsMainMenuItemsModule, typeof AdsProfileDisplayModule, typeof i3$2.RouterModule], [typeof AdsMainMenuComponent]>;
|
|
3854
3875
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuModule>;
|
|
3855
3876
|
}
|
|
3856
3877
|
|
|
@@ -4451,7 +4472,7 @@ declare class AdsProgressStepperComponent implements AfterViewInit, OnChanges, O
|
|
|
4451
4472
|
|
|
4452
4473
|
declare class AdsProgressStepperModule {
|
|
4453
4474
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressStepperModule, never>;
|
|
4454
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressStepperModule, [typeof AdsProgressStepperComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$
|
|
4475
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsProgressStepperModule, [typeof AdsProgressStepperComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$3.AdsGestureModule], [typeof AdsProgressStepperComponent]>;
|
|
4455
4476
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressStepperModule>;
|
|
4456
4477
|
}
|
|
4457
4478
|
|
|
@@ -4505,5 +4526,5 @@ declare function provideAdsUi(config: AdsUiConfig): {
|
|
|
4505
4526
|
useValue: AdsUiConfig;
|
|
4506
4527
|
}[];
|
|
4507
4528
|
|
|
4508
|
-
export { AdsArchitectureLogoComponent, AdsArchitectureLogoModule, AdsAscentLogoComponent, AdsAscentLogoModule, AdsAvatarComponent, AdsAvatarModule, AdsBreadcrumbComponent, AdsBreadcrumbModule, AdsBubbleComponent, AdsBubbleModule, AdsButtonComponent, AdsButtonContainerComponent, AdsButtonContainerModule, AdsButtonModule, AdsCardComponent, AdsCardModule, AdsCheckboxComponent, AdsCheckboxModule, AdsChipComponent, AdsChipModule, AdsColumnSortFilterMenuComponent, AdsColumnSortFilterMenuModule, AdsCreateTagComponent, AdsCreateTagModule, AdsCurrencyFieldComponent, AdsCurrencyFieldModule, AdsCustomHeaderComponent, AdsCustomHeaderModule, AdsCustomerPortalLogoComponent, AdsCustomerPortalLogoModule, AdsDatepickerComponent, AdsDatepickerModule, AdsDatetimepickerComponent, AdsDatetimepickerModule, AdsDividerModule, AdsDragAndDropListComponent, AdsDragAndDropListModule, AdsDropdownComponent, AdsDropdownModule, AdsErrorPageCodeComponent, AdsErrorPageCodeModule, AdsErrorPageComponent, AdsErrorPageModule, AdsExpansionPanelComponent, AdsExpansionPanelModule, AdsFilterMenuComponent, AdsFilterMenuModule, 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, AdsShipmentHorizontalStepperComponent, AdsShipmentHorizontalStepperModule, AdsSideNavBarComponent, AdsSideNavBarModule, AdsSideNavBarV2Component, AdsSideNavBarV2Module, AdsSlideToggle, AdsSlideToggleComponent, AdsSliderComponent, AdsSliderModule, AdsSnackbarComponent, AdsSnackbarModule, AdsSortMenuComponent, AdsSortMenuModule, 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, CountryCode, CustomDatetimeAdapter, DividerComponent, ErrorPageDefault, HorizontalStepStatus, MainMenuService, ModalActionType, ModalPanelClass, PanelClass, ShellLayoutComponent, SpinnerSize, StepStatus, TableBreakpoint, ViewportService, WindowService, WizardStepStatus, provideAdsUi };
|
|
4529
|
+
export { AdsArchitectureLogoComponent, AdsArchitectureLogoModule, AdsAscentLogoComponent, AdsAscentLogoModule, AdsAvatarComponent, AdsAvatarModule, AdsBreadcrumbComponent, AdsBreadcrumbModule, AdsBubbleComponent, AdsBubbleModule, AdsButtonComponent, AdsButtonContainerComponent, AdsButtonContainerModule, AdsButtonModule, AdsCardComponent, AdsCardModule, AdsCheckboxComponent, AdsCheckboxModule, AdsChipComponent, AdsChipModule, AdsColumnSortFilterMenuComponent, AdsColumnSortFilterMenuModule, AdsCreateTagComponent, AdsCreateTagModule, AdsCurrencyFieldComponent, AdsCurrencyFieldModule, AdsCustomHeaderComponent, AdsCustomHeaderModule, AdsCustomerPortalLogoComponent, AdsCustomerPortalLogoModule, AdsDatepickerComponent, AdsDatepickerModule, AdsDatetimepickerComponent, AdsDatetimepickerModule, AdsDividerModule, AdsDragAndDropListComponent, AdsDragAndDropListModule, AdsDropdownComponent, AdsDropdownModule, AdsErrorPageCodeComponent, AdsErrorPageCodeModule, AdsErrorPageComponent, AdsErrorPageModule, AdsExpansionPanelComponent, AdsExpansionPanelModule, AdsFilterMenuComponent, AdsFilterMenuModule, 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, AdsShipmentHorizontalStepperComponent, AdsShipmentHorizontalStepperModule, AdsSideNavBarComponent, AdsSideNavBarModule, AdsSideNavBarV2Component, AdsSideNavBarV2Module, AdsSlideToggle, AdsSlideToggleComponent, AdsSliderComponent, AdsSliderModule, AdsSnackbarComponent, AdsSnackbarModule, AdsSortMenuComponent, AdsSortMenuModule, AdsSplashPageComponent, AdsSplashPageModule, AdsStepperComponent, AdsStepperModule, AdsSubNavigationButtonComponent, AdsSubNavigationButtonModule, AdsTableComponent, AdsTableModule, AdsTabsComponent, AdsTabsModule, AdsTagComponent, AdsTagContainerComponent, AdsTagContainerModule, AdsTagModule, AdsTextareaComponent, AdsTextareaModule, AdsTimeFieldComponent, AdsTimeFieldModule, AdsTimepickerComponent, AdsTimepickerModule, AdsVerticalSideNavigationStepperComponent, AdsVerticalSideNavigationStepperModule, AdsWizardStepperComponent, AdsWizardStepperModule, AscentCardComponent, AscentCardModule, BadgeColor, Colors, CountryCode, CustomDatetimeAdapter, DividerComponent, ErrorPageDefault, HorizontalStepStatus, MainMenuService, ModalActionType, ModalPanelClass, PanelClass, ShellLayoutComponent, SpinnerSize, StepStatus, TableBreakpoint, ViewportService, WindowService, WizardStepStatus, provideAdsUi };
|
|
4509
4530
|
export type { ActiveFilter, ActiveSort, AdsModalData, AdsNavItemV2, AdsNavSubItemV2, AdsUiConfig, Breadcrumb, ColumnFilterOption, ColumnSortFilterConfig, ColumnSortOption, ColumnVisibilityControl, Copyright, CustomHeaderParams, DROP_CALLBACK_INDEXES, DividerStyle, ErrorPageConfig, ErrorPageInfoColumn, FilterOptionsSortComparator, FilterValueFormatter, HorizontalNavLink, HorizontalStep, IconButtonSize, Link, MainMenuItem, NavItem, NavMenuItem, NumericStep, ProgressStep, ScmsNavItem, ScmsNavSubItem, SearchDropdownComponentOptions, SearchDropdownDisplayControlValue, SearchDropdownStaticOption, SearchDropdownStaticOptionTemplateContext, ShipmentStep, Size, SnackBarData, SortComparator, SortMenuChangeEvent, SortType, Step, Tab, Tag, UNSUBSCRIBE_FUNCTIONS_COLLECTION, Variant, VerticalSideNavigationStep, WizardStep };
|