@ascentgl/ads-ui 20.0.42 → 20.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +7 -7
- 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 +10 -10
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +610 -587
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +20 -11
- package/package.json +11 -11
package/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ import { MatOption, NativeDateAdapter } from '@angular/material/core';
|
|
|
25
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
|
+
import * as i16 from '@angular/material/tooltip';
|
|
28
29
|
import * as i13 from '@angular/material/autocomplete';
|
|
29
30
|
import { MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autocomplete';
|
|
30
31
|
import * as i3$4 from 'ngx-mask';
|
|
@@ -48,7 +49,6 @@ import * as i4$7 from '@angular/material/menu';
|
|
|
48
49
|
import { MatMenu } from '@angular/material/menu';
|
|
49
50
|
import * as i4$8 from 'angular-split';
|
|
50
51
|
import { SplitComponent, SplitGutterInteractionEvent } from 'angular-split';
|
|
51
|
-
import * as i9 from '@angular/material/tooltip';
|
|
52
52
|
import * as i12 from '@angular/material/toolbar';
|
|
53
53
|
import * as i3$8 from '@angular/material/bottom-sheet';
|
|
54
54
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
|
@@ -134,7 +134,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
|
|
|
134
134
|
/** provide icon name. NOTE: the icon must be registered in icon registry **/
|
|
135
135
|
name: i0.InputSignal<adsIcon>;
|
|
136
136
|
/** choose ads icon theme **/
|
|
137
|
-
theme: i0.InputSignal<"
|
|
137
|
+
theme: i0.InputSignal<"primary" | "iconPrimary" | "success" | "warn" | "white">;
|
|
138
138
|
/** set badge value as number **/
|
|
139
139
|
value: i0.InputSignal<number>;
|
|
140
140
|
/** @ignore **/
|
|
@@ -820,7 +820,7 @@ declare class AdsAscentLogoComponent extends AbstractLogoComponent implements Af
|
|
|
820
820
|
/**
|
|
821
821
|
* Logo size
|
|
822
822
|
*/
|
|
823
|
-
size: i0.InputSignal<"
|
|
823
|
+
size: i0.InputSignal<"small" | "large">;
|
|
824
824
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAscentLogoComponent, never>;
|
|
825
825
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsAscentLogoComponent, "ads-ascent-logo", never, { "invertTheme": { "alias": "invertTheme"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
826
826
|
}
|
|
@@ -1150,6 +1150,8 @@ declare abstract class AbstractDropdownComponent extends AbstractInputComponent
|
|
|
1150
1150
|
sortOptions: boolean;
|
|
1151
1151
|
/** Set to true if you want dropdown items to fit content rather than dropdown width */
|
|
1152
1152
|
fitContent: boolean;
|
|
1153
|
+
/** Set to true if you want to enable option tooltip */
|
|
1154
|
+
showTooltip?: boolean;
|
|
1153
1155
|
/** @ignore */
|
|
1154
1156
|
displayedOptions: DropdownComponentDisplayedOptions;
|
|
1155
1157
|
/** @ignore */
|
|
@@ -1177,7 +1179,7 @@ declare abstract class AbstractDropdownComponent extends AbstractInputComponent
|
|
|
1177
1179
|
/** @ignore */
|
|
1178
1180
|
protected getGenericDisplayedValue(option: DropdownComponentOption): string;
|
|
1179
1181
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDropdownComponent, never>;
|
|
1180
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDropdownComponent, never, never, { "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "sortOptions": { "alias": "sortOptions"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
1182
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDropdownComponent, never, never, { "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "sortOptions": { "alias": "sortOptions"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
1181
1183
|
}
|
|
1182
1184
|
|
|
1183
1185
|
declare class AdsDropdownComponent extends AbstractDropdownComponent implements OnChanges {
|
|
@@ -1307,7 +1309,7 @@ declare class AdsCheckboxModule {
|
|
|
1307
1309
|
|
|
1308
1310
|
declare class AdsDropdownModule {
|
|
1309
1311
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownModule, never>;
|
|
1310
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$3.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 AdsDropdownComponent]>;
|
|
1312
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof AdsDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$3.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]>;
|
|
1311
1313
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDropdownModule>;
|
|
1312
1314
|
}
|
|
1313
1315
|
|
|
@@ -1336,7 +1338,7 @@ declare class AdsMultiSelectDropdownComponent extends AdsDropdownComponent {
|
|
|
1336
1338
|
|
|
1337
1339
|
declare class AdsMultiSelectDropdownModule {
|
|
1338
1340
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownModule, never>;
|
|
1339
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$3.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 AdsMultiSelectDropdownComponent]>;
|
|
1341
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3$3.ReactiveFormsModule, typeof i4$3.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]>;
|
|
1340
1342
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMultiSelectDropdownModule>;
|
|
1341
1343
|
}
|
|
1342
1344
|
|
|
@@ -1479,6 +1481,8 @@ declare class AdsInputDropdownComponent extends AbstractInputComponent implement
|
|
|
1479
1481
|
thousandSeparator: string;
|
|
1480
1482
|
/** Add decimal marker */
|
|
1481
1483
|
decimalMarker: "." | "," | [".", ","];
|
|
1484
|
+
/** Set to true if you want to enable option tooltip */
|
|
1485
|
+
showTooltip?: boolean;
|
|
1482
1486
|
/** @ignore */
|
|
1483
1487
|
dropdownComponent?: AdsDropdownComponent;
|
|
1484
1488
|
/** @ignore */
|
|
@@ -1489,7 +1493,7 @@ declare class AdsInputDropdownComponent extends AbstractInputComponent implement
|
|
|
1489
1493
|
immediateValidation: SimpleChange;
|
|
1490
1494
|
}): void;
|
|
1491
1495
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownComponent, never>;
|
|
1492
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputDropdownComponent, "ads-input-dropdown", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "dropdownControl": { "alias": "dropdownControl"; "required": false; }; "dropdownId": { "alias": "dropdownId"; "required": false; }; "dropdownLabel": { "alias": "dropdownLabel"; "required": false; }; "dropdownPlaceholder": { "alias": "dropdownPlaceholder"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "autoSelectSingleDropdownOption": { "alias": "autoSelectSingleDropdownOption"; "required": false; }; "options": { "alias": "options"; "required": false; }; "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "hasEmptyValue": { "alias": "hasEmptyValue"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "thousandSeparator": { "alias": "thousandSeparator"; "required": false; }; "decimalMarker": { "alias": "decimalMarker"; "required": false; }; }, {}, never, never, false, never>;
|
|
1496
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputDropdownComponent, "ads-input-dropdown", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "dropdownControl": { "alias": "dropdownControl"; "required": false; }; "dropdownId": { "alias": "dropdownId"; "required": false; }; "dropdownLabel": { "alias": "dropdownLabel"; "required": false; }; "dropdownPlaceholder": { "alias": "dropdownPlaceholder"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "autoSelectSingleDropdownOption": { "alias": "autoSelectSingleDropdownOption"; "required": false; }; "options": { "alias": "options"; "required": false; }; "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "hasEmptyValue": { "alias": "hasEmptyValue"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "thousandSeparator": { "alias": "thousandSeparator"; "required": false; }; "decimalMarker": { "alias": "decimalMarker"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; }, {}, never, never, false, never>;
|
|
1493
1497
|
}
|
|
1494
1498
|
|
|
1495
1499
|
declare class AdsInputDropdownModule {
|
|
@@ -1701,6 +1705,11 @@ declare class AdsSearchDropdownComponent extends AbstractDropdownComponent imple
|
|
|
1701
1705
|
private setControlValue;
|
|
1702
1706
|
private overrideKeydownHandler;
|
|
1703
1707
|
private modifyOptionClickEvent;
|
|
1708
|
+
/** @ignore */
|
|
1709
|
+
tooltipLabel(option: {
|
|
1710
|
+
key: DropdownComponentOption;
|
|
1711
|
+
value: string;
|
|
1712
|
+
}): string;
|
|
1704
1713
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownComponent, never>;
|
|
1705
1714
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsSearchDropdownComponent, "ads-search-dropdown", never, { "externalButton": { "alias": "externalButton"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "options": { "alias": "options"; "required": false; }; "staticOptions": { "alias": "staticOptions"; "required": false; }; "filterOptions": { "alias": "filterOptions"; "required": false; }; "emitEmptyValues": { "alias": "emitEmptyValues"; "required": false; }; "loadSuggestionOnInit": { "alias": "loadSuggestionOnInit"; "required": false; }; "noDataOption": { "alias": "noDataOption"; "required": false; }; "moreDataOption": { "alias": "moreDataOption"; "required": false; }; "staticDataOption": { "alias": "staticDataOption"; "required": false; }; "onEnterKeyDown": { "alias": "onEnterKeyDown"; "required": false; }; "searchIconClickCallback": { "alias": "searchIconClickCallback"; "required": false; }; "displayValueFormatter": { "alias": "displayValueFormatter"; "required": false; }; "useOptionTemplate": { "alias": "useOptionTemplate"; "required": false; }; "minValueLength": { "alias": "minValueLength"; "required": false; }; "preventClick": { "alias": "preventClick"; "required": false; }; "closePanelEnabled": { "alias": "closePanelEnabled"; "required": false; }; "trimValue": { "alias": "trimValue"; "required": false; }; "control": { "alias": "control"; "required": false; }; "errorMessages": { "alias": "errorMessages"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "externalButtonClick": "externalButtonClick"; "focusInput": "focusInput"; "blurInput": "blurInput"; "emitSearchValueInput": "emitSearchValueInput"; }, ["optionRef"], never, false, never>;
|
|
1706
1715
|
}
|
|
@@ -1718,7 +1727,7 @@ declare class AdsSearchDropdownHighlighterPipeModule {
|
|
|
1718
1727
|
|
|
1719
1728
|
declare class AdsSearchDropdownModule {
|
|
1720
1729
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownModule, never>;
|
|
1721
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$3.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 AdsSearchDropdownComponent]>;
|
|
1730
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsSearchDropdownModule, [typeof AdsSearchDropdownComponent], [typeof i2.CommonModule, typeof i4$3.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]>;
|
|
1722
1731
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownModule>;
|
|
1723
1732
|
}
|
|
1724
1733
|
|
|
@@ -2517,7 +2526,7 @@ declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
|
2517
2526
|
|
|
2518
2527
|
declare class AdsScmsSideNavBarModule {
|
|
2519
2528
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarModule, never>;
|
|
2520
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$8.SplitComponent, typeof i4$8.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
|
|
2529
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$8.SplitComponent, typeof i4$8.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$7.MatMenu, typeof i12.MatToolbar, typeof i4$7.MatMenuTrigger, typeof i3$1.MatIconButton, typeof i3$2.RouterOutlet], [typeof AdsScmsSideNavBarComponent]>;
|
|
2521
2530
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarModule>;
|
|
2522
2531
|
}
|
|
2523
2532
|
|
|
@@ -2698,7 +2707,7 @@ type WizardStep = {
|
|
|
2698
2707
|
|
|
2699
2708
|
declare class AdsWizardStepperModule {
|
|
2700
2709
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsWizardStepperModule, never>;
|
|
2701
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsWizardStepperModule, [typeof AdsWizardStepperComponent], [typeof i2.CommonModule, typeof
|
|
2710
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsWizardStepperModule, [typeof AdsWizardStepperComponent], [typeof i2.CommonModule, typeof i16.MatTooltipModule, typeof i4.AdsIconModule], [typeof AdsWizardStepperComponent]>;
|
|
2702
2711
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsWizardStepperModule>;
|
|
2703
2712
|
}
|
|
2704
2713
|
|
|
@@ -2960,7 +2969,7 @@ declare class AdsNavigationItemComponent {
|
|
|
2960
2969
|
|
|
2961
2970
|
declare class AdsNavigationItemModule {
|
|
2962
2971
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavigationItemModule, never>;
|
|
2963
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemModule, [typeof AdsNavigationItemComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof
|
|
2972
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavigationItemModule, [typeof AdsNavigationItemComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i16.MatTooltipModule, typeof i4.AdsIconModule], [typeof AdsNavigationItemComponent]>;
|
|
2964
2973
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavigationItemModule>;
|
|
2965
2974
|
}
|
|
2966
2975
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "20.0
|
|
3
|
+
"version": "20.1.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
@@ -52,10 +52,6 @@
|
|
|
52
52
|
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
53
53
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
|
|
54
54
|
},
|
|
55
|
-
"./src/lib/components/buttons/button-container": {
|
|
56
|
-
"types": "./src/lib/components/buttons/button-container/index.d.ts",
|
|
57
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs"
|
|
58
|
-
},
|
|
59
55
|
"./src/lib/components/error-page/error-page-code": {
|
|
60
56
|
"types": "./src/lib/components/error-page/error-page-code/index.d.ts",
|
|
61
57
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs"
|
|
@@ -72,17 +68,21 @@
|
|
|
72
68
|
"types": "./src/lib/components/logo/primary-logo/index.d.ts",
|
|
73
69
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
|
|
74
70
|
},
|
|
75
|
-
"./src/lib/components/progress-indicators/progress-
|
|
76
|
-
"types": "./src/lib/components/progress-indicators/progress-
|
|
77
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-
|
|
71
|
+
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
72
|
+
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
78
74
|
},
|
|
79
75
|
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
80
76
|
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
81
77
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
82
78
|
},
|
|
83
|
-
"./src/lib/components/progress-indicators/progress-
|
|
84
|
-
"types": "./src/lib/components/progress-indicators/progress-
|
|
85
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-
|
|
79
|
+
"./src/lib/components/progress-indicators/progress-bar": {
|
|
80
|
+
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
81
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
82
|
+
},
|
|
83
|
+
"./src/lib/components/buttons/button-container": {
|
|
84
|
+
"types": "./src/lib/components/buttons/button-container/index.d.ts",
|
|
85
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs"
|
|
86
86
|
},
|
|
87
87
|
"./src/lib/components/tags/tag-container": {
|
|
88
88
|
"types": "./src/lib/components/tags/tag-container/index.d.ts",
|