@ascentgl/ads-ui 20.0.41 → 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 +621 -592
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +27 -18
- package/package.json +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +1 -1
package/index.d.ts
CHANGED
|
@@ -25,15 +25,14 @@ 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';
|
|
31
32
|
import * as i3$5 from '@angular/material/divider';
|
|
32
33
|
import * as i3$6 from '@angular/material/datepicker';
|
|
33
|
-
import { MatDatetimepickerType } from '@mat-datetimepicker/core/datetimepicker/datetimepicker-type';
|
|
34
34
|
import * as i5$3 from '@mat-datetimepicker/core';
|
|
35
35
|
import { MatDatetimepickerComponent, MatDatetimepickerInputEvent } from '@mat-datetimepicker/core';
|
|
36
|
-
import { MatCalendarView } from '@mat-datetimepicker/core/datetimepicker/calendar';
|
|
37
36
|
import * as i4$4 from '@angular/material/radio';
|
|
38
37
|
import * as i4$5 from '@angular/material/slider';
|
|
39
38
|
import * as i3$7 from '@angular/material/snack-bar';
|
|
@@ -50,7 +49,6 @@ import * as i4$7 from '@angular/material/menu';
|
|
|
50
49
|
import { MatMenu } from '@angular/material/menu';
|
|
51
50
|
import * as i4$8 from 'angular-split';
|
|
52
51
|
import { SplitComponent, SplitGutterInteractionEvent } from 'angular-split';
|
|
53
|
-
import * as i9 from '@angular/material/tooltip';
|
|
54
52
|
import * as i12 from '@angular/material/toolbar';
|
|
55
53
|
import * as i3$8 from '@angular/material/bottom-sheet';
|
|
56
54
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
|
@@ -136,7 +134,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
|
|
|
136
134
|
/** provide icon name. NOTE: the icon must be registered in icon registry **/
|
|
137
135
|
name: i0.InputSignal<adsIcon>;
|
|
138
136
|
/** choose ads icon theme **/
|
|
139
|
-
theme: i0.InputSignal<"
|
|
137
|
+
theme: i0.InputSignal<"primary" | "iconPrimary" | "success" | "warn" | "white">;
|
|
140
138
|
/** set badge value as number **/
|
|
141
139
|
value: i0.InputSignal<number>;
|
|
142
140
|
/** @ignore **/
|
|
@@ -822,7 +820,7 @@ declare class AdsAscentLogoComponent extends AbstractLogoComponent implements Af
|
|
|
822
820
|
/**
|
|
823
821
|
* Logo size
|
|
824
822
|
*/
|
|
825
|
-
size: i0.InputSignal<"
|
|
823
|
+
size: i0.InputSignal<"small" | "large">;
|
|
826
824
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsAscentLogoComponent, never>;
|
|
827
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>;
|
|
828
826
|
}
|
|
@@ -1152,6 +1150,8 @@ declare abstract class AbstractDropdownComponent extends AbstractInputComponent
|
|
|
1152
1150
|
sortOptions: boolean;
|
|
1153
1151
|
/** Set to true if you want dropdown items to fit content rather than dropdown width */
|
|
1154
1152
|
fitContent: boolean;
|
|
1153
|
+
/** Set to true if you want to enable option tooltip */
|
|
1154
|
+
showTooltip?: boolean;
|
|
1155
1155
|
/** @ignore */
|
|
1156
1156
|
displayedOptions: DropdownComponentDisplayedOptions;
|
|
1157
1157
|
/** @ignore */
|
|
@@ -1179,7 +1179,7 @@ declare abstract class AbstractDropdownComponent extends AbstractInputComponent
|
|
|
1179
1179
|
/** @ignore */
|
|
1180
1180
|
protected getGenericDisplayedValue(option: DropdownComponentOption): string;
|
|
1181
1181
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDropdownComponent, never>;
|
|
1182
|
-
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>;
|
|
1183
1183
|
}
|
|
1184
1184
|
|
|
1185
1185
|
declare class AdsDropdownComponent extends AbstractDropdownComponent implements OnChanges {
|
|
@@ -1309,7 +1309,7 @@ declare class AdsCheckboxModule {
|
|
|
1309
1309
|
|
|
1310
1310
|
declare class AdsDropdownModule {
|
|
1311
1311
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownModule, never>;
|
|
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 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]>;
|
|
1313
1313
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDropdownModule>;
|
|
1314
1314
|
}
|
|
1315
1315
|
|
|
@@ -1338,7 +1338,7 @@ declare class AdsMultiSelectDropdownComponent extends AdsDropdownComponent {
|
|
|
1338
1338
|
|
|
1339
1339
|
declare class AdsMultiSelectDropdownModule {
|
|
1340
1340
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownModule, never>;
|
|
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 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]>;
|
|
1342
1342
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMultiSelectDropdownModule>;
|
|
1343
1343
|
}
|
|
1344
1344
|
|
|
@@ -1481,6 +1481,8 @@ declare class AdsInputDropdownComponent extends AbstractInputComponent implement
|
|
|
1481
1481
|
thousandSeparator: string;
|
|
1482
1482
|
/** Add decimal marker */
|
|
1483
1483
|
decimalMarker: "." | "," | [".", ","];
|
|
1484
|
+
/** Set to true if you want to enable option tooltip */
|
|
1485
|
+
showTooltip?: boolean;
|
|
1484
1486
|
/** @ignore */
|
|
1485
1487
|
dropdownComponent?: AdsDropdownComponent;
|
|
1486
1488
|
/** @ignore */
|
|
@@ -1491,7 +1493,7 @@ declare class AdsInputDropdownComponent extends AbstractInputComponent implement
|
|
|
1491
1493
|
immediateValidation: SimpleChange;
|
|
1492
1494
|
}): void;
|
|
1493
1495
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownComponent, never>;
|
|
1494
|
-
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>;
|
|
1495
1497
|
}
|
|
1496
1498
|
|
|
1497
1499
|
declare class AdsInputDropdownModule {
|
|
@@ -1703,6 +1705,11 @@ declare class AdsSearchDropdownComponent extends AbstractDropdownComponent imple
|
|
|
1703
1705
|
private setControlValue;
|
|
1704
1706
|
private overrideKeydownHandler;
|
|
1705
1707
|
private modifyOptionClickEvent;
|
|
1708
|
+
/** @ignore */
|
|
1709
|
+
tooltipLabel(option: {
|
|
1710
|
+
key: DropdownComponentOption;
|
|
1711
|
+
value: string;
|
|
1712
|
+
}): string;
|
|
1706
1713
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownComponent, never>;
|
|
1707
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>;
|
|
1708
1715
|
}
|
|
@@ -1720,7 +1727,7 @@ declare class AdsSearchDropdownHighlighterPipeModule {
|
|
|
1720
1727
|
|
|
1721
1728
|
declare class AdsSearchDropdownModule {
|
|
1722
1729
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsSearchDropdownModule, never>;
|
|
1723
|
-
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]>;
|
|
1724
1731
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsSearchDropdownModule>;
|
|
1725
1732
|
}
|
|
1726
1733
|
|
|
@@ -1774,7 +1781,7 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
|
|
|
1774
1781
|
/** @ignore */
|
|
1775
1782
|
customDisplayFormatOverride: GENERIC_COLLECTION;
|
|
1776
1783
|
/** @ignore */
|
|
1777
|
-
type:
|
|
1784
|
+
type: 'date' | 'time' | 'month' | 'year' | 'datetime';
|
|
1778
1785
|
/** @ignore */
|
|
1779
1786
|
minDate?: string;
|
|
1780
1787
|
/** @ignore */
|
|
@@ -1822,7 +1829,7 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
|
|
|
1822
1829
|
onClosed(): void;
|
|
1823
1830
|
/** @ignore */
|
|
1824
1831
|
onChanged(event: MatDatetimepickerInputEvent<string> | string | null): void;
|
|
1825
|
-
onViewChanged(view:
|
|
1832
|
+
onViewChanged(view: 'clock' | 'month' | 'year' | 'multi-year'): void;
|
|
1826
1833
|
/** @ignore */
|
|
1827
1834
|
protected touchInvalid(control: FormControl): void;
|
|
1828
1835
|
/** @ignore */
|
|
@@ -1906,7 +1913,7 @@ declare class AdsDatepickerComponent extends AdsDatetimepickerComponent {
|
|
|
1906
1913
|
/** if overrideDisplayFormat=true, this display format will be used */
|
|
1907
1914
|
customDisplayFormat: string;
|
|
1908
1915
|
/** @ignore */
|
|
1909
|
-
type:
|
|
1916
|
+
type: 'date' | 'time' | 'month' | 'year' | 'datetime';
|
|
1910
1917
|
/** @ignore */
|
|
1911
1918
|
twelveHour: boolean;
|
|
1912
1919
|
/** @ignore */
|
|
@@ -1933,7 +1940,7 @@ declare class AdsTimepickerComponent extends AdsDatetimepickerComponent {
|
|
|
1933
1940
|
/** if overrideDisplayFormat=true, this display format will be used */
|
|
1934
1941
|
customDisplayFormat: string;
|
|
1935
1942
|
/** @ignore */
|
|
1936
|
-
type:
|
|
1943
|
+
type: 'date' | 'time' | 'month' | 'year' | 'datetime';
|
|
1937
1944
|
/** @ignore */
|
|
1938
1945
|
protected shortcuts: GENERIC_COLLECTION;
|
|
1939
1946
|
/** @ignore */
|
|
@@ -2304,6 +2311,8 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
2304
2311
|
rowData: GENERIC_COLLECTION[];
|
|
2305
2312
|
/** The column definitions for the grid */
|
|
2306
2313
|
columnDefs?: ColDef[];
|
|
2314
|
+
/** The custom table icons */
|
|
2315
|
+
icons?: GENERIC_COLLECTION;
|
|
2307
2316
|
/** Default column definitions that will be applied to all columns */
|
|
2308
2317
|
defaultColDef: ColDef<GENERIC_COLLECTION>;
|
|
2309
2318
|
/** Loading data status */
|
|
@@ -2344,7 +2353,7 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
2344
2353
|
ngOnDestroy(): void;
|
|
2345
2354
|
protected readonly themeQuartz: ag_grid_community.Theme<ag_grid_community.ThemeDefaultParams>;
|
|
2346
2355
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
|
|
2347
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; }, {}, never, never, false, never>;
|
|
2356
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; }, {}, never, never, false, never>;
|
|
2348
2357
|
}
|
|
2349
2358
|
|
|
2350
2359
|
declare class AdsTableModule {
|
|
@@ -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,18 +52,14 @@
|
|
|
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/
|
|
56
|
-
"types": "./src/lib/components/
|
|
57
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-
|
|
55
|
+
"./src/lib/components/error-page/error-page-code": {
|
|
56
|
+
"types": "./src/lib/components/error-page/error-page-code/index.d.ts",
|
|
57
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs"
|
|
58
58
|
},
|
|
59
59
|
"./src/lib/components/footer/container": {
|
|
60
60
|
"types": "./src/lib/components/footer/container/index.d.ts",
|
|
61
61
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
|
|
62
62
|
},
|
|
63
|
-
"./src/lib/components/error-page/error-page-code": {
|
|
64
|
-
"types": "./src/lib/components/error-page/error-page-code/index.d.ts",
|
|
65
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs"
|
|
66
|
-
},
|
|
67
63
|
"./src/lib/components/header/container": {
|
|
68
64
|
"types": "./src/lib/components/header/container/index.d.ts",
|
|
69
65
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
|
|
@@ -72,10 +68,6 @@
|
|
|
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-bar": {
|
|
76
|
-
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
78
|
-
},
|
|
79
71
|
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
80
72
|
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
81
73
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
@@ -84,6 +76,14 @@
|
|
|
84
76
|
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
85
77
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
86
78
|
},
|
|
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
|
+
},
|
|
87
87
|
"./src/lib/components/tags/tag-container": {
|
|
88
88
|
"types": "./src/lib/components/tags/tag-container/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs"
|