@ascentgl/ads-ui 21.117.0 → 21.119.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/README.md +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +300 -222
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +137 -137
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
- package/src/assets/sass/ads-ui/main.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +60 -60
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -14
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
- package/types/ascentgl-ads-ui.d.ts +33 -7
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
$primary: (
|
|
2
|
-
50: #e0e9f1,
|
|
3
|
-
100: #b3c8db,
|
|
4
|
-
200: #80a4c3,
|
|
5
|
-
300: #4d80ab,
|
|
6
|
-
400: #266499,
|
|
7
|
-
500: #5756b3,
|
|
8
|
-
600: #00427f,
|
|
9
|
-
700: #003974,
|
|
10
|
-
800: #00316a,
|
|
11
|
-
900: #002157,
|
|
12
|
-
A100: #89aaff,
|
|
13
|
-
A200: #5685ff,
|
|
14
|
-
A400: #2361ff,
|
|
15
|
-
A700: #094fff,
|
|
16
|
-
contrast: (
|
|
17
|
-
50: #000,
|
|
18
|
-
100: #000,
|
|
19
|
-
200: #000,
|
|
20
|
-
300: #fff,
|
|
21
|
-
400: #fff,
|
|
22
|
-
500: #fff,
|
|
23
|
-
600: #fff,
|
|
24
|
-
700: #fff,
|
|
25
|
-
800: #fff,
|
|
26
|
-
900: #fff,
|
|
27
|
-
A100: #000,
|
|
28
|
-
A200: #000,
|
|
29
|
-
A400: #fff,
|
|
30
|
-
A700: #fff,
|
|
31
|
-
),
|
|
32
|
-
);
|
|
33
|
-
|
|
34
|
-
$accent: (
|
|
35
|
-
50: #e0f3f9,
|
|
36
|
-
100: #b3e0f0,
|
|
37
|
-
200: #80cce6,
|
|
38
|
-
300: #4db8db,
|
|
39
|
-
400: #26a8d4,
|
|
40
|
-
500: #09c,
|
|
41
|
-
600: #0091c7,
|
|
42
|
-
700: #0086c0,
|
|
43
|
-
800: #007cb9,
|
|
44
|
-
900: #006bad,
|
|
45
|
-
A100: #d7edff,
|
|
46
|
-
A200: #a4d7ff,
|
|
47
|
-
A400: #71c0ff,
|
|
48
|
-
A700: #58b5ff,
|
|
49
|
-
contrast: (
|
|
50
|
-
50: #000,
|
|
51
|
-
100: #000,
|
|
52
|
-
200: #000,
|
|
53
|
-
300: #000,
|
|
54
|
-
400: #000,
|
|
55
|
-
500: #fff,
|
|
56
|
-
600: #fff,
|
|
57
|
-
700: #fff,
|
|
58
|
-
800: #fff,
|
|
59
|
-
900: #fff,
|
|
60
|
-
A100: #000,
|
|
61
|
-
A200: #000,
|
|
62
|
-
A400: #000,
|
|
63
|
-
A700: #000,
|
|
64
|
-
),
|
|
65
|
-
);
|
|
66
|
-
|
|
67
|
-
$warn: (
|
|
68
|
-
50: #f7e0e2,
|
|
69
|
-
100: #ebb3b8,
|
|
70
|
-
200: #de8088,
|
|
71
|
-
300: #d04d58,
|
|
72
|
-
400: #c62635,
|
|
73
|
-
500: #bc0011,
|
|
74
|
-
600: #b6000f,
|
|
75
|
-
700: #ad000c,
|
|
76
|
-
800: #a5000a,
|
|
77
|
-
900: #970005,
|
|
78
|
-
A100: #ffc2c2,
|
|
79
|
-
A200: #ff8f90,
|
|
80
|
-
A400: #ff5c5d,
|
|
81
|
-
A700: #ff4244,
|
|
82
|
-
contrast: (
|
|
83
|
-
50: #000,
|
|
84
|
-
100: #000,
|
|
85
|
-
200: #000,
|
|
86
|
-
300: #000,
|
|
87
|
-
400: #000,
|
|
88
|
-
500: #fff,
|
|
89
|
-
600: #fff,
|
|
90
|
-
700: #fff,
|
|
91
|
-
800: #fff,
|
|
92
|
-
900: #fff,
|
|
93
|
-
A100: #000,
|
|
94
|
-
A200: #000,
|
|
95
|
-
A400: #000,
|
|
96
|
-
A700: #000,
|
|
97
|
-
),
|
|
98
|
-
);
|
|
1
|
+
$primary: (
|
|
2
|
+
50: #e0e9f1,
|
|
3
|
+
100: #b3c8db,
|
|
4
|
+
200: #80a4c3,
|
|
5
|
+
300: #4d80ab,
|
|
6
|
+
400: #266499,
|
|
7
|
+
500: #5756b3,
|
|
8
|
+
600: #00427f,
|
|
9
|
+
700: #003974,
|
|
10
|
+
800: #00316a,
|
|
11
|
+
900: #002157,
|
|
12
|
+
A100: #89aaff,
|
|
13
|
+
A200: #5685ff,
|
|
14
|
+
A400: #2361ff,
|
|
15
|
+
A700: #094fff,
|
|
16
|
+
contrast: (
|
|
17
|
+
50: #000,
|
|
18
|
+
100: #000,
|
|
19
|
+
200: #000,
|
|
20
|
+
300: #fff,
|
|
21
|
+
400: #fff,
|
|
22
|
+
500: #fff,
|
|
23
|
+
600: #fff,
|
|
24
|
+
700: #fff,
|
|
25
|
+
800: #fff,
|
|
26
|
+
900: #fff,
|
|
27
|
+
A100: #000,
|
|
28
|
+
A200: #000,
|
|
29
|
+
A400: #fff,
|
|
30
|
+
A700: #fff,
|
|
31
|
+
),
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
$accent: (
|
|
35
|
+
50: #e0f3f9,
|
|
36
|
+
100: #b3e0f0,
|
|
37
|
+
200: #80cce6,
|
|
38
|
+
300: #4db8db,
|
|
39
|
+
400: #26a8d4,
|
|
40
|
+
500: #09c,
|
|
41
|
+
600: #0091c7,
|
|
42
|
+
700: #0086c0,
|
|
43
|
+
800: #007cb9,
|
|
44
|
+
900: #006bad,
|
|
45
|
+
A100: #d7edff,
|
|
46
|
+
A200: #a4d7ff,
|
|
47
|
+
A400: #71c0ff,
|
|
48
|
+
A700: #58b5ff,
|
|
49
|
+
contrast: (
|
|
50
|
+
50: #000,
|
|
51
|
+
100: #000,
|
|
52
|
+
200: #000,
|
|
53
|
+
300: #000,
|
|
54
|
+
400: #000,
|
|
55
|
+
500: #fff,
|
|
56
|
+
600: #fff,
|
|
57
|
+
700: #fff,
|
|
58
|
+
800: #fff,
|
|
59
|
+
900: #fff,
|
|
60
|
+
A100: #000,
|
|
61
|
+
A200: #000,
|
|
62
|
+
A400: #000,
|
|
63
|
+
A700: #000,
|
|
64
|
+
),
|
|
65
|
+
);
|
|
66
|
+
|
|
67
|
+
$warn: (
|
|
68
|
+
50: #f7e0e2,
|
|
69
|
+
100: #ebb3b8,
|
|
70
|
+
200: #de8088,
|
|
71
|
+
300: #d04d58,
|
|
72
|
+
400: #c62635,
|
|
73
|
+
500: #bc0011,
|
|
74
|
+
600: #b6000f,
|
|
75
|
+
700: #ad000c,
|
|
76
|
+
800: #a5000a,
|
|
77
|
+
900: #970005,
|
|
78
|
+
A100: #ffc2c2,
|
|
79
|
+
A200: #ff8f90,
|
|
80
|
+
A400: #ff5c5d,
|
|
81
|
+
A700: #ff4244,
|
|
82
|
+
contrast: (
|
|
83
|
+
50: #000,
|
|
84
|
+
100: #000,
|
|
85
|
+
200: #000,
|
|
86
|
+
300: #000,
|
|
87
|
+
400: #000,
|
|
88
|
+
500: #fff,
|
|
89
|
+
600: #fff,
|
|
90
|
+
700: #fff,
|
|
91
|
+
800: #fff,
|
|
92
|
+
900: #fff,
|
|
93
|
+
A100: #000,
|
|
94
|
+
A200: #000,
|
|
95
|
+
A400: #000,
|
|
96
|
+
A700: #000,
|
|
97
|
+
),
|
|
98
|
+
);
|
|
@@ -140,7 +140,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
|
|
|
140
140
|
/** provide icon name. NOTE: the icon must be registered in icon registry **/
|
|
141
141
|
name: i0.InputSignal<adsIcon>;
|
|
142
142
|
/** choose ads icon theme **/
|
|
143
|
-
theme: i0.InputSignal<"
|
|
143
|
+
theme: i0.InputSignal<"iconPrimary" | "primary" | "success" | "warn" | "white">;
|
|
144
144
|
/** set badge value as number **/
|
|
145
145
|
value: i0.InputSignal<number>;
|
|
146
146
|
/** @ignore **/
|
|
@@ -216,7 +216,7 @@ declare class AdsButtonComponent {
|
|
|
216
216
|
/** Whether the button is a smaller version */
|
|
217
217
|
size: i0.InputSignal<Size>;
|
|
218
218
|
/** Sets the "type" attribute on the button */
|
|
219
|
-
type: i0.InputSignal<"
|
|
219
|
+
type: i0.InputSignal<"submit" | "button" | "reset">;
|
|
220
220
|
/** Makes the button take 100% width of its container */
|
|
221
221
|
fullWidth: i0.InputSignal<boolean>;
|
|
222
222
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
|
|
@@ -231,7 +231,7 @@ declare class AdsButtonModule {
|
|
|
231
231
|
|
|
232
232
|
declare class AdsButtonContainerComponent {
|
|
233
233
|
/** How buttons in the container should be placed */
|
|
234
|
-
justify: i0.InputSignal<"
|
|
234
|
+
justify: i0.InputSignal<"center" | "flex-start" | "flex-end">;
|
|
235
235
|
/** The gap between elements */
|
|
236
236
|
gap: i0.InputSignal<number>;
|
|
237
237
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
@@ -933,6 +933,32 @@ declare class AdsPeakOrderManagementLogoModule {
|
|
|
933
933
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsPeakOrderManagementLogoModule>;
|
|
934
934
|
}
|
|
935
935
|
|
|
936
|
+
declare class AdsArchitectureLogoComponent extends AbstractApplicationLogoComponent {
|
|
937
|
+
label: string;
|
|
938
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsArchitectureLogoComponent, never>;
|
|
939
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsArchitectureLogoComponent, "ads-peak-essentials-logo", never, {}, {}, never, never, false, never>;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
declare class AdsArchitectureLogoModule {
|
|
943
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsArchitectureLogoModule, never>;
|
|
944
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsArchitectureLogoModule, [typeof AdsArchitectureLogoComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule], [typeof AdsArchitectureLogoComponent]>;
|
|
945
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsArchitectureLogoModule>;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
declare class AdsCustomerPortalLogoComponent extends AbstractApplicationLogoComponent {
|
|
949
|
+
label: string;
|
|
950
|
+
private readonly iconRegistry;
|
|
951
|
+
constructor();
|
|
952
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCustomerPortalLogoComponent, never>;
|
|
953
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsCustomerPortalLogoComponent, "ads-customer-portal-logo", never, {}, {}, never, never, false, never>;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
declare class AdsCustomerPortalLogoModule {
|
|
957
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsCustomerPortalLogoModule, never>;
|
|
958
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsCustomerPortalLogoModule, [typeof AdsCustomerPortalLogoComponent], [typeof i2.CommonModule, typeof AdsPrimaryLogoModule, typeof i4.AdsIconModule], [typeof AdsCustomerPortalLogoComponent]>;
|
|
959
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsCustomerPortalLogoModule>;
|
|
960
|
+
}
|
|
961
|
+
|
|
936
962
|
declare class AdsPilotPayLogoComponent extends AbstractApplicationLogoComponent {
|
|
937
963
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPilotPayLogoComponent, never>;
|
|
938
964
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsPilotPayLogoComponent, "ads-pilot-pay-logo", never, {}, {}, never, never, false, never>;
|
|
@@ -2847,7 +2873,7 @@ declare class AdsSortMenuComponent implements OnChanges, OnDestroy {
|
|
|
2847
2873
|
/** All column sort/filter configs (all possible columns) */
|
|
2848
2874
|
columnSortFilterConfigs: ColumnSortFilterConfig[];
|
|
2849
2875
|
/** Current column sort states from the table */
|
|
2850
|
-
columnSortStates: Map<string, "
|
|
2876
|
+
columnSortStates: Map<string, "asc" | "desc" | null>;
|
|
2851
2877
|
/** Emits when sort configuration changes (order or direction) */
|
|
2852
2878
|
sortChanged: EventEmitter<SortMenuChangeEvent>;
|
|
2853
2879
|
/** Emits when sorts are removed for columns */
|
|
@@ -3028,7 +3054,7 @@ declare class AdsTableComponent implements AfterViewInit, AfterViewChecked, OnCh
|
|
|
3028
3054
|
values: string[];
|
|
3029
3055
|
}>;
|
|
3030
3056
|
/** Event emitted when view mode changes between grid and list */
|
|
3031
|
-
viewChanged: EventEmitter<"
|
|
3057
|
+
viewChanged: EventEmitter<"grid" | "list">;
|
|
3032
3058
|
/** @ignore - Current view mode: grid or list */
|
|
3033
3059
|
isListView: i0.WritableSignal<boolean>;
|
|
3034
3060
|
/** @ignore - Cached filtered row data for list view */
|
|
@@ -3068,7 +3094,7 @@ declare class AdsTableComponent implements AfterViewInit, AfterViewChecked, OnCh
|
|
|
3068
3094
|
/** @ignore */
|
|
3069
3095
|
activeColumnMenu: i0.WritableSignal<string | null>;
|
|
3070
3096
|
/** @ignore */
|
|
3071
|
-
columnSortStates: i0.WritableSignal<Map<string, "
|
|
3097
|
+
columnSortStates: i0.WritableSignal<Map<string, "asc" | "desc" | null>>;
|
|
3072
3098
|
/** @ignore */
|
|
3073
3099
|
columnFilterStates: i0.WritableSignal<Map<string, string[]>>;
|
|
3074
3100
|
/** @ignore */
|
|
@@ -4479,5 +4505,5 @@ declare function provideAdsUi(config: AdsUiConfig): {
|
|
|
4479
4505
|
useValue: AdsUiConfig;
|
|
4480
4506
|
}[];
|
|
4481
4507
|
|
|
4482
|
-
export { 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, 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 };
|
|
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 };
|
|
4483
4509
|
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 };
|