@ascentgl/ads-ui 20.0.40 → 20.0.42
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 +8 -8
- 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 +588 -582
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +9 -9
- package/package.json +1 -1
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +1 -1
package/index.d.ts
CHANGED
|
@@ -30,10 +30,8 @@ import { MatAutocomplete, MatAutocompleteTrigger } from '@angular/material/autoc
|
|
|
30
30
|
import * as i3$4 from 'ngx-mask';
|
|
31
31
|
import * as i3$5 from '@angular/material/divider';
|
|
32
32
|
import * as i3$6 from '@angular/material/datepicker';
|
|
33
|
-
import { MatDatetimepickerType } from '@mat-datetimepicker/core/datetimepicker/datetimepicker-type';
|
|
34
33
|
import * as i5$3 from '@mat-datetimepicker/core';
|
|
35
34
|
import { MatDatetimepickerComponent, MatDatetimepickerInputEvent } from '@mat-datetimepicker/core';
|
|
36
|
-
import { MatCalendarView } from '@mat-datetimepicker/core/datetimepicker/calendar';
|
|
37
35
|
import * as i4$4 from '@angular/material/radio';
|
|
38
36
|
import * as i4$5 from '@angular/material/slider';
|
|
39
37
|
import * as i3$7 from '@angular/material/snack-bar';
|
|
@@ -223,7 +221,7 @@ declare class AdsButtonModule {
|
|
|
223
221
|
|
|
224
222
|
declare class AdsButtonContainerComponent {
|
|
225
223
|
/** How buttons in the container should be placed */
|
|
226
|
-
justify: i0.InputSignal<"
|
|
224
|
+
justify: i0.InputSignal<"flex-start" | "flex-end" | "center">;
|
|
227
225
|
/** The gap between elements */
|
|
228
226
|
gap: i0.InputSignal<number>;
|
|
229
227
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
@@ -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<"large" | "small">;
|
|
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
|
}
|
|
@@ -1774,7 +1772,7 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
|
|
|
1774
1772
|
/** @ignore */
|
|
1775
1773
|
customDisplayFormatOverride: GENERIC_COLLECTION;
|
|
1776
1774
|
/** @ignore */
|
|
1777
|
-
type:
|
|
1775
|
+
type: 'date' | 'time' | 'month' | 'year' | 'datetime';
|
|
1778
1776
|
/** @ignore */
|
|
1779
1777
|
minDate?: string;
|
|
1780
1778
|
/** @ignore */
|
|
@@ -1822,7 +1820,7 @@ declare class AdsDatetimepickerComponent extends AbstractInputComponent implemen
|
|
|
1822
1820
|
onClosed(): void;
|
|
1823
1821
|
/** @ignore */
|
|
1824
1822
|
onChanged(event: MatDatetimepickerInputEvent<string> | string | null): void;
|
|
1825
|
-
onViewChanged(view:
|
|
1823
|
+
onViewChanged(view: 'clock' | 'month' | 'year' | 'multi-year'): void;
|
|
1826
1824
|
/** @ignore */
|
|
1827
1825
|
protected touchInvalid(control: FormControl): void;
|
|
1828
1826
|
/** @ignore */
|
|
@@ -1906,7 +1904,7 @@ declare class AdsDatepickerComponent extends AdsDatetimepickerComponent {
|
|
|
1906
1904
|
/** if overrideDisplayFormat=true, this display format will be used */
|
|
1907
1905
|
customDisplayFormat: string;
|
|
1908
1906
|
/** @ignore */
|
|
1909
|
-
type:
|
|
1907
|
+
type: 'date' | 'time' | 'month' | 'year' | 'datetime';
|
|
1910
1908
|
/** @ignore */
|
|
1911
1909
|
twelveHour: boolean;
|
|
1912
1910
|
/** @ignore */
|
|
@@ -1933,7 +1931,7 @@ declare class AdsTimepickerComponent extends AdsDatetimepickerComponent {
|
|
|
1933
1931
|
/** if overrideDisplayFormat=true, this display format will be used */
|
|
1934
1932
|
customDisplayFormat: string;
|
|
1935
1933
|
/** @ignore */
|
|
1936
|
-
type:
|
|
1934
|
+
type: 'date' | 'time' | 'month' | 'year' | 'datetime';
|
|
1937
1935
|
/** @ignore */
|
|
1938
1936
|
protected shortcuts: GENERIC_COLLECTION;
|
|
1939
1937
|
/** @ignore */
|
|
@@ -2304,6 +2302,8 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
2304
2302
|
rowData: GENERIC_COLLECTION[];
|
|
2305
2303
|
/** The column definitions for the grid */
|
|
2306
2304
|
columnDefs?: ColDef[];
|
|
2305
|
+
/** The custom table icons */
|
|
2306
|
+
icons?: GENERIC_COLLECTION;
|
|
2307
2307
|
/** Default column definitions that will be applied to all columns */
|
|
2308
2308
|
defaultColDef: ColDef<GENERIC_COLLECTION>;
|
|
2309
2309
|
/** Loading data status */
|
|
@@ -2344,7 +2344,7 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
2344
2344
|
ngOnDestroy(): void;
|
|
2345
2345
|
protected readonly themeQuartz: ag_grid_community.Theme<ag_grid_community.ThemeDefaultParams>;
|
|
2346
2346
|
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>;
|
|
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; }; "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
2348
|
}
|
|
2349
2349
|
|
|
2350
2350
|
declare class AdsTableModule {
|
package/package.json
CHANGED